/* MOBILE MENU START */
@media only screen and (max-width: 1025px) {
    .hamburger-menu {
        position: relative;
        cursor: pointer;
        z-index: 53;
        transition: .3s;
        display: block !important;
        justify-content: center;
        align-items: center;
        height: 30px;
        width: 50px;
        top: 50%;
        right: 0;
        margin-right: 10px;
    }

    .hamburger-menu .bar.first {
        margin-top: -12px;
    }

    .hamburger-menu .bar {
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #2382ae;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        margin-top: -1px;
        transition: margin 0.15s ease-out 0.25s, opacity 0.15s ease-out 0.25s, transform 0.15s ease-out 0.1s;
    }

    .hamburger-menu .bar.third {
        margin-top: 10px;
    }

    .make-close {
        margin-right: 10px
    }

    .make-close .bar.first {
        margin-top: 0px;
        transform: translateX(-20%) rotate(45deg);
    }

    .make-close .bar.second {
        opacity: 0;
    }

    .make-close .bar.third {
        margin-top: 0px;
        transform: translateX(-20%) rotate(-45deg);
    }

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

    header.header .header-right {
        display: none;
    }
}

/* MOBILE MENU END */

/* ---------------------------- COOKIE START ---------------------------- */

body .cc-window {
    bottom: 50px !important;
    left: 50% !important;
    max-width: 460px;
    height: 93px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(34, 41, 48, 0.8);
    padding: 0 30px !important;
    -webkit-transform: translateX(-50%) translateZ(100px);
    -ms-transform: translateX(-50%) translateZ(100px);
    transform: translateX(-50%) translateZ(100px);
    -webkit-transition: none;
    flex-direction: row !important;
    -o-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
}

body .cc-window .cc-message {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0 !important;
}

body .cc-window .cc-message a {
    transition: 0.4s;
    opacity: 1;
}

body .cc-compliance a.cc-btn.cc-dismiss {
    transition: 0.4s;
    width: 56px;
    height: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #2382ae;
    border-radius: 100px;
    position: relative;
    padding: 0;
    color: transparent;
    display: block;
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/svg/check-icon.svg);
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .cc-compliance a.cc-btn.cc-dismiss:hover {
    background: #2382ae;
}

body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
    color: #2382ae;
    text-decoration: underline;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    body .cc-window {
        width: 100%;
        max-width: 100% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
        bottom: 30px !important;
        height: 110px;
        padding: 0 30px !important;
    }

    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0 !important;
    }
}

/* */
.header-container.mob-menu .hamburger-menu {
    display: none;
}

/* CONTACT START*/

@media screen and (min-width:1199px) {
    .contact-bottom .mi-flex:last-of-type .form-group-inline .captcha img.captcha_img {
        margin-bottom: 10px;
    }

    .contact.contact1 .kvkk-btn .kvkk {
        width: 100%;
    }

    .contact-bottom .mi-flex:last-of-type .submit .btn {
        margin-top: 0;
    }

    .contact.contact1 .form-group label {
        font-size: 11px;
    }

    .footer .footer-container {
        padding: 0px 4vw;
    }

    .contact-bottom .mi-flex:last-of-type .form-group-inline .captcha a {
        top: 45%;
    }

    .page.career .captcha-button .captcha-side .captcha:nth-child(2) {
        margin-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width:1199px) {
    .form-row.captcha {
        display: block;
    }

    .contact-bottom .mi-flex:last-of-type .form-group-inline .captcha img.captcha_img {
        margin-bottom: 10px;
    }

    .contact.contact1 .kvkk-btn .kvkk {
        width: 100%;
    }

    .contact-bottom .mi-flex:last-of-type .submit .btn {
        margin-top: 0;
    }

    .contact.contact1 .form-group label {
        font-size: 11px;
    }

    .footer .footer-container {
        padding: 0px 4vw;
    }

    .contact-bottom .mi-flex:last-of-type .form-group-inline .captcha a {
        top: 45%;
    }
}

@media screen and (max-width:991px) {
    .form-row.captcha {
        display: flex;
    }

    .mi-flex .submit {}

    .mi-flex .submit input {
        width: 100%;
    }

    .contact-bottom .mi-flex:first-of-type .form-group {
        margin-bottom: 15px;
    }

    .contact-bottom .mi-flex:first-of-type {
        margin-bottom: 0 !important;
    }

    .contact.contact1 .kvkk-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact.contact1 .form-group label {
        font-size: 10px;
    }

    .contact-bottom .mi-flex:last-of-type .submit .btn {
        margin-top: 0;
    }

    .contact.contact1 .form-group label {
        font-size: 11px;
    }

    .page {
        height: auto !important;
        min-height: calc(100vh - 395px) !important;
    }

}

@media screen and (max-width:767px) {
    .contact.contact1 .form-group {
        padding: 0;
    }

    .mi-flex .submit {
        padding: 0;
    }

    .form-row.captcha {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }

    .contact.contact1 .kvkk-btn {
        display: block;
    }

    .form-row.captcha {
        margin-right: 0;
        margin-left: 0;
    }

    .contact.contact1 .form-group label {
        font-size: 10px;
    }

    .form-row.captcha .captcha:nth-child(1) {
        margin-right: 5px;
    }

    .contact.contact1 .kvkk-btn .kvkk {
        margin-bottom: 20px;
    }

    .page.career.career3 .kvkk-btn .kvkk {
        margin-top: -30px;
    }

    .contact-container .row .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 0;
        padding-left: 0;
    }
}

/* CONTACT-END */

/* ---------------------------- FOOTER START ---------------------------- */

.footer .footer-menu ol.footer-menu-container>li .footer-menu-list li:nth-child(1)::before {
    content: none;

}

.footer.footer-home .footer-bottom .footer-bottom-menu {
    padding: 0 !important;
}

.footer.footer-type-1 {
    z-index: 98;
}

/* ---------------------------- FOOTER END ---------------------------- */

.page.services .service-detail-container .service-detail-gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.page.services .service-detail-container .service-detail-gallery-list ul li a img {
    width: 100%;
    height: 100%;
}

.service-detail-container .service-text-col ul li {
    list-style: disc;
    margin-left: 24px;
}

.service-detail-gallery-list ul li .service-detail-gallery-image img {
    width: 100%;
    height: 100%;
}

.service-detail-gallery-list ul li {
    flex: 1 0 24%;
    max-width: calc(24% - 10px);
}

@media screen and (max-width: 767px) {
    .service-detail-gallery-list ul li {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

/* 
.title-first h1 {
    color: #ff;
}

.page-title .breadcrumb li a {
    color: #2382ae !important;
}

ol.breadcrumb li.active {
    color: #2382ae;
}

ol.breadcrumb .breadcrumb-item.breadcrumb-item:before {
    color: #2382ae;
} */

ol.breadcrumb li a svg {}

/* 
ol.breadcrumb li a svg path {
    fill: #2382ae;
} */

.page-title .bread-bg {
    opacity: .6;
}

.contact.contact1 .form-group .form-control:hover {
    border-color: #118cba;
}

.contact.contact1 .form-group .form-control {
    transition: .4s;
}

.contact.contact1 .form-group label {
    margin: 12px 0 6px;
}

.captcha a {
    background: #268bb5;
}

ol.breadcrumb li {
    color: #fff;
}

.mi-flex .submit .btn {
    background-color: #268bb5;
}

header.header nav.header-scope .menu ul.navbar-nav li ul {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    background-color: #3096c1;
}

header.header nav.header-scope .menu ul.navbar-nav li.li-dropdown {
    position: relative;
}

header.header nav.header-scope .menu ul.navbar-nav li ul:after {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background: #3096c1;
    width: 24px;
    height: 24px;
}

header.header nav.header-scope .menu ul.navbar-nav li ul li a {
    background: unset;
}

header.header nav.header-scope .menu ul.navbar-nav li:hover {
    background-color: #3096c1;
}

p.info-text a {
    color: #f9843c;
    transition: .4s;
}

p.info-text a:hover {
    color: #2382af;
}