@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'back_to_black_bold_demoRg';
    src: url('../fonts/back_to_black_bold_demo-webfont.woff2') format('woff2'),
        url('../fonts/back_to_black_bold_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media (min-width: 1240px) {
    .container {
      max-width: 1140px !important;
    }
  }
  
  @media (min-width: 1340px) {
    .container {
      max-width: 1240px !important;
    }
  }
  
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px !important;
    }
  }


html {}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 14px;
    background: #fafafa;
    transition: all .3s linear;
    color: #000;
}



a {
    text-decoration: none;
    transition: all .3s linear;
    font-family: 'Roboto', sans-serif;
    color: #444445;
}

a.page-link {
    color: #444445;
}

a.page-link:hover {
    color: #444445;
}

a:hover {
    text-decoration: none;
    color: #444445;
}

.noPadding {
    padding: 0 !important;
    margin: 0 !important;
}

.clear {
    clear: both;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
#yukleniyor {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
    background: #fff;
    text-align: center;
    padding-bottom: 100px;
}

.arkaBeyaz {
    background: #ffffff;
    border-radius: 10px;
}

#headerUst {
    background: #8bc8e1;
    color: #fff;
    font-size: 10px;
    line-height: 26px;
    padding: 5px 0px 5px 0px;
    scroll-snap-align: start;
}

#headerUst .headerFirmaBilgi {
    margin-right: 24px;
}

#headerUst .headerFirmaBilgi i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}

#headerUst .headerSocial a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
}

header {
    width: 100%;
    background: url(../img/headerArkaplan.png) no-repeat bottom center;
    scroll-snap-align: start;
}

nav.ustMenu {}


nav.ustMenu .nav-item {
    position: relative;
    padding: 2px;
}

nav.ustMenu .nav-link {
    font-size: 12px;
    color: #2d2d2d !important;
    font-weight: 500;
}

nav.ustMenu .nav-link.hizlikayitformulink {
    font-size: 12px;
    color: #fff !important;
    font-weight: 500;
    background: #8bc8e1;
    border-radius: 5px;
}

nav.ustMenu .nav-link.hizlikayitformulink:hover {
    color: #fff !important;
    background: #808080;
}
nav.ustMenu .nav-link.hizlikayitformulink.active {
    color: #fff !important;
    background: #808080;
}
nav.ustMenu .nav-link.hizlikayitformulink.active:hover {
    color: #fff !important;
    background: #8bc8e1;
}

nav.ustMenu .nav-link:hover {
    color: #8bc8e1 !important;
    transition: all .1s linear;
}

nav.ustMenu .nav-link.active {
    color: #8bc8e1 !important;
    border-bottom: 1px solid #8bc8e1;
}


nav.ustMenu .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: .25rem;
}




#slider {
    height: 575px;
    position: relative;
}

#slider .sliderImgAlt {
    background: url(../img/sliderImgAlt.png) no-repeat center center;
    width: 100%;
    height: 93px;
    position: absolute;
    z-index: 999;
    bottom: 0;
}

#slider .swiper-container {
    width: 100%;
    height: 100%;
}

#slider .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

#slider .swiper-slide iframe {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);

}

#slider .swiper-slide h2 {
    font-family: 'back_to_black_bold_demoRg';
    color: #fff;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

#slider .swiper-slide h2 span {
    color: #00027a;
}

#slider .swiper-slide p.sliderAltbaslik {
    color: #fff;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#slider .swiper-slide p.sliderAltbaslik span {
    color: #00027a;
}

#slider .swiper-slide a.sliderLink {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    background: #ec008a;;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 25px auto;
    position: relative;
    z-index: 999;
}

#slider .swiper-slide a.sliderLink:hover {
    background: #2d2d2d;
}

#anasayfaEgitimEtkinliklerimiz {
    margin: 20px 0px 0px 0px;
}

#anasayfaEgitimEtkinliklerimiz a {
    display: block;
    text-align: center;
    padding: 30px 00px 30px 0px;
    font-size: 1.2em;
    border-radius: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

#anasayfaEgitimEtkinliklerimiz a::before {
    content: url(../img/miniIkon.png);
    position: absolute;
    left: 5px;
    top: 5px;
}

#anasayfaEgitimEtkinliklerimiz .col-lg-4:nth-child(1) a {
    background: #ec008a;
}

#anasayfaEgitimEtkinliklerimiz .col-lg-4:nth-child(2) a {
    background: #2d3092;
}

#anasayfaEgitimEtkinliklerimiz .col-lg-4:nth-child(3) a {
    background: #f68f43;
}

#anasayfaEgitimEtkinliklerimiz .col-lg-4 a:hover {
    background: #2c2c2c;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}

#anasayfaHaberler {
    margin: 40px 0px 20px 0px;
    background: url(../img/bulutAlt.png) top left repeat-x,
     url(../img/cocukVektor-1.png) bottom left no-repeat,
     url(../img/cocukVektor-2.png) bottom right no-repeat ;
    background-color: #8bc8e1;
    padding: 100px 0px 60px 0px;
}

#anasayfaHaberler h1 {
    width: 100%;
    font-family: 'back_to_black_bold_demoRg';
    text-align: center;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

#anasayfaHaberler h1 span {
    color: #2d3092;
}

#anasayfaHaberler h1::before {
    content: url(../img/miniikon2-Beyaz.png);
    position: absolute;
    margin: -10px 0px 0px -80px;
}

#anasayfaHaberler .haberListe {
    display: block;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
}

#anasayfaHaberler .haberListe:hover h3 {
    bottom: 25px;
    font-size: 20px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

#anasayfaHaberler .haberListe h3 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    transition: all .2s linear;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    ;
    color: #2e3192;
    opacity: 0;
}


#anasayfaHaberler .haberListe img {
    border-radius: 10px;
    width: 100%;
    height: 255px;
    object-fit: cover;
    opacity: 0.8;
    transition: all .1s linear;
}

#anasayfaGaleri {
    margin: 60px 0px 20px 0px;
    padding: 0px 0px 40px 0px;
}

#anasayfaGaleri h1 {
    width: 100%;
    font-family: 'back_to_black_bold_demoRg';
    text-align: center;
    font-size: 40px;
    color: #ec008a;
    margin-bottom: 40px;
    position: relative;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

#anasayfaGaleri h1 span {
    color: #2d3092;
}

#anasayfaGaleri h1::before {
    content: url(../img/miniikon2.png);
    position: absolute;
    margin: -10px 0px 0px -80px;
}

#anasayfaGaleri img {
    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#anasayfaHizliKayitFormu {}

#anasayfaHizliKayitFormu a {
    background: #ec008a;
    padding: 40px 0px;
    font-size: 22px;
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#anasayfaHizliKayitFormu a:hover {
    background: #808080;
}



footer {
    width: 100%;
    background: #181828;
    align-items: center;
    justify-content: center;
    padding: 40px;
    scroll-snap-align: end;
    position: relative;
}

footer p {
    font-size: 12px;
}

footer .footerSocial {
    width: 100%;
}

footer .footerSocial a {
    color: #fff;
    font-size: 24px;
    padding: 10px;
}

#iletisim {
    width: 100%;
}

#iletisim h2 {
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 2.2em;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 60px 0px;
    background: url(../img/hizmetlerimizArkaplan.jpg) fixed center center;
    border-top: 5px solid #035ca7;
    border-bottom: 5px solid #035ca7;
}

.iletisimBilgileri {
    vertical-align: center;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
}

.iletisimBilgileri i {
    display: block;
    font-size: 30px;
    color: #035ca7;
    margin-bottom: 10px;
}

#altSayfa {
    width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
}
#altSayfa h2{
    width: 100%;     
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 50px 0px 0px 0px;
    background: #8bc8e1;
    font-weight: 300;
}
#altSayfa h2 span{
    color: #333333;
}
#altSayfa h2:before{
    position: absolute;
    top: -40px;
    left: 0px;
    content: url(../img/bulutUst-3.png);
    overflow: hidden;
}
#altSayfa h2:after{
    position: absolute;
    bottom: -40px;
    left: 0px;
    content: url(../img/bulutAlt-3.png);
    overflow: hidden;
}

#altSayfa .treeLink{
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: #cccccc;
    margin-top: 40px;
    margin-bottom: 20px;
}
#altSayfa .nav{
    position: sticky;
    top: 90px;
}

#altSayfa .nav .nav-item{
    border-bottom: 1px solid #fafafa;
}
#altSayfa .nav .nav-item .nav-link {
    display: block;
    padding: 20px 40px;    
    background: #fff;
    position: relative;
    border-bottom: 1px solid #fafafa;
}
#altSayfa .nav .nav-item .nav-link::before {
    width: 20px;
    position: absolute;
    transform: scale(0.5);
    top: 8px;
    left: 7px;
}
#altSayfa .nav .nav-item:first-child .nav-link {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#altSayfa .nav .nav-item:last-child .nav-link {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#altSayfa .nav .nav-item .nav-link:hover {
    background: #d1d1d1;
    color: #00027a;
}
#altSayfa .nav .nav-item .nav-link.active {
    background: #eeeeee;
    color: #00027a;
    font-weight: bold;
}
#altSayfa .contentArea {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
#altSayfa .liste{
    width: 100%;
    border-radius: 10px;
    position: relative;
    background: #000;
    margin-bottom: 30px;
}
#altSayfa .liste a img{
    color: #fff;    
    border-radius: 10px;
    width: 100%;
    height: 255px;
    object-fit: cover;
    opacity: 0.3;
    transition: all .3s linear;
}
#altSayfa .liste a h3{
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    padding: 5px 15px;
    margin: 0px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    border-radius: 0px 5px 5px 0px;
    transition: all .3s linear;
}

#altSayfa .liste a:hover img{
    opacity: 1;
}

#altSayfa .psikologYazar{
    width: 100%;
    border-radius: 10px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

#altSayfa .psikologYazar img{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#altSayfa .psikologYazar h3{
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
}
#altSayfa .psikologYazar span.unvan{
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
}
#altSayfa .metinListe{
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    transition: all .2s linear;
    margin-bottom: 40px;
}
#altSayfa .metinListe:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
#altSayfa .metinListe img{
    color: #fff;    
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .3s linear;
}
#altSayfa .metinListe h3{
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}
#altSayfa .metinListe a.devaminiOku{
    background: #e74c3c;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all .2s linear;
}
#altSayfa .metinListe a.devaminiOku:hover{
    background: #808080;
}
#altSayfa .metinListe span.eklenmeTarihi{
    color: #808080;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}
#altSayfa .metinListe span.yazar{
    color: #808080;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    left: 140px;
}
#altSayfa .yaziBaslik{
    width: 100%;
    font-size: 20px;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}

.iletisimForm {
    width: 100%;
}
.iletisimForm input, .iletisimForm textarea, .iletisimForm select{
    border: 0px;
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
}
.iletisimForm select{
   padding: 0px 18px;
}
.iletisimForm input::placeholder, .iletisimForm textarea::placeholder, .iletisimForm select::placeholder{
    color: #ccc;
}
.iletisimForm input:focus, .iletisimForm textarea:focus, .iletisimForm select:focus, button:focus {
    outline: none;
    box-shadow: none;
}
.iletisimForm button {
    background: #89cce7;
    width: 100%;
    display: block;
    padding: 20px;
    color: #fff;
    border: 0px;
    transition: all .3s linear;
    border-radius: 10px;
}
.iletisimForm button:hover {
    background: #578394;
}

.iletisimIkon i{
font-size: 30px;
color: #89cce7;
margin-bottom: 40px;
margin-right: 10px;
}
.iletisimIkon span{
font-size: 12px;
color: #00027a;
margin-bottom: 40px;
}


@media (max-width: 1200px) {
    header {
        height: auto;
        padding: 20px 0px;
    }

    nav.ustMenu {
        height: auto;
        text-align: center;
    }

    nav.ustMenu .navbar-nav {
        padding: 10px 0px;
    }

    nav.ustMenu .nav-item.socialMenu {
        position: static;
        margin-top: 30px;
    }

    nav.ustMenu .nav-item .socialLink {
        display: inline-block;
        background: #fafafa;
        color: #000;
        width: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 50%;
        font-size: 16px;
    }

    #hizmetlerimiz {
        height: auto;
        padding: 30px 0px;
    }

    footer {
        height: auto;
    }

    #slider {
        height: 400px;
    }

    #slider .swiper-slide h2 {
        font-size: 24px;
    }
    #slider .swiper-slide span {
        font-size: 38px;
    }


    #slider .sliderImgAlt {
        display: none;
    }

    #anasayfaEgitimEtkinliklerimiz a {
        margin-bottom: 24px;
    }
    #anasayfaHaberler {
        margin: 40px 0px 20px 0px;
        background: #8bc8e1;
        padding: 20px 0px 60px 0px;
    }
    #anasayfaHaberler h1 {
        font-size: 32px;
    }
    
    
    #anasayfaHaberler h1::before {
        display: none;
    }

    #anasayfaHaberler .haberListe h3 {
        padding-top: 20px;
        padding-bottom: 20px;
        opacity: 1;
        width: 100%;
        position: absolute;
        bottom: 20px;
        transition: all .2s linear;
        font-size: 16px;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        color: #2e3192;
    }
    #anasayfaGaleri h1 {
        font-size: 32px;
    }
    #anasayfaGaleri h1::before {
        display: none;
    }
    #anasayfaGaleri img {
        margin-bottom: 24px;
        height: 100px;
    }
}

@media (max-width: 992px) {
    #slider {
        height: 300px;
    }

    #slider .swiper-slide span {
        font-size: 24px;
    }
    #altSayfa .metinListe .row .position-relative{
        padding-bottom: 60px!important;
    }
    #altSayfa .metinListe span.yazar{
        display: none;
    }
}

@media (max-width: 768px) {
    #slider {
        height: 200px;
    }

    #slider .swiper-slide span {
        font-size: 18px;
    }
}