/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
*{
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background: url(../images/bg.jpg) 0 0;
	color: #989898;
	line-height:20px;
}
@font-face {
    font-family: 'OswaldLight';
    src: url('../fonts/oswald-light.eot');
    src: url('../fonts/oswald-light.eot') format('embedded-opentype'),
         url('../fonts/oswald-light.woff') format('woff'),
         url('../fonts/oswald-light.ttf') format('truetype'),
         url('../fonts/oswald-light.svg#OswaldLight') format('svg');
}
a:hover,
a:focus{
	opacity:0.8;
	outline:none;
}
a{
	transition: all 0.25s linear 0s;
}
body > .container{
	background-color:#ffffff;
}

/*---- header_css_start ----*/
header{
}
.header_container{
	padding-top:26px;
	border-bottom:1px solid #d4271d;
	padding-bottom:1px;
	margin-bottom:25px;
}
@media screen and (max-width:767px){
	.header_container .col-sm-4{
		padding-bottom:15px;
	}
}
.top_contacts{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.top_contacts ul{
	float:right;
	list-style:none;
	margin-bottom:0;
}
.top_contacts ul li{
	float:left;
	margin-left:25px;
}
.top_contacts ul li a{
	color:#c9c9c9;
	font-size:12px;
	line-height:22px;
}
.top_contacts ul li a:hover{
	color:#acacac;
	text-decoration:none;
	opacity:1;
}
.top_contacts ul li a > img{
	float: left;
    margin-right: 5px;
}
.top_contacts ul li a > span{
}
/*---- header_css_end ----*/

/*---- navigation_css_start ----*/
.navbar{
	background-color: #ffffff;
    border-bottom: medium none;
    float: right;
    margin-bottom: 0;
    width: auto;
}
.navbar-header{
	position:relative;
	text-align:center;
}
.res_menu_title{
	display:none;
}
.navbar-collapse{
}
.navbar-collapse ul.navbar-nav{
}
.navbar-collapse ul.navbar-nav li{
	margin-left:15px;
}
.navbar-collapse ul.navbar-nav li.active{
}
.navbar-collapse ul.navbar-nav li a{
	padding:10px 15px;
	font-family:OswaldLight;
	font-size:16px;
	line-height:18px;
}
.navbar-collapse ul.navbar-nav > li > a:hover, 
.navbar-collapse ul.navbar-nav > li > a:focus,
.navbar-collapse ul.navbar-nav > li.active > a, 
.navbar-collapse ul.navbar-nav > li.active > a:hover, 
.navbar-collapse ul.navbar-nav > li.active > a:focus{
	background-color: #ececec;
    color: #d9524b;
	border-radius:3px 3px 0 0;
	opacity:1;
}
@media screen and (max-width:767px){
	.navbar {
		background-color: #d21a10;
		width: 100%;
	}
	.res_menu_title{
		color: #ffffff;
		display: inline-block;
		font-family: OswaldLight;
		font-size: 26px;
		line-height: 50px;
		margin: 0;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #ffffff;
	}
	.navbar-collapse ul.navbar-nav li{
		margin-left:15px;
		margin-right:15px;
	}
	.navbar-collapse ul.navbar-nav li a{
		color:#ffffff;
	}
}
@media (min-width:768px) and (max-width:991px){
	.navbar-collapse ul.navbar-nav li{
		margin-left:5px;
	}
	.navbar-collapse ul.navbar-nav li a{
		padding:10px;
	}
}
/*---- navigation_css_end ----*/


/*---- slider_css_start ----*/
.carousel {
	/*height: 410px;*/
	margin-bottom: 25px;
}
.carousel .carousel-inner{
}
.carousel .item {
	/*height: 410px;*/
	background-color: #777;
}
.carousel .thumbnail > img, 
.carousel .thumbnail a > img,
.carousel-inner > .item > img,  
.carousel-inner > .item > a > img{
  /*position: absolute;
  height: 410px;*/
  top: 0;
  left: 0;
  max-width:100%;
  min-height: 160px;
}
.carousel-caption {
	left: 8%;
	width:40%;
	z-index: 10;
}
.carousel-caption h1{
	color: #cd1910;
    font-family: OswaldLight;
    font-size: 34px;
    font-weight: bold;
    line-height: 42px;
	height:42px;
	overflow:hidden;
    margin: 0;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h2{
	color:#222222;
	font-family:OswaldLight;
	font-size:28px;
	font-weight: bold;
	line-height:36px;
	height:36px;
	overflow:hidden;
	text-align:left;
	margin:0;
	text-shadow: none;
}
.carousel-caption p{
	color: #696969;
    font-size: 14px;
    height: 80px;
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-align: left;
    text-shadow: none;
}
.carousel-caption .more_btn{
	float:left;
	margin-top:15px;
	transition: all 0.25s linear 0s;
}
.carousel-caption .more_btn:hover{
	opacity:0.8;
}
.carousel-caption .more_btn .btn_left{
	background-color:#d21a10;
	height:38px;
	line-height:38px;
	color:#ffffff;
	padding:0 10px 0 20px;
	font-size:12px;
	float:left;
	text-shadow: none;
	font-weight:bold;
}
.carousel-caption .more_btn .btn_right{
	background:url(../images/slider_btn_right.jpg) no-repeat 0 center;
	float:left;
    height: 38px;
    width: 66px;
}
.carousel-control{
	width:8%;
}
@media screen and (max-width:319px){
	.carousel-caption{
		display:none;
	}
}
@media (min-width:320px) and (max-width:449px){
	.carousel-caption{
		padding-bottom:2px;
		width:80%;
	}
	.carousel-caption h1 {
		font-size: 18px;
		line-height: 26px;
		height:26px;
		overflow:hidden;
	}
	.carousel-caption h2 {
		font-size: 16px;
		line-height: 20px;
		height:20px;
		overflow:hidden;
	}
	.carousel-caption p{
		margin-bottom:0;
		margin-top:5px;
		font-size:11px;
		line-height:14px;
		height:56px;
		overflow:hidden;
	}
	.carousel-caption .more_btn{
		margin-top:5px;
	}
	.carousel-indicators{
		bottom:0;
		margin-bottom:0;
	}
	.carousel-caption .more_btn .btn_left{
		height:20px;
		line-height:20px;
		padding-left:10px;
	}
	.carousel-caption .more_btn .btn_right{
		height:20px;
	}
}
@media (min-width:450px) and (max-width:479px){
	.carousel-caption{
		padding-bottom:2px;
		width:80%;
	}
	.carousel-caption h1 {
		font-size: 18px;
		line-height: 26px;
		height:26px;
		overflow:hidden;
	}
	.carousel-caption h2 {
		font-size: 16px;
		line-height: 20px;
		height:20px;
		overflow:hidden;
	}
	.carousel-caption p{
		margin-bottom:0;
		margin-top:5px;
		font-size:11px;
		line-height:14px;
		height:56px;
		overflow:hidden;
	}
	.carousel-caption .more_btn{
		margin-top:5px;
	}
	.carousel-indicators{
		bottom:0;
		margin-bottom:0;
	}
}
@media (min-width:480px) and (max-width:599px){
	.carousel-caption{
		padding-bottom:5px;
		width:80%;
	}
	.carousel-caption h1 {
		font-size: 18px;
		line-height: 26px;
		height:26px;
		overflow:hidden;
	}
	.carousel-caption h2 {
		font-size: 16px;
		line-height: 20px;
		height:20px;
		overflow:hidden;
	}
	.carousel-caption p{
		font-size: 11px;
		height: 42px;
		line-height: 14px;
		margin-bottom: 0;
		margin-top: 5px;
		overflow: hidden;
	}
	.carousel-caption .more_btn{
		margin-top:5px;
	}
	.carousel-indicators{
		bottom:0;
		margin-bottom:3px;
	}
}
@media (min-width:600px) and (max-width:767px){
	.carousel-caption{
		padding-bottom:15px;
		width:80%;
	}
	.carousel-caption p{
		margin-bottom:0;
		margin-top:5px;
	}
	.carousel-caption .more_btn{
		margin-top:5px;
	}
}
@media (min-width:768px) and (max-width:991px){
	.carousel-caption{
		padding-bottom:15px;
	}
	.carousel-caption p{
		margin-bottom:5px;
		margin-top:10px;
	}
	.carousel-caption .more_btn{
		margin-top:5px;
	}
}
/*---- slider_css_end ----*/

/*---- main_body_css_start ----*/
.main_body{
	@padding-bottom:30px;
}
.inner_banner{
	margin-bottom:25px;
}
.inner_banner > img{
	min-height:140px;
}
.slider_bott_more{
	border-top:2px solid #d21a10;
	border-bottom:2px solid #d21a10;
	padding:20px 0;
	margin-bottom:50px;
}
.slider_bott_more .slider_bott_more_cont{
	text-align:center;
}
.slider_bott_more .slider_bott_more_cont p{
	display:inline-block;
	color:#696969;
	font-size:14px;
	margin:3px 0;
	line-height:22px;
}
.slider_bott_more .slider_bott_more_cont .more_det_btn{
	display:inline-block;
	background-color:#d21a10;
	padding:5px 20px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin-left:25px;
	transition: all 0.25s linear 0s;
}
.slider_bott_more .slider_bott_more_cont .more_det_btn:hover{
	text-decoration:none;
	opacity:0.8;
}
.common_title{
	color: #d21a10;
    font-family: OswaldLight;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;
}
.common_p_txt{
    margin-bottom: 15px;
    margin-top: 0;
}
.common_more_arrow{
	margin-left: 5px;
	transition: all 0.25s linear 0s;
}
.common_more_arrow:hover{
	opacity:0.8;
}
.common_more_arrow > a{
}
.common_more_arrow > a > img{
}
.home_wel_txt{
	margin-bottom:20px;
}
.common_ul{
	list-style:none;
}
.common_ul li{
	background:url(../images/common_li_icon.png) no-repeat left 5px;
	padding-left:15px;
	color: #989898;
	line-height:20px;
	margin-bottom:10px;
}
.common_ul li a{
	color: #989898;
	line-height:20px;
	transition: all 0.25s linear 0s;
}
.common_ul li a:hover{
	text-decoration:none;
	color:#757575;
}
.home_why_txt{
	margin-bottom:20px;
	margin-top: 10px;
	width:50%;
	padding-right: 13px;
	float:left;
}
.home_news_updats{
}
.news_update_title{
	float: left;
    margin-top: 0;
	margin-bottom:20px;
    position: relative;
    width: 100%;
}
.news_update_title .title_left{
	background-color: #d21a10;
    color: #ffffff;
    float: left;
    font-family: OswaldLight;
    font-size: 20px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0 70px 0 15px;
    width: 100%;
}
.news_update_title .title_right{
	background: url(../images/title_right_img.jpg) no-repeat 0 0;
    float: right;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
}
#vertical-ticker {
	float: left;
    height: 340px;
    margin: 0 0 10px 0;
    overflow: hidden;
    width: 100%;
}
#vertical-ticker li {
    border-bottom: 1px dashed #cacaca;
    display: block;
    padding: 10px 0;
}
#vertical-ticker li .news_icon{
}
#vertical-ticker li .news_icon > img{
}
#vertical-ticker li .news_txt{
	padding-left:0;	
}
#vertical-ticker li .news_txt .news_p{
	color:#989898;
	font-size:12px;
	line-height:16px;
	height:64px;
	overflow:hidden;
	text-align:justify;
	margin:0;
}
#vertical-ticker li .news_red{
	color:#d21a10;
	text-transform:uppercase;
}
#vertical-ticker li .home_news_more{
	background:url(../images/home_news_more_arrow.png) no-repeat 0 0;
	height:7px;
	width:7px;
	margin-left:5px;
	display:inline-block;
}
@media screen and (max-width:479px){
	#vertical-ticker li .news_icon{
		float:left;
		width:20%;
	}
	#vertical-ticker li .news_txt{
		float:left;
		width:80%;
	}
}
@media (min-width:480px) and (max-width:599px){
	#vertical-ticker li .news_icon{
		float:left;
		width:15%;
	}
	#vertical-ticker li .news_txt{
		float:left;
		width:85%;
	}
}
@media (min-width:600px) and (max-width:767px){
	#vertical-ticker li .news_icon{
		float:left;
		width:10%;
	}
	#vertical-ticker li .news_txt{
		float:left;
		width:90%;
	}
}
#nav_arrows{
	float:right;
}
#nav_arrows a{
	float:left;
	text-indent:-999999px;
	margin-left:2px;
}
#nav_arrows #ticker-next{
	background:url(../images/home_news_arrow_down.png) no-repeat;
	display:inline-block;
	height:18px;
	width:21px;
}
#nav_arrows #ticker-previous{
	background:url(../images/home_news_arrow_up.png) no-repeat;
	display:inline-block;
	height:18px;
	width:21px;
}
#nav_arrows #stop{
	display:none;
}
#nav_arrows #start{
	display:none;
}
.about_page_txt{
	margin-bottom:40px;
}
.about_our_services_txt{
	margin-bottom:20px;
}
.right_sub_nav{
	float: left;
    width: 100%;
	margin-bottom:20px;
}
.right_sub_nav ul{
	list-style-type:none;
	float: left;
    width: 100%;
}
.right_sub_nav ul li{
	float: left;
    width: 100%;
	margin-bottom:10px;
}
.right_sub_nav ul li a{
	background-color: #d21a10;
    float: left;
    height: 40px;
    padding: 1px 35px 1px 25px;
    position: relative;
    width: 100%;
}
.right_sub_nav ul li a .sub_txt{
	background-color: #ffffff;
    color: #d21a10;
    float: left;
    font-family: OswaldLight;
    font-size: 20px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    text-align: center;
    width: 100%;
}
.right_sub_nav ul li a .sub_arrow{
	background:url(../images/right_sub_nav_arrow.png) no-repeat right center;
	height:40px;
	width:30px;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
.about_page_contact_form{
	float: left;
    width: 100%;
}
.about_page_contact_form .about_cont_title{
	background:url(../images/contact_icon_1.png) no-repeat 0 0;
	padding-left:60px;
	min-height:50px;
	color:#d21a10;
	font-weight:bold;
	font-family:OswaldLight;
	font-size:34px;
	line-height:50px;
	margin-top:0;
}
.about_contact_form{
}
.about_contact_form label{
	width:100%;
	margin-bottom:10px;
}
.about_contact_form .form_txt{
	color: #181818;
    display: block;
    font-family: OswaldLight;
    font-size: 14px;
	letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 5px;
}
.about_contact_form .form-control{
	display: block;
    font-family: OswaldLight;
    font-size: 13px;
    font-weight: normal;
    height: 30px;
    line-height: 20px;
    padding: 2px 12px;
}
.about_contact_form textarea.form-control{
    height: 90px;
	overflow:auto;
	resize:none;
}
.about_contact_form input.form-control[type="submit"]{
	background-color:#d21a10;
	border-radius:0;
	font-weight:bold;
	font-size:14px;
	margin-top:15px;
	letter-spacing: 1px;
	border:none;
	color:#ffffff;
	transition: all 0.25s linear 0s;
}
.about_contact_form input.form-control[type="submit"]:hover{
	opacity:0.8;
}
/*---- main_body_css_end ----*/

/*---- Custom start ----*/
.wng{
	font-weight: bold;
	text-align: center;
	color:#d21a10;
}
/*---- Custom End ----*/

/*---- footer_css_start ----*/
footer{
}
.footer_container{
	background-color: #545454;
	@margin-left:-15px;
    float: left;
    padding-bottom: 15px;
    padding-top: 30px;
    width: 100%;
}

.copy_right_div{
	border-top:1px solid #818181;
	padding-top:15px;
	margin-top:20px;
}
.copy_right_div p{
	margin:0;
	width:100%;
	text-align:center;
	color:#818181;
	font-size:12px;
	line-height:18px;
}
.footer_nav{
	padding-left:25px;
}
.footer_nav ul{
	list-style-type: none;
    margin: 0;
}
.footer_nav ul li{
}
.footer_nav ul li a{
	color: #999999;
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.footer_nav ul li a:hover,
.footer_nav ul li.active a{
	color:#ffffff;
	text-decoration:none;
}
.footer_contact{
}
.footer_contact h2{
	margin-top:0;
	margin-bottom:10px;
	color:#cacaca;
	font-size:17px;
	line-height:13px;
}
.footer_contact p{
	color:#9e9e9e;
	font-size:12px;
	line-height:16px;
	margin:0;
}
.footer_social{
	padding-left:70px;
}
.footer_social h2{
	margin-top:0;
	margin-bottom:20px;
	color:#cacaca;
	font-size:17px;
	line-height:13px;
}
.footer_social ul{
	list-style-type:none;
	margin-bottom:0;
}
.footer_social ul li{
	float:left;
	margin-right:5px;
	margin-bottom:10px;
}
.footer_social ul li a{
}
@media screen and (max-width:479px){
	.footer_container .col-sm-4{
		float:left;
		width: 100%;
		margin-bottom:20px;
	}
	.footer_nav{
		padding-left:0;
	}
	.footer_social{
		padding-left:0;
	}
	.footer_container .col-sm-12{
		float:left;
		width: 100%;
	}
}
@media (min-width:480px) and (max-width:767px){
	.footer_container .col-sm-4{
		float:left;
		width: 33.3333%;
	}
	.footer_nav{
		padding-left:0;
	}
	.footer_social{
		padding-left:0;
	}
	.footer_container .col-sm-12{
		float:left;
		width: 100%;
	}
}
/*---- footer_css_end ----*/