﻿.ust {

    list-style-type: none;
    color: #000;
    padding: 5px 12px;
    font-size: 13px;
    position: relative;
    
}

:focus {
    outline: none !important;
}

a {
    color: inherit;
    transition:0.5s;
}

a:hover{

    text-decoration:none;
    color:#00b0eb;


}

.navbar-nav > .active > a {
    color: #00b0eb !important;
}


.arkaplan {

    background-color: #e6e6e6;
    border-bottom: 1px solid #00b0eb;
}

.carousel-item img {
    width: 100%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
    border: none !important;
}

.bg-light {
    background-color: transparent !important;
}

.nav-link {
    font-size: 13px;
    color: #19317b !important;
    transition: 0.5s;
    padding: 0 15px !important;
}

    .nav-link:hover {
        color: #00b0eb !important;
    }

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.w75 {
    border: 1px solid #ebebeb;
    padding: 15px 15px !important;
    margin: 0 5px;
    max-width: 30% !important;
    margin: 0 auto;
}

.text-box {
    position: absolute;
    top: 60%;
    left: 15%;
    right: 15%;
    color: #FFF;
    transform: translateY(-50%);
    background-color: rgba(30,30,30,0.8)
}


@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

h3 {

    color: #00b0eb;
    font-weight: 600;
    font-style:italic;
    font-size:20px;
}

.bck {

    background-color: #009ee3;
    color:#fff;
    text-align:center;
    width:60%;
    margin:0 auto;
}

.bck2{

    background-color:#eeeeee;

}

p{

    font-size:13px;

}

p.yazi {
    background-color: #00b1eb;
    color:#fff;
    padding:5px 0;
    text-align:center;
    margin:5px auto;
    font-weight:700;
    width:95%;
    font-size:15px;
    font-style:italic;
}

.arka2 {
    background-color:#2c2c2c;
}

.arka1 {
    background-color:#828282;
}

i.ikon {

    color:#fff;
    font-size:25px;
    transition:0.5s;

}

i.ikon:hover{

    color:#00b0eb;
    cursor:pointer;

}


.icon{

    color:#00b0eb;

}

h5{

    font-style:italic;

}
/*About us*/
.aboutus-section {
    padding: 50px 0;
}

.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    color: #000;
    text-align: center;
}

    .aboutus-title::after {
        background: #0f0f0f none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        position: absolute;
        width: 54px;
    }

.aboutus-text {
    color: #3e3e3e;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 35px;
    text-align: justify;
   
}

.dropdown-item {
    font-size: 13px;
    transition: 0.2s;
}

    .dropdown-item:hover {
        background-color: #19317b;
        color: #fff;
    }

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 768px) {
    /* Styles */

    .navbar-nav {
        margin: 15px 0!important;
        text-align: center;
    }

    .nav-item{

        padding:15px 0;

    }

 h2{

     font-size:14px;
 }

 .mbl{

     font-size:12px;

 }

   
}
