html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    overflow-x: hidden;
}

p {
    font-size: 15px;
    line-height: 2;
}


h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
}



a {
    text-decoration: none;
}

a:hover {
    color: #86bc42
}

ul {
    list-style-type: none;
    padding: 0;
}

.btn:focus {
    border: unset;
}

@font-face {
    font-family: "Base Neue";
    src: url(./include/fonts/BaseNeue-ExtraBold.woff);
}



.wpcf7-response-output {
    color: #fff;
}

.demohospital_video {
    height: 690px;
}

#videobg {
    height: 690px;
    width: 100%;
    object-fit: cover;
}

/* owl-carousel -----------*/
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #4240B5#fff;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -6%;
    top: 50%;
    transform: translate(6%, -50%);
    width: 35px;
    height: 35px;
}

.owl-carousel .owl-next {
    right: -6%;
    top: 50%;
    transform: translate(6%, -50%);
    width: 35px;
    height: 35px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #05a9f2
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.customner_owl-carousel .owl-nav button.owl-next,
.customner_owl-carousel .owl-nav button.owl-prev,
.customner_owl-carousel button.owl-dot {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #9dc541;
    margin-top: 4rem;
}

.customner_owl-carousel .owl-prev {
    left: 50% !important;
    top: 100% !important;
    transform: translate(-50%, -100%);
    width: 35px;
    height: 35px;
}

.customner_owl-carousel .owl-next {
    right: 44% !important;
    top: 100% !important;
    transform: translate(-44%, -100%);
    width: 35px;
    height: 35px;
}


/* HEADER-SECTION */
/*================ Mobile nav Start =====================*/

/* For submenu smooth expand */
.mobile-nav .menu-item-has-children>ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

/* When submenu is active */
.mobile-nav .menu-item-has-children.active>ul {
    max-height: 500px;
    /* adjust as needed */
    padding: 10px 0;
}

/* Arrow icon (using ::after or SVG rotation) */
.mobile-nav .menu-item-has-children>a::after {
    content: '\f107';
    /* FontAwesome down arrow */
    font-family: FontAwesome;
    float: right;
    transition: transform 0.3s ease;
    margin-right: 0px;
}

.mobile-nav .menu-item-has-children.active>a::after {
    transform: rotate(180deg);
    /* rotate up when open */
}

.mobile_header_logo img {
    width: 140px;
}

.nav-close {
    padding: 10px 25px 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px 0px #0000001A;
}

.nav-close svg {
    border: 1px solid #ffffff;
    color: #585555;
    box-shadow: 0px 0px 30px 0px #0000001A;
    width: 30px;
    height: 30px;
}

.mobile-nav {
    width: 325px;
    height: 100%;
    left: -400px;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    /* overflow-x: auto;
    overflow-y: scroll; */
    z-index: 999;
    box-shadow: 0 10px 40px 0 rgba(255, 255, 255, .1);
    background-color: #ECF8FF;
}

.mobile-nav ul li {
    display: block;
    border-bottom: 1px solid #2C2C2C1A
}

.mobile-nav ul li a {
    display: block;
    color: #2C2C2C;
    padding: 12px 0px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.nav-arrow {
    position: absolute;
    right: 32px;
}

.mobile-nav ul li ul li a {
    padding: 10px 35px 10px 50px;
    display: block;
}

.nav-open {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 35px;
    top: 20%;
}

.mobile-nav-wrapper {
    display: none;
}

.mobile-nav-wrapper.navActive .mobile-nav {
    left: 0;
}

.nav-hide {
    display: none;
}

.nav-hide.show {
    display: block;
}

.dark-shadow.navActive {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 13px;
    width: 100%;
    background-color: black;
    content: '';
    opacity: .8;
    transition: .3s
}

/*================ Mobile nav end =====================*/
.main_menu_header {
    background-image: url('/img/header_engi.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    width: 100%;
    height: 160px;
    top: 0%;
    z-index: 999;
    overflow: visible;
}

.header_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo img {
    max-width: 220px;
    position: absolute;
    top: 15px;
    left: 10%;
    transform: translate(-9%, -0px);
}




#menu-header-menu>li.menu-item-has-children a {
    position: relative;
}


#menu-header-menu>li.menu-item-has-children>a::before {
    content: '';
    width: 25px;
    height: 15px;
    background-color: #9FC0CF;
    border-radius: 30px 0px 0px 30px;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(10%, -50%);
    transition: all .3s ease-in-out;
}

#menu-header-menu>li.menu-item-has-children>a:hover:before {
    left: -20%;
    background-color: #9DC541;
    width: 15px;
}

#menu-header-menu>li.menu-item-has-children>a::after {
    content: '';
    width: 25px;
    height: 15px;
    background-color: #9FC0CF;
    border-radius: 0px 30px 30px 0px;
    position: absolute;
    top: 50%;
    right: -6%;
    transform: translate(6%, -50%);
    transition: all .3s ease-in-out;
}

#menu-header-menu>li.menu-item-has-children>a:hover::after {
    right: -15%;
    background-color: #9DC541;
    width: 15px;
}

#menu-header-menu>li.menu-item-has-children>ul {
    height: 0px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
}

#menu-header-menu>li.menu-item-has-children:hover>ul {
    height: 70px;
    opacity: 1;
}

#menu-header-menu>li.menu-item-has-children>ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#menu-header-menu>li.menu-item-has-children>ul li a {
    position: relative;
}

#menu-header-menu>li.menu-item-has-children>ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(20px, -50%);
    height: 20px;
    width: 1px;
    background-color: #fff;
}

#menu-header-menu>li.menu-item-has-children>ul li a {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0px 15px;
}

.header_menuPC>ul {
    display: flex;
    flex-direction: row;
}

.header_menuPC>ul>li>a {
    padding: 34px 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #413E3E !important;
    letter-spacing: 0px;
    transition: 0.3s;
    position: relative;
}

.header_menuPC>ul>li>a:hover:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0056A7;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
}


/* .header_menuPC > ul > li:hover > a{
    background-color: #ffffff;
} */

.header_menuPC>ul>li.menu-item-has-children>a {
    padding: 34px 25px 34px 15px;
}


.header_menuPC>ul>li {
    position: relative;
}

.header_menuPC>ul>li.menu-item-has-children>a::after {
    content: "\f0dd";
    font-family: FontAwesome;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translate(-0px, -45%);
    color: #B6ADAD;
}

.header_menuPC>ul>li.menu-item-has-children>ul {
    display: none;
    position: absolute;
    z-index: 999999;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 0px;
}

.header_menuPC>ul>li.menu-item-has-children:hover>ul {
    display: block;
}

.header_menuPC>ul>li.menu-item-has-children>ul>li {
    padding: 10px 10px 10px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #605858;
    letter-spacing: 0px;
    transition: 0.3s;
    position: relative;
}

.header_menuPC>ul>li.menu-item-has-children>ul>li>a {
    color: #413E3E;
}

.header_menuPC>ul>li.menu-item-has-children>ul>li>a:hover,
.header_menuPC>ul>li.menu-item-has-children>ul>li:hover>a {
    color: #0659a8;
    background-color: #fff;
    border-radius: 10px;
}

.header_menuPC>ul>li.menu-item-has-children>ul>li>a::before {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #007bff;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-0px, -50%);
    opacity: .3;
    transition: 0.3s;
}

.header_menuPC>ul>li.menu-item-has-children>ul>li>a:hover:before {
    opacity: 1;
}



.manu_button {
    outline: none;
}

.header_menu_icon {
    display: none;
}

.home .home_icon_box {
    display: none;
}

.home_icon_box {
    display: block;
    cursor: pointer;
}

.home_icon {
    width: 50px;
    height: 50px;
    margin-top: 6px;
}


/* ===========Header Part End =========== */
/* NEW-CSS-START-05-05-25----------------------------------------------------------------------------------------- */
/* SLIDER-SECTION */
.top_gap {
    margin-top: 5%;
}

.custome-container {
    width: 100%;
    max-width: 100%;
    padding: 0% 14.1%;
}

.cusotme_carousel_indicators {
    margin-right: 70%;
    margin-bottom: 1rem;
    margin-left: 2%;
}

.cusotme_carousel_indicators [data-bs-target] {
    width: 18px;
    height: 7px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}

.cusotme_carousel_inner .carousel-caption {
    position: absolute;
    right: 50%;
    top: 30%;
    left: 14%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}

.cusotme_carousel_inner h5 {
    font-family: "Khand", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cusotme_carousel_inner h5 span {
    font-family: "Khand", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #9CC644;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* SERVICE SECTION */
.our_service_sec {
    background-image: url(/img/our-service/service_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px 70px 0px;
    position: relative;
}

.our_service_sec::after {
    position: absolute;
    content: "";
    background-image: url(/img/scale.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -5%;
    left: 0;
    transform: translate(0%, 5%);
    height: 33px;
    width: 100%;
}

.service_text_header {
    text-align: center;
    padding: 0rem 3rem 0rem;
}

.service_text_header h4 {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 50px;
    color: #9CC644;
    margin-bottom: 10px;
}

.service_text_header p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #585555;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.service-section {
    padding: 100px 0px;
}

.service-wrap .img-content img {
    width: 100%;
    transform: scale(1);
    transition: .3s;
    height: 250px;
    object-fit: cover;
}

.service-wrap .img-content {
    height: 250px;
    overflow: hidden;
    border-radius: 16px;
}

.button-arrow {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    position: absolute;
    right: 12px;
    text-align: center;
    line-height: 44px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
    bottom: 30px;
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    position: absolute;
    right: 20px;
    bottom: -15px;
    background: white;
    text-align: center;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .15);
    transition: .3s;
    padding: 15px 10px;
}

.service-wrap .img-content .service-icon img {
    width: 44px;
    height: 36px;
}

.service-wrap h4 {
    font-family: "Khand", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    font-size: 26px;
    line-height: 30px;
    color: #555555;
    letter-spacing: 1px;
}

.line-border {
    border-bottom: 1px solid rgba(227, 218, 218, 1);
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-wrap p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    transition: .3s;
    color: #585555;
    width: 82%;
}

.service-wrap {
    /* background-image: url('/img/our-service/6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 45px 65px; */
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 430px;
}

.service-content {
    /* padding-left: 10px; */
    margin-top: 0px;
    padding: 16px 20px 20px;
}

.service-wrap:hover .button-arrow img {
    transform: rotate(0deg);
    transition: .5s;
}

.service-wrap .button-arrow .hovericon {
    margin: 15px 11px;
    transition: .5s;
    transform: rotate(-40deg);
}

.service-wrap:hover .button-arrow {
    transition: .3s;
    background-color: #105CAA;
}

.service-wrap:hover .img-content img {
    transform: scale(1.1);
    transition: .3s;
}

.service-wrap:hover .service-icon {
    background-color: #105CAA;
    transition: .5s;
    color: #ffffff;
}

.service-wrap .button-arrow .hovericon,
.service-wrap .service-icon .icon .hovericon {
    display: none;
}

.service-wrap:hover .button-arrow .defaulticon,
.service-wrap:hover .service-icon .icon .defaulticon {
    display: none;
}

.service-wrap .button-arrow .hovericon,
.service-wrap:hover .service-icon .icon .hovericon {
    display: block;
}

/* WELCOME SECTION */
.welcome_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.07) 0%, rgba(16, 92, 170, 0.07) 100%);
    padding: 70px 0px 70px 0px;
}

.welcome_text_right h4 {
    font-family: "Khand", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #40423C;
    margin-bottom: 20px;
}

.welcome_text_right h4 span {
    font-family: "Khand", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #105CAA;
    letter-spacing: 2px;
}

.welcome_text_right p {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #585555;
    line-height: 29px;
    margin-bottom: 25px;
    text-align: justify;
}

.about-experience {
    width: 210px;
    position: absolute;
    bottom: 0;
    left: 17px;
}

.welcome_text_right {
    padding: 0px 30px 0px 0px;
}

.about-experience .expert,
.about-experience .projects {
    width: 47%;
}

.about-experience .projects,
.about-experience .expert,
.about-experience .years-ex {
    border: 3px solid rgba(255, 255, 255, 0.4);
    background-color: rgb(16 92 170);
    padding: 15px 10px 15px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 10px;
}

.about-experience .years-ex span {
    font-size: 36px;
    font-weight: 600;
    color: white;
    font-family: "Khand", sans-serif;
    letter-spacing: 2%;
    line-height: 34px;
}

.about-experience .years-ex p {
    font-size: 17px;
    font-weight: 700;
    color: white;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
}

.about-experience .projects span,
.about-experience .expert span {
    font-weight: 600;
    color: white;
    font-family: "Khand", sans-serif;
    letter-spacing: 2%;
    line-height: 34px;
    font-size: 36px
}

.about-experience .projects p,
.about-experience .expert p {
    font-weight: 600;
    color: white;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    font-size: 17px;
}

.custom_btn {
    margin-top: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #9cc644;
    background-color: #ffffff;
    color: #9cc644;
    text-align: start;
    transition: 0.5s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.custom_btn:hover {
    border: 1px solid transparent;
    background-color: #9cc644;
    color: #ffffff;
}

.home_view_more {
    margin-top: 40px;
}

.projectgellery-section {
    background-image: url('/img/recent_project_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.speciality h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Khand", sans-serif;
    letter-spacing: 2px;
    line-height: 56px;
    color: #555;
}

.speciality .solution-list h2 span {
    color: #105caa;
}

.speciality-section {
    padding: 80px 0px;
    background: #EDF6FF;
    position: relative;
}

.speciality .solution-list ul li {
    font-size: 19px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    color: #555555;
}

.recentproject_text_header {
    text-align: center;
    padding: 0rem 3rem 0rem;
}

.recentproject_text_header h4 {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.recentproject_text_header p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.why_choose_us_bg {
    padding: 100px 0px;
    background: #F4F8F5;
    position: relative;
}

.why_choose_us_bg::after {
    position: absolute;
    content: "";
    background-image: url(/img/scale.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0%;
    left: 0;
    transform: translate(0%, 0%);
    height: 33px;
    width: 100%;
}

.whychoose h2 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Khand", sans-serif;
    letter-spacing: 2px;
    line-height: 50px;
    color: #9CC644;
}

.whychoose .solution-list ul li {
    font-size: 26px;
    font-weight: 500;
    font-family: "Khand", sans-serif;
    letter-spacing: 1px;
    line-height: 32px;
    color: #555555;
    transition: .3s;
}

.solution-list ul li {
    display: block;
}

.solution-list ul li a {
    display: block;
    margin-bottom: 10px;
    color: #585555;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 35px;
    text-indent: -1.8em;
    padding-left: 2em;
}

.solution-list ul li a:before {
    background-image: url(/img/rightarrow.png);
    content: '';
    width: 50px;
    padding: 0px 12px;
    background-repeat: no-repeat;
    vertical-align: middle;
    align-items: center;
    background-position: center;
    margin-right: 7px;
}

.whychoose .solution-list ul li:hover {
    background-color: rgba(233, 241, 249, 1);
    transition: .3s;
    border-radius: 10px;
}

.whychoose .solution-list ul li:hover {
    background-color: rgba(233, 241, 249, 1);
    transition: .3s;
    border-radius: 10px;
    width: 75%;
}

.whychoose .solution-list ul li:nth-child(even):hover {
    background-color: rgba(249, 255, 237, 1);
}

.zoomicon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
}

.projectgallery-content {
    position: absolute;
    bottom: 0;
    background-color: rgba(156, 198, 68, 0.6);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    height: 87px;
    padding: 10px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 0;
    transition: .3s;
}

.projectgallery-content h4 {
    font-size: 17px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: white;
    line-height: 27px;
    cursor: pointer;
}

.projectgallery img {
    border-radius: 10px;
}

.projectgallery .big_image {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

.projectgallery {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: white;
}

.projectgallery:hover:before {
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 0;
    border-radius: 10px;
}

.projectgallery:hover .zoomicon,
.projectgallery:hover .projectgallery-content {
    opacity: 1;
    transition: .3s;
}

.our_clients_bg {
    padding: 50px 0px;
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.14) 0%, rgba(156, 198, 68, 0.14) 100%);
}

.ourclients_text_header {
    text-align: center;
    padding: 0rem 3rem 0rem;
}

.ourclients_text_header h4 {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    color: #105CAA;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.ourclients_text_header p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #585555;
    letter-spacing: 0;
    margin-bottom: 30px;
}

/* Recent Projects ========================*/




/* WHY US SECTION ======================*/



/* CLIENTS SECTION ======================= */



/* ABOUT US PAGE ============================*/
.page_top {
    margin-top: 5%;
}

.main_banner {
    position: relative;
}

.main_banner img {
    width: 100%;
}

.main_banner h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #FFFFFF4D;
    padding: 10px 30px 10px 30px;
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    background: #105CAA33;
    border-radius: 10px;
    text-align: center;
}

.about_SIMEC_Engineers_section2 {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 25px 0px;
}

.about_SIMEC_Engineers_section2_content h1 {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
    color: #40423C;
    padding-bottom: 15px;
}

.about_SIMEC_Engineers_section2_content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #585555;
    padding-bottom: 15px;
}

.about_SIMEC_Engineers_section3 {
    background-image: url('/img/about/background_about.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_SIMEC_Engineers_section3_content1 {
    padding: 40px 0;

}

.about_SIMEC_Engineers_section3_content2 {
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px #00000026;

}

.about_SIMEC_Engineers_section3_content2 p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    color: #585555;
    padding-bottom: 15px;

}

.about_SIMEC_Engineers_section4_contain {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 40px 20px;
    border-radius: 10px;
}

.about_SIMEC_Engineers_section4 {
    margin: 50px 0;
}

.about_SIMEC_Engineers_section4_contain .text_about p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #525251;
}

.about_SIMEC_Engineers_section4_contain .text_about h4 {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 3%;
    color: #9CC644;
}

/* MESSAGE ===================*/

.about_secound {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.12) 0%, rgba(16, 92, 170, 0.078) 100%);
    padding: 50px 0;
}

.descrition_section_chairman p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    padding-bottom: 20px;
    color: #585555;


}

.descrition_section_chairman .signature_section {
    font-family: "Open Sans", sans-serif;
    color: #585555;
}

.descrition_section_chairman .signature_section p,
.descrition_section_chairman .signature_section span {
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    padding-bottom: 0;
}



.descrition_section_chairman span {
    font-weight: 600;
}

.descrition_section_chairman .signature_section h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: #0056A7;
    margin: 10px 0;
}

.color_background {
    width: 58px;
    height: 12px;
    background-color: #6089AF;
    opacity: 0.2;
    margin-bottom: 10px;
}


/* RECENT PROJECT BANNER */
.recent_gallery_sec {
    padding: 50px 0px;
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.14) 0%, rgba(156, 198, 68, 0.14) 100%);
}

.img_Recent_Projects {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin: 0px 0;
}

.img_Recent_Projects img {
    height: 350px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: all 0.3s ease;
}

/* Overlay SVG wrapper */
.img_Recent_Projects .overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.img_Recent_Projects:hover img {
    filter: blur(2px);
    transform: scale(1.05);
}

.img_Recent_Projects:hover .overlay-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.overlay-icon svg {
    color: white;
    background-color: rgba(0, 0, 0, .3);
    padding: 5px;
    transition: .3s;
}

.overlay-icon svg:hover {
    color: white;
    background-color: rgba(156, 198, 68, 1);
    scale: .7;
    padding: 4px;
}


.Recent_Projects_clint_details {
    background-color: rgba(16, 92, 170, 1);
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.Recent_Projects_contain {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px 30px;
    border-right: 4px solid rgba(255, 255, 255, 0.2);
}

.Recent_Projects_clint_details .row>.col-4:last-child .Recent_Projects_contain {
    border-right: none;
}

.Recent_Projects_contain p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: white;
    margin: 0;
}

.Recent_Projects_contain span {
    color: rgba(156, 198, 68, 1);
    font-size: 18px;
    font-weight: 700;
}

.view_more_btn {
    background-color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
}

.view_more_btn:hover {
    background-color: rgba(156, 198, 68, 1);
    color: #ffffff;
}

.view_more_btn p {
    font-family: "Open Sans", sans-serif;
}

.modal-header h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

/* CLIENTS PAGE */
.client-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .07);
    background-color: white;
    padding: 17px;
    border-radius: 7px;
    transition: .3s;
    border: 2px solid transparent;
    border-right: 0px;
    border-bottom: 0px;
    margin-bottom: 24px;
}

.client-content:hover {
    border: 2px solid rgba(156, 198, 68, 1);
    border-right: 0px;
    border-bottom: 0px;
    transition: .3s;
}

.client-content img {
    height: 85px;
    min-width: 75px;
    object-fit: cover;
}

/* GALLERY PAGE */
.galary_sectin {
    margin: 50px 0;
}

.single_cart {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 25px;
    background-color: white;
    height: 380px;
}

.single_cart:hover {
    border-radius: 10px;
}


.image_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.image_wrapper img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: filter 0.3s ease;
}

/* Blur only the image on hover */
.single_cart:hover .image_wrapper img {
    filter: blur(2px);
}

.galary_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
}

.single_cart:hover .galary_button {
    opacity: 1;
    top: 45%;
}

.galary_button button {
    border: none;
    padding: 5px 16px;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #0056A7;
    background-color: white;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

.galary_button button:hover {
    background-color: #9CC644;
    color: white;
}

.galary_cart_title p {
    text-align: center;
    padding: 15px 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    transition: transform 0.5s ease;
}

.single_cart:hover .galary_cart_title p {
    transform: translateY(-10px);
}

.single_gallery_page {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 40px 0px 40px 0px;
}

.banner_shortmenu_link {
    padding: 0px 0px 30px;
}

.banner_shortmenu_link h6 a {
    text-align: center;
    padding: 0px 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #585555;
    transition: transform 0.5s ease;
}

.banner_shortmenu_link h6 {
    font-family: "Open Sans", sans-serif;
    color: #0659a8;
    align-items: center;
    font-size: 17px;
}

/* CONTACT PAGE */
/* Supply Management Start*/

.supply_management_img,
.supply_management_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.supply_management_content {
    padding: 40px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.supply_management_content h1 {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 2%;
    color: rgba(16, 92, 170, 1);
    padding-bottom: 10px;
}

.supply_management_content ul li {
    width: fit-content;
    position: relative;
    padding-left: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    color: rgba(85, 85, 85, 1);
}

.supply_management_content ul li::before {
    content: url('/img/rightarrow.png');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

/* Supply List Hover Effects */
.supply-list {
    margin-top: 20px;
}

.supply-list li {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 0 10px 30px !important;
    line-height: normal !important;
}

.supply-list li:hover {
    color: #9cc644 !important;
    transform: translateX(10px);
}

/* Supply Management  for left*/
.supply_management_left .supply_management_content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: rgba(252, 255, 246, 1);
}

.supply_management_left .supply_management {
    background-color: rgba(252, 255, 246, 1);
}

.supply_management_left .supply_management_content h1 {
    color: rgba(156, 198, 68, 1);
}

.supply_management_content_inner {
    width: 70%;
}

/* ============================ */

/* Style the buttons inside the tab */

.supply_right_side h4 {
    color: #9cc644 !important;
    margin: 0rem 0rem;
}

.supply_right_side .tab_management_list {
    margin: 0rem 12rem;
}

.supply_management_details {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 38rem;
}

.right_side_management_images,
.left_side_management_images {
    position: relative;
}

.left_side_management_images img {
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%);

}

.right_side_management_images img {
    position: absolute;
    bottom: 0%;
    left: 30%;
    transform: translate(-30%, -0%);
}

.supply_management_list {
    background-color: rgba(232, 243, 255, 1);
}

.supply_right_side {
    background: #FCFFF6;
}

.supply_management_list h4 {
    padding: 2rem 0rem;
    margin-top: 0rem;
    font-family: "Khand", sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: rgba(16, 92, 170, 1);
    text-transform: capitalize;
    letter-spacing: 1px;
}

.tab_management_list {
    padding: 5rem 6rem;
    position: relative;
    z-index: 99;
}

.tab_management_list button {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block;
    background-color: inherit;
    color: rgba(85, 85, 85, 1);
    padding: 15px 25px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    transition: 0.3s;
    line-height: 15px;
}

.tab_management_list button::before {
    content: url(/img/rightarrow.png);
    position: absolute;
    left: -10px;
    top: 6px;
    width: 20px;
    height: 20px;
    transform: translate(10px, 10px);

}

/* Change background color of buttons on hover */
.tab_management_list button:hover {
    color: #9cc644;
    display: inline-block;
}

/* Create an active/current "tab button" class */
.tab_management_list button.active {
    background-color: #9DC541
}

/* Style the tab content */
.supply_management_tabcontent1,
.supply_management_tabcontent3 {
    float: left;
    border-left: none;
    display: none;
}

.supply_management_tabcontent1.active1,
.supply_management_tabcontent3.active12,
.safety_management_tabcontent2.active6,
.safety_management_tabcontent4.active18 {
    display: block;
}

.supply_management_tabcontent1.active,
.supply_management_tabcontent3.active {
    display: block;
}

.safety_management_tabcontent2,
.safety_management_tabcontent4 {
    display: none;
}

.safety_management_tabcontent2.active,
.safety_management_tabcontent4.active {
    display: block;
}

/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Supply Management End*/
/* Construction_Management */
.Construction_Management_title_bg {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 20px 0px 50px;
}

.Construction_Management2_content {
    background-color: rgba(255, 255, 255, 1);
    padding: 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    margin: 60px 10%;
}

.Construction_Management2_content p {
    background-color: white;

}

.Construction_Management2_content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: justify;
    color: rgba(88, 85, 85, 1);
    padding-bottom: 20px;
}

.Construction_Management_title {
    background-color: rgba(16, 92, 170, 1);
    border-radius: 10px;
    margin: 30px 0;
}

.Construction_Management_title2 {
    background-color: rgba(156, 198, 68, 1);
    border-radius: 10px;
    margin: 30px 0;
}

.Construction_Management_title p,
.Construction_Management_title2 p {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 25px;
    color: rgba(255, 255, 255, 1);
}

/* Construction_Management End*/
.design_development_image {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 40px 0px 40px 0px;
}

/* CONTACT US */
.free_contact_sec {
    background: linear-gradient(180deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 40px 0px 40px 0px;
}

.contact_text_header {
    text-align: center;
    padding: 0rem 3rem 0rem;
}

.contact_text_header p {
    font-family: "Khand", sans-serif;
    font-weight: 500;
    font-size: 37px;
    line-height: 43px;
    letter-spacing: 0;
    text-align: center;
    color: #40423C;
    margin-bottom: 40px;
}

.contact-form-border .form-control {
    margin-bottom: 1rem;
    padding: 1rem 1rem;
    box-shadow: 0px 0px 4px 0px #00000014;
    border: 1.5px solid #DBDADA;
}

.contact_address_box {
    box-shadow: 0px 0px 4px 0px #00000014;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 2rem 2rem 0rem;
    margin-bottom: 2rem;
}

.contact-sub-title p {
    font-family: "Open Sans", serif;
    font-size: 17px;
    line-height: 27px;
    color: #585555;
    font-weight: 400;
    margin-bottom: 20px;
}

.galary_button svg {
    color: white;
    background-color: rgba(0, 0, 0, .3);
    padding: 5px;
    transition: .3s;
}

.galary_button svg:hover {
    color: white;
    background-color: rgba(156, 198, 68, 1);
    scale: .7;
    padding: 4px;
}

.engineer-quote {
    padding: 50px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin: 60px 0px;
}

.engineer-quote p {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    color: #585555;
}

.engineer-quote span {
    font-weight: 600;
    color: #585555;
}

.design-development_text {
    text-align: center;
    padding: 0rem 3rem 0rem;
}

.design-development_text p {
    font-family: "Khand", sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 43px;
    letter-spacing: 0;
    text-align: center;
    color: #40423C;
    margin-bottom: 40px;
}

.design-development {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.09) 0%, rgba(16, 92, 170, 0.07) 100%);
    padding: 40px 0px 40px;
}

.shadow-box {
    border-radius: 10px;
    box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, .10);
}

.designdev-box .solution-list {
    padding: 30px 30px 30px 10px;
}

.solution-list h4 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    color: #105CAA;
    font-family: "Khand", sans-serif;
}

.para {
    color: #585555;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

/* FOOTER SECTION */
/* ============================= */

.footer_sec_two {
    padding: 25px 0px;
    background-image: url(/img/footer_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_quick_link {
    display: grid;
    grid-template-columns: auto auto auto;
}

.footer_quick_link li {
    line-height: 30px;
    color: #585555;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.footer_quick_link li a {
    margin-left: 12px;
    color: #585555;
}

.footer_quick_link li:hover a {
    color: #0659a8;
}

.quick_links li a:hover::before {
    color: #0659a8;
}

.footer_bottom_text h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #585555;
    text-align: start;
    margin-top: 12px;
}

.footer_social_icon {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.footer_social_icon li {
    padding: 5px 10px;
    border: 1px solid #105CAA33;
    background-color: #dcf0fc;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.footer_social_icon li:hover {
    background-color: #105CAA;
    border-radius: 4px;
    color: #FFFFFF;
}

.footer_social_icon li a {
    color: #105CAACC;
}

.footer_social_icon li:hover a {
    color: #FFFFFF;
}

.quick_links li a::before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(16, 92, 170, 0.84);
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(10px, -50%);
    color: rgb(182, 173, 173);
    opacity: 0.5;
}

.footer_sec::before {
    content: '';
    position: absolute;
    background-image: url(/img/steal_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 15px;
    width: 100%;
    top: 0%;
    right: 0%;
}

.footer_head h3 {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #105CAA;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.footer_head p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #585555;
    letter-spacing: 0px;
    line-height: 27px;
}

.footer_head p a {
    color: #585555;
    font-weight: 600;
}

.footer_head p a:hover {
    color: #105CAA;
}

/* 
===============================================
RESPONSIVE SECTION 
============================================= */



@media only screen and (max-width: 1736px) {
    .main_menu_header {
        height: 136px;
    }

    .header_logo img {
        max-width: 195px;
        top: 5px;
    }

    .banner_sec {
        margin-top: 5rem;
        position: relative;
    }

    .welcome_sec_textone {
        padding: 2rem 2rem 0rem 13rem;
    }

    .header_menuPC>ul>li.menu-item-has-children>ul {
        top: 80px;
    }

    .header_logo img {
        max-width: 200px;
        left: 11%;
        transform: translate(-15%, -0px);
    }

    .header_menuPC>ul>li>a {
        padding: 43px 15px;
    }

    .header_menuPC>ul>li.menu-item-has-children>a {
        padding: 27px 15px;
    }

    .header_menuPC>ul>li.menu-item-has-children>a::after {
        right: 3px;
    }

    .about_banner_sec {
        margin-top: 80px;
    }

    .about_banner_text h6 {
        top: 45%;
        left: 10%;
        transform: translate(-10%, -45%);
    }

    .about_banner_text h5 {
        position: absolute;
        top: 55%;
        left: 17.5%;
        transform: translate(-17.5%, -55%);
    }

    .welcome_text_right h4 {
        font-size: 34px;
    }

    .client-content {
        padding: 10px;
    }

    /*     .client-content img {
        height: 75px;
        width: 75px;
        object-fit: cover;
    } */
    .designdev-box img {
        height: 330px !important;
    }

    .Construction_Management2_content {
        margin: 60px 0%;
    }

    .Construction_Management_title_bg {
        padding: 20px 0px 20px;
    }

    .Construction_Management_title p,
    .Construction_Management_title2 p {
        font-size: 32px;
        padding: 15px;
    }

    .tab_management_list button {
        padding: 7px 35px;
        font-size: 18px;
        line-height: 30px;
    }

    .tab_management_list button::before {
        top: -3px;
    }

    .supply_right_side h4 {
        margin: 0rem 0rem;
    }

    .supply_right_side .tab_management_list {
        margin: 0rem 8rem;
    }

    .service-wrap p {
        line-height: 24px;
    }

}

@media only screen and (max-width: 1440px) {
    .header_logo img {
        left: 11%;
        transform: translate(-10%, -0px);
    }

    .welcome_text_right h4 span {
        font-size: 32px;
    }

    .welcome_text_right h4 {
        font-size: 30px;
    }

    .welcome_text_right p {
        font-size: 17px;
    }

    .speciality h2 {
        font-size: 40px;
        letter-spacing: 0px;
        line-height: 48px;
    }

    .solution-list ul li a {
        font-size: 17px;
        line-height: 30px;
    }

    .speciality-section {
        padding: 50px 0px 50px;
    }

    .image_wrapper img {
        height: 210px;
    }

    .single_cart {
        height: 300px;
    }

    .Construction_Management2_content {
        margin: 60px 3%;
    }

    .para {
        font-size: 16px;
        line-height: 25px;
    }

    .supply_management_list h4 {
        font-size: 30px;
    }

    .button-arrow {
        width: 40px;
        height: 40px;
        right: 12px;
        bottom: 45px;
    }

    .button-arrow img {
        width: 15px;
        height: 15px;
    }
}

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

    .page_top {
        margin-top: 6%;
    }

    .header_menuPC>ul>li.menu-item-has-children>ul>li>a {
        padding: 5px 10px 10px 27px;
        font-size: 16px;
    }

    #menu-footer-menu li a {
        line-height: 20px;
    }

    .header_menuPC>ul>li>a {
        padding: 27px 10px;
        font-size: 17px;
    }

    .header_menuPC>ul>li.menu-item-has-children>a {
        padding: 27px 25px 30px 15px;
    }

    .header_menuPC>ul>li.menu-item-has-children>a::after {
        right: 12px;
    }

    .projectgallery .big_image {
        height: 230px;
        object-fit: cover;
        width: 100%;
    }

    .about_SIMEC_Engineers_section4_contain .text_about p {
        font-size: 16px;
        line-height: 28px;
    }

    .about_SIMEC_Engineers_section4_contain .text_about h4 {
        font-size: 45px;
    }

    .about_SIMEC_Engineers_section3_content2 p,
    .about_SIMEC_Engineers_section2_content p {
        font-size: 16px;
    }

    .footer_head p,
    .footer_head .footer_menu li a,
    .footer_head .fotter_social li,
    .footer_quick_link li a {
        font-size: 16px;
    }

    .footer_logoresponsive {
        position: relative;
    }

    .fotter_logo {
        position: absolute;
        top: 14px;
        left: -40px;
    }

    .fotter_logo img {
        width: 300px;
    }

    .footer_head h3 {
        margin-bottom: 1rem;
    }

    .galary_cart_title p {
        padding: 22px 15px;
        font-size: 15px;
    }

    .img_Recent_Projects img {
        height: 300px;
    }

    .galary_cart_title p {
        padding: 22px 10px;
        font-size: 15px;
    }

    /*     .single_cart {
        height: 320px;
    } */
    .galary_sectin {
        margin: 10px 0px 20px;
    }

    .service-content {
        margin-top: 0px;
        padding: 16px 20px 20px;
    }

    .supply_right_side .tab_management_list {
        margin: 0rem 6rem;
    }
}

@media screen and (max-width: 1280px) {
    .top_gap {
        margin-top: 6%;
    }

    .header_logo img {
        left: 12%;
        transform: translate(-10%, -0px);
    }

    .header_menuPC>ul>li>a {
        padding: 27px 8px;
        font-size: 16px;
    }

    .cusotme_carousel_inner h5,
    .cusotme_carousel_inner h5 span {
        font-size: 40px;
        line-height: 45px;
    }

    .welcome_text_right h4 {
        font-size: 28px;
    }

    .welcome_text_right h4 span {
        font-size: 28px;
    }

    .solution-list ul li a {
        font-size: 16px;
        line-height: 27px;
    }

    .why_choose_us_bg {
        padding: 50px 0px 70px;
    }

    .whychoose .solution-list ul li {
        font-size: 26px;
        line-height: 24px;
    }

    .whychoose h2 {
        margin-bottom: 20px !important;
    }

    .footer_bottom_text h6 {
        font-size: 14px;
    }

    .about_SIMEC_Engineers_section4_contain .text_about p {
        font-size: 15px;
    }

    .main_banner h4 {
        font-size: 32px;
    }

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

    .sir_image {
        text-align: center;
        margin-bottom: 1rem;
    }

    .contact_text_header p {
        font-size: 32px;
        line-height: 38px;
    }

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

    .designdev-box img {
        height: 352px !important;
    }

    .button-arrow {
        bottom: 35px;
    }


}

@media screen and (max-width: 1024px) {
    .custome-container {
        padding: 0% 8%;
    }

    .demohospital_video {
        height: 560px;
    }

    #videobg {
        height: 560px;

    }

    .main_menu_header {
        height: 115px;
        background-position-x: 15%;
    }

    #menu-header-menu>li.menu-item-has-children>ul li a {
        font-size: 16px;
        line-height: 30px;
    }

    .header_logo img {
        max-width: 170px;
        left: 14%;
        transform: translate(-44%, -0px);
    }

    .header_menuPC>ul>li>a {
        font-size: 15px;
        padding: 24px 5px 24px 5px;
    }

    .header_menuPC>ul>li.menu-item-has-children>a {
        padding: 24px 20px 24px 15px;
    }

    .header_menuPC>ul>li.menu-item-has-children>a::after {
        right: 6px;
    }

    .header_menuPC>ul>li.menu-item-has-children>ul>li>a {
        font-size: 14px;
    }

    .header_menuPC>ul>li.menu-item-has-children>ul {
        width: 360px;
        top: 65px;
    }

    .cusotme_carousel_inner h5,
    .cusotme_carousel_inner h5 span {
        font-size: 30px;
        line-height: 35px;
    }

    .welcome_text_right h4 span {
        font-size: 33px;
    }

    .projectgallery .big_image {
        height: 170px;
    }

    .recentproject_text_header h4,
    .ourclients_text_header h4 {
        font-size: 40px;
    }

    .custom_btn {
        font-size: 16px;
    }

    .whychoose h2 {
        font-size: 40px;
    }

    .solution-list img {
        width: 35px;
    }

    .whychoose .solution-list ul li {
        font-size: 20px;
        line-height: 24px;
    }

    .cusotme_carousel_inner .carousel-caption {
        left: 11%;
    }

    .about_SIMEC_Engineers_section4_contain {
        padding: 20px 10px;
    }

    .our_clients_bg {
        padding: 30px 0px 20px;
    }

    .ourclients_text_header p {
        font-size: 16px;
        line-height: 25px;
    }

    .galary_cart_title p {
        padding: 13px 12px;
        font-size: 14px;
        line-height: 22px;
    }

    .single_cart {
        height: 280px;
    }

    .contact-sub-title p {
        font-size: 16px;
        line-height: 25px;
    }

    .para {
        font-size: 15px;
        line-height: 25px;
    }

    .supply_right_side .tab_management_list {
        margin: 0rem 0rem;
    }

    .supply_management_details {
        height: auto;
    }

    .supply_right_side h4 {
        margin: 0rem 0rem;
    }

    .service-wrap p {
        font-size: 15px;
        width: 85%;
    }

    .footer_head p,
    .footer_head .footer_menu li a,
    .footer_head .fotter_social li,
    .footer_quick_link li a {
        font-size: 16px;
    }

    .footer_quick_link li a {
        margin-left: 5px;
    }

    .footer_quick_link li a {
        margin-left: 12px;
    }

    .welcome_text_right h4 {
        font-size: 25px;
    }

    .welcome_text_right h4 span {
        font-size: 26px;
    }

    .welcome_text_right p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media screen and (max-width: 991px) {
    .mobile-nav-wrapper {
        display: block;
        z-index: 999;
        /* background-image: url(./assets/img/header_engi.png); */
        background-repeat: no-repeat;
        position: fixed;
        width: 100%;
        height: 110px;
        top: 0%;
        background-position: 10% bottom;
    }

    .mobile-nav ul li a {
        padding: 12px 0px;
        font-weight: 500;
        font-size: 14px;
    }

    .mobile-nav ul li ul li a {
        padding: 10px 35px 12px 15px;
    }

    .mbl_menu_social ul li a {
        padding: 3px 5px;
    }

    .top_gap {
        margin-top: 8%;
    }

    .secondary_menu,
    .menu_bottom {
        padding: 5px 20px;
    }

    .main_menu_header {
        background-size: cover;
        height: 100px;
    }

    .main_menu_header {
        padding: 5px 0px;
        background-position-x: 6%;
    }

    .header_menuPC {
        display: none;
    }

    .header_menu_icon {
        display: block;
    }

    .header_logo img {
        position: absolute;
        top: 0px;
        left: 20%;
        transform: translate(-25%, -0px);
        max-width: 155px;
    }

    button.btn.manu_button {
        padding: 0px;
    }

    .header_logo img {
        top: 0px;
        left: 13%;
        transform: translate(-18%, -0px);
    }

    .cusotme_carousel_inner h5,
    .cusotme_carousel_inner h5 span {
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .footer_head h3 {
        font-size: 16px;
    }

    .container.mobile_hide_menu {
        display: none;
    }

    .img-content {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .our_service_sec::after {
        top: -3%;
    }

    .service_text_header,
    .ourclients_text_header,
    .recentproject_text_header {
        padding: 0rem 0rem 0rem;
    }

    .speciality_section_imag {
        text-align: center;
        margin-bottom: 2rem;
    }

    .why_choose_img {
        text-align: start;
    }

    .page_top {
        margin-top: 7.3%;
    }

    .main_banner h4 {
        padding: 5px 27px 5px 26px;
        font-size: 25px;
    }

    .galary_sectin {
        margin: 0px 0;
    }

    .img_Recent_Projects img {
        margin-bottom: 25px;
    }

    .Recent_Projects_contain {
        padding: 12px 30px;
    }

    .img_Recent_Projects img {
        height: 215px;
    }

    .Recent_Projects_contain p {
        font-size: 15px;
        line-height: 22px;
    }

    .recent_gallery_sec {
        padding: 30px 0px 15px;
    }

    .contact_text_header p {
        font-size: 24px;
        line-height: 35px;
    }

    .wpcf7-form-control.custom_btn {
        margin-top: 20px !important;
        margin-bottom: 25px !important;
    }

    .free_contact_sec {
        padding: 40px 0px 10px 0px;
    }

    .Construction_Management2_content {
        margin: 40px 0%;
    }

    .design-development_text p {
        font-size: 30px;
        line-height: 38px;
    }

    .Construction_Management2_content {
        padding: 25px;
    }

    .design-development_text {
        padding: 0rem 0rem 0rem 0rem;
    }

    .design-development_text p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 23px;
    }

    .supply_management_list h4 {
        padding: 2rem 0rem 1rem;
    }

    .supply_management_list h4 {
        font-size: 24px;
    }

    .tab_management_list {
        padding: 1rem 2rem;
    }

    .supply_right_side h4 {
        margin: 0rem 0rem;
    }

    .supply_right_side .tab_management_list {
        margin: 0rem 3rem;
    }

    .tab_management_list button {
        font-size: 15px;
        line-height: 22px;
    }

    .img-content {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .Construction_Management_title p,
    .Construction_Management_title2 p {
        font-size: 22px;
        font-weight: 500;
    }

    #videobg {
        height: 450px;
    }

    .demohospital_video {
        height: 450px;
    }
}

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


@media screen and (max-width: 600px) {
    .top_gap {
        margin-top: 14%;
    }

    #videobg {
        height: 250px;
    }

    .demohospital_video {
        height: 250px;
    }

    #menu-header-menu>li.menu-item-has-children:hover>ul {
        height: 165px;
        display: block;
        padding-left: 0px;
    }

    #menu-header-menu>li.menu-item-has-children:hover>ul>li a::after {
        display: none;
    }

    .header_logo img {
        top: 0px;
        left: 18%;
        max-width: 150px;
        transform: translate(-18%, -0px);
    }

    .cusotme_carousel_inner img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .cusotme_carousel_inner h5,
    .cusotme_carousel_inner h5 span {
        font-size: 18px;
        line-height: 18px;
    }

    .cusotme_carousel_inner .carousel-caption {
        left: 5%;
        top: 28%;
    }

    .welcome_sec {
        padding: 40px 0px 40px 0px;
    }

    .welcome_text_right h4 {
        font-size: 24px;
        text-align: center;

    }

    .welcome_text_right h4 span {
        font-size: 26px;
        letter-spacing: 0px;
    }

    .welcome_text_right p {
        font-size: 15px;
        text-align: justify;
    }

    .our_service_sec::after {
        top: -2%;
    }

    .page_top {
        margin-top: 14.2%;
    }

    .service_text_header h4 {
        font-size: 40px;
        letter-spacing: 1px;
    }

    .service_text_header p,
    .recentproject_text_header p,
    .ourclients_text_header p {
        font-size: 16px;
        line-height: 26px;
    }

    .speciality h2 {
        font-size: 40px;
        text-align: center;
    }

    .projectgallery .big_image {
        height: 250px;
    }

    .whychoose h2 {
        text-align: center;
        margin-top: 2rem;
    }

    .footer_sec_two {
        padding: 30px 20px;
    }

    .footer_head,
    .footer_logo {
        margin-bottom: 20px;
    }

    .text_rightPC {
        text-align: center;
    }

    .footer_head h3 {
        font-size: 18px;
    }

    .footer_head h3 {
        margin-bottom: 16px;
    }

    .main_banner img {
        width: 100%;
        height: 175px;
        object-fit: cover;
    }

    .about_SIMEC_Engineers_section2_content h1 {
        font-size: 30px;
        text-align: center;
    }

    .about_SIMEC_Engineers_section2 {
        padding: 20px 0px;
    }

    .about_SIMEC_Engineers_section3_content2 p,
    .about_SIMEC_Engineers_section2_content p {
        font-size: 15px;
    }

    .about_SIMEC_Engineers_section3_content2 {
        padding: 20px;
    }

    .main_banner h4 {
        padding: 10px 10px 10px 14px;
        font-size: 18px;
    }

    .banner_shortmenu_link h6 {
        font-size: 16px;
        text-align: center;
    }

    .contact_text_header p {
        font-size: 22px;
        line-height: 30px;
    }

    .contact_text_header {
        padding: 0rem 0rem 0rem 0rem;
    }

    .contact-sub-title p {
        font-size: 14px;
    }

    .about-experience {
        width: 200px;
    }

    .about-experience .years-ex span {
        font-size: 38px;
    }

    .about-experience .years-ex p {
        font-size: 16px;
    }

    .service-content {
        padding-left: 0px;
        margin-top: 0px;
        padding: 0px 20px 20px;
    }

    .service-wrap p {
        font-size: 15px;
        line-height: 24px;
    }

    .service-wrap .button-arrow .hovericon,
    .service-wrap:hover .service-icon .icon .hovericon {
        display: none;
    }

    .button-arrow {
        bottom: 20px;
    }

    .Construction_Management2_content p {
        font-size: 15px;
    }

    .supply_management_list h4 {
        font-size: 16px;
    }

    .tab_management_list button {
        padding: 5px 12px;
        font-size: 13px;
    }

    .supply_right_side h4 {
        margin: 0rem 0rem;
    }

    .supply_right_side .tab_management_list {
        margin: 0rem 0rem;
    }

    .supply_management_list h4 {
        padding: 0rem 0rem 0rem;
    }

    .tab_management_list button::before {
        left: -21px;
    }

    .footer_head p,
    .footer_head .footer_menu li a,
    .footer_head .fotter_social li,
    .footer_quick_link li a {
        font-size: 14px;
        line-height: 22px;
    }

    .supply_management_sec {
        margin-top: 65%;
        margin-bottom: -68%;
    }

    .safety_management_tabcontent4 {
        margin-top: 16rem;
    }

    .supply_management_details {
        display: block;
        height: 35rem;
    }

    .tab_management_list {
        padding: 2rem 3rem;
        position: unset;
    }

    .right_side_management_images .safety_management_tabcontent2 img {
        position: absolute;
        bottom: 100%;
        left: 30%;
        transform: translate(-30%, -100%);
    }

    .right_side_management_images .safety_management_tabcontent4 img {
        position: absolute;
        bottom: 220%;
        left: 30%;
        transform: translate(-30%, -205%);
    }

    .footer_bottom_text h6 {
        text-align: center;
    }

    .speciality-section {
        padding: 50px 0px 30px;
    }

    .our_service_sec {
        padding: 50px 0px 50px 0px;
    }

    .whychoose .solution-list ul li {
        font-size: 19px;
        letter-spacing: 0px;
    }

    .welcome_text_right {
        padding: 0px 0px 0px 0px;
    }
}

@media screen and (max-width: 375px) {
    #videobg {
        height: 250px;
    }

    .demohospital_video {
        height: 250px;
    }

    .welcome_text_right h4 span,
    .welcome_text_right h4 {
        font-size: 15px;
    }

    .right_side_management_images .safety_management_tabcontent2 img {
        position: absolute;
        bottom: 125%;
        left: 30%;
        transform: translate(-30%, -125%);
    }

    .right_side_management_images .safety_management_tabcontent4 img {
        position: absolute;
        bottom: 224%;
        left: 30%;
        transform: translate(-30%, -224%);
    }

    .quick_links li a::before {
        left: -3px;
    }

    .supply_management_sec {
        margin-top: 65%;
        margin-bottom: -77%;
    }

    .cusotme_carousel_inner h5,
    .cusotme_carousel_inner h5 span {
        font-size: 19px;
        line-height: 22px;
        letter-spacing: 0px;
    }

    .welcome_text_right h4 span {
        letter-spacing: 1px;
    }

    .welcome_text_right h4 {
        margin-bottom: 15px;
    }

    .service_text_header p {
        margin-bottom: 0px;
    }

    .footer_quick_link li a {
        margin-left: 18px;
    }
}

/* Construction Management Gallery Customization */
.img_Recent_Projects {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.img_Recent_Projects .see-all-photos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #105CAA;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.img_Recent_Projects:hover .see-all-photos {
    background: #105CAA;
    color: #fff;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 991px) {

    .top_gap {
        margin-top: 60px !important;
    }
}

/* Header vertical alignment */
.main_menu_header .header_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
}

.main_menu_header .header_menuPC ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

/* ===== Gallery / Single Gallery ===== */
.gallery-grid-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    display: block;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}



.gallery-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.gallery-overlay:hover {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(1px);
}

.gallery-overlay svg {
    color: #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-overlay:hover svg {
    opacity: 1;
}

.gallery-title-bar {
    padding: 24px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    text-align: center;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.5;
    font-family: "Khand", sans-serif;
    transition: color 0.3s ease;
}

.gallery-item:hover .gallery-title-bar {
    color: #105CAA;
}

.banner_shortmenu_link h6 {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.banner_shortmenu_link a {
    color: #0056b3;
    text-decoration: none;
}

.banner_shortmenu_link i {
    font-size: 10px;
    margin: 0 8px;
    color: #999;
}

/* ===== Single Project Page ===== */
.gallery-grid-img.project-img {
    height: 350px;
}

.project-info-bar {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    border-left: 5px solid #0056b3;
}

.project-info-bar h5 {
    margin-bottom: 15px;
    color: #333;
    font-weight: 700;
}

.project-info-bar p {
    margin-bottom: 8px;
    font-size: 16px;
    color: #555;
}

.project-info-bar p span {
    font-weight: 600;
    color: #000;
}

/* Fancybox overlay fix to show above headers */
.fancybox__container,
.fancybox-container {
    z-index: 999999 !important;
    --fancybox-z-index: 999999 !important;
}