* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h2{
    font-weight: 200;
    font-size: 36px;
    color: #003378
}

h4{
    font-weight: bold;
    font-size: 24px;
    color: #003378
}

.border-right{
	position: relative;
}

.border-right:after {
    content: "";
    height: 70%;
    position: absolute;
    width: 1px;
    background-color: #efefef;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

p{
    font-size: 18px;
    font-weight: 200;
    color: #003378
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.btn{
    border-radius: 10px;
}

.btn-outline-info{
    color: #A5CAF2;
    border-color: #A5CAF2;
    border-radius: 10px;
}

.navbar{
    background-color: #0E1740;
}

.btn-outline-info:hover{
    color: #0E1740;
    border-color: #A5CAF2;
    background-color: #A5CAF2;
}

.swiper-button-next, .swiper-button-prev {
    color: #0E1740;
}

.swiper-pagination-bullet-active {
    background-color: #0E1740;
}

.slider-img{
	width: 100%;
}

#sebit-inline-dark-logo{
    max-width: 300px;
}

.white{
    color: #fff;
}

#inovatif-ogrenme-yonetim-sistemi{
    background-color: #F1F6FC;
    background-image: url(../images/left-bg-image.png), url(../images/left-bg-image.png);
    background-position: -800px, 900px;
    background-repeat: no-repeat, no-repeat;
}

#dark-bg-text-container{
    background-color: #DBE8F1;
    border-radius: 40px;
    padding: 50px;
    position: relative;
}

.anchor:after{
    content: url(../images/container-anchor.png);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

#boxes{
    background-image: url(../images/box-section-bg.png);
    background-position: 900px 0px;
    background-repeat: no-repeat;
}

.box-text{
    font-size: 16px;
    color: #4E4E4E;
}

#egitim-yolculugu{
    background-color: #d2e0ec;
}

.zebra{
    background: linear-gradient(to right, #E1EBF6 50%, #F1F6FC 0%);
    position: relative;
}

.zebra-inverted{
    background: linear-gradient(to right, #F1F6FC 50%, #E1EBF6 0%);
    position: relative;
}

.quote{
    font-weight: 200;
    font-size: 42px;
}

.gallery-image{
    border-radius: 50px;
}

.sub-img-text{
    font-size: 16px;
}

#gallery-section{
    background-image: url(../images/box-section-bg.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#awards-section{
    background-color: #E1EBF6;
}

#awards-section h5,
#awards-section p{
    font-size: 14px;
}

.footer-bg{
    background: url(../images/footer-bg.jpg) no-repeat;
    min-height: 100px;
}

.footer-logos{
    max-width: 100px;
}

#bg-container{
    background: url(../images/demo-talep-bg.png) 0 0 no-repeat;
    background-size: 100%;
}

.footer-text{
    font-size: 14px;
}