/*FairTech Style*/
*{
	margin:0px;
	padding:0px;
}
h1{
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
h3{
	margin-block-start: 1em;
    margin-block-end: 1em;
}
p{
	margin-block-start: 1em;
    margin-block-end: 1em;
}
ul{
	margin-block-start: 1em;
    margin-block-end: 1em;
}
ul li{
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
@font-face {
	font-family: NotoSans-Bold;
	src: url(font/NotoSans-Bold.ttf);
}
@font-face {
	font-family: NotoSans-Regular;
	src: url(font/NotoSans-Regular.ttf);
}
/* @-moz-document url-prefix() {  Disable scrollbar Firefox 
	html{
	  scrollbar-width: none;
	}
} */
body{
	padding:0px;
	margin:0px;
	font-family:NotoSans-Regular;
	font-size:16px;
	display:grid;
	/* -ms-overflow-style: none;  */
	/** IE11 */
}
/* ::-moz-scrollbars {display:none;} */
/* ::-webkit-scrollbar {
	width: 0px; 
	background: transparent; optional: just make scrollbar invisible 
} */
/* ::-webkit-scrollbar-button {
  display: none;
} */
/* ::-webkit-scrollbar-thumb {
	background: #FF0000;
} */
a{	
	color:#293771;
	text-decoration:underline;
}
main{
	background-color:#D0D8DA;
	background-image:url('../images/ft-landing-page-bg.jpg');
	background-size: cover; 
	/* -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; */
    background-repeat: no-repeat;
    background-position:right top; 
	margin-top:75px;
	display:block;
	position:relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 main{
		padding-top:75px;
		margin:0px;
	 }
	 .ft-landing-pages{
		 margin:0px auto !important;
		 padding:55px 0px;
		 display:table;
		 position:relative;
	 }
}
.ft-lpsp-header{background-color:#FFFFFF !important;background-image:unset !important;background-size:unset !important;}
.ft-lpsp-2nd-rowmainblock{background-image:url('../images/ft-landing-page-bg.jpg');background-color:#D0D8DA;background-size: cover;display:grid;}
.homepage-header{
	position:absolute;
	clear:both;
	width:100%;
	height:75px;
	display:block;
}
.subpage-header{
	clear:both;	
	width:100%;	
	height:75px;	
	display:block;	
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
	position:fixed;
	background-color:#FFF;
	z-index:9999;
}
.logo{
	width:25%;
	float:left;
}
.logo img{
	padding:23px 34px 0px;
}
.top-nav{
	width:70%;
	float:right;
	text-align:right;
	padding-right:34px;
}
.top-nav ul{
	list-style:none;
	display:inline-block;
	padding:0px;
	margin:25px 0px;
}
.top-nav ul li{
	float:left;
	padding:0px 30px;
}
.top-nav ul li:last-child{
	padding-right:0px;
}
.top-nav ul li a{
	color:#000000;
	text-decoration:none;
	font-family:NotoSans-Regular;
	font-size:16px;
	font-weight:600;
}
.top-nav ul li.parent a::after {content: " \02C5";font-size: 12px;}
.top-nav ul li.parent ul li a::after {content: none;}
.top-nav ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;	
	padding-bottom: 2px;    
	border-bottom: 1px solid #FFFFFF;
}
.top-nav ul li.active a{
	text-decoration:none;	
	padding-bottom: 2px;    
	border-bottom: 1px solid #FFFFFF;
	color:#FFF;
}
/*Suckerfish*/
.top-nav ul li.parent ul{
	display:none;
}
.top-nav ul li:hover ul{
	display:block;
	margin: 2px 0px;
}
.top-nav ul li ul{
	position:absolute;
	z-index:999;
	background-color:#ececec;
}
.top-nav ul li ul li{
	float:none;
	/* padding:10px; */
	padding: 10px 0px;
    margin: 0px 10px;
	text-align:left;
}
.top-nav ul li ul li a:hover{
	color:#4cd1f4 !important;
}
.top-nav ul li ul li a{
	border-bottom:none !important;
	color:#000000 !important;
}
.top-nav ul li ul li.active a{
	color:#4cd1f4 !important;
}
.top-nav li.alias-parent-active a{
	color: #293771;
	padding-bottom: 2px;    
	border-bottom: 1px solid #293771;
}
/*Left Menu*/
.leftnav p{
	font-size: 25px;
    font-family: NotoSans-Bold;
    color: #293771;
}
.leftnav ul{
	list-style:none;
	/* padding-inline-start: 15px; */
	padding:0px;
}
.leftnav ul li{
	padding: 5px 0px;
}
.leftnav ul li a{
	text-decoration:none;
	color:#000000;
}
/* 2nd level left nav */
.leftnav ul li ul{
	display:none;
}
.leftnav ul li.current a{
	color:#293771;
	font-weight:bold;
}
.leftnav ul li.current ul li a{
	color:#000000;
	font-weight:normal;
}
.leftnav ul li.active ul{
	display:block;
	padding-left: 15px;
}
.leftnav ul li ul li.current a{
	color:#293771;
	font-weight:bold;
}
/*3rd level left nav*/
.leftnav ul li.active ul li ul{
	display:none;
}
.leftnav ul li ul li.current ul{
	display:block;
}
.leftnav ul li ul li.current ul li a{
	color:#000000;
	font-weight:normal;
}
.leftnav ul li ul li.active ul{
	display:block;
}
.leftnav ul li ul li ul li.current a{
	color:#293771;
	font-weight:bold;
}
/*Subpage header*/
.subpage-header ul li a:hover{	
	color:#293771;	
	text-decoration:none;	
	padding-bottom: 2px;    
	border-bottom: 1px solid #293771;
}
.subpage-header ul li.active a{	
	text-decoration: none;    
	color: #293771;    
	padding-bottom: 2px;    
	border-bottom: 1px solid #293771;
}
.home-banner{
	padding-top:75px;
}
.home-banner img{
	width:100%;
	object-fit:cover;
}
.subpage-banner{
	height:392px;
	display:block;
	padding-top:75px;
}
.subpage-banner img{
	width:100%;
	height:392px;
	object-fit:cover;
}
.home-calltoaction{
	width:420px;
	height:340px;
	position:absolute;
	margin:15% 0% 0% 8%;
	color:#FFF;
}
.home-calltoaction h3{
	font-size:33.41px;
	font-family:NotoSans-Bold;
	text-align:center;
	padding:0px;
	margin:0px;
}
.home-calltoaction p{
	font-size:16px;
	font-family:NotoSans-Regular;
	text-align:center;
	padding:0% 10%;
}
.aboutus-welcome{
	width:420px;
	position:absolute;
	margin:175px 0px 0px 34px;
	color:#FFF;
}
.aboutus-welcome p{
	font-family: notosans-bold;
    font-size: 50px;
    padding: 0px;
    margin: 0px;
}
.btn_c2a{
	width:420px;
	height:60px;
	background-color:#FFF;
	display:block;
	border-radius:10px;
	text-align:center;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn_c2a a{
	color:#293771;
	text-decoration:none;
	display: inherit;
	padding: 19px 0px;
	font-size:16px;
	font-weight:bold;
	font-family:NotoSans-Regular;
}
.blog_c2ablock{
	width: 100%;
    text-align: center;
    padding:80px 0px;
}
.blog_btnc2a{
	/* width:420px; */
	width:auto;
	min-height:60px;
	background-color:#293771;
	display:inline-block;
	border-radius:10px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
	padding:20px 24px;
}
.blog_btnc2a-300{
	width:300px;
	/* height:60px; */
	min-height:60px;
	background-color:#293771;
	display:inline-block;
	border-radius:10px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
	cursor: pointer;
}
.blog_btnc2a a{
	color:#FFF;
	text-decoration:none;
	display: inherit;
	padding: 19px 50px;
	font-size:16px;
	font-weight:bold;
	font-family:NotoSans-Regular;
}
.service_c2ablock{
	width: 100%;
    text-align: center;
    padding:80px 0px;
}
.service_btnc2a{
	width:420px;
	height:60px;
	background-color:#293771;
	display:inline-block;
	border-radius:10px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}
.service_btnc2a a{
	color:#FFF;
	text-decoration:none;
	display: inherit;
	padding: 19px 50px;
	font-size:16px;
	font-weight:bold;
	font-family:NotoSans-Regular;
}
.orphanpage{
	padding:135px 0px;
	margin:0px auto !important;
}
.ft_h1{
	text-align:left !important;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.reviews-tag{
    font-weight: bold;
    font-size: 20px !important;
	padding:0px;
	margin:0px !important;
}
.home-content{
	width:1000px;
	/* margin:0px auto;
	min-height:335px;
	padding: 75px 0px; */
	/* min-height: 100%; */
    height:calc(100vh - 75px);
    margin: 0 auto;
}
.home-content h1{
	color:#293771;
	font-family:NotoSans-Bold;
	font-size:30px;
	padding:40px 0px;
	margin:0px;
	text-align:center;
}
.home-content p{
	font-family:NotoSans-Regular;
	font-size:16px;
	padding:0px;
	margin-top:0px;
	line-height:1.6em;
}
.ft-landing-pages{
	width:1000px;
    height:calc(100vh - 185px);
    margin:55px auto;
	display:table;
}
.ft-landingpage-popup{
	width:1200px;
    margin:55px auto;
	display:flex;
}
.ftlp-insidehead-center{
	width:1200px;
	display:block;
	position:relative;
	margin: auto;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.863);
    padding: 20px 4%;
	box-sizing: border-box;
}
.ft-landingpage-contactform{
	width:1000px;
	margin:55px auto;
	display:table;
	position:relative;
}
.ft-blog{
	background-color: #f7f7f7;
    min-height: 500px;
    display:flex;
    padding: 0px;
    margin: 0px;
}
.subpage-content{	
	width:1141px;	
	min-height:500px;	
	position:relative;	
	display:block;	
	margin:0px auto;	
	clear:both;
	padding:60px 0px;
}
.utube{
	text-align:center;
}
.toppadding{
	padding-top:135px;
}
aside{	
	width:324px;	
	float:left;
	margin-bottom:60px;
	display:block;
}
.popularpost h3{
	font-size:25px;
	font-family:NotoSans-Bold;
	color:#293771;
}
.popularpost ul{
	list-style:none;
	padding:0px;
	margin:0px;
	width:100%;
}
.popularpost ul li{
	height:100px;
	border-bottom:1px solid #bde4f5;
	margin-bottom:27px;
}
.popularpost ul li a{
	text-decoration:none;
	font-size:15px;
	font-family:Notosans-Bold;
}
.pImg{
	width:80px;
	float:left;
}
.pImg img{
	width:80px;
	height:80px;
	object-fit:cover;
	border-radius:50%;
}
.pLink{
	width: 224px;
    float: left;
    margin: 0px 10px;
}
.listcategories{
	display:block;
	clear:both;
}
.listcategories h3{
	font-size:25px;
	font-family:NotoSans-Bold;
	color:#293771;
}
.listcategories ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.listcategories ul li a{
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-family:NotoSans-Regular;
	font-weight:normal;
}
.sidebar h3{
	font-size: 30px;
    font-family: Notosans-Bold;
    color: #293771;
    margin: 25px 0px;
}
.sidebar strong{
	font-size:19px;
	font-family: Notosans-Bold;
    color: #293771;
}
.sidebar-heading{margin: 30px 0px 0px;}
.sidebar p{
	font-size:16px;
	font-family: Notosans-Regular;
}
/*Search*/
.finder, .inputbox{	
	border-bottom: 1px solid #bde4f5 !important;
}
.search{
	margin-top:35px;
}
.search-query{    
	border: none;	
	padding: 5px 0px;	
	width:100%;
	background-color:#f7f7f7;
}
.btn-toolbar{
	padding: 10px 0px 20px;
	display:inline-block;
	width:100%;
}
.btn-toolbar .pull-left{
	/* width: 20%; */
    float: left;
}
.btn-primary{	
	background-image: url(../images/search-icon.png);    
	width: 23px;    
	background-repeat: no-repeat;    
	height: 23px;    
	padding: 5px 0px;    
	text-indent: -999px;   
	background-color: #FFF;    
	background-position: 27px;    
	border: 0;
}
article{	
	width:750px;	
	float:right;
	margin-bottom:60px;
	display:block;
}
.blog-content{
	background-color:#FFF;
	padding:10px 0px;
}
.blog-content h1{
	padding:0px 10px;
}
.blog-content h3{
	padding:0px 10px;
}
.blog-content p{
	padding:0px 10px;
}
.blog-content ol li{
	padding-bottom:10px;
}
p.highlight{
	width: 85%;
    margin-left: 10%;
    font-size: 20px;
}
article h1{
	font-size:30px;
	font-family:NotoSans-Bold;
	color:#293771;
}
article h3{
	color:#293771;
	font-size:25px;
	font-family:NotoSans-Bold;
}
.article_btnpos{
	text-align:center;
}
.article_btnstyle{
	padding: 10px;
	background: #293771;
	border: none;
	color: #fff;
	font-size: 16px;
    font-family:NotoSans-Regular;
	cursor: pointer;
	border-radius: 10px;
}
.article_c2ablock{
    text-align: center;
    padding: 20px 0px;
	width: 750px;
	clear: both;
    float: right;
}
.ftfullwidth{
	padding:50px 0px 80px;
}
.adjustmentatbottom{
	padding:50px 0px 0px !important;
}
.ftfullwidth h1{
	text-align:center;
	font-size:30px;
	font-family:NotoSans-Bold;
	color:#293771;
	margin:0px 0px 33px 0px;
}
.aboutus_top{
	width: 950px;
    margin: 0px auto 60px;
    text-align: center;
}
.aboutus_top p{
	font-size:14px;
}
.aboutus_callout{
	height:292px;
}
.aboutus_callout img{
	height:292px;
	width:100%;
	object-fit:cover;
}
.aboutus_process{
	/* background-color:#f7f7f7; 
	padding-bottom:60px; */
}
.ft_aboutuspoints{
	width:950px;
	margin:0px auto 0px;
}
.ft_aboutuspoints h2{
	text-align:center;
	font-size:25px;
	font-family:NotoSans-Bold;
	color:#293771;
	padding: 50px 0px 25px; 0px;
    margin: 0px;
}
.ft_aboutuspoints h3{
	font-size:16px;
	font-family:NotoSans-Bold;
	color:#293771;
	margin:25px 0px 0px 0px;
}
.ft_aboutuspoints p{
	padding:0px;
	margin:0px;
}
.team{
	display:block;
	clear:both;
}
.meet_the_team{
	width:950px;
	margin:0px auto 60px;
	display:table;
}
.meet_the_team h3{
	font-size:25px;
	font-family:NotoSans-Bold;
	text-align:center;
	color:#293771;
	margin:50px;
}
.director{
	width: 450px;
    float: left;
    /* margin: 15px 12.5px; */
    margin: 15px 12px;
}
.manager{
	width: 450px;
    float: left;
    /* margin: 15px 12.5px; */
    margin: 15px 12px;
}
.team_pic{
	text-align:center;
}
.team_pic img{
	border-radius:50%;
}
.team_name{
	margin-top:30px;
	text-align:center;
	color:#293771;
	font-family:NotoSans-Bold;
}
.team_bio p{
	padding:0px 20px;
	margin:0px;
	text-align:center;
}
.aboutus_c2ablock{
	width: 100%;
    text-align: center;
    padding: 20px 0px;

}
/* blog style starts */
.leading-0{
	background-color:#FFF;
	display:inline-block;
	width:100%;
	margin-bottom:1.5%;
}
.leading-0 h3{
	margin:27px 30px;
}
.leading-0 h3 a{
	text-decoration:none;
}
.leading-0 > .item-image{
	height:288px;
}
.leading-0 img{
	height:288px;
	width:100%;
	object-fit:cover;
}
.leading-0 p{
	margin:20px 30px;
	font-size:14px;
	font-family:NotoSans-Regular;
	height:38px;
}
.cols-2{
	display:inline-block;
	clear:both;
}
.column-1{
	width:48.5%;
	margin:1.5% 1.5% 1.5% 0px;
	float:left;
	background-color:#FFF;
}
.column-1 h3{
	margin: 24px 30px;
	height:150px;
}
.column-1 h3 a{
	text-decoration:none;
}
.column-1 > .item-image{
	height:175px;
}
.column-1 img{
	height:175px;
	width:100%;
	object-fit:cover;
}
.column-1 p{
	margin:20px 30px;
	font-size:14px;
	font-family:NotoSans-Regular;
	height:58px;
}
.column-2{
	width:48.5%;
	margin:1.5% 0px 1.5% 1.5%;
	float:right;
	background-color:#FFF;
}
.column-2 h3{
	margin: 24px 30px;
	height:150px;
}
.column-2 h3 a{
	text-decoration:none;
}
.column-2 > .item-image{
	height:175px;
}
.column-2 img{
	height:175px;
	width:100%;
	object-fit:cover;
}
.column-2 p{
	margin:20px 30px;
	font-size:14px;
	font-family:NotoSans-Regular;
	height:58px;
}
.pagination{
	text-align: center;
}
.pagination ul{
	list-style:none;
	padding:0px;
	margin:0px;
	display: inline-block;
}
.pagination ul li{
	float:left;
	margin:5px;
	background-color:#83d0f2;
}
.pagination ul li span{
	padding:0px 10px;
	color:#FFF;
}
.pagination ul li > span.pagenav{
	background-color:#293771;
}
.pagination ul li a{
	padding:10px;
	color:#FFF;
	text-decoration:none;
}
.pagination-start, .pagination-prev, .pagination-next, .pagination-end{
	background-color:#83d0f2 !important;
}
.blogsocialshare-top{
	display: inline-block;
    border-bottom:1px solid #293771;
    padding: 15px 10px;
}
.blogsocialshare-bottom{
	display: inline-block;
    border-top:1px solid #293771;
    padding: 15px 10px;
}
.bw-social-share-title{
	padding:0px !important;
}
.rrssb-buttons li{
	padding:2px !important;
}
.rrssb-text{
	padding:5px;
}
.category-list{
	width: 1000px;
    /* min-height: 600px; */
    margin: 0px auto;
    display: block;
}
/* blog style ends */
footer{
	background-color:#293771;
	width:100%;
	clear:both;
	display:inline-block;
}
.ftlanding-footer{
	text-align: center;
    padding: 20px;
    margin: 10px;
}
.ftlanding-footer p{
	color:#FFFFFF;
	line-height:1.8;
}
.ftlanding-footer a{
	color:#FFFFFF;
	text-decoration:none;
}
.ftlanding-footer a:hover{
	color:#000;
}
/*cookies plugin override*/
.greyBody{	padding-bottom:0px !important;}
.cc-message a{text-decoration:none;}
.cc-color-override-146496801.cc-window{background-color:#293771 !important;}
/*Others*/
.element-invisible{	display:none;}
.ftformstyle{
	width: 720px !important;
    padding: 15px;
    background: #f2f2f2;
    border: none;
	font-size: 16px;
    font-family: Notosans-Regular;
}
.ftfullWidth{
	width: 95% !important;
    padding:7px 2.5%;
    background: #FFFFFF;
    border: none;
	font-size: 14px;
    font-family: Notosans-Regular;
}
.ft-textarea{
	width: 720px !important;
    padding: 15px !important;
    background: #f2f2f2;
    border: none !important;
    height: 100px;
	font-size: 16px;
    font-family: Notosans-Regular;
}
.ft-captcha{
    width: 370px;
    padding: 15px;
    border: none;
    background: #f2f2f2;
}
.ft-validation{
	/* margin:40px 0px 0px; */
	margin:20px 0px;
}
.ft-submit{
	padding: 10px 30px;
    background: #293771;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-family: Notosans-Bold;
    color: #FFF;
	cursor: pointer;
}
.ftcaptcha{
	width: 300px !important;
}
.ftcaptchatr{
	height:80px;
}
.ftlabels{
	font-size: 16px;
    font-family: Notosans-Bold;
}
/*seo-project-case-studies Old*/
.cols-1{
	/* width:1000px; */
	margin:70px auto 0px;
	display:flex;
}
.span12 > div {
	width:100%;
	margin:0px;
}
.span12 div.page-header h3{
	height:auto;
	position: absolute;
    margin: -9px 30px 27px 240px;
	font-size:25px;
}
.span12 div.column-1 div.pull-left{
	width:230px;
	/* height:130px; */
	float:left;
}
.span12 div.column-1 div.pull-left img{
	width:230px;
	height:130px;
	object-fit: fill !important;
}
.span12 div.column-1 p{
	margin: 30px 30px 0px 240px;
	padding-top:10px;
}
/*Services New*/
.services{
	width:1000px;
	min-height:600px;
	margin:0px auto;
	display:block;
}
.service-row{
	display:inline-block;
	clear:both;
	margin:70px 0px 0px;
}
.service-row-first-child{
	margin:35px 0px 0px !important;
}
.service-img{
	width: 160px;
    float: left;
}
.service-info{
	width: 840px;
    float: right;
}
.service-info h3{
	padding:0px;
	margin:-6px 0px 0px;
}
.service-info h3 a{
	font-size:25px;
	text-decoration:none;
}
.service-info p{
	font-size: 14px;
    font-family: NotoSans-Regular;
	padding-top:10px;
	/* padding: 10px 0px; */
    margin: 0px;
}
/*testimonial*/
.ft-testimonials{
	width: 100%;
    display: inline-block;
    min-height: 150px;
	padding:30px 0px 10px;
	clear:both;
}
.testimonials-logo{
	width: 450px;
    float: left;
}
.testimonials-companyreview{
	width: 550px;
    float: left;
}
.testimonials-companyreview h3{
	margin-top:-6px;
	padding-top:0px;
}
.clients-review{
	font-style: italic;
	font-size: 17px;
}
/*27th Aug 19, new layout for case study*/
.ft-testimonials{
	width:1000px;
	margin:0px auto;
	display:block;
	padding:0px;
}
.ft-summary{
	font-weight: bold;
    font-size: 20px !important;
	padding:0px !important;
	margin:0px !important;
	text-align:center;
}
.ft-clients{
	width: 100%;
    display: inline-block;
	/* padding:30px 0px 10px; */
	padding:45px 0px 10px;
	clear:both;
}
.ft-clients-logo{
	text-align:center;
	width: 450px;
    float: left;
}
.ft-clients-profile-section{
	width: 550px;
    float: left;
}
.ft-clients-profile-section ul, .ft-clients-profile-section h3{
	padding:0px;
	margin:-6px 0px 0px 0px;;
}
.ft-clients-projct-details{
	display:inline-block;
}
.ft-clients-projct-result{
	display:inline-block;
}
.ft-clients-review{
	width: 100%;
    display: inline-block;
    min-height: 150px;
	padding:30px 0px 10px;
	clear:both;
}
.ft-clients-photo{
	width: 40%;
    float: left;
	text-align:center;
}
.ft-clients-photo p{
	padding:0px;
	margin:0px;
}
.ft-clients-review-section{
	width: 60%;
    float: left;
	margin-top:4px;
	text-align:center;
}
.hide{
	display:none;
}
.clientName{
	padding-top: 10px;
    display: block;
}
.ft-client-video-transcription p{
	font-style:italic;
}
/*Mobile Menu 9th May 19*/
.mobile-icon, .sidenav{
	display:none;
}
/*Privacy Policy Checkbox*/
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    left:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    /*height: auto;
    max-width: 551px;
    min-height: 100px; */
    height:auto;
    vertical-align: middle;
    width: 60%;
    position: relative;
    /*border-radius: 8px;*/
    padding: 15px 5%;
    overflow-y:scroll;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
 /*   top: -20px;
    right: -20px; */
    top:5px;
    right:5px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
   /* font-size: 20px;
    margin: 20px;*/
    display: inline-block;
    font-weight: bold;
}
.icontent ol li
{
text-align:left;
}
.pryBlk p, .pryBlk  ol li
{
text-align:left !important;
}
.full_content .pryBlk h1 {
    display: block!important;
}
/*Sitemap*/
.sitemap ul li{
	padding:5px;
}
/*Contact Us*/
.gform-radio, .gform-checkbox{
	margin:0px 7px 0px 0px !important;
}
.ft-contact-dedicatedform h1{
	text-align:left !important;
	/* width:70%;
	margin:0px auto; */
}
.ft-contact-dedicatedform img{width:unset !important;}
#fin-checkprivacy > .gfcheckbox-ft{margin:0px 10px 0px 0px !important}
.ft-gforminput{display:block !important;border:1px solid #ccc;}
.ft-contact-dedicatedform-lp{padding:10px 20px 20px;}
.ftlp-form-customstyle > tbody > tr > td.gform-line-td{padding:0px !important;margin:4px 0px !important;}
.ftlp-form-submit{width:100%;border-radius:10px;}
/*03rd Mar 2020*/
.red{color:#FF0000;}
.cols-1{margin:0px auto 0px !important;}
.category-desc{
	margin-bottom:40px;
}
.category-custom-desc{
	margin-top:40px;
}
/** 404 page styles by Mervin Thomas**/
.home-content.orphanpage .pull-left{width: 50%;float: left;margin:0 0 20px;}
.home-content.orphanpage .pull-left h1{text-align: left;padding: 10px 0;}
/**Landing Page**/
.ft-lp{
	/* margin:55px 0px 0px; */
}
.ft-lp-addetails{
	width:420px;
	min-height:490px;
	background-color:#f6f6f6;
	border-radius:7px;
	/* border-style:outset; */
	border-width: thin;
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
}
.ftlp-adimg-popup{
	width:45%;
	/*min-height:370px; */
	background-color:#f6f6f6;
	border-radius:7px;
	border-width: thin;
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
	flex:1;
	margin:0% 2.5%;
}
.ftlp-ad-video{
	width:48.5%;
	/*min-height:370px; */
	/* background-color:#f6f6f6; */
	background-color:#293771;
	border-radius:7px;
	border-width: thin;
	float:right;
	display:inline-block;
	position:relative;
	text-align:center;
	flex:1;
	margin:0% 0% 0% 0.75%;
}
.ftlp-withoutad{
	width:48%;
	/*min-height:370px; */
	background-color:#f6f6f6;
	border-radius:7px;
	border-width: thin;
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
	flex:1;
	margin:0% 0.75% 0% 0%;
}
.ft-lp-prodetails{
	width:420px;
	/* min-height:490px; */
	height:100%;
	background-color:#f6f6f6;
	border-radius:7px;
	/* border-style:outset; */
	border-width: thin;
	float:left;
	display:inline-table;
	position:relative;
	text-align:center;
}
.ft-lp-mailerlite{
	width:420px;
	min-height:490px;
	background-color:#f6f6f6;
	border-radius:7px;
	/* border-style:outset; */
	border-width: thin;
	float:right;
}
.ftlp-mailerlite-popup{
	width:45%;
	/*min-height:370px; */
	background-color:#f6f6f6;
	border-radius:7px;
	border-width: thin;
	float:right;
	flex:1;
	margin:0% 2.5%;
}
.ftlp-mailerlite-popup-right{
	width:48.5%;
	/*min-height:370px; */
	background-color:#f6f6f6;
	border-radius:7px;
	border-width: thin;
	float:left;
	flex:1;
	margin:0% 0.75% 0% 0%;
}
.ftlp-mailerlite-popup-woa{
	width:48.5%;
	/*min-height:370px; */
	background-color:#f6f6f6;
	border-radius:7px;
	border-width: thin;
	float:right;
	flex:1;
	margin:0% 0% 0% 0.75%;
}
.twoblocksAlone{
	margin:0 auto !important;width:100%;height:calc(100vh - 75px);display:flex;align-items: center;
}
.ft-lp-ftcontactform{
	width:420px;
	height:100%;
	background-color:#f6f6f6;
	border-radius:7px;
	border-width: thin;
	display:inline-table;
	float:right;
}
.ml-form-embedWrapper{
	/* border-radius:10px !important; */
}
.ftlp-adimg{
	width:378px;
	margin: 30px auto 0px;
}
.ftlp-adtitle{ 
	/* width:378px; */
	width:360px;
	margin:15px auto;
}
.ftlp-addesc{
	width:378px;
	margin:15px auto;
}
.ftlp-adtitle h1{
	color: #000;
    font-family: NotoSans-Bold;
    font-size: 30px;
    /* font-weight: 700; */
	text-align:center;
	padding:0px;
	/* line-height: 1.4; */
	word-break: break-word;
}
.ftlp-addesc p{
	text-align:left;
	font-size:16px;
	font-family: NotoSans-Regular;
	line-height: 1.6em;
	font-weight:700;
}
.ft-lp-thxad{
	width:100%;
	text-align:center;
	display:block;
	position:relative;
	margin:0px 0px 55px 0px;
}
.ft-lp-thxmessage{
	background: #FFF;
    padding:55px 2%;
    width: 92%;
    border-radius: 7px;
    min-height: 150px;
	text-align:center;
	margin:0px 2%;
}
.ftlp-contactIcon{width:490px;float:left;box-sizing:border-box;margin:0px 5px;min-height:400px;}
.ftlp-contactIcon img{width:60%;height:auto;}
.ftlp-contact-form{width:490px;float:left;box-sizing:border-box;margin:0px 5px;background-color:#efefef;padding:10px;}
.ftlp-heading{text-align:center;color:#293771;}
/**Sales Page**/
main.salespage, main.ftlanding-customForm, main.thankyoupage{
	background-color:#FFF !important;
	background-image:none !important;
}
.ft-sp-section-one{
	width:100%;
	position:relative;
}
.ft-sp-intro-section-img-scroll{
	background-image:url(../images/sales/ft-main.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-audiance-section-img-scroll{
	background-image:url(../images/sales/audiance.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
/* .ft-sp-audiance-section-img-scroll:before{
	content:'';
	background-color:rgba(0, 0, 0, 0.5);
	display: block;
	height:inherit;
	position: absolute;
	width: 100%;
} */
.ft-sp-success-section-img-scroll{
	background-image:url(../images/sales/success.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-group-success-section-img-scroll{
	background-image:url(../images/sales/group-success.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-group-success-bgt-section-img-scroll{
	background-image:url(../images/sales/group-success.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	position:relative;
}
.ft-sp-group-success-bgt-section-img-scroll:before{background-color:rgba(0, 0, 0, 0.5);content:'';position: absolute;display: block;width: 100%;height: 100%;}
.ft-sp-get-rid-without-bgt-section-img-scroll{
	background-image:url(../images/sales/get-rid.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	position:relative;
}
.ft-sp-get-rid-bgt-section-img-scroll{
	background-image:url(../images/sales/get-rid.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	position:relative;
}
.ft-sp-get-rid-bgt-section-img-scroll:before{background-color:rgba(0, 0, 0, 0.5);content:'';position: absolute;display: block;width: 100%;height: 100%;}
.ft-sp-city-section-img-scroll{
	background-image:url(../images/sales/city.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-city-bgt-section-img-scroll{
	background-image:url(../images/sales/city.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
	position:relative;
}
.ft-sp-city-bgt-section-img-scroll:before{background-color:rgba(0, 0, 0, 0.5);content:'';position: absolute;display: block;width: 100%;height: 100%;}
.ft-sp-training-section-img-scroll{
	background-image:url(../images/sales/training.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-ladder-success-section-img-scroll{
	background-image:url(../images/sales/ladder-success.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-expanse-section-img-scroll{
	background-image:url(../images/sales/expanse.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-happy-section-img-scroll{
	background-image:url(../images/sales/happy.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-local-seo-section-img-scroll{
	background-image:url(../images/sales/local-seo.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-class-section-img-scroll{
	background-image:url(../images/sales/class.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-we-with-you-section-img-scroll{
	background-image:url(../images/sales/we-with-you.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-man-stand-section-img-scroll{
	background-image:url(../images/sales/man-stand.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-happy-conferences-section-img-scroll{
	background-image:url(../images/sales/happy-conferences.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-malta-sea-section-img-scroll{
	background-image:url(../images/sales/malta-sea.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-dont-letyoudown-section-img-scroll{
	background-image:url(../images/sales/donot-let-you-down.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-cash-flow-section-img-scroll{
	background-image:url(../images/sales/cash-flow.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-rmw-option-section-img-scroll{
	background-image:url(../images/sales/rmw-option.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-money-machine-section-img-scroll{
	background-image:url(../images/sales/money-machine.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-multi-start-section-img-scroll{
	background-image:url(../images/sales/multi-start.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-relationship-new-today-section-img-scroll{
	background-image:url(../images/sales/relationship-new-today.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-webinar-course-section-img-scroll{
	background-image:url(../images/sales/webinar-course.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.ft-sp-man-online-class-section-img-scroll{
	background-image:url(../images/sales/man-online-class.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}
.block-center{
	width:1000px;
	margin:auto;
}
.block-center-1300{
	width:1300px;
	margin:auto;
}
.ft_sp_sone_center{
	width:1000px;
	/* margin:100px auto; */
	margin:50px auto 100px;
	text-align:center;
}
.ft_sp_big_font{
    font-family: NotoSans-Bold;
    font-size: 30px;
}
.price-offer{
	align-items: center;
	display: flex;
    width: 360px;
    margin: auto;
}
.text-capitalize{text-transform:capitalize;}
.text-uppercase{text-transform:uppercase;}
.text-lowercase{text-transform:lowercase;}
.text-red{color:#FF0000 !important;}
.text-black{color:#000000 !important;}
.text-white{color:#FFFFFF !important;}
.text-blue{color: #293771 !important;}
.text-light_blue{color: #4cd1f4 !important;}
.text-center{text-align:center !important;}
.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.align-items-center{align-items: center;}
.text-bold{font-weight:bold;font-family: NotoSans-Bold;}
.fs-14{font-size:14px !important;}
.fs-15{font-size:15px !important;}
.fs-16{font-size:16px !important;}
.fs-17{font-size:17px !important;}
.fs-18{font-size:18px !important;}
.fs-19{font-size:19px !important;}
.fs-20{font-size:20px !important;}
.fs-21{font-size:21px !important;}
.fs-22{font-size:22px !important;}
.fs-23{font-size:23px !important;}
.fs-24{font-size:24px !important;}
.fs-25{font-size:25px !important;}
.fs-26{font-size:26px !important;}
.fs-27{font-size:27px !important;}
.fs-28{font-size:28px !important;}
.fs-29{font-size:29px !important;}
.fs-30{font-size:30px !important;}
.fs-40{font-size:40px !important;}
.fs-50{font-size:50px !important;}
.fs-60{font-size:60px !important;}
.m-05percent{margin:0.5%;}
.m-auto{margin:auto;}
.my-minus-5{margin-top:-5px !important;}
.my-6{margin:6px 0px !important;}
.my-10{margin:10px 0px !important;}
.my-20{margin:20px 0px !important;}
.my-25{margin:25px 0px !important;}
.my-30{margin:30px 0px;}
.my-40{margin:40px 0px;}
.my-50{margin:50px 0px;}
.my-60{margin:60px 0px;}
.mt-minus-7{margin-top:-7px !important;}
.mt-minus-25{margin-top: -25px !important;}
.mt-0{margin-top:0px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px !important;}
.mt-50{margin-top:50px !important;}
.mt-55{margin-top:55px !important;}
.mt-60{margin-top:60px;}
.mt-100{margin-top:100px;}
.ml-30{margin-left:30px;}
.mr-10{margin-right:10px;}
.mr-1percent{margin-right:1%;}
.mb-0{margin-bottom:0px !important;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-50{margin-bottom:50px;}
.mb-30{margin-bottom:30px;}
.mb-100{margin-bottom:100px;}
.pl-0{padding-left:0px !important;}
.pl-10{padding-left:10px !important;}
.pl-20{padding-left:20px !important;}
.pl-60{padding-left:60px !important;}
.px-5per{padding:0% 5% !important;}
.pr-0{padding-right:0px !important;}
.py-20{padding:20px 0px;}
.py-10{padding:10px 0px;}
.py-25{padding:25px 0px;}
.p-0{padding:0px !important;}
.p-60{padding:60px;}
.p-30{padding:30px;}
.p-10{padding:10px;}
.p-15{padding:15px;}
.p-20{padding:20px;}
.p-20-24{padding:20px 24px !important;}
.py-30{padding:30px 0px;}
.py-50{padding:50px 0px;}
.py-40{padding:40px 0px;}
.py-60{padding:60px 0px;}
.py-70{padding:70px 0px;}
.py-150{padding:150px 0px;}
.pb-60{padding-bottom:60px;}
.pb-30{padding-bottom:30px;}
.pb-40{padding-bottom:40px !important;}
.pb-50{padding-bottom:50px;}
.pb-10{padding-bottom:10px !important;}
.pt-30{padding-top:30px;}
.pt-40{padding-top:40px;}
.pt-50{padding-top:50px !important;}
.pt-55{padding-top:55px !important;}
.pt-60{padding-top:60px !important;}
.pt-25{padding-top:25px !important;}
.pt-20{padding-top:20px !important;}
.pt-10{padding-top:10px !important;}
.pt-5{padding-top:5px !important;}
.mx-auto{margin:auto;}
.px-5{padding:0px 5px !important;}
.px-20{padding:0px 20px !important;}
.px-15{padding:0px 15px !important;}
.pt-0{padding-top:0px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-10{margin-bottom:10px !important;}
.py-0{padding:0px !important;}
.my-0{margin:0px !important;}
.display-inline-block{display:inline-block;}
.display-block{display:block;}
.display-inherit{display:inherit;}
.display-block-imp{display:block !important;}
.display-table-cell{display:table-cell;}
.display-flex{display:flex;}
.display-grid{display:grid;}
.bg-333{background-color:#333333;}
.bg-blue{background-color: #293771;}
.bg-efefef{background-color:#efefef;}
.bg-lightblue{background-color:#4cd1f4;}
.bg-black{background-color:#000000;}
.bg-white{background-color:#FFFFFF;}
.bg-white-transparent{background-color:rgba(255, 255, 255, 0.863);}
.bg-white-transparent-9{background-color:rgba(255, 255, 255, 0.9);}
.bg-black-transparent{background-color:rgba(0, 0, 0, 0.5);}
.bg-efefef-transparent{background-color:rgba(94, 94, 94, 0.5);}
.bg-lightblue-transparent{background-color:rgba(76,209,244, 0.5);}
.row{width:100%;}
.col-left-30{width:30%;float:left;}
.col-right-70{width:70%;float:left;}
.col-left-20{width:20%;float:left;}
.col-right-80{width:80%;float:left;}
.col-left-50{width:50%;float:left;}
.col-right-50{width:50%;float:left;}
.col-left-40{width:40%;float:left;}
.col-right-60{width:60%;float:left;}
.col-3{width:23%;float:left;box-sizing:border-box;margin:1%;}
.downloadble-img img{max-width: 220px;width: 90%;}
.downloadble-Price{align-items: center;display: flex;margin: auto;width: 100%;display:inline-block;}
.downloadble-btn p{border-radius: 10px; box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);background-color: #293771;padding:10px;color:#FFFFFF;font-weight:bold;}
.downloadble-btn p a{color:#FFFFFF;text-decoration:none;}
.downloadble-intro-text p{height:75px !important; overflow:hidden;}
.downloadble-shortintro-text{height:100px !important; overflow:hidden;}
.img-resize img{width:100%; object-fit:cover;}
.img-resize-60 img{width:60%; object-fit:cover;}
.img-resize-70 img{width:70%; object-fit:cover;}
.img-resize-80 img{width:80%; object-fit:cover;}
.img-resize-90 img{width:90%; object-fit:cover;}
.img-icon-resize img{width:100%; object-fit:cover;}
.img-icon-resize-40 img{width:40%; object-fit:cover;}
.img-icon-resize-90 img{width:90%; object-fit:cover;}
.img-icon-resize-80 img{width:80%; object-fit:cover;}
.img-icon-resize-60 img{width:60%; object-fit:cover;}
.position-relative{position:relative;}
.position-absolute{position:absolute;}
.position-inherit{position:inherit;}
.box-sizing{box-sizing:border-box;}
.ft-quote:before{position: absolute;font-family: Georgia, serif;font-size: 9em;line-height: 1;top: 0;left: 0;content: "\201C";}
.ft-quote:after{position: absolute;font-family: Georgia, serif;float:right;font-size:9em;line-height: 1;right:0;bottom:-0.5em;content: "\201D";}
.height-185{height:185px;}
.height-vertical-center{margin: 0;position: absolute;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);padding: 0px 20px;}
.min-height-720{min-height:720px;}
.min-height-577{min-height:577px;}
.min-height-557{min-height:557px;}
.min-height-70{min-height:70px !important;}
.min-height-auto{min-height:auto !important;}
.width-420{width:420px;}
.width-300{width:300px;}
.width-auto{width:auto !important;}
.text-decoration-none{text-decoration:none;}
.border-none{border:none !important;}
.lineheight-15{line-height:1.5;}
.lineheight-18{line-height:1.8;}
.cursor-pointer{cursor:pointer;}
.ft-wistia-width{width:853px;}
.ft-sp-section-two{
	width:100%;
	min-height:350px;
	padding:60px 0px;
	display:inline-block;
	margin-bottom:-5px;
}
.ft-sp-section-two-left{
	width:40%;
	float:left;
	text-align:center;
}
.ft-sp-section-two-left img{
	width:100%;
	max-width:500px;
	height:425px;
	object-fit:cover;
	object-position: top;
}
.ft-sp-section-two-right{
	width:60%;
	float:right;
	box-sizing: border-box;
	padding:0% 5%;
}
.salespage h3{
	color: #293771;
    font-size: 25px;
    font-family: NotoSans-Bold;
	margin-block-start: 1em;
    margin-block-end: 1em;
}
.sp_btn_center_blk{
	width:100%;
	text-align:center;
	margin:50px 0px;
}
.sp_btn_blue{
	/* width: 420px; */
    height: 60px;
    background-color: #293771;
    display: inline-block;
    border-radius: 10px;
    box-shadow:0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}
.sp_btn_blue a, .sp_btn_blue strong{
	text-decoration:none;
	color:#FFFFFF;
	color: #FFF;
    text-decoration: none;
    display: inherit;
    padding: 19px 50px;
    font-size: 16px;
    font-weight: bold;
    font-family: NotoSans-bold;
}
.sp_btn_white{
	/* width: 420px; */
    height: 60px;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    box-shadow:0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
}
.sp_btn_white a, .sp_btn_white strong{
	text-decoration:none;
	color:#293771;
    text-decoration: none;
    display: inherit;
    padding: 19px 50px;
    font-size: 16px;
    font-weight: bold;
    font-family: NotoSans-bold;
}
.ft-sp-section-three{
	background-image:url(../images/sales/ft-sales.jpg);
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	background-position-x: center;
}
.ft-sp-section-three-block-center p{
	color:#FFFFFF;
}
.ft-sp-section-four{
	width:100%;
	min-height:588px;
}
.ft-sp-section-five{
	background-image:url(../images/sales/ft-reach-us.jpg);
	height:588px;
	line-height:588px;
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}
.c2a-bg{
	background-image:url(../images/sales/ft-reach-us.jpg);
	height:350px;
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}
.instructor_sec{
	background-image:url(../images/sales/ft-sales.jpg);
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
}
ul.sp_bulletlist{
	padding:40px 18% 0px;
	font-size:16px;
	margin:0px !important;
}
ul.sp_checkbox{
	padding:40px 18% 0px;
	font-size:16px;
	margin:0px !important;
}
ul.sp_checkbox li{
	list-style:none;
}
ul.sp_checkbox_auto, ul.sp_checkbox_wthout_tick, ol.sp_checkbox_wthout_tick{
	padding:40px 8% 0px;
	margin:0px !important;
}
ul.sp_checkbox_auto li{
	list-style:none;
	margin-block-start: 1.5em;
    margin-block-end: 1.5em;
	line-height:1.7;
}
ul.sp_checkbox_wthout_tick li, ol.sp_checkbox_wthout_tick li{
	margin-block-start: 1.5em;
    margin-block-end: 1.5em;
	line-height:1.7;
}
ul.sp_checkbox_auto li:before{
	content: "\2713\0020";   
    margin-left: -1em;
    margin-right: .100em;
	font-weight:bold;
}
ul.sp_checkbox_auto li:first-child, ul.sp_checkbox_wthout_tick li:first-child, ol.sp_checkbox_wthout_tick li:first-child{margin-top:0px !important;}
ul.sp_checkbox_auto li:last-child, ul.sp_checkbox_wthout_tick li:last-child, ol.sp_checkbox_wthout_tick li:last-child{margin-bottom:0px !important;}
ul.sp_checkbox_instructor{
	padding:0%;
	font-size:16px;
}
ul.sp_checkbox_instructor li{
	list-style:none;
}
.students_reviews{
	display:inline-block;
}
.sp_review_row{
	width:50%;
	margin:10px 0px;
	min-height:150px;
	float:left;
}
.sp_review_img{
	width:25%;
	float:left;
	text-align:center;
}
.sp_review_details{
	width:75%;
	float:left;
	box-sizing:border-box;
	/* padding:0px 20px 0px 10px; */
	padding:0px 10px 0px 10px;
}
.sp_review_details h3{
	margin-bottom: 10px !important;
    margin-top: -5px !important;
	font-size:25px !important;
}
.sp_review_details p{
	margin-top:0px !important;
	padding-top:0px !important;
}
.sp_btn_center{
	width:100%;
	text-align:center;
}
.salespage aside{
	width:250px;
}
.sp_section_six, .sp_section_four{
	padding:50px 0px;
}
.sp_section_six{
	background-color:#EFEFEF;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tabcontent_visible_default{
	display: block;
}
/*** Sales Page Benefits***/
.sp-benefits{
	background-color:#000000;
	display:inline-block;
	margin-bottom:-5px;
	padding:30px;
	box-sizing: border-box;
}
.full-width{
	width:100%;
}
.spb-block{
	width:33.333%;
	float:left;
	padding:10px;
	box-sizing: border-box;
}
.spb-img img{margin-top:32px;}
.spb-details h3, .spb-details p{color:#FFFFFF;}
.spb-img{width:25%;float:left;}
.spb-details{width:70%;float:left;padding:10px;box-sizing: border-box;}
.guarantee-pic{width:30%;float:left;}
.guarantee-text{width:70%;float:left;padding: 15px 0px 0px;}
.MBG{clear:both;min-height:190px;width:800px;margin:0px auto 0px;border:1px solid #293771;padding:10px;}
.width-60per{max-width:60%;}
/*Paymnet Option*/
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    left:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    /*height: auto;
    max-width: 551px;
    min-height: 100px; */
    /* height:600px; */
    /* height:auto; */
    vertical-align: middle;
    /* width: 60%; */
    width: 40%;
	max-width:500px;
    position: relative;
    /*border-radius: 8px;*/
    padding: 15px 5%;
    overflow-y:scroll;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
 /*   top: -20px;
    right: -20px; */
    top:5px;
    right:5px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
   /* font-size: 20px;
    margin: 20px;*/
    display: inline-block;
    font-weight: bold;
}
.cc_payment{padding:20px 0px;}
.paypal_payment{padding:20px 0px 30px;}
.pull-none img{width:95%; padding:2.5%;object-fit:cover;/* height:300px; */}
.EvjIIpBybRxh9ht5Pu7_.nI_zoWhcrj_usnPrutGy{margin-top:0px !important;}