*{
	margin:0 auto;
	padding: 0 auto;
}
body{
	font-size: 15px;
	color: #424141;
	background: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
b{
    font-size: 18px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.top-header{
	background-color: #1d2b57;
}
.top-header p{
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}
.top-header p i{
	margin-right: 7px;
}
.top-right ul{
	float: right;
	padding-top: 10px;
}
.top-right ul li{
	float: left;
	padding-left: 15px;
}
.top-right ul li a i{
	color: #fff;
	font-size: 13px;
}
.top-right ul li a i:hover{
	color: #000;
}
.navbar-brand img{
	width: 250px;
}
.navbar-right{
	margin-top: 26px;
}
/********************************************/
/*************item*******************/
.item{
	width: 100%;
	height: auto;
}
.info{
	position: relative;
	margin-bottom: 20px;
}
.banner-bottom{
	box-shadow: -3px 0px 15px 1px rgba(0, 0, 0, 0.08);
    padding: 4em 3em;
    background: #fff;
    text-align: left;
    margin-top: -6em;
}
.info-left h3{
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.info-left h3 i{
	color: #c90c0d;
	margin-right: 7px;
} 
.info-left p{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 1px;
	font-weight: 100;
}
.info-middle{
	border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}
.info-middle h3{
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}
.info-middle h3 i{
	color: #c90c0d;
	margin-right: 7px;
} 
.info-middle p{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 1px;
	font-weight: 100;
}
/**********************************************/
/************home-about********************/
.home-about{
	padding-top: 30px;
	padding-bottom: 90px;
}
.home-about h4{
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}
.home-about h5{
	font-size: 22px;
	text-transform: capitalize;
	text-align: center;
}
.img-box img{
	width: 100%;
	height:auto;
}
.about-para{
	margin-top: 30px;
}
.about-para p{
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #716e6e;
	padding-bottom: 10px;
	padding-top: 10px;
}
.about-para a{
	background-color: #1d2b57;
	padding: 7px 15px;
	color: #fff;
	text-transform: capitalize;
}
/***************************************************************/
/*************home-services******************/
.home-service{
	background-color:#1d2b57;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 90px;
	padding-bottom: 90px;
}
.home-service h1{
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	color: #ffffff;
}
.home-service h1::after{
    width: 10%;
    height: 3px;
    background-color: #ffffff;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 11px !important;
}
.service-section .service-wrapper {
    position: relative;
    padding: 40px 40px;
    border-radius: 5px;
    transition: 0.3s;
}
.service-wrapper i {
    position: relative;
    font-size: 24px;
    color: #48c7ec;
    float: left;
    z-index: 5;
}
.service-wrapper .wrapper-content {
    position: relative;
    margin-left: 43px;
    z-index: 5;
}
.service-wrapper .wrapper-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 9px;
}
.service-wrapper .wrapper-content h3 a{
	color: #d8d8d8;
	text-decoration: none;
}
.service-wrapper .wrapper-content p {
    color: #9a9a9a;
    margin-bottom: 0;
    letter-spacing: 1px;
}
/************************************************/
/*********location************/
.location{
	padding-top: 90px;
	padding-bottom: 90px;
}
.location h1{
	text-transform: uppercase;
	font-size: 800;
	font-size: 25px;
	text-align: center;
	font-weight: 600;
}
.location h1::after{
    width: 6%;
    height: 3px;
    background-color: #1d2b57;
    content: "";
    margin: 0 auto;
    display: block;
    margin-top: 11px !important;
}
.loca img{
	width: 150px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.loca h3{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
/***********************/
/************footer**********************/
.footer{
	background-color: #1d2b57;
	padding-top: 20px;
	padding-bottom: 7px;
}
.footer p{
	color: #fff;
	text-transform: capitalize;
}
.footer-right ul{
	float: right;
}
.footer-right ul li{
	float: left;
	padding-left: 15px;
}
.footer-right ul li a i{
	color: #fff;
}
/***************************************************************************/
/**************about-us************************************/
.about{
	background-image: url('../images/about-bg.jpg');
	padding-top: 70px;
	padding-bottom: 70px;
}
.about h1{
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
.about-main{
	padding-top: 90px;
	padding-bottom: 90px;
}
.about-main p{
	color: #333;
	line-height: 24px;
}
.about-main-left{
	margin-top: 1%;
}
.about-main-left h1 span{
	color: #333;
	font-weight: 300;
	font-size: 16px;
}
.about-main-left h1{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	color: #1d2b57;
}
.about-main-left h1::after{
	width: 10%;
	height: 2px;
	background-color: #1d2b57;
	content: "";
	display: block;
	margin-top: 11px;
}
.about-main-left p i{
	margin-right: 5px;
}
.about-min-right img{
	width: 100%;
	height: auto;
}
.about-mid{
	background-color: #fff;
	padding-top: 90px;
	padding-bottom: 90px;
}
/**************************************************/
/**********services-head**********************/
.services-head{
	background-image: url('../images/about-bg.jpg');
	padding-top: 70px;
	padding-bottom: 70px;
}
.services-head h1{
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
/*****************************************************/
/****************************************/
.client-head{
	background-image: url('../images/about-bg.jpg');
	padding-top: 70px;
	padding-bottom: 70px;
}
.client-head h1{
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
/**********************************************************/
/***********conatct-head*********/
.contact-head{
	background-image: url('../images/about-bg.jpg');
	padding-top: 70px;
	padding-bottom: 70px;
}
.contact-head h1{
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	color: #fff;
}
.contact-main{
	padding-top: 90px;
	padding-bottom: 90px;
}
.form-control{
	border-radius: 0px;
	height: 46px;
}
textarea.form-control{
	height: 215px;
}
.btn-default{
	background-color: #1d2b57;
	color: #fff;
	padding: 8px 30px;
}
.contact-add{
	background-color: #fff;
    height: 170px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 5px 10px #888888;
}
.contact-add h3{
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	color: #1d2b57;
	font-weight: 600;
}
.contact-add h3::after{
	width: 10%;
	height: 2px;
	background-color: #000;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 11px;
}
.contact-add p{
	text-align: center;
	text-transform: capitalize;
}
.contact-no{
	background-color: #fff;
    height: 170px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 5px 10px #888888;
}
.contact-no h3{
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	color: #1d2b57;
	font-weight: 600;
}
.contact-no h3::after{
	width: 10%;
	height: 2px;
	background-color: #000;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 11px;
}
.contact-no p{
	text-align: center;
	text-transform: capitalize;
}
.contact-mail{
	background-color: #fff;
    height: 170px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 5px 10px #888888;
}
.contact-mail h3{
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	color: #1d2b57;
	font-weight: 600;
}
.contact-mail h3::after{
	width: 10%;
	height: 2px;
	background-color: #000;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 11px;
}
.contact-mail p{
	text-align: center;
}