/*==========================
	Custom css
==========================*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Roboto+Slab:100,300,400,700|Patua+One");
/* Line Drow Effect CSS */
.overlay-black-middle:after {
    opacity: 0.6;
}
.overlay-black-dark::after {
    opacity: 0.8;
}
.border-style-1{
	position:relative;
}
.border-style-1:before {
    background-image: url(../images/background/bg1.png);
    background-position: center bottom;
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
	background-repeat: no-repeat;
}
.border-style-2:before {
    background-image: url("../images/background/bg2.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.border-style-3:before {
    background-image: url("../images/background/bg1.png"), url("../images/background/bg2.png");
    background-position: center bottom,  center top;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	height:100%;
}
/* About */
h2 {
    color: #000000;
    font-size: 60px;
    line-height: 70px;
	margin:0;
}
.about-info{
	max-width:800px;
	margin:0px auto 0;
}

.about-info p {
    color: #000000;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.img-sef{
	margin-bottom: 40px;
    margin-top: 40px;
    width: 350px;
}
.signature p{
	color: #808080;
    font-size: 22px;
}

/* Price */
.shop-price {
    list-style: outside none none;
    margin: 0px auto;
    max-width: 550px;
    padding: 0;
}
.shop-price li {
    border-bottom: 2px dashed #000000;
    font-family: roboto slab;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0;
}
.shop-price li span:first-child {
    float: left;
    text-align: left;
    width: 80%;
}
.shop-price li span:last-child {
    float: right;
    text-align: right;
    width: 20%;
}
/**/
.gallery .dlab-img-effect {
    background: #dfdfdf none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

/* Footer */
.footer-top{
	background-color:#fff;
	padding-top:120px;
	/*padding-bottom:50px;*/
}
.footer-top .logo{
	width:250px;
}
.contact {
    margin-top: 50px;
}
.contact h2{
	font-size:50px;
	color:#000;
}
.contact p {
    color: #000000;
    font-family: roboto slab;
    font-size: 18px;
}
.social-icon{
	list-style:none;
	margin:0;
	padding:;
}
.social-icon li{
	display:inline-block;	
}
.social-icon li a {
    border: 2px solid;
    border-radius: 12px;
    color: #000000;
    display: block;
    font-size: 30px;
    height: 55px;
    line-height: 55px;
    width: 55px;
	margin: 0 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6{
	font-family:'Patua One', cursive;
}
/* Spcaing Css */
.content-inner{
	padding-top:100px;
	padding-bottom:80px;
}
.content-inner-1{
	padding-top:100px;
	padding-bottom:0px;
}
.content-inner-2{
	padding-top:100px;
	padding-bottom:100px;
}
.dlab-bnr-inr-entry{
	vertical-align: middle;
}
/* 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;
	}
}

.modal-dialog{
    margin-top: 40px !important;
}

.back_hed{

    background-image:url(../images/main-slider/header_1.jpg); 
    background-position: center center; 
    background-size: cover;
}
/* 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 all and (max-width: 767px) {
	.creative-work .card-container{
		width:100%;
	}
	.worker {
		margin-top:20px;
	}
	h2{
		font-size:40px;
		line-height:50px;
	}
	.contact h2{
		font-size:30px;
	}

    .modal-dialog{
    margin-top: 60px !important;
    }

}

@media all and (max-width: 507px) {


    .modal-dialog{
    margin-top: 80px !important;
    }


}

.modal-header {
    background: black;
    padding: 15px 25px;
}

