/* CSS Document */
body {
font-family: 'Roboto', sans-serif !important;
font-size: 14px !important;
line-height: 22px;
color: #585858 !important;
}
a {
text-decoration: none !important;
transition: all 0.3s ease-in-out;
}
a:hover {
text-decoration: none !important;
}
.mb-20{
margin-bottom: 20px !important;
}
.pad0{
	padding: 0px !important;
}

#page-wrapper {
width: 100%;
overflow: hidden;
}

.header{
width: 100%;
}

.logo{
margin: 15px 0px;
}
.call{
	float:right;
	background-color: #ce0022;

border-radius: 25px;

height: 45px;

padding: 0px 20px;

color: #fff;

text-align: center;

font-size: 20px;

line-height: 42px;
margin-top: 25px;

}
.call .fa {

    margin-right: 5px;

}
.header .navbar{
float: right;
text-align: right;
margin-top: 30px;
padding: 0px;
}
.header .navbar-nav{
border-right: 1px solid #2e2e2e;
padding-right: 15px;
margin-right: 15px;
}
.header .nav-item{
margin-left: 15px;
margin-right: 15px;
}
.header .navbar-light .navbar-nav .nav-link {
font-family: 'Titillium Web', sans-serif;
font-size: 13px;
text-transform: uppercase;
color: #000;
padding-left: 0px;
padding-right: 0px;
}
.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link:hover{
border-bottom: 3px solid #ce0022;
color: #ce0022;
}
.slider img{
width: 100%;
height: 400px;
}
.welcome-txt{
width: 100%;
margin: 0px;
    background-color: #ce0022 !important;
	padding:40px 0px;
}
.welcome-txt h4 {
color: #fff;
font-family: 'Titillium Web', sans-serif;
font-size: 20px;

margin:0px 0 0;
}
.welcome-txt p{
font-size: 14px;
color: #fff;
margin:15px 0px 5px 0px;
}

.footer{
	padding: 20px 0px;
	background-color:#000;
}
.footer a{
	color: #eee;
	text-decoration: underline !important;
	
}
.footer a:hover{
	color: #fff;
	text-decoration: none !important;
	
}

.slider .carousel-caption h3{
font-family: 'Titillium Web', sans-serif;
font-size: 50px;
text-transform: uppercase;
color: #fff;
padding-left: 0px;
padding-right: 0px;
margin-bottom: 10px;
}

.slider .carousel-caption h3 span{
	color: #ce0022;
}

.slider .carousel-caption{
position: absolute;

top: 35px;

width: 320px;

min-height: 300px;

right: 15%;

background-color: rgba(0,0,0,0.7);

z-index: 1;

padding: 20px;

}
.slider .carousel-caption h3{
	font-size:25px;
	color:#fff;
	text-align:left;
}
.quick-field {
	width:100%;
    padding: 8px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 12px !important;

}
.carousel-caption .form-group img{
	display:inline-block;
	width:92px !important;
	height:35px !important;
}
.fixwidth{
	width:65% !important;
}
.red-btn {
    background-color: #ce0022;
    border: 2px solid #ce0022;
    color: #fff;
    padding: 4px 15px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.red-btn:hover {
    background-color: transparent;
    border: 2px solid #ce0022;
	color: #ce0022;
}
.dscrptn li{
	display:inline-block;
	width:25%;
	text-align:center;
}
.about{
	padding-top:50px;
}
.title{
	display:block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    
    
    padding-bottom: 5px;
    margin-bottom: 25px;
    color: #000;

}
.inner{
	padding:50px 0px;
}

.about p{
	color:#000;
}
.usp{
	padding:50px 0px;
	width:100%;
}
.usp-list{
	margin:0px;
	padding:0px;
}
.usp-list li{
	list-style-type:none;
	margin-bottom:10px;
	color:#000;
}
.usp-list .fa{
	color:#ce0022;
	margin-right:5px;
}
.top-bar{
	background-color:#000;
	color:#fff;
	padding:5px;
}
.slider .carousel-control-prev, .slider .carousel-control-next{
	display:none !important;
}

.inner p{
	color:#000;
}

.required {
    position:absolute;
    bottom:-17px;
    left:0;
}

.form-group {
position:relative;
}

