:root {
    --loading-grey: #ededed;
}
/* */
/*
body {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
body.modal-open{
    -webkit-filter: unset;
    filter: unset;
}
*/
.grayscale-layer {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: gray;
    mix-blend-mode: color;
    pointer-events: none;
    z-index: 9999;
}
/* */

select {
    -webkit-appearance: initial;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-17 {
    font-size: 17px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}

.btn-read-more {
    text-transform: none
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #E74E13;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #E74E13;
    border-left-color: #E74E13;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.swal2-shown #header, body.modal-open #header {
    right: 17px;
    left: 0;
    width: auto;
}

span.pagination-item.active {
    background: #dfdfdf;
}

.item-name small {
    color: #8d8d8d;
    font-size: 14px;
}

.news-page .news-item .item-content .text {
    overflow: hidden;
}

.reports .result .item {
    gap: 0;
}

.reports .result .item img {
    margin-bottom: 15px;
}

.reports .result .item .item-name {
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.reports .result .item .item-desc {
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    display: block;
    text-align: center;
}

.newsbox.is-loading .image,
.newsbox.is-loading h2,
.newsbox.is-loading p,
.reportbox.is-loading div,
.documentbox.is-loading div,
.jobsbox.is-loading div,
.survey-item.is-loading div,
.notification-item.is-loading span,
table.is-loading td span,
table.is-loading th span,
.search-result-groups span.is-loading,
.search-result-items .item.is-loading div,
.contact-directory-item.is-loading span,
.contact-directory-item.is-loading .figure,
.faq-wrapper.is-loading p,
.faq-wrapper.is-loading h3 {
    background-color: var(--loading-grey);
    background: linear-gradient(100deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, .5) 50%,
            rgba(255, 255, 255, 0) 60%) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}
.faq-wrapper.is-loading h3 {
    width: 80%;
    height: 30px;
    margin: 0 auto;
}
.faq-wrapper.is-loading p {
    width: 100%;
    height: 30px;
    margin-bottom: 15px
}
.faq-wrapper.is-loading p:nth-child(2) {
    width: 75%;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 13px;
}

.lds-ellipsis div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.weather-loading.is-loading {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 142px;
}


@-webkit-keyframes loading {
    to {
        background-position-x: -20%;
    }
}

@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

.newsbox.is-loading .image {
    height: 200px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.newsbox.is-loading h2 {
    height: 30px;
}

.newsbox.is-loading p {
    height: 50px;
}

.reportbox.is-loading div {
    height: 160px;
    border-radius: 0;
}

.documentbox.is-loading div {
    height: 52px;
    border-radius: 0;
}

.jobsbox {
    padding: 30px 14px;
    border: 1px solid rgba(173, 173, 173, 0.5);
}

.jobsbox.is-loading div.title {
    height: 25px;
    border-radius: 0;
    margin-bottom: 16px;
}

.jobsbox.is-loading div.parg {
    height: 48px;
    border-radius: 0;
    margin-bottom: 30px;
}

.jobsbox.is-loading div.buttons {
    height: 46px;
    border-radius: 0;
}

.survey-item.is-loading div.ancetor {
    width: 134px;
    height: 27px;
    display: inline-block;
}

.survey-item.is-loading div.survey-item-title {
    height: 45px;
    border-radius: 0;
}

.survey-item.is-loading div.parg {
    height: 40px;
    border-radius: 0;
}

.survey-item.is-loading div.katilimci {
    height: 22px;
    border-radius: 0;
}

.survey-item.is-loading div.survey-btn {
    height: 58px;
    border-radius: 0;
}

.notification-item.is-loading span {
    display: inline-block;
}

.notification-item.is-loading span.title {
    height: 18px;
    width: 400px;
}

.notification-item.is-loading span.parg {
    height: 21px;
    width: 60%;
    margin: 5px 15px 5px 15px
}

.notification-item.is-loading span.item-image {
    height: 17px;
    width: 100px;
    margin: 5px 15px 10px 15px
}

.notification-item.is-loading span.btn {
    height: 30px;
    width: 100px;
}

.search-result-groups span.is-loading {
    width: 120px;
    height: 22.5px;
}

.search-result-items .item.is-loading div.title {
    width: 100%;
    height: 18px;
    margin-bottom: 8px
}

.search-result-items .item.is-loading div.parg {
    width: 100%;
    height: 39px;
}

.contact-directory-item {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #f0f0f0 !important;
    padding: 20px !important;
}
.contact-directory-item .figure {
    min-width: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}
.contact-directory-item .contact-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact-directory-item.is-loading span.name {
    width: 100%;
    height: 30px;
    border-radius: 0;
    margin-bottom: 10px;
}
.contact-directory-item.is-loading span.title {
    width: 100%;
    height: 25px;
    border-radius: 0;
    margin-bottom: 10px;
}
.contact-directory-item.is-loading p {
    display: flex;
    gap: 15px;
}
.contact-directory-item.is-loading span.email, .contact-directory-item.is-loading span.phone {
    width: 100px;
    height: 20px;
}


@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.digital-transformation .documents .document-box .doc-area .doc-item .doc-type img {
    filter: invert(1) opacity(0.1);
    object-fit: contain;
    height: 34px;
}

.page-pagination .pagination-nums .pagination-item {
    background: #fff;
}

span.pagination-item.active {
    background: #dfdfdf !important;
}

.digital-transformation .page-pagination .pagination-way.next {
    background-color: #E74E13 !important;
}

/*5px solid #E74E13*/
.modal#jobs_modal .modal-header {
    border-bottom: 0 !important;
    position: relative;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.jobs-wrapper .jobs-head {
    border-bottom: 5px solid #E74E13 !important;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.jobs-wrapper .modal-title {
    color: #E74E13;
    line-height: 25px;
    margin-bottom: 0px;
}

.jobs-wrapper #jobs-to {
    font-weight: 400;
    margin-bottom: 13px;
}

.jobs-wrapper .location-time {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 4px;
}

.jobs-wrapper .location-time #jobs-location {
    font-weight: 400;
    color: #8D8D8D;
}

.jobs-wrapper {
    font-size: 15px;
    font-weight: 400;
    color: #8D8D8D;
}

.modal#jobs_modal .modal-dialog {
    max-width: 800px;
}

.modal#jobs_modal .modal-footer {
    padding: 35px 30px 50px;
}

.modal#jobs_modal .modal-footer a {
    text-align: center;
}

.modal#jobs_modal .modal-footer .send-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #E74E13;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

@media all and (max-width: 1400px) {
    .modal#jobs_modal .modal-footer .send-btn {
        height: 55px;
    }
}

@media all and (max-width: 1200px) {
    .modal#jobs_modal .modal-footer .send-btn {
        height: 50px;
    }
}

@media all and (max-width: 768px) {
    .modal#jobs_modal .modal-footer .send-btn {
        height: 45px;
        font-weight: 500;
        font-size: 14px;
    }
}

.modal#jobs_modal .modal-footer .go-home {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 30px;
}

@media all and (max-width: 768px) {
    .modal#jobs_modal .modal-footer .go-home {
        margin-top: 20px;
    }
}

.modal#jobs_modal .modal-header .btn-close {
    position: absolute;
    top: 28px;
    right: 26px;
    z-index: 1
}

@media all and (max-width: 767px) {
    .modal#jobs_modal .modal-header .btn-close {
        top: 16px;
        right: 15px;
    }
}

.modal#jobs_modal #jobs_content {
    padding: 30px;
}

.modal#social-share .modal-content,
.modal#custom-social-share .modal-content {
    background-color: #0f111c;
    color: #fff;
}

.modal#social-share .modal-content .btn-close,
.modal#custom-social-share .modal-content .btn-close {
    color: #fff;
    filter: invert(1);
}

.modal#social-share .modal-content .social-medias,
.modal#custom-social-share .modal-content .social-medias {
    gap: 5px;
    display: flex;
}

.modal#social-share .modal-content .social-medias a,
.modal#custom-social-share .modal-content .social-medias a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E74E13;
    height: 55px;
    width: 55px;
    transition: all 0.25s ease;
}

.modal#social-share .modal-content .social-medias a img,
.modal#custom-social-share .modal-content .social-medias a img {
    height: 20px;
}

.modal#social-share .modal-content .social-medias a:hover,
.modal#custom-social-share .modal-content .social-medias a:hover {
    background-color: #0E3BFA;
    border: 1px solid #fff;
}

@media all and (max-width: 575px) {

    .modal#social-share .modal-content .social-medias a,
    .modal#custom-social-share .modal-content .social-medias a {
        width: 45px;
        height: 45px;
    }
}

.modal#social-share .modal-content .copy-group,
.modal#custom-social-share .modal-content .copy-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 10px;
    border: 0.5px solid #E74E13;
    margin-top: 20px;
    gap: 10px;
}

@media all and (max-width: 992px) {

    .modal#social-share .modal-content .copy-group,
    .modal#custom-social-share .modal-content .copy-group {
        flex-wrap: wrap;
    }
}

.modal#social-share .modal-content .copy-group img,
.modal#custom-social-share .modal-content .copy-group img {
    min-width: 23px;
}

.modal#social-share .modal-content .copy-group .text,
.modal#custom-social-share .modal-content .copy-group .text {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 134px);
    max-width: 250px;
    font-size: 14px;
}

@media all and (max-width: 992px) {

    .modal#social-share .modal-content .copy-group .text,
    .modal#custom-social-share .modal-content .copy-group .text {
        width: calc(100% - 34px);
        max-width: none;
    }
}

.modal#social-share .modal-content .copy-group .button-share,
.modal#custom-social-share .modal-content .copy-group .button-share {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #E74E13;
    padding: 10px 16px;
    background-color: #E74E13;
    transition: all 300ms;
    display: block;
}

@media all and (max-width: 992px) {

    .modal#social-share .modal-content .copy-group .button-share,
    .modal#custom-social-share .modal-content .copy-group .button-share {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

.modal#social-share .modal-content .copy-group .button-share:hover,
.modal#custom-social-share .modal-content .copy-group .button-share:hover {
    background-color: #963611;
}

.modal.route-services-modal .modal-content {
    padding: 50px;
    text-align: center;
}

.modal.route-services-modal .modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: 16px;
}

.modal.route-services-modal .modal-content .modal-header {
    border: none;
}

.modal.route-services-modal .modal-content .modal-header .modal-title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #0E3BFA;
    margin-bottom: 12px;
}

.modal.route-services-modal .modal-content .modal-header .modal-title-2 {
    width: 100%;
    height: auto;
    background-color: #FA11C7;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
}

.modal.route-services-modal .modal-content .modal-body .detail {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    background-color: #F0F2F7;
    padding: 20px 14px 14px;
    display: flex;
    flex-direction: column;
}

.modal.route-services-modal .modal-content .modal-body .detail div {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
}

.modal.route-services-modal .modal-content .modal-body .detail div span {
    color: #A7A7A7;
}

.modal.route-services-modal .modal-content .modal-body .bottom {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border: none;
}

.modal.route-services-modal .modal-content .modal-body .bottom div {
    font-size: 17px;
    font-weight: 500;
}

.btn-loader {
    width: 24px;
    height: 24px;
    border: 1.5px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.btn-loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid transparent;
    border-bottom-color: #FF3D00;
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #FF3D00;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.full-loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    display: none;
    background: rgba(255, 255, 255, 0.4);
}

.full-loading.active {
    display: flex;
}


.home-trible-section .inside .home-survey {
    padding: 0
}

.home-trible-section .inside .home-survey .title {
    padding: 30px;
    margin-bottom: 0
}

.home-news .news-area .news-item .item-content .text {
    overflow: hidden;
}

.notification-body {
    background: #f0f0f0;
}

.notification-body .header img {
    width: 100%;
}

.notification-body .body {
    display: flex;
    padding: 20px 40px 20px 20px;
    position: relative;
}

.notification-body .body h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.notification-body .body p {
    font-size: 15px;
    color: #666569;
    margin-bottom: 5px;
}

.notification-body .body span {
    display: block;
    font-size: 14px;
    color: #666569;
}

.notification-body .body .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    box-shadow: none;
    font-size: 10px;
    width: 10px;
    height: 10px;
}

.notification-body .body .btn-close:hover,
.notification-body .body .btn-close:active,
.notification-body .body .btn-close:focus {
    box-shadow: none;
}

.notification-body .footer {
    padding: 0 20px 20px 20px;
}

.notification-body .footer a {
    width: 100%;
    background: #fff;
    display: block;
    box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
}

.notification-body .footer a:hover {
    box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.4);
}


.home-news .notification-area .date-items .date-item .not-read {
    position: absolute;
    left: -15px;
    top: 70px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF6F38;
    z-index: 1
}

div:where(.swal2-container) .swal2-html-container {
    display: block !important;
    padding: 20px !important;
    font-size: 15px !important;
}

.swal2-actions {
    margin: 0 auto !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    background-color: #e74e13 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    line-height: 32px !important;
    outline: none !important;
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    line-height: 32px !important;
    outline: none !important;
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #2e548d !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 0 20px !important;
    line-height: 32px !important;
    outline: none !important;
    box-shadow: none !important;
}

[x-cloak=""] {
    display: none !important;
}

.banner .banner-inside .banner-top .right .date-weather-information .weather-information .weather-degree {
    font-size: 70px;
    font-weight: 100;
    display: flex;
    gap: 3px;
    line-height: 60px;
    padding-top: 17px;
}
.banner .banner-inside .banner-top .right .date-weather-information .weather-information .status-image {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: -20px;
    position: relative;
    top: -4px;
}
.banner .banner-inside .banner-top .right .date-weather-information .weather-information .weather-status {
    font-size: 13px;
    padding-top: 5px;
}

.banner-location .weather-symbole img {
    width: 36px !important;
    height: 36px !important;
}

.the-person img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}


.person-menu-opened .inside .notificationWrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .person-menu-opened .inside .notificationWrapper {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 575px) {
  .person-menu-opened .inside .notificationWrapper {
    margin-top: 17px;
  }
}
.person-menu-opened .inside .notificationWrapper .item,
.notificationMobileWrapper .item {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  font-weight: 300;
}
.person-menu-opened .inside .notificationWrapper .item::before,
.notificationMobileWrapper .item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #FF6F38;
  border-radius: 50%;
}
.person-menu-opened .inside .notificationWrapper .item::after,
.notificationMobileWrapper .item:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -0.1px;
  display: block;
  width: 14.5px;
  height: 14.5px;
  background-color: transparent;
  border: 1px solid #FF6F38;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}
.person-menu-opened .inside .notificationWrapper .item,
.notificationMobileWrapper .item {
    padding: 10px 5px 10px 20px !important;
    text-align: left;
}
.person-menu-opened .inside .notificationWrapper .item::before,
.notificationMobileWrapper .item::before {
    opacity: 0 !important;
}
.person-menu-opened .inside .notificationWrapper .item::after,
.notificationMobileWrapper .item::after {
    opacity: 0 !important;
}
.person-menu-opened .inside .notificationWrapper .item.active::before,
.notificationMobileWrapper .item.active::before {
    opacity: 1 !important
}

.person-menu-opened .inside .notificationWrapper,
.notificationMobileWrapper {
    height: 100%;
    overflow-y: scroll;
}


.notificationMobileWrapper {
    max-height: 250px;
    width: 100%;
}
@media(max-width: 767px) {
    .person-menu-opened .inside .notificationWrapper {
        max-height: 170px;
        width: 100%;
    }
    .notificationMobileWrapper {
        max-height: 200px;
    }
}


.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.custom-scrollbar:hover {
    scrollbar-color: #201a41 transparent;
}
.custom-scrollbar:not(:hover)::-webkit-scrollbar-thumb {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    transition: background 0.3s;
    background: #fff;
}
#header .header-middle .header-search {
    width: 80%;
    height: 50px;
}

#header .header-right .change-theme {
    width: 100%;
}

/* SEARCH */
.banner .banner-inside .banner-top .left .banner-search .smart-search {
    position: relative;
    z-index: 90
}

.search-result {
    background: rgba(255, 255, 255, 0.75);
    padding: 40px;
    position: absolute;
    left: 0;
    top: 100%;
    max-width: 980px;
    min-width: 100%;
    backdrop-filter: blur(10px);
    z-index: 999;
    border-radius: 30px;
    overflow: hidden;
}
.header-search .search-result {
    min-width: 760px;
    left: -2px;
}

form button.search[disabled] {
    background: rgba(0, 0, 0, 0.3) !important;
    cursor: default !important;
}

.search-result-wrapper {
    display: flex;
}
.search-result-groups {
    display: flex;
    flex-direction: column;
    padding-right: 35px;
}
.search-result-groups span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 140px;
    cursor: pointer;
    transition: all 0.25s ease-in-out
}
.search-result-groups span:hover,
.search-result-groups span.active {
    color: #e74e13
}
.search-result-items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    width: 100%;
}
.search-result-items a.item {
    width: calc(100%*(1 / 3) - 7.5px);
    display: block;
}
.search-result-items .item-user {
    width: calc(100%*(1 / 3) - 7.5px);
    display: block;
}
.header-search .search-result-items .item-user {
    width: calc(100%*(1 / 3) - 7.5px);
    display: block;
}
.search-result-items a.item .item {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    height: 100%;
    transition: all 0.25s ease-in-out
}
.search-result-items a.item:hover .item {
    background: #fff;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2)
}

.search-result-items .item-user {
    position: relative;
    height: auto;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    transition: all 0.25s ease-in-out
}
.search-result-items .item-user:hover {
    background: #fff;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2)
}

.search-result-items .item h3 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.search-result-items .item .image {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.search-result-items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.search-result-items .item p {
    font-size: 13px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-result-items .not-found {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.search-result-items .not-found img {
    width: 160px;
}
.search-result-items .show-more {
    width: 100%;
    text-align: right;
}
.search-result-items .show-more a {
    display: inline-block;
    color: #e74e13;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    transition: all 0.25s ease-in-out;
}
.search-result-items .show-more a:hover {
    color: #2c2557
}

@media(min-width: 1600px) and (max-width: 1900px) {
    .banner-search .search-result-items a.item, .banner-search .search-result-items .item-user {
        width: calc(100%*(1 / 3) - 7.5px);
        display: block;
    }
}

@media(min-width: 992px) and (max-width: 1599px) {
    .banner-search .search-result-items a.item, .banner-search .search-result-items .item-user {
        width: calc(100%*(1 / 2) - 7.5px);
        display: block;
    }
    .banner-search .search-result-groups span.is-loading {
        width: calc(100%*(1 / 2) - 7.5px);
    }
    .banner-search .search-result-groups {
        flex-direction: row;
        margin-bottom: 20px;
        gap: 10px;
        flex-wrap: wrap;
        padding-right: 0
    }
    .banner-search .search-result-groups span {
        width: calc(100%*(1 / 2) - 7.5px);
    }
    .banner-search .search-result-wrapper {
        flex-direction: column;
    }
}

@media all and (max-width: 991px) {
    .search-result-items a.item, .search-result-items .item-user {
        width: calc(100%*(1 / 2) - 7.5px);
        display: block;
    }
    .search-result-groups span.is-loading {
        width: calc(100%*(1 / 2) - 7.5px);
    }
    .search-result-groups {
        flex-direction: row;
        margin-bottom: 20px;
        gap: 10px;
        flex-wrap: wrap;
        padding-right: 0
    }
    .search-result-groups span {
        width: calc(100%*(1 / 2) - 7.5px);
    }
    .search-result-wrapper {
        flex-direction: column;
    }
}
@media all and (max-width: 767px) {
    .banner-search .search-result {
        width: 100%;
        backdrop-filter: blur(10px);
    }
}
@media all and (max-width: 576px) {
    .search-result {
        padding: 15px;
    }
    .search-result-groups {
        gap: 5px;
    }
    .search-result-groups span {
        margin-bottom: 0
    }
}

.banner .banner-inside .banner-top .left .banner-header .banner-location span.country {
    color: #f59e0b !important
}

.burger-menu-opened .outside .inside nav .target-opening > ul > li a::after {
    content: none;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active > a::after {
    content: none;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li a.child-link::after {
    content: "+";
    font-weight: bold;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active a.child-link::after {
    content: "-";
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li a.parent-link::after {
    content: "+";
    font-weight: bold;
}
.burger-menu-opened .outside .inside nav .target-opening > ul > li.active > a.parent-link::after {
    content: "-";
}



.modal-body .result-food {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
}
.modal-body .result-food .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d5;
    width: 100%;
    max-width: 230px;
    height: 68px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    font-size: 14px;
}
.modal-body .result-food .item:hover {
    background: #0055b5;
    color: #fff;
}
@media all and (max-width: 991px) {
    .modal-body .result-food .item {
        width: 49%;
    }
}
@media all and (max-width: 768px) {
    .modal-body .result {
        padding: 45px 40px 35px;
    }
    .modal-body .result-food {
        max-width: none;
        justify-content: center;
    }
    .modal-body .result-food .item {
        height: auto;
        padding: 7px;
        max-width: 175px;
        width: 49%;
    }
}
@media all and (max-width: 767px) {
    .modal-body .result {
        padding-top: 0;
    }
    .modal-body .result-food {
        max-width: none;
    }
    .modal-body .result-food .item {
        font-size: 14px;
        max-width: 175px;
    }
    .search-result-items .item h3 {
        font-size: 14px;
    }
}

@media all and (max-width: 576px) {
    .modal-body .result-food .item {
        width: 100%;
        font-size: 13.5px;
        max-width: auto
    }
}



.faq {
  max-width: none;
  padding: 0;
}

.helpful-links.in-home {
  overflow: hidden;
}
@media all and (max-width: 1400px) {
  .helpful-links.in-home {
    margin-top: 35px;
  }
}
.helpful-links.in-home .outside {
  background-color: #0E3BFA;
}
.helpful-links.in-home .outside .inside .steps .step {
  gap: 25px;
}
.helpful-links.in-home .outside .inside .steps .step .item-text {
  font-size: 15px;
}

.statistics-home {
  width: 100%;
  color: #E74E13;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media all and (max-width: 1450px) {
  .statistics-home {
    width: 605px;
    justify-content: center;
  }
}
@media all and (max-width: 1260px) {
  .statistics-home {
    width: 100%;
  }
}
.statistics-home .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid rgba(108, 105, 124, 0.5);
}
@media all and (max-width: 992px) {
  .statistics-home .item {
    width: 75%;
    margin: 0 auto;
  }
}
.statistics-home .item-num {
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: self-end;
}
@media all and (max-width: 1366px) {
  .statistics-home .item-num {
    font-size: 45px;
  }
}
@media all and (max-width: 992px) {
  .statistics-home .item-num {
    font-size: 37px;
  }
}
.statistics-home .item-name {
  display: flex;
  align-items: self-end;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
@media all and (max-width: 992px) {
  .statistics-home .item-name {
    font-size: 15px;
  }
}

.home-statistic-area {
  background-color: #F0F6FA;
  padding-top: 30px;
}
.home-statistic-area img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .home-statistic-area img {
    max-width: 400px;
    margin-bottom: 35px;
  }
}
@media all and (max-width: 767px) {
  .home-statistic-area img {
    margin-bottom: 25px;
  }
}
.home-statistic-area .content .btn-read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  background-color: #D3DFE6;
  height: 55px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}
.home-statistic-area .content .btn-read-more:hover {
  background-color: #E74E13;
  color: #fff;
}
@media all and (max-width: 767px) {
  .home-statistic-area .content .btn-read-more {
    font-size: 15px;
    height: 45px;
  }
}


.home-trible-section .inside .food-calendar .food-calendar-inside .item.active {
    border: 2px solid #E74E13;
}


/* QUICK MENU */
@media (max-width: 575px) {
    #header .header-right .header-buttons img {
        width: 30px;
    }
}

main {
    padding-top: 100px;
}
@media (max-width: 1250px) {
    main {
        padding-top: 85px;
    }
}
@media (max-width: 767px) {
    main {
        padding-top: 70px;
    }
}

#header.sticky .header-right .burger-menu, #header.start-sticky .header-right .burger-menu {
    background-color: transparent !important;
}
#header.sticky, #header.start-sticky {
    height: 70px;
}
#header.sticky .header-right .burger-menu .layer, #header.start-sticky .header-right .burger-menu .layer {
    background-color: #fff !important;
}
.burger-menu-opened.active {
    z-index: 1000;
}

.sub-banner {
    padding-top: 100px;
    padding-bottom: 20px;
}
.sub-banner .contact-bannner-inside {
    align-items: end;
}
.sub-banner .contact-bannner-inside .right {
    padding-bottom: 20px;
}

#header .header-right .change-theme .person-menu .the-person .person-image {
    min-width: 49px;
}

.person-menu-opened .inside .notificationWrapper .item::before,
.notificationMobileWrapper .item::before {
    top: 17px;
}

.notificationSlider .swiper-pagination {
    text-align: left;
    padding-left: 7px
}

.news-detail .news-dropdown-title {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-dropdown-title button,
.news-page .dropdown button {
    padding-left: 0
}

.blog-first-image {
    max-width: 100%;
    margin: 0 0 25px;
    width: 100%;
}

.home-news .news-area .news-item .item-content{
    padding: 5px 10px 5px 0;
}
.home-news .news-area .other-news {
    gap: 20px;
}

/* helpfull items */
.helpful-links .outside .inside .steps .step .item .item-img img{
    width: 30px;
    max-width: 30px;
    height: 25px;
    max-height: 25px;
}
/* helpfull items */
/* career */
.career .button-links{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin: 10px 0;
    text-align: center;
}
.career .button-links .button{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 350px;
    height: 105px;
    padding: 15px 25px;
    color: #F0F6FA;
    font-weight: 600;
}
.career .button-links .button:nth-of-type(1){
    background-color: #4451de;
}
.career .button-links .button:nth-of-type(2){
    background-color: #e74e13;
}
.career .button-links .button:nth-of-type(3){
    background-color: #8416b5;
}
@media screen and (max-width:1199px) {
    .career .button-links{
        gap: 10px;
    }
}
/* career */

.cetas-login-btn {
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #294777;
    height: 128px;
    overflow: hidden;
    text-align: right;
    padding-right: 135px;
    display: block;
    transition: all 0.25s ease-in-out;
}
.cetas-login-btn:hover {
    background: #2C2557
}
.cetas-login-btn img {
    position: absolute;
    width: 249px;
    height: 249px;
    left: -15px;
    top: -57px;
    z-index: 0;
    opacity: 0.36;
    transition: all 0.25s ease-in-out;
}
.cetas-login-btn span {
    line-height: 29px;
    position: relative;
    top: 40px;
    color: #fff;
    position: relative;
}
.cetas-login-btn span:after {
    content: '';
    position: absolute;
    right: -95px;
    width: 65px;
    height: 1px;
    background: #fff;
    top: 50%;
    transition: all 0.25s ease-in-out;
}
.cetas-login-btn:hover span:after {
    width: 105px;
    right: -135px;
}
#header {
    transition: height 0.25s ease;
}
#header .header-right .header-buttons .the-person::after {
    height: 100% !important;
}
#header .header-right .header-buttons .the-person.opened::after {
    background: #0E3BFA;
}

.the-person .person-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background: #0E3BFA;
    width: 240px;
    z-index: 99999;
    padding: 10px;
}
.the-person.active .person-dropdown {
    background: #0E3BFA;
}
.the-person .person-dropdown li a {
    display: block;
    padding: 7px;
    font-size: 14px;
    color: #fff;
}
.the-person .person-dropdown li a i {
    color: #fff;
    transition: all 0.3s ease;
}
.the-person .person-dropdown li a:hover i {
    color: #1A1533;
}
.the-person.active .person-dropdown li a:hover i {
    color: #1A1533;
}

.news-page .news-item {
    height: 100%;
}
.news-item .detail-blog-img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.home-news .news-area .news-item .item-img {
    position: relative;
    width: 195px;
    min-width: 195px;
    padding-top: 195px;
    overflow: hidden;
}
.home-news .news-area .news-item .item-img.first-blog-img {
    position: relative;
    width: 100%;
    min-width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.home-news .news-area .news-item .item-img img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
@media (max-width: 574px) {
    .home-news .news-area .news-item .item-img {
        width: 100%;
        min-width: 100%;
        padding-top: 100%;
    }
    .home-news .news-area .news-item.single .item-img img {
        max-height: auto;
    }
}

.news-item .detail-blog-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    z-index: 1
}

.news-page ul.dropdown-menu.show,
.news-detail ul.dropdown-menu.show {
    background: #0E3BFA;
    transform: translate(0px, 35px) !important;
    border-radius: 0;
}
.news-page ul.dropdown-menu,
.news-detail ul.dropdown-menu {
    padding: 8px;
}
.news-page ul.dropdown-menu button,
.news-detail ul.dropdown-menu button,
.news-detail ul.dropdown-menu a {
    padding-left: 15px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #c7c7c7 !important;
    transition: all 0.25s ease-in-out;
}
.news-page ul.dropdown-menu button:hover,
.news-detail ul.dropdown-menu button:hover,
.news-detail ul.dropdown-menu a:hover {
    background: transparent !important;
    color: #fff !important
}


.activityQuickView {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
    z-index: 999999;
}
.activityQuickView .overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1
}
.activityQuickView .content {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 480px;
    max-width: 100%;
    background: rgba(255,255,255,1);
    z-index: 2;
    padding: 40px;
    overflow-y: auto
}
.activityQuickView .overlay.new,
.activityQuickView .overlay.delete {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
    z-index: 3
}
.activityQuickView .content.new {
    z-index: 3;
}
.activityQuickView .overlay.delete {
    z-index: 4;
}
.activityQuickView .content.delete {
    z-index: 5;
}

.activityQuickView .transition {
    transition: all 0.25s ease-in-out;
}
.activityQuickView .content .close {
    margin-bottom: 20px
}
.activityQuickView .content .close span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9e9e9;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.activityQuickView .content .close span:hover {
    background: #d6d6d6
}

footer {
    position: relative;
}
.showActivityQuickView {
    position: absolute;
    right: 0;
    bottom: calc(100% + 25px);
    z-index: 99;
    background-color: #2c2557;
    color: white;
    padding: 20px 10px 20px 20px;
    color: #f0f0f0;
    font-size: 13px;
    cursor: pointer;
    border-radius: 50px 0 0 50px;
    transition: all 0.25s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    width: 43px;
}
.showActivityQuickView h3 {
    width: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 11.5px;
    margin-bottom: 0;
    line-height: 13px;
    height: 13px;
    transition: overflow 0.25s, opacity 0.25s, width 0.1s 0.25s;
}
.showActivityQuickView:hover {
    width: 120px;
}

.showActivityQuickView:hover h3 {
    width: 100%;
    overflow: visible;
    opacity: 100%;
}


.food-table .daily-menus .days .day-box:nth-of-type(4) {
    background-color: #8f37ef;
}
.food-table .daily-menus .days .day-box:nth-of-type(5) {
    background-color: #a647c5;
}
.food-table .daily-menus .days .day-box:nth-of-type(6) {
    background-color: #d964c5;
}
.food-table .daily-menus .days .day-box.active {
    background-color: #0E3BFA;
    font-size: 21px;
}
@media (max-width: 1200px) {
    .food-table .daily-menus .days .day-box.active {
        background-color: #0E3BFA;
        font-size: 18px;
    }
    .food-table .daily-menus .days .day-box {
        font-size: 15px;
    }
}

.home-trible-section .inside .food-calendar {
    padding: 25px;
}
.home-trible-section .inside .food-calendar .title {
    padding: 0;
}


.store_locations {
    background: transparent;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    font-weight: 300;
}
.store_locations.full {
    width: 100%;
    padding: 15px;
    border: 1px solid #333;
    color: #333
}
.store_locations:active, .store_locations:focus {
    outline: none
}
.store_locations option {
    color: #2C2557
}

.food-table .daily-menus .result-food .item {
    height: auto;
    padding: 8px;
    font-size: 15px;
    text-align: center;
}
@media(max-width: 576px) {
    .food-table .daily-menus .result-food .item {
        font-size: 14px;
        width: 49%;
    }
}
@media(max-width: 330px) {
    .food-table .daily-menus .result-food .item {
        font-size: 13px;
        width: 48%;
    }
}

.person-menu-opened .outside .downside {
    height: 415px;
}

.cursor-pointer {
    cursor: pointer;
}

#header .header-right .change-theme .header-right-search form .input-wrapper input {
    width: 90px;
}

.person-menu-opened .outside .downside .menu-events-slider .content .slide-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 25px;
}
.person-menu-opened .outside .downside .menu-events-slider .content .slide-summary {
    margin-top: 6px;
    font-size: 15px;
}
.person-menu-opened .outside .downside .menu-events-slider .content .slide-img {
    border-radius: 0;
    border: 6px solid rgba(255,255,255,0.4);
}
.container-960 {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
    padding: 0 30px;
  }
.container-1450 {
    margin: 0 auto;
    width: 100%;
    max-width: 1510px;
    padding: 0 30px;
  }

  .information-center-section {
    position: relative;
    z-index: 2;
  }
  @media all and (max-width: 767px) {
    .information-center-section {
      margin-top: -120px;
    }
  }
  .information-center-section .inf-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    padding: 15px;
  }
  .information-center-section .inf-box::before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13276D;
    transition: all 0.22s ease-out;
  }
  .information-center-section .inf-box:hover::before {
    background-color: rgba(21, 30, 49, 1);
  }
  @media all and (max-width: 767px) {
    .information-center-section .inf-box {
      height: 150px;
      font-size: 15px;
    }
  }
  @media all and (max-width: 389px) {
    .information-center-section .inf-box {
      font-size: 13px;
    }
  }

  #corporateIdentity .title{
    text-align: center;
  }
  #corporateIdentity .swiper-wrapper{
    justify-content: center;
  }
  .information-security-videos .title{
    text-align: center;
  }

  .faq .inside .accordion-button{
    font-size: 18px;
  }

  @media all and (max-width:767px){
    .faq .inside .accordion-button{
        font-size: 15px;
        height: 75px;
      }
  }
  .helpful-links .outside .inside .steps .step .item .item-img.ver-2 img{
    height: 33px;
    max-height: 33px;
    width: 36px;
    max-width: 36px;
  }

.video_item {
    border: 2px solid rgba(131, 160, 174, .2) !important;
    padding: 35px 35px 20px;
}
.video_item h3 {
    padding-top: 15px;
    font-size: 15px;
    display: block;
    min-height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center
}
.video_item .video-poster {
    position: relative;
}
.video_item .video-poster:after {
    content: url('../images/play-youtube.png');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 69px;
    height: 48px;
    z-index: 2
}

.newbrowser {
    display: flex;
    align-items: start;
    margin: 0 20px 0 30px;
    width: 135px;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    gap: 8px;
}
@media all and (max-width: 820px) {
    .newbrowser span {
        display: none;
    }
    .newbrowser {
        width: auto
    }
}
@media(max-width: 350px) {
    .newbrowser {
        margin: 0 10px 0 10px;
    }
}
.box-content .box-detail {
    text-align: center;
}

.birthday-wrapper .users {
    width: 100%;
    height: auto;
    padding: 90px 70px 60px;
    background: #2C2557;
}
@media(min-width: 1400px) {
    .birthday-wrapper .users {
        min-height: 490px;
    }
}
@media(max-width: 576px) {
    .birthday-wrapper .users {
        padding: 30px 20px;
    }
}
.birthday-wrapper .users .slider .item {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: start;
    position: relative;
    padding-bottom: 32px;
    height: unset;
}
.birthday-wrapper .users .swiper-button-prev-users {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 18px;
    z-index: 10;
    background: url(../images/prev.png);
}
.birthday-wrapper .users .swiper-button-next-users {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31px;
    height: 18px;
    z-index: 10;
    background: url(../images/next.png);
}

.birthday-wrapper .users .users-pagination
{
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.birthday-wrapper .users .users-pagination .swiper-pagination-bullet
{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.43;
}
.birthday-wrapper .users .users-pagination .swiper-pagination-bullet-active
{
    opacity: 1;
}
.birthday-wrapper .users .slider .item figure {
    max-width: 130px;
    border-radius: 50%;
    overflow: hidden;
}
.birthday-wrapper .users .slider .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.birthday-wrapper .users .slider .item h3 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.birthday-wrapper .users .slider .item p {
    font-weight: 300;
    font-size: 12.5px;
    color: #f0f0f0;
    text-align: center;
}
.birthday-wrapper .users .slider .item .button {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: all 0.25s ease;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.birthday-wrapper .users .slider .item .button:hover {
    background: #fff;
    color: #000
}

.birthday-modal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(255,255,255,0.42);
}
.birthday-modal {
    max-width: 90%;
    max-height: 90vh;
    width: 800px;
    height: 600px;
    background: #fff;
    position: relative;
}
.birthday-modal img {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.birthday-modal:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: rgb(44,37,87);
    background: linear-gradient(180deg, rgba(44,37,87,0) 0%, rgba(44,37,87,1) 100%);
    z-index: 1
}
.birthday-modal .bottom {
    position: relative;
    height: 60px;
    width: 100%;
    background: #2C2557
}
.birthday-modal .center {
    position: absolute;
    width: 80%;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.birthday-modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    display: block;
    cursor: pointer;
}
.user_info {
    width: 100%;
}
.user_info h3 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.user_info h5 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.5;
    margin: 0;
}
.user_info hr {
    border-color: #fff;
    margin: 30px 0
}
.user_info h2 {
    text-align: center;
    color: #fff;
    font-size: 34px;
    color: #fff;
    font-weight: 900;
    margin: 0;
}
.user_info h4 {
    text-align: center;
    color: #fff;
    font-size: 34px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 20px;
}
.user_info p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}


.services-lists .inside .inside-items .item ul {
    position: relative;
}
.services-lists .inside .inside-items .item ul.more {
    max-height: 250px;
    overflow: hidden;
}
.services-lists .inside .inside-items .item ul.more:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
    z-index: 10;
}
.services-lists .inside .inside-items .item ul.more:before {
    content: '...';
    position: absolute;
    bottom: 0;
    left: 17px;
    font-size: 18px;
    line-height: 1;
    z-index: 11;
    color: #000;
    font-family: Arial;
}

.modal.route-services-modal .modal-content .modal-body .bottom .stations .btn {
    height: 40px;
    background-color: #6c7a99;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.modal.route-services-modal .modal-content .modal-body .bottom .stations ul {
    list-style-type: disc !important;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin: 15px auto 0;
    padding: 0;
    font-weight: 300;
}
.modal.route-services-modal .modal-content .modal-body .bottom .stations ul li {
    list-style-type: disc !important;
    margin-left: 17px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0
}
.services-lists .inside .inside-items .item ul {
    margin-left: 0;
    margin-top: 10px;
}
.services-lists .inside .inside-items .item ul li {
    position: relative;
    list-style: disc;
    margin-left: 19px;
    font-size: 15px
}
.services-lists .inside .inside-items .item .btn-read-more {
    margin-left: 18px;
}

.services-lists .inside .inside-items .item-title {
    background-color: #f3f3f3;
    color: #151e31;
    transition: all 0.25s ease-in-out;
}
.services-lists .inside .inside-items .services_item {
    cursor: pointer;
}
.services-lists .inside .inside-items .services_item:hover .item-title {
    background: #151e31;
    color: #f3f3f3
}

.services-lists .inside .inside-items-title {
    color: #1a1533;
    background: transparent;
    position: relative;
}
.services-lists .inside .inside-items-title:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    position: absolute;
    background: #e74e13;
}

.organization-schema {
    position: relative;
}
.organization-schema .items_wrapper {
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: .5s;
}
.organization-schema .items_wrapper .items {
    position: relative;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: start;
}
.organization-schema .items_wrapper .items.closed {
    display: none;
}
.organization-schema .items_wrapper .items .item {
    position: relative;
    display: block;
    width: 270px;
}
.organization-schema .items_wrapper .items .item .wrap {
    justify-content: start;
    align-items: center;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 7px;
    width: 270px;
    display: flex;
    gap: 10px;
    position: relative;
}
.organization-schema .items_wrapper .items .item .wrap figure {
    width: 70px;
    min-width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.organization-schema .items_wrapper .items .item .wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.organization-schema .items_wrapper .items .item .wrap .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: start;
}
.organization-schema .items_wrapper .items .item .wrap .title h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.organization-schema .items_wrapper .items .item .wrap .title h5 {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-weight: 400
}
.organization-schema .items_wrapper .items .item .wrap .title p {
    font-size: 13px;
    line-height: 1;
    margin: 0;
}
.organization-schema .items_wrapper .items .sub_users {
    position: absolute;
    right: -22px;
    height: auto;
    top: 40px;
    transform: translateY(-50%);
}
.organization-schema .items_wrapper .items .item > .items {
    position: relative;
    margin-left: 300px;
    margin-top: -80px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.organization-schema .items_wrapper .items:before {
    position: absolute;
    left: -300px;
    top: 0;
    bottom: 10px;
    width: 1px;
    background: #f0f0f0;
    content: '';
}
.organization-schema .items_wrapper .items.hovered:before {
    background: #ccc;
}
.organization-schema .items_wrapper .items .item > .items .item .wrap:after {
    position: absolute;
    left: -300px;
    right: 270px;
    bottom: 10px;
    height: 1px;
    background: #f0f0f0;
    content: '';
}
.organization-schema .items_wrapper .items .item > .items .item:last-child:after {
    content: '';
}

.organization-schema .items_wrapper .items .item > .items .item .wrap.hovered:after {
    background: #ccc !important;
}


.organization-schema .items_wrapper .items.closed,
.organization-schema .items_wrapper .items .item > .items.closed {
    display: none;
}

.burger-menu-opened.active .outside .inside nav .parent {
    visibility: visible;
}
.burger-menu-opened .outside .inside nav .target-opening {
    visibility: hidden;
}
.burger-menu-opened .outside .inside nav .target-opening.active {
    visibility: visible;
}

.social-media .social-boxes {
    flex-wrap: nowrap;
}
.social-media .social-boxes .item {
    height: auto !important;
    padding: 25px 0
}

.contact-directory-head label
{
    font-weight: 600;
    font-size: 19px;
}
.contact-directory-head p {
    font-size: 14px;
    margin: 0 0 5px;
}

.contact-directory-search {
    border: 1px solid #ccc;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #222;
    border-radius: 6px;
    width: 100%;
    position: relative;
}
.contact-directory-body {
    position: relative;
    margin-top: 20px;
}
.contact-directory-body .item {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #f0f0f0 !important;
    padding: 20px !important;
    transition: all 0.25s ease-in-out;
}
.contact-directory-body .item:hover {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.contact-directory-body .item figure {
    min-width: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}
.contact-directory-body .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.contact-directory-body .item .contact-detail h2
{
    font-size: 17px;
}
.contact-directory-body .item .contact-detail h3
{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.contact-directory-body .item .contact-detail p
{
    display: flex;
    gap: 0 15px;
    font-size: 15px;
    color: #e74e13;
    margin: 5px 0 0 0;
    flex-wrap: wrap;
}
.contact-directory-body .item .contact-detail {
    width: 100%;
    overflow: hidden;
}
@media(max-width: 991px) {
    .contact-directory-body .item figure {
        min-width: 60px;
        height: 60px;
        width: 60px;
    }
}
@media(max-width: 1099px) {
    .text-animation {
        overflow: hidden;
        white-space: nowrap;
    }

    .text-animation > * {
        display: inline-block;
        position: relative;
        animation: 5s ease 4s infinite alternate textmove;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1.0, 1.0);
    }
    .text-animation > *.min {
        min-width: 100%;
    }
}

@keyframes textmove {
  0%,
  45% {
    transform: translateX(0%);
    left: 0%;
  }
  55%,
  100% {
    transform: translateX(-100%);
    left: 100%;
  }
}

/* =====================================================*/
/* ==================SUSTANIABILITY PAGE===================================*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
.color-main {
  color: #2C2557 !important;
}

.color-main-deep {
  color: #1A1533 !important;
}

.color-default {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #0E3BFA !important;
}

.color-orange {
  color: #E74E13 !important;
}

.color-dark-blue {
  color: #14293C !important;
  background-color: #14293C !important;
}

.container-1600 {
  width: 100%;
  max-width: 1660px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-1400 {
  width: 100%;
  max-width: 1460px;
  padding: 0 30px;
  margin: 0 auto;
}

.container-1000 {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.sustainability-wrapper {
  font-family: "Roboto Condensed", sans-serif;
}

.surdurulebilirlik-banner {
  width: 100%;
  position: relative;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.surdurulebilirlik-banner .banner-img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.surdurulebilirlik-banner .banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.surdurulebilirlik-banner .banner-title {
  position: absolute;
  left: 170px;
  bottom: 40%;
  color: #fff;
}
@media all and (max-width: 992px) {
  .surdurulebilirlik-banner .banner-title {
    left: 100px;
    bottom: 0;
    top: 60%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .surdurulebilirlik-banner .banner-title {
    left: 50px;
    top: 58%;
  }
}
.surdurulebilirlik-banner .banner-title h1 {
  font-style: italic;
  font-size: 100px;
  display: flex;
  flex-direction: column;
  font-weight: 300;
}
.surdurulebilirlik-banner .banner-title h1 span {
  font-size: 65px;
  font-weight: 900;
}
@media all and (max-width: 1400px) {
  .surdurulebilirlik-banner .banner-title h1 {
    font-size: 75px;
  }
  .surdurulebilirlik-banner .banner-title h1 span {
    font-size: 55px;
  }
}
@media all and (max-width: 1200px) {
  .surdurulebilirlik-banner .banner-title h1 {
    font-size: 60px;
  }
  .surdurulebilirlik-banner .banner-title h1 span {
    font-size: 45px;
  }
}
@media all and (max-width: 767px) {
  .surdurulebilirlik-banner .banner-title h1 {
    font-size: 47px;
  }
  .surdurulebilirlik-banner .banner-title h1 span {
    font-size: 35px;
  }
}
@media all and (max-width: 450px) {
  .surdurulebilirlik-banner .banner-title h1 {
    font-size: 35px;
    line-height: 26px;
  }
  .surdurulebilirlik-banner .banner-title h1 span {
    font-size: 28px;
  }
}
.surdurulebilirlik-banner .banner-title .inspect-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.surdurulebilirlik-banner .banner-title .inspect-button:hover {
  background-color: #3FA26B;
  color: #fff;
}
.surdurulebilirlik-banner .banner-content-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  max-width: 804px;
  background-color: #106938;
  color: #fff;
  padding: 40px 37px;
}
.surdurulebilirlik-banner .banner-content-bottom p {
  margin-left: 50px;
  margin-top: 5px;
  padding-bottom: 15px;
  position: relative;
}
@media all and (max-width: 767px) {
  .surdurulebilirlik-banner .banner-content-bottom p {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.surdurulebilirlik-banner .banner-content-bottom p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 115px;
  background-color: #78FF15;
}

.title-ver-1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  display: flex;
  width: max-content;
  flex-direction: column;
}
.title-ver-1.ver-liner {
  position: relative;
}
.title-ver-1.ver-liner::before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 4px;
  background-color: #ABE311;
  width: calc(100% + 75px);
  left: -75px;
}
@media all and (max-width: 1200px) {
  .title-ver-1.ver-liner::before {
    left: -40px;
    width: calc(100% + 40px);
  }
}
@media all and (max-width: 992px) {
  .title-ver-1.ver-liner::before {
    left: 0px;
    width: 100%;
  }
}
.title-ver-1.ver-liner-2 {
  position: relative;
}
.title-ver-1.ver-liner-2::before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 4px;
  background-color: #ABE311;
  width: calc(100% + 75px);
  left: 0px;
}
@media all and (max-width: 1200px) {
  .title-ver-1.ver-liner-2::before {
    width: calc(100% + 40px);
  }
}
@media all and (max-width: 992px) {
  .title-ver-1.ver-liner-2::before {
    width: 100%;
  }
}
.title-ver-1.ver-liner-3 {
  position: relative;
}
.title-ver-1.ver-liner-3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 4px;
  background-color: #ABE311;
  width: 100%;
  left: -100px;
}
@media all and (max-width: 1200px) {
  .title-ver-1.ver-liner-3::before {
    left: -60px;
  }
}
@media all and (max-width: 992px) {
  .title-ver-1.ver-liner-3::before {
    left: -30px;
  }
}
@media all and (max-width: 767px) {
  .title-ver-1.ver-liner-3::before {
    left: 0px;
  }
}
.title-ver-1 span {
  font-size: 42px;
  line-height: 47px;
  font-weight: bold;
}
@media all and (max-width: 1400px) {
  .title-ver-1 {
    font-size: 55px;
    line-height: 55px;
  }
  .title-ver-1 span {
    font-size: 35px;
    line-height: 42px;
  }
}
@media all and (max-width: 1366px) {
  .title-ver-1 {
    font-size: 45px;
    line-height: 46px;
  }
  .title-ver-1 span {
    font-size: 27px;
    line-height: 27px;
  }
}
@media all and (max-width: 1200px) {
  .title-ver-1 {
    font-size: 40px;
    line-height: 41px;
  }
  .title-ver-1 span {
    font-size: 25px;
    line-height: 25px;
  }
}
@media all and (max-width: 992px) {
  .title-ver-1 {
    font-size: 34px;
    line-height: 34px;
  }
  .title-ver-1 span {
    font-size: 24px;
    line-height: 24px;
  }
}
@media all and (max-width: 767px) {
  .title-ver-1 {
    font-size: 28px;
    line-height: 28px;
  }
  .title-ver-1 span {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
  }
}
@media all and (max-width: 450px) {
  .title-ver-1 {
    font-size: 26px;
    line-height: 24px;
  }
  .title-ver-1 span {
    font-size: 22px;
    line-height: 37px;
    font-weight: 500;
  }
}

.best-for-future {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}
.best-for-future .content {
  width: 100%;
  max-width: 650px;
}
.best-for-future .content h3 {
  color: #055A2B;
  font-weight: bold;
}
.best-for-future .content h4 {
  font-size: 42px;
  font-weight: bold;
}
@media all and (max-width: 1200px) {
  .best-for-future .content h4 {
    font-size: 35px;
  }
}
@media all and (max-width: 992px) {
  .best-for-future .content h4 {
    font-size: 27px;
  }
}
@media all and (max-width: 767px) {
  .best-for-future .content h4 {
    font-size: 21px;
  }
}

.our-goals {
  background-color: #EAF6EA;
}
.our-goals .outside .title-ver-1 {
  color: #000;
}
.our-goals .outside .inside {
  position: relative;
  margin-top: -200px;
  padding-left: 75px;
}
@media all and (max-width: 1600px) {
  .our-goals .outside .inside {
    margin-top: 50px;
    padding-left: 0;
  }
}
.our-goals .outside .inside .box-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .our-goals .outside .inside .box-row {
    flex-wrap: wrap;
  }
}
.our-goals .outside .inside .box-row .box {
  width: 367px;
  height: 315px;
  background-color: #116938;
  padding: 85px 35px;
  color: #fff;
}
@media all and (max-width: 1500px) {
  .our-goals .outside .inside .box-row .box {
    width: 280px;
    height: 280px;
    padding: 60px 25px 0;
  }
}
@media all and (max-width: 1200px) {
  .our-goals .outside .inside .box-row .box {
    width: 400px;
    height: 400px;
    padding: 90px 35px 0;
  }
}
@media all and (max-width: 1000px) {
  .our-goals .outside .inside .box-row .box {
    width: 320px;
    height: 320px;
    padding: 60px 25px 0;
  }
}
@media all and (max-width: 768px) {
  .our-goals .outside .inside .box-row .box {
    width: 280px;
    height: 280px;
    padding: 60px 25px 0;
  }
}
@media all and (max-width: 575px) {
  .our-goals .outside .inside .box-row .box {
    width: 250px;
    height: 250px;
    padding: 50px 25px 0;
  }
}
@media all and (max-width: 485px) {
  .our-goals .outside .inside .box-row .box {
    width: 100%;
    height: 250px;
    padding: 50px 25px 0;
  }
}
.our-goals .outside .inside .box-row .box-img {
  padding: 0;
}
.our-goals .outside .inside .box-row .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-purpose .title-ver-1 {
  color: #000;
}

.sustainability-dual-boxes .box-content {
  width: 100%;
  height: 575px;
  padding: 100px 90px 0px 55px;
  color: #fff;
  background-color: #3FA26B;
}
@media all and (max-width: 1200px) {
  .sustainability-dual-boxes .box-content {
    height: 450px;
  }
}
@media all and (max-width: 992px) {
  .sustainability-dual-boxes .box-content {
    padding: 65px 35px 40px;
  }
}
@media all and (max-width: 767px) {
  .sustainability-dual-boxes .box-content {
    height: auto;
  }
}
.sustainability-dual-boxes .box-content h3 {
  min-height: 155px;
}
@media all and (max-width: 1400px) {
  .sustainability-dual-boxes .box-content h3 {
    min-height: 130px;
  }
}
@media all and (max-width: 1200px) {
  .sustainability-dual-boxes .box-content h3 {
    min-height: 100px;
  }
}
@media all and (max-width: 992px) {
  .sustainability-dual-boxes .box-content h3 {
    min-height: 80px;
  }
}
@media all and (max-width: 767px) {
  .sustainability-dual-boxes .box-content h3 {
    min-height: 0px;
  }
}
.sustainability-dual-boxes .box-content.second-box {
  background-color: #116938;
}

.sustainability-work-groups {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 730px;
  padding: 120px 168px;
  color: #fff;
}
@media all and (max-width: 1366px) {
  .sustainability-work-groups {
    padding: 120px 100px;
    height: 500px;
  }
}
@media all and (max-width: 992px) {
  .sustainability-work-groups {
    padding: 110px 65px;
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .sustainability-work-groups {
    padding: 80px 45px;
    height: 450px;
  }
}
.sustainability-work-groups .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.sustainability-work-groups .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .sustainability-work-groups .bg-img img {
    object-position: right;
  }
}
.sustainability-work-groups .bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 992px) {
  .sustainability-work-groups .bg-img::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media all and (max-width: 767px) {
  .sustainability-work-groups .bg-img::after {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.sustainability-work-groups .content {
  max-width: 710px;
}
@media all and (max-width: 1200px) {
  .sustainability-work-groups .content {
    max-width: 600px;
  }
}

.focus-and-applications {
  background-color: #EAF6EA;
}
.focus-and-applications .item .content {
  padding: 0px 50px;
}
@media all and (max-width: 992px) {
  .focus-and-applications .item .content {
    padding: 0px 25px;
  }
}
@media all and (max-width: 767px) {
  .focus-and-applications .item .content {
    padding: 30px 0px;
  }
}
.focus-and-applications .item .content .title-ver-1 {
  color: #000;
}

/*# surdurlebilirlik end */
/*# surdurlebilirlik end */


/*# anasayfa yolu */

.cetas-sustainability-road {
    display: block;
    position: relative;
    padding: 63px 35px 48px 75px;
    overflow: hidden;
  }
  @media all and (max-width: 992px) {
    .cetas-sustainability-road {
      padding-left: 45px;
    }
  }
  @media all and (max-width: 767px) {
    .cetas-sustainability-road {
      padding-left: 35px;
    }
  }
  .cetas-sustainability-road .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
    /*.cetas-sustainability-road .bg-img::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: linear-gradient(to right, rgba(13, 45, 28, 100%), rgba(13, 45, 28, 40%));
    }*/
  .cetas-sustainability-road .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cetas-sustainability-road .content {
    color: #fff;
  }
  .cetas-sustainability-road .content .title-ver-2 {
    font-size: 41px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
    line-height: 41px;
  }
  .cetas-sustainability-road .content .title-ver-2 span {
    font-size: 47px;
    font-weight: 900;
  }
  @media all and (max-width: 1400px) {
    .cetas-sustainability-road .content .title-ver-2 {
      font-size: 38px;
      line-height: 38px;
    }
    .cetas-sustainability-road .content .title-ver-2 span {
      font-size: 44px;
    }
  }
  @media all and (max-width: 1200px) {
    .cetas-sustainability-road .content .title-ver-2 {
      font-size: 35px;
      line-height: 36px;
    }
    .cetas-sustainability-road .content .title-ver-2 span {
      font-size: 41px;
    }
  }
  @media all and (max-width: 992px) {
    .cetas-sustainability-road .content .title-ver-2 {
      font-size: 33px;
      line-height: 34px;
    }
    .cetas-sustainability-road .content .title-ver-2 span {
      font-size: 37px;
    }
  }
  @media all and (max-width: 575px) {
    .cetas-sustainability-road .content .title-ver-2 {
      font-size: 25px;
      line-height: 28px;
    }
    .cetas-sustainability-road .content .title-ver-2 span {
      font-size: 28px;
      font-weight: 600;
    }
  }
  .cetas-sustainability-road .content .read-now-sustainability {
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    gap: 17px;
    font-size: 16px;
  }
  .cetas-sustainability-road .content .read-now-sustainability img {
    transition: all 0.4s ease-out;
  }
  .cetas-sustainability-road .content:hover .read-now-sustainability img {
    transform: translate(7px, -7px);
  }
/*# anasayfa yolu bitiş */

/* --------MARKA KURALLARI SAYFASI ---------------*/
/* -----------------------------------------------*/

.container-1500 {
    width: 100%;
    max-width: 1560px;
    padding: 0 30px;
    margin: 0 auto;
  }
  .container-1500 .item {
    width: 100%;
    height: 333px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 17px;
    background-color: #E7EBED;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #141414;
  }
  @media all and (max-width: 992px) {
    .container-1500 .item {
      height: 300px;
    }
  }
  @media all and (max-width: 767px) {
    .container-1500 .item {
      height: 220px;
    }
  }
  @media all and (max-width: 1400px) {
    .container-1500 .item img {
      max-width: 250px;
    }
  }
  @media all and (max-width: 1100px) {
    .container-1500 .item img {
      max-width: 200px;
    }
  }
  @media all and (max-width: 575px) {
    .container-1500 .item img {
      max-width: 150px;
    }
  }
  .container-1500 .item-text-download {
    width: 100%;
    height: 85px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    padding: 0 15px;
    text-align: center;
  }
  @media all and (max-width: 1100px) {
    .container-1500 .item-text-download {
      font-size: 15px;
    }
    .container-1500 .item-text-download h5 {
      font-size: 15px;
      margin-bottom: 0;
    }
    .container-1500 .item-text-download p {
      font-size: 15px;
    }
  }
  .container-1500 .item.ver-2 .item-text-download {
    border-top: none;
    height: 115px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .container-1500 .item.ver-2 .item-text-download h5 {
    font-size: 18px;
    font-weight: 500;
    color: #1B1C46;
    margin-bottom: 5px;
  }
  .container-1500 .item.ver-2 .item-text-download p {
    font-size: 18px;
    font-weight: bold;
    color: #1B1C46;
  }
  @media all and (max-width: 1100px) {
    .container-1500 .item.ver-2 .item-text-download {
      font-size: 15px;
    }
    .container-1500 .item.ver-2 .item-text-download h5 {
      font-size: 15px;
      margin-bottom: 0;
    }
    .container-1500 .item.ver-2 .item-text-download p {
      font-size: 15px;
    }
  }
  @media all and (max-width: 767px) {
    .container-1500 .item.ver-2 .item-text-download {
      height: 85px;
    }
    .container-1500 .item.ver-2 .item-text-download h5 {
      font-size: 13.5px;
      margin-bottom: 0;
    }
    .container-1500 .item.ver-2 .item-text-download p {
      font-size: 13.5px;
    }
  }
  .container-1500 .item:hover {
    background-color: #2c25577c;
  }
  /* .container-1500 .item:hover img {
    filter: invert(0.5);
    -webkit-filter: invert(0.5);
  } */
  .container-1500 .item:hover .item-text-download {
    color: #fff;
  }
  .container-1500 .item:hover .item-text-download h5 {
    color: #fff;
  }
  .container-1500 .item:hover .item-text-download p {
    color: #fff;
  }
  .container-1500 .item:hover.ver-2 {
    background-color: rgba(44, 37, 87, 0.7490196078);
  }
  .container-1500 .item:hover.ver-2 img {
    filter: none;
    -webkit-filter: none;
  }


/* --------MARKA KURALLARI SAYFASI BITIS---------------*/

/* Yönetim Kurulu */
.board-of-directors .chairman {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
}

.board-of-directors .chairman img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.board-of-directors .info {
  margin-top: 10px;
}

.board-of-directors .line {
  width: calc(75% + 22px);
  height: 2px;
  background-color: white;
  margin: 0 auto;
  position: relative;
}

.board-of-directors .vertical-line {
  width: 2px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 0;
}

.board-of-directors .vertical-line.left {
  left: 0;
}

.board-of-directors .vertical-line.center {
  left: 50%;
  transform: translateX(-50%);
}

.board-of-directors .vertical-line.right {
  right: 0;
}

.board-of-directors .members {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.board-of-directors .member {
  text-align: center;
  width: 100%;
  max-width: 250px;
}
.board-of-directors .member h3 {
  font-size: 1.25rem;
}
.board-of-directors .member p {
  font-size: 1rem;
}

.board-of-directors .member figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.board-of-directors .member figure {
  position: relative;
  margin: 0;
  padding-top: 20px;
}
.board-of-directors .member figure::before {
  height: 20px;
  width: 2px;
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  background-color: white;
}

.board-of-directors .member .info {
  margin-top: 10px;
}

  @media screen and (max-width:767px) {
    .board-of-directors .member h3 {
      text-align: start;
    }
      .board-of-directors .chairman{
          display: flex;
          align-items: center;
          justify-content: start;
          gap: 20px;
      }
      .board-of-directors .chairman img{
          width: 100px;
          height: 100px;
      }
      .board-of-directors .line {
          display: none;
      }
      .board-of-directors .members {
          flex-direction: column;
          border-left: 2px solid white;
          margin-left: 50px;
      }
      .board-of-directors .member {
          display: flex;
          gap: 20px;
          align-items: center;
          justify-content: start;
          text-align: left;
          max-width: 100%;
      }
      .board-of-directors .member figure {
          padding-top: 0;
          padding-left: 15px;
          min-width: 90px;
          width: 90px;
          height: 75px;
      }
      .board-of-directors .member figure img{
          width: 100%;
          height: 100%;
      }
      .board-of-directors .member figure::before {
          top: calc(50% - 1px);
          left: 0;
          width: 15px;
          height: 2px;
      }
  }
  @media screen and (max-width:574px) {
      .board-of-directors .member .info h3{
          font-size: 16px;
      }
      .board-of-directors .members{
          margin-left: 20px;
      }
      .board-of-directors .member{
          gap: 20px;
      }
  }
  @media screen and (max-width:474px) {
      .board-of-directors .members{
          gap: 20px;
      }
      .board-of-directors .member .info h3{
          font-size: 15px;
      }
      .board-of-directors .member .info p{
          font-size: 15px;
      }
  }
  /* Kurucu Title */
  .kurucu-title{
    display: block;
    text-align: end;
    padding-top: 10px;
  }
  /* Kurucu Title */
/* Yönetim Kurulu */

.store-location-select.full {
    max-width: 100%
}
.select2-container {
    max-width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px;
    height: auto;
    color: #fff;
    font-size: 14.5px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.store-location-select.dark .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #222;
    border-radius: 0;
    padding: 5px;
    height: auto;
    color: #222;
    font-size: 14.5px
}
.store-location-select.dark .select2-selection--single .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent;
}
.store-location-select.dark .select2-selection--single .select2-selection__rendered {
    color: #222;
    line-height: 28px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2b4765;
    color: white;
}
.select2-results__option {
    font-size: 14px;
    padding: 8px;
    user-select: none;
    -webkit-user-select: none;
}
.document-box .search-area {
    margin-bottom: 25px;
}
.document-box .search-area input[type="text"] {
    border: 1px solid #ccc;
    padding: 10px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    width: 100%;
    position: relative;
}


/* button-orange */
.button-orange{
    height: 100%;
    background-color: #E74E13;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.25s ease;
    padding: 15px;
    width: 100%;
}
.button-orange:hover{
  background-color: #bb400f;
}
/* button-orange */

@media all and (max-width: 1399px) {
    .birthday-wrapper {
        margin-top: 30px;
    }
}

.popupmodal .modal-content{border-radius:0}
.popupmodal .modal-dialog{min-height:calc(100% - 15px)}
.popupmodal .modal-dialog.modal-dialog-center-left{margin:auto;margin-left:15px}
.popupmodal .modal-dialog.modal-dialog-center-right{margin:auto;margin-right:35px}
.popupmodal .modal-dialog.modal-dialog-top-center{margin:auto;margin-top:15px;align-items:start}
.popupmodal .modal-dialog.modal-dialog-top-left{margin:auto;margin-top:15px;margin-left:15px;align-items:start}
.popupmodal .modal-dialog.modal-dialog-top-right{margin:auto;margin-top:15px;margin-right:35px;align-items:start}
.popupmodal .modal-dialog.modal-dialog-bottom-center{margin:auto;align-items:end}
.popupmodal .modal-dialog.modal-dialog-bottom-left{margin:auto;margin-left:15px;align-items:end}
.popupmodal .modal-dialog.modal-dialog-bottom-right{margin:auto;margin-right:35px;align-items:end}
.popupmodal .modal-dialog .modal-content{box-shadow:rgb(16 24 40/18%) 0 0 30px;border-radius:6px!important;border:0;overflow:hidden}

#searchPopup .search-result {
    position: relative;
    background: #fafafa;
}
#searchPopup .search-result-items a.item .item,
#searchPopup .search-result-items .item-user {
    background: #fff;
}
@media all and (max-width: 991px) {
    #searchPopup .search-result-wrapper .search-result-groups{
        border-bottom: 1px solid;
        padding-bottom: 20px;
    }
}
.banner-img video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-height: none !important
}
.robocop{
    position: absolute;
    right: 50px;
    bottom: 10px;
    z-index: 0;
    animation: robocop-jump 8s infinite;
}
.banner-search .smart-search-box .inside form{
    position: relative;
}
@keyframes robocop-jump {
    0%   {bottom: 10px;}
    70% {bottom: 10px}
    85% {bottom: 58px}
    100% {bottom: 10px}
}

@media all and (max-width:  992px) {
    .robocop{
        right: 45px;
        bottom: 0px;
        width: 75px;
    }
    @keyframes robocop-jump {
        0%   {bottom: 0px;}
        70% {bottom: 0px}
        85% {bottom: 38px}
        100% {bottom: 0px}
    }
}
@media all and (max-width:  575px) {
    .robocop{
        right: 20px;
        bottom: 24px;
        width: 40px;
    }
    @keyframes robocop-jump {
        0%   {bottom: 24px;}
        70% {bottom: 24px}
        85% {bottom: 42px}
        100% {bottom: 24px}
    }
}
.quick-menu-banner-wrapper .box{
    transition: background 300ms;
}
.quick-menu-banner-wrapper .box:not(.no-hover):hover{
    background: #E74E13 !important;
}
.banner-search .smart-search-box .inside{
    border-radius: 50px;
}
.banner-search .smart-search-box .inside form .search{
    border-radius: 0 50px 50px 0;
}

#searchPopup .modal-title {
    font-size: 23px;
    font-weight: 700;
    color: white;
}
#searchPopup .modal-header {
    color: white;
}
#searchPopup .btn-close{
    position: absolute;
    right: 27px;
    top: 27px;
}

#searchPopup .robocop-form{
    position: relative;
}
#searchPopup .robocop-form form{
    position: relative;
}
#searchPopup .robocop-form form input{
    height: 80px;
    width: 100%;
    border-radius: 50px;
    background-color: white;
    padding: 10px 10px 10px 75px ;
}
#searchPopup .robocop-form {
    padding-top: 100px;
}
#searchPopup .robocop-form form .search-img{
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0%);
}
#searchPopup .robocop-form form button {
    position: absolute;
    right: 3px;
    top: 3px;
    height: calc(100% - 6px);
    width: 140px;
    background: #E74E13;
    border-radius: 0 50px 50px 0;
}
#searchPopup .modal-header{
    justify-content: center;
    align-items: center;
    text-align: center;
}
#searchPopup .modal-content{
    padding: 70px 34px;
    background: url(../images/smart_search_bg.jpg) no-repeat top left;
    background-size: auto 1103px;
}
#searchPopup .modal-content .robocop{
    right: 50%;
    bottom: 36px;
    z-index: 0;
    animation: robocop-jump-2 8s infinite;
    transform: translateX(50%);
}
@keyframes robocop-jump-2 {
    0%   {bottom: 36px;}
    20% {bottom: 85px}
    35% {bottom: 36px}
    100% {bottom: 36px}
}

@media all and (max-width: 992px) {
    #searchPopup .modal-content{
        padding: 35px 4px;
    }
    #searchPopup .robocop-form{
        padding-top: 70px;
    }
    #searchPopup .robocop-form form input{
        height: 60px;
    }
    #searchPopup .robocop-form .robocop{
        bottom: 10px;
    }
    @keyframes robocop-jump-2 {
        0%   {bottom: 10px;}
        20% {bottom: 10px}
        35% {bottom: 50px}
        100% {bottom: 10px}
    }
}

@media all and (max-width: 575px) {
    #searchPopup .modal-content{
        padding: 25px 0px;
    }
    #searchPopup .robocop-form{
        padding-top: 20px;
    }
    #searchPopup .robocop-form form input{
        height: 50px;
    }
    #searchPopup .robocop-form form button{
        width: 50px;
    }
    #searchPopup .robocop-form .robocop{
        bottom: 27px;
    }
    @keyframes robocop-jump-2 {
        0%   {bottom: 27px;}
        20% {bottom: 27px}
        35% {bottom: 46px}
        100% {bottom: 27px}
    }
}

#header .header-right.active .change-theme .header-right-search{
    align-items: center;
    justify-content: center;
}
.ceto-header-search{
    position: relative;
    cursor: pointer;
}
.ceto-header-search .text{
    position: absolute;
    display: block;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
}
.ceto-header-search .text span{
    display: block;
    width: 120px;
    padding: 10px;
    text-align: center;
    background: linear-gradient(180deg, #1D88D0, #18DFFA);
    font-size: 12px;
    line-height: 14px;
    border-radius: 50px;
}
.ceto-header-search .text::before{
    content: '';
    position: absolute;
    left: -3px;
    bottom: 7px;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #1D88D0, #18DFFA);
    z-index: -1;
    rotate: 24deg;
}
.ceto-header-search.active .text,
.ceto-header-search:hover .text{
    opacity: 100%;
    visibility: visible;
}
/*burası çeto icon için eklendi*/
.header-right.active{
    overflow: unset !important;
}
.header-right.active .change-theme{
    overflow: unset !important;
}
.home-header.sticky .ceto-header-search img{
    height: 56px;
}
.header-right .header-right-search{
    width: 100%;
}
.header-right.active .header-right-search{
    width: max-content;
}
.header-right-search{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* welcome */
.sub-banner.ver-4{
    position: relative;
    background: rgb(123,15,250);
    background: linear-gradient(90deg, rgba(123,15,250,1) 0%, rgba(250,17,199,1) 50%, rgba(185,25,143,1) 98%);
}
.sub-banner.ver-4::after{
    content: "";
    position: absolute;
    top: 0;
    background-image: url("https://cetas.projx.digital/public/media/uploads/editor/stars.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.banner-contentV2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-contentV2 .content-img{
    margin-bottom: 20px;
}
.banner-contentV2 .content h2{
    font-size: 62px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.banner-contentV2 .content h2 span{
    display: block;
    font-size: 42px;
    font-weight: 300;
}

@media screen and (max-width:1399px) {
    .banner-contentV2 .content h2{
        font-size: 45px;
    }
    .banner-contentV2 .content h2 span{
        font-size: 35px;
    }
    .banner-contentV2 .content-img{
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width:1199px) {
    .banner-contentV2 .content h2{
        font-size: 38px;
    }
    .banner-contentV2 .content h2 span{
        font-size: 30px;
    }
    .welcome-personel .title{
        margin-bottom: 16px !important;
    }
}

.welcome-personel .title{
    text-align: center;
    margin-bottom: 36px;
    font-size: 19px;
    font-weight: 500;
}
.welcome-personel .content{
    font-size: 16px;
    font-weight: 300;
}

.welcome-boxes .box-item{
    border-radius: 40px;
    text-align: center;
    color: #fff;
    background-color: black;
    max-width: 231px;
    width: 100%;
    height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgb(14,53,250);
    background-image: linear-gradient(153deg, rgba(14,53,250,1) 0%, rgba(250,17,199,1) 50%, #be1bd5 100%);
    background-size: 200% 200%;
    background-position: 0 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.welcome-boxes .box-item:hover {
    background-position: 100% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.welcome-boxes .box-item .box-img{
    margin-bottom: 20px;
}.welcome-boxes .box-item .content {
     font-size: 17px;
    font-weight: 500;
 }

/* welcome */


/*HISTORY*/
.history-desc p{
    font-size: 43px;
    max-width: 985px;
}

@media screen and (max-width:1399px) {
    .history-desc p{
        font-size: 38px;
    }
}
@media screen and (max-width:1199px) {
    .history-desc p{
        font-size: 34px;
    }
}
@media screen and (max-width:991px) {
    .history-desc p{
        font-size: 28px;
        max-width: 100%;
    }
}
h3.history-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px
}
.history-scroll-wrapper {
    position: relative;
    border-top: 2px solid #707070;
}
.history-scroll-wrapper .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #E74E13;
    transform: translate(-5px, -9px);
    z-index: 2;
    transition: left 0.3s linear;
}
.history-scroll-wrapper .history-content {
    width: 100%;
    overflow-x: auto;
    position: relative;
}
.history-scroll-wrapper .history-content::-webkit-scrollbar {
    display: none;
}
.history-scroll-wrapper .history-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.history-scroll-wrapper .buttons {
    display: flex;
    gap: 15px;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 1;
}
.history-scroll-wrapper .history-content span {
    cursor: pointer;
}
.history-scroll-wrapper .history-content .scrollable {
    position: relative;
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.history-scroll-wrapper .history-content .scrollable:before {

}
.history-scroll-wrapper .history-content .scrollable .item {
    position: relative;
    padding: 35px 45px;
    min-width: fit-content;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.history-scroll-wrapper .history-content .scrollable .item:before {
    content: '';
    left: 4px;
    top: 2px;
    bottom: 0;
    width: 1px;
    position: absolute;
    background: #d8d8d8;
}
.history-scroll-wrapper .history-content .scrollable .item:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 9px;
    height: 9px;
    position: absolute;
    background: #000000;
    border-radius: 50%;
}
.history-scroll-wrapper .history-content .scrollable .item h3.year {
    font-size: 40px;
    font-weight: 600;
    color: #E74E13;
    margin-bottom: 16px;
}
.history-scroll-wrapper .history-content .scrollable .item h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7px;
}
.history-scroll-wrapper .history-content .scrollable .item p {
    font-size: 14.5px;
    margin: 0;
    font-weight: 300;
    color: #000000;
}
@media(max-width: 767px) {
    .history-scroll-wrapper .history-content .scrollable .item {
        padding: 25px 35px;
    }
}
/*HISTORY*/


.support-resources{

}
.support-resources .support-resources-items{
    padding: 30px 30px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    background: linear-gradient(180deg, #D2DBE0, #FAFAFA);
    color: #000000;
    text-align: center;
    height: 100%;
}
.support-resources .support-resources-items figure{
    width: 140px;
    height: 140px;
    position: relative;
    background: linear-gradient(135deg, #0E3BFA, #2E264F);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.support-resources .support-resources-items figure img{
    position: absolute;
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.support-resources .support-resources-items .content{

}
.support-resources .support-resources-items .content .title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.support-resources .support-resources-items .content p{
    margin: 0 auto;
    max-width: 367px;
    font-size: 15px;
    font-weight: 300;
}
@media all and (max-width: 992px) {

    .support-resources .support-resources-items figure{
        width: 100px;
        height: 100px;
        margin-bottom: 30px;
    }
    .support-resources .support-resources-items .content .title{
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {

    .support-resources .support-resources-items figure{
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
}


.sub-banner.ver-support-resources{
    position: relative;
    padding-top: 200px;
}
.sub-banner.ver-support-resources::before{
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, #1A1533, #19339F 80%);
    opacity: .59;
}
.sub-banner.ver-support-resources .bg-image{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sub-banner.ver-support-resources .banner-contentV2{

}
.sub-banner.ver-support-resources .banner-contentV2 .content-img{
    max-width: 56px;
}
@media all and (max-width: 992px) {
    .sub-banner.ver-support-resources{
        position: relative;
        padding-top: 100px;
    }
}

/*Hakkımızda*/
.our-boards {
    background-color: #E7EBED;
    padding-top: 120px;
    padding-bottom: 90px;
}
.our-boards .our-board .board-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.our-boards .our-board .title span{
    font-size: 20px;
    font-weight: 300;
    display: block;
}
.our-boards .our-board .title h2 span{
    margin-top: 20px;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    max-width: 400px;
}
.our-boards .our-board .board-head .founder{
    display: flex;
    align-items: end;
    gap: 32px;
}
.our-boards .our-board .board-head .founder .title h2{
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}
.our-boards .our-board .board-head .founder .title span{
    font-size: 16px;
    font-weight: 300;
}
.our-boards .our-board .directors{
    display: flex;
    gap: 30px;
}
.our-boards .our-board .directors figcaption {
    padding-top: 30px;
    font-size: 21px;
    font-weight: 900;
    color: black;
}
.our-boards .our-board .directors figcaption span{
    display: block;
    font-size: 16px;
    font-weight: 300;
}

@media screen and (max-width:1399px) {
    .our-boards {
        padding-top: 90px;
        padding-bottom: 65px;
    }
    .our-boards .our-board .title span{
        font-size: 18px;
    }
    .our-boards .our-board .title h2 span{
        margin-top: 15px;
        font-size: 45px;
        max-width: 250px;
    }
    .our-boards .our-board .directors figcaption {
        padding-top: 20px;
        font-size: 19px;
        text-align: center;
    }
    .our-boards .our-board .directors figcaption span{
        font-size: 16px;
    }
}
@media screen and (max-width:1199px) {
    .our-boards {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .our-boards .our-board .directors figcaption {
        padding-top: 10px;
        font-size: 17px;
    }
    .our-boards .our-board .directors figcaption span{
        font-size: 14px;
    }
    .our-boards .our-board .title h2 span{
        font-size: 30px;
    }
}
@media screen and (max-width:991px) {

    .our-boards .our-board .board-head{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .our-boards .our-board .board-head .founder{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .our-boards .our-board .title{
        margin: 0 auto 30px;

    }
    .our-boards .our-board .title span{
        text-align: center;
    }
    .our-boards .our-board .title h2 span{
        max-width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 30px;
    }
    .our-boards .our-board .directors{
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .our-boards .our-board .directors .director-figure{
        margin-bottom: 0;
    }
    .our-boards .our-board .directors figcaption{
        padding-top: 0;
    }
}
@media screen and (max-width:767px) {
    .our-boards {
        padding: 20px 0;
    }
    .our-boards .our-board .title{
        margin: 0 auto 20px;
    }
}
.our-valuesV2{
    padding-top: 120px;
    padding-bottom: 160px;
}
.our-valuesV2 .title{
    margin-bottom: 93px;
    text-align: center;

}
.our-valuesV2 .title h2{

}
.our-valuesV2 .title p{

}
.container-860{
    width: 100%;
    max-width: 900px;
    padding: 0 30px;
    margin: 0 auto;
}

.our-valuesV2 .box-items{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 60px 105px;
    flex-wrap: wrap;

}
.our-valuesV2 .box-item{
    width: 330px;
    height: 311px;
}
.our-valuesV2 .box-items .img-box{
    background-color: #E74E13;
    width: 143px;
    height: 143px;
    text-align: center;
    padding: 35px 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 20px;
}
.our-valuesV2 .box-items h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}
.our-valuesV2 .box-items p{
    font-size: 15px;
    max-width: 330px;
}

@media screen and (max-width:1199px) {
    .our-valuesV2{
        padding: 90px 0;
    }
    .our-valuesV2 .title{
        margin-bottom: 50px;
    }
    .our-valuesV2 .box-items{
        gap: 30px;
    }
}
@media screen and (max-width:991px) {
    .our-valuesV2{
        padding: 60px 0;
    }
    .our-valuesV2 .title{
        margin-bottom: 30px;
    }

}

.vision-misionV2 {
    background-color: #2E264F;
    padding: 85px 0;
    color: white;
}
.vision-misionV2 h2{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
.vision-misionV2 span{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
    display: block;
}
.vision-misionV2 p{
    font-size: 15px;
    font-weight: 300;
}
@media screen and (max-width:1199px) {
    .vision-misionV2 {
        padding: 60px 0;
    }
    .vision-misionV2 h2{
        margin-bottom: 15px;
    }
    .vision-misionV2 span{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .vision-misionV2 p{
        font-size: 15px;
    }
}

.sales{

}
.sales .content-items{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
}
.sales .content-items .right{
    padding: 0 15px 0 32px ;
}
.sales .content-items .right h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
}
.sales .content-items .right p{
    font-size: 15px;
    font-weight: 300;
    max-width: 530px;
}
@media screen and (max-width:1199px) {
    .sales .content-items .right{
        padding: 0 15px
    }
    .sales .content-items .right h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sales .content-items .right p{
        font-size: 15px;
    }
}
@media screen and (max-width:991px) {
    .sales .content-items{
        flex-direction: column;
    }
    .sales .content-items .right{
        padding: 30px 10px;
        text-align: center;
    }
}
@media screen and (max-width:450px) {
    .sales .content-items .right h2{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .sales .content-items .right p{
        font-size: 15px;
    }
    .sales .content-items .right{
        padding: 15px;
    }
}
.mottoV3{
    position: relative;
}
.mottoV3::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 45px;
    background-color: #fff;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mottoV3::after{
    position: absolute;
    content: "";
    background-image: url("https://cetas.projx.digital/public/media/uploads/editor/tirnak-black.svg");
    width: 38px;
    height: 33px;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.motto-box{
    margin: 0 auto;
    text-align: center;
    border: 1px solid #707070;
    padding: 60px 80px;
    max-width: 930px;
}
.motto-box p{
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
}
@media screen and (max-width:1199px) {
    .motto-box{
        padding: 40px;
    }
    .motto-box p{
        font-size: 20px;
    }
}
@media screen and (max-width:574px) {
    .motto-box{
        padding: 30px;
    }
    .motto-box p{
        font-size: 18px;
    }
}


.after-data {
    background-color: #F5F5F5;
    padding: 100px 0;
}
.after-data .top-side{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
    margin-left: auto;
}
.after-data .top-side .right-side {

}
.after-data .top-side .right-side h2{
    font-size: 20px;
    font-weight: 700;
}
.after-data .top-side .right-side p{
    font-size: 15px;
    font-weight: 300;
    max-width: 522px;
}

.after-data .bottom-side{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    gap: 40px;
    margin-left: 120px;
}
.after-data .bottom-side .left {
    margin-left: auto;
}
.after-data .bottom-side .left h2{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.after-data .bottom-side .left .img-box img{
    margin: 0 auto;
}

.after-data .bottom-side .left p{
    font-size: 15px;
    font-weight: 300;
    max-width: 522px;
    margin-bottom: 30px;
}
.after-data .bottom-side .left .motto img{
    margin: 75px 0 10px;
}
.after-data .bottom-side .left .motto span{
    display: block;
    max-width: 295px;
    font-weight: 700;
    font-style: italic;
}
.after-data .bottom-side .right{
    text-align: end;
}

@media screen and (max-width:1350px) {
    .after-data .bottom-side{
        margin-left: 20px;
    }
    .after-data .top-side{
        gap: 25px;
    }

    .after-data .bottom-side .left h2{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .after-data .bottom-side .left p{
        margin-bottom: 20px;
    }
    .after-data .bottom-side .left .motto img{
        margin: 30px 0 10px;
    }
    .after-data .bottom-side .left .motto span{
        display: block;
        max-width: 295px;
        font-weight: 700;
        font-style: italic;
    }
    .after-data .bottom-side .right{
        text-align: end;
    }
}

@media screen and (max-width:1199px) {
    .after-data .top-side{
        padding: 0 10px;
        gap: 15px;
    }
}
@media screen and (max-width:991px) {
    .after-data .top-side{
        flex-direction: column;
        padding-top: 20px;
    }
    .after-data .bottom-side{
        flex-direction: column;
        padding-top: 20px;
        gap: 20px;

    }
    .after-data .bottom-side .left{
        margin-left: 0;
    }
}

/*Hakkımızda*/


.contact-item{
    overflow: hidden;
}
.contact-item:hover .contact-item-content{
    box-shadow: 0 30px 30px -25px rgba(65, 51, 183, 0.25);
}
.contact-item figure{
    margin: 0 auto;
    max-width: 175px;
    border-radius: 50%;
    border: 1px solid #E7EBED;
    overflow: hidden;
    position: relative;
    padding: 6px;
    background: #fff;
    margin-bottom: -130px;
}
.contact-item figure img{
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    top: 6px;
    left: 6px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.contact-item .contact-item-content{
    background: white;
    padding: 150px 15px 30px;
    text-align: center;
    color: #000;
    border-radius: 25px;
    transition: all 300ms;
}
.contact-item .contact-item-content .contac-item-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}
.contact-item .contact-item-content .contact-item-location{
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
}
.contact-item .contact-item-content .contact-item-title{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
    height: 20px;
}
.contact-item .contact-item-content .contact-item-speciality{
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    height: 10px;
    margin-bottom: 20px;
}
.contact-item .contact-item-content .contact-item-email{
    color: #0E3BFA;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
}
.contact-item .contact-item-content .contact-item-phones{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 30px;
    height: 30px;
}
.contact-item .contact-item-content .contact-item-phones a{
    color: #000;
    font-weight: 300;
    font-size: 15px;
}
.contact-item .contact-item-content .contact-item-phones a i{
    color: #0E3BFA;
}
.contact-item .contact-item-content .contact-item-link{
    color: #0E3BFA;
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 6px 10px;
    line-height: 18px;
    border: 1px solid #0E3BFA;
    border-left: 0;
    border-right: 0;
    transition: all 300ms;
    width: max-content;
    margin: 0 auto;
}
.contact-item .contact-item-content .contact-item-link:hover{
    background: #0E3BFA;
    color: white;
}
@media all and (max-width: 992px) {

    .contact-item figure{
        max-width: 125px;
        padding: 4px;
        margin-bottom: -80px;
    }
    .contact-item figure img{
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
    }
    .contact-item .contact-item-content{
        padding: 100px 15px 25px;
        border-radius: 20px;
    }
    .contact-item .contact-item-content .contac-item-name{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .contact-item .contact-item-content .contact-item-location{
        font-size: 15px;
        line-height: 18px;
    }
    .contact-item .contact-item-content .contact-item-title{
        font-size: 14px;
        line-height: 18px;
        height: 40px;
    }
    .contact-item .contact-item-content .contact-item-speciality{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .contact-item .contact-item-content .contact-item-email{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .contact-item .contact-item-content .contact-item-phones{
        margin-bottom: 15px;
    }
    .contact-item .contact-item-content .contact-item-phones a{
        font-size: 14px;
    }
    .contact-item .contact-item-content .contact-item-link{
        font-size: 14px;
    }
}

.cetas-dropdown a.dropdown-toggle {
    background: #2c2557;
    padding: 10px 25px;
    border-radius: 4px;
    margin-top: 15px;
}

.contact-directory-search{
    background-color: rgba(255,255,255, .55);
    height: 57px;
    border: 2px solid #ADADAD;
    border-radius: 10px;
    padding: 10px 10px 10px 60px;
    background-position: left 25px center;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.444' height='24.4' viewBox='0 0 24.444 24.4'%3E%3Cg id='search_icon' data-name='search icon' transform='translate(-1752 -968.917)'%3E%3Cg id='Ellipse_282' data-name='Ellipse 282' transform='translate(1752 968.917)' fill='none' stroke='%23e74e13' stroke-width='3'%3E%3Cellipse cx='8.333' cy='8.333' rx='8.333' ry='8.333' stroke='none'/%3E%3Cellipse cx='8.333' cy='8.333' rx='6.833' ry='6.833' fill='none'/%3E%3C/g%3E%3Cline id='Line_836' data-name='Line 836' x1='7.164' y1='7.476' transform='translate(1768.197 984.803)' fill='none' stroke='%23e74e13' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media all and (max-width: 768px){
    .contact-directory-search{
        height: 45px;
        padding: 10px 10px 10px 50px;
        background-position: left 15px center;
        background-size: 18px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
}

#header .header-middle .header-search form input:-webkit-autofill,
#header .header-middle .header-search form input:-webkit-autofill:hover,
#header .header-middle .header-search form input:-webkit-autofill:focus,
#header .header-middle .header-search form input:-webkit-autofill:active{
    box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0);
    -webkit-text-fill-color: #ffffff;
}

.slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1;
}
.item {
    padding: 0 3px;
}
.slick-dots li {
    margin: 4px;
}
.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: blue;
    text-indent: -9999px;
    background-color: #b1b1b1;
}
.slick-dots li.slick-active button {
    background-color: #e74e13;
}
.news-mobile-slider-prev,
.news-mobile-slider-next {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #b1b1b1;
    z-index: 1
}
.news-mobile-slider-next {
    left: auto;
    right: 10px;
}

.bordered-img {
    border: 10px solid #d0d0d0;
    border-radius: 10px;
}


main.sticky .product-detail-arge{
    position:fixed;
    top: 0;
    left: 0;
}
.product-table-wrapper{
    position: relative;
    padding-top: 100px;
}
.product-table-wrapper .product-detail-arge {
    margin-top: 30px;
    margin-bottom: 65px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.product-detail-arge .arge-buttons {
    position: relative;
    font-size: 0;
    text-align: center;

}

.product-detail-arge .arge-buttons .buttons {
    position: relative;
    font-size: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1px;

}

.product-detail-arge .arge-buttons a {
    transition: all .25s ease-in-out;
    background: #2C2557;
    padding: 15px 0 15px;
    width: 100%;
    display: block;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:768px) {
    main.sticky .product-detail-arge .arge-buttons a{
    padding: 65px 0 15px;
}
}


.product-detail-arge .arge-buttons a:hover {
    background: #005399
}

.product-detail-arge .arge-buttons.is-affixed .buttons {
    position: relative;
    top: -18px
}

.product-detail-arge .arge-buttons.is-affixed a {
    padding: 30px 0
}
@media(max-width: 767px)
{
    .product-detail-arge{position: relative; margin-bottom: 25px;}
    .product-detail-arge .arge-buttons .buttons {flex-wrap: wrap; gap: 1px;}
	.product-detail-arge .arge-buttons a { width: calc(100% / 3 - 1px);  padding: 20px 0; }
}
@media(max-width: 400px)
{
	.product-detail-arge .arge-buttons a { width: calc(100% / 2 - 1px);  padding: 20px 0; }
}

.heltia-link{position: relative; display: flex; justify-content: center; width: 100%; max-width: 627px; height: 131px; margin: 0 auto; padding: 0 20px; transition: all 300ms; background: linear-gradient(to bottom, #0a0a5b, #121232);}
.heltia-link:hover .content img{transform: translateX(12px) scale(.75);}
.heltia-link .cetas-logo{position: relative; top: -31px; opacity: 0.36;}
.heltia-link .content{display: flex; justify-content: center; align-items: center; gap: 15px; padding: 48px;}
.heltia-link .content img{transition: all 300ms;}
.heltia-link .content span{color: #ffffff; font-size: 20px; font-weight: 700;}
@media screen and (max-width:991px) {
.heltia-link{height: 100px;}
.heltia-link .cetas-logo{top: -17px;}
.heltia-link .cetas-logo img{max-width: 140px;}
.heltia-link .content span{color: #ffffff; font-size: 18px; font-weight: 700;}
}
@media screen and (max-width:767px) {
.heltia-link{height: 100px;}
.heltia-link .cetas-logo{position: absolute; left: 0;}
.heltia-link .cetas-logo img{max-width: 140px;}
.heltia-link .content{padding: 20px;}
.heltia-link .content span{color: #ffffff; font-size: 16px; font-weight: 700;}
.heltia-link .content img{max-width: 50px;}
}

/* Doctors */
.doctor-resources .support-resources-items{-webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; text-align: start; padding: 0;}
.doctor-resources .support-resources-items figure{width: 90px; height: 90px; border-radius: unset; border-top-right-radius: 50px; border-bottom-right-radius: 50px; margin: unset; margin-bottom: unset;}
.doctor-resources .support-resources-items .content{padding: 30px;}
@media screen and (max-width:767px) {
    .doctor-resources .support-resources-items .content{text-align: center;}
    .doctor-resources .support-resources-items figure{width: 100%; border-top-right-radius: 50px; border-bottom-right-radius: 0px; border-top-left-radius: 50px; margin: unset; margin-bottom: unset;}

}
/* Doctors */
/*
html {
    filter: grayscale(100%);
}*/


.hr-branch-visit-plan{

}

.hr-branch-visit-plan .branchs{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: -20px;
}

.hr-branch-visit-plan .branchs .branch{
    border-radius: 10px;
    border: 1px solid #1a1533;
    margin-top: 20px;
    overflow: hidden;
    width: calc(50% - 10px);
}
@media all and (max-width: 992px) {
    .hr-branch-visit-plan .branchs{
        padding: 0 15px;

    }
}
@media all and (max-width: 768px) {
    .hr-branch-visit-plan .branchs .branch{
        width: 100%;
    }
}
.hr-branch-visit-plan .branchs .branch .branch-title{
    padding: 20px;
    background: #1a1533;
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.hr-branch-visit-plan .branchs .branch .visit-dates{
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.hr-branch-visit-plan .branchs .branch .visit-dates .visit-date{
    border-radius: 10px;
    border: 1px solid #E74E13;
    overflow: hidden;
}
.hr-branch-visit-plan .branchs .branch .visit-dates .visit-date .date{
    padding: 7px 15px;
    color: white;
    background: #E74E13;;
    font-weight: 500;
}
.hr-branch-visit-plan .branchs .branch .visit-dates .visit-date .person{
    padding: 10px 15px;
}
.popupmodal .modal-content .popup-close-button{
    z-index: 1;
}


.create-request-button{
    height: 45px!important;
    font-size: 15px!important;
}
@media all and (max-width:1200px){
    .it-support-request-faq-content h3{
        font-size: 27px!important;
    }
}
@media all and (max-width:767px){
    .create-request-button{
        height: 40px!important;
        font-size: 14px!important;
    }
    .it-support-request-counts-block{
        padding: 21px 17px!important;
    }
    .it-support-request-counts-block h4{
        font-size: 16px!important;
    }
    .it-support-request-counts-block h3{
        font-size: 15px!important;
    }
    .it-support-request-faq-content h3{
        font-size: 22px!important;
    }

    .accordion-item .accordion-button{
        padding-left: 35px!important;
        font-size: 16px!important;
    }
    .accordion-button::before {
        transform: scale(0.8)!important;
    }
    .accordion-button:not(.collapsed):before {
        transform: rotate(-180deg) scale(0.8)!important;
    }

    .it-support-request-faq-content > .row > div:nth-of-type(2){
        width: 100%!important;
    }
}

/* Ayricaliklar page */
.container-1500 {
    width: 100%;
    max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto;
}

.cetas-postponed{
    background-color:#E7EBED ;
}
.cetas-postponed h2{
    font-size: 24px;
    font-weight: 600;
}
.cetas-postponed p{
    max-width: 1024px;
}
.cetas-postponed .postponed-content{
    max-width: 100% !important;
    padding-left: 20px;
    list-style: disc;
}
.cetas-postponed .educational-institutions h2{
    font-size: 27px;
    font-weight: 600;
}
.cetas-postponed .educational-institutions h3{
    font-size: 24px;
    font-weight: 300;
}
.cetas-postponed .educational-institutions .educational-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 25px;
    background-color: #fff;
    width: 100%;
    height: 390px;
    text-align: center;
    border-radius: 30px;
    transition: all 250ms;
    border: 1px solid transparent;
    cursor: pointer;

}
.cetas-postponed .educational-institutions .educational-box:hover{
    transition: all 250ms;
    box-shadow: 0px 0px 25px #c4c3c3;
}
.cetas-postponed .educational-institutions .educational-box.h-552{
    height: 552px !important;
    justify-content: space-around;
}
.cetas-postponed .educational-institutions .educational-box .mid-line{
    height: 1px;
    width: 100%;
    background-color: black;
    margin-top: 20px;
}
.cetas-postponed .educational-institutions .educational-box .mid-title{
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.cetas-postponed .educational-institutions .educational-box .discount{
    padding-top: 30px;
    text-align: center;
}
.cetas-postponed .educational-institutions .educational-box .discount p{
    font-size: 15px;
}
.cetas-postponed .educational-institutions .educational-box .discount h2{
    font-size: 29px;
    font-weight: 600;
}
.cetas-postponed .educational-institutions .educational-box .discount span{
    display: block;
    font-size: 20px;
    font-weight: 500;
}
@media screen and  (max-width:1499px) {
    .cetas-postponed .educational-institutions .educational-box{
        height: 350px;
    }
    .cetas-postponed .educational-institutions .educational-box .discount h2{
        font-size: 26px;
    }
    .cetas-postponed .educational-institutions .educational-box.h-552{
        height: 485px !important;
    }

}
@media screen and  (max-width:1399px) {
    .cetas-postponed h2{
        font-size: 22px;
    }
    .cetas-postponed .educational-institutions h2{
        font-size: 22px;
    }
    .cetas-postponed .educational-institutions h3{
        font-size: 22px;
        font-weight: 300;
    }
    .cetas-postponed .educational-institutions .educational-box{
        padding: 20px 15px;
    }
    .cetas-postponed .educational-institutions .educational-box .discount h2{
        font-size: 24px;
    }


}
@media screen and  (max-width:1299px) {
    .cetas-postponed h2{
        font-size: 20px;
    }
    .cetas-postponed .educational-institutions .educational-box{
        padding: 20px 15px;
    }
    .cetas-postponed .educational-institutions .educational-box .discount h2{
        font-size: 22px;
    }
    .cetas-postponed .educational-institutions .educational-box .discount span{
        font-size: 19px;
    }
    .cetas-postponed .educational-institutions h2{
        font-size: 20px;
    }
    .cetas-postponed .educational-institutions h3{
        font-size: 20px;
    }
}
@media screen and  (max-width:1199px) {
    .cetas-postponed .educational-institutions .educational-box{
        height: 300px;
    }
    .cetas-postponed .educational-institutions .educational-box .discount h2{
        font-size: 20px;
    }
    .cetas-postponed .educational-institutions .educational-box .discount span{
        font-size: 18px;
    }

}
@media screen and (max-width:767px) {
    .cetas-postponed .educational-institutions .educational-box.h-552{
        height: auto !important;
    }
}
/* Ayricaliklar page */


.news-detail article h3 + .text-center img{
    max-height: 550px;
}

/* Vize evrakları */

.information-center-section .container-1340 {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
.information-center-section .vize-evraklari-section .inside {
  background-color: #E7EBED;
  padding: 41px 45px 84px;
}
@media all and (max-width: 992px) {
  .information-center-section .vize-evraklari-section .inside {
    padding: 30px 28px 55px;
  }
}
.information-center-section .vize-evraklari-section .inside .inside-buttons {
  padding-bottom: 34px;
}
.information-center-section .vize-evraklari-section .inside .item {
  padding: 35px 34px 23px 41px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 70px;
  border: 1px solid #BCBCBC;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.3s ease;
}
.information-center-section .vize-evraklari-section .inside .item-download {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  transition: inherit;
}
.information-center-section .vize-evraklari-section .inside .item .file-img img {
  transition: all 0.3s ease;
}
.information-center-section .vize-evraklari-section .inside .item:hover {
  background-color: #1A1533;
  border: 1px solid #fff;
  color: #fff;
}
.information-center-section .vize-evraklari-section .inside .item:hover .item-download {
  background-color: #E74E13;
}
.information-center-section .vize-evraklari-section .inside .item:hover .file-img img {
  filter: invert(1) brightness(200%);
}
@media all and (max-width: 1366px) {
  .information-center-section .vize-evraklari-section .inside .item {
    font-size: 18px;
  }
  .information-center-section .vize-evraklari-section .inside .item .item-download {
    width: 55px;
    height: 55px;
  }
}
@media all and (max-width: 992px) {
  .information-center-section .vize-evraklari-section .inside .item {
    font-size: 17px;
    line-height: 20px;
  }
}
@media all and (max-width: 767px) {
  .information-center-section .vize-evraklari-section .inside .item {
    font-size: 15px;
    line-height: normal;
    padding: 27px 20px 21px 26px;
  }
  .information-center-section .vize-evraklari-section .inside .item .item-download {
    width: 45px;
    height: 45px;
  }
}
@media all and (max-width: 575px) {
    .information-center-section .container-1340{
        padding: 0 20px;
    }
    .information-center-section .vize-evraklari-section .inside {
        padding: 30px 12px 55px;
    }
    .information-center-section .vize-evraklari-section .inside .inside-buttons{
        padding-bottom: 15px;
    }
  .information-center-section .vize-evraklari-section .inside .item {
    padding: 22px 12px 18px 16px;
    border-radius: 21px;
  }
 
}

/*# sourceMappingURL=style.css.map */
.contact-item figure img, 
.search-result-items .item .image img,
.birthday-wrapper .users .slider .item figure img,
.new-members .new-members-boxes .new-member-box .avatar img,
.user-born-todays .item figure img,
.new-members .new-members-boxes .new-member-box .avatar img {
    object-position: center !important;
}