@charset "utf-8";
/* CSS Document */

body, html{
	height: 100% !important;
}

body{
    font: 14px 'Open Sans', sans-serif;
    line-height: 23px;
    color: #727272;
   background: #f0f0f0;
    /*background: #fceef0;*/
}

a{
	transition: all ease 0.3s;
}

a:hover{
	text-decoration: none;
}


h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 20px;
    color: #181818;
}

.light{
	font-weight: 300;
}

h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

h4{
	font-size: 20px;
	font-weight: 600;
}

h5{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #181818;
	position: relative;
}

h5:after{
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 40px;
	margin-left: -20px;
	height: 2px;
	display: table;
	content: '';
	background: #000;
}

h6{
	font-size: 14px;
	font-weight: 600;
}

p {
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 23px;
}

.service_icons:after, .address p:after{
	display: table;
	clear: both;
	content: '';
}


.margin_btm_40{
	margin-bottom: 40px;
}

.mar_tb_30{
	margin: 30px 0;
}

.padd_tb_30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.padd_tb_50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.padd_top_50{
	padding-top: 50px;
}


.grey{
    color: #999;
}

.bigtfont {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
}

.top_nav {
    background: #272727;
    font-size: 12px;
    color: #ccc;
	padding: 10px 0;
}

.topmenu{
	margin: 0;
	padding: 0;
}

.topmenu li{
	list-style: none;
	display: inline-block;
    margin-right: 25px;
}

.topmenu li a{
    color: #ccc;
}

.topmenu li a:hover{
	color: #fff;
}

.top_logins{
	margin: 0;
	padding: 0;
}

.top_logins li{
	list-style: none;
	display: inline-block;
}

.top_logins li a{
    font-size: 13px;
    color: #fff;
    padding: 0 8px;
    background-color: #CE1C1C;
    border-radius: 5px;
    padding: 6px 15px;
}

.top_logins li a:hover{
    background-color: #fff;
    color: #CE1C1C;
}

.title_bar{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #fff;
}


.menu>ul{
	text-align: right;
	margin: 0;
	padding: 0;
    margin-top: 3px;
}

.menu>ul>li{
	list-style: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
	position: relative;
	display: inline;
	float: left;
}

.menu>ul>li>a{
	float: left;
	display: block;
    color: #181818;
	padding: 18px 9px;
	font-size: 15px;
    font-weight: 700;
}

.menu>ul>li:hover>a, .menu>ul>li>a.active{
	color: #CE1C1C;
}

.menu li:hover .dropdown_menu{
	display: block;
}

.dropdown_menu{
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
	min-width: 178px;
	z-index: 9999;
}

.dropdown_menu li{
	list-style: none;
}

.dropdown_menu li a{
	display: block;
	text-align: left;
    padding: 9px 20px;
    font-size: 13px;
    color: #999;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.dropdown_menu li a:hover {
    border-bottom: 1px solid #eee;
    color: #454545;
    background-color: #eee;
}

.third_child{
	width: 254px;
}

.last_child{
	width: 235px;
	right: 0;
	left: auto;
}

.ls-bottom-nav-wrapper a, .ls-nav-prev, .ls-nav-next, .ls-nav-prev:hover, .ls-nav-next:hover{
    color: white;
}

.ls-nav-active{
	background: #000;
}

.white_bg{
	background: white;
	padding: 20px;
}

.white_btn{
    color: #d61d0b;
    font-size: 14px;
    padding: 16px 40px;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: normal;
    border: 1px solid #eee;
    transition: all 0.3s ease;
	display: inline-block;
}

.white_btn:hover{
    color: #fff;
    background: #ccc;
    border: 1px solid #ccc;
}

.about_icons{
	margin: 80px 0 0 0;
	padding: 0;
}


.about_icons li{
	list-style: none;
}

.about_icons li a{
	display: block;
	float: left;
	width: 31.33%;
	margin: 0 1%;
    background: #f3f3f3;
    padding: 10px 0px;
	text-align: center;
	color: #000;
}

.about_icons li a:hover{
	background: #073E76;
	color: #fff;
}

.service_icons{
	margin: 0;
	padding: 0;
}

.service_icons li{
	list-style: none;
	display: block;
	float: left;
	width: 23%;
	margin: 1%;
	padding: 0%;
	text-align: center 
	
}

.service_icons li figure{
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #fff;
	margin-bottom: 20px;
}

.service_icons li figcaption{
	text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #181818;
}

.about_page_icons{
	margin: 0;
	padding: 0;
	text-align: center;
}

.about_page_icons li{
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0px 25px;
	
}

.about_page_icons li figure{
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #fff;
	margin-bottom: 20px;
	width: 150px;
	height: 150px;
	background: #272727;
	text-align: center;
	line-height: 130px;
}

.about_page_icons li figure img{
	width: 70%;
}

.about_page_icons li:hover figure{
	background: #CE1C1C;
}

.about_page_icons li:hover figcaption{
	color: #CE1C1C;
}

.about_page_icons li figcaption{
	text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 12px;
    font-style: normal;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #181818;
}


.col-sm-offset-3_cus {
    margin-left: 26% !important;
}

#owl-demo .item{
	margin: 3px;
}

#owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
}

.clients_list{
	margin: 50px 0 0 0;
}

.clients_list li{
	list-style: none;
}

.enquiry_form{
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 99999;
	width: 300px;
	-webkit-box-shadow: -1px 0px 25px 0px rgba(184,184,184,1);
-moz-box-shadow: -1px 0px 25px 0px rgba(184,184,184,1);
box-shadow: -1px 0px 25px 0px rgba(184,184,184,1);
}

.form_handle{
    background: #073E76;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px;
	font-size: 18px;
    border-radius: 4px 4px 0px 0px;
	font-weight: 600;
	text-transform: uppercase;
}

.form_handle i{
	float: right;
	margin-top: 2px;
}

.form_body{
    padding: 15px 10px 10px 10px;
    background: #edeff1;
	display: none;
}

.form_body input[type="text"], .form_body textarea {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    outline: none;
    padding: 7px 35px 7px 10px;
    width: 100%;
    -webkit-transition: 0.2s border;
    transition: 0.2s border;
}

.form_body .form-group {
    position: relative;
}

.form_body .form-group .fa {
    background-color: #fff;
    font-size: 15px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.submit-btn {
    background: #bb140b;
    color: #fff;
}

.submit-btn:hover {
    background: #0d4b88;
    color: #fff!important;
}

.page_banner_section{
	padding: 55px;
	background: url(../images/about.jpg) no-repeat;
	position: relative;
}

.page_banner_section:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}

.page_banner_section h1, .mission_content h1{
	color: #fff;
	font-size: 42px;
	position: relative;
	z-index: 10;
}

.mission{
	background: url(../images/about_tabs.jpg) no-repeat;
	padding: 25px 40px;
	position: relative;
	color: #fff;
}

.mission:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 5;
}

.mission_content{
	position: relative;
	z-index: 10;
}

.address i{
    float: left;
    width: 8%;
    padding-top: 5px;
}

.address span{
    float: right;
    width: 92%;
}


.grey_bg{
	background: #797979;
    margin: 0;
    padding: 20px;
    color: #fff;
}

.grey_bg h1{
	color: #fff;
}

.popup_box{
	display: none;
}

#map{
	width: 100%;
}
.footer{
    background:#272727;
    color: #cfcece;
}
.footer h3{
    color: #CE1C1C;
}
.branch-map{
   padding: 20px;
   background:#fff;
}
.txt-heading{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #181818;
}
.footer ul li{
    margin-bottom:5px;
} 

.footer ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #cfcece;
} 
.footer ul li a:hover{
    font-size: 14px;
    font-weight: 400;
    color: #CE1C1C;
} 
.form-bg{
    padding: 10px 98px;
    background: #f0f0f0;
}
.form-group {
    margin-bottom: 5px!important;
}

.form-bg label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
    color: #181818;
    font-size: 13px;
}
