@media (min-width: 1400px) {
    /*container*/
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1374px;
    }
}
@media only screen and (max-width: 1499px) {
    /*Header Section Start*/
    .navbar-brand img{
        max-width: 200px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
    }
    ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu{padding-top: 42px;}
    ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu:before{height: calc(100% - 42px); }
    /*Header Section End*/
}
@media only screen and (max-width: 1399px) {
    /*Header Section Start*/
    .sticky-navbar{ top: 0px;}
    nav.navbar {
       padding: 20px 12px 18px;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
    .ora_btn {
        padding: 10px 12px;
    }
    .request_btn .r_btn_text {
        font-size: 12px;
    }
    .navbar-nav li.nav-item {
        margin: 0 10px!important;
    }
    /*Header Section End*/
    .carousel-caption h3{font-size: 50px; }
    .socials a{width: 44px;height: 44px;}
    .ser_item_box>img{max-height: 400px; }
}
@media only screen and (min-width: 1200px) {
    /*Header Section Start*/
    li.nav-item.dropdown ul.dropdown-menu {
        display: none;
    }
    li.nav-item.dropdown:hover ul.dropdown-menu {
        display: block;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }
    ul.navbar-nav li.nav-item{filter: drop-shadow(0 24px 16px rgba(0, 0, 0, 0.15)); }
    /*Header Section End*/
}
@media only screen and (max-width: 1199px) {
    ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li a{background-color: transparent; border-color: #dfdde9;  }
    ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu:before{border: none; }
    /*Header Section Start*/
    .navbar-collapse {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        display: block;
        transform: unset;
        /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); */
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
        transition: all 0.4s;
        border-radius: 0;
        background: var(--bg-white);
        padding: 30px;
        backdrop-filter: blur(2px);
        z-index: 2;
    }
    .navbar-collapse.show {
        /* clip-path: polygon(0px 0, 100% 0, 100% 100%, 0 100%); */
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        height: 100vh;
        width: 100%;
        overflow: auto;
        background: #ffffff url(../images/whoare_bg.png) no-repeat;
        background-size: cover;
        background-blend-mode: luminosity;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        background: var(--bg-white);
    }
    nav.navbar .container-fluid {
        display: block;
    }
    ul.navbar-nav {
        max-width: fit-content;
    }
    .request_btn {
        position: absolute;
        top: 20px;
        right: 12px;
    }
     button.navbar-toggler {
        position: absolute;
        top: 28px;
        right: 165px;
        border: none;
        border-radius: 0;
        width: 36px;
        height: 26px;
        padding: 0;
        z-index: 9;
    }
     button.navbar-toggler:focus{
        box-shadow: none;
    }
    li.nav-link {   
        max-width: fit-content;
    }
    a.nav-link {
        font-size: 22px;
        display: inline-block;
        color: var(--text-gray);
    }
    .dropdown-toggle::after {
        color: var(--text-gray);
    }
     button.navbar-toggler::before{
        content: "";
        position: absolute;
        height: 3px;
        background: var(--bg-orange);
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        width: 100%;
        border-radius: 10px;
    }
     span.navbar-toggler-icon::after{
        content: "";
        position: absolute;
        height: 3px;
        background: var(--bg-orange);
        transform: translateY(-50%);
        left: 0px;
        border-radius: 10px;
        top: 0px;
        transform: translateY(0%);
        width: calc(100% - 8px);
    }
     span.navbar-toggler-icon::before{
        top: auto;
        transform: translateY(0%);
        bottom: 0;
        width: calc(100% - 8px);
        right: auto;
        left: 0;
        content: "";
        position: absolute;
        height: 3px;
        background: var(--bg-orange);
        transform: translateY(-50%);
        border-radius: 10px;
    }

    li.nav-item.dropdown .nav-link[aria-expanded="true"]+.dropdown-menu, li.nav-item.dropdown .dropdown-menu.show {
        display: block;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 1;
        visibility: visible;
        height: 100%;
        max-height: 450px;
        background: transparent;
        transition: all 650ms ease;
    }
    li.nav-item.dropdown .dropdown-menu {
        height: 0;
        padding: 0;
        transform: none !important;
    }
    ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu {
        padding-top: 0;
        max-height: 0;
    }
    /*Header Section End*/
    /*Banner Section Start*/
    .carousel-caption {
        padding: 80px 0;
    }
    .carousel-caption h3 {
        font-size: 42px;
    }
    .fill_btn {
        padding: 12px 28.5px;
    }
    .border_btn {
        padding: 10px 17px;
    }
    /*Banner Section End*/
    .services_sec, .secgap {padding: 68px 0; }
    .ser_inn_text h3{font-size: 26px;line-height: 1.4;}
    .navbar-nav .nav-item .nav-link{font-size: 24px;font-weight: 500;padding: 8px 0 !important;color: var(--text-gray);}
    .nav-item .dropdown-toggle::after{color: var(--text-gray); }
    ul.navbar-nav li.nav-item.dropdown ul.dropdown-menu li:last-child a{border-bottom: none; }
}

@media only screen and (min-width: 992px) {
    .aboutus .sectionpic{float: right;width: 40vw;border-bottom-right-radius:20px;}
    #accordionsidebar #sidebarbtn{display: none;}
    #accordionsidebar .collapse:not(.show){display: block; }
}

@media only screen and (max-width: 991px) {
    /*Banner Section Start*/
    .carousel-caption h3 {
        font-size: 38px;
    }
    .carousel-caption {
        padding: 70px 0;
    }
    .banner_btns {
        margin-top: 26px;
    }
    .fill_btn {
        padding: 12px 26.5px;
        font-size: 14px;
    }
    .border_btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: calc(100% - 60px);
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        background-size: 14px;
    }
    /*Banner Section End*/
    .services_sec, .secgap {padding: 58px 0;}
    .main_ttl_left{padding-left: 0; }
    .main_title :is(h1, h2, h3, h4){font-size: 32px; white-space: normal; }
    .ser_item_text{padding: 4vw;}
    .ser_inn_text h3,.latest .card-img-overlay h5{font-size: 24px; }
    .ser_inn_text ul li, .whoare .card h5, .latest .blogbox p{font-size: 18px; }
    .latest .blogbox h5{font-size: 24px; margin-bottom: 8px; }
    .socialmedia{padding-left: 24px; }
    .sub-banner .breadcrumb li, .sub-banner .breadcrumb li a{font-size: 18px;}
    .footerlogo{text-align: center;/* margin-bottom: 14px; */}
    .socials, .logos{justify-content: center; }
    .latest .mediabox .cardpic>img{max-height: 480px; }
    .copyrights{justify-content: center; }
    .copyrights p{text-align: center;}
    .sub-banner>img {min-height: 320px; }
    .errorbox h1{margin-bottom: 9px; }
    .sidenav-list{position: absolute;left: auto;top: 100%;right: 0;max-width: fit-content; padding: 4px 16px;}
    .sidenavbar::before, .sidenavbar::after{display: none; }
    .sidenavbar .accordion{padding-top: 0;margin-bottom: 8px;}
    #sidebarbtn{z-index: 1;margin-left: auto;position: relative;max-width: 48px;padding: 12px;border-radius: 4px;background: #ffffff;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;--bs-accordion-btn-icon-width: 0px;margin-top: calc(-1 * var(--section-py) - 32px);}
    .mvision::after{top: auto;left: 50%;bottom: -38px;transform: translateX(-50%) rotate(90deg);}
    .mvision.bg-2::after{top: -38px;left: 50%;right: auto;}
    .management .card h5{font-size: 19px;}
    .management .cardpic {max-width: 128px;}
}

@media only screen and (min-width:768px) {
    .themeoffcanvas.offcanvas{padding-right: 8px; }
    .themeoffcanvas .canvaswrap{padding-right: 24px; }
}

@media only screen and (max-width: 767px) {
    /*Header Section Start*/
   .request_btn .ora_btn .mail_icon img {
        display: block;
    }
    .request_btn .r_btn_text{
        display: none;
    }
    .ora_btn{
        padding: 6px;
        background: var(--bg-orange) !important;
    }
     button.navbar-toggler {
        right: 75px;
    }
    /*Header Section End*/
    /*Banner Section Start*/
    .carousel-caption h3 {
        font-size: 34px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: calc(100% - 50px);
    }
    /*Banner Section End*/
    .services_sec, .secgap {padding: 56px 0; }
    .section-label{font-size: 16px; margin-bottom: 12px;}
    .main_title :is(h1, h2, h3, h4){font-size: 24px; }
    .ser_item_box>img{max-height: 360px; }
    .ser_inn_text h3,.latest .blogbox h5,.latest .card-img-overlay h5{font-size: 20px;}
    .themeaccordion .accordion-button, .testimonial .blockquote h5{font-size: 19px;}
    .testimonial .blockquote h5 small{margin-top: 5px; }
    .latest .blogbox p{font-size: 17px; }
    .themeaccordion .accordion-body{padding: 24px; }
    .testimonial .blockquote{padding: 32px 24px 24px; }
    .blogbox .cardpic{margin: -1px; }
    .latest .blogbox{--bs-card-spacer-y : 28px; --bs-card-spacer-x: 24px; }
    .socials a{width: 44px;height: 44px;}
    .footertop .navlist h5{margin-bottom: 0; position: relative;cursor: pointer;}
    .footertop .navlist h5:after {content: '';position: absolute;top: 50%;transform: translateY(-50%);right: 5px;width: 12px;height: 8px;background: url(../images/drop-toggle-icon.svg) no-repeat;background-size: contain;/* transition: 0.5s; */filter: contrast(0);}
    .footertop .navlist h5.mobile-acc::after{right: 9px;transform: translateY(-50%) rotate(180deg);}
    .footertop .navlist ul{margin-top: 9px;}
    .ser_item_text {padding: 2.4vw; }
    .ser_inn_text ul li{font-size: 16px; }
    .singal_arw_btn{ width: 44px; height: 44px;}
    .singal_arw_btn .arrow{padding: 14px; }
    .listwithicon li>a{gap: 8px; font-size: 16px; padding: 10px 8px; }
    .listwithicon li>a>img{width: 26px;height: 26px;}
    .listwithicon li>a>span{padding-left: 9px; }
    .listcolumn2{gap: 8px;grid-template-columns: 1fr;}
    .continfo{row-gap: calc(0.4 * var(--section-py)); padding: calc(0.56 * var(--section-py)); }
    .themeoffcanvas.offcanvas{padding: 12px; }
    /* .management .cardpic{max-height: 420px;} */
    .thank-icon{max-width: 96px; }
}
@media only screen and (max-width: 575px) {
    .navbar-nav li.nav-item{margin: 0 !important; }
    /*Header Section Start*/
    .navbar-brand img {
        max-width: 170px;
    }
    /*Header Section End*/
    /*Banner Section Start*/
    .carousel-caption h3 {
        font-size: 28px;
        margin-bottom: 2px;
    }
    .banner_btns {
        display: grid;
    }
    .fill_btn {
        padding: 9px 18px;
        font-size: 13px;
    }
    .border_btn {
        padding: 7px 11px;
        font-size: 13px;
    }
    .banner_btns {
        margin-top: 16px;
    }
    .carousel-caption {
        padding: 60px 0;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 26px;
        height: 26px;
        margin: 3px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        background-size: 12px;
    }
    /*Banner Section End*/
    p{font-size: 16px; }
    .services_sec, .secgap {padding: 44px 0;}
    .section-label{font-size: 14px;margin-bottom: 7px;}
    .main_title :is(h1, h2, h3, h4){font-size: 22px; }
    .ser_inn_text h3,.latest .blogbox h5,.latest .card-img-overlay h5{font-size: 18px;margin-bottom: 9px;}
    .ser_inn_text ul li {font-size: 16px; }
    .whoare .card h5{margin-bottom: 8px;font-size: 18px;}
    .themeaccordion .accordion-button, .testimonial .blockquote h5{font-size: 18px;}
    .latest .blogbox p{font-size: 16px; }
    .latest .card-img-overlay p{font-size: 14px; }
    .footertop  h5{margin-bottom: 8px; }
    .footertop .contlist h5{margin-bottom: 5px; }
    .themeaccordion .accordion-body{padding: 21px 12px; }
    .themeaccordion .accordion-button{padding: 16px 12px; }
    .testimonial .blockquote{padding: 24px 18px 20px;margin-top: 24px;height: calc(100% - 24px);}
    .testimonial .blockquote img{top: -24px; max-width: 60px; }
    .latest .blogbox{--bs-card-spacer-y : 24px; --bs-card-spacer-x: 18px; }
    .sub-banner>img{min-height: 286px;}
    .sub-banner .breadcrumb li, .sub-banner .breadcrumb li a{font-size: 16px;}
    .ser_item_text { padding: 8vw; }
    .error-title{font-size: 16vw; margin-bottom: 12px; }
    .mvision{padding: 4px; }
    .mvision .mvicon{max-width: 64px;}
    .mvision .mvbox{padding: 24px 16px; }
    .owlcustom-nav .singal_arw_btn{width: 36px; height: 36px; }
    .owlcustom-nav .singal_arw_btn .arrow{padding: 11px; }
    .valueslider{width: 100%; }
    .themetabnav{padding: 8px; }
    .transaction .themetabnav, #sidebarbtn{margin-top: calc(-1 * var(--section-py) - 27px); }
    .widget{margin-bottom: 24px; }
    .theme-recent-post-item{gap: 16px; margin-bottom: 16px; padding-bottom: 16px; }
    .theme-recent-post-item h6{font-size: 16px; }
    .themeform .form-label{font-size: 16px; }
    .management .card h5 {font-size: 18px;}
    .footertop.py-5{padding: 32px 0px !important; }
    /* .management .cardpic {max-height: 320px;} */
    .grievance h5{font-size: 18px;}
    .grievance li{font-size: 16px; margin-top: 4px; }
}
@media only screen and (max-width: 400px) {
    /*Header Section Start*/
    button.navbar-toggler {
        right: 61px;
    }
    .navbar-brand img{
        max-width: 160px;
    }
    /*Header Section End*/
    /*Banner Section Start*/
    .carousel-caption h3 {
        /* white-space: normal; */
        font-size: 24px;
    }
    /*Banner Section End*/
    .errorbox, .thankbox{padding: 5%;}
}

@media only screen and (max-width: 359px) {
    .socials a{width: 42px;height: 42px;}
    .rarever h4 br{display: none; }
    .ser_item_text{padding: 6vw; }
}


@media (min-width:992px) and (max-width:1199px) {
    .whoare .card{--bs-card-spacer-x: 12px; padding: 28px 12px 34px 12px; }
    .whoare .card p{font-size: 16px; }
}

@media (max-height:830px) {
    .themeoffcanvas .canvaswrap{align-items: normal; height:auto; }
}