.page-wraper{
	background:#faf6f5;
}
.content-area{
	padding:0;
}
.content-left{
    width: 100%;
    display: block;
}
.content-left .container-fluid{
	padding-left:80px;
	padding-right:80px;
}
.content-inner{
	padding-top:80px;	
	padding-bottom:40px;	
    background: url(../images/bnr2.png);	
}
.demo{
    margin-bottom: 50px;
    display: block;
}
.demo .demo-media{
    border: 10px solid #fff;
    box-shadow: 0 20px 40px 0 rgba(113,75,66,0.1);
	position:relative;
}
.demo-info{
	position:relative;
}
.demo-info h5{
    color: #0a1a2b;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: 'IBM Plex Mono';
}

.demo-info span{
	position: absolute;
    right: 30px;
    text-align: center;
    background: #fff;
    padding: 10px 25px;
    color: #000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: uppercase;
    top: -38px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: 0 20px 40px 0 rgba(113,75,66,0.1);
}
.demo:hover span{
    background: #b67a68;
    color: #fff;
}
.home-banner{
    background-color: #3A354B;
    background-image: url(../images/bnr1.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
}
.home-banner img{
    height: 60px;
    margin-bottom: 10px;
}
.home-banner p{
	font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.5;
    margin-top: 10px;
}
.home-banner .site-button.outline.white{
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: 2px solid;
    letter-spacing: 2px;
    padding: 10px 30px;
    border-radius: 30px;
	margin: 2px;
}
.home-banner .site-button.outline.white:active,
.home-banner .site-button.outline.white:focus,
.home-banner .site-button.outline.white:hover{
	color:#000;
	background:#fff;
	border-color:#fff;
}
.dez-footer {
    background: #3A354B;
    color: #fff;
}
.container-fluid{
    padding-right: 60px;
    padding-left: 60px;
}

@media only screen and (max-width: 991px) {
	.home-banner .site-button.outline.white {
		font-size: 14px;
		padding: 8px 24px;
	}
}

/* sort info */
.sort-info .dlab-tilte {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 15px;
}
.sort-info p {
    color: #747474;
    font-size: 18px;
    line-height: 30px;
}
.section-head .title{
    text-transform: capitalize;
    font-size: 55px;
    color: #0a1a2b;
    line-height: 1.2;
}
@media only screen and (max-width: 991px) {
    .container-fluid {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media only screen and (max-width: 576px) {
    .home-banner p {
		font-size: 18px;
	}
	.home-banner{
		padding: 50px 0;	
	}
	.section-head .title{
	    font-size: 30px;	
	}
	.content-inner {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.section-head {
		margin-bottom: 30px;
	}
	.demo-info h5{
	font-size: 15px;	
	}
	.demo-info span{
	    padding: 8px 15px;
		right: 20px;
	    font-size: 14px;
	    top: -32px;	
	}
	.demo {
		margin-bottom: 30px;
	}
	.dez-footer{
		font-size:13px
	}
}

.dez-footer a,
.dez-footer a:hover{
	color: #fff;
}