﻿.stickymessage {
    background: #cf9f6f;
    width: 100%;
}

    .stickymessage p {
        font-family: 'loraRegular' !important;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        padding: 12px 20px;
        font: 14px;
    }

    .stickymessage a {
        font-family: 'loraRegular' !important;
        text-decoration: none;
        color: #ffffff;
    }



.header__container__menu__ul__li .header__container__menu__ul__li__href {
    color: #15274c;
    transition: 0.3s !important;
    font-size: 18px !important;
    font-weight: bold !important;
	font-family: PoppinsLight !important;

}

.header__container__menu__ul__li:hover .header__container__menu__ul__li__href {
    color: #15274c;
}

.header__container__menu {
    margin-top: 0px !important;
}

.call-border {
    border: #15274c 1px solid;
}

.header__container__menu__ul {
    margin-top: 4% !important;
}

.new-navbar {
    background-color: #ffffff !important;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
    z-index: 2 !important;
}

.header-top {
    height: 50px;
    /*background-color: #cd9963;*/
    background-color: #004899;
    color: white;
}

.header-social-icon {
    color: white;
    margin-left: 3%;
    transition: 0.3s;
    white-space: nowrap;
}

    .header-social-icon:hover {
        color: #15274c;
    }


.header-social-icon-mobile {
    color: white;
    margin-left: 5%;
    transition: 0.3s;
}

    .header-social-icon-mobile:hover {
        color: #15274c;
    }

.header-top-padding {
    margin-top: 0.2%;
}

.header__container {
    background-image: none !important;
    background-position: center;
    min-height: 0px !important;
}

.mobile-header-top {
    display: none;
}

@media only screen and (max-width:769px) {
    .desktop-header-top {
        display: none !important;
    }

    .mobile-header-top {
        display: block !important;
    }

    .header-top {
        height: 40px;
        background-color: #004899;
        color: white;
    }
}


.new-navbar-mobile {
    background-color: #ffffff !important;
    -webkit-box-shadow: -2px 3px 15px 0px rgba(0, 0, 0, 0.75) !important;
    z-index: 2 !important;
}

.modal {
    z-index: 999945 !important;
}

.fixed-nav {
    position: fixed;
    z-index: 99999 !important;
    min-width: 100% !important
}

.header__container__social__box {
    /* border: 1px solid #fff; */
    margin-right: 5px;
    display: inline-block;
    font-size: 18px;
    /* padding-left: 10px; */
    padding-right: 10px;
    margin-top: 7px;
    color: white !important;
}

    .header__container__social__box a {
        color: white !important;
    }


.search-aday {
    border-radius: 3px;
}



.call-btn {
    display: block;
    width: 165px;
    /* height: 40px; */
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    color: #004899;
    border: 2px solid #004899;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
    margin-top: -8px;
    border-radius:4px !important;
}

    .call-btn span {
        position: relative;
        z-index: 2;
        font-family: PoppinsLight !important;
    }

    .call-btn:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: #004899;
        transition: all .35s;
    }

    .call-btn:hover {
        color: #fff;
    }

        .call-btn:hover:after {
            width: 100%;
        }


.dk-student-slider-nav {
    display: block;
}

.dk-left {
    color: #004899 !important;
    font-size: 40px;
    margin-left: -106%;
    position: absolute;
    margin-top: 317px;
}

.dk-right {
    color: #004899 !important;
    font-size: 40px;
    /* margin-left: -106%; */
    position: absolute;
    margin-top: 317px;
    margin-left: 4.5%;
}

.mb-student-slider-nav {
    display: none;
    float: right;
    margin-left: 76%;
    margin-top: 30%;
    position: absolute;
    z-index: 1;
}


@media only screen and (max-width:768px) {
    .dk-student-slider-nav {
        display: none !important;
    }

    .mb-student-slider-nav {
        display: block !important;
    }
}


.mb-left {
    color: #004899 !important;
    font-size: 40px;
}

.mb-right {
    color: #004899 !important;
    font-size: 40px;
}

@media only screen and (min-width:768px){
    .logo-ogrencilerimizden-img {
        width: 120px !important;
        height: 120px !important;
        margin-top: 37%;
    }
}

@media only screen and (max-width:768px){
    .student__comments__container__carousel1__left__mobilevideo{
        margin-bottom:33px !important;
    }
}