:root {
    --black: #111;
    --black2: #222;
    --darkgray: rgba(33,37,41,1);
    --darkgray2: #6C6C6C;
    --primary: #0c0c0c;
    --secondary: #3D737F;
    --orange: #ffa00b;
    --lightgray: #F4F6FA;
    --lightgray: #e6edf5;
    --lightgray2: #F0F0F46A;
    --lightgray3: #1c1c1c;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #fff;
    padding-bottom: 40px;    
}

body.search {
    overflow: hidden;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
        padding: 0 50px;
    }
}

.font2 {
    font-family: 'Righteous', cursive;
    font-weight: 100;
    letter-spacing: 3px;
}

a {
    color: var(--secondary);
    text-decoration: none;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover {
    cursor: default;
}

h1 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 15px;
}

h2 {
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 0;
}

h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
    line-height: 21px;
}
.info p {
    font-size: 13px;
    line-height: 16px;
}
.opacity-6 {
    opacity: .6 !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-dark {
    color: var(--darkgray) !important;
}

.text-dark2 {
    color: var(--darkgray2) !important;
}

.text-darkgray2 {
    color: var(--darkgray2) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.bg-black2 {
    background-color: var(--black2) !important;
}

.bg-lightgray {
    background-color: var(--lightgray) !important;
}

.bg-lightgray2 {
    background-color: var(--lightgray2) !important;
}
.bg-lightgray3 {
    background-color: var(--lightgray3) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.bg-teriatry {
    background-color: var(--teriatry) !important;
}



.bg-darkgray {
    background-color: var(--darkgray) !important;
}

.font-weight-medium {
    font-weight: 400;
}

.border-top1 {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.line {
    position: relative;
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
.fs-13 {
    font-size: 13px !important;
    line-height: 13px !important;
}
.fs-17 {
    font-size: 17px !important;
    line-height: 17px !important;
}
.fs-20 {
    font-size: 20px !important;
    line-height: 20px !important;
}
.fs-25 {
    font-size: 25px !important;
    line-height: 25px !important;
}

.fs-30 {
    font-size: 30px !important;
    line-height: 30px !important;
}

i.bg {
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    height: 25px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.border-l-0 {
    border-left: 0 solid #dee2e6 !important;
}

.border-t-0 {
    border-top: 0 solid #dee2e6 !important;
}

.border-r-0 {
    border-right: 0 solid #dee2e6 !important;
}

.border-b-0 {
    border-bottom: 0 solid #dee2e6 !important;
}

.border-l-1 {
    border-left: 1px solid #dee2e6 !important;
}

.border-t-1 {
    border-top: 1px solid #dee2e6 !important;
}

.border-r-1 {
    border-right: 1px solid #dee2e6 !important;
}

.border-b-1 {
    border-bottom: 1px solid #dee2e6 !important;
}

.p-relative {
    position: relative !important;
}

.border-dashed {
    border: 1px dotted #dee2e6 !important;
}

.min-h-278 {
    min-height: 278px;
}

.border {
    border: 3px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.babadi {
    font-size: 11px;
}

.rounded {
    border-radius: 15px !important;
}

.rounded-big {
    border-radius: 50px !important;
}

.rounded-big-copy {
    border-radius: 50px;
}

.rounded-b-l-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-b-r-0 {
    border-bottom-right-radius: 0 !important;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.box-shadow2 {
    box-shadow: 0 0 5px rgba(255, 255, 255, .2);
}

.min-height {
    height: 300px;
}

ul li {
    font-size: 1.25rem;
    font-weight: 300;
}

@media (max-width:767px) {
    .min-h-278 {
        min-height: 150px;
    }
}


.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media (max-width: 767px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .topbanner .topbannerclose {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        height: 40px;
        width: 40px;
    }
}

/*TOP BANNER END*/
#content {
    position: relative;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;    
}


.header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .logo {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

.header-bottom {
    background-color: var(--lightgray);
}

.header-bottom.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--secondary);
}

h2.title {
    display: inline-flex;
    font-weight: bolder;
    font-size: 40px;
}

.contact .title {
    display: inline-flex;
    font-weight: 600;
    font-size: 30px;
}

.contact i {
    font-size: 20px;
    background-color: var(--primary);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

h3.title {
    font-size: 22px;
}


/*TOP MENU*/
.headernav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.headernav li {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.headernav li:hover {
    color: var(--primary);
}

.headernav li a {
    color: var(--darkgray);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0;
    padding: 19px 27.5px;
    display: block;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    position: relative;
}

.headernav li:first-child a {
    padding-left: 0;
}

.headernav li:last-child a {
    padding-right: 0;
}

.headernav li a:hover {
    color: var(--primary);
    cursor: pointer;
}

.headernav li.social a:hover {
    color: var(--black);
    border-bottom: 3px solid transparent;
}

.headernav li.line a:hover {
    color: var(--black);
    border-bottom: 3px solid transparent;
    cursor: default;
}


.headernav li:hover .submenu {
    top: auto;
    display: block;
}

.headernav li .submenu {

    display: none;
    position: absolute;
    z-index: 9999;
    top: auto;
    margin-top: 61px;
    transition: all 200ms linear;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    min-width: 220px;

}

.headernav li .submenu.column {
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 500;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 61px;
    box-sizing: border-box;
    column-count: 3;
}

.headernav li .submenu li {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.headernav li .submenu li a {
    color: var(--darkgray);
    margin: 0;
    padding: 10px 20px;
    height: auto;
    float: left;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    border: 0;
    font-size: 14px;
    font-weight: 400;
}

.headernav li .submenu li a:hover {
    border: 0;
    color: var(--primary);
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/*TOP MENU END*/

/*search*/
#msearch {
    background-color: #ebebeb;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
}

#msearch:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.searcharea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms linear;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px;
}

.searcharea.open {
    visibility: visible;
    opacity: 1;
}

.searcharea .closeicon {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.searcharea .closeicon:hover {
    cursor: pointer;
}

.searcharea .searchdiv {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
}

.searcharea .searchdiv .aramainput {
    position: relative;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid var(--darkgray);
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 25px;
    font-weight: 400;
    color: var(--darkgray);
}

.searcharea .searchdiv .aramainput:focus {
    outline: 0;
}

.searcharea .searchdiv .aramainput::placeholder {
    opacity: .4;
}

.searcharea .searchdiv .btnara {
    position: absolute;
    right: 0;
    border: 0;
    color: var(--darkgray);
    font-size: 20px;
    background-color: transparent;
    height: 100%;
    width: 50px;
}

.searcharea .searchdiv .btnara:focus {
    outline: 0;
    border: 0;
}



.search-app-container {
    width: 100%;
    position: relative;
    float: left;
}

.search-input {
    display: flex;
}

.search-input input {
    width: 100%;
    border: 2px solid #92929b;
    height: 50px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 0;
}

.search-input input:focus {
    outline: 0;
}

.search-input-submit {
    position: absolute;
    top: 0;
    right: 0;
}

.search-input-submit button {
    height: 50px;
    width: 50px;
    box-shadow: none;
    background: var(--darkgray);
    border-radius: 0 5px 5px 0;
    margin-top: 0;
    position: relative;
    border: 2px solid var(--darkgray);
}

.search-input-submit button i {
    color: #fff;
}

/*search end*/
.btnheader {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 100 !important;
    transition: all 200ms linear;
    padding: 10px 36px;
}

.btnheader:hover {
    background-color: var(--secondary);
    color: #fff;
}

/*mobıle menu*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}

.overlay.active {
    opacity: .5;
    pointer-events: auto;
}

#panel {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: calc(100% - 75px);
    height: 100%;
    overflow: hidden;
    padding: 0 20px;
    transform: translateX(-100%);
    transition: .4s;
}

#panel.active {
    transform: translateX(0);
}

#panel .close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icons/close.svg) no-repeat 0 0;
    padding: 10px;
    cursor: pointer;
    margin: 30px;
}

#panel .menu {
    padding: 70px 0 40px;
}

#panel .menu ul.ust_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 270px);
    transition: .4s;
}

#panel .menu ul.ust_menu li {
    font-size: 19px;
    text-transform: uppercase;
}

#panel .menu ul.ust_menu li a {
    display: block;
    color: #292929;
    text-decoration: none;
    padding: 10px 70px 10px 30px;
    transition: .4s;
    border-radius: 24px;
    border: 1px solid #fff;
    position: relative;
}

#panel .menu ul.ust_menu li.social a {
    padding: 10px 0px 10px 30px;
    margin-top: 25px;
}

/*mobıle menu edn*/
.topcontacts {
    display: contents;
    margin: 0;
    padding: 0;
}

.topcontacts li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 500px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    background-color: var(--primary);
    transition: all 200ms linear;

}

.topcontacts li a:hover {
    background-color: var(--secondary);
    color: #fff;
}

.topcontacts li a img {
    margin-right: 7px;
}

.main {
    display: flow-root;
}


#sonuclar {
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-top: 1px;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #92929b;
    display: none;
}

.aramalistesi {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    text-align: left;
    margin: 10px;
    width: calc(100% - 20px);
}

#sonuclar li {
    display: inline-flex;
    width: 100%;
    min-width: 300px;
}

#sonuclar li a {
    display: block;
    color: var(--darkgray);
    font-size: 14px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
}

#sonuclar li a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

#sonuclar li a span {
    float: right;
    text-align: right;
    font-size: 12px;
}

.kurumsal img {
    max-width: 150px;
}




/*swiper heights*/
.sh-350 {
    height: 350px;
}

.sh-400 {
    height: 400px;
}

.sh-450 {
    height: 450px;
}

.sh-500 {
    height: 500px;
}

.sh-550 {
    height: 600px;
}

.sh-600 {
    height: 650px;
}


/*SWIPER*/
.firstslide {
    height: 506px;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.mySwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.mySwiper .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: #fff url(../images/slidebg.png) no-repeat center center;
    background-size: cover;
}

.mySwiper .text .slidesol {
    float: left;
    width: 47%;
    height: 85%;
}

.mySwiper .text .slidesag {
    position: relative;
    float: right;
    width: 53%;
}

.mySwiper .text .slidesag::before {
    content: '';
    position: absolute;
    top: -97px;
    right: 0;
    width: 100%;
    height: 700px;
    background: rgb(255, 102, 0);
    background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 1) 100%);
    border-radius: 100%;
    background-size: contain;
    z-index: -1;
}

.mySwiper .text .slidesag::after {
    content: '';
    position: absolute;
    top: -70px;
    right: 25px;
    width: 93%;
    height: 650px;
    background: rgb(255, 102, 0);
    background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(255, 177, 0, 1) 57%);
    border-radius: 100%;
    background-size: contain;
    z-index: -1;
}

.mySwiper .text .slidesag .sagimg {
    position: absolute;
    top: -50px;
    width: 87%;
    height: 610px;
    border-radius: 100%;
    z-index: 999;
    background-size: cover;
}

.mySwiper .text .slidesag .sagimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    vertical-align: middle;
}

.mySwiper .text .title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    width: 78%;
}

.mySwiper .text .title span {
    color: var(--darkgray);

}

.mySwiper .text p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 100;
    width: 80%;
}

.mySwiper .text .button {
    float: left;
    display: block;
    background-color: var(--primary);
    border: 12px solid var(--secondary);
    color: #fff;
    padding: 10px 36px;
    border-radius: 100px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 100ms linear;
}

.mySwiper .text .button:hover {
    background-color: var(--secondary);
    border: 12px solid rgba(255, 255, 255, .5);
    color: var(--lightgray2);
    color: var(--darkgray);
}


.mySwiper .navigation {
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 100%;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    position: relative;
    top: auto;
    bottom: auto;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 0;
    border-radius: 500px;
    transition: all 200ms linear;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-rtl .swiper-button-prev {
    right: auto;
    left: auto;
    justify-content: center;
    background: url(../images/icons/myswiperright.svg) no-repeat center center;
    background-size: cover;
    margin-left: 10px;
    opacity: 1;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
    justify-content: center;
    background: url(../images/icons/myswiperleft.svg) no-repeat center center;
    background-size: cover;
    opacity: 1;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    content: '';
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
    background-color: var(--primary);
    border: 0;
    opacity: 1;
}


.mySwiper .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    text-align: left;
    width: 25%;
    display: inline-flex;
    align-items: center;
    bottom: auto;
    top: 8px;
    left: 24px;
    margin: 0;
    padding: 0;
    height: 45px;
    margin-top: 15px;
}

.mySwiper .swiper-pagination-bullet {
    border-radius: 0;
    outline: none;
    border: 0;
    width: 28px;
    height: 10px;
    transition: 0.2s;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 40px;
}

.sliderbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/sliderbg.png");
    background-position: center bottom;
    background-size: 70%;
    background-repeat: no-repeat;
    opacity: .7;
}

.arrowdown {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}

@media (max-width:767px) {

    .spacex {
        padding-left: 25px;
        padding-right: 25px;
    }

}

/*toursSwiper END*/
/*markaSwiper*/
.markaSwiper {
    height: 200px;
    padding: 0 49px;
}

.markaSwiper .swiper-slide {
    height: auto;
    border-radius: 15px;
}

.markaSwiper .swiper-slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .5) 100%);
    z-index: 0;
    border-radius: 15px;
}

.markaSwiper .swiper-slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    z-index: 0;
}

.markaSwiper .swiper-slide a {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
}

.markaSwiper .swiper-slide .content {
    width: 100%;
    padding-left: 25px;
    padding-bottom: 20px;
    padding-right: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}

.markaSwiper .swiper-slide .content .title {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    transition: all 200ms linear;
}

.markaSwiper .swiper-slide .content .title:hover {
    cursor: pointer;
}

.markaSwiper .swiper-slide a:hover .title {
    color: var(--secondary);
}

.markaSwiper .bottombutton {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.markaSwiper .swiper-button-next,
.markaSwiper .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.markaSwiper .swiper-button-prev,
.markaSwiper .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.markaSwiper .swiper-button-next,
.markaSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    background-color: var(--darkgray);
    border-radius: 100px;
    transition: all 200ms linear;
    margin-top: -20px;
}

.markaSwiper .swiper-button-next:after,
.markaSwiper .swiper-button-prev:after {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.markaSwiper .swiper-button-next:hover,
.markaSwiper .swiper-button-prev:hover {
    background-color: var(--secondary);
}

.titles {
    position: relative;
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.titles::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background: transparent url(../images/title-alt.png) no-repeat left bottom;
    top: 25px;
}

.titles.middle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background: transparent url(../images/title-alt.png) no-repeat center center;
    ;
    top: 35px;
}

.allbutton {
    background-color: var(--primary);
    color: #fff !important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 10px;
    padding: 22px 50px;
    outline: 0;
    border: 0;
}

/*Duyrular*/
.duyurupanel a {
    color: var(--darkgray);
}

.duyurupanel a:hover .title {
    color: var(--primary);
}

.duyurular.sol .img {
    display: block;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.duyurular.sol img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.duyurular.sol .content .title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0;
    transition: all 200ms linear;
}

.duyurular.sol .content .title:hover {
    cursor: pointer;
}

.duyurular.sol .content p {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 15px;
    padding: 0 15px 0 0;
    height: 105px;

}

.duyurular.sag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background-color: #F4F6FA;
    border-radius: 20px;
    margin-bottom: 20px;
}

.duyurular.sag .img {
    float: left;
    display: block;
    width: 156px;
    height: 156px;
    border-radius: 15px;
    margin-right: 15px;
}

.duyurular.sag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.duyurular.sag .content {
    float: left;
    display: block;
    width: calc(100% - 156px);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

.duyurular.sag .content .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px;
    padding: 0;
    transition: all 200ms linear;
}

.duyurular.sag .content .title:hover {
    cursor: pointer;
}

.duyurular.sag .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*Duyrular END*/


/*Haberler */
.haberpanel a {
    color: var(--darkgray);
}

.haberpanel a:hover .title {
    color: var(--primary);
}

.haberler.sol .img {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.haberler.sol img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.haberler.sol .content .title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 15px;
    padding: 0;
    transition: all 200ms linear;
}

.haberler.sol .content p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 0;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.haberler.sol.middle {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, .2);
}

.haberler.sol .content {
    padding: 0px 10px;
}

/*Haberler END */



.spacex {
    padding: 0 50px;
}


/*Blog Yazıları */
.blogpanel a {
    color: var(--darkgray);
}

.blogpanel a:hover .title {
    color: var(--primary);
}

.blogyazilari {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 60px rgba(0, 0, 0, .2);
}

.blogyazilari.shadow2 {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1) !important;
}

.blogyazilari .img {
    display: block;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.blogyazilari img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blogyazilari .content .title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0;
    transition: all 200ms linear;
}

.blogyazilari .content .title a {

    transition: all 200ms linear;
}

.blogyazilari .content .title:hover a {
    color: var(--primary) !important;
}

.blogyazilari .content p {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogyazilari .content {
    padding: 0px 20px 20px;
}

.blogyazilari .content .date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 24px;
    color: #fff;
    background-color: var(--primary);
}

.blogyazilari .content .date:hover {
    cursor: default;
}

.blogyazilari .content .date span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.blogyazilari .content .date span+span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.blogyazilari .content .devam {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    margin-left: 20px;
    font-size: 18px;
}

.blogyazilari .content .devam img {
    width: 15px;
    margin-left: 15px;
    transition: all 200ms linear;
}

.blogyazilari .content .devam:hover img {
    margin-left: 25px;
}

/*Haberler END */



.infotitle {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--black);
}

.infotitle span {
    position: relative;
    color: var(--primary);
}

.infotitle span.subline::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    background: transparent url(../images/subline.png) no-repeat center center;
    background-size: contain;
    top: 30px;
}

.text-right {
    text-align: right !important;
}

.nextprevdiv .left {
    margin-right: 15px;
}

.nextprevdiv .right {
    margin-left: 15px;
}

.nextprevdiv a {
    font-size: 15px;
    line-height: 17px;
    color: var(--darkgray);
    transition: all 200ms linear;
}

.nextprevdiv a:hover {
    color: var(--primary);
}

.nextprevdiv span {
    font-size: 13px;
}


/*breader light*/
.breader-light {}

.breader-light .title {
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
    color: var(--primary);
}

.breader-light .navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breader-light .navigation li {
    display: inline-flex;
    color: var(--darkgray);
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    padding-right: 5px;
    font-weight: 400;
    letter-spacing: 1px;
}

.breader-light .navigation li a {
    color: var(--darkgray);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
}

.breader-dark {
    background: transparent url(../images/pagebg.png) no-repeat center center;
    background-size: cover;
}

.breader-dark .title {
    font-size: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
    color: #fff;
}

.breader-dark .navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breader-dark .navigation li {
    display: inline-flex;
    color: var(--darkgray);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    padding-right: 5px;
    font-weight: 400;
    letter-spacing: 1px;
}

.breader-dark .navigation li a {
    color: var(--darkgray);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
}



.sidetitle {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 25px;
}

.sidetitle::after {
    content: '';
    position: absolute;
    color: #fff;
    width: 10px;
    height: 10px;
    background-color: var(--darkgray);
    border-radius: 100px;
    right: 3px;
}

.sidetitle::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 100px;
    right: 0;
}

.sidemenudiv {
    margin-top: -20px;
    height: calc(100% - 37px);
}

.sidemenu {
    position: relative;
    margin: 0;
    padding: 40px 0 20px 0;
}

.sidemenu li {

    list-style-type: none;
    border: 0;
    padding: 9px 5px;
    color: var(--darkgray);
}

.sidemenu li:last-child {
    border: 0;
}

.sidemenu li a {
    position: relative;
    text-decoration: none;
    border: 0;
    font-weight: 100;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    color: var(--darkgray);
    transition: all 200ms linear;
    padding-left: 20px;
}

.sidemenu li a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    background-color: var(--lightgray);
    border-radius: 100px;
    left: 0;
    transition: all 200ms linear;
}

.sidemenu li.active a {
    padding-left: 30px;
}

.sidemenu li.active a::before {
    width: 18px;
    background-color: var(--secondary);
}

.sidemenu li a:hover::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 4px;
    background-color: var(--secondary);
    border-radius: 100px;
    left: 0;
}

.sidemenu li a:hover {
    padding-left: 30px;
}

.iletisimicon {
    background-color: var(--primary);
    border-radius: 500px;
    padding: 5px;
}

@media (max-width:767px) {
    .breader li {
        display: inline-flex;
        color: #fff;
        text-decoration: none;
        padding-left: 7px;
        padding-right: 7px;
        margin-top: 5px;
    }
}

.contacttext {
    color: var(--darkgray);
    text-decoration: none;
    font-size: 20px;
    margin-left: 15px;
    transition: all 200ms linear;
}

.contacttext:hover {
    color: var(--primary);
}

.font-semibold {
    font-weight: 500;
}

.form-control {
    padding: 15px;
}

.form-control:focus {
    outline: 0 !important;

    border-color: var(--darkgray) !important;
    box-shadow: none !important;
}

.btn-gonder {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 35px;
}

.btn-gonder:hover {
    background-color: var(--darkgray);
    color: #fff;
}

.home-about-content {
    height: 100px;
    overflow-y: auto;
}

.form-control.select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/icons/down.svg) no-repeat right 0.8em center / 1.4em,
        linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
    background-size: 15px;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background: none;
    border-color: var(--bs-border-color);
}

.form-control.select.is-valid,
.was-validated .form-control.select:valid {
    background: url(../images/icons/down.svg) no-repeat right 0.8em center / 1.4em,
        linear-gradient(to left, rgba(255, 255, 255, 0.3) 3em, rgba(255, 255, 255, 0.2) 3em);
    border-color: var(--bs-border-color);
    background-size: 15px;
}

/*FOOTER*/
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; 
    
    background-color: var(--darkgray);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
footer ul 
{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100%;    
    margin: 0;
    padding:7px 0;
}
footer ul li {
    list-style-type: none;
    background-color: var(--darkgray);    
    border-radius: 100px;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}
footer ul li a{ 
    color: var(--secondary); 
}
footer ul li.middle {
    list-style-type: none;
    background-color: var(--secondary);
   /* border: 10px solid var(--primary);  */      
    line-height: 20px;
    align-items: center; 
}

footer ul li.middle i{
     margin-bottom: 0;
     font-size: 30px;
     color: var(--darkgray);
}
footer i {
    color: var(--secondary);  
    font-size: 23px; 
    line-height: 23px;
    margin-bottom: 5px; 
}

.footer {
    width: 100%;
    float: left;
    color: #fff;    
    color: var(--darkgray);
}

.whiteborder {
    border: 5px solid #fff;
}

.lightborder {
    border: 5px solid var(--lightgray);
}
.yonetici {
    height: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-color: var(--darkgray);
}
.yonetici .left {
    float: left;
    width: 100px;
    height: 100px;
}
.yonetici .right {
    float: left;
    padding-left: 15px;
    width: calc(100% - 100px);    
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.yoneticiler .img {    
    position: relative; 
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 3px solid var(--secondary);
}
.yoneticiler .img img{     
    width: 100%;
    height: 100%;
    object-fit: cover;   
    border-radius: 100%;
}

.overflowdiv {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.yoneticiul {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
    padding-bottom:15px;
    margin: 0 20px;    
}
.yoneticiul li:first-child a{
   
}
.yoneticiul li {
    list-style-type: none;
    display: inline-flex;
    margin-right: 5px;
}
.yoneticiul li a .img {    
    position: relative; 
    height: 55px;
    width: 55px;
    border-radius: 100%;
    border: 3px solid var(--secondary);
}
.yoneticiul li a .img.active {        
    border: 3px solid var(--orange);
}
.yoneticiul li a .img img{     
    width: 100%;
    height: 100%;
    object-fit: cover;   
    border-radius: 100%;
}
 
/*üye*/
.uyeler .babaadi {
    font-size: 12px;
    opacity: .7;
}

.footer a {
    color: var(--darkgray);
    text-decoration: none;
}

.footer a:hover {
    color: var(--primary);
    text-decoration: none;
}

.footertitile {
    color: var(--darkgray);
}

.footernav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footernav li {
    display: flex;
    padding: 3px 0;
}

.footernav li a {
    color: var(--darkgray);
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}

.footernav li a:hover {
    color: var(--primary);
}

.footernav2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footernav2 li {
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.footernav2 li img {
    margin-top: -3px;
}

.footernav2 li a {
    color: var(--darkgray);
    text-decoration: none;
    font-size: 16px;
    transition: all 200ms linear;
}

.footernav2 li a:hover {
    color: var(--primary);
}

.iconshield {
    color: #25D366;
    font-size: 30px;
    margin-right: 15px;
}

.footer .socialicon a {
    margin-right: 15px;
}

.footer .socialicon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
}

.footer .socialicon i:hover {
    background-color: #f7f7f7;
    color: var(--darkgray);
}

.gototop {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    bottom: 105px;
    right: 105px;
    background-color: #ebebeb;
    color: var(--primary);
    font-size: 20px;
    z-index: 99;
    border-radius: 100%;
    transition: all 200ms linear;
}

.gototop i {
    color: var(--secondary);
    font-size: 20px;
    transition: all 200ms linear;
}

.gototop:hover {
    background-color: var(--secondary);
    cursor: pointer;
}

.gototop:hover i {
    color: #fff;
}

input {
    width: 100%;
    background-color: var(--lightgray3);
    background-color: #fff;
    border: 0;
    height: 40px;
    padding: 0 10px;
}

input:focus , select:focus, .bntsave:focus{
    outline: 0;
}
select {
    width: 100%;
    background-color: var(--lightgray3);
    background-color: #fff;
    border: 0;
    height: 40px;
    padding: 0 10px;
}
.bntsave {
    border: 0;
    outline: 0;
    background-color: #25D366;
    color: #fff;
    font-size: 16px;
    height: 55px;
}

.uyeduzenle input {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-left: 0;
}

.vodiapicker{
    display: none; 
  }
  
  #a{
    padding-left: 0px;
  }
  
  #a img, .btn-select img{
    width: 12px;
    
  }
  
  #a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  #a li:hover{
   background-color: #F4F3F3;
  }
  
  #a li img{
    margin: 5px;
  }
  
  #a li span, .btn-select li span{
    margin-left: 30px;
  }
  
  /* item list */
  
  .b{
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    
  }
  
  .open{
    display: show !important;
  }
  
  .btn-select{
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
   
  }
  .btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }
  
  .btn-select:hover li{
    margin-left: 0px;
  }
  
  .btn-select:hover{
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
    
    
  }
  
  .btn-select:focus{
     outline:none;
  }
  
  .lang-select{
    margin-left: 50px;
  }
  
@media (max-width:767px) {
    .rounded-xs {
        border-radius: 10px !important;
    }

    .headernav {
        height: 80px;
        padding: 40px 0;
    }

    .topcontacts li a {
        padding: 8px;
        background-color: var(--darkgray);
    }

    .topcontacts li a img {
        margin-right: 0;
        width: 20px;
    }

    .search-app-container-m {
        width: 100%;
        position: absolute;
        float: none;
        top: 62px;
        padding: 15px;
        background-color: #f7f7f7;
    }

    .search-app-container-m.show {
        visibility: visible;
    }

    .search-app-container-m.hide {
        visibility: hidden;
    }

    .search-input-m {
        position: relative;
        display: flex;
    }

    .search-input-m input {
        width: 100%;
        border: 2px solid #92929b;
        height: 50px;
        padding-left: 15px;
        border-radius: 5px;
        margin-top: 0;
    }

    .search-input-m input:focus {
        outline: 0;
    }

    .search-input-submit-m {
        position: absolute;
        top: 0;
        right: 0;
    }

    .search-input-submit-m button {
        height: 50px;
        width: 50px;
        box-shadow: none;
        background: var(--darkgray);
        border-radius: 0 5px 5px 0;
        margin-top: 0;
        position: relative;
        border: 2px solid var(--darkgray);
    }

    .search-input-submit-m button i {
        color: #fff;
    }

    /*search end*/
    .main {
        margin-top: 0;
    }

    .kurumsal img {
        max-width: 80px;
    }

    .yonetici {
       
        background-color:transparent;
    }
     

    .mySwiper .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 100px;
        text-align: left;
        padding-left: 0;
    }

    .text-xs-center {
        text-align: center;
    }

    h2.title {

        font-size: 32px;
    }

    .logo-footer {
        width: 70% !important;
    }

    .footertitile {
        font-size: 19px;
    }

    .footernav {
        width: 100%;
    }

    .footernav li {
        display: flex;
        padding: 0 3px;
    }

    .footernav li a {
        font-size: 14px;
    }

    .footernav2 li {
        justify-content: center;
    }

    .footer h5 {
        font-size: 17px;
    }

    .webmaster a {
        font-size: 13px;
    }
}



@media (max-width: 1499px) {
    .headernav li a {
        padding: 19px 26.6px;
    }
}

@media (max-width: 1450px) {
    .headernav li a {
        padding: 19px 24.3px;
    }
}

@media (max-width: 1399px) {
    .headernav li a {
        padding: 19px 13.5px;
    }
}

@media (max-width: 1199px) {
    .headernav li a {
        padding: 19px 8.1px;
        font-size: 14.1px;
    }

    .theme1 .img {
        width: 100%;
        height: 190px;
    }
}

@media (max-width: 999px) {
    .theme1 .img {
        width: 100%;
        height: 190px;
    }
}

@media (max-width: 767px) {
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }

    .mainbanner {
        border-radius: 10px;
    }

    .secondbanner img {
        border-radius: 10px;
    }

}


