 
 body, p {
 	font-size: 18px;
 }
	 
.contact-address.style2 {
	margin-bottom: -140px;
    margin-top: 80px;
    z-index: 1;
}
.shortcode-banner.style-animated .shortcode-banner-inside .shortcode-banner-content {
	width: 98%;
}
ul li.active a {
    color: #ef2525;
}
.font-20 {
	font-size: 20px;
}
.form-holder.subs input {
    width: 100% !important;
    border-radius: 5px;
}
.btn {
	color: #fff !important;
	padding: 12px 20px;
	text-transform: none;
	margin-left: 2px;
}
.btnP {
	color: #fff !important;
	padding: 12px 20px;
	text-transform: none;
}
.input-field {
    width: 100% !important;
}
.live-form input#af-submit-image-1542277670 {
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
    background: #23A0EF;
    margin-top: 15px;
    display: -webkit-inline-box;
}
.live-form input#af-submit-image-1542277670:hover {
    background: #0F85CF;
}
/* Hero */
#landing-hero {
	background-image: url(images/hero.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.2);
	color: #fff;
	margin: 20px;
	padding: 0;
	position: relative;

}
#landing-hero:before {
	content: '';
	display: block;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	border-radius: 0 0 3px 3px;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 80px;
}
#landing-hero:after {
	content: '';
	display: block;
	background: rgb(220,54,54);
	background: linear-gradient(180deg, rgba(220,54,54,1) 0%, rgba(187,33,33,1) 100%);
	position: absolute;
	top: -20px; right: -20px; bottom: -20px; left: 50%;
	z-index: -2;
}
#hero-head {
	padding: 20px;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}
#hero-head img {
	height: 80px;
}

#landing-hero > .row {
	margin: 0;
}
#hero-content {
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
#hero-content h1, #hero-content h3 {
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
#hero-content h1 {
	font-family: 'Merriweather', sans-serif;
	font-size: 90px;
}
#hero-form {
	padding: 0 96px;
	margin-top: -32px;
}
#hero-form h4 {
	color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 20px;
	margin: 32px 0 0;
	padding: 0 80px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.form-group:not(.box) {
	margin-bottom: 0;
}
#hero-content .form-group input[type="text"] {
	padding: 28px 20px;
}
#af-submit-image-1542277670 {
    font-size: 24px;
    line-height: 1;
    margin: 0 auto;
    padding: 17px 80px;
    text-transform: uppercase;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    background: #23A0EF;
}
#af-submit-image-1542277670:hover {
	background-color: #0F85CF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-color: #cf1515;
}
#hero-disclaimer {
	text-align: center;
	width: 100%;
	margin-top: -24px;
	margin-bottom: 48px;
}
#hero-disclaimer p {
	font-size: 12px;
	margin-left: 8px;
}
.disclaimer.text-center small {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    font-family: Nunito Sans;
}

/*Landing body*/
#content {
	padding: 160px 0 96px;
}

#about h3 {
	color: #cf1515;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#about p {
	color: #202E3B;
	font-size: 16px;
	line-height: 2;
}
#about h4 {
	color: #202E3B;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
#about-box {
	background-image: url(../images/about.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
	height: 720px;
	overflow: hidden;
	position: relative;
}
#about-box h2 {
	color: #fff;
	font-family: 'Merriweather', sans-serif;
	font-weight: 400;
	margin-top: 64px;
	margin-bottom: 0;
}
#about-box p {
	color: #fff;
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	margin: 32px 0;
	padding: 0 8%;
}

/*Footer*/
#footer .footer-wrapper .container > .row > div {
	padding: 70px 15px;
}
#footer h2, #footer h4 {
	color: #fff;
}
#footer h3 {
	color: #cf1515;
	font-weight: 700;
}
#footer h2 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
#footer h2, #footer h4, #footer p {
    margin-bottom: 30px;
}
#footer form {
	margin-bottom: 48px;
	padding: 0 96px;
}
.form-holder.subs.footer {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#footer .form-group input[type="text"] {
	padding: 28px 20px;
}

.banner-image1 {
	background-image: url(../images/pages/homepage/3/background.jpg); 
}
.banner-color1 {
    background-color: transparent;
}
.testimonials.style2 .sc-content-wrapper .sc-content h2, .testimonials.style2 .sc-content-wrapper .sc-content p {
	color: #fff;
	font-size: 27px;
	/* text-shadow: 0 1px 1px #000; */
}
.testimonials.style2 .sc-content-wrapper .sc-content h2 {
	font-weight: bold;
	font-size: 35px;
}
.testimonial.style1 .testimonial-image {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0px solid #d4dde5;
    padding: 4px;
    background: #fff;
    z-index: -1;
    box-shadow: 1px 1px 0 #ccc, 2px 2px 0 #ccc, 3px 3px 0 #ccc, 4px 4px 0 #ccc, 5px 5px 0 #ccc, 6px 6px 0 #ccc, 7px 7px 0 #ccc, 8px 8px 0 #ccc, 9px 9px 0 #ccc, 10px 10px 0 #ccc, 11px 11px 0 #ccc, 12px 12px 0 #ccc;
}
.testimonial.style1 .testimonial-image img {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;

}
.testimonial.style1 .testimonial-author-name {
	font-size: 40px !important;
	text-shadow: 0 1px 16px #555;
	line-height: 60px
}
.testimonial.style1 .testimonial-author-name small {
	font-size: 30px !important;
	text-shadow: none;
	color: #1b4268;
}
.testimonial.style1 .testimonial-author {
	border-left: 5px solid #39b3d7;
	border-right: 5px solid #39b3d7;
	border-bottom: 5px solid #ef2525;
}
.testimonial.style1 .testimonial-author-job em {
	color: #ef2525;
}
.testimonial.style1 .testimonial-content {
	margin-top: 70px;
	margin-bottom: 0;
}
.testimonial.style1 {
	border-color: transparent;
	font-size: 
}
.heading-box {
	position: relative;
}
.heading-box h2.box-title {
	color: #202E3B;
	position: relative;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}
#recentwinners .desc-lg {
    padding: 0 140px;
}
.icon-box[class*=" style-side-"].style-side-5 {
	display: block;
	padding: 20px;
}
.icon-box[class*=" style-side-"].style-side-5 i:after, .icon-box[class*=" style-side-"].style-side-6 i:after {
	display: none;
}
.mini3 .col-sm-6:nth-child(1) .icon-box i, .mini3 .col-sm-6:nth-child(4) .icon-box i{
	background: #ef2525;
}
.mini3 .col-sm-6:nth-child(2) .icon-box i, .mini3 .col-sm-6:nth-child(3) .icon-box i{
	background: #ccc;
}
.mini3 .col-sm-6:nth-child(1) .icon-box i:hover, .mini3 .col-sm-6:nth-child(4) .icon-box i:hover {
	background: #ef2525;
}
.mini3 .col-sm-6:nth-child(2) .icon-box i:hover, .mini3 .col-sm-6:nth-child(3) .icon-box i:hover {
	background: #ccc;
}
.icon-box[class*=" style-side-"].style-side-5 i {
	display: block;
	float: none;
	margin:auto;
	font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}
.icon-box[class*=" style-side-"].style-side-5 .box-content {
	text-align: center;
	display: block;
	max-width: 300px;
	margin: auto;
	text-transform: uppercase;
}
.parallax-pattern1 {
	background-image: url(../images/pages/bg-red.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
.parallax-pattern2 {
	background-image: url(../images/pages/patterns/colorful2.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
.parallax-pattern3 {
	background-image: url(../images/pages/patterns/colorful3.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; 
}
.subscribe-mini h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right:5%; 
	padding-left: 5%;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 16px #000;
}
.subscribe-mini h2 {
	margin-top: 20px;
	font-weight: bold;
	padding-right:5%; 
	padding-left: 5%;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 16px #000;
}
.subscribe-mini input[type="text"],.subscribe-mini input[type="email"]  {
	width: 100%;
	height: 80px;
	font-size: 30px;
	text-align: center;	
  margin-left: 20px;
}
.slider-btn {
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    margin: 20px auto !important;
}
.slider-btn2 {	
	background: #39b3d7;
}
.subscribe-mini .btn {
	box-shadow: 0 0 16px rgba(255, 255, 255, 0.8);
	font-size: 40px;
    height: 70px;
    line-height: 50px;
    width: 280px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    margin: 20px auto;
}
.subscribe-mini .btn:hover {
	background-color: #cf1515;
	box-shadow: 0 0 32px rgba(255, 255, 255, 0.8);
}
.tp-caption .btn.slider-btn2:not(.color-black):hover {
    background-color: #ef2525 !important;
	background: #ef2525 !important;
    border-color: #269abc !important;
}
.subscribe-mini .btn:before {
	content: "123";
	position: absolute;
	left: -100px;
	width: 100px;
	height: 60px;
}
.subscribe-mini .form-holder{
	position: relative;
	margin-bottom: 50px;
}
.subscribe-mini-left .btn-info {
	background-color: #39b3d7;
}
.subscribe-mini-left .btn-info:hover, .subscribe-mini-left .btn-info:focus, .subscribe-mini-lef .btn-info:active,
.subscribe-mini-left .btn-info.active, .subscribe-mini-left .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #ef2525;
    border-color: #ef2525;
}
.subscribe-mini form {
	width: 80%;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	position: relative;
}
.parallax-testimonials {
    background-image: url(../images/pages/feedback/testimonials_bg.jpg);
    margin-bottom: 0;
}
#testimonials .testimonials  {
	/*background: rgba(0,0,0,.5);*/
}
.parallax-subscribe {
	background-image: url(../images/pages/subscribe/sekc1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	/*height: 500px;*/
}
#member-benefits .tab-container.vertical-tab-1 .tabs li a {
	background: #fff;
	border-radius: 0;
	color: #ccc;
	margin-bottom: 20px; 
	line-height: 42px;
	box-shadow: 1px 1px 0 #ccc, 2px 2px 0 #ccc, 3px 3px 0 #ccc, 4px 4px 0 #ccc, 5px 5px 0 #ccc, 6px 6px 0 #ccc, 7px 7px 0 #ccc, 8px 8px 0 #ccc, 9px 9px 0 #ccc, 10px 10px 0 #ccc, 11px 11px 0 #ccc, 12px 12px 0 #ccc;
	text-transform: uppercase;
}
#member-benefits .tab-container.vertical-tab-1 .tabs li a i {
	font-size: 30px;
	line-height: 42px;
    width: 42px;
    height: 42px;
}
#member-benefits .tab-container.vertical-tab-1 .tabs li a:hover{
	background: #fff;
	color: #ef2525;
}
#member-benefits .tab-container.vertical-tab-1 .tabs li i {
	background: #ef2525;
	color: #fff;
}
#member-benefits .tab-container.vertical-tab-1 .tabs li.active i {
	background: #fff;
	color: #ef2525 !important;
}
#member-benefits .tab-container.vertical-tab-1 .tabs li.active a {
	background: #ef2525;
	color: #fff;
}
#subscribe  .callout-box.style1 .callout-box-wrapper {
	background: transparent;
}
#subscribe .form-holder {
	min-width: 250px;
}
#footer .useful-links i {
	min-width:20px; 
}
#footer .copyright-area .copyright.policy {
	text-align: left;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
	animation: preSpin 2s ease-in-out 0s infinite alternate;
    width: 240px;
    height: 240px;
    position:absolute;
    left:50%;
    top:50%;
    tran
}

@keyframes preSpin {

	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.7);
		transform: translate(-50%, -50%) rotate(0deg) scale(0.7);
	}
	95% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
		transform: translate(-50%, -50%) rotate(360deg) scale(1);
	}
}

.eight00 {
	background-image: url(../images/pages/bg-gray.jpg);
	color: #fff;
}
.bulb-bg {
	background-image: url(../images/pages/bg-red.jpg);	
	color: #fff;
}
.eight00 h2 {
	color: #fff;
}
.eight00 a {
	color: #fff;
	text-decoration: underline;
}
#footer .back-to-top:before {
    background-image: url(../images/logo-white.png);
}
.parallax-pattern2 input[type="text"], .parallax-pattern2 input[type="email"] {
    border-left: 10px groove yellow;
    border-top: 10px groove yellow;    
    border-right: 10px ridge  yellow;
    border-bottom: 10px ridge  yellow;
    box-shadow: 1px 1px 0 yellow, 2px 2px 0 yellow, 3px 3px 0 yellow, 4px 4px 0 yellow, 5px 5px 0 yellow, 6px 6px 0 yellow, 7px 7px 0 yellow, 8px 8px 0 yellow, 9px 9px 0 yellow, 10px 10px 0 yellow, 11px 11px 0 yellow, 12px 12px 0 yellow;

}
.parallax-pattern2 .btn {
    border-left: 10px groove yellow;
    border-top: 10px groove yellow;    
    border-right: 10px ridge  yellow;
    border-bottom: 10px ridge  yellow;
    box-shadow: 1px 1px 0 yellow, 2px 2px 0 yellow, 3px 3px 0 yellow, 4px 4px 0 yellow, 5px 5px 0 yellow, 6px 6px 0 yellow, 7px 7px 0 yellow, 8px 8px 0 yellow, 9px 9px 0 yellow, 10px 10px 0 yellow, 11px 11px 0 yellow, 12px 12px 0 yellow;
    background: #fff;
    color: lime;
}
.parallax-pattern2 .btn:hover {
	background: lime;
    color: #fff;
}
.parallax-pattern3 .btn {
    background: #39b3d7;
    color: #fff;
}
.parallax-pattern3 .btn:hover {
	background: #fff;
    color: #39b3d7;
}
#subscribe h2.box-title {
	font-size: 45px;
	margin-bottom: 0;
    padding: 5px;
 
}
#subscribe .heading-box h2.box-title:before, #subscribe .heading-box h2.box-title:after {
	display: none;
}
.subscribe-mini .arrows:before, .subscribe-mini .arrows:after {
	content: '';
	height: 200px;
	width: 200px;
	display: block !important;
	position: absolute;
	bottom:0; 
} 
.parallax-pattern1 .arrows:before {
	left: 0;
	background: url(../images/pages/patterns/arrows/red.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 

	-webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);

}
.parallax-pattern2 .arrows:before {
	left: 0;
	background: url(../images/pages/patterns/arrows/red.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	-webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1); 

}
.parallax-pattern3 .arrows:before {
	left: 0;
	background: url(../images/pages/patterns/arrows/red.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 

	-webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.parallax-pattern1 .arrows:after {
	right: 0;
	background: url(../images/pages/patterns/arrows/blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
	
}
.parallax-pattern2 .arrows:after {
	right: 0;
	background: url(../images/pages/patterns/arrows/blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;


}
.parallax-pattern3 .arrows:after {
	right: 0;
	background: url(../images/pages/patterns/arrows/blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; 
}
#subscribe input[type="text"], #subscribe input[type="email"] {
	width: 100% !important;
	max-width: 100% !important;
	height: 80px;
	font-size: 30px;
	text-align: center;	
	margin-left: 20px;
    line-height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
 
}
#subscribe .btn {
	font-size: 32px;
    height: 70px;
    line-height: 50px;
    width: 100% !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 20px auto;
    margin-left: 20px;
}
#subscribe .btn:hover {
	background: #ef2525;
    color: #fff;
}
#subscribe .callout-content-container {
	padding: 50px 0;
	height: auto;
}
#subscribe .btn2 {
	background: #ef2525;
	border: none;
	border-radius: 12px;
	text-transform: uppercase;
}
#subscribe .btn2:hover {
	background-color: #ef2525 !important;
	background: #ef2525 !important;
    border-color: #269abc !important;
}
.process-builder.style-creative .process-item .process-image{
	background: #efefef;
}
.eight-text{
	font-weight: bold !important;
	font-size: 56px;
}
.eight-text2 {
	font-weight: bold !important;
	font-size: 40px;
}
.safesender  {
	padding-left:70px!important;
}

/***************** New landing page css *****************/

.form-group input {
    padding: 28px 20px;
    font-family: 'Nunito Sans', sans-serif;
}
.testimonial.style1 {
    padding: 40px 50px 40px;
}
/*start hero-sec*/
.landing-hero {
    background-image: url('../images/bac-sec.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	top: 0;
	z-index: 1;
}
.landing-hero #hero-content {
    transform: translateY(0%);
}
.landing-hero .form-holder.subs:before {
    position: absolute;
    content: "";
    background-image: url(../images/cursive-arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -50px;
    bottom: 30px;
    height: 173px;
    width: 217px;
    z-index: 9999;
}
#hero-head img{
    height: 80px;
}
#hero-head {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
	text-align: left;

}
.landing-hero #hero-form {
    padding: 235px 120px 115px;
}
.landing-hero #hero-content h1 {
    font-size: 48px;
    line-height: 65px;
	margin-bottom: 30px;
}
.landing-hero .hero-heading h2 {
    color: #fff;
    font-size: 28px;
    font-family: 'Nunito Sans', sans-serif;
	margin-bottom: 30px;
}
.landing-hero .form-holder.subs {
    margin-bottom: 20px;
    float: left;
    width: 100%;
	position: relative;
}
.form-holder.subs form {
    width: 70% !important;
    margin: 0 auto;
}
.form-holder.subs {
    float: left;
    width: 100%;
	padding-bottom: 20px;
}
.form-group {
    float: left;
    width: 70%;
}
.form-btn {
    float: left;
    width: 30%;
}

/* #hero-content{
	padding: 120px 0;
} */
.hero-heading h1 {
    font-size: 90px;
    font-family: 'Merriweather', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 65px;
    margin-bottom: 40px;
    margin-top: -30px;
}
.hero-heading h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    font-family: 'Merriweather Sans', sans-serif;
    margin: 0;
    text-align: center;
	margin-bottom: 40px;
}
.hero-heading h3 span{
	font-weight: bold;

}

.hero-caption p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.hero-caption p.red {
    color: #ef2525;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    margin: 30px 0;
	font-family: 'Nunito Sans', sans-serif;
}
.hero-caption small {
    font-size: 16px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;;
    font-weight: 300;
    line-height: 22px;
    
}
/* end hero sec*/
/* start market sec*/
.market-sec {
    width: 100%;
    padding: 65px 0;
}
.market-card {
    padding: 40px 0;
}
.market-content h2 {
    font-size: 25px;
    font-family: 'Merriweather';
    font-weight: 600;
    margin: 0;
    margin-bottom: 35px;
    line-height: 40px;
}
.market-content p {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
	color: #333333;
}
/*.market-img figure {
    width: 560px;
    height: 449px;
}*/
.market-img figure img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
}
.market-img {
    box-shadow: 0 4px 8px 0 #cccc;
    border-radius: 10px !important;
    margin-left: 40px !important;
    margin-top: 48px !important;
}

/* end market sec*/
/* start report sec*/
.report-sec {
    width: 100%;
    background-color: #202e3b;
    padding: 70px 0;
}
.report-content h2 {
    color: #fff;
    font-family: 'Merriweather';
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px!important;
    margin: 0;
    text-align: center;
}
.report-content p {
    font-size: 18px;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    margin: 0;
    margin: 0 233px;
}
/* end report sec*/
/* start ebook sec*/
.ebook-sec {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 70px;
}
.ebook-content h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Merriweather';
    margin: 0;
    margin-bottom: 20px;
	line-height: 40px;
}
.ebook-content h4 {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Merriweather';
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}
.ebook-content p {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-family: 'Nunito Sans', sans-serif;;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}
.ebook-list {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;;
    line-height: 25px;
    font-weight: 400;
	color: #333333;
}
.ebook-list li{
	margin: 0;
	margin-bottom: 20px;
}
.ebook-list li span {
    position: relative;
    color: #ef2828;
    font-size: 17px;
    margin-right: 10px;
}

.ebook-img figure img {
    border-radius: 10px;
    width: 100%;
}
.ebook-sec input {
    border-color: #f3f3f3;
    background: #f3f3f3;
    box-shadow: none;
}
.ebook-img {
    box-shadow: 1px 4px 8px 6px #cccccc4a;
    border-radius: 10px;
	margin-right: 55px;
}
.ebook-content {
    margin-left: 15px;
    padding-top: 10px;
}
.col-lg-6.col-md-12.col-sm-12.col-12 {
	padding: 0;
}
.ebook-img figure {
    /*width: 558px;*/
    height: 100%;
}
.signup-sec p {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    margin: 0 29px;
    margin-bottom: 32px;
    margin-top: 60px;
	color: #333333;
}
.signup-form {
    background: #f3f3f3;
    padding-right: 445px;
}
/* end ebook sec*/
/*start winner sec*/
.winner-content h2 {
    margin-bottom: 30px !important;
    margin: 0;
    font-size: 30px;
    font-family: 'Merriweather';
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}
.winner-content p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;;
    text-align: center;
    line-height: 25px;
    margin: 0 132px;
	margin-bottom: 70px;
}
.heading-box .desc-lg {
    font-size: 18px !important;
    font-family: Nunito Sans !important;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
	margin: 0;
    }
/*end winner sec*/

/*start footer sec*/

.footer-content p {
    margin: 0px 185px;
}
	.footer-sec p {
    font-family: Nunito Sans;
	line-height: 25px;
}
	}
	.footer-content a {
    text-decoration: underline !important;
}
	.footer-sec h2 {
    font-family: Merriweather !important;
    text-transform: capitalize !important;
	}

/*end footer sec*/

.page {
  overflow: hidden;
  min-height: 500px;
}
#blackout{
	position:fixed;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	-pie-background:rgba(0,0,0,0.6);
	top:0px;
	bottom:0px;
	z-index:200;
	display: none;
}
#blackout #cinfo{
	position:fixed;
	min-width:580px;
	height:626px;
	background:#FAFAFA;
	top:8%;
	left:50%;
	margin-left:-290px;
	border: 6px solid #C8C9E0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#blackout #cinfo h1{
	font-size: 48px;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
}
#blackout #cinfo h2{
	font-size: 26px;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	padding: 0px;
	margin-top: -12px;
}
#close {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	height: 20px;
	background: url(../images/xout.png) no-repeat;
}
#blackout #cinfo .leftof {
	height: 270px;
	width:310px;
	padding: 0px 0px 6px 12px;
	float: left;
	margin-top:-8px;
} 
#blackout #cinfo .rightof {
	display:block;
	height: 270px;
	width:240px;
	padding: 12px 12px 24px 0px;
	float: right;
} 
#blackout #cinfo p{
	font-size: 24px;
	font-weight: normal;
	line-height:34px;
	color: #3A3A3A;
	text-align: left;
	margin-left: 4px;
}
#blackout #cinfo .rightof img{
	width: 238px;
	height: auto;
}
.clear {
    clear: both;
}
#yn {
	position: relative;
	width: 520px;
	min-height: 100px;
	margin: 0 auto;
	padding: 2px 12px 8px 12px;
	margin-top: -26px;
}

#btnYes {
	position: relative;
	min-width: 268px;
	min-height: 94px;
	background: url(../images/btn_yes.png) no-repeat;
	float: left;
}
#btnNo {
	position: relative;
	min-width: 268px;
	min-height: 94px;
	background: url(../images/btn_no.png) no-repeat;
	float: right;
}

#blackout2{
	position:fixed;
	width:100%;
	background-color:rgba(0,0,0,0.1);
	-pie-background:rgba(0,0,0,0.1);
	top:0px;
	bottom:0px;
	z-index:200;
	display: none;
}
#blackout2 #cinfo2{
	position:fixed;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	-pie-background:rgba(0,0,0,0.7);
	bottom:0px;
	height:140px;
}
#close2 {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 14px;
	height: 14px;
	background: url(../images/xout2.png) no-repeat;
}
#blackout2 #cinfo2 .leftof2 {
	height: 260px;
	width:310px;
	padding: 24px 0px 18px 24px;
	float: left;
} 
#blackout2 #cinfo2 .rightof2 {
	display:block;
	height: 260px;
	width:238px;
	padding: 12px 12px 18px 0px;
	float: right;
} 
#blackout2 #cinfo2 p{
	font-size:24px;
	line-height:29px;
	color: #767676;
}
#blackout2 #cinfo2 .rightof2 img{
	width: 238px;
	height: auto;
}
.clear2 {
    clear: both;
}
#yn2 {
	position: relative;
	width: 566px;
	min-height: 100px;
	margin: 0 auto;
	padding: 0px;
}
#btnYes2 {
	position: relative;
	min-width: 268px;
	min-height: 94px;
	background: url(../images/btn_yes.png) no-repeat;
	float: left;
}
#btnNo2 {
	position: relative;
	min-width: 268px;
	min-height: 94px;
	background: url(../images/btn_no.png) no-repeat;
	float: right;
}

#formP{
	display: none;
	width: 100%;
	margin: 0 auto;
}
#formI{
	display: none;
	width: 100%;
	margin: 0 auto;
}
/***************** New landing page css ends *****************/




@media screen and (min-width: 1200px) and (max-width: 1341px) { 
#hero-content h1 {
    font-size: 60px;
}

}


@media screen and (min-width: 992px) and (max-width: 1199px) {

	#hero-content h1 {
		font-size: 64px;
		margin-top: 64px;
	}
	#hero-form {
		padding: 0 48px;
	}
	#hero-form h4 {
		padding: 0 16px;
	}
	#hero-content .form-group {
		padding: 0 16px;
		width: 70%;
	}
	.testimonial.style1 {
		padding: 16px 40px;
	}
	#about h3 {
		font-size: 24px;
	}
	#about h4 {
		font-size: 18px;
	}
.form-holder.subs input {
    width: 70%;
}
.form-holder.subs form {
    width: 100%;
}
#af-submit-image-1542277670 {
    margin-left: 0px;
    padding: 17px 10px;
}
.landing-hero .form-holder.subs:before {
    left: -120px;
    height: 123px;
    width: 147px;;
}
.ebook-img {
    margin-right: 0;
}
#af-submit-image-1542277670 {
    padding: 17px 14px;
}	

.input-field {
    width: 100% !important;
}	
	
}

@media screen and (min-width: 992px) {

	.mini3 .col-sm-6:nth-child(1) .icon-box{	
		border-right:5px solid #ef2525;
		border-bottom:5px solid #ef2525;
	}
	.mini3 .col-sm-6:nth-child(2) .icon-box{	
		border-left:5px solid #ddd;
		border-bottom:5px solid #ddd;
	}
	.mini3 .col-sm-6:nth-child(3) .icon-box{	
		border-right:5px solid #ddd;
		border-top:5px solid #ddd;
	}
	.mini3 .col-sm-6:nth-child(4) .icon-box{	
		border-left:5px solid #ef2525;
		border-top:5px solid #ef2525;
	}
	.panel-group {
		margin-bottom: 0;
	}
	.subscribe-mini input[type="text"], .subscribe-mini input[type="email"] {
			max-width: 45%;
			float: 	left;
			margin-bottom: 20px;
			font-weight: 100;
	}
	.subscribe-mini {
		overflow: hidden;
	}
	.subscribe-mini input[type="text"]  {
		border-right: none;
	}
	.subscribe-mini .form-group:after {
		right: 25%;
	}
	.subscribe-mini .form-group:before {
		left: 25%;
	}
	#subscribe .callout-action {
		width: 60%;
	}
	#subscribe h2 {
		font-size: 30px;
	}
	
.form-holder.subs input, .form-holder.subs form {
    width: 100%;
}
.ebook-img, .market-img {
    margin: 0px;
}
.report-content p {
    margin: 0 0px;
}
	
}

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

	#header {
		position: fixed;
		z-index: 200;
	}
	.subscribe-mini .arrows:before, .subscribe-mini .arrows:after {
		z-index: -100;
	}
	.responsive-section .responsive-button a.active, .responsive-section .responsive-button a {
		color: transparent !important;
	}
	.heading-box .desc-lg {
    font-size: 20px !important;
    }
	.heading-box h2.box-title {
		font-size: 40px ;
	}
	#hero-form h4 {
		padding: 0 32px;
	}
	#footer .footer-bottom-area {
		padding: 24px 0;
	}
	#footer .copyright-area {
		padding: 16px 0 0;
	}
	#footer .copyright-area .copyright {
		padding: 0;
		text-align: center !important;
	}
	#footer form {
		padding: 0 48px;
	}
	#hero-content h1 {
		font-size: 64px;
		text-align: center;
	}
	#content {
		padding: 96px 0;
	}
	#about-box {
		margin-bottom: 48px;
	}
	.landing-hero #hero-form {
    padding: 235px 20px 115px;
}

.landing-hero .form-holder.subs:before {
display:none;
}
.form-holder.subs form {
    width: 100% !important;
}

}

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

	.subscribe-mini input[type="text"],.subscribe-mini input[type="email"], .subscribe-mini .btn  {
    	width: 350px !important;
    	margin: 20px auto;
	}
	.eight-text{
		font-size: 55px;
	}
	.eight-text2{
		font-size: 36px;
	}	
}

@media screen and (max-width: 767px) {
.form-holder.subs input {    width: 100%;}
	#hero-form h4 {
		font-size: 16px;
		margin-top: 16px;
		padding: 0 24px;
	}
                 #footer h4 {
		margin-top: 24px;
	}		
	#landing-hero {
		margin: 10px;
		width: calc(100% - 20px); height: 680px;
	}
	#landing-hero:after {
		top: -10px;
		right: -10px;
		bottom: -10px;
	}
	#hero-content h1 {
		font-size: 28px;
	}
	#hero-content h1 br {
		content: ' ';
	}
	#hero-content h1 br:after {
		content: ' ';
	}
	#hero-content h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	#hero-content .form-group {
		padding: 12px 24px;
	}
	#hero-content .form-group input[type="text"] {
		padding: 24px 16px;
	}
	#hero-form {
		padding: 0;
	}
	#about-box {
		height: auto;
	}
	#about-box h2 {
		margin-top: 32px;
	}
	.testimonial.style1 {
		padding: 16px 48px;
	}
	
	
	
	
	
}

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

	.subscribe-mini input[type="text"],.subscribe-mini input[type="email"], .subscribe-mini .btn  {
    	width: 350px !important;
    	margin: 20px auto;
	}
	.eight-text{
		font-size: 45px; 
	}
	.eight-text2{
		font-size: 25px;
	}

.form-holder.subs form {
    width: 100% !important;
}
}

@media screen and (max-width: 480px) {
 
	body, p {
		font-size: 16px;
	}	 
	.tab-container.vertical-tab .tabs li a, .tab-container.vertical-tab-1 .tabs li a {
		font-size: 1.0em;
	}
	h1 {
		font-size: 2.0em;
	}
	.testimonials.style2 .sc-content-wrapper .sc-content h2, .testimonials.style2 .sc-content-wrapper .sc-content p {
		font-size: 18px;
	}
	.heading-box h2.box-title {
		font-size: 2.0em !important;
	}
	.subscribe-mini input[type="text"],.subscribe-mini input[type="email"]  {
    	width: 250px !important;
    	margin: 20px auto;
    	font-size: 20px;
	}
	.subscribe-mini .btn  {
    	width: 250px !important;
    	margin: 20px auto;
	}
	.subscribe-mini form {
		width: 100%;
	}
	#subscribe .btn {
		width: 250px !important;
    	margin: 20px auto;
	}
	#subscribe input[type="text"], #subscribe input[type="email"] {
		width: 250px !important;
    	margin: 20px auto;
    	font-size: 20px;
	}
	.eight-text{
		font-size: 25px; 
	}
	.eight-text2{
		font-size: 18px;
	}
	.tp-caption  .slider-text1 {
		font-size: 15px !important;
		margin-left: -135px !important;
		margin-top: -15px !important;
	}
	.tp-caption  .slider-text2 {
		font-size: 15px !important;
		margin-left: -135px !important;
	}
	a.slider-btn {
		display: none !important;
	}
	#footer form.af-form-wrapper {
	    display: inline;
	    padding: 0;
	}
	.hero-caption p {	
		margin-bottom: -88px	
}