@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helvetica-neue-regular.woff2') format('woff2'),
        url('fonts/helvetica-neue-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.content-wrapper{
    margin-left: 0;
    position: relative;
    transition: 0.5s;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    color: #000;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden

}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #3D3D3D;


}



.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}


.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.fs-light {
    font-weight: 300;
}

.fs-regular {
    font-weight: 400;
}

.fs-bold {
    font-weight: 700;
}

.fs-extra-bold {
    font-weight: 800;
}




.body {
    background: #f4f4f4;
}

.wrapper {
    position: relative;
}
.wrapper, body, html {
    min-height: 100%;
}


.main-sidebar {
        height: 100vh;
    overflow-y: hidden;
    z-index: 1038;
    bottom: 0;
    float: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 300px;
    box-shadow: 1px 0px 20px 0px rgb(3 0 89 / 20%);
    background: #fff;
}

@media (min-width: 992px) {
    .content-wrapper{
        transition: margin-left .3s ease-in-out;
        margin-left: 300px;
    }
    
    .mobile-home-menu{
        display: none
    }
}

/* Menü Alanı */

.icon-m {
    margin-bottom: 10px;
    text-align: right;
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 3;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
}

.navbar .navbar-brand {
    margin-right: 0;
}

.navbar .nav-item {
    position: relative;
    display: block;
}

.navbar .nav-item:last-child {
    border: none;
}

.navbar .nav-item a {
    color: #0a3752 !important;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 20px;
    display: block;
    width: 100%;
}

.navbar .nav-item:hover>a,.navbar .nav-item.active a {
    color: #1e549e !important;
    background: #ebeef2;
}

.navbar .nav-item .nav-link {
    padding: 1rem
}


.navbar .dropdown ul a {
    border-bottom: 3px solid #154c5d;
}

.navbar .navbar-brand img {
    width: 200px;
    margin: 20px;
}

.menu {
    display: flex;
    justify-content: end;
    align-items: center;
    width: calc(100% - 20px);
}

.menu * {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: start;
}

.dropdown ul {
    position: absolute;
    width: 250px;
    padding: 0;
    list-style: none;
    background: #1d7d9b;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    text-align: left;

}

.dropdown ul li {}

.dropdown ul li:last-child {
    border: none;
}

.dropdown ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: 400;
    color: #fff !important;

}

.dropdown ul li a:hover {
    background: #154c5d;
    border-bottom: 3px solid #154c5d;
    color: #fff !important;
}

.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
}

.content-web {
    text-align: justify;
    z-index: 4;
    min-height: 80vh;
}


.content-web h1 {
    margin: 0px;
    font-size: 35px;
    color: #0a3752 !important;
    padding: 11px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.content-web h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    background: #08b3c4;
    padding: 8px;
}

h2 {
    font-size: 22px;
    color: #1e549e;
    font-weight: bold;
    margin-bottom: 10px;
}


.rightContent {
    position: relative;
}

.header {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


}
.headOne {
   /* background: url(../images/hd-bg.png);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;*/
    height: calc(100vh - 96px);
    
}
.headOne .hd_img {
    width: 100%;
    object-fit: contain;
    object-position: right bottom;
    position: absolute;
    
}
.headOne .hd_img.t1{
    max-height:   80%;
    top: 0;
    left: 50px;
    object-position: top left;
    width: 70%;
    opacity: 0;
    transition: 1s;
}

.headOne .hd_img.t1.active{
    top: 10%;
    opacity: 1;
}

.headOne .hd_img.t2{
    width: 90%;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: 1s;
    transition-delay: 1s;
}

.headOne .hd_img.t2.active{
    bottom: 0;
    opacity: 1;
}

.headOne .hd_img.t3{
    width: 90%;
    bottom: 0;
    right: -30px;
    opacity: 0;
    transition: 1s;
    transition-delay: 2s;
}

.headOne .hd_img.t3.active{
    right: 30px;
    opacity: 1;
}

.headOne .hd_video{
    position: absolute;
  top: 50%; 
  right: 0;
    transform: translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

.b4{
        display: none; 
}
.header>span {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 1);
    animation: animate2 3s linear infinite;
    z-index: 9999
}

.header>span:before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 1px;
    background: linear-gradient(90deg, #fff, transparent);
}


.owl-carousel {
    display: block;
}


.header .owl-carousel .owl-item img {
    height: calc(100vh - 76px);
    object-fit: cover;
    object-position: top;
}

.header.wrapper-mode .owl-carousel .owl-item img {
    height: 350px;
}

@keyframes animate2 {
    0% {
        transform: rotate(0) translateX(0);
        opacity: 1
    }

    70% {
        opacity: 1
    }

    100% {
        transform: rotate(0) translateX(-2500px);
        opacity: 0
    }
}

.header>span:nth-child(1) {
    top: 0;
    right: 0;
    animation-delay: 0s;
    animation-direction: 1s;
}


.mobileMenuSlide {
    display: none;
}





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


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





.lang {
    position: relative;
    left: 20px;
}

.lang a {
    color: #fff;
    background: #2d79b3;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    width: 50px;
}

.lang a:hover {
    background: #1e4e73;
}

.lang span {
    color: #000;
}




.msection {
    position: relative;
}

.msection .rounded_image {
    border-radius: 25px;
    overflow: hidden;
}

.msection .rounded_image img {
    max-width: 100%;
    width: 100%;
}

.msection .content ul li i {
    width: 35px;
}

.msection .content {
    padding-left: 20px;
}

.main_title h1 {
    font-size: 60px;
    font-weight: bold;
    color: #62bcd6;
    text-align: center;
    position: relative;
}

.main_title h1:after {
    content: attr(data-title);
    position: absolute;
    font-size: 90px;
    font-weight: bold;
    -webkit-text-fill-color: #62bcd6;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #62bcd6;
    white-space: nowrap;
    text-align: center;
    opacity: 0.1;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 70%;
}


.mSection .contactBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f7fafd;
    border-radius: 25px;
}









@keyframes toLeft {
    0% { 
        left: 100%;
    }
    100% { 
        left: 0 }
}



.fsection {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 1s;
    padding: 10px;
    overflow: auto;
    height: 100vh;
    background: #f8f8f8;
    
}

.global.active {
    opacity: 1;
    animation: toLeft  .6s ease-in-out; 
    
}

.fsection.fade {
    left: -100%;
}




.impdate {
    background: #1e549e;
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px;
    height: 70px;
}


.impdate .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 50px;
    font-size: 20px;
    position: relative;
}

.impdate .title:after {
    content: ' ';
    position: absolute;
    box-shadow: 6px 0 5px #000;
    top: -20px;
    bottom: -20px;
    right: -20px;
    width: 1px;
}

.impdate .dates {
    color: #fff;
    font-size: 20px;
}


.impdate .word1,
.impdate .word2,
.impdate .word3 {
    font-weight: bolder;
    color: #59d0f0;
}







.lastDays {
    overflow: hidden;
    background: #052757;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    height: 70px;
    
}

.lastDays .logo {
    margin-right: 30px;
}

.lastDays .logo img {
    height: 35px;
  
}


.lastDays .text {
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: lighter;
}

.lastDays .text span {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px
}

.lastDays .text span:last-child {
    border: none;
    margin: none;
    padding: none
}



.mSection .contactBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    border-radius: 25px;
}

.mSection .contactBox a {
    text-decoration: none;
    color: #2B5BC9;
}

.mSection .contactBox a:hover {
    color: #000;
}

.mSection .contactBox p {
    text-align: center;
}

footer {
    background: #2f2f2f;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 15px;
    margin-top: 50px
}

#home .impdate {
    margin: 0;
    width: 100%;
    border-radius: 0;
}

#home footer {
    padding-top: 30px
}

footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800
}

.general-informations {
    background: #edf6f8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.general-informations h3 {
    color: #3995b0;
    font-size: 22px;
}

.general-informations p {
    margin-bottom: 0;
}
.main_title {
    margin-top: 50px
}


.menu-toggler {
      position: absolute;
    top: 0;
    height: 40px;
    background: #000;
    width: 44px;
    left: 0;
    z-index: 99999;
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer

}

.menu-toggler i {
  font-size: 20px;
    color: #fff;
}


.main-sidebar{
        margin-left: 0;
        transition: 0.5s;
    }
    
    .main-sidebar.active{
        margin-left: -300px;
    }


.sidebar-collapse .main-sidebar{
    margin-left: -300px;
}

.sidebar-collapse .content-wrapper{
    margin-left: 0;
}
@media (max-width: 1498.98px) {
    .headOne .hd_img.t1{
        width: 50%;
    }
    
    .impdate .title{
        font-size: 17px;
    }
    
     .impdate .dates{
        font-size: 15px;
    }
    
    .lastDays .text{
        font-size: 15px
    }
    .lastDays .text span{
        padding-right: 5px;
        margin-right: 5px
    }
}

@media (max-width: 991.98px) {
    
    body{
        font-size: 15px
    }
    
    .main-sidebar{
        margin-left: -300px;
        transition: 0.5s;
    }
    
    .main-sidebar.active{
        margin-left: 0;
    }
    
   .headOne {
        background: url(../images/hd-bg.png);
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat;
        height: auto
    }
    .b4{
        display: block;
    }
    .hd_img{
        display: none;
    }
    
    
    .sidebar-collapse .main-sidebar{
        margin-left: 0;
    }

    .sidebar-collapse .content-wrapper{
        margin-left: 300px;
        margin-right: -300px;
    }
    
    
    


    .main_title h1:after {
        font-size: 35px;
    }

    .main_title h1 {
        font-size: 30px;
    }

   

    .impdate .title {
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 15px
    }

    .impdate .title:after {
        display: none;
    }
    .impdate .dates{
        font-size: 15px
    }

    .fsection {
        display: block;
        position: unset;
        opacity: 1;
        height: auto;
        overflow: auto;
    }

    .headOne img {
        width: 100%;
        height: auto;
    }

  
    .mobile-home-menu ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }
    
    .mobile-home-menu ul .nav-item{
        width: 50%;
        padding: 10px;
        text-align: center;
    }
    .mobile-home-menu ul .nav-item .nav-link{
        border: 1px solid #ddd;
        background: #efefef;
        border-radius: 10px
    }

   

  
}
.topics p strong{
    color: #1e549e;
}
.topics p i{
    margin-right: 10px;
}
.yanson {

	transition: 0.5s;
	animation: hideshow 2s infinite;
}

@keyframes hideshow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}