@charset "utf-8";

/*
Author: WMD Team
Version:1.0
*/

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 30px;
}
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: #fb2351 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin: auto;
  padding: 14px 27px !important;
  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;
}
.header {
  background: rgba(0, 0, 0, 0) url("../images/bg_image.jpg") no-repeat fixed 0 0 / cover ;
  padding: 30px 0 90px;
}
.logo {
	float:left;
}
.header_top {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  padding: 12px 22px;
  text-align:left;
  overflow:hidden;
}
.header h1 {
  margin-bottom: 15px;
  margin-top:60px;
}

.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:28px;
}
h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 10px;
}
h2 {
	color:#fff;
	font-weight:300;
	line-height:33px;
	font-size:26px;
	margin:0 auto 10px;	
}
h2 span, p span {
	font-weight:900;
	color:#fff;	
}
p {
	color:#fff;
	font-weight:300;
	line-height:30px;
	font-size:18px;
	margin:0 auto 15px;	
}

.demo_img {
  overflow: hidden;
  position: relative;
}
.home_demo .demo_img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 606px;
  margin: 0 28px;
}
.demo_img img {
	max-width:100%;
}
.demo_wrap {
	text-align:center;
	margin:40px auto 20px;
}
.demo_wrap h4 a {
  color: #111111;
  font-size: 22px;
  font-weight: bold;
}
.demo_hover {
  background: rgba(0, 0, 0, 0.8) 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_hover a:hover {
	color:#fff;
}
.demo_wrap:hover .demo_hover {
	opacity:1;
}
.footer {
	background:#222;
	padding:50px 0 30px;
	text-align:center;	
}
.footer .logo {
	margin:0 auto 20px;
}
.footer p {
	color:#ddd;	
}
.home_demo {
  padding: 30px 0 70px;
}

.footer .logo {
	float:none;
	margin:0 auto 15px;
}

/*General-Features*/
.general-features {
  background-color: #eee;
  padding: 80px 0;
}
.general-features h2 {
  color: #111111;
  font-size: 35px;
  margin: 0 auto 34px;
}
.core-features {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
}
.circle img {
  display: table;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.core-features h3 {
  color: #232323;
  font-size: 16px;
  margin-top: 10px;
  text-transform: capitalize;
}

#inner_pages {
  background: #014a8f none repeat scroll 0 0;
  position: relative;
  overflow:hidden;
  width:100%;
  padding:50px 0 80px;
  color:#fff;
}
.features_list {
  margin: 30px auto 0;
  padding: 0;
}
.features_list li {
  font-size: 20px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 0 15px;
  padding-left: 47px;
  position: relative;
}
.features_list li::after {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 14px;
  height: 30px;
  left: 0;
  line-height: 26px;
  opacity: 0.4;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 30px;
}
#inner_pages h2 {
  font-size: 50px;
  font-weight: 900;
  margin: 40px auto 80px;
  opacity: 0.3;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

#innerpage_slider a {
	color:#fff;
	text-align:center;
}
.item > h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 30px auto 18px;
  text-align: center;
}
@media (min-width:768px) {
#inner_pages .item {
  max-height: 460px;
  overflow: hidden;
}
}
@media (min-width:991px) {
#inner_pages h2 {
  font-size: 150px;
}	
}
@media (max-width:768px) {
h1 {
  font-size: 38px;
  line-height: 50px;
}
}
#inner_pages .item img {
  max-width: 100%;
  width: auto;
}
.inner_img {
	background:#fff;
	padding:10px;
	box-shadow:rgba(0, 0, 0, 0.5) 0 0 10px;
}

.owl-nav {
  left: -40px;
  position: absolute;
  top: 50%;
  right:-40px;
  height:4px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.owl-nav > div {
	font-size:0px;
	position:relative;
}
.owl-nav > div:after {
	position:absolute;
	left:0px;
	font-size:60px;
	color:#fff;
	font-family:fontawesome;
	content:"\f104";
}
.owl-nav .owl-prev:after {
	content:"\f104";
}
.owl-nav .owl-next:after {
	content:"\f105";
	left:inherit;
	right:0;
}
.owl-nav .owl-next {
	float:right;
}
.header_top ul {
    padding: 0;
    margin: 0 auto;
    text-align: right;
}
.header_top ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 30px;
}
.header_top ul li a {
    display: block;
    color: #000;
    padding: 0 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.header_top ul li .btn:hover {
    background: #de302f;
    color: #fff;
}