body {
	font-family: 'Lato', sans-serif;
	overflow: hidden;
	overflow-y: scroll;
	font-size:16px;
	color: rgb(76, 86, 98);
}
p { margin: 0 0 10px; }
/*=====================
2-General Styles
======================*/
.lt-ie9 .animated {
	opacity: 1 !important;
	-webkit-animation: none !important;
	animation: none !important;
	transform: none !important;
}
section{ padding: 90px 0; }
img {
	max-width: 100%;
	height: auto;
}
ul{
	margin:0;
}
a { outline: none !important; color:#fff; }
a:hover{color: #D75D74 !important;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	margin:24px 0 28px 0;
	font-weight:bold;
}
h1 { font-size: 40px; }
h2 { font-size: 28px; }
h3 { font-size: 26px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.btn-default{
	background:#46505c;
	color:#fff;
}
.btn{
	padding:12px 40px;
    background: rgba(255,75,90,1);
	border-radius:5px;
	font-weight:bold;
    font-family: arial;
    text-align: center;
    border:none;
	text-transform:inherit;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}
.btn:before{
    content: '';
    position: absolute;
    left:0;
    bottom: -6px;
    background: #DE4652;
    height: 10px;
    width: 100%;
    z-index: -10;
    border-radius: 0 0 5px 5px;
}
.btn-tranparent{
	border:1px solid #7cbf1d;
	border-radius:3px;
	text-decoration:none !important;
}
.btn-white{
	background:#fff;
	color:#707070;
}
.btn-wide{
	width:100%;
}
.btn-green{background: rgba(24,162,76,1);}
.btn-green:before{ background: #279455;}
.btn-md{
	width:30%;
}
.btn:hover{
	text-shadow:1px 1px rgba(0,0,0,0.2);
	border-color:#000;
	border-color:rgba(0,0,0,0.2);
    background: #D75D74;
    color: #000 !important;
}
.text-extralight{
	font-weight:100 !important;
}
.text-light{
	font-weight:300 !important;
}
.text-semibold{
	font-weight:600 !important;
}
.text-bold{
	font-weight:700 !important;
}
.text-extrabold{
	font-weight:800 !important;
}
.text-uppercase{
	text-transform:uppercase !important;	
}
.text-lowercase{
	text-transform:lowercase !important;	
}
/*===============================================
Form Styling
=================================================*/
form{
	margin-bottom:30px;
}
form .btn{
	padding-top:10px;
	padding-bottom:10px;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],textarea{
	width:100%;
    border: 1px solid #bbbbbb;
	border:none;
	color:#000;
	background:#fff;
	border-radius:5px;
	height:32px;
	padding:8px;
	text-transform:inherit;
    margin-bottom: 10px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
}
input[type="text"].tranparent,input[type="tel"].tranparent,input[type="email"].tranparent,input[type="password"].tranparent,textarea.tranparent{
	background:none;
	border:1px solid #7cbf1d;
	color:#7cbf1d;
}
textarea{
	height:180px;
	padding:25px 35px;
}
label{
	color:#8e9297;
}
label.tranparent{
	color:#8e9297;
}
/*==============================================
Spacing Helping Classes
===============================================*/
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}
.mb-35{ margin-bottom:35px;}
.mb-40{ margin-bottom:40px;}
.mb-45{ margin-bottom:45px;}
.mb-50{ margin-bottom:50px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-45{ margin-top:45px;}
.mt-50{ margin-top:50px;}

/*==========================
parallax
==========================*/

.parallax {
	overflow: hidden;
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 0;
	background:#78e2dc;
}
.overlay {
	background: rgba(50,58,69,0.15);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.parallax_inner {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	min-height:250px;
}
.parallax_one { background-image: url(../demo-data/parallax1.jpg); }
/*=======MAin=======*/
.caption header a img{max-width: 165px;}
.caption header .logo{font-family: dancing script; font-size: 28px;}
.caption header .logo img{margin-top: -10px; margin-right: 3px; font-weight: 700;}
.caption header a {margin-right: 33px;}
.caption header ul{padding: 0; margin-bottom: 75px;}
.caption header ul li{display: block;}
.caption header ul li i{
    margin-right: 18px;
    color: #FF4C5B;
    height: 22px;
    width: 22px;
    background: #244C64;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.caption .promo span{color: #ff4b5a; font-size: 20px; margin-bottom: 30px; display: block;}
.caption .promo.style1 span{ color: #1fab5a;}
.caption .promo iframe{max-height: 280px; width: 100%; margin-top: 18px; border: 0;}
.caption .testimonials{ background: #323A45; border-top: 10px solid #3c434e; color: #fff;}
.caption .testimonial i{ color: #5D718C; font-size: 70px; display: block;}
.caption .testimonial q{ font-family: raleway; font-size: 20px; margin: 40px 0; display: block;}
.caption .testimonial .author .pad{padding-left: 100px; padding-top: 15px;}
.caption .testimonial .author h5{margin: 0;}
.caption .testimonial .author{border-top: 1px solid #fff; max-width: 310px; margin: 0 auto;
    padding: 20px 25px;}
.caption .testimonials .form{
    background: rgba(60,67,78,1);
    border-radius: 10px;
    border-bottom: 5px solid #2C323C;
    padding: 30px 30px 15px 30px;
}
.caption .testimonials .form h5{
    background: #2C323C;
    text-align: center;
    padding: 10px;
    margin: 0 -30px;
    margin-bottom: 45px;
}
.caption .testimonials .form label{color: #fff;}
.caption .testimonials .form button{margin-top: 20px; text-shadow: 1px 1px #5c0406;}
.caption .features ul{padding: 0; position: relative; margin-top: 65px;}
.caption .features ul:before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    background: #DDDDDD;
    height: 1px;
    width: 335px;
}
.caption .features ul li{display: block; margin-bottom: 26px;}
.caption .features ul li span{padding-left: 18px;}
.caption .buy a.btn{padding: 10px 60px; margin-top: 48px;}
footer{background: #323A45; color: #ccc; font-size: 14px; padding: 30px 0;}
footer .copyrights img{margin-right: 10px; margin-top: -5px;}
/*=========================
Responsive
==========================*/
/*===Break Point===*/
@media (max-width: 1199px) {
}
/*===Break Point===*/
@media (max-width: 990px) {
.caption header figure{ margin-top: 60px;}
    .caption .promo figure{margin-top: 35px;}
}
/*===Break Point===*/
@media (max-width: 767px) {
    .caption section{padding: 40px 0;}
    .caption header figure{display: none;}
    .caption header ul{margin-bottom: 40px;}
    .caption .promo{padding-bottom: 0; padding-top: 40px;}
    .caption .promo iframe{margin: 50px 0;}
    .caption .testimonials .form{max-width: 350px; margin: 60px auto 0 auto;}
    .caption .features figure{display: none;}
    .caption .buy{padding: 0;}
}
/*===Break Point===*/
@media (max-width: 600px) {
    h2{font-size: 20px;}
    .caption header .logo{text-align: center;    display: block;}
    h3{font-size: 22px;}
    .caption header a img{max-width: 130px;}
    .caption footer .copyrights,.caption footer .tag {float: none;}
}
/*===Break Point===*/
@media (max-width: 360px) {
    .caption header a img{max-width: 100px;}
    .caption header a{margin-right: 20px;}
}