body{
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    background-color: #80cedb;
}

a {
    color: #31333e;
    -webkit-transition: all .2s;
    transition: all .2s;
}
a:hover { color: #00C3EE; }
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

h4{
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

.form-control{
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    font-weight: bold;
}

.topbar{
    background-color: #001747;
    height: 20px;
    width: 100%;
}

.logo{
    background: #11487D;
}

.logo img{
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-container{
    width: 100%;
    height: 60px;
    background-color: #f8f9fa;
}

.navbar{
    padding: 0;
    z-index: 20;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.20rem;

}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
    color: #666;
    font-size: .9rem;
    
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    font-weight: bold;
    background-color: #0E7FA6;
    color: #fff;
}
.dropdown-menu {
    color: #212529;
    background-color: #f8f9fa;
    border: none;
    border-radius: 0;
    margin: 0;
}

.dropdown-item {
    padding: .7rem 1.5rem;
    font-weight: bold;
    font-size: .9rem;
    color: #666;
}

.carousel-inner{
    margin: 30px 0;
    max-height: 450px !important;
    border-radius: 4px;
}

.recent{
    margin-bottom: 30px;
}

.searchform .form-control{
    width: 100%;
}

.card{
    border: 1px solid #dae0ef;
    padding: 0;
    margin-bottom: 30px;
    transition: .3s all linear;
    border-radius: 4px;
}

.card-body{
    padding: 0;
}

.card-body p{
    padding: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

.card-body p a{
    padding: 10px;
    font-weight: normal;
}

.container-footer{
    background-color: #001747;
}

.footerheading{
    color: #fff;
}

.text-muted {
    color: #b1c2d2!important;
}

.pr p{
    text-align: center;
}

.fa{
    font-size: 18px;
}

.fa-file-pdf-o{
    padding-right: 5px;
}

.team-social-wrap li {
    display: inline-block;
    margin: 0 2px;
}

.team-social-wrap li a {
    height: 45px;
    width: 45px;
    display: inline-block;
    background: #f4f6fb;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: .3s all linear;
}

.social{
    text-align: center;
}

.socialbox {
    margin: 20px 0;
}

.socialbox h4{
    padding-top: 10px;
}

.copyright-container{
    width: 100%;
    height: 40px;
    background: #000e2b;
}

.copyright{
    text-align: center;
    color: #b1c2d2;
}

@media (min-width: 576px) { 
    .carousel-caption{
        bottom: 10px;
    }
}

@media (min-width: 768px) { 
    .carousel-caption{
        bottom: 20px;
    }
}

@media (min-width: 992px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
    
    .carousel-caption{
        bottom: 100px;
    }
}

@media (max-width: 992px) { 
    .navbar-light .navbar-toggler {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1199px) { 
    .carousel-caption{
        bottom: 200px;
    }
}




