/* New Mobile Menus Css  */

.header_comman { 
    transition: 0.2s all;
}
/* .home_header{
    position: relative;
} */
.header_innerpart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logonew img {
    filter: brightness(10.5);
    transition: 0.2s all;
    max-width: 160px;
}
.header-fixed .header_logonew img {
    filter: unset;
}
.header_menus {
    display: flex;
    align-items: center;
    margin: 0;
}
.headerright_inner {
    display: flex;
    align-items: center;
}
.header_comman {
    padding: 30px 15px;
}
.header_innerpages {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.header_menus .menus_link {
    color: #fff;
    text-transform: capitalize;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    display: block;
    position: relative;
    transition: 0.2s all;
    padding: 0 9px;
    text-decoration: none;
}
.header_menus .menus_link::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    height: 72px;
    width: 100%;
}
.header_menus li{
    list-style: none;
}
.header_menus .menus_li { 
    position: static;
}
.Header_btn {
    background: #1A81FF;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 10px 20px;
    display: inline-flex;
    font-size: 15px;
    transition: 0.5s all;
    box-shadow: 0 0 20px #0000002e;
    justify-content: center;
    text-align: center;
    margin-left: 10px;
}
.header_menus .menus_li .mega_dropdown {
    background: #fff;
    transition: 0.2s all;
    /* transform: scale(0.9); */
    transform-origin: top;
    display: block;
    height: 0px;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 101px;
    min-width: 100% !important;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0 30px 20px #0000002e;
    border-top: 4px solid #f2f2f2;
}

.header_menus .menus_li:hover .mega_dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: 0.2s all;
    background-color: #fff;
    height: auto; 
}
.mega_dropdown_inner {
    display: flex;
    background-color: #f2f2f2;
}
.dropdown_left {
    width: 100%;
    max-width: 80%;
    background-color: #ffff;
    display: flex;
    align-items: center;
}
.dropdown_img {
    width: 100%;
    max-width: 33%;
}
.dropdown_menus {
    width: 100%;
    max-width: 77%; 
}
.dropdown_right {
    width: 100%;
    max-width: 20%;
    padding: 40px 40px;
}
.achieved-box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 36px;
}
.achievedcontent strong {
    display: block;
    color: #000;
    font-family: poppinsmedium;
    font-size: 15px;
}
.achievedcontent span {
    display: block;
    font-weight: 600;
    color: #6e6e6e;
    font-size: 13px;
}
.achievedcontent {
    margin-left: 20px;
}
.achievedimg img {
    max-width: 32px;
    object-fit: contain;
    max-height: 40px;
}
.achievedimg {
    width: 20%;
    text-align: center;
}
.dropdown_img img {
    max-width: 100%;
}
.dropdownlink img {
    max-width: 40px;
    filter: grayscale(1);
    transition: 0.2s all;
}
.dropdownlink {
    display: flex;
    padding: 10px 10px 11px 0;
    font-family: Montserrat;
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
    align-items: center;
    text-decoration: none !important;
}
.dropdownlink span {
    display: inline-block;
    width: 18%;
}
.mega_dropdown_inner .colmanage3 .dropdownlink span {
    width: 25%;
}

.dropdownlink label {
    display: block;
    font-weight: 600;
    cursor: pointer;
    width: 75%;
}
.dropdownlink:hover img {
    filter: unset;
}
.dropdown_menus_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0;
}
.dropdown_menus_inner li {
    width: 50%;
}
.colmanage3 li {
    width: 33.33%;
}
.services_megadropdown .nav-tabs {
    border: 0;
    height: 100%;
    background-image: linear-gradient(to right, #125aff, #5387ff);
    flex-wrap: wrap;
    width: 100%;
    max-width: 33%;
    padding: 50px 0 0 30px;
}
.services_megadropdown .nav-tabs li a {
    color: #fff;
    font-weight: 500;
    font-family: Montserrat;
    padding: 24px 20px !important;
    font-size: 17px !important;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 0; 
    transition: 0.5s all;
}
.services_megadropdown .nav-tabs li a:hover , .services_megadropdown .nav-tabs li.active a {
    background-color: #fff;
    color: #000;
}
.services_megadropdown .nav-tabs li {
    width: 100%;
}
.services_megadropdown .tab-content {
    width: 100%;
    max-width: 77%;
    padding: 0 30px;
}
.services_megadropdown .dropdownlink span {
    width: 18%;
}
.home_header .header_menus .menus_link {
    color: #000;
}
.header-fixed {
    background-color: #fff;
    padding: 25px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px #00000024;
}
.header-fixed .header_menus .menus_link {
    color: #000;
} 
.header-fixed .header_menus .menus_li .mega_dropdown {
    top: 90px;
}
.header-fixed .header_menus .menus_link::after { 
    height: 60px; 
}
.toggle_btn , .menumenus{
    display: none;
}
.mobilemenus {
    display: none;
}
.open-menu {
    overflow: hidden !important;
}
.header_bgchanged {
    background-color: #fff;
}
.header_bgchanged .header_logonew img {
    filter: unset;
}
.header_bgchanged .menus_link {
    color: #000;
}
.home_header .header_logonew img {
    filter: unset;
}
.header_homepage .header_menus .menus_link {
    color: #000;
}
.header_homepage .header_logonew img {
    filter: unset; 
}
.project_cost {
    position: fixed;
    top: 50%;
    right: -60px;
    z-index: 1;
    background-color: #1A81FF;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg) translateY(-50%);
    box-shadow: 0 0 20px #0000002e;
} 
 
/* New Mobile Menus Css  */
 
@media(max-width:1279px){
    .dropdown_right { 
        padding: 30px 30px;
    }
    .services_megadropdown .nav-tabs li a {
        padding: 20px 20px !important;
        font-size: 15px !important;
    }
    .services_megadropdown .nav-tabs { 
        max-width: 30%;
        padding: 70px 0 0 20px;
    }
    .header_menus .menus_link{
        font-size: 14px;
    }
}
@media(max-width:1199px){
    .header_comman {
        padding: 25px 0;
        background-color: #fff;
        position: relative;
    }
    .header_menus .menus_link { 
        font-size: 14px; 
    }
    .header_innerpages .header_logonew img {
        filter: unset;
    }
    .Header_btn {
        padding: 9px 12px;
        font-size: 12px;
    }
    .header_menus .menus_li {
        margin-right: 22px; 
    }
    .header_menus .menus_li .mega_dropdown{
        top: 85px;
    }
    .header_menus .menus_link::after { 
        height: 52px; 
    }
    .header_menus {  
        display: none;
    }
    .toggle_btn span {
        height: 3px;
        margin: 6px 0 0 auto;
        width: 30px;
        background-image: linear-gradient(to right, #125aff, #5387ff);
        display: block;
        transition: .7s;
        border-radius: 100px
    } 
    span.middle {
        width: 19px
    } 
    .toggle_btn {
        z-index: 9;
        transition: .7s;
        display: block;
        margin-left: 20px;
        margin-top: -4px;
    } 
    .open-menu .toggle_btn a {
        height: 40px;
        width: 40px;
        background-color: #222f3f;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center
    }  
    .comman_background .mainbackcontent { 
        margin: 20px auto 0; 
    }
    .menumenus{
        display: block;
    } 
    .mobilemenus {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        top: -100%;
        background-color: #ffff;
        border-top: 5px solid #f2f2f2;
        padding: 40px 50px 100px;
        height: 100vh;
        transition: 0.5s all;
        overflow-y: auto;
    }
    .header-fixed {
        position: fixed;
    } 
    .mobilemenus.show-menus{
        top: 85px;
    }
    .menus_boxinner{
        display: none;
    }
    .mobilemenus_box.active .menus_boxinner{
        display: block;
    } 
    .mobile_link {
        box-shadow: 0 1px 5px rgb(0 0 0 / 16%)!important;
        border-radius: 6px;
        display: block;
        padding: 10px 20px;
        background-color: #fff;
        font-family: Montserrat;
        font-size: 14px;
        color: #222f3f !important;
        font-weight: 600;
        text-transform: uppercase; 
    }
    .menus_boxinner {
        padding: 10px 30px;
        border: 0;
        border-radius: 0px 0 30px 30px;
        background-image: linear-gradient(to right, #125aff, #5387ff);
    }
    .mobilemenus_box {
        margin-bottom: 20px;
    }
    .menus_ul li a {
        color: #fff;
        font-weight: 500;
        font-family: Montserrat;
        display: block;
        border-bottom: 1px solid #f2f2f252;
        padding: 10px 0;
        font-size: 14px;
        text-transform: capitalize;
    }
    .menus_ul li:last-child a{
        border: 0;
    }
    .mobilemenus_box.active .mobile_link {
        border-radius: 6px 6px 0 0;
    }
    .droparrow{
        position: relative;
    }
    .droparrow::after {
        content: '';
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 11px solid #125aff;
        right: 20px;
        width: 12px;
        height: 12px;
        top: 14px;
    }
    .submenus_data {
        display: none;
        border: 2px solid #fff;
        margin-top: -12px;
        padding: 7px 15px;
        border-radius: 0 0 10px 10px;
    }
    .services_submenus.active .submenus_data{
        display: block;
    }  
    .submenus_link {
        font-weight: 500;
        color: #ffffff !important;
        font-size: 14px;
        display: block;
        border: 2px solid #fff;
        margin: 10px 0;
        padding: 8px 14px;
        border-radius: 7px;
        position: relative;
    }
    .services_submenus.active .submenus_link {
        border-radius: 6px 6px 0 0;
    }
    .submenus_link::after {
        content: '';
        position: absolute;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 9px solid #ffffff;
        right: 20px;
        width: 10px;
        height: 10px;
        top: 14px;
    }
 
}
@media(max-width:1023px){
    .header_logonew img { 
        max-width: 150px;
    }
}
@media(max-width:767px){
    .header_comman {
        padding: 14px 0;
    }
    .header_comman .container {
        max-width: 100%;
    }
    .Header_btn {
        padding: 7px 10px;
        font-size: 12px;
    }
    .toggle_btn {
        margin-left: 18px;
        margin-top: -4px;
    }
    .header_logonew img {
        max-width: 130px;
    }
    .mobilemenus {
        top: 58px;
        left: -100%;
        padding: 30px 17px 140px;
    }
    .mobilemenus.show-menus { 
        left: 0; 
        top: 58px;
    }
    .mobile_link{
        font-size: 13px;
    }
    .menus_boxinner {
        padding: 8px 20px;
        border: 0;
        border-radius: 0px 0 10px 10px;
    }
    .droparrow::after { 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 8px solid #125aff;
        right: 18px;
        width: 8px;
        height: 8px;
        top: 16px;
    }
    .submenus_link { 
        font-size: 13px; 
        margin: 10px 0;
        padding: 8px 10px; 
    }
    .submenus_link::after { 
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 7px solid #ffffff;
        right: 12px;
        width: 7px;
        height: 8px;
        top: 14px;
    }
    .menus_ul li a {
        padding: 9px 0;
        font-size: 13px; 
    }
    .mobilemenus_box {
        margin-bottom: 10px;
    }
}