@charset "utf-8";



body {

	font-family:'Roboto', sans-serif;

	margin:0px;

	padding:0px;

	overflow-x:hidden;

	color:#555555;

}



h1, h2, h3, h4, h5, h6 {

	color:#111111;

	font-weight:700;

	margin:0 auto 20px;

}

p {

	font-size:18px;

	color:#555555;

	line-height:32px;

	font-weight:300;

}

a {

	transition-duration:0.5s;

	 -moz-transition-duration:0.5s;

	  -o-transition-duration:0.5s;

	   -webkit-transition-duration:0.5s;

	   -ms-transition-duration:0.5s;

	text-decoration:none;

	color:#fb2351;

}

a:hover, a:focus {

	text-decoration:none;

	color:#fb2351;

	outline:none;

}

ul, ol {

	margin:0 auto 20px;

}

ul li, ol li {

  font-size: 16px;

  font-weight: 300;

  line-height: 30px;

  margin: 0 auto 10px;

}

.btn {

  background: #fff none repeat scroll 0 0;

  border: medium none;

  border-radius: 3px;

  color: #000;

  font-size: 18px;

  line-height: 1;

  margin: auto;

  padding: 14px 27px;

  text-transform: capitalize;

  transition:all 0.5s linear;

	-moz-transition:all 0.5s linear;

	-webkit-transition:all 0.5s linear;

	-ms-transition:all 0.5s linear;

	-o-transition:all 0.5s linear;

}

.btn:hover {
	color:#fff;
	background:#38ccff;
}

.header {

	background: url(../images/bg_image.jpg) no-repeat center bottom / cover;

}

.header-wrap {

	background: rgba(0, 0, 0, 0.1);

	padding: 25px 0;

	text-align: left;

	border-bottom: rgba(255, 255, 255, 0.15) solid 1px;

	position: absolute;

	top: 0;

	right: 0;

	left: 0;

}

.desktop-wrap {

	position: relative;

	bottom: -150px;

}

.header-wrap img {

	max-width: 200px;

}

.header-wrap ul {

	padding: 0;

	margin: 0 auto;

	text-align: right;

}

.header-wrap ul li {

	list-style: none;

	display: inline-block;

	margin: 0 0 0 30px;

}

.header-wrap ul li a {

	display: block;

	color: #fff;

	padding: 0 5px;

	font-weight: 600;

	text-transform: uppercase;

}

.header-wrap ul li a.btn {

	padding: 15px 30px;

	color: #000;

	font-size: 16px;

}

.header-wrap ul li a.btn:hover {
	background: #38ccff;
	color:#fff;	
}

.header h1 {

	color: #fff;

	font-weight: 600;

	font-size: 38px;

	margin: 0 auto 50px;

	line-height: 48px;

}

img {

	max-width:100%;

}

.logo {

    margin: 20px auto 0;

    text-align: center;

    max-width: 500px;

    background: #fff;

    border-radius: 80px;

    padding: 14px 40px;

}

.header h1 {

  margin-bottom: 0;

}

.header h6 {

  background: #fb2351 none repeat scroll 0 0;

  color: #ffffff;

  display: inline-block;

  font-size: 16px;

  font-weight: normal;

  margin: 0;

  padding: 10px 15px;

}

.header p {

  font-size:25px;

}

h1 {

    color: #ffffff;

    font-size: 40px;

    font-weight: 400;

    line-height: 70px;

    font-weight: 900;

}

h2 {

	font-weight:300;

	line-height:33px;

	font-size:26px;

	margin:0 auto 10px;	

}

h2 span, p span {

	font-weight:900;

	color:#fff;	

}

p {

	font-weight:300;

	line-height:30px;

	font-size:17px;

	margin:0 auto 15px;	

}

.demo_wrap h5 {

	font-size: 12px;

	letter-spacing: 3px;

	font-weight: 500;

	text-transform: uppercase;

	margin: 0 auto 12px;

}

.demo_img {

  overflow: hidden;

  position: relative;

  

}

.demo_wrap::after {

	position: absolute;

	bottom: 40px;

	left: -17px;

	content: "";

	width: 70px;

	height: 140px;

	background: url(../images/dots-shap.png) no-repeat 0 0;

	z-index: -1;

}

.home_demo .demo_img {

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);

  height: 700px;

  margin: 0 8px;

}

.demo_img img {

	max-width:100%;

}

.demo_wrap {

	text-align:center;

	margin:70px auto 0;

	position: relative;

}

.demo_wrap h4 a {

	color: #111111;

	font-size: 21px;

	font-weight: normal;

}

.demo_hover {

  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;

  bottom: 0;

  left: 0;

  opacity: 0;

  position: absolute;

  right: 0;

  top: 0;

  transition-duration:0.3s;

   -moz-transition-duration:0.3s;

	-webkit-transition-duration:0.3s;

	 -o-transition-duration:0.3s;

	  -ms-transition-duration:0.3s;

}

.demo_hover a {

	position:absolute;

	top:50%;

	width:200px;

	left:0px;

	right:0px;

	margin:0 auto;

	transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-o-transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-ms-transform:translateY(-50%);

}

.demo_wrap:hover .demo_hover {

	opacity:1;

}

.footer {

	background:#0c0c0c;

	padding:50px 0 30px;

	text-align:center;	

}

.footer .logo {

	margin:0 auto 20px;

}

.footer p {

	color:#ddd;	

}

.home_demo {

	padding: 130px 0 100px;

	text-align: center;

	overflow: hidden;

}

.home_demo h2 {

	color: #111;

	text-align: center;

	font-weight: bold;

	padding: 10px 30px;

	display: inline-block;

	margin: 0 auto 0;

	clear: both;

	font-size: 35px;

	line-height: 46px;

}

.gray-bg {

    background: #131313;

    padding: 100px 0;

}

.gray-bg h2 {

    text-align: center;

    font-size: 70px;

    font-weight: bold;

}

.listing-detail .section-heading h2,  .other-pages .section-heading h2 {

	color: #fff;

	font-size: 35px;

	margin: 0 auto 4px;

}

.listing-detail .section-heading p, .other-pages .section-heading p {

	color: #fff;

}

.listing-detail h5 {

	color: #fff;

}

.listing-detail .demo_wrap {

	margin: 50px auto 0;

}

.listing-detail, .features, .other-pages {

	position: relative;

}

.listing-detail::after, .other-pages::after {

	position: absolute;

	top: 100px;

	left: -15px;

	content: "";

	width: 70px;

	height: 140px;

	background: url(../images/dots-shap2.png) no-repeat top right;

	z-index: 0;

	opacity: 0.5;

}

.listing-detail::before, .other-pages:before {

	position: absolute;

	top: 560px;

	right: -15px;

	content: "";

	width: 70px;

	height: 140px;

	background: url(../images/dots-shap2.png) no-repeat 0 0;

	z-index: 0;

	opacity: 0.5;

}

.features::after {

	position: absolute;

	top: 100px;

	left: -15px;

	content: "";

	width: 70px;

	height: 140px;

	background: url(../images/dots-shap.png) no-repeat top right;

	z-index: 0;

}

.features::before {

	position: absolute;

	top: 560px;

	right: -15px;

	content: "";

	width: 70px;

	height: 140px;

	background: url(../images/dots-shap.png) no-repeat 0 0;

	z-index: 0;

}

.article {

	background-color: #fff;

	padding: 20px 0px;

	margin-bottom: 30px;

	text-align: center;

	border-radius: 5px;

	cursor: pointer;

}

.article img {

	margin-bottom: 5px;

	position: relative;

}

.article__title {

	font-size: 14px;

	margin-top: 15px;

	font-weight: 500;

}

.box-shadow {

	-webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);

	box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-ms-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-webkit-transition: all 0.2s ease-in-out;

	position: relative;

	display: block;

	top: 0;

}

.box-shadow:hover {

	top: -10px;

}

.section-padding {

	padding: 80px 0;

}

.section-heading h2 {

	color: #111;

	text-align: center;

	font-weight: bold;

	padding: 10px 30px;

	display: inline-block;

	margin: 0 auto 0;

	clear: both;

	font-size: 35px;

	line-height: 46px;

}

.features .section-heading, .most-features .section-heading {

	margin: 0 auto 60px;

}

.features-list {

	padding:130px 50px;

}

.features-list ul {

	padding: 0;

	margin: 0 auto;

}

.features-list li {

	list-style: none;

	font-size: 17px;

	margin: 0 auto 15px;

}

.features-list li i {

	color: #38ccff;

}

#innerpages {

	padding: 0 40px;

}

.item h5 {

	color: #fff;

}







@media (min-width:768px) and (max-width:991px) {

.home_demo .demo_img {

	height:330px;

}

.header-wrap ul li {

	margin: 0 0 0 5px;

	font-size: 13px;

}

.header-wrap ul li a.btn {

	padding: 10px 20px;

	font-size: 13px;

}

.features-list {

	padding: 0 0px;

}



}



@media (max-width:768px) {

h1 {

    font-size: 32px;

    line-height: 40px;

}

.header p {

    font-size: 22px;

}

.logo {

    max-width: 270px;

}

.home_demo .demo_img {

	height:auto;

}

.demo_wrap {

    margin: 40px auto 0;

}

.demo_wrap h4 {

	margin:0 auto 12px;

}

.home_demo .demo_img {

  height: 450px;

}

.header {

    padding: 20px 0;

}

.header h1 {

    margin-bottom: 24px;

}

.home_demo {

    padding: 15px 0 60px;

}

.features-list {

	padding: 20px 30px;

}

.header-wrap ul {

	display: none;

}

.header-wrap {

	text-align: center;

}

.home_demo {

	padding: 125px 0 60px;

}

.listing-detail .section-heading h2, .other-pages .section-heading h2, .section-heading h2 {

	font-size: 28px;

	line-height: 36px;

}



}



.demo_link {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	content:"";

	z-index:22;

	display:block;

}

.container {

	max-width:1200px;

	width:100%;

}
.demo_hover a span{
	    font-size: 12px;
    color: #868181;
}