/*
----------------------------------- FONTS -----------------------------------
font-family: 'Lobster', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Ms Madi', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Titillium Web', sans-serif;
----------------------------------- Breakpoints -----------------------------------
X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px
*/
/* GENERAL */
@font-face {
    font-family: "Cerebri Sans";
    src: url("../fonts/CerebriSans-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "ankara display";
    src: url(../fonts/AnkaraDisplay-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ankara display";
    src: url(../fonts/AnkaraDisplay-Regular.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

html a {
    text-decoration: none !important;
}

body *:not(footer *):not(.newsSection *):not(.fa):not(.fa-brands):not(.page-content *):not(.footer-bottom *):not(.owl-spec *):not(.offcanvas-body *) {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif !important;
    font-style: normal;
}

.extra-menu {
    display: none;
}

#offcanvasWithBackdrop{
    z-index: 999999999;
}

.newsSection .card-text,
.newsSection .card-title,
#slider-numbers .btn {
    font-family: 'Roboto', sans-serif !important;
}

.offcanvas-body{
    scrollbar-width: thin !important;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2) !important;
    font-family: "ankara display", sans-serif, arial !important;
}

/* ::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: transparent;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(253, 126, 20, 1);
    border-radius: 10px;
} */
:root {
    --main-color: rgba(9, 87, 161, 1) !important;
}

.bg-main-color {
    background-color: var(--main-color);
}

.text-main-color {
    color: rgb(76, 162, 243) !important;
}

.bg-orange {
    background-color: rgba(253, 126, 20, 1);
}

.bg-green-transparent {
    background-color: rgba(0, 128, 0, 0.75);
}

.bg-gray-transparent {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.75);
}

.bg-blue-transparent {
    background-color: rgba(38, 91, 112, 0.75)
}

.bg-blue {
    background-color: var(--main-color) !important;
}

.bg-lightblue {
    background-color: var(--main-color) !important;
}

.bg-red-transparent {
    background-color: rgba(128, 26, 0, 0.75);
}

.bg-pink-transparent {
    background-color: rgba(107, 0, 128, 0.75);
}

.border-dark {
    border-color: black !important;
}

.accordion-button {
    background-color: var(--main-color) !important;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: var(--main-color) !important;
    color: #fff;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button:focus {
    background-color: var(--main-color) !important;
    color: #fff;
    box-shadow: none !important;
}

/* NEW CSS */
.navbar {
    z-index: 9999;
}

.navcard2 .card-body::-webkit-scrollbar {
    width: 5px;
}

.navcard2 .card-body::-webkit-scrollbar-track {
    box-shadow: transparent;
    border-radius: 10px;
}

.navcard2 .card-body::-webkit-scrollbar-thumb {
    background-color: rgba(253, 126, 20, 1);
    border-radius: 10px;
}

.navbar-topbar-button {
    padding: 10px 15px;
    font-size: 12px;
    border: 2px solid rgba(255, 255, 255, .5);
    color: #fff;
    text-decoration: none;
    transition: .5s ease-out;
    font-weight: 700;
}

.navbar-topbar-button i {
    opacity: 50%;
}

.navbar-topbar-button:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--main-color);
}

nav.navbar .nav-item a {
    font-size: 16px;
    font-weight: 900 !important;
}

.menuBackground {
    height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    z-index: 2;
    transition: all .4s ease-in-out;
}

.menuBackground-image {
    opacity: 0.2;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dropWrap {
    background: transparent !important;
    opacity: 0;
    transition: 1s ease-in-out;
}

.dropWrap::after {
    content: none !important;
}

.navcard-icon {
    height: 50px;
    width: 50px;
    fill: rgba(255, 255, 255, .3);
}

.navcard-text {
    font-size: 12px;
    font-weight: 300;
}

.navcard-title {
    font-size: 18px;
    font-weight: 700;
}

.dropWrap .col-2,
.dropWrap .col-3 {
    height: 100% !important;
}

.navcard {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    transition: .5s ease-in-out;
    height: 200px !important;
}

.navcard-wrap {
    transition: .5s ease-in-out;
}

.dropWrap a {
    height: 100% !important;
}

.dropWrap a:hover .navcard {
    background-color: var(--main-color);
    transform: scale(1.05);
}

#swiperOne video {
    height: auto !important;
}

/* .vegasSlider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vegas-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    z-index: 10;
    pointer-events: none;
} */
.sldcard::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

.sldcard .card-img-overlay {
    z-index: 2;
}

.link-cards-text {
    text-orientation: vertical-rl;
    writing-mode: vertical-rl;
    padding-top: 20px;
    /*font-size: 1.5rem;*/
    font-size: 1.7rem;
}

.link-card {
    position: relative;
    cursor: pointer;
}

.link-cards-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    color: #000;
    text-align: center;
}

.link-cards-link {
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: #fff;
    padding: 2px 11px;
    border-radius: 100%;
    box-shadow: 0px 2px 5px 0px gray;
}

.link-cards-img-text {
    font-size: 12px;
}

.row-map-int {
    scrollbar-width: thin;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
    scrollbar-width: thin;
}

.map-interaction .quickmenuitem {
    background-color: var(--main-color);
    height: 125px;
    border-radius: 10px;
    transition: .3s;
}

.map-interaction .quickmenuitem a i {
    color: #fff !important;
}

.map-interaction .quickmenuitem a p {
    color: #fff !important;
    font-size: 10px;
}

.map-interaction .quickmenuitem {
    border: 1px solid #fff !important;
}

.map-interaction .quickmenuitem:hover {
    background-color: var(--main-color) !important;
}

.navcard2 .card-header {
    background-color: var(--main-color);
    font-size: 16px !important;
}

.navcard2 .card-body {
    background-color: rgba(0, 0, 0, 0.1);
    height: 250px !important;
    overflow-y: auto;
}

.navcard2 .card-body a {
    font-size: 11px !important;
    position: relative;
    transition: .3s ease-in-out;
}

.navcard2 .card-body a:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navcard2 {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100% !important;
}

.navcard2 .card-body a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(calc(-100% - 15px), -50%);
    transition: .3s ease-in-out;
}

.navcard2 .card-body a:hover::after {
    transform: translate(calc(-100% - 10px), -50%);
}

.navcard2 .card-body a:hover {
    background-color: var(--main-color);
}

.middle-logo {
    position: relative;
    overflow: visible;
}

.middle-logo img {
    z-index: 1;
}

/* .middle-logo::after {
    content: "";
    position: absolute;
    top: -71px;
    left: 7.5%;
    background-color: #fff;
    height: 215%;
    width: 85%;
    opacity: .4;
    z-index: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 3px 5px 0px #000;
} */
.breadcrumb-area {
    background: var(--main-color);
}

.breadcrumb-area .btn {
    font-size: .8rem !important;
    transition: .3s ease-in-out;
}

.breadcrumb-area .btn:hover {
    background-color: var(--main-color) !important;
}

.breadcrumb-head {
    font-weight: 900;
}

.breadcrumb-area .breadcrumb-item a {
    color: rgba(255, 255, 255, .3) !important;
}

.backbutt {
    background-color: rgba(0, 0, 0, .3);
}

.sliderSection {
    height: 100vh;
}

.hero-search input:focus {
    outline: none !important;
}

/* NEW CSS END */
@keyframes animIcon {
    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes sliderIcon {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(15px);
    }
}

@keyframes pill {
    0% {
        transform: scale(0) rotate(45deg);
    }

    100% {
        transform: scale(1) rotate(45deg);
    }
}

.uimg {
    height: 300px;
    object-fit: cover;
}

#widgetsWrap {
    position: absolute;
    top: 5px;
    right: 20px;
}

#widgetsWrap a {
    font-size: 1.4rem !important;
    font-weight: bolder;
}

.scrolled {
    background-color: var(--main-color) !important;
}

.infotext {
    font-family: 'Montserrat', sans-serif;
}

#pars {
    height: 35px;
}

.swal2-close {
    border-style: none !important;
    box-shadow: none !important;
}

.swal2-image {
    margin: 0 !important;
}

.first-con {
    min-height: 380px;
}

.footer-header {
    z-index: 1;
    font-size: 1.2rem;
    height: 50px;
}

.footer ul li a {
    color: #fff;
}

.phone-sec p {
    font-size: 1.5rem;
}

.phone-sec i {
    font-size: 3rem;
}

.footersoc div {
    font-size: 1.5rem;
    cursor: pointer;
    background-color: #3b4d5f !important;
}

.footer-logo {
    margin-top: 50px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 150px;
    background-color: #fff;
    /*   background-image: url('../img/metal.jpg'); */
    background-size: cover;
}

.hvr-underline-from-center::before {
    background-color: #fff;
}

.hvr-radial-out::before {
    background-color: var(--main-color) !important;
}

.hvr-sweep-to-right::before {
    background-color: rgba(207, 207, 207, 0.466) !important;
}

.hvr-underline-from-left::before {
    background-color: rgba(253, 126, 20, 1);
}

.decisions .hvr-sweep-to-right::before {
    background-color: #f7f7f7 !important;
}

#navbarLinks a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
}

.inftext {
    color: #fff;
    font-weight: 900;
    /* text-shadow: 2px 2px 2px #141415 !important; */
    margin: 0;
    padding: 0;
    line-height: .2rem;
}

.popUpCookie {
    margin: auto !important;
    -webkit-filter: drop-shadow(3px 3px 0px #000) !important;
    filter: drop-shadow(3px 3px 0px #000) !important;
}

.inftextbot {
    margin: 0;
    display: block;
    padding: 0;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    /*  text-shadow: 2px 2px 2px #141415 !important;*/
    font-size: 1rem;
    text-align: center;
}

.infimg {
    height: 50px;
    padding: 0;
}

#logo {
    height: 50px;
}

#logo2 {
    height: 50px;
    /*     filter: drop-shadow(1px 1px 1px black) !important; */
}

#logo3 {
    height: 70px;
    width: 100%;
    /*     filter: drop-shadow(1px 1px 1px black) !important; */
}

#ataturkImg {
    height: 70px;
}

#logoMobile {
    height: 50px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("https://cdn-icons-png.flaticon.com/512/10080/10080458.png") !important;
}

.navbar-dark {
    transition: background-color .3s ease-out;
}

.navbar-dark .nav-item {
    transition: background-color .3s ease-out;
    background-color: var(--main-color);
}

.navbar-dark .nav-link {
    transition: background-color .3s ease-out;
}

#navbarbutton {
    border-style: none !important;
    box-shadow: none !important;
}

.cookielink {
    color: var(--main-color);
}

.sliderWidgetsWrap {
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.sliderWidgetsWrap2 {
    z-index: 1;
    position: absolute;
    bottom: 0;
}

.nav-link:focus-visible {
    outline: none !important;
}

.widgetIcon {
    font-size: 2rem;
    color: black;
    text-shadow: none;
}

.dropdown-menu-blue {
    background-color: var(--main-color) !important;
}

.sliderWidgets .dropdown-menu li a {
    color: #fff;
    text-shadow: 0px 2px 3px #141415 !important;
}

.sliderWidgets .card-title {
    font-size: 1.2rem;
    text-shadow: none !important;
    color: black;
    text-transform: uppercase;
}

.sliderWidgets .card-text {
    font-size: 1rem;
    text-shadow: none !important;
    color: black;
}

.sliderWidgets .dropdown-item:focus,
.sliderWidgets .dropdown-item:hover {
    background-color: transparent !important;
    color: #fff;
}

.sliderWidgets .dropdown-menu {
    transition: all .5s ease-out;
}

.sliderWidgets .dropdown-menu a i {
    font-size: .7rem;
}

.sliderWidgets .dropdown-menu li:not(.sliderWidgets .dropdown-menu li:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.btn-close {
    border-style: none !important;
    box-shadow: none !important;
}

.rotateAn {
    animation: .5s ease-out 0s 1 animIcon;
}

.offcanvas-body li a {
    color: black;
    font-family: 'Rajdhani', sans-serif;
}

.subslider .card:hover {
    background-color: rgb(30, 65, 95) !important;
    color: white !important;
}

.subslider .card {
    cursor: pointer;
    color: black !important;
    transition: .5s;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--main-color);
}

.footer-link {
    color: black;
    font-size: 1rem;
}

.preloaderLogo {
    max-height: 350px;
}

.preloader {
    z-index: 999999999999 !important;
}

.preloaderText p {
    overflow: hidden;
    border-right: .15em solid rgba(253, 126, 20, 1);
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation:
        typing 3.5s steps(40, end) infinite,
        blink-caret .75s step-end infinite;
}

.wrapCookies {
    background-color: rgba(17, 24, 32, 0.95);
}

.wrapCookies p:first-child {
    font-size: 1rem;
}

.wrapCookies p:last-child {
    font-size: .8rem;
}

.wrapCookies .btn {
    font-size: .8rem;
}

.cookieAccept {
    transition: .5s ease-in-out;
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: orange;
    }
}

.divide {
    height: 3px !important;
}

#swiperOne .card {
    text-shadow: 0px 2px 3px #141415 !important;
}

#swiperTwo .card {
    text-shadow: 0px 2px 3px #141415 !important;
}

.card {
    font-family: 'Rajdhani', sans-serif;
}

#titleInd {
    font-size: 1.5rem;
    font-family: 'Rajdhani', sans-serif;
}

#textin {
    font-size: 1rem;
    font-family: 'Rajdhani', sans-serif;
}

.news .card {
    position: relative;
}

.news .card .card-img-overlay {
    z-index: 2;
}

.news .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

.acWrap {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.activitiesWrap a:hover .acWrap {
    border-color: var(--main-color) !important;
}

.announcements {
    position: relative;
    background-image: url('https://atakum.bel.tr/img/korfez.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.announcements::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: rgb(255 255 255 / 81%)
}

.cardH {
    font-size: 1.5rem;
    color: var(--main-color) !important;
    position: relative;
}

.text-orange {
    color: rgba(253, 126, 20, 1);
}

.copyright {
    font-family: 'Oswald', sans-serif;
    font-size: .7rem;
    letter-spacing: 2px;
}

.cardH::after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: var(--main-color) !important;
}

.cardH-orange {
    font-size: 1.5rem;
    color: rgba(253, 126, 20, 1) !important;
    position: relative;
}

.cardH-orange::after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: rgba(253, 126, 20, 1) !important;
}

.cardH-green {
    font-size: 1.5rem;
    color: rgb(22, 160, 29) !important;
    position: relative;
}

.cardH-green::after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: rgb(22, 160, 29) !important;
}

.news-main .cardH-green,
.news-main .cardH-orange,
.news-main .cardH {
    font-size: 1.3rem;
}

#mayorimgWrap {
    z-index: 1;
}

#mayorimgWrap::before {
    content: "";
    position: absolute;
    height: 75%;
    width: 50%;
    border-radius: 30%;
    bottom: 0;
    left: 25%;
    z-index: -1;
    background-color: var(--main-color) !important;
}

.sideArea .list-group-item {
    position: relative;
    border-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.imgWrapDetail {
    position: relative;
}

.imgWrapDetail::before {
    content: "\f302";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .9);
    font-weight: 900;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
}

.imgWrapDetail::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3) !important;
}

.imgWrapDetail img {
    transition: all ease-in-out 1s !important;
}

.mayorText {
    background-color: var(--main-color) !important;
}

.mayorText p {
    font-size: 1.5rem;
}

.mayorText i {
    font-size: 1.5rem;
}

.mayorText span {
    font-size: 1rem;
}

.mayorSub .mayorText p {
    font-size: .8rem !important;
    margin: 0 !important;
    text-shadow: 1px 1px 3px #141415 !important;
}

.imgWrapDetail:hover img {
    transform: scale(1.3);
}

.sideArea .list-group-item:last-child {
    border-bottom-style: none !important;
}

.mayorArea .list-group-item {
    position: relative;
    border-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.mayorArea .list-group-item:last-child {
    border-bottom-style: none !important;
}

.mayorName {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--main-color) !important;
}

.mayorName p {
    text-shadow: 0px 2px 3px #141415 !important;
}

.mayorArea li {
    position: relative;
    font-size: 1rem;
}

.mayorArea li:hover a {
    color: var(--main-color) !important;
}

.mayorArea li a {
    transition: .5s;
}

.news-main .news-content-item .card-title {
    font-size: 1rem;
}

.subslider .card {
    background-color: rgba(205, 212, 218, 0.4) !important;
}

.homepage .subslider .card:hover {
    background-color: rgba(205, 212, 218, 1) !important;
}

.homepage .subslider i {
    font-size: 3rem;
    color: var(--main-color);
    text-shadow: 2px 2px 1px #141415 !important;
}

.homepage .subslider p {
    font-size: 1.5rem;
    color: var(--main-color);
}

.homepage .sliderWidgetsWrap .card {
    cursor: pointer;
    transition: all .5s ease-out;
}

.homepage .sliderWidgetsWrap .card:hover {
    background-color: var(--main-color) !important;
}

.homepage .sliderWidgetsWrap .card:hover .card-title,
.homepage .sliderWidgetsWrap .card:hover .card-text,
.homepage .sliderWidgetsWrap .card:hover i {
    color: #fff !important;
    text-shadow: 0px 2px 3px #141415 !important;
}

.dropup .dropdown-toggle::after {
    transition: all .5s ease-out;
}

.homepage .sliderWidgetsWrap .card:hover .dropdown-toggle::after {
    color: #fff !important;
    text-shadow: 0px 2px 3px #141415 !important;
    transform: rotate(180deg);
}

.hvr-grow {
    transition: 1s !important;
}

.announcements .nav-pills .active {
    margin: 0 !important;
    border-radius: 0px !important;
    background-color: var(--main-color) !important;
    color: #fff !important;
}

.announcements .nav-pills button {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.2rem !important;
    margin: 0 !important;
    border-radius: 0px !important;
    color: #fff !important;
    background-color: rgba(9, 87, 161, .6) !important;
    transition: 0s;
}

.announcement-title::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: var(--main-color) !important;
    margin-right: 3px;
}

.announcement-title {
    color: var(--main-color) !important;
    font-size: 13px;
}

.announcements .tab-content {
    background-color: rgba(255, 255, 255, 1);
}

.announcement-all {
    position: absolute;
    right: 10px;
    bottom: -25px;
    color: var(--main-color) !important;
}

.quickmenuitem {
    background-color: rgba(255, 255, 255, 1);
    height: 100px;
    position: relative !important;
}

.quickmenuitem a i {
    color: var(--main-color) !important;
    font-size: 1.5rem;
    transition: .5s ease-out;
}

.quickmenuitem a p {
    color: var(--main-color) !important;
    font-size: .8rem;
    transition: .5s ease-out;
}

.quickmenuitem a {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    gap: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.quickmenuitem:hover {
    background-color: rgba(205, 212, 218, 0.8);
}

.blurred {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.moreButton {
    background-color: var(--main-color) !important;
    position: absolute;
    bottom: 25px;
}

#swiperTwo .swiper-pagination-bullet {
    height: auto;
    line-height: 50px;
    width: 35px;
    font-size: 1.2rem !important;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

#swiperFour .swiper-pagination-bullet {
    background-color: #fff;
}

#swiperFour .swiper-button-prev,
#swiperFour .swiper-button-next {
    color: #fff;
    top: auto;
    bottom: 5px;
}

#swiperFour .swiper-button-prev:after,
#swiperFour .swiper-button-next:after {
    font-size: 1rem;
}

#swiperFour .swiper-pagination-bullets {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    background-color: var(--main-color) !important;
}

#swiperTwo .swiper-pagination-bullets {
    position: relative;
    bottom: 0;
    background-color: var(--main-color) !important;
}

.newsletter {
    position: relative;
}

.qrcodediv img {
    height: 180px;
}

.newsletter::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-image: url('../img/korfez.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: blur(5px);
}

.newsletter::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(9, 87, 161, .3) !important;
}

.newsletter .newsletter-title {
    color: #fff;
    text-shadow: 0px 2px 3px #141415 !important;
    font-size: 2rem;
}

.header-section-news {
    position: relative;
    background-image: url('../img/bannerNews.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    z-index: 1;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: black;
}

.header-section-news::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, .5) !important;
}

.flex-container {
    min-height: 250px !important;
}

.flex-container {
    text-shadow: 0px 2px 3px #141415 !important;
}

.flex-container .titleOne {
    font-size: 2rem;
    display: none !important;
}

.flex-container .titleTwo {
    font-size: 1.5rem;
    display: none !important;
}

.flex-container .titleIcon {
    font-size: 3rem;
}

.news-details-others p {
    margin: 0;
}

.news-content-item .img-wrap-card {
    overflow: hidden;
    position: relative;
}

.news-content-item .card-img-top:not(.assistant) {
    transition: all ease-in-out 1s !important;
    height: 325px !important;
    object-fit: cover;
}

.news-content-item .img-wrap-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

.news-content-item a:hover .card-img-top {
    transform: scale(1.2);
}

.news-contentm-item .img-wrap-card {
    overflow: hidden;
    position: relative;
}

.news-contentm-item .card-img-top {
    transition: all ease-in-out 1s !important;
}

.news-contentm-item .img-wrap-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}

.news-contentm-item a:hover .card-img-top {
    transform: scale(1.2);
}

.unit-background .card {
    width: auto !important;
    position: relative;
    background-image: url('../img/atakumbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.unit-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.unit-background .overlay-unit img {
    height: 150px !important;
}

.unit-background .overlay-unit {
    bottom: 0;
    left: 0;
    transform: translateY(60%);
    z-index: 1;
}

.unitdetail {
    min-height: 500px;
}

.unitAlldetails {
    margin-top: 150px;
}

.imgWrapMayor .mayphoto {
    height: 525px !important;
    object-fit: cover;
}

.bimg {
    height: 250px !important;
    object-fit: cover;
}

.cimg {
    height: 525px !important;
    object-fit: cover;
}

.confirmbut {
    font-size: .8rem !important;
}

body .vegas-container {
    position: unset;
}

/* COOKIES */
#cc__modal__container * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#cc__modal__container div,
#cc__modal__container h1,
#cc__modal__container h2,
#cc__modal__container h3,
#cc__modal__container h4,
#cc__modal__container input,
#cc__modal__container p {
    margin: 0;
    padding: 0
}

#cc__modal__container button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#cc__modal__container #cc__modal .cc_button,
#cc__modal__container .cc_button {
    background: var(--main-color)
}

.cc_darkmode #cc__modal__container .sc_container_checkbox input:checked~.sc_checkmark {
    background-color: var(--main-color)
}

#cc__modal__container #cc__modal .cc_button:hover,
#cc__modal__container .cc_button:hover {
    box-shadow: 0 0 0 .25em #fff1d2
}

#cc__modal__container #cc__modal .cc_button:active,
#cc__modal__container .cc_button:active {
    background: var(--main-color);
    box-shadow: 0 0 0 .25em #fff1d2
}

.cc_darkmode #cc__modal__container #cc__modal .cc_button:hover,
.cc_darkmode #cc__modal__container #cc__policy__close__btn:hover,
.cc_darkmode #cc__modal__container .cc_button:hover {
    -webkit-box-shadow: 0 0 0 .25em #595242;
    box-shadow: 0 0 0 .25em #595242
}

.cc_darkmode #cc__modal__container #cc__modal .cc_button:active,
.cc_darkmode #cc__modal__container #cc__policy__close__btn:active,
.cc_darkmode #cc__modal__container .cc_button:active {
    background: var(--main-color);
    -webkit-box-shadow: 0 0 0 .25em #595242;
    box-shadow: 0 0 0 .25em #595242
}

#cc__modal__container #cc__modal .cc__link {
    background: #edf0f2
}

#cc__modal__container #cc__modal .cc__link:hover {
    background: #e2e5e7
}

.cc_darkmode #cc__modal__container #cc__modal .cc__link:hover {
    background: #313338
}

.cc_darkmode #cc__modal__container #cc__modal .cc__link {
    background: #222427;
    color: #a2a2a2
}

#cc__modal__container #cc__modal.cc__anim .cc__link,
#cc__modal__container #cc__modal.cc__anim .cc_button,
#cc__modal__container .cc__anim .cc_button {
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease !important
}

#cc__modal__container #cc__modal {
    font-family: inherit;
    padding: 1.875em 2.5em;
    position: fixed;
    z-index: 100;
    background: #fff;
    color: #000;
    width: 100%;
    bottom: 0;
    right: 0;
    box-shadow: 0 .625em 1.875em #c4cbda;
    box-shadow: 0 .625em 1.875em rgba(57, 62, 72, .22);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    border-radius: .25em;
    transition: none !important;
    line-height: initial
}

#cc__modal__container #cc__modal a,
#cc__modal__container #cc__modal button {
    width: auto;
    height: auto;
    line-height: initial;
    text-decoration: initial;
    border: initial;
    outline: 0;
    color: initial;
    transition: none !important
}

#cc__modal__container #cc__modal.cc__anim {
    transition: transform .4s cubic-bezier(.5, 0, 0, 1.25), opacity .4s ease, visibility .4s ease !important
}

#cc__modal__container #cc__modal.cc__anim.cc__show {
    opacity: 1;
    visibility: visible !important;
    transform: scale(1)
}

.ie #cc__modal {
    border: 1px solid #f1f2f6
}

#cc__modal__container #cc__modal__title {
    color: inherit;
    margin: 0 0 .6em 0;
    font-family: inherit
}

#cc__modal__container #cc__modal__text {
    margin-bottom: 1.625em;
    font-size: .938em;
    font-family: inherit;
    line-height: 1.45em
}

#cc__modal__container #cc__modal .cc__link,
#cc__modal__container #cc__modal .cc_button,
#cc__modal__container .cc_button {
    border: none;
    padding: 1em 2em;
    margin-bottom: .625em;
    display: inline-block;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    margin-right: 1.25em;
    border-radius: .25em;
    cursor: pointer;
    transition: none !important;
    font-weight: 700;
    font-family: inherit;
    font-size: .9em;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    text-align: center
}

#cc__modal__container #cc__policy__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    background: #070707;
    background: rgba(0, 0, 0, .685);
    display: table;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: none !important
}

#cc__modal__container #cc__policy__content .ccp_section {
    padding: .938em 0;
    margin-bottom: .625em
}

#cc__modal__container #cc__policy__container h2 {
    margin-bottom: .7em;
    display: inline-block;
    font-family: inherit
}

#cc__modal__container #cc__policy__container p {
    margin-bottom: .625em;
    font-size: .938em;
    line-height: 1.3em
}

#cc__modal__container #cc__policy__container input {
    -webkit-appearance: auto
}

#cc__modal__container #cc__policy__container.cc__anim {
    transition: background-color .4s ease, visibility .4s ease, opacity .4s ease !important
}

#cc__modal__container #cc__policy__container.cc__anim.cc__show {
    opacity: 1;
    visibility: visible !important
}

#cc__modal__container #cc__valign {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

#cc__modal__container #cc__policy {
    margin: 0 auto;
    border-radius: .1875em;
    max-width: 52.5em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    height: calc(100% - 2.5em);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-height: 37.5em;
    top: 50%;
    transform: translateY(-50%) scale(.95);
    transition: transform .4s cubic-bezier(.5, 0, 0, 1.25), opacity .4s ease, visibility .4s ease !important
}

#cc__modal__container #cc__policy__inner {
    background: #fff;
    border-radius: .25em;
    padding-top: 4.9375em;
    padding-bottom: 1.25em;
    height: 100%;
    position: relative;
    margin: 0 1.25em;
    overflow: hidden
}

#cc__modal__container.ie #cc__policy {
    position: relative;
    top: 0;
    margin-top: -5.625em
}

#cc__modal__container.ie #cc__valign {
    height: 100%;
    padding-top: 4.9375em
}

#cc__modal__container #cc__policy__content {
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    padding: 1.875em
}

#cc__modal__container #cc__policy__header {
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 1.2em 1.875em;
    vertical-align: middle;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #f0f0f0
}

#cc__modal__container #cc__policy__title {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    font-family: inherit
}

#cc__modal__container #cc__policy__close__btn {
    display: table-cell;
    float: right;
    vertical-align: middle;
    padding: 0;
    width: 2.7em;
    height: 2.7em;
    border: none;
    font-size: 1em;
    font-weight: 700;
    outline: 0;
    border-radius: .25em;
    cursor: pointer;
    margin: 0
}

#cc__modal__container #cc__policy__text {
    height: 31.25em;
    overflow-y: auto;
    margin-top: 1.25em
}

#cc__modal__container .cc__anim.cc__show #cc__policy {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%)
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar {
    width: 1em;
    height: 100%;
    background-color: transparent;
    border-radius: 0 .25em .25em 0
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar-thumb {
    border: .3em solid #fff;
    background-color: #cecfd2;
    border-radius: 100em;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -ms-border-radius: 100em;
    -o-border-radius: 100em
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar-thumb:hover {
    background-color: #a2a3a4
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar-button {
    width: 10;
    height: 5px;
    opacity: 0;
    visibility: hidden
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar-corner {
    background-color: transparent
}

#cc__modal__container .sc_container_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: .95em;
    cursor: pointer;
    font-size: 1.375em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: .625em
}

#cc__modal__container.ie .sc_container_checkbox {
    padding-left: 1em;
    margin-bottom: .7em
}

#cc__modal__container .sc_container_checkbox input {
    position: absolute;
    cursor: pointer;
    display: none
}

#cc__modal__container.ie .sc_container_checkbox input {
    display: block;
    opacity: 1
}

#cc__modal__container .sc_container_checkbox .sc_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #eee;
    border-radius: .2em
}

#cc__modal__container.ie .sc_container_checkbox .sc_checkmark {
    display: none
}

#cc__modal__container .sc_container_checkbox .sc_checkmark.sc_checkmark.sc_readonly {
    cursor: default
}

#cc__modal__container .sc_container_checkbox:hover input~.sc_checkmark {
    background-color: #ccc
}

#cc__modal__container .sc_container_checkbox input:checked~.sc_checkmark {
    background-color: #000
}

#cc__modal__container .sc_container_checkbox input:checked~.sc_checkmark.sc_readonly {
    background-color: #ccc
}

#cc__modal__container .sc_container_checkbox .sc_checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#cc__modal__container .sc_container_checkbox input:checked~.sc_checkmark:after {
    display: block
}

#cc__modal__container .sc_container_checkbox .sc_checkmark:after {
    left: .39em;
    top: .18em;
    width: .17em;
    height: .45em;
    border: solid #fff;
    border-width: 0 .1em .1em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box
}

#cc__modal__container #cc__policy__content table td,
#cc__modal__container #cc__policy__content table th {
    border: none
}

#cc__modal__container #cc__policy__content table {
    width: 46.875em;
    border-collapse: collapse;
    margin: 1.25em auto;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    border-radius: .313em;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e9e9e9
}

#cc__modal__container.ie #cc__policy__content table {
    overflow: auto
}

#cc__modal__container #cc__policy__content table tr:nth-of-type(odd) {
    background: #eff2f4
}

#cc__modal__container #cc__policy__content table td,
#cc__modal__container #cc__policy__content table th {
    padding: .625em;
    text-align: left;
    vertical-align: top;
    font-size: .9em
}

#cc__modal__container #cc__policy__content table th {
    background: #000;
    color: #fff;
    font-family: inherit;
    padding: 1.2em .625em
}

.cc_darkmode #cc__modal__container #cc__modal,
.cc_darkmode #cc__modal__container #cc__policy {
    color: #fff
}

.cc_darkmode #cc__modal__container #cc__policy__container p,
.cc_darkmode #cc__modal__container #cc__policy__content table td {
    color: #c5cbd0
}

.cc_darkmode #cc__modal__container #cc__modal {
    background: #151619;
    -webkit-box-shadow: 0 0 1.875em rgba(57, 62, 72, .22);
    box-shadow: 0 0 1.875em rgba(0, 0, 0, .56)
}

.cc_darkmode #cc__modal #cc__modal__text {
    color: #d4d8d9
}

.cc_darkmode #cc__modal__container #cc__policy__header,
.cc_darkmode #cc__modal__container #cc__policy__inner {
    background: #151619
}

.cc_darkmode #cc__modal__container #cc__policy__header {
    border-color: #1e1f23
}

.cc_darkmode #cc__modal__container .sc_container_checkbox .sc_checkmark:after {
    border: solid #000;
    border-width: 0 .1em .1em 0
}

.cc_darkmode #cc__modal__container .sc_container_checkbox input:checked~.sc_checkmark.sc_readonly {
    background-color: #4b4e53
}

.cc_darkmode #cc__modal__container .sc_container_checkbox input:checked~.sc_checkmark.sc_readonly:after {
    border: solid #26292b;
    border-width: 0 .1em .1em 0
}

.cc_darkmode #cc__modal__container #cc__policy__content::-webkit-scrollbar-thumb {
    border: .3em solid #151619;
    background-color: #3d4349
}

.cc_darkmode #cc__modal__container #cc__policy__content::-webkit-scrollbar-thumb:hover {
    background-color: #535a5f
}

.cc_darkmode #cc__modal__container #cc__policy__content table tr:nth-of-type(odd) {
    background: #000
}

.cc_darkmode #cc__modal__container #cc__policy__content table>tr:first-child {
    border-bottom: 1px solid #0c0c0c
}

.cc_darkmode #cc__modal__container #cc__policy__content table td:before {
    color: #fff
}

.cc_darkmode #cc__modal__container #cc__policy__content table {
    box-shadow: none;
    background: #0e0f10
}

.cc_darkmode #cc__modal__container.ie #cc__policy__content table {
    border: 1px solid #232529
}

@media screen and (max-width: 900px) {
    #cc__modal__container #cc__modal {
        width: 100%;
        margin: 0;
        padding: 1.875em 10%;
        right: 0;
        bottom: 0;
        border-radius: 0;
        display: block
    }
}

@media screen and (max-width: 688px) {
    #cc__modal__container #cc__policy {
        border-radius: 0;
        max-height: 100%;
        height: 100%;
        left: 0;
        right: 0
    }

    #cc__modal__container #cc__policy__inner {
        margin: 0;
        border-radius: 0
    }

    #cc__modal__container #cc__policy__content {
        padding: 1.3em
    }

    #cc__modal__container #cc__policy__header {
        padding: 1.2em 1.3em
    }

    #cc__modal__container .sc_container_checkbox {
        display: block;
        padding: 0;
        margin: 0 0 2em 0
    }

    #cc__modal__container #cc__policy__content table {
        width: 100%
    }

    #cc__modal__container #cc__policy__content table,
    #cc__modal__container #cc__policy__content table tbody,
    #cc__modal__container #cc__policy__content table td,
    #cc__modal__container #cc__policy__content table th,
    #cc__modal__container #cc__policy__content table thead,
    #cc__modal__container #cc__policy__content table tr {
        display: block
    }

    #cc__modal__container #cc__policy__content table th {
        display: none
    }

    #cc__modal__container #cc__policy__content table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #cc__modal__container #cc__policy__content table td {
        border: none;
        position: relative;
        padding-left: 50%
    }

    #cc__modal__container #cc__policy__content table td:before {
        position: absolute;
        left: 1em;
        width: 43%;
        padding-right: .625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #cc__modal__container .sc_container_checkbox .sc_checkmark {
        height: 1.4em;
        width: 1.4em;
        border-radius: .3em
    }

    #cc__modal__container .sc_container_checkbox .sc_checkmark::after {
        left: .54em;
        top: .2em;
        width: .22em;
        height: .7em;
        border-width: 0 .13em .13em 0
    }

    #cc__modal__container #cc__modal .cc__link,
    #cc__modal__container #cc__modal .cc_button,
    #cc__modal__container .cc_button {
        width: 100%;
        margin-right: 0
    }
}

.hero-search {
    display: none !important;
}

/* COOKIES END */
@media screen and (max-width:768px) {
    .sliderWidgetsWrap {
        position: relative !important;
        bottom: 0px !important;
    }

    .sliderWidgetsWrap .sliderWidgets {
        width: 100% !important;
        display: block !important;
    }

    .sliderWidgetsWrap .sliderWidgets .col {
        width: 100% !important;
        display: block !important;
        margin: 0px !important;
    }
}

@media screen and (max-width:1200px) {
    .link-cards-text {
        font-size: 1rem;
    }

    .link-cards-link::after {
        font-size: .8rem;
    }

    .link-cards-link {
        padding: 0px 8px;
    }

    .link-cards-img {
        height: 75px !important;
    }

    .link-cards {
        height: 400px !important;
    }

    #offcanvasWithBackdrop .nav-item{
        padding: 20px 10px;
        width: 100%;
    }

    #offcanvasWithBackdrop .nav-item:not(:first-child){
        border-top: 1px solid #00000026 !important;
    }
}

/* SM */
@media screen and (max-width:576px) {
    .crossSection2 .shortcuts-container .shortcuts {
        height: auto;
        padding-bottom: 50px;
    }

    .footer-header {
        font-size: .8rem;
    }

    .pharcol .card {
        height: 300px;
    }

    .footer-link {
        font-size: .8rem;
    }

    .mayorText i {
        font-size: .8rem;
    }

    #logo {
        height: 40px;
    }

    #ataturkImg {
        height: 40px;
    }

    #navbarLinks a {
        text-align: center;
    }

    .storesdiv img {
        height: 200px !important;
    }

    #swiperTwo .swiper-pagination-bullet {
        height: auto;
        line-height: 20px;
        width: 20px;
        font-size: 1.2rem;
    }

    .news-content-item .img-wrap-card .assistant {
        height: 200px !important;
        transition: all ease-in-out 1s !important;
        object-fit: cover;
    }

    .homepage .subslider .card {
        height: 170px;
    }

    #swiperOne .card-img-overlay {
        align-items: center !important;
        justify-content: center !important;
    }

    #swiperOne .card-img-overlay .card-title {
        font-size: 1.2rem !important;
    }

    #swiperOne .card-img-overlay .card-text {
        font-size: 1rem !important;
    }

    .link-cards-text {
        font-size: 1rem;
    }

    .link-cards-link::after {
        font-size: .8rem;
    }

    .link-cards-link {
        padding: 0px 8px;
    }

    .link-cards-img {
        height: 75px !important;
    }

    .link-cards {
        height: 376px !important;
    }
}

@media screen and (min-width:577px) {
    .homepage .subslider .card {
        height: 170px;
    }

    .news-content-item .img-wrap-card .assistant {
        height: 350px !important;
        transition: all ease-in-out 1s !important;
        object-fit: cover;
    }
}

/* MD */
@media screen and (min-width:768px) {
    .sliderSection .search-bar {
        position: absolute;
        top: 50%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -25%);
        width: 75%;
    }

    .sign-ataturk {
        height: 60px;
        filter: brightness(0) invert(1);
    }

    .dropWrap {
        background-image: url('../img/atakum.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .dropWrapDefault {
        background-image: url('../img/atakum.jpg') !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .pharcol .card {
        height: 250px;
    }

    .dropWrap a {
        height: 100px;
    }

    .dropWrap::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-color: rgb(255 255 255 / 81%);
        filter: blur(5px);
    }

    .navbarbut {
        border-bottom-style: solid;
        border-bottom-color: var(--main-color) !important;
        border-width: 3px;
        transition: all .5s ease-out;
    }

    .navbarbut:hover {
        background-color: var(--main-color) !important;
        color: #fff !important;
    }

    .navbar-dark .nav-link {
        /* text-shadow: 2px 2px 2px black; */
    }

    .navbar-dark .nav-item:hover .nav-link,
    .navbar-dark .nav-item:hover .inftextbot,
    .navbar-dark .nav-item:hover .inftext {
        text-shadow: none !important;
    }

    .submayorimgwrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to left, transparent, rgba(9, 87, 161, .3), var(--main-color));
    }

    #widgetsWrap {
        font-size: 1rem;
    }

    #widgetsWrap2 {
        font-size: 1rem;
    }

    .homepage .subslider .card {
        cursor: pointer;
        height: 160px;
    }

    .news-content-item .img-wrap-card .assistant {
        height: 350px !important;
        transition: all ease-in-out 1s !important;
        object-fit: cover;
    }
}

/* LG */
@media screen and (min-width:992px) {
    .news-content-item .img-wrap-card .assistant {
        height: 400px;
        transition: all ease-in-out 1s !important;
        object-fit: cover;
    }

    .homepage .subslider .card {
        cursor: pointer;
        height: 150px;
    }

    #swiperTwo .imgswp {
        height: 350px !important;
        object-fit: cover !important;
    }

    #swiperFour .imgswp {
        height: 350px !important;
        object-fit: cover !important;
    }

    #logo2 {
        height: 112px;
        /*     filter: drop-shadow(1px 1px 1px black) !important; */
    }
}

/* XL */
@media screen and (min-width:1200px) {
    .extra-menu {
        display: block;
    }

    nav.navbar .nav-item a {
        font-size: 12px;
        font-weight: 900 !important;
    }

    .navbar-brand {
        width: 100% !important;
    }

    @keyframes slideInRight {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(5%);
        }
    }

    @keyframes widgetAnim {
        0% {
            transform: translateY(-60px);
        }

        100% {
            transform: translateY(0px);
        }
    }

    @keyframes slideInTop {
        0% {
            height: 0;
            width: 2px;
        }

        100% {
            width: 2px;
            height: 75%;
        }
    }

    #navbarLinks {
        animation: 1s ease-out 0s 1 slideInRight forwards;
    }

    #widgetsWrap {
        animation: 1s ease-out 0s 1 widgetAnim forwards;
    }

    #widgetsWrap2 {
        animation: 1s ease-out 0s 1 widgetAnim forwards;
    }

    #swiperOne .swiper-wrapper::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 3rem;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        right: 0;
        bottom: 100px;
        z-index: 1;
        animation: 1s ease-out infinite alternate running sliderIcon;
    }

    #navbarLinks .nav-link {
        font-size: 1.1vw;
        padding: .35vw;
    }

    /* NEW CSS */
    .navbar.navbar-expand-xl {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
        z-index: 2;
    }

    .navbar-topbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    #swiperOne video {
        height: 768px !important;
        object-fit: fill;
        width: 100%;
    }

    .vegas-content {
        overflow: hidden !important;
    }

    .extra-menu-btns .btn {
        height: 80px;
        font-size: 14px;
    }

    .extra-menu-btns .btn:hover {
        background-color: var(--main-color);
    }

    .extra-menu-cont ul {
        list-style: none;
    }

    .icon-menu-ex {
        font-size: 2rem;
        color: rgba(253, 126, 20, 1);
    }

    .extra-menu-cont ul {
        padding-left: 0;
    }

    .extra-menu-cont ul li:not(.extra-menu-cont ul li:last-child) {
        border-bottom: 1px solid #cecfd2;
    }

    .extra-menu-cont ul li p {
        font-size: 13px;
        transition: .3s;
        color: #5e788f;
    }

    .extra-menu-cont ul li:first-child {
        background-color: rgba(253, 126, 20, 1);
    }

    .extra-menu-cont ul li:first-child p,
    .extra-menu-cont ul li:first-child i {
        color: #fff;
    }

    .extra-menu-cont ul li:not(:first-child):hover {
        background-color: rgba(219, 226, 231, 0.4);
    }

    .extra-menu {
        z-index: 1;
        top: 200px;
    }

    .extra-menu-cont .tab-pane {
        height: 384px;
        overflow: auto;
        scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
        scrollbar-width: thin;
    }

    .extra-menu-cont ul li {
        cursor: pointer;
        transition: .3s;
    }

    .extra-menu-cont .tab-pane .days-box {
        color: rgba(253, 126, 20, 1);
        background-color: rgba(219, 226, 231, 0.4);
        height: 50px;
    }

    .icon.ui-bg {
        width: 132px;
        height: 132px;
        background-color: #fff;
        border-radius: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 72px;
        -webkit-box-shadow: 0 10px 20px rgba(69, 95, 118, 0.15);
        box-shadow: 0 10px 20px rgba(69, 95, 118, 0.15);
        margin-bottom: 20px;
    }

    .extra-menu-cont .tab-pane .button-icon {
        text-rendering: optimizeLegibility;
        -webkit-text-size-adjust: 100%;
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 400;
        visibility: visible;
        scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
        list-style: none;
        text-align: center;
        box-sizing: inherit;
        text-decoration: none;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        background: #fff;
        font-family: inherit;
        border-radius: 11px;
        box-shadow: 0px 6px 15px 2px rgba(94, 120, 143, 0.1);
        padding-right: 5px;
        height: 55px;
        letter-spacing: .3px;
        padding-left: 25px;
    }

    .extra-menu-cont .tab-pane .button-icon__text {
        text-rendering: optimizeLegibility;
        -webkit-text-size-adjust: 100%;
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
        -webkit-font-smoothing: antialiased;
        visibility: visible;
        scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
        list-style: none;
        font-family: inherit;
        letter-spacing: .3px;
        box-sizing: inherit;
        font-weight: 900;
        text-transform: uppercase;
        text-align: left;
        -webkit-box-flex: 1;
        flex: 1;
        font-size: 14px;
        line-height: 1.4;
        color: #455f76;
    }

    .extra-menu-cont .tab-pane .button-icon .icon {
        text-rendering: optimizeLegibility;
        -webkit-text-size-adjust: 100%;
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        visibility: visible;
        scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
        list-style: none;
        text-align: center;
        font-family: inherit;
        letter-spacing: .3px;
        box-sizing: inherit;
        display: inline-flex;
        line-height: 1;
        border-radius: 11px;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        color: #fff;
        transition: .3s;
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin-left: 25px;
        background-color: #fe7e00;
        box-shadow: 0 5px 15px 0 rgba(254, 126, 0, 0.2);
    }

    .extra-menu-cont .tab-pane .button-icon svg {
        text-rendering: optimizeLegibility;
        -webkit-text-size-adjust: 100%;
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        visibility: visible;
        scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
        list-style: none;
        text-align: center;
        font-family: inherit;
        letter-spacing: .3px;
        line-height: 1;
        color: #fff;
        font-size: 22px;
        box-sizing: inherit;
        width: 1.3em;
        height: 1em;
    }

    .btn-brand-4-medium {
        box-sizing: border-box;
        overflow: visible;
        margin: 0;
        text-transform: none;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        transition: 0.2s;
        cursor: pointer;
        padding: 14px 25px;
        background-color: var(--main-color);
        border-radius: 8px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        font-family: "Urbanist", sans-serif;
        display: flex;
        align-items: center;
    }

    .btn.btn-brand-4-medium:hover {
        background: #ECEEF2;
    }

    .hover-up:hover {
        transform: translateY(-3px);
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

    .special-top-btn .icon {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 1rem;
        color: #fe7e00;
        border-radius: 10px;
        height: 40px;
        width: 40px;
    }

    .special-top-btn {
        background-color: rgba(219, 226, 231, 0.3);
        height: 40px;
        line-height: 1rem;
        padding-left: 50px !important;
        color: #fff;
        font-size: 12px;
        transition: .3s;
    }

    .special-top-btn:hover {
        background-color: #5e788f;
    }

    /* NEW CSS END */
}

/* XXL */
@media screen and (min-width:1400px) {
    .sliderSection .search-bar {
        position: absolute;
        top: 50%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -25%);
        width: 50%;
    }

    .sign-ataturk {
        height: 90px;
        filter: brightness(0) invert(1);
    }

    nav.navbar .nav-item a {
        font-size: 16px;
        font-weight: 900 !important;
    }

    .dropWrap a {
        height: 75px;
    }

    .mayorSub .mayorText p {
        font-size: .95rem !important;
    }
}

@media screen and (min-width:2560px) {
    .news-content-item .img-wrap-card .assistant {
        height: 550px !important;
        transition: all ease-in-out 1s !important;
        object-fit: cover;
    }
}

/* INDEX MAYOR */
.row-custom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col-mayor-custom {
    flex: 0 0 460px;
    max-width: 460px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .section-group-01 .section-wrapper>.row-custom {
        align-items: flex-end;
    }

    .hero-search {
        height: 155px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        position: absolute;
        top: 100%;
        z-index: 1;
        left: 50%;
        transform: translate(-50%, -120%);
    }

    .hero-search__dropdown {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 50px rgba(73, 82, 91, 0.15);
        width: 100%;
        max-width: 1000px;
        z-index: 2;
        bottom: 165px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .hero-search__links {
        margin-top: 10px;
    }

    .hero-search__close {
        background: #fff;
        position: absolute;
        z-index: -2;
        top: -35px;
        left: 50%;
        height: 35px;
        width: 70px;
        border-radius: 70px 70px 0 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        transform: translateX(-50%) translateY(100%);
        opacity: 0;
        transition: .3s;
    }

    .hero-search__close.is-active {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    .hero-search__dropdown-content {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-30px);
        transition: .4s;
    }

    .hero-search__links ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .icon {
        font-size: 18px;
        color: currentColor;
        display: inline-flex;
        line-height: 1;
    }

    .hero-search__close .icon {
        color: #49525b;
        font-size: 24px;
    }

    .hero-search__form input {
        width: 505px;
        height: 75px;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: inset -3px 3px 10px rgba(0, 0, 0, 0.4);
        font-size: 16px;
        text-transform: capitalize !important;
        font-weight: 900;
        letter-spacing: 0.3px;
        color: #234b6c;
    }

    #typed-hero {
        text-transform: none;
    }

    .hero-search__buttons .btn {
        height: 75px;
        border-radius: 10px;
        background: #55b250;
        margin-left: 7px;
        display: inline-flex;
        text-align: left;
        align-items: center;
        justify-content: center;
        padding-left: 25px;
        padding-right: 25px;
        min-width: 180px;
        outline: 0;
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        transition: .3s;
    }

    .hero-search__buttons:hover .btn {
        opacity: .8;
        transform: scale(0.95);
    }

    .hero-search__buttons .btn:hover {
        opacity: 1;
        transform: scale(1);
    }

    .hero-search__buttons .btn._1 {
        background: #fe5923;
    }

    .hero-search__links ul li a {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

    .hero-search__links ul li a::after {
        content: ",";
    }

    .hero-search__links ul li:first-child a::after {
        display: none;
    }

    .hero-search__links ul li:nth-child(2n) a {
        font-weight: 300;
    }

    .hero-search__links ul li:hover:not(:first-child) a {
        text-decoration: underline;
    }

    .hero-search__links ul li:last-child a::after {
        display: none;
    }

    .hero-search__dropdown-list ul {
        overflow-y: auto;
        height: 353px;
        scrollbar-color: rgba(73, 82, 91, 0.15) #eff2f7;
        scrollbar-width: thin;
    }

    .hero-search__dropdown-list ul.list-link {
        padding-right: 15px;
    }

    .hero-search__dropdown-list ul::-webkit-scrollbar {
        width: 6px;
    }

    .hero-search__dropdown-list ul::-webkit-scrollbar-thumb {
        background-color: rgba(73, 82, 91, 0.15);
    }

    .hero-search__dropdown-list ul::-webkit-scrollbar-track {
        background-color: #eff2f7;
    }

    .hero-search__dropdown-list ul.list-search {
        padding: 10px 25px 0 10px;
        display: flex !important;
        flex-wrap: wrap;
    }

    .hero-search__dropdown-list ul.list-search.is-hidden {
        display: none !important;
    }

    .hero-search__buttons .btn .icon {
        font-size: 24px;
    }

    .hero-search__buttons .btn .text {
        padding-left: 15px;
    }

    .hero-search__dropdown-list ul.list-link li:not(:last-child) {
        margin-bottom: 7px;
    }

    .hero-search__dropdown .shortcuts>ul>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .hero-search__buttons .btn .icon svg {
        fill: #fff;
    }

    .shortcuts-card__content {
        display: block;
        position: relative;
    }

    .hero-search__dropdown-list ul.list-link li a {
        display: flex;
        align-items: center;
        color: #49525b;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        font-weight: 700;
        background: #eff2f7;
        line-height: 1.3;
        height: 65px;
        border-radius: 10px;
        transition: .3s;
    }

    .hero-search__dropdown-list ul.list-link li a:hover {
        background: #49525b;
        color: #fff;
    }

    .shortcuts-cover {
        overflow: hidden;
        height: 230px;
        border-radius: 10px;
        background: black;
    }

    .hero-search__dropdown .shortcuts-cover {
        height: 171px;
    }

    .shortcuts-body {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 1;
    }

    .shortcuts-body:before {
        content: "";
        position: absolute;
        height: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(transparent, black);
        opacity: .9;
        border-radius: 10px;
        z-index: -1;
        transition: .3s;
    }

    .shortcuts-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .6;
    }

    .shortcuts-body .title {
        padding: 20px 20px 0 20px;
    }

    .shortcuts-body__list {
        padding: 0 20px 10px 20px;
    }

    .shortcuts-body .title h4 {
        background: #666;
        color: #fff;
        display: inline-flex;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.3;
        padding: 5px 10px;
        border-radius: 10px;
    }

    .shortcuts-body__list ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        padding-top: 1px;
        padding-bottom: 1px;
        display: flex;
        align-items: center;
        position: relative;
    }

    .hero-search__dropdown .shortcuts-body__list ul li a {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .shortcuts-body__list ul li a::before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #55b250;
        border-radius: 50%;
        margin-right: 10px;
    }

    .shortcuts-body__list ul li a:hover {
        text-decoration: underline;
    }

    #autocomplete.style-ayAkd {
        display: block;
    }

    #style-BhU7z.style-BhU7z {
        background: #B69E7E;
    }

    #style-axSA2.style-axSA2 {
        background: #56a753;
    }
}

.mayor-custom {
    position: relative;
}

.mayor-header-custom {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    height: 100%;
}

.mayor-footer-custom {
    background-color: #fe7e00;
    border-radius: 11px;
    box-shadow: 15px 15px 35px rgba(254, 126, 0, 0.2);
    margin-top: 25px;
}

.mayor-cover-custom {
    background-color: #fff;
    border-radius: 11px;
    overflow: hidden;
}

.mayor-cover-custom img {
    width: 100%;
    height: 397px;
    object-fit: cover;
}

.mayor-photo-custom {
    position: absolute;
    bottom: 0;
    left: 15px;
    visibility: visible;
    animation-name: fadeInLeftSmall;
}

@media (min-width: 992px) {
    .mayor-photo-custom {
        width: 21vw;
        max-width: 376px;
    }
}

@media (min-width: 1750px) {
    .mayor-photo-custom {
        max-width: 376px;
    }
}

.mayor-body-custom {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px;
}

.mayor-body-custom:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    height: 60%;
    z-index: -1;
    background: linear-gradient(transparent, #324452);
    border-radius: 11px;
}

.mayor-body__heading-custom {
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.mayor-body__heading-custom .title {
    letter-spacing: -1px;
    font-weight: 900;
    margin: 0;
}

.mayor-body__heading-custom .title span:first-child {
    margin-right: 5px;
}

.mayor-body__heading-custom .title span:last-child {
    font-weight: 400;
}

.mayor-body__heading-custom .rank {
    font-weight: 300;
    margin-top: 5px;
    letter-spacing: 2.1px;
}

@media (min-width: 480px) {
    .mayor-body__heading-custom .title {
        font-size: 42px;
    }

    .mayor-body__heading-custom .rank {
        font-size: 18px;
    }
}

.mayor-social-custom {
    display: flex !important;
    margin-top: 20px;
}

.mayor-social-custom a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    background-color: #fff;
    color: #fe7e00;
    transition: 0.3s;
    text-decoration: none;
}

@media (min-width: 480px) {
    .mayor-social-custom a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

.mayor-social-custom a:not(:last-child) {
    margin-right: 7px;
}

.mayor-social-custom a:hover {
    background-color: #035e71;
    color: #fff;
}

.mayor-footer-custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mayor-footer-custom ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    color: #fff;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.3s;
    text-decoration: none;
}

@media (min-width: 992px) {
    .mayor-footer-custom ul li a {
        height: 4.3vw;
        max-height: 80px;
        font-size: 12px;
        text-decoration: none;
    }
}

.mayor-footer-custom ul li:not(:last-child) a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #fff;
}

.mayor-footer-custom ul li a:hover {
    color: rgba(0, 0, 0, 0.4);
}

.mayor-footer-custom ul li a span:last-child {
    font-weight: 300;
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#style-qVRz1.style-qVRz1 {
    height: 481.19px;
}

/* INDEX MAYOR END */
/* NEWS SECTION */

.newsSection *:not(.fa-solid):not(.fa) {
    font-family: "Barlow Semi Condensed", sans-serif !important;
}

/* .newsSection::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: rgb(255 255 255 / 81%);
} */

/* .newsSection {
    position: relative;
    background-image: url('https://atakum.bel.tr/img/atakum.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
} */

.newsSection .car-i button.active {
    font-weight: bold;
    text-decoration: underline;
}

.newsSection .carousel-item img {
    border: 10px solid #fff;
}

.newsSection .left-box {
    background-color: #1391ce;
}

.newsSection .left-box .title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #fff;
    padding: 30px 0;
}

.newsSection .news-list {
    font-weight: 400;
    color: #212529;
    line-height: 1;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-sizing: border-box !important;
    display: block;
    width: 100%;
}

.newsSection .news-list ul {
    font-weight: 400;
    color: #212529;
    line-height: 1;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.newsSection .news-list ul li a {
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    list-style-type: none;
    outline: none;
    box-sizing: border-box !important;
    background-color: transparent;
    touch-action: manipulation;
    text-decoration: none !important;
    border-top: 1px solid rgba(255 255 255 / .4);
    display: block;
    width: 100%;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-align: end;
}

.newsSection .left-box .news-list ul li a:hover {
    background-color: #106791;
    color: #fff;
}

.newsSection .slider-navigator {
    height: 55px;
    background: #E0E0E0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.newsSection .slider-navigator .slide-number {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #828282;
    cursor: pointer;
    margin: 0 5px;
}

.newsSection .slider-navigator .slide-number.active {
    color: #212529;
    font-weight: 900;
}

.newsSection .announcements-bottom {
    height: 55px;
    background: #E0E0E0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}

.newsSection .announcements-bottom button {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.01em;
    color: #828282;
    cursor: pointer;
    margin: 0 5px;
}

.newsSection .announcements-col .title {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    letter-spacing: 1px;
    color: #828282;
    padding-left: 10px;
}

.icon-an {
    font-size: 35px;
    color: #1391ce;
}

.ann-title {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.ann-title a {
    text-decoration: none;
    color: #000000;
}

.ann-text {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.announcements-col ul {
    margin-bottom: 0;
    height: 555px;
    overflow-y: auto;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
    scrollbar-width: thin;
}

.section-header {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #5e788f;
    letter-spacing: -0.2px;
    box-sizing: inherit;
    text-align: center;
    visibility: visible;
    text-transform: uppercase;
}

.section-header .heading {
    color: #5e788f;
    letter-spacing: -0.2px;
    text-align: center;
    visibility: visible;
    box-sizing: inherit;
    margin: 0;
    font-weight: normal;
    font-size: 66px;
    line-height: 1;
}

.section-header .heading span:first-child {
    letter-spacing: -0.2px;
    text-align: center;
    visibility: visible;
    font-weight: normal;
    font-size: 66px;
    line-height: 1;
    box-sizing: inherit;
    color: rgba(94, 120, 143, 0.1);
}

.section-header .heading span:last-child {
    letter-spacing: -0.2px;
    text-align: center;
    visibility: visible;
    font-weight: normal;
    font-size: 66px;
    line-height: 1;
    box-sizing: inherit;
    color: rgba(94, 120, 143, 0.2);
}

.alertInner {
    width: 100%;
    font-size: 12px;
}

.middle-logo:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("https://www.arnavutkoy.bel.tr/assets/img/logo-shadow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 342px;
    height: 224px;
    top: -100%;
    left: -50%;
    margin-left: -12px;
    pointer-events: none;
}

.map-card {
    position: absolute;
    top: 20%;
    transform: translate(0, 0);
    left: 5%;
    z-index: 1;
}

.map-card ul li:not(:last-child) {
    border-bottom: 1px solid #cecfd2;
}

.map-card ul li {
    cursor: pointer;
    transition: .3s;
    font-weight: 900;
}

.map-card ul li:hover {
    background-color: var(--main-color);
    color: #fff;
}

.map-card-list {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
}

#map {
    flex-grow: 1;
}

.card-img-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
}

.news-bottom-links {
    background-color: #fe7e00;
}

.news-bottom-links a {
    text-decoration: none;
    padding: 11.9px;
    color: #fff;
}

.newsSection .card:not(.bg-dark) {
    border: none !important;
    border-radius: 0 !important;
}

#slider-numbers .btn:not(:last-child) {
    border-right: 1px solid rgba(255 255 255 / 0.1);
}

.newsSection .card-img:not(.side-news):not(.news-bottom .card-img) {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.newsSection .side-news {
    height: 326px;
    width: 100%;
    object-fit: cover;
}

/* NEWS SECTION END */
/* FOOTER BEFORE*/
.social-footer-before {
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.2px;
    visibility: visible;
    box-sizing: inherit;
    text-decoration: none;
    width: 52px;
    height: 52px;
    background-color: rgba(219, 226, 231, 0.5);
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 11px;
    color: #5e788f;
    font-size: 18px;
    transition: .3s;
    margin-right: 10px;
}

.slogan {
    line-height: 1.6;
    box-sizing: inherit;
    font-weight: 900;
    color: #455f76;
    font-size: 48px;
    letter-spacing: -1px;
    margin-top: 15px;
    visibility: visible;
}

.slogan span {
    font-weight: 400;
}

.app-footer-before .heading {
    text-transform: uppercase;
    color: #fe7e00;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.title-footer-before {
    box-sizing: inherit;
    margin: 0;
    font-weight: normal;
    color: #455f76;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
    font-size: 42px;
    text-transform: uppercase;
}

/* FOOTER BEFORE END*/
/* FOOTER */
.footer {
    position: relative;
    z-index: 995;
    background-color: #fff;
}

.header-logo {
    position: absolute;
    z-index: 2;
}

.header-logo img {
    height: 150px;
}

.header-logo.ui-style-1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -85px;
}

.footer-contact:not(.ui-not) {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 30px rgba(94, 120, 143, 0.08);
    box-shadow: 0 0 30px rgba(94, 120, 143, 0.08);
    border-radius: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

@media (min-width: 992px) {
    .footer-contact:not(.ui-not) {
        padding-top: 75px;
    }
}

.footer-contact:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer-sub {
        margin-top: 60px;
    }
}

.footer-contact:not(.ui-not) .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-links.ui-list-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ui-pos-relative {
    position: relative;
}

.footer-sub .item {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 30px rgba(94, 120, 143, 0.08);
    box-shadow: 0 0 30px rgba(94, 120, 143, 0.08);
    border-radius: 15px;
    overflow: hidden;
}

@media (min-width: 480px) {
    .footer-sub .item {
        padding: 30px 40px;
    }
}

.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.footer-contact:not(.ui-not) .item .icon {
    width: 45px;
    height: 45px;
    color: #455f76;
    background-color: rgba(219, 226, 231, 0.5);
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-contact:not(.ui-not) .item .icon svg {
    width: 1.3em;
    height: 1em;
}

.footer .form-field {
    padding-left: 0;
}

.footer input {
    outline: none;
}

.footer label.checkbox input {
    display: none;
}

.footer-contact:not(.ui-not) ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-contact:not(.ui-not) .item:hover .icon {
    background-color: #fe7e00;
    color: #fff;
}

.footer-contact:not(.ui-not) .item .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 13px;
}

.footer-links.ui-list-btn ul li {
    margin-bottom: 10px;
}

.footer-links:not(.ui-list-btn) ul li:not(:last-child) {
    margin-bottom: 9px;
}

.footer-contact:not(.ui-not) .item .desc .phone {
    color: #455f76;
    font-weight: 900;
    letter-spacing: -0.5px;
    font-size: 26px;
}

.footer-contact:not(.ui-not) .item .desc .text {
    color: #5e788f;
    font-size: 13px;
    line-height: 1.4;
}

.footer-links.ui-list-btn ul li a:hover {
    background-color: #035e71;
    color: #fff;
}

.footer-sub__heading .title {
    color: #fe7e00;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.footer-sub__heading .text {
    font-weight: 700;
    margin-top: 10px;
}

@media (min-width: 480px) {
    .footer-sub__heading .text {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .footer-sub__heading .text {
        padding-right: 150px;
    }
}

ul {
    list-style: none;
    padding-left: 0;
}

.footer-links:not(.ui-list-btn) ul li a:hover {
    color: #fe7e00;
}

.footer-contact:not(.ui-not) .item .desc .phone span:first-child {
    font-size: 18px;
}

.footer-sub__content form .form-messages {
    display: none;
}

.footer-heading {
    color: #455f76;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}

.footer-links.ui-list-btn ul li:not(:last-child) {
    margin-right: 10px;
}

.footer-links.ui-list-btn ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #dbe2e7;
    border-radius: 11px;
    padding: 8px 12px;
    color: #5e788f;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.footer .js-form-item,
.footer .col-lg-3 {
    padding-left: 0;
}

.footer a {
    text-decoration: none;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer span,
.footer a,
.footer li,
.footer div,
.footer button,
.footer input,
.footer textarea,
.footer label,
.footer strong,
.footer em,
.footer b {
    font-family: "Cerebri Sans", sans-serif !important;
}

.footer-links:not(.ui-list-btn) ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a93a9;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    text-decoration: none;
}

.footer-links:not(.ui-list-btn) ul li a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    opacity: .5;
}

.footer-contact:not(.ui-not) .item .desc .text {
    color: #5e788f;
    font-size: 13px;
    line-height: 1.4;
}

.ui-mt-10px {
    margin-top: 10px;
}

.form-messages.ui-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

.form-messages.ui-error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.ui-gutter-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.form>form>ul> :not(:last-child) {
    margin-bottom: 15px;
}

.form-field input {
    width: 100%;
    height: 60px;
    border-radius: 15px;
    font-family: inherit;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid transparent;
    color: #7a93a9;
    font-size: 14px;
    font-weight: 600;
    background: rgba(219, 226, 231, 0.5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-kvkk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-send>input {
    height: 60px;
    font-family: inherit;
    width: 100%;
    border: 2px solid transparent;
    text-align: center;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    will-change: transform;
}

.form-send.ui-style-footer input,
.form-send.ui-style-footer button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}

.form-send:not(.is-hidden)>input {
    background: #035e71;
    color: #fff;
}

label.checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

label.checkbox .checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid rgba(94, 120, 143, 0.2);
    border-radius: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
}

label.checkbox .checkbox::before {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 3px;
    line-height: 0.7;
    font-size: 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fe7e00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

label.checkbox input:checked+.checkbox::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

label.checkbox .text {
    color: #5e788f;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    line-height: 1.3;
    padding-left: 8px;
    margin-top: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

label.checkbox input:checked+.checkbox+.text {
    font-weight: 700;
    color: #5e788f;
}

.form-send>button {
    height: 60px;
    font-family: inherit;
    width: 100%;
    border: 2px solid transparent;
    text-align: center;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    will-change: transform;
}

.form-send:not(.is-hidden)>button {
    background: #035e71;
    color: #fff;
}

.form-send:not(.is-hidden)>button:hover {
    background-color: #fe7e00;
    -webkit-box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.2);
    box-shadow: 5px 5px 20px rgba(254, 126, 0, 0.2);
}

label.checkbox .text a {
    font-weight: 800;
    color: #455f76;
}

/* FOOTER END */
/* SEARCH MODAL */
.modal.modal-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 38, 45, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    will-change: opacity;
}

.modal-search.modal:not(.ui-no-padding) {
    padding-left: 10px;
    padding-right: 10px;
}

.modal-search .modal-wrapper:not(.ui-not) {
    background-color: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    will-change: opacity, transform;
}

.modal-search .modal-dialog {
    max-width: unset !important;
    margin: 0;
}

.modal-search .modal-wrapper {
    width: 800px;
    height: 700px;
    max-height: 90%;
    overflow: hidden;
    border-radius: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.modal-search .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.modal-search .no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.modal-search .modal-search__row {
    height: 100%;
}

.modal-search .modal-search__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
    height: 100%;
    background-color: rgba(254, 126, 0, 0.06);
}

.modal-search .modal-search__container {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
}

.modal-search h4 {
    margin: 0;
}

.modal-search h4 {
    font-weight: normal;
}

.modal-search .modal-search__nav .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fe7e00;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-search ul {
    margin: 0;
}

.modal-search ul {
    padding: 0;
}

.modal-search ul {
    list-style: none;
}

.modal-search .modal-search__nav ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-search .modal-search__input {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.modal-search .modal-search__content {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-top: 10px;
    height: calc(100% - 66px);
    overflow-y: auto;
    scrollbar-color: #fe7e00 rgba(254, 126, 0, 0.2);
    scrollbar-width: thin;
}

.modal-search .modal-search__content:-webkit-scrollbar {
    width: 5px;
}

.modal-search .modal-search__content:-webkit-scrollbar-thumb {
    background-color: #fe7e00;
}

.modal-search .modal-search__content:-webkit-scrollbar-track {
    background-color: rgba(254, 126, 0, 0.2);
}

.modal-search .icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.modal-search .modal-search__nav .heading .icon {
    color: #fe7e00;
    font-size: 20px;
}

.modal-search .modal-search__nav .heading .text {
    padding-left: 10px;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 900;
    text-transform: uppercase;
}

.modal-search .modal-search__input>.icon {
    position: absolute;
    left: 20px;
    color: #7a93a9;
    font-size: 24px;
    opacity: .3;
}

.modal-search input {
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-search input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.modal-search input {
    overflow: visible;
}

.modal-search .modal-search__input input {
    width: 100%;
    height: 100%;
    font-family: inherit;
    color: #7a93a9;
    padding-left: calc(25px + 40px);
    padding-right: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

.modal-search .modal-search__input .border {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fe7e00), to(#ffd8b3));
    background-image: -o-linear-gradient(left, #fe7e00, #ffd8b3);
    background-image: linear-gradient(to right, #fe7e00, #ffd8b3);
    width: 0;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}

.modal-search button {
    background: none;
    cursor: pointer;
}

.modal-search button {
    border: 0;
}

.modal-search button {
    padding: 0;
}

.modal-search button {
    outline: 0;
}

.modal-search button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.modal-search button {
    overflow: visible;
}

.modal-search button {
    text-transform: none;
}

.modal-search button,
[type="button"] {
    -webkit-appearance: button;
}

.modal-search .modal-search__input .btn-close {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.modal-search .ui-d-none {
    display: none !important;
}

.modal-search svg {
    width: 1.3em;
    height: 1em;
}

.modal-search .modal-search__nav .heading .icon svg {
    fill: #fe7e00;
}

.modal-search a {
    text-decoration: none;
}

.modal-search a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.modal-search .modal-search__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 25px;
    color: #fe7e00;
    position: relative;
    z-index: 1;
}

.modal-search .modal-search__nav ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    left: 7px;
    background-color: #fe7e00;
    border-radius: 11px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.modal-search .modal-search__nav ul li a:hover {
    color: #fff;
}

.modal-search .modal-search__nav ul li a:hover::after {
    opacity: 1;
    visibility: visible;
}

.modal-search .modal-search__input .btn-close .icon {
    font-size: 24px;
    color: #7a93a9;
    opacity: .7;
}

.modal-search .modal-search__input .btn-close:hover .icon {
    opacity: 1;
}

.modal-search .modal-search__content .list-common ul {
    position: relative;
}

.modal-search .modal-search__content .list-common ul::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    height: 25px;
}

.modal-search .modal-search__nav ul li a .icon {
    opacity: .5;
    font-size: 22px;
    width: 24px;
}

.modal-search .modal-search__nav ul li a .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    padding-left: 12px;
}

.modal-search .list-links>ul>li:not(:last-child) {
    margin-bottom: 8px;
}

.modal-search .list-links>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #5e788f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: rgba(219, 226, 231, 0.4);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 11px;
}

.modal-search .list-links:not([class*="ui-size-"])>ul>li>a {
    font-size: 13px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.modal-search .list-links>ul>li>a:hover {
    background-color: #7a93a9;
    color: #fff;
}

.modal-search .list-links>ul>li>a>.icon {
    opacity: .3;
}

.modal-search .list-links:not([class*="ui-size-"])>ul>li>a>.icon {
    font-size: 20px;
    margin-top: 2px;
}

.modal-search .list-links>ul>li>a .desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-search .list-links:not([class*="ui-size-"])>ul>li>a .desc {
    padding-left: 12px;
}

.modal-search h3 {
    margin: 0;
    font-size: 13px;
}

.modal-search h3 {
    font-weight: normal;
}

.modal-search .list-links>ul>li>a .desc>.title {
    font-weight: 700;
}

/* SEARCH MODAL END */
.crossSection2 .components-col {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.crossSection2 .components-col.bg {
    background: #1759b0;
}

.crossSection2 .components-col:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: #0e4082;
}

.crossSection2 .components-content.left {
    float: right;
    width: 100%;
}

.crossSection2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.crossSection2 .gutter-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.crossSection2 .shortcuts-nav ul li {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.crossSection2 .gutter-5>[class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.crossSection2 .shortcuts-container .shortcuts {
    padding-right: 20px;
    padding-left: 20px;
    height: 437px;
    overflow-y: auto;
    scrollbar-color: #55b250 rgba(85, 178, 80, 0.3);
    scrollbar-width: thin;
    padding-bottom: 50px;
}

.crossSection2 .shortcuts-container .shortcuts::-webkit-scrollbar {
    width: 6px;
}

.crossSection2 .shortcuts-container .shortcuts::-webkit-scrollbar-thumb {
    background-color: #55b250;
}

.crossSection2 .shortcuts-container .shortcuts::-webkit-scrollbar-track {
    background-color: rgba(85, 178, 80, 0.3);
}

.crossSection2 a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

.crossSection2 .shortcuts-nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .2s;
    transition: .2s;
    height: 60px;
    border-radius: 10px 10px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.crossSection2 .shortcuts-nav ul li.is-current a {
    color: #fff;
    background: #1553a4;
}

.crossSection2 .shortcuts-nav ul li.is-current a,
.crossSection2 .shortcuts-nav ul li:hover a {
    color: #fff;
    background: #1553a4;
}

.crossSection2 .shortcuts:not(.v-list) .shortcuts-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 135px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    background-color: #fff;
}

.crossSection2 .shortcuts:not(.v-list) .shortcuts-card a:hover {
    background: rgba(19 145 206 / 1);
}

.shortcuts-card a:hover .title span,
.shortcuts-card a:hover .title {
    color: #fff !important;
}

.crossSection2 .icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    color: var(--main-color);
}

.crossSection2 .row {
    margin: 0;
}

.crossSection2 .shortcuts:not(.v-list) .shortcuts-card a .icon {
    color: var(--main-color);
    font-size: 32px;
    margin-bottom: 15px;
    opacity: .4;
}

.crossSection2 .shortcuts:not(.v-list) .shortcuts-card a:hover .icon {
    opacity: 1;
    color: #fff;
}

.crossSection2 h4 {
    margin: 0;
    font-weight: normal;
}

.crossSection2 .shortcuts:not(.v-list) .shortcuts-card a .title {
    width: 100%;
    color: var(--main-color);
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
}

.crossSection2 .shortcuts:not(.v-list) .shortcuts-card a .title span {
    font-weight: 800;
    display: block;
}

/* asd */

.crossSection2 * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.crossSection2 .view-common {
    position: relative;
    background: rgba(255, 255, 255, .5);
    border-radius: 11px;
    -webkit-box-shadow: 0 0 50px rgba(1, 33, 85, .15);
    box-shadow: 0 0 50px rgba(1, 33, 85, .15);
    padding: 15px;
}

.crossSection2 .view-multimedia {
    height: 260px;
    position: relative;
}

.crossSection2 .view-multimedia:not(:last-child) {
    margin-bottom: 25px;
}

.crossSection2 .view-common__header {
    background: #1553a4;
    border-radius: 8px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    padding-left: 20px;
    padding-right: 20px;
}

.crossSection2 .view-multimedia__carousel {
    margin-top: 15px;
}

.crossSection2 h5 {
    margin: 0;
    font-weight: 400;
}

.crossSection2 .view-common__header .heading {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
}

.crossSection2 .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.crossSection2 .owl-carousel.owl-loaded {
    display: block;
}

.crossSection2 .view-multimedia .owl-multimedia {
    position: inherit;
}

.crossSection2 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.crossSection2 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.crossSection2 .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.crossSection2 .owl-nav-style .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -25px;
}

.crossSection2 .owl-nav-style.bottom-center .owl-theme .owl-nav {
    position: absolute;
    top: inherit;
    bottom: inherit;
}

.crossSection2 .owl-nav-style.bottom-center.multimedia .owl-theme .owl-nav {
    bottom: -20px;
}

.crossSection2 .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.crossSection2 .owl-carousel .owl-dots.disabled {
    display: none !important;
}

.crossSection2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.crossSection2 .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.crossSection2 .owl-carousel .owl-stage::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.crossSection2 button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
    background: 0 0;
    cursor: pointer;
    border: 0;
    padding: 0;
    outline: 0;
}

.crossSection2 button,
[type="button"] {
    -webkit-appearance: button;
}

.crossSection2 .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crossSection2 .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.crossSection2 .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit;
}

.crossSection2 .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 18px;
    padding-top: 1px !important;
    background: rgba(53, 122, 232, .4);
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .3s;
    transition: .3s;
}

.crossSection2 .owl-nav-style .owl-theme .owl-nav button.owl-prev {
    left: 50px;
    padding-right: 2px !important;
}

.crossSection2 .owl-nav-style.bottom-center .owl-theme .owl-nav button {
    left: inherit !important;
    right: inherit !important;
}

.crossSection2 .owl-nav-style.bottom-center .owl-theme .owl-nav [class*="owl-"] {
    background: #e4591f;
    width: 40px;
    height: 40px;
    padding-top: 2px !important;
}

.crossSection2 .owl-nav-style.bottom-center.multimedia .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    opacity: 1;
}

.crossSection2 .owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #357ae8;
}

.crossSection2 .owl-nav-style.bottom-center .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f17743;
}

.crossSection2 .owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crossSection2 .owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit;
}

.crossSection2 .owl-nav-style .owl-theme .owl-nav button.owl-next {
    right: 50px;
    padding-left: 2px !important;
}

.crossSection2 .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.crossSection2 .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.crossSection2 .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.crossSection2 .gallery-card a {
    display: block;
    position: relative;
}

.crossSection2 .gallery-photo {
    height: 110px;
    overflow: hidden;
    border-radius: 5px;
}

.crossSection2 .gallery-header {
    position: relative;
}

.crossSection2 .gallery-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
    transition: transform 1s cubic-bezier(0, 0, .2, 1);
    transition: transform 1s cubic-bezier(0, 0, .2, 1), -webkit-transform 1s cubic-bezier(0, 0, .2, 1);
}

.crossSection2 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.crossSection2 .gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.crossSection2 .gallery-card a:hover .gallery-photo img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.crossSection2 .icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.crossSection2 .gallery-header .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(1, 33, 85, .7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-left: 2px;
}

/* Inline style overrides */
.crossSection2 #style-zkdad {
    transform: translate3d(-507px, 0px, 0px);
    transition: all;
    width: 1523px;
}

.crossSection2 #style-SAFOA {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-NOeAo {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-47YvC {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-FYmUL {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-8fw4W {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-9vLYx {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-Yd1n7 {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-I2Thb {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-YixnX {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-QUPAK {
    transform: translate3d(-507px, 0px, 0px);
    transition: all;
    width: 1693px;
}

.crossSection2 #style-1TNi7 {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-Cbkmn {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-PZXWC {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-evK42 {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-1cIZU {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-PC4Vx {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-HlQET {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-KyN3N {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-oFdBZ {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 #style-Ah224 {
    width: 159.219px;
    margin-right: 10px;
}

.crossSection2 .owl-nav button span {
    color: #fff !important;
    margin-bottom: 5px;
}

@media screen and (max-height:768px) {
    .extra-menu-cont .tab-pane {
        height: 235px;
    }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1500px;
}

.sliderSection .form-control {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.sliderSection .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.sliderSection .search-bar .card h6 {
    font-size: 12px;
    color: #fff;
    font-weight: bolder;
}

.sliderSection .card {
    background-color: rgb(0 0 0 / 60%);
}

.sliderSection .search-bar .card i {
    color: #fff;
}

.sliderSection .search-bar h1 span:first-child {
    color: #fe5923;
}

.bg-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgb(255 255 255 / 36%), rgba(0, 0, 0, 0));
}

.button-86 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    background: #28282d;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}

.form-control:active,
.form-control:hover {
    box-shadow: none;
}

.animated-arrow {
    font-size: 2rem;
    color: #ffffff;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(5px);
    }
}

.text-facebook {
    color: #1877F2 !important;
    /* Facebook blue */
}

.text-twitter {
    color: #1DA1F2 !important;
    /* Twitter blue */
}

.text-instagram {
    color: #E1306C !important;
    /* Instagram gradient pink */
}

.text-youtube {
    color: #FF0000 !important;
    /* YouTube red */
}

.social-card {
    width: 50px;
    /* Smaller size for social media icons */
    height: 50px;
}

.hvr-grow {
    transition: transform 0.3s ease-in-out;
}

.hvr-grow:hover {
    transform: scale(1.1);
}

.ft-logo {
    height: 100px;
}

.page-content {
    min-height: 650px;
}

.page-header {
    box-sizing: border-box;
    transition: .3s all ease;
    height: 500px;
    width: 100%;
    position: relative;
    font-family: "ankara display", sans-serif, arial !important;
}

.background-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.background-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-header-title {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -100%);
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(0 0 0 / 75%);
}

.page-content {
    background-color: #f1f1f1;
}

.sidebar-menu {
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    background: #f1f1f1;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px;
}

.page-content *:not(.fa) {
    font-family: "ankara display", sans-serif, arial !important;
}

@media (min-width: 992px) {
    .sidebar-menu .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.sidebar-menu .order-1 {
    order: 1 !important;
}

@media (min-width: 768px) {
    .sidebar-menu .order-md-0 {
        order: 0 !important;
    }
}

.sidebar-menu ul {
    padding-left: 2rem;
}

.sidebar-menu ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.sidebar-menu ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background: #fff;
}

.sidebar-menu ul li:not(.heading):not(:first-child) {
    border-top: 1px solid #efefef;
}

.sidebar-menu a {
    color: #0d6efd;
    text-decoration: underline;
}

.sidebar-menu a {
    text-decoration: none;
    color: #000;
}

.sidebar-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 50px 15px 20px;
    font-size: 1.063rem;
    line-height: 1.5;
    -webkit-transition: .2s;
    transition: .2s;
}

.sidebar-menu .heading a {
    text-transform: uppercase;
    background: #ddd;
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 15px 20px;
}

.sidebar-menu a:hover {
    color: #0a58ca;
}

.sidebar-menu a:hover {
    text-decoration: underline;
}

.sidebar-menu .heading a:hover {
    text-decoration: none;
}

.sidebar-menu ul li:not(.heading) a::after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    color: #000;
    display: inline-block;
    font-weight: 900;
    -webkit-transition: .2s;
    transition: .2s;
}

.sidebar-menu ul li:not(.heading):hover a {
    padding-left: 25px;
    background: #ddd;
    color: #000;
    text-decoration: none;
}

.sidebar-menu ul li:not(.heading):hover a::after {
    right: 15px;
}

.sidebar-menu .heading a:hover {
    color: #000;
}

.page-widget {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f1f1f1;
}

.page-widget .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: .25rem;
}

.page-widget .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.page-widget .mb-4 {
    margin-bottom: 1.5rem !important;
}

.page-widget .rounded {
    border-radius: .25rem !important;
}

.page-widget .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.page-widget .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.page-widget .card-header {
    border: 0;
    background: #ddd;
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 1.25rem;
}

.page-widget .card-body {
    flex: 1 1 auto;
    padding: 25px;
}

.page-widget ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-widget .icon-list {
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-widget .icon-list li {
    overflow: hidden;
    border: 1px solid #efefef;
    display: flex;
    align-items: stretch;
    margin-bottom: 4px;
    border-radius: var(--border-radius);
}

.page-widget label {
    display: inline-block;
}

.page-widget .icon-list li label {
    background: #f8f8f8;
    color: var(--main-color);
    border-right: 1px solid #efefef;
    margin: 0;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    justify-content: center;
    flex: 0 0 40px;
}

.page-widget .icon-list li div {
    padding: 10px;
    display: flex;
    justify-content: left;
    flex: 0 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: wrap;
}

.news-bottom .card {
    position: relative;
    overflow: hidden;
}

.news-bottom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.news-bottom .card-img-overlay {
    z-index: 2;
}

.news-bottom .badge {
    background-color: #ffcc00;
    font-weight: bold;
    border-radius: 1rem;
}

.news-bottom .date {
    font-size: 0.875rem;
    font-weight: 500;
}

.news-bottom .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.projects-photo {
    height: 375px;
    overflow: hidden;
    border-radius: 10px;
}

.projects-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.projects-footer {
    text-align: center;
    padding-top: 15px;
}

.projects-footer .title {
    color: #828282;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.projects-footer .tag {
    color: var(--main-color);
    font-size: 13px;
}

.footer-bottom * {
    box-sizing: border-box;
}

.footer-bottom ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-bottom .footer-socials {
    height: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.footer-bottom .footer-socials li {
    display: flex;
    height: 100%;
    align-items: center;
}

.footer-bottom .footer-socials li.btn1 {
    background: #777;
}

.footer-bottom .footer-socials li.btn-abbtv {
    background: #555;
}

.footer-bottom a {
    color: #0d6efd;
    text-decoration: underline;
}

.footer-bottom .footer-socials li a {
    padding: 0 10px;
    color: #888;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 20px;
}

.footer-bottom .footer-socials li.fb a {
    color: #1877f2;
}

.footer-bottom a:hover {
    color: #0a58ca;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-socials li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, .1);
}

.footer-bottom .footer-socials li.tw a {
    color: #1da1f2;
}

.footer-bottom .footer-socials li.yt a {
    color: red;
}

.footer-bottom .footer-socials li.ins a {
    color: #c13584;
}

.footer-bottom .footer-socials li.te a {
    color: #08c;
}

.footer-bottom .footer-socials li.btn1 a {
    color: #fff;
    padding: 0 15px;
}

.footer-bottom .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.footer-bottom .fa-facebook-f:before {
    content: "\f39e";
}

.footer-bottom .fa-twitter:before {
    content: "\f099";
}

.footer-bottom .fa-youtube:before {
    content: "\f167";
}

.footer-bottom .fa-instagram:before {
    content: "\f16d";
}

.footer-bottom .fa-telegram-plane:before,
.footer-bottom .fa-telegram:before {
    content: "\f2c6";
}

.footer-bottom .footer-socials li span {
    font-size: .925rem;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 10px;
    margin-left: 10px;
}

.footer-bottom img {
    vertical-align: middle;
}

.footer-bottom *:not(.fa):not(.fa-brands) {
    font-family: "ankara display", sans-serif, arial !important;
}

.footer-bottom .footer-socials li.btn-abbtv img {
    height: 30px;
}

.owl-modal .item img {
    height: 350px;
    object-fit: contain;
    width: 100%;
}

.owl-thumbs img {
    cursor: pointer;
}

.owl-modal .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-modal .owl-nav button.owl-prev,
.owl-modal .owl-nav button.owl-next {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: #007bff;
    cursor: pointer;
}

.inner-page__header * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.inner-page__header {
    position: relative;
    min-height: 475px;
}

.inner-page__header .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .inner-page__header .container {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .inner-page__header .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .inner-page__header .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .inner-page__header .container {
        max-width: 1300px;
    }
}

@media (min-width: 1750px) {
    .inner-page__header .container {
        max-width: 1300px;
    }
}

.inner-page__header .inner-page__heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-page__header .ui-pos-relative {
    position: relative;
}

.inner-page__header .inner-page__heading-content {
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.inner-page__header .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-page__header .page-content__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a93a9;
}

.inner-page__header .page-content__back.ui-pos-bottom-right {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
    padding-right: 15px;
    padding-bottom: 12px;
}

.inner-page__header .page-content__back:hover {
    color: #5e788f;
}

.inner-page__header .inner-page__heading-content .title {
    color: #035e71;
    font-weight: 800;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .inner-page__header .inner-page__heading-content .title {
        font-size: 54px;
        letter-spacing: -2.5px;
    }
}

.inner-page__header .inner-page__heading-content .text {
    color: #4f8e9c;
    line-height: 1.6;
    margin-top: 5px;
}

@media (min-width: 480px) {
    .inner-page__header .inner-page__heading-content .text {
        font-size: 14px;
    }
}

.inner-page__header .breadcrumb ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.inner-page__header .breadcrumb.ui-bg ul {
    z-index: 1;
    position: relative;
    background-color: #fff;
}

@media (min-width: 480px) {
    .inner-page__header .breadcrumb.ui-bg ul {
        padding: 13px 30px;
    }
}

.inner-page__header .breadcrumb.ui-bg ul.ui-radius-full {
    border-radius: 15px;
}

.inner-page__header .breadcrumb ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.inner-page__header .breadcrumb ul li a {
    font-size: 12px;
    text-transform: capitalize;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.inner-page__header .breadcrumb.ui-color-1 ul li a {
    color: #81afb8;
}

.inner-page__header .breadcrumb ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    margin-right: 13px;
}

.inner-page__header .breadcrumb.ui-color-1 ul li a::after {
    border-top: 1px solid #fe7e00;
    border-right: 1px solid #fe7e00;
}

.inner-page__header .breadcrumb ul li:last-child a::after {
    display: none;
}

.inner-page__photo {
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #5e788f;
    letter-spacing: -0.2px;
    box-sizing: inherit;
    height: 475px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}

.inner-page__photo img {
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #5e788f;
    letter-spacing: -0.2px;
    box-sizing: inherit;
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-page__photo.ui-pos-absolute::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ecf0f2));
    background-image: -o-linear-gradient(transparent, #ecf0f2);
    background-image: linear-gradient(transparent, #ecf0f2);
}

.tender-card {
    border: 1px solid #D3D3D3;
}

.tender-card p {
    color: #5B5B5B;
}

.bottom-tender p {
    font-size: 12px;
}

.administrative-body .schema {
    margin-top: 50px;
    margin-bottom: calc(80px + (20px * 2));
}

.administrative-body .page-content__header .title {
    color: #79ac2b;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
}

.administrative-body .schema>div {
    margin-bottom: 20px;
}

.administrative-body .schema-middle {
    position: relative;
    padding-left: 85px;
}

.administrative-body .schema-middle:before {
    content: "";
    background: #4d6379;
    width: 1px;
    position: absolute;
    left: 52.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -130px;
    top: calc(-1 * (80px + (20px * 2)));
    bottom: calc(-1 * (80px + (20px * 2)));
}

.administrative-body .schema-footer {
    margin-top: calc(80px + (20px * 2) + 30px);
}

.administrative-body .schema>div:last-child {
    margin-bottom: 0;
}

.administrative-body ul {
    margin: 0;
}

.administrative-body ul {
    padding: 0;
}

.administrative-body ul {
    list-style: none;
}

.administrative-body .schema-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.administrative-body .schema-list:last-child {
    margin-bottom: 0;
}

.administrative-body .schema-list.no.padding-left {
    margin-left: -85px;
}

.administrative-body .schema-list>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.administrative-body .schema-list>li::before {
    content: "";
    height: 1px;
    width: 30px;
    background: #4d6379;
    left: -20px;
    top: 40px;
    position: absolute;
}

.administrative-body .schema-list.no.line>li::before {
    display: none;
}

.administrative-body a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.administrative-body a {
    text-decoration: none;
}

.administrative-body .schema-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    color: #4d6379;
    line-height: 1.3;
    -webkit-box-shadow: 5px 5px 50px rgba(23, 53, 86, 0.15);
    box-shadow: 5px 5px 50px rgba(23, 53, 86, 0.15);
    height: 80px;
    border-radius: 15px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.administrative-body .schema-list>li:hover>a {
    background: #4d6379;
    color: #fff;
}

.administrative-body .schema-list>li.is-arrow>a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-right: 60px;
}

.administrative-body .schema-dropdown {
    margin-top: 20px;
    padding-left: 50px;
    position: relative;
    display: none;
}

.administrative-body .schema-dropdown:before {
    content: "";
    background: #4d6379;
    width: 1px;
    position: absolute;
    top: -20px;
    bottom: calc(60px / 2);
    left: 20px;
    z-index: -1;
}

.administrative-body .schema-list>li>a .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}

.administrative-body .schema-list>li>a .text {
    font-size: 14px;
    font-weight: 300;
}

.administrative-body .schema-list>li.is-arrow>a .arrow {
    position: absolute;
    border-left: solid 1px #ddd;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    border-radius: 0 15px 15px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.administrative-body .schema-list>li.is-arrow>a .arrow::before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #4d6379;
    border-right: 1px solid #4d6379;
}

.administrative-body .schema-list>li.is-arrow>a .arrow:hover {
    background: #38516b;
}

.administrative-body .schema-list>li.is-arrow:hover>a .arrow::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.administrative-body .schema-dropdown li {
    position: relative;
    margin-bottom: 20px;
}

.administrative-body .schema-dropdown li::before {
    content: "";
    height: 1px;
    width: 30px;
    background: #4d6379;
    left: -30px;
    top: 30px;
    position: absolute;
}

.administrative-body .schema-dropdown li:last-child {
    margin-bottom: 0;
}

.administrative-body .schema-footer .schema-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.administrative-body .schema-footer .schema-list:first-child li::before {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    top: -30px;
    background: #4d6379;
    width: inherit;
}

.administrative-body .schema-footer .row>div:first-child .schema-list:first-child li::before {
    left: 30px;
}

.administrative-body .schema-footer .schema-list:first-child li::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #4d6379;
    position: absolute;
    top: -30px;
    right: 170px;
}

.administrative-body .schema-footer .row>div:first-child .schema-list:first-child li::after {
    left: 30px;
}

.administrative-body .schema-footer .row>div:last-child .schema-list:first-child li::before {
    right: 30px;
}

.administrative-body .schema-footer .row>div:last-child .schema-list:first-child li::after {
    right: 30px;
}

.administrative-body .schema-dropdown li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    background: #374a5e;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}

.administrative-body .schema-dropdown li a:hover {
    background: #4d6379;
}

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Outfit:100,200,300,400,500,600,700,800,900&display=swap');

@font-face {
    font-family: 'themify';
    src: url('https://duruthemes.com/demo/html/archex/dark/fonts/themify.eot');
    src: url('https://duruthemes.com/demo/html/archex/dark/fonts/themify.eot?#iefix') format('embedded-opentype'),
        url('https://duruthemes.com/demo/html/archex/dark/fonts/themify.woff') format('woff'),
        url('https://duruthemes.com/demo/html/archex/dark/fonts/themify.ttf') format('truetype'),
        url('https://duruthemes.com/demo/html/archex/dark/fonts/themify.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.owl-spec {
    list-style: none;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
}

.owl-spec * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

.owl-spec .item {
    position: relative;
    display: block;
}

.owl-spec .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.bottom-fade {
    width: 100%;
    top: 0;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    z-index: 1;
    border-radius: 20px 20px 20px 20px;
}

.owl-spec .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}

.owl-spec .con.active {
    visibility: visible;
    opacity: 1;
}

.owl-spec .img img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.owl-spec .item:hover .img img {
    transform: scale(1.05);
}

.owl-spec .con .title {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

.owl-spec .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: transparent !important;
    border-top-left-radius: 50%;
    padding: 15px;
}

.owl-spec .con .title h4 {
    font-family: "Oswald", sans-serif;
    font-size: 21px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.owl-spec .con .title h6 {
    font-family: "Outfit", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
}

.owl-spec .con .icon .arrow {
    background: rgba(19 145 206 / 1);
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.owl-spec .con .title h6 span {
    color: rgba(19 145 206 / 1);
    margin-right: 2px;
}

.owl-spec .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(19 145 206 / 1);
}

.owl-spec .owl-dots .owl-dot.active span,
.owl-spec .owl-dots .owl-dot:hover span {
    background: rgba(19 145 206 / 1);
    border: 1px solid rgba(19 145 206 / 1);
}

.page-content__heading.small {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
    --swiper-theme-color: #1553a4;
    --swiper-navigation-size: 32px;
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
    -webkit-box-direction: reverse;
    box-sizing: inherit;
    color: #49525b;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    letter-spacing: 0;
}

.col-sidebar__buttons {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
    --swiper-theme-color: #1553a4;
    --swiper-navigation-size: 32px;
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    -webkit-box-direction: reverse;
    box-sizing: inherit;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.col-sidebar__buttons ul li {
    transition: .3s;
}

.col-sidebar__buttons ul li:hover {
    background-color: #efefef;
}

.col-sidebar__buttons ul li:not(:last-child) {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
    --swiper-theme-color: #1553a4;
    --swiper-navigation-size: 32px;
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    -webkit-box-direction: reverse;
    list-style: none;
    box-sizing: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.col-sidebar__buttons ul li a {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
    --swiper-theme-color: #1553a4;
    --swiper-navigation-size: 32px;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    -webkit-box-direction: reverse;
    list-style: none;
    box-sizing: inherit;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 18px;
    color: #49525b;
    transition: .3s;
}

.col-sidebar__buttons .icon {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
    --swiper-theme-color: #1553a4;
    --swiper-navigation-size: 32px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    -webkit-box-direction: reverse;
    list-style: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    box-sizing: inherit;
    display: inline-flex;
    line-height: 1;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(85, 178, 80, 0.1);
    border-radius: 10px;
    color: #55b250;
    font-size: 24px;
}

.col-sidebar__buttons .title {
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    --fc-daygrid-event-dot-width: 8px;
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
    --swiper-theme-color: #1553a4;
    --swiper-navigation-size: 32px;
    -webkit-font-smoothing: antialiased;
    -webkit-box-direction: reverse;
    list-style: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #49525b;
    box-sizing: inherit;
    margin: 0;
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.card-headerf {
    text-align: var(--bs-body-text-align);
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-style: normal;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
    font-family: "ankara display", sans-serif, arial !important;
    margin-bottom: 0;
    border: 0;
    background: #ddd;
    padding: 0 25px;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 1.25rem;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-v2-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(19 145 206 / .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    border-radius: 20px 20px 20px 20px;
}

.card-v3-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(19 145 206 / .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    padding: 30px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    border-radius: 10px;
}

.card-v2-overlay p,
.card-v3-overlay p {
    line-height: 1rem;
}

.owl-spec .item:hover>.card-v2-overlay {
    opacity: 1;
    visibility: visible;
}

.owl-spec .item:hover>.con {
    opacity: 0;
    visibility: hidden;
}

.projects-photo {
    overflow: hidden;
}

.projects-card .projects-photo img {
    transition: .5s ease-in-out;
}

.projects-card:hover .projects-photo img {
    transform: scale(1.15);
}

.projects-card {
    position: relative;
}

.projects-card:hover .card-v3-overlay {
    opacity: 1;
    visibility: visible;
}

.projects-card-p {
    color: rgba(19 145 206 / 1);
    position: absolute;
    font-size: 4rem;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.projects-card:hover .projects-card-p {
    color: #fff;

}