/*==========================
	Custom css
==========================*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800|Raleway:100,200,300,400,500,600,700,800,900|Roboto:100,300,400,500,700,900");
h1, h2, h3, h4, h5, h6 {
	color: #042938;
}
.overlay-black-light.mid:after, 
.overlay-black-middle.mid:after, 
.overlay-black-dark.mid:after {
    background: #042938;
}
.black{
	background-color:#042938;
}
/* About us */
.about-us{
	margin-top:50px;
}
.about-us h2,
.about-us h3{
	text-transform:uppercase;
	color:#042938;
}
.about-us h3{
	font-size:24px;
	font-weight:700;
}
.about-us h2{
	font-size:45px;
	font-weight:700;
	color:#00A4EF;
}
.about-us p {
    color: #909090;
    font-size: 18px;
    line-height: 34px;
}
/* Stats */
.stats h2 {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    float: left;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    padding-right: 15px;
	margin: 0 15px 0 0;
}
.stats span {
    color: #ffffff;
    float: left;
    font-size: 16px;
    line-height: 45px;
    text-transform: capitalize;
}
.section-head .h2 {
    font-size: 35px;
    font-weight: 700;
}
.section-head p{
	font-size:15px;
	line-height:24px;
}
.our-department .dlab-separator {
    height: 2px;
    margin-bottom: 15px;
	transition: all 0.5s;
    width: 50px;
}
.our-department  .icon-bx-wraper{
	transition: all 0.5s;
}
.our-department  .icon-bx-wraper:hover{
	transition: all 0.5s;
	border-color:#00A4EF;
}
.our-department  .icon-bx-wraper:hover .dlab-separator {
	width: 100px;
	transition: all 0.5s;
}
.our-department  .icon-bx-wraper .icon-md img {
	transform: scale(1);
	transition: all 0.5s;
}
.our-department  .icon-bx-wraper:hover .icon-md img {
    transform: scale(1.2);
	transition: all 0.5s;
}
.dlab-about-1 .icon-cell {
	font-family:"Raleway",sans-serif;
}
.font-45 {
    font-size: 45px;
    line-height: 45px;
}
.text-black {
    color: #042938;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #042938;
}
/*  */
.appoinment-form  .form-control,
.appoinment-form  .bootstrap-select .dropdown-toggle {
    background: #00a4ef none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 0 0 1px;
    box-shadow: none;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    padding: 9px 0;
}
.appoinment-form  textarea.form-control {
	height:120px;
}
.appoinment-form  .form-control::-moz-placeholder{
	color:#fff;
	opacity:0.7;
}
.appoinment-form  .bootstrap-select .dropdown-toggle:hover,
.appoinment-form  .bootstrap-select .dropdown-toggle:focus,
.appoinment-form  .bootstrap-select .dropdown-toggle {
    background-color: #00a4ef !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
	border-width: 0 0 1px !important;
	 
}
.appoinment-form  .bootstrap-select .dropdown-toggle:hover span,
.appoinment-form  .bootstrap-select .dropdown-toggle:focus span,
.appoinment-form  .bootstrap-select .dropdown-toggle span {
	color:#fff;
	opacity:0.7;
}
.appoinment-form  .site-button.outline.white {
    border-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
}
/* Testimonial */
.md-testimonial.owl-dots-style .owl-dots .owl-dot span{
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.md-testimonial.owl-dots-style .owl-dots .owl-dot.active span{
	border: 2px solid rgba(255, 255, 255, 1);
}
.owl-dots-style .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #b0b0b0;
    height: 14px;
    width: 14px;
}
.owl-dots-style .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    
	border-width:2px;
}
.ow-post-meta ul li {
    display: inline-block;
    font-weight: 500;
    padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2e1e13;
    font-weight: normal;
}
.bg-primary-light-md{
	background-color:#19BDF8;
}
.footer-white {
    border-top: 0px solid #e0e0e0;
}
.logo-footer{
	max-width: 200px;
}
.bg-primary-light{
	background-color:#10B4FF;
}
.header-nav .nav > li > a{
	font-family:"Montserrat",sans-serif;
	font-weight:500;
}
#loading-area{
	background-image:url(../images/loading.svg);
	background-size: 100px auto;
}
/* Spcaing Css */
.content-inner{
	padding-top:80px;
	padding-bottom:60px;
}
.content-inner-1{
	padding-top:80px;
	padding-bottom:0px;
}
.content-inner-2{
	padding-top:80px;
	padding-bottom:80px;
}
.dlab-bnr-inr-entry {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.dlab-bnr-inr{
	padding-bottom:0;
}
/* our services */
.our-services .icon-bx-wraper{
	box-shadow:0 0 20px -1px rgba(0, 0, 0, 0.1);
}
.services-box{
	position:relative;
}
.services-box:after {
    bottom: 0;
    color: #000000;
    content: attr(data-name);
    font-size: 180px;
    font-weight: 700;
    left: 20%;
    line-height: 180px;
    opacity: 0.05;
    position: absolute;
	font-family: montserrat;
}
.img-fream {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
}
/* content-inner-1 */
.contact-style-1 .form-control{
	border:0;
	background-color:#F5F6F6;
	font-size: 15px;
}
.contact-style-1 input{
	height:60px;
}
.contact-style-1 textarea{
	height:250px;
}
.stats {
    display: table;
    width: 100%;
}
.ow-post-meta li,
.ow-post-meta li i,
.ow-post-meta li a{
	color:#6f6f6f;
	opacity: 0.8;
}



/* Mobile Spacing */
@media only screen and (max-width: 767px) {
	.content-inner {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.content-inner-1{
		padding-top:50px;
		padding-bottom:0px;
	}
	.content-inner-2{
		padding-top:70px;
		padding-bottom:40px;
	}
	.stats h2{
		width:100%;
		float:none;
		border-right:0;
	}
}	

/* Responsive */
@media only screen and (max-width: 1366px) {
	.dlab-contact .icon-content p{
		font-size:13px;
	}
}
@media only screen and (max-width: 1280px) {
	.myNavbar .navbar-right{
		margin-right:5px;
	}
	.contact-page .icon-bx-wraper.bx-style-1{ 
		text-align:center;
	}
	.contact-page .icon-bx-wraper.bx-style-1 .icon-bx-sm{ 
		float:none;
		margin:0 0 15px 0;
	}
	
}
@media only screen and (max-width: 991px) {
	.about-us {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.creative-work .card-container{
		width:100%;
	}
	.worker {
		margin-top:20px;
	}
}