body {
	color: #18191A;
	font-family: 'Roboto', sans-serif;
}
p {
	line-height: 1.8;
}
a {
	color: #0050a4;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
	color: #18191A;
	font-weight: 400;
}
h2 img{
	max-width:250px !important;
	height:auto;
}
@media only screen and (min-width: 768px) {
h1 {font-size: 45px;}
.h2, h2 {font-size: 40px; letter-spacing: 1px;}
}
.full-icon{
	font-size:60px;
}
.section-head {
	position: relative;
	margin-bottom: 17px;
}
.section-head:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80px;
	height: 1px;
	margin-left: -40px;
	background-color: #0050a4;
}
.v-align-children {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.v-align-children-column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media all and (max-width: 990px) {
.v-align-children {
	display: block !important;
}
}
.text-light , .text-light h3{
	color: #FFF;
}
.text-light a{
	color:#FFF;
}
.text-color{
	color:#ae151a;
}
.dark-bg {
	background: #373839;
}
.light-bg {
	background: #eeeeee;
}
.dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 0;
	-webkit-backface-visibility: hidden;
}
section {
	padding: 70px 0;
}

@media only screen and (max-width: 991px) {
.mobi-center {
	text-align: center;
}
.mobi-center .img-responsive {
	margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.mobi-center-xs {
	text-align: center;
}
.mobi-center-xs .img-responsive {
	margin: 0 auto;
}
}
.btn {
	border-color: #0050a4;
	background: #0050a4;
	width: 100%;
}
.btn:hover {
	background: #18191A;
	color: #fff;
	border-color: #18191A;
}

/* Nav */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#topArea .container, .navbar .container {
	width: 100%;
}
}
#topArea {
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom: 0;
	padding-top: 3px;
	padding-bottom:0;
	background: #0050a4;
	font-family: 'Poppins', sans-serif;
}
#topArea p a{
	color: #FFF !important;
	text-decoration:none;
}
.social-icon:first-child {
	margin-left: 0px;
}
.social-icon {
	background: none;
	color:#FFF;
}
.social-icon:hover {
	color: #0050a4;
	background: none;
}
@media only screen and (max-width: 767px){
	#topArea p {
		padding: 3px 0 0;
		margin: 0px;
		line-height:1px;
	}
	#topArea {
		font-size: 20px;
	}
}
.top-menu {
	background-color:#FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
}
.top-menu > .container .navbar-brand, .top-menu > .container-fluid .navbar-brand {
	width: 210px;
}
.top-menu .navbar-brand img {
	width: 210px;
	height: auto;
}

@media only screen and (max-width: 767px) {
.top-menu > .container .navbar-brand, .top-menu > .container-fluid .navbar-brand {
	width: 180px;
}
.top-menu .navbar-brand img {
	width: 180px;
	height: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.top-menu > .container .navbar-brand, .top-menu > .container-fluid .navbar-brand, .top-menu .navbar-brand img {
	width: 190px;
	height: auto;
}
}
.top-menu .navbar-nav > li > a {
	color: #0050a4;
	font-weight: 600;
}
.top-menu .navbar-nav > li > a:hover, .top-menu .navbar-nav > li > a.current, .top-menu .navbar-nav > .active > a, .top-menu .navbar-nav > .active > a:hover, .top-menu .navbar-nav > .active > a:focus, .top-menu .navbar-nav > .open > a, .top-menu .navbar-nav > .open > a:hover, .top-menu .navbar-nav > .open > a:focus, .top-menu .navbar-nav .open .dropdown-menu > li > a:hover, .top-menu .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav > li > a:focus {
	background: none;
	color: #9b9c9c;
}
.top-menu .navbar-toggle {
	border-color: #0050a4;
	margin-right: 0px;
}
.top-menu .navbar-toggle .icon-bar {
	background: #0050a4;
}
.top-menu .navbar-toggle:hover, .top-menu .navbar-toggle:focus {
	background: #0050a4;
	border-color: #0050a4;
}

@media only screen and (max-width: 767px) {
.top-menu .navbar-collapse, .top-menu .navbar-form {
	border-color: #888;
	margin-top: 20px;
}
}

@media only screen and (max-width: 767px) {
.navbar-toggle {
	margin-top: 25px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px;
}
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
	background: #F6F7F7;
	color: #000;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #F6F7F7;
    outline: 0;
}
@media only screen and (min-width: 768px) {
.navbar-nav > li > a {
	padding-top: 40px;
	padding-bottom: 30px;
}
.dropdown-menu {
	min-width: 200px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	font-family: 'Poppins', sans-serif;
	white-space: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
}
.top-menu .navbar-right .dropdown-menu.end {
    right: 0px;
	left:auto;
}
}
.top-menu {
	font-weight:400;
}
span.login{
	background-color: #0050a4;
	color: #FFF;
	padding: 5px 15px;
}
span.login:hover{
	background-color: #818385;
}
/* Slider */
.main-slide{
	min-height: calc(100vh - 135px);
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 768px) and (max-width: 992px){
	.main-slide{
	min-height: calc(60vh - 125px);
	}
	#main-slider .jumbotron {
    padding-top: 25%;
}
}
@media only screen and (max-width: 767px) {
	.main-slide{
	min-height: calc(60vh - 125px);
	}
	#main-slider .jumbotron {
    padding-top: 25%;
}
	#main-slider .jumbotron h1 {
    font-size: 30px;
}
}
.banner_header {
    text-shadow: 1px 1px 20px #111;
}
.jumbotron h1 {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 4px;
}
.slides img {
	width: 100%;
}
/* Home */
#welcomeArea {
	border-top: 0;
}
#workArea ul#Grid a:hover {
	background: #191919;
}
#workArea ul#Grid .detail {
	background: rgba(25, 25, 25, 0.7);
}
#workArea ul#Grid a {
	color: #191919;
	width: 40px;
	height: 40px;
}
#workArea ul#Grid span {
    font-weight: 400;
	font-size: 18px;
    text-transform: uppercase;
}
#workArea ul#Grid .detail {
    font-size: 20px;
    line-height: 35px;
}
a.popup-gallery{
	margin-top:110px;
}
.text-light .icon{
	border: 2px solid #FFF;
    color: #FFF;
}
.about-box:hover .icon {
	border: 2px solid #0050a4;
	color: #0050a4;
}
.parallax {
position:relative;
}
@media only screen and (max-width: 1024px) {
.parallax {
	background-position: top center;
	background-attachment: scroll;
	-webkit-background-size: 1900px auto;
}
}
@media only screen and (min-width: 1025px) {
.parallax {
	background-color: #FFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-size: widthpx heightpx;
	-webkit-background-size: 100% auto;
}
}
.service-feature{
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	position:relative;
}
.inner-flex{
	height:400px;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.service-feature h2{
	
}
/* Contact */
.dark-bg .form-control{
	background-color: transparent;
	color: #FFF;
	padding: 20px;
}
.hours span {
	width: 100px;
	display: inline-block;
}
label {
	display: none;
}
.feature.map {
	height: 100%;
}
.feature.map iframe {
	height: 100%;
	width: 100%;
	border: 0;
	
	-webkit-backface-visibility: hidden;
	/* Fix for transition flickering */
	pointer-events: none;
}
.mapframe {
	height: 300px;
}
.dark-bg .form-control::-moz-placeholder{color:#FFF;}
.dark-bg .form-control:-ms-input-placeholder{color:#FFF;}
.dark-bg .form-control::-webkit-input-placeholder{color:#FFF;}
/* Blog */
ul.blog-list {
	list-style: none;
	padding-left: 0;
}
/* Review Us */
.review-us {
	margin-bottom:40px;
}
.review-us img{
	max-width:60%;
	display: inline-block;
    margin-bottom: 20px;
	opacity: 1;
	transition: all 0.3s ease 0s;
}
.review-us img:hover{
	opacity:.7;
}
/* Footer */
#contact-detail a{
	color:#FFF;
}
.copyright {
	background: #191919;
	font-size: 12px;
}
.copyright p, .copyright a {
	color: #FFF;
}
#contact-detail {
	font-size: 15px;
	font-weight: 300;
	background: #0050a4;
}
/*paddings/margins */
.mar-r-10{
	margin-right:10px;
}
.pad-0 {
	padding: 0 !important;
}
.pad-10 {
	padding: 10px;
}
.pad-20 {
	padding: 20px;
}
.pad-30 {
	padding: 30px;
}
.pad-40 {
	padding: 40px !important;
}
.pad-50 {
	padding: 50px;
}
.pad-60 {
	padding: 60px !important;
}
.pad-70 {
	padding: 70px;
}
.pad-80 {
	padding: 80px;
}
/* 4 Side Margin */
.margin-10 {
	margin: 10px;
}
.margin-20 {
	margin: 20px;
}
.margin-30 {
	margin: 30px;
}
.margin-40 {
	margin: 40px;
}
.margin-50 {
	margin: 50px;
}
.margin-60 {
	margin: 60px;
}
.margin-70 {
	margin: 70px;
}
.margin-80 {
	margin: 80px;
}
/* Top Padding */
.top-pad-0 {
	padding-top: 0px;
}
.top-pad-10 {
	padding-top: 10px;
}
.top-pad-20 {
	padding-top: 20px;
}
.top-pad-30 {
	padding-top: 30px;
}
.top-pad-40 {
	padding-top: 40px;
}
.top-pad-50 {
	padding-top: 50px;
}
.top-pad-60 {
	padding-top: 60px;
}
.top-pad-70 {
	padding-top: 70px;
}
.top-pad-80 {
	padding-top: 80px;
}
/* Top Margin */
.top-margin-0 {
	margin-top: 0px !important;
}
.top-margin-10 {
	margin-top: 10px;
}
.top-margin-20 {
	margin-top: 20px;
}
.top-margin-30 {
	margin-top: 30px;
}
.top-margin-40 {
	margin-top: 40px;
}
.top-margin-50 {
	margin-top: 50px;
}
.top-margin-60 {
	margin-top: 60px;
}
.top-margin-70 {
	margin-top: 70px;
}
.top-margin-80 {
	margin-top: 80px;
}
/* Bottom Padding */
.bottom-pad-0 {
	padding-bottom: 0px !important;
}
.bottom-pad-10 {
	padding-bottom: 10px !important;
}
.bottom-pad-20 {
	padding-bottom: 20px;
}
.bottom-pad-30 {
	padding-bottom: 30px;
}
.bottom-pad-40 {
	padding-bottom: 40px;
}
.bottom-pad-50 {
	padding-bottom: 50px;
}
.bottom-pad-60 {
	padding-bottom: 60px;
}
.bottom-pad-70 {
	padding-bottom: 70px;
}
.bottom-pad-80 {
	padding-bottom: 80px;
}
/* Bottom Margin */
.bottom-margin-0 {
	margin-bottom: 0px;
}
.bottom-margin-10 {
	margin-bottom: 10px;
}
.bottom-margin-20 {
	margin-bottom: 20px;
}
.bottom-margin-30 {
	margin-bottom: 30px;
}
.bottom-margin-40 {
	margin-bottom: 40px;
}
.bottom-margin-50 {
	margin-bottom: 50px;
}
.bottom-margin-60 {
	margin-bottom: 60px;
}
.bottom-margin-70 {
	margin-bottom: 70px;
}
.bottom-margin-80 {
	margin-bottom: 80px;
}
/* Top & Bottom Padding */

.tb-pad-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.tb-pad-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tb-pad-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tb-pad-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tb-pad-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tb-pad-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.tb-pad-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.tb-pad-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
/* Top & Bottom Margin */
.tb-margin-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tb-margin-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tb-margin-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tb-margin-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.tb-margin-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.tb-margin-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.tb-margin-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}
.tb-margin-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
/*footer logos */
.gallery-cell {
	width: 200px;
	height: 100px;
	margin: 0 60px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
}
.gallery-cell a {
 width: 100%;
 height: 100%;
 display: block;
}
/* cell number */
.gallery-cell:before {
	display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.gallery-cell {
	width: 70%;
	height: 60px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.gallery-cell {
	width: 50%;
	height: 60px;
}
}
/* Overlays */
.thumb-box {
	height: 270px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
}
.thumb-box-overlay {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 0;
	height: 100%;
	z-index: 1;
}
.thumb-box-overlay span {
	margin: auto;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 2;
}
.thumb-box-overlay span, .thumb-box-overlay span a{
	color: #FFF;
}
.thumb-box-overlay, .thumb-box-overlay span {
	opacity: 0;
	-webkit-transition: opacity .25s ease;
}
.thumb-box:hover .thumb-box-overlay , .thumb-box:hover .thumb-box-overlay span{
	opacity: 1;
}
/* Video Layer */
svg.play-icon {
	position:relative;
}
svg.play-icon .box {
  fill: rgba(0, 0, 0, 0);
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 400;
  stroke-dashoffset: 402;
  stroke-linecap: square;
  transition: all .4s ease-out;
}
svg.play-icon .play {
  fill: rgba(255, 255, 255, 0.6);
  transition: all .6s ease-out;
}
svg.play-icon:hover .box {
  fill: #c00;
  stroke: #c00;
  stroke-dashoffset: 0;
  transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out, fill .4s .3s ease-out;
}
svg.play-icon:hover .play {
  fill: white;
}
/* footer logos */
.partnerships {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow:row wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  flex-flow:center;
}

.flex-item {
  padding: 20px;
  margin: 20px;
  text-align: center;
}
.flex-item img{
  max-width:100px;
  max-height:150px;
}