* {
	margin: 0px;
	padding: 0px;
}
:root {
	font-size: 16px;
}
a,input[type="button"]{
	cursor: pointer;
	outline: none;
}
h1,h2,h3,h4,h5,h6,p,span,a,form,input[type="button"],button {
	font-family: 'Inter', sans-serif;
}
h1 {
	font-size: 2.8125rem;
	font-weight: 700;
	line-height: 3.375rem;
	color: #001d36;
}
h2 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	color: #001d36;
}
h3 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	color: #001d36;
}
p {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	color: #505050;
}
ul,li {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.5rem;
	color: #505050;
}
header {
	position: relative;
	width: 100%;
	min-height: 85px;
	float: left;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 8px 24px rgba(0,0,0,0.05);
	z-index: 3;
}
section {
	padding: 80px 0px;
}
footer {
	background: #001d36;
	padding: 80px 0px 0px 0px;
}
section .container {
	padding: 0px 0px;
}
.header-wrapper {
	position: relative;
	padding: 0px;
}
.navbar-brand {
	position: absolute;
	width: 190px;
	top: 0px;
	left: 0px;
	padding: 20px 0px;
}
.navbar-brand img {
	width: 100%;
	height: auto;
	float: left;
}
.main-nav-wrapper {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.main-nav-wrapper .nav-wrapper {
	display: inline-flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.main-nav-wrapper .nav-wrapper a {	
	position: relative;
	width: 120px;
	min-height: 85px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	line-height: 1rem;
	text-decoration: none;
	color: #505050;
	padding: 0px 10px;
	border-right: solid 1px #d9dde1;
}
.nav-wrapper-items a:before, .nav-wrapper-items a::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	left: 50%;
	background: #ffffff;
	bottom: 0px;
	transition: 0.5s;
}
.nav-wrapper-items a:hover {
	color: #0774e3;
}
.nav-wrapper-items a:hover:before,.nav-wrapper-items a:hover::before {
	width: 100%;
	text-decoration: none;
	left: 0%;
	background: #0774e3;
	transition: 0.7s;
}
.main-nav-wrapper .nav-wrapper a.active {
	color: #0774e3;
	background: #e6f1fc;
}
.main-nav-wrapper .nav-wrapper a.active:before, .main-nav-wrapper .nav-wrapper a.active::before {
	width: 100%;
	left: 0%;
	background: #0774e3;
}
.main-nav-wrapper .search-btn {
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    min-height: 85px;
    align-items: flex-start;
}
.hide-nav-wrapper a {	
	overflow: hidden;
	animation: hideus 1s forwards;
}
@keyframes hideus {
	0% {
		width: 120px;
		font-size: 0.75rem;
		opacity: 1;
		padding: 0px 10px;
	}
	50% {
		width: 120px;
		font-size: 0rem;
		opacity: 0;
		padding: 0px 10px;
	}
	100% {
		width: 0px;
		font-size: 0rem;
		opacity: 0;
		padding: 0px 0px;
	}
}
.hamburger {
	display: none;
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	background: #fff;
	padding: 8px 12px;
	border-radius: 4px;
	border: none;
}
.hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #001d36;
	margin: 0px 0px 5px 0px;
}
.hamburger span:last-child {
	margin: 0px;
}
.title-banner-area {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.video-feedback-banner {
	background: url(../images/video-testimonial-banner.png) no-repeat top left #000000;
	background-size: 100%;
	padding: 70px 0px;
}
.player-banner {
	background: #001d36;
	padding: 65px 0px;
}
.course-tags {
	padding: 0px 0px 12px 0px;
}
.tag-wrapper {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 0.8125rem;
	line-height: 2rem;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
	padding: 0px 10px;
	margin: 0px 4px 0px 0px;
	border-radius: 4px;
}
.tag-icons {
	display: inline-block;
	width: 16px;
	line-height: 2rem;
	background: url(../images/course-tags-imgs.png) no-repeat;
	background-size: 650%;
	margin: 0px 5px 0px 0px;
}
.rating-ico {
	background-position: 3% 50%;
}
.duration-ico {
	background-position: 26% 50%;
}
.language-tags {
	margin: 12px 0px 0px 0px;
}
.language-tags p {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.7);
	margin: 0px 0px 4px 0px;
}
.language-tags .lang-tag-wrapper {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 2rem;
	color: #0774e3;
	background: #ffffff;
	padding: 0px 10px;
	margin: 0px 4px 8px 0px;
	border-radius: 4px;
}
.lang-tag {
	display: inline-block;
	width: 16px;
	line-height: 2rem;
	background: url(../images/languages-tag-sprite.png) no-repeat;
	background-size: 850%;
	margin: 0px 5px 0px 0px;
}
.english-tag {
	background-position: 3% 50%;
}
.hindi-tag {
	background-position: 22% 50%;
}
.telugu-tag {
	background-position: 40.5% 50%;
}
.tamil-tag {
	background-position: 79% 50%;
}
.kannada-tag {
	background-position: 59.5% 50%;
}
.malayalam-tag {
	background-position: 97% 50%;
}
.lang-tag-wrapper:hover {
	background: #e1eefc;
	text-decoration: none;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.24);
}
.title-banner-area img {
	position: absolute;
	width: 130%;
	height: auto;
	filter: blur(20px);
	top: -25px;
	left: -25px;
	z-index: 1;
}
.title-banner-area .course-info {
	position: relative;
	z-index: 3;
}
.title-banner-area:before, .title-banner-area::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.75);
	z-index: 2;
}
.title-banner {
	background: #000000;
	padding: 70px 0px;
}
.video-testimonial-2 {
	text-align: center;
	background: #F3F5F9;
	padding: 0px 20px 30px 20px;
	margin: 35px 0px 20px 0px;
	border-radius: 18px;
	/*border: solid 2px #d9d9d9;*/
}
.video-testimonial-2 .video-testimonial .person-img {
	display: inline-block;
	float: none;
	margin: -30px 0px 0px 0px;
}
.video-testimonial-2 .review-info {
	position: relative;
	width: 100%;
	float: left;
	padding: 15px 0px;
}
.main-nav-wrapper .search-btn {
	float: none;
	background: url(../images/loupe.png) no-repeat 50% 50% #ffffff;
	background-size: 18px;
	border: none;
	border-right: solid 1px #d9dde1;
	padding: 0px 30px;
}
.search-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #ffffff;
	overflow-y: scroll;
	z-index: 3;
}
.course-search {
	width: 100%;
	float: left;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: left;
	line-height: 5rem;
	border:none;
	border-bottom: solid 2px #001d36;
	outline: none;
	padding: 0px 15px;
}
.course-search:active, .course-search:hover {
	color: #202020;
	border-bottom: solid 2px #0774e3;
	outline: none;
}
.search-autocomplete a {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.9375rem;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	line-height: 1.125rem;
	color: #505050;
	background: url(../images/loupe.png) no-repeat right 15px center #ffffff;
	background-size: 14px;
	padding: 20px 15px;
	border-bottom: solid 1px #f5f5f5;
}
.search-autocomplete a:hover {
	color: #0774e3;
	background: url(../images/loupe-active.png) no-repeat right 15px center #f5fafe;
	background-size: 14px;
}
.x-cta {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	color: #202020;
	background: #f5f5f5;
	top: 20px;
	right: 20px;
	border-radius: 50%;
	z-index: 1;
	border: none;
}
.active-search-wrapper {
	display: block;
}
.ffa-search-wrapper {
	position: relative;
	display: inline-flex;
	min-width: 48px;
}
.ffa-search-wrapper .search-bx {
	width: 0px;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 3rem;
	color: #202020;
	background: #f5f5f5;
	padding: 0px 0px;
	border: none;
}
.search-cta {
	position: absolute;
	width: 40px;
	height: auto;
	line-height: 3rem;
	background: url(../images/loupe.png) no-repeat 50% 50% #ffffff;
	background-size: 14px;
	top: 0px;
	right: 0px;	
	border: none;
	z-index: 1;
}
.active-ffa-search-wrapper .search-bx {
	/*animation-delay: 5s;*/
	animation: searchExpand 2s forwards;
}
@keyframes searchExpand {
	0% {
		width: 0px;
		padding: 0px 0px;
	}
	40% {
		width: 0px;
		padding: 0px 0px;
	}
	100% {
		width: 400px;
		padding: 0px 15px;
	}
}
.no-result-banner {
	text-align: left;
	background: #f7f8fa;
	padding: 20px 25px;
	border-radius: 8px;
}
.no-result-banner .icon {
	display: inline-block;
	width: 64px;
	height: auto;
}
.no-result-banner .txt {
	display: inline-block;
	padding: 0px 10px;
}
.no-result-banner .txt span {
	font-weight: 700;
	color: #202020;
}
.language-wrapper {
	display: block;
	margin: 20px 0px 0px 0px;
}
.language-selector {
	position: relative;
	top: 0px;
	right: 0px;
}
.current-lang {
	display: block;
	float: right;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 2.5rem;
	color: #0774e3;
	cursor: pointer;
	background: #ffffff;
	border: solid 1px #0774e3;
	border-radius: 4px;
	padding: 0px 25px 0px 15px;
}
.current-lang:before, .current-lang::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-top: solid 5px #0774e3;
	border-right: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-left: solid 5px transparent;
	top: 20px;
	right: 10px;
	z-index: 1;
}
.current-lang:hover {
	color: #0f47c0;
	border: solid 1px #0f47c0;
}
.current-lang:hover:before, .current-lang:hover::before {
	border-top: solid 5px #0f47c0;
}
.lang-list {
	display: none;
	position: absolute;
	top: 42px;
	right: 0px;
	background: #ffffff;
	box-shadow: 0px 5px 8px rgba(0,0,0,0.12);
}
.lang-list button {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 2rem;
	color: #505050;
	background: #ffffff;
	border: none;
	border-bottom: solid 1px #f5f5f5;
	padding: 0px 20px;
}
.lang-list button.active {
	color: #0774e3;
}
.banner {
	min-height: 460px;
	background:#f5fafe;
	padding: 0px;
}
.banner .container {
	position: relative;
	padding: 0px;
}
.app-mockup {
	position: absolute;
	width: 60%;
	min-height: 460px;
	top: 0px;
	right: 0px;
	background: url(../images/app-mockup.png) no-repeat right center;
	background-size: 624px 694px;
}
.category-nav-wrapper {
	display: block;
	float: left;
	list-style: none inside;
	margin: 0px;
}
.category-nav-wrapper li {
	display: block;
	float: left;
}
.category-nav-wrapper li a {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	line-height: 5.3125rem;
	color: #001d36;
	padding: 0px 20px;
}
.nav-button {
	display: block;
	float: left;
	line-height: 5.3125rem;
	border: none;
	padding: 0px 20px;
}
.app-download-nav a {
	display: inline-block;
	width: 148px;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
	margin: 0px 8px 0px 0px;
}
.app-download-nav a img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.close-cta {
	display: none;
	position: absolute;
	left: -54px;
	width: 48px;
	height: 48px;
	font-size: 0.75rem;
	color: #ffffff;
	background: rgba(0,0,0,0.9);
	border-radius: 50%;
	top: 5px;
	line-height: 1.875rem;
	border: none;
}
.course-slider-wrapper {
	padding: 0px 60px 0px 60px;
	z-index:1;
}
.course-slider-wrapper .owl-stage-outer {
	padding: 0px 0px 35px 0px;
	z-index: 2;
}
.course-slider-wrapper .owl-nav {
	position: absolute;
	width: 114%;
	top: 38%;
	left: -7%;
	z-index: 1;
}
.course-slider-wrapper .owl-nav button {
	position: absolute;
	top: 0px;
	left: 0px;
}
.course-slider-wrapper .owl-nav button:last-child {
	left: auto;
	right: 0px;
}
.course-slider-wrapper .owl-nav button.owl-next, .course-slider-wrapper .owl-nav button.owl-prev {
	width: 48px;
	height: 48px;
	font-size: 0rem;
	background: url(../images/prev-arrow.svg) no-repeat 50% 50% #ffffff;
	background-size: 10px;
	border: solid 1px #001d36;
	border-radius: 50%;
}
.course-slider-wrapper .owl-nav button.owl-next {
	background: url(../images/next-arrow.svg) no-repeat 50% 50% #ffffff;
	background-size: 10px;
}
.course-slider-wrapper .owl-dots, .customer-testimonial-wrapper .owl-dots {
	text-align: center;
	padding: 10px 0px 0px 0px;
}
.course-slider-wrapper .owl-dots button, .customer-testimonial-wrapper .owl-dots button {
	display: inline-block;
	margin: 0px 5px;
}
.course-slider-wrapper .owl-dots button span, .customer-testimonial-wrapper .owl-dots button span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #d9d9d9;
	border-radius: 50%;
}
.course-slider-wrapper .owl-dots button.active span, .customer-testimonial-wrapper .owl-dots button.active span {
	background: #0774e3;
}
.course-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	padding: 0% 0% 121.33% 0%;
	border-radius: 12px;
	box-shadow: 0px 8px 24px rgba(0,0,0,0.18);
	overflow: hidden;
}
.course-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.course-image img {
	transition: all 0.4s;
}
.course-image:before, .course-image::before {
	position: absolute;
	content: '';
	width:100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/play-button-01.svg) no-repeat 50% 42%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
	background-size: 40px,100%;
	transition: all 0.3s;
}
.course-thumbnail:hover .course-image:before {
	content: '';
	background: url(../images/play-button-01.svg) no-repeat 50% 42%,linear-gradient(180deg,rgba(0,0,0,0.4),rgba(0,0,0,0.9));
	background-size: 54px,100%;
	transition: all 0.5s;
}
.course-info {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 0px 15px 12px 15px;
}
.course-info .title {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.125rem;
	color: #ffffff;
}
.rating-tag {
	position: relative;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
	padding: 0px 5px 0px 20px;
	border-radius: 4px;
}
.rating-tag::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 24px;
	background: url(../images/star.svg) no-repeat left center;
	background-size: 10px;
	left: 5px;
}
.course-thumbnail-2 {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	background: #ffffff;
	box-shadow: 0px 8px 24px rgba(0,0,0,0.18);
	border-radius: 8px;
	overflow: hidden;
	transform: scale(1);
	transition: all 0.3s;
	margin: 15px 0px 0px 0px;
}
.course-thumbnail-2:hover {
	transform: scale(1.1);
	transition: all 0.5s;
}
.course-thumbnail-2 .course-image {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	padding: 0% 0% 56.25% 0%;
	overflow: hidden;
}
.course-thumbnail-2 .course-image:before, .course-thumbnail-2 .course-image::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	background: url(../images/play-btn.png) no-repeat 50% 50%, linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.55));
	background-size: 40px, 100%;
	z-index: 2;
}
.course-thumbnail-2 .course-image img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.course-thumbnail-2 .course-image .time {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: center;
	line-height: 2rem;
	color: #ffffff;
	background: rgba(0,0,0,0.7);
	padding: 0px 10px;
	border-radius: 8px 0px 0px 0px;
	z-index: 3;
}
.course-thumbnail-2 .course-info {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 125px;
	float: left;
	align-content: center;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 15px 20px;
}
.course-thumbnail-2 .course-info .title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.25rem;
	color: #202020;
}
.course-thumbnail-2 .course-info .rating-tag, .course-h-thumbnail .rating-tag {
	font-size: 0.75rem;
	color: #505050;
	background: none;
	padding: 0px;
}
.course-thumbnail-2 .course-info .rating-tag::before {
	display: none;
}
.course-thumbnail-2 .course-info .rating-tag span, .course-h-thumbnail .rating-tag span {
	display: inline-block;
	background: #fff0b2;
	padding: 0px 5px;
	border-radius: 4px;
}
.course-h-thumbnail .rating-tag span {
	padding: 0px 5px 0px 20px;
}
.course-thumbnail-2 .course-info .rating-tag span:before, .course-thumbnail-2 .course-info .rating-tag span::before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/star.svg) no-repeat 50% 50%;
	background-size: 100%;
}
.course-thumbnail-2 .locked {
	position: absolute;
	width: 36px;
	height: 36px;
	top: 12px;
	right: 12px;
	background: url(../images/padlock.png) no-repeat 50% 50% #202020;
	background-size: 30%;
	border-radius: 50%;
	z-index: 2;
}
.course-thumbnail-2 .locked:before, .course-thumbnail-2 .locked::before {
	display: none;
}
.course-h-thumbnail {
	background: #f7f8fa;
	text-decoration: none;
	cursor: pointer;
	margin: 0px 0px 25px 0px;
}
.course-h-thumbnail .course-thumb-img {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	padding: 0% 0% 56.25% 0%;
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}
.course-h-thumbnail .course-thumb-img .course-image {
	height: 100%;
}
.course-h-thumbnail .course-info {
	position: relative;
	padding: 15px 0px;
}
.course-h-thumbnail .course-info .title {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.25rem;
	color: #202020;
	padding: 5px 0px 0px 0px;
}
.course-h-thumbnail .course-info p {
	margin: 0px 0px 5px 0px;
}
.course-h-thumbnail .course-info .time-txt {
	font-size: 0.75rem;
	color: #808080;
}
.trending-badge {
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0px;
	left: 0px;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	line-height: 2.5rem;
	color: #001d36;
	background: url(../images/trending-tag.svg) no-repeat 50% top;
	background-size: 75%;
	z-index: 3;
}
.offer-img-stripe {
	display: inline-block;
	width: 180px;
	height: 180px;
	background: url(../images/ffa-feature-stripe.png) no-repeat;
	background-size: 300%;
}
.professinal-img {
	background-position: 0% 0%;
}
.community-img {
	background-position: 50% 0%;
}
.time-img {
	background-position: 100% 0%;
}
.testimonial-wrapper {
	background: linear-gradient(180deg,#ecf4fd,#ffffff);
}
.app-highlights-stripe {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(../images/ffa-testimonial-stripe.png) no-repeat;
	background-size: 400%;
	margin: 0px 0px 15px 0px;
}
.downloads-img {
	background-position: 0% 0%;
}
.ratings-img {
	background-position: 33% 0%;
}
.video-testimonial-img {
	background-position: 67% 0%;
}
.language-img {
	background-position: 100% 0%;
}
.video-testimonial {
	cursor: pointer;
}
.customer-testimonial-wrapper .owl-stage-outer {
	padding: 40px 20px;
}
.success-story-popup .modal-content {
	float: left;
	background: none;
	border: none;
}
.success-story-popup .close-popup {
	position: absolute;
	width: 36px;
	height: 36px;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,0.1);
	top: 15px;
	right: 15px;
	text-shadow: none;
	border-radius: 50%;
	opacity: 1;
	z-index: 1;
}
.success-story-info .details {
	float: left;
	padding: 15px 50px 0px 20px;
}
.course {
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.125rem;
	color: #ffffff;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.person {
	font-size: 0.625rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.125rem;
	color: rgba(255,255,255,0.7);
}
.course span {
	font-size: 0.625rem;
}
.success-story-popup .modal-body {
	display: flex;
	width: 100%;
	float: left;
	align-content: center;
	justify-content: center;
	padding: 0px;
}
.video-success-story {
	position: relative;
	width: 325px;
	height: 432px;
	float: left;
	background: #000000;
	border-radius: 12px;
	overflow: hidden;
}
.success-story-info {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg,rgba(0,0,0,0.7),rgba(0,0,0,0));
	z-index: 2;
}
.video-success-story video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
	z-index: 1;
}
.video-testimonial {
	position: relative;
	width: 100%;
	float: left;
}
.video-testimonial .person-img {
	position: relative;
	width: 100px;
	height: 155px;
	float: left;
	z-index: 1;
}
.video-testimonial .person-image-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: -6px 5px 0px rgba(15,71,192,0.18);
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.video-testimonial .person-image-wrapper:before, .video-testimonial .person-image-wrapper::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.7));
	z-index: 2;
}
.video-testimonial .person-img:before, .video-testimonial .person-img::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	right: -15px;
	bottom: 18px;
	background:url(../images/white-play-btn.png) no-repeat 50% 50% #0e4cc4;
	background-size: 12px;
	border-radius: 50%;
	z-index: 3;
}
.video-testimonial .person-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	object-fit: cover;
	z-index: 1;
}
.review-info {
	position: absolute;
	width: 90%;
	top: 0px;
	left: 0px;
	padding: 15px 0px 15px 130px;
}
.review-info .title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25rem;
}
.review-info .person-info {
	font-size: 0.8125rem;
	line-height: 1rem;
	margin: 0px;
}
.customer-testimonial-wrapper .owl-nav {
	position: absolute;
	width: 114%;
	top: 35%;
	left: -7%;
}
.customer-testimonial-wrapper .owl-nav .owl-prev, .customer-testimonial-wrapper .owl-nav .owl-next {
	position: absolute;
	top: 0px;
	left:0px;
}
.customer-testimonial-wrapper .owl-nav .owl-next {
	left: auto;
	right: 0px;
}
.customer-testimonial-wrapper .owl-nav .owl-prev span, .customer-testimonial-wrapper .owl-nav .owl-next span {
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	font-size: 0px;
	border-radius: 50%;
}
.customer-testimonial-wrapper .owl-nav .owl-prev span {
	background: url(../images/blue-right-arrow.svg) no-repeat 50% 50%;
	background-size: 24px;
	transform: rotate(180deg);
}
.customer-testimonial-wrapper .owl-nav .owl-next span {
	background: url(../images/blue-right-arrow.svg) no-repeat 50% 50%;
	background-size: 24px;
}
.finance-products-wrapper {
	background: linear-gradient(0deg,#ecf4fd,#ffffff);
}
.ffa-dd {
	position: absolute;
    top: 30px;
    left: 1px;
    display: inline-block;
    height: 3rem;
    border: none;
    padding: 0px 8px;
    border-radius: 8px;
}
#fin-product-wrapper .carousel-control {
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 60%;
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    z-index: 2;
}
#fin-product-wrapper .carousel-indicators li {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .5;
    border: none;
    margin: 2px 3px;
}
#fin-product-wrapper .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    opacity: 1;
}
#fin-product-wrapper .item {
    text-align: center;
    margin: 10px 0
}
#fin-product-wrapper .left {
    left: -50px;
}
#fin-product-wrapper .right {
    right: -50px;
}
#fin-product-wrapper .left::before {
    content: '\f053';
}
#fin-product-wrapper .right::before {
    content: '\f054';
}
#fin-product-wrapper .left::before,#fin-product-wrapper .right::before {
    position: absolute;
    width: 100%;
    font-family: FontAwesome;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3rem;
    top: 0;
    left: 0;
}
#fin-product-wrapper .carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    position: relative;
    width: 100%;
	text-align: center;
    overflow: hidden;
}
/*.carousel-inner .left::before,.carousel-inner .right::before {
    display: none;
}*/
.carousel-control-next, .carousel-control-prev {
	display: block;
	width: 48px;
	height: 48px;
	background: #001d36;
	top: 28%;
	border-radius: 50%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: 12px;
	background-position: 50% 50%;
}
.product-nav-wrapper {
    text-align: center;
}
.product-nav {
    display: inline-block;
    width: 110px;
    text-align: center;
    margin: 10px 12px;
}
.product-nav .product-ico {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(https://indianmoney.com//css/../images/financial-product-icons.png?t=1) no-repeat #fff;
    background-size: 980%;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0,0.18);
}
.product-nav span {
    display: block;
    width: 100%;
    float: left;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.125rem;
    color: #001d36;
    margin: 10px 0 0;
}
.product-nav .business-loan {
    background-position: 0 0;
}
.product-nav .child-insurance {
    background-position: 10.9% 0;
}
.product-nav .credit-card {
    background-position: 21.9% 0;
}
.product-nav .debit-fund {
    background-position: 32.9% 0;
}
.product-nav .education-loan {
    background-position: 43.9% 0;
}
.product-nav .endowment-plan {
    background-position: 55.5% 0;
}
.product-nav .health-insurance {
    background-position: 66.6% 0;
}
.product-nav .home-loan {
    background-position: 77.9% 0;
}
.product-nav .home-insurance {
    background-position: 88.9% 0;
}
.product-nav .loan-against-property {
    background-position: 99.9% 0;
}
.product-nav .loan-against-security {
    background-position: 0 11%;
}
.product-nav .motor-insurance {
    background-position: 10.9% 11%;
}
.product-nav .mutual-funds {
    background-position: 21.9% 11%;
}
.product-nav .personal-loan {
    background-position: 32.9% 11%;
}
.product-nav .retirement-plan {
    background-position: 43.9% 11%;
}
.product-nav .tax-planning {
    background-position: 55.5% 11%;
}
.product-nav .group-insurance,
.product-nav .term-insurance {
    background-position: 66.6% 11%;
}
.product-nav .ulip {
    background-position: 77.9% 11%;
}
.product-nav .accidental-insurance {
    background-position: 88.9% 11%;
}
.product-nav .business-insurance {
    background-position: 99.9% 11%;
}
.product-nav .life-insurance {
    background-position: -.2% 22%;
}
.product-nav .travel-insurance {
    background-position: 10.9% 22%;
}
.product-nav .current-account {
    background-position: 22% 22%;
}
.product-nav .fixed-deposit {
    background-position: 32.9% 22%;
}
.product-nav .infrastructure-bonds {
    background-position: 44.3% 22%;
}
.product-nav .ppf {
    background-position: 55.5% 22%;
}
.product-nav .recurring-deposit {
    background-position: 66.6% 22%;
}
.product-nav .sb-account {
    background-position: 77.9% 22%;
}
.product-nav .nps {
    background-position: 88.9% 22%;
}
.avilability p {
	margin: 0px;
}
.available-languages {
	padding: 8px 0px 0px 0px;
}
.available-btn {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;
	line-height: 2.5rem;
	color: #ffffff;
	background: url(../images/play-btn.png) no-repeat left 12px center rgba(0,0,0,0.7);
	background-size: 18px;
	border-radius: 20px;
	padding: 0px 15px 0px 40px;
	margin: 0px 5px;
}
.lg-video-player {
	position: relative;
	width: 100%;
	float: left;
	padding: 0% 0% 56.25% 0%;
	cursor: pointer;
	background: #000000;
	overflow: hidden;
	z-index: 1;
}
.lg-video-player .video-info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	padding: 120px 0px 0px 0px;
	z-index: 2;
}
.play-btn {
	min-height: 64px;
	background: url(../images/play-btn.png) no-repeat 50% 50%;
	background-size: 64px;
	margin: 0px 0px 15px 0px;
}
.lg-video-player .video-info .title {
	color: #ffffff;
}
.lg-video-player .video-info .info {
	color: rgba(255,255,255,0.7);
}
.ratings-txt {
	color: #ffffff;
}
.ratings-txt .rating-count {
	display: inline-block;
	color: #ffcc00;
	background: url(../images/star.svg) no-repeat left center;
	background-size: 12px;
	padding: 0px 0px 0px 18px;
}
.lg-video-player img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	transform: scale(1.5);
	filter: blur(15px);
	z-index: 1;
}
.lg-video-player-2 {
	position: relative;
	border-radius: 8px;
}
.lg-video-player-2:before, .lg-video-player-2::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/play-btn.png) no-repeat 50% 50%, linear-gradient(180deg,rgba(0,0,0,0.20),rgba(0,0,0,0.80));
	background-size:64px,100%;
	z-index: 3;
}
.lg-video-player-2 img {
	transform: scale(1);
	filter: blur(0px);
	opacity: 1;
}
.course-intro {
	z-index: 2;
}
.video-player {
	display: none;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0% 0% 56.25% 0%;
	overflow: hidden;
	z-index: 1;
}
.video-player iframe, .video-player video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: none;
	z-index: 1;
}
.active-video-player .video-info {
	animation: videopopout 2s forwards;
}
@keyframes videopopout {
	0% {
		transform: scale(1);
		opacity: 1;
		top: 0%;
	}
	70% {
		transform: scale(1.4);
		opacity: 0;
		top: 0%;
	}
	100% {
		transform: scale(1);
		opacity: 0;
		top: -100%;
	}
}
.active-video-player .video-player {
	display: block;
}
.active-video-player:before, .active-video-player::before {
	display: none;
}
.quick-nav-wrapper {
	width: 100%;
	float: left;
	background: #d9e3ed;
	border-radius: 8px;
}
.quick-nav-wrapper .group-wrapper .group-title {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 3.125rem;
	color: #001d36;
	background: #ecf4fd;
	cursor: pointer;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding: 0px 20px;
	margin: 0px;
}
.quick-nav-wrapper .nav-group {
	height: 0px;
	overflow: hidden;
	transition: all 0.4s;
}
.quick-nav-wrapper .nav-group a {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.25rem;
	color: #505050;
	padding: 10px 20px;
	border-bottom: solid 1px rgba(0,0,0,0.08);
}
.quick-nav-wrapper .active-nav-group {
	height: auto;
	transition: all 0.5s;
}
.quick-nav-wrapper a.active {
	color: #001d36;
	background: #aebcc9;
}
.course-info-tab .nav-link {
	position: relative;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	line-height: 3rem;
	color: #808080;
	border: none;
	margin: 0px;
}
.course-info-tab a.active {
	color: #0774e3 !important;
}
.course-info-tab a.active:before, .course-info-tab a.active::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #0774e3;
	left: 0px;
	bottom: 0px;
}
.course-info-tab .nav-tabs {
	border-bottom: solid 1px rgba(0,29,54,0.1);
}
.course-info-tab .tab-content{
	width: 100%;
	float: left;
	padding: 15px 0px 0px 0px;
}
.sessions-list {
	display: block;
	float: left;
	list-style: none inside;
	padding: 0px 20px;
}
.sessions-list li {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	border-bottom: solid 1px rgba(0,29,54,0.1);
	padding: 18px 0px 18px 64px;
}
.sessions-list .list-count {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	font-size: 1.125rem;
	font-weight: 400;
	text-align: center;
	line-height: 3rem;
	color: #505050;
	background: #e1eefc;
	top: 18px;
	left: 0px;
	border-radius: 50%;
}
.sessions-list h6, .sessions-list p {
	margin: 0px;
}
.locked:before, .locked::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	top: 20px;
	right: 0px;
	background: url(../images/padlock.png) no-repeat 50% 50% #001d36;
	background-size: 10px;
	border-radius: 50%;
}
.preview-tag:before, .preview-tag::before {
	position: absolute;
	content: 'Preview';
	display: inline-block;
	top: 20px;
	right: 0px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.875rem;
	color: #ffffff;
	background: #0774e3;
	padding: 0px 10px;
	border-radius: 15px;
}
.mockup {
	display: block;
	width: 165px;
	height: auto;
	float: left;
}
.subscribe-wrapper {
	padding: 60px 0px 0px 0px;
}
.subscribe-wrapper .main-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.85rem;
}
.ffa-subscribe-popup .close-btn {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 2.5rem;
	text-align: center;
	top: 0px;
	right: 0px;
	background: none;
	border: none;
	z-index: 1;
}
.special-btn {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	text-align: center;
	line-height: 3rem;
	color: #505050;
	background: #ffcc00;
	padding: 0px 25px;
	border-radius: 8px;
	border: none;
}
.footer-nav-group-head {
	display: block;
	width: 100%;
	float: left;
	font-size:0.8125rem;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	margin: 0px 0px 8px 0px;
}
.footer-nav {
	display: block;
	float: left;
	list-style: none inside;
}
.contact-info a {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	line-height: 1.875rem;
	color: #ffffff;
}
.common-icons {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/ffa-common-icons.png) no-repeat;
	background-size: 850%;
}
.call-ico {
	background-position: -1% 50%;
}
.mail-ico {
	background-position: 10% 50%;
}
.social-nav a {
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	background: rgba(255,255,255,0.08);
	margin: 0px 3px 0px 0px;
	border-radius: 12px;
}
.ffa-social {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/social-media-icons.png) no-repeat;
	background-size: 600%;
	margin: 6px 0px 0px 0px;
}
.facebook-ico {
	background-position: 0% 0%;
}
.youtube-ico {
	background-position: 19.5% 0%;
}
.instagram-ico {
	background-position: 39.5% 0%;
}
.twitter-ico {
	background-position: 59.5% 0%;
}
.quora-ico {
	background-position: 79.5% 0%;
}
.linkedin-ico {
	background-position: 99.5% 0%;
}
.app-download-btn {
	position: relative;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 3rem;
	text-decoration: none;
	color: #001d36;
	background: #ffffff;
	padding: 0px 15px 0px 50px;
	border-radius: 4px;
}
.app-download-btn:hover {
	text-decoration: none;
}
.os-icons {
	position: absolute;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/os-icons.png) no-repeat;
	background-size: 200%;
	top: 6px;
	left: 10px;
}
.android-ico {
	background-position: 0% 0%;
}
.apple-ico {
	background-position: 100% 0%;
}
.ffa-list-item {
	display: block;
	width: 100%;
	float: left;
	list-style: none inside;
}
.ffa-list-item li {
	display: block;
	float: left;
	background: url(../images/play.png) no-repeat 5px 22px;
	background-size: 12px;
	border-bottom: solid 1px rgba(0,29,54,0.1);
	padding: 15px 0px 15px 40px;
}
.details-list {
	position: relative;
	padding: 10px 0px 10px 42px;
}
.details-ico-sprite {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 18px;
	left: 0px;
	background: url(../images/details-icon-sprite.png) no-repeat;
	background-size: 300%;
}
.hourglass-ico {
	background-position: 0% 0%;
}
.video-lesson-ico {
	background-position: 50% 0%;
}
.certificate-ico {
	background-position: 100% 0%;
}
.review-wrapper {
	background: #F3F5F9;
	padding: 15px 20px 10px 20px;
	border-radius: 8px;
	border: solid 1px #F3F5F9;
	margin: 0px 0px 20px 0px;
}
.review-wrapper .rating-tag {
	font-size: 0.875rem;
	color: #505050;
	background: #ffffff;
	margin: 5px 0px 0px 0px;
}
.review-wrapper .star-rating-tag {
	position: absolute;
	font-size: 0.75rem;
	color: #ffffff;
	background:url(../images/star.svg) no-repeat left 5px center #000000;
	background-size: 10px;
	right: -4px;
	bottom: -4px;
	padding: 4px 7px 4px 18px;
	border-radius: 4px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.18);
	z-index: 1;
}
.video-info-wrapper .image-wrapper {
	position: relative;
	width: 100%;
	float: left;
	padding: 0% 0% 56.25% 0%;
	border-radius: 4px;
	overflow: hidden;
}
.video-info-wrapper .image-wrapper img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.video-info-wrapper .title {
	font-size: 0.875rem;
	margin: 0px 0px 0px 0px;
}
.review-txt-wrapper {
	position: relative;
	background: #ffffff;
	padding: 12px 15px;
	margin: 12px 0px 8px 0px;
	border-radius: 4px;
	/*border-top: solid 1px rgba(0,29,54,0.1);
	border-bottom: solid 1px rgba(0,29,54,0.1);*/
}
.review-txt-wrapper:before, .review-txt-wrapper::before {
	position: absolute;
	content: '';
	border-top: solid 8px #ffffff;
	border-right: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 8px transparent;
	left: 12px;
	bottom: -16px;
}
.review-txt-wrapper p {
	margin: 0px;
}
.video-testimonial-wrapper .video-testimonial {
	margin: 50px 0px 50px 50px;
}
.video-testimonial-wrapper .video-testimonial .review-info {
	padding: 15px 0px 15px 150px;
}
.footer-nav li {
	display: block;
	float: left;
	width: 100%;
}
.footer-nav li a {
	display: block;
	float: left;
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	line-height: 1.75rem;
	color: rgba(255,255,255,0.5);
}
.footer-nav li a:hover {
	color: rgba(255,255,255,0.8);
}
.footer-bottom-info {
	border-top: solid 1px rgba(255,255,255,0.05);
	margin: 40px 0px 0px 0px;
}
.copyright-txt {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 4rem;
	color: #ffffff;
	margin: 0px;
}
.login-wrapper {
	background: #ffffff;
	padding: 25px 30px;
}
.login-wrapper .brand-logo {
	display: inline-block;
	width: 180px;
	height: auto;
	margin: 0px 0px 15px 0px;
}
.login-wrapper .brand-logo img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.ffa-form-a {
	overflow: hidden;
}
.form-part{
	position: relative;
}
.ffa-form-a .form-group {
	position: relative;
	padding: 10px 0px;
	margin: 0px;
}
.ffa-form-a .form-group label {
	display: block;
	width: 100%;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 1rem;
	color: #202020;
	margin: 0px 0px 3px 0px;
}
.ffa-form-a input[type="text"], .ffa-form-a input[type="tel"], .ffa-form-a input[type="number"] {
	width: 100%;
	float: left;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: left;
	line-height: 3rem;
	padding: 0px 15px;
	border: solid 1px rgba(0,29,54,0.2);
	border-radius: 4px;
}
.checkbx-txt {
	font-size: 0.75rem;
	font-weight: 400;
	text-align: left;
	line-height: 1.125rem;
	color: #808080;
}
.active-part {
	display: block;
}
.inactive-part {
	display: none;
}
.floating-subscription-banner {
	display: block;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.floating-subscription-banner .x-cta {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 0.75rem;
	line-height: 1.875rem;
	color: #ffffff;
	top: -12px;
	right: -12px;
	background: rgba(0,0,0,0.8);
	border-radius: 50%;
}
.subscription-banner-wrapper {
	position: relative;
	background: linear-gradient(45deg,#0f47c0,#0774e3);
	border-radius: 12px;
	padding: 18px 18px 18px 200px;
}
.app-mockup2 {
	position: absolute;
	width: 140px;
	height: 180px;
	background: url(../images/app-mockup2.png) no-repeat left top;
	background-size: 100%;
	top: -50px;
	left: 25px;
}
.subscription-banner-wrapper .heading {
	color: #ffffff;
	margin: 0px 0px 4px 0px;
}
.subscription-banner-wrapper .normal-txt {
	font-size: 0.875rem;
	color:rgba(255,255,255,0.8);
	margin: 0px;
}
.floating-subscription-banner .subscribe-btn {
	display: block;
	float: right;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	line-height: 3rem;
	color: #202020;
	background: #ffcc00;
	padding: 0px 20px;
	border-radius: 8px;
	border: none;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
	margin: 10px 10px 0px 0px;
}
.mobile-input {
	padding: 0px 15px 0px 75px !important;
}
.hide-banner {
	display: none;
}
.special-heading {
	font-size: 1.75rem;
	font-weight: 700;
	background: linear-gradient(45deg,#0f47c0,#0774e3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-shadow: 0px 8px 12px rgba(15,71,192,0.18);
	margin: 0px;
}
.cta-wrapper {
	margin: 20px 0px 0px 0px;
}
.cta-primary, .cta-secondry {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 3rem;
	border: solid 1px #0f47c0;
	padding: 0px 20px;
	margin: 0px 5px;
	border-radius: 8px;
}
.cta-primary {	
	color: #ffffff;
	background: #0f47c0;	
}
.cta-primary:hover {
	text-decoration: none;
	color: #ffffff;
	background: #0f47c0;
	opacity: 0.8;
}
.cta-secondry {
	color: #0f47c0;
	background: #ffffff;
}
.cta-secondry:hover {
	text-decoration: none;
	color: #0f47c0;
	background: #ffffff;
}
.sm-txt {
	font-size: 0.75rem;
	line-height: 1.125rem;
}
.txt-a-c {
	text-align: center;
}
.white-txt {
	color: #ffffff;
}
.white-a5-txt {
	color: rgba(255,255,255,0.5);
}
.popup-active {
	position: fixed;
	overflow: hidden;
	z-index: 1;
}
.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 120px;
	background: #ffffff;
	top: 44px;
	right: 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	position:relative;
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
	line-height: 2rem;
	color: #505050;
	background: #ffffff;
	border-bottom: solid 1px #f5f5f5;
	padding: 0px 8px;
}
.dropdown-content a.active {
	background: url(../images/check.png) no-repeat right 8px center #e7f6ff;
	background-size: 14px;
	cursor: not-allowed;
}
.dropdown-content a:hover {
	color: #0774e3;
	background: #e7f6ff;
}
.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
}
.vjs-has-started .vjs-control-bar {
	z-index: 2;
}
.long-heading {
	padding: 0% 20%;
}
.ffa-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0px 50px;
}
.ffa-header .nav-items {
	flex-basis: auto;
}
.brand {
	display: block;
	width: 205px;
	margin: 20px 0px 0px 0px;
}
.brand img {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.ffa-nav-wrapper a {
	position: relative;
	display: flex;
	width: 120px;
	min-height: 85px;
	float: left;
	font-size: 0.8125rem;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	line-height: 1.125rem;
	color: #001d36;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	border-right: solid 1px #d9dde1;
}
.ffa-search-wrapper {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	min-height: 85px;
	padding: 0px 10px;
}
.ffa-search-cta {
	width: 48px;
	height: 48px;
	background: none;
	border: none;
	padding: 14px;
}
.ffa-search-cta svg {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.ffa-search-conatiner {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	padding: 0px 0px 0px 0px;
	z-index: 2;
}
.search-course-wrapper {
	position: relative;
}
.search-course {
	width: 100%;
	float: left;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 4.5rem;
	color: #ffffff;
	background:url(../images/search.svg) no-repeat left 50px center #000000;
	background-size: 20px;
	padding: 0px 50px 0px 82px;
	border: none;
}
.search-course:focus {
	outline: none;
}
.close-search {
	position: absolute;
	width: 48px;
	font-size: 1.5rem;
	line-height: 4rem;
	color: #ffffff;
	top: 0px;
	right: 50px;
	background: none;
	border: none;
	z-index: 1;
}
.active-ffa-search-container  {
	display: block;
	animation: showSearch 0.5s forwards;
}
@keyframes showSearch {
	0% {
		padding: 0px 0px 0px 0px;
		background: rgba(0,0,0,0);
	}
	100% {
		padding: 85px 0px 0px 0px;
		background: rgba(0,0,0,0.95);
	}
}
.search-suggestion-wrapper {
	padding: 0px 50px;
}
.search-suggestion-wrapper a {
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(255,255,255,0.85);
	padding: 18px 0px;
	border-bottom: solid 1px rgba(255,255,255,0.04);
	transition: all 0.4s;
}
.search-suggestion-wrapper a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
	background:rgba(255,255,255,0.05);
	transition: all 0.5s;
}
.area-title {
    display: block;
    text-align: left;
    padding: 20px 15px;
    border-bottom: solid 2px #d9dde1;
}
.close-nav-wrapper {
	width: 48px;
	height: 48px;
	float: left;
	font-size: 0.875rem;
	text-align: center;
	line-height: 3rem;
	color: #ffffff;
	background: rgba(255,255,255,0.1);	
	border: none;
	border-radius: 50%;
	margin: 20px 0px;
}
.no-scroll {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.hidden-items {
	display: none;
}
/* .video-wrapper {
height: 500px;
overflow: hidden;
display: flex;
align-items: center;
} */

/* .cust-video-player {
position: absolute !important;
width: 100% !important;
height: 100% !important;
} */
.small-txt-tag {
	display: block;
	font-size: 0.75rem;
	color: #808080;
	margin: 0px 0px 0px 0px;
}
.video_container {
position: relative;
}
.video-wrapper > video {
width: 100%;
}
.addPadding {
padding: 0px 0px 0px 0px;
}
.country-dd {
    border: none;
    border-right: solid 1px #d9d9d9;
    border-radius: 8px 0px 0px 8px;
    background: #fff;
    width: 70px;
}
.bx,.space1,.space2,.space3,.space4,.space5,.space6,.space7,.space8 {
	width: 100%;
	float: left;
}
.space1 {
	height: 10px;
}
.space2 {
	height: 20px;
}
.space3 {
	height: 30px;
}
.space4 {
	height: 40px;
}
.space5 {
	height: 50px;
}
.space6 {
	height: 60px;
}
.space7 {
	height: 70px;
}
.space8 {
	height: 80px;
}
.x-m-p {
	margin: 0px;
	padding: 0px;
}
@media(min-width:320px) and (max-width:359px){
	h1 {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin: 0px;
	}
	p {
		font-size: 0.75rem;
	}
	section {
		padding: 30px 0px;
	}
	.language-wrapper {
		position: relative;
		width: 100%;
		float: left;
		top: 0px;
		left: 0px;
		/*background: #001d36;*/
		padding: 5px 0px;
		margin: 0px;
	}
	.language-selector {
		position: relative;
		float: right;
		margin: 0px 15px 0px 0px;
	}
	.navbar-brand {
		position: relative;
		float: left;
		width: 125px;
		padding: 8px 0px 0px 15px;
	}
	.nav-wrapper {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0%;
		right: -100%;
		background: #ffffff;
		padding: 40px 0px 0px 0px;
		transition: all 0.5s;
		z-index: 3;
	}
	.active-nav-wrapper {
		right: -30%;
		transition: all 0.4s;
	}
	.main-nav-wrapper .nav-wrapper a {
		display: block;
		width: 100%;
		min-height: 0px;
		float: left;
		text-align: left;
		line-height: 3rem;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav-wrapper {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 12px;
	}
	.main-nav-wrapper .nav-wrapper {
		display: block;
	}
	.active-nav-wrapper .close-cta {
		display: block;
	}
	.main-nav-wrapper .search-btn {
		min-height: 40px;
		float: right;
		line-height: 1rem;
		background-size: 16px;
		padding: 0px 20px;
		border-right: none;
	}
	.hamburger {
		display: block;
	}
	.app-download-nav a {
		width: 115px;
	}
	.app-download-nav a img {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}
	.banner {
		padding: 0px 15px;
	}
	.mockup {
		display: inline-block;
		width: 110px;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	.subscribe-wrapper {
		text-align: center;
		padding: 10px 0px 20px 0px;
	}
	.app-mockup {
		position: relative;
		min-height: 370px;
		float: left;
		width: 100%;
		background-size: 100%;
	}
	.current-lang {
		font-size: 0.75rem;
		color: #ffffff;
		background: none;
		line-height: 2rem;
		border: solid 1px rgba(255,255,255,0.1);
		margin: 0px;
	}
	.current-lang::before, .current-lang::before {
		top: 15px;
		border-top: solid 5px #ffffff;
	}
	.current-lang:hover {
		color: #ffffff;
		border: solid 1px #ffffff;
	}
	.current-lang:hover:before, .current-lang:hover::before {
		border-top: solid 5px #ffffff;
	}
	.lang-list {
		top: 36px;
	}
	.lang-list button {
		font-size: 0.75rem;
		line-height: 1.75rem;
	}
	.course-thumbnail-2 .course-image .time {
		font-size: 0.6875rem;
		line-height: 1.5rem;
	}
	.course-thumbnail-2 .course-info {
		min-height: 85px;
		padding: 10px 15px;
	}
	.course-thumbnail-2 .course-info .title {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 1rem;
	}
	.course-thumbnail-2 .course-info .rating-tag {
		font-size: 0.6875rem;
	}
	.course-thumbnail-2 .course-image:before, .course-thumbnail-2 .course-image::before {
		background-size: 14%, 100%;
	}
	.course-slider-wrapper {
		padding: 0px;
	}
	.course-slider-wrapper .owl-nav {
		display: none;
	}
	.course-slider-wrapper .owl-stage-outer {
		padding: 0px 30px 20px 30px;
	}
	.course-info .title {
		font-size: 0.6875rem;
		line-height: 1rem;
	}
	.course-image::before {
		background: url(../images/play-button-01.svg) no-repeat 50% 35%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
		background-size: 30px,100%;
	}
	.course-thumbnail:hover .course-image:before, .course-thumbnail:hover .course-image:before {
		background-size: 36px,100%;
	}
	.course-search {
		font-size: 0.875rem;
		line-height: 3rem;
	}
	.search-autocomplete a {
		font-size: 0.75rem;
		line-height: 1.125rem;
		background-size: 12px;
		padding: 10px 35px 10px 15px;
	}
	.product-nav {
        width: 70px
    }
    .product-nav .product-ico {
        width: 70px;
        height: 70px
    }
    .product-nav span {
        min-height: 50px;
        font-size: .75rem;
        line-height: 1rem
    }
	.lg-video-player .video-info {
		padding: 25px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.625rem;
		line-height: 1.5rem;
		background-position: left 8px center;
		background-size: 12px;
		padding: 0px 10px 0px 25px;
		margin: 2px;
	}
	.lg-video-player .video-info .title {
		font-size: 0.875rem;
		line-height: 1rem;
	}
	.lg-video-player .video-info .info {
		display: none;
	}
	.play-btn {
		min-height: 24px;
		background-size: 24px;
		margin: 0px 0px 5px 0px;
	}
	.ratings-txt {
		font-size: 0.6875rem;
	}
	.sessions-list .list-count {
		width: 30px;
		height: 30px;
		font-size: 0.75rem;
		line-height: 1.875rem;
	}
	.sessions-list {
		padding: 0px;
	}
	.sessions-list li {
		padding: 10px 40px 10px 40px;
	}
	.sessions-list h6, .details-list h6 {
		font-size: 0.8125rem;
		line-height: 1.125rem;
	}
	.sessions-list p {
		font-size: 0.75rem;
	}
	.video-testimonial-wrapper .video-testimonial {
		padding: 20px 0px 20px 20px;
		margin: 0px;
	}
	.video-testimonial .person-img {
		width: 75px;
		height: 125px;
	}
	.video-testimonial-wrapper .video-testimonial .review-info {
		padding: 15px 0px 15px 115px;
	}
	.review-info .title {
		font-size: 0.8125rem;
		line-height: 1rem;
	}
	.ffa-list-item li {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.video-testimonial .person-img::before, .video-testimonial .person-img::before {
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
	.offer-img-stripe {
		width: 125px;
		height: 125px;
	}
	.feature-list {
		padding: 0px 30px 20px 30px;
	}
	.app-highlights-stripe {
		width: 64px;
		height: 64px;
	}
	.special-heading {
		font-size: 1.25rem;
	}
	.x-cta {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 20px;
		color: #ffffff;
		background: #202020;
	}
	.copyright-txt {
		font-size: 0.625rem;
	}
	.app-mockup2 {
		width: 60px;
		top: 8px;
		left: -8px;
	}
	.subscription-banner-wrapper {
		padding: 8px 8px 5px 50px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 0.625rem;
		line-height: 1rem;
		margin: 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.625rem;
		line-height: 0.8125rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.625rem;
		line-height: 1.5rem;
		padding: 0px 10px;
		margin: 4px 0px 5px 15px; 
	}
	.long-heading {
		padding: 0% 10%;
	}
	.ffa-header {
		flex-wrap: wrap;
		padding: 60px 15px 0px 15px;
	}
	.brand {
		width: 140px;
		margin: 4px 0px 15px 0px;
	}
	.ffa-header .nav-items:first-child {
		order: 2;
	}
	.ffa-header .nav-items:nth-child(2) {
		order: 3;
	}
	.language {
		position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    background: #001d36;
	    order: 1;
	}
	.ffa-search-wrapper {
		min-height: 0px;
		padding: 0px;
	}
	.search-suggestion-wrapper {
		padding: 0px 15px;
	}
	.search-course {
		font-size: 0.875rem;
		line-height: 3rem;
		background:url(../images/search.svg) no-repeat left 15px center #000000;
		background-size: 12px;
		padding: 0px 55px 0px 35px;
	}
	.search-suggestion-wrapper a {
		font-size: 0.75rem;
		line-height: 1rem;
		padding: 12px 0px;
	}
	.ffa-search-cta {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.close-search {
		width: 40px;
		font-size: 1rem;
		line-height: 3rem;
		right: 0px;
	}
	.nav-wrapper-items {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		right: -100%;
		background: #001d36;
		overflow: hidden;
		z-index: 2;
		transition: right 0.5s;
	}
	.active-nav-wrapper-items {
		right: -20%;
		transition: right 0.5s;
	}
	.ffa-nav-wrapper a {
		width: 100%;
		min-height: 0px;
		color: #ffffff;
		flex-direction: row;
		justify-content: flex-start;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding: 12px 15px;
	}
	.active-body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		left: -80%;
		overflow: hidden;
		transition: left 0.5s;
	}
	@keyframes showSearch {
		0% {
			padding: 0px 0px 0px 0px;
			background: rgba(0,0,0,0);
		}
		100% {
			padding: 109px 0px 0px 0px;
			background: rgba(0,0,0,0.95);
		}
	}
	.hidden-items {
		display: block;
	}
	
}
@media(min-width:360px) and (max-width:479px){
	h1 {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	h2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
		padding: 0px 30px;
		margin: 0px;
	}
	p {
		font-size: 0.8125rem;
		line-height: 1.25rem;
	}
	section {
		padding: 35px 0px;
	}
	.navbar-brand {
		position: relative;
		float: left;
		width: 145px;
		padding: 8px 0px 4px 15px;
	}
	.language-wrapper {
		position: relative;
		width: 100%;
		float: left;
		top: 0px;
		left: 0px;
		background: #001d36;
		padding: 8px 15px;
		margin: 0px;
	}
	.language-selector {
		position: relative;
		float: right;
	}
	.nav-wrapper {
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0%;
		right: -100%;
		background: #ffffff;
		padding: 40px 0px 0px 0px;
		transition: all 0.5s;
		z-index: 3;
	}
	.main-nav-wrapper .nav-wrapper {
		display: block;
	}
	.active-nav-wrapper {		
		right: -30%;
		transition: all 0.4s;
	}
	.main-nav-wrapper .nav-wrapper a {
		display: block;
		width: 100%;
		min-height: 0px;
		float: left;
		text-align: left;
		line-height: 3rem;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav-wrapper {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 12px;
	}
	.active-nav-wrapper .close-cta {
		display: block;
	}
	.main-nav-wrapper .search-btn {
		display: block;
		min-height: 48px;
		float: right;
		line-height: 1rem;
		background-size: 16px;
		padding: 0px 20px;
		border-right: none;
	}
	.hamburger {
		display: block;
	}
	.app-download-nav a {
		width: 115px;
	}
	.app-download-nav a img {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}
	.banner {
		padding: 0px 15px;
	}
	.mockup {
		display: inline-block;
		width: 110px;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	.subscribe-wrapper {
		text-align: center;
		padding: 10px 0px 20px 0px;
	}
	.app-mockup {
		position: relative;
		min-height: 450px;
		float: left;
		width: 100%;
		background-size: 100%;
	}
	.current-lang {
		font-size: 0.75rem;
		color: #ffffff;
		background: none;
		line-height: 2rem;
		border: solid 1px rgba(255,255,255,0.1);
		margin: 0px;
	}
	.current-lang::before, .current-lang::before {
		top: 15px;
		border-top: solid 5px #ffffff;
	}
	.current-lang:hover {
		color: #ffffff;
		border: solid 1px #ffffff;
	}
	.current-lang:hover:before, .current-lang:hover::before {
		border-top: solid 5px #ffffff;
	}
	.lang-list {
		top: 36px;
	}
	.lang-list button {
		font-size: 0.75rem;
		line-height: 1.75rem;
	}
	.course-thumbnail-2 .course-image .time {
		font-size: 0.6875rem;
		line-height: 1.5rem;
	}
	.course-thumbnail-2 .course-info {
		min-height: 85px;
		padding: 10px 15px;
	}
	.course-thumbnail-2 .course-info .title {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 1rem;
	}
	.course-thumbnail-2 .course-info .rating-tag {
		font-size: 0.6875rem;
	}
	.course-thumbnail-2 .course-image:before, .course-thumbnail-2 .course-image::before {
		background-size: 15%, 100%;
	}
	.course-slider-wrapper {
		padding: 0px;
	}
	.course-slider-wrapper .owl-nav {
		display: none;
	}
	.course-slider-wrapper .owl-stage-outer {
		padding: 20px 30px;
	}
	.course-info .title {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.course-image::before {
		background: url(../images/play-button-01.svg) no-repeat 50% 35%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
		background-size: 30px,100%;
	}
	.course-thumbnail:hover .course-image:before, .course-thumbnail:hover .course-image:before {
		background-size: 36px,100%;
	}
	.course-search {
		font-size: 0.875rem;
		line-height: 3.5rem;
	}
	.search-autocomplete a {
		font-size: 0.875rem;
		line-height: 1.35rem;
		background-size: 12px;
		padding: 10px 35px 10px 15px;
	}
	.available-languages {
		padding: 4px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.75rem;
		line-height: 2rem;
		background-position: left 8px center;
		background-size: 12px;
		padding: 0px 10px 0px 25px;
		margin: 1px;
	}
	.product-nav {
        width: 70px
    }
    .product-nav .product-ico {
        width: 70px;
        height: 70px
    }
    .product-nav span {
        min-height: 50px;
        font-size: .75rem;
        line-height: 1rem
    }
	.lg-video-player .video-info {
		padding: 30px 0px 0px 0px;
	}
	.lg-video-player .video-info .title {
		font-size: 1rem;
		line-height: 1.35rem;
		padding: 0px 30px;
	}
	.lg-video-player .video-info .info {
		display: none;
	}
	.play-btn {
		min-height: 30px;
		background-size: 30px;
		margin: 0px 0px 5px 0px;
	}
	.ratings-txt {
		font-size: 0.75rem;
	}
	.sessions-list .list-count {
		width: 30px;
		height: 30px;
		font-size: 0.75rem;
		line-height: 1.875rem;
	}
	.sessions-list {
		padding: 0px;
	}
	.sessions-list li {
		padding: 10px 35px 10px 40px;
	}
	.sessions-list h6, .details-list h6 {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.sessions-list p {
		font-size: 0.75rem;
	}
	.video-testimonial-wrapper .video-testimonial {
		padding: 20px 0px 20px 20px;
		margin: 0px;
	}
	.video-testimonial .person-img {
		width: 75px;
		height: 125px;
	}
	.video-testimonial-wrapper .video-testimonial .review-info {
		padding: 15px 0px 15px 115px;
	}
	.review-info .title {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.feature-list {
		padding: 0px 60px;
	}
	.ffa-list-item li {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.video-testimonial .person-img::before, .video-testimonial .person-img::before {
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
	.review-info {
		padding: 15px 0px 15px 105px;
	}
	.x-cta {
		width: 30px;
		height: 30px;
		top: 10px;
		right: 20px;
		line-height: 1.875rem;
		color: #ffffff;
		background: #202020;
	}
	.copyright-txt {
		font-size: 0.75rem;
	}
	.app-mockup2 {
		width: 60px;
		top: 8px;
		left: -8px;
	}
	.subscription-banner-wrapper {
		padding: 8px 8px 5px 50px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 0.8125rem;
		margin: 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.625rem;
		line-height: 0.8125rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.625rem;
		line-height: 1.5rem;
		padding: 0px 10px;
		margin: 4px 0px 5px 15px; 
	}
	.long-heading {
		padding: 0% 10%;
	}
	.ffa-header {
		flex-wrap: wrap;
		padding: 60px 15px 0px 15px;
	}
	.brand {
		width: 145px;
		margin: 8px 0px 15px 0px;
	}
	.ffa-header .nav-items:first-child {
		order: 2;
	}
	.ffa-header .nav-items:nth-child(2) {
		order: 3;
	}
	.language {
		position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    background: #001d36;
	    order: 1;
	}
	.ffa-search-wrapper {
		min-height: 0px;
		padding: 4px 0px 0px 0px;
	}
	.search-suggestion-wrapper {
		padding: 0px 15px;
	}
	.search-course {
		font-size: 0.875rem;
		line-height: 3rem;
		background:url(../images/search.svg) no-repeat left 15px center #000000;
		background-size: 12px;
		padding: 0px 55px 0px 35px;
	}
	.search-suggestion-wrapper a {
		font-size: 0.75rem;
		line-height: 1rem;
		padding: 12px 0px;
	}
	.ffa-search-cta {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.close-search {
		width: 40px;
		font-size: 1rem;
		line-height: 3rem;
		right: 0px;
	}
	.nav-wrapper-items {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		right: -100%;
		background: #001d36;
		overflow: hidden;
		z-index: 2;
		transition: right 0.5s;
	}
	.active-nav-wrapper-items {
		right: -20%;
		transition: right 0.5s;
	}
	.ffa-nav-wrapper a {
		width: 100%;
		min-height: 0px;
		color: #ffffff;
		flex-direction: row;
		justify-content: flex-start;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding: 12px 15px;
	}
	.active-body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		left: -80%;
		overflow: hidden;
		transition: left 0.5s;
	}
	@keyframes showSearch {
		0% {
			padding: 0px 0px 0px 0px;
			background: rgba(0,0,0,0);
		}
		100% {
			padding: 113px 0px 0px 0px;
			background: rgba(0,0,0,0.95);
		}
	}
	.hidden-items {
		display: block;
	}
}
@media(min-width:480px) and (max-width:577px){
	h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
		padding: 0px 30px;
		margin: 0px;
	}
	p {
		font-size: 0.875rem;
		line-height: 1.35rem;
	}
	section {
		padding: 40px 0px;
	}
	.header-wrapper {
		max-width: 100%;
	}
	.navbar-brand {
		position: relative;
		float: left;
		width: 145px;
		padding: 8px 0px 4px 15px;
	}
	.language-wrapper {
		position: relative;
		width: 100%;
		float: left;
		top: 0px;
		left: 0px;
		background: #001d36;
		padding: 8px 15px;
		margin: 0px;
	}
	.language-selector {
		position: relative;
		float: right;
	}
	.nav-wrapper {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0%;
		right: -100%;
		background: #ffffff;
		padding: 40px 0px 0px 0px;
		transition: all 0.5s;
		z-index: 3;
	}
	.active-nav-wrapper {
		right: -30%;
		transition: all 0.4s;
	}
	.main-nav-wrapper .nav-wrapper {
		display: block;
	}
	.main-nav-wrapper .nav-wrapper a {
		display: block;
		width: 100%;
		min-height: 0px;
		float: left;
		text-align: left;
		line-height: 3rem;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav-wrapper {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 12px;
	}
	.active-nav-wrapper .close-cta {
		display: block;
	}
	.main-nav-wrapper .search-btn {
		min-height: 0px;
		float: right;
		line-height: 2.5rem;
		background-size: 16px;
		padding: 0px 20px;
		border-right: none;
	}
	.hamburger {
		display: block;
	}
	.app-download-nav a {
		width: 150px;
	}
	.app-download-nav a img {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}
	.banner {
		padding: 0px 15px;
	}
	.mockup {
		display: inline-block;
		width: 110px;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	.subscribe-wrapper {
		text-align: center;
		padding: 10px 40px 30px 40px;
	}
	.app-mockup {
		position: relative;
		min-height: 510px;
		float: left;
		width: 100%;
		background-size: 375px;
		background-position: 50% 50%;
	}
	.current-lang {
		font-size: 0.75rem;
		color: #ffffff;
		background: none;
		line-height: 2rem;
		border: solid 1px rgba(255,255,255,0.1);
		margin: 0px;
	}
	.current-lang::before, .current-lang::before {
		top: 15px;
		border-top: solid 5px #ffffff;
	}
	.current-lang:hover {
		color: #ffffff;
		border: solid 1px #ffffff;
	}
	.current-lang:hover:before, .current-lang:hover::before {
		border-top: solid 5px #ffffff;
	}
	.lang-list {
		top: 36px;
	}
	.lang-list button {
		font-size: 0.75rem;
		line-height: 1.75rem;
	}
	.course-thumbnail-2 .course-image .time {
		font-size: 0.9375rem;
		line-height: 2.5rem;
	}
	.course-thumbnail-2 .course-info {
		min-height:120px;
		padding: 10px 15px;
	}
	.course-thumbnail-2 .course-info .title {
		font-size: 1em;
		font-weight: 400;
		line-height: 1.45rem;
	}
	.course-thumbnail-2 .course-info .rating-tag {
		font-size: 0.9375rem;
	}
	.course-thumbnail-2 .course-image:before, .course-thumbnail-2 .course-image::before {
		background-size: 15%, 100%;
	}
	.course-thumbnail-2 .locked {
		width: 48px;
		height: 48px;
	}
	.course-slider-wrapper {
		padding: 0px;
	}
	.course-slider-wrapper .owl-nav {
		display: none;
	}
	.course-slider-wrapper .owl-stage-outer {
		padding: 20px 30px;
	}
	.course-info .title {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.course-image::before {
		background: url(../images/play-button-01.svg) no-repeat 50% 30%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
		background-size: 30px,100%;
	}
	.course-thumbnail:hover .course-image:before, .course-thumbnail:hover .course-image:before {
		background-size: 36px,100%;
	}
	.course-search {
		font-size: 0.9375rem;
		line-height: 4rem;
	}
	.search-autocomplete a {
		font-size: 0.9375rem;
		line-height: 1.40rem;
		background-size: 12px;
		padding: 10px 40px 10px 15px;
	}
	.available-languages {
		padding: 8px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.75rem;
		line-height: 2rem;
		background-position: left 12px center;
		background-size: 15px;
		padding: 0px 15px 0px 34px;
		margin: 1px;
	}
	.carousel-inner {
		padding: 0px 25px;
	}
	.product-nav {
        width: 100px
    }
    .product-nav .product-ico {
        width: 80px;
        height: 80px
    }
    .product-nav span {
        font-size: .875rem;
        line-height: 1rem
    }
	.lg-video-player .video-info {
		padding: 40px 0px 0px 0px;
	}
	.lg-video-player .video-info .title {
		font-size: 1.35rem;
		line-height: 1.75rem;
		padding: 0px 40px;
	}
	.lg-video-player .video-info .info {
		display: none;
	}
	.play-btn {
		min-height: 40px;
		background-size: 40px;
		margin: 0px 0px 10px 0px;
	}
	.ratings-txt {
		font-size: 0.75rem;
	}
	.sessions-list .list-count {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top: 8px;
	}
	.sessions-list {
		padding: 0px;
	}
	.sessions-list li {
		padding: 10px 45px 10px 60px;
	}
	.sessions-list h6, .details-list h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sessions-list p {
		font-size: 0.875rem;
	}
	.video-testimonial-wrapper .video-testimonial {
		padding: 20px 0px 20px 20px;
		margin: 0px;
	}
	.video-testimonial .person-img {
		width: 95px;
		height: 155px;
	}
	.review-info .person-info {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.video-testimonial-wrapper .video-testimonial .review-info {
		padding: 30px 0px 15px 145px;
	}
	.review-info .title {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	.ffa-list-item li {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.video-testimonial .person-img::before, .video-testimonial .person-img::before {
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
	.review-info {
		padding: 15px 0px 15px 120px;
	}
	.feature-list {
		padding: 0px 65px;
	}
	.footer-nav li a {
		font-size: 0.875rem;
	}
	.x-cta {
		width: 30px;
		height: 30px;
		top: 18px;
		right: 20px;
		line-height: 1.875rem;
		color: #ffffff;
		background: #202020;
	}
	.copyright-txt {
		font-size: 0.75rem;
	}
	.app-mockup2 {
		width: 60px;
		top: 8px;
		left: 12px;
	}
	.subscription-banner-wrapper {
		padding: 8px 8px 5px 76px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 0.8125rem;
		margin: 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.625rem;
		line-height: 0.8125rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.625rem;
		line-height: 1.5rem;
		padding: 0px 10px;
		margin: 4px 0px 5px 15px; 
	}
	.long-heading {
		padding: 0% 12%;
	}
	.ffa-header {
		flex-wrap: wrap;
		padding: 60px 25px 0px 25px;
	}
	.brand {
		width: 160px;
		margin: 10px 0px 15px 0px;
	}
	.ffa-header .nav-items:first-child {
		order: 2;
	}
	.ffa-header .nav-items:nth-child(2) {
		order: 3;
	}
	.language {
		position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    background: #001d36;
	    order: 1;
	}
	.ffa-search-wrapper {
		min-height: 0px;
		padding: 10px 0px 0px 0px;
	}
	.search-suggestion-wrapper {
		padding: 0px 15px;
	}
	.search-course {
		font-size: 0.875rem;
		line-height: 3rem;
		background:url(../images/search.svg) no-repeat left 15px center #000000;
		background-size: 12px;
		padding: 0px 55px 0px 35px;
	}
	.search-suggestion-wrapper a {
		font-size: 0.75rem;
		line-height: 1rem;
		padding: 12px 0px;
	}
	.ffa-search-cta {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.close-search {
		width: 40px;
		font-size: 1rem;
		line-height: 3rem;
		right: 0px;
	}
	.nav-wrapper-items {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		right: -100%;
		background: #001d36;
		padding: 0px 0px 0px 35px;
		overflow: hidden;
		z-index: 2;
		transition: right 0.5s;
	}
	.active-nav-wrapper-items {
		right: -30%;
		transition: right 0.5s;
	}
	.ffa-nav-wrapper a {
		width: 100%;
		min-height: 0px;
		color: #ffffff;
		flex-direction: row;
		justify-content: flex-start;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding: 15px 0px;
	}
	.active-body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		left: -80%;
		overflow: hidden;
		transition: left 0.5s;
	}
	@keyframes showSearch {
		0% {
			padding: 0px 0px 0px 0px;
			background: rgba(0,0,0,0);
		}
		100% {
			padding: 124px 0px 0px 0px;
			background: rgba(0,0,0,0.95);
		}
	}
	.hidden-items {
		display: block;
	}
}
@media(min-width:578px) and (max-width:767px){
	h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
		padding: 0px 30px;
		margin: 0px;
	}
	p {
		font-size: 0.875rem;
		line-height: 1.35rem;
	}
	section {
		padding: 40px 0px;
	}
	.header-wrapper {
		max-width: 100%;
	}
	.navbar-brand {
		position: relative;
		float: left;
		width: 145px;
		padding: 8px 0px 4px 15px;
	}
	.language-wrapper {
		position: relative;
		width: 100%;
		float: left;
		top: 0px;
		left: 0px;
		background: #001d36;
		padding: 8px 15px;
		margin: 0px;
	}
	.language-selector {
		position: relative;
		float: right;
	}
	.nav-wrapper {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0%;
		right: -100%;
		background: #ffffff;
		padding: 40px 0px 0px 0px;
		transition: all 0.5s;
		z-index: 3;
	}
	.active-nav-wrapper {
		right: -30%;
		transition: all 0.4s;
	}
	.main-nav-wrapper .nav-wrapper {
		display: block;
	}
	.main-nav-wrapper .nav-wrapper a {
		display: block;
		width: 100%;
		min-height: 0px;
		float: left;
		font-size: 1rem;
		text-align: left;
		line-height: 3.5rem;
		padding: 0px 30px;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav-wrapper {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 12px;
	}
	.active-nav-wrapper .close-cta {
		display: block;
	}
	.main-nav-wrapper .search-btn {
		min-height: 0px;
		float: right;
		line-height: 2.5rem;
		background-size: 16px;
		padding: 0px 20px;
		border-right: none;
	}
	.hamburger {
		display: block;
	}
	.app-download-nav a {
		width: 150px;
	}
	.app-download-nav a img {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}
	.banner {
		padding: 0px 15px;
	}
	.mockup {
		display: inline-block;
		width: 125px;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	.subscribe-wrapper {
		text-align: center;
		padding: 10px 60px 30px 60px;
	}
	.app-mockup {
		position: relative;
		min-height: 510px;
		float: left;
		width: 100%;
		background-size: 400px;
		background-position: 50% 50%;
	}
	.current-lang {
		font-size: 0.75rem;
		color: #ffffff;
		background: none;
		line-height: 2rem;
		border: solid 1px rgba(255,255,255,0.1);
		margin: 0px;
	}
	.current-lang::before, .current-lang::before {
		top: 15px;
		border-top: solid 5px #ffffff;
	}
	.current-lang:hover {
		color: #ffffff;
		border: solid 1px #ffffff;
	}
	.current-lang:hover:before, .current-lang:hover::before {
		border-top: solid 5px #ffffff;
	}
	.lang-list {
		top: 36px;
	}
	.lang-list button {
		font-size: 0.75rem;
		line-height: 1.75rem;
	}
	.course-thumbnail-2 .course-image .time {
		font-size: 1rem;
		line-height: 3rem;
	}
	.course-thumbnail-2 .course-info {
		min-height:115px;
		padding: 12px 18px;
	}
	.course-thumbnail-2 .course-info .title {
		font-size: 1.25rem;
		font-weight: 400;
		line-height: 1.65rem;
	}
	.course-thumbnail-2 .course-info .rating-tag {
		font-size: 0.9375rem;
	}
	.course-thumbnail-2 .locked {
		width: 28px;
		height: 28px;
	}
	.course-thumbnail-2 .course-image:before, .course-thumbnail-2 .course-image::before {
		background-size: 15%, 100%;
	}
	.course-slider-wrapper {
		padding: 0px;
	}
	.course-slider-wrapper .owl-nav {
		display: none;
	}
	.course-slider-wrapper .owl-stage-outer {
		padding: 20px 30px;
	}
	.course-info .title {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.course-image::before {
		background: url(../images/play-button-01.svg) no-repeat 50% 30%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
		background-size: 30px,100%;
	}
	.course-thumbnail:hover .course-image:before, .course-thumbnail:hover .course-image:before {
		background-size: 36px,100%;
	}
	.course-search {
		font-size: 0.9375rem;
		line-height: 4rem;
	}
	.available-languages {
		padding: 8px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.875rem;
		line-height: 2.25rem;
		background-position: left 12px center;
		background-size: 15px;
		padding: 0px 15px 0px 34px;
		margin: 3px;
	}
	.search-autocomplete a {
		font-size: 0.9375rem;
		line-height: 1.40rem;
		background-size: 12px;
		padding: 10px 40px 10px 15px;
	}
	.carousel-inner {
		padding: 0px 25px;
	}
	.product-nav {
        width: 125px
    }
    .product-nav .product-ico {
        width: 85px;
        height: 85px
    }
    .product-nav span {
        font-size: .875rem;
        line-height: 1rem
    }
	.lg-video-player .video-info {
		padding: 40px 0px 0px 0px;
	}
	.lg-video-player .video-info .title {
		font-size: 1.35rem;
		line-height: 1.75rem;
		padding: 0px 40px;
	}
	.lg-video-player .video-info .info {
		display: none;
	}
	.play-btn {
		min-height: 40px;
		background-size: 40px;
		margin: 0px 0px 10px 0px;
	}
	.ratings-txt {
		font-size: 0.75rem;
	}
	.sessions-list .list-count {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top: 8px;
	}
	.sessions-list {
		padding: 0px;
	}
	.sessions-list li {
		padding: 10px 0px 10px 60px;
	}
	.sessions-list h6, .details-list h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sessions-list p {
		font-size: 0.875rem;
	}
	.video-testimonial-wrapper .video-testimonial {
		padding: 20px 0px 20px 20px;
		margin: 0px;
	}
	.video-testimonial .person-img {
		width: 95px;
		height: 155px;
	}
	.video-testimonial-wrapper .video-testimonial .review-info {
		padding: 30px 0px 15px 145px;
	}
	.review-info .title {
		font-size: 1.45rem;
		line-height: 1.75rem;
	}
	.review-info .person-info {
		font-size: 1rem;
		line-height: 1.45rem;
	}
	.ffa-list-item li {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.video-testimonial .person-img::before, .video-testimonial .person-img::before {
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
	.review-info {
		padding: 15px 0px 15px 120px;
	}
	.feature-list {
		padding: 0px 65px;
	}
	.footer-nav li a {
		font-size: 0.875rem;
	}
	.x-cta {
		width: 30px;
		height: 30px;
		top: 18px;
		right: 20px;
		line-height: 1.875rem;
		color: #ffffff;
		background: #202020;
	}
	.copyright-txt {
		font-size: 0.75rem;
	}
	.app-mockup2 {
		width: 70px;
		top: 8px;
		left: 18px;
	}
	.subscription-banner-wrapper {
		padding: 8px 8px 5px 90px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 0.875rem;
		margin: 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.75rem;
		line-height: 1.75rem;
		padding: 0px 10px;
		margin: 8px 0px 12px 15px; 
	}
	.long-heading {
		padding: 0% 12%;
	}
	.ffa-header {
		flex-wrap: wrap;
		padding: 60px 25px 0px 25px;
	}
	.brand {
		width: 160px;
		margin: 10px 0px 15px 0px;
	}
	.ffa-header .nav-items:first-child {
		order: 2;
	}
	.ffa-header .nav-items:nth-child(2) {
		order: 3;
	}
	.language {
		position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    background: #001d36;
	    order: 1;
	}
	.ffa-search-wrapper {
		min-height: 0px;
		padding: 10px 0px 0px 0px;
	}
	.search-suggestion-wrapper {
		padding: 0px 15px;
	}
	.search-course {
		font-size: 0.9375rem;
		line-height: 3rem;
		background:url(../images/search.svg) no-repeat left 15px center #000000;
		background-size: 12px;
		padding: 0px 55px 0px 35px;
	}
	.search-suggestion-wrapper a {
		font-size: 0.875rem;
		line-height: 1rem;
		padding: 15px 0px;
	}
	.ffa-search-cta {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.close-search {
		width: 40px;
		font-size: 1rem;
		line-height: 3rem;
		right: 0px;
	}
	.nav-wrapper-items {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		right: -100%;
		background: #001d36;
		padding: 0px 0px 0px 35px;
		overflow: hidden;
		z-index: 2;
		transition: right 0.5s;
	}
	.active-nav-wrapper-items {
		right: -45%;
		transition: right 0.5s;
	}
	.ffa-nav-wrapper a {
		width: 100%;
		min-height: 0px;
		color: #ffffff;
		flex-direction: row;
		justify-content: flex-start;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding: 15px 0px;
	}
	.active-body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		left: -80%;
		overflow: hidden;
		transition: left 0.5s;
	}
	@keyframes showSearch {
		0% {
			padding: 0px 0px 0px 0px;
			background: rgba(0,0,0,0);
		}
		100% {
			padding: 120px 0px 0px 0px;
			background: rgba(0,0,0,0.95);
		}
	}
	.hidden-items {
		display: block;
	}
}
@media(min-width:768px) and (max-width:959px){
	h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
		padding: 0px 30px;
		margin: 0px;
	}
	p {
		font-size: 0.875rem;
		line-height: 1.35rem;
	}
	.section {
		padding: 30px 0px;
	}
	.header-wrapper {
		max-width: 100%;
	}
	.navbar-brand {
		position: relative;
		float: left;
		width: 145px;
		padding: 8px 0px 4px 15px;
	}
	section .container {
		max-width: 100%;
	}
	.language-wrapper {
		position: relative;
		width: 100%;
		float: left;
		top: 0px;
		left: 0px;
		background: #001d36;
		padding: 8px 15px;
		margin: 0px;
	}
	.language-selector {
		position: relative;
		float: right;
	}
	.nav-wrapper {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0%;
		right: -100%;
		background: #ffffff;
		padding: 40px 0px 0px 0px;
		transition: all 0.5s;
		z-index: 3;
	}
	.active-nav-wrapper {
		right: -55%;
		transition: all 0.4s;
	}
	.main-nav-wrapper .nav-wrapper {
		display: block;
	}
	.main-nav-wrapper .nav-wrapper a {
		display: block;
		width: 100%;
		min-height: 0px;
		float: left;
		font-size: 1rem;
		text-align: left;
		line-height: 4rem;
		padding: 0px 35px;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav-wrapper {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 12px;
	}
	.active-nav-wrapper .close-cta {
		display: block;
	}
	.main-nav-wrapper .search-btn {
		min-height: 0px;
		float: right;
		line-height: 2.5rem;
		background-size: 16px;
		padding: 0px 20px;
		border-right: none;
	}
	.hamburger {
		display: block;
	}
	.app-download-nav a {
		width: 150px;
	}
	.app-download-nav a img {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}
	.banner {
		padding: 0px 15px;
	}
	.mockup {
		display: inline-block;
		width: 125px;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	.subscribe-wrapper {
		padding: 50px 0px 30px 0px;
	}
	.app-mockup {
		min-height: 510px;
		float: left;
		width: 60%;
		background-size: 70%;
		background-position: 50% 50%;
	}
	.current-lang {
		font-size: 0.75rem;
		color: #ffffff;
		background: none;
		line-height: 2rem;
		border: solid 1px rgba(255,255,255,0.1);
		margin: 0px;
	}
	.current-lang::before, .current-lang::before {
		top: 15px;
		border-top: solid 5px #ffffff;
	}
	.current-lang:hover {
		color: #ffffff;
		border: solid 1px #ffffff;
	}
	.current-lang:hover:before, .current-lang:hover::before {
		border-top: solid 5px #ffffff;
	}
	.lang-list {
		top: 36px;
	}
	.lang-list button {
		font-size: 0.75rem;
		line-height: 1.75rem;
	}
	.course-slider-wrapper {
		padding: 0px;
	}
	.course-slider-wrapper .owl-nav {
		display: none;
	}
	.course-slider-wrapper .owl-stage-outer {
		padding: 20px 30px;
	}
	.course-info .title {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.course-thumbnail {
		height: 275px;
		padding: 0%;
	}
	.course-info {
		padding: 0px 20px 15px 20px;
	}
	.app-highlights-stripe {
		width: 64px;
		height: 64px;
	}
	.special-heading {
		font-size: 1rem;
	}
	.rating-tag {
		font-size: 0.75rem;
	}
	.course-thumbnail .course-image img {
		height: 100%;
	}
	.course-image::before {
		background: url(../images/play-button-01.svg) no-repeat 50% 35%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
		background-size: 48px,100%;
	}
	.course-thumbnail:hover .course-image:before, .course-thumbnail:hover .course-image:before {
		background-size: 36px,100%;
	}
	.course-search {
		font-size: 0.9375rem;
		line-height: 4rem;
	}
	.search-autocomplete a {
		font-size: 0.9375rem;
		line-height: 1.40rem;
		background-size: 12px;
		padding: 10px 40px 10px 15px;
	}
	.available-languages {
		padding: 8px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.875rem;
		line-height: 2.25rem;
		background-position: left 12px center;
		background-size: 15px;
		padding: 0px 15px 0px 34px;
		margin: 3px;
	}
	.carousel-inner {
		padding: 0px 25px;
	}
	.product-nav {
        width: 85px
    }
    .product-nav .product-ico {
        width: 85px;
        height: 85px
    }
    .product-nav span {
        font-size: .75rem;
        line-height: 1rem
    }
	.lg-video-player .video-info {
		padding: 60px 0px 0px 0px;
	}
	.lg-video-player .video-info .title {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0px;
	}
	.play-btn {
		min-height: 40px;
		background-size: 40px;
		margin: 0px 0px 10px 0px;
	}
	.ratings-txt {
		font-size: 0.75rem;
	}
	.sessions-list .list-count {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top: 8px;
	}
	.sessions-list {
		padding: 0px;
	}
	.sessions-list li {
		padding: 10px 0px 10px 60px;
	}
	.sessions-list h6, .details-list h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sessions-list p {
		font-size: 0.875rem;
	}
	.video-testimonial-wrapper .video-testimonial {
		padding: 20px 0px 20px 20px;
		margin: 0px;
	}
	.video-testimonial .person-img {
		width: 95px;
		height: 155px;
	}
	.video-testimonial-wrapper .video-testimonial .review-info {
		padding: 30px 0px 15px 145px;
	}
	.review-info .title {
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
	.ffa-list-item li {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.video-testimonial .person-img::before, .video-testimonial .person-img::before {
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
	.review-info {
		padding: 15px 0px 15px 120px;
	}
	.feature-list {
		padding: 0px 65px;
	}
	.footer-nav li a {
		font-size: 0.875rem;
		line-height: 1rem;
		padding: 5px 0px;
	}
	.social-nav a {
		margin: 0px 5px 10px 0px;
	}
	.app-download-btn {
		line-height: 1rem;
		padding: 10px 15px 10px 50px;
	}
	.x-cta {
		width: 30px;
		height: 30px;
		top: 18px;
		right: 20px;
		line-height: 1.875rem;
		color: #ffffff;
		background: #202020;
	}
	.copyright-txt {
		font-size: 0.875rem;
	}
	.app-mockup2 {
		width: 90px;
		top: 8px;
		left: 18px;
	}
	.subscription-banner-wrapper {
		padding: 12px 12px 5px 120px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 0.9375rem;
		margin: 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.8125rem;
		line-height: 1.25rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.75rem;
		line-height: 1.75rem;
		padding: 0px 10px;
		margin: 8px 0px 12px 15px; 
	}
	.long-heading {
		padding: 0% 12%;
	}
	.ffa-header {
		flex-wrap: wrap;
		padding: 60px 25px 0px 25px;
	}
	.brand {
		width: 160px;
		margin: 10px 0px 15px 0px;
	}
	.ffa-header .nav-items:first-child {
		order: 2;
	}
	.ffa-header .nav-items:nth-child(2) {
		order: 3;
	}
	.language {
		position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    background: #001d36;
	    order: 1;
	}
	.ffa-search-wrapper {
		min-height: 0px;
		padding: 10px 0px 0px 0px;
	}
	.search-suggestion-wrapper {
		padding: 0px 25px;
	}
	.search-course {
		font-size: 1rem;
		line-height: 3.5rem;
		background:url(../images/search.svg) no-repeat left 25px center #000000;
		background-size: 15px;
		padding: 0px 70px 0px 50px;
	}
	.search-suggestion-wrapper a {
		font-size: 0.875rem;
		line-height: 1rem;
		padding: 15px 0px;
	}
	.ffa-search-cta {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.close-search {
		width: 48px;
		font-size: 1.25rem;
		line-height: 3.5rem;
		right: 25px;
	}
	.nav-wrapper-items {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		right: -100%;
		background: #001d36;
		padding: 0px 0px 0px 35px;
		overflow: hidden;
		z-index: 2;
		transition: right 0.5s;
	}
	.active-nav-wrapper-items {
		right: -60%;
		transition: right 0.5s;
	}
	.ffa-nav-wrapper a {
		width: 100%;
		min-height: 0px;
		color: #ffffff;
		flex-direction: row;
		justify-content: flex-start;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding: 15px 0px;
	}
	.active-body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		left: -80%;
		overflow: hidden;
		transition: left 0.5s;
	}
	@keyframes showSearch {
		0% {
			padding: 0px 0px 0px 0px;
			background: rgba(0,0,0,0);
		}
		100% {
			padding: 120px 0px 0px 0px;
			background: rgba(0,0,0,0.95);
		}
	}
	.hidden-items {
		display: block;
	}
}
@media(min-width:960px) and (max-width:1119px){
	h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
		padding: 0px 30px;
		margin: 0px;
	}
	p {
		font-size: 0.875rem;
		line-height: 1.35rem;
	}
	section {
		padding: 30px 0px;
	}
	.header-wrapper {
		max-width: 100%;
	}
	.navbar-brand {
		position: relative;
		float: left;
		width: 145px;
		padding: 8px 0px 4px 15px;
	}
	section .container {
		max-width: 100%;
	}
	.language-wrapper {
		position: relative;
		width: 100%;
		float: left;
		top: 0px;
		left: 0px;
		background: #001d36;
		padding: 8px 15px;
		margin: 0px;
	}
	.language-selector {
		position: relative;
		float: right;
	}
	.nav-wrapper {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0%;
		right: -100%;
		background: #ffffff;
		padding: 40px 0px 0px 0px;
		transition: all 0.5s;
		z-index: 3;
	}
	.active-nav-wrapper {
		right: -55%;
		transition: all 0.4s;
	}
	.main-nav-wrapper .nav-wrapper {
		display: block;
	}
	.main-nav-wrapper .nav-wrapper a {
		display: block;
		width: 100%;
		min-height: 0px;
		float: left;
		font-size: 1rem;
		text-align: left;
		line-height: 4rem;
		padding: 0px 40px;
		border-bottom: solid 1px #f5f5f5;
	}
	.main-nav-wrapper {
		display: block;
		width: 100%;
		float: left;
		padding: 8px 12px;
	}
	.active-nav-wrapper .close-cta {
		display: block;
	}
	.main-nav-wrapper .search-btn {
		min-height: 0px;
		float: right;
		line-height: 2.5rem;
		background-size: 16px;
		padding: 0px 20px;
		border-right: none;
	}
	.hamburger {
		display: block;
	}
	.app-download-nav a {
		width: 150px;
	}
	.app-download-nav a img {
		display: block;
		width: 100%;
		height: auto;
		float: left;
	}
	.banner {
		padding: 0px 15px;
	}
	.mockup {
		display: inline-block;
		width: 125px;
		float: none;
		margin: 20px 0px 0px 0px;
	}
	.subscribe-wrapper {
		padding: 30px 0px 30px 0px;
	}
	.app-mockup {
		min-height: 510px;
		float: left;
		width: 60%;
		background-size: 70%;
		background-position: 50% 50%;
	}
	.current-lang {
		font-size: 0.75rem;
		color: #ffffff;
		background: none;
		line-height: 2rem;
		border: solid 1px rgba(255,255,255,0.1);
		margin: 0px;
	}
	.current-lang::before, .current-lang::before {
		top: 15px;
		border-top: solid 5px #ffffff;
	}
	.current-lang:hover {
		color: #ffffff;
		border: solid 1px #ffffff;
	}
	.current-lang:hover:before, .current-lang:hover::before {
		border-top: solid 5px #ffffff;
	}
	.lang-list {
		top: 36px;
	}
	.lang-list button {
		font-size: 0.75rem;
		line-height: 1.75rem;
	}
	.course-thumbnail-2 .course-info .title {
		font-size: 1.25rem;
		line-height: 1.65rem;
	}
	.course-slider-wrapper {
		padding: 0px;
	}
	.course-slider-wrapper .owl-nav {
		display: none;
	}
	.course-slider-wrapper .owl-stage-outer {
		padding: 20px 30px;
	}
	.course-info .title {
		font-size: 1rem;
		line-height: 1.3rem;
	}
	.course-thumbnail {
		height: 275px;
		padding: 0%;
	}
	.course-info {
		padding: 0px 20px 15px 20px;
	}
	.rating-tag {
		font-size: 0.75rem;
	}
	.course-thumbnail .course-image img {
		height: 100%;
	}
	.course-image::before {
		background: url(../images/play-button-01.svg) no-repeat 50% 35%,linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.8));
		background-size: 48px,100%;
	}
	.course-thumbnail:hover .course-image:before, .course-thumbnail:hover .course-image:before {
		background-size: 36px,100%;
	}
	.course-search {
		font-size: 0.9375rem;
		line-height: 4rem;
	}
	.search-autocomplete a {
		font-size: 0.9375rem;
		line-height: 1.40rem;
		background-size: 12px;
		padding: 10px 40px 10px 15px;
	}
	.available-languages {
		padding: 8px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.875rem;
		line-height: 2.5rem;
		background-position: left 12px center;
		background-size: 15px;
		padding: 0px 15px 0px 35px;
		margin: 3px;
	}
	.carousel-inner {
		padding: 0px 25px;
	}
	.product-nav {
        width: 95px
    }
    .product-nav .product-ico {
        width: 90px;
        height: 90px
    }
    .product-nav span {
        font-size: .875rem;
        line-height: 1.25rem
    }
	.lg-video-player .video-info {
		padding: 60px 0px 0px 0px;
	}
	.lg-video-player .video-info .title {
		font-size: 1.5rem;
		line-height: 2rem;
		padding: 0px;
	}
	.play-btn {
		min-height: 40px;
		background-size: 40px;
		margin: 0px 0px 10px 0px;
	}
	.ratings-txt {
		font-size: 0.75rem;
	}
	.sessions-list .list-count {
		width: 48px;
		height: 48px;
		font-size: 1rem;
		line-height: 3rem;
		top: 8px;
	}
	.sessions-list {
		padding: 0px;
	}
	.sessions-list li {
		padding: 10px 0px 10px 60px;
	}
	.sessions-list h6, .details-list h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sessions-list p {
		font-size: 0.875rem;
	}
	.video-testimonial-wrapper .video-testimonial {
		padding: 20px 0px 20px 20px;
		margin: 0px;
	}
	.video-testimonial .person-img {
		width: 95px;
		height: 155px;
	}
	.video-testimonial-wrapper .video-testimonial .review-info {
		padding: 30px 0px 15px 145px;
	}
	.review-info .title {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	.ffa-list-item li {
		font-size: 0.75rem;
		line-height: 1.125rem;
	}
	.video-testimonial .person-img::before, .video-testimonial .person-img::before {
		width: 30px;
		height: 30px;
		background-size: 8px;
	}
	.review-info {
		padding: 15px 0px 15px 120px;
	}
	.feature-list {
		padding: 0px 65px;
	}
	.footer-nav li a {
		font-size: 0.875rem;
		line-height: 1rem;
		padding: 5px 0px;
	}
	.social-nav a {
		margin: 0px 5px 10px 0px;
	}
	.app-download-btn {
		line-height: 1rem;
		padding: 10px 15px 10px 50px;
	}
	.x-cta {
		width: 30px;
		height: 30px;
		top: 18px;
		right: 20px;
		line-height: 1.875rem;
		color: #ffffff;
		background: #202020;
	}
	.copyright-txt {
		font-size: 0.875rem;
	}
	.app-mockup2 {
		width: 90px;
		top: 8px;
		left: 18px;
	}
	.subscription-banner-wrapper {
		padding: 12px 12px 5px 120px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 0.9375rem;
		margin: 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.8125rem;
		line-height: 1.25rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.75rem;
		line-height: 1.75rem;
		padding: 0px 10px;
		margin: 8px 0px 12px 15px; 
	}
	.ffa-header {
		flex-wrap: wrap;
		padding: 60px 25px 0px 25px;
	}
	.brand {
		width: 160px;
		margin: 10px 0px 15px 0px;
	}
	.ffa-header .nav-items:first-child {
		order: 2;
	}
	.ffa-header .nav-items:nth-child(2) {
		order: 3;
	}
	.language {
		position: absolute;
	    width: 100%;
	    top: 0px;
	    left: 0px;
	    background: #001d36;
	    order: 1;
	}
	.ffa-search-wrapper {
		min-height: 0px;
		padding: 10px 0px 0px 0px;
	}
	.search-suggestion-wrapper {
		padding: 0px 25px;
	}
	.search-course {
		font-size: 1rem;
		line-height: 3.5rem;
		background:url(../images/search.svg) no-repeat left 25px center #000000;
		background-size: 15px;
		padding: 0px 70px 0px 50px;
	}
	.search-suggestion-wrapper a {
		font-size: 0.875rem;
		line-height: 1rem;
		padding: 15px 0px;
	}
	.ffa-search-cta {
		width: 36px;
		height: 36px;
		padding: 10px;
	}
	.close-search {
		width: 48px;
		font-size: 1.25rem;
		line-height: 3.5rem;
		right: 25px;
	}
	.nav-wrapper-items {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		right: -100%;
		background: #001d36;
		padding: 0px 0px 0px 35px;
		overflow: hidden;
		z-index: 2;
		transition: right 0.5s;
	}
	.active-nav-wrapper-items {
		right: -70%;
		transition: right 0.5s;
	}
	.ffa-nav-wrapper a {
		width: 100%;
		min-height: 0px;
		color: #ffffff;
		flex-direction: row;
		justify-content: flex-start;
		border-right: none;
		border-bottom: solid 1px rgba(255,255,255,0.1);
		padding: 15px 0px;
	}
	.active-body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0%;
		left: -80%;
		overflow: hidden;
		transition: left 0.5s;
	}
	@keyframes showSearch {
		0% {
			padding: 0px 0px 0px 0px;
			background: rgba(0,0,0,0);
		}
		100% {
			padding: 120px 0px 0px 0px;
			background: rgba(0,0,0,0.95);
		}
	}
	.hidden-items {
		display: block;
	}
}
@media(min-width:1120px) and (max-width:1359px){
	.navbar-brand {
		width: 152px;
		padding: 25px 0px;
	}
	.available-languages {
		padding: 8px 0px 0px 0px;
	}
	.available-btn {
		font-size: 0.875rem;
		line-height: 2.5rem;
		background-position: left 12px center;
		background-size: 15px;
		padding: 0px 15px 0px 35px;
		margin: 3px;
	}
	.app-mockup {
		background-size: 480px;
	}
	.review-info {
		padding: 15px 0px 15px 130px;
	}
	.social-nav a {
		margin: 5px 3px 5px 0px;
	}
	.carousel-inner {
		padding: 0px 25px;
	}
	.product-nav {
        width: 95px
    }
    .product-nav .product-ico {
        width: 90px;
        height: 90px
    }
    .product-nav span {
        font-size: .875rem;
        line-height: 1.25rem
    }
	.app-mockup2 {
		width: 110px;
		top: -36px;
		left: 24px;
	}
	.subscription-banner-wrapper {
		padding: 12px 12px 18px 145px;
	}
	.subscription-banner-wrapper .heading {
		font-size: 1.125rem;
		margin: 0px 0px 5px 0px;
	}
	.subscription-banner-wrapper .normal-txt {
		font-size: 0.8125rem;
		line-height: 1.25rem;
	}
	.floating-subscription-banner .subscribe-btn {
		float: left;
		font-size: 0.875rem;
		line-height: 2.5rem;
		padding: 0px 24px;
		margin: 8px 0px 12px 15px; 
	}
	.ffa-header {
		padding: 0px 15px;
	}
	.brand {
		width: 185px;
	}
}