/*==========================
	Custom css
==========================*/

.owl-none .owl-nav{
	display:none;
}
/*=== Team ===*/
.dlab-team .dlab-media{
	border-bottom:4px solid #333232;
	border-top:4px solid #dadada;
}
.dlab-team .dlab-social-icon li a{
	height:30px;
	width:30px;
	border:0;
	color:#333232;
	padding:0;
	line-height:30px;
	font-size:15px;
}
.dlab-team .dlab-img-overlay6:before,
.dlab-team .dlab-img-overlay6:after{
	background-image:url(../images/overlay/rrdiagonal-line.png);
	background-color:rgba(0,0,0,0);
	opacity: 0.2;
}
/* Team Section */
.skew-content-box ul li a {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0px 10px;
	line-height: 24px;
}
.skew-content-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    width: auto;
}
.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .skew-content-box {
        padding: 5px;
    }
    .skew-content-box ul li a {
        margin-right: 3px;
        font-size: 13px;
    }
    .dlab-social-icon {
        margin: 0;
    }
    .skew-content-box ul li a {
        padding: 5px;
    }
	.button-layout .site-button-link,
	.button-layout .site-secondry,
	.button-layout .site-button,
	.btn {
		 margin-bottom:10px;
	}
}
/* Heading Tag */
.h4, .h5, .h6, h4, h5, h6{
	font-weight:400;
}

/* Home Page */
.stats-box .counter{
	font-weight:900;
	font-size:65px;
	font-family:Montserrat;
}
.stats-box  .counter-style-1{
	position:relative;
}
.stats-box .counter-style-1::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 5%;
    content: "";
    height: 80%;
    position: absolute;
    right: 20%;
    transform: rotate(21deg);
    -moz-transform: rotate(21deg);
    -webkit-transform: rotate(21deg);
    width: 1px;
}
.request-call .box-call{
	background-color:rgba(0,0,0,0.7);
	padding:30px;	
}
.request-call-form .form-group{
	margin-bottom:15px;
}
.request-call-form .form-control{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border-width: 0 0 2px;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    padding: 12px 0;
}
.request-call-form .form-control:hover,
.request-call-form .form-control:focus{
	border-color:#FAB702;
}
.request-call-form .site-button{
	font-weight: 700;
    padding: 13px 30px;
}
.people-choose .media-left{
	padding-right:20px;
}
.people-choose .media-left a{
	width:200px;
	display:block;
}

/* about community */
.about-community .site-button-link{
	font-size:16px;
	padding:0;
}

@-webkit-keyframes horizontal {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	6% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	18% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	30% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}
	100%,
	36% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes horizontal {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	6% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}
	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	18% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}
	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	30% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}
	100%,
	36% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
.fa-fush:hover > .fa {
	-webkit-animation: horizontal 3s ease infinite;
	animation: horizontal 3s ease infinite
}
/* box effect */
.box-effect{
	position:relative;
	z-index:1;
}
.box-effect:after,
.box-effect:before{
	position:absolute;
	width:100px;
	height:100px;
	content:"";
	z-index:-1;
	display: block;
	transition:all 0.5s;
	opacity:0;
}
.box-effect:after{
	left:15px;
	top:15px;
	border-top:5px solid #FAB702;
	border-left:5px solid #FAB702;
}
.box-effect:before{
	right:15px;
	bottom:15px;
	border-right:5px solid #FAB702;
	border-bottom:5px solid #FAB702;
}
.box-effect:hover:after{
	left:0px;
	top:0px;
	opacity:1;
}
.box-effect:hover:before{
	right:0px;
	bottom:0px;
	opacity:1;
}

/* team box */
.team-box .border-1{
	border-color:#eee;
	border-top:0;
}

/* Testimonial */
.owl-dots-style .owl-dots .owl-dot span {
    background: #c0c0c0 none repeat scroll 0 0;
    border: 0 solid #b0b0b0;
    height: 10px;
    width: 10px;
	margin: 5px;
}
.owl-dots-style .owl-dots .owl-dot.active span {
	background: #FAB702;
    height: 12px;
    width: 12px;
	margin: 4px;
}

/* About Us */
.about-info h4{
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	margin-top:100px;
}
.about-info h2{
	font-size:65px;
	text-transform:uppercase;
	line-height:70px;
}
.about-info p {
    color: #808080;
    font-size: 16px;
    line-height: 28px;
}
.about-info h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}
.counter-style-1 .counter, 
.counter-style-2 .counter, 
.counter-style-3 .counter{
	font-weight: 700;
}

.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;
}
/* Gallery */
.creative-work .card-container{
}
.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:#222;
	font-weight:400;
	text-transform: none;
	margin-bottom: 5px;
}
.pricingtable-price.dlab-img-overlay7{
	
}
.pricingtable-style1 .pricingtable-title p{
	color:#222;
	font-weight:400;
	text-transform: none;
}
.pricingtable-style1 .pricingtable-bx{
	color: #505050;
    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;
}
.pricingtable-style1 .pricingtable-type:before{
	content:"";
}

.pricingtable-style1 .pricingtable-bx::after {
    background: #afafaf none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: rotate(15deg);
    width: 1px;
}

/* Drow */
.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;
}
/* 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;
}
.main-slider .tparrows,
.main-slider .tparrows:before{
	color:#F7C605;
}
/* Products */
/* Cart Table */
.table-bordered.dlab-cart-tbl th{
	padding:15px;
	color:#fff;
	border-color: rgba(0, 0, 0, 0.05);
}
.table-bordered.dlab-cart-tbl td{
	color: #404040;
    font-weight: 600;
}
.dlab-cart-tbl{
	text-align:center;
}
.dlab-cart-tbl img{
	width:100px;
}
.dlab-cart-tbl.total td{
	font-weight:bold;
	font-size:18px;
	text-align:right;
}

.dlab-cart-tbl td.out-of-stock{
	color:red;
}
.dlab-cart-tbl td.in-stock{
	color:green;
}
/* Login */
.dlab-login {
    background-color: #292929;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.login-form {
    max-width: 400px;
    margin: 0px auto;
    background: #fff;
}
.inline-block {
    display: inline-block;
}
.dlab-form .form-control {
    background: #DDE3EC;
    height: 44px;
}
.dlab-form .form-group {
    margin-bottom: 15px;
}
.faqs-form, .side-sticky {
    position: sticky;
    top: 90px;
}

/* 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;
	}
	.about-info h4{
		margin-top:0;
	}
}
@media only screen and (max-width: 768px) {
	.woo-entry{
		width:100%;
		overflow:scroll;
	}
}
@media only screen and (max-width: 767px) {
	.creative-work .card-container{
		width:100%;
	}
	.worker {
		margin-top:20px;
	}
	.about-info h2{
		font-size:35px;
		line-height:40px;
	}
	.about-info h3{
		font-size:30px;
	}
	.people-choose .media-left a{
		width:100px;
	}
}





