/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/

/*--slider--*/
/*--- slider-css --*/


/*WELCOME*/
#banner_wrapper{
	width:100%;
	height:auto;	 
	background: #fff;
}
#banner_inner{
	/*height:380px;*/
	padding:0px; 
	margin:0px auto;
	color:#000000;
	background:#FFF;
	/*border-bottom: 4px solid #be2925;*/
	border-top: 4px solid #be2925;
}









/*--- slider-css --*/
#banner_wrapper .slider {
	position: relative;
	left:0px;
}
#banner_wrapper .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
#banner_wrapper .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
#banner_wrapper .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
#banner_wrapper .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
#banner_wrapper .caption{
	width:100%;
	position: absolute;
	top: 30%;
	left:0%;
	text-align:center;
	font-size:16px;
}
#banner_wrapper .caption h2{
	color:#fff;
	font-family: 'squares_boldregular';
	font-weight:lighter;
	font-size: 4.0vw;
	float:left;
	padding:22px 0px;
	width:100%;
}
#banner_wrapper .caption p>span{
	font-family: 'PT Sans', sans-serif;
	background:#001b38;
	color: #ffffff;
	padding:3px 8px;
	line-height:30px;
}
#banner_wrapper .caption p {width:100%; text-align:center; }

#banner_wrapper .callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	border: 2px solid #1f2339;
	background:#d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 12px;
}
#banner_wrapper .callbacks_here a:after{
	background:#FFFFFF;
	border: 2px solid #be2925;
}
#banner_wrapper .callbacks_tabs a{
	visibility:hidden;
}
#banner_wrapper .callbacks_tabs li{
	display:inline-block;
	margin:0px 3px;
}
#banner_wrapper ul.callbacks_tabs.callbacks1_tabs {
	z-index: 999;
	padding: 0px ;
	position:absolute;
	right:30px;
	bottom:0px;
}
#banner_wrapper .callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 2%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:59px;
  width:60px;
  background: url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
#banner_wrapper .callbacks_nav.next {
  left: auto;
  background-position: right top;
  right:2%;
 }
 
.testimonial .callbacks_tabs{
	display: none;
}
/*-- responsive-mediaquries --*/

