@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'), url(../fonts/montserrat.woff2) format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
* {
	margin: 0px;
	padding: 0px;
}
/***** Common Css *****/
body {
	background: #fff;
	font-weight: normal;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	cursor: default;
	color: #000;
	margin: 0;
	padding: 0;
}
a:focus {
	outline: none;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.img-responsive {
	display: inline
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
/*Header Navigation*/
.navbar-default {
	background: #154478;
	height: auto;
	margin-bottom: 0;
	border-radius: 0;
	border: none;
	border-bottom: 3px solid #154478;
}
.navbar-brand {
	height: auto;
}
.nav > li > a {
	padding: 52px 15px !important;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	transition: 0.2s all;
	-moz-transition: 0.2s all;
	-ms-transition: 0.2s all;
	-o-transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.navbar-default .navbar-nav > li > a {
	color: #fff
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #083262;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background: #083262;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff
}
.pagecontent p {
	color: #fff;
}
.blockbg p {
	color: #000
}
/*Home-banner*/
.home-banner {
	margin: 0;
	padding: 12em 0;
	width: 100%;
	float: left;
	background: url(../images/banner-2.jpg) no-repeat fixed 0 center;
	background-size: cover;
	position: relative;
	max-height: 530px;
}
.parallax-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.home-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	color: #fff;
}
.home-caption h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 50px;
	position: relative;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}
.home-caption p {
	margin: 25px 0 0 0
}
.home-caption h1:after {
	content: "";
	position: absolute;
	width: 30%;
	height: 5px;
	background: #fff;
	bottom: -15px;
	left: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.home-block-margin {
	margin: 15px 0;
}
/*contact-form*/
.contact-form {
	/*margin:0;*/
	padding: 0;
	width: 100%;
	float: left;
	background: #fff;
	border: 2px solid #154478;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.37)
}
.top-part {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	background: #154478;
	line-height: 0;
}
.top-part i {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 22px;
	padding: 12px 0;
	color: #031b31
}
.input-group {
	border-radius: 50px;
	overflow: hidden;
	border: 2px solid #c1bfbf;
	background: #f1f1f1;
	width: 100%;
	padding: 5px
}
.form-control:focus {
	box-shadow: none;
	outline: none;
}
.form-control {
	background: #f1f1f1;
	padding: 12px 18px 12px 5px;
	height: auto;
	border: none;
	box-shadow: none
}
.input-group-addon {
	background: #154478;
	border: 1px solid #ccc;
	border-radius: 50% !important;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
	width: 45px;
}
.text-area .input-group-addon {
	background: none;
	border: none;
	color: #154478;
}
.contact-form form {
	margin-top: 15px;
}
textarea {
	background: none;
	width: 100%;
	border: none;
	padding: 0 30px 0 5px
}
.contact-form form .btn {
	width: 100%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 0;
	padding: 15px 0;
	background: #154478;
	border: none;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.contact-form form .btn:hover {
	background: #000;
}
/*aboutus-section*/
.aboutus-section {
	margin: 45px 0;
	padding: 0;
	width: 10%;
	float: left;
	width: 100%;
}
.heading {
 margin:.;
	padding: 0;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center
}
.blue {
	color: #154478;
}
.white {
	color: #fff;
}
/*Lading Tab*/

.landing-tab {
	position: relative;
	z-index: 10;
	background: #f1f1f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.17);
	-ms-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.17);
	-o-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.17);
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.17);
}
.landing-tab .nav-tabs {
	border-bottom: 0 none;
}
.landing-tab .nav-tabs > li.active a {
	background: #999999 !important;
	color: #fff !important;
}
.landing-tab .nav-tabs > li.active .tab-info h3 {
	color: #fff !important;
}
.landing-tab .nav-tabs > li > a {
	background: #154478;
	border: 0 none !important;
	border-radius: 0;
	color: #fff !important;
	padding: 15px !important;
	position: relative;
	transition: all 300ms ease 0s;
	background-size: cover;
	font-weight: 900;
	width: 100%;
}
.landing-tab .nav-tabs > li > a h2 {
	color: #fff
}
.landing-tab .nav-tabs > li > a:hover {
	background: #999999;
}
.landing-tab .nav-tabs > li > a:hover h2 {
	color: #000 !important
}
.landing-tab .tab-icon {
	display: inline-block;
	font-size: 28px;
}
/*.landing-tab .tab-info {
	display: inline-block;
	left: 70px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	vertical-align: middle;
}*/
.landing-tab .tab-info h3 {
	color: #fff;
	font-size: 18px;
	line-height: normal;
	margin: 0;
	font-weight: 900
}
.landing-tab .tab-pane h3 {
	line-height: normal;
	margin-top: 0;
}
.landing-tab .tab-pane h3.text-center {
	margin-bottom: 25px;
}
.landing-tab .tab-pane {
	text-align: center;
	color: #000;
	padding: 15px 0
}
/*.tab-pane::after {
	background: rgba(0, 0, 0, 0.18) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	top: 0;
	width: 1px;
}*/
.nav-tabs > li {
	margin: 0;
}
.landing-tab .tab-pane i.big {
	display: block;
	font-size: 200px;
	margin-bottom: 30px;
}
.buliderexp {
	padding: 25px 0;
	width: 100%;
	float: left;
	background: url(../images/banner-5.jpg) no-repeat fixed;
	background-size: cover;
	position: relative;
}
table thead {
	background: url(../images/nav-background.png) repeat;
	text-transform: uppercase;
}
.table > thead > tr > th {
	font-weight: 900;
	text-align: center;
	padding: 22px 0;
	color: #000
}
.table-bordered {
	border: 1px solid #b3b4b4
}
.table > tbody > tr > td {
	background: #eff0f0;
	padding: 22px 0;
	color: #000;
	text-transform: uppercase;
}
.label-primary {
	text-transform: uppercase;
	font-weight: 900;
	border-radius: 15px;
	font-size: 12px;
}
.viewmore {
	padding: 0;
}
.viewmore td {
	padding: 0 !important;
}
.viewmore a {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	float: left;
	background: #000;
	width: 100%;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}
.viewmore a:hover {
	background: #154478;
	color: #fff
}
#map-wrapper {
	position: relative;
}
.map-wrapper {
	position: relative;
}
.map {
	height: 520px;
	z-index: 1;
	overflow: hidden;
}
.contact-info-inner h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
.contact-info h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 42px;
}
.contact-info p {
	font-size: 18px;
}
.contact-info i {
	font-size: 18px;
	margin-right: 10px;
}
.contact-info-inner {
	background: #154478;
	bottom: 0;
	color: #fff;
	max-width: 400px;
	padding: 25px 30px;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 2;
	float: left;
        right:0
}
.contact-info-inner p {
	margin-bottom: 25px;
	overflow: hidden;
}
.contact-info-inner p strong {
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	position: relative
}
.contact-info-inner p strong:after {
	content: "";
	width: 25%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.contact-info-inner i {
	font-size: 24px;
	margin-right: 20px !important;
	margin-top: 5px;
}
#map-wrapper {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.contact-info-inner > div {
	float: left;
	width: 100%;
}
.coypwrite {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	float: left;
	background: #99999b;
	text-align: center;
	color: #fff;
}
.coypwrite p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 900;
	color: #000
}
.fa.fa-smile-o {
	color: green;
	font-size: 33px;
}
.tablistcontent li {
	list-style-type: circle;
	margin: 10px 0
}
.help-block {
	display: none !important
}
.has-error .form-control:focus {
	box-shadow: none
}
.has-success .form-control:focus {
	box-shadow: none
}
.form-control-feedback {
	right: 24px;
	top: 12px
}
.form-control {
	box-shadow: none !important
}
.innerpageheader {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: url(../images/banner-4.jpg) no-repeat fixed;
	background-size: cover;
	padding: 100px 0;
	position: relative;
	text-align: center;
}
.innerpageheader h1 {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff
}
.breadcrumb {
	background: 0
}
.breadcrumb > li {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff
}
.breadcrumb > li > a {
	color: #154478
}
.breadcrumb > .active {
	color: #fff
}
.commingsoon {
	margin: 45px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.commingsoon h2 {
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	color: #3276B7;
	font-size: 5vw
}
.commingsoon h2 i {
	color: #3276B7 !important;
	font-size: 5vw !important
}
.pagecontent {
	margin: 0;
	padding: 25px 0;
	width: 100%;
	float: left;
}
.blockbg {
	margin: 20px 0;
	padding: 15px 0;
	background: #f1f1f1;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.41);
	color: #000;
	float: left;
	width: 100%;
}
.blockbg p {
	margin: 0
}
.blockbg h2 {
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 15px 15px 15px;
}
.blockbg .tablistcontent {
	padding: 0 30px;
}
.g-item {
	backface-visibility: hidden;
	overflow: hidden;
	max-height: 250px;
	position: relative;
}
.g-item img {
	overflow: hidden;
	width: 100%;
}
.g-item .overlay {
	background-color: #154478;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.g-item:hover .overlay {
	opacity: 1;
}
.g-item span {
	color: white;
	font-size: 60px;
	font-weight: 300;
	height: 100px;
	left: 0;
	line-height: 60px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
}
.g-item span img {
	width: auto;
}
.padding {
	padding: 0;
}
.placement-bg {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 5px solid #154478;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	float: left;
	margin: 0 0 25px;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
}
.placement-bg i {
	background: #154478;
	border-radius: 50%;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.placement-bg img {
	background: #154478;
	border-radius: 50%;
	color: #fff;
	height: 100px;
	line-height: 50px;
	padding: 3px;
	width: 100px;
}
.placement-bg h4 {
	color: #000;
	font-weight: 900;
	margin: 15px 0 10px;
	text-transform: uppercase;
}
.placement-bg h5 {
	color: #154478;
	font-weight: 900;
	text-transform: uppercase;
}
.placement-bg p {
	margin: 18px 0;
}
.modal-body {
	text-align: center;
}
.modal-body .fa.fa-smile-o {
	font-size: 14vw;
	text-align: center !important;
}
.modal-body {
	background: #154478
}
.modal-body > h3 {
	color: #000;
	font-weight: 900;
	line-height: 43px;
	text-transform: uppercase;
}
.blockbg p {
	text-align: justify
}
.pagecontent {
	position: relative;
}
.blue-verlay {
	background: rgba(21,68,120,0.8);
}
#owl-demo .item {
	margin: 3px;
}
#owl-demo .item img {
	display: inline;
	width: 50%;
	height: auto;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
}
.owl-pagination {
	display: none
}
.owl-item {
	/* background: #f1f1f1; */
	height: 170px;
	text-align: center;
	display: flex;
	align-items: center;
}
.cilent-logo {
	padding: 15px 0;
}
.map {
	height: 520px;
	z-index: 999;
	overflow: hidden;
}
.cilent-logo {
	padding: 15px 0;
	float: left;
	width: 100%;
	background: #fff;
}


.blockbg img {
	width:80px;
}

.blockbg li {
	margin:20px 0;
}


.demo li {
    /*display: inline;*/
    background: #fff;
    padding: 2px 10px;
    float: left;
    margin: 9px 7px 0 0;
    font-size: 12px;
}

.ln-letters a {
    display: inline-block;
    float: initial;
    color: #fff;
    border: 1px solid #fff;
}
.ln-letters a:hover, .ln-letters .ln-selected {
    background-color: #000;
}
.listNav, .ln-letters {
text-align:center
}

.ln-letter-count {
color:#fff
}