/* 
	Version: 1.0
	Author: DexignZone
	Website: http://www.dexignzone.com/
	Contact: dexignexpert@gmail.com
	Follow: www.twitter.com/dexignzones
	Like: www.facebook.com/dexignzone
 */
/* Welcome Page Css Not Included 	 */
.main-slider{
	background-color:#ECECEC;
}
.main-slider h1{
	font-size: 40px;
    font-weight: 400;
	line-height: 50px;
	margin-bottom:10px;
}
.main-slider p{
	font-size: 18px;
	margin-bottom: 10px;
}
.dez-coming-soon {
	padding:10px 30px;
}
.dez-coming-soon a {
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.4s linear 0s;
}
.details h5 {
	color: #000;
    font-family: open sans;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.header-soon {
	background: #30333c;
    height: 60px;
    padding: 10px 0;
    position: fixed;
    width: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	z-index:9; 
	
}
.logo img{
	width:100%;
}
.logo img {
    height: 100%;
    max-width: unset;
    width: 160px;
}
.section-preview{
	background-color:#fff;
}
.dez-footer {
    background-color: #101010 ;
	color: #fff;
}
@media only screen and (max-width: 360px) {
    .right-slide-contant.right1 {
        margin-left: -160px !important;
    }
    .mfp-gallery .card-container {
        width: 100%;
    }
    .form-layout .card-container {
        width: 100%;
    }
}


