/*=========================================================
Author       : shreejisoftware.
Template Name: keywest
Version      : 1.0
==============================================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    color: #637282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #1968e0;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-weight: 300;
}

hr.hr {
    margin: 50px 0;
    opacity: 0.75;
}

.row-centered {
    text-align: center;
    position: relative;
    width: 100%;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #222;
}

.warpper {
    width: 100%;
    height: 100%;
	overflow: hidden;
	position: relative;
}

.bg-color {
    background-color: #f8f9f9;
}

.bg-color-1 {
    background-color: #54a132;
}

/*-------margins padding--------*/

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-80 {
    margin-top: 80px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

.mg-bt-60 {
    margin-bottom: 60px!important;
}

.mg-tp-60 {
    margin-top: 60px;
}

.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-bt-60 {
    padding-bottom: 60px;
}

.pd-bt-80 {
    padding-bottom: 80px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-tp-40 {
    padding-top: 40px;
}

.pd-tp-60 {
    padding-top: 60px;
}

.pd-tp-80 {
    padding-top: 80px;
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padd-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padd-bt-0 {
    padding-bottom: 0 !important;
}

.padd-title {
  padding-top:150px;
    padding-bottom: 20px;
 }

/*----------------------------------------
Buttons
----------------------------------------*/


.btn {
    padding: 10px 24px;
}

.btn-red {
    background-color: #54a132;
    color: #fff;
    box-shadow: 0 5px 15px rgba(118, 188, 30, 0.4);
}

.btn-red:hover {
    background-color: #54a132;
    color: #fff;
    box-shadow: 0 8px 25px rgba(118, 188, 30, 0.55);
}

/*----------------------------------------
Preloader page
----------------------------------------*/
#loading-page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
#loading-center-page{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loader {
 width: 56px;
 height: 56px;
 border: 8px solid rgba(250, 98, 98, 0.25);
 border-top-color: #54a132;
 border-radius: 50%;
 position: relative;
 animation: rotate 1s linear infinite;
 top: 50%;
 margin: -28px auto 0 auto;
}
@keyframes rotate {
  0% {
    transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
/*----------------------------------------
aniamtion shapes 
----------------------------------------*/

.shapes-bg{
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.circle {
    fill: rgba(118, 188, 30, 0.12);
}

.pentahedron {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: rgba(118, 188, 30, 0.12);
}

.rhombus {
    fill: rgba(118, 188, 30, 0.12);
    stroke: rgba(118, 188, 30, 0.12);
}

.x {
    fill: rgba(118, 188, 30, 0.12);
}

svg {
    display: block;
    width: 24px !important;
    height: 24px !important;
    top: 0;
    position: absolute;
    transform: translateZ(0px);
}


/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-header {
    z-index: 999;
}
.navbar-brand{
    padding: 0;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.navbar-header .navbar {
    padding: 0;
}
.navbar-header .navbar.sticky li a, .navbar-header .navbar.sticky .search-box-btn{
  color:#171f3c;
	border: 1px solid #171f3c
}

.navbar-header .navbar.sticky{
  background-color: #ffffff;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);   
}

.navbar.sticky .sticky-logo{
	display: block;
}

.navbar .sticky-logo{
	display: none;
}

.right-nav ul li a i {
    padding-right: 8px;
}

.search-box-btn {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    line-height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}

.btn-outer .dropdown-menu {
    top: 50px;
    padding: 0px;
    z-index: 9999999;
    width: 250px;
    left: -200px;
    border-radius: 0px;
    border-top: 3px solid #171f3c;
}

.btn-outer .dropdown-toggle::after {
    display: none;
}

.btn-outer {
    padding: 15px 18px;
}

.navbar-header .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 20px !important;
    font-weight: 500;
	border: 1px solid #fff;
}
.navbar-header .dark-navbar li a,
 .dark-navbar .search-box-btn{
     color: #171f3c;
}

.video-mockup {
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------
Hero
----------------------------------------*/

.hero {
    padding-bottom: 150px;
    position: relative;
}

.hero-text {
    padding-top: 160px;
    padding-bottom: 40px;
}

.hero-text h2 {
    font-size: 35px;
    color: #171f3c;
    line-height: 55px;
    font-weight: 700;
}

.hero-text span {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    color: #54a132;

}

.hero-text p {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}

/*----------------------------------------
About
----------------------------------------*/

.icon-block img {
    width: 50px;
    margin-bottom: 25px;
    height: auto,
}

.icon-block {
    padding: 35px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 3px 15px rgba(76, 76, 77, 0.15);
    background-color: #ffffff;
}

.icon-block h3 {
    font-weight: 700;
     font-size: 18px;
    color: #171f3c;
    margin-bottom: 25px
}

.icon-block:hover,
.icon-block:focus {
    box-shadow: 0 10px 35px 2px rgba(61, 61, 61, .12);
}

/*----------------------------------------
Features
----------------------------------------*/

.title-h2 {
    font-size: 42px;
    color: #171f3c;
    line-height: 45px;
    font-weight: 700;
}
.features-text{
	margin-top: 1rem;;
}
.features-text .title-h2{
	margin-bottom: 1.5rem;
}
.features-text span {
    color: #171f3c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

.features-text p,
p.font-p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-block{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	padding: 30px 30px;
	position: relative;
}
.about-block h2{
	color: #54a132
}

.about-block p{
    margin-bottom: 0px;
    margin-top: 0px;
}

.about-block:hover p{color: #fff;}
.about-block:hover h2{color: #fff;font-size: 26px}
.about-block::before{
	transform: scale(0);
	background: rgb(0,91,234);
	background: linear-gradient(180deg, rgba(84,161,50,1) 0%, rgba(118,188,30,1) 80%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.about-block:hover::before{
	transform: scale(1);
}

.about-block::after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	z-index: -1;
	background: url("../images/04.png") no-repeat 0 0;
    background-size: auto;
	background-size: cover;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.about-block:hover::after{
	opacity: 0.2;
}

.video-box img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.video-box {
    position: relative;
}

.ply-btn {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ply-btn img {
    width: 80px;
}

.video-box:after {
    top: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(76, 76, 76, 0.25);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.list-p li {
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}

.list-p li:before {
    font-family: 'ElegantIcons';
    content: "\52";
    position: absolute;
    left: -5px;
    top: 3px;
    color: #54a132;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
 

/*----------------------------------------
Blog
----------------------------------------*/

.blog-inner {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 4px 15px 2px rgba(61, 61, 61, .12);
}

.blog-image {
    position: relative;
}

.blog-inner img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.blog-inner-content {
    padding: 15px;
}

.blog-inner h2{
	padding-bottom: 15px;
	position: relative;
}
.blog-inner h2 a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #171f3c;
	position: relative;
}

.blog-inner h2::before {
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	border-radius: 2px;
	bottom: 0;background:#54a132;
	width: 150px;
	left: -15px;
}
.blog-inner h2::after {
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	border-radius: 2px;
	bottom: 0;background:#54a132;
	width: 20px;
	left: 145px;
}

.blog-inner .comment-blog {
    margin-bottom: 10px;
}

.blog-inner .comment-blog ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog-inner .comment-blog ul li a {
    color: rgba(7, 50, 79, 0.54);
    font-size: 14px;
}

.blog-inner .comment-blog ul li a i {
    padding-right: 5px;
    color: #54a132;
}

.date {
 background: #54a132;
    display: inline-block;
    border-radius: 20px;
    font-size: 13px;
    padding: 2px 15px;
    color: #fff;
    font-weight: 600;
    top: 15px;
    left: 15px;
    position: absolute;
    
}
 
/*----------------------------------------
Testimonials
----------------------------------------*/

.col-left {
    position: relative;
    float: left;
    width: 50%;
}

.col-left-inner {
    position: relative;
    float: right;
    padding-right: 100px;
    width: 100%;
    max-width: 560px;
}

.col-right {
    position: relative;
    float: right;
    width: 50%;
}

.col-right-inner {
    position: relative;
    float: right;
    max-width: 100%;
    padding-top: 0;
    top: 0px;
    right: -50px;
    left: auto;
}

.quote {
    display: block;

}

.quote i {
    font-size: 180px;
    color: rgba(255, 255, 255, 0.3);
}

.item-inner {

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 10px 35px 2px rgba(61, 61, 61, .12);
    background-color: #fff;
    padding: 15px;
}

.item-inner .icon_star {
    font-size: 13px;
    color: #ffdc66;
}

.avatar-item {
    margin-top: 30px;
}

.avatar-item img {
    border: 6px solid rgba(255, 255, 255, 0.4);
    width: 80px !important;
    height: auto;
    margin-right: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;


    float: left;
}

.avatar-info {
    padding-top: 10px;
    padding-left: 15px;
    overflow: hidden;
}

.avatar-info h4 {
    margin-bottom: 0;
    color: #fff;
}

.avatar-info span {
    color: #fff;
    font-size: 13px;
}

.testimonial-caroussel .owl-controls {
    position: absolute;
    bottom: -40px;
    left: 40%;
    transform: translate(40%, 50%);
}

.testimonial-caroussel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-caroussel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff !important;
    color: #fff;
}
/*----------------------------------------
Footer
----------------------------------------*/
.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active{
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-twitter:hover,  .btn.btn-twitter:focus, .btn.btn-twitter:active {
  color: white;
  background-color: #55acee;
  border-color: #55acee;
}

.btn.btn-google-plus:hover, .btn.btn-google-plus:focus, .btn.btn-google-plus:hover{

  color: white;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn.btn-instgram:hover, .btn.btn-instgram:focus, .btn.btn-instgram:hover{

  color: white;
  background-color: #9b6954;
  border-color: #9b6954;
}
.subscribe-form{
  margin-top: 25px;
}
.list-social {
  padding-top: 15px;
}
.list-social li{
    display: inline-block;
    margin-right: 10px;
}
.list-social a{
  background-color: #fff;
  width:35px;
  color:#54a132;
  line-height: 35px;
  font-size: 14px;
  padding: 0;
  border-radius: 100%;
  height: 35px;
}
.list-social a i{
  line-height: 35px;
}

.footer-top{
    padding:40px 0;
 background-color: #171f3c;  
}

.footer-bottom{
    background-color: #0e142a;  
  padding-top: 12px;
  padding-bottom: 12px;
}
.copyright {
  text-align: center;
}

.copyright p {
  margin: 0px auto;
  padding: 0px;
  color: #8688a4;
  font-size: 14px;
}


footer p.error-message {
  color: #e10438;
  margin-top:5px;
  margin-bottom:5px;
}

footer p.sucess-message {
  color: #4ec952;
  margin-top:5px;
  margin-bottom:5px;
}
.footer-inner span{
  line-height: 45px;
  font-size: 13px;

}
#scrollUp{
  background: #54a132;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;    
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  font-size: 30px;
  line-height: 3;
  right: 30px;
  line-height:50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
}
.logo-footer img{
    margin-bottom: 25px;
}
.text-footer p{
    color: #adafc7;
}
.footer-top h5{
  color:#fff;
    font-size: 16px;
}
.footer-top .list-menu a{
    line-height: 28px;
  color: #adafc7;  
}
.list-contact li{
  color:#adafc7; 
    line-height: 32px;
}

.subscribe-form .form-control {
 outline: none;
 float:left;
 height: 45px;
    width: 89%;
  color:#fff;
  border-radius:10px;
  -moz-border-radius: 10px;
  -wbekit-border-radius: 10px;
 padding:0 15px 0 15px;
 box-shadow: none;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 transition: all .3s;
 background-color:rgba(255,255,255,0.15);
 border:none;
}
.subscribe-form .btn-subscribe{
  position: relative;
    margin-top: 15px;
 height: 45px;
    width:100%;
   border-radius:10px;
  -moz-border-radius: 10px;
  -wbekit-border-radius: 10px;
 padding:0 15px 0 15px;
 color:#fff;
 background: #54a132;
 
}
.btn-subscribe:hover,.btn-subscribe:focus, .btn-subscribe:active{
  background: #54a132;
 color:#fff;
}

.property-sec .owl-item{
	padding-bottom: 25px;
}

.enjoy-section .bg-image{
	width: 100%;
	min-height: 200px;
	background-size: cover;
	padding: 80px 40px;
	background-position: right center;
    background-image: url(../images/keywest-shop.jpg);
}

.enjoy-section .bg-left{
	padding: 60px 60px;
}

.enjoy-section .bg-left .features-text{
	margin-top: 0px;
}

.enjoy-section .features-text .title-h2{
	font-size: 35px;text-transform: inherit;
}

.connect-people{
	background-color: #f8fff5;
	background-image: url("../images/01.png");
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px;

}
.wave-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.people-style{
	position: relative;
	padding: 30px 0 30px 30px;
}

.people-style::before{
	content: "";
	background:#54a132;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.people-content{
	padding: 30px;
	margin-right: 50px;
	border-radius: 7px;
	background:#ffffff;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

.people-content h2{
	line-height: 36px;color: #171f3c;font-size: 26px;
}

.people-content h5::before{
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	border-radius: 2px;
	top: 0;background:#54a132;
	width: 150px;
	left: -30px;
}

.people-content h5::after{
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	border-radius: 2px;
	top: 0;
	background:#54a132;
	width: 20px;
	left: 130px;
}

.people-content h5{
	margin-top: 1.8rem;
	padding-top: 1rem;;
	line-height: 30px;
	position: relative;
}

.connect-ppl-img{
	position: relative;}

.connect-ppl-img img{
	position: relative;
	z-index: 1;
	border-radius: 10px;
}

.connect-ppl-img::before{
	position: absolute;
	content: "";
	top: -20px;right: -20px;
	width: 60px;height: 60px;
	background-color: #76bc1e;
	z-index: 0;
	border-radius: 10px;
}

.about-2 h5{
	line-height: 30px;
	color: #54a132;
}

.about-2{
	background-image: url("./images/index.png")
}

.content-map{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 75px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 75px rgba(0,0,0,.1);
	box-shadow: 0 0 75px rgba(0,0,0,.1);
}
.content-map .form-control{
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
	border: none;
}
.content-map form input[type="text"], .content-map form input[type="email"] {
    height: 45px;
}

.content-map h6{
	margin-bottom: 1.5rem;
}

.sponsor{background-color: #54a132;}

.client-caroussel .client-item-img img{width: 70%;}

.navbar-header .navbar.sticky .navbar-brand{}

.team-info h2{font-weight: 600;}
.team-info h5{color: #54a132;font-weight: 400;}

.team-sec{background-image: url("../images/05.png")}

.accordion .card-header{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
	box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

.accordion .card-header a {
    padding: 15px 30px 15px 20px;
    border-radius: 7px;
    background: #ffffff;
	font-weight: 600;
	font-size: 15px;
	color:#1c1d3e;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}

.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}

.accordion .card {
    border: none;
    border-radius: 0;
	margin-bottom: 20px;
}

.accordion .card a:hover {
    background: #54a132;
	color: #ffffff;
}
.accordion .card a[aria-expanded=true]{
	background: #54a132;
	color: #ffffff;
}

.accordion .card-header a span {
    left: inherit;
    right: 30px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.accordion .card-header a span::before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
}

.accordion .card-header a span::after, .accordion .card-header a span::before, .accordion .card-header a span {
    content: '';
    position: absolute;
    top: 50%;
}

.accordion .card-header a span::before, .accordion .card-header a span::after {
    width: 20px;
    height: 2px;
    background: #54a132;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}


.accordion .card a[aria-expanded=true] span::after, .accordion .card a:hover span::after, .accordion .card[aria-expanded=true] a span::before, .accordion .card a:hover span::before {
	background: #ffffff;
}

.accordion .card-header a[aria-expanded="true"] span::before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg);
}

.accordion .card-header a span::before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg);
}

.video-section #wistia_chrome_25 #wistia_grid_31_wrapper .w-css-reset-tree svg{
	width: 100% !important;
	height: 100% !important;
}

.video-section{
	background-image: url("../images/video-sec-bg.png");
	background-size: cover;
	background-color: #f8f9f9;
	padding-top: 80px;
	padding-bottom: 80px;
}

.dot-left-bar {
    position: absolute;
    left: -105px;
}
.dot-right-bar {
    position: absolute;
    right: -105px;
}

.about-sec{
	background-image: url("../images/left-bg-shape.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.pop-form .form-control{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
	border-color: #ECECEC;
	height: 45px;
}

.six-tip-img{
	margin: 30px 0px;
	padding: 15px;
	border: 1px solid #54a132;
}

.six-tip h4{color: #54a132;margin-bottom: 20px;font-size: 22px}
.six-tip h1{line-height: 45px;margin-bottom: 20px;}
.six-tip h5{margin-bottom: 20px;}

.lead-section .title-h2{
	line-height: 60px;
	font-size: 46px;
}
.six-tip-inner{
    box-shadow: 0 5px 15px rgba(63, 63, 63, 0.4);
	padding-top: 25px;
	padding-bottom: 25px;
}

.lead-magnet-list li{
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
	font-size: 1rem;
}

.lead-magnet-list li::before{
	position: absolute;
	content: "\4e";
	font-family: 'ElegantIcons';
	top: 0px;left: 0px;
	color: #54a132;
	font-size: 20px;
}

.inner-header{
	background-color: #333333;
}

.ebook-form form{
	margin-top: 25px;
	margin-bottom: 25px;
}

.ebook-form .modal-dialog{max-width: 600px;}
.ebook-form .modal-body{padding: 1.5rem;}

.thanks-note .title-h2{
	line-height: 58px;
	margin-bottom: 25px;
}

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  -webkit-animation: fadein .5s;
  animation: fadein .5s;
}
#ouibounce-modal .modal1 {
  background-color: #f0f1f2;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin .3s;
  animation: popin .3s
}
#ouibounce-modal .modal-title {
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  text-align: center
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: .2em;
  text-transform: uppercase;
  font-weight: 500
}
#ouibounce-modal .modal-body {
  padding: 20px 35px;
  font-size: .9em
}
#ouibounce-modal p {
  color: #344a5f
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 35px
}
#ouibounce-modal form input[type=text] {
  padding: 12px;
  font-size: 1.2em;
  width: 300px;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-font-smoothing: antialiased
}
#ouibounce-modal form input[type=submit] {
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 4px;
  color: #fff;
  background-color: #4ab471;
  border: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased
}
#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: .8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: .9em
}
#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%
}
#ouibounce-modal .modal-footer p {
  text-transform: capitalize;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #344a5f
}

#ouibounce-modal .modal-dialog{
	z-index: 9999;
	position: relative;
}


@-webkit-keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.screen-reader-response {
    display: none;
}


