
#topbar {
    border-bottom:1px solid #f1f0f0;
}
#topbar a {
    color:#999;
}
#topbar a i {
    color:#888;
}
.social a i {
    width:30px;
    height:30px;
    border-radius:50%;
    padding-top:7px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Oswald', sans-serif;
}
input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    width: 100px;
    transition: width .35s ease-in-out;
}
input.empty:focus {
    width: 250px;
}
.form-control {
    border-radius:10px;
}
.form-control input[type=text]:focus {
    border:none;
}
@media screen and (max-width:786px) {
    .social {
        margin-top:16px;
        text-align:center;
    }
}
#navbarSupportedContent ul li a {
    margin-right:20px;
    color:#004479;
    font-family: 'Oswald', sans-serif;
    letter-spacing:2px;
}
#navbarSupportedContent .navbar-nav .active {
    color:#faa200;
} 
#navbarSupportedContent ul li a:hover {
    color:#faa200;
    
}
.sticky {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    width: 100%;
    z-index:99;
    box-shadow: 0px 10px 4px -8px #999;
    animation:sticky 2s;
  }

/*   Slider   */
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
}
.swiper-button-next, .swiper-button-prev {
    background-size: 20px 30px!important;
}

/*   About Section  */
.about-border {
    position:relative;
}
/*  Right  */
.about-border img {
    border-radius:50px;
    overflow:hidden;
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, .9);
    margin-top:20px;
}
.about-border:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin: -15px 35px;
    border-radius: 50px;
    background: transparent linear-gradient(125deg, #004479,#faa200);
}

@media screen and (max-width: 768px) {
.about-border {
    text-align: center;
    margin-bottom: 50px;
}
}

@media only screen and (max-width: 786px) {
    .about-border:after {
       display:none;
    }
}

/*  services  */
section {
    background-color: #f1f4fa;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background-color:#b98d3b;
    color: white;
}
.wrap:hover .ico-wrap .mbr-iconfont {
    color:white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 2rem !important;
    /* color: #313131; */
    color: #b98d3b;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
.vcenter h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 .vcenter p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1rem;
}

/*   Footer   */

#footer-links ul li {
    list-style-type:none;
}
#footer-links ul li a {
    color:white;
}
#footer-links ul li a:hover {
    text-decoration:none;
    color:#faa200;
}
.back-to-top {
    position:fixed;
    bottom:10px;
    right:30px;
    font-size:20px;
    width:40px;
    line-height:40px;
    border-radius:5px;
    background-color:#faa200;
    color:white;
    text-align:center;
    z-index:99;
    transition: all 0.4s ease-out 0s;
}
#btn {
    border:none;
    padding:5px;
    border-radius:6px;
    background-color:#004479;
    color:white;

}
#btn:hover {
background-color:#faa200;
color:white;
}
/*   service page css   */
#myBtn {
    width:100px;
    border-radius:5px;
    padding:2px;
    border:none;
    color:#004479;
}
/*#products ul li:before{*/
/*    content:"\f061";*/
/*    display:block;*/
/*    width:20px;*/
/*    height:20px;*/
/*    float:left;*/
/*    margin:0 6px 0 0;*/
/*    color:#faa200;*/
/*}*/
#products ul li {
    list-style-type:none;
    line-height:40px;
}
}


 