@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=Manrope:wght@200..800&display=swap");

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Manrope, 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-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    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;
}

body {
    background-color: rgb(26, 26, 26);
    padding-top: 108px;
}

.header7.header_menu {
    padding: 24px 0px;
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 4;
    top: 0px;
    background: rgb(26, 26, 26);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px 0px;
}

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

.header7 .the_logo1 img {
    max-width: 193px;
    max-height: 96px;
}

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

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

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

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

@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 .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(30, 30, 30);
        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>a {
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
}

.header7 .hm_inner ul li.active>a {
    font-weight: 700;
    color: #c5a059;
}

.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: 8px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255, 255);
}

.header7 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 500;
    color: rgb(0, 0, 0);
    padding: 8px;
    font-size: 13px;
    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;
}

.btn_style1,
a.btn_style1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0px 10px 0px 20px;
    color: rgb(51, 51, 51);
    font-size: 13px;
    border-radius: 30px;
    font-weight: 700;
    transition: 0.3s;
    background: rgb(255, 232, 2);
    gap: 20px;
    text-transform: uppercase;
}

.btn_style1 i {
    display: flex;
    width: 35px;
    height: 35px;
    background: rgb(235, 181, 101);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 18px;
}

.btn_style1.sahibinden i {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 232, 2);
}

.btn_style1.sahibinden i::before {
    content: "S";
    font-weight: 800;
    font-family: Arial, sans-serif;
}

.btn_style1:hover {
    background-color: rgb(235, 181, 101);
    color: rgb(51, 51, 51);
    border-color: rgb(235, 181, 101) !important;
}

.btn_style1.sahibinden:hover {
    background-color: rgb(255, 255, 255);
}

.btn_style1.sahibinden:hover i {
    background-color: rgb(255, 232, 2);
    color: rgb(51, 51, 51);
}

.mainSwiper>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(235, 181, 101);
    color: rgb(235, 181, 101);
    z-index: 2;
    font-size: 32px;
    border-radius: 50%;
}

.mainSwiper img {
    width: 100%;
}

.ms_prev {
    left: 30px;
}

.ms_next {
    right: 30px;
}

img {
    max-width: 100%;
}

.aboutus_section107 {
    padding: 80px 0px;
    background: rgb(0, 0, 0);
}

.aboutus_section107 .row>div {
    display: flex;
    align-items: center;
}

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

.aboutus_section107 .row:nth-child(1)>div:last-child {
    padding: 30px 15px 30px 60px;
}

.aboutus_section107 .row:nth-child(2)>div:first-child {
    padding: 30px 60px 30px 15px;
}

.aboutus_section107 .row:nth-child(1)>div:first-child {
    padding-right: 0px;
}

.aboutus_section107 .row:nth-child(2)>div:last-child {
    padding-left: 0px;
}

.aboutus_section107 h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4;
    color: rgb(255, 255, 255);
    margin: 0px 0px 24px;
}

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

.aboutus_section107 a {
    margin-top: 24px;
    background-color: rgb(235, 181, 101);
    border: 1px solid rgb(235, 181, 101);
    color: rgb(26, 26, 26);
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0px 30px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
}

.aboutus_section107 a:hover {
    background-color: transparent;
    color: rgb(235, 181, 101);
}

.faq_section136 {
    padding: 80px 0px;
}

.faq_section136 .faq_img img {
    width: 100%;
    border-radius: 20px;
}

.faq_section136 .faq_cont {
    padding-left: 40px;
}

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

.faq_section136 .accordion-item {
    margin-bottom: 10px;
}

.faq_section136 .accordion-title {
    color: rgb(255, 255, 255);
    width: 100%;
    text-align: left;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.faq_section136 .accordion-title::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
}

.faq_section136 .accordion-title.active::after {
    content: "";
}

.faq_section136 .accordion-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
}

.faq_section136 .accordion-content p {
    margin: 15px 0px 0px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.faq_section136 .accordion-item {
    border-bottom: 1px solid rgba(217, 217, 217, 0.14);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq_section136 .accordion-item:last-of-type {
    margin-bottom: 0px;
}

.faq_section136 .faq_img>div {
    position: relative;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-height: 600px;
}

.faq_section136 .faq_img>div::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 20px;
}

.faq_section136 .faq_img>div .section_title2 {
    position: absolute;
    left: 40px;
    top: 40px;
    color: rgb(255, 255, 255);
    z-index: 2;
    right: 40px;
}

.faq_section136 .faq_img>div .section_title2 h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.faq_section136 .faq_img>div .section_title2 p {
    font-weight: 600;
}

footer.footer32 {
    background-color: rgb(0, 0, 0);
    min-height: 200px;
    padding: 60px 30px 30px;
    overflow: hidden;
}

.footer32 .footer_newsletter a {
    display: inline-flex;
    align-items: center;
    color: rgb(30, 30, 30);
    border-radius: 30px;
    transition: 0.3s;
    margin-top: 15px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 25px;
    border: 1px solid rgb(30, 30, 30);
}

.footer32 .footer_newsletter a:hover {
    background-color: rgb(30, 30, 30);
    color: rgb(255, 255, 255);
}

.footer32 .footer_inner {
    display: flex;
}

.footer32 .ft_left {
    width: 360px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer32 .ft_left p span {
    display: block;
    margin-top: 10px;
    font-family: Merriweather;
    font-weight: 800;
    margin-bottom: 5px;
}

.footer32 .ft_left img {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer32 .ft_right {
    flex: 1 1 0%;
}

footer.footer32 h3,
footer.footer32 h6 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    font-weight: 500;
    margin: 0px 0px 20px;
}

footer.footer32 li h6 {
    margin: 0px 0px 10px;
}

footer.footer32 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}

.footer32 .footer_links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.footer32 .ft_right ul {
    display: flex;
    flex-flow: column wrap;
    gap: 8px;
    flex: 0 0 calc(33.3333% - 15px);
}

.footer32 .ft_right ul:not(.social_list) li i {
    display: none;
}

.footer32 .ft_right ul li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    max-width: 160px;
    display: block;
}

.footer32 .footer_links i {
    display: none;
}

.footer32 .ft_right ul li a:hover {
    text-decoration: underline;
}

.footer32 .social_list,
footer.footer32 .social_list {
    display: flex;
    flex-direction: unset;
    gap: 15px;
}

.footer32 .social_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
    transition: 0.3s;
    background: transparent;
    border: 1px solid rgb(30, 30, 30);
}

@media (min-width: 992px) {
    .footer32 .social_list li a:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(5, 39, 85);
        text-decoration: none !important;
    }
}

.footer32 .footer_bottom {
    margin-top: 50px;
    padding-top: 30px;
    position: relative;
}

.footer32 .footer_bottom::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.22);
    top: 0px;
}

.footer32 .footer_bottom .row {
    row-gap: 30px;
}

.footer32 .footer_bottom p {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.footer32 .koolay_sign {
    display: flex;
    justify-content: flex-end;
}

.footer32 .koolay_sign a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 14px;
    justify-content: center;
}

.footer32 .koolay_sign img {
    height: 18px;
}

.footer32 .footer_bottom .row>div:first-child {
    display: flex;
}

.footer32 .footer_bottom .row>div:first-child ul {
    display: flex;
    position: relative;
    top: -2px;
}

.footer32 .footer_bottom .row>div:first-child ul li {
    margin-left: 15px;
    position: relative;
}

.footer32 .footer_bottom .row>div:first-child ul li::before {
    content: "|";
    position: absolute;
    left: -10px;
    color: rgba(255, 255, 255, 0.24);
}

.footer32 .footer_bottom .row>div:first-child ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.24);
    transition: 0.3s;
}

.footer32 .footer_bottom .row>div:first-child ul li a:hover {
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.footer32 .ft_left p {
    position: relative;
    padding-left: 35px;
}

.footer32 .ft_left p i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
}

.footer_81 {
    background-color: rgb(0, 0, 0) !important;
}

.footer_81 .footer_81-logo {
    max-width: 160px;
}

.footer_81 .footer_81-text,
.footer_81 .footer_81-address,
.footer_81 .footer_81-social-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6;
}

.footer_81 .footer_81-title {
    color: rgb(197, 160, 89);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 20px;
}

.footer_81 .footer_81-links li {
    margin-bottom: 12px;
}

.footer_81 .footer_81-links li a,
.footer_81 .footer_81-contact-info a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.footer_81 .footer_81-links li a:hover,
.footer_81 .footer_81-contact-info a:hover {
    color: rgb(197, 160, 89);
}

.footer_81 .footer_81-socials a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.footer_81 .footer_81-socials a:hover {
    border-color: rgb(197, 160, 89);
    color: rgb(197, 160, 89);
}

@media (min-width: 992px) {
    .footer_81 .footer_81-border-left {
        border-left: 1px solid rgb(51, 51, 51);
        padding-left: 40px;
    }
}

.footer_81 .footer_81-input {
    padding: 10px 15px;
    font-size: 15px;
    background-color: transparent !important;
    border: 1px solid rgb(68, 68, 68) !important;
    border-radius: 10px !important;
    color: rgb(255, 255, 255) !important;
}

.footer_81 .footer_81-input::placeholder {
    color: rgb(119, 119, 119);
}

.footer_81 .footer_81-submit {
    background: transparent;
    border: 1px solid rgb(68, 68, 68);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.footer_81 .footer_81-submit:hover {
    border-color: rgb(197, 160, 89);
}

.footer_81 .footer_81-arrow {
    background-color: rgb(197, 160, 89);
    color: rgb(0, 0, 0);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transform: rotate(45deg);
}

.footer_81 .footer_81-bell-icon {
    font-size: 30px;
    color: rgb(197, 160, 89);
}

.footer_81 .footer_81-kvkk {
    font-size: 11px;
    color: rgb(102, 102, 102);
    line-height: 1.4;
}

.footer_81 .footer_81-copyright-border {
    border-top: 1px solid rgb(51, 51, 51);
}

.footer_81 .footer_81-copyright {
    color: rgb(197, 160, 89);
    font-size: 16px;
}

.footer_81 .footer_81-copyright a {
    color: inherit;
    font-weight: 600;
}

.page_header181 .ph_181_img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.page_header181 .ph_181_img {
    position: relative;
}

.page_header181 .ph_181_img::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(238, 244, 248, 0) 0%, rgb(26, 26, 26) 100%);
}

.page_header181 .ph_181_img .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.page_header181 .ph_181_img .container h1 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    position: relative;
    padding-top: 20px;
    margin: 0px;
}

.page_header181 .ph_181_img .container h1::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 190px;
    height: 2px;
    background-color: rgb(255, 255, 255);
}

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

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

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

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

.page_header181 .breadcrumb_overlay {
    position: relative;
    padding: 30px 0px;
}

.page_header181 .breadcrumb_overlay svg {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    pointer-events: none;
}

.page_header181 .breadcrumb_overlay svg * {
    fill: rgb(255, 255, 255);
}

.page_header181 .breadcrumb_overlay div.breadcrumb a:first-child {
    margin-left: 0px;
    position: relative;
    width: 0px;
    overflow: hidden;
    display: inline-block;
    color: transparent !important;
}

.aboutus_section99 {
    padding: 80px 0px;
}

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

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

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

.aboutus_section99 .section_title2 h2 {
    font-size: 36px;
    margin: 0px 0px 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.aboutus_section99 .section_title2 p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
}

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

.aboutus_section99 .ia_texts a {
    font-weight: 600;
    font-size: 16px;
    color: rgb(46, 46, 46);
    display: inline-flex;
    position: relative;
    padding-bottom: 5px;
}

.aboutus_section99 .ia_texts a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(46, 46, 46);
    transition: 0.3s;
}

.aboutus_section99 .ia_texts a::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-5px);
    margin-left: 10px;
    transition: 0.3s;
    opacity: 0;
}

.aboutus_section103 .wc_inner {
    background-color: rgb(0, 0, 0);
    padding: 40px;
    position: relative;
    z-index: 2;
}

.aboutus_section103 .wc_title * {
    color: rgb(255, 255, 255);
}

.aboutus_section103 .wc_title h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 24px;
}

.aboutus_section103 .wc_title p {
    font-size: 16px;
}

.aboutus_section103 .wc_element {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    padding: 20px;
    transition: 0.3s;
    border-radius: 5px;
}

.aboutus_section103 .wc_element h3 {
    font-size: 18px;
    margin: 15px 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    width: 100px;
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.aboutus_section103 .wc_element>i {
    font-size: 40px;
    transition: 0.3s;
    color: rgb(255, 255, 255);
}

.aboutus_section103 .wc_inner .row .row {
    height: 100%;
}

.aboutus_section103 .wc_element>div {
    width: 100%;
}

.aboutus_section103 .wc_element a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
    font-weight: 600;
}

.aboutus_section103 .wc_element a:hover {
    padding-left: 10px;
}

.aboutus_section103 .wc_element.active {
    background-color: rgb(197, 160, 89);
}

.aboutus_section103 .wc_element.active * {
    color: rgb(0, 0, 0);
}

.aboutus_section103 .wc_element.active img {
    filter: brightness(0%);
}

.aboutus_section103 .wc_inner>.row {
    row-gap: 30px;
}

.aboutus_section103 .wc_title {
    position: relative;
    padding-right: 45px;
}

.aboutus_section103 .wc_title::after {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 2px;
    background-color: rgb(255 255 255 / 16%);
    right: 15px;
}

.services_content {
    background-color: #000;
    color: #fff;
}

.grayscale {
    transition: 0.3s;
    max-height: 40px;
    object-fit: contain;
}

.grayscale:hover {
    filter: grayscale(0) invert(0);
    opacity: 1;
}

.service_card {
    background-color: #1A1A1A;
    border: 1px solid #333;
    transition: transform 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.service_card:hover {
    transform: translateY(-5px);
    border-color: #444444;
}

.service_img {
    height: 400px;
    overflow: hidden;
}

.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service_card:hover .service_img img {
    transform: scale(1.1);
}

.service_info {
    padding: 25px;
}

.service_info h3 {
    color: rgb(197, 160, 89);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service_info p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.border-top,
.border-bottom {
    border-color: #333 !important;
}

@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(0px);
    }
}

@media (max-width: 1400px) {
    .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) {
    .aboutus_section99 .section_title2 h2 {
        font-size: 36px;
    }

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

    .footer32 .footer_links {
        justify-content: space-between;
        row-gap: 30px;
    }

    .footer32 .ft_right .row {
        row-gap: 30px;
    }

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

    .header7 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header7 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

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

    .header7 .hm_inner a.has-submenu.active::after {
        content: "";
    }

    .header7 .mobile_flex {
        display: flex;
        gap: 0px;
        flex-direction: row-reverse;
    }

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

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

    .header7 .the_logo1 img {
        max-height: 80px;
    }

    .header7 .src_overlay button {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
        font-size: 22px;
    }

    .header7 .src_overlay button i {
        height: 20px;
    }

    .header7 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header7 .src_overlay.active {
        display: block;
        width: auto;
    }

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

    .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;
    }

    .header7 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header7 .menu_trigger {
        display: block;
    }

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

    .header7 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(0, 0, 0);
        margin-top: 15px;
        display: none;
    }

    .header7 .hm_inner ul li {
        width: 100%;
    }

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

    .header7 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

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

@media (max-width: 992px) {
    .aboutus_section103 .wc_title::after {
        display: none;
    }

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

    .footer32 .social_list li a {
        width: auto;
    }

    .footer32 .social_list {
        gap: 30px;
    }

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

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

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

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

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

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

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

    .footer32 .ft_left {
        padding-right: 0px;
    }

    .footer32 .ft_left img {
        display: block;
    }

    .footer32 .social_list {}

    .faq_section136 .faq_cont {
        padding-left: 15px;
        margin-top: 40px;
    }

    .aboutus_section107 .container>.row:nth-child(2) {
        flex-direction: column-reverse;
    }

    .aboutus_section107 .row:nth-child(1)>div:last-child,
    .aboutus_section107 .row:nth-child(2)>div:first-child {
        padding: 30px;
    }

    .aboutus_section107 .row:nth-child(1)>div:first-child {
        padding-right: 15px;
    }

    .aboutus_section107 .row:nth-child(2)>div:last-child {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .aboutus_section103 .wc_element h3 {
        width: 100%;
    }

    .aboutus_section103 .wc_inner {
        padding: 30px;
    }

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

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

    .aboutus_section99 {
        padding: 40px 0px;
    }

    .page_header181 .ph_181_img img {
        height: 200px;
    }

    .page_header181 .ph_181_img .container h1 {
        font-size: 24px;
    }

    .page_header181 .ph_181_img .container h1::before {
        width: 130px;
    }

    .page_header181 .breadcrumb_overlay {
        padding: 15px 0px;
    }

    .faq_section136 .faq_img>div {
        min-height: 400px;
    }

    .container {
        padding: 0px 30px;
    }

    .mainSwiper>button {
        display: none;
    }

    .btn_style1,
    a.btn_style1 {
        height: 40px;
        padding: 0px 5px 0px 15px;
        font-size: 11px;
        gap: 10px;
    }

    footer.footer32 h3,
    footer.footer32 h6 {
        font-size: 18px;
    }

    .footer32 .ft_right ul {
        flex: 1 1 auto;
        width: calc(50% - 30px) !important;
    }

    footer.footer32 {
        padding: 40px 0px;
        border-top-width: 12px;
    }

    .footer32 .ft_right ul {
        gap: 6px;
    }

    .faq_section136 .faq_cont .section_title1 {
        margin-bottom: 0px;
    }

    .faq_section136 .accordion-title {
        font-size: 16px;
    }

    .faq_section136 {
        padding: 40px 0px;
    }

    .aboutus_section107 h2 {
        font-size: 24px;
    }

    .aboutus_section107 {
        padding: 40px 0px;
    }

    .aboutus_section107 a {
        height: 45px;
        font-size: 16px;
    }

    .header7 a.get_service,
    .header7 .get_service {
        display: none;
    }

    .header7 .src_overlay button,
    .header7 .src_overlay input {
        height: 40px;
    }

    .header7 .src_button {
        font-size: 22px;
    }

    .header7 .ct_overlay {
        display: none;
    }

    .header7 .the_logo1 img {
        max-height: 36px;
    }

    .header7 .header_top {
        display: none;
    }

    .header7 .hm_inner ul {
        left: -20px;
        right: -20px;
        padding: 15px 0px;
    }

    .header7.header_menu {
        padding: 15px 0px;
    }
}

.contact_component85 .contact_section,
.contact_component85 .contact_page_section {
    padding: 80px 0;
}

.contact_component85 .contact_section .section_title {
    text-align: left;
    margin-bottom: 30px;
}

.contact_component85 .contact_section .section_title h2 {
    font-size: 48px;
}

.contact_component85 .contact_boxes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 80px 0 0;
    justify-content: space-between;
}

.contact_component85 .contact_boxes>a {
    flex: 1;
    height: 320px;
    background-color: #000000;
    display: flex;
    align-items: flex-end;
    color: #1e1e1e;
    transition: all .3s;
    border-radius: 20px;
    padding: 0 40px 40px 40px;
    text-align: left;
}

.contact_component85 .contact_boxes>a>div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    color: #fff;
}

.contact_component85 .contact_boxes>a>div strong {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
}

.contact_component85 .contact_boxes>a svg {
    height: 51px;
}

.contact_component85 .contact_boxes>a svg * {
    transition: all .3s;
    fill: rgb(197, 160, 89);
}

.contact_component85 .contact_boxes>a:hover {
    background-color: #c5a059;
    color: #fff;
}

.contact_component85 .contact_boxes>a:hover svg * {
    fill: #fff;
}

.contact_component85 .contactForm label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

.contact_component85 .cb_overlay {
    margin-top: 80px;
}

.contact_component85 .form_overlay {
    width: 500px;
    max-width: 100%;
}

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

.contact_component85 .section_title h2 {
    color: #388e3c;
    font-size: 48px;
    margin: 0 0 30px;
    font-weight: 700;
}

.contact_component85 .section_title p {
    font-size: 20px;
    color: #1e1e1e;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

@media(max-width:992px) {
    .contact_component85 .form_overlay {
        width: 100%;
    }

    .contact_component85 .contact_boxes {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 0;
    }

    .contact_component85 .contact_boxes>a {
        width: calc(50% - 15px);
        flex: unset;
    }

    .contact_component85 .contact_section,
    .contact_component85 .contact_page_section {
        padding: 40px 0;
    }
}

@media(max-width:768px) {
    .contact_component85 .contact_section .section_title h2 {
        font-size: 28px;
    }

    .contact_component85 .contactForm .btn_component1 {
        margin-top: 15px;
    }

    .contact_component85 .contact_boxes>a {
        width: 100%;
        height: 280px;
    }

    .contact_component85 .contact_boxes {
        gap: 15px 0;
        margin-top: 40px;
    }

    .contact_component85 .cb_overlay {
        margin-top: 40px;
    }
}

.contact_component85 .footer_social {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.contact_component85 .mapFrame .row {
    align-items: center;
    row-gap: 30px;
}

.contact_component85 .mapFrame .section_title {
    text-align: left;
    margin: 0;
}

.contact_component85 .mapFrame .section_title h2 {
    font-size: 30px;
}

.contact_component85 .mapFrame iframe {
    height: 80vh;
    width: 100%;
    border-radius: 10px;
    min-height: 600px;
}

.contact_component85 #contact_page1 .row {
    align-items: center;
}

.contact_component85 .contact_right {
    padding-right: 60px;
    padding-top: 40px;
}

.contact_component85 .contactForm {}

.contact_component85 .contactForm h2 {
    color: #388e3c;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 24px;
    text-align: center;
}

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

.contact_component85 .if_texts * {}

.contact_component85 .pwws_09 iframe {
    width: 100% !important;
}

.contact_component85 .c_exp {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 14px;
    color: #47636B;
}

.contact_component85 .contact_info_box {
    display: flex;
    margin: 40px 0 0;
}

.contact_component85 .contact_info_box>div {
    flex: 1;
    /* height: 100%; */
}

.contact_component85 .cib_1 {
    border: 2px solid #C7D0D2;
    padding: 30px;
    height: 100%;
}

.contact_component85 .cib_1,
.contact_component85 .cib_1 ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_component85 .cib_1 ul li {
    display: flex;
    color: #47636B;
    font-size: 14px;
    font-weight: 700;
}

.contact_component85 .cib_1 ul li i {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
}

@media(min-width:993px) {
    .contact_component85 .contact_info_box>div+div .cib_1 {
        border-left: none;
    }
}

.contact_component85 .contact_info_box>div:first-child .cib_1 {
    border-radius: 5px 0 0 5px;
}

.contact_component85 .contact_info_box>div:last-child .cib_1 {
    border-radius: 0 5px 5px 0;
}

.contact_component85 .contactForm .btn_component1 {
    height: 52px;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    border-radius: 30px;
    margin-top: 20px;
}

.contact_component85 .contactForm .btn_component1:hover {
    background-color: #1E1E1E;
    color: #fff;
}

.contact_component85 .contact_section>div>div {
    row-gap: 30px;
}

.contact_component85 .iframe_wrapper {
    position: relative;
}

.contact_component85 .iframe_wrapper iframe {
    width: 100%;
    height: 600px;
}

.contact_component85 .faq_full {
    margin-top: 80px;
}

.contact_component85 .c_boxes.row {
    row-gap: 30px;
}

@media(max-width:992px) {
    .contact_component85 .faq_full {
        margin-top: 40px;
    }

    .contact_component85 .contact_section {
        padding: 40px 0;
    }

    .contact_component85 .contact_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_component85 .contact_info_box {
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .contact_component85 .contact_info_box>div {
        width: 100%;
        flex: none;
    }

    .contact_component85 .cib_1 {
        border-radius: 5px;
    }
}

@media(max-width:768px) {
    .contact_component85 .indexForm .if_texts {
        padding-right: 0;
    }
}

.contact_component85 .indexForm {
    background-color: #f5f5f5;
    padding: 90px 0;
}

.contact_component85 .contactForm {
    width: 439px;
    max-width: 100%;
    margin-left: auto;
    background: hsl(0deg 0% 100% / 30%);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.contact_component85 .contactForm h2 {
    color: #388e3c;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 24px;
}

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

.contact_component85 .if_texts * {
    color: #fff;
}

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

.contact_component85 .contactForm input,
.contact_component85 .contactForm textarea {
    width: 100%;
    padding-left: 15px;
    transition: all .3s;
    background: #ffffff42;
    height: 43px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
}

.contact_component85 .contactForm label {
    margin-bottom: 10px;
    font-weight: 700;
    color: #388e3c;
    font-size: 14px;
    display: none !important;
}

.contact_component85 .contactForm input:focus,
.contact_component85 .contactForm textarea:focus {
    border-color: #fff;
}

.contact_component85 .contactForm input::placeholder,
.contact_component85 .contactForm textarea::placeholder {
    color: #fff;
}

.contact_component85 .contactForm textarea {
    padding: 15px;
    height: 130px;
    resize: none;
}

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

.contact_component85 .contactForm button:hover {
    opacity: .8;
}

.contact_component85 .indexForm .row {
    row-gap: 20px;
}

.contact_component85 .indexForm .row {
    align-items: center;
}

.contact_component85 .text_block1 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 428px;
    max-width: 100%;
}

.contact_component85 .text_block1 h2 {
    font-weight: 700;
    font-size: 48px;
    color: #A5D6A7;
    line-height: 1.2;
    margin: 0;
}

.contact_component85 .text_block1 p {
    color: #fff;
}

iframe {
    filter: grayscale(100%);
}

.contact_component85 .indexForm {
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}

.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;
}

.project_marquee {
    white-space: nowrap;
    overflow: hidden;
    border: solid #333;
    border-width: 1px 0;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
}

@media(max-width:992px) {
    .contact_component85 .contactForm {
        margin-left: 0;
        width: 100%;
    }

    .contact_component85 .text_block1 {
        width: 100%;
    }
}

@media(max-width:768px) {
    .grayscale {
        max-height: 30px;
    }

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

    .service_img {
        height: 300px;
    }

    body {
        padding-top: 70px;
    }

    .contact_component85 .section_title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .contact_component85 .section_title p {
        font-size: 16px;
    }

    .contact_component85 .text_block1 h2 {
        font-size: 28px;
    }

    .contact_component85 .text_block1 p {
        font-size: 16px;
    }

    .contact_component85 .contactForm {
        padding: 20px;
    }

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

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

    .contact_component85 .contactForm button {
        font-size: 16px;
        height: 43px;
    }
}