html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0;
    padding-top: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-top: 0;
    background-color: #fff !important;
    padding-top: 80px;
    overflow-x: hidden;
}

header.fixed {
    background: #ffffffe3;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 100%;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.17);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #ccc;
    background-image: url("https://assets.website-files.com/63285965f554791ee9971f97/632964cdaf732278e755cafb_Noise.webp");
    background-position: 0px 0px;
    background-size: 50px;
}

::-webkit-scrollbar-thumb {
    background: #BEA278;
    border-radius: 0px;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99999999;
}

.page-loader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
}

.loader:before,
.loader:after {
    content: '';
    border-radius: 50%;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}

.loader:after {
    box-shadow: 0 2px 0 #2B2D42 inset;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

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

.social-top {
    padding: 30px 0
}

.social-top {
    display: flex;
    flex-direction: column;
    /* -webkit-border-top-left-radius: 10px; */
    /* -webkit-border-bottom-left-radius: 10px; */
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    padding-bottom: 0;
}

.social-top a {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

a,
a img {
    text-decoration: none;
    outline: none;
    border: none;
}

a:hover {
    text-decoration: none !important;
}

.clr {
    clear: both;
    height: 0;
}

.fancybox-button svg path {
    color: #fff !important;
}

p {
    font-size: 16px;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
    color: #3C3C3C;
    font-family: 'Poppins', sans-serif;
}

a:focus {
    outline: 0;
}

a {
    text-decoration: none !important;
    transition: 0.3s ease-in-out 0s;
}

.home-slide-area {}


.home-slider .item {
    position: relative;
}

.home-slider .text-area {
    position: absolute;
    z-index: 6;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 52%;
}

.home-slider .text-area h3 {
    color: #b7a180;
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    opacity: 1;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px #000000e0;
    line-height: 61px;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 16%;
    left: inherit;
    right: 0;
    width: 57%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.home-slider .owl-dots span {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    border: 1px solid #0000004b;
}

.home-slider .owl-dots .active span {
    background: #BEA278 !important;
    border: 1px solid #BEA278 !important;
}

.home-slider .owl-nav {
    position: absolute;
    bottom: 27.3%;
    left: inherit;
    right: 17%;
    width: 22%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.home-slider .owl-nav .owl-prev img,
.home-slider .owl-nav .owl-next img {
    width: 32px;
    height: 32px;
    filter: drop-shadow(2px 1px 2px rgb(0 0 0 / 0.9));
}

.home-slider .owl-nav .owl-next img {
    transform: rotate(180deg);

}




header {
    position: fixed;
    lefT: 50%;
    top: 0;
    transform: translate(-50%, 0);
    z-index: 9;
    width: 100%;
    transition: 0.4s ease-in-out 0s;
}


.top-header {
    border-radius: 3px;
    display: flex;
    padding: 9px 21px;
    width: max-content;
    transition: 0.4s ease-in-out 0s;
}

.top-header a {
    margin-right: 57px;
    color: #BEA278;
}

.top-header * {
    color: #BEA278;
    font-size: 18px;
}

.top-header a:hover {
    color: #fff;
}

.top-header .lang a {
    margin-right: 0;
}

.top-header .lang a.active {
    color: #fff;
}

.top-header .lang a.active:hover {
    color: #fff;
}


/* .header-v2 a.logo {
    margin-top: 20px;
    display: flex;
} */

.logo img {
    width: 100% !important;
}

.logo {
    margin-top: 10px;
    display: flex;
}

/* .fixed .logo {
    margin-top: 0px;
} */

.fixed .logo img {
    margin-top: 0px;
}

.header-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

nav a {
    color: #fff;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

.fixed nav a,
.fixed .top-header .lang a.active {
    color: #2B2D42;
}

.fixed .top-header .lang a:hover {
    color: #2B2D42;
}

.fixed nav a:hover {
    color: #BEA278;
}

/* nav a::after {
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 10px;
    height: 10px;
    content: '';
    background: #BEA278;
    transition: 0.4s ease-in-out 0s;
    border-radius: 50px;
    transform: translate(0%, -50%) scale(0);
} */

/* nav a.active:after,
nav a:hover:after {
    transform: translate(0%, -50%) scale(1);
} */

nav a:hover {
    color: #fff;
}

nav li:last-child a {
    margin-right: 0;
}

.main-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    padding: 8px 12px;
}

.main-menu li .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: white;
    padding: 16px 30px 15px 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 100;
    /* transition: visibility 0s, opacity 0.5s linear; */
    width: max-content;
    max-width: 340px;
    min-width: 240px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.main-menu li .sub-menu li a {
    color: #BEA278;
    display: block;
    padding: 8px 12px;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}

.main-menu li .sub-menu li:hover a {
    padding-left: 25px;
    color: #333;
}

.main-menu>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.mobile-menu {
    display: none;
}




.teaser-home {
    margin-top: 45px !important;
    position: relative;
    z-index: 6;
}

.teaser-home a h5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #2B2D42;
    height: 78px;
    display: flex;
    align-items: center;
    align-items: center;
    color: #fff;
    text-align: center;
    justify-content: center;
    margin: 0 !important;
}

.teaser-home a {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}

.teaser-home a .icon {
    position: absolute;
    lefT: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.teaser-home a img {
    transition: transform 0.3s ease;
}



.teaser-home .item:hover img.img-fluid {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.teaser-home .item:hover h5 {
    background-color: #c09453;
    transition: background-color 0.3s ease;
}

.teaser-home .item:hover .icon img {
    transform: scale(1.4) rotate(25deg) translate(10%, 30%);
    transition: transform 0.5s ease;
    opacity: .7;
}

.about-area {
    padding-top: 84px !important
}

.about-area h3 {
    color: #BEA278;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #A9A9A9;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.about-area .text {
    color: #2B2D42;
    font-size: 28px;
    font-weight: 200;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 40px;
}

.about-area .item:nth-child(1) {
    padding-right: 50px
}

.about-area .item:nth-child(2) {
    padding-left: 50px
}

.about-area .container-fluid.text-col-2 {
    background: #2B2D42;
    padding: 70px 0 !important;
}

.about-area .container-fluid.text-col-2 * {
    color: #BEA278;
    font-size: 18px;
    line-height: 1.7;
}

.about-area .text-row-2 {
    font-size: 18px;
    color: #2B2D42;
    text-align: center;
    margin: 40px 0;
    padding: 0 6%;
}

.about-area p {
    font-size: 18px;
}


.export-container {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.export-item.large {
    padding: 25px 20px
}

.export-item {
    background-color: #1E293B;
    padding: 45px 20px;
    border-radius: 10px;
    position: relative;
    width: 48%;
    display: flex;
    margin-bottom: 30px;
    padding-top: 30px;
}

.export-item .left-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
    line-height: 1;
    align-items: flex-start;
    justify-content: center;
}

.export-item.large .left-item {
    align-items: center;
}

.export-item .right-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 79%;
}

.large.export-item .right-item {
    align-items: flex-end;
    width: 83%;
}

.export-item.large {
    width: 100%;
    background: #BEA278;
    justify-content: space-between;
}

.quantity {
    font-size: 44px;
    color: #BEA278;
    font-weight: bold;
    margin-bottom: 3px;
}

.large .quantity {
    color: #2B2D42;
    font-size: 51px;
    font-weight: 900;
    line-height: 1;
}

.large .unit {
    font-size: 18px;
    color: #2B2D42;
}

.unit {
    font-size: 20px;
    color: #BEA278;
}

.large .description {
    color: #464646;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.large .description b {
    margin-right: 6px;
}

.description {
    position: static;
    bottom: 10px;
    left: 20px;
    color: #fff;
    font-size: 25px;
    flex-direction: column;
    display: flex;
    align-items: flex-end;
    line-height: 1.3;
}

.large .bar {
    height: 11px;
}

.bar {
    height: 9px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 30px;
    overflow: hidden;
    width: 94%;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
}

.large .bar {
    position: static;
    transform: translate(0, 0);
    width: 94%;
}

.fill {
    height: 100%;
    width: 0%;
    background-color: #58C7E3;
}

.large .fill {
    background-color: #904F31;
}

.description b {
    color: #fff;
}

.large .description b {
    color: #464646;
}


.isletmeler {
    background: #CFCFCF;
    padding: 40px 0;
    margin-top: 50px;
}

.isletmeler h3 {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #BEA278;
    font-size: 42px;
    letter-spacing: 6px;
    margin-bottom: 40px;
}

.isletmeler .map-img {
    width: 65%;
    margin: 0 auto;
    display: block;
}

.item-colums {
    justify-content: center;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

.item-colums .item-box {
    margin: 0 2%;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 14px;
}

.item-colums .item-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none !important;
}

.item-colums .item-box span {
    font-weight: 600;
    color: #2B2D42;
    font-size: 20px;
}

.item-colums .item-box small {
    font-weight: normal;
    color: #BEA278;
    font-size: 19px;
    font-style: italic;
}



.numbers-about {
    padding-top: 94px !important;
}

.numbers-about h3 {
    color: #2B2D42;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #A9A9A9;
    padding-bottom: 10px;
    margin-bottom: 7px;
    letter-spacing: 4px;
}

.numbers-about .sub-title {
    color: #45475a;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 90px;
}



/* chart */
.chart-container {
    display: flex;
    align-items: flex-end;
    gap: 26px;
    position: relative;
    width: 220px;
}

.chart-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    width: 100%;
    border: 1px solid #707070;
    height: 300px;
    justify-content: flex-end;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chart-bar {
    width: 100%;
    border: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
}



.chart-value {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 5px;
}

.chart-label {
    font-size: 12px;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.chart-description {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 0 5%;
    color: #fff;
    padding-bottom: 10px;
}

.chart-description b {
    color: #fff;
    font-size: 22px;
}

.chart-description {
    color: #fff;
    font-size: 17px;
}

.chart-year {
    position: absolute;
    bottom: -52px;
    left: 0;
    /* transform: translateX(-50%); */
    font-size: 25px;
    font-weight: bold;
    color: #BEA278;
    text-align: center;
    width: 100%;
}



:root {
    --krom-height: 0%;
    --kursun-height: 0%;
}

.chart-bar.krom {
    height: var(--krom-height);
    background-color: #904F31;
    transform: rotate(360deg);
}

.chart-bar.kursun {
    height: var(--kursun-height);
    background-color: #8B8B8B;
}

/* chart */


footer {
    background: #2B2D42;
    padding: 40px 0;
    margin-top: 120px
}

.social-footer {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 15px;
    margin-left: -10px;
    align-items: flex-end;
}

.social-footer a {
    margin: 0 10px;
    position: relative;
    top: 0;
    display: flex;
}

.social-footer a img {
    width: 32px;
}

.social-footer a:hover {
    opacity: .7;
    top: -5px;
}

footer nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

footer nav .item {
    width: 33%;
    display: flex;
    flex-direction: column;
}

footer nav .item a {
    width: max-content;
    color: #C0C0C0;
    margin-bottom: 10px;
}

footer nav .item h4 {
    color: #BEA278;
    font-size: 18px;
    font-weight: 600;
}

footer nav .item .text-row {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
}

footer nav a:hover {
    color: #BEA278;
}

footer nav a::after {
    background: #C0C0C0;
    left: -17px;
    bottom: 2px;
}

footer .container {
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
}

footer .text-right {
    text-align: right;
}

.footer-bottom {
    padding-top: 15px;
}

.footer-bottom * {
    color: #BEA278 !important;
}


.header-v2 nav a {
    color: #BEA278;
}

/* .header-v2 .top-header {
    background: #DDDDDD;
    margin-bottom: 0;
    margin-bottom: -30px;
} */

.header-v2 .top-header * {
    color: #BEA278;
}

.header-v2 .top-header a:hover,
.header-v2 .top-header a.active {
    color: #1E293B !important;
}

/* .header-v2 nav {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 15px;
    transition: 0.4s ease-in-out 0s;
} */

.bottom-page {
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.bottom-page .left-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 21px 14px 21px;
    height: max-content;
}

.bottom-page.tesisler .left-menu {
    width: 26%;
}

.bottom-page .left-menu::after {
    width: 2.1px;
    height: 100%;
    border-radius: 2px;
    content: '';
    background: #2B2D42;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s ease-in-out 0s;
    transform: scale(1);
}

.bottom-page .left-menu a {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 12px;
    transition: 0.4s ease-in-out 0s;
}

.bottom-page .left-menu a:hover:after {
    transform: translate(0, -50%) scale(1);
}

.bottom-page .left-menu a:hover {
    color: #2B2D42;
    font-weight: 500;
}

.bottom-page .left-menu a {
    color: #2B2D42;
    font-weight: 300;
}

.bottom-page .left-menu a.active:after {
    transform: translate(0, -50%) scale(1);
}

/* .bottom-page .left-menu a:last-child {
    margin-bottom: 0;
} */

.bottom-page .left-menu a.active {
    color: #2B2D42;
    font-weight: 500;
}

.bottom-page .left-menu a::after {
    width: 15px;
    height: 15px;
    position: absolute;
    left: -27px;
    z-index: 3;
    border-radius: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: #BEA278;
    content: '';
    transition: 0.4s ease-in-out 0s;
    transform: translate(0, -50%) scale(0);
}

.bottom-page.tesisler .right-content .left-menu {
    position: absolute;
    left: -23.8%;
    top: 0;
    width: 20%;
}

.left-menu li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.left-menu li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
}

.left-menu li .sub-menu-arrow {
    padding: 0px;
    height: 5px;
    margin-top: -1px;
    margin-left: 4px;
}

.left-menu li .sub-menu-arrow img {
    transition: all 0.3s ease;
}

.left-menu li a.active .sub-menu-arrow img {
    transform: rotate(180deg);
}

.left-menu .sub-menu {
    display: none;
    margin-bottom: 15px;
    padding-left: 1.5rem;
}

.left-menu li.menu-title {
    position: relative;
    margin-left: -20px;
    z-index: 2;
    color: #bea278;
    font-size: 18px;
    padding-bottom: 12px;
    font-family: 'Poppins', sans-serif;
}

.left-menu li.menu-title::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    background-color: #ffffff;
    height: 40px;
    width: 10px;
    z-index: -1;
}

.left-menu .sub-menu.show {
    display: block;
}

.kariyer .text-row p,
.kariyer .text-row {
    color: #fff;
    font-weight: normal;
}

.about-page .text-row {
    padding: 0px 0px 0px 0;
}


.text-row-1 {
    background: #BEA278;
    padding: 30px 50px;
    border-radius: 20px;
    margin-bottom: 53px;
}

.text-row-2 {
    background: #2B2D42;
    padding-bottom: 70px;
    padding: 30px 50px;
    border-radius: 20px;
    margin-bottom: 53px;
}

.text-row-2 h3 {
    color: #BEA278;
    font-style: italic;
}

.right-image-area .img-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
}





@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -70px;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.wawe-wrapper {
    position: relative;
    width: 100%;
    height: 160px;
    margin-top: -320px;
    z-index: 1;
    margin-bottom: 230px;
}

.wawe-top-gallery {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: -1;
}

.gallery-page h3 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.gallery-page a img {
    border-radius: 20px;
    overflow: hidden;
    /*shadow */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.gallery-page a {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

.gallery-page .gallery-col {
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.gallery-page .gallery-col .title {
    font-size: 20px;
    margin: 5px 0;
    color: #bea278;
}

.gallery-page.video a {
    position: relative;
}

.gallery-page.video a::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    top: 0;
    z-index: 2;
}

.gallery-page.video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    height: 64px;
    width: 64px;
    background: url(../img/play.png) no-repeat;
    -webkit-filter: drop-shadow(3px 4px 5px #e4e4e4);
    filter: drop-shadow(3px 4px 5px #e4e4e4);
}


.gallery-page.icon-blocks a {
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    text-decoration: none !important;
}

.gallery-page.icon-blocks a:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
    background-color: #bea27833;
}

.gallery-page.icon-blocks a img {
    box-shadow: none;
    transition: all 0.3s ease;
}

.gallery-page.icon-blocks a:hover img {
    scale: 1.15;
}

.gallery-page.icon-blocks .gallery-col {
    margin-bottom: 20px;
}

.gallery-page.icon-blocks .cvk-title {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    margin-top: 7px !important;
    margin-bottom: 0 !important;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.bottom-page.tesisler .container.large {
    max-width: 100%;
    margin-bottom: 160px;
}

.bottom-page.tesisler .right-content {
    display: flex;
    width: 77%;
    margin-right: 0;
    position: relative;
    right: -27%;
}

.bottom-page.tesisler .left-content-box {
    display: flex;
    width: 52%;
    flex-direction: column;
    padding: 0 7% 0 0;
    position: relative;
    z-index: 2;
}

.bottom-page.tesisler .right-image-area {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.bottom-page.tesisler .right-image-area img {
    width: 100%;
    display: block;
}

.bottom-page.tesisler .right-image-area .img-top {
    margin-bottom: 80px;
    display: flex;
    position: relative;
}

.bottom-page.tesisler .right-image-area .img-top::after {
    width: 110%;
    height: 50%;
    content: '';
    position: absolute;
    left: -5%;
    background: #BEA278;
    border-radius: 20px;
    top: -5%;
    z-index: -1;
}

.bottom-page.tesisler .right-image-area .img-bottom {
    position: relative;
    ;
}

.bottom-page.tesisler .right-image-area .img-bottom::after {
    width: 110%;
    height: 60%;
    content: '';
    position: absolute;
    left: -5%;
    background: #575757;
    border-radius: 20px;
    bottom: -3%;
    z-index: -1;
}

.left-content-box .item-row {
    margin-bottom: 80px;
}

.wawe-wrapper.margin0 {
    position: relative;
    width: 100%;
    height: 160px;
    margin-top: -120px;
    z-index: 1;
    margin-bottom: 0;
}

.sustainability .text-item {
    border: 2px solid #9DC12D;
    padding: 45px;
    border-radius: 20px;
}

.sustainability .text-item h3 {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.sustainability .right-item {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    width: 75%;
    align-items: center;
    background: #fff;
    text-align: center;
}

.item-right-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.item-right-wrapper::after {
    width: 100%;
    height: 87%;
    position: absolute;
    content: '';
    left: -60%;
    top: 7%;
    width: 100%;
    background: #2B2D42;
    z-index: -1;
}

.item-right-wrapper-kariyer {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.item-right-wrapper-kariyer::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: -60%;
    top: 0;
    width: 100%;
    background: #bea278;
    z-index: -1;
}

.item-right-wrapper-kariyer .right-item {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 48%;
    align-items: flex-start;
    background: #fff;
    text-align: left;
    background: #BEA278;
    border-radius: 20px;
    padding: 40px;
    padding-left: 0;
}

.item-right-wrapper-kariyer .right-item h3 {
    font-size: 20px;
    font-weight: bold;
}

.item-right-wrapper-kariyer .right-item .text-row {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
}

.item-right-wrapper-kariyer .right-item a {
    margin: 0 auto;
    display: flex;
    color: #fff;
    position: relative;
}

.item-right-wrapper-kariyer .right-item a:hover:after {
    transform: scale(1.3) translate(0, -50%);
}

.item-right-wrapper-kariyer .right-item a:after {
    background: #2B2D42;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(0, -50%);
    widtH: 8px;
    height: 8px;
    border-radius: 15px;
    transition: 0.4s ease-in-out 0s;
}


.sustainability .left-item {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    width: 53%;
    align-items: center;
    background: #fff;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
}

.item-left-wrapper {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: -17%;
    margin-bottom: 50px;
}

.item-left-wrapper::after {
    width: 100%;
    height: 87%;
    position: absolute;
    content: '';
    left: -60%;
    top: 7%;
    width: 100%;
    background: #2B2D42;
    z-index: -1;
}

.item-left-wrapper::after {
    height: 62%;
    top: 25%;
}

.sustainability .right-item-small {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    width: 45%;
    align-items: center;
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.item-right-small-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.item-right-small-wrapper::after {
    width: 100%;
    height: 80%;
    position: absolute;
    content: '';
    right: -80%;
    top: 7%;
    width: 100%;
    background: #2B2D42;
    z-index: -1;
}

.item-right-small-wrapper .icon {
    position: absolute;
    left: 17%;
    top: 6%;
    width: 16%;
}

.item-right-small-wrapper .icon img {
    width: 100%;
}

.sustainability .right-item-big {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 77%;
    align-items: center;
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.item-right-big-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.item-right-big-wrapper::after {
    width: 100%;
    height: 80%;
    position: absolute;
    content: '';
    right: -60%;
    top: 7%;
    width: 100%;
    background: #2B2D42;
    z-index: -1;
}

.item-right-big-wrapper .icon {
    position: absolute;
    left: 17%;
    top: 6%;
    width: 16%;
}

.item-right-big-wrapper .icon img {
    width: 100%;
}

.item-right-wrapper {
    margin-bottom: 50px;
}


.item-left-wrapper .icon {
    position: absolute;
    right: 17%;
    bottom: 6%;
    width: 13%;
}

.item-left-wrapper .icon img {
    width: 100%;
}

.kariyer .img-right {
    width: 50%;
    padding-left: 62px;
}


.faq {
    margin-bottom: 75px;
}

.faq h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.accordion {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #bea2787a !important;
    margin-bottom: 10px;
}

.accordion-title {
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 19px 40px;
    font-size: 18px;
    position: relative;
    text-align: center;
}

.accordion-title::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    content: '';
    width: 55px;
    height: 55px;
    background: url(../img/accor-icon.svg) no-repeat;
}

.accordion-title.active::after {
    width: 55px;
    height: 55px;
    background: url(../img/accor-icon-active.svg) no-repeat;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 140px 0 40px;
    transition: max-height 0.3s ease, padding-bottom 0.3s ease;
    text-align: center;
}


.manager-row {
    cursor: pointer;
}

.item-adult {
    margin-bottom: 40px;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 40px;
    box-shadow: inset 1px 4px 5px 0px rgba(80, 80, 80, 0.17);
}

.item-adult .col-lg-3 .img {
    margin-bottom: 10px;
}

.item-adult .col-lg-3 span {
    margin: 1px 0 0 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-style: italic;
    color: #BEA278;
    font-weight: 600;
}

.item-adult .col-lg-3 span.name {
    font-weight: bold;
}

.item-adult .text-right-area {
    line-height: 1.8;
}

.financial-tables .right-content h1 {
    color: #BEA278;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}



.item-pdf {
    margin-bottom: 40px;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 40px;
    box-shadow: inset 1px 4px 5px 0px rgba(80, 80, 80, 0.17);
    display: flex;
    align-items: center;
}

.item-pdf * {
    color: #BEA278;
    font-weight: bold;
    font-size: 18px;
}

.item-pdf .row {
    display: flex;
    justify-content: space-between;
}

.item-pdf .row .name {
    width: 30%;
}

.item-pdf .row .border-center-box {
    width: 56%;
    border-top: 1px solid #707070;
    margin-top: 14px;
}

.item-pdf .row .right-text {
    width: auto;
}


.item-pdf .col-lg-3 .img {
    margin-bottom: 10px;
}

.item-pdf .col-lg-3 span {
    margin: 1px 0 0 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    font-style: italic;
    color: #BEA278;
    font-weight: 600;
}

.item-pdf .col-lg-3 span.name {
    font-weight: bold;
}

.contact-page iframe {
    margin-bottom: 0;
}

.contact-page .left-form .form-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-page .left-form .item-form input {
    background-color: #F0F0F0;
    border-radius: 10px;
    border: 0;
    height: 50px;
    margin-top: 5px;
    padding: 0 10px;
}

.contact-page .left-form .item-form input[type="file"] {
    padding: 10px;
}

.contact-page .left-form .item-form textarea {
    background-color: #F0F0F0;
    border-radius: 10px;
    border: 0;
    min-height: 120px;
    margin-top: 5px;
    padding: 20px 15px;
}

.contact-page .left-form .item-form select {
    background-color: #F0F0F0;
    border-radius: 10px;
    border: 0;
    height: 50px;
    margin-top: 5px;
    padding: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}



.contact-page .left-form .item-form {
    margin-bottom: 5px;
}

.contact-page .left-form button {
    text-align: center;
    margin-top: 0;
    background: none;
    cursor: pointer;
    border: 0;
    color: #2B2D42;
    font-size: 20px;
    position: relative;
}

.contact-page .left-form button::after {
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    transition: 0.4s ease-in-out 0s;
    transform: translate(-50%, 0);
    bottom: 12px;
    content: '';
    background: #BEA278;
    border-radius: 20px;
}

.contact-page .left-form button:hover::after {
    transform: scale(1.4) translate(-50%, 0);
}

.contact-row h3 {
    color: #BEA278;
    margin-bottom: 3px;
    font-size: 26px;
}

.right-adress {
    padding-top: 0 !important;
}

.right-adress h3 {
    /* font-weight: bold; */
    color: #BEA278 !important;
    margin-bottom: 12px;
    font-size: 26px;
}

.right-adress * {
    color: #000000;
    text-decoration: none !important;
    font-size: 16px;
}

.right-adress .col-lg-2 {
    /* font-weight: bold; */
    font-size: 15px;
}

.social-contact {
    display: flex;
    margin-top: 15px !important;
    width: 100%;
    align-items: center;
    align-items: flex-end;
}

.social-contact img {
    width: 18px;
}

.social-contact a {
    margin-right: 6px;
    display: flex;
}

.social-contact span {
    display: flex;
    margin-right: 15px;
    color: #2B2D42;
}

.fixed.header-v2 nav {
    position: relative;
    bottom: 0;
}

.fixed.header-v2 .top-header {
    /* margin-bottom: 20px; */
}

.fill {
    transition: width 1.5s ease-in;
}

.chart-bar {
    transition: height 1.5s ease-in;
}



/* menu icon */
.menu-icon {
    position: absolute;
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    z-index: 22;
    right: 7px;
    top: 3px;
    width: 90px !important;
    height: 61px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.menu-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #ED1B24;
    opacity: 0;
}

.menu-icon a {
    position: relative;
    margin-top: 0;
    display: block;
}

.menu-icon a::before,
.menu-icon a i,
.menu-icon a::after {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    top: 0;
    width: 49px;
    height: 3px;
    background: #000;
    transition: all 0.3s ease-in-out;
}

.menu-icon a::before {
    top: -4px;
    width: 49px;
    right: -24px;
    left: auto;
}

.menu-icon a i {
    width: 41px;
    top: 17px;
    /* display: none; */
    background: #ED1B24;
    display: none;
}

.menu-icon.active i {
    width: 0;
    opacity: 0;
}

.menu-icon a::after {
    top: 6px;
}

.menu-icon.active::before {
    display: none;
}

.menu-icon.active a:before {
    -webkit-transform: translateY(3px) rotate(135deg);
    -moz-transform: translateY(3px) rotate(135deg);
    -o-transform: translateY(3px) rotate(135deg);
    -ms-transform: translateY(3px) rotate(135deg);
    transform: translateY(3px) rotate(135deg);
    display: block;
    /* left: 0; */
    width: 41px;
}

.menu-icon.active a:after {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    -moz-transform: translateY(-5px) rotate(-135deg);
    -o-transform: translateY(-5px) rotate(-135deg);
    -ms-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
    width: 41px;
}

/* menu icon */


.item-box:hover,
.item-box.aktif {
    background-color: #eee;
}


.full-height {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.low-height .chart-description b {
    color: #cfcfcf;
}

.low-height .chart-description {
    color: #cfcfcf;
}

.entries:before {
    content: "";
    position: absolute;
    top: 97px;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%);
    width: 4px;
    background-color: #BEA278;
}

.entries .entry {
    width: calc(50% - 30px);
    float: left;
    padding: 20px;
    clear: both;
    text-align: right;
}

.entries .entry:not(:first-child) {
    margin-top: -60px;
}

.entries .entry .title {
    font-size: 36px;
    margin-bottom: 12px;
    position: relative;
    font-weight: bold;
    color: #BEA278;
}

.entries .entry .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid #BEA278;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -54px;
    z-index: 1000;
}

.entries .entry .title.big:before {
    width: 24px;
    height: 24px;
    transform: translate(8px, -50%);
}

.entries .entry .body {
    color: #aaa;
}

.entries .entry .body p {
    line-height: 1.4em;
    font-size: 18px;
}

.entries .entry:nth-child(2n) {
    text-align: left;
    float: right;
}

.entries .entry:nth-child(2n) .title:before {
    left: -54px;
}

.entries .entry:nth-child(2n) .title.big:before {
    transform: translate(-8px, -50%);
}

.cvk-title {
    color: #BEA278;
}


.articles .articleItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /* shadow */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);

}

.articles .articleItem .in {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    min-height: 95px;
}

.articles .articleItem .title {
    font-size: 20px;
}

.articles .articleItem .date {
    color: #BEA278;
    font-weight: 700;
}


.tags {
    margin-bottom: 50px;
    margin-top: 15px;
}

.tags ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}

.tags .tag {
    background: #3B3E45;
    border-radius: 10px;
    padding: 7px 13px;
    margin: 0 10px 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;

}

.tag-text {
    color: #9fee00a1;
}

.other-article {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 20px;
}

.other-article::after {
    width: 6px;
    border-radius: 10px;
    height: 100%;
    background: #BEA278;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}

.other-article a {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.other-article a:last-child {
    margin-bottom: 0;
}

.other-article a span {
    color: #CBCBCB;
    margin-bottom: 5px;
    font-size: 16px;
}

.other-article a small {
    color: #BEA278;
    margin-bottom: 0;
    font-size: 14px;
}




.table>thead>tr>th:last-of-type {
    border-bottom: 4px solid #BEA278;
}

.table>thead>tr>th,
.table>tbody>tr:last-of-type {
    border-bottom: 1px solid #BEA278;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid transparent;
}

table.tk-tablo {
    border-collapse: collapse;
    font-family: Tahoma, Geneva, sans-serif;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

table.tk-tablo td {
    padding: 8px 15px;
}

table.tk-tablo thead td {
    color: #ffffff;
    border: 1px solid #dddfe1;
    background-color: #bea2783f !important;
}

table.tk-tablo tbody td {
    color: #636363;
    border: 1px solid #dddfe1;
    font-size: 14px;
}

table.tk-tablo tbody td p {
    margin-bottom: 0;
}

table.tk-tablo tbody tr {
    background-color: #f9fafb;
}

table.tk-tablo tbody tr:nth-child(odd) {
    background-color: #ffffff;
}



/* table tr:hover,*/
table.files-table tr:hover,
table tr.manager-row:hover {
    background-color: #bea2783f !important;
}


.page-id-18 table.tk-tablo tbody td,
.page-id-91 table.tk-tablo tbody td {
    color: #636363;
    border: none;
}

.page-id-18 table.tk-tablo tbody tr,
.page-id-91 table.tk-tablo tbody tr {
    background-color: #f9fafb;
    border: 1px solid #dddfe1;
}

.page-id-18 table.tk-tablo tbody tr:nth-child(odd),
.page-id-91 table.tk-tablo tbody tr:nth-child(odd) {
    background-color: #ffffff;
    border: 1px solid #dddfe1;
}

.page-title {
    font-weight: 300;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
}

.page-title::after {
    width: 80px;
    height: 3px;
    background: #BEA278;
    position: absolute;
    content: '';
    bottom: -10px;
    /* left: calc(50% - 40px); */
    left: 0;
    display: none;
}

table.files-table tr td a {
    color: #3c3c3c;
    text-decoration: none !important;
    width: 100%;
    display: block;
}

footer .page-title {
    color: #BEA278;
    font-size: 17px;
}

footer .page-title::after {
    background: #bea27881;
    left: 0;
    height: 2px;
    width: 60px;
    bottom: -6px;
    display: none;
}

.files-icon {
    margin-top: -9px;
    display: block;
}

.files-icon svg {
    width: 30px;
    height: 25px;
    margin-top: 8px;
    fill: #BEA278;
}

tr:hover .files-icon svg {
    fill: #2B2D42;
}


a {
    color: #BEA278;
    font-weight: 400;
    text-decoration: underline !important
}

a:hover {
    color: #978160;
}

.btn.primary {
    color: #fff;
    background-color: #BEA278 !important;
    border-color: #BEA278 !important;
}

.btn.primary:hover {
    color: #fff;
    background-color: #2B2D42 !important;
    border-color: #2B2D42 !important;
}

.btn.primary:focus,
.btn.primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 162, 120, 0.5) !important;
}


.btn-secondary {
    color: #fff;
    background-color: #2B2D42 !important;
    border-color: #2B2D42 !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #BEA278 !important;
    border-color: #BEA278 !important;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 45, 66, 0.5) !important;
}


nav a,
footer a,
header a,
.left-menu a,
.articleItem a,
.other-article a {
    text-decoration: none !important;
}

.back-btn-area {
    margin-bottom: 20px;
}

.back-btn-area a {
    text-decoration: none !important;
    cursor: pointer;
}

.back-btn-area a img {
    width: 30px;
    margin-top: -3px;
}



table.tk-tablo.no-link-text a {
    color: #636363 !important;
    text-decoration: none !important;

}

.editor-iframe {
    height: 720px;
}