@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:'Roboto',"Open Sans", sans-serif;
	/*color:#232323;*/
	box-sizing:border-box;
	text-decoration:none !important;
	transition:.5s;}
hr{
    border-top: 1px solid #a42423;
    margin-top: 10px;
}
img{
   border: 0px; 
}
a:hover, a:focus{
    border: 0px;
}
header{clear: both;}
.icons i{
    color:#a12427;
}
.icons i:hover{
    color:#fb9201;
}
.top{
	width:100%;
	/*background:#0167a9;*/
    background: #a42423;
	padding:5px 0;
	color:#fff;}
.top ul{
	float:right;
	margin:0;
	padding:0;}
.top ul li{
	display:inline;
	float:left;
	margin-left:20px;}
.top ul li i{
	font-size:20px;
	line-height:26px;
	float:left;
	margin-right:5px;
	color:#fff;}
.top ul li p{
	font-size:14px;
	line-height:26px;
	float:left;
	margin:0;
	color:#fff;}
/*menu{
	box-shadow:0 5px 5px rgba(0,0,0,.50)}
menu .navbar{
	margin:0;
	padding:5px 0;}
menu .navbar-brand{
	padding:0;
	height:80px;}
menu .navbar-brand img{
	max-height:100%;}
menu .navbar ul li a{
	font-size:15px;
	line-height:15px;
	background:none !important;
	color:#444444 !important;
	padding:0 20px;
	margin:30px 0;
	border-right:1px solid #a6a6a6;
	transition:.3s;}
menu .navbar ul li:last-child a{
	padding-right:0;
	border-right:none;}
menu .navbar ul li a:hover{
	color:#e67713 !important;} */
.navbar{
    margin: 0;
    /*padding: 5px 0;*/
    position: absolute;
    top: 0px;
    width: 100%;;}
.navbar-brand{
    padding:0;
    height:80px;}
.navbar-brand img{
    max-height:100%;}
/*.navbar ul li a{
    font-size:15px;
    line-height:15px;
    background:none !important;
    color:#000000 !important;
    padding:0 20px;
    margin:30px 0;
    border-right:1px solid #a6a6a6;
    transition:.3s;
    font-weight: bold;}
.navbar ul li:last-child a{
    padding-right:0;
    border-right:none;}
.navbar ul li.active a, .navbar ul li a:hover{
    color:#a42423 !important;}*/
.banner{
	height:30vw;}
.slider{
	width:100%;
	height: 100%;}
.aslide{
	width: 100%;
	height:100%;
	display: none;}
.aslide img{
	width: 100%;
	height:100%;
    min-height: 450px;}
.aslider{
	width:100%;
	height:100%;}
.holding{
	width:100%;
	padding:30px 0 10px;}
.holding h3{
	font-size:18px;
	color:#fff;
	margin:0;
	margin-bottom:10px;
    line-height: 40px;
    padding-left: 10px;
    background: #a42423;}
.holding p{
	font-size:17px;
	color:#000000;
	margin:0;
    line-height: 25px;
    text-align: justify;}
.hold-links{
	float:right;
	text-align:right;
	margin-top:30px;}
.hold-links a{
	width:160px;
	max-width:45%;
	line-height:50px;
	font-size:15px;
	float:left;
	background:#0167a9;
	text-align:center;
	padding:0 20px;
	border-radius:25px;
	margin-left:10px;
	color:#fff;
	text-transform:uppercase;}
.hold-links a i{
	float:right;
	line-height:50px;
	color:#fff;}
.services{
	background:#0167a9;
	text-align:center;
	color:#fff;
	padding:35px 0;}
.services h3{
	font-size:35px;
	margin:0;
	color:#fff;}
.services h3 span{
	padding:0 20px;
	margin:auto;
	background:#8abb50;
	font-size:22px;
	margin:0;
	color:#fff;}
.services p{
	font-size:15px;
	margin:0;
	color:#fff;
	margin:0;
	margin-top:10px;}
.all-services{
	margin-top:50px;}
.single-service{
	width:100%;
	margin-bottom:30px;
	transition:.5s;}
.single-service i{
	width:120px;
	line-height:120px;
	margin:auto;
	text-align:center;
	background:#fff;
	border-radius:100%;
	display:block;
	transition:.5s;}
.single-service:hover i{
	box-shadow:0 0 15px rgba(0,0,0,.70)}
.about{
	width:100%;
	background:#ecf0f1;
	padding:35px 0;}
.about h3{
	font-size:35px;
	color:#222121;
	margin:0;
	margin-bottom:10px;}
.about-sec{
	padding:10px;
	background:#fff;}
.about-inr{
	width:100%;
	border:1px solid #dedede;
	padding:15px;}
.about-inr h4{
	font-size:17px;
	color:#25bce9;
	margin:0;
	margin-bottom:20px;}
.about-img{
	width:20%;
	float:left;
	line-height:50px;
	text-align:center;}
.about-img img{
	width:35%;}
.about-cntnt{
	width:80%;
	float:left;
	padding-left:10px;
	line-height:50px;}
.about-cntnt p{
	font-size:15px;
	color:#525151;}
.read-more{
	width:100%;}
.read-more a{
	width:120px;
	line-height:30px;
	float:right;
	background:#a12427;
	color:#fff;
	text-align:center;}
.contact-sec{
	width:100%;
	padding:10px;
	/*background:#0167a9;*/}
.contact-sec h3{
	font-size: 18px;
    color: #fff;}
.contact-sec input{
	width:100%;
	border:none;
	background:#fff;
	color:#333;
	padding:5px 5px 5px 10px;
    border:solid 1px #ccc;
	margin-bottom:20px;}
.contact-sec textarea{
	width:100%;
	border:none;
	background:#fff;
	color:#333;
	padding:5px 5px 5px 10px;
    border:solid 1px #ccc;
	margin-bottom:20px;}
.contact-sec input[type=submit]{
    background: #a42423;
    color: #ffffff;
	padding:10px;
	margin-bottom:10px;
    font-weight: bold;}
footer{
	/*background:#0167a9;*/
    /*background: #08409d;*/
	padding:0px 0;}
#bottom{
    width:100%;
    /*background:#0167a9;*/
    background: #a42423;
    padding:5px 0;
    color:#fff;
    height: 50px;
    line-height: 50px;}
footer ul{
	margin:0;
	padding:0;
	float:left;}
footer ul li{
	display:inline;}
footer ul li a{
	color:#a5dcff !important;
	margin:0 10px;
	text-decoration:none !important;}
footer ul li a:hover{
	color:#fff !important;}
footer p{
	color:#fff;
	float:left;
	margin:0;
	margin-right:10px;}

.about-section{
	width:100%;
	padding:50px 0;}
.about-section h3{
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#0167a9;
	font-weight:700;
	margin-top:0;}
.about-section p{
	text-align:justify;
	color:#555;}
.about-section p span{
	width:100%;
	float:left;
	font-size:16px;
	margin-bottom:5px;
	font-weight:700;}
.address h4{
	font-size:24px;
	color:#777;
	font-weight:700;
	border-bottom:1px solid #ccc;
	padding:0 0 10px 0;
	margin:0 0 30px 0;}
.add-sec{
	margin-bottom:30px;}
.add-sec h3{
	font-size:18px;
	text-align:left;}
.add-sec p{
	font-size:16px;
	line-height:24px;}
.add-sec p i{
	width:24px;
	line-height:24px;
	font-size:20px;
	color:#a42423;
	margin-right:5px;}
.serv-tab{
	min-height:400px;
	border-top:1px solid #ccc;
	margin-top:30px;
	padding-top:30px;}
.serv-tab ul li a{
	font-size:16px;
	color:#0167a9 !important;}
.serv-tab ul li.active a{
	background:#0167a9 !important;
	color:#fff !important;}
h3.message{
    text-align: center;
    font-size: 33px;
}
p.message-writer{
    text-align: right;
}
p.message-center{
    text-align: center;
}