@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("aos.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Outfit, sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.header7.header_menu {
    padding: 24px 0px;
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: 0.3s;
}

.header7.header_menu.scrolled {
    backdrop-filter: blur(10px);
}

.header7 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header7 .the_logo1 img {
    height: 40px;
}

.header7 .hm_inner {
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
}

.header7.header_menu .row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header7.header_menu .row>div>div:last-child {
    display: flex;
}

.header7 .hm_inner ul {
    gap: 5px;
}

@media (min-width: 1201px) {
    .header7 .hm_inner>ul li {
        position: relative;
    }

    .header7 .hm_inner>ul li ul li ul {
        left: 100%;
        top: 0px;
        visibility: hidden;
        opacity: 0;
    }

    .header7 .hm_inner>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header7 .hm_inner>ul li>ul::before {
        content: '';
        position: absolute;
        left: 0;
        top: -15px;
        width: 100%;
        height: 15px;
    }

    .header7 .src_overlay.active input {
        padding-left: 45px;
    }

    .header7 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header7 .src_button.active img:last-child {
        display: block;
    }

    .header7 .src_button.active img:first-child {
        display: none;
    }

    .header7 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header7 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(22 66 48);
        color: rgb(255, 255, 255);
    }

    .header7 .hm_inner>ul>li ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header7 .hm_inner>ul>li {
        position: relative;
    }

    .header7 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header7 .hm_inner>ul>li:hover a {
        background: rgba(0, 34, 91, 0.05);
    }

    .header7 .hm_inner>ul>li ul {
        display: block !important;
    }

    .header7 .src_button.active {
        margin-right: -30px;
    }

    .header7 .hm_inner>ul>li:hover>a {
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
    }
}

.header7 .hm_inner>ul>li>a {
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 15px 2px 15px;
    transition: 0.3s;
    cursor: pointer;
}

.header7 .hm_inner ul li.active>a {
    /* font-weight: 900; */
}

.header7 .hm_inner>ul>li>a.has-submenu::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 7px;
}

.header7 .has-submenu+i {
    display: none;
}

.header7 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    border-radius: 5px;
    padding: 15px 0;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255, 255);
    margin-top: 15px;
}

.header7 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 500;
    color: rgb(0, 0, 0);
    padding: 8px 15px;
    font-size: 16px;
    white-space: nowrap;
}

.header7 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: rgb(150, 150, 150);
    transition: 0.3s;
    display: none;
}

.header7 .src_button img {
    height: 24px;
}

.header7 .src_button img:last-child {
    display: none;
}

.header7 .menu_trigger {
    display: none;
}

.header7 .src_overlay {
    width: 230px;
    position: relative;
}

.header7 .src_overlay.active {
    width: 260px;
}

.header7 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 13px;
    background: rgb(245, 245, 245);
    border-radius: 30px;
}

.header7 .src_overlay input:focus {
    border-color: rgb(188, 188, 188);
}

.header7 .src_overlay button {
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 2;
    width: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0.5;
}

.header7 .src_overlay button i {
    width: 18px;
}

.header7.header_menu .row>div.active .the_logo1,
.header7.header_menu .row>div.active .hm_inner>button,
.header7.header_menu .row>div.active .mobile_flex .src_button {
    visibility: hidden;
}

.header7 .src_overlay button i:last-child {
    display: none;
}

.slider1.slider_component {
    position: relative;
}

.slider1 .mainSwiper img,
.slider1 .mainSwiper video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    min-height: 600px;
    object-position: center top;
}

.slider1.slider_component .swiper-slide {
    position: relative;
}

.slider1.slider_component .container:not(.slider_thumbs) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.slider1 .ms_texts {
    width: 850px;
    max-width: 100%;
    color: rgb(255, 255, 255);
}

.slider1 .ms_texts h2 {
    font-size: 90px;
    margin: 0px 0px 20px;
    font-weight: 700;
    color: inherit;
    line-height: 1;
    text-shadow: 0 0 5px #00000078;
}

.slider1 .ms_texts h2 span {
    display: block;
    font-weight: 700;
    font-size: 150%;
}

.slider1 .ms_texts p {
    color: inherit;
    font-size: 18px;
    font-weight: 400;
    width: 500px;
    max-width: 100%;
    text-shadow: 0 0 5px #00000078;
}

.slider1 .mainSwiper a {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 15px;
}

@media (min-width: 1200px) {

    .slider1 .mainSwiper a:hover,
    .slider1 .mainSwiper a:hover {
        background-color: #a6824a;
        border-color: #a6824a;
        color: #fff;
    }
}

.slider1 .mainSwiper .swiper-slide {
    position: relative;
}

.slider1 .mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: #00000080;
}

.slider1 .slider_thumbs {
    position: absolute;
    bottom: 70px;
    right: 50%;
    transform: translateX(50%);
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.slider1 .thumb_item {
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    cursor: pointer;
    transition: 0.3s;
}

.slider1 .thumb_item>div:first-child {
    width: 80px;
}

.slider1 .thumb_item>div:first-child img {
    width: 100%;
    border-radius: 10px;
    height: 80px;
    object-fit: cover;
}

.slider1 .thumb_item>div:last-child {
    width: calc(100% - 80px);
    padding-left: 10px;
}

.slider1 .thumb_item>div:last-child h3 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.slider1 .thumb_item>div:last-child h3 strong {
    display: block;
    font-size: 150%;
}

.slider1 .thumbs_overlay {
    width: 650px;
}

.slider1 .mainSwiper,
.slider1 .thumbSlider {
    overflow: hidden;
}

.slider1 .thumbSlider .swiper-slide-thumb-active .thumb_item {
    border-color: rgb(255, 255, 255);
}

.slider1 .thum_top {
    display: flex;
    justify-content: space-between;
}

.slider1 .thum_top ul {
    display: flex;
}

.slider1 .thum_top ul li button {
    color: rgb(255, 255, 255);
    font-size: 32px;
    padding: 0px 15px;
}

.slider1 .thum_top ul li:nth-child(2) button {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.slider1 #pagination1 {
    font-size: 28px;
    color: rgb(255, 255, 255);
    text-align: right;
    padding-right: 30px;
}

.header_social {
    display: flex;
    gap: 10px;
}

.header_social li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.3s;
}

.header_social li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: rgb(0, 0, 0);
}

.index_counter_bar {
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.icb_inner {
    background-color: #164230;
    padding: 40px 100px;
}

.icb_inner h3 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 25px;
}

.icb_inner p {
    color: rgb(255, 255, 255);
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
}

.counter_item span {
    color: #a6824a;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.counter_item span::after {
    content: "+";
}

.counter_item p {
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 0px;
}

.counter_items .row {
    row-gap: 30px;
}

.icb_inner>.row>div:first-child {
    padding-right: 80px;
}

.section_padding {
    padding: 80px 0px;
    overflow: hidden;
}

.title_component {
    margin-bottom: 40px;
    text-align: center;
}

.title_component span {
    margin: 0px 0px 20px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 18px;
}

.title_component h2 {
    color: #164230;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
}

.title_component p {
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
    font-weight: 300;
    line-height: 1.4;
}

.icb_inner .row {
    row-gap: 30px;
}

img {
    max-width: 100%;
}

.project_card {
    position: relative;
    display: flex;
    overflow: hidden;
}

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

.project_imprint {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #164230;
    padding: 30px 90px 30px 30px;
    transform: translateY(100%);
    transition: 0.3s;
    opacity: 0;
}

.project_card.active .project_imprint {
    transform: translateY(0%);
    opacity: 1;
}

.project_imprint span {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.project_imprint p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
}

.project_imprint i {
    color: #a6824a;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.kerem-feature {
    background-color: rgb(244, 247, 249);
}

.kerem-feature .main-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.kerem-feature .sub-text {
    color: rgb(108, 117, 125);
    font-size: 1rem;
    line-height: 1.6;
}

.kerem-feature .feature-card {
    background: rgb(255, 255, 255);
    padding: 40px 30px;
    border-radius: 4px;
    height: 100%;
    transition: transform 0.3s;
    border: none;
}

.kerem-feature .feature-card.highlighted {
    background-color: #a6824a;
    color: white;
}

.kerem-feature .icon-box {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #a6824a;
}

.kerem-feature .highlighted .icon-box,
.kerem-feature .highlighted .card-title,
.kerem-feature .highlighted .card-text {
    color: white;
}

.kerem-feature .card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: #164230;
}

.kerem-feature .card-text {
    font-size: 18px;
    color: rgb(85, 85, 85);
}

.feature-left {
    padding-right: 30px;
}

.custom-about-section {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-about-section .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.custom-about-section .image-side {
    width: 50%;
}

.custom-about-section .image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.custom-about-section .content-side {
    width: 50%;
    background-color: rgb(248, 251, 255);
    padding: 5% 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-about-section .content-side .top-title {
    color: rgb(0, 0, 0);
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.custom-about-section .content-side h2 {
    color: #333;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
}

.custom-about-section .content-side p {
    color: rgb(121, 121, 121);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.custom-about-section .btn-projects {
    padding: 0px 35px;
    border: 1px solid #a6824a;
    color: #a6824a;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    width: fit-content;
    transition: 0.3s;
    height: 48px;
    display: flex;
    align-items: center;
}

.custom-about-section .btn-projects:hover {
    background-color: rgb(224, 169, 90);
    color: white;
}

.family_sec {
    height: 70vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.family_sec::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.family_sec div>span {
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 50px;
    position: relative;
    z-index: 2;
    display: block;
    text-align: center;
    font-weight: 600;
}

.char {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}

.family_sec div>span strong {
    font-weight: 700;
}

.news_section42.index_news {
    overflow: hidden;
}

.news_section42.index_news {
    overflow: hidden;
}

.news_section42 .block_title {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 40px;
}

.news_section42 .block_title h2 {
    color: rgb(0, 45, 91);
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 30px;
    font-size: 38px;
}

.news_section42 .block_title h2 i {
    width: 2px;
    height: 100%;
    background-color: rgb(61, 61, 61);
}

.news_section42 .block_title h2 a,
.news_section42 .event_item>div>div:nth-child(2) a {
    font-weight: 600;
    font-size: 16px;
    color: rgb(0, 45, 91);
    display: inline-flex;
    position: relative;
    gap: 8px;
}

.news_section42 .block_title ul {
    display: flex;
}

.news_section42 .block_title ul li button {
    color: rgb(0, 0, 0);
    font-size: 32px;
    padding: 0px 15px;
}

.news_section42 .event_item {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.news_section42 .event_item img {
    width: 100%;
    border-radius: 4px;
    transition: 1s;
    object-fit: cover;
}

.news_section42 .event_item>a {
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.news_section42 .event_item>a::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    opacity: 0;
}

.news_section42 .event_item>a::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    opacity: 0;
}

.news_section42 .event_item:hover>a::before,
.news_section42 .event_item:hover>a::after {
    opacity: 1;
}

.news_section42 .event_item>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.news_section42 .event_item>div h3 {
    font-size: 18px;
    margin: 0px;
}

.news_section42 .event_item>div h3 a {
    color: rgb(30, 30, 30);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.news_section42 .event_item>div span {
    font-size: 14px;
    display: block;
    color: rgb(30, 30, 30);
    opacity: 0.6;
    font-weight: 600;
    line-height: 1.6;
    margin: 5px 0px;
}

.news_section42 .event_item>div>div:nth-child(1) {
    padding-right: 15px;
    width: 100%;
}

.news_section42 .event_item>div>div:nth-child(2) a {
    background-color: transparent;
    border-color: rgb(30, 30, 30);
    color: rgb(30, 30, 30);
}

.kerem-footer-section {
    background-color: #164230;
    color: rgb(255, 255, 255);
    padding: 80px 0px;
    position: relative;
}

.kerem-footer-section>img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: .03;
    filter: brightness(10) grayscale(1);
    width: 400px;
}

.kerem-footer-section .cta-area {
    margin-bottom: 120px;
}

.kerem-footer-section .text-gold {
    color: #a6824a;
    font-weight: 400;
    font-size: 23px !important;
}

.kerem-footer-section .text-light-gray {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-right: 40px;
}

.kerem-footer-section .social-icon {
    width: 35px;
    height: 35px;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: background 0.3s;
    font-size: 20px;
}

.kerem-footer-section .social-icon:hover {
    background-color: #fff;
    border-color: #fff;
    color: #16412f;
}

.kerem-footer-section .footer-link {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.kerem-footer-section .footer-link:hover {
    color: rgb(255, 255, 255);
}

.kerem-footer-section .btn-gold {
    background-color: rgb(212, 163, 115);
    color: rgb(12, 26, 41);
    font-weight: bold;
}

.kerem-footer-section .btn-gold:hover {
    background-color: rgb(193, 144, 96);
}

.footer_form input {
    height: 70px;
    background-color: rgb(255, 255, 255);
    padding: 0px 20px;
}

.footer_form button {
    height: 70px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    background-color: #a6824a;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid #a6824a;
}

.footer_form button:hover {
    background-color: transparent;
}

.bs91>div:first-child {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: #a6824a;
    font-size: 50px;
}

.bs91>div:last-child {
    flex: 1 1 0%;
    padding-left: 30px;
}

.bs91 h3 {
    font-weight: 400;
    font-size: 30px;
}

.footer_left img {
    height: 40px;
    margin-bottom: 30px;
}

.footer_left p {
    width: 400px;
    max-width: 100%;
}

.footer_under {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.footer_under a {
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.kerem-footer-section .container {
    position: relative;
    z-index: 2;
}

.footer_form form {
    display: flex;
    gap: 15px;
}

.footer_form form button {
    flex: 1 1 0%;
    justify-content: center;
}

.footer_form form input {
    width: 240px;
}

.footer_lls li a {
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 100%);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0px 2px;
    transition: 0.3s, background-size 0.8s;
}

.footer_lls li a:hover {
    background-size: 100% 2px;
}

.project_marquee {
    background-color: #a6824a;
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 0px;
}

.marquee-content {
    display: flex;
    width: max-content;
}

.project_marquee div:not(.marquee-content) {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 0px 25px;
    font-weight: 600;
}

.page_header178 {
    position: relative;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 60px 0px;
    overflow: hidden;
    height: 400px;
    text-align: center;
}

.page_header178>.container {
    position: relative;
    z-index: 2;
    padding: 0;
}

.page_header178 h1 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-weight: 700;
    font-size: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.page_header178 p {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
}

.page_header178::before {
    content: "";
    background: #164230;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.page_header178 .brd_section {
    background-position: center center;
    background-size: cover;
    min-height: 220px;
    position: relative;
    padding: 0px;
    display: flex;
    align-items: flex-end;
}

.page_header178 .brd_section::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background: linear-gradient(rgba(7, 170, 251, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.7;
}

.page_header178 .brd_section h1 {
    color: rgb(255, 255, 255);
    font-size: 56px;
    font-weight: 700;
    margin: 0px 0px 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.page_header178 .breadcrumb_section {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .page_header178 .breadcrumb_section {
        margin-top: 15px;
    }
}

.page_header178 .breadcrumb_section .breadcrumb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 11px;
    margin: 0px;
    color: rgb(255, 255, 255);
}

.page_header178 .breadcrumb_section .breadcrumb a {
    font-size: 13px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.page_header178 .breadcrumb_section .breadcrumb a+a::before {
    content: "";
    position: relative;
    top: -1px;
    margin: 0px 9px;
    color: rgb(255, 255, 255);
    font-family: FontAwesome;
}

.page_header178 .breadcrumb_section .breadcrumb a:last-child {
    font-weight: 700;
}

.page_header178 .breadcrumb_overlay {
    position: relative;
    padding-left: 0px;
}

.page_header178 .breadcrumb_overlay svg {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 19px;
    pointer-events: none;
}

@media (min-width: 1201px) {

    .news_section42 .block_title h2 a:hover::before,
    .news_section42 .event_item:hover>div>div:nth-child(2) a::before {
        width: calc(100% + 50px);
    }

    .news_section42 .block_title h2 a:hover::after,
    .news_section42 .event_item:hover>div>div:nth-child(2) a::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

.projectLister {
    margin-bottom: -30px;
}

.projectLister>div {
    margin-bottom: 30px;
}

@media(min-width:993px) {
    .projectLister>div:nth-child(3n+2) a {
        transition-delay: .3s;
    }

    .projectLister>div:nth-child(3n+3) a {
        transition-delay: .4s;
    }
}

.projectSelect {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.projectSelect li button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 1px solid #000;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.projectSelect li button span {
    transition: all .3s;
}

.projectSelect li button:hover span {
    transform: translateY(-200%);
}

.projectSelect li button::before {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 200%);
    white-space: nowrap;
    transition: all .3s;
}

.projectSelect li button:hover::before {
    transform: translate(-50%, -50%);
}

.projectSelect li button.active {
    background-color: #a6824a;
    border-color: #a6824a;
    color: #fff;
}

.aboutus_section102 {
    padding: 80px 0;
    overflow: hidden;
}

.aboutus_section102 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.aboutus_section102 .about_text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.aboutus_section102 .about_text h3 {
    margin: 0 0 40px;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.aboutus_section102 .about_text p {
    font-size: 18px;
}

.aboutus_section102 .about_text>div+div {
    margin-top: 40px;
    width: 100%;
}

.aboutus_section102 .wc_items {
    margin: 0 -20px;
    row-gap: 40px;
    height: 100%;
}

.aboutus_section102 .wc_items>div {
    padding: 0 20px;
}

.aboutus_section102 .wc_item {
    background-color: #f2f2f2;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: all .3s;
    height: 100%;
}

.aboutus_section102 .wc_item>div+div {
    margin-top: 40px;
    width: 100%;
}

.aboutus_section102 .wc_item_icon {
    width: 80px;
    height: 80px;
    background-color: #a6824a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
}

.aboutus_section102 .wc_item_icon i {
    font-size: 40px;
    color: #fff;
}

.aboutus_section102 .wc_item h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    transition: all .3s;
}

.aboutus_section102 .wc_item p {
    font-size: 16px;
    color: #333;
    transition: all .3s;
}

.aboutus_section102 .wc_item.active {
    background-color: #a6824a;
}

.aboutus_section102 .wc_item.active h4 {
    color: #fff;
}

.aboutus_section102 .wc_item.active p {
    color: #fff;
}

.aboutus_section102 .wc_item.active .wc_item_icon {
    background-color: #fff;
    color: #a6824a;
}

.aboutus_section102 .wc_item.active .wc_item_icon i {
    color: #a6824a;
}

.aboutus_section102 .wc_item .wc_item_icon svg * {
    fill: #00293c;
}

.aboutus_section102 .wc_item.active .wc_item_icon svg * {
    fill: #003366;
    transition: all .3s;
}

.aboutus_section102 .wc_row {
    margin: 0 -20px;
    row-gap: 40px;
}

.aboutus_section102 .wc_row>div {
    padding: 0 20px;
}

#about_sec {
    height: auto;
    padding: 160px 0;
}

#about_sec span {
    line-height: 1.2;
    font-size: 48px;
}

#about_sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #00293cd6;
    /* mix-blend-mode: multiply; */
}

#about_sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: #00283C;
    background: linear-gradient(0deg, rgb(22 66 48) 0%, rgba(51, 51, 51, 0) 100%);
    width: 100%;
}

.family_sec .container {
    position: relative;
    z-index: 2;
}

.contact_component89 {
    padding: 80px 0;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.contact_component89 .container {
    position: relative;
    z-index: 2;
}

.contact_component89 .contactForm h2 {
    margin-bottom: 10px;
    font-size: 36px;
    color: #000;
}

.contact_component89 .contactForm p {
    font-size: 13px;
    margin: 0 0 30px;
}

.contact_component89 .cs_left {
    display: flex;
    align-items: center;
}

.contact_component89 .cs_left>div>h1 {
    font-weight: 700;
    color: #1e1e1e;
    margin: 0 0 30px;
    font-size: 60px;
}

.contact_component89 .cs_left>div>p {
    font-size: 24px;
}

.contact_component89 .cs_left>div>ul:not(.social_sh) {
    margin: 50px 0 15px;
}

.contact_component89 a.c_support {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    color: #1e1e1e;
    text-decoration: underline;
}

.contact_component89 .cs_left {
    padding-right: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm button {
    height: 52px;
}

.contact_component89 .contactForm p.ta_line {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 24px 0 0;
    display: block;
}

.contact_component89 .ta_line a {
    font-weight: 600;
    color: inherit;
}

.contact_component89 .ta_line a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {
    .contact_component89 {
        padding: 40px 0;
    }
}

.contact_component89 .gap60 {
    row-gap: 60px;
}

.contact_component89 .cs_left iframe {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    margin: 30px 0 0;
}

.contact_component89 .w_blueIcons {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_component89 .w_blueIcons li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact_component89 .w_blueIcons li div {
    line-height: 1.2;
}

.contact_component89 .w_blueIcons li i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #a6824a;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-size: 24px;
}

.contact_component89 .w_blueIcons li div strong {
    display: block;
    font-size: 24px;
    color: #244362;
    font-weight: 600;
}

.contact_component89 .w_blueIcons li div a {
    font-size: 14px;
    color: #244362;
    font-weight: 600;
}

.contact_component89 .social_sh {
    border-top: 1px solid #24436233;
    margin-top: 36px;
    padding-top: 36px;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    flex-direction: unset;
    margin-bottom: 0;
}

.contact_component89 .social_sh li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    font-size: 20px;
    border-radius: 50%;
    transition: 0.3s;
    background: #164230;
    border: 1px solid #164230;
}

.contact_component89 .social_sh li a:hover {
    background-color: transparent;
    color: #164230;
}

.contact_component89 .contactForm {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px #0000001A;
    padding: 36px;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.contact_component89 .contactForm h2 {
    color: #a6824a;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 24px;
}

.contact_component89 .indexForm .if_texts {
    padding-right: 80px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact_component89 .if_texts * {
    color: #a6824a;
}

.contact_component89 .contactForm .row {
    row-gap: 30px;
}

.contact_component89 .contactForm input,
.contact_component89 .contactForm textarea {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    transition: all .3s;
}

.contact_component89 .contactForm input:focus,
.contact_component89 .contactForm textarea:focus {
    border-color: #a6824a;
}

.contact_component89 .contactForm textarea {
    padding: 15px;
    height: 90px;
    resize: none;
}

.contact_component89 .contactForm button {
    border-radius: 5px;
    background-color: #a6824a;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    transition: all .3s;
}

.contact_component89 .contactForm button:hover {
    background-color: #c6e3ff;
    color: #a6824a;
}

.contact_component89 .indexForm .row {
    row-gap: 30px;
}

.mapFrame {
    height: 100%;
}

.mapFrame iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.aboutus_section98 .counter_title {
    row-gap: 30px;
    justify-content: space-between;
    text-align: left;
}

.aboutus_section98 .counter_title h2 {
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 30px;
    color: #fff;
    text-align: left;
}

.aboutus_section98 .ia_counter strong {
    font-weight: 900;
    margin: 0 0 10px;
    font-size: 30px;
    color: #fff;
    text-align: left;
    display: block;
}

.aboutus_section98 .ia_counter strong::after {
    content: attr(data-after);
}

.aboutus_section98 .ia_counter p {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.aboutus_section98 .counter_title a {
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    background: #212529;
    border: 1px solid #fff;
    margin-top: 30px;
    background-color: transparent;
}

.aboutus_section98 .counter_title a:hover {
    background-color: #fff;
    color: #015174;
}

.counter_title p {
    color: #fff;
    text-align: left;
}

.statistics_bar {
    margin-top: 150px;
}

.detailSwiper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.detailSwiper a {
    display: flex;
    transition: all .3s;
    background-color: #000;
}

.detailSwiper a img {
    transition: all .3s;
}

.detailSwiper a:hover img {
    opacity: .6;
}

.stats_section169 {
    background-color: #164230;
    padding: 80px 0;
    position: relative;
}

.stats_section169 .ss185_title {
    /* text-align: center; */
}

.stats_section169 .ss185_title h2 {
    color: #ffffff61;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
}

.stats_section169 .ss185_title h2 span {
    display: block;
    color: #fff;
    font-size: 120%;
}

.stats_section169 .ss185_title p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    width: 900px;
    max-width: 100%;
    display: block;
}

.stats_section169 .ss_169_counters {
    margin-top: 50px;
    row-gap: 40px;
    width: 1000px;
    max-width: 100%;
}

.stats_section169 .ss_item * {
    color: #fff;
}

.stats_section169 .ss_item strong {
    display: block;
    font-size: 28px;
    margin: 5px 0;
}

.stats_section169 .ss_item i {
    color: #ffffff;
    font-size: 40px;
}

.stats_section169 .ss_169_counters>div {
    position: relative;
}

.stats_section169 .ss_169_counters>div+div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* background-color: #ffffff0d; */
    width: 1px;
}

.stats_section169>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .1;
}

.stats_section169>div {
    position: relative;
    z-index: 2;
}

#projectDetail img {
    height: 320px;
}

#detailAll a {
    display: flex;
    position: relative;
}

#detailAll a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all .3s;
}

#detailAll a:hover::before {
    opacity: .3;
}

.map_section iframe {
    width: 100%;
    height: 600px;
    pointer-events: none;
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    word-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    font-weight: bold;
    margin: 1em 0 0.5em;
    line-height: 1.3;
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0;
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: #333;
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: #004080;
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid #ccc;
    margin: 1em 0;
    padding: 1em;
    color: #666;
    font-style: italic;
    background-color: #f9f9f9;
}

.content-detail code {
    font-family: monospace;
    background-color: #f4f4f4;
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: #f4f4f4;
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    border: 1px solid #ddd;
}

.content-detail th,
.content-detail td {
    border: 1px solid #ddd;
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

.content-detail dl {
    margin: 1em 0;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1.5em 0;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: #0066cc;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: #004080;
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    border: none;
}

.content-detail figure {
    margin: 1em 0;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: #666;
}

.content-detail mark {
    background-color: #ff0;
    color: #333;
}

.content-detail aside {
    background-color: #f9f9f9;
    padding: 1em;
    margin: 1em 0;
    border-left: 4px solid #ccc;
    font-size: 0.9em;
    color: #555;
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0;
    color: #444;
}

.content-detail abbr[title] {
    border-bottom: 1px dotted #333;
    cursor: help;
}

.content-detail>:first-child {
    margin-top: 0;
}

.content-detail>:last-child {
    margin-bottom: 0;
}

#certLister img {
    height: auto;
}

#certLister .project_imprint span {
    font-size: 18px;
    line-height: 1.2;
}

.aboutus_section99 {
    padding: 120px 0;
}

.aboutus_section99 img {
    width: 100%;
    border-radius: 16px;
}

.aboutus_section99 .row {
    align-items: center;
    row-gap: 60px;
}

.aboutus_section99 .ia_texts {
    padding-left: 25px;
}

.aboutus_section99 .section_title2 h2 {
    font-size: 52px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.1;
}

.aboutus_section99 .section_title2 h2 span {
    display: block;
    font-weight: 400;
    font-size: 70%;
}

.aboutus_section99 .section_title2 p {
    font-size: 16px;
}

.aboutus_section99 .ia_texts a {
    margin-top: 15px;
}

.aboutus_section99 .ia_texts a {
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    position: relative;
    height: 40px;
    background: #a6824a;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    gap: 10px;
}

@media(min-width:1201px) {
    .aboutus_section99 .ia_texts a:hover::before {
        width: calc(100% + 50px);
    }

    .aboutus_section99 .ia_texts a:hover::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }

    .inline_arrow_hover i {
        position: relative;
    }

    .inline_arrow_hover i::before {
        transition: all .5s;
        pointer-events: none;
        display: inline-block;
    }

    .inline_arrow_hover i::after {
        content: "\f061";
        font-family: 'Font Awesome 6 Pro';
        transform: translateX(-100%) translateY(-50%);
        transition: all .5s;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
    }

    .inline_arrow_hover:hover i::before {
        transform: translateX(100%);
        opacity: 0;
    }

    .inline_arrow_hover:hover i::after {
        transform: translateY(-50%) translateX(-50%);
        opacity: 1;
    }
}

.aboutus_section99+.aboutus_section99 {
    padding-top: 0;
}

.aboutus_section99+.aboutus_section99:nth-child(2n+2) .row {
    flex-direction: row-reverse;
}

.aboutus_section99+.aboutus_section99:nth-child(2n+2) .ia_texts {
    padding-right: 60px;
    padding-left: 15px;
    text-align: right;
}

.aboutus_section98 {
    padding: 0 0 80px;
}

.domre_item {
    position: relative;
}

.domre_item::before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    bottom: -30px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    z-index: -1;
}

html {
    overflow-x: hidden;
}

.brandslist {
    overflow: hidden;
}

#loader {
    position: fixed;
    inset: 0;
    background-color: #1d1d1d;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader img {
    height: 60px;
}

.loader {
    width: 0;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: #a6824a;
    box-shadow: 0 0 10px #ebb6654c;
    box-sizing: border-box;
    animation: animFw 1.5s linear infinite;
}

#loader em {
    position: absolute;
    bottom: 40px;
    left: 20%;
    right: 20%;
}

.loader::after,
.loader::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #a6824a;
    position: absolute;
    top: 9px;
    right: -2px;
    opacity: 0;
    transform: rotate(-45deg) translateX(0px);
    box-sizing: border-box;
    animation: coli1 0.3s linear infinite;
}

.loader::before {
    top: -4px;
    transform: rotate(45deg);
    animation: coli2 0.3s linear infinite;
}

@keyframes animFw {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes coli1 {
    0% {
        transform: rotate(-45deg) translateX(0px);
        opacity: 0.7;
    }

    100% {
        transform: rotate(-45deg) translateX(-45px);
        opacity: 0;
    }
}

@keyframes coli2 {
    0% {
        transform: rotate(45deg) translateX(0px);
        opacity: 1;
    }

    100% {
        transform: rotate(45deg) translateX(-45px);
        opacity: 0.7;
    }
}


#loader>div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

#loader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}



/* responsive */

@media (max-width: 1400px) {
    #about_cmps {
        overflow-x: auto;
        white-space: nowrap;
    }

    .footer38 .footer_links {
        gap: 15px;
        padding-right: 0px;
    }

    .header7 .src_overlay {
        width: 160px;
        margin-left: 20px;
    }

    .header7 .hm_inner ul {
        gap: 18px;
    }

    .header7 a.get_service,
    .header7 .get_service {
        padding: 0px 15px;
    }
}

@media (max-width: 1200px) {
    .header7 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .stats_section169 .ss_item strong {
        font-size: 48px;
    }

    .stats_section169 .ss_item i {
        font-size: 45px;
    }

    .footer_form form {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer_form form input {
        width: calc(50% - 7.5px);
    }

    .header7.header_menu .row {
        position: relative;
    }

    .header_social {
        display: none;
    }

    .header7 .mobile_flex {
        display: flex;
    }

    .header7 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
        transition: none;
        color: rgb(255, 255, 255);
    }

    .header7 .hm_inner>ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header7 .hm_inner ul li.active a {
        color: #fff;
    }

    .header7 .hm_inner ul li a {
        color: #fff !important;
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header7 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: #a6824a;
        margin-top: 15px;
        display: none;
    }

    .slider1 .ms_texts h2 {
        font-size: 36px;
    }

    .slider1 .ms_texts p {
        font-size: 16px;
    }

    .slider1 .ms_texts {
        width: 500px;
    }
}

@media (max-width: 992px) {
    .aboutus_section99 .section_title2 p {
        font-size: 15px;
    }

    .statistics_bar {
        margin-top: 60px;
    }

    .stats_section169 .ss_169_counters>div:nth-child(3):before {
        display: none;
    }

    .cta-area .row {
        row-gap: 40px;
    }

    .feature-left {
        padding-right: 15px;
    }

    .icb_inner {
        padding: 40px 30px;
    }

    .icb_inner>.row>div:first-child {
        padding-right: 15px;
    }

    .aboutus_section99 .ia_texts {
        padding-left: 0px;
        padding-right: 0 !important;
    }

    .aboutus_section99 .section_title2 h2 {
        font-size: 36px;
    }

    .aboutus_section99 .section_title2 p {
        font-size: 15px;
    }

    .aboutus_section99 {
        padding: 55px 0px;
    }

    .footer38 .social_list,
    footer.footer38 .social_list {
        justify-content: center;
    }

    .footer38 .footer_bottom .row {
        text-align: center;
    }

    .footer38 .koolay_sign {
        justify-content: center;
    }

    .footer38 .footer_bottom .row>div:first-child {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .footer38 .footer_bottom p {
        width: 100%;
    }

    .footer38 .footer_bottom .row>div:first-child ul li:first-child::before {
        display: none;
    }

    .footer38 .footer_inner>div:first-child,
    .footer38 .footer_inner>div:last-child {
        width: 100%;
    }

    .footer38 .footer_inner {
        row-gap: 60px;
        flex-wrap: wrap;
    }

    .footer38 .ft_left {
        padding-right: 0px;
        text-align: center;
    }

    .footer38 .ft_left img {
        display: block;
        margin: 0px auto;
    }

    .contact_component87 .mapIframe iframe {
        width: 100%;
    }

    .contact_component87 .mapIframe {
        padding-left: 15px;
    }

    .contact_component87 .contactForm {
        margin-left: 0px;
        width: 100%;
    }

    .news_section42 .block_title ul {
        display: none;
    }
}

@media (max-width: 768px) {
    #loader img {
        height: 45px;
    }

    #loader em {
        left: 10%;
        right: 10%;
    }

    .domre_item::before {
        left: -15px;
        top: -15px;
        bottom: -15px;
    }

    .aboutus_section98 {
        padding: 0 0 40px;
    }

    .map_section iframe {
        height: 350px;
    }

    .stats_section169 {
        padding: 40px 0;
    }

    .stats_section169 .ss185_title p {
        font-size: 16px;
    }

    .stats_section169 .ss185_title h2 {
        font-size: 28px;
    }

    .stats_section169 .ss_item strong {
        font-size: 32px;
    }

    .stats_section169 .ss_item i {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .aboutus_section98 .counter_title a {
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
    }

    .aboutus_section98 .counter_title {
        /* margin-bottom: 40px; */
    }

    .aboutus_section98 .counter_title h2 {
        font-size: 24px;
        margin: 0;
    }

    .aboutus_section98 .counter_title h2 br {
        display: none;
    }

    .contact_component89 .indexForm .if_texts {
        padding-right: 0;
    }

    .contact_component89 .indexForm {
        padding: 40px 0;
    }

    .contact_component89 .contactForm {
        padding: 30px;
    }

    .contact_component89 .w_blueIcons li i {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact_component89 .w_blueIcons li div strong {
        font-size: 18px;
    }

    .contact_component89 .cs_left>div>h1 {
        font-size: 32px;
    }

    .contact_component89 .cs_left>div>p {
        font-size: 16px;
    }

    .contact_component89 .map_rgt {
        padding-left: 0;
    }

    .contact_component89 .map_section {
        padding: 40px 0;
    }

    .contact_component89 .cs_left {
        padding-right: 15px;
    }

    #about_sec span {
        font-size: 32px;
    }

    #about_sec {
        padding: 40px 0;
    }

    .aboutus_section102 {
        padding: 40px 0;
    }

    .aboutus_section102 .about_text h3 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .aboutus_section102 .about_text p {
        font-size: 16px;
    }

    .aboutus_section102 .about_text>div+div {
        margin-top: 20px;
    }

    .aboutus_section102 .wc_row,
    .aboutus_section102 .wc_items {
        row-gap: 20px;
    }

    .projectSelect li button {
        width: 150px;
        line-height: 1.2;
    }

    .page_header178 .brd_section h1 {
        font-size: 24px;
    }

    .page_header178 .brd_section {
        min-height: 180px;
    }

    .page_header178 h1 {
        font-size: 32px;
    }

    .page_header178 p {
        font-size: 18px;
    }

    .page_header178 {
        height: 270px;
        /* margin: 15px 15px 0px; */
    }

    .project_marquee div:not(.marquee-content) {
        padding: 0px 15px;
        font-size: 16px;
    }

    .project_marquee {
        padding: 15px 0px;
    }

    .family_sec {
        background-attachment: scroll;
    }

    .news_section42 .block_title h2 {
        flex-wrap: wrap;
        font-size: 24px;
        gap: 15px;
    }

    .news_section42 .block_title h2 a,
    .news_section42 .event_item>div>div:nth-child(2) a {
        font-weight: 400;
    }

    .news_section42 .block_title h2>i {
        display: none;
    }

    .cta-area .row {
        row-gap: 30px;
    }

    .kerem-footer-section .text-gold {
        margin-bottom: 0px !important;
    }

    .footer_left img {
        margin-bottom: 0px;
    }

    .bs91>div:first-child {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }

    .kerem-footer-section .text-light-gray {
        padding-right: 0px;
        margin-top: 0px;
        padding-top: 30px;
    }

    .bs91 p.text-light-gray {
        padding-top: 0px;
    }

    .kerem-footer-section {
        padding: 40px 0px;
    }

    .bs91 h3 {
        font-size: 24px;
    }

    .footer_form form input {
        width: 100%;
    }

    .footer_form form input,
    .footer_form form button {
        height: 50px;
    }

    .kerem-footer-section .cta-area {
        margin-bottom: 60px;
    }

    .family_sec span {
        font-size: 32px;
    }

    .custom-about-section .btn-projects {
        height: 40px;
        padding: 0px 15px;
        font-size: 16px;
    }

    .custom-about-section .content-side .top-title {
        font-size: 16px;
    }

    .custom-about-section .content-side p {
        font-size: 16px;
    }

    .custom-about-section .image-side {
        width: 100%;
    }

    .custom-about-section .container {
        flex-direction: column;
    }

    .custom-about-section .content-side {
        padding: 40px 25px;
        width: 100%;
    }

    .custom-about-section .content-side h2 {
        font-size: 28px;
    }

    .title_component p {
        font-size: 14px;
    }

    .kerem-feature .card-text {
        font-size: 16px;
    }

    .kerem-feature .main-title {
        font-size: 2rem;
        text-align: center;
    }

    .kerem-feature .sub-text {
        text-align: center;
        margin-bottom: 40px;
        font-size: 14px;
    }

    .title_component h2 {
        font-size: 28px;
        letter-spacing: 0px;
    }

    .title_component span {
        font-size: 16px;
    }

    .section_padding {
        padding: 40px 0px;
    }

    .counter_item span {
        font-size: 24px;
    }

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

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

    .container {
        padding: 0px 30px;
    }

    .header7 .the_logo1 img {
        height: 30px;
    }

    .slider1 #pagination1 {
        font-size: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 2px;
    }

    .slider1 .thum_top ul li button {
        font-size: 24px;
    }

    .slider1 .container.slider_thumbs {
        padding: 0px 20px 0px 30px;
        bottom: 60px;
    }

    .slider1 .mainSwiper img,
    .slider1 .mainSwiper video {
        min-height: auto;
        height: 600px;
    }

    .slider1.slider_component {
        position: relative;
    }

    .slider1 .ms_texts h2 {
        font-size: 36px;
        margin: 0px 0px 15px;
    }

    .slider1 .ms_texts p {
        font-size: 14px;
    }

    .slider1 .mainSwiper a {
        height: 40px;
        padding: 0px 15px;
    }
}