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

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

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

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

.clear {
    clear: both;
}

header {
    background: #306ac4;
    width: 100%;
    z-index: 9999;
    transition: all .3s linear;
}

header.sticky {
    position: sticky;
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #000;
    transition: all .3s linear;
    background: rgba(25, 90, 190, 0.90);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.08);
    -moz-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.08);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.08);

}

header.sticky img.logo {
    height: 40px !important;
    filter: brightness(0) invert(1);
    transition: all .3s linear;
}

header .logo {
    filter: brightness(0) invert(1);
    transition: all .3s linear;
    height: 78px;
}

header .logo:hover {
    filter: brightness(0);
}

header a.nav-link {
    font-size: 14px;
    color: #fff !important;
    transition: all .1s linear;
}

header a.nav-link:hover {
    font-weight: bold;
}


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

#slider .sliderImgAlt {
    background: url(../img/sliderAltImg.png) no-repeat center center;
    width: 100%;
    height: 120px;
    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 h2 {
    color: #fff;
    font-size: 40px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-weight: 700;
}

#slider .swiper-slide p {
    color: #fff;
    text-align: justify;
    margin: 0px;
}


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

#slider .swiper-slide a.sliderLink:after {
    content: url(../img/klik.png);
    position: absolute;
    margin: 5px 0px 0px 15px;
}

#slider .swiper-slide a.sliderLink:hover {
    background: #6ea7fd;
}

#slider .swiper-slide .sliderSocial a {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}


#hizmetlerimiz {
    width: 100%;
    padding: 20px 0px 60px 0px;
}

#hizmetlerimiz h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #000;
    position: relative;
}

#hizmetlerimiz h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    height: 2px;
    background: #195abe;
    margin-left: auto;
    margin-right: auto;
}

#hizmetlerimiz p.baslik {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #7b7b7b;
    margin-bottom: 40px;
}

.hizmetKutu {
    width: 100%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    /* height: 300px; */
    margin-bottom: 30px;
    transition: all .1s linear;
}

.hizmetKutu:hover {
    margin-top: -10px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}

.hizmetKutu .icon {
    margin: 0px 0px 0px 0px;
}


.hizmetKutu h3 {
    font-size: 18px;
    margin: 15px 0px 0px 0px;
}

.hizmetKutu p {
    text-align: justify;
}

#referanslarimiz {
    background: #195abe url(../img/referanslarimizArkaplan.png) no-repeat center center;
    padding: 120px 0px;
}

#referanslarimiz h3 {
    font-size: 55px;
    color: #fff;
}

#referanslarimiz p {
    color: #fff;
}

#referanslarimiz .referansKutu {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    width: 50%;
    padding: 10px;
    margin: 0px auto 20px auto;
}

#referanslarimiz a.referanslarTumunuGor {
    background: #0bf364;
    border-radius: 20px;
    text-align: center;
    width: 50%;
    padding: 10px;
    margin: 0px auto 0px auto;
    color: #fff;
    display: block;
    font-weight: bold;
}

#referanslarimiz a.referanslarTumunuGor:hover {
    background: #6ea7fd;
}


.referansKutuListe {
    width: 100%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 100px;
    margin-bottom: 30px;
    transition: all .1s linear;
}

.referansKutuListe:hover {
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}

.belgeKutuListe {
    width: 100%;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 300px;
    margin-bottom: 30px;
    transition: all .1s linear;
}

.belgeKutuListe:hover {
    margin-top: 0px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
}

#bizdenHaberler {
    width: 100%;
    padding: 80px 0px 80px 0px;
}

#bizdenHaberler h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #000;
    position: relative;
}

#bizdenHaberler h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    height: 2px;
    background: #195abe;
    margin-left: auto;
    margin-right: auto;
}

#bizdenHaberler p.baslik {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #7b7b7b;
    margin-bottom: 60px;
}

.haberKutu {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 40px;
    transition: all .1s linear;
}



.haberKutu img {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    transition: all .1s linear;
}

.haberKutu:hover img {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
}

.haberKutu:hover h3 {
    background: rgba(25, 90, 190, 1);
}

.haberKutu h3 {
    transition: all .1s linear;
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    background: rgba(25, 90, 190, 0.7);
    color: #fff;
    padding: 10px 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


footer {
    background: #195abe url(../img/footerArkaplan.jpg) top center no-repeat;
    padding: 80px 0px 0px 0px;
}


footer .logo {
    filter: brightness(0) invert(1);
}

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

footer .footerSerit {
    background: #1651ab;
    margin: 40px 0px 20px 0px;
    text-align: center;
}

footer .footerSerit a {
    color: #fff;
    padding: 20px;
    display: inline-block;
}

footer .footerAlt {
    color: #fff;
    padding-bottom: 20px;
}

footer .footerAlt .netbioca img {
    filter: brightness(0) invert(1);
}


#altSayfa {
    width: 100%;
    padding: 40px 0px 40px 0px;
}

#altSayfa h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #000;
    position: relative;
}

#altSayfa h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    height: 2px;
    background: #195abe;
    margin-left: auto;
    margin-right: auto;
}

#altSayfa p.baslik {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #7b7b7b;
    margin-bottom: 40px;
}

#altSayfa .arkaBeyaz {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0px auto 20px auto;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.05);
}

#altSayfa .arkaBeyaz img {
    border-radius: 10px;
}

.iletisimBilgileri i {
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
}


#altSayfa .sidebarMenu li {
    border-bottom: 1px solid #eee;
    border-radius: 10px;
}

#altSayfa .sidebarMenu li:last-child {
    border-bottom: 0px solid #eee;
}

#altSayfa .sidebarMenu li .active {
    background: #eee;
    border-radius: 10px;
}


@media (max-width: 1200px) {}

@media (max-width: 992px) {
    #referanslarimiz h3 {
        font-size: 32px;
        color: #fff;
        text-align: center;
    }

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

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    header.sticky {
        position: sticky;
        top: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        background: #000;
        transition: all .3s linear;
        background: rgba(25, 90, 190, 1);
        -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.08);
        -moz-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.08);
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.08);
    
    }
    .footerSerit a {
        display: block;
        width: 100%;
    }
    .copyright {
        display: block;
        width: 100%;
    }
    .netbioca {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {}
