* {
    box-sizing: border-box
}

a,p,input,select,textarea,table,td,th,span,h1,h2 h3,h4,h5,h6,body,button {
    font-family: "Inter",sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-display: swap;
    margin: 0
}

html {
    scroll-behavior: smooth
}

.btnclose {
    opacity: 0
}

a:hover {
    text-decoration: none
}

input,select,button,textarea {
    outline: 0
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px gray;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: #021e37;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #021e3780
}

.container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 90%;
    margin: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

strong {
    font-weight: 700
}

h1 {
    font-size: 75px;
    font-weight: 500;
    line-height: 140%
}

h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 110%;
    color: #1daee3;
    margin-bottom: 2rem;
    position: relative
}

h2.desen::before {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: url(../img/baslikbefore.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-60px,7px);
    transition: 1s
}

h2.desen.active::before {
    transform: translate(-30px,7px)
}

h2.desen {
    font-size: 30px;
    margin-bottom: 2rem
}

h3 {
    margin-block-start:0}

h6.desen::before {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    background: url(../img/baslikbefore.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-60px,7px);
    transition: 1s
}

h6.desen.active::before {
    transform: translate(-30px,7px)
}

h2 strong {
    color: #002f87;
    display: block
}

h3 {
    font-size: 45px;
    line-height: 120%;
    margin-bottom: 2rem;
    color: #17408f;
    font-weight: 600
}

h4 {
    font-size: 30px;
    font-weight: 300
}

h5 {
    font-size: 28px
}

h6 {
    color: #3d3d3d;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%;
    letter-spacing: .125px;
    position: relative
}

p,li,a,td,th {
    list-style-position: outside;
    padding: 0;
    color: #3d3d3d;
    font-kerning: none;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0
}

p,a,td,th {
    margin-bottom: 2rem
}

li {
    margin-bottom: 1rem
}

span {
    color: #363636;
    font-kerning: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .16px
}

.row {
    margin: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0
}

.points {
    cursor: pointer
}

.pt-96 {
    padding-top: 72px
}

.pb-96 {
    padding-bottom: 72px
}

.pt-48 {
    padding-top: 36px
}

.pb-48 {
    padding-bottom: 36px
}

.padl-5 {
    padding-left: 5%
}

.padr-5 {
    padding-right: 5%
}

.mt-96 {
    margin-top: 72px
}

.mb-96 {
    margin-bottom: 72px
}

.mt-48 {
    margin-top: 36px
}

.mb-48 {
    margin-bottom: 36px
}

.ml-5 {
    margin-left: 5%
}

.mr-5 {
    margin-right: 5%
}

.w50 {
    width: 47.5%;
    position: relative
}

.w50:first-child {
    margin-right: 2.5%
}

.w50:last-child {
    margin-left: 2.5%
}

.w50 {
    width: 47.5%;
    position: relative
}

.w40 {
    width: 40%;
    position: relative
}

.w30 {
    width: 30%;
    position: relative
}

.w20 {
    width: 20%;
    position: relative
}

.w10 {
    width: 10%;
    position: relative
}

.w60 {
    width: 60%;
    position: relative
}

.w70 {
    width: 70%;
    position: relative
}

.w80 {
    width: 80%;
    position: relative
}

.w90 {
    width: 90%;
    position: relative
}

.w100 {
    width: 100%;
    position: relative
}

.baslik-pb {
    padding-bottom: 48px
}

.baslik-mb {
    margin-bottom: 48px
}

.p-1 {
    padding: 1%
}

.p-2 {
    padding: 2%
}

.p-3 {
    padding: 3%
}

.p-4 {
    padding: 4%
}

.p-5 {
    padding: 5%
}

#backtotop::after {
    content: "";
    position: absolute;
    animation: climp 2s infinite;
    transition: .5s;
    width: 120px;
    height: 120px;
    border: 1px solid #1daee3;
    border-radius: 50%;
    left: -15px;
    top: -15px
}

#backtotop::before {
    content: "";
    position: absolute;
    animation: climp2 2s infinite;
    transition: .5s;
    width: 100px;
    height: 100px;
    border: 1px solid #1daee3;
    border-radius: 50%;
    left: -5px;
    top: -5px
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes climp {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes climp2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

#backtotop img {
    width: 100%
}

#backtotop {
    transition: .5s;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    font-size: 18px;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    padding: 0;
    display: none!important;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}

a {
    text-decoration: none
}

@media (max-width: 900px) {
    #backtotop {
        width:60px;
        height: 60px
    }

    #backtotop::after {
        width: 90px;
        height: 90px
    }

    #backtotop::before {
        width: 70px;
        height: 70px
    }
}

.mobile-menu-links ul li .panel-mm-acc ul li a {
    font-size: 17px
}

.opens .mobile-menu-links ul li {
    transform: translate(0,0)
}

.opens .mobile-menu-links ul li {
    opacity: 1
}

.opens .mobile-menu-kapat-logo .mm-kapat::before {
    -webkit-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
    -webkit-transition: .9s cubic-bezier(.767,.01,.18,1.01);
    -o-transition: .9s cubic-bezier(.767,.01,.18,1.01);
    transition: .9s cubic-bezier(.767,.01,.18,1.01);
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.opens .mobile-menu-kapat-logo .mm-kapat::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: .9s cubic-bezier(.767,.01,.18,1.01);
    -o-transition: .9s cubic-bezier(.767,.01,.18,1.01);
    transition: .9s cubic-bezier(.767,.01,.18,1.01);
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

@media (max-width: 1200px) {
    .mm-acc {
        background-color:transparent;
        cursor: pointer;
        padding: 8px 0 8px 0;
        width: 100%;
        border: 0;
        text-align: left;
        outline: 0;
        transition: .4s;
        color: #fff;
        font-weight: 400;
        font-size: 25px
    }

    .mm-acc:hover {
        background-color: transparent
    }

    .mm-acc:after {
        content: "\002B";
        color: #fff;
        font-weight: 300;
        float: right;
        margin-left: 5px
    }

    .panel-mm-acc {
        padding: 0 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .panel-mm-acc ul li a {
        font-size: 20px
    }

    .panel-mm-acc ul li:last-child {
        border-bottom: 0
    }
}

@media (max-width: 600px) {
    .mm-acc {
        font-size:20px
    }

    .panel-mm-acc ul li a {
        font-size: 20px
    }
}

.mobile-menu-links ul li .panel-mm-acc ul li {
    margin-left: 20px
}

.mobile-menu-links ul li .panel-mm-acc ul li a {
    font-size: 14px
}

.header-mobile .header-mobile-logo img {
    transition: .5s
}

@media (min-width: 1200px) {
    .header-mobile {
        display:none
    }
}

@media (max-width: 1200px) {
    .header-mobile .header-mobile-logo {
        width:50%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-top: 10px
    }

    .header-mobile .header-mobile-logo a {
        margin: 0
    }

    .header-mobile .header-mobile-logo img {
        width: 80%
    }

    .header-mobile .header-mobile-hamburger {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 30%;
        flex-direction: column
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999999999;
        top: 0;
        left: 0;
        background-color: #17408f;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 60px;
        transition-delay: .5s
    }

    .mobile-menu-kapat-logo {
        border-bottom: 2px solid #fff;
        position: relative;
        padding-bottom: 20px;
        padding-left: 2%;
        padding-right: 2%
    }

    .mobile-menu-kapat-logo .mm-logo {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .mobile-menu-kapat-logo .mm-kapat {
        width: 50%;
        position: relative
    }

    .mobile-menu-links {
        margin-top: 5%
    }

    .mobile-menu-links ul {
        padding-left: 0;
        margin-bottom: 0
    }

    .mobile-menu-links ul li {
        list-style: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        overflow: hidden;
        opacity: 0;
        transition: 1s
    }

    .mobile-menu-links ul li a {
        font-size: 25px;
        color: #002f87;
        transition: 1s;
        font-weight: 500
    }
}

@media (max-width: 500px) {
    .mobile-menu-kapat-logo {
        padding-bottom:10px;
        padding-left: 0;
        padding-right: 0
    }

    .mobile-menu-kapat-logo .mm-logo img {
        width: 90%
    }

    .mobile-menu-links ul li a {
        font-size: 30px
    }

    .header-mobile .header-mobile-logo img {
        width: 60%;
        margin-bottom: 10px;
        margin-top: 10px;
        transition: .5s
    }
}

@media (max-width: 1200px) {
    .header-mobile {
        position:fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
        transition: .5s;
        width: 100%;
        background: #17408f;
        padding-top: 1%;
        padding-bottom: 1%
    }
}

@media (max-width: 900px) {
    .mobile-menu-links ul li a {
        font-size:25px
    }
}

@media (max-width: 600px) {
    .mobile-menu-links ul li a {
        font-size:20px
    }
}

.header-mobile-hamburger span:nth-child(2) {
    background: #1daee3
}

.mobile-menu-links ul li a,.mobile-menu-links ul li button a {
    color: #fff!important
}

.header-mobile-hamburger span {
    width: 50px;
    height: 5px;
    background: #fff;
    display: inline-block;
    margin-bottom: 6px;
    border-radius: 10px
}

.mobile-menu-links ul li:nth-child(1) {
    transition-delay: 1s
}

.mobile-menu-links ul li:nth-child(2) {
    transition-delay: 1.1s
}

.mobile-menu-links ul li:nth-child(3) {
    transition-delay: 1.2s
}

.mobile-menu-links ul li:nth-child(4) {
    transition-delay: 1.3s
}

.mobile-menu-links ul li:nth-child(5) {
    transition-delay: 1.4s
}

.mobile-menu-links ul li:nth-child(6) {
    transition-delay: 1.5s
}

.mobile-menu-links ul li:nth-child(7) {
    transition-delay: 1.6s
}

.mobile-menu-links ul li:nth-child(8) {
    transition-delay: 1.7s
}

.mobile-menu-links ul li:nth-child(9) {
    transition-delay: 1.8s
}

.mobile-menu-links ul li:nth-child(10) {
    transition-delay: 1.9s
}

.mobile-menu-links ul li a {
    display: block;
    margin-bottom: .5rem
}

.mobile-menu-kapat-logo .mm-kapat::before,.mobile-menu-kapat-logo .mm-kapat::after {
    content: '';
    width: 41px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 18px;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: .9s cubic-bezier(.767,.01,.18,1.01);
    -o-transition: .9s cubic-bezier(.767,.01,.18,1.01);
    transition: .9s cubic-bezier(.767,.01,.18,1.01)
}

.mobile-menu-kapat-logo .mm-kapat::before {
    background: #fff
}

.mobile-menu-kapat-logo .mm-kapat::after {
    background: #1daee3
}

.mm-acc:after {
    content: "\002B";
    color: #002f87;
    font-weight: 300;
    float: right;
    margin-left: 5px
}

.mm-acc.active-mm-acc:after {
    content: "-";
    color: #002f87;
    font-weight: 300;
    float: right;
    margin-left: 5px
}

@media (max-width: 900px) {
    .mobile-menu-links ul li a {
        font-size:25px
    }
}

@media (max-width: 600px) {
    .mobile-menu-links ul li a,.mobile-menu-links ul li button a {
        font-size:20px;
        color: #fff!important;
        !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
}

.accordion-mm:after {
    content: '\002B';
    color: #fff;
    font-weight: 100;
    float: right;
    margin-left: 5px
}

.accordion-mm.active-mm:after {
    content: '-T';
    color: #fff;
    font-weight: 500;
    float: right;
    margin-left: 5px
}

@media (max-width: 1200px) {
    .mm-acc {
        background-color:transparent;
        cursor: pointer;
        padding: 8px 0 8px 0;
        width: 100%;
        border: 0;
        text-align: left;
        outline: 0;
        transition: .4s;
        color: #fff;
        font-weight: 400;
        font-size: 25px
    }

    .mm-acc:hover {
        background-color: transparent
    }

    .panel-mm-acc {
        padding: 0 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .panel-mm-acc ul li a {
        font-size: 20px
    }

    .panel-mm-acc ul li:last-child {
        border-bottom: 0
    }
}

@media (max-width: 500px) {
    .mm-acc {
        font-size:20px
    }

    .panel-mm-acc ul li a {
        font-size: 20px
    }
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: 0 0;
    transition: 1s
}

.main-header.navbar-takip {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #082151;
    z-index: 999999;
}

.main-header .container {
    max-width: 95%
}

.main-header .container .yemtar {
    width: 100%;
    position: relative;
    transition: 1s;
    height: 130px
}

.main-header.navbar-takip .container .yemtar {
    height: 100px
}

.main-header .container .yemtar .logo {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    position: relative;
    transition: 1s;
    height: 120px
}

.main-header.navbar-takip .container .yemtar .logo {
    height: 70px
}

.main-header .container .yemtar .logo a {
    text-align: center;
    transition: 1s
}

.main-header.navbar-takip .container .yemtar .logo {
    padding-bottom: 0;
    border-bottom: none
}

.main-header .container .yemtar .logo img {
    width: 100%;
    transition: 1s;
    position: absolute;
    top: 10px;
    left: 0;
    object-fit: contain;
    height: 85%
}

.main-header.navbar-takip .container .yemtar .logo img {
    filter: inherit;
    width: 70%;
    height: 100%;
    object-fit: contain;
    top: 25px;
    left: 30px;
    transition: 1s
}

.main-header.navbar-takip .yemtar .logo img {
    width: 100%;
    transition: .5s;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 1s
}

.main-header .container .yemtar .linklerup {
    width: 85%;
    display: block;
    height: 130px
}

.main-header.navbar-takip .one {
    height: 0;
    transition: .1s!important
}

.main-header .container .yemtar .linklerup .one {
    transition: 2s;
    opacity: 1;
    height: 40px
}

.main-header .container .yemtar .linklerup .one ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.main-header .container .yemtar .linklerup .one ul li {
    margin: 0;
    width: 50px;
    text-align: right
}

.main-header .container .yemtar .linklerup .one ul li a {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.5%;
    margin-left: 0
}

.main-header:hover .container .yemtar .linklerup .one ul li a {
    color: #143156;
    ;}

.main-header .container .yemtar .linklerup .two {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.main-header.navbar-takip .container .yemtar .linklerup .two {
    height: 110%
}

.main-header .container .yemtar .linklerup .two ul {
    display: inline-flex;
    list-style: none;
    width: 100%;
    margin-top: 0;
    margin: 0;
    text-align: right;
    justify-content: space-between;
    padding-left: 90px
}

.main-header .container .yemtar .linklerup .two ul li:last-child {
    padding-right: 0
}

.main-header .container .yemtar .linklerup .two ul li.dropdown {
    margin-left: 10px;
    margin-right: 0
}

.main-header .container .yemtar .linklerup .two ul li {
    position: inherit;
    -: 3%;margin: 0
}

.main-header .container .yemtar .linklerup .two ul li a {
    color: #fff
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a {
    position: relative
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 19px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    transition: 1s
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a svg {
    position: absolute;
    right: -20px
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a svg path {
    transition: 1s
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a:hover svg path {
    fill: #1daee3
}

.main-header:hover .container .yemtar .linklerup .two ul li.dropdown a:hover:after {
    color: #1daee3
}

.main-header .container .yemtar .linklerup .two ul li.dropdown:last-child:after {
    width: 2px
}

.main-header .container .yemtar .linklerup .two ul li a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100px;
    transition: 1s;
    position: relative;
    margin: 0;
    position: relative
}

.main-header.navbar-takip .yemtar .linklerup .two ul li.dropdown a {
    height: 100px
}

.main-header.navbar-takip .container .yemtar .linklerup .two ul li.dropdown a:hover:after {
    color: #1daee3
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a img {
    display: block;
    margin-bottom: 0;
    filter: brightness(0) invert(1);
    margin-right: 20px;
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    object-fit: contain
}

.main-header .container .yemtar .linklerup .two ul li.dropdown a img.active {
    display: none
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent {
    min-width: 100vw;
    border-bottom-right-radius: 30px;
    left: -63px;
    top: 111px
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.testtt {
    left: -80px
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.testtt2 {
    left: -80px
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 {
    padding-top: 1%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1%;
    width: 100%
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul {
    display: block;
    list-style: none
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li {
    position: relative
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li::after {
    content: ""
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li.active a {
    color: #1daee3
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: #1daee3;
    transition: .5s
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li.active a::before {
    width: 100%
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul {
    list-style: none;
    padding: 0
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li a {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    letter-spacing: .075px;
    position: relative;
    display: block;
    height: inherit;
    margin-top: 1rem;
    text-align: left;
    margin-bottom: .5rem
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li a::after {
    content: ""
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li.active a::after {
    opacity: 1
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 img {
    width: 90%;
    margin-left: 5%;
    height: 160px;
    object-fit: cover;
    margin-bottom: 1rem
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 h6 {
    margin-left: 5%;
    color: #143156;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    letter-spacing: .1px
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 p {
    margin-left: 5%;
    color: #143156;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 136%;
    letter-spacing: .08px
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 span {
    margin-left: 5%;
    display: block;
    color: #8d8d8d;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 136%;
    letter-spacing: .06px;
    text-transform: capitalize
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent .w50 ul li a:hover {
    color: #1daee3
}

.main-header:hover .container .yemtar .linklerup .two ul li.dropdown a:hover:after {
    color: #1daee3
}

.main-header:hover {
    background: #082151
}

.main-header:hover .container .yemtar .linklerup .two ul li.dropdown a img {
    filter: brightness(1) invert(0)
}

.main-header.navbar-takip .container .yemtar .linklerup .two ul li.dropdown .dropcontent {
    top: 99px
}

.main-header:hover .yemtar .logo img {
    filter: none
}

.main-header .container .yemtar .linklerup .two ul li a .main-header .container .yemtar .linklerup .two ul li:hover a {
    color: #ffb128!important
}

.main-header:hover .container .yemtar .linklerup .two ul li:hover a {
    color: #1daee3
}

.main-header:hover .container .yemtar .linklerup .two ul li:hover a img {
    opacity: 0
}

.main-header:hover .container .yemtar .linklerup .two ul li:hover a img.active {
    opacity: 1;
    display: block
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 40px;
    background: #082151
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 {
    width: 47.5%;
    padding: 0
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 ul {
    display: inline-block;
    list-style: circle;
    width: 100%
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 ul li {
    margin-left: 10%;
    list-style: none;
    border-bottom: 1px solid #ffffff50;
    margin-bottom: 1rem
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 ul li::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -15px;
    background: #000;
    border-radius: 50%;
    top: 0
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 ul li a {
    width: 90%;
    padding-bottom: 1rem
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 img {
    width: 100%;
    max-height: 470px;
    height: 570px;
    object-fit: cover;
    margin: 0;
    border-radius: 30px;
    transform: translate(0%,0%)
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 h5 {
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5%;
    display: block;
    margin-left: 5%;
    width: 100%;
    color: #12aae3
}

.main-header .container .yemtar .linklerup .two ul li.dropdown .dropcontent.container .row .w50 {
    position: relative
}

li:hover>a {
    opacity: 1
}

li>.dropcontent {
    position: absolute;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 99999;
    left: 0
}

li>.dropcontent>li {
    position: relative;
    width: 100%;
    text-align: left
}

li>.dropcontent>li>a:before {
    position: absolute;
    left: 10px;
    top: 13px;
    opacity: 0;
    font-weight: 700;
    color: var(--white-color);
    font-size: var(--font-12);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

li>.dropcontent>li:hover>a::before {
    opacity: 1
}

li.dropdown:hover>.dropcontent {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white-color);
    line-height: 28px;
    border: 1px solid var(--white-color-opicity-two);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .container .yemtar .logo img.renksiz {
    display: block
}

.main-header .container .yemtar .logo img.renkli {
    filter: none
}

.main-header.navbar-takip .container .yemtar .logo img.renkli {
    display: none
}

.main-header.navbar-takip .container .yemtar .logo img.renksiz {
    display: block
}

.main-header .container .yemtar .logo img.renkli {
    filter: none
}

.main-header:hover .container .yemtar .logo img.renkli {
    display: none
}

.main-header:hover .container .yemtar .logo img.renksiz {
    display: block
}

.main-header .container .yemtar .logo img.renkli {
    filter: none;
    display: none
}

.habosbslider {
    position: relative
}

.habosbslider #sync1 .owl-item {
    overflow: hidden
}

.habosbslider #sync1 .owl-item.active .item .bgimages {
    position: relative;
    z-index: 11
}

.habosbslider #sync1 .owl-item .item .bgimages img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(1.1);
    display: block;
    transition: 5s;
    object-position:top;
}

.habosbslider #sync1 .owl-item.active .item .bgimages img {
    position: relative;
    transform: scale(1)
}

.habosbslider #sync1 .owl-item .item .desc {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 46%;
    z-index: 99
}

.habosbslider #sync1 .owl-item .item .owhid h1 {
    line-height: 100%;
    color: #fff;
    font-weight: 300;
    transform: translate(0,250px);
    transition: 1s
}

.habosbslider #sync1 .owl-item.active .item .desc .owhid h1 {
    transform: translate(0,0)
}

.habosbslider #sync1 .owl-item .item .owhid p {
    color: #fff;
    transform: translate(0,150px);
    transition: 1s;
    width: 64%
}

.habosbslider #sync1 .owl-item.active .item .desc .owhid p {
    transform: translate(0,0)
}

.habosbslider #sync1 .owl-item .item .owhid a img {
    width: max-content
}

.habosbslider #sync1 .owl-item .item .owhid a {
    transform: translate(0,150px);
    transition: 1s
}

.habosbslider #sync1 .owl-item.active .item .desc .owhid a {
    transform: translate(0,0)
}

.habosbslider #sync2 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 80%
}

.habosbslider #sync2 .owl-item {
    position: relative;
    padding-top: 50px
}

.habosbslider #sync2 .owl-item .item {
    position: relative
}

.habosbslider #sync2 .owl-item .item::before {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffffff30
}

.habosbslider #sync2 .owl-item .item::after {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 0%;
    height: 4px;
    background: #1daee3;
    transition: 0s
}

.habosbslider #sync2 .owl-item.current .item::after {
    width: 100%;
    transition: 10s
}

.habosbslider #sync2 .owl-item .item p {
    color: #fff;
    margin: 0
}

.habosbslider #sync2 .owl-item .item p span {
    color: #fff;
    display: block
}

.habosbslider #sync1 .owl-nav {
    display: block;
    position: absolute;
    bottom: 8%;
    right: 3%
}

.habosbslider #sync1 .owl-nav .okimage {
    margin-left: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.habosbslider #sync1 .owl-nav .okimage {
    transition: 1s
}

.habosbslider #sync1 .owl-nav .okimage:hover {
    background: #082151
}

.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
    transition: 3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #08215199;
    z-index: 99;
}

.active .black-overlay {
    /* background-color:#00000030; */
}

.black-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: 3s
}

.black-overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: 3s
}

.video-container.active .black-overlay::before {
    transition-delay: 2s;
    transform: translateX(100%)
}

.video-container.active .black-overlay::after {
    transition-delay: 2s;
    transform: translateX(-100%)
}

.video-container {
    position: relative;
    background: #fff
}

.video-container .container .videopart {
    height: 80vh;
    position: relative
}

.video-container .container .videopart video {
    width: 100%;
    height: 80vh;
    object-fit: cover
}

.icon-playing {
    cursor: pointer;
    position: relative;
    appearance: none;
    width: 34px;
    height: 34px;
    transform: translate(5px, 0px);
}

.icon-playing::after,.icon-playing::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 33%;
    height: 100%;
    clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%);
    transition: width 200ms ease-in-out,clip-path 200ms ease-in-out;
    will-change: width,clip-path
}

.icon-playing::before {
    left: 0;
    width: 40%;
    clip-path: polygon(0 0,100% 20%,100% 80%,0% 100%)
}

.icon-playing::after {
    right: 1px;
    width: 60%;
    clip-path: polygon(0 calc(20% - .5px),100% 50%,100% 50%,0 calc(80% + .5px))
}

.icon-playing:checked:before,.icon-playing:checked:after {
     
}

.video-container .text {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 9;
    z-index: 99;
}

.video-container .text h3 {
    color: #fff
}

.video-container .text h3 strong {
    display: block
}
 
.video-container .playpause {
    position: absolute;
    right: 47%;
    bottom: 46%;
    border: 1px solid #03ade380;
    z-index: 99;
    padding: 20px;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03ade3;
    transition:.5s;
     
}

.video-container:hover .playpause{
    
    animation: scaleup 1s infinite;
    
}
@keyframes scaleup{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
        
    }
    100%{
        transform:scale(1);
        
    }
}

.hakkimizda {
    position: relative
}
.hakkimizda .rakamlarsticky{
    position: sticky;
    top:10%;
}

.hakkimizda .desenko {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1
}

.hakkimizda .container .row .w50 h3 strong {
    display: block
}

a.habbtn {
    font-size: 18px;
    background: #1daee3;
    padding: 20px 110px 20px 20px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 0;
    margin-top: 2rem;
    display: block;
    width: max-content
}

a.habbtn img {
    position: absolute;
    right: 30px;
    top: 12px
}

a.habbtn:hover img {
    transform: translate(10px,0)
}

.hakkimizda .container .row .w50 .rakamlar {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #b6b6b6
}

.hakkimizda .container .row .w50 .rakamlar:last-child {
    border-bottom: 1px solid #b6b6b6
}

.hakkimizda .container .row .w50 .rakamlar .odometer span {
    font-size: 80px;
    line-height: 100px;
    color: #1daee3
}

.hakkimizda .container .row .w50 .rakamlar span.rakamsa {
    display: block;
    position: relative
}

.hakkimizda .container .row .w50 .rakamlar span.rakamsa::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 7px;
    background: #1daee3;
    width: 10px;
    height: 10px;
    z-index: 1
}

.slider {
    position: relative;
    background: #f5f6f9
}

.slider .first {
    position: absolute;
    bottom: 0;
    left: 0
}

.slider .two {
    position: absolute;
    right: 0;
    bottom: 0
}

.slider h3 {
    position: relative
}

.slider h3 strong {
    display: block
}

.podcast .owl-nav .owl-prev .okimage,.podcast .owl-nav .owl-next .okimage {
    width: 70px;
    height: 70px;
    background: #1daee3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 1s
}

.podcast .owl-nav .owl-prev:hover .okimage,.podcast .owl-nav .owl-next:hover .okimage {
    background: #17408f
}

.slider .podcast .owl-nav {
    position: absolute;
    right: 10px;
    top: -100px;
    display: block
}

.slider .podcast {
    width: 80%;
    margin: auto
}

.slider .podcast .item {
    background: #fff;
    padding: 20px;
    cursor: pointer;
    box-shadow: 0 0 15.7px #00000023;
    border-radius: 5px;
    margin: 10px
}

.slider .podcast .item .images {
    position: relative;
    overflow: hidden;
    height: 350px
}

.slider .podcast .item .images span {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #a3a3a3;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 20px;
    z-index: 1
}

.slider .podcast .item .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: 1s
}

.slider .podcast .item .images .play {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 60px;
    background: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.slider .podcast .item .images .play img {
    width: auto;
    height: auto;
    transition: .1s
}

.slider .podcast .item p img {
    width: auto;
    margin-right: 10px
}

.slider .podcast .item p {
    font-weight: 200;
    font-size: 17px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.slider .podcast .item h6 {
    font-weight: 700;
    min-height: 80px
}

.slider .podcast .item:hover .images img {
    transform: scale(1.08)
}

.slider .podcast .item:hover .images .play img {
    filter: brightness(0) invert(1);
    transform: scale(1)
}

.slider .podcast .item:hover .images .play {
    background: #1daee3
}

.haberlerduyurular {
    position: relative
}

.haberlerduyurular h3 strong {
    display: block
}

.haberlerduyurular .row {
    width: 100%;
    margin: auto
}

.haberlerduyurular .w50 {
    margin-left: 1%;
    overflow: hidden;
}

.haberlerduyurular .w50.kucukhaber .ihale {
    overflow: hidden;
    border: 2px solid #17408f;
    border-radius: 20px;
    height: 50%;
    position: relative;
    margin-top: 0%;
    margin-bottom: 0;
}

.haberlerduyurular .w50.kucukhaber .icduyuru {
    overflow: hidden;
    background: #17408f;
    border-radius: 20px;
    height: 47.5%;
    position: relative;
    margin-bottom: 2.5%
}

.haberlerduyurular .w50.kucukhaber .ihale .hbtext {
    position: relative
}

.haberlerduyurular .w50.kucukhaber .ihale .hbtext span {
    color: #17408f;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.haberlerduyurular .w50.kucukhaber .icduyuru .hbtext span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem
}

.haberlerduyurular .w50.kucukhaber .ihale .hbtext h4 {
    color: #17408f;
    width: 85%;
    height: 60px;
    max-height: 100px
}

.haberlerduyurular .w50.kucukhaber .icduyuru .hbtext h4 {
    width: 90%;
    height: 60px;
    max-height: 100px
}

.haberlerduyurular .w50.kucukhaber .ihale .hbtext a.habbtn {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 25px
}

.haberlerduyurular .w50.kucukhaber .icduyuru .hbtext a.habbtn {
    padding: 10px 70px 10px 10px
}

.haberlerduyurular .w50.kucukhaber .ihale .hbtext a.habbtn img {
    width: 24px;
    height: max-content;
    position: relative;
    right: initial;
    top: initial
}

.haberlerduyurular .w50.kucukhaber .icduyuru .hbtext a.habbtn img {
    width: 24px;
    height: max-content
}

.haberlerduyurular .w50.kucukhaber .item {
    border-bottom: 1px solid #17408f
}

.haberlerduyurular .w50.kucukhaber .item:last-child {
    border-bottom: 0 solid #17408f
}

.haberlerduyurular .w50.buyukhaber {
    background: #17408f;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 1%;
    position: relative
}

.haberlerduyurular .w50.buyukhaber a.absolulink {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.haberlerduyurular .w50.kucukhaber .haberkut a.absolulink {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.haberlerduyurular .w50.buyukhaber .image {
    height: 400px;
    overflow: hidden
}

.haberlerduyurular .w50.buyukhaber .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.haberlerduyurular .w50 .hbtext {
    padding: 40px 40px
}

.haberlerduyurular .w50 .hbtext span {
    color: #fff;
    font-size: 13px
}

.haberlerduyurular .w50 .hbtext span img {
    width: auto;
    height: auto;
    margin-right: 10px
}

.haberlerduyurular .w50 .hbtext h4 {
    color: #fff;
    font-weight: 500;
    width: 60%
}

.haberlerduyurular .w50 .hbtext p {
    color: #fff;
    line-height: 120%;
    font-size: 110%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.haberlerduyurular .desenko2 {
    position: absolute;
    right: 5%;
    top: 4%;
    width: 40%
}

.haberlerduyurular .desenko2 img {
    width: 100%
}

.haberlerduyurular .tab ul li {
    border: 1px solid #17408f;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    min-width: 200px;
    display: inline-flex;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    cursor: pointer
}

.haberlerduyurular .tab ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 20px
}

.haberlerduyurular .tab ul li img.aktif {
    display: none
}

.haberlerduyurular .tab ul li img.notaktif {
    display: block
}

.haberlerduyurular .tab ul li.active {
    background: #17408f;
    color: #fff
}

.haberlerduyurular .tab ul li.active img.aktif {
    display: block
}

.haberlerduyurular .tab ul li.active img.notaktif {
    display: none
}

.salonlar {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.salonlar .container {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9;
    width: 90%
}

.salonlar .container h2 {
    color: #fff;
    transform: translate(30px,0)
}

.salonlar .container h2::before {
    filter: brightness(0) invert(1)
}

.salonlar .container h3 {
    color: #fff
}

.salonlar .container h3 strong {
    display: block
}

.salonlar .container img.habzonelogo {
    position: absolute;
    right: 0;
    top: 10%
}

.salonlar .owl-salon .owl-item .item {
    height: 100vh
}

.salonlar .owl-salon .owl-item .item .background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.salonlar .owl-salon .owl-item .item .background::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #08215199
}

.salonlar .owl-salon .owl-item.active .item .background img {
    transform: scale(1.2)
}

.salonlar .owl-salon .owl-item .item .background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 15s
}

.salonlar .owl-salon .owl-item .item .desco {
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 80%
}

.salonlar .owl-salon .owl-item.active .item .desco img.log {
    opacity: 1
}

.salonlar .owl-salon .owl-item .item .desco img.log {
    width: max-content;
    height: max-content;
    margin-bottom: 2rem;
    opacity: 0;
    transition: .5s;
    transition-delay: .5s
}

.salonlar .owl-salon .owl-item.active .item .desco img.iko {
    opacity: 1
}

.salonlar .owl-salon .owl-item .item .desco img.iko {
    width: max-content;
    height: max-content;
    opacity: 0;
    transition: .5s;
    transition-delay: .8s
}

.salonlar .owl-salon .owl-item.active .item .desco h2 {
    opacity: 1
}

.salonlar .owl-salon .owl-item .item .desco h2 {
    color: #fff;
    opacity: 0;
    transition: .5s;
    transition-delay: 1.1s
}

.salonlar .owl-salon .owl-item.active .item .desco p {
    opacity: 1
}

.salonlar .owl-salon .owl-item .item .desco p {
    color: #fff;
    width: 60%;
    opacity: 0;
    transition: .5s;
    transition-delay: 1.4s
}

.salonlar .owl-salon .owl-item.active .item .desco a {
    opacity: 1
}

.salonlar .owl-salon .owl-item .item .desco a {
    opacity: 0;
    transition: .5s;
    transition-delay: 1.7s
}

.salonlar .owl-salon .owl-item .item .desco a img {
    width: auto;
    height: auto
}

.salonlar .owl-salon .owl-nav .owl-prev .okimage,.salonlar .owl-salon .owl-nav .owl-next .okimage {
    width: 70px;
    height: 70px;
    background: #1daee3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 1s
}

.salonlar .owl-salon .owl-nav .owl-prev:hover .okimage,.salonlar .owl-salon .owl-nav .owl-next:hover .okimage {
    background: #17408f
}

.salonlar .owl-salon .owl-nav {
    position: absolute;
    right: 5%;
    display: block;
    bottom: 20%
}

.salonlar .owlrakamlar {
    position: absolute;
    right: 5%;
    top: 25%;
    z-index: 9
}

.salonlar .owlrakamlar ul li {
    color: #fff;
    list-style: none;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    transition: 1s;
    cursor: pointer
}

.salonlar .owlrakamlar ul li.active {
    color: #1daee3;
    border-color: #1daee3
}

.owl-ihale .owl-nav .owl-prev .okimage,.owl-ihale .owl-nav .owl-next .okimage {
    width: 40px;
    height: 40px;
    background: #1daee3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 1s
}

.owl-ihale .owl-nav .owl-prev:hover .okimage,.owl-ihale .owl-nav .owl-next:hover .okimage {
    background: #17408f
}

.owl-ihale .owl-nav {
    position: absolute;
    right: 5%;
    display: block!important;
    bottom: -10%
}

.owl-duyuru .owl-nav .owl-prev .okimage,.owl-duyuru .owl-nav .owl-next .okimage {
    width: 40px;
    height: 40px;
    background: #1daee3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 1s
}

.owl-duyuru .owl-nav .owl-prev:hover .okimage,.owl-duyuru .owl-nav .owl-next:hover .okimage {
    background: #fff;
    border: 1px solid #1daee3
}

.owl-duyuru .owl-nav .owl-prev:hover .okimage img,.owl-duyuru .owl-nav .owl-next:hover .okimage img {
    filter: brightness(0)
}

.owl-duyuru .owl-nav {
    position: absolute;
    right: 5%;
    display: block!important;
    bottom: -10%
}

.basvurular {
    position: relative;
    min-height: 100vh
}

.basvurular .row {
    position: absolute;
    bottom: 10%;
    width: 80%;
    left: 10%;
    justify-content: space-around;
    z-index: 99;
    <:;<: 9;<: 99;<: 999;<: 99;<: 9;}

.basvurular .row .bg-tab {
    width: 30%;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
    cursor: pointer
}

.basvurular .row .bg-tab.active {
    border-color: #1daee3;
    color: #1daee3;
    font-weight: 500
}

.basvurular .container #parentbg>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.basvurular .container #parentbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.basvurular .back {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.basvurular .back img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.basvurular .back .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,#1e3157 0%,rgba(16,34,70,0) 100%)
}

.basvurular .texts {
    position: absolute;
    top: 20%;
    left: 5%
}

.basvurular .texts h4 {
    color: #fff;
    font-weight: 600
}

.basvurular .texts h4 img {
    margin-right: 25px;
    width: 60px;
    height: 60px;
    object-fit: contain
}

.basvurular .texts p {
    color: #fff;
    width: 50%;
    margin-top: 2rem;
    margin-bottom: 3rem
}

.basvurular .container #parentbg>div .back img {
    transform: scale(1.2);
    transition: .1s
}

.basvurular .container #parentbg>div.active .back img {
    transform: scale(1);
    transition: 10s
}

.basvurular .container #parentbg>div {
    transition: 1s
}

.basvurular .container #parentbg>div.active {
    opacity: 1;
    transition: .2s;
    z-index: 2
}

.birlikte .container h3 {
    text-align: center;
    margin-bottom: 4rem
}

.birlikte .container h3 strong {
    display: block
}

.birlikte .container .row {
    justify-content: space-evenly
}

.birlikte .container .row .w100 {
    text-align: center;
    margin-bottom: 4rem
}

.birlikte .container .row .w100 img {
    width: 30%;
    object-fit: contain
}

.birlikte .container .row .w30 {
    text-align: center
}

.birlikte .container .row .w30 img {
    height: 120px;
    object-fit: contain;
    width: 50%
}

.birlikte .container .row .w30:last-child img {
    height: 160px;
    object-fit: contain;
    width: 70%;
    transform:translate(-0px, -20px)
}

.parallaxpart {
    background-image: url(../img/parallax.webp);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center
}

.parallaxpart .textdecor h3 {
    text-align: center;
    margin: auto;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 5px #000
}

.parallaxpart .textdecor h5 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 5px #000;
    width: 60%;
    margin: 2rem auto
}

.parallaxpart .textdecor .put {
    text-align: center;
    width: 40%;
    margin: auto;
    position: relative
}

.parallaxpart .textdecor .put input {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 50px;
    padding-left: 20px;
    background: #002f87;
    background-color: #ffffff37;
    border: 1px solid #ffffff40;
    font-size: 130%;
    color:#ffffff;
}

.parallaxpart .textdecor .put input::placeholder {
    color: #fff
}

.parallaxpart .textdecor .put button {
    background: 0 0;
    border: 0;
    outline: 0;
    position: absolute;
    color: #fff;
    background: #1daee3;
    width: 50%;
    height: 100%;
    top: 0;
    right: -25px;
    border-radius: 50px;
    z-index: 9;
    cursor: pointer;
    font-size: 110%
}

.parallaxpart .textdecor .put button img {
    position: absolute;
    right: 40px;
    top: 23px;
    transition: 1s
}

.parallaxpart .textdecor .put button:hover img {
    right: 30px
}

@media (max-width: 1681px) {
    .parallaxpart {
        min-height:500px;
        height: 500px
    }

    .parallaxpart .textdecor {
        transform: translate(0,40px)
    }
}

@media (max-width: 1300px) {
    .parallaxpart {
        min-height:400px;
        height: 400px
    }

    .parallaxpart .textdecor .put {
        width: 40%
    }

    .parallaxpart .textdecor .put input {
        height: 40px
    }
}

@media (max-width: 600px) {
    .parallaxpart {
        background-image:url(../img/parallax-mobile.webp)
    }

    .parallaxpart .textdecor h5 {
        font-size: 20px;
        width: 80%
    }

    .parallaxpart .textdecor p {
        margin-top: 1rem
    }

    .parallaxpart .textdecor .put {
        width: 70%
    }

    .parallaxpart {
        min-height: 200px;
        height: 200px;
        background-size: cover;
        background-attachment: local
    }

    .parallaxpart .textdecor {
        transform: translate(0,0)
    }
}

.foot {
    position: relative;
    background: #17408f;
    padding-top: 5%;
    padding-bottom: 0%
}

.foot .foot-1 {
    position: absolute;
    right: 110px;
    bottom: 60px;
    width: 150px;
    opacity: 0;
    transition: 1s;
    transition-delay: 2.5s
}

.foot .foot-2 {
    position: absolute;
    right: 70px;
    bottom: 230px;
    width: 110px;
    opacity: 0;
    transition: 1s;
    transition-delay: 3s
}

.foot .foot-3 {
    position: absolute;
    right: 180px;
    bottom: 290px;
    width: 80px;
    opacity: 0;
    transition: 1s;
    transition-delay: 3.5s
}

.foot .foot-4 {
    position: absolute;
    right: 130px;
    bottom: 420px;
    width: 60px;
    opacity: 0;
    transition: 1s;
    transition-delay: 4s
}

.foot.active .foot-4,.foot.active .foot-3,.foot.active .foot-2,.foot.active .foot-1 {
    opacity: 1
}

.foot .foot-1 img,.foot .foot-2 img,.foot .foot-3 img,.foot .foot-4 img {
    width: 100%;
    object-fit: contain
}

.foot .container .row .w20 img {
    width: 60%
}

.foot .container .row .w20 h6 {
    margin-top: 4rem;
    color: #fff
}

.foot .container .row .w20 h6 b {
    color: #1daee3
}

.foot .container .row .w40 {
    padding-left: 5%
}

.foot .container .row .w40 .row .w50 {
    width: 50%;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.foot .container .row .w40 .row .w50 a {
    color: #fff;
    margin: 0
}

.foot .container .row .w40 p {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 100%
}

.foot .container .row .w40 a {
    color: #fff;
    display: block;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 100%
}

.foot .container .row .w40 h6 {
    color: #1daee3;
    font-weight: 600;
    font-size: 120%
}

.foot .container .row .w40 ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem
}

.foot .container .row .w40 ul li {
    margin-right: 35px
}

.foot .container .row .w40 ul li a img {
    filter: brightness(0) invert(1)
}

.habbanner {
    overflow: hidden;
    min-height: 550px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain
}

.habbanner .film {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#0b285f80,transparent)
}

.habbanner img {
    height: 400px;
    filter: blur(0)
}

.habbanner {
    height: 400px
}

.habbanner .izlencetext {
    position: absolute;
    left: 6%;
    bottom: 15%;
    width: 50%;
    transition: .5s;
    transition-delay: .5s;
    transition-timing-function: ease;
    z-index: 9
}

.habbanner .izlencetext ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0
}

.habbanner .izlencetext ul li {
    margin-right: 10px
}

.habbanner .izlencetext ul li a {
    font-weight: 400;
    letter-spacing: .02em;
    color: #fff;
    font-size: 15px;
    font-weight: 300
}

.habbanner .izlencetext h2 {
    color: #fff
}

.habbanner .izlencetext h5 {
    color: #fff;
    width: 70%;
    margin-top: 1rem
}

.habbanner h1 {
    font-size: 55px;
    font-weight: 700
}

.habbanner h6 {
    color: #1daee3;
    font-weight: 700
}

.habbanner .desen {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0
}

.habbanner .desen img {
    display: block;
    clip-path: polygon(0 100%,100% 100%,100% 100%,0% 100%);
    transition: 1.5s;
    transition-delay: 2s
}

.habbanner.active .desen img {
    clip-path: polygon(0 0,100% 0,100% 100%,0% 100%)
}

@media (min-width: 1200px) {
    .habbanner img {
        display:none
    }
}

@media (max-width: 1200px) {
    .habbanner img {
        display:block
    }

    .habbanner .izlencetext {
        opacity: 1!important
    }

    .habbanner {
        margin-top: 100px
    }

    .habbanner img {
        width: 100%
    }
}

@media (max-width: 900px) {
    .habbanner img {
        height:300px;
        filter: blur(0)
    }

    .habbanner {
        height: 300px
    }
}

@media (max-width: 600px) {
    .habbanner .izlencetext {
        position:absolute;
        left: 5%;
        bottom: 30%;
        width: 90%
    }

    .habbanner .izlencetext ul li {
        text-align: left
    }

    .habbanner img {
        object-position: 30% 0
    }

    .habbanner .mobileizlencetext {
        padding: 9%;
        position: relative;
        z-index: 9
    }

    .habbanner .mobileizlencetext ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0
    }

    .habbanner .mobileizlencetext ul li {
        text-align: left
    }

    .habbanner .mobileizlencetext ul li a {
        font-weight: 400;
        letter-spacing: .02em;
        color: #fff;
        font-size: 15px;
        font-weight: 300
    }

    .habbanner .mobileizlencetext ul li:last-child a {
        font-weight: 600
    }

    .habbanner .mobileizlencetext ul li a {
        font-size: 10px
    }

    .habbanner .mobileizlencetext h1 {
        font-size: 20px;
        margin-top: 1rem
    }
}

@media (max-width: 1682px) {
    .habbanner {
        min-height:500px;
        background-position: top!important
    }
}

@media (max-width: 1550px) {
    .habbanner .izlencetext ul {
        margin-bottom:1rem
    }

    .habbanner {
        min-height: 450px
    }
}

@media (max-width: 1500px) {
    .habbanner {
        min-height:410px
    }
}

@media (max-width: 1400px) {
    .habbanner {
        min-height:380px
    }
}

@media (max-width: 1300px) {
    .habbanner .izlencetext ul {
        margin-bottom:1rem
    }

    .habbanner {
        min-height: 380px
    }
}

@media (max-width: 1200px) {
    .habbanner {
        min-height:300px
    }

    .habbanner .film {
        height: 300px
    }

    .habbanner .izlencetext {
        width: 80%
    }

    .habbanner .izlencetext ul li a {
        font-size: 10px
    }

    .habbanner {
        height: 300px
    }
}

@media (min-width: 900px) {
    .mobil {
        display:none
    }
}

@media (max-width: 900px) {
    .mobil {
        display:block
    }

    .habbanner {
        min-height: 300px
    }

    .habbanner .film {
        height: auto
    }

    .habbanner img {
        height: 300px
    }

    .habbanner {
        height: 300px
    }

    .habbanner .izlencetext ul li a {
        font-size: 13px
    }

    .habbanner .izlencetext ul li {
        margin-bottom: 0
    }
}

@media (min-width: 600px) {
    .habbanner .mobileizlencetext {
        display:none
    }
}

@media (max-width: 600px) {
    .habbanner .film {
        opacity:0
    }

    .habbanner img {
        height: auto
    }

    .habbanner {
        height: auto;
        background: #072b4d!important;
        margin-top: 2rem
    }

    .habbanner .izlencetext ul li {
        margin-right: 0
    }

    .habbanner .film {
        z-index: 9
    }

    .habbanner .izlencetext {
        z-index: 99
    }

    .habbanner img {
        object-position: 50%!important
    }

    .habbanner .mobileizlencetext ul li {
        text-align: left;
        margin: 0
    }

    .habbanner .mobileizlencetext {
        padding: 5% 9%;
        position: relative;
        z-index: 9
    }

    .habbanner {
        min-height: auto
    }

    .habbanner .mobileizlencetext ul li {
        width: max-content;
        display: inline
    }

    .habbanner .mobileizlencetext ul {
        display: inline-block
    }
}

.izlence {
    background: #eef1f5
}

.izlence ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    list-style: none
}

.izlence ul li {
    margin: 0;
    margin-right: 10px
}

.izlence ul li a {
    font-size: 17px;
    color: #9b9b9b
}

.izlence ul li:last-child a {
    font-weight: 600;
    color: #253745
}

.habbanner .izlencetext .bottomar {
    width: 50px;
    height: 50px;
    z-index: 9
}

.habbanner .izlencetext .bottomar img {
    display: block;
    width: auto;
    height: auto;
    margin-top: 2rem
}

.hakkimizdasrt {
    background: #eef1f5;
    position: relative;
    overflow: hidden
}

.hakkimizdasrt .left {
    position: absolute;
    left: -70px;
    bottom: 0
}

.hakkimizdasrt .right {
    position: absolute;
    right: -70px;
    bottom: 0
}

.hakkimizdasrt .container .images {
    overflow: hidden;
    position: relative
}

.hakkimizdasrt .container .images .textblock {
    position: absolute;
    top: 5%;
    left: 5%
}

.hakkimizdasrt .container .images .textblock h3 {
    color: #fff;
    font-weight: 800;
    color: #1daee3
}

.hakkimizdasrt .container .images .textblock h3 strong {
    font-weight: 300;
    display: block
}

.hakkimizdasrt .container .images .textblock p {
    color: #fff
}

.altpage .container .row {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: .5rem;
    padding-top: 1rem
}

.altpage .container .row .linkpages {
    width: calc(100%/9);
    text-align: center;
    position: relative
}

.altpage.sektorler .container .row .linkpages {
    width: calc(100%/6)
}

.altpage .container .row .linkpages a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 15px;
    color: #353535;
    font-weight: 400;
    position: relative
}

.altpage .container .row .linkpages.active a {
    color: #1daee3;
    font-weight: 600;
    padding: 15px
}

.altpage.sektorler .container .row .linkpages a img {
    margin-right: 20px
}

.altpage .container .row .linkpages.active a::before {
    content: "";
    position: absolute;
    background: url(../img/linkafter.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    transform: translate(-21px,4px)
}

.altpage .container .row .linkpages.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    border-radius: 5px;
    bottom: 0;
    background: #1daee3;
    transform: translate(0,.65rem)
}

.org .container img {
    width: 100%;
    object-fit: contain;
    max-height: 280vh
}

.nedenhab .container h3 {
    margin-bottom: 4rem
}

.nedenhab .container h3 strong {
    display: block;
    color: #1daee3
}

.nedenhab .container .row {
    justify-content: space-around
}

.nedenhab .container .row .nedecard {
    background: #17408f;
    width: 30%;
    position: relative;
    border-radius: 10px;
    padding: 120px 20px 20px 20px;
    margin-bottom: 3%
}

.nedenhab .container .row .nedecard .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    object-fit: contain
}

.nedenhab .container .row .nedecard h6 {
    z-index: 1;
    color: #fff;
    position: relative;
    font-weight: 500;
    margin-bottom: 1rem
}

.nedenhab .container .row .nedecard p {
    color: #fff;
    font-weight: 200
}

.nedenhab .container .row .nedecard .ikon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
    object-fit: contain
}

.fixedleft {
    position: sticky;
    top: 20%
}

.hedefler .container .row .w50 {
    margin-top: auto;
    margin-bottom: auto
}

.fixedleft ul {
    padding: 0;
    list-style: none;
    position: relative;
    width: 120%
}

.fixedleft ul::before {
    content: "";
    position: absolute;
    left: -40px;
    top: -10%;
    width: 2px;
    height: 120%;
    background: #e0e7eb
}

.fixedleft ul li {
    margin-bottom: 3rem;
    position: relative
}

.fixedleft ul li::before {
    content: "";
    position: absolute;
    left: -44px;
    top: 30%;
    width: 10px;
    height: 10px;
    background: #0c1317;
    border-radius: 50%;
    z-index: 1
}

.fixedleft ul li.active::after {
    content: "";
    position: absolute;
    left: -66px;
    top: -33%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #e0e7eb
}

.fixedleft ul li a {
    font-size: 80%;
    position: relative;
    color: #353535;
    font-weight: 600;
    transition: .5s
}

.fixedleft ul li.active a {
    color: #1daee3
}

.neler {
    background: 0 0
}

.neler .container .row .container {
    overflow: hidden
}

.neler .container.ters .row .w60 {
    padding-left: 5%;
    padding-right: 5%
}

.neler .container.ters .right {
    position: absolute;
    right: -16%;
    bottom: 0
}

.neler .container {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%
}

.neler .container .row .w60 {
    padding-left: 5%;
    padding-right: 0
}

.neler .container .row .w40 img {
    width: 100%
}

.neler .container .row .w60 h6 {
    position: relative;
    color: #1daee3;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.neler .container .row .w60 p {
    margin-bottom: 1rem
}

.neler .container .row .w60 ul li {
    margin-bottom: 1rem
}

.nelertitle h3 strong {
    display: block
}

.sosyalhizmet h2 {
    margin-bottom: 3rem
}

.sosyalhizmet .row {
    margin-bottom: 2rem;
    justify-content: space-between
}

.sosyalhizmet .row .w50 h3 {
    margin-top: 0
}

.sosyalhizmet .row .shkutu {
    width: 47%;
    overflow: hidden;
    position: relative;
    margin-bottom: 3%;
    border-radius: 0
}

.sosyalhizmet .row .shkutu img {
    width: 90px;
    border-radius: 0;
    height: 90px
}

.sosyalhizmet .row .shkutu .text h5 {
    color: #1daee3;
    margin-top: 2rem;
    margin-bottom: 1rem
}

.vizyon {
    position: relative
}

.vizyon.ters .right {
    position: absolute;
    left: -120px;
    bottom: 0
}

.vizyon .row {
    width: 80%;
    margin: auto;
    margin-top: 5rem
}

.vizyon .row .w50 img.flsa {
    width: 100%;
    object-fit: cover;
    max-height: 70vh
}

.vizyon .row .w50 img.ikon {
    margin-bottom: 3rem;
    width: 120px;
    height: 120px;
    object-fit: contain
}

.vizyon .row .w50 h6 {
    font-weight: 600;
    line-height: 110%;
    color: #1daee3;
    margin-bottom: 2rem;
    position: relative
}

.vizyon .row .w50 p {
    color: #3d3d3d;
    font-weight: 400
}

.degerler {
    overflow: hidden;
    min-height: 70vh
}

.degerler .container .degerlerss {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh
}

.degerler .container .degerlerss .sol-1 {
    position: absolute;
    left: 6%;
    width: 20%;
    bottom: 0
}

.degerler .container .degerlerss {
    position: relative;
    display: none
}

.degerler .container .degerlerss::before {
    content: "";
    position: absolute;
    border: 4px solid #35353680;
    bottom: -53%;
    left: 24%;
    width: 900px;
    height: 1000px;
    border-radius: 50%
}

.degerler .container .degerlerss span {
    display: block;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17408f;
    border-radius: 50%;
    color: #fff;
    font-size: 100px
}

.degerler .container .degerlerss .sol-1 span {
    position: absolute;
    right: -60px;
    top: -20px
}

.degerler .container .degerlerss .sol-2 {
    position: absolute;
    left: 8%;
    width: 20%;
    bottom: 45%
}

.degerler .container .degerlerss .sol-2 span {
    position: absolute;
    right: -60px;
    top: -20px
}

.degerler .container .degerlerss .sol-3 {
    position: absolute;
    left: 19%;
    width: 20%;
    bottom: 80%
}

.degerler .container .degerlerss .sol-3 span {
    position: absolute;
    right: -60px;
    top: -20px
}

.degerler .container .degerlerss .sol-4 {
    position: absolute;
    right: 13%;
    width: 20%;
    bottom: 80%
}

.degerler .container .degerlerss .sol-4 span {
    position: absolute;
    left: -180px;
    top: -30px
}

.degerler .container .degerlerss .sol-5 {
    position: absolute;
    right: 0;
    width: 20%;
    bottom: 45%
}

.degerler .container .degerlerss .sol-5 span {
    position: absolute;
    left: -180px;
    top: -30px
}

.degerler .container .degerlerss .sol-6 {
    position: absolute;
    right: -1%;
    width: 20%;
    bottom: 0
}

.degerler .container .degerlerss .sol-6 span {
    position: absolute;
    left: -180px;
    top: -30px
}

.degerler .container .degerlerss h5 {
    font-weight: 700;
    color: #1daee3;
    margin-bottom: 1rem
}

.degerler .container .degerlerss p {
    color: #353535;
    width: 70%;
    w,: ;
    w,: 5;
    w,: 50;
    w,: 50%;
    w,: 50;
    w,: 5;
}

.hedefler {
    background: #eef1f5
}

.hedefler .container .row .w50 img.tahta {
    width: 80%
}

.hedefler .container .row .arrow-1 {
    position: absolute;
    top: 3%;
    right: 26%;
    transform: translate(200px,-200px);
    opacity: 0;
    transition: 1s;
    transition-delay: 2s
}

.hedefler.active .container .row .arrow-1 {
    opacity: 1;
    transform: translate(0,0)
}

.hedefler .container .row .arrow-2 {
    position: absolute;
    top: 24%;
    right: 13%;
    transform: translate(200px,-50px);
    opacity: 0;
    transition: 1s;
    transition-delay: 2.5s
}

.hedefler.active .container .row .arrow-2 {
    opacity: 1;
    transform: translate(0,0)
}

.hedefler .container .row .arrow-3 {
    position: absolute;
    top: 47%;
    right: 14%;
    transform: translate(200px,50px);
    opacity: 0;
    transition: 1s;
    transition-delay: 3s
}

.hedefler.active .container .row .arrow-3 {
    opacity: 1;
    transform: translate(0,0)
}

.hedefler .container .row .arrow-4 {
    position: absolute;
    top: 48%;
    right: 22%;
    transform: translate(100px,100px);
    opacity: 0;
    transition: 1s;
    transition-delay: 3.5s
}

.hedefler.active .container .row .arrow-4 {
    opacity: 1;
    transform: translate(0,0)
}

.hedefler .container .row .w50 .altdiv::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    background: #3d3d3d;
    border-radius: 50%;
    top: 10px;
    left: -25px
}

.hedefler .container .row .w50 h6 {
    font-weight: 600;
    line-height: 110%;
    color: #1daee3;
    margin-bottom: 6rem;
    position: relative
}

.hedefler .container .row .w50 .altdiv {
    position: relative;
    margin-bottom: 7rem
}

.hedefler .container .row .w50 .altdiv p {
    color: #3d3d3d
}

.hedefler .container .row .w50 .right-1 {
    transform: translate(-80px,0)
}

.hedefler .container .row .w50 .right-4 {
    transform: translate(-80px,0)
}

.kutular .container .row {
    justify-content: space-between
}

.kutular .container .row .kutusektor {
    width: 49%;
    position: relative;
    margin-bottom: 1%;
    margin-top: 1%
}

.kutular .container .row .kutusektor:hover .bg img {
    transform: scale(1.05)
}

.kutular .container .row .kutusektor a.absollink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5
}

.kutular .container .row .kutusektor .bg {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 15px
}

.kutular .container .row .kutusektor .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.kutular .container .row .kutusektor .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(45deg,#17408f,transparent);
    overflow: hidden;
    border-radius: 15px
}

.kutular .container .row .kutusektor .text h4 {
    color: #fff;
    font-weight: 500;
    width: 50%
}

.sektordetaycarousel {
    padding-top: 30px;
    padding-bottom: 30px
}

.sektordetaycarousel .owl-sektor .owl-stage-outer {
    border-bottom: 1px solid #00000050;
    padding-bottom: 2rem
}

.sektordetaycarousel .owl-sektor .item a {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 17px;
    position: relative;
    height: 40px
}

.sektordetaycarousel .owl-sektor .item.active a {
    color: #1daee3;
    font-weight: 600
}

.sektordetaycarousel .owl-sektor .item.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100%;
    height: 3px;
    background: #1daee3
}

.sektordetayss .container .row .w50 h2.desen {
    width: 50%
}

.sektordetayss .container .row .w50 h3 strong {
    display: block
}

.sektordetayss .container .row .w50 img {
    width: 100%
}

.baglifirmalar .row .firm {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #00000050;
    margin-bottom: 4rem;
    min-height: 300px
}

.baglifirmalar .row .firm:nth-child(4n) {
    border: 0
}

.baglifirmalar .row .firm img {
    width: 60%;
    object-fit: contain
}

.baglifirmalar .row .firm a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    height: 70%
}

.sektordetaycarousel .owl-sektor .owl-nav {
    display: block
}

.sektordetaycarousel .owl-sektor .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    top: 0;
    transform: rotate(180deg)
}

.sektordetaycarousel .owl-sektor .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    top: 0;
    transform: rotate(0)
}

.duyurupart .container .row {
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-top: 5%
}

.duyurupart .container .row .duyurucard {
    width: 49%;
    background: #eef1f5;
    margin-bottom: 5%;
    padding: 20px;
    margin: 0;
    margin-bottom: 2%;
    border-radius: 20px;
    box-shadow: 0 2px 12.1px #00000020;
    position: relative
}

.duyurupart .container .row .duyurucard .button {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
    top: 0;
    transition: .5s
}

.duyurupart .container .row .duyurucard:hover .button {
    opacity: 1
}

.duyurupart .container .row .duyurucard .button a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9
}

.duyurupart .container .row .duyurucard .button img {
    position: absolute;
    z-index: 9;
    left: 56%;
    top: 40%
}

.duyurupart .container .row .duyurucard .w40 {
    overflow: hidden;
    border-radius: 15px
}

.duyurupart .container .row .duyurucard .w40 img {
    transition: 1s
}

.duyurupart .container .row .duyurucard:hover .w40 img {
    transform: scale(1.05)
}

.duyurupart .container .row .duyurucard .w60 span {
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.duyurupart .container .row .duyurucard .w60 span img {
    margin-right: 10px
}

.duyurupart .container .row .duyurucard .w60 h6 {
    font-size: 20px;
    font-weight: 700;
    width: 90%;
    margin-bottom: 1rem
}

.duyurupart .container .row .duyurucard .w60 p {
    font-size: 16px;
    width: 90%
}

.duyurupart .container .row .duyurucard .w40 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px
}

.duyurucont .container img,.duyurucont .container video {
    margin-bottom: 2rem;
    width: 100%;
    object-fit: contain
}

.duyurucont .container span {
    font-size: 15px;
    color: #a0a0a0;
    margin-bottom: 2rem;
    display: block
}

.duyurucont .container span img {
    margin-right: 10px;
    width: auto;
    height: auto;
    margin-bottom: 0
}

.duyurucont .container p {
    margin: .5rem
}

.duyurucont .container a {
    color: #1daee3;
    border-bottom: 1px solid
}

.duyurucont .container h1,.duyurucont .container h2,.duyurucont .container h3,.duyurucont .container h4,.duyurucont .container h5,.duyurucont .container h6 {
    display: block;
    color: #1daee3;
    font-weight: 600;
    margin-bottom: 2rem
}

.duyurupart .right {
    position: absolute;
    right: 0;
    transform: translate(0,800px);
    transition: 3s
}

.duyurupart.active .right {
    transform: translate(0,0)
}

.haberler .container .row {
    justify-content: space-between
}

.haberler .buyukhab {
    width: 32%;
    background: #17408f;
    margin-bottom: 2%;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer
}

.haberler .image {
    height: 400px;
    overflow: hidden
}

.haberler .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.haberler .buyukhab:hover .image img {
    transform: scale(1.1)
}

.haberler .hbtext {
    padding: 30px 30px
}

.haberler .hbtext span {
    color: #fff;
    font-size: 13px;
    margin-bottom: 1rem;
    display: block
}

.haberler .hbtext span img {
    width: auto;
    height: auto;
    margin-right: 10px
}

.haberler .hbtext h4 {
    color: #fff;
    font-weight: 500;
    width: 90%
}

.haberler .hbtext p {
    color: #fff;
    line-height: 150%;
    font-size: 110%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.medya.detay .container .row {
    justify-content: space-between
}

.medya.detay .galerikutu {
    margin-top: 1%;
    width: 32%
}

.medya.detay .galerikutu:hover .imgs .filmtops {
    opacity: 1
}

.medya.detay .galerikutu .imgs {
    position: relative;
    overflow: hidden;
    height: 500px;
    border-radius: 20px
}

.medya.detay .galerikutu .imgs img {
    transition: 1s;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.medya.detay .galerikutu .imgs .filmtops {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: #002f8785;
    opacity: 1;
    transition: 1s
}

.medya.detay .galerikutu .imgs .filmtops img {
    width: 110px;
    height: auto;
    margin-bottom: 25%;
    transform: scale(1)
}

.medya.detay .galerikutu .imgs .filmtops p {
    text-align: center;
    color: #fff;
    font-weight: 500
}

.medya.detay .galerikutu {
    cursor: pointer
}

.medya.detay .galerikutu:hover .imgs img {
    transform: scale(1.05)
}

@media (max-width: 1200px) {
    .medya.detay .galerikutu .imgs .filmtops img {
        width:70px;
        margin-bottom: 5%
    }

    .medya.detay .galerikutu .imgs .filmtops {
        opacity: 1
    }
}

@media (max-width: 600px) {
    .medya.detay .galerikutu {
        margin-top:1rem;
        width: 100%
    }

    .medya.detay .galerikutu .imgs .filmtops img {
        width: 50px;
        margin-bottom: 22%
    }

    .medya.detay .galerikutu .imgs .filmtops img {
        width: 50px;
        margin-bottom: 22%;
        height: 100px
    }

    .medya.detay .galerikutu .imgs img {
        width: 100%;
        height: 300px;
        object-fit: cover
    }
}

.kurumsalkimlik .container .row {
    justify-content: space-between
}

.kurumsalkimlik .container .row .kkkutu {
    width: 22%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2%;
    position: relative
}

.kurumsalkimlik .container .row .kkkutu a.absolse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer
}

.kurumsalkimlik .container .row .kkkutu .img img {
    width: 100%
}

.kurumsalkimlik .container .row .kkkutu p {
    text-align: center;
    margin-top: 1rem;
    font-weight: 600;
    margin-bottom: 1rem
}

.kurumsalkimlik .container .row .kkkutu a.habbtn {
    margin-top: 0
}

.nasilbasvuru .container.ikincikisim p {
    margin-bottom: 1rem
}

.nasilbasvuru .container.ikincikisim p a {
    color: #17408f;
    font-weight: 700;
    text-decoration: underline
}

.nasilbasvuru .container.ikincikisim h4 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #17408f
}

.nasilbasvuru .row {
    margin-left: 5%;
    position: relative;
    margin-bottom: 2%;
    margin-top: 5%
}

.nasilbasvuru .container h3 {
    font-weight: 400
}

.nasilbasvuru .container h3 strong {
    display: block
}

.nasilbasvuru .row .kutu {
    width: 25%;
    position: relative
}

.nasilbasvuru .row::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 135px;
    background: #9d9d9d
}

.nasilbasvuru .row .kutu::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 112px;
    background: #9d9d9d;
    border-radius: 50%;
    z-index: 2;
    border: 10px solid #fff
}

.nasilbasvuru .row .kutu::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 120px;
    background: #fff;
    border-radius: 50%;
    z-index: 1
}

.nasilbasvuru .row .kutu img {
    width: 99px;
    height: 99px;
    object-fit: contain;
    margin-bottom: 2rem
}

.nasilbasvuru .row .kutu p {
    margin-top: 2rem;
    width: 90%
}

.nasilbasvuru .row .kutu span {
    font-weight: 600;
    color: #1daee3;
    font-size: 55px
}

.panel-doc-acc ul li a {
    font-size: 17px
}

.panel-doc-acc ul li a {
    font-size: 17px
}

.doc-acc:after {
    content: "";
    background: url(../img/chevron.webp);
    color: #002f87;
    font-weight: 300;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 50px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 1s
}

.doc-acc.active-doc-acc:after {
    content: "-";
    color: #002f87;
    font-weight: 300;
    float: right;
    margin-left: 5px;
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
    transition: 1s
}

@media (max-width: 1200px) {
    .doc-acc {
        background-color:transparent;
        cursor: pointer;
        padding: 8px 0 8px 0;
        width: 100%;
        border: 0;
        text-align: left;
        outline: 0;
        transition: .4s;
        color: #fff;
        font-weight: 400;
        font-size: 25px
    }

    .doc-acc:hover {
        background-color: transparent
    }

    .doc-acc:after {
        content: "\002B";
        color: #fff;
        font-weight: 300;
        float: right;
        margin-left: 5px
    }

    .panel-doc-acc {
        padding: 0 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .panel-doc-acc ul li a {
        font-size: 20px
    }

    .panel-doc-acc ul li:last-child {
        border-bottom: 0
    }
}

@media (max-width: 500px) {
    .doc-acc {
        font-size:20px
    }

    .panel-doc-acc ul li a {
        font-size: 20px
    }
}

@media (max-width: 900px) {
    .mobile-menu-links ul li a {
        font-size:25px
    }
}

@media (max-width: 600px) {
    .mobile-menu-links ul li a,.mobile-menu-links ul li button a {
        font-size:20px;
        color: #fff!important;
        !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
}

.accordion-mm:after {
    content: '\002B';
    color: #fff;
    font-weight: 100;
    float: right;
    margin-left: 5px
}

.accordion-mm.active-doc-acc:after {
    content: '-T';
    color: #fff;
    font-weight: 500;
    float: right;
    margin-left: 5px
}

@media (max-width: 1200px) {
    .doc-acc {
        background-color:transparent;
        cursor: pointer;
        padding: 8px 0 8px 0;
        width: 100%;
        border: 0;
        text-align: left;
        outline: 0;
        transition: .4s;
        color: #fff;
        font-weight: 400;
        font-size: 25px
    }

    .doc-acc:hover {
        background-color: transparent
    }

    .panel-doc-acc {
        padding: 0 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .panel-doc-acc ul li a {
        font-size: 20px
    }

    .panel-doc-acc ul li:last-child {
        border-bottom: 0
    }
}

@media (max-width: 500px) {
    .doc-acc {
        font-size:20px
    }

    .panel-doc-acc ul li a {
        font-size: 20px
    }
}

.basvurudokuman {
    min-height: 100vh
}

.basvurudokuman .row {
    width: 80%;
    margin: auto
}

.basvurudokuman .w30 {
    background: #eef1f5;
    min-height: 600px;
    height: max-content
}

.basvurudokuman .w30 .dokumantab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 20px;
    color: #353535;
    font-size: 20px;
    border-bottom: 5px solid #fff
        cursor: pointer;
}

.basvurudokuman .w30 .dokumantab img {
    position: absolute;
    right: 20px
}

.basvurudokuman .w30 .dokumantab.active {
    background: #1daee3;
    color: #fff
}

.basvurudokuman .w30 .dokumantab.active img {
    opacity: 1
}

.basvurudokuman .w70 {
    padding-left: 5%
}

.basvurudokuman .w70 .puk {
    margin-bottom: 2rem
}

.basvurudokuman .w70 .doc-acc {
    background: #eef1f5;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 20px;
    color: #17408f;
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border: 0;
    font-weight: 700;
    outline: 0;
    transition: 1s;
        cursor: pointer;
}

.basvurudokuman .w70 .doc-acc.active-doc-acc {
    background: #1daee3;
    color: #fff
}

.basvurudokuman .w70 .panel-doc-acc {
    background: #54545410;
    height: 0;
    overflow: hidden;
    transition: 1s
}

.basvurudokuman .w70 .row {
    width: 90%
}

.basvurudokuman .w70 a {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px 10px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 0;
    font-size: 110%
}

.basvurudokuman .w70 a:last-child {
    border: 0
}

.basvurudokuman .w70 a span {
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    color: #00000080
}

.basvurudokuman .w70 .panel-doc-acc .row a span img {
    margin-left: 15px
}

.et_pb_contact_form_label {
    display: block;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 18px;
    padding-bottom: 5px
}

input[id=et_pb_contact_brand_file_request_0] {
    display: none
}

label[for=et_pb_contact_brand_file_request_0] {
    background: #fff;
    background-image: url(https://www.svgrepo.com/show/9488/cloud-upload-signal.svg);
    background-repeat: no-repeat;
    background-position: top 18px center;
    background-size: 7%;
    color: transparent;
    margin: auto;
    border: 1px solid #a2a1a7;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    background: #f4f4f4;
    color: #20212477;
    padding: 140px
}

label[for=et_pb_contact_brand_file_request_0]:before {
    content: "";
    background: url(../img/formgel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 240px;
    height: 110px
}
label[for=et_pb_contact_brand_file_request_0]#katilimciformafterbefore:before {
    content: "";
    background: url(https://www.hab.org.tr/storage/app/media/logo-yukle.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 240px;
    height: 110px
}

label[for=et_pb_contact_brand_file_request_0]:after {
    display: block;
    content: 'Upload';
    background: #1daee3;
    width: 176px;
    height: 57px;
    line-height: 27px;
    position: absolute;
    bottom: 19px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px
}

label[for=et_pb_contact_brand_request_0]:after {
    content: " (Provide link or Upload files if you already have guidelines)";
    font-size: 12px;
    letter-spacing: -.31px;
    color: #7a7a7a;
    font-weight: 400
}

label[for=et_pb_contact_design_request_0]:after {
    content: " (Provide link or Upload design files)";
    font-size: 12px;
    letter-spacing: -.31px;
    color: #7a7a7a;
    font-weight: 400
}

label[for=et_pb_contact_brand_file_request_0].changed,label[for=et_pb_contact_brand_file_request_0]:hover {
    background-color: #e3f2fd
}

label[for=et_pb_contact_brand_file_request_0] {
    cursor: pointer;
    transition: 400ms ease
}

.file_names {
    display: block;
    position: absolute;
    color: #000;
    left: 0;
    bottom: -30px;
    font-size: 13px;
    font-weight: 300
}

.file_names {
    text-align: center
}

.formbasvuru .container .row {
    width: 70%;
    margin: auto;
    justify-content: space-between
}

.formbasvuru .container .row .w50 {
    margin-bottom: 3%;
    margin: 0;
    margin-bottom: 3%
}

.formbasvuru .container .row .w100 {
    width: 96.5%
}

.formbasvuru .container .row .w100 button {
    font-size: 18px;
    background: #1daee3;
    color: #fff;
    border-radius: 50px;
    position: relative;
    margin: 0;
    margin-top: 2rem;
    display: block;
    width: max-content;
    outline: 0;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    padding: 20px 60px
}

.formbasvuru .container .row input, .formbasvuru .container .row textarea {
    width: 94%;
    border: 1px solid #d1d1d1;
    padding: 30px;
    border-radius: 8px;
    background: #f4f4f4;
    color: #20212477;
    margin-bottom:2rem;
}

.timelinein {
    position: relative;
    overflow: hidden
}

.timelinein .top1 {
    position: absolute;
    left: 50%;
    right: auto;
    width: 0;
    height: 100%;
    background: #eee;
    border: 2px dashed #39393950
}

.timelinein .top2 {
    position: absolute;
    left: 50%;
    right: auto;
    width: 4px;
    height: 0;
    background: #1daee3
}

.timelinein .row {
    margin-bottom: 10rem;
    width: 75%;
    margin: auto;
    padding-bottom: 4rem
}

.timelinein .row .top3 {
    position: absolute;
    left: 48.8%;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee
}

.timelinein .row .top3.activess {
    background: #1daee3
}

.timelinein .row .top3.activess svg path {
    fill: #fff
}

.timelinein .row .left {
    position: relative;
    width: 43%;
    margin-right: 4%;
    background: linear-gradient(180deg,#438e82 40.63%,#1a534a 100%);
    padding: 45px;
    border-radius: 0;
    margin-left: 4%;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 14px #d0d0d0;
    background: #fff;
    transform: rotateY(90deg);
    );););transition: 1s
}

.timelinein .row .right {
    width: 41%;
    margin-right: 4%;
    margin-left: 4%
}

.timelinein .row .right h5 {
    color: #438e82;
    font-size: 35px;
    font-style: normal;
    font-weight: 500
}

.timelinein .row h4 {
    margin-bottom: 2rem;
    color: #1daee3;
    font-weight: 600
}

.timelinein .row ul {
    padding: 0;
    padding-left: 4%
}

.timelinein .row ul li {
    color: #fff
}

.timelinein .row .left.activess {
    transform: rotate(0)
}

.timelinein .row .left::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border: 1px solid #d0d0d0;
    right: -17px;
    top: 40%;
    border-top: 0;
    border-right: 0;
    transform: rotate(220deg);
    background: #fff
}

.timelinein .row .left.text::before {
    left: inherit;
    top: 40%;
    left: -17px;
    transform: rotate(45deg)
}

@media (max-width: 1500px) {
    .timelinein .row .top3 {
        left:48.3%
    }
}

@media (max-width: 900px) {
    .timelinein .row .top3 {
        left:47.3%
    }

    .timelinein .row .right h5 {
        font-size: 25px
    }
}

@media (max-width: 600px) {
    .timelinein .row .left {
        width:100%;
        margin-right: 0;
        margin-left: 0
    }

    .timelinein .row .top3 {
        display: none
    }

    .timelinein .top1 {
        display: none
    }

    .timelinein .top2 {
        display: none
    }

    .timelinein .row {
        margin-bottom: 2rem
    }
}

.isilanlari .row {
    justify-content: space-around
}

.isilanlari .row .ilancard {
    background: 0 0;
    width: 30%;
    margin-bottom: 3%;
    padding: 55px 15px;
    border: 1px solid #1daee3;
    border-radius: 15px;
    transition: 1s
}

.isilanlari .row .ilancard h5 {
    color: #17408f;
    width: 70%;
    margin-bottom: 1rem;
    transition: 1s
}

.isilanlari .row .ilancard p {
    transition: 1s
}

.isilanlari .row .ilancard a.habbtn {
    opacity: 1;
    transition: 1s
}

.isilanlari .row .ilancard:hover {
    background: #17408f
}

.isilanlari .row .ilancard:hover h5 {
    color: #1daee3
}

.isilanlari .row .ilancard:hover p {
    color: #fff
}

.isilanlari .row .ilancard:hover a.habbtn {
    opacity: 1
}

.toplantisalon {
    position: relative
}

.toplantisalon .absolzone {
    position: absolute;
    right: 5%;
    top: 3%
}

.toplantisalon .container .row {
    justify-content: space-around
}

.toplantisalon .container .row .salonkutu {
    width: 31%;
    position: relative;
    margin-top: 2%;
    overflow: hidden
}

.toplantisalon .container .row .salonkutu .bg {
    overflow: hidden;
    height: 615px
}

.toplantisalon .container .row .salonkutu .bg img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.toplantisalon .container .row .salonkutu:hover .bg img {
    width: 100%;
    height: 100%;
    transform: scale(1.08)
}

.toplantisalon .container .row .salonkutu .textss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
    background: linear-gradient(45deg,#0b285f,transparent)
}

.toplantisalon .container .row .salonkutu .textss img.odalogo {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 60%;
    object-fit: contain;
    margin: auto;
    height: 40px;
    object-fit: contain
}

.toplantisalon .container .row .salonkutu .textss img.ikonse {
    width: 60px;
    height: 60px;
    margin-bottom: 2rem;
    transform: translate(0,120px);
    transition: .5s
}

.toplantisalon .container .row .salonkutu .textss h6 {
    color: #fff;
    font-weight: 600;
    transform: translate(0,120px);
    transition: .5s
}

.toplantisalon .container .row .salonkutu .textss p {
    color: #fff;
    font-size: 100%;
    transform: translate(0,120px);
    transition: .5s
}

.toplantisalon .container .row .salonkutu .textss a {
    transform: translate(0,120px);
    transition: .5s
}

.toplantisalon .container .row .salonkutu:hover .textss img.ikonse {
    transform: translate(0,0)
}

.toplantisalon .container .row .salonkutu:hover .textss h6 {
    transform: translate(0,0)
}

.toplantisalon .container .row .salonkutu:hover .textss p {
    transform: translate(0,0)
}

.toplantisalon .container .row .salonkutu:hover .textss a {
    transform: translate(0,0)
}

.toplantisalon .container .row .salonkutu .absollink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.toplantisalonlari .container .row {
    width: 100%;
    justify-content: space-between
}

.toplantisalonlari .container .w100 {
    position: relative;
    margin-bottom: 2rem
}

.toplantisalonlari .container .w100 img.logo {
    position: absolute;
    right: 40px;
    top: 40px
}

.toplantisalonlari .container .w100 img,.toplantisalonlari .container .w100 video {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    object-position: top
}

.toplantisalonlari .container .w50 {
    margin-bottom: 2rem
}

.toplantisalonlari .container .w50 h2 {
    margin: 0
}

.toplantisalonlari .container .kutuikon {
    width: 15%;
    background: #eef1f5;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #1daee3
}

.toplantisalonlari .container .kutuikon img {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    object-fit: contain
}

.galeri {
    background: #eef1f5;
    position: relative
}

.galeri .desenko {
    position: absolute;
    right: 0;
    bottom: 0
}

.galeri .owl-galeri .item img {
    height: 500px;
    object-fit: cover
}

.galeri .owl-galeri .owl-nav {
    display: block
}

.galeri .owl-galeri .okimage {
    margin-left: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.galeri .owl-galeri .okimage {
    transition: 1s;
    background: #1daee3
}

.galeri .owl-galeri .okimage:hover {
    background: #082151
}

.iltesim .container .row .w50 a {
    display: block
}

.iltesim .container .row .w50 iframe {
    width: 100%;
    height: 100%
}

.main-header .container .yemtar .linklerup .two ul li a.uyeolbtn {
    width: 100%;
    height: 45px;
    background: #1daee3;
    padding: 0 40px;
    font-size: 15px;
    color: #fff!important
}

.yonetimkurulu .container .row .yenilink {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #acacac;
    margin-bottom: 4rem;
    padding-bottom: 4rem
}

.yonetimkurulu .container .row .yenilink:last-child {
    border-bottom: 0 solid #acacac
}

.yonetimkurulu .container .row .yenilink .w20 img {
    width: 80%;
    max-height: 350px;
    height: 350px;
    object-fit: cover;
    object-position: top
}

.yonetimkurulu .container .row .yenilink .w20 p {
    margin: 0;
    color: #1daee3;
    font-weight: 700
}

.yonetimkurulu .container .row .yenilink .w30 {
    display: flex;
    justify-content: center;
    align-items: center
}

.yonetimkurulu .container .row .yenilink .w30 p {
    margin: 0;
    font-weight: 700
}

.yonetimkurulu .container .row .yenilink .w30 a {
    margin: 0
}

.yonetimdetay h3 {
    margin-bottom: .5rem
}

.yonetimdetay h4 {
    color: #1daee3;
    margin-bottom: 2rem;
    font-weight: 700
}

.yonetimdetay ul li {
    color: #000;
    margin: 0
}

.yonetimdetay img {
    width: 90%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 5%
}

.bagis .w50.resim img {
    width: 100%
}

.bagis .w50 h3 {
    margin: 0
}

.bagis .w50 h4 {
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 1rem
}

.bagis .w50 h5 {
    font-size: 23px;
    color: #3d3d3d;
    margin-top: 1rem
}

.bagis .w50 ul li {
    margin: 0
}

.bagis .w50 p {
    margin-bottom: 1rem;
    color: #3d3d3d
}

.bagis.teknohab .w50 img.logosaa {
    height: 110px;
    object-fit: contain;
    margin-bottom: 2rem
}

.mobile-menu-links .socliallist h5 {
    text-align: center;
    color: #fff;
    font-weight: 700
}

.mobile-menu-links .socliallist ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem
}

.mobile-menu-links .socliallist ul li {
    margin: 0
}

.mobile-menu-links .socliallist ul li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.vcard {
    background-color: #ececec;
    padding-bottom: 5%;
    min-height: 100vh
}

.vcard .images .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 15%;
    position: relative
}

.vcard .images .flex h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 25px
}

.vcard .images .flex h5 {
    color: #fff;
    font-weight: 300;
    font-size: 20px
}

.vcard .images .flex img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%
}

.vcard .images .flex img.absolu {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 90px;
    height: 50px;
    object-fit: contain;
    z-index: 9;
    border-radius: 0
}

.vcard .bilgiler {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 10px;
    padding: 20px;
    background: #fff
}

.vcard .bilgiler .row {
    margin-bottom: 1rem
}

.vcard .bilgiler .row img {
    width: 40%;
    height: 40%;
    object-fit: contain;
    margin-right: 0
}

.vcard .bilgiler .row strong {
    display: block;
    width: 100%;
    color: #13a9e0;
    font-weight: 500;
    margin-bottom: .5rem
}

.vcard .bilgiler .row div.yuvarlak {
    background: #224285;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.vcard .bilgiler .row div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.galerikutu a {
    display: block!important
}

.vcard .bilgiler .row div:first-child {
    margin-right: 20px
}

.vcard .bilgiler .row div:last-child {
    border-bottom: 1px solid gray;
    padding-bottom: 1rem;
    width: calc(100% - 65px);
    flex-direction: column
}

.dokumanrow {
    margin-top: 5rem
}

.dokumanrow ul {
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%
}

.dokumanrow ul li {
    list-style: none
}

.dokumanrow ul li p {
    margin: 0;
    margin-bottom: .5rem;
    text-align: center;
    font-weight: 500;
    color: #17408f
}

.dokumanrow ul li a.habbtn {
    margin: 0
}

.degerlerssse .degerlerpart h5 {
    color: #17408f
}

.degerlerssse .degerlerpart span {
    width: 40px;
    height: 40px;
    display: flex;
    background: #17408f;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    left: 0;
    position: inherit;
    text-align: center;
    left: inherit;
    right: inherit;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.degerlerssse .degerlerpart {
    padding-left: 60px;
    position: relative;
    width: 33%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hedefler .container .row .w50 .altdiv {
    position: relative
}

.hedefler .container .row .w50 .altdiv::before {
    content: "01";
    position: absolute;
    left: -20%;
    top: -30%;
    font-size: 120px;
    -webkit-text-stroke: 3px #00000050;
    -webkit-mask-image: linear-gradient(to bottom,#000,transparent);
    color: transparent;
    line-height: 100%;
    font-weight: 700;
    opacity: .5
}

.hedefler .container .row .w50 .altdiv.right-1::before {
    content: "01"
}

.hedefler .container .row .w50 .altdiv.right-2::before {
    content: "02"
}

.hedefler .container .row .w50 .altdiv.right-3::before {
    content: "03"
}

.hedefler .container .row .w50 .altdiv.right-4::before {
    content: "04"
}

.iltesim ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem
}

.iltesim ul li {
    margin-right: 35px
}

.slider .habcoreabsol {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 15%;
    object-fit: contain
}

.kimlerhabda .item {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.kimlerhabda .owl-carousel .item img {
    width: 80%
}

.formtag h6 {
    width: 50%
}

.formtag .row .w50 .yemtarbtn {
    margin-right: 0
}

.formtag {
    padding-bottom: 5%!important
}

.formtag .row .w50 label {
    width: 100%;
    display: block;
    color: #231f20;
    font-weight: 500;
    margin-bottom: 0
}

.formtag .row .w50 input {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #021e37;
    height: 55px;
    border-radius: 5px;
    font-size: 90%;
    padding-left: 10px
}

.formtag .row .w50 textarea {
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #021e37;
    height: 66%;
    border-radius: 5px;
    font-size: 90%;
    padding-left: 10px;
    padding-top: 10px
}

@media (max-width: 1300px) {
    .formtag {
        padding-bottom:7%!important
    }
}

@media (max-width: 1200px) {
    .formtag {
        padding-bottom:8%!important
    }
}

@media (max-width: 900px) {
    .formtag {
        padding-bottom:13%!important
    }
}

@media (max-width: 600px) {
    .formtag .row .w50 input {
        height:45px
    }

    .formtag {
        padding-bottom: 24%!important
    }
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-.5*var(--bs-modal-header-padding-y)) calc(-.5*var(--bs-modal-header-padding-x)) calc(-.5*var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin:1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 1300px) {
    .formtag .row .w50 input {
        height:35px
    }

    .formtag .row .w50 label {
        font-size: 80%
    }

    .formtag .row .w50 textarea {
        height: 62%
    }
}

.salonlar .owl-salon .owl-item .item .background video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 15s
}

.video-container .container .videopart {
    overflow: hidden;
}

.video-container .container .videopart video {
    transform: scale(1.05);
}

.haberlerduyurular .w50 .hbtext a {
    color: #fff;
}

.duyurucont .container img, .duyurucont .container video {
    max-height: 600px;
}

.black-overlay {
    /* background-color: transparent; */
}

.active .black-overlay {
    /* background-color: transparent; */
}

.black-overlay::before {
    background: transparent;
}

.black-overlay::after {
    background: transparent;
}
.searchtopright{width: 20%;height: 0;position: fixed;right: 0;top: -80px;background: #FFF;z-index: 99999999;transition: 2s;opacity: 0;}
.searchtopright .close{
    position: absolute;
    right: 20px;
    top: 25px;cursor:pointer;
    z-index:99;
}
.searchtopright .inpt{
	position:relative;
}
.searchtopright .inpt img {
    position: absolute;
    right: 20%;
    top: 38%;
}
.searchtopright .inpt input{
    width: 80%;
    height: 0;
    margin: 10px;
    border: 1px solid #000;
    padding-left: 15px;
    opacity: 0;
    transition: 1s;
}
.mobile-menu-arama{
	position:relative;
}
.mobile-menu-arama img {
    position: absolute;
    right: 30px;
    top: 16px;
}
.mobile-menu-arama{margin-top:5%;}
.mobile-menu-arama input{width:100%;background:transparent;border:2px solid #fff;height:50px;padding-left:20px;font-size:30px;color:#fff;}
.mobile-menu-arama input::placeholder{color:#fff;}
.videofancy{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 9999;
}
.fancybox-container { 
    z-index: 999929999999;
}