

@media screen and (min-width: 1366px) {
    .container{max-width: 1250px;}
    .singleSlider .item img {
        height: calc(100vh - 60px);
        margin: 0 auto;
        object-fit: contain;
    }
    
}
.blogDetailSection{
        padding-top: 10rem;
    }
@media screen and (max-width: 1400px) and (min-width: 1230px) {
 .blogDetailSection{
        padding-top: 12rem;
    }
}
@media screen and (max-width: 1230px) and (min-width: 1100px) {
 .blogDetailSection{
        padding-top: 16rem;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
 .blogDetailSection{
        padding-top: 18rem;
    }
}
@media (max-width: 768px) {
    .newsletter-arrow-btn{
        left: 90%;
    }
    .aboutDetailImg{
        width: 100%;
        height: auto;}
    .blog-layout-section {
        padding-top: 9rem !important;
    }
    .blogHeroSection{
        margin-top: 5%;
        height: auto;
    }

}
@media screen and (max-width: 1365px) and (min-width: 992px) {
    br{
        display: none;
    }
   
    .bannerContent h1 br{
        display: none;
    }
    section.banner.aboutBanner {
        margin-bottom: 220px;
    }
    .bannerContent h1{
        font-size: 48px;
    }
    .smlThumbWithBgColor, .smlThumb > img, .bigThumb > img {
        height: 205px;
        object-fit: cover;
        object-position: top;
    }
    .bigThumb > img{
        height: 420px;
    }
    nav#mainNav .nav-item > a {
        font-size: 13px;
    }

    .sectionHeading h2 {
        font-size: 36px !important;
    }

    .para, .contentBox .para, .brandPromise p, .partnerBox p {
        font-size: 15px;
    }

    .font-16 {
        font-size: 14px;
    }
    .leaderImgBx img {
        height: 230px;
    }
    .partnerBox {
        padding: 20px;
        min-height: 420px;
    }
    .windMillContent{
        width: 55%;
    }
    .windMillSecImg img{
        min-height: 650px;
    }
    .productItem h6 {
        font-size: 12px;
    }
    .productItem span {
        font-size: 12px;
    }

    .productItem > .d-flex {
        gap: 20px;
    }

    .productItem h6.greyTxt::before {
        left: -8px;
    }
     .productItem span.greyTxt::before {
        left: -8px;
    }
    .productItem {
        min-height: 190px;
    }
}
@media only screen and (max-width: 991px){
    br{
        display: none;
    }
    body{padding-top: 0px; overflow-x: hidden;}
    section{
        overflow: hidden;
    }
    .mobile{display: block  !important;}
    .desktop{display: none !important;}
    .mainHeader .container {
        padding: 0;
    }
    .navbar-toggler i {
        color: #ffffff;
        font-size: 28px;
    }
    .navbar-brand img {
        height: auto;
        width: auto;
    }
    nav#mainNav .nav-item > a {
        padding: 10px 0;
        display: flex;
        color: #fff !important;
    }
    
   nav#mainNav .nav-item{
    padding: 0;
    color: #fff !important;
    position: static;
    border-bottom: dashed 1px #c3c3c33d;
   }
   nav#mainNav{
    padding: 5px 15px;
    /* background: #ffffff !important; */
   }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
        outline: none;
        box-shadow: none;
    }
    div#navbarSupportedContent {
        position: fixed;
        top: 0;
        width: 320px;
        left: -0px;
        background: #000000;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
    }
    .cross-toggler {
        background: #fff;
        border: none;
        color: #000;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 9999;
    }
    ul.navbar-nav.ml-auto {
        height: calc(100vh - 60px);
        overflow: auto;
    }
    div#navbarSupportedContent.active{
        left: 320px;
        transition: all 400ms ease;
    }
    .overLay {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 51%);
        top: 0;
        left: 0;
        display: none;
    }
    .fixedHeader .navbar-toggler i {
        color: #000000 !important;
    }

    .light-card {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
        min-height: 170px;
    }

    .light-card p {
        font-size: 13px;
    }

    .overLay.active {
        display: block;
    }
    .dropmenuToggle{
        padding: 10px;
        background: #fff;
        color: #000;
        top: 5px;
        cursor: pointer;
    }
    .dropmenuWrp{
        height: 100vh;
        z-index: 999999;
        display: block !important;
        top: 0;
        transform: translateX(-410px);
        transition: all 500ms ease;
        background: #000;
    }
    .dropmenuWrp li a{
        color: #fff;
    }
    .dropmenu:hover .dropmenuWrp{
        display: none;
    }
    .dropmenu.active .dropmenuWrp{
        display: block;
        box-shadow: 0px 0px 5px #0000002e;
    }
    .dropmenu > ul.active {
        transform: translateX(0px) !important;
        transition: all 500ms ease;
        max-height: 100vh;
        overflow-x: auto;
        /* display: block !important; */
        width: 100%;
        padding: 10px;
    }
    li.dropmenu.nav-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .backBtn {
        background: #D8353A;
        padding: 10px;
        color: #fff;
        display: flex !important;
        gap: 10px;
        align-items: center;
        border-radius: 0px;
    }
   .partnerBannerBx {
        flex-wrap: wrap;
        gap: 20px;
    }

    ul#myTab li {
        margin: 0 5px;
    }

    ul#myTab {
        padding: 10px;
    }

    ul#myTab li button {
        font-size: 14px;
    }

    ul#myTab li button span {
        padding: 3px;
    }
    .bannerContent h1 {
        font-size: 44px;
    }
     .bannerContent h1 br{
        display: none;
    }
    .bannerContent h3 {margin: 20px 0 !important;}
    img.light {
        right: -50px;
        top: 90px;
    }

    img.grid {
        bottom: auto;
        width: 630px;
        max-width: 620px;
        right: 0;
        top: 150px;
    }

    img.brain {
        width: 110px;
        right: 100px;
        transform: translateY(130px);
    }

    .bannerContent .d-flex {
        flex-wrap: wrap;
        gap: 10px !important;
    }
    .bannerContent .d-flex .colorBtn, .bannerContent .d-flex .blackBtn {
        padding: 10px 11px;
        font-size: 14px;
    }

    .ctaSec h2 {
        font-size: 32px;
    }

    .ctaSec h2 br {
        display: none;
    }

    .footerLogo img {
        width: 200px;
    }
    
    ul.socialIcons {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
    .itemImg img {
        height: 130px;
    }
    .bannerContent h1 {
        font-size: 18.5px;
        margin-top: 6px;
    }
    .bannerContent h3 {
        margin: 20px 0 !important;
        /* font-size: 15px !important; */
        /* font-size: 11.6px !important; */
        margin-top: 0px !important;
    }
    
    .tab-content img {
        margin-top: 0;
    }
    .tab-content {
        padding: 30px;
    }
    .sectionHeading h2 {
        font-size: 32px !important;
    }
    .sectionHeading h3 {
        font-size: 14px;
    }

    .sectionHeading p {
        font-size: 16px;
    }

    .comItem {
        margin-bottom: 30px;
    }
    footer.mainFooter .ps-5 {
        padding-left: 15px !important;
    }

    .footerLinks {
        margin-bottom: 30px;
    }
    .testimonialSec .owl-carousel{
        width: 100%;
    }
    .testimonialSec .owl-carousel.owl-rtl {
        left: 0%;
    }
    .bannerContent h3 br, .sectionHeading h2 br, .sectionHeading p br, .light-card p br {
        display: none;
    }

    .stats .col-lg-6.ps-5 {
        padding-left: 15px !important;
    }

    .footerLinks ul li a {
        font-size: 13px;
    }

    .footerLinks ul li {
        margin: 0 0 5px;
    }

    .footerLinks h3 {
        font-size: 14px;
        margin: 0 0 10px;
    }

    ul.socialIcons li img {
        width: 30px;
    }
    

    .threeSlider .owl-nav, .blogSlider .owl-nav {
        position: static;
        justify-content: center;
        margin-top: 20px; 
        display: flex;
        gap: 15px;
    }
    .blogSlider .owl-nav {
        margin-top: 0px;
    }

    .threeSlider .owl-nav img, .blogSlider .owl-nav img {
        width: 32px;
    }
    section.banner p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .para {
        font-size: 16px;
    }
    .light-card img {
        height: 32px;
    }

    .light-card h3 {
        font-size: 25px;
    }
    #stats .sectionHeading {
        margin-top: 30px;
    }
    ul#myTab li button p {
        display: none;
    }
    .tab-content p {
        font-size: 16px;
    }

    .tab-content h3 {
        font-size: 24px;
        margin-bottom: 15px !important;
    }    
    .productItem h6 {
        font-size: 13px;
    }
    .productItem span {
        font-size: 13px;
    }
    .icon img{
        height: 26px;
    }
    section.banner.aboutBanner {
        padding-top: 150px;
        margin-bottom: 90px;
        height: 470px;
    }
    .aboutBanner .fourSlider {
        margin-top: 20px;
    }
    .leaderCnt {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }
    
    
    .aboutBanner .fourSlider .item {
        height: 270px;
    }
    .accordionImg {
        position: static;
        width: 100%;
    }

    .accordion-button {
        font-size: 17px;
    }
    .customSec .col-lg-6.ps-5 {
        padding-left: 15px !important;
        margin-top: 15px;
    }
    .d-flex-mobile-view-buttons{
        flex-wrap: wrap!important;
        justify-content: center!important;
    }
    .greayBxBX {
        margin-bottom: 30px;
        min-height: 1px;
    }
    .greayBxBX p {
        font-size: 18px;
        min-height: 1px;
    }
    .emailCta {
        padding-bottom: 30px;
    }
    .mobile-mt-4{
        margin-top: 30px;
    }
    .missionVision {
        flex-wrap: wrap;
        gap: 30px;
    }

    .contentBox {
        width: 100%;
    }

    .contentBox + .contentBox {
        border-left: none;
    }

    .greyGadientBg {
        position: static;
        border-radius: 0 0 10px 10px;
        background: rgb(0 0 0 / 79%);
        backdrop-filter: blur(48px);
        -webkit-backdrop-filter: blur(48px);
    }

    .item_media {
        height: auto;
        width: calc(100% - 30px);
        margin: 10px;
    }

    .scroll-item {
        flex-wrap: wrap;
    }

    .item_content {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .item_content:after, .scroll-item:after {
        display: none;
    }

    .item_number {
        margin-bottom: 10px;
        font-size: 32px;
    }

    .item_h3 {
        font-size: 20px;
    }

    .item_p {
        font-size: 14px;
    }
    .leaderImgBx img {
        height: 180px;
        margin-bottom: 5px !important;
    }
    .wrapper.container {
        padding: 0;
    }
    .leaderCnt h3 {
        font-size: 18px;
    }
    .contentBox .para, .brandPromise p {
        font-size: 16px;
    }

    .semiHeading {
        font-size: 24px;
    }

    .leaderCnt p {
        font-size: 12px;
    }

    .leaderCnt img {
        width: 25px;
    }
    .windMillContent {
        position: static;
        width: 100%;
        transform: translate(0px);
        border-radius: 0 0 20px 20px;
    }
    .windMillSecImg img {
        border-radius: 20px 20px 0 0;
    }
    .clientBx {
        width: calc(100%/3 - 18px);
    }
    section.banner.serviceBanner {
        padding-top: 150px !important;
    }
    section.collageSec {
        padding-bottom: 0;
    }
    .stat-sub {
        font-size: 12px;
    }

    .stat-num, .nps h3 {
        font-size: 32px;
    }

    .stat-box.big-padding {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px){
    .mbmt-4{
        margin-top: 20px;
    }
    section.banner {
        padding: 180px 0 30px;
    }

   .footerLink{
        margin-top: 30px;
   }
   
    .copyright{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .copyright span{
        display: block;
        width: 100%;
        text-align: center;
    }
    .gradientBg .col-12.col-md-4 {
        display: flex;
        gap: 10px;
    }

    .stat-box {
        padding: 20px;
        width: 50%;
    }

    .stat-num {
        font-size: 32px;
    }

    .stat-box.big-padding {
        width: 100%;
    }
    .tab-content .tab-pane .row.align-items-center {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .ctaSec .row.align-items-center {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .footerLogo{
        margin-bottom: 30px;
        text-align: center;
    }
    .banner-edge-image video {
        width: 100%;
    }
    .heroHeading{
        padding: 0px;
    }
    .heroHeading h3 {
        font-size: 20px;
    }
    .heroHeading p {
        margin: 0;
        font-size: 14px;
    }

}
@media only screen and (max-width: 460px){


}
.recaptcha-container {
    width: 100%;
    overflow: hidden;
}

/* Mobile only */
@media (max-width: 480px) {
    .recaptcha-container {
        display: flex;
        justify-content: center;
    }

    .recaptcha-container .g-recaptcha {
        transform: scale(0.78);
        transform-origin: center top;
    }
}
@media (max-width: 991px) {
    .gridSetup {
        position: relative;
        margin-top: 30px;
    }

    .gridSetup img {
        position: relative;
        display: block;
        margin: 0 auto 20px;
        transform: none !important;
        right: auto;
        top: auto;
        bottom: auto;
    }
}
