
@font-face {
    font-family: 'Bebas';
    src: url(/fonts/BebasNeue-webfont.ttf);
}
@font-face {
    font-family: 'GothamNarrow-Ultra';
    src: url(fonts/gnu.otf);
}
@font-face {
    font-family: 'GothamNarrow-LightItalic';
    src: url(fonts/gnu-italic.otf);
}
html {
    scroll-behavior: smooth;
  }
body {
    font-family: 'PT Sans'!important;
}
a {
    color: #fff;
}
.ml-5{
    margin-left:5px
}
.slidebutton {
    font-size: 18px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: black!important;
    border: 0;
    outline: none;
    background: transparent;
}
.slidebutton:hover {
    color: var(--maincolor)!important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #fff;
}
p {
    color: #000
}
.flex-direction-col {
    flex-direction: column;
}
.mr-15 {
    margin-right: 15px;
}
.btn-popup {
    color: #fff;
    background-color: var(--maincolor);
    border-color: #ccc;
}
.btn-popup:hover {
    color: #fff!important;
}
.modal-header .close {
    padding: 0;
    padding-right: 20px;
}
.modal-body img {
    cursor: pointer;
}
.icon-prev {
    top: 0%!important;
}
.item-1,
.item-2,
.item-3 {
    z-index: -1;
    position: absolute;
    display: block;
    top: 0.0em;
    width: 60%;
    font-size: 2em;
    animation-duration: 25s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.item-1 {
    animation-name: anim-1;
}
.item-2 {
    animation-name: anim-2;
}
.item-3 {
    animation-name: anim-3;
}
.slaytbasligi,
.slaytaciklama {
    color: #fff;
}
@keyframes anim-1 {
    0%,
    8.3% {
        left: -100%;
        opacity: 0;
    }
    8.3%,
    25% {
        left: 25%;
        opacity: 1;
    }
    33.33%,
    100% {
        left: 110%;
        opacity: 0;
    }
}
@keyframes anim-2 {
    0%,
    33.33% {
        left: -100%;
        opacity: 0;
    }
    41.63%,
    58.29% {
        left: 25%;
        opacity: 1;
    }
    66.66%,
    100% {
        left: 110%;
        opacity: 0;
    }
}
@keyframes anim-3 {
    0%,
    66.66% {
        left: -100%;
        opacity: 0;
    }
    74.96%,
    91.62% {
        left: 25%;
        opacity: 1;
    }
    100% {
        left: 110%;
        opacity: 0;
    }
}
@media only screen and (min-width: 1025px) {
    #header {
        height: 120px !important;
    }
}
.overflow-container ul li {
    font-weight: 600;
}
.overflow-container ul li a {
    color: #fff!important;
}
.overflow-container ul {
    overflow-y: scroll!important;
    overflow-x: hidden!important;
}
.navkpt {
    display: none;
    flex: 1;
    color: white;
    align-content: center;
    justify-content: flex-end;
    margin-right: 20px;
}
.primary-nav {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background-color: var(--maincolor);
}
.menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 0;
    width: 250px;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: var(--maincolor);
    z-index: 999;
    width: -webkit-fill-available;
}
.menu {
    position: relative;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.open-panel {
    border: none;
    background-color: #fff;
    padding: 0;
}
.hamburger {
    background: #fff;
    position: relative;
    display: block;
    text-align: center;
    padding: 13px 0;
    width: 50px;
    height: 73px;
    left: 0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
}
.hamburger:before {
    content: "\2630";
    /* hamburger icon */
    display: block;
    color: #000;
    line-height: 32px;
    font-size: 16px;
}
.openNav .hamburger:before {
    content: "\2715";
    /* close icon */
    display: block;
    color: #000;
    line-height: 32px;
    font-size: 16px;
}
.hamburger:hover:before {
    color: #777;
}
.primary-nav .menu li {
    position: relative;
}
.menu .icon {
    position: absolute;
    top: 12px;
    right: 10px;
    pointer-events: none;
    width: 24px;
    height: 24px;
    color: #fff;
}
.menu,
.menu a,
.menu a:visited {
    color: #fff;
    text-decoration: none!important;
    position: relative;
}
.menu a {
    display: block;
    white-space: nowrap;
    padding: 1em;
    font-size: 14px;
}
.menu a:hover {
    color: #fff;
}
.menu {
    margin-bottom: 3em;
}
.menu-dropdown li .icon {
    color: #777;
}
.menu-dropdown li:hover .icon {
    color: #fff;
}
.menu label {
    margin-bottom: 0;
    display: block;
}
.menu label:hover {
    cursor: pointer;
}
.menu input[type="checkbox"] {
    display: none;
}
input#menu[type="checkbox"] {
    display: none;
}
.sub-menu-dropdown {
    display: none;
}
.new-wrapper {
    position: absolute;
    left: 50px;
    width: calc(100% - 50px);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}
#menu:checked+ul.menu-dropdown {
    left: 0;
    -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.sub-menu-checkbox:checked+ul.sub-menu-dropdown {
    display: block!important;
    -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.openNav .new-wrapper {
    position: absolute;
    transform: translate3d(200px, 0, 0);
    width: calc(100% - 250px);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.downarrow {
    background: transparent;
    position: absolute;
    right: 50px;
    top: 12px;
    color: #777;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
}
.downarrow:hover {
    color: #fff;
}
.menu-dropdown {
    top: 0;
    overflow-y: auto;
}
.overflow-container {
    position: relative;
    height: calc(100vh - 130px)!important;
    overflow-y: auto;
    overflow-x: hidden;
    /* border-top: 73px solid #fff; */
    z-index: -1;
    display: block;
}
.menu a.logotype {
    position: absolute!important;
    top: 11px;
    left: 55px;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 21px;
    padding: 10px;
}
.menu a.logotype span {
    font-weight: 400;
}
.menu a.logotype:hover {
    color: #777;
}
.sub-menu-dropdown {
    background-color: #333;
}
.menu:hover {
    position: absolute;
    left: 0;
    top: 0;
}
.openNav .menu:hover {
    position: absolute;
    left: -200px;
    top: 73px;
}
.openNav .menu {
    top: 73px;
    transform: translate3d(200px, 0, 0);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.menu-dropdown li ul {
    width: 80%;
    margin-left: 5%;
}
#content {
    border-radius: 0!important
}
.mb-10 {
    margin-bottom: 10px;
}
.uk-thumbnail-caption {
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    color: #666;
}
.uk-thumbnail {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #E5E5E5!important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0, 0, 0 / 5%);
}
.armFrm {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    width: 140px;
    height: 37px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 1px solid white;
    padding: 5px;
    margin-top: 18px;
}
input {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    /*   height: 42.5px;*/
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: block;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}
.search-fa {
    box-sizing: border-box;
    padding: 10px;
    width: 36.5px;
    height: 36.5px;
    position: absolute;
    top: 0px;
    right: 6px;
    border-radius: 50%;
    color: white;
    /*color: white;*/
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
    /*  background:#0d9fad;*/
}
.fa-search:before {
    content: "\f002";
}
::placeholder {
    color: #444;
}
.btn-info {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}
.btn-info:hover {
    background-color: #d79c10;
    border-color: #d79c10;
}
h2>span {
    color: #000 !important;
}
.sidenav li {
    padding: 5px !important;
}
.wbsrvrr,
.wbsrvr11,
.wbsrvr21 {
    display: none;
}
#onemlilinkler:after {
    content: none;
    display: none;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
    .baskanogecmismobil {
        height: 80vh;
    }
}
#onemlilinkler:after {
    content: none;
    display: none;
}
@media (max-width: 768px) {
    .ozelLinkler {
        display: block !important;
    }
    .slider-menu ul li:nth-child(7):after {
        display: block !important;
    }
    .containSearch .sol{
        display:none!important;
    }
    .overlaySearch .sag {
        min-width: 85vw!important;
    }
    .containSearch .hero-search__buttons{
        display:none!important;
    }
}
.slider-menu ul li:nth-child(7):after {
    display: none;
}
.glyphicon-search:before {
    content: "\e003";
}
.yenisearch {
    height: 44px;
    width: 325px;
    display: inline-block;
}
.yenisearch #btnara {
    background: none;
    height: 44px;
    width: 16%;
    position: absolute;
    right: 0;
    border: none;
}
.yenisearch #search {
    float: left;
    height: 44px;
    width: 265px;
    font-size: 13px;
    border-radius: 10px 0px 0px 10px;
}
.yenisearch span {
    width: 60px;
    float: left;
    background-color: #94b4be;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #fff;
}
@media (max-width: 768px) {
    .yanmenusag {
        float: right;
        display: block !important;
    }
    .slider-menu-sol {
        position: absolute;
        left: -55px !important;
        top: 45% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%) scale(0.7) !important;
        z-index: 11;
    }
    .slider-menu {
        position: absolute;
        right: -50px !important;
        top: 30vh !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%) scale(0.7) !important;
        z-index: 11;
    }
    .menuyukapat {
        width: 36px !important;
        height: 36px;
        border-radius: 18px;
        line-height: 36px;
        margin: 0 auto;
    }
    footer {
        overflow: auto !important;
    }
    .animasyonmenu {
        width: 12% !important;
        overflow: hidden;
        color: var(--maincolor) !important;
        text-align: center !important;
    }
    .animasyonmenu i {
        color: #fff !important;
        margin: 0 auto !important;
    }
    #menu5 {
        width: 12.5% !important;
    }
    #menu8 {
        padding: 7.5px 0px !important;
    }
    .mobilhizlimenu {
        font-size: 24px;
        width: 110px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--maincolor);
        color: #fff;
        position: absolute;
        top: 150px;
        right: 5px;
        display: none;
        border-radius: 10px 0px 0px 10px;
        z-index: 10000;
    }
    .newsdbr.mobilhizlimenudiv.sidebargoster {
        overflow-x: auto;
    }
    .menudivi {
        left: 0% !important;
        display: none;
        width: 22.3% !important;
        height: 35px !important;
        margin-left: 40vw;
        padding: 6px !important;
        background: none !important;
        background-color: #e9f2f1 !important;
        border-radius: 5px 5px 0px 0px;
    }
    .menudivi h4 {
        font-size: 14px !important;
        margin-left: 3px !important;
    }
    .menudivi img {
        height: 23px !important;
        width: 23px !important;
        float: left !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .dururualtdiv {
        /*	width: 100% !important;
                        bottom: 50px !important;
                        right: 0px !important;*/
        display: none;
    }
    .dururualtdivbaslikdiv {
        padding: 0 5px !important;
    }
    .yenisearch {
        width: 150px;
        height: 34px;
    }
    .yenisearch span {
        height: 34px;
    }
    .yenisearch #btnara {
        height: 34px;
    }
    .yenisearch #search {
        height: 34px;
        font-size: 11px;
    }
}
@media (min-width: 768px) {
    .menudivi {
        display: none;
    }
}
.gelenicerikgoster {
    top: 0px !important;
    transition: all 0.3s;
    z-index: 111111;
}
#content {
    border-radius: 0px 0px 10px 10px;
    padding-left: 10px;
}
.animasyonmenu {
    margin-top: 0px;
    font-size: 92%;
}
.kapatbutonugizle {
    display: none !important;
}
.menuyukapat {
    cursor: pointer;
}
.kapatbutonu {
    font-size: 23px !important;
    right: 80px !important;
    padding: 5px 15px !important;
}
.kapatbutonu2 {
    right: 2px !important;
}
.butonbeyaz:hover {
    color: var(--maincolor) !important;
}
ul.scrolling {
    position: relative;
    -webkit-animation: scroll 10s infinite linear;
    ;
    -moz-animation: scroll 10s infinite linear;
    -o-animation: scroll 10s infinite linear;
    animation: scroll 20s infinite linear;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 35px;
    width: max-content;
    line-height: 35px;
}
ul.scrolling:hover {
    animation-play-state: paused;
}
@keyframes scroll {
    0% {
        left: 100px;
    }
    100% {
        left: -1000px;
    }
}
@-webkit-keyframes scroll {
    0% {
        left: 100px;
    }
    100% {
        left: -1000px;
    }
}
.scrolling li {
    float: left;
    margin: 0 20px;
    height: 35px;
    padding: 0 10px;
}
.scrolling li:hover {
    background-color: var(--maincolor);
}
.scrolling li a {
    color: var(--maincolor);
}
.scrolling li:hover a {
    color: #fff !important;
}
.kapatbutonu,
.kapatbutonufixed {
    position: fixed !important;
}
#header {
    position: fixed !important;
}
@media screen and (min-width: 767.98px) {
    body {
        overflow-y: scroll!important;
        overflow-x: hidden!important;
    }
    #index-top-slider,
    #mobilcarousel,
    #social-sidebar {
        display: none!important;
    }
    #wrapper {
        max-height: 104vh;
    }
    html {
        background-color: gray;
    }
    #myCarousel {
        height: 0px!important;
    }
    /* .dururualtdiv{
        margin-top: 32.5vh;
    } */
    .hbrcrsl {
        height: 0px;
    }
    .scrolling-limit {
        background-color: #efefef;
    }
    body::-webkit-scrollbar {
        display: none;
    }
}
.uk-marker {
    box-shadow: 0px 0px 0px 9px rgb(0 0 0 / 40%);
    color: #333;
    background-color: #fff;
}
.uk-marker:hover {
    color: #333;
}
#wrapper {
    height: 100vh!important
}
.wpm_eleslider_wrap {
    max-height: 100vh
}
.owl-stage {
    max-height: 100vh;
}
.owl-carousel .owl-item img {
    max-height: 100vh;
}
.overlayIcerikler {
    max-width: fit-content;
    color: #fff!important;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    right: 50px;
    height: 100vh;
    width: 100%;
    top: 0px;
    z-index: 1;
}
.overlayIcerikler>a:nth-child(3)>span,
.mobiltel>a:nth-child(3)>span {
    font-size: 1.5625rem;
    font-weight: 600;
}
.overlayIcerikler .click-speak,
.mobiltel .click-speak {
    font-family: "PT Sans";
    font-size: .6875rem;
}
.overlayIcerikler>a:nth-child(2)>span,
.mobiltel>a:nth-child(2)>span {
    font-size: 3rem;
    font-weight: 100!important;
    font-family: 'Bebas Neue';
}
.overlayIcerikler span,
.mobiltel span {
    display: block;
    line-height: 1;
    font-family: "PT Sans";
}
.overlayIcerikler i {
    font-size: 3em!important;
}
.overlayImza {
    max-width: fit-content;
    color: #fff!important;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    right: 50px;
    height: 5vh;
    width: 100%;
    top: 90vh;
    z-index: 1;
}
.overlayBaskan {
    max-width: fit-content;
    color: #fff!important;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    /* height: 35vh; */
    width: 100%;
    /* top: 63.5vh; */
    bottom: 0vh;
    z-index: 1;
}
.overlayBaskan-body {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    align-items: center;
    margin-bottom: 1rem;
}
.overlayBaskan-body img{
    width:180px!important;
}
.overlayBaskan-Sosyal {
    display: flex;
    margin-top: 10px;
}

.overlayBaskan-Sosyal a {
    padding: 5px;
    min-width: 40px;
    align-items: center;
    align-content: center;
    display: flex;
    justify-content: center;
}
.overlayBaskan-Sosyal a#instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.overlayBaskan-Sosyal a#twitter:hover {
    background-color: var(--maincolor);
}
.overlayBaskan-Sosyal a#facebook:hover {
    background-color: var(--maincolor);
}
.overlayBaskan-Sosyal a:hover {
    color:#fff!important;
}
.overlayBaskan-Sosyal i {
    font-size: 25px
}
@media (min-width: 992px) {
    .MainNews .partialNews {
        flex-direction: row;
    }
    .prjvarehw{max-height: 7rem!important;}
    #sehirrehberi{
        padding-bottom:4rem
    }
}
.slick-slide {
    height: 95vh;
}
.MainNews .partialNews {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.newsSliderBody {
    background-color: rgba(255, 255, 255, 0.858);
    border-top: 1px solid #fafafa;
    margin-left: 0;
    width: 100%;
    bottom: 0;
    height: 11rem;
    /*min-height: 15rem;*/
    padding: 1.25rem 15px;
    color: var(--maincolor);
    position: relative;
    display: block;
}
.MainNews .partialNews .newsSliderInner .newsSliderNav {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-left: 0;
    width: 100%;
    bottom: auto;
    padding: 20px 15px 0 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.newsSliderNav .nav .nav-link.active {
    background-color: #ededed;
}
.newsSliderNav .nav .nav-link {
    background-color: #fff;
}
.slick-slider .slick-dots li button {
    font-size: 16px;
    color: #798c9e;
    font-family: "PT Sans";
}
.slick-dots li button {
    font-size: 16px;
    color: #798c9e;
    font-family: 'PT Sans';
    font-size: 18px;
    line-height: 0;
    display: block;
    width: fit-content;
    height: 20px;
    padding: 10px;
    cursor: pointer;
    color: #444;
    border: 0;
    outline: none;
    background: transparent;
    font-weight: 700
}
.slick-dots li button:hover {
    color: var(--maincolor);
}
.slick-slider .slick-dots li.slick-active button {
    color: #25383b;
}
.allNews {
    right: 2.5rem;
    bottom: 11px;
    color: var(--maincolor)!important;
    font-size: 14px;
    font-family: "PT Sans";
    display: flex;
    align-items: center;
    margin-left: auto;
}
@media (min-width: 768px) {
    .newsSliderNav .nav .nav-link {
        width: 100%;
        font-size: 1.0625rem;
        height: 60px;
        justify-content: center;
        border-bottom: 0;
        padding: .5rem 1.5rem;
    }
    .newsSliderNav {
        z-index: 1;
        /*bottom: 320px;*/
        position: absolute;
        margin-left: 2.5rem;
        width: calc(100% - 5rem);
    }
    .newsSliderNav .nav {
        flex-wrap: nowrap;
    }
    .newsSliderNav .nav .nav-link {
        width: 100%;
        font-size: 1.0625rem;
        height: 60px;
        justify-content: center;
        border-bottom: 0;
        padding: .5rem 1.5rem;
    }
    .newsSliderBody {
        position: absolute;
        bottom: 40px;
        width: calc(100% - 5rem);
        margin-left: 2.5rem;
        padding: 25px!important;
    }
}
@media (min-width: 992px) {
    .newsSliderNav {
        width: 52rem;
        padding: 0;
    }
    .tab-content {
        /*width: 64.375rem;*/
        height: 100%;
    }
    .newsSlider {
        width: 70rem;
        padding: 6.25rem 2.8125rem 2.8125rem 2.8125rem;
        justify-content: flex-start;
    }
    .MainNews .partialNews .newsTwitter {
        width: calc(100% - 70rem);
    }
    .newsSlider {
        padding: 20px 15px;
    }
    .newsSliderInner {
        width: auto;
        height: 50rem;
    }
    .newsSliderBody {
        width: 52rem;
        padding: 25px!important;
        max-height: 130px;
    }
}
@media (max-width:1366px) {
    .newsSliderBody {
        width: 90%;
        margin-left: 5%;
        padding: 25px;
        max-height: 150px;
        overflow: hidden;
    }
    .newsSliderNav {
        width: 83.3%;
        margin-left: 4.7%;
        /*bottom: 256px!important;*/
        padding: 0;
    }
    .newsSliderBody p {
        font-size: 0.75rem!important;
    }
}
@media (max-width:1919.98px) {
    .slick-track img {
        height: 50vh!important;
    }
    .newsSliderBody {
        width: 90%;
        margin-left: 5%;
        padding: 25px;
        max-height: 55vh;
        height: fit-content;
        overflow: hidden;
    }
    .newsSliderNav {
        width: 41.7%;
        margin-top: 159px;
        margin-left: 2.31%;
        /* bottom: 55vh!important; */
        padding: 0;
    }
    .newsSliderBody {
        bottom: 5vh;
    }
}
.slick-slide {
    background-color: aliceblue;
}
@media (min-width:1367px) and (max-width:1920px) {
    .searchmodal,.search-nav{
        min-height: 560px;
    }
    .newsSliderBody {
        bottom: 40px;
    }
    .newsSliderNav {
        margin-top: 335px;
    }
    /*.slick-dots {
        bottom: 60px!important;
    }*/
    .newsSliderBody {
        width: 41.5vw;
        padding: 25px!important;
        height: fit-content!important;
        max-height: 250px!important;
    }
    .slick-dots {
        height: 60px!important
    }
}
.newsSliderNav .nav .nav-link:hover,
.MainNews .partialNews .newsSliderInner .newsSliderNav .nav .nav-link.active {
    background-color: #ededed;
}
.newsSliderNav .nav .nav-link {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--maincolor)!important;
    font-size: 18px;
    font-family: "PT Sans";
    padding: .5rem 9px;
    width: 50%;
    white-space: nowrap;
    border-right: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
}
.newsSliderNav .nav {
    flex-wrap: wrap;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.MainNews .partialNews .newsSliderInner .tab-content {
    background-color: #f2f2f2;
    width: 100%;
    height: auto;
}
.MainNews .partialNews .newsSliderInner {
    position: relative;
    height: auto;
    width: 100%;
}
.MainNews .partialNews .newsSlider {
    background-color: #f7f7f7;
    display: flex;
    width: 100%;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}
.MainNews .partialNews .newsTwitter {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 6.25rem 3.125rem 6.25rem 2.1875rem;
    position: relative;
    justify-content: center;
}
.MainNews .partialNews .newsSliderInner .newsSliderNav {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-left: 0;
    width: 100%;
    bottom: auto;
    padding: 20px 15px 0 15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* #mainslider>.owl-stage-outer {
    max-height: 100vh;
} */
#haberslider {
    height: 50vh;
    padding: 25px;
    background-color: #f3f3f3;
}
#haberslider>.owl-stage-outer {
    max-height: 40vh;
}
.item-container {
    display: flex;
    flex-direction: column;
    height: 120px;
    z-index: 5;
    margin-right: auto;
    top: 220px;
    background-color: #ececec;
    color: #15182a!important;
    position: absolute;
    bottom: 80px;
    width: 89%;
    margin-left: 3%;
    padding: 1.25rem 2.5rem;
    font-size: 0.725rem;
}
.newsSliderBody p {
    margin-top: 10px;
    font-size: 14px;
    color: #000!important
}
.newsSliderBody h3 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.05em;
    font-family: "PT Sans";
    color: var(--maincolor)!important;
    text-transform: uppercase!important
}
.slick-slider {
    max-width: 100%;
    max-height: 600px!important
}
.slick-track img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.haberler-left {
    padding-left: 10px;
    padding-right: 10px;
}
.plr10{
    /* padding-left: 10px; */
    padding-right: 10px;
}
.newsTwitter {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
    position: relative;
}
.main-twitter,
.main-instagram {
    display: flex;
    flex-direction: row;
    padding-bottom: 1.875rem;
    border-bottom: 2px solid #f7f7f7;
    padding-left: 20px;
}
.main-twitter i,
.main-instagram i {
    font-size: 35px;
    padding-right: 1.1875rem;
    margin-top: -3px;
    position: absolute;
}
.main-twitter i,
.main-instagram i {
    display: flex;
    font-size: 2.8125rem;
    margin-top: 0;
    position: relative;
}
.main-twitter i {
    color: var(--maincolor);
}
.main-instagram i {
    color: #48006d;
}
.main-twitter .twitter-slider-wrapper {
    width: 100%;
}
.main-twitter .twitter-slider-wrapper h3 {
    color: var(--maincolor);
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -.05em;
    line-height: 1;
    padding-top: 0;
    font-family: "PT Sans";
    padding-left: 60px;
}
.main-twitter .twitter-slider-wrapper h3 {
    padding-left: 0;
}
.main-twitter .twitter-slider-wrapper h3 {
    padding-top: .625rem;
}
.main-twitter .twitter-slider-wrapper .twitter-slider {
    width: 38.75rem;
}
.MainNews .partialNews .newsTwitter .main-twitter .twitter-slider-wrapper .twitter-slider {
    margin-top: 1.6875rem;
    margin-bottom: 3.75rem;
    color: #204a47;
    font-size: 14px;
    width: 100%;
    font-family: "PT Sans";
}
.main-twitter .twitter-slider-wrapper .twitter-follow-link {
    padding: .5rem 1.6875rem .25rem 1.6875rem;
    /*margin: 1.25rem 0;*/
}
.main-twitter .twitter-slider-wrapper .twitter-follow-link {
    background-image: linear-gradient(to bottom, var(--maincolor), var(--maincolor) 50%, var(--maincolor) 50%, var(--maincolor));
    background-size: 100% 200%;
    background-position: 0 0;
    color: #fff;
    font-size: 16px;
    font-family: "PT Sans";
    padding: .625rem 2.3125rem .375rem 2.3125rem;
    border-radius: 3.125rem;
    line-height: 1;
    border-bottom: 2px solid var(--maincolor);
    /*margin: 1.875rem 0;*/
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.main-twitter .twitter-slider-wrapper h3 span {
    color: #b2b2b2!important;
    display: block;
    font-family: 'PT Sans';
    font-weight: 100;
    font-size: 20px;
    margin-top: 5px;
}
.slick-dots {
    bottom: 15px;
    height: 40px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    /* padding-left: 1.875rem; */
    position: relative;
    width:100%;
}
section .haberler {
    background-color: #f7f7f7;
}
.slick-slide figure {
    border: 0!important
}
.slick-active div {
    font-weight: 600;
}
.box-links {
    float: left;
    background-color: #fff;
    color: var(--maincolor)!important;
    text-align: center;
    font-weight: 700;
    position: relative;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 7%);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    will-change: box-shadow;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 10%;
    min-width: 10%;
    display: flex;
    flex-direction: column;
    padding: 14px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}
.vertical-subject {
    /*color: #888482!important;*/
    float: left;
    width: 70%;
    font-size: 12px;
    font-weight: 100;
    /* margin-top: 20px; */
    /* height: 52px; */
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 4px; */
    /* left: 0; */
    /*padding: 0px;*/
    transition: all 0.5s ease;
    text-transform: none;
    /*padding: 19px 0 12px 0;*/
}
.box-links .vertical-center {
    /*color: #888482!important;*/
    display: flex;
    flex-direction: column;
    text-transform: uppercase!important;
}
.vertical-center {}
.ebelediye {
    margin-top: 60px!important;
    /* margin-bottom: 60px!important;
    ; */
}
.shaberler {
    display: flex;
    margin-bottom: 40px!important;
    height: 80vh;
}
.box-links-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #048fc7;
    margin-top: 15px;
}
.icon-container i {
    font-size: 2rem!important;
}
.box-links:hover {
    background-color: #ececec;
    box-shadow: 1px 0px 10px 0px #b9b9b9;
}
.customNavigation {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}
.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 2
}
.btn-Navs {
    color: #fff!important;
    background-color: #358ba3!important;
    border-color: #358ba3!important;
}
/* .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
} */
/* .owl-prev i,
.owl-next i {
    margin-top: 25px!important;
    transform: scale(8);
    color: #fff;
    line-height: initial;
} */
.projelericerik {
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    margin-top: auto!important;
    margin-bottom: auto!important;
}
.section-activities:before {
    content: "";
    position: absolute;
    left: -250px;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 70%;
    background: #e0e6ef;
    -webkit-transform: skew( 30deg);
    transform: skew(30deg);
}
.activities-header {
    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: space-between;
    margin-bottom: 1.5em;
}
.activities-header .title {
    color: #49525b!important;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
    font-size: 36px;
    font-family: 'PT Sans';
}
.activities-header .all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 7px;
    background: var(--tema-main-renk);
    padding: 7px 15px;
    font-weight: 700;
    font-size: 13px;
    color: #fff!important;
}
.activities-header .all:hover {
    color: var(--maincolor);
}
.activities.list ul li .activities-single {
    -webkit-transition: .3s;
    transition: .3s;
}
.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.activities-single.small .activities-single__photo {
    border-radius: 10px;
    width: 47%;
}
.activities-single__photo {
    overflow: hidden;
    width: 50%;
    -webkit-box-shadow: 0 0 20px #cdd1d8;
    box-shadow: 0 0 20px #cdd1d8;
    border-radius: 13px;
}
.activities-single__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.activities-single.small .activities-single__description {
    padding-left: 15px;
}
.activities-single__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    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;
    padding-bottom: 20px;
    position: relative;
}
.activities-single.small .activities-single__description .title {
    font-size: 16px;
    letter-spacing: -0.3px;
    line-height: 1.2;
    max-height: 58px;
}
.activities-single__description .title {
    color: #49525b;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    overflow: hidden;
    max-height: 65px;
    line-height: 1.15;
}
.activities-single.small .activities-single__description>.text {
    font-size: 13px;
    max-height: 36px;
}
.activities-single__description>.text {
    color: #49525b;
    font-family: 'PT Sans';
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 39px;
    margin-top: 5px;
}
.activities-single.small .activities-single__description>.text {
    font-size: 13px;
    max-height: 36px;
}
.activities-single__description>.text {
    color: #49525b;
    font-family: 'PT Sans';
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 39px;
    margin-top: 5px;
}
.activities-single.small .activities-single__description .link {
    right: inherit;
    left: 15px;
    font-size: 12px;
}
.activities-single__description .link {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #49525b!important;
    font-weight: 700;
    font-size: 16px;
}
.activities-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.activities-link a:not(:last-child) {
    margin-right: 2px;
}
.activities-link a {
    background: var(--maincolor);
    color: #fff;
    font-size: 11px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}
.activities.list ul li .activities-single:hover {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.activities.list ul li .activities-single {
    -webkit-transition: .3s;
    transition: .3s;
}
.activities-single__photo {
    -webkit-transition: .3s;
    transition: .3s;
}
.activities-single__photo:hover {
    box-shadow: 0px 0px 20px #00000063;
    transform: scale(1.1);
    z-index: 19;
}
.projects-header .title {
    color: var(--maincolor);
    font-size: 60px;
    letter-spacing: -3px;
    font-weight: 200;
    line-height: 1.2;
}
.projects-header .text {
    margin-top: -10px;
    margin-bottom: 10px;
}

.projects-header {
    text-align: center;
}
.mt-30px {
    margin-top: 30px;
}
.projects-card a {
    display: block;
    position: relative;
}
.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: var(--maincolor);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}
.projects-footer .tag {
    color: var(--maincolor);
    font-size: 13px;
}
.swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    height: 60px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    background: var(--maincolor);
    -webkit-box-shadow: 0;
    box-shadow: 0;
    padding-left: 0;
    padding-right: 0;
    left: 10px;
    right: 10px;
    -webkit-box-shadow: 0 0 50px rgb(21 65 94 / 70%);
    box-shadow: 0 0 50px rgb(21 65 94 / 70%);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-container-rtl .swiper-button-next {
    left: 0;
}
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
    position: relative;
    margin-top: 0;
    top: 0;
    color: #fff;
    font-size: 32px;
    height: 60px;
    width: 65px;
    padding-top: 2px;
    border-radius: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(32px / 44 * 27);
    outline: 0;
    height: 32px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.section-projects .buttons-container {
    position: relative;
    z-index: 2;
}
.tumprojeler {
    padding: 35px;
    /* box-shadow: 0 0 50px var(--maincolor); */
    /* background: var(--maincolor); */
    border-radius: 30px;
    text-transform: uppercase!important;
}
.activities-link a {
    transition: all ease .25s;
}
.activities-link a:hover {
    background-color: #043a97 !important;
}
.projects-photo img:hover {
    transform: scale(1.1);
}
.swiper-buttons {
    margin-top: 50px!important;
    margin-bottom: 30px!important;
}
.altbilgilink {
    color: #fff!important;
    /* margin-left: -7px; */
}
.altbilgilink:hover {
    color: #333!important;
}
.hover-top:hover {
    box-shadow: 0 11px 27px 1px rgb(41 53 108 / 25%);
    transform: translateY(-3px);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.allNews:hover {
    text-decoration: underline;
}
.allNews {
    margin-left: 20px;
    /*position: absolute;
    right: 2.5rem;*/
    bottom: 11px;
    color: #263248;
    font-size: 18px;
    font-family: "PT Sans";
    display: flex;
    align-items: center;
}
.allNewsButton {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    letter-spacing: .04em;
}
.allNewsButton span {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: var(--maincolor);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.allNewsButton span:nth-child(2) {
    left: 10px;
}
.allNewsButton span:nth-child(3) {
    top: 10px;
}
.allNewsButton span:nth-child(4) {
    top: 10px;
    left: 10px;
}
.allNews:hover {
    text-decoration: underline!important;
}
.tumhaberler {
    margin-left: auto;
    margin-right: 20px;
}
.sosyalmedyalar {
    font-size: 2rem;
    padding: 10px;
}
.sosyalmedyafooter {
    margin-top: 30px;
}
.footermenuler li:marker {
    display: none!important;
}
.list-icon li {
    margin-bottom: 10px;
    margin-left: 20px;
}
.list-icon.list-icon-arrow li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #444;
}
.list-icon li:before {
    margin-left: -20px;
    /* position: absolute; */
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.background-grey {
    background-color: #F7F9FB !important;
}
.p-40 {
    padding: 40px !important;
}
.h-100 {
    height: 100%!important;
}
.timeline-Viewport{
    height:600px;
    overflow-y:scroll!important;
}
.duyurulartab>*>a {
    display: block;
    text-align: center;
    padding: 14px 24px;
    color: #444!important;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    font-weight:600;
    text-transform: uppercase;
    transition: color .1s ease-in-out;
}
.duyurulartab>.uk-active>a {
    /* color: #333; */
    /* border-color: #1e87f0; */
    color:#FFFFFF !important;
    background-color:var(--maincolor);
    
}
/* .duyurulartab>*>a:hover{
    border-bottom: 1px solid var(--maincolor);
} */
.duyurulartab>* {
    padding-left: 0!important; 
    width:100%;
}
.duyurulartab::before {
    left: 0px!important;
}
.list-icon li a{
    font-size: 0.875rem;
    color: #333!important;
}
.list-icon li a:hover{
    text-decoration: none;
    outline: none;
    color: #0d4e92!important;
}
.card{
    border-radius: 0!important;
}
.headertopbar{
    width:100%;
    height:50px;
    display:flex;
    flex-direction: row;
}
.headertopbar>.top_left{
    width:25%;
}
.headertopbar>.top_bottom{
    width:50%;
}
.headertopbar>.top_right{
    width:25%;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
}
.ikonhavadurumu
{
    font-size: 2rem!important;
    color: #fff!important;
    margin-right: 10px;
}
 .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
 .owl-theme .custom-nav .owl-prev,  .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
 .owl-theme .custom-nav .owl-prev i,  .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
}
 .owl-theme .custom-nav .owl-prev {
    left: 0;
}
 .owl-theme .custom-nav .owl-next {
    right: 0;
}
/* MAIN CONTAINER EKLENDİ */
.ebelediyebutonlar {
    position: relative;
}
.ebelediyebutonlar .owl-theme .custom-nav {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}
.ebelediyebutonlar .owl-theme .custom-nav .owl-prev, .ebelediyebutonlar .owl-theme .custom-nav .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.ebelediyebutonlar .owl-theme .custom-nav .owl-prev i, .ebelediyebutonlar .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #cecece;
    line-height: 190px;
    margin-right: -30px;
}
.ebelediyebutonlar .owl-theme .custom-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}
.ebelediyebutonlar .owl-theme .custom-nav .owl-next {
    right: 30px;
    ;
}
.ebelediyenavbtn{
    border-radius:100%;
    color:#fff;
    padding:15px;
}
.ebelediyenavbtn:hover{
    /* background-color: #0d4e92; */
    color:#333!important
}
.footericon{
    font-size:3rem;
}
.footermenuler li{
    list-style:none;
}
#carousel-ebelediye .owl-stage{
    height: 250px;
    padding-top: 15px;
}
.justify-between{
    justify-content: space-between;
}
.mt-40p{
    margin-top:40px;
}
.footer-shortcuts .number{
    display:flex;
    align-items: center;
    font-size:2.8rem;
}
.footer-shortcuts .number .icon{
    font-size:2rem;
    margin-right: 15px;
}
.golge{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.noborder{
    border:unset!important;
}
.headersosyal{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    background: #00587059;
    margin-right: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.headersosyal:not(.whatsapp):hover{
    background: #fff;
    color: var(--maincolor);
}
.headersosyal:not(.whatsapp):hover i{
    color: var(--maincolor2)!important;
}
.dropdown-item.bi.bi-arrow-right::before{
    margin-right: 5px;
}
ul.dropdown-menu.megamenu.animate.fade-up.shadow-lg{
    background-image: url(/images/menulogo.svg);
    background-size: 150px;
    background-position:bottom right ;
    background-repeat:no-repeat;
}
#scrollTop {
    display:none;
    z-index: -1;
    opacity: 1;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 22px;
    bottom: 34px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity 0.3s, bottom 0.5s, background-color 0.1s linear, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.3s, bottom 0.5s, background-color 0.1s linear, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    background-color: rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
}
.mobilbelediye div{
    display: flex;
    flex-direction: column;
}
#scrollTop i {
    line-height: 35px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 16px !important;
    top: 4px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
   /*  -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px); */
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#scrollTop:before {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    z-index: 2;
}
#scrollTop:hover {
    /* -webkit-transition: background-color 0.05s linear 0.25s, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 0.05s linear 0.25s, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1); */
    background-color: #0d4e92 !important;
}
#scrollTop:after, #scrollTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* background-color: #0d4e92; */
   /*  -webkit-transform: scale(0);
    transform: scale(0); */
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
}
#scrollTop:hover i {
    -webkit-transform: translate(0, -29px) !important;
    transform: translate(0, -29px) !important;
}
.hareketlib{
    font-size: 2rem;
    font-weight: 800!important;
    line-height: 1.2;
}
.hareketliy{
    font-size: 1.5rem;
    font-weight: 800!important;
    line-height: 1.2;
}
#dotsMenu {
    position: fixed;
    right: 36px;
    bottom: -65px;
    top: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    padding: 10px 0;
}
#dotsMenu:before {
    content: "";
    background: rgba(62, 17, 121, 70%);
    position: absolute;
    width: 32px;
    right: -8px;
    height: -webkit-fill-available;
    border-radius: 20px;
    /* top: 35px; */
    -webkit-box-shadow: 0 4px 9px 0 rgb(43 43 49 / 10%), 0 7px 14px 0 rgb(43 43 49 / 13%);
    box-shadow: 0 4px 9px 0 rgb(43 43 49 / 10%), 0 7px 14px 0 rgb(43 43 49 / 13%);
    top: 0px;
}
#dotsMenu ul {
    list-style: none;
}
#dotsMenu ul li {
    text-align: right;
    padding: 0px;
    width: 15px;
    height: 15px;
    margin-bottom: 8px;
    background-color: #eeeeee;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: background-color 0.5s, -webkit-transform 0.3s;
    transition: background-color 0.5s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.5s;
    transition: transform 0.3s, background-color 0.5s, -webkit-transform 0.3s;
}
#dotsMenu ul li a {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 1.5;
    border-radius: 50%;
    left: -14px;
    top: -14px;
}
#dotsMenu ul li a span {
    position: absolute;
    width: auto;
    top: 8px;
    right: 25px;
    white-space: nowrap;
    margin-right: 14px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: rgb(21 72 105 / 70%);
    border-radius: 100px;
    line-height: 26px;
    padding: 2px 14px;
    text-transform: uppercase;
}
#dotsMenu ul li a:hover > span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#dotsMenu ul li span:hover  {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#dotsMenu ul li:hover {
    background-color:#9ed2cf
}
.rakamlarlaybaslik{
    margin-top: 10px!important;
    font-size: 1.1rem;
    font-weight: 600;
}
.arkaplanb{
    background-color: #fff!important;
}
.footer-onemli_linkler{
    display:flex;
    margin-top: 20px;
    padding:0!important
}
.footer-onemli_linkler ul li{
    float:left;
    padding: 5px;
}
.footer-onemli_linkler ul{
    display:flex;
    align-items:center;
}
.footer-onemli_linkler ul img{
    height:40px;
}
.baskanadi{
    color: var(--maincolor);
}

@media (min-width: 321px)
{
.projeres2top {
    position: absolute;
    right: -20px;
    margin-top: -225px;
}
.projeres1 {
    border: 30px solid #FFFFFF;
    width: 90%;
    box-shadow: 2px 2px 22px #d7d7d7;
}
.projeres2 {
    border: 25px solid #FFFFFF;
}

.form-custom ul li .icon {
    width: 65px;
    height: 60px;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--maincolor);
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
    display: inline-flex;
    line-height: 1;
}
.form-custom ul li input {
    padding-left: 60px;
}

.form-custom ul li input, .form-custom ul li textarea {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: inherit;
    color: #000;
    background: #f7f7f7;
    border: 2px solid transparent;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}
label.checkbox input:checked + .checkbox {
    background: rgba(7, 148, 170, 0.2);
}
label.checkbox .checkbox {
    display: inline-block;
    width: 40px;
    height: 14px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: .3s background;
    transition: .3s background;
}
label.checkbox input:checked + .checkbox span {
    background: #0794aa;
    left: 20px;
}
label.checkbox .checkbox span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -3px;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
    border-radius: 50%;
    -webkit-transition: .3s left, background;
    transition: .3s left, background;
}
label.checkbox input {
    position: absolute;
    left: -9999px;
}
.form-custom.form-common .send input {
    width: 180px;
}
.form-custom .send > input {
    background: var(--maincolor);
    height: 60px;
    border: 0 none;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: inherit;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    width: 100%;
}
.mt-30px {
    margin-top: 30px;
}
.contact-social__content {
    background-image: url(/images/header.jpg);
    background-blend-mode: multiply;
    background-color: #0794aa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 181px;
    border-radius: 10px;
    width: 100%;
    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;
}
.contact-social__content a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 48px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-social__content a:hover {
    border: 1px solid #fff;
}
.form-custom ul li input {
    padding-left: 60px!important;
}
.contact-address .icon {
    margin-right: 0;
    background: var(--maincolor);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 16px;
    right: 20px;
    right: 25px;
    top: -16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    display: flex;
}
.form-custom .form--item{
    margin-bottom:10px;
}
.form-custom ul li textarea{
    padding-top: 10px;
    height: 150px;
}
.contact-address ul li {
    position: relative;
}
.uk-thumbnail {
    display: inline-block;
    max-width: 100%;
    width:100%;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #E5E5E5!important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}
a.uk-thumbnail:focus, a.uk-thumbnail:hover {
    border-color: #b2b2b2;
    background-color: #fff;
    text-decoration: none;
    outline: 0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}
.uk-thumbnail-caption {
    padding-top: 4px;
    padding-bottom:5px;
    text-align: center;
    color: #666!important;

}
.contact-social__content a:hover{
    color:#fff!important
}
.baskanmesajbosluk{
    margin-bottom: 25px;
}
}
#carousel-projeler .owl-prev{
    left: 24px;
   background-color:var(--maincolor);
}
#carousel-projeler .owl-next{
   right: 3px;
   background-color:var(--maincolor);
}
#carousel-projeler .owl-next i,#carousel-projeler .owl-prev {
    font-size:26px!important;
}
#carousel-projeler .owl-prev:hover{
    opacity: 0.5;
}
#carousel-projeler .owl-next:hover{
    opacity: 0.5;
}
.ikonrenk::before{
    color: #048fc7;
}
.logo.is-visible {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    transition: 1s;
}
.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
  }
  @keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
  }
}
.rakamfont{
  font-family: 'Bebas Neue' ;
  font-weight: 500;
}
footer ul li::marker{
    content: ' ';
    display:none
}
footer li[class*=" col-"]{
    padding:0
}
.duyuruhover{
    color: #444!important;
}
.haberlerdots{
    display:flex;
}
.icon > i {
    color: #fff;
}
.overlaySearch{
    color: #fff!important;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 10vh;
    width: 50vw;
    margin-left:25vw;
    z-index: 2;
}
.overlaySearch .containSearch{
    box-shadow: -20px -3px 20px 0px #28282869;
    border-radius: 10px;
}
.overlaySearch .sol{
    height: 60px;
    background-color: #fff;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.overlaySearch .sag{
    height: 60px;
    min-width: 25vw;
}
.overlaySearch .sag input{
    border-radius: 0!important;
    background-color:#fff!important;
}
.searchResults{
    width: 27.8%;
    height: 1px;
    background: #FFF;
    float: left;
    /* border: 1px solid #E1E1E1; */
    border-color: rgb(0 0 0 / 25%);
    /* border-left: 0; */
    /* border-right: 0; */
    border-top: 0;
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 25%);
    margin-bottom: 8px;
    padding: 5px;
    display: none;
    top: 78px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
}
.searchResults a{
    display:flex;
}
.sractive{
    display:unset!important;
}
.components-col {
    padding-left: 15px;
    padding-right: 15px;
}
.components-card {
    height: 515px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 50px rgb(24 76 124 / 10%);
    box-shadow: 0 0 50px rgb(24 76 124 / 10%);
}
.tab-nav.view-1 {
    background: transparent;
}
.tab-nav {
    background: #79ac2b;
}
.tab-container.padding-1 {
    padding: 15px 25px 0 25px;
}
.components-card .tab-container {
    padding: 0 !important;
}
@media (min-width: 1824px){
.tab-container {
    height: 692px;
}
}
.components-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%!important;
}
.components-gallery > div {
    margin-bottom: 30px;
}
.components-card.padding {
    padding: 25px 30px;
}
.components-card.small {
    height: calc( (515px - 30px) / 2);
    position: relative;
}
.components-card {
    height: 515px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 50px rgb(24 76 124 / 10%);
    box-shadow: 0 0 50px rgb(24 76 124 / 10%);
}
.components-card.padding {
    padding: 25px 30px;
}
.components-card.small {
    height: calc( (515px - 30px) / 2);
    position: relative;
}
.components-card {
    height: 515px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 50px rgb(24 76 124 / 10%);
    box-shadow: 0 0 50px rgb(24 76 124 / 10%);
}
.components-header .title {
    color: #184c7c;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}
.components-header .link {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4d6379;
}

.hover-line {
    position: relative;
}
.components-header .link.hover-line:before {
    margin: inherit;
    background: currentColor;
}
.hover-line:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    background: #fff;
    height: 1px;
    width: 0;
    margin: 0 auto;
    -webkit-transition: width .2s;
    transition: width .2s;
}
.activities {
    margin-top: 13px;
}
.activities.single .activities-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.activities-card__content {
    position: relative;
}
.activities-photo {
    overflow: hidden;
    width: 180px;
    height: 245px;
}
.activities-description {
    width: calc( 100% - 180px);
    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;
    padding-left: 20px;
}
.activities-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.activities-description .title {
    color: #173556;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    max-height: 71px;
}
.activities-info {
    margin-top: 20px;
}
.activities-info ul li {
    margin-bottom: 3px;
}
.activities-info ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #173556;
    position: relative;
}
.activities-info .icon {
    width: 40px;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
}
.activities-info .icon, .activities-info .text {
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #dce4eb;
}
.icon {
    font-size: 18px;
    color: currentColor;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}
.activities-info .text {
    width: calc( 100% - 40px - 3px);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    margin-left: 3px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.activities-info .icon, .activities-info .text {
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #dce4eb;
}

@media (min-width: 1500px){
.components-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 33%!important;
}}
@media (min-width: 1280px){
.components-col {
    padding-left: 15px;
    padding-right: 15px;
}
.components-row {
    margin-left: -15px;
    margin-right: -15px;
    min-width:90%;
    max-width:90%;
    }
}
@media (min-width: 1500px){
.components-gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.news-list .title {
    font-size: 14px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 1.35;
}
.news-list .title, .news-list .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list .date {
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 300;
}
.news-list ul li a:before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    background: #4d6379;
    width: 4px;
}
.news-list ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
}

.news-list ul li:before {
    content: "";
    background: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -10px;
    bottom: -1px;
    left: -10px;
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.news-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.news-list ul li img{
    margin-right: 10px;
    max-width: 42px;
    max-height: 42px;
    border: 2px solid #e3e3e3;
}
.components-card .news-list {
    overflow-y: auto;
    overflow-x: hidden;
    height: 425px;
    padding: 15px 25px 0 25px;
    scrollbar-color: #bccad4 transparent;
    scrollbar-width: thin;
}
.tab-content {
    height: 100%;
    position: relative;
}
.tab-container.padding-1 {
    padding: 15px 25px 0 25px;
}
.components-card .tab-container {
    padding: 0 !important;
}
@media (min-width: 1824px){
.tab-container {
    height: 692px;
}}
.tab-nav.view-1 {
    background: transparent;
}
.tab-nav {
    background: #79ac2b;
}
.galerisection{
    display:flex;
    justify-content: center;
    padding-top: 50px;
}
.galeridiv {
    width: 100%;
}
.news-list ul li:hover:before {
    -webkit-box-shadow: 0 0 30px rgb(24 76 124 / 10%);
    box-shadow: 0 0 30px rgb(64 64 64 / 20%);
    width: calc( 100% + 20px);
    opacity: 1;
}
.news-list ul li:before {
    content: "";
    background: #fff;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -10px;
    bottom: -1px;
    left: -10px;
    width: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-list__link {
    bottom: 20px;
    right: 20px;
    float: right;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4d6379;
}
.news-list__link.hover-line:before {
    margin: inherit;
    background: currentColor;
}

/* HERO SEARCH START */

.hero-search__buttons:hover .btn { opacity: .8; -webkit-transform: scale(0.95); transform: scale(0.95); }

.hero-search__buttons .btn {
    height: 60px;
    border-radius: 0px;

    background: #3e117a;
    font-family: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding-left: 25px;
    padding-right: 25px;
    min-width: 215px;
    outline: 0;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.hero-search__buttons .btn._1 { background: #fe5923; }

.hero-search__buttons .btn:hover { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.hero-search__buttons .btn .icon { font-size: 24px; }

.hero-search__buttons .btn .icon svg { fill: #fff; }

.hero-search__buttons .btn .text { padding-left: 10px; color:#fff;}

.hero-search__links { margin-top: 10px; }


.hero-search { height: 155px; 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; max-width: 1000px; width: 100%; margin: 0 auto; background: rgba(0, 0, 0, 0.5); border-radius: 10px; }

@media (max-width: 767px) { .hero-search { padding: 15px; height: auto; } }

@media (min-width: 992px) and (max-width: 1199px) { .hero-search { max-width: 970px; } }

@media (min-width: 768px) and (max-width: 991px) { .hero-search { max-width: 750px; } }

@media (min-width: 480px) and (max-width: 767px) { .hero-search { max-width: 585px; } }
.hero-search__close {
    background: white;
    position: absolute;
    z-index: -2;
    top: -28px;
    /* left: 50%; */
    right: -35px;
    height: 35px;
    width: 70px;
    border: 0;
    border-radius: 10px 10px 0 0;
    /* display: none; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
@media (max-width: 767px) { .hero-search__close { background: rgba(85, 178, 80, 0.95); } }

@media (max-width: 479px) { .hero-search__close { top: -40px; } }

@media (min-width: 480px) and (max-width: 767px) { .hero-search__close { top: -75px; } }

.hero-search__close .icon { color: #49525b; font-size: 24px; }

@media (max-width: 767px) { .hero-search__close .icon { color: #fff; } }

.hero-search__close.is-active { -webkit-transform: translateX(-50%) translateY(0); transform: translateX(-50%) translateY(0); opacity: 1; }

.hero-search__dropdown { position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 50px rgb(73 82 91);
    box-shadow: 0px -14px 20px rgb(37 38 38);
    width: 100%;
    max-width: 1000px;
    z-index: 2;
    bottom: 75px;
    padding: 20px;
    height: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;}

@media (max-width: 767px) { .hero-search__dropdown { padding: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .hero-search__dropdown { max-width: 750px; } }

.hero-search__dropdown.is-visible { opacity: 1; visibility: visible; }

.hero-search__dropdown-content { opacity: 0; visibility: hidden; -webkit-transform: translateY(-30px); transform: translateY(-30px); -webkit-transition: .4s; transition: .4s; }

@media (max-width: 767px) { .hero-search__dropdown-content { display: none; } }

.hero-search__dropdown-content.is-visible { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }

.hero-search__dropdown-list ul { overflow-y: auto; height: 265px; scrollbar-color: rgba(73, 82, 91, 0.15) #eff2f7; scrollbar-width: thin; }

@media (min-width: 768px) and (max-width: 991px) { .hero-search__dropdown-list ul { padding: 10px 15px 0 10px; } }

.hero-search__dropdown-list ul::-webkit-scrollbar-track { background-color: #eff2f7; }

.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.list-link { padding-right: 15px; max-height:265px;}

.hero-search__dropdown-list ul.list-link.is-hidden { display: none !important; }

.hero-search__dropdown-list ul.list-link li:not(:last-child) { margin-bottom: 7px; }

.hero-search__dropdown-list ul.list-link li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; 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; -webkit-transition: .3s; transition: .3s; }

.hero-search__dropdown-list ul.list-link li a:hover { background: #49525b; color: #fff; }

.hero-search__dropdown-list ul.list-link li a .icon { color: #55b250; font-size: 28px; margin-right: 13px; }

.hero-search__dropdown-list ul.list-search { padding: 10px 25px 0 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }

.hero-search__dropdown-list ul.list-search.is-hidden { display: none !important; }

.hero-search__dropdown-list ul.list-search li { border-bottom: 1px solid rgba(73, 82, 91, 0.1); margin-bottom: 20px; padding-bottom: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.hero-search__dropdown-list ul.list-search li a { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }

.hero-search__dropdown-list ul.list-search li a:hover .photo { -webkit-transform: scale3d(1.07, 1.07, 1.07); transform: scale3d(1.07, 1.07, 1.07); }

.hero-search__dropdown-list ul.list-search li a:hover .figure { background: #49525b; }

.hero-search__dropdown-list ul.list-search li a:hover .figure .icon { color: #fff; }

.hero-search__dropdown-list ul.list-search .figure { width: 100px; height: 75px; border-radius: 10px; background: #eff2f7; 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; -webkit-transition: .3s; transition: .3s; }

.hero-search__dropdown-list ul.list-search .figure .icon { color: #49525b; font-size: 36px; }

.hero-search__dropdown-list ul.list-search .photo { width: 100px; height: 75px; overflow: hidden; padding: 5px; background: #fff; -webkit-box-shadow: 0 0 20px rgba(73, 82, 91, 0.2); box-shadow: 0 0 20px rgba(73, 82, 91, 0.2); border-radius: 10px; -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1); transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1); transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1); transition: transform 0.4s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.2, 1); }

.hero-search__dropdown-list ul.list-search .photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 7px; }

.hero-search__dropdown-list ul.list-search .content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 15px; padding-right: 15px; }

.hero-search__dropdown-list ul.list-search .content .tag { font-weight: 600; font-style: italic; color: rgba(73, 82, 91, 0.9); font-size: 11px; }

.hero-search__dropdown-list ul.list-search .content .title { color: #49525b; line-height: 1.3; font-size: 13px; font-weight: 800; overflow: hidden; max-height: 32px; }

.hero-search__dropdown-list ul.list-search .content .date { color: rgba(73, 82, 91, 0.8); line-height: 1.5; font-size: 11px; font-weight: 300; margin-top: 5px; font-family: "Roboto", sans-serif; }

@media (min-width: 768px) and (max-width: 991px) { .hero-search__dropdown-list ul.list-search .content .date { font-size: 11px; } }

.hero-search__dropdown-list ul.list-search .content .date .icon { font-size: 11px; margin-right: 3px; }

@media (min-width: 768px) and (max-width: 991px) { .hero-search__dropdown-list ul.list-search .content .date .icon { font-size: 11px; } }

.hero-search__dropdown .shortcuts > ul > li:not(:last-child) { margin-bottom: 10px; }

.hero-search__dropdown .shortcuts-cover { height: 171px; }

.hero-search__dropdown .shortcuts-body__list ul li a { padding-top: 1px; padding-bottom: 1px; }

@media (max-width: 767px) { .hero-search__form { width: 100%; } }

.hero-search__form input { width: 505px; height: 75px; border-radius: 10px; padding-left: 30px; padding-right: 30px; font-family: inherit; -webkit-box-shadow: inset -3px 3px 10px rgba(0, 0, 0, 0.4); 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; }

@media (max-width: 767px) { .hero-search__form input { width: 100%; } }

@media (max-width: 479px) { .hero-search__form input { width: 100%; height: 55px; font-size: 13px; padding-left: 15px; padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 991px) { .hero-search__form input { width: 350px; } }
.hero-search__dropdown-list{
    max-height: 260px;
    overflow-y: hidden;
}
.hero-search__dropdown-list ul li a{
    display: flex;
    margin-bottom: 5px;
    width: 100%;
    background: #ededed;
    padding: 0.5rem!important;
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
}
.row.no-gutters .documents-icon{
    font-size: 0.8rem;
    padding: 0.5rem;
}
.overlaySearch:not(.visible) .hero-search__dropdown-content{
    display:none!important;
    visibility: hidden!important;
    opacity: 0!important;
}

/* HERO SEARCH END */

/* SHORTCUTS START */


.shortcuts:not(.v-list).v-large .shortcuts-card:nth-child(6) a { background: #55b250; }

.shortcuts:not(.v-list).v-large .shortcuts-card:nth-child(6) a:hover { background: rgba(0, 0, 0, 0.2); border: 1px solid transparent; }

.shortcuts:not(.v-list).v-large .shortcuts-card:nth-child(6) a .icon { color: #fff; }

.shortcuts:not(.v-list).v-large .shortcuts-card a:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }

.shortcuts:not(.v-list).v-large .shortcuts-card a { height: 190px; padding-left: 20px; padding-right: 20px; border-radius: 13px; }

.shortcuts:not(.v-list).v-large .shortcuts-card a .icon { color: #55b250; opacity: 1; font-size: 48px; }

.shortcuts:not(.v-list).v-large .shortcuts-card a .title { font-weight: 800; font-size: 16px; line-height: 1.3; }

.shortcuts:not(.v-list).v-large .shortcuts-card a .text { font-family: "Roboto", sans-serif; font-size: 12px; color: #fff; line-height: 1.4; margin-top: 10px; }

@media (min-width: 992px) { .shortcuts:not(.v-list) .shortcuts-card:nth-last-child(n+4) { margin-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 991px) { .shortcuts:not(.v-list) .shortcuts-card { margin-bottom: 20px; } }

@media (min-width: 480px) and (max-width: 767px) { .shortcuts:not(.v-list) .shortcuts-card { margin-bottom: 20px; } }

@media (max-width: 479px) { .shortcuts:not(.v-list) .shortcuts-card { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; padding-left: 5px; padding-right: 5px; margin-bottom: 10px; } }

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

.shortcuts:not(.v-list) .shortcuts-card a:hover { background: #55b250; }

.shortcuts:not(.v-list) .shortcuts-card a:hover .icon { opacity: 1; color: #fff; }

@media (max-width: 479px) { .shortcuts:not(.v-list) .shortcuts-card a { height: 100px; } }

.shortcuts:not(.v-list) .shortcuts-card a .title, .shortcuts:not(.v-list) .shortcuts-card a .text { width: 100%; }

.shortcuts:not(.v-list) .shortcuts-card a .title { color: #fff; font-size: 13px; line-height: 1.5; text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1199px) { .shortcuts:not(.v-list) .shortcuts-card a .title { font-size: 12px; } }

@media (max-width: 479px) { .shortcuts:not(.v-list) .shortcuts-card a .title { font-size: 11px; } }

.shortcuts:not(.v-list) .shortcuts-card a .title span { font-weight: 800; display: block; }

.shortcuts:not(.v-list) .shortcuts-card a .icon { color: #fff; font-size: 32px; margin-bottom: 15px; opacity: .4; }

@media (max-width: 479px) { .shortcuts:not(.v-list) .shortcuts-card a .icon { font-size: 20px; margin-bottom: 10px; } }

@media (min-width: 992px) and (max-width: 1199px) { .shortcuts.v-list ul { margin-left: -5px; margin-right: -5px; } }

@media (min-width: 992px) and (max-width: 1199px) { .shortcuts.v-list ul li { padding-left: 5px; padding-right: 5px; } }

.shortcuts.v-list ul li a { display: block; position: relative; }

.shortcuts.v-heading ul li { margin-bottom: 20px; }

.shortcuts.v-heading .shortcuts-card a:hover .shortcuts-cover img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.shortcuts.v-heading .shortcuts-body { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 25px 25px 20px 27px; }

.shortcuts.v-heading .shortcuts-cover img { -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); }

.shortcuts-card__content { display: block; position: relative; }

.shortcuts-card:nth-child(1) .shortcuts-body .title h4 { background: #B69E7E !important; }

.shortcuts-card:nth-child(2) .shortcuts-body .title h4 { background: #55B6A8 !important; }

.shortcuts-card:nth-child(3) .shortcuts-body .title h4 { background: #E31D67 !important; }

.shortcuts-card:nth-child(4) .shortcuts-body .title h4 { background: #56a753 !important; }

.shortcuts-card:nth-child(5) .shortcuts-body .title h4 { background: #d77b29 !important; }

.shortcuts-card:nth-child(6) .shortcuts-body .title h4 { background: #13366F !important; }

.shortcuts-cover { overflow: hidden; height: 230px; border-radius: 10px; background: black; }

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

.shortcuts-body { position: absolute; right: 0; bottom: 0; left: 0; height: 100%; 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; z-index: 1; }

.shortcuts-body:before { content: ""; position: absolute; height: 100%; right: 0; bottom: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black)); background: linear-gradient(transparent, black); opacity: .9; border-radius: 10px; z-index: -1; -webkit-transition: .3s; transition: .3s; }

.shortcuts-body .heading { color: #fff; font-family: "Roboto", sans-serif; font-weight: 800; text-transform: uppercase; max-width: 100px; font-size: 18px; line-height: 1.4; }

.shortcuts-body .title { padding: 20px 20px 0 20px; }

@media (min-width: 992px) and (max-width: 1199px) { .shortcuts-body .title { padding: 10px 10px 0 10px; } }

.shortcuts-body .title h4 { background: #666; color: #fff; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 13px; font-weight: 700; text-transform: uppercase; line-height: 1.3; padding: 5px 10px; border-radius: 10px; }

@media (min-width: 992px) and (max-width: 1199px) { .shortcuts-body .title h4 { font-size: 11px; } }

.shortcuts-body__list { padding: 0 20px 10px 20px; }

@media (min-width: 992px) and (max-width: 1199px) { .shortcuts-body__list { padding: 0 10px 10px 10px; } }

.shortcuts-body__list ul li a { color: #fff; font-size: 12px; font-weight: 600; padding-top: 1px; padding-bottom: 1px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; }

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

.shortcuts.list ul li { margin-bottom: 20px; }

.shortcuts.list ul li a:hover .shortcuts-photo:not(.v-logo) img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.shortcuts.list ul li a:hover .shortcuts-footer.v-dark { background: #55b250; }

.shortcuts.list ul li a:hover .shortcuts-footer.v-dark .title { color: #fff; }

.shortcuts-photo { overflow: hidden; height: 180px; border-radius: 10px 10px 0 0; }

@media (min-width: 480px) and (max-width: 767px) { .shortcuts-photo { height: 130px; } }

.shortcuts-photo.v-logo { height: 150px; padding: 30px; border-top: 1px solid rgba(0, 0, 0, 0.08); border-right: 1px solid rgba(0, 0, 0, 0.08); border-left: 1px solid rgba(0, 0, 0, 0.08); }

.shortcuts-photo.v-logo img { -o-object-fit: contain; object-fit: contain; }

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

.shortcuts-footer { background: rgba(255, 255, 255, 0.09); height: 80px; border-radius: 0 0 10px 10px; 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; padding-left: 30px; padding-right: 30px; }

.shortcuts-footer.v-dark { background: rgba(0, 0, 0, 0.08); -webkit-transition: .3s; transition: .3s; }

.shortcuts-footer.v-dark .title { color: #666; }

.shortcuts-footer.v-dark.size-1 { height: 70px; padding-left: 20px; padding-right: 20px; }

.shortcuts-footer.v-dark.size-1 .title { font-size: 14px; }

.shortcuts-footer .title { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; overflow: hidden; max-height: 47px; }

@media (min-width: 480px) and (max-width: 767px) { .shortcuts-footer .title { font-size: 14px; } }

/* SHORTCUTS END */

/* GALERİ OWL NAV BUTONLAR */

.gallery-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -48px;
    left: 0;
    opacity:1!important;
}
.gallery-carousel .owl-theme .owl-nav .owl-prev {
    border-radius: 15px 0 0 15px;
}
.gallery-carousel .owl-theme .owl-nav [class*='owl-'] {
    display:inline-flex;
    width: 65px;
    height: 35px;
    background: #edf4fb;
    color: #4d6379;
    -webkit-box-shadow: 0 0 40px rgb(24 76 124 / 40%);
    box-shadow: 0 0 40px rgb(24 76 124 / 40%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: .2s;
    transition: .2s;
    position:initial;
}
.gallery-carousel .owl-theme .owl-nav [class*='owl-'] .icon {
    font-size: 16px;
}
.gallery-carousel .owl-next:hover,.gallery-carousel .owl-prev:hover {
    background:#4d6379;
    color:#edf4fb;
}
.gallery-carousel .owl-theme .owl-nav .owl-next {
    border-radius: 0 15px 15px 0;
}
.gallery-carousel .owl-nav{
    display: flex;
    justify-content: center;
    max-width: 20%;
    margin-left: 40%;
}
.gallery-carousel .owl-nav i{
    color:#444!important;
    font-size:1.3rem;
}
.gallery-header {
    position: relative;
}
.gallery.small .gallery-photo {
    height: 105px;
}
.gallery-photo {
    overflow: hidden;
    height: 90px;
}
.owl-carousel .owl-item img {
    display: block;
    position: inherit;
}
.gallery-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);
}
.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.gallery-overlay .icon {
    font-size: 14px;
    color: #fff;
    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;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(23, 155, 216, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}
.gallery-footer {
    text-align: center;
    padding-top: 7px;
}
.gallery-footer .title {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #173556;
    line-height: 1.2;
    overflow: hidden;
    max-height: 33px;
}
.fc .fc-scroller{
    overflow:hidden!important;
}
#mobilhaberlersection .owl-nav{
    display:none;
}
.iconrenk{
    color: var(--maincolor)!important;
}
#carousel-galeri .owl-nav{
    top:160px;
}
.searchdrop .is-visible img{
    display:block!important;
}
.searchdrop img{
    display:none!important;
}
.owl-carousel .owl-nav [class*=owl-]{
    margin-top: -40px!important;
}
@media (min-width:992px){
    .footer-mt-logo{
        max-height: 15px;
    }
    .footer-logo-image{
        max-height: 200px
    }
    li::marker{
        display:none;
        content: ' '
    }
    .section-activities,section.rakamlarla-sec {
        padding: 5rem 0;
    }
    .footer-app-galery{
        padding-top:2rem;
    }
    #calendar{height:100%}
    .footer-app-galery img{max-height:2rem}
}
.uk-tab{display:flex;}
.modal-mayor__content:not(.is-active){display:none}
@media (min-width: 1200px) { .gallery.column-5 ul li { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }

@media (max-width: 767px) { .gallery.list ul { margin-left: -5px; margin-right: -5px; } }

.gallery.list ul li { margin-bottom: 20px; }

@media (max-width: 767px) { .gallery-card { padding-left: 5px; padding-right: 5px; } }

.gallery-card a { display: block; position: relative; }

.gallery-card a:hover .gallery-photo img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); opacity: 1; }

.gallery-card a:hover .gallery-cover img { -webkit-transform: scale3d(1.15, 1.15, 1.15); transform: scale3d(1.15, 1.15, 1.15); }

.gallery-card a:hover .gallery-body:before { opacity: .6; }

.gallery-photo { height: 130px; overflow: hidden; border-radius: 10px; background: #000; -webkit-box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15); box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15); }

@media (min-width: 1750px) { .gallery-photo { height: 150px; } }

@media (max-width: 767px) { .gallery-photo { height: 90px; } }

@media (min-width: 390px) and (max-width: 479px) { .gallery-photo { height: 110px; } }

@media (min-width: 600px) and (max-width: 767px) { .gallery-photo { height: 110px; } }

.gallery-photo img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: .85; -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s; transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }

.gallery-overlay { position: absolute; border-radius: 10px; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding: 20px; }

.gallery-overlay .icon { color: #fff; font-size: 20px; }

.gallery-footer { padding-top: 10px; }

.gallery-footer .icon { font-size: 18px; color: #fff; }

.gallery-footer .title { color: #fff; font-size: 13px; font-weight: 700; overflow: hidden; max-height: 47px; line-height: 1.4; }

@media (max-width: 767px) { .gallery-footer .title { font-size: 14px; line-height: 1.5; max-height: 41px; } }

.gallery-footer .date { font-family: "Roboto", sans-serif; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: rgba(176, 176, 176, 0.8); font-size: 13px; margin-top: 10px; }

@media (max-width: 767px) { .gallery-footer .date { font-size: 12px; } }

.gallery-footer .date .icon { font-size: 18px; margin-right: 10px; }

.gallery.body-1 .gallery-body { position: relative; }

.gallery.body-1 .gallery-body:before { display: none; }

.gallery.body-1 .gallery-body .title { color: #49525b; }

.gallery.body-1 .gallery-cover { background: black; }

.gallery.body-1 .gallery-cover img { opacity: .85; }

.gallery.color-1 .gallery-body .icon { color: #55b250; }

.gallery-cover { height: 180px; overflow: hidden; border-radius: 10px; -webkit-box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15); box-shadow: 5px 7px 15px rgba(73, 82, 91, 0.15); }

.gallery-cover img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s; transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1); }

@media (min-width: 1750px) { .gallery-cover { height: 210px; } }

.gallery-body { position: absolute; right: 0; bottom: 0; left: 0; height: 100%; padding: 25px 30px 20px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; overflow: hidden; border-radius: 10px; z-index: 1; }

.gallery-body:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; background: linear-gradient(35deg, black 0%, rgba(0, 0, 0, 0) 100%); opacity: .9; z-index: -1; -webkit-transition: .3s; transition: .3s; }

.gallery-body__footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-family: "Roboto", sans-serif; }

.gallery-body__footer.v-icon .icon { display: block; }

.gallery-body__footer .icon { color: #fff; font-size: 24px; display: none; margin-right: 10px; }

.gallery-body__footer .title { font-size: 13px; font-weight: 800; color: #fff; text-transform: uppercase; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-left: 0; line-height: 1.55; padding-right: 30px; }

.gallery-body__footer .info { font-size: 11px; color: rgba(255, 255, 255, 0.8); margin-top: 3px; }

.page-content__heading.color-1 {
    color: #048fc7;
}
.page-content__heading {
    color: #49525b;
    font-weight: 800;
    font-size: 16px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#slider_mobil .owl-nav .owl-prev,
#slider_mobil .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.3), 1px 0 rgba(0, 0, 0, 0.3), 0 -1px rgba(0, 0, 0, 0.16)
}
#slider_mobil .owl-nav .owl-prev.disabled,
#slider_mobil .owl-nav .owl-next.disabled {
    opacity: .1
}
#slider_mobil .owl-nav .owl-prev:not(.disabled):hover,
#slider_mobil .owl-nav .owl-next:not(.disabled):hover {
    opacity: .8;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.9), 0 1px rgba(0, 0, 0, 0.9), 1px 0 rgba(0, 0, 0, 0.9), 0 -1px rgba(0, 0, 0, 0.9)
}
#slider_mobil .owl-nav .owl-prev {
    left: 5%
}
#slider_mobil .owl-nav .owl-prev:before {
    content: "î¤ƒ"
}
#slider_mobil .owl-nav .owl-next {
    right: calc(6% + 450px)
}
#slider_mobil .owl-nav .owl-next:before {
    content: "î¤„"
}
#slider_mobil .owl-dots .owl-dot {
    display: block;
    width: 12px;
    height: 12px;
    margin: 10px 2px;
    background: #fff;
    opacity: .5;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.16)
}

#slider_mobil .owl-dots .owl-dot span {
    display: none
}

#slider_mobil .owl-dots .owl-dot:hover {
    opacity: .9
}

#slider_mobil .owl-dots .owl-dot.active {
    width: 28px;
    opacity: 1
}

#slider_mobil .owl-info {
    display: none
}
@media (min-width:992px){
    #slider_mobil .owl-dots {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    .rb-deger{font-size:1.877rem;font-family: 'Bebas Neue';}
    .rb-image{max-height: 2rem;}
    .rb-baslik{font-size:1.4rem}
    .projeres2top{display:none}
}
@media (max-width:375px){
    .footer-shortcuts .number .icon,.footeriletisimm i{
        font-size:1rem!important
    }
    .projeres2top{display:none}
}
@media (max-width:991px){
    .mobilbelediye ul {
        list-style: none;
        flex-wrap: wrap;
    }
    .mobilbelediye ul li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
        text-decoration: none;
    }
    .mobilbelediye ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .mobilbelediye ul li a {
        border: 1px solid rgba(73, 82, 91, 0.08);
        -webkit-box-shadow: 1px 2px 3px rgb(73 82 91 / 10%);
        box-shadow: 1px 2px 3px rgb(73 82 91 / 10%);
        border-radius: 7px;
        height: 90px;
        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;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobilbelediye .icon {
        color: #10304a;
        font-size: 24px;
    }
    .mobilbelediye .icon i{ font-size:24px;}
    .mobilbelediye .title {
        font-size: 12px;
        font-family: 'PT Sans'!important;
        color: #333;
        margin-top: 8px;
        line-height: 1.3;
    }
    .mobile_home_duyurular h5{
        text-align: center;
        font-size: 1.4rem;
        font-family: 'Sedgwick Ave'!important;
        color: #e41d2d;
    }
    .mobile_home_duyurular li{
        border: 1px solid rgba(73, 82, 91, 0.08);
        -webkit-box-shadow: 1px 2px 3px rgb(73 82 91 / 10%);
        box-shadow: 1px 2px 3px rgb(73 82 91 / 10%);
        border-radius: 7px;
        margin-bottom: 4px;
    }
    .mobile_home_duyurular ul{margin-top:20px;}
    .activities-single.small .activities-single__photo{width:100%;}
    .activities-single{padding:5px;}
    .activities-single__description .btn{display:none;}
    .projects-nav .row.no-gutters{flex-wrap:nowrap;}
    .projects-nav .tab--nav{flex-basis:45%;margin-left:0;margin-right:0;}
    .projects-nav ul li a{font-size:10px;}
    .activities-single__description .title{margin-top:15px;font-size:12px!important;}
    .projelericerik{padding:1rem!important}
    .mobile_mayor_footer a i{font-size:1.2rem;}
    .projealanicerik .col-8 {padding-top: 20px!important;margin: 0!important;}
    .projects-nav ul{margin: 0 0!important}
    .activities.list .col-sm-6{max-width:50%;background-color: white;}
    .etkinliksag,.etkinliklerdiv{background-color:white!important;}
    .projealanbg{background-color:white}
    .projealanicerik{margin: 0!important;max-width:100vw!important}
    .mobile_home_duyurular ul{display:flex;flex-direction: column;}
    .mobile_home_duyurular{padding:20px;}
    .mobile_home_duyurular li a{display:flex;align-items: center;}
    #etkinlikmobilbuton{display:none!important;}
    .section.section-logos{
        padding:30px 0 20px 0;
    }
    .section.section-logos .logos-card{
        padding:5px;
    }
    .logos-photo{display:flex;justify-content: center;align-items: center;}
    .logos-card a {
        border: 2px solid rgba(73, 82, 91, 0.15);
        display: block;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        background-color: var(--maincolor);
    }
    .logos-photo img {
        width: 100%;
        height: 75px;
        max-height: 75px;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transition: .3s;
        transition: .3s;
        padding: 10px;
        background-color: var(--maincolor);
    }
    .logos-footer {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        -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;
    }
    .logos-footer .title {
        color: #49525b;
        font-weight: 700;
        line-height: 1.3;
        font-size: 13px;
        overflow: hidden;
        max-height: 32px;
    }
    .section-logos .swiper-button-prev:after, .section-logos .swiper-button-next:after {
        font-size: 20px;
    }
    .section-logos .swiper-button-prev, .section-logos .swiper-button-next {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size) / 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3069ab;
        background-color: #ffffff;
        border: 1px solid;
        padding: 10px;
        font-size: 14px;
        border-radius: 3px;
        width: 30px;
        height: 40px;
    }
    #slider_mobil .owl-dots {
        position: absolute;
        left: 0;
        top: 36vh;
        display: flex;
        width: 100vw;
        justify-content: center;
    }
    .mobile_duyurular {
        padding: 10px;
    }
    .news-announcement-header {
        width: 100%;
        height: 5vh;
        display: inline-flex;
        justify-content: center;
        align-content: center;
        background-color: #3370b6;
    }
    .news-announcement-header span {
        font-size: 17px;
        font-weight: 800;
        color: #fff;
        line-height: 5.1vh;
    }
    .news-announcement-content {
        display: block;
        width: 100%;
        height: 40.5vh;
        overflow-y: auto;
    }
    .news-announcement-content li {
        position: relative;
        border-bottom: 1px solid #cfd8dc;
    }
    .news-announcement-content li a {
        display: inline-grid;
        align-content: center;
        width: 100%;
        height: 4.8vh;
        overflow: hidden;
        background: rgba(255,255,255,0);
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
    .news-announcement-content li a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .news-announcement-content h4 {
        font-size: 14px;
        font-weight: 400;
        color: #546e7a;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 15px 0 15px;
    }
    .news-announcement-content .announcement-icon {
        color: #cfd8dc;
    }
    .news-announcement-footer {
        width: 100%;
        height: 3vh;
        text-align: center;
        background-color: var(--maincolor);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0 20px 0;
    }
    .news-announcement-footer .ulink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgb(0 0 0 / 0%);
        position: relative;
        overflow: hidden;
    }
    .news-announcement-footer a {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    .news-announcement-footer .ulink:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 2px;
        background: #cfd8dc;
        height: 2px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .mobile_duyurular{padding:10px;}
    .news-announcement-content::-webkit-scrollbar {
        width: 7px;
        display:block!important;
    }
    .news-announcement-content::-webkit-scrollbar-thumb {
        background: #cfd8dc;
    }
    .news-announcement-content::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .owl-haber-custom-dots {
        display: flex;
        width: 100vw;
        background-color: var(--maincolor);
        justify-content: space-around;
        position: absolute;
    }
    .haber-container, .number, .owl-haber-dot {
        font-family: 'Bebas Neue' !important;
    }
    .owl-haber-dot {
        padding: 5px;
        font-size: 14px;
        color: #fff;
    }
    .owl-haber-dot.active {
        background-color: #ffffff;
        color: black;
    }
    .haber-container span {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        padding: 1rem;
        background-color: var(--maincolor);
    }
    #carrousel{
        margin: 0;
        position: relative;
        background-color: var(--maincolor);
    }
    #carrousel .col-md-12{
        padding:0
    }
    .headermobile{
        background-color: var(--maincolor);
    }
    .mobile_news_container{
        padding:1rem 0;
        text-align: center;
        font-size:1rem;
    }
    .haber-container{
        display:flex;
        flex-direction: column;
    }
    .mobilfootermenu {
        display: none !important
    }
    .footeriletisimm {
        justify-content: center!important;
        margin-bottom: 1rem !important;
        margin-top:2rem;
        padding:0
    }
    .projeres2top{display:none!important}
    .footer-shortcuts .number {
        font-size: 1.5rem !important;
    }
    .portfolio-single-image {
        row-gap: 15px;
        margin: 0;
        padding: 0;
        margin-top:2rem;
    }
    .mobilappfooter{
        display:none
    }
    .footer-shortcuts ul li{
        width:50%
    }
    .footersosyal i {
        font-size: 3.4vh;
    }
    .footer-shortcuts .col-md-12{
        justify-content: space-between;
    }
    .footeriletisimm i{
        font-size: 2rem;
    }
    .modal-mayor__content {
        padding: 2rem!important;
    }
    .modal-mayor__column-1{margin-top:-100px}
    .modal-mayor__social{padding-bottom:10px!important}
    .modal-mayor__social a{
        border: 1px solid #eff2f7!important;
        background-color:#eff2f7!important;
    }
    .modal-mayor__social a i{
        font-size:1rem;
        color:black!important;
    }
    .modal-mayor__container{
        height: fit-content!important
    }
    .modal-mayor.is-visible{
        overflow-y:scroll
    }
    .header-logo{
        margin-top:0!important
    }
    .headercontainer img{
        max-height: 40px!important;
    }
}
/* .slider-main-image:before {
    content: ' ';
    top: 100%;
    height: 10rem;
    right: 50%;
    width: 50%;
    transform-origin: 100% 0;
    transform: translateY(-50%) skewY(4.7deg);
    z-index: 2;
    display: block;
    position: absolute;
    background-color: #fff;
}
.slider-main-image:after {
    content: ' ';
    top: 100%;
    height: 10rem;
    left: 50%;
    width: 50%;
    transform-origin: 0 0;
    transform: translateY(-50%) skewY(-4.7deg);
    z-index: 2;
    display: block;
    position: absolute;
    background-color: #fff;
} */
@media (min-width: 1750px){
footer .container {
    max-width: 1750px;
}
}
.footer-contact{
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.footer-contact__numbers{
    display: flex;
    justify-content: flex-end;
}
.footer-contact__numbers ul li a{
    display: flex!important;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    color: #fff!important;
}
.footer-contact__numbers ul li a .number{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: .8;
}
.footer-contact__numbers ul li a .icon {
    font-size: 30px;
    margin-right: 20px;
}
.duyurukutu1 .card.noborder{
    position: absolute;
    bottom: 20px;
    right: 0;
}

.headersagkutular{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    transition: .3s;
    padding: 0.5rem;
    font-weight: 600;
    width: fit-content;
    display: flex;
}
.headersagkutular a i{
    margin-right: 0.3rem;
}
.headersagkutular a{
    background: #00587059;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    height:35px
}
.headersagkutular:hover a,.headersagkutular:hover a i{
    color:#fff;
}
.headersagkutular a:hover{
    background-color: rgb(255 255 255 / 20%);
}
.aramasonucy{
    color: #000;
    padding: 0.5rem 0.5rem!important;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
}
.mobile-nav__sub.is-dropdown{display:block;}
.link:hover{
    cursor:pointer
}
.mobil-search {
    display: none;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
@media(min-width:992px){
    .big-sc-none{display:none!important;}
}
.mobil-search.is-visible {
    position: fixed;
    opacity: 1;
    visibility: visible;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000080;
    z-index: 99999999;
}
.mobil-search-close {
    z-index: 1;
    display: flex;
    position: absolute;
    right: 3rem;
    top: 4rem;
    opacity: 1;
    font-size: 2.2rem;
}
.mobil-search-close a{font-size:1rem;}
.mobil-search .mobil-search-content {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    color: black;
    background-color: #ffffff;
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 15px;
    width: 90vw;
    box-shadow: 0px 2px 20px #000000a6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mobil-search-title {
    font-size: 1.5rem;
    font-family: 'Poppins';
    font-weight: 600;
}
.mobil-search-bottom-line {
    height: 15px;
    background-color: #ededed;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 20px 20px 0px #a9a9a961;
}
.mobil-search-container input {
    width: 100%;
    border: 1px solid rgba(73, 82, 91, 0.08);
    -webkit-box-shadow: 1px 2px 3px rgb(73 82 91 / 10%);
    box-shadow: 1px 2px 3px rgb(73 82 91 / 10%);
    border-radius: 7px;
    height: 50px;
    font-family: inherit;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 13px;
    font-weight: 600;
}
.mobil-search-container .mobil-search-button {
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 2rem;
    padding: 5px;
    background-color: #ededed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    border: unset!important;
}
.mobil-search-container {
    display: flex;
    position: relative;
    margin: 25px 0;
}
.button--modalnav{
    color: #fff;
    display: -ms-inline-flexbox;
    -ms-flex-align: center;
    background: unset;
    border: unset;
}
.button--modalnav i {
    font-size: 1.5rem;
    font-weight: 600;
}
.mobil-search-button i{
    font-size: 1.5rem;
    color:#444;
}   
.mobil-search-close a{
    color:#444;
    font-size: 1.5rem;
    font-weight: 600;
}
@media (max-width:992px){
    .baskanimzadd{
        width: 9rem!important;
    }
}