body{
padding:0;
margin:0;
font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
font-family: 'Scheherazade New', serif;
}
p{
	padding:0;
	margin:0;
}
ul{
	padding:0;
	margin:0;
}
a,a:hover{
	text-decoration:none;
}
/*******navbar*******/
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    border: 0;
    margin: 0;
    padding: 1.5em 2em;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin: -18px 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #20d5e0;
    background-color: transparent;
    border-bottom: 2px solid  #012964;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #20d5e0;
    background-color: transparent;
    border-bottom: 2px solid #012964;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color:#000;
	background:transparent;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #20d5e0;
    background-color: transparent;
    border-bottom: 2px solid #012964;
}
/*******navbar*******/
/*******banner*******/
.head-height {
    height: 90px;
}
.banner-section{
	background:url(../images/banner.png)no-repeat 0px 0px;
	background-size:cover;
	min-height:530px;
	position:relative;
}
.banner-text {
    position: absolute;
    z-index: 999;
    left: 4em;
    right: 4em;
    top: 8em;
}
.banner-text h2 {
    color: #fff;
    font-size: 3.2em;
    font-weight: 600;
    line-height: 1.5em;
}
.banner-text p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8em;
    margin: 1em 0;
    width: 50%;
}
.banner-text a {
    display: block;
    background: #012964;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    width: 16%;
    border-radius: 10px;
}
.bt {
    text-align: center;
    background: #20d5e0;
    padding: 2em;
    border-right: 1px solid #fff;
}
.bt i {
    color: #fff;
    font-size: 3.5em;
}
.bt h4 {
    color: #fff;
    margin: 0.5em 0;
    font-size: 1.8em;
}
.bt p {
    color: #fff;
    line-height: 1.8em;
    font-size: 15px;
}
.banner-bottom {
    position: absolute;
    bottom: -10.5em;
    left: 4em;
    right: 4em;
}
/*******banner*******/
/*******about-section*******/
.bottom-height {
    height: 100px;
}
.abt1 h3 {
    font-size: 2.6em;
    color: #000;
    line-height: 1.5em;
    font-weight: 600;
}
.abt2 p {
    color: #777;
    line-height: 1.8em;
    font-size: 15px;
    margin-bottom: 1em;
}
.abt2 a {
    background: #12314d;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    width: 21%;
    border-radius: 21px;
}
.about-section {
    padding: 7em 0 5em;
}
/*******about-section*******/
/*******view-section*******/
.view-section{
	background:url(../images/bg-img.png)no-repeat 0px 0px;
	background-size:cover;
	padding:5em 0;
}
.view-section h3 {
    text-align: center;
    font-size: 3em;
    color: #fff;
    font-weight: 600;
}
.view-section p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    color: #fff;
    margin: 0.6em 0;
}
.vs h3 {
    font-size: 2.5em;
    color: #fff;
}
.vs h4 {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.5em;
    margin-top: 0.7em;
}
.row-grids {
    margin-top: 3.5em;
}
/*******view-section*******/
/*******service-section*******/
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.service-section h3 {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
}
.services a {
    display: block;
    font-size: 1.6em;
    color: #000;
    margin: 0.4em 0;
    text-decoration: none;
}
.services img {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
}
.services p {
    color: #777;
    font-size: 15px;
	line-height:1.8em;
}
.services {
	
    text-align: center;
    border: 1px solid #333;
    padding: 3em;
}
.services {
    text-align: center;
    border: 1px solid #eee;
    padding: 3em;
}
.service-section {
    padding: 4em 0;
    background: #faf8f8;
}
h2.widget-title {
    font-size: 1.5em;
    color: #000;
}

.company_info_desc p {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 1em;
}
ul.foot-menu li {
    list-style-type: none;
    line-height: 1.8em;
    display: inline-block;
    padding: 5px;
}
ul.foot-menu li a {
    color: #777;
    font-size: 14px;
}
ul.foot-menu li i {
    color: #3b88b1;
    margin-right: 5px;
}
ul.foot-menu {
    margin-top: 1em;
}
input#sub_email {
    width: 100%;
    padding: 5px;
    outline: 0;
}
input#sub_btn {
    width: 100%;
    background: #0f3750;
    border: 0;
    color: #fff;
    padding: 8px;
    margin-top: 8px;
}
.widget_get_quote_content {
    margin-top: 2em;
}
div#footer {
    padding: 4em 0;
    background: #eee;
}
.copy-right-text p {
    font-size: 15px;
    line-height: 1.8em;
    padding: 10px 0;
	color:#fff;
}
.footer-bottom {
    background: #0f3750;
}

/*******service-section*******/
/*******pages-section*******/
.page-banner{
	background:url(../images/page_banner.png)no-repeat 0px 0px;
	background-size:cover;
	padding:13em 0;
}
.page-banner h3 {
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
	color:#fff;
}
.page-content{
	padding:5em 0;
}
.page-content h3 {
    font-size: 2em;
    color: #000;
    font-weight: 600;
}
.page-content p {
    color: #777;
    line-height: 1.8em;
    margin-top: 0.5em;
    font-size: 15px;
}
.page-grid1{
	margin-top:3em;

}
input#cntfrm {
    width: 100%;
    padding: 8px;
    outline: 0;
    border: 0;
    border: 1px solid #eee;
}
.contact-form {
    float: left;
    width: 49%;
    margin-right: 7px;
}
.form-row {
    margin-top: 1.5em;
}
textarea#msg {
    width: 100%;
    height: 100px;
    outline: 0;
    padding: 8px;
    border: 0;
    border: 1px solid #eee;
}
input#cntsbmt {
    border-radius: 3px;
    border: 0;
    background: #073559;
    font-size: 1.1em;
    padding: 0.4em 0.8em;
    color: #fff;
}
.page-content h4 {
    font-size: 1.6em;
    color: #2496ae;
    margin: 6px 0;
}
ul.cntadd li {
    list-style-type: none;
    line-height: 1.8em;
    color: #777;
    font-size: 1.1em;
    margin-top: 7px;
}
ul.cntadd li i {
    color: #009ee3;
    font-size: 1.1em;
    margin-right: 5px;
}
.map {
    margin-top: 1em;
}
ul.UlList2 li {
    list-style-type: none;
    color: #777;
    font-size: 15px;
    margin-top: 10px;
}
ul.UlList2 li i {
    color: #1e9ab4;
    margin-right: 5px;
}
select#cntfrm {
    width: 100%;
    border: 0;
    border: 1px solid #eee;
    padding: 6px;
}
input#cntbtn {
    width: 20%;
    background: #4a789a;
    border: 0;
    color: #fff;
    padding: 5px;
    font-size: 15px;
}
/*******pages-section*******/
@media screen and (max-width: 1024px) {
	.banner-text {
    top: 2em;
}
.services a {
    font-size: 1.3em;
}
}
@media screen and (max-width: 768px) {
	.navbar-brand {
    margin: -18px -4px;
}
	.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
}
.banner-section {
    min-height: 370px;
}
	.banner-text {
    top: 2em;
}
.services a {
    font-size: 1.3em;
}
.banner-text h2 {
    font-size: 3em;
    line-height: 1.2em;
}
.banner-bottom {
    position: absolute;
    bottom: -31em;
    left: 4em;
    right: 4em;
}
.bt {
    float: left;
    width: 33%;
}
.bottom-height {
    height: 348px;
}
.s0 {
    float: left;
    width: 50%;
}
.col-md-6.col-lg-3.col-xs-12 {
    float: left;
    width: 50%;
}
}
@media screen and (max-width:414px) {
.navbar-brand {
    margin: -20px -4px;
}
.banner-section {
    min-height: 180px;
}
.banner-text h2 {
    font-size: 1.8em;
    line-height: 1.2em;
}
.banner-text p {
    color: #fff;
    font-size: 12px;
    line-height: 1.8em;
    margin: 0.5em 0;
    width: 100%;
}
.banner-text a {
    display: block;
    background: #1ba1be;
    text-align: center;
    font-size: 12px;
    padding: 6px;
    color: #fff;
    width: 41%;
    border-radius: 10px;
}
.banner-text {
    top: 0;
}
.banner-bottom {
    position: absolute;
    bottom: -54em;
    left: 4em;
    right: 4em;
}
.bt {
    float: inherit;
    width: 100%;
    margin-bottom: 3px;
	padding: 1em;
}
.bt i {
    font-size: 2.5em;
}
.bt h4 {
    margin: 0.3em 0;
    font-size: 1.5em;
}
.bottom-height {
    height: 660px;
}
.abt2 a {
    width: 36%;
}
.s0 {
    float: left;
    width: 100%;
}
.col-md-6.col-lg-3.col-xs-12 {
    float: left;
    width: 100%;
    MARGIN-BOTTOM: 14px;
}
}
@media screen and (max-width:375px) {
	.navbar-brand {
    margin: -69px -6px;
}
.banner-bottom {
    position: absolute;
    bottom: -58em;
    left: 4em;
    right: 4em;
}
.bottom-height {
    height: 717px;
}
}
}