/*==========================
	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;
	}
}

/* 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 span {
    background: #c0c0c0 none repeat scroll 0 0;
    border: 0 solid #b0b0b0;
    height: 10px;
    width: 10px;
	margin: 5px;
}
.owl-dots-style .owl-dots .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;
	}
}


/* New Css */
.list-inline li{
	display: inline-block;
}
textarea.form-control{
	height: 120px;
}
.bg-primary,
.team-box .site-button i,
.site-footer .site-button i,
.pagination-bx .pagination .active a,
.breadcrumb-row ul.pull-right li{
	color: #fff
}
.site-footer .max-w500.m-auto.subscribe-form{
	margin-top: 30px!important;
}
.widget.widget_getintuch strong,
.product-item .dlab-title{
	font-weight: 600;
}
.input-group-prepend .input-group-text{
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0.1);
	border-radius: 0;
}
.dlab-accordion .acod-content,
.blog-post .dlab-post-text p{
	text-align: justify;
}
.close-btn,
.extra-nav .site-button-link{
	cursor: pointer;
}
.testimonial-1{
	margin: auto;
	width: 70%;
}
.dlab-post-readmore .site-button-link i{
	padding-left: 8px;
}
.dlab-post-readmore .site-button-link{
	padding: 0;
	font-weight: 600;
}
.widget.recent-posts-entry .dlab-post-info .post-title{
	font-size: 14px;
	font-weight: 600;
}
hr{
	width: 100%;
}
.widget.widget_archive li{
	text-align: right;
}
.widget.widget_archive li a{
	float: left;
}
.share-details-btn ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
}
.stats-box [class*="col-"]:last-child .counter-style-1:after{
	width: 0;
}
.creative-work .dlab-box .overlay-icon h3{
	margin-bottom: 10px;
}
.navbar-toggler:focus,
.extra-nav .site-button-link{
	outline: 0;
}
.site-header.blue .navbar-toggler span,
.site-header.primary .navbar-toggler span,
.site-header.purpal .navbar-toggler span,
.site-header.yellow .navbar-toggler span,
.site-header.dark .navbar-toggler span,
.site-header.overlay .navbar-toggler span,
.site-header.header-transparent .navbar-toggler span,
.site-header.red .navbar-toggler span {
    background: #fff;
}
.site-header .header-curve .extra-nav i{
	color: #fff;
}
.cart-list.dropdown-menu {
    width: 260px;
    margin-top: 30px;
    left: -185px;
    position: absolute;
}
.shop-cart .dropdown-menu.cart-list {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    top: 40px;
    border: 0;
}
.is-fixed .cart-list.dropdown-menu {
	margin-top: 30px;
}
.is-fixed .header-nav .nav > li > a.nav-link,
.header-nav .nav > li > a.nav-link{
	padding: 25px 12px;
}
@media only screen and (max-width: 1024px) {
	.blog-info {
		padding: 7px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px) {
	.blog-md .dlab-post-media {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.stats-box [class*="col-"]:nth-child(2) .counter-style-1:after{
		width: 0;
	}
	.skew-content-box ul li a{
		padding: 1px 5px;
	}
	.bootstrap-touchspin .input-group-btn-vertical > .btn{
		margin-bottom: 0!important;
	}
	.nav.navbar-nav .sub-menu li a i.fa-angle-right {
		line-height: 32px;
	}
	.header-nav .nav > li .sub-menu{
		padding: 0;
	}
	.site-header.center .header-nav .logo-header.mostion::after {
		content: unset;
	}
	.site-header.center.mo-left .header-nav .logo-header::after{
		z-index: 1;
	}
	.site-header.center .header-nav .logo-header img{
		height: auto;
		margin-bottom: 0;
	}
	.site-header.center.mo-left .header-nav .logo-header{
		position: relative;
	}
	.is-fixed .header-nav .nav > li > a.nav-link,
	.header-nav .nav > li > a.nav-link {
		padding: 12px 15px;
	}
}
@media only screen and (max-width: 767px) {
	.page-notfound {
		padding-bottom: 20px;
	}
	.dlab-bnr-inr .breadcrumb-row ul{
		text-align: unset;
	}
	.site-footer .text-left,
	.site-footer .text-right,
	.get-quote .text-right{
		text-align: center!important;
	}
	.get-quote h4{
		text-align: center;
		margin-bottom: 10px;
	}
	.testimonial-1{
		width: 100%;
	}
	.section-full .sort-title{
		margin-bottom: 20px;
	}
	.section-full .box-sort-in{
		padding-bottom: 0;
	}
	.dlab-bnr-inr h1 {
    	font-size: 30px;
	}
	.alignright,
	.alignleft{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.stats-box .counter-style-1:after{
		width: 0;
	}
	.section-head h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.dlab-tabs.vertical .nav-tabs{
		width: 50px;
	}
	.dlab-tabs.vertical .tab-content{
		margin-left: 49px;
	}
	.dlab-tabs.vertical.right .tab-content{
		margin-right: 49px;
	}
}
/* Tabs */
.dlab-tabs .nav-tabs > li > a.active:hover {
    background-color: #fff;
    border-color: #ddd;
	border-bottom: 1px solid #FFF;
}
.nav-tabs .nav-link.active,
.dlab-tabs.bg-tabs .nav-tabs > li > a.active {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.dlab-tabs.border-tp .nav-tabs > li > a.active {
    border-top: 2px solid;
}
.dlab-tabs.vertical .nav-tabs li a.active {
    border-bottom: 1px solid #ddd;
}
.dlab-tabs.vertical .nav-tabs li {
	width: 100%;
	margin-right: -1px;
}
.dlab-tabs.vertical .nav-tabs li a.active {
	margin-right: -1px;
	border-right: none;
}
.dlab-tabs.vertical .nav-tabs li a {
	margin-right: -1px;
}
.dlab-tabs.vertical.right .nav-tabs li a.active {
    border-right: 1px solid #ddd;
    border-left: none;
}
.dlab-tabs.bg-tabs.vertical.right.border,
.dlab-tabs.bg-tabs.vertical.border,
.dlab-tabs.vertical.right.border,
.dlab-tabs.vertical.border,
.dlab-tabs.border-tp.border.bg-tabs,
.dlab-tabs.border,
.dlab-tabs.border.bg-tabs{
	border: 0!important;
}