.header_top_outer{
    background-color: #2e3133;
}
.custom-logo{
    max-height: 90px;
}
body{
    font-size: 14px !important;
}
.font-22{
    font-size: 22px !important;
}

.mb-10px{
    margin-bottom: 10px !important;
}
.line-height-30px{
    line-height: 30px;
}
/*.line-height-36px{*/
/*    line-height: 36px;*/
/*}*/
.border-1{
    border: 1px solid #e2e2e2;
}
.border-r-1{
    border-right: 1px solid #e2e2e2;
}
.border-l-r-1{
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.margin-b-35px{
    margin-bottom: 35px !important; ;
}
.border-0{
    border: 0 !important;
}
.mb-2{
    margin: 2rem 0;
}
.mt-2{
    margin-top: 2rem !important;
}
.img-hover{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}
.img-hover:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.pt-b-40px{
    padding: 40px 0;
}
.p-1{
    padding: 1rem !important;
}
.bg-white{
    background-color: #fff;
}
.mb-0{
   margin-bottom: 0 !important;
}
.featured_image {
    border-radius: 8px;
}
.bg-gray
{
    background-color: #f5f5f5;
}
.pg-1
{
    padding: 15px 5px 15px 5px;
}
.border-rad-1
{
    border-radius: 5px;
}
.border-rad-10
{
    border-radius: 10px;
}
.flex-wrap
{
    display: flex !important;
    flex-wrap: wrap !important;
}
.color-yellow, .color-yellow:focus
{
    border-color: #164D9E;
    background-color: #164D9E;
    outline-color: #fff;
    color: #fff;
}
.m-b-5p
{
    margin-bottom: 5px;
    margin-left: 3px;
}

a .color-yellow
{
    color: #fff;
}

.t-white
{
    color: #fff;
}

#btn-1:visited
{
    border-color: #F9CB4A;
}

.owl-item img
{
    border-radius: 10px;
}

.owl-carousel {
    display: none;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
}
.owl-carousel.loading{
    display:none;
}
.p-r-0{
    padding-right: 0 !important;
}
.d-flex
{
    display: flex;
}
.mb-15
{
    margin-bottom: 15px;
}
.row .mb-15 h3:after
{
    content: '';
    border-bottom: 3px solid #337ab7;
    position: absolute;
    bottom: -10px;
    display: block;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
}
.row-center
{
    text-align: center;
    margin: 0 auto;
}
.md-center
{
    display: inline-block;
    vertical-align: middle;
    float: none;
}