/* 
==============================
website color  Start
==============================
*/
body {
    overflow-x: hidden;
}

:root {
    --bg-color-black: rgba(15, 20, 23, 0.4);
    --heading-color: #D1FF66;
    --white-text-color: #FFFFFF;
    --deep-blue-color: #0056A7;
    --light-blue-color: #6089AF;

}

@font-face {
    font-family: "Muli";
    src: url(./custom-fonts/Muli.woff);
}

@font-face {
    font-family: "Muli-Bold";
    src: url(./custom-fonts/Muli-Bold.woff);
}

/* 
===============================
website color  End
===============================
*/

/*
==============================
Defult CSS Start
==============================
*/

h1 {
    font-size: 40px;
    margin-bottom: 0;
}

h2 {
    font-size: 35px;
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
    margin-bottom: 0;
}

h4 {
    font-size: 25px;
    margin-bottom: 0;
}

h5 {
    font-size: 20px;
    margin-bottom: 0;
}

h6 {
    font-size: 18px;
    margin-bottom: 0;

}

p {
    font-size: 16px;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: unset;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

ul li {
    list-style-type: none;
}

.single_page_top {
    margin-top: 4.4%;
}

.custom_container_header {
    width: 100%;
    max-width: 100%;
    padding: 0% 10%;
}

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

.custom_btn {
    margin-top: 30px;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #9CC644;
    color: white;
    text-align: start;
    transition: 0.5s ease-in-out;
    font-size: 19px;
    font-family: "Muli";
    font-weight: 400;
}

.custom_btn:hover {
    border-color: #9CC644;
    background-color: #fff;
    color: #9CC644;
}

.page_top {
    margin-top: 4.3%;
}

.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 #FFFFFF26;
    padding: 8px 18px 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #FFFFFF;
    background: #105CAAB2;
    border-radius: 10px;
    text-align: center;
}

/*
==============================
Defult CSS End
==============================
*/
/*================ 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: 30px;
}

.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: 9999;
    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: 20px 35px;
    position: relative;
    font-weight: 400;
    color: #2C2C2C;
    font-size: 16px;
    font-family: "Muli";
}

.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: 10%;
}

.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 =====================*/
/* HEADER-PART =============*/
.full_header_section {
    background-image: url('./img/header_engi.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 155px;
    top: 0%;
    z-index: 999;
}

.logoBox {
    position: relative;
    width: 170px;
}

.logoBox a {
    display: block;
}

.header_logo_img {
    max-width: 185px;
    position: absolute;
    top: 15px;
    left: 45%;
    transform: translate(-40%, -0px);
}

.full_header_section .primary_menu>ul li.menu-item-has-children {
    position: relative;
}


.full_header_section .primary_menu>ul li.menu-item-has-children ul {
    position: absolute;
    background-color: #fff;
    top: 97%;
    left: 0%;
    width: 370px;
    padding: 0px 0px;
    display: none;
}

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


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

.full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: "Muli";
    letter-spacing: 0px;
    border-radius: 0px;
    padding: 29px 18px;
}

.full_header_section .primary_menu>ul>li>ul.sub-menu li>a {
    font-family: "Muli";
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 15px 25px;
    transition: 0.5s ease-in-out;
    display: block;
}

.full_header_section .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #105caa;
}

.full_header_section .primary_menu>ul>li>ul.sub-menu li.current-menu-item>a {
    color: #105caa;
}


.full_header_section .primary_menu>ul>li>ul.sub-menu li>a::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background-color: #2585e500;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.full_header_section .primary_menu>ul>li>ul.sub-menu li:hover>a::after {
    background-color: #2584E5;
}


.full_header_section .primary_menu>ul>li>ul.sub-menu li>a::before {
    content: '';
    position: absolute;
    background-image: url('./img/menu_arrow.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    top: 50%;
    left: 95%;
    transform: translate(-95%, -50%);
    opacity: 0;
}

.full_header_section .primary_menu>ul>li>ul.sub-menu li:hover>a::before {
    opacity: 1;
}

.full_header_section .primary_menu>ul>li>ul.sub-menu li {
    border-bottom: 1px solid #D7D2D2;

}

.full_header_section .primary_menu>ul>li>ul.sub-menu li:hover {
    background-color: rgba(240, 248, 255, 0.884);
}

.full_header_section .primary_menu>ul>li>ul.sub-menu li>a:hover {
    color: #105caa;
}


.full_header_section .primary_menu>ul>li>ul.sub-menu li:last-child {
    border-right: none;
}

.full_header_section .primary_menu>ul>li>a.nav-link {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    font-family: "Muli";
    letter-spacing: 0px;
    background-color: #ffffff00;
    border-radius: 0px;
    padding: 29px 18px;
}

.full_header_section .primary_menu>ul>li>a.nav-link:hover {
    color: #105caa !important;
}

/* HEADER-PART-END =================================================*/
.top_gap {
    margin-top: 5.2rem;
}

.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_indicators {
    margin-right: 70%;
    margin-bottom: 1rem;
    margin-left: 16%;
}

/* .section_body{
    padding: 40px 0px 40px;  
} */

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

.text_header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 50px;
    color: #40423C;
    margin-bottom: 10px;
}

.text_header p {
    font-family: "Muli";
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #585555;
    letter-spacing: 0;
    margin-bottom: 30px;
}


/* HOME-BANNER-SECTION */

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

.offer_box {
    border-radius: 13px;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: relative;
    height: 267px;
    margin-bottom: 25px;
}

.offer_box:hover {
    border: 1px solid #9CC644;
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;

}

@-webkit-keyframes flash {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.offer_box img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.offer_box_title {
    padding: 30px 14px;
    background-color: #ffffff;
    border-radius: 13px;
    transition: 0.5s ease-in-out;
    height: 100px;
}

.offer_box_title h6 {
    font-family: "Muli";
    font-size: 17px;
    text-align: center;
    line-height: 27px;
    color: #656262;
    font-weight: 500;
    transition: 0.5s;
}

.offer_box:hover .offer_box_title h6 {
    opacity: 1;
    color: #9cc644;
    transform: translateY(-2px);
}

.offer_box_icon {
    background-color: #ffffff;
    padding: 7px;
    border: 1px solid #9CC64480;
    box-shadow: 0px 0px 30px 0px #0000001A;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    border-radius: 5px;
}

.offer_box_icon img {
    width: 54px;
    height: 54px;
}

.offer_box_icon_hover {
    background-color: #9cc644;
    color: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5%;
    right: 5%;
    transform: translate(-5%, -5%);
    opacity: 0;
    transition: 0.5s;
}

.offer_box:hover .offer_box_icon_hover {
    opacity: 1;
}

.offer_box_icon_hover>.hover_arrow {
    padding: 8px;
    rotate: 320deg;
}

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

/* ABOUT-US-PAGE */
.about_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 4rem 2rem 4rem;

}

.about_leftside h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 37px;
    color: #40423C;
}

.about_leftside .primary_color {
    color: #9CC644;
}

.about_leftside p {
    margin-top: 1rem;
    font-family: "Muli";
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    color: #585555;
    letter-spacing: 0;
    text-align: justify;
}

.about_mission {
    padding: 5rem 3rem 4rem 18rem;
}

.Img_gap_Pzero {
    padding-left: 0px;
    padding-right: 0px;
}

.about_vission {
    padding: 4rem 13rem 4rem 3rem;
}

.about_text_header {
    padding: 3rem 15rem 0rem;
}

.achievments_sec {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 0%, rgba(16, 92, 170, 0.1) 100%);
    padding: 3rem 2rem 2rem;
}

.achievments_box {
    background-color: white;
    box-shadow: 0px 0px 20px 0px #00000012;
    border-radius: 10px;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

.achievments_box_details img {
    width: 70px;
}

.achievments_box_details {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.achievments_box_details_left {
    margin-left: 4px;
}

.achievments_box_details_left h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 46px;
    color: #9CC644;
}

.achievments_box_details_left p {
    font-family: "Muli";
    font-weight: 500;
    font-size: 17px;
    color: #525251;
    margin-top: 0px;
}

.membership_sec {
    background-image: url('./include/img/Our_Membership_bg.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 0rem 2rem 3rem;
}

.membership_box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #00000012;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
    margin-bottom: 1rem;
}

.membership_details_sec {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px;
}

/*
==============================
About page Part CSS End
==============================
*/


/* SISTER-CONCERNS */
.sister_concern_sec {
    background-image: url(./img/sister-concern/sister_concern_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 40px 0px 40px 0px;
}

.sister_concer_box {
    background-color: white;
    padding: 10px 0px;
    border-radius: 7px;
    box-shadow: 0px 0px 30px 0px #00000012;
    margin-bottom: 25px;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
    text-align: center;
}

.sister_concer_box:hover {
    border: 1px solid #9CC644;
}

.sister_concer_box img {
    display: block;
    width: 168px;
    height: 84px;
    margin: 0 auto;
}

/* NEWS AND MEDIA */
#owl-modal-slider-images {
    text-align: center;
}

.media_modal_head h5 {
    color: var(--deep-blue-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;

}

.media_carouse_indicators {
    display: inline-block;
    text-align: center;
    margin-right: 0%;
    margin-left: 0%;
    background-color: #2b3b47b8;
    margin-bottom: 0px;
}

.media_carouse_indicators [data-bs-target] {
    text-indent: inherit;
    margin-right: 2px;
    margin-left: 2px;
    width: inherit;
    height: inherit;
    opacity: 1;
    box-sizing: inherit;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background-color: unset;
}

.media_carouse_indicators [data-bs-target] img {
    height: 40px;
    object-fit: cover;
}

.news-1_top {
    margin-top: -48px;
}

.news_media_sec {
    padding: 50px 0px 50px;
    /* background: linear-gradient(90deg, rgb(149 195 66 / 16%) 0%, rgb(16 92 170 / 8%) 100%); */
}

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

.news_media_heading h4 {
    color: var(--deep-blue-color);
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 4px;
}

.news_media_heading p {
    color: #6089AF;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding: 1rem 15rem;
}

.mediacustom_btn {
    margin-top: 20px;
}

.new_media_box {
    position: relative;
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 0px 0px 35px 0px #0000001A;
    border-radius: 15px;
    transition: 0.5s ease-out;
    border: 1px solid transparent;
}

.new_media_box:hover {
    border-radius: 15px;
    border: 1px solid #9CC644;

}

.new_media_img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.new_media_icon_hover {
    display: none;
}

.new_media_img:hover .new_media_icon_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 13px;
    font-size: 18px;
    background: #00000042;
    color: var(--white-text-color);
    font-weight: 400;
    border-radius: 5px;
    display: block;
}

.new_media_box img {
    transition: 0.5s ease-in-out;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

.new_media_img img:hover {
    filter: blur(1px);
    transform: scale(1.1);
}

.new_media_img .new_media_icon_hover:hover {
    background-color: var(--heading-color);
    color: #000;

}

.new_media_details {
    padding: 15px 15px 15px;
}

.new_media_details h5 {
    color: #9CC644;
    font-family: "Muli";
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.new_media_details p {
    color: #656262;
    font-family: "Muli";
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 0px;
}

/* WHY-US-SECTION */
.why_us_sec {
    background-image: url('./img/why_us_bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.why_us_details {
    padding: 65px 0px 50px 30px;
}

.why_us_details h4 {
    color: #40423C;
    font-family: "Montserrat", sans-serif;
    font-size: 37px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0px;
}

.why_us_details ul {
    margin-top: 1rem;
}

.why_us_details ul li {
    color: #105CAA;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    line-height: 50px;
}

.why_us_details ul li::before {
    position: absolute;
    content: '';
    background-image: url(./img/arow.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}


/* ABOUT-PAGE-CSS-START ======================================= */

.about_message {
    background-image: url(./img/message_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0rem 3rem;
    position: relative;
}

.about_message_head {
    margin-bottom: 2rem;
}

.about_message_head h4 {
    color: #D1FF66;
    font-family: "Montserrat", sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about_message_head h3 {
    color: #F8FFE8;
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 200px;
}

.about_message_text p {
    color: #F8FFE8;
    font-family: "Muli";
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.about_message_degnition p {
    color: #F8FFE8;
    font-family: "Muli";
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.about_message_degnition {
    margin-top: 5rem;
}

.md_sir_imge {
    position: absolute;
    bottom: 0;
}

.md_sir_imge img {
    width: 400px;
}


/* Gallery-Page START=============================*/

.simec_system_galary_image_sec {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.1) 0%, rgba(16, 92, 170, 0.13) 100%);
}

.galary_image_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.galary_item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: opacity 1s ease;
    margin-bottom: 25px;
}

.galary_item:hover {
    border-color: #9CC644;
}

.galary_item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40px;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
}

.galary_item svg path {
    fill: white;
}

.galary_item:hover svg {
    opacity: 1;
}

.galary_item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 1s ease;
    z-index: 1;
}

.galary_item:hover::before {
    opacity: 1;
}

.galary_item img {
    height: 233px;
    width: 100%;
    object-fit: cover;
    /* object-position: top; */
    border-radius: 10px;
    display: block;
    z-index: 0;
}

.galary_image_section_with_button {
    margin-bottom: 35px;
}

.custom_btn {
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: #9CC644;
    color: white;
    text-align: start;
    transition: 0.5s ease-in-out;
}

.custom_btn:hover {
    border-color: #9CC644;
    background-color: #fff;
    color: #9CC644;
}

.background_color_galary {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(90deg, rgba(16, 92, 170, 0.15) 0%, rgba(149, 195, 66, 0.12) 100%);
}

/* Gallery-Page END=============================*/
/* CONTACT-PAGE =============================*/
.contact_sec {
    padding: 40px 0px 40px 0px;
    background: linear-gradient(180deg, rgba(16, 92, 170, 0.08) 0%, rgba(156, 198, 68, 0.14) 100%);

}

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

.contact_text_header h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 50px;
    color: #40423C;
    margin-bottom: 35px;
}

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

.contact-form-border .form-control:focus {
    border: 1.5px solid #9cc644;
}

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

.contact_address_box h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #40423C;
    margin-bottom: 1rem;
}

.contact-sub-title p {
    font-family: "Muli";
    margin-bottom: 25px;
    font-size: 17px;
}

.contact_google_maps {
    background: linear-gradient(270deg, rgba(156, 198, 68, 0.07) 0%, rgba(16, 92, 170, 0.05) 100%);
    padding: 2rem 0rem 2rem;
}

.contact_google_maps iframe {
    border-radius: 10px;
    border: 4px solid #9CC64440 !important;
}

/*  */
/* FOOTER-PAGE =========== */
.short_quote {
    background-image: url('./img/short_quote.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0rem 5rem;
    position: relative;
    margin-top: 0rem;
}

.short_quote p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.short_quote a {
    color: #9CC644;
    transition: 0.5s ease-in-out;
}

.short_quote a:hover {
    color: #ffffff;
}

.footer_sec {
    padding: 2rem 0rem 2rem;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(153, 223, 249, 1) 100%);
    /* background-color: var(--white-text-color); */
}

.footer_heading h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #105CAA;
    margin-bottom: 1rem;
}

.footer_heading p {
    font-family: "Muli";
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 27px;
}

.footer_heading p a {
    font-family: "Muli";
    font-weight: 600;
    font-size: 16px;
    color: #494B46;
    line-height: 28px;
    transition: 0.5s ease-in-out;
}

.footer_heading p a:hover {
    color: #105caa;
}

.quick_links ul {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    border-bottom: 1px solid #0000001A;
    padding-bottom: 10px;
}

.quick_links li a {
    font-family: "Muli";
    font-weight: 400;
    font-size: 17px;
    color: #585555;
    line-height: 15px;
    padding: .5rem 0rem;
    transition: 0.5s ease-in-out;
}

.quick_links li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 5px;
    color: #585555;
}

.quick_links li a:hover {
    color: #105caa;
}

.footer_social {
    display: flex;
}

.footer_social li {
    margin-right: 30px;

}

.footer_social img {
    transition: 0.5s ease-in-out;
}

.footer_social img:hover {
    transform: translateY(-5px);
}

.footer_bottom {
    /* background: linear-gradient(90.16deg, #007922 10.43%, #006BD0 88.32%); */
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(153, 223, 249, 1) 100%);
}

.footer_bottom_text h6 {
    font-family: "Muli";
    font-weight: 400;
    font-size: 14px;
    color: #585555;
    text-align: start;
    margin-top: 12px;
}

.footer_bottom_text h6 a {
    font-family: "Muli";
    font-weight: 400;
    font-size: 15px;
    color: #585555;
    transition: 0.5s ease-in-out;
}

.footer_bottom_text h6 a:hover {
    color: #105caa;
}

.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 a {
    color: #105CAACC;
}

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

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

/* SINGLE-SERVICE-PAGE CSS *************************************************/
/* IT Solutions and Development */
.serviceoffer-section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.09) 0%, rgba(16, 92, 170, 0.07) 100%);
    padding: 40px 0px 40px;
}

.solution-list {
    margin-top: 15px;
}

.section-heading h2 {
    color: #40423C;
    font-size: 37px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

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

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

.program-list li a:before,
.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;
}

.program-list li a,
.solution-list ul li a {
    display: block;
    margin-bottom: 10px;
    color: #585555;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    text-indent: -2em;
    padding-left: 2em;
}

.object-fit-cover {
    object-fit: cover;
}

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

/* IT Solutions and Development End*/




/* / ====================================== /
/* social-works-activities page start*/
.single_first_section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.2) 0%, rgba(16, 92, 170, 0.13) 100%);
    padding: 40px 0px 40px 0px;
}

.welcome-content h2 {
    color: #40423c;
    font-weight: 600;
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
}

.welcome-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Muli";
    color: #585555;
    text-align: justify;
    margin-bottom: 10px;
}

.welcome-content p span {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    font-family: "Muli";
}

.Impactful_Activities_section {
    margin-bottom: 120px;
}

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

.Impactful_Activities_carts {
    margin-bottom: 25px;
}

.Impactful_Activities_Single_cart {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
}

.Impactful_Activities_Single_cart .Impactful_image {
    position: relative;
}

.Impactful_Activities_Single_cart .Impactful_image img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    object-position: top;
}


.Impactful_Activities_Single_cart .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease;
}

.Impactful_Activities_Single_cart .overlay svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    rotate: -45deg;
    background-color: #9cc644;
    padding: 5px;
    border-radius: 50%;
}

.Impactful_Activities_Single_cart .overlay img {
    width: 60px;
    height: auto;
}

.Impactful_Activities_Single_cart:hover .overlay {
    opacity: 1;
}

.Impactful_Activities_Single_cart p {
    font-family: "Muli";
    background: white;
    margin: 15px 5px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #585555;
}

.Impactful_Activities_Single_cart:hover {
    border: 1px solid #9CC644;
}

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

.Impactful_Activities_imageSection2 img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.Impactful_Activities_imageSection2 img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* / ====================================== /
/ social-works-activities page end /
/ ====================================== / */

/* Real Estate and Housing */
.project-section {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.09) 0%, rgba(16, 92, 170, 0.07) 100%);
    padding: 50px 0px 40px;
}

.bg-green {
    background-color: #9CC644;
}

.bg-blue {
    background-color: #105CAA;
}

.project-content {
    min-height: 100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 15px
}

.hostipat-service-title,
.project-content h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Muli";
    line-height: 26px;
}

.project-area {
    border-radius: 10px;
    margin-bottom: 30px;
}

.project-area img {
    width: 100%;
}

.para {
    color: #585555;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    font-family: "Muli";
}

/* Real Estate and Housing End */

/* Design & Development =========================*/
.designdev-box .solution-list {
    padding: 30px 30px 30px 10px;
}

.bg-gray {
    background-color: #E9EAE7;
}

.mission {
    padding: 60px 270px 0px 40px;
}

.mission.vission {
    padding-left: 265px;
    padding-right: 50px;
}

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

/* Design & Development End ==============*/

/* Construction Management ================*/

.gallery-grid {
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    border-radius: 15px;
}

.gallery-grid:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
}

.gallery-grid img {
    width: 100%;
    border-radius: 15px;
}

.bg-gray2 {
    background-color: #e4f3fb;
}

.bg-gray-right {
    background-color: #E6EFE3;
}

.construction-gallery {
    padding-top: 60px;
    padding-bottom: 30px;
}

.constration_mission {
    padding: 100px 170px 0px 40px;
}

.constration_vission {
    padding-left: 210px;
    padding-right: 21px;
    padding-top: 100px;
}

/* Construction Management End */


/* SHIN-SHIN Japan Hospital */
.hospital-services {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #DFE3E8;
}

.hostipat-service-title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    z-index: 99;
}

.hospital-service-content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.hospital-service-content:before {
    background: linear-gradient(to top, rgba(0, 86, 167, .8) 10%, rgba(0, 0, 0, 0) 25%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-radius: 10px;
    opacity: 1;
    transition: .5s;
    z-index: 9;
}

.hospital-service-content:hover:before {
    background: linear-gradient(to top, rgba(144, 173, 76, .8) 10%, rgba(0, 0, 0, 0) 25%);
    transition: .3s;
    opacity: 1;
}

.hospital-service-content h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Muli";
}

.hospital-service-content img {
    transform-origin: 0 0;
    transition: transform 0.25s, visibility 0.25s ease-in;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.hospital-service-content:hover img {
    transform: scale(1.1);
}

/* SHIN-SHIN Japan Hospital End */


/* Medicine Outlets */
.facilities-services {
    background-image: url('./img/service_page/medicine_outlets/facilities-banner_bg.png');
    padding: 40px 0px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.facilities-content {
    padding: 30px 25px;
    margin-bottom: 30px;
    height: 280px;
    transition: 0.5s ease-in-out;
}

.facilities-content:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.facilities-content h4 {
    color: #9CC644;
    margin-bottom: 15px;
    margin-top: 20px;
    transition: .3s;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
}

.facilities-content .para {
    font-size: 16px;
    line-height: 23px;
}

.facilities-content:hover h4 {
    color: #105CAA;
    transition: .3s;
}

.outlet-services {
    background: linear-gradient(90deg, rgba(156, 198, 68, 0.15) 50%, rgba(0, 86, 167, 0.24) 100%);
    padding: 40px 0px 38px;
    background-size: cover;
}

.outlet-content {
    border-radius: 20px;
    margin-bottom: 25px;

}

.outlet-content i {
    color: #0056A7
}

.outlet-content .img-content:hover .cstm-btn {
    top: 50%;
    opacity: 1;
    transition: .3s;
}

.outlet-content .img-content {
    overflow: hidden;
    transition: .3s;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.outlet-content .img-content img {
    transform: scale(1);
    transition: .3s;
    width: 100%;
}

.outlet-content .img-content:hover img {
    filter: blur(1.5px);
    transition: .3s;
    transform: scale(1.1);
}

.cstm-btn {
    background-color: white;
    color: #0056A7;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 100px;
    position: absolute;
    top: 60%;
    z-index: 999;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 160px;
    padding: 10px;
    margin: 0 auto;
    opacity: 0;
    transition: .3s;
    font-weight: 500;
}

.cstm-btn:hover {
    background-color: #D1FF66;
    transition: .3s;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, .3);
}

.outlet-content h4 {
    color: #0056A7;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
    padding: 34px 0px;
}

/* Medicine Outlets END */

/* Simecnews Start */
.simecnews-two {
    background-color: #F7FDED;
}

.simecnews-three {
    background-color: #F4F4F4;
}

.text-decoration-underline {
    text-decoration: underline !important;
    color: #105CAA;
}

/* Simecnews End */

/* Training and Education Start */

.program-list li a {
    margin-bottom: 4px;
}

.program-bg {
    background-color: #F0F0F0;
}

.Programs {
    padding: 5% 5% 5% 25%;
}

.para {
    padding-bottom: 20px;
}

.institute_program {
    padding: 40px 40px 0px 270px;
}

.vocation_institute {
    padding: 100px 160px 0px 40px;
}

/* Training and Education End */

/* social-works-activities page start */
.Our_Facilities_background {
    background-image: url(./img/service_page/convention_centers/Our-Product-bg.png);
    padding: 40px 0px 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Our_Facilities {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.Our_Facilities_carts {
    background-color: white;
    padding: 27px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    height: 230px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.5s ease-in-out;
    border: 1px solid transparent;
}

.Our_Facilities_carts:hover {
    border: 1px solid #9CC644;
}

.Our_Facilities_carts h1 {
    font-family: "Muli";
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #585555;
    transition: 0.5s ease-in-out;

}

.Our_Facilities_carts h1:hover {
    color: #9CC644;
}

.green_dradient {
    background: linear-gradient(270deg, rgba(156, 198, 68, 0.15) 0%, rgba(0, 86, 167, 0.24) 100%) !important;

}

.Facilities_forth_section .row {
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Facilities_forth_section {
    background: #DFE3E8;
    padding: 30px 15px;
}

.Facilities_forth_section_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Facilities_forth_section_content {
    background-color: white;
    padding: 30px;
}

.Facilities_forth_section_content h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #105CAA;
    margin-bottom: 25px;
}

.Facilities_forth_section_content p {
    font-family: "Muli";
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #585555;
    padding-bottom: 20px;
}

.Facilities_forth_section_content ul li {
    font-family: "Muli";
    color: #585555;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    text-transform: capitalize;
    text-decoration: dotted;
    list-style-type: disc;
}

.Facilities_forth_section_content ul {
    list-style-type: disc;
    padding-left: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
}

.Facilities_forth_section_border {
    border-radius: 25px;
}

/* social-works-activities page end */
/* RESPONSIVE DESIGN ---------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1736px) {
    .top_gap {
        margin-top: 5.5rem;
    }

    .text_header {
        text-align: center;
        padding: 0rem 5rem 0rem;
    }

    .header_logo_img {
        max-width: 185px;
        position: absolute;
        top: 15px;
        left: 12%;
        transform: translate(0%, -0px);
    }

    .offer_box {
        height: 230px;
    }

    .offer_box_title {
        padding: 30px 6px;
    }

    .offer_box_title h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .sister_concer_box img {
        display: block;
        width: 145px;
        object-fit: contain;
    }

    .short_quote p {
        font-size: 26px;
        line-height: 40px;
    }

    .about_vission {
        padding: 2rem 5rem 0rem 3rem;
    }

    .about_mission {
        padding: 2rem 3rem 4rem 14rem;
    }

    .page_top {
        margin-top: 5.7%;
    }

    .full_header_section .primary_menu>ul li.menu-item-has-children ul {
        top: 100%;
    }

    .single_page_top {
        margin-top: 4.1%;
    }

    .hospital-service-content h4 {
        font-size: 18px;
    }

    .news_second_part img {
        height: 420px;
        object-fit: cover;
    }

    .welcome-content h2,
    .section-heading h2 {
        font-size: 32px;
    }

    .vocation_institute_img img {
        height: 950px;
        object-fit: cover;
    }

    .institute_program {
        padding: 29px 15px 0px 210px;
    }

    .institute_program_img img {
        height: 444px;
        object-fit: cover;
    }

    .vocation_institute {
        padding: 25px 160px 0px 40px;
    }

    .Impactful_Activities_Single_cart p {
        height: 65px;
    }

    .constration_mission {
        padding: 40px 170px 0px 40px;
    }

    .constration_vission {
        padding-top: 40px;
    }

    .why_us_details {
        padding: 65px 0px 50px 85px;
    }

    .facilities-content .para {
        font-size: 15px;
    }

    .facilities-content h4 {
        font-size: 18px;
    }

    .quick_links ul {
        grid-template-columns: 26% 26% 48%;
    }

    .mission.vission {
        padding-left: 218px;
        padding-right: 46px;
    }

    @media only screen and (max-width: 1440px) {
        .full_header_section {
            height: 140px;
        }

        .single_page_top {
            margin-top: 3.9%;
        }

        .top_gap {
            margin-top: 5rem;
        }

        .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
            padding: 28px 18px;
        }

        .full_header_section .primary_menu>ul>li>a.nav-link {
            padding: 28px 18px;
        }

        .header_logo_img {
            max-width: 175px;
            position: absolute;
            top: 10px;
            left: 46%;
            transform: translate(-40%, -0px);
        }

        .offer_box {
            height: 220px;
        }

        .short_quote p {
            font-size: 24px;
            line-height: 40px;
        }

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

        .about_leftside p {
            font-size: 15px;
            line-height: 26px;
        }

        .inner-box {
            height: 342px;
            overflow: hidden;
        }

        .h-125 {
            height: 125% !important;
        }

        .inner-box .cstm-lg {
            width: 35%;
        }

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

        .contact_text_header h4 {
            font-size: 28px;
            line-height: 38px;
        }

        .quick_links ul {
            grid-template-columns: 30% 30% 46%;
        }

        .missionvission-img {
            height: 365px !important;
            object-fit: cover;
        }

        .construction-missionvission .mission {
            padding: 60px 40px 0px 40px;
        }

        .mission.vission {
            padding-left: 203px;
        }

        .mission {
            padding: 60px 200px 0px 40px;
        }

        .construction-missionvission .mission.vission {
            padding-left: 200px;
        }

        .construction-missionvission img {
            height: 460px;
            object-fit: cover;
        }

        .welcome-content h2 {
            font-size: 32px;
        }

        .program-list li a,
        .solution-list ul li a {
            font-size: 14px;
        }

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

        .constration_vission {
            padding: 92px 41px 17px 140px !important;
        }

        .constration_mission {
            padding: 60px 130px 0px 38px !important;
        }

        .Our_Facilities_carts h1 {
            font-size: 18px;
            line-height: 24px;
        }

        .Facilities_forth_section_content ul li {
            font-size: 16px;
            line-height: 30px;
        }

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

        .facilities-content {
            padding: 15px 25px;
        }

        .welcome-content h2,
        .section-heading h2 {
            font-size: 28px;
        }

        .para {
            line-height: 27px;
        }

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

        .solution-list h4 {
            font-size: 20px;
            padding-left: 7px;
        }

    }

    @media only screen and (max-width: 1366px) {
        .text_header {
            text-align: center;
            padding: 0rem 5rem 0rem;
        }

        #mainNav {
            padding: 5px;
        }

        .header_logo_img {
            max-width: 165px;
            position: absolute;
            top: 15px;
            left: 60%;
            transform: translate(-50%, -0px);
        }

        .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
            font-size: 18px;
        }

        .full_header_section .primary_menu>ul>li.menu-item-has-children>ul {
            padding: 0px 5px;
            grid-template-columns: 33% 26% 36%;

        }

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

        .full_header_section .primary_menu>ul>li>ul.sub-menu li>a {
            font-size: 15px;
        }

        .why_us_img img {
            margin-left: -5rem;
        }

        .why_us_details h4 {
            font-size: 40px;
        }

        .why_us_details ul {
            margin-top: 1rem;
        }

        .why_us_details ul li {
            font-size: 20px;
            line-height: 42px;
        }

        .why_us_details ul li::before {
            width: 20px;
            height: 15px;
        }

        .why_us_sec::before {
            width: 230px;
            height: 340px;
        }

        .short_quote {
            padding: 3rem 0rem 3rem;
        }

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

        .footer_heading p {
            font-size: 15px;
            line-height: 23px;
        }

        .footer_heading h6 {
            font-size: 15px;
        }

        .offer_box {
            height: 210px;
        }

        .offer_box_icon {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .sister_concer_box img {
            width: 135px;
        }

        .why_us_details {
            padding: 90px 0px 0px 65px;
        }

        .quick_links ul {
            grid-template-columns: 40% 50%;
        }

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

        .designdev-box {

            overflow: hidden;
        }

        .inner-box {
            height: 342px;
            overflow: hidden;
        }

        .h-125 {
            height: 125% !important;
        }

        .project-content h4 {
            font-size: 17px;
        }

        .quick_links li a {
            font-size: 15px;
        }

        .facilities-content h4 {
            font-size: 16px;
        }

        .welcome-content p {
            font-size: 15px;
        }

        .vocation_institute {
            padding: 25px 120px 0px 40px;
        }

        .achievments_sec {
            padding: 3rem 2rem 2rem;
        }

        .about_leftside h4 {
            font-size: 26px;
        }

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

        .vocation_institute_img img {
            height: 765px;
        }

        .institute_program {
            padding: 29px 15px 0px 185px;
        }
    }

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

        .single_page_top {
            margin-top: 4.4%;
        }

        .full_header_section .primary_menu>ul>li>a.nav-link {
            font-size: 16px;
        }

        .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
            font-size: 16px;
        }

        .page_top {
            margin-top: 6.3%;
        }

        .offer_box {
            height: 204px;
            margin-bottom: 40px;
        }

        .sister_concer_box img {
            width: 122px;
        }

        .short_quote p {
            font-size: 20px;
        }

        .footer_heading p a {
            font-size: 14px;
        }

        .about_vission {
            padding: 1rem 1rem 0rem 1rem;
        }

        .about_mission {
            padding: 2rem 3rem 2rem 12rem;
        }

        .achievments_sec {
            padding: 3rem 2rem 2rem;
        }

        .welcome-content h2,
        .section-heading h2 {
            font-size: 28px;
        }

        .mission.vission {
            padding-left: 175px;
        }

        .mission {
            padding: 60px 150px 0px 40px;
        }

        .quick_links li a {
            line-height: 5px;
        }

        .solution-list ul {
            padding: 0px 15px 0px 5px;
        }

        .Facilities_forth_section_content ul li {
            font-size: 14px;
            line-height: 25px;
        }

        .para {
            font-size: 15px;
        }

        .institute_program {
            padding: 29px 15px 0px 135px;
        }

        .vocation_institute_img img {
            height: 840px;
        }
    }

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

        .single_page_top {
            margin-top: 4%;
        }

        .full_header_section {
            height: 115px;
        }

        .primary_menu {
            align-items: start;
        }

        .header_logo_img {
            max-width: 140px;
            position: absolute;
            top: 10px;
            left: 65%;
            transform: translate(-65%, -0px);
        }

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

        .full_header_section .primary_menu>ul>li.menu-item-has-children:hover>ul {
            top: 65px;
        }

        .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
            padding: 23px 15px;
        }

        .full_header_section .primary_menu>ul>li.current-menu-item>a.nav-link {
            font-size: 14px;
        }

        .full_header_section .primary_menu>ul>li.menu-item-has-children::after {
            right: 0px;
        }

        .full_header_section .primary_menu>ul>li>a.nav-link {
            padding: 23px 12px;
            font-size: 14px;
        }

        .full_header_section .primary_menu>ul>li.menu-item-has-children>ul::after {
            right: 50%;
        }

        .top_gap {
            margin-top: 4rem;
        }

        .why_us_details ul {
            margin-top: 0rem;
        }

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

        .footer_social li {
            margin-right: 10px;
        }

        .mission_imge img {
            height: 300px;
            object-fit: cover;
        }

        .about_mission {
            padding: 2rem 3rem 2rem 6rem;
        }

        .vission_imge img {
            height: 215px;
            object-fit: cover;
        }

        .core_imge img {
            height: 215px;
            object-fit: cover;
        }

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

        .mb_sec {
            width: 75%;
        }

        .md_sir_imge {
            left: 62%;
        }

        .designdev-box {
            height: auto;
        }

        .inner-box {
            height: 365px;
            overflow: hidden;
        }

        .offer_box_title h6 {
            font-size: 15px;
            line-height: 20px;
            margin-top: 5px;
        }

        .offer_box_icon img {
            width: 40px;
            height: 40px;
        }

        .h-125 {
            height: 125% !important;
        }

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

        .custom_btn {
            font-size: 16px;
        }

        .construction-missionvission .mission.vission {
            padding-left: 50px;
        }

        .construction-missionvission img {
            height: 380px;
        }

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

        .quick_links li a {
            font-size: 15px;
        }

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

        .constration_mission {
            padding: 15px 80px 0px 38px !important;
        }

        .constration_vission {
            padding: 60px 41px 17px 55px !important;
        }

        .welcome-content p {
            font-size: 16px;
            line-height: 24px;
        }

        .facilities-content {
            padding: 15px 10px;
        }

        .news_second_part img {
            height: 485px;
            object-fit: cover;
        }

        .news_third_part img {
            height: 365px;
            object-fit: cover;
        }

        .welcome-content h2,
        .section-heading h2 {
            font-size: 25px;
        }

        .vocation_institute_img img {
            height: 1150px;
            object-fit: cover;
        }

        .institute_program {
            padding: 29px 15px 0px 80px;
        }

        .Impactful_Activities_Single_cart .Impactful_image img {
            height: 185px;
        }

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

        .sister_concer_box img {
            width: 115px;
        }

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

        .project-content {
            padding: 20px 10px;
        }

        .why_us_img img {
            width: 650px;
        }

        .why_us_details {
            padding: 60px 0px 0px 25px;
        }
    }

    @media only screen and (max-width: 991px) {
        .logoBox {
            display: none;
        }

        .full_header_section {
            height: 115px;
            /* background-position-x: 20%; */
        }

        .single_page_top {
            margin-top: 5.4%;
        }

        .mobile-nav-wrapper {
            display: block;
            z-index: 9999;

            background-repeat: no-repeat;
            position: fixed;
            width: 100%;
            height: 110px;
            top: 0%;
            background-position: 10% bottom;
        }

        .page_top {
            margin-top: 8.3%;
        }

        .header_logo_img {
            max-width: 140px;
            position: absolute;
            top: 10px;
            left: 20%;
            transform: translate(-20%, -0px);
        }

        .text_header {
            text-align: center;
            padding: 0rem 2rem 0rem;
        }

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

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

        .mobile-nav ul li a {
            padding: 10px 10px;
            font-size: 14px;
        }

        .mbl_menu {
            display: none;
        }

        .mobile-nav .menu-item-has-children>ul {
            height: 175px;
            overflow: scroll;
        }

        .mobile-nav .menu-item-has-children.menu-item-2390>ul {
            height: auto;
        }

        #menu-item-28 .slicknav_nav,
        .slicknav_nav ul {
            height: 12rem;
            overflow-y: scroll;
        }

        .short_quote p {
            font-size: 17px;
            line-height: 24px;
        }

        .footer_heading h6 {
            font-size: 16px;
        }

        .footer_heading {
            margin-bottom: 20px;
        }

        .quick_links ul {
            display: grid;
            grid-template-columns: 50% 50%;
        }

        .footer_sec {
            padding: 1rem 0rem 0rem;
        }

        .footer_bottom_text h6 {
            text-align: center;
        }

        .offer_box {
            height: 265px;
        }

        .offer_box_icon {
            top: 60%;
            left: 50%;
            transform: translate(-50%, -60%);
        }

        .sister_concer_box img {
            width: 160px;
        }

        .why_us_details ul li {
            font-size: 14px;
            line-height: 36px;
        }

        .why_us_img img {
            margin-left: -2rem;
            width: 552px;
        }

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

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

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

        .Facilities_forth_section_image {
            width: 100% !important;
        }

        .Facilities_forth_section_image img {
            width: 100% !important;
            height: 350px !important;
        }

        .Facilities_forth_section_image img {
            order: 1;
        }

        .Facilities_forth_section_content {
            order: 2;
        }

        .Facilities_forth_section_content ul {
            grid-template-columns: repeat(1, minmax(200px, 1fr));
        }

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

        .mission_imge img,
        .vission_imge img,
        .core_imge img {
            height: auto;
        }

        .about_mission {
            padding: 2rem 3rem 2rem 1rem;
        }

        .md_sir_imge {
            left: 67%;
        }

        .inner-box {
            height: auto;
        }

        .h-125 {
            height: 100% !important;
        }

        .designdev-box .solution-list {
            padding-left: 30px !important;
        }

        .inner-box .cstm-lg {
            width: 100%;
        }

        .solution-list {
            padding: 30px 00px 20px;
        }

        .simec_system_galary_image_sec {
            padding: 30px 0px 40px;
        }

        .contact_text_header h4 {
            font-size: 24px;
            line-height: 31px;
        }

        .contact_address_box {
            margin-top: 2rem;
        }

        .contact_icon {
            display: none;
        }

        .mission {
            padding-bottom: 50px;
            padding-right: 40px;
        }

        .construction-missionvission .mission {
            padding: 44px 40px 40px 40px;
        }

        .project-section {
            padding: 30px 0px 0px;
        }

        .mission.vission {
            padding-left: 40px;
        }

        .welcome-content p {
            font-size: 16px;
            line-height: 22px;
        }

        .facilities-content {
            height: 248px;
        }

        .single_first_section {
            padding: 25px 0px 20px 0px;
        }

        .weekly_news img {
            margin-bottom: 1rem;
        }

        .weekly_news_paper_cut img {
            margin-bottom: 2rem;
        }

        .vocation_institute_img img {
            height: 761px;
        }

        .vocation_institute {
            padding: 25px 40px 5px 40px;
        }

        .institute_program {
            padding: 20px 15px 0px 40px;
        }

        .institute_program_img img {
            height: auto;
        }

        .Impactful_Activities_Single_cart p {
            height: 50px;
        }

        .constration_vission {
            padding: 25px 41px 17px 55px !important;
        }

        .Our_Facilities_carts h1 {
            font-size: 16px;
            line-height: 21px;
        }

        .Our_Facilities_carts {
            height: 190px;
        }

        .news_second_part img {
            height: auto;
        }

    }

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

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

        .top_gap {
            margin-top: 3.5rem;
        }

        .single_page_top {
            margin-top: 7.8%;
        }

        .page_top {
            margin-top: 13.3%;
        }

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

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

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

        .full_header_section {
            height: 100px;
            background-position-x: 10%;
        }

        .slicknav_brand img {
            width: 130px;
            background-color: #f6f8f900;
            margin-left: -5px;
        }

        .slicknav_menu {
            margin: 0px 10px 18px;
        }

        .carousel-item img {
            height: 160px;
            object-fit: cover;
        }

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

        .header_logo_img {
            max-width: 120px;
            position: absolute;
            top: 10px;
            left: 14%;
            transform: translate(-14%, -0px);
        }

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

        .offer_box {
            height: 230px;
            margin-bottom: 35px;
        }

        .why_us_img img {
            margin-left: 0rem;
            width: 400px;
        }

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

        .text_header h4 {
            font-size: 22px;
            line-height: 33px;
        }

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

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

        .about_sec {
            padding: 2rem 0rem 1rem;
        }

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

        .about_mission {
            padding: 2rem 1rem 2rem 1rem;
        }

        .achievments_sec {
            padding: 2rem 1rem 1rem;
        }

        .about_message_head h4 {
            font-size: 40px;
        }

        .about_message_head h3 {
            font-size: 36px;
            margin-left: 120px;
        }

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

        .mb_sec {
            width: 100%;
        }

        .about_message_degnition p {
            font-size: 16px;
            line-height: 22px;
        }

        .md_sir_imge img {
            display: none;
        }

        .footer_heading p,
        .quick_links li a {
            font-size: 15px;
        }

        .banner-section h2 {
            font-size: 30px;
        }

        .welcome-content p,
        .welcome-content p span {
            font-size: 16px;
            text-align: center;
        }

        .section-heading h2 {
            font-size: 24px;
            text-align: center;
        }

        .banner-section h2 span {
            border-radius: 0px;
            border: none;
            background-color: transparent;
            padding: 10px 10px;
        }

        .welcome-content h2 {
            font-size: 24px;
            text-align: center;
        }

        .galary_image_section {
            grid-template-columns: repeat(1, 1fr);
            gap: 0px;
        }

        .contact_text_header h4 {
            font-size: 18px;
        }

        .contact_sec {
            padding: 25px 0px 0px 0px;
        }

        .contact_google_maps {
            padding: 2rem 0rem 2rem;
        }

        .about_message_degnition {
            margin-top: 2rem;
        }

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

        .missionvission-img {
            height: 150px !important;
        }

        .design-development {
            padding: 20px 0px 20px;
        }

        .mission {
            padding: 25px 29px 0px 25px;
            padding-bottom: 10px;
        }

        .mission.vission {
            padding-left: 20px;
        }

        .welcome-content h2 {
            margin-bottom: 10px;
        }

        .single_first_section {
            padding: 25px 0px 25px 0px;
        }

        .construction-missionvission img {
            height: auto;
        }

        .constration_mission {
            padding: 15px 18px 0px 30px !important;
            text-align: center;
        }

        .constration_vission {
            padding: 15px 20px 17px 20px !important;
            text-align: center;
        }

        .Our_Facilities_carts h1 {
            font-size: 15px;
        }

        .Facilities_forth_section_content h1 {
            font-size: 18px;
        }

        .outlet-services {
            padding: 30px 0px 10px;
        }

        .vocation_institute_img img {
            height: auto;
        }

        .vocation_institute {
            padding: 25px 25px 5px 25px;
            text-align: justify;
        }

        .institute_program {
            padding: 20px 15px 0px 15px;
        }

        .Impactful_Activities_imageSection2_bg {
            padding: 30px 0px 10px 0px;
        }

        .media_modal_head h5 {
            font-size: 15px;
        }

        .modal-content {
            height: 400px;
        }

        .media_carouse_indicators {
            bottom: -156px;
        }

        .news_third_part img {
            height: auto;
        }

        .why_us_img {
            display: none;
        }

        .why_us_details ul li {
            font-size: 17px;
        }

        .why_us_details ul li::before {
            width: 17px;
            height: 15px;
            left: 2%;
        }

        .short_quote p {
            font-size: 20px;
            line-height: 33px;
        }

        .construction-gallery {
            padding-top: 40px;
            padding-bottom: 15px;
        }

        .hospital-services {
            padding-bottom: 15px;
        }

        .facilities-content h4 {
            font-size: 20px;
        }

        .facilities-services {
            padding: 40px 0px 15px;
        }

        .social_work_see {
            padding: 40px 0px 15px 0px;
        }

        .galary_image_section_with_button {
            margin-bottom: 10px;
        }

        .simec_system_galary_image_sec {
            padding: 30px 0px 50px;
        }

        .background_color_galary {
            padding: 35px 0 43px;
        }
    }

    @media only screen and (max-width:375px) {
        .slicknav_brand img {
            width: 100px;
            background-color: #f6f8f900;
            margin-left: 0px;
        }

        .offer_box {
            height: 210px;
            margin-bottom: 35px;
        }

        .sister_concer_box img {
            width: 145px;
        }


    }
}

/*
==============================
Media Query Part CSS End
==============================
*/