/*==========================
	Custom css D35B74
==========================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Roboto:100,300,400,500,700,900|Ubuntu:300,400,500,700");

/* Slider css */
.overlay-row{
	opacity:0.3;
	background-color:#482F30;
}
/* Header Css */
.header-style-5 .main-bar{
	border-bottom:0;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(54, 37, 38, 0.9) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu",sans-serif;
	color:#404040;
}
body{
	color:#8f8f8f;
}
.bg-black-light{
	background-color:#362526;
}
/* Our Story */
.our-story p{
	font-size:16px;
	line-height:34px;
}
p{
	font-size:16px;
	line-height:28px;
}
.heading{
	font-size:45px;
	font-weight: 400;
}
.section-head p{
	font-size:16px;
	line-height:28px;
}
/* overlay black */
.overlay-black-light:after, 
.overlay-black-middle:after, 
.overlay-black-dark:after{
	background:#362526;
}

/* counter info */
.our-stats .counter-info,
.our-stats .counter{
	font-family: "Ubuntu",sans-serif;
	
}
.our-stats .counter{
	font-size:70px;
}
.our-stats .counter-info{
	font-size:18px;
	font-weight:400;
	color:#fff;
}

/* our services */
.our-services{
	/*background-image: url("../images/pic2.jpg");*/
    background-position: right 30px top 30px, left 30px bottom 30px;
    background-repeat: no-repeat;
    background-size: 620px auto, 380px auto;
}
.owl-theme .owl-dots .owl-dot span{
	 background: #362526;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background: #D35B74
}
/* footer */
.footer-top{
	background-color:#362526;
}
.footer-top h6{
	color: #f5aa4c;
    font-family: "Ubuntu",sans-serif;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}
.search-bx .form-control{
	height:43px;
}
.footer-top .search-bx .form-control{
	background-color:#2d1c1d;
	border:0;
	height:43px;
}
.footer-bottom {
    background-color: #482F30;
	border-top: 0;
}
/* service box */
.service-box .icon-bx-xl i {
    font-size: 50px;
}
/* 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;
}
.cart-list.dropdown-menu{
	width:280px;
}

.shop .site-button{
	color:#fff;
}
.shop.dlab-box .dlab-info-has.no-hover{
	padding-bottom:30px;
}
.dlab-img-overlay2:before{
	opacity:1;
}
.shop .dlab-media{
	transition:all 0.5s;
}
.shop:hover .dlab-media{
	border-radius:8px;
	box-shadow:0px 10px 30px 0 rgba(0, 0, 0, 0.7);
	transition:all 0.5s;
}
/* Blog */
.dlab-post-info.border-1{
	border-color:rgba(0,0,0,0.1);
}

/* 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;
	}
}	
.site-button, 
.site-button-secondry{
	font-size: 16px;
}
#loading-area{
	background-image:url(../images/loading.gif);
	background-size: 200px auto;
}
.header-nav .nav > li > a{
	font-size:15px;
	font-family: "Ubuntu",sans-serif;
	font-weight:500;
}
button.scroltop {
	background-color:#2e9db3;
	color:#fff;
	font-size:18px;
}
.site-header:after{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d1f1f+0,5e4141+100 */
	background: rgb(45,31,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(45,31,31,0.9) 0%, rgba(94,65,65,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(45,31,31,0.9) 0%,rgba(94,65,65,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(45,31,31,0.9) 0%,rgba(94,65,65,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1f1f', endColorstr='#5e4141',GradientType=0 ); /* IE6-9 */
	content: "";
   /* height: 150%;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.overlay-white-dark:after {
    opacity: 0.95;
}
.shop .dlab-info-has{
	background: rgb(45,31,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(94,65,65,0) 0%, rgba(45,31,31,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(94,65,65,0) 0%,rgba(45,31,31,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(94,65,65,0) 0%,rgba(45,31,31,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d1f1f', endColorstr='#5e4141',GradientType=0 ); /* IE6-9 */
}
.site-button i{
	margin-left:10px;
}
/* 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;
	}
	.our-services{
		background-image:none;
	}
}

@media only screen and (max-width: 767px) {
	.creative-work .card-container{
		width:100%;
	}
	.worker {
		margin-top:20px;
	}
	.dlab-bnr-inr-entry {
		vertical-align: bottom;
		padding-bottom: 30px;
	}
}

  .has-primary .form-control {
    border-color: #D35B74 !important;
    color: #D35B74 !important;
    
}

.has-primary label {
    color: #D35B74 !important;
}
