/*@import url('https://fonts.googleapis.com/css?family=Titillium+Web');*/
@import url('https://fonts.googleapis.com/css?family=Muli');

body, html {
    font-family: 'Muli', sans-serif;
    background: url('../images/bg.gif') left top no-repeat;
}

a, a:hover {
    text-decoration: none;
}

.topbar {
    height: 30px;
    background: #90afc5;
    padding-top: 2px;
    display: none;
}

ul.list {
    list-style: none;
}

    ul.list li {
        display: inline-block;
        padding-right: 20px;
    }

ul.social-list li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

    ul.social-list li a {
        color: #ffffff;
        font-size: 13px;
    }

a.mail {
    font-size: 15px;
}

.btn-red-outline {
    background: #ed1c24;
    padding: 10px 25px;
    outline: 1px solid #000;
    border: 3px solid #fff;
}

.navbar-dark .navbar-nav .nav-link{
	color:#303030;
    text-transform: uppercase;
}
.nav-item {
    margin-right: 30px;
    position: relative;
}

    .nav-item.active a {
        background: #ed1c24;
        padding: 10px;
    }

    .nav-item.active .nav-link::after {
        content: '';
        display: block;
        position: absolute;
        left: 25px;
        bottom: 0%;
        width: 0;
        height: 0;
        border-bottom: 6px solid #004a8f;
        border-top: 6px solid transparent;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

    .nav-item .fa {
        position: relative;
        top: 2px;
    }
	
	.dropdown{
		 display: none;
		position:absolute;
		 z-index: 1;
		background: #fff;
	    min-width: 270px;
    padding: 10px 15px;
	list-style:none
	}
	
	.dropdown li{
		border-bottom: 1px dotted #ed1c24;
       padding: 5px 0;
	}
	.dropdown li:last-child{
		border-bottom: transparent;
	}
	
	.dropdown  li a{
		display: block;
		color:#014a8f
	}
	
	.dropdown  li:hover a{
		color:#ed1c24 !important
	}
	
	.navbar-dark .navbar-nav .nav-link.drop-menu:hover  ul.dropdown{display:block !important;}

footer {
    background: #022545;
    padding: 50px 0 25px;
    color: #4C7297;
}

    footer .address p {
        margin-bottom: 6px;
    }

    footer .bottom-links {
        list-style: none;
    }

        footer .bottom-links li a {
            color: #4C7297;
        }

    footer .flinks {
        border-top: 1px solid #4C7297;
        border-bottom: 1px solid #4C7297;
        padding: 20px 0;
        margin-bottom: 35px;
    }

footer .flinks li a {
    color: #4C7297;
    font-size: 16px;
    padding-right: 26px;
}

/*** owl carousel styles ***/
.carousel-wrap {
  /* margin: 90px auto; */
  /* padding: 0 5%; */
  /* width: 80%; */
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: 0;
    position: relative;
    top: 0;
    right: 0;
    float: right;
    color: #cdcbcd;
	    background: #f1f1f1;
}

.owl-carousel .owl-nav.disabled{
	display: block !important;
    top: -55px;
    position: absolute;
    right: 0;
}

.owl-nav i {
  font-size: 25px;
     color: #022545;
}

.owl-nav .owl-prev {
  left: -45px;
      padding: 10px 15px;
}

.owl-nav .owl-next {
  right: -40px;
      padding: 10px 15px;
}

/*** owl carousel styles ends ***/

.featurette p{
        line-height: 30px;
    padding: 0 60px;
        text-align: center;
}
.border-image img, .border-image .img-border{
            border: 1px solid #ddd;
    border-radius: 50%;
    padding: 22px 0 0;
    width: 75px;
    height: 75px;

}
.border-image:hover {
    color:#ed1c24
} 
.text-white {
    color: #ffffff;
}
.card-header{
    padding:.2px  0
}
.card-header h5 .btn-link.collapsed{
    color:#000;
font-size: 14px;
white-space:inherit;

}

.card-header h5 .btn-link:hover, .card-header h5 .btn-link:active, .card-header h5 .btn-link{
    text-decoration:none;
    color:#ed1c24;
    font-size: 14px;
	white-space:inherit;
}

.card-header h5 .btn-link .fa{
    vertical-align:middle
}

.service-wrap .box{
        background: #022545;
    color: #fff;
    padding: 10px;
    text-align: center;
	padding-top:30px;
    padding-bottom: 40px;
	position:relative;
    outline: 1px solid #000;
	margin-bottom:15px;
    border-bottom: 5px solid #ed1c24;
}

.service-wrap .box img{
	width:65px !important;
	margin:0 auto;
}

.service-wrap .box p{
        font-size: 13px;
}

.service-wrap .box:hover{
	background:#ed1c24
}

.service-wrap:hover .box{
	outline: 1px solid #000;
    border-bottom: 5px solid #022545;
}
.service-wrap:hover .box::after{
	background:#ed1c24;
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #022545;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
} 

.service-wrap .box::after{
	content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ed1c24;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.text-red {
    color: #ed1c24;
}

.text-yellow {
    color: #fcb80b;
}

.text-gray {
    color: #b5b5b5;
}

.text-black {
    color: #000000 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #434142;
}

.bg-blue {
    background: #dbdbdb;
    padding: 0px;
    margin: 0px;
    /* line-height: 25px; */
    height: 50px;
}
.btn-gray{
    background:#F8F8F8;
    padding:10px 15px;
   border:1px solid #bdbdbd;
}
.subHead {
    padding: 15px 0px;
    margin: 15px 0px;
    text-align: left;
}
.contentTxt p {
    text-align: left;
    padding: 5px 0px;
    line-height: 21px;
}
.contentTxt h2 {
    text-align: left;
    padding: 10px 0px;
    font-size:30px;
    font-weight: bold;
    color:#ff9900;
}
.contentTxt h3 {
    text-align: left;
    padding: 10px 0px;
    font-size:25px;
    font-weight: bold;
    color:#000;
}
.abtDiv{
    display: block;
    height: 270px;
    background: url('../images/mainbanner.png') left top no-repeat #fff;
}
.searchTbl{
    background: #d5d1d1;
    padding: 15px;
    border-radius: 5px;
    border: #eee solid 2px;
    margin: 15px;
}

