/* CSS Document */



/*===============================================================
common portion start
=================================================================
*/

body{
	margin:0;
	padding:0 !important;
	position:relative;
	font-family: 'PT Sans', sans-serif;
}
/*body,html{
	height:100%
}*/


div,table,tr,th,td,th,video,audio,h1,h2,h3,h4,h5,h6,aside,canvas,section,header,footer,nav,span,p,small,big,a,b,strong,img,hr,pre,button,input,textarea,optgroup,ul,li,ol,select,option,blockquote,nav{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	text-decoration:none;
	list-style-type:none;
}

.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	font-size:0;
	}
.clear{
	clear:both
	}

.container{
    margin:0 auto;
	padding:0 0px;
}	

.row{
	width:100%;
	margin:10px auto
	}
img {
	max-width:100%;
	}		
	

h1{
	font-family: 'Oswald', sans-serif;
	font-size:52px;
	text-align:left;
	font-weight:normal;
	color:#fff;
}

h1 span{
	color:#ff3d43;
	font-size:63px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size:43px;
	text-align:center;
	line-height:54px;
    font-weight:normal;
	}
		
h3 {
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	line-height:40px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	}
	
	
h4 {
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	line-height:60px;
	}
h5 {
	
	}
			
h6{
	
	
}
		
p{
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
}

	
	
	
::-moz-placeholder{
	color:#6a6a6a;
	}
::-ms-placeholder{
	color:#6a6a6a
	}
::-webkit-placeholder{
	color:#6a6a6a
	}
::-0-placeholder{
	color:#6a6a6a
	}
	
:-moz-placeholder:after{
	content:'*';
	color:#f00;
	}
::-ms-placeholder{
	color:#6a6a6a
	}
::-webkit-placeholder{
	color:#6a6a6a
	}
::-webkit-input-placeholder{
	content:'*';
}
::-0-placeholder{
	color:#6a6a6a
	}

	
::selection{
	background:#DA2127;
	color:#fff;
	}
::-moz-selection{
	background:#DA2127;
	color:#fff;
	}
::-webkit-selection{
	background:#DA2127;
	color:#fff;
	}
::-o-selection{
	background:#DA2127;
	color:#fff;
	}
::-ms-selection{
	background:#DA2127;
	color:#fff;
	}				
	
	
.f_left{
	float:left;
}
.f_right{
	float:right;
}
a{
	text-decoration:none;
}



/*===============================================================
common portion end
=================================================================
*/


/*===============================================================
banner start
=================================================================
*/

#banner{
	width:100%;
	background:url(../images/bannre-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.banner-overlay{
	width:100%;
	background:rgba(0,0,0,0.71);
	padding:0px 0 20px;
}
header{
	width:100%;
	background:#da2127;
	padding:0px 0;
}
header .container{
	position:relative;
}
header .header-right{
	width:335px;
	float:right;
	margin:5px 0;
}
.header-phone{
	width:324px;
	float:left;
}
.header-phone p{
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:21px;
}
.header-phone p span{
	color:#23c0f9;
}
.header-social{
	width:110px;
	float:right;
	margin-top: 22px;
}
.header-social ul{
	width:100%;
	text-align:center;
}
.header-social ul li{
	width:26px;
	height:26px;
	display:inline-block;
    margin:0 3px;
}
.header-social ul li a{
	width:26px;
	height:26px;
	border-radius:50%;
	border:1px solid #fff;
	display:block;
	text-align:center;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;

}

.header-social ul li:nth-of-type(1):hover a{
	background:#3360d0;
	border-color:#4772da;
}
.header-social ul li:nth-of-type(2):hover a{
	background:#00c3f8;
	border-color:#66d4f3;
}
.header-social ul li:nth-of-type(3):hover a{
	background:#dc4a38;
	border-color:#f87565;
}

.header-social ul li a i{
	color:#fff;
	line-height:26px;
	display:block;
	text-align:center;
}

.custom-logo{
	width:482px;
	height:284px;
	position:absolute;
	top:0;
	left:0;
	content:'';
	display:block;
}



.banner-content{
	width:100%;
	padding:80px 0 40px;
}
.banner-content .banner-cont-left{
	/*width:47%;*/
	float:left;
	margin-left:80px;
	margin-top:40px;
}
.banner-content .banner-cont-left p{
	color:#fff;
}
.banner-content .banner-cont-left ul{
	width:100%;
}
.banner-content .banner-cont-left ul li{
	margin:10px 0;
	padding-left:35px;
	font-family: 'Oswald', sans-serif;
	font-size:21px;
	color:#fff;
}
.banner-content .banner-cont-left ul li{
	background:url(../images/li-icon.png)0 6px no-repeat;
}
.banner-content .banner-cont-right{
	width:31%;
	float:right;
	background:rgba(218,33,39,0.68);
	border-radius:5px;
	padding:10px;
}
.form-area{
	width:99%;
    border:2px solid #fff;
	border-radius:5px;
	padding-top:10px;
}
.main-form-area{
	width:90%;
	margin:auto;
	
	
}
input[type="text"], input[type="tel"], input[type="email"]{
	width:100%;
	height: 34px;
    text-indent: 10px;
	border: 1px solid #CCC;
	background-color:#dbdbdb;
	border-radius:5px;
}

select{
	height: 34px;
    text-indent: 5px;
    -moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance:none;
    background: url("../images/select-icon.png") no-repeat scroll 96% center transparent;
    text-overflow: "";
    color: #989899;
    width: 100%;
    border: 1px solid #CCC;
	background-color:#dbdbdb;
	border-radius:5px;
	color:#6a6a6a;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
}
.submit-btn{
	width:60%;
	margin:auto;
}
input[type="submit"]{
	width:100%;
	border:2px solid #fff;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	border-radius:5px;
	line-height:40px;
	font-size:16px;
	cursor:pointer;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
	background:transparent;
}
input[type="submit"]:hover{
	background:#fff;
	color:#da2127;
}



/*===============================================================
banner end
=================================================================
*/

/*===============================================================
relief start
=================================================================
*/

#relief{
	width:100%;
	padding:40px 0;
}
h2{
	color:#da2127;
}
h2 span{
	color:#0055a5;
}
#relief p{
	padding:20px 0 0 0;
	width:80%;
	margin:auto;
	text-align:center;
	color:#373737;
}
#relief .get-free-btn{
	width:390px;
	margin:30px auto 0;
}
#relief .get-free-btn a{
	text-align:center;
	width:100%;
	display:block;
	background:#da2127;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	border-radius:5px;
	line-height:45px;
	transition:all .5s ease;
	-moz-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-o-transition:all .5s ease;
	-ms-transition:all .5s ease;
}
#relief .get-free-btn a:hover{
	background:#c8141a;
}


/*===============================================================
relief end
=================================================================
*/

/*===============================================================
middle-section start
=================================================================
*/


#middle-section{
	width:100%;
	background:#0055a5;
	padding:40px 0;
}
#middle-section ul{
	width:100%;
}
#middle-section ul li{
	width:30%;
	margin:0 18px;
	float:left;
}
.icon-box{
	width:71px;
	margin:auto;
}
#middle-section p{
	color:#fff;
	text-align:center;
}

.middle-box{
	width:100%;
}
.responsive-middle{
	display:none;
}


/*===============================================================
middle-section end
=================================================================
*/

/*===============================================================
client start
=================================================================
*/



#client{
	width:100%;
	padding:20px 0;
}
.left-logos{
	width:45%;
	float:left;
}
.right-logos{
	width:45%;
	float:right;
}

#client ul{
	width:100%;
	text-align:center;
}





#client ul li{
	width:22%;
	display:inline-block;
	margin:0 5px;
	background: none repeat scroll 0% 0% #FFF;
    line-height: 85px;
    min-height: 85px;
    text-align: center;
}
#client ul li img{
	width: 80%;
    margin: auto;
    vertical-align: middle;
    max-height: 100px;
	cursor:pointer;
	/*filter: grayscale(100%);*/
	transition:all .2s ease;
	-moz-transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	-ms-transition:all .2s ease;
}

/*===============================================================
client end
=================================================================
*/

#disclaimer{
	width:100%;
	padding:0 0 20px 0;
	
}
#disclaimer p{
	width:95%;
	margin:auto;
	font-size:11px;
	line-height:15px;
	color:#666;
	padding:5px 0;
}




/*===============================================================
footer start
=================================================================
*/


footer{
	width:100%;
	padding:20px 0;
	border-top:3px solid #0055A5;
	border-bottom:2px solid #0055A5;
}
footer .container{
	position:relative;
}
.footer-text{
	width:286px;
	margin:auto;
	/*float:left;
	margin-top:3%;*/
}
.left-footer-text{
	width:167px;
	float:left;
	border-right:1px solid #282828;
}
.right-footer-text{
	width:109px;
	float:right;
}
footer p{
  font-size:18px;
  color:#282828;	
}
footer p a{
	color:#282828
}
footer p a:hover{
	text-decoration:underline;
}
footer p a.active{
	text-decoration:underline;
}
.footer_to_top{
	width:40px;
	height:40px;
	position:absolute;
	content:'';
	display:block;
	right:0px;
	top:-10px;
	
}
.footer_to_top a{
	width:40px;
	height:40px;
	display:block;
	border-radius:10px;
	border:1px solid #024D68;
}
.footer_to_top a i{
	text-align:center;
	line-height:52px;
	display:block;
	font-size:40px;
	color:#024D68;
}

/*===============================================================
footer end
=================================================================
*/



/*===============================================================
inner page start
=================================================================
*/
#inner-banner{
	width:100%;
	background:url(../images/inner-banner.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
/*.banner-overlay{
	width:100%;
	background:rgba(0,0,0,0.71);
	padding:0px 0 20px;
}*/

.inner-banner_container{
	width:100%;
	padding:80px 0 40px;
}
.inner-banner_container h1{
	text-align:center;
	font-size:50px;
	padding-bottom:10px;
}
.inner-fort-cont{
	width:60%;
	margin:auto;
	background:rgba(218, 33, 39, 0.68);
	border-radius:5px;
	padding:10px
}
.inner-form-area{
	width:99%;
    border:2px solid #fff;
	border-radius:5px;
	
}
.inner-form{
	width:90%;
	margin:auto;
}




#inner-body-head{
	width:100%;
	padding:20px 0;
}
#inner-body-head h4{
	color:#282828;
	font-size:20px;
	line-height:30px;
	padding-top:10px;
}
.line{
	width:200px;
	height:2px;
	background:#089FD6;
	margin:10px auto 0;
}

#inner-body{
	width:100%;
	padding:20px 0;
}
#inner-body h3{
	text-align:left;
	color:#0055A5;
	font-size:24px;
	line-height:29px;
}

#inner-body h6{
	font-size:18px;
	font-family: 'PT Sans', sans-serif;
	color:#282828;
}
#inner-body p{
	color:#282828;
	padding:10px 0;
	padding-left:40px;
	text-align:justify;
}
#inner-body p a{
	color:#024D68;
	font-size:18px;
}
#inner-body p a:hover{
	text-decoration:underline;
}
.list-box{
	width:80%;
	margin-left:80px;
}
.list-box ul li{
    margin:5px 0;
	color:#282828;
	font-size:16px;
	list-style:disc;
}

#inner-contact{
	width:100%;
	background:#0055A5;
	padding:20px 0;
}
#inner-contact p{
	text-align:center;
	color:#fff;
	font-size:18px;
}
#inner-contact h4{
	line-height:35px;
}
#inner-contact .line{
	width:200px;
	height:2px;
	background:#fff;
	margin:10px auto
}
.link{
	white-space:normal;
	text-align:left;
}
#inner-contact p i{
	padding:0 10px 0 0;
	font-size:20px;
}

/*===============================================================
inner page end
=================================================================
*/

.authorize_area{
	width:214px;
	float:left;
	
}
.logo-left{
	width:90px;
	float:left;
}
.logo-left img{
	width:100%;
}
.logo-right{
	width:105px;
	float:right;
}
.logo-right img{
	width:100%;
	margin-top: 11px;
}
.responsive-logo{
	display:none;
}
.custom-logo{
	
}