/*==========================
	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");
/* Line Drow Effect CSS */
h1, h2, h3, h4, h5, h6{
	font-family:Raleway;
}
.draw {
  background: none;
  border: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 2px #f6f6f6;
  font-size: inherit;
  position: relative;
  vertical-align: middle;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw > div {
    position: relative;
    z-index: 1;
}
.draw:before, .draw:after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.draw:before, .draw:after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw:before {
  top: 0;
  left: 0;
}
.draw:after {
  bottom: 0;
  right: 0;
}
.draw:hover:before, .draw:hover:after {
  width: 100%;
  height: 100%;
}
.draw:hover:before {
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover:after {
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/* Heading Css */
.h1{
	position:relative;
	z-index:1;
	font-size:50px;
	font-weight:300;
	text-transform:none;
}
.h2{
	position:relative;
	z-index:1;
	font-size:38px;
	font-weight:300;
	text-transform:none;
}
/* progress Bar */
.progress .progress-bar span {
    color: #ffffff;
    display: block;
    font-size: 10px;
    font-weight: 100;
    right: 0;
    padding: 0;
	height:32px;
	width:32px;
    position: absolute;
    top: -40px;
	text-align:center;
	line-height:32px;
	border-radius:30px;
}
.progress .progress-bar {
    position: relative;
    transition: all 0.2s ease 0s;
}
.progress {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 0px;
    height: 25px;
    overflow: visible;
}
.progress .progress-bar span::before {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    bottom: -6px;
    content: "";
    display: table;
    height: 0;
    left: 30%;
    position: absolute;
    width: 0;
}
.dlab-progress{
	overflow:hidden;
}
.what-we-do .icon-bx-wraper {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    transition: all 400ms ease-in-out 0s;
}

/*===================
	 Spacing CSS 
=================== */
.site-footer .widget_getintuch{
	padding-top:0;
}
.content-inner{
	padding-top:70px;
	padding-bottom:40px;
}
.content-inner-1{
	padding-top:70px;
	padding-bottom:70px;
}
.content-inner-2{
	padding-top:70px;
	padding-bottom:0px;
}
.testimonial-five .owl-controls{
	margin-top: 0px;
}
.dlab-newsletter.style1{
	background-color:rgba(255,255,255, 0.05)
}
.inner-haed{
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.content-area {
		padding-top: 30px;
	}
	.page-content{
		padding-bottom: 30px;
	}
	.footer-top{
		padding-top: 30px;
	}
	.site-footer .widget{
		margin-bottom:25px;
	}
	.section-full:last-child {
		margin-bottom: -30px;
	}
	.content-inner {
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.content-inner-1{
		padding-top:30px;
		padding-bottom:30px;
	}
	.content-inner-2{
		padding-top:30px;
		padding-bottom:0px;
	}
	.section-head {
		margin-bottom: 25px;
	}
	.dlab-project-left{
		padding-top: 30px;
	}
	.testimonial-section{
		padding-top: 30px;
	}
	.testimonial-section .owl-controls{
		 margin-top: 20px;
	}
	.section-head p{
		padding-top:0;
	}
	.h2 {
		font-size: 28px;
	}
}
/* Gallery */
.creative-work .card-container{
	width:33.33%;
}
.creative-work .card-container .dlab-box{
	margin:0;
}
.creative-work .filters li.active a{
	border-bottom: 3px solid;
}
.creative-work .filters li:hover a{
	border-bottom: 3px solid;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.creative-work .filters li a{
	font-size:18px;
	color:#909090;
	padding-bottom: 5px;
	margin: 0 10px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
/* Pricing Table Style 1 */
.pricingtable-style1 .pricingtable-wrapper{
	margin-bottom:30px;
}
.pricingtable-style1 .pricingtable-inner{
	padding:2px;
}
.pricingtable-style1 .pricingtable-title{
	background-color:#fff;
}
.pricingtable-style1 .pricingtable-title h3{
	color:#fff;
	font-weight:400;
	text-transform: none;
	margin-bottom: 5px;
}
.pricingtable-style1 .pricingtable-title.overlay-white-dark p{
	color:#000;
}
.pricingtable-style1 .pricingtable-title.overlay-white-dark h3{
	color:#000;
}


.pricingtable-price.dlab-img-overlay7{
	
}
.pricingtable-style1 .pricingtable-title p{
	color:#fff;
	font-weight:400;
	text-transform: none;
}
.pricingtable-style1 .pricingtable-bx{
	color: #fff;
    font-weight: 800;
	position: relative;
	margin-right: 30px;
}
.pricingtable-style1 .pricingtable-price,
.pricingtable-style1 .pricingtable-features,
.pricingtable-style1 .pricingtable-features li,
.pricingtable-style1 .pricingtable-footer{
	border:0;
}
.pricingtable-style1 .pricingtable-features li:nth-child(2n){
	background-color:#fff;
}
.pricingtable-style1 .pricingtable-type{
	text-transform: none;
	color: #fff;
}
.pricingtable-style1 .pricingtable-type:before{
	content:"";
}

.pricingtable-style1 .pricingtable-bx::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: rotate(15deg);
    width: 1px;
}
/* Testimonial */

/*=================== 
	Contact Form 
=================== */
.subscribe-form .site-button {
    border-radius: 30px;
}
.contact-style-1 input{
	height:50px;	
}
.contact-style-1 .site-button{
	height:50px;
	width:100%;
}
.contact-style-1 .form-control{
	padding:10px 20px;
}
.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover{
	border-color:#c0c0c0;
}
.contact-style-1 h2{
	margin-top:0;
}
.contact-style-1 .border-1{
	border:1px solid #eee;
}
.contact-style-1 .dlab-social-icon-lg{
	border-top: 1px solid #eeeeee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
}
.contact-style-1 .dlab-social-icon-lg a{
	text-align:center;
}
.contact-style-1 .dlab-social-icon-lg a:hover{
	background:#fff;
	color:#000;
	border:1px solid #eee;
}

/* Wow Css */
.wow {
    visibility: hidden;
}
/*===============
	Effects 
=============== */

/* rain bg */
.rainyday-bx{
	opacity:0;
	position: absolute ; 
	z-index: -1;
	top: 0px; 
	left: 0px; 
	height:100%;
	width:100%;
	object-fit: cover;
}
.rainyday  canvas {
	height:100%;
	top: 0px; 
	left: 0px; 
	position: absolute !important; 
	width: 100%; 
	z-index: 1;
}
.dlab-rainyday .container,
.gradient .container{
	position:relative;
	z-index:2;
}
/* Gradient */
#gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
.gradient{
	background:#0e0438;
}
/* Particles */
.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1;
	height:100%;
}
#particles-js .container.dlab-coming-bx {
    left: 50%;
    margin-left: -250px;
    margin-top: -186px;
    max-width: 500px;
    min-height: 372px;
    position: absolute;
    text-align: center;
    top: 50%;
}
/* ===================
	   Index 1
==================== */
.dlab-about .icon-bx-wraper {
	transition:all 0.5s;
}
.dlab-about .icon-bx-wraper:hover {
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	transition:all 0.5s;
}
/* w3 Stats */
.dlab-stats .stats .icon-md,
.dlab-stats .stats .icon-lg,
.dlab-about .icon-bx-wraper .icon-lg,
.dlab-about .icon-bx-wraper .icon-md,
.what-we-do .icon-bx-wraper .icon-lg,
.what-we-do .icon-bx-wraper .icon-md{
	position:relative;
	top:0;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	
}
.dlab-stats .stats:hover .icon-lg,
.dlab-stats .stats:hover .icon-md,
.dlab-about .icon-bx-wraper:hover .icon-lg,
.dlab-about .icon-bx-wraper:hover .icon-md,
.what-we-do .icon-bx-wraper:hover .icon-lg,
.what-we-do .icon-bx-wraper:hover .icon-md{
	top:-10px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.what-we-do .icon-bx-wraper .dlab-separator{
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.what-we-do .icon-bx-wraper:hover .dlab-separator{
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	width:80px;
}
.dlab-about .icon-bx-wraper:hover .icon-md{
	color:#292929;
}
.logo2{
 display:none;
}
.is-fixed .logo2{
 display:block;
}
.is-fixed .logo1{
	 display:none;
}
/* ===================
	   Index 2
==================== */
.bg-dark-black{
	background-color:#191919;
}
.dlab-upcoming-event .ow-entry-title a{
	color:#fff;
}
.dlab-upcoming-event .ow-carousel-entry {
    box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.3);
    margin: 15px 0;
}
.dlab-upcoming-event .ow-carousel-entry .dlab-separator{
	height:2px;
}
.dlab-contact-1 .icon-bx-wraper.bx-style-1, 
.dlab-contact-1 .icon-bx-wraper.bx-style-2{
	border-color: #404040;
}
.dlab-contact-1 .contact-style-1 .form-control, 
.dlab-contact-1 .contact-style-1 .form-control{
	background-color: rgba(0,0,0,0);
	border-color: #404040;
}
.dlab-contact-1 .contact-style-1 .form-control:focus, 
.dlab-contact-1 .contact-style-1 .form-control:hover {
    border-color: #707070;
}
.dlab-blog-1 .ow-post-info{
	border:0;
}
.dlab-blog-1 .ow-post-info a{ 
	color:#fff;
}
.dlab-stats-1 .stats{
	text-align:left;
}
.dlab-stats-1 .stats span{
	font-size:30px;
	font-weight: 800;
	color:#fff;
}
.dlab-stats-1 .stats .counter {
	font-size: 70px;
    font-weight: 800;
    border-top: 2px solid #3f3f3f;
    margin-top: 20px;
}
.table-dark .pricingtable-footer,
.table-dark .pricingtable-style1 .pricingtable-features li:nth-child(2n),
.table-dark .pricingtable-style1 .pricingtable-title,
.table-dark .pricingtable-style1 .pricingtable-title h3,
.table-dark .pricingtable-style1 .pricingtable-title p{
	background-color: #131313;
	color:#fff;
}
.table-dark .pricingtable-price{
	background-color: #212121;
}
.table-dark .draw{
	box-shadow: 0 0 0 2px #313131 inset;
}
.dlab-team-1 .progress .progress-bar span{
	left: 90%;
}
.dlab-team-1 .progress{
	height: 10px;
}
.what-we-do-2 .icon-bx-wraper{
	background-color:rgba(0,0,0,0.2);
}
.what-we-do-2{
	background-color: #151515;
}

/* Car Services */
.skew-section.top-left:after,
.skew-section.top-right:after,
.skew-section.bottom-left:before,
.skew-section.bottom-right:before{
	background: inherit;
    content: "";
    height: 100px;
    position: absolute;
    width: 100%;
    z-index:-1;
	
}
.skew-section.section-full{
	z-index:1;
}
.skew-section.top-left:after{
	top: -50px;
    transform: skewY(3deg);
}
.skew-section.top-right:after{
	top: -50px;
    transform: skewY(-3deg);
}
.skew-section.bottom-left:before{
	bottom: -50px;
    transform: skewY(-3deg);
}
.skew-section.bottom-right:before{
	bottom: -50px;
    transform: skewY(3deg);
}
.dlab-stats-2 .stats{
	text-align:left;
}
.dlab-stats-2 .stats span{
	font-size:24px;
	font-weight: 800;
	color:#fff;
}
.dlab-stats-2 .stats .counter {
	font-size: 70px;
    font-weight: 800;
    border-top: 2px solid #3f3f3f;
    margin-top: 20px;
}

.dlab-stats-3 .stats{
	text-align:left;
}
.dlab-stats-3 .stats span{
	font-size:24px;
	font-weight: 700;
	color:#fff;
}
.dlab-stats-3 .stats .counter {
	font-size: 70px;
    font-weight: 700;
    border-top: 2px solid rgba(255,255,255,0.5);
    margin-top: 20px;
}
/* Clean */
.clean-slide .overlay-row{
	opacity:0.1;
}
.worker{
	margin-top:-40px;
}
/* Creative */
.creative-slide .overlay-row{
	opacity:0;
}
.mfp-btn{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
}
.mfp-btn:hover{
	color:#fff;
} 
.mfp-gallery {
    margin-bottom: 0;
}
/* Overlay */
.overlay-black-dark:after,
.overlay-black-middle:after,
.overlay-black-light:after{
	background-color:#002147;
}
.overlay-black-dark:after{
	opacity:0.9;
}
.ow-post-meta a,
.ow-post-meta li,
.ow-post-meta ul li,
.ow-post-meta li i,
.ow-post-meta li strong,
.ow-post-meta li span,
.ow-post-meta li:last-child:after{
	color:#002147;
	font-weight:500;
}
.header-nav .nav > li > a{
	font-weight: 500;
	font-family: "Montserrat",sans-serif;
}
#loading-area{
	background-image:url(../images/loading.gif);
	background-size: 100px auto;
}
.ow-post-meta ul {
    font-size: 13px;
    opacity: 0.5;
}
/* Footer */
.footer-bottom,
.footer-top,
.top-bar.bg-dark{
	background-color:#002147;
}
/* 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;
	}
}
@media only screen and (max-width: 767px) {
	.creative-work .card-container{
		width:100%;
	}
	.worker {
		margin-top:20px;
	}
}
