@media screen and (min-width: 1600px) {
    .counter-one_pattern{
        animation-duration: 2s;
    }
}
@media screen and (min-width: 1440px) {
    .counter-one_pattern{
        animation-duration: 4s;
    }
}
@media screen and (min-width: 1366px) {
    .container{max-width: 1330px;}
    .counter-one_pattern{
        animation-duration: 5s;
    }
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
    .bannerContent{
        position: relative;
        top: 50px;
    }
    .bannerContent h1{
        font-size: 36px;
    }
    .bannerContent h3, .sectionHeading h3{
        font-size: 14px;

    }
    .sectionHeading h2 {
        font-size: 36px;
    }
    .sectionHeading h2 span:after{
        width: 60px;
        height: 60px;
        top:-8px
    }
    .itemBx {
        padding: 10px;
        margin: 10px;
        box-shadow: 0 0 10px #00000069;
    }
    .itemBxContent h3{
        font-size: 18px;
    }
    .itemBxContent p{
        font-size: 13px;
    }
    .itemBxImg > img{
        height: 200px;
    }
    .itemStickyImg img{
        width: 70px !important;
        height: 70px;
    }
    .contentBx .d-flex .d-block:last-child{
        min-width: 180px;
    }
    .contentBx p{
        font-size: 12px;
    }
    .testimonialBx p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px){
    body{padding-top: 0px; overflow-x: hidden;}
    .mobile{display: block  !important;}
    .desktop{display: none !important;}
    .mainHeader .container {
        padding: 0;
    }
    .navbar-toggler i {
        color: #000000;
        font-size: 28px;
    }
    .navbar-brand img {
        width: 80px;
        min-width: 110px;
        padding: 7px;
    }
    nav#mainNav .nav-item > a {
        padding: 10px 0;
        display: flex;
        color: #000 !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: #eeeae4;
        height: 100vh;
        padding: 20px;
        z-index: 9;
        display: block;
        transform: translateX(-320px);
        transition: all 400ms ease;
        padding-top: 60px;
        z-index: 999;
    }
    .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;
    }
    .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: #eeeae4;
    }
    .dropmenuWrp li a{
        /* color: #fff; */
        padding: 7px 0;
        border-bottom: dashed 1px #c3c3c33d;
    }
    .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;
    }
    .dropmenu > i {
        padding: 10px;
        background: #fff;
    }
    .backBtn {
        background: #ff6a00;
        padding: 10px;
        color: #fff !important;
        display: flex !important;
        gap: 10px;
        align-items: center;
        border-radius: 0px;
        border: none;
        margin-bottom: 30px;
    }
    header.mainHeader {
        top: 6px;
    }
    .logoMobile {
        max-width: 200px;
        /* background: #fff; */
        padding: 10px;
        border-radius: 15px;
    }
    .mainHeader.fixedHeader {
        transform: translateY(-7px);
    }

    .mainHeader.fixedHeader .navbar-brand img {
        bottom: -50px;
        min-width: 100px;
    }
    .bannerContent h1 {
        font-size: 26px;
    }
    .bannerContent h3 {margin: 20px 0 !important;font-size: 14px !important;}
    .sectionHeading h2 {
        font-size: 32px;
    }
    .sectionHeading h3 {
        font-size: 14px;
    }
    .sectionHeading h3 br{
        display: none;
    }
    .sectionHeading p {
        font-size: 16px;
    }
    .bannerContent{
        max-width: 100%;
    }
    .sectionHeading h2 span:after {
        height: 60px;
        width: 60px;
    }
    .clientBx {
        width: calc(100% / 3);
    }

    .clientBx:nth-child(3n), .clientBx:last-child {
        border-right: none !important;
    }

    .clientBx:nth-child(5n) {
        border-right: solid 1px #00000024;
    }
    .flip-card{
        height: 280px;
    }
    .counter-block_one {
        margin-bottom: 50px;
        padding-left: 40px;
    }

    .counter-one .counter-block_one:nth-child(2n + 1) {
        transform: translateY(0px);
    }

    .counter-block_one-count {
        font-size: 48px;
    }

    .counter-block_one-text {
        font-size: 18px;
        line-height: 30px;
    }

    .itemBxImg > img {
        height: 180px;
    }

    .itemBxContent h3 {
        font-size: 20px;
    }

    .itemBxContent p {
        font-size: 13px;
    }
    .serviceSec .container-fluid {
        padding: 0;
        margin: 0 -5px;
    }

    .itemBx {
        padding: 10px;
        margin: 5px;
        box-shadow: 0 0 5px #00000069;
    }

    .itemStickyImg img {
        width: 60px !important;
        height: 60px;
    }

    .itemStickyImg {
        bottom: -20px;
    }

    .formSec .container {
        padding: 30px;
    }

    .contentBx {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 30px;
    }

    .contentBx > .d-flex {
        flex-wrap: wrap;
    }

    .testimonial-one__authors {
        margin-left: 0;
    }

    .testimonial-one__trusted {
        margin-left: 0;
    }

    .testimonial-one_options {
        flex-wrap: wrap;
    }

    .testimonialSec .container > .d-flex.justify-content-between.align-items-center {
        flex-wrap: wrap;
        gap: 30px;
    }

    .latestBx {
        flex-wrap: wrap;
    }

    .sectionHeading.mb-5.padding-top {
        padding-top: 0;
        padding-left: 15px;
    }

    .latestWrp {
        margin-top: 50px;
    }

    .colorBx.box-shadow {
        flex-wrap: wrap;
    }

    .testimonialBx p {
        font-size: 20px;
    }
    .testimonialSec {
        padding-top: 180px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    section.banner {
        height: 600px;
        background-position: top center;
        min-height: 1px;
    }
    .banner .bannerSlider img{
        height: 600px;
    }
    .testimonial-one_circle{
        right: -420px;
    }
    .whySec .testimonial-one_circle {
        top: -20%;
        right: -300px;
    }
    .clientBx {
        width: calc(100% / 2);
    }

    
    .clientBx:nth-child(3n) {
        border-right: solid 1px #00000024 !important;
    }
    .clientBx:nth-child(2n), .clientBx:last-child {
        border-right: none !important;
    }
    .counter-block_one-outline{
        display: none;
    }
    .counter-block_one{
        margin-bottom: 30px;
        padding-left: 15px;
    }
    .counter-block_one-inner{
        padding-left: 0;
        text-align: center;
    }
   .footerLink{
        margin-top: 30px;
   }
   .mainFooter .ps-5{
        padding-left: 15px !important;
    }
    .footerLinks{
        margin-top: 30px;
    }
    .copyright{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .copyright span{
        display: block;
        width: 100%;
        text-align: center;
    }
   .socialIcons{
        justify-content: center;
    }
    .para{
        font-size: 14px;
    }
    .footerLogo{
        margin-bottom: 30px;
        text-align: center;
    }
}
@media only screen and (max-width: 460px){


}
