@font-face {
	font-family: Expel_Extended_Bold;
	src: url(../webfonts/Expel_Extended_Bold.ttf);
	font-display: swap;
}

* {
	box-sizing: border-box;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.col-1 {
	flex-basis: 8.3333333333%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-2 {
	flex-basis: 16.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-3 {
	flex-basis: 25%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-4 {
	flex-basis: 33.3333333333%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-5 {
	flex-basis: 41.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-6 {
	flex-basis: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-7 {
	flex-basis: 58.3333333333%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-8 {
	flex-basis: 66.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-9 {
	flex-basis: 75%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-10 {
	flex-basis: 83.3333333333%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-11 {
	flex-basis: 91.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-12 {
	flex-basis: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

body {
	margin: 0;
	font-size: 19px;
	color: #000;
	font-family: Roboto, sans-serif;
	line-height: 1.6;
}

body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

body h1,
body h2,
body h3,
body h4 {
	margin: 0;
	line-height: 1.2;
}

body p {
	margin: 0;
}

body h2 {
	font-size: 2rem;
}

body h4 {
	font-size: 1.5rem;
}

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

body .title {
	font-size: 30px;
	font-weight: 600;
	color: #000;
}

body .theme_text {
	color: #a40700;
}

body .text-center {
	text-align: center;
}

body .text-left {
	text-align: left;
}

body .container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

body .d-flex {
	display: flex;
}

body .align-items-center {
	align-items: center;
}

body .justify-content-center {
	justify-content: center;
}

body .flex-wrap {
	flex-wrap: wrap;
}

body .mt-40 {
	margin-top: 40px !important;
}

body .mt-30 {
	margin-top: 30px;
}

body .mb-30 {
	margin-bottom: 30px;
}

body .mt-20 {
	margin-top: 20px !important;
}

body .mb-20 {
	margin-bottom: 20px !important;
}

body .button {
	font-weight: 500;
	border-radius: 3px;
	color: #000 !important;
	background-color: #f0c14b;
	padding: 30px 60px;
	font-size: 28px;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
}

body .button.get_iTunes {
	background-color: #000;
	border: 2px solid #d2d2d2;
	color: #fff !important;
	text-align: left;
	margin: 0 5px;
	padding: 21px 20px;
}

body .button.get_iTunes img {
	height: 40px;
	width: 40px;
	border-radius: 3px;
	margin-right: 10px;
}

body .button.get_iTunes span {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2px;
	display: block;
}

body .paperback-audio-book {
	color: #fff;
	display: block;
	width: 100%;
	margin-top: 2px;
	font-size: 14px;
}

body .paperback-audio-book.black {
	color: #000;
	text-align: center;
}

body .book_img {
	display: none;
}

body .header {
	width: 100%;
	background-image: url(../img/menu_bg.jpg);
	background-size: cover;
	background-position: left top;
	background-color: #a40700;
	padding: 10px 0;
	position: relative;
}

body .header__cont {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

body .header_bottom {
	display: flex;
	padding: 10px 0;
}

body .header_bottom__img {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

body .header_bottom__text {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

body .header_bottom__text h3 {
	margin: 0;
	font-size: 38px;
	font-weight: 800;
	font-family: 'Libre Franklin', sans-serif;
}

body #menu {
	margin: 0;
}

body #menu .nav-item {
	display: inline-block;
}

body #menu .nav-item a {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .6px;
	color: #fff;
	line-height: 65px;
	padding: 0 13px;
	text-decoration: none;
}

body #menu .nav-item a.active,
body #menu .nav-item a:hover {
	color: #000000;
}

body .hamburger-menu {
	cursor: pointer;
	position: absolute;
	right: 0;
	display: none;
	z-index: 999;
	bottom: 17px;
	top: 0px;
}

body .hamburger-menu span {
	background: #fff;
	width: 30px;
	height: 3px;
	display: block;
	margin: 5px 0;
}

body .hamburger-menu.opened .line-top {
	transform: translateY(200%) rotate(135deg);
}

body .hamburger-menu.opened .line-center {
	opacity: 0;
}

body .hamburger-menu.opened .line-bottom {
	transform: translateY(-325%) rotate(-135deg);
}

body .mobile-menu {
	position: absolute;
	width: 100%;
	background: #a40700;
	z-index: 1;
	top: calc(100% - 1px);
	left: 0;
	transition: max-height .3s ease-out;
	max-height: 0;
	text-align: center;
	overflow: hidden;
}

body .mobile-menu ul {
	line-height: 22px;
	padding: 15px 0;
}

body .mobile-menu ul .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
}

body .mobile-menu.opened {
	max-height: 400px;
	transition: max-height .3s ease-in;
}

body .scroll-to-top {
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 80px;
	right: 20px;
	border-radius: 3px;
	background-color: black;
	z-index: 1000;
	text-decoration: none;
}

body .scroll-to-top:hover {
	background-color: #a40700;
}

body .scroll-to-top img {
	transform: rotate(90deg);
}

body .hero_area {
	background: #262626;
	color: #fff;
}

body .hero_area p {
	font-weight: bold;
	margin-left: 5px;
}

body .hero_area__cont h1 {
	font-size: 100px;
}

body .hero_area__cont h2 {
	font-size: 76px;
}

body .hero_area__cont h1,
body .hero_area__cont h2 {
	font-family: Expel_Extended_Bold;
	line-height: 1;
	color: #fff;
}

body .hero_area__cont .button.get_iTunes {
	display: inline-block;
	padding: 13px 10px;
}

body .hero_area__cont .button.get_iTunes img {
	width: 30px;
	height: 30px;
}

body .hero_area__cont .button.get_iTunes span {
	font-size: 12px;
}

body .hero_area__cont .button {
	font-size: 18px;
	padding: 21px 22px 21px 22px;
}

body .slider_section {
	padding: 30px 0;
	background-color: #020202;
	color: #fff;
	text-align: center;
}

body .slider_section .title {
	color: #fff;
}

body .slider_section .splide__arrow {
	background: transparent;
	opacity: 1;
}

body .slider_section .splide__slide h2 {
	font-size: 36px;
}

body .slider_section .splide__slide p {
	font-size: 28px;
}

body .package_area {
	padding: 40px 0px;
}

body .video_section {
	padding: 40px 0;
}

body .video_section video {
	width: 100%;
}

body .video_section__cont {
	position: relative;
}

body .video_section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
}

body .video_section .overlay .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

body .video_section .overlay .icon-play-circle {
	color: #fff;
	opacity: .8;
	font-size: 100px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

body .video_section .overlay .icon-play-circle:before {
	content: "\f144";
}

body .testimonial_area {
	padding: 40px 0 50px;
}

body .testimonial_area__lg {
	text-align: left;
	margin-top: 60px;
}

body .testimonial_area .text-comment {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

body .testimonial_area p.theme_text {
	font-weight: bold;
}

body .testimonial_area .jop {
	font-size: .85em;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
	font-weight: 400;
}

body .testimonial_area img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-right: 15px;
	-o-object-fit: cover;
	object-fit: cover;
}

body .social_area {
	background-image: url("../img/social_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 10px 0 50px;
}

body .social_area:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

body .footer_top {
	padding: 10px 0 25px;
	background-color: #222;
}

body .footer_top__title {
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0 0 20px;
	text-transform: uppercase;
	border-left: 2px solid #a40700;
}

body .footer_top p {
	color: #c1c1c1;
}

body .footer_top a,
body .footer_top p {
	font-size: 13px;
}

body .footer_top a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding: 8px 0;
}

body .footer_bottom {
	background-color: #1b1b1b;
	padding: 23px 0 20px 0;
	font-size: 12px;
	line-height: 1;
	color: #757575;
}

@media (max-width: 575px) {
	body .hero_area {
		padding: 2px 0;
	}

	body .hero_area h1 {
		font-size: 60px;
	}

	body .hero_area h2 {
		font-size: 40px;
	}

	body .video_section .play img {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 576px) {
	body .container {
		max-width: 540px;
	}

	body .title {
		font-size: 27px;
	}

	body .header_bottom {
		text-align: center;
	}

	body .header_bottom h3 {
		font-size: 30px;
	}

	body .header_bottom__img {
		max-width: 100%;
	}

	body .header_bottom__text {
		max-width: 100%;
	}

	.col-xs-1 {
		flex-basis: 8.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-2 {
		flex-basis: 16.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-3 {
		flex-basis: 25%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-4 {
		flex-basis: 33.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-5 {
		flex-basis: 41.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-6 {
		flex-basis: 50%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-7 {
		flex-basis: 58.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-8 {
		flex-basis: 66.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-9 {
		flex-basis: 75%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-10 {
		flex-basis: 83.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-11 {
		flex-basis: 91.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xs-12 {
		flex-basis: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 768px) {
	body .header_bottom {
		display: block;
	}

	body .header_bottom__text h3 {
		margin-top: 15px;
		font-size: 20px !important;
	}

	body .slider_section .splide__slide h2 {
		font-size: 25px;
	}

	body .slider_section .splide__slide p {
		font-size: 17px;
	}

	body .footer {
		text-align: center;
	}

	body .footer_top__title {
		font-size: 20px;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	body .container {
		max-width: 720px;
	}

	body .header_bottom h3 {
		font-size: 30px;
	}

	body .header_bottom__img {
		flex: 0 0 25%;
		max-width: 25%;
	}

	body .header_bottom__text {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-1 {
		flex-basis: 8.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-2 {
		flex-basis: 16.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-3 {
		flex-basis: 25%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-4 {
		flex-basis: 33.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-5 {
		flex-basis: 41.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-6 {
		flex-basis: 50%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-7 {
		flex-basis: 58.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-8 {
		flex-basis: 66.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-9 {
		flex-basis: 75%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-10 {
		flex-basis: 83.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-11 {
		flex-basis: 91.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-md-12 {
		flex-basis: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 991px) {
	body .header {
		padding: 18px 0 15px;
	}

	body .header__cont .logo {
		margin: 0 auto;
	}

	body .header_bottom h3 {
		font-size: 30px;
	}

	body .mt-md-0 {
		margin-top: 0 !important;
	}

	body .hamburger-menu {
		display: block;
	}

	body .book_img {
		display: block;
		margin: 0 auto;
	}

	body .book_img--desktop {
		display: none;
	}

	body #menu {
		display: none;
	}

	body .testimonial_area .media {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}

	body .package_area h3 {
		font-size: 20px;
	}

	body .justify-content-md-center {
		justify-content: center;
	}
}

@media (min-width: 992px) {
	body .container {
		max-width: 960px;
	}

	body .header_bottom h3 {
		font-size: 30px;
	}

	body .header_bottom__img {
		flex: 0 0 25%;
		max-width: 25%;
	}

	body .header_bottom__text {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-1 {
		flex-basis: 8.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-2 {
		flex-basis: 16.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-3 {
		flex-basis: 25%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-4 {
		flex-basis: 33.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-5 {
		flex-basis: 41.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-6 {
		flex-basis: 50%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-7 {
		flex-basis: 58.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-8 {
		flex-basis: 66.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-9 {
		flex-basis: 75%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-10 {
		flex-basis: 83.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-11 {
		flex-basis: 91.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-lg-12 {
		flex-basis: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	body .container {
		max-width: 1230px;
	}

	body .header_bottom h3 {
		font-size: 38px;
	}

	body .header_bottom__img {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	body .header_bottom__text {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-1 {
		flex-basis: 8.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-2 {
		flex-basis: 16.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-3 {
		flex-basis: 25%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-4 {
		flex-basis: 33.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-5 {
		flex-basis: 41.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-6 {
		flex-basis: 50%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-7 {
		flex-basis: 58.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-8 {
		flex-basis: 66.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-9 {
		flex-basis: 75%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-10 {
		flex-basis: 83.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-11 {
		flex-basis: 91.6666666667%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xl-12 {
		flex-basis: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.login-box {
	max-width: 350px;
	margin: auto;
	margin-top: auto;
	margin-top: 10%;
}

body {
	background-color: #fff;
	overflow-y: hidden;
}

form {
	font-family: Roboto, sans-serif !important;
	border: rgba(0, 0, 0, .1) 1px solid;
	background-color: #fff;
	color: #333;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	box-shadow: 0 .5rem 1rem rgba(31, 45, 61, .3);
}

form header {
	margin: 0;
	background: #f5f5f5;
	background-color: transparent;
	background: -webkit-linear-gradient(top, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	background: linear-gradient(to bottom, #fff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: rgba(0, 0, 0, .07) 1px solid;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 400;
}

form fieldset {
	padding: 15px;
	display: block;
	margin: 0;
	border: none;
}

form label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	color: #333;
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
}

form input {
	border-color: #e5e5e5;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	color: #404040;
	outline: 0 !important;
}

form button {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: 0 !important;
	background: 0 0;
	background-color: #4b5354 !important;
	border-color: #4b5354;
	height: 40px;
	color: #fff;
	width: 100%;
}

form footer {
	padding: 0 15px 15px 15px;
}

.mt-3 {
	margin-top: 1rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.invalid-details{
	padding-top: 15px;
	color: red;
	font-weight: normal;
}
.hide{
	display: none !important;
}
#ssSec{
	height: 100vh !important;
}