﻿body {

    font-family:'Open Sans', sans-serif!important;
}


button:focus {

    outline:none!important;
   

}

a {
    outline: none !important;
}

.ozl{

    position:relative;
    margin-top:-80px!important;
}

h3{

    color:#272727;
    font-weight:700!important;
}


.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

a:hover {
    text-decoration: none !important;
}


.nav-item {
    padding: 0 10px !important;
}

.bg-primary {

    background-color: #4672A1!important;
}

p.text-white {
    color: #fff !important;
    font-size: 1.3rem!important;
}


h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.back {
    background-color: #4672A1;
    padding: 50px;
}

.back1 {
    background-color: #d5d5d5;
    padding: 50px;
   
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border-radius: 0!important;
    margin:0 auto;
    width:75%;
   
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid #4672A1 !important;
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: #272727;
    font-size:1.1rem;
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

    .profile-inline ~ .card-title {
        display: inline-block;
        margin-left: 4px;
        vertical-align: top;
    }

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

    .meta a {
        text-decoration: none;
        color: rgba(0, 0, 0, .4);
    }

        .meta a:hover {
            color: rgba(0, 0, 0, .87);
        }

footer.bg-light{

    background-color:#4672A1!important;
    color:#fff!important;

}

i{

    color:#4672A1;

}

i.byk{

    font-size:1.5rem;

}

img.opacity{

    opacity:0.2;

}

span{

    font-size:1.2rem;
    line-height:2.3rem!important;
}

span i{

    color:#599ee8;

}

h2 img{


    width:15%!important;
    margin-top:-10px;

}

h2{

    font-size:2rem!important;
    font-weight:600!important;

}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 9999;
    border: none !important;
}

.btn-primary{

    color:#fff!important;

}

@media only screen and (max-width:990px) {
    .navbar {
        text-align: center !important;
    }


    span.navbar-toggler-icon {
        color: #fff !important;
    }

    .nav-item {
        padding-top: 10px !important;
        border-bottom: 1px solid #272727;
    }

    .navbar-nav {
        margin-top: 35px !important;
    }

    img.rsm {
        width: 300px !important;
    }
}

@media only screen and (max-width:420px) {
    .navbar {
        text-align: center !important;
    }


    span.navbar-toggler-icon {
        color: #fff !important;
    }

    .nav-item {
        padding-top: 10px !important;
        border-bottom: 1px solid #272727;
    }

    .navbar-nav {
        margin-top: 35px !important;
    }

    img.rsm {
        width:150px!important;
    }      

    .fnt{

        font-size:15px!important

    }
}