*{box-sizing: border-box;font-family: "Poppins", sans-serif;}
a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

:root {
    --mavi: #1F8CF2;
    --dark: #0A1638;
    --kahve: #B2875D;
    --sari-bg: #FFF3E6
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    transition: all ease-in-out .3s
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

:focus {
    outline: 0
}

.clear {
    clear: both
}

img {
    max-width: 100%;
    height: auto
}
.text-center {text-align: center !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.text-justify {text-align: justify !important;}
.mt-35{margin-top: 35px;}
#arkaplanVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%
}

.login-master {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 5
}

.login-master:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--mavi);
    opacity: .57
}

.login-logo {
    position: relative;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    float: left;
    flex-wrap: wrap;
    text-align: center
}

.login-wrapper {
    width: 100%;
    text-align: center
}

.map {
    width: 90%;
    float: left;
    height: 100vh;
    position: absolute;
    right: -10%;
    top: -30%;
}

.map svg {
    position: relative;
    float: right;
    height: auto;
    right: 45%;
    transform: translateX(+50%);
    width: 100%;
}

.login-logo p {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 24px
}

.map svg text {
    font-size: 24px;
    font-weight: 600;
    fill: var(--mavi)
}

.map svg a:hover path {
    fill: #b8ddff
}

.map svg a path {
    transition: all ease-in-out .3s;
    fill: white;
}

.login-wrapper img {
    width: 65%;
    margin-top: 80px;
    position: relative
}

header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 3px 6px rgb(11 22 56 / 20%);
    position: fixed;
    z-index: 6;
    transition: all .3s ease-in-out;
    top: 0;
    left: 0;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 9;
    padding: 10px 0
}

.fixed .logo {
    width: 200px
}

.logo {
    width: 180px;
    transition: all ease-in-out .3s
}

.logo img {
    float: left
}

.container {
    width: 90%;
    margin: auto;
    max-width: 1730px
}

.container2 {
    width: 80%;
    margin: auto;
    max-width: 1550px;
}
.container3 {
    width: 70%;
    margin: auto;
    max-width: 1300px;
}
.pdn{padding: 80px 0px;}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-right {
    display: flex;
    align-items: center
}

.main-menu {
    float: left;
    margin-right: 20px;
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px
}

.main-menu ul li {
    float: left;
    margin-left: 40px;
    position: relative
}

.main-menu ul li a {
    color: #0b1638;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: all ease-in-out .3s;
    padding: 30px 0;
    float: left;
    display: flex;
    align-items: center
}

.main-menu ul li a:hover,.main-menu ul li.active a {
    color: var(--mavi)
}

.main-menu ul li ul li ul {
    left: 100%;
    top: -20px;
    border-radius: 0px 20px 20px 0px;
	display:none !important;
}
.main-menu ul li ul li:hover ul {
    display: block !important;
}

.search-btn {
    float: left;
    cursor: pointer;
    margin: 0 20px;
    display: flex;
    align-items: center
}

.language-menu {
    float: left;
    position: relative
}

.language-menu ul li {
    float: left
}

.language-menu ul {
    position: absolute;
    opacity: 0;
    transition: all ease-in-out .3s;
    top: 100%;
    background-color: #fff;
    padding-top: 10px !important;
    pointer-events: none;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}

.language-menu ul li a {
    display: flex;
    align-items: center;
    color: #0b1638 !important;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 5px 15px;
}

.language-menu ul li a img {
    width: 22px;
    float: left;
    margin-right: 10px
}

.language-menu:hover ul{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}
/*
.language-menu>ul>li:before {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: -18px;
    font-size: 13px;
    top: 7px
}
*/
.language-menu ul li {
    /* padding: 10px 0; */
    position: relative
}

main {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative
}

.otobus {
    width: 30%;
    transform: scale(.5);
    position: absolute;
    top: 12%;
    left: 1%;
    transition: all ease-in-out 3s
}

.otobus.active {
    left: 63%;
    transform: scale(1.1);
    top: 41%
}

.main-slogan {
    width: 40%;
    position: relative;
    margin-top: 20%;
    float: left;
    overflow: hidden
}

.main-slogan img {
    width: 70%;
    float: right;
    transition: all ease-in-out 1.5s;
    position: relative;
    margin-right: 1000px;
    animation-delay: 1s
}

.main-slogan.active img {
    margin-right: 0
}

.main-slogan:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    background-image: repeating-linear-gradient(to right,#fff 5px,#fff 45px,transparent 40px,transparent 70px);
    transition: all ease-in-out 1s;
    left: -1000px
}

.main-slogan.active:before {
    left: 0
}

.index-sectors {
    width: 100%;
    float: left;
    padding: 120px 0 0px;
    overflow: hidden
}

.sector-left {
    width: 25%;
    float: left
}

.sector-title {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    position: relative
}

.sector-title h1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: var(--dark);
    font-weight: 600
}

.sector-title h2 {
    font-size: 54px;
    color: var(--mavi)
}

.sector-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border: 2px solid transparent;
    background-image: repeating-linear-gradient(to right,var(--mavi) 5px,var(--mavi) 45px,transparent 40px,transparent 70px);
    transition: all ease-in-out .2s;
    left: -100px;
    bottom: -10px;
    /* opacity: 0; */
}

.worker {
    width: 110%;
    position: relative;
    float: left;
    margin-right: -10%
}

.sector-right {
    width: 70%;
    float: left;
    display: flex;
    align-items: end
}

.sector-tabs {
    width: 70%;
    box-sizing: border-box;
    padding-left: 50px
}

.sector-tab-contents {
    width: calc(100% - 160px);
    background: var(--sari-bg);
    padding: 60px 75px;
    box-sizing: border-box;
    float: left;
    min-height: 540px;
    display: flex;
    align-items: center
}

.sector-tab-buttons {
    width: 160px;
    float: left;
    position: relative
}

.sector-tab {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    right: 0;
    transition: all cubic-bezier(0.42, 0, 0.22, 0.98) .3s !important;
}

.sector-tab strong {
    position: absolute;
    width: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    transition: all ease-in-out .2s
}

.sector-tab img {
    float: left
}

.sector-tab.active {
    right: 40px
}

.sector-tab-content {
    width: 100%;
    float: left;
    position: relative;
    display: none
}

.sector-tab-content.open {
    display: block
}

.sector-tab-content h3 {
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: var(--kahve);
    font-weight: 700;
    width: 100%;
    margin-bottom: 30px
}

.sector-tab-content p {
    font-size: 18px;
    font-weight: 300;
    color: var(--dark)
}

.sector-tab-content img {
    position: absolute;
    right: -30px;
    width: 50%;
    bottom: -110px
}

.sector-tab-content a {
    width: 140px;
    height: 40px;
    display: inline-flex;
    border: 2px solid var(--dark);
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    color: var(--dark);
    font-weight: 600;
    transition: all ease-in-out .3s
}

.sector-tab-content a:hover {
    background: var(--dark);
    color: #fff
}

.sector-tab:hover strong {
    letter-spacing: 1px
}

.kaldirac {
    width: calc(30% + 300px);
    float: left;
    margin-left: -150px;
    margin-right: -150px;
    margin-bottom: -30px
}

#insaat img, #sektor-2 img {
    bottom: -170px;
    width: 45%
}

#otomotiv img,#plastik img, #sektor-3 img {
    width: 55%
}

#endustriyel img, #sektor-5 img {
    bottom: -150px
}

#fmcg img, #sektor-4 img {
    width: 45%;
    bottom: -150px
}

#yaglar img, #sektor-6 img {
    width: auto;
    bottom: -130px
}

.index-app {
    width: 100%;
    float: left;
    position: relative;
    height: 465px;
    background: #f5f5f5;
    display: flex;
    align-items: center
}

.app-title {
    width: 40%;
    float: left;
    margin-top: 125px
}

.app-img {
    width: 60%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: end;
    bottom: -30px;
    position: relative
}

.app-title strong {
    font-size: 20px;
    color: var(--dark);
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    float: inline-end
}

.app-title h2 {
    font-size: 76px;
    line-height: 86px;
    color: var(--mavi);
    font-weight: 800
}

.index-services {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 250px 0 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.konteyner {
    width: 60%;
    float: left;
    position: relative;
    margin-right: 5%;
    right: 0;
}
.konteyner img {
    /* position: relative; */
    /* right: 5%; */
}
.services-content {
    width: 37%;
    float: left;
    padding-right: 1%;
}

.services-title {
    width: 100%;
    float: left;
    margin-bottom: 90px;
    position: relative
}

.services-title strong {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: var(--dark)
}

.services-title h2 {
    font-size: 54px;
    color: var(--mavi);
    font-weight: 700
}

.services-links {
    width: 100%;
    float: left;
    margin-left: 0;
    position: relative;
    margin-bottom: 70px
}

.services-btn {
    width: calc(50% - 70px);
    float: left;
    margin: 35px;
    height: 70px;
    border: 2px solid var(--dark);
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--dark);
    font-weight: 500;
    position: relative;
    transition: all ease-in-out .3s
}

.services-btn img {
    position: absolute;
    left: -35px;
    top: -35px;
    transition: all ease-in-out .3s
}

.services-btn:before {
    content: "";
    position: absolute;
    width: 84px;
    height: 80px;
    background: #fff;
    left: -35px;
    top: -35px
}

.services-btn:hover {
    letter-spacing: 2px
}

.services-btn:hover img {
    transform: scale(.9)
}

.services-title:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    border: 2px solid transparent;
    background-image: repeating-linear-gradient(to right,var(--mavi) 5px,var(--mavi) 45px,transparent 40px,transparent 70px);
    transition: all ease-in-out .2s;
    left: 0;
    bottom: -10px
}

.index-numbers {
    width: 100%;
    float: left;
    position: relative
}

.shape-1 {
    position: absolute;
    width: 30%;
    top: -255px
}

.shape-2 {
    position: absolute;
    width: 35%;
    right: 0;
    bottom: -200px
}

.container-xs {
    width: 1100px;
    position: relative;
    margin: auto
}

.numbers-title {
    width: 100%;
    float: left;
    margin: 100px 0;
    text-align: center
}

.numbers-title h2 {
    font-size: 54px;
    color: var(--mavi);
    width: 100%;
    float: left
}

.numbers-title strong {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    float: left
}

.rakamlar-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    width: 100%;
    float: left
}

.rakam-col {
    flex: 0 0 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    position: relative
}

.rakam-col:not(:nth-child(3n+1))::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    width: 100px;
    border-bottom: 7px dotted #ccc
}

.index-numbers {
    width: 100%;
    float: left;
    position: relative
}

.shape-1 {
    position: absolute;
    width: 30%;
    top: -255px
}

.shape-2 {
    position: absolute;
    width: 35%;
    right: 0;
    bottom: -350px
}

.container-xs {
    width: 1100px;
    position: relative;
    margin: auto
}

.numbers-title {
    width: 100%;
    float: left;
    margin: 100px 0;
    text-align: center
}

.numbers-title h2 {
    font-size: 54px;
    color: var(--mavi);
    width: 100%;
    float: left
}

.numbers-title strong {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    float: left
}

.rakamlar-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    width: 100%;
    float: left
}

.rakam-col {
    flex: 0 0 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    position: relative
}

.rakam-col:not(:nth-child(3n+1))::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 50%;
    width: 100px;
    border-bottom: 7px dotted #ccc
}

.rakam-icn {
    width: 100px;
    height: 90px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center
}

.rakam-icn img {
    max-height: 100%;
    width: auto
}

.rakam-text {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    color: var(--mavi)
}

.rakam-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #a2a2a2
}

.index-news {
    width: 100%;
    float: left;
    margin-top: 50px;
    position: relative
}

.news-title {
    width: 100%;
    float: left;
    text-align: center
}

.news-title h2 {
    font-size: 54px;
    color: var(--mavi)
}

.news-list {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 60px;
    margin-bottom: 30px
}

.news-img {
    width: 100%;
    /* height: 240px; */
    background-size: cover;
    background-position: center;
    float: left
}

.news-content {
    width: 100%;
    float: left;
    padding: 20px 0 60px;
    min-height: 200px
}

.index-news:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: var(--mavi);
    bottom: 0
}

.news-content h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis
}

.news-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 300;
    font-size: 16px
}

.news-content a {
    width: 140px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    transition: all ease-in-out .3s;
    border: 1px solid #fff
}

.news-content a:hover {
    background: var(--mavi);
    color: #fff
}

.index-contact {
    width: 100%;
    float: left;
    padding: 150px 0
}

.contact-title {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px
}

.contact-title h2 {
    font-size: 54px;
    color: var(--mavi)
}

.contact-container {
    width: 100%;
    float: left
}

.koli-ust {
    width: calc(100% - 7px);
    float: left;
    margin-left: 5px;
    margin-bottom: -7px;
    z-index: -1;
    position: relative
}

.koli-alt {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1
}

.contact-holder {
    position: absolute;
    width: 86%;
    margin-left: 7%;
    z-index: 3;
    margin-top: 115px
}

.contact-holder ul {
    width: 100%;
    float: left
}

.contact-holder ul li {
    width: calc(30% - 50px);
    float: left;
    margin: 25px
}

.form-select,.form-select-2,.form-text,.form-textarea {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    appearance: none;
    border: none;
    background: rgb(236 210 172 / 50%);
    font-family: Poppins;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    float: left
}

.contact-holder ul li:nth-child(3) {
    width: calc(40% - 50px)
}

.form-textarea {
    height: 190px
}

.contact-holder ul li:nth-child(4),.contact-holder ul li:nth-child(5) {
    position: relative;
    margin-top: -99px
}

.form-submit {
    background: #fff;
    height: 75px;
    width: 250px;
    border: 3px solid var(--mavi);
    box-sizing: border-box;
    cursor: pointer;
    transition: all ease-in-out .3s;
    color: var(--mavi);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    bottom: -15px
}

.contact-holder ul li:nth-child(6) {
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center
}

.form-submit:hover {
    background: var(--mavi);
    color: #fff !important;
}

.contact-holder input::placeholder,.contact-holder textarea::placeholder {
    color: #fff;
    opacity: 1
}

.form-select option {
    color: var(--dark)
}

.form-select,.form-select-2 {
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-size: 12px 9px;
    background-position: 93% center
}

.form-textarea {
    padding-top: 20px
}

footer {
    width: 100%;
    float: left;
    background: #164e83;
    background: linear-gradient(180deg,rgba(22,78,131,1) 0,rgba(0,0,0,1) 100%);
    padding-top: 50px
}

.footer-logo {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-top: 65px
}

.footer-menu {
    width: 50%;
    float: left
}

.footer-contact {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-top: 65px
}

.copyright-menu {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px
}

.footer-menu-content:nth-child(1) {
    width: 60%;
    float: left
}

.footer-menu-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px
}

.footer-menu-content:nth-child(1) ul li {
    width: 45%;
    float: left;
    margin-bottom: 6px
}

.footer-menu-content ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-wrap: nowrap;
}

.footer-menu-content ul li {
    margin-bottom: 6px
}

.footer-menu-content ul {
    width: 100%;
    float: left
}

.footer-menu-content:nth-child(2) {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding-left: 50px
}

.copyright {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin: 20px 0
}

.footer-contact a {
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

.footer-contact p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 300
}

.copyright-menu ul {
    display: flex;
    align-items: center
}

.copyright-menu ul li {
    padding: 1px 25px;
    border-right: 1px solid #fff
}

.copyright-menu ul li:last-child {
    border: none
}

.copyright-menu ul li a {
    font-weight: 500;
    font-size: 12px;
    color: #fff
}

.copyright p {
    font-size: 12px;
    font-weight: 300;
    padding: 0 25px;
    border-left: 1px solid #fff;
    display: flex;
    align-items: center
}

.copyright p:first-child {
    border-left: 0
}

.copyright p img {
    margin: 0 7px
}

.copyright p:last-child {
    opacity: .5
}

.black-shadow,.menu-btn {
    display: none
}

.breadcrumb {
    width: 100%;
    float: left;
    margin-top: 95px;
    background: #d0eaf9;
    padding: 15px 0
}

.breadcrumb-menu {
    float: left
}

.breadcrumb-menu a,.breadcrumb-menu span {
    color: var(--dark);
    margin-right: 10px;
    font-weight: 500
}

.about-content {
    width: 100%;
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center
}

.about {
    width: 50%;
    float: left;
    padding: 50px 5% 0 10%;
    box-sizing: border-box
}

.about-img {
    width: 60%;
    float: left;
    position: relative;
    margin-right: -10%;
    margin-top: -5%;
}

.about h1,.center-title h1,.degerlerimiz h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--mavi);
    margin-bottom: 30px
}

.about p,.degerlerimiz p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--dark);
    font-weight: 300
}

.timeline {
    width: 100%;
    float: left;
    margin: 100px 0
}

.timeline-row {
    width: 100%;
    float: left;
    position: relative
}

.timeline-col {
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative
}

.timeline-col strong {
    font-size: 46px;
    font-weight: 800;
    color: #858a9b;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    height: 70px
}

.timeline-col p {
    font-size: 15px;
    color: #858a9b;
    width: 100%;
    float: left;
    height: 70px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 30px
}

.timeline-row:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 3px dotted #858a9b;
    top: 105px
}

.timelineSlider .owl-item:nth-child(odd) .timeline-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse
}

.timelineSlider .owl-item:nth-child(odd) .timeline-col strong {
    margin-bottom: 0;
    margin-top: 40px
}

.timelineSlider .owl-item:nth-child(odd) .timeline-col p {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 0
}

.timeline-col:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #858a9b;
    border-radius: 50%;
    top: 100px;
    left: 50%;
    margin-left: -7px
}

.misyon-vizyon {
    width: 100%;
    float: left;
    margin: 100px 0
}

.misviz-box {
    width: 460px;
    height: 430px;
    border-radius: 17px;
    box-shadow: 0 5px 20px rgba(0,0,0,.16);
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
    margin: 0 30px 30px
}

.misyon-vizyon .container-xs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.misviz-box h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--mavi);
    margin: 15px 0 25px;
    line-height: 1.4;
}

.misviz-box p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    color: var(--dark);
    font-weight: 300
}

.timeline-col:hover p,.timeline-col:hover strong {
    color: var(--mavi)
}

.timeline-col:hover:before {
    background: var(--mavi)
}

.timeline-col {
    cursor: pointer
}

.timeline-col * {
    transition: all ease-in-out .3s
}

.degerlerimiz-content {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px
}

.degerlerimiz h1 {
    margin-bottom: 15px
}

.degerlerimiz h2 {
    font-size: 30px;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 15px
}

.degerler-other {
    width: 100%;
    float: left;
    margin-bottom: 80px
}

.degerler-other .container {
    display: -webkit-box;
    align-items: center;
    justify-content: space-between
}

.degerler-other-img {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center
}

.degerler-other-box {
    width: 55%;
    position: relative;
    margin-left: -5%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0
}

.degerler-box {
    width: calc(50% - 50px);
    float: left;
    background: #fff;
    margin: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,.16);
    border-radius: 17px;
    box-sizing: border-box;
    padding: 40px 50px;
    text-align: center
}

.degerler-box-img {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.degerler-box-img img {
    max-width: 70px;
    max-height: 100%
}

.degerler-box h3 {
    color: var(--mavi);
    font-size: 26px;
    margin-bottom: 15px
}

.degerler-box p {
    line-height: 26px;
    color: var(--dark);
    font-weight: 300
}

section {
    width: 100%;
    float: left
}

.center-title {
    width: 100%;
    float: left;
    text-align: center
}

.blog-list-content-row {
    width: 100%;
    float: left
}

.blog-list-category,.blog-list-sidebar {
    width: 25%;
    margin-right: 50px;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    float: left;
    position: sticky;
    top: 130px;
    /* margin-bottom: 30px; */
    padding: 0 25px;
    box-sizing: border-box;
    margin-left: 0%;
    margin-bottom: 30px;
}

.blog-list-content {
    width: 75%;
    float: left;
    display: inline-block;
}
.blog-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
.blog-list-sidebar {
    margin-right: 0;
    /* margin-left: 50px; */
}

.blog-list {
    width: 96%;
    float: left;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    padding-bottom: 65px;
}

.blog-list-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
    margin-bottom: 20px;
    float: left
}

.blog-list article {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box
}

.blog-list h2 {
    font-size: 24px;
    color: var(--dark);
    margin-bottom: 15px;
    text-transform: uppercase
}

.blog-list strong {
    font-size: 16px;
    font-weight: 400;
    opacity: .5;
    color: var(--dark);
    margin-bottom: 15px;
    width: 100%;
    float: left
}

.blog-list p {
    font-size: 16px;
    line-height: 26px;
    color: var(--dark);
    font-weight: 300;
    margin-bottom: 30px
}

.blog-list article a {
    width: 190px;
    height: 40px;
    border: 2px solid var(--dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 500;
    transition: all ease-in-out .3s;
    /* margin-bottom: 20px; */
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.blog-list-category {
    display: none;
}
.blog-list article a:hover {
    background: var(--dark);
    color: #fff
}

.blog-list-img a {
    width: 100%;
    height: 100%;
    display: block;
    float: left
}

.blog-list-img a span {
    background: #e8c986;
    padding: 8px 30px;
    float: left;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600
}

.blog-list-category h3,.blog-list-sidebar h3 {
    font-size: 20px;
    color: var(--mavi);
    font-weight: 600;
    padding: 20px 0;
    border-bottom: 1px solid rgb(112 112 112 / 16%);
    margin-bottom: 20px
}

.blog-list-category ul {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.blog-list-category ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.blog-list-category ul li a {
    color: #768791;
    font-weight: 400;
    position: relative;
    padding-left: 35px;
    display: flex;
    align-items: center;
    transition: all ease-in-out .3s
}

.blog-list-category ul li a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #768791;
    border-radius: 50%;
    left: 0;
    transition: all ease-in-out .3s
}

.blog-list-category ul li a:hover {
    color: var(--dark);
    font-weight: 600
}

.blog-list-category ul li a:hover:before {
    background: var(--mavi);
    border: 2px solid var(--mavi)
}

.blog-list-sidebar ul {
    width: 100%;
    float: left;
    position: relative
}

.blog-list-sidebar ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.blog-list-sidebar ul li a {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    transition: all ease-in-out .3s
}

.sidebar-post-img {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px
}

.blog-list-sidebar ul li a h4 {
    width: calc(100% - 100px);
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
    transition: all ease-in-out .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis
}

.blog-list-sidebar ul li a:hover h4 {
    color: var(--mavi)
}

.navigation {
    width: 100%;
    float: left;
    margin-bottom: -35px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation a {
    width: 35px;
    height: 35px;
    border: 1px solid var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    font-weight: 600;
    margin: 0 5px;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
    background: #fff
}

.navigation a.active,.navigation a:hover {
    background: var(--mavi);
    border: 1px solid var(--mavi);
    color: #fff
}

.page {
    margin: 80px 0
}

.contact-row-title {
    position: absolute;
    background: #fff;
    padding: 25px;
    color: var(--mavi);
    font-size: 30px;
    top: 50%;
    margin-top: -60px;
    margin-left: 3%
}

.contact-information {
    position: relative;
    margin: 80px 0
}

.contact-row {
    width: 90%;
    float: right;
    border: 4px dotted var(--mavi);
    box-sizing: border-box;
    padding: 80px 50px 80px 200px;
    display: flex;
    align-items: start
}

.contact-box {
    width: 33.3%;
    float: left;
    text-align: center
}

.contact-icn {
    width: 100%;
    float: left;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.contact-box-title h2 {
    color: var(--mavi);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px
}

.contact-box-text {
    width: 76%;
    margin: auto
}

.contact-box-text p,.contact-box-text p a {
    color: var(--dark)
}

.contact-box-title {
    width: 100%;
    float: left
}

.banner {
    height: 300px;
    background-size: cover;
    background-position: center
}

.contact-page-form {
    position: relative;
    padding: 80px 0;
    background: #f5f5f5
}

.contact-page-form-holder {
    position: relative;
    width: 90%;
    float: right;
    border: 4px dotted #484848;
    box-sizing: border-box;
    padding: 50px 50px 50px 200px;
    display: flex;
    align-items: start
}

.contact-page-form .contact-row-title {
    background: #f5f5f5;
    z-index: 2;
    color: #484848;
    margin-left: 2%
}

.contact-page-form .contact-holder {
    position: relative;
    margin: 0;
    width: 100%
}

.contact-page-form .form-select,.contact-page-form .form-text,.contact-page-form .form-textarea,.form-select-2 {
    background-color: rgb(72 72 72 / 7%);
    color: #484848
}

.contact-page-form .form-select,.form-select-2 {
    background-image: url(../images/down-dark.png)
}

.contact-page-form .contact-holder ul li:nth-child(6) {
    justify-content: end;
    margin-top: 10px
}

.contact-page-form .form-textarea {
    height: 180px
}

.contact-page-form .form-submit {
    bottom: 0;
    height: 45px;
    width: 170px;
    font-size: 16px;
    border: 2px solid var(--dark);
    color: var(--dark);
    background-color: #f5f5f5
}

.contact-page-form .form-submit:hover {
    background: var(--dark);
    color: #fff
}

.contact-page-form .contact-holder input::placeholder,.contact-page-form .contact-holder textarea::placeholder {
    color: #484848;
    opacity: 1
}

.maps {
    width: 100%;
    height: 570px;
    float: left;
    margin: 80px 0;
    position: relative
}

.maps iframe {
    width: 100%;
    height: 100%
}

#map {
    height: 80vh;
    width: 100%
}

.bolgelerimi {
    margin: 0 0 80px
}

.bolgeler-head {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.bolgeler-head h2 {
    font-size: 44px;
    color: var(--mavi)
}

.form-select-2 {
    width: 270px
}

.slider-bg {
    width: 100%;
    float: left;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: none
}

.active .slider-bg {
    display: block
}

.slider-bg .container {
    display: flex;
    align-items: center;
    height: 100vh;
    padding-top: 95px;
}

.slider-content {
    width: 35%;
    float: left;
    position: relative;
    margin-left: 5%
}

.slider-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    font-family: Poppins;
    font-weight: 800;
    text-shadow: 0 5px 10px rgba(0,0,0,.5);
    margin-bottom: 15px;
}
.slider-content a {
    display: table;
    padding: 13px 25px;
    background-color: var(--mavi);
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 7px;
}
.slider-content h2 span {
    font-weight: 300
}

.mainSlider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mainSlider .owl-nav>div {
    position: absolute;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    opacity: .5;
    transition: all ease-in-out .3s
}

.mainSlider .owl-nav .owl-prev {
    left: 50px
}

.mainSlider .owl-nav .owl-next {
    right: 50px
}

.mainSlider .owl-nav>div:hover {
    opacity: 1
}

.login-language {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    display: none
}

.login-language.active {
    display: block
}

.language-menu {
    display: flex;
    align-items: center;
    color: var(--dark);
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin-left: 10px
}

.language-menu i {
    font-size: 20px;
    margin-right: 10px
}

.language-menu:hover {
    color: var(--mavi)
}

.main-menu ul li ul {
    position: absolute;
    width: 275px;
    background: #fff;
    top: 80px;
    box-shadow: 0 9px 10px rgba(0,0,0,.2);
    border-radius: 0 0 20px 20px;
    padding: 20px;
    left: -75px;
    box-sizing: border-box;
    display: none;
    float: left;
    z-index: 5;
}

.main-menu ul li ul li {
    margin: 5px;
    width: 100%;
    float: left;
    transition: all ease-in-out .3s;
    left: 0;
    position: relative
}

.main-menu ul li ul li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    color: var(--dark);
}

.main-menu ul li ul li:hover {
    left: 10px
}

.main-menu ul li:hover ul {
    display: block
}

.main-menu ul li a i {
    font-size: 13px;
    margin-left: 7px
}
.main-menu ul li.active ul li a {
    color: var(--dark);
}

.main-menu ul li.active ul li.active a {
    color: var(--mavi);
}

.accordionList {
    width: 90%;
    float: right;
    display: inline-block;
    padding-left: 4%;
}

.accordionList li {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
    margin: 15px 0px;
}

.ptbBtn {
    font-size: 27px;
    line-height: 1.3;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 30px 55px 30px 50px;
    position: relative;
    color: var(--mavi);
    box-sizing: border-box;
    text-transform: uppercase;
}
.ptbBtn::before, .ptbBtn::after{content: "+";position: absolute;right: 25px;top: 33px;font-size: 30px;font-weight: 300;color: #bfbfbf;line-height: 1;}
.ptbBtn::before{background-image: url(../images/icons/check.png);}
.ptbBtn::after{content: "-";}
.ptbBtn.active::before {display: none;}
.ptbBtn.active::after {display: block;}
.ptBox {
    width: 100%;
    padding: 0px 50px 30px 50px;
}

.ptBox h2 {
    color: var(--mavi);
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.3;
}
.ptBox p strong {
    font-weight: 600;
}

.ptBox p {
    font-size: 16px;
    line-height: 1.5;
    color: #0b1638;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 25px;
}

.accordion-box {
    width: 55%;
    position: relative;
    margin-left: -5%;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0
}
.accordion-img {
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center;
    height: 1000px;
    position: sticky;
    top: 0;
}
.ptBox p:last-child {
    margin-bottom: 0px;
}

.ptBox h3 {
    color: var(--mavi);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 19px;
}

.sidebarMenu {
    width: 370px;
    float: left;
    display: inline-block;
    position: sticky;
    top: 110px;
}

.hizmetdetay-content {
    width: calc(100% - 370px);
    float: left;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
    padding: 45px 45px;
    background-color: #fff;
}

.sidebarMenu ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.sidebarMenu ul {
    display: inline-block;
    width: 100%;
    border-left: 1px solid #D0D0D0;
    padding: 15px 0px;
}

.sidebarMenu ul li a {
    padding: 0px 25px;
    position: relative;
    color: #0F385F;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3;
}

.sidebarMenu ul li:last-child {
    margin-bottom: 0px;
}
.sidebarMenu ul li a::before {
    content: "";
    position: absolute;
    left: -3.5px;
    top: -1px;
    width: 7px;
    height: 28px;
    background-color: #1F8CF2;
    border-radius: 360px;
    opacity: 0;
}

.sidebarMenu ul li a.active::before {
    opacity: 1;
}
.hizmetdetay-content article {
    width: 100%;
    display: inline-block;
}

.hizmetdetay-content h1 {
    font-size: 30px;
    background-color: #FB6C23;
    color: #fff;
    border-radius: 10px;
    padding: 5px 60px;
    margin-left: -45px;
    position: relative;
    left: -15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 45px;
}

.hizmetdetay-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #0A1638;
    margin-bottom: 28px;
    display: inline-block;
    width: 100%;
}

.hizmetdetay-content h2 {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #FB6C23;
    font-size: 30px;
    margin-bottom: 35px;
}

.hizmetdetay-content h3 {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #FB6C23;
    font-size: 23px;
    margin-bottom: 35px;
}
.yazisonu {
    margin: 15px auto 0;
    display: table;
}
.blueContent {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #0F385F;
    border-radius: 16px;
    padding: 50px 30px;
    text-align: center;
}

.blueContent ul li {
    color: #fff;
    font-size: 20px;
    margin: 15px 0px;
    position: relative;
}

.blueContent ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 25px;
    height: 1px;
    background-color: #FB6C23;
}

.blueContent ul li:last-child::before {
    display: none;
}
.center-content {
    text-align: center;
}

.center-content article {
    margin: 90px auto;
    display: table;
}

.center-content h2 {
    color: #1F8CF2;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.center-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #0A1638;
    font-weight: 300;
}
.threeColumnBlue li {
    width: 31.33%;
    float: left;
    margin: 1%;
    text-align: center;
    height: 600px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px 5%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.threeColumnBlue li p {
    font-size: 17px;
    position: relative;
    z-index: 2;
}

.threeColumnBlue li span {
    font-size: 25px;
    margin: 10px 0px;
    position: relative;
    z-index: 2;
}

.threeColumnBlue li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background-color: rgb(15 56 95 / 80%);
}
.fullbn {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.fullbn::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(15 56 95 / 80%);
    z-index: 0;
}

.fullbn h2 {
    position: relative;
    z-index: 1;
    font-size: 2.5vw;
    font-weight: 900;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px;
}

.fullbn span {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
.hizmetFltSect {
    position: relative;
}

.hizmetFltSect figure {
    width: 60%;
    height: 700px;
    background-size: cover;
    background-position: center;
}

.hizmetFltSect article {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
    width: 34%;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 70px 2%;
    text-align: center;
}

.hizmetFltSect article h2 {
    font-size: 1.4vw;
    font-weight: 800;
    color: #1F8CF2;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hizmetFltSect article p {
    font-size: 17px;
    line-height: 1.6;
    color: #0A1638;
    width: 100%;
}
.politikalarList {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.politikalarList li {
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
}

.politikalarList li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #0F385F;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s cubic-bezier(0.42, 0, 0.32, 1);
}

.politikalarList li figure {
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.politikalarList li span {
    width: calc(100% - 65px);
    text-align: center;
    background-color: #0F385F;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px 0px 0px 10px;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .3s cubic-bezier(0.42, 0, 0.32, 1);
}
.politikalarList li a:hover span {background-color: #fff;color: #0F385F;}
.imgAfterRight {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    pointer-events: none;
    width: 30%;
}
.about ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--dark);
    font-weight: 300;
    display: list-item;
    list-style: disc;
    width: calc(100% - 20px);
    margin-left: 20px;
}

.ikButtons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px 75px;
}

.ikButtons a {
    padding: 10px 20px;
    border-radius: 360px;
    font-size: 0.7vw;
    background-color: #FB6C23;
    display: inline-block;
    color: #fff;
    transition: all .2s cubic-bezier(0.42, 0, 0.28, 1.04);
    text-align: center;
    margin: 0px 5px;
}

.ikButtons a:hover {
    background-color: var(--mavi);
}
.fullButtons {
    width: 100%;
}

.fullButtons a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 8px 0px;
    border-radius: 10px;
    background-color: #0F385F;
    color: #fff;
    padding: 15px 20px;
    font-size: 19px;
    transition: all .2s cubic-bezier(0.42, 0, 0.28, 1.01);
}

.fullButtons a:hover {
    background-color: #FB6C23;
}
.belgelerList {
    width: 100%;
    max-width: 1350px;
    margin: 25px auto -70px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.belgelerList li {
    width: 22%;
    /* float: left; */
    margin: 1%;
    position: relative;
    display: inline-block;
}

.belgelerList li a {
    display: inline-block;
    border: 1px solid #0F385F;
    border-radius: 15px;
}

.belgelerList li a figure {
    height: 190px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.belgelerList li a span {
    background-color: #0F385F;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
    font-size: 19px;
    padding: 15px;
    line-height: 1.2;
    font-weight: 300;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.belgelerList li a i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #1F8CF2;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    padding: 3px 20px;
    transition: all .3s cubic-bezier(0.42, 0, 0.32, 1.02);
    opacity: 0;
    margin-top: 10px;
}
.belgelerList li a:hover i {
    opacity: 1;
    margin: 0;
}
.sidebarMenu h2 {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    color: var(--mavi);
    font-size: 25px;
    line-height: 1.4;
}
.hizmetdetay .container2 {
    display: table;
}

.hizmetList {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: calc(100% - 150px);
    gap: 50px;
}

.hizmetList li {
    width: 100%;
    border: 1px solid #C1C1C1;
    position: relative;
}
.hizmetList li figure {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    transition: all .2s cubic-bezier(0.42, 0, 0.23, 1.02);
}

.hizmetList-Box {
    padding: 25px 25px 40px 25px;
}

.hizmetList-Box span {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.hizmetList-Box p {
    font-size: 14px;
    line-height: 1.5;
    max-height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hizmetList-Box i {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
    font-style: inherit;
    background-color: #fff;
    padding: 8px 10px;
    border: 1px solid #C1C1C1;
    width: 130px;
    text-align: center;
    font-size: 16px;
    transition: all .2s cubic-bezier(0.42, 0, 0.23, 1.02);
}
.hizmetList li a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.hizmetList li:hover i {
    color: #1F8CF2;
}

.hizmetList li:hover figure {
    opacity: .6;
}
.mr-50 {
    margin: 50px 0px;
}
.filters.js-radio-button-group {
    margin: 0 auto 40px;
    display: table;
}

.filters.js-radio-button-group button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    margin: 0px 10px;
    position: relative;
    cursor: pointer;
    color: #212529;
    border-bottom: 1px solid transparent;
    padding: 5px 15px;
}
.filters.js-radio-button-group button.button.is-checked {color: var(--mavi);border-bottom: 1px solid var(--mavi);}
.medyaList {
    width: 100%;
    display: inline-block;
    z-index: 1;
}

.medyaList li {
    margin: 1%;
    width: 23%;
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: self-end;
    justify-content: flex-start;
}
.medyaList li i {
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s cubic-bezier(0.42, 0, 0.24, 1);
    width: 40px;
}

.medyaList li p {
    padding: 25px 20px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    transition: all .3s cubic-bezier(0.42, 0, 0.24, 1);
}

.medyaList li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background-color: #0B1638;
    opacity: .45;
    transition: all .3s cubic-bezier(0.42, 0, 0.24, 1);
}

.medyaList li a {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}
.medyaList li:hover::before {
    opacity: .7;
}

.medyaList li:hover i {
    transform: scale(.85);
}
.blog-list-category i {
    display: none;
}
.blogContent {
    width: 98%;
    display: inline-block;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
}
.blogContent h2, .blogContent h3 {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
    color: #000;
}

.blogContent p {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    font-size: 16px;
}

.blogContent h2 {
    font-size: 20px;
}

.blogContent p strong {
    font-weight: bold;
}
.blogContent img {
    width: 100%;
    margin-bottom: 10px;
}
.slider-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    line-height: 1.8;
}
.slider-content p i {
    font-style: initial;
    font-size: 80%;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}
.progressList p {text-align: left;display: flex;align-items: center;justify-content: space-between;}

.progressList h2 {
    text-align: left;
}
.argeTarih {
    text-align: left;
    padding: 25px 30px;
    margin-bottom: 50px;
}

.argeTarih ul li {
    font-size: 16px;
    margin: 25px 0px;
}
.argeTarih h2 {
    text-align: center;
    font-size: 30px;
    color: #8db4d9;
}
.progressList p strong {
    font-style: inherit;
    font-weight: bold;
}

.progressList span {
    width: 100%;
    height: 10px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 360px;
    overflow: hidden;
    position: relative;
}

.progressList ul {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.progressList span i {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0;
    z-index: 1;
    background-color: #1F8CF2;
}
.argeTarih ul li::before {
    display: none;
}
.threeBox .misviz-box {
    height: auto;
    width: 85%;
}

.threeBox .container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.misviz-box h2 strong {
    color: #000;
}
.title {width: 100%;}
.title * {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--mavi);
    margin-bottom: 30px;
}
.marginReset {
    margin: 0;
}
.argeTarih ul li strong {
    font-weight: bold;
    color: #8db4d9;
}
.twoColumn li {
    width: 48%;
    height: 350px;
}
.blog100 {
    width: 100%;
    display: grid;
    grid-template-columns: 31.33% 31.33% 31.33%;
    gap: 3%;
}
.ulkelerSect .login-master {
    position: relative;
    height: 100%;
}

.ulkelerSect {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ulkelerSect #arkaplanVideo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    float: left;
}

.ulkelerSect .map svg {
    transform: inherit;
    width: 100%;
    float: right;
    right: 0;
}
.ulkelerBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    background-color: #fff;
    padding: 50px 10%;
    border-radius: 15px;
    z-index: 4;
}

.ulkelerBox span {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    color: #0b1638;
}

.ulkelerBox ul {
    width: 100%;
    text-align: center;
}

.ulkelerBox ul li {
    font-size: 18px;
    color: #1F8CF2;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.ulkelerBox ul li:last-child {
    margin-bottom: 0px;
}
.country {
    display: none;
}

.ulkelerBox {
    display: none;
}
.map svg g text {
    pointer-events: none;
}

.blog100 .blog-list-img img {
    width: 100%;
    float: left;
}

.blog100 .blog-list-img a {
    width: 100%;
}

.blog100 .blog-list-img {
    height: auto !important;
}
.blog-detail-title h1, .blog-detail-title h2 {
    color: #0b1638;
}
.blogContent li {
    display: list-item;
    width: calc(100% - 20px);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    list-style: disc;
    margin-left: 20px;
}

.blogContent ul {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.map circle {
    pointer-events: none;
}
.sitemapList {
    padding: 30px 0px;
}

.sitemapList ul li {
    float: left;
    width: 95%;
    margin: 15px 1%;
}

.sitemapList ul {
    display: inline-block;
    width: calc(102%);
    margin: 10px 0px 50px 0%;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.sitemapList ul li a {
    color: #000000;
    font-weight: 300;
    line-height: 1.3;
    display: inline-block;
}

.footer-logo img {
    width: 75%;
}
.about p a, .degerlerimiz p a {
    color: #000;
}
.about p strong, .degerlerimiz p strong {
    font-weight: 600;
}

/* search btn */


.search {
    z-index: 10;
    position: relative;
    width: 120px;
    top: 0;
    right: 0;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
  }
  
  .search svg {
    position: absolute;
    width: 120px;
    height: 100%;
    stroke-width: 8px;
    stroke: #000;
    stroke-width: 1px;
    stroke-dashoffset: 0;
    stroke-dasharray: 64.6 206.305;
    transition: all 0.5s ease-in-out;
    stroke-linejoin: round;
    stroke-linecap: round;
    top: 0;
  }
  
  .input-search {
    position: absolute;
    width: 100%;
    height: 23px;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 16px;
    color: #000;
  }
  
  .search-label {
    position: absolute;
    display: block;
    width: 80px;
    height: 30px;
    top: 0;
    left: 0px;
    z-index: 100;
    transition: 0.5s ease-in-out;
    opacity: 0;
  }
  
  .isActive .search-label, .full .search-label {
    transform: translateX(246px);
  }
  .isActive svg {
    stroke-dashoffset: -65;
    stroke-dasharray: 141.305 66;
    transform: translateX(0);
  }
  .isActive.full svg {
    stroke-dashoffset: -65;
    stroke-dasharray: 141.305 66;
    transform: translateX(0);
  }
  
  
  .full svg {
    stroke-dashoffset: -65;
    stroke-dasharray: 141.305 66;
    transform: translateX(0);
	fill:#000;
  }
  .searchText {
      position: absolute;
      right: 43px;
      font-size: 20px;
      color: #000;
      transition: all .2s ease-in-out;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
  }
  
  .isActive .searchText, .full .searchText {
      opacity: 0;
  }
  
  
  /* search btn end*/
  
  .defaultContent ul {
    margin-bottom: 29px;
    width: 100%;
}

.defaultContent ul li {
    display: list-item;
    list-style: disc;
    width: calc(100% - 20px);
    margin-left: 20px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--dark);
    font-weight: 300;
}
.degerlerimiz-content table {
    width: 100%;
    display: table;
    float: left;
    margin-bottom: 20px;
}

.degerlerimiz-content table td {
    border: 1px solid #000;
    padding: 10px;
}

.degerlerimiz-content table td p {
    margin: 0;
    font-size: 16px;
}

.degerlerimiz-content table td a {
    color: #000;
    text-decoration: underline;
}
.homeSlider {
    width: 100%;
    display: inline-block;
    height: 100vh;
}
.hizmetdetay-content p a {
    color: #000;
    text-decoration: underline;
}

.flexNone p{display:inline-block;}
.flexNone p a{color:#000; text-decoration:underline;}
.blogContent table {
    width: 100%;
    margin: 20px 0px;
    text-align: left;
}

.blogContent th {
    font-weight: bold !important;
}

.blogContent th, .blogContent td {
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 10px;
}
.blogContent form {}

.blogContent form li {
    list-style: none;
    padding: 0px !important;
    margin: 1%;
    width: 48%;
    float: left;
    position: relative;
}

.blogContent form li p {
    margin: 0px;
    float: left;
}

.blogContent form li p input {
    float: left;
    height: 50px;
    color: #000;
}

.blogContent form li:nth-child(9), .blogContent form li:nth-child(10), .blogContent form li:nth-child(11) {
    width: 98%;
}

.blogContent form li p textarea {color: #000;}

.blogContent form li p input[type=submit] {
    top: 0;
    float: right;
    color: var(--mavi);
}
.blogContent form input[type="checkbox"] {
    width: 20px;
    height: 20px !important;
}
.blogContent form li.izinAlani a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 10px;
	margin-right:5px;
}

.blogContent form li.izinAlani p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.kvkk_link {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    position: relative;
}

.kvkk_link span {
    margin-left: 10px;
    text-decoration: underline;
	cursor:pointer;
}
#formDiv .form-text, #formDiv .form-textarea {
    color: #000 !important;
}

/*.wpml-ls-slot-footer.wpml-ls-item.wpml-ls-item-de.wpml-ls-item-legacy-list-horizontal {
    display: none;
}*/


/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	box-sizing: border-box;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.kvkk_link {
    display: flex !important;!i;!;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
}

.kvkk_link span {
    margin-left: 10px;
}
.socialMedia {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}

.socialMedia ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.socialMedia ul li {
    margin-right: 15px;
    max-width: 22px;
}
.socialMedia ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialMedia ul li:last-child {
    margin-right: 0;
}