img.d-block {
	width: 310px;
	height: 500px;
}

.title {
	text-align: center;
	width: 65%;
	margin: 0 auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color: #3A4B60;
	width: 30px;
	height: 30px;
}

.content_img {
	width: 475px;
	height: auto;
}

@media only screen and (min-device-width : 375px) and (max-device-width
	: 812px) and (-webkit-device-pixel-ratio : 3) {
	.content_img {
		width: 100%;
	}
}

.content_main {
	padding-top: 25px;
}

._content {
	padding-top: 8px;
}

/*pain point*/
.divider-line {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d7d7d7;
}

.pain_point_text .row p {
	color: #C1402D;
	font-family: Merriweather;
	font-style: regular;
	font-size: 20px;
	margin: 10px 0;
}

.pain_point_text .row h3 {
	color: #000000;
	font-family: Merriweather-Bold;
	font-size: 37px;
}

.pain_point_text .row span {
	color: #626262;
	font-family: Merriweather;
	font-style: regular;
	font-size: 20px;
}

.pain_point_text .row {
	margin-top: 25px;
	margin-bottom: 25px;
}

.row_text .row span {
	color: #FFFFFF;
	font-family: Merriweather-Bold;
	font-size: 20px;
}

.row_text .row .content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row_text .row .text-justify {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
}

@media ( max-width : 800px) {
	.pain_point_text .row p {
		font-size: 18px;
	}
	.pain_point_text .row h3 {
		font-size: 35px;
	}
	.pain_point_text .row span {
		font-size: 18px;
	}
	.pain_point_text .row img {
		width: 100%;
	}
	.pain_point_text .row {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.row_text .row span {
		font-size: 17px;
	}
}

@media ( max-width : 425px) {
	.pain_point_text .row p {
		font-size: 18px;
	}
	.pain_point_text .row h3 {
		font-size: 35px;
	}
	.pain_point_text .row span {
		font-size: 18px;
	}
	.pain_point_text .row img {
		width: auto;
	}
	.pain_point_text .row {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.row_text .row span {
		font-size: 17px;
	}
	
	.pain_point_text .row .col-md-1 {
    	flex: 0 0 10%;
	}
	
	.pain_point_text .row .col-md-11 {
    	flex: 0 0 90%;
    	margin-left: -20px;
	}
	
	.row_text .row .text-justify {
    	flex: 0 0 90%;
    	padding-left: 40px;
	}
	
	.pain_point_text .row .col-md-3 {
    	flex: 0 0 100%;
    	margin-left: -15px;
    	text-align: center;
	}
}

/*end of pain point*/

/* .TradingStep_outbkg
{
	padding-top: 40px;
	padding-bottom: 40px;
    color: white;
    position: relative;
    z-index: 0;
    background-size: cover;
}

.TradingStep_outbkg h1{
    font-family: Helvetica Bold;
    font-size: 40px;
}

.tradingsteps_main
{
    text-align: center;
    padding-top: 50px;
}
.gold
{
    color: #E4BF86;
    font-weight: bold;
    padding-top: 20px;
    font-size: 20px;
}
.tradingstep_text
{
    font-size: 14px;
} */

/*Trading Steps*/
.TradingStep_text {
	padding-top: 40px;
}

.TradingStep_text .row p {
	color: #C33F30;
	font-family: Lato;
	font-style: regular;
	font-size: 20px;
	margin: 10px 0;
}

.TradingStep_text .row h3 {
	color: #000000;
	font-family: Merriweather-Bold;
	font-size: 37px;
	margin-bottom: 50px;
}

.tradingsteps_main .row .container {
	width: 45%;
	border-block-width: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 5px;
	border-color: whitesmoke;
}

.tradingsteps_main .row .container .row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tradingsteps_main .row .container h1 {
	color: #C33F30;
	font-family: Merriweather-Bold;
	font-size: 20px;
}

.tradingsteps_main .row .container p {
	color: #626262;
	font-family: Lato;
	font-style: regular;
	font-size: 20px;
}

.tradingsteps_main .mbr-figure {
	width: 100%;
}

.tradingsteps_main .mbr-figure iframe {
    display: block;
    width: 100%;
    height: 540px;
}

@media ( max-width : 800px) {
	.TradingStep_text .row p {
		font-size: 18px;
	}
	.TradingStep_text .row h3 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	
	.tradingsteps_main .row .container h1 {
		font-size: 18px;
	}
	.tradingsteps_main .row .container p {
		font-size: 18px;
	}
}

@media (max-width: 425px){
	.tradingsteps_main .mbr-figure {
    	width: 100%;
	}
	
	.tradingsteps_main .mbr-figure iframe {
    	width: 100%;
    	height: 200px;
    	margin-top: 40px;
	}
}
/*end of trading steps*/

/*WhatIsIncluded*/
.WhatIsIncluded_outbkg {
	background-color: #E6E6E6;
	height: auto;
	width: auto;
	position: relative;
	z-index: 0;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 90px;
}

.WhatIsIncluded_title h1 {
	font-family: Helvetica Bold;
	font-size: 40px;
	color: #534741;
}

.WhatIsIncluded_title {
	text-align: center;
	margin: 0 auto;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.WhatIsIncluded_text .row p {
	color: #C33F30;
	font-family: Lato;
	font-style: regular;
	font-size: 20px;
}

.WhatIsIncluded_text .row h3 {
	color: #000000;
	font-family: Merriweather-Bold;
	font-size: 37px;
}

.WhatIsIncluded_text .row span {
	color: #626262;
	font-family: Lato;
	font-style: regular;
	font-size: 20px;
	line-height: 1;
}

.content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.content-wrap img {
	width: 95%;
	margin-left: 70px;
	border-radius: 6px;
}

.content-wrap .caption {
    color: black;
    background-color: white;
    margin-top: -40px;
    position: absolute;
    border-radius: 6px;
    margin-left: 57px;
    z-index: 2;
    width: 94%;
}

.content-wrap .caption .title {
	width: 100%;
	font-family: Lato-Bold;
	font-size: 20px;
	padding: 25px;
}

.content-wrap .caption .description {
	color: #FFFFFF;
	font-family: Lato;
	font-size: 16px;
	margin-bottom: 20px;
}

.content-wrap #caption1:hover {
	transition: 1.5s ease;
	transform: translateY(-140px);
}

.content-wrap #caption2:hover {
	transition: 1.5s ease;
	transform: translateY(-100px);
}

.content-wrap #caption3:hover {
	transition: 1.5s ease;
	transform: translateY(-180px);
}

.whatisincluded_box .row .row {
	margin-bottom: 20px;
}

.whatisincluded_box .row hr {
	margin: 0px 0;
}

@media only screen and (max-width: 800px) {
	.WhatIsIncluded_text .row p {
		font-size: 18px;
	}
	.WhatIsIncluded_text .row h3 {
		font-size: 32px;
	}
	
	.WhatIsIncluded_text .col-md-6.text-justify {
    	width: 95%;
	}
	
	.WhatIsIncluded_text .row span {
		font-size: 18px;
	}
	.WhatIsIncluded_text .row .container .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.content-wrap .caption{
		width: 85%;
    	margin-left: 18px;
	}
	
	.content-wrap {
		margin-left: -10px;
	}
	
	.WhatIsIncluded_outbkg img {
    	margin-left: 0px;
	}
}

@media (max-width: 425px) {
	.whatisincluded_title {
		margin-left: -10px;
	}	
}


.carousel-inner.testimonial {
	margin: 0 auto;
	text-align: center;
	width: 65%;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
}

.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
	top: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}

/*4 steps css*/
.mbr-figure img, .mbr-figure iframe {
	display: block;
	width: 100%;
	height: 540px;
}

@media ( min-width : 768px) {
	.whats-right-img {
		float: left;
	}
	.whats-right-cap {
		padding-left: 45px;
	}
	.whats-right-cap {
		text-align: left;
	}
	.whats-right-cap .colorb {
		text-align: left;
	}
	.mbr-figure {
		padding-top: 56px;
	}
}

.whats-right-img img {
	width: 35px;
	height: 35px;
}

.whats-right-cap .colorb {
	color: #E4BF86;
	font-family: Helvetica Bold;
	font-size: 20px;
}

@media ( max-width : 767px) {
	.mb-20 {
		padding-top: 25px;
	}
}

/*end 4 steps*/

/*What you learn in our program*/
.WhatYouLearn_text {
	padding-top: 40px;
}

.whatYouLearn_p1 {
	color: #C33F30;
	font-family: Lato;
	font-style: regular;
	font-size: 20px;
	margin: 10px 0;
}

.WhatYouLearn_text .row h3 {
	color: #000000;
	font-family: Merriweather-Bold;
	font-size: 37px;
}

.whatYouLearn_p2 {
	font-family: Merriweather-Bold;
	font-size: 20px;
	color: #000000;
}

.whatYouLearn_span {
	font-family: Lato;
	font-size: 20px;
	color: #626262;
}

.span_left{
	text-align: justify;
}

.WhatYouLearn_text .span_align {
	text-align: justify;
}

@media ( max-width : 800px) {
	.WhatYouLearn_outbkg .col-md-1 {
		flex: 0 0 10%;
	}
	.WhatYouLearn_outbkg .col-md-11 {
		flex: 0 0 90%;
	}
	.whatYouLearn_p1, .whatYouLearn_p2, .whatYouLearn_span {
		font-size: 18px;
	}
	
	.WhatYouLearn_text .span_align {
		text-align: left;
	}
	
	.WhatYouLearn_text .row h3 {
		font-size: 34px;
	}
}

@media ( max-width : 425px) {
	.WhatYouLearn_outbkg .col-lg-5 {
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	
	.WhatYouLearn_text .row h3 {
		margin-left: -30px;
	}
	
	.whatYouLearn_p2 {
		margin-left: -15px;
		width: 95%;
	}
	
	.WhatYouLearn_text .span_align {
		text-align: left;
	}
	
	.whatYouLearn_span {
		margin-left: -15px;
		width: 90%;
	}
	
}

/*end of What you learn in our program*/

/*why us*/
.whyus_outbkg {
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
	position: relative;
	z-index: 0;
	background-color: #152F42;
}

.whyus_outbkg h1 {
	text-align: center;
	font-size: 40px;
	font-family: Helvetica Bold !important;
}

.whyus_title {
	text-align: center;
	margin: 0 auto;
}

.mbr-card-title, .icon-img, .mbr-text {
	text-align: center;
}

.mbr-card-title {
	font-family: Helvetica Bold;
	font-size: 40px;
	color: #E4BF86;
}

.mbr-text {
	font-family: Helvetica Medium;
	font-size: 24px;
	color: white;
}

.icon-img {
	padding-top: 50px;
}

.icon-img img {
	width: 175px;
}

/*end why us*/

/*mentor*/
.trainer_outbkg ._content h2, .aboutus_outbkg ._content h2 {
	font-family: Helvetica Bold;
	font-size: 36px;
}

.trainer_outbkg ._content p, .aboutus_outbkg ._content p {
	font-family: Helvetica Medium;
	font-size: 17px;
	text-align: justify;
	line-height: 1.5em;
	word-spacing: 0px;
	width: 480px;
}

@media ( max-width : 1200px) {
	.trainer_outbkg ._content p, .aboutus_outbkg ._content p {
		width: 100%;
		text-align: unset;
	}
}

.trainer_outbkg {
	background-color: #F1F1F1;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 0;
	background-size: cover;
}

.trainer_outbkg .trainer_p1 {
	font-family: Lato;
	font-size: 20px;
	color: #C33F30;
}

.trainer_outbkg h3 {
	font-family: Merriweather-Bold;
	font-size: 37px;
	color: #000000;
}

.trainer_outbkg .trainer_p2 {
	font-family: Merriweather-Bold;
	font-size: 20px;
	color: #000000;
}

.trainer_outbkg .trainer_span {
	font-family: Lato;
	font-size: 20px;
	color: #626262;
	line-height: 1;
}

.trainer_outbkg .span_align {
	text-align: justify;
}

.trainer_outbkg .aboutUs_trainer_img .content_img {
	margin-left: 60px;
	margin-top: 30px;
}

@media ( max-width : 800px) {
	.trainer_outbkg .col-md-1 {
		flex: 0 0 10%;
	}
	.trainer_outbkg .col-md-11 {
		flex: 0 0 90%;
		margin-left: -20px;
	}
	.trainer_outbkg .trainer_p1 {
		font-size: 18px;
	}
	.trainer_outbkg .trainer_p2 {
		font-size: 18px;
		flex: 0 0 90%;
		max-width: 90%;
	}
	.trainer_outbkg .trainer_span {
		font-size: 18px;
		flex: 0 0 90%;
		max-width: 90%;
	}
	.trainer_outbkg .span_align {
		text-align: left;
	}
	.trainer_outbkg h3 {
		font-size: 34px;
	}
	
	.trainer_outbkg .col-lg-7.col-sm-12.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.trainer_outbkg .col-lg-5.col-sm-12.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.trainer_outbkg .content_img {
    	width: auto;
    	height: 275px;
	}
	
	.trainer_outbkg .aboutUs_trainer_img .content_img {
		margin-left: 10px;
	}
}
/*end*/

/* Articles */
.articles_img {
	padding: 10px;
	padding-bottom: 20px;
}

.article_outbkg p {
	font-family: Lato;
	font-size: 20px;
	color: #C33F30;
}

.article_outbkg h3 {
	font-family: Merriweather-Bold;
	font-size: 37px;
	color: #000000;
}

.article_outbkg span {
	font-family: Lato;
	font-size: 14px;
	color: #626262;
}

.article_outbkg .articles_img .content_img {
	max-width: 100%;
	border: solid;
	border-width: 1px;
	border-color: darkgrey;
}

@media ( max-width : 800px) {
	.article_outbkg p {
		font-size: 18px;
	}
	.article_outbkg h3 {
		font-size: 34px;
	}
	.article_outbkg span {
		font-size: 12px;
	}
	.article_outbkg .col-md-2 {
		flex: 0 0 18%;
		max-width: 20%;
	}
	.articles_img {
		padding-bottom: 10px;
	}
}
/*end*/

/*gallery*/
.gallery_outbkg {
	height: auto;
	color: white;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 0;
	background-size: cover;
}

.gallery_outbkg h1 {
	text-align: left;
	font-family: Merriweather-Bold;
	height: auto;
	color: #000000;
	font-size: 37px;
	margin: 0 auto;
}

img.d-block-gallery {
	width: 96%;
	height: 185px;
	padding-bottom: 15px;
}

.gallery-carousel.carousel-control-prev-icon, .gallery-carousel.carousel-control-next-icon
	{
	height: 50px;
	width: 50px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(34%);
}

.customcrl {
	width: 40px;
	opacity: 1;
}

.gallery-carousel.carousel-control-prev-icon {
	background-image: url(../images/arrow2.png);
}

.gallery-carousel.carousel-control-next-icon {
	background-image: url(../images/arrow1.png);
}

.carousel-inner.gallery_carousel {
	width: 88%;
	margin: auto;
}

.gallery_outbkg .col-md-4, .gallery_outbkg .col-md-6 {
	padding: 0;
	margin: 0;
}

.carousel {
	padding-top: 50px;
}

.carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #CCCCCC;
}

.carousel-indicators .active {
	background-color: #C33F30;
}

/*end*/

/*corpPanent*/
.corpPanet_title {
	text-align: center;
	margin: 0 auto;
}

.corpPanetRow {
	width: 90%;
	margin: auto;
	padding-top: 50px;
}

.corpPanetRow2 {
	width: 90%;
	margin: auto;
}

@media ( max-width : 992px) {
	.corpPanetRow {
		width: 100% !important;
		margin: auto;
		padding-top: 50px;
	}
	.corpPanetRow2 {
		width: 100% !important;
		margin: auto;
	}
}

.corpPanent_outbkg {
	height: auto;
	color: white;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 0;
	background-size: cover;
}

.corpPanent_outbkg h1 {
	text-align: left;
	font-family: Merriweather-Bold;
	height: auto;
	color: #FFFFFF;
	font-size: 37px;
	margin: 0 auto;
}

@media ( min-width : 768px) {
	.no-padding {
		padding: 0px;
	}
	.no-padding-right {
		padding-right: 0px;
	}
	.no-padding-left {
		padding-left: 0px;
	}
	img.d-block-corp.corpimag4 {
		text-align: left;
		display: block;
	}
	img.d-block-corp.corpimag3 {
		text-align: left;
		display: block;
	}
}

.services-2 .icon-wrap {
	position: relative;
	height: 80px;
	margin: 0 auto;
	z-index: 0;
}

.services-2 {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: -45px;
}

@media ( max-width : 800px) {
	.corpPanent_outbkg .col-md-2 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.corpPanent_outbkg h1 {
		font-size: 34px;
	}
	.services-2 .icon-wrap {
		margin-left: 20px;
	}
	
	.services-2 {
		margin-left: -20px;
	}
}

@media ( max-width : 768px) {
	.services-2 {
		margin-bottom: 30px;
	}
	.lastimgs {
		margin-bottom: 0px !Important;
	}
}

/*end*/

/*Testimonials*/
.testimonial_outbkg {
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 0;
	background-size: cover;
}

.testimonial_outbkg .boxs {
	background-color: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: darkgrey;
	padding: 10px;
	height: 300px;
    width: 258px;
    margin-right: 10px;
}

.testimonial_outbkg .col-md-2 {
	max-width: 20%;
	flex: 0 0 18.666667%;
}

.testimonial_outbkg .row {
	padding-bottom: 10px;
}

/* .col-half-offset {
	margin-left: 1.166667%;
} */

.testimonial_outbkg .testimonials_p {
	font-family: Lato;
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px auto;
}

.testimonial_outbkg h3 {
	font-family: Merriweather-Bold;
	font-size: 37px;
	color: #FFFFFF;
}

.testimonial_outbkg span {
	font-family: Lato;
	font-size: 20px;
	color: #FFFFFF;
	margin: 10px auto;
}

.Testimonials_title h2 {
	font-size: 40px;
	color: white;
	text-align: center;
	font-family: Helvetica Bold;
}

.Testimonials_subtitle {
	font-size: 27px;
	color: #F6CA91;
	text-align: center;
	font-family: Helvetica Bold;
	padding-bottom: 40px;
	margin: auto;
}

@media ( min-width : 768px) {
	.media.block-6.services.d-flex.pl5 {
		padding-left: 3rem !important;
	}
	.media.block-6.services.d-flex.pl4 {
		padding-left: 1.5rem !important;
	}
}

.media.block-6.services {
	padding-bottom: 55px;
}

.Testimonials_title {
	padding-top: 30px;
}

.heading {
	color: #F6CA91;
	font-size: 19px;
	font-family: Helvetica Bold;
}

.headingPagh {
	color: #626262;
	font-size: 15px;
	text-align: left;
	font-family: Lato;
	font-style: italic;
}

.avtname {
	color: #C33F30;
	font-size: 14px;
	font-family: Merriweather-Bold;
}

.icon img {
	height: 50px;
}

@media ( max-width : 800px) {
	.testimonial_outbkg .testimonials_p {
		font-size: 18px;
	}
	.testimonial_outbkg h3 {
		font-size: 34px;
	}
	.testimonial_outbkg span {
		font-size: 18px;
		width: 90%;
    	text-align: left;
	}
	.avtname {
		font-size: 14px;
	}
	.headingPagh {
		font-size: 14px;
	}
	.testimonial_outbkg .boxs {
		height: 535px;
		margin-right: 5px;
	}
	
	.testimonial_outbkg .col-md-2 {
    	max-width: 33%;
    	flex: 0 0 100%;
	}
}

/* .iteam_links.float-right {
    margin-top: -30px;
    margin-right: 20px;
} */
.iteam_links {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media ( max-width : 992px) {
	.iteam_links.float-right {
		margin-right: 0px;
		text-align: center;
	}
	.float-right {
		float: none !important;
	}
}

@media ( max-width : 768px) {
	.SU1img {
		margin-left: 10px;
	}
	.SU2img {
		margin-left: -94px;
	}
}

@media ( max-width : 576px) {
	.SU2img {
		margin-left: -94px;
	}
}

@media ( max-width : 530px) and (min-width: 500px) {
	.SU2img {
		margin-left: -84px;
	}
}

@media ( max-width : 375px) {
	.SU2img {
		margin-left: -58px !important;
	}
}

@media ( max-width : 474px) {
	.SU2img {
		margin-left: -67px;
	}
}

/* .boxed-btn5{
	display:inline-block;
	text-decoration:none;	
	color:white;
	background-color:transparent;
	border:1px solid white;
	border-radius:100px;
	padding-top: 11px;
	font-family: Helvetica;
	margin:5px;	
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, rgba(28, 190, 131, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	height: 50px;
    width: 280px;
    font-size: 13pt;
}

.boxed-btn5:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
	background-position: -100% 100%;
}

.boxed-btn5:hover:after{
  width: 100%;
} */
.boxed-btn5 {
	color: #FFFFFF;
	font-family: Merriweather;
	background-color: none;
	border-style: solid;
	border-color: white;
	padding: 10px 15px;
	text-align: center;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: bold;
}

.boxed-btn5:hover {
	color: #FFFFFF;
	border-color: white;
}

@media ( max-width : 800px) {
	.boxed-btn5 {
		font-size: 18px;
	}
	
	.boxed-btn5 .arrow{
		padding: 2.5px;
	}
}

/*end Testimonials*/

/*pricing plan*/
.PricingPlan_outbkg {
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 0;
	background-size: cover;
}

.round-border {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.PricingPlan_outbkg h1 {
	font-family: Merriweather-Bold;
	color: #FFFFFF;
	font-size: 23px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	background: #C33F30;
	padding: 15px;
	margin: 0px 0px;
}

.pricing_title {
	text-align: center;
}

.price_A_content {
	font-family: Merriweather-Bold;
	color: #000000;
	font-size: 20px;
}

.price_B_content {
	font-family: Merriweather-Bold;
	color: #000000;
	font-size: 25px;
	padding-top: 50px;
}

.price_C_content {
	font-family: Merriweather-Bold;
	color: #000000;
	font-size: 46px;
	padding-top: 50px;
}

.price_sub_content {
	font-family: Lato;
	font-size: 20px;
	color: #626262;
	margin-bottom: 20px;
}

.price_sub_content2 {
	font-family: Merriweather-Bold;
	font-size: 46px;
	color: #C33F30;
}

.wrapper {
	overflow: visible;
	text-align: inherit;
}

.wrapper .wrapper_text {
	position: relative;
	font-family: Merriweather-Bold;
	color: #F7931E;
	font-size: 37px;
}

.wrapper svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
}

.svg_animation {
	stroke-dasharray: 900;
	stroke-dashoffset: 900;
	animation: draw 3s linear infinite forwards;
}

@keyframes draw {
	to { 
		stroke-dashoffset:0;
	}
}

.pricingbutton {
	color: #FFFFFF;
	font-family: Merriweather;
	background-color: #C33F30;
	padding: 10px 15px;
	text-align: center;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: bold;
	animation: shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.pricingbutton:hover {
	color: #FFFFFF;
	border-color: white;
}

@media ( max-width : 800px) {
	.pricingbutton .arrow {
		padding: 2.5px;
	}
	
	.pricingbutton{
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.SignUpImg1st {
		padding-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.SignUpImg1st {
		padding-left: 0;
	}
	.SignUpImg2nd {
		padding-right: 0;
	}
}

.contentPimag {
	padding-top: 50px;
}

/*end*/

/*earning session */
.session_outbkg {
	background-color: #FFFFFF;
	height: auto;
	color: black;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 0;
	background-size: cover;
}

.session_outbkg p {
	font-family: Lato;
	font-size: 20px;
	color: #C33F30;
}

.session_outbkg h3 {
	font-family: Merriweather-Bold;
	font-size: 37px;
	color: #000000;
}

.session_outbkg span {
	font-family: Lato;
	font-size: 20px;
	color: #626262;
}

.Session_subtitle, .Session_subtitle_bold {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-family: Helvetica;
	padding-bottom: 40px;
	padding-top: 30px;
	margin: auto;
}

.Session_subtitle_bold {
	font-family: Helvetica Bold;
}

.session_outer {
	border: 1px solid #808080;
}

.block-18 {
	border: 1px solid #808080;
	height: 100%;
	width: 100%;
}

.block-18.text-center {
	padding-top: 25px;
	padding-bottom: 25px;
}

.sessionicon .months {
	font-family: Merriweather;
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #C33F30;
	padding-top: 12px;
}

.session-countdown {
	background-color: #FFFFFF;
	margin-right: 15px;
	border-radius: 50%;
	border-color: rgb(222 226 229/ 0.5);
	border-width: 2px;
	border-style: solid;
	margin-left: 15px;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}

.session-countdown .ss-txt1 {
	font-size: 16px;
	font-family: Lato;
	color: #626262;
}

.session-countdown .sstxt {
	color: #C33F30;
	font-size: 37px;
	font-family: Merriweather;
	font-weight: bold;
	display: block;
	margin-bottom: -10px;
}

.sessionbutton {
	color: #FFFFFF;
	font-family: Merriweather;
	background-color: #22B573;
	border-style: solid;
	border-color: white;
	padding: 10px 15px;
	text-align: center;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
	font-weight: bold;
	animation: shake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.sessionbutton:hover {
	color: #FFFFFF;
	border-color: white;
}

.arrow {
	margin-bottom: 3px;
	margin-left: 15px;
}

@media ( max-width : 800px) {
	.session_outbkg p {
		font-size: 20px;
	}
	.session_outbkg h3 {
		font-size: 34px;
	}
	.session_outbkg span {
		font-size: 18px;
		width: 90%;
	}
	.session-countdown {
		width: 80px;
		height: 80px;
	}
	.session-countdown .sstxt {
		font-size: 34px;
	}
	.session-countdown .ss-txt1 {
		font-size: 14px;
	}
	.sessionicon .months {
		font-size: 18px;
	}
	.sessionbutton {
		font-size: 15px;
    	margin-left: -20px;
	}
	.session_outbkg .arrow {
		padding: 4px;
	}
	
	.row .col-md-3 {
 	   flex: 0 0 25%;
 	   margin-left: 10px;
	}
	
	.session_outbkg .col-md-6.text-justify {
		margin-left: 20px;
	}
	
	.block-18.text-center {
		margin-left: 20px;
	}
}
/* end */

/*top time banner*/
.topbanner-count-down {
	padding-left: 25px;
	padding-right: 25px;
}

.topbar_banner {
	background: #D53E43;
	color: white;
	padding-top: 10px;
}

.flex-c {
	justify-content: center;
}

.navbar {
    padding: .5rem 130px;
}

.topbar_banner .col-md-12.col-lg-12.col-xl-6.col-12.content {
    margin-left: 50px;
    flex: 0 0 53%;
    max-width: 53%;
}
    
.topbar_banner .col-md-12.col-lg-12.col-xl-3.col-12.content {
    margin-left: -50px;
}
    
.topbar_banner .col-md-12.col-lg-12.col-xl-2.col-12.content {
    margin-left: -70px;
}

@media ( min-width : 1400px) {
	.topbanner-count-down {
		padding-left: 89px !important;
		padding-right: 30px !important;
	}
}

@media ( max-width : 1400px) and (min-width: 1300px) {
	.topbanner-count-down {
		padding-left: 69px !important;
		padding-right: 30px !important;
	}
	.remind-countdown {
		font-size: 16px !important;
	}
}

@media ( min-width : 1200px) and (max-width: 1298px) {
	.size2 {
		width: 60px !important;
	}
	.topbanner-count-down {
		padding-left: 59px !important;
		padding-right: 27px !important;
	}
}

@media ( max-width : 1200px) {
	.remind-countdown {
		text-align: center;
	}
}

@media ( max-width : 768px) {
	.remind-countdown {
		font-size: 16px !important;
		text-align: center;
	}
}

@media ( max-width : 800px) {
	.topbar_banner .row .content {
		padding-bottom: 5px;
	}
	
	.navbar {
        padding: .5rem .1rem;
    }
    
    .topbar_banner .col-md-12.col-lg-12.col-xl-6.col-12.content {
        margin-left: 0px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .topbar_banner .col-md-12.col-lg-12.col-xl-3.col-12.content {
        margin-left: 0px;
    }
    
    .topbar_banner .col-md-12.col-lg-12.col-xl-2.col-12.content {
        margin-left: 0px;
    }
    
    .navbar-brand img{
    	width: 70%;
    }
}

@media ( min-width : 1367px) and (max-width: 1465px) {
	.Hwebview {
		display: none;
	}
}

.flex-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}

.how-countdown {
	background-color: #DA757B;
	margin-right: 8px;
	margin-bottom: 10px;
	border-radius: 2px;
	border-color: rgb(255 255 255/ 0.15);
	border-width: 1px;
	border-style: solid;
	margin-left: 8px;
}

.topbar_banner .row .content {
	align-content: center;
}

.remind-countdown {
	font-size: 18px;
	font-family: Merriweather-Bold;
	line-height: 1.1;
	margin: 15px 0;
}

.fa-clock:before {
	content: "\f017";
}

.size2 {
	width: 50px;
    height: 50px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (device-width: 414px) {
	.size2 {
		width: 65px !Important;
	}
}

@media screen and (device-width: 375px) {
	.size2 {
		width: 57px !Important;
	}
}

@media ( min-width : 320px) and (max-width: 360px) {
	.size2 {
		width: 43px !important;
		height: 55px !Important;
	}
	.l1-txt1 {
		font-size: 23px !important;
	}
	.s1-txt1 {
		font-size: 6pt !important;
	}
}

.l1-txt1 {
	font-size: 24px;
	font-family: Merriweather;
	line-height: 1;
}

.s1-txt1 {
	font-size: 10px;
	font-family: Lato;
}
/*end*/

/*include*/
.container-i1 {
	padding: 50px;
	background: rgb(78 83 83/ 0.9);
	border-top-right-radius: 120px;
	border-bottom-left-radius: 120px;
}

.WhatIsIncluded_1stimg {
	padding-top: 50px;
	text-align: center;
}

.WhatIsIncluded_img {
	padding-top: 29px;
	text-align: center;
}

.whatisincluded_box {
	background: #FFFFFF;
	margin-top: 29px;
	width: 100%;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 25px;
	margin-left: 50px;
	margin-right: 50px;
}

.whatisincluded_title {
	font-family: Merriweather;
	font-size: 25px;
	font-weight: bold;
	color: #C33F30;
	margin-bottom: 30px;
	margin-top: 20px;
}

.whatisincluded_title2 {
	font-family: Helvetica Bold;
	font-size: 25px;
	color: #F6CA91;
	text-align: center;
}

.whatisincluded_p1 {
	font-family: Merriweather-Bold;
	font-size: 20px;
	color: #000000;
}

.whatisincluded_p2 {
	font-family: Lato;
	font-size: 20px;
	color: #626262;
	line-height: 1;
}

.p_left {
	text-align: justify;
}

.whatisincluded_p3 {
	font-family: Lato;
	font-size: 20px;
	color: #626262;
}

.whatisincluded_p4 {
	font-family: Merriweather-Bold;
	font-size: 20px;
	color: #C33F30;
}

p.whatisincluded_title.text-left.col-md-11 {
	max-width: 93.666667%;
}

.spacing1 {
	padding-bottom: 20px;
    text-align: justify;
}

.spacing2 {
	padding-bottom: 23px;
	text-align: justify;
}

.margin_left {
	margin-left: 0px;		
}

.margin_left2 {
	margin-left: 0px;		
}

@media ( max-width : 800px) {
	.p_left {
		text-align: left;
	}
	
	.spacing1 {
		padding-bottom: 0px;
		text-align: left;
	}
	.spacing2 {
		padding-bottom: 0px;
		text-align: left;
	}
	
	.whatisincluded_box {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.margin_left {
		margin-left: 10px;
	}
	
	.margin_left2 {
		margin-left: 35px;		
	}
}

.WhatIsIncluded_outbkg .content_wrap img {
	width: 95%;
}

.telegram-content {
	display: none;
}

.telegram-title {
	/* 	color: rgb(91,210,252); */
	color: orange;
	font-family: Helvetica Bold;
	font-size: 15px;
}

.content-tab:hover .tab-title, .content-tab:hover {
	cursor: pointer;
}

.arrow-ori {
	color: rgb(128, 128, 128);
}

.trendmaster-content {
	display: none;
}

.content-tab {
	background: rgba(51, 51, 51, 0.8);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 113.8px;
}

.content-tab-active {
	background: rgba(51, 51, 51, 1);
}

.tab-title {
	color: white;
	font-family: Helvetica Bold;
	font-size: 13px;
}

.arrow-active {
	color: white;
}

.title-active-telegram {
	color: rgb(38, 162, 225);
}

.title-active-trailing {
	color: rgb(244, 0, 8);
}

.title-active-delay {
	color: rgb(255, 139, 98);
}

.title-active-trendmaster {
	color: rgb(36, 202, 98);
}

.trailing-content {
	display: block;
}

.trailing-title {
	color: white;
	font-family: Helvetica Bold;
	font-size: 15px;
}

.delayedlive-content {
	display: none;
}

.delayedlive-title {
	color: white;
	font-family: Helvetica Bold;
	font-size: 15px;
}

.tabcontent {
	display: none;
}

.whatisincluded_box_border {
	border-right: 40px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.content-box-design {
	height: 455px;
	background: rgb(51, 51, 51, 1);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.frame-size {
	width: 469px;
	height: 276px;
}

.gold-btn-img img {
	width: 500px !important;
}

.gold-btn-img2 img {
	width: 300px !important;
}

.referral-container {
	background-image: url(../images/referral_bg1.png);
	height: 100%;
	width: auto;
	position: relative;
	z-index: 0;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color: white;
}

.referral-container-text1 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-align: center;
}

.referral-container-text2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: normal;
	margin-bottom: 40px;
	text-align: center;
}

.referral-container-img1 {
	width: 600px;
}

.referral-container-text3 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-style: italic;
}

.referral-container-text4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.referral-container-img2 {
	width: 100px;
}

.referral-container-img3 {
	width: 350px;
}

.price-img {
	text-align: center;
}

.btn_to_referral {
	width: 450px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@media ( max-width : 1366px) {
	.WhatIsIncluded_outbkg img {
		width: 80%;
	}
}

@media ( max-width : 800px) {
	.WhatIsIncluded_outbkg img {
		width: 60%;
	}
	
	.WhatIsIncluded_outbkg .row .col-2 img {
		width: 40px;
	    height: 40px;
	}
}

@media ( max-width : 768px) {
	.WhatIsIncluded_outbkg img {
		width: 100%;
	}
	.whatisincluded_box {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.whatisincluded_box_border {
		border-right: none;
	}
	.table-font-size {
		font-size: 12px;
	}
	.content-box-design {
		height: 505px;
	}
	.frame-size {
		width: 320px;
    	height: 190px;
	}
	.gold-btn-img img {
		width: 330px !important;
	}
	.gold-btn-img2 img {
		width: 330px !important;
	}
	.referral-container-img3 {
		width: 350px;
	}
	.referral-container-img1 {
		width: 350px;
		text-align: center;
	}
	.referral-container-text3 {
		text-align: center;
		font-size: 25px;
	}
	.referral-container-text4 {
		text-align: center;
	}
	.referral-container-box {
		padding-left: 0px;
	}
	.price-img {
		text-align: center;
	}
	.referral-container-text2 {
		font-size: 45px;
	}
	.referral-container-text1 {
		font-size: 25px;
	}
	.btn_to_referral {
		width: 300px;
	}
}

.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}

.js-scroll.scrolled {
	opacity: 1;
}

.scrolled.fade-in-bottom {
	animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
	animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
	animation: slide-in-right 1s ease-in-out both;
}

.scrolled.rotate-a {
	animation: rotate-a 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes rotate-a {
  0% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 0;
  }
/*   100% { */
/*     -webkit-transform: rotate(-20deg); */
/*     transform : rotate(-20deg); */
/*     opacity: 1; */
/*   } */
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.scrolled.zoom {
    animation: animatezoom 3s ;
}

@keyframes animatezoom {
    0% {
    	transform: scale(10);
    	opacity: 0;
  	}
  	100% {
		transform:scale(0);
    	opacity: 1;
  	}
}