<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.move-this-party__container { display:none !important;}
/*=============================================
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 2.0.1) Font Face
 2.0.2) Global Headings
 2.0.3) General Text Formatting
 2.0.4) Global Link style
 2.0.5) Global Button Styles
 2.0.6) Global Sprite Icons and Clearfix style
 3.) Global Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/
/* 1.) Eric Meyer's Reset ---------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 2.) Global Typography ---------------------------------------------*/
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	color: #3b3b3b;
	font-family: 'Lato', sans-serif;
	background-color: #1b3852;
	line-height: 1;
}
/* 2.0.1) Font Face ---------------------------------------------*/
/* Put Your font face Styles here---------------------------------------------*/

/* 2.0.2) Global Headings ---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Nunito Sans', sans-serif;
}
h1 {
	font-size: 55px;
}
h2 {
	font-size: 45px;
}
h3 {
	font-size: 40px;
}
h4 {
	font-size: 24px;
}
h5 {

}
h6 {

}
/* 2.0.3) General Text Formatting ---------------------------------------------*/
p {
	font-size: 24px;
	line-height: 36px;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
em {
	font-style: italic;
}
small {
}
strong {
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
}
/* 2.0.4) Global Link style ---------------------------------------------*/
a {
	color: #3b3b3b;
	text-decoration: none;
	outline: none;
	font-weight: 700;
	display: inline-block;
}
a:hover, a:focus {
	color: #FFF;
}
/* 2.0.5) Global Button Styles ---------------------------------------------*/
.button {
	background-color: #ff5e6e;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 18px;
}
.ucase {
	text-transform: uppercase;
}

.button:hover, .button:focus {
	background-color: #ff3a4e;
	color: #fff;
}
/* 2.0.6) Global Sprite Icons and Clearfix style ---------------------------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url(https://learn-english-flixs.com/images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	vertical-align: text-top;
	width: 15px;
}
/* Clear Floated Elements by use Clearfix class---------------------------------------------*/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.titlefix {
	display: inline-flex;

}
.priceboxesfix {
	display: flex;
  	align-items: center;
  	justify-content: center;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* 3.) Global Site Wide Content ---------------------------------------------*/
#wrapper {

}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* ------------------  Code for UI Tools Removed this section from your project --------------------------- */
.container {
	max-width: 1230px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

/* 4.) Header Styles ---------------------------------------------*/
.header {
	padding: 40px 0 130px;
	position: relative;
	background-image: url(https://learn-english-flixs.com/images/msa-sales-header-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.header:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 36, 66, 0.8);
	z-index: -1;
}
.logo {
	float: left;
}
.button-wrapper {
	margin-top: 5px;
	float: right;
	text-align: center;
}
.button-wrapper p, .button-wrapper p a {
	font-size: 18px;
	color: #fff;
	line-height: 36px;
}
.button-wrapper p a {
	text-decoration: underline;
}
.button.join {
	font-weight: 900;
	font-size: 14px;
}
/* 5.) Footer Styles ---------------------------------------------*/
#footer {
	background-color: #162e44;
	padding: 30px 0;
	color: #fff;
	font-size: 14px !important;
	margin-top: 6px;
}
.footer_credit p, .footer_credit p a, #menu-footer-menu li a {
	font-size: 14px !important;
	color: #fff;
	font-weight: 400;
}
.footer_credit {
	float: left;
	width: 60%;
	text-align: left;
}
.footer_nav {
	width: 40%;
	float: right;
	text-align: right;
}
#menu-footer-menu li {
	display: inline-block;
	line-height: 36px;
	margin: 0 15px;
	text-transform: uppercase;
}
#menu-footer-menu li a {
	font-weight: 700;
	color: #cfd8e2;
}
#menu-footer-menu li a:hover {
	color: #fff;
}

/* style.css */
.circle {
	position: fixed;
	padding: 0;
	font-size: 40px;
	line-height: 70px;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	z-index: 99;
}
.scrollTop {
	opacity: 0;
}
.content {
	background-color: #fff;
}
.no-desktop {
	display: none;
}
.main-heading {
	text-align: center;
	padding: 100px 0 0;
}
.main-heading h1 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 900;
}
.main-heading p {
	font-size: 26px;
	color: #2ed3d2;
	font-weight: 400;
	margin-bottom: 50px;
	padding: 0 40px;
	line-height: 30px;
	font-family: 'Nunito Sans', sans-serif;
}
.main-sec-btn {
	float: none;
	text-align: center;
}
.main-sec-btn .button {
	line-height: 36px;
	font-size: 30px;
	padding: 20px;
	font-weight: 900;
}
.academy, .business-clients {
	background-color: #f9f9f9;
}
.why-us-section {
	background-color: #fff;
}
.our-inspiration {
	background-color: #f9f9f9;
	position: relative;
}
.our-inspiration .sales-section {
	text-align: center;
}
.our-inspiration:after, .academy:after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: -38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 90px 0 90px;
	border-color: #f9f9f9 transparent transparent transparent;
	left: 50%;
	margin-left: -90px;
	z-index: 10;
}
.sales-section {
	width: 75%;
	padding: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sales-section h3 {
	color: #ff5e6e;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.24em;
}
.sales-section li {
	font-size: 24px;
	line-height: 32px;
	padding-left: 50px;
	position: relative;
	margin-bottom: 25px;
}
.academy {
	background-color: #fff;
	position: relative;
}
.academy:after {
	border-color: #ffffff transparent transparent transparent;
}
.academy-content {
	width: 100%;
}
.academy .sales-section {
	padding: 15px 0;
}
.academy-content  h2 {
	text-align: center;
	color: #3b3b3b;
	font-weight: 400;
	margin-bottom: 40px;
	text-transform: none;
}

.sales-section
.circle-right {
	color: #27bdbc;
	font-size: 1.8em;
	position: absolute;
	left: 0;
}
.calloutbox {
	background-color: #27bdbc;
	padding: 20px;
}
.calloutbox p {
	text-align: center;
	font-size: 42px;
	line-height: 1.24em;
	color: #fff;
	padding: 0 100px;
	font-weight: 400;
}
.calloutbox p u {
	font-weight: 700;
}
.our-inspiration .sales-section h3 {
	color: #27bdbc;
	line-height: 1.24em;
}
.sales-section p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}

.issues li .circle-right {
	color: #ff5e6e;
}
.review {
	color: #ff5e6e;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
}
.first-half, .second-half {
	width: 50%;
	padding: 20px;
	float: left;
}
.first-half h3 {
	color: #ff5e6e;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: none;
	text-align: left;
}
.italic-style {
	font-style: italic;
}
.first-half p strong {
	font-style: italic;
}

.members {
	position: relative;
}
.members img {
	display: block;
}
.customers {
	background: #f9f9f9;
	padding: 25px 0;
}
.image-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.image-content-details {
	padding: 45px;
	background-color: #162e44;
	text-align: center;
}
.image-content-details h3 {
	color: #2ed3d2;
	text-align: center;
	margin-bottom: 17px;
}
.image-content-details p {
	line-height: 30px;
	margin-bottom: 25px;
	font-size: 20px;
	color: #FFF;
}
.image-content-details p:last-child {
	margin-bottom: 0;
}
.testimonial, .help-box, .why-we-different, .our-return-policy, .more-about-us, .social-wrapper, .faqs-wrapper, .why-us-section, .academy, .business-clients {
	padding: 50px 0;
}
.help-box {
	background-color: #f9f9f9;
}
.help-box h3 {
	padding-top: 20px;
	color: #ff5e6e;
	text-align: center;
	margin-bottom: 36px;
}
.testimonial-client {
	width: 20%;
	text-align: center;
	padding: 15px;
	float: left;
}
.testimonial-client figure {
	margin-bottom: 10px;
}
.testimonial-client figure img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.testimonial-client h3 {
	font-weight: 900;
	color: #162e44;
	font-size: 19px;
}
.testimonial-client .url {
	color: #27bdbc;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}
.testimonial-content {
	width: 80%;
	text-align: center;
	padding: 40px;
	float: right;
}
.testimonial-content blockquote {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	margin-top: 10px;
	color: #5f5f5f;
}
.testimonial-content h3 {
	font-size: 24px;
	font-weight: 900;
	color: #162e44;
	font-size: 19px;
	margin: 0;
	line-height: 1em;
}
.testimonial_content {
	margin-bottom: 20px;
}
.testimonial_content blockquote {
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
}
.testimonial_source {
	text-align: center;
}
.testimonial_source h2 {
	color: #162e44;
	font-size: 24px;
}
.testimonial_source h3 {
	color: #ff5e6e;
	font-size: 16px;
	margin: 0;
	line-height: 1em;
}
.testimonials-wrapper .testimonial {
	min-height: 240px;
}
.test-author {
	color: #162e44;
	font-size: 24px;
	margin: 0;
	line-height: 24px;
	font-weight: 900;
	display: block;
}
.company {
	color: #ff5e6e;
	font-size: 16px;
	margin: 0;
	line-height: 24px;
}
.learn {
	position: relative;
	padding: 50px 0 0;
	background-color: #f9f9f9;
}
.learn .section-title {
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 0;
}
.tab-link {
	margin-bottom: 50px;
}
.tab-link li {
	width: 24.6%;
	float: left;
	text-align: center;
	margin-right: 5px;
	background-color: #ebebeb;
}
.tab-link li:last-child {
	margin-right: 0;
}
.tab-link li a {
	display: inline-block;
	padding: 22px 20px 18px;
	width: 100%;
	margin-right: 8px;
	background: #ebebeb;
	font-weight: 800;
	font-size: 18px;
}
.tab-link li a strong {
	font-weight: 800;
}
.tab-link li a.active:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 35px 0 35px;
	border-color: #ff5e6e transparent transparent transparent;
	bottom: -20px;
	left: 50%;
	margin-left: -35px;
}
.tab-link li a.active, .tab-link li a:focus, .tab-link li a:hover {
	background-color: #ff5e6e;
	position: relative;
	color: #fff;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.tab-content span.subtitle {
	color: #27bdbc;
	font-size: 20px;
	line-height: 24px;
	font-family: Lato;
	font-style: italic;
	margin-bottom: 25px;
	text-transform: none;
	display: inline-block;
	font-weight: 700;
}
.tab-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}
.tab-description {
	width: 30%;
	float: left;
	padding: 30px 15px;
}
.tab-description h3 {
	font-size: 22px;
	margin-top: 20px;
}
.tab-display {
	padding: 15px 0px 0px;
	float: left;
	width: 70%;
}
.tab-display figure {
	text-align: right;
}
.learn .section-title h3 {
	color: #3b3b3b;
	padding-bottom: 10px;
	line-height: 1em;
	display: inline-block;
	border-bottom: 6px solid #27bdbc;
}
.plus {
	position: absolute;
	left: 50%;
	bottom: -33px;
	margin-left: -33px;
}
.courses {
	background-color: #fff;
	margin: 15px 0;
}
.course_description {
	padding: 20px;
}
.course_description h4 {
	color: #162e44;
	font-size: 17px;
	line-height: 28px;
	margin: 0 0 15px;
}
.course_description p {
	color: #828282;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	font-style: italic;
}
.card-box {
	padding: 20px;
	width: 33%;
	float: left;
}
.card {
	background-color: #fff;
	padding: 25px;
	text-align: center;
	border: 5px solid #f0f0f0;
}
.card .figure {
	background-color: #2ed3d2;
	border-radius: 50%;
	border: 8px solid #f5f5f5;
	padding: 20px;
	text-align: center;
	width: 140px;
	height: 140px;
	margin: 0 auto 10px;
	line-height: 140px;
	vertical-align: middle;
	box-shadow: inset 0 -8px 0 0 rgba(0,0,0,.1);
}
.card-box:nth-child(2) .card .figure {
	background-color: #ff9b81;
}
.card-box:nth-child(3) .card .figure {
	background-color: #9acd32;
}
.card-box:nth-child(4) .card .figure {
	background-color: #de9cde;
}
.card-box:nth-child(5) .card .figure {
	background-color: #efcd59;
}
.card-box:nth-child(6) .card .figure {
	background-color: #5f9ea0;
}
.card p {
	font-size: 26px;
	line-height: 36px;
	margin: 0;
}
.access-to-training h3 {
	color: #fff;
	padding: 15px 15px 10px;
	background-color: #27bdbc;
	display: inline-block;
	margin-bottom: 40px;
}
.section-title {
	text-align: center;
	padding: 20px;
}
.section-title h3 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 6px solid #ff5e6e;
	margin-bottom: 17px;
}
.features {
	text-align: center;
	width: 33%;
	float: left;
	padding: 20px;
}
.features .figure {
	height: 92px;
	width: auto;
	margin-bottom: 20px;
}
.features .figure img {
	height: 100%;
}
.features h4 {
	margin-bottom: 20px;
	color: #2ed3d2;
}
.features p {
	line-height: 30px;
	font-size: 18px;
	font-style: italic;
}
/*slick css start*/
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Slider */
.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev, .slick-next {
	background-color: #ff5d6e;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 45px;
	height: 45px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 999;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: #ff3a4e;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 30%;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	font-family: FontAwesome;
	content: "\f060";
}
[dir='rtl'] .slick-prev:before {
	content: 'â†’';
}

.slick-next {
	right: 30%;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	font-family: FontAwesome;
	content: "\f061";
}
[dir='rtl'] .slick-next:before {
	content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: 'â€¢';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
/*slick css end*/
/********EXPERSTS TAB***********/
.experts-panel {
	margin-right: -15px;
}
.experts {
	width: 25%;
	padding: 8px;
	float: left;
	text-align: center;
}
.experts h3 {
	font-size: 15px;
	color: #162e44;
}
.experts h4 {
	font-family: lato;
	font-size: 16px;
	font-style: italic;
	text-transform: none;
	color: #27bdbc;
	font-weight: 400;
}
.experts figure {
	text-align: center;
}
.experts figure img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
}
/*****Accesss*****/
.access {
	margin-bottom: 20px;
}
.access:nth-child(odd) .feature-image {
	float: right;
}
.access-to-training {
	padding: 60px 0;
}
.access-to-training .section-title {
	padding: 0;
	margin-bottom: 23px;
}
.access-to-training .section-title h3 {
	border-bottom: none;
}
.access-to-training .feature-image, .feature-description {
	width: 50%;
	float: left;
	padding: 20px;
}
.access-to-training .bottom-line {
	padding-top: 20px;
}
.business-clients .section-title h3 {
	border-bottom: 6px solid #27bdbc;
}
.business-clients .slick-slide {
	margin: 0px 5px;
	text-align: center;
}
.our-return-policy .section-title h3 {
	border-bottom: none;
	font-size: 46px;
	text-transform: capitalize;
}
.feature-description h4 {
	font-size: 20px;
	color: #ff5e6e;
	margin-bottom: 25px;
	margin-top: 30px;
}
.feature-description p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}
.right-arrow {
	color: #27bdbc;
	margin-right: 8px;
}
.arrow_list {
	margin-bottom: 18px;
}
.arrow_list li {
	font-size: 18px;
	line-height: 31px;
}
.bottom-line p {
	font-size: 42px;
	line-height: 50px;
	text-align: center;
}
.access:last-child {
	margin-bottom: 20px;
}

.policy-image, .policy-description {
	padding: 20px;
	width: 33%;
	float: left;
}
.policy-description {
	width: 67%
}
.policy-description p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
}
.policy-description p:last-child {
	margin-bottom: 0;
}
.shop-section {
	text-align: center;
	padding: 80px 0;
	background-color: #162e44;
}
.shop h3 {
	text-align: center;
	color: #2ed3d2;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	font-size: 45px;
	margin-bottom: 40px;
}
.shop h3 strong {
	color: #fff;
}
.shop p {
	color: #fff;
	margin-bottom: 45px;
}
.price_boxes {
	padding: 0px 85px;
	margin-bottom: 25px;
}
.pricing-box {
	padding: 3px;
	width: 25%;
	float: left;
}
.pricing-box .button {
	cursor: pointer;
}
.price_box {

	background-color: #fff;
	text-align: center;
	padding-bottom: 45px;
}
.price_term {
	background-color: #27bdbc;
	padding: 23px 20px 17px;
	line-height: 30px;
}
.price_term h3 {
	margin-bottom: 0;
	color: #fff;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 28px;
	font-size: 28px;
}
.price {
	font-size: 55px;
	font-weight: 900;
	color: #162e44;
}
.price_info {
	padding: 60px 40px 0;
}
.price_period {
	font-size: 20px;
	margin-bottom: 25px;
	color: #162e44;
	font-weight: 900;
	text-transform: uppercase;
}
.price_description p {
	color: initial;
	font-style: italic;
	font-size: 18px;
}
.price_box .button {
	font-size: 30px;
	padding: 25px 15px 25px 15px;
}
.price_badges {
	margin-bottom: 40px;
}
/***********TESTIMONIALS************/
.testimonials {
	position: relative;
}
.slick-center .testimonials {
	opacity: 1;
}
.comment {
	position: absolute;
}
/***********TESTIMONIALS************/
.more-about-us {
	text-align: center;
	background-color: #f9f9f9;
}
.more-about-us .section-title h3 {
	border-bottom: 6px solid #27bdbc;
}
.more-about-us .section-title {
	margin-bottom: 30px;
}
.pro-cons-section {
	margin-bottom: 40px;
}
.pro-section, .cons-section {
	width: 50%;
	padding: 20px;
	float: left;
}
.pro_header {
	padding: 22px 20px 18px;
	background-color: #27bdbc;
	color: #fff;
}
.cons_header {
	background-color: #ff5e6e;
}
.pro_header h4 {
	line-height: 28px;
}
.pro_content {
	text-align: left;
	padding: 25px;
}
.pro_content p {
	font-size: 20px;
	margin-bottom: 25px;
}
.alert-msg  p {
	margin-bottom: 40px;
}
.pros {
	background-color: #fff;
}
.green {
	color: #27bdbc;
	margin-right: 5px;
}
.red {
	margin-right: 5px;
	color: #ff5e6e;
}
.social-wrapper {
	text-align: center;
}
.social-post {
	padding: 20px;
	float: left;
}
.social-post:last-child {
	float: none;
	display: inline-block;
}
.faqs-wrapper {
	background-color: #f9f9f9;
}
.faqs-wrapper h2 {
	text-transform: none;
	text-align: center;
	margin-bottom: 40px;
}
.faqs-wrapper  .container &gt; p {
	text-align: center;
	margin-bottom: 40px;
}

.faq {
	margin-bottom: 1px;
}
.faq h4 {
	padding: 15px 15px 15px 60px;
	font-weight: 400;
	text-transform: none;
	background-color: #ebebeb;
	position: relative;
	text-align: left;
	cursor: pointer;
}
.faq .answer {
	display: none;
	padding: 20px;
	background-color: #fff;
}
.faq .answer p {
	margin-bottom: 25px;
	font-size: 18px;
	text-align: left;
}
.acc-arrow {
	margin-right: 15px;
}
.faqs-wrapper .bottom-line p {
	font-size: 24px;
	line-height: 36px;
}
.faqs {
	margin-bottom: 40px;
}
/*************SLICK SLIDER***************/
.slick-prev, .slick-next {
	background-color: #ff5d6e;
	border-radius: 5px;
	color: #fff;
	top: 50%;
	margin-top: -61px;
}
.slick-prev:before, .slick-next:before {
	color: #fff !important;
}
.slick-prev {
	left: 24% !important;
}
.slick-next {
	right: 24% !important;
}
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .7;
}

.slick-active {
	opacity: .5;
	outline: none;
}

.slick-current {
	opacity: 1;
}
.testimonials-faces .slick-list {
	padding: 34px 50px !important;
}
.testimonials-faces .slick-current img {
	transform: scale(1.4) !important;
}
.testimonials-wrapper .slick-list {
	padding-bottom: 0 !important;
}
.testimonial_nav a img {
	width: 80px;
	height: 80px;
}
.acc-arrow {
	margin-right: 15px;
	position: absolute;
	left: 15px;
}
/*******SLICK END******/
.comment {
	display: none;
}
.faq h4.active {
	color: #fff;
	background-color: #27bdbc;
}
.faq h4.active  .acc-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.testimonial_nav  .slick-prev, .testimonial_nav  .slick-next {
	display: none !important;
}
.price_pink {
	color: #ff5e6e;
}
.our-return-policy h3 {
	font-weight: 400;
}
.bottom-line p a, .bottom-line p a:hover, .bottom-line p a:focus {
	color: #3b3b3b;
	font-weight: 400;
}
.down-arrow {
	transform: rotate(90deg);
}
.testimonials-faces .slick-slide img {
	display: inline-block;
}

.testimonials-wrapper &gt; div {
	display: none;
}
.testimonials-wrapper &gt; div.active {
	display: block;
}
.testimonial_nav {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
.testimonials-faces img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.testimonials-faces .active img {
    transform: scale(1.4) !important;
}


/* responsive */
@media all and (min-width: 1025px) {
	.card p {
		min-height: 256px;
	}
	.features p {
		min-height: 150px;
	}
}
@media all and (max-width: 1200px) {
	body.sm-center {
		text-align: center;
	}
	h3 {
		font-size: 36px;
	}
	.content {
		text-align: left;
	}
	.header {
		background-position: center;
		padding: 40px 0 80px;
	}
	.main-heading h1 {
		font-size: 54px;
	}
	.main-heading p {
		padding: 0;
		font-size: 26px;
	}
	.main-sec-btn .button {
		font-size: 30px;
		font-weight: 900;
		padding: 20px;
	}
	.main-sec .sales-section {
		width: 100%;
		padding: 0 25px;
	}
	.calloutbox p {
		font-size: 42px;
	}

	.help-box h3 {
		padding-top: 20px;
	}
	.card-box {
		width: 50%;
		padding: 10px;
	}
	.image-content {
		position: static;
	}
	.image-content .container {
		padding: 0;
	}
	.customers {
		padding: 25px 5px;
	}
	.testimonial {
		padding: 50px 20px;
	}
	.testimonial-client figure img {
		height: 130px;
		width: 130px;
	}
	.testimonial-client h3 {
		font-size: 16px;
	}
	.features {
		width: 50%;
	}
	.features p {
		min-height: 150px;
	}
	.tab-link li {
		width: 24.5%;
	}
	.tab-link li a {
		font-size: 15px;
	}

	.tab-description {
		width: 100%;
		text-align: left;
	}
	.tab-display {
		width: 100%;
	}

	.watch-video {
		display: none;
	}

	.learn {
		padding: 50px 5px;
	}
	.bottom-line {
		padding: 0px 10px;
	}
	.social-post {
		width: 50%;
	}
	.social-post:last-child {
		width: 100%;
	}
	.pricing-box {
		padding: 20px;
		width: 50%;
	}
	.price_boxes {
		padding: 0;
	}
	.price_badges {
		margin-bottom: 20px;
	}
	.pro-section, .cons-section {
		width: 50%;
		padding: 25px;
	}
	.pro-cons-section {
		margin-bottom: 30px;
	}
	.more-about-us p {
		padding: 5px;
	}
	.faqs-wrapper h2 {
		text-align: center;
		font-weight: 700;
		font-size: 35px;
	}
	.testimonials-wrapper .testimonial {
		padding: 0 20px;
	}
	.slick-prev {
		left: 18% !important;
	}
	.slick-next {
		right: 18% !important;
	}
	.price {
		font-size: 99px;
		font-weight: 900;
		color: #162e44;
	}
	.sales-section {
		padding: 20px 20px 0;
	}
	.testimonial, .help-box, .why-we-different, .our-return-policy, .more-about-us, .social-wrapper, .faqs-wrapper, .why-us-section, .academy, .business-clients {
		padding: 40px 0;
	}
	.testimonial_nav a img{
		width: 70px;
		height: 70px;
	}
}
@media all and (max-width: 820px) {
	.card p {
		min-height: 216px;
	}
	.hide-mob {
		display: none;
	}
	.policy-image, .policy-description {
		width: 50%;
	}
	.watch-video {
		display: inline-block;
	}
	.tab-link li {
		width: 49%;
		margin-bottom: 5px;
	}
	.tab-link li a.active:after {
		display: none;
	}
	.circle {
		width: 63px;
		height: 63px;
		font-size: 35px;
		line-height: 65px;
		right: 50%;
		margin-right: -33px;
	}
	.sales-section {
		padding: 20px 20px 0;
		width: 100%;
	}
	.testimonials-wrapper .slick-slide {
		position: static !important;
		opacity: 1 !important;
		width: 100% !important;
		margin: 0;
	}
	.testimonials-wrapper .slick-track, .testimonials-wrapper .slick-list {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100% !important;
	}
	.calloutbox p {
		padding: 0;
		font-size: 30px;
	}
	.first-half, .second-half {
		width: 100%;
		text-align: center;
	}
	.first-half h3 {
		text-align: center;
	}
	.testimonial-content, .testimonial-client {
		width: 100%;
	}
	.testimonial-content {
		padding: 15px;
	}
	.testimonial-client figure img {
		height: 203px;
		width: 203px;
	}
	h3 {
		font-size: 28px;
	}
	.access-to-training .feature-image, .feature-description, .policy-image, .policy-description, .pricing-box {
		width: 100%;
		text-align: center;
	}
	.testimonials-wrapper .testimonial {
		min-height: inherit;
		margin-bottom: 20px;
	}
	.testimonials-faces {
		display: none;
	}
	.pro-section, .cons-section, .social-post {
		width: 100%;
	}
	.testimonials-wrapper &gt; div {
		display: block;
	}	
}

@media all and (max-width: 767px) {

	.header {
		padding: 38px 0 50px;
	}
	.content {
		text-align: center;
	}
	.primary-header {
		margin-top: 0;
	}
	.primary-header .button {
		display: none;
	}
	.logo img {
		height: 100px;
	}
	.main-heading p {
		margin-bottom: 30px;
	}

	.primary-header .button-wrapper {
		margin-top: 0;
	}
	.main-heading {
		padding-top: 90px;
	}
	.main-heading h1 {
		font-size: 35px;
		line-height: 41px;
	}
	.main-heading p {
		padding: 0;
		font-size: 18px;
		line-height: 28px;
	}
	.main-sec-btn .button {
		font-size: 26px;
	}

	.tab-link li {
		width: 49%;
		margin-bottom: 5px;
	}

	.button-wrapper p, .button-wrapper p a {
		font-style: italic;
		font-size: 14px;
		line-height: 23px;
	}
	.logo {
		float: none;
	}
	.button-wrapper {
		float: none;
	}
	.button-wrapper p {
		display: inline-block;
	}
	.our-inspiration {
		padding-bottom: 40px;
	}
	.our-inspiration .sales-section {
		padding: 0 20px;
	}
	.first-half, .second-half {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.sales-section h3 {
		margin-bottom: 25px;
		font-size: 28px;
	}
	.sales-section li:last-child {
		margin-bottom: 15px;
	}
	.calloutbox p {
		font-size: 32px;
		padding: 0;
		margin: 0 -15px;
	}
	.academy-content {
		padding: 25px;
	}
	.academy-content h2 {
		line-height: 50px;
		font-size: 40px;
	}
	.first-half p {
		text-align: center !important;
	}
	.first-half h3 {
		text-align: center;
	}
	.help-box h3 {
		padding: 20px 25px 0;
		font-size: 30px;
	}
	.cards-wrapper {
		padding: 5PX;
	}
	.why-we-different .section-title {
		padding: 10px 25px;
	}
	.why-we-different .section-title h3 {
		font-size: 30px;
	}
	.academy .sales-section {
		padding: 20px;
	}
	.features p {
		min-height: initial;
	}
	.tab-display, .feature-description, .feature-image {
		width: 100% !important;
	}
	.card-box {
		width: 100%;
	}
	.price_info {
		padding: 20px;
	}
	.price {
		font-size: 88px;
	}
	.features {
		width: 100%;
	}
	.tab-link li {
		width: 100%;
	}
	.tab-link li a.active:after {
		display: none;
	}
	.tab-display {
		padding: 0;
	}
	.courses {
		margin: 0;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
	.tab-link {
		margin-bottom: 0;
	}
	.tab-display {
		padding: 20px;
	}
	.tab-description {
		text-align: center;
		padding: 0 15px 20px;
	}
	.faqs-wrapper .bottom-line p, .more-about-us p {
		font-size: 18px;
		line-height: 30px;
	}
	.experts-panel {
		margin: 0;
	}
	.experts {
		width: 100%;
		margin-bottom: 15px;
	}
	.testimonial-client {
		width: 100%;
	}
	.testimonial-content {
		width: 100%;
		padding: 15px 0;
	}
	.testimonials-faces {
		display: none;
	}
	.testimonials-wrapper .slick-slider .slick-track, .testimonials-wrapper .slick-slider .slick-list {
		transform: none !important;
	}
	.testimonials-wrapper .testimonial {
		padding: 0;
		margin-bottom: 20px;
		min-height: 0;
	}
	.first-half p:last-child {
		margin-bottom: 0;
	}
	.testimonial, .help-box, .why-we-different, .our-return-policy, .more-about-us, .social-wrapper, .faqs-wrapper, .why-us-section, .academy, .business-clients, .shop-section {
		padding: 40px 0;
	}
	.testimonial-client figure {
		margin-bottom: 0;
	}
	.features h4 {
		font-size: 20px;
	}
	.image-content-details h3 {
		line-height: 48px;
		padding: 10px 10px 0;
		text-align: center;
		font-size: 30px;
	}
	.learn {
		padding: 40px 5px 65px;
	}

	.learn .section-title h3 {
		font-size: 30px;
	}
	.image-content-details {
		padding: 30px;
	}
	.access-to-training {
		padding: 40px 0;
	}
	.access-to-training .bottom-line {
		padding: 20px 15px 0;
	}
	.access-to-training .section-title {
		padding: 5px;
	}
	.access-to-training .section-title h3 {
		font-size: 30px;
	}
	.feature-description, .feature-image {
		padding: 20px 25px !important;
	}
	.feature-description h4 {
		margin-top: 0;
		font-size: 18px;
	}
	.feature-description p:last-child {
		margin: 0;
	}
	.business-clients .section-title h3 {
		font-size: 25px;
	}
	.shop h3 {
		padding: 0 25px;
		font-size: 40px;
	}
	.price_term h3, .price_period {
		font-size: 22px;
	}
	.more-about-us .section-title h3, .social-wrapper .section-title h3 {
		font-size: 25px;
	}
	.view-all {
		margin-bottom: 40px;
	}

	.alert-msg p, .more-about-us .section-title {
		margin-bottom: 0;
	}
	.social-wrapper p {
		font-size: 18px;
		line-height: 30px
	}
	.social-post {
		width: 100%;
		padding: 15px;
	}
	.faqs-wrapper {
		padding: 0 5px;
	}

	.faqs-wrapper .container &gt; p {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.faqs-wrapper h2 {
		margin-bottom: 25px;
		font-size: 40px;
	}
	.faq h4 {
		padding: 15px 15px 15px 42px;
		text-align: initial;
		position: relative;
	}
	.acc-arrow {
		position: absolute;
		left: 10px;
	}
	nav.footer_nav {
		float: left;
		width: 100%;
		text-align: center;
	}
	.footer_credit {
		width: 100%;
		text-align: center;
	}
	#menu-footer-menu li {
		float: none;
		display: inline-block;
		margin: 0 8px;
	}
	.customers {
		display: none;
	}
	.testimonial-content {
		padding: 15px 20px;
	}
	.testimonial-client figure img {
		height: auto;
		max-width: 40%;
	}
	.pricing-box {
		padding: 20px 25px;
	}

}

.why-us-section___ee4c8 {
background-color: #fff;
}
.sales-section___ee4c8 h3 {
color: #e91e63;
}
.sales-section___ee4c8 li {
color: #3b3b3b;
}
.sales-section___ee4c8 .circle-right___ee4c8 {
color: #00bcd4;
}
.calloutbox___dfb6b {
background-color: #00bcd4;
}
.calloutbox___dfb6b p {
color: #fff;
}
.our-inspiration___a053f {
background-color: #f9f9f9;
}
.our-inspiration___a053f:after {
border-top-color: #f9f9f9;
}
.our-inspiration___a053f .sales-section___a053f h3 {
color: #00bcd4;
}
.sales-section___a053f p {
color: #3b3b3b;
}
.review___a053f {
color: #e91e63;
}
.sales-section___a053f li {
color: #3b3b3b;
}
.issues___a053f li .circle-right___a053f {
color: #e91e63;
}
.say-it___a053f {
text-align: center;
}
.academy___b4e61 {
background-color: #fff;
}
.academy___b4e61:after {
border-top-color: #fff;
}
.academy-content___b4e61 h2 {
color: #3b3b3b;
}
.sales-section___b4e61 p {
color: #3b3b3b;
}
.first-half___b4e61 h3 {
color: #e91e63;
}
.help-box___e188c {
background-color: #f9f9f9;
}
.help-box___e188c:after {
border-top-color: #f9f9f9;
}
.help-box___e188c h3 {
color: #e91e63;
}
.card___e188c {
background-color: #fff; border: 5px solid #f0f0f0; border-radius: 10px;
}
.card___e188c p {
color: #3b3b3b;
}
.why-we-different___b1337 {
background-color: #ffffff;
}
.section-title___b1337 h3 {
color: #3b3b3b; border-bottom-color: #e91e63;
}
.features___b1337 p {
color: #3b3b3b;
}
.features___b1337 h4 {
color: #00bcd4;
}
.image-content-details___fa485 h3 {
color: #00bcd4;
}
.image-content-details___fa485 p {
color: #f7f7f7;
}
.image-content-details___fa485 {
background-color: #930b0b; opacity: .8;
}
.testimonial-client___fc3ba h3 {
color: #162e44;
}
.testimonial-client___fc3ba .url___fc3ba {
color: #00bcd4;
}
.testimonial-content___fc3ba blockquote {
color: #5f5f5f;
}
.testimonial___fc3ba {
background-color: #FFF;
}
@media all and (max-width: 820px) {
  .tab-link___70460 li {
    width: 49%;
  }
}
@media all and (max-width: 767px) {
  .tab-link___70460 li {
    width: 100%;
  }
}
.learn___70460 {
background-color: #f9f9f9;
}
.learn___70460 .section-title___70460 h3 {
color: #3b3b3b; border-bottom: 6px solid #e91e63;
}
.tab-link___70460 li a.active {
background-color: #e91e63; color: #fff;
}
.tab-link___70460 li a:focus {
background-color: #e91e63; color: #fff;
}
.tab-link___70460 li a:hover {
background-color: #e91e63; color: #fff;
}
.tab-link___70460 li a.active:after {
border-top-color: #e91e63;
}
.tab-link___70460 li a {
background-color: #ebebeb; color: #3b3b3b;
}
.tab-description___70460 h3 {
color: #3b3b3b;
}
.tab-content___70460 span.subtitle {
color: #00bcd4;
}
.tab-content___70460 p {
color: #3b3b3b;
}
.access-to-training___ffe98 {
background-color: #ffffff;
}
.access-to-training___ffe98 .section-title___ffe98 h3 {
color: #ffffff;
}
.access-to-training___ffe98 h3 {
background-color: #e91e63;
}
.feature-description___ffe98 h4 {
color: #00bcd4;
}
.feature-description___ffe98 p {
color: #3b3b3b;
}
.right-arrow___ffe98 {
color: #e91e63;
}
.business-clients___e906d {
background-color: #f9f9f9;
}
.business-clients___e906d .section-title___e906d h3 {
color: #3b3b3b; border-bottom-color: #e91e63;
}
.testimonial_content___e906d blockquote {
color: #3b3b3b;
}
.testimonial_source___e906d h2 {
color: #162e44;
}
.testimonial_source___e906d h3 {
color: #00bcd4;
}
.shop-section___0baca {
background-color: #930b0b;
}
.shop___0baca h3 {
color: #00bcd4;
}
.shop___0baca h3 strong {
color: #FFF;
}
.shop___0baca p {
color: #FFF;
}
.price_term___0baca {
background-color: #00bcd4;
}
.price_term___0baca h3 {
color: #FFF;
}
.price___0baca {
color: #162e44;
}
.price_period___0baca {
color: #162e44;
}
.price_description___0baca p {
color: #000;
}
.price_pink___0baca {
color: #e91e63;
}
.price_box___0baca .button___0baca {
background-color: #e91e63; color: #fff;
}
.price_box___0baca .button___0baca:hover {
background-color: #ff3a4e; color: #fff;
}
.more-about-us___de776 {
background-color: #f9f9f9;
}
.more-about-us___de776 .section-title___de776 h3 {
border-bottom: 6px solid #00bcd4; color: #3b3b3b;
}
.more-about-us___de776 p {
color: #3b3b3b;
}
.pro_header___de776 {
background-color: #00bcd4;
}
.green___de776 {
color: #00bcd4;
}
.cons_header___de776 {
background-color: #e91e63;
background-color: #e91e63;
}
.red___de776 {
color: #e91e63;
color: #e91e63;
}
.social-wrapper___8d125 {
background-color: #fff;
}
.section-title___8d125 h3 {
border-bottom: 6px solid #e91e63; color: 6px solid #3b3b3b;
}
.social-wrapper___8d125 p {
color: #3b3b3b;
}
.faqs-wrapper___5100e {
background-color: #f9f9f9;
}
.faqs-wrapper___5100e h2 {
color: #3b3b3b;
}
.faqs-wrapper___5100e p {
color: #3b3b3b;
}
.faq___5100e h4 {
color: #3b3b3b;
color: #e91e63;
background-color: #ebebeb;
}
.faq___5100e h4.active {
background-color: #00bcd4;
background-color: #E91E63;
}
.faq___5100e .answer___5100e {
background-color: #FFF;
}
.faq___5100e .answer___5100e p {
color: #3b3b3b;
}
.shop-section___88055 {
background-color: #930b0b;
}
.shop___88055 h3 {
color: #00bcd4;
}
.shop___88055 h3 strong {
color: #FFF;
}
.shop___88055 p {
color: #FFF;
}
.price_term___88055 {
background-color: #00bcd4;
}
.price_term___88055 h3 {
color: #FFF;
}
.price___88055 {
color: #162e44;
}
.price_period___88055 {
color: #162e44;
}
.price_description___88055 p {
color: #000;
}
.price_pink___88055 {
color: #e91e63;
}
.price_box___88055 .button___88055 {
background-color: #e91e63; color: #fff;
}
.price_box___88055 .button___88055:hover {
background-color: #ff3a4e; color: #fff;
}
.main-heading___82007 h1 {
color: #fff;
}
.main-heading___82007 p {
color: #54daf2;
}
.button___82007 {
background-color: #e91e63; color: #FFF;
}
.button___82007:hover {
background-color: #e91e63; color: #FFF;
}
.button___82007:focus {
background-color: #e91e63; color: #FFF;
}
.button-wrapper___82007 p {
color: #fff;
}
.button-wrapper___82007 p a {
color: #fff;
}
.header___82007:after {
background-color: #195b9e; opacity: .8;
background-color: #000; opacity: .7;
}
#footer {
background-color: #092438;
}
#menu-footer-menu li a {
color: #cfd8e2;
}
.footer_credit___f2124 p a {
color: #cfd8e2;
}
.scrollTop___f2124 {
background-color: #e91e63;
color: #ffffff;
background-color: #e91e63;
}
.scrollTop___f2124:hover {
background-color: #00bcd4;
}

header .primary-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(11, 27, 43, 0.8);
	padding: 0 20px;
}

header a.logo img {
	max-height: 80px;
	margin-top: 5px;
}

header .button-wrapper a, header .button-wrapper p {
	font-size: 14px;
}

ul.say-it li i {
	color: #000!important;
}

.feature-image img {
	border-radius: 10px;
}

section.text-page p {
	text-align: justify;
	font-size: 18px;
	line-height: 1.5em;
	margin: 25px 0;
}

section.text-page ul li {
	list-style-type: disc;
	margin: 10px 30px;
	font-size: 18px;
	line-height: 1.5em;
	/*font-size: 19px;*/
}

section.text-page h2 {
	margin-top: 1em;
	font-size: 22px;
	text-transform: none;
	/*font-weight: normal;*/
}

.form-check.package .form-check-input {
	margin-top: 0;
	margin-left: -1.6rem;
}

.form-check.package .form-check-label {
	cursor: pointer;
}

.form-check.package:hover .form-check-label {
	color: #004c9f;
}

body.light .container {
	max-width: 960px;
}

body.light .border-top {
	border-top: 1px solid #e5e5e5;
}

body.light .border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

body.light .border-top-gray {
	border-top-color: #adb5bd;
}

body.light .box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

body.light .lh-condensed {
	line-height: 1.25;
}

body.light img.logo {
	max-width: 100%;
	margin-top: 20px;
}

body.light div.header {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom: 25px;
}

.checkout label {
	/*font-weight: 500;*/
	/*font-size: 14px;*/
	display: block;
	margin-bottom: 8px;
}

@keyframes s-spinner {
	to {
		transform: rotate(360deg);
	}
}

.s-spinner {
	position: relative;
	width: 22px;
	height: 22px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}

.s-spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	border-top-color: #1A94A6;
	z-index: 10;
	animation: s-spinner .6s linear infinite;
}
</pre></body></html>