/*==========================
	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|Roboto:100,300,400,500,700,900");
/* Line Drow Effect CSS */

/* About Us */
.profile-image > img {
    box-shadow: 10px 10px 0 #ffffff, 20px 20px 0 #303030;
}
.h2{
	font-size:35px;
}
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6, 
h1,
h2, 
h3, 
h4, 
h5,
h6 {
	font-family:Montserrat;
}
.profile-info ul{
	margin:0;
	padding:0;
	list-style:none;
}
.profile-info ul li{
	display: inline-block;
    width: 50%;
    float: left;
	font-family: open sans;
	padding: 5px 0;
}
.profile-info ul li .title {
    font-weight: 600;
    
    color: #404040;
    width: 110px;
    margin-right: 5px;
}
.profile-info ul li .title:after {
    content: " - ";
    color: #c0c0c0;
}
.profile-info ul li .title {
    color: #404040;
    font-weight: 600;
    margin-right: 5px;
    width: 110px;
}
.profile-info .info {
    color: #808080;
}
.progress {
	height: 15px;
	border-radius: 0;
}
.progress-bar {
	font-size: 10px;
	line-height: 15px;
}

.dlab-stats-1 .stats{
	text-align:left;
}
.dlab-stats-1 .stats span{
	font-size:30px;
	font-weight: 800;
	color:#333;
}
.dlab-stats-1 .stats .counter {
	font-size: 70px;
    font-weight: 800;
    border-top: 2px solid rgba(0,0,0,0.5);
    margin-top: 20px;
}


/* Gallery */
.creative-work .card-container{
	width:25%;
	padding:10px;
}
.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:#000000;
	padding-bottom: 5px;
	margin: 0 10px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.overlay-icon {
    left: 50%;
    list-style: outside none none;
    min-width: 160px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mfp-btn {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
}
.bg-img-fix{
	background-size:cover;
}
/*=================== 
	Contact Form 
=================== */
.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;
}

/* Testimonial */
.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;
}
#loading-area{
	background-image:url(../images/loading.gif);
	background-size: 100px auto;
}
button.scroltop{
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.header-nav .nav > li > a{
	font-size:15px;
	font-family:Montserrat;
	font-weight:500;
}
/* Spcaing Css */
.dlab-progress{
	margin-bottom:15px;
}
.dlab-gallery-box p{
	font-size: 18px;
	margin-bottom: 10px;
}
.dlab-gallery-box p{
	margin-bottom: 0;
}
.content-inner{
	padding-top:80px;
	padding-bottom:50px;
}
.content-inner-1{
	padding-top:80px;
	padding-bottom:0px;
}
.content-inner-2{
	padding-top:80px;
	padding-bottom:80px;
}
/* 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;
	}
}	
/* 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;
	}
}
@media only screen and (max-width: 360px) {
	.creative-work .filters li {
		margin-bottom: 10px;
		clear: both;
		display: -webkit-inline-flex;
	}
}
@media only screen and (max-width: 768px) {
	.overlay-bx .overlay-icon h3{
		font-size: 20px;
		margin-bottom: 0;
	}
}
