/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fontface
--------------------------------------------------------------*/
@font-face {
	font-family: 'PP Mori';
	src: url('fonts/PPMori-Medium.woff2') format('woff2'),
		url('fonts/PPMori-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Mori';
	src: url('fonts/PPMori-Bold.woff2') format('woff2'),
		url('fonts/PPMori-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Mori';
	src: url('fonts/PPMori-Light.woff2') format('woff2'),
		url('fonts/PPMori-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Mori';
	src: url('fonts/PPMori-Regular.woff2') format('woff2'),
		url('fonts/PPMori-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Mori';
	src: url('fonts/PPMori-SemiBold.woff2') format('woff2'),
		url('fonts/PPMori-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}




/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	background-color: #E5E5E5;
	font-family: 'PP Mori';
	font-weight: 400;
	color: #595A5A;
	font-size: 18px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	/* text-transform: capitalize; */
	font-family: 'PP Mori';
	font-weight: 400;
	clear: both;
}

h1 {
	font-size: 53px;
	line-height: 56px;
}

h2 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 500;
}

h3 {
	font-size: 56px;
	line-height: 64px;
}

h4 {
	font-size: 36px;
	line-height: 40px;
}

h5 {
	font-size: 25px;
	line-height: 36px;
	font-weight: 300;
	font-style: italic;
}

h6 {
	font-size: 24px;
	line-height: 24px;
}

p {
	line-height: 28px;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'PP Mori';
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'PP Mori';
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: .0em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	image-rendering: -webkit-optimize-contrast;
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #e66030;
	text-decoration: none;
}

a:visited {}

a:hover,
a:focus,
a:active {}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #1b2c53;
	padding: 16px 40px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #FFFFFF;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 24px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #e66030;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	background: #F5F6FA;
	border: 1px solid #EAEAEA;
	outline: 0;
	padding: 12px 20px;
	color: #606060;
	font-size: 18px;
	font-family: 'PP Mori';
	font-weight: 400;
	line-height: 24px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {}

select {
	background-image: url(images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 22px) center;
	padding-right: 28px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	width: 100%;
	height: 150px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.highlight {
	color: #2e92ff;
}

.sub-heading {
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #1b2c53;
	margin: 0 0 27px;
}

.sub-heading.arrow {
	position: relative;
	display: inline-block;
	padding-right: 120px;
}

.sub-heading.arrow:after {
	content: '';
	background-color: #1b2c53;
	width: 100px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}

.cta-button {
	min-width: 133px;
	font-weight: 700;
	display: inline-block;
	padding: 10px 24px 8px;
	text-align: center;
	background-color: #e66030;
	color: #ffffff !important;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	border-radius: 100px;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.cta-button:hover {
	background-color: #1b2c53;
	color: #ffffff !important;
}

.cta-button.lite {
	background-color: #e66030;
}

.cta-button.lite:hover {
	background-color: #e66030;
	color: #fff !important;
}

.cta-button.green {
	background-color: #e66030;
	color: #fff !important;
}

.cta-button.green:hover {
	background-color: #e66030;
}

.cta-button.reverse {
	background-color: #1b2c53;
}

.cta-button.reverse:hover {
	background-color: #fff;
	color: #e66030;
}

.container {
	max-width: 1232px;
	padding: 0 20px;
	margin: 0 auto;
}

.container-wrap {
	margin-top: 70px;
}

.main-content-wrap {}

.header-wrap {
	background-color: #FFFFFF;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 900;
	box-shadow: 0 0 7px rgb(51 51 51 / 10%);
}

.header-wrap .site-header {
	max-width: 1240px;
	position: relative;
	padding: 17px 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.header-wrap .logo {
	max-width: 250px;
	width: 100%;
}

.header-wrap .site-navigation {
	width: calc(100% - 270px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.header-wrap .site-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
}

.header-wrap .site-navigation ul#menu-updated-primary-menu {
	width: calc(100% - 204px);
	justify-content: center;
}

.header-wrap .site-navigation ul#menu-secondary-menu {
	width: 184px;
}

/* .header-wrap .site-navigation ul:last-child:before{
	position:absolute;
	content:'';
	background-color:#E5E5E5;
	width:1px;
	height:32px;
	left:0;
	top:50%;
	margin-top:-16px;
	}	 */

.header-wrap .site-navigation ul:last-child {
	padding-left: 0;
	margin-left: 20px;
}

.header-wrap .site-navigation ul li {
	font-family: 'PP Mori';
	font-weight: 500;
	margin: 0 8px;
	position: relative;
}

.header-wrap .site-navigation ul li:first-child {
	margin-left: 0;
}

.header-wrap .site-navigation ul li:last-child {
	margin-right: 0;
}

.header-wrap .site-navigation ul li a {
	color: #000000;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	display: inline-block;
	font-size: 16px;
	padding: 9px 16px;
	border-radius: 22px;
	transition: color 0.3s ease, background-color 0.3s ease;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
}

.header-wrap .site-navigation ul li:hover>a,
.header-wrap .site-navigation ul li.current-menu-item>a {
	background-color: #2e92ff14;
	color: #1b2c53;
}

.header-wrap .site-navigation ul li.nav-cta a {
	text-align: center;
	min-width: 94px;
	background-color: #1b2c53;
	color: #FFFFFF;
}

.header-wrap .site-navigation ul li.nav-cta a:hover {
	background-color: #2E92FF;
}

.header-wrap .site-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	width: 250px;
	background-color: #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	margin: 0 !important;
	padding: 20px 10px !important;
	top: auto;
	border-radius: 5px;
}

.header-wrap .site-navigation ul li ul li {
	display: block;
	margin: 0;
}

.header-wrap .site-navigation ul li ul li a {
	display: block;
	padding: 10px 20px;
}

.header-wrap .site-navigation ul li:hover>ul {
	display: block;
}

.header-wrap .site-navigation ul li.search-icon a {
	padding: 0;
}

.header-wrap .site-navigation ul li.search-icon a:hover {
	color: #1b2c53;
	background-color: transparent;
}


.site-footer {
	background-color: #000;
	padding: 0 81px 0 74px;
}

.site-footer-top {
	border-bottom: 1px solid #595A5A;
	padding: 57px 0px 38px;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

.site-footer-top .footer-logo {
	max-width: 250px;
	margin: 0 0 25px;
}

.site-footer-top .footer-navigation {
	margin: 0 0 30px;
}

.site-footer-top .footer-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.site-footer-top .footer-navigation li {
	margin: 0 10px;
}

.site-footer-top .footer-navigation li:first-child {
	margin-left: 0;
}

.site-footer-top .footer-navigation li:last-child {
	margin-right: 0;
}

.site-footer-top .footer-navigation li a {
	font-size: 16px;
	color: #F8F8F8;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	font-weight: 600;
}

.site-footer-top .footer-navigation ul li ul {
	display: block;
}

.site-footer-top .footer-navigation ul li ul li {
	margin: 10px 0px;
	display: block;
}

.site-footer-top .footer-navigation ul li ul li a {
	font-weight: 300;
}

.site-footer-top .footer-navigation li a:hover,
.site-footer-top .footer-navigation li.current-menu-item>a {
	color: #2e92ff;
}

.site-footer-top .sft-left {
	font-size: 14px;
	max-width: 250px;
	letter-spacing: 0.02em;
	color: #E8E8E8;
}

.site-footer-top .sft-left p {
	margin: 0 0 20px;
	line-height: 24px;
}

.site-footer-top .sft-left p:last-child {
	margin: 0;
}

.site-footer-top .sft-right {
	/* max-width:calc(100% - 400px);
	margin-left:150px; */
}

.site-footer-top .footer-social {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.site-footer-top .footer-social .fs-icon {
	font-size: 17px;
	color: #ffffff;
	margin: 3px 6px 3px 0;
	transition: color 0.3s ease, background-color 0.3s ease;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	background-color: #0561BE;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	border-radius: 20px;
}

.site-footer-top .footer-social .fs-icon:hover {
	background-color: #2e92ff;
	color: #ffffff;
}

.site-footer-bottom {
	padding: 20px 0px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.site-footer-bottom .sfd-left {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.site-footer-bottom .sfd-nav {}

.site-footer-bottom .sfd-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.site-footer-bottom .sfd-nav ul li {
	margin: 0 8px;
}

.site-footer-bottom .sfd-nav ul li:first-child {
	margin-left: 0;
}

.site-footer-bottom .sfd-nav ul li:last-child {
	margin-right: 0;
}

.site-footer-bottom .sfd-nav ul li a {
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #8C8C8C;
}

.site-footer-bottom .copyright {
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #8C8C8C;
	margin: 0 27px 0 0;
	line-height: 18px;
}

.site-footer-bottom .site-authority {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #8C8C8C;
}

.site-footer-bottom .site-authority img {
	margin-right: 8px;
}

.site-footer-bottom .sfd-right {}

/*
	landing banner
*/

.landing-banner-row {
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	color: #fff;
}

.landing-banner-row:after {
	content: '';
	background: linear-gradient(90.94deg, rgba(13, 35, 54, 0.8) 50.35%, rgba(13, 35, 54, 0) 100.6%);
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.landing-banner-row h1,
.landing-banner-row h2,
.landing-banner-row h3,
.landing-banner-row h4,
.landing-banner-row h5,
.landing-banner-row h6 {
	margin: 0 0 20px;
}

.landing-banner-row h1 {
	color: inherit;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.landing-banner-row h1:last-child {
	margin: 0;
}

.landing-banner-row .cta-button {
	text-transform: uppercase;
	background-color: #fff;
	color: #0561BE;
}

.landing-banner-row .cta-button:hover {
	background-color: #0561BE;
	color: #fff;
}

.landing-banner-row .lbr-container {
	padding: 0 132px;
	position: relative;
	z-index: 10;
}

.landing-banner-row .lbr-content {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	height: 700px;
	padding: 70px 0 140px;
}

.landing-banner-row .lbr-content .lbr-desc {
	width: 100%;
}

.landing-banner-row-modal {
	display: none;
	width: 100%;
	max-width: 750px;
}



.bottom-arrow {
	width: 37px;
	height: 54px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	cursor: pointer;
}

.bottom-arrow.single {
	height: 27px;
	animation: none;
	-webkit-animation: none;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
	}
}

.landing-banner-row .bottom-arrow {
	left: 50%;
	bottom: 63px;
	margin-left: -19px;
}

.landing-banner-row .lbr-video-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	overflow: hidden;
	/*padding-top: 56.25%;*/
	z-index: 8;
}

.landing-banner-row .lbr-video-holder iframe,
.landing-banner-row .lbr-video-holder object,
.landing-banner-row .lbr-video-holder video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	min-height: 700px;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	border: 0;
	z-index: 9;
}

.landing-banner-row .lbr-video-holder .lbr-video-preload {
	background: #000 url(images/preloader-image.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.page-home .landing-banner-row .lbr-video-holder iframe,
.page-home .landing-banner-row .lbr-video-holder object,
.page-home .landing-banner-row .lbr-video-holder video {
	min-height: 830px;
}

/*
	basic content 
*/

.basic-content-row {
	padding: 110px 0;
}

/*
	Introduction Content 
*/

.introduction-content-row {
	padding: 110px 0;
	text-align: center;
	font-weight: 400;
	color: #333333;
	font-size: 32px;
	letter-spacing: 0.02em;
}

.introduction-content-row p {
	line-height: 42px;
	margin: 0 0 20px;
}

.introduction-content-row p:last-child {
	margin: 0;
}

/*
	featured block
*/

.featured-block-row {
	position: relative;
}

.header-content-arrow {
	text-align: center;
	margin: 0 0 31px;
}

.header-content-arrow h2 {
	letter-spacing: 0.02em;
	margin: 0 0 50px;
}

.header-content-arrow .bottom-arrow {
	position: relative;
	margin: 0 auto;
}

.header-content-arrow .hca-desc {
	color: #595A5A;
	margin-top: 50px;
	font-size: 22px;
}

.header-content-arrow .hca-desc p {
	margin: 0 0 20px;
	line-height: 32px;
}

.header-content-arrow .hca-desc p:last-child {
	margin: 0;
}

.featured-block-row .fbr-main {
	max-width: 902px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	overflow: hidden;
}

.featured-block {
	width: calc(50% - 50px);
	background-color: #5BBD72;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	margin: 25px;
	color: #fff;
}

.featured-block .featured-block-image {
	height: 300px;
	overflow: hidden;
}

.featured-block .featured-block-image img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}

.featured-block:hover .featured-block-image img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.featured-block h5 {
	margin: 0 0 16px;
	color: inherit;
}

.featured-block p {
	line-height: 24px;
	margin: 0 0 24px;
}

.featured-block .featured-block-desc {
	background: url(images/group-arrow.svg) no-repeat center center;
	background-size: contain;
	padding: 35px;
	text-align: center;
}

.featured-block .featured-block-link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}

.featured-block .cta-button {
	padding: 10px 24px;
}

.featured-block:hover .cta-button {
	background-color: #ffffff;
	color: #000000;
}

.featured-number-block {
	position: relative;
}

.featured-number-block .fnb-link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	z-index: 10;
}

.featured-number-block .fnb-image {}

.featured-number-block .fnb-image img {
	width: 100%;
	height: 500px;
	border-radius: 5px;
	object-fit: cover;
	object-position: center center;
}

.featured-number-block .fnb-desc {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 29px 110px 50px 0;
	color: #595A5A;
}

.featured-number-block .fnb-number {
	width: 85px;
	font-size: 56px;
	line-height: 36px;
	color: #2e92ff;
}

.featured-number-block .fnb-desc-content {
	width: calc(100% - 90px);
}

.featured-number-block h5 {
	margin: 0 0 16px;
	color: #333333;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.featured-number-block p {
	line-height: 24px;
	margin: 0 0 10px;
}

.featured-number-block p:last-child {
	margin: 0;
}


.default-content-row {
	padding: 90px 0;
}

.content-featured-gallery-row {
	padding: 0 0 0 143px;
	margin: 0 0 130px;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.content-featured-gallery-row .cfgr-content {
	width: calc(50% - 118px);
	font-size: 18px;
	color: #595A5A;
	padding: 90px 0 0;
}

.content-featured-gallery-row .cfgr-content .cfgr-content-inner {
	position: relative;
}

.content-featured-gallery-row .cfgr-content h2 {
	margin: 0 0 32px;
}

.content-featured-gallery-row .cfgr-gallery {
	width: 50%;
	position: relative;
	left: 3px;
}

.content-featured-gallery-row .cfgr-gallery .featured-gallery-init {}

.image-description-content-row {
	position: relative;
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 0 130px;
	color: #FFFFFF;
	font-size: 18px;
}

.image-description-content-row p {
	line-height: 32px;
	margin: 0 0 30px;
}

.image-description-content-row p:last-child {
	margin: 0;
}


.image-description-content-row .idcr-left-content {
	background: #5BBD72 url(images/large-group-arrow.svg) no-repeat right center;
	background-size: auto 100%;
	width: 55%;
	position: relative;
}


.image-description-content-row .idcr-head {
	padding: 76px 76px 6px 142px;
}

.image-description-content-row .idcr-head .sub-heading {
	color: #333333;
	margin: 0 0 20px;
}

.image-description-content-row .idcr-head .sub-heading.arrow:after {
	background-color: #333333;
}

.image-description-content-row .idcr-head h2 {
	margin: 0 0 20px;
	color: inherit;
}

.image-description-content-row .idcr-head h2:last-child {
	margin: 0;
}

.image-description-content-row .idcr-image {}

.image-description-content-row .idcr-image img {
	width: 100%;
}

.image-description-content-row .idcr-right-content {
	background-color: #333333;
	width: 45%;
	padding: 88px 134px 88px 99px;
}

.features-content-row {
	padding: 130px 0;
}

.features-content-row .fcr-head {
	text-align: center;
	margin: 0 0 45px;
}

.features-content-row .fcr-head h2 {
	margin: 0 0 75px;
	color: #333333;
	letter-spacing: 0.02em;
}

.features-content-row .fcr-head p {
	margin: 0 0 20px;
}

.features-content-row .fcr-head p:last-child {
	margin: 0;
}

.features-content-row .fcr-main-content {
	margin: 0 -20px;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.features-content-row .fcr-block {
	width: 214px;
	height: 210px;
	padding: 34px 10px 10px;
	margin: 13px;
	background-color: #0561BE;
	border-radius: 5px;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-flow: column;
	-webkit-flex-flow: column;
	transition: background-color 0.25s ease-in-out;
}

.features-content-row .fcr-block:hover {
	background-color: #054B92;
}

.features-content-row .fcr-block .fcr-block-icon {
	min-height: 52px;
	margin: 0 0 26px;
}

.features-content-row .fcr-block .fcr-block-label {
	max-width: 152px;
	margin: 0 auto;
	font-weight: 700;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
}

.features-content-row .fcr-block .fcr-block-link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}



.featured-information-row {
	padding: 140px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.featured-information-row:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(105.7deg, #202447 42.17%, rgba(44, 47, 68, 0.67) 68.81%, rgba(63, 63, 63, 0) 92.32%);
	mix-blend-mode: multiply;
	opacity: 0.8;
	z-index: 9;
}

.featured-information-row .container {
	position: relative;
	z-index: 10;
}

.featured-information-row .fir-top {
	max-width: 1200px;
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	color: #fff;
	font-size: 18px;
	margin: 0 0 105px;
}

.featured-information-row h2 {
	margin: 0 0 20px;
	color: inherit;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.featured-information-row h2:last-child {
	margin: 0;
}

.featured-information-row p {
	margin: 0 0 10px;
	line-height: 30px;
	letter-spacing: 0.02em;
}

.featured-information-row .fir-top .fir-top-left {
	max-width: calc(50% - 38px);
	margin: 0 38px 0 0;
}

.featured-information-row .fir-top .fir-top-right {
	max-width: calc(50% - 38px);
	margin: 0 0 0 38px;
}

.featured-information-row .fir-bottom {
	max-width: 910px;
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.featured-information-row .fir-block {
	width: 33.33%;
	border-right: 2px solid rgb(232 232 232 / 20%);
	padding: 3px 46px;
}

.featured-information-row .fir-block:first-child {
	padding-left: 0;
}

.featured-information-row .fir-block:last-child {
	padding-right: 0;
}

.featured-information-row .fir-block:last-child {
	border: 0;
}

.featured-information-row .fir-block .fir-block-label {
	min-height: 36px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #E8E8E8;
	margin: 0 0 15px;
}

.featured-information-row .fir-block .fir-block-desc {
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #2E92FF;
	font-weight: 700;
}

.percentage-module {
	background: url(images/group-arrow-solid.svg) no-repeat left center;
	padding: 0 0 0 70px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	color: #2E92FF;
}

.percentage-module .pm-value {
	font-size: 48px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	font-weight: 700;
	margin-right: 15px;
}

.percentage-module .pm-label {
	max-width: 161px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.clients-content-row {
	background-color: #5BBD72;
	background-size: cover;
	padding: 118px 0;
	position: relative;
}

.clients-content-row .container {
	position: relative;
	z-index: 10;
}

.clients-content-row:after {
	content: '';
	mix-blend-mode: multiply;
	background: url(images/clients-content-background.png) no-repeat right top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.clients-content-row .ccr-head {
	text-align: center;
	color: #fff;
	overflow: hidden;
	margin: 0 0 40px;
}

.clients-content-row .ccr-head h2 {
	margin: 0 0 20px;
	color: inherit;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.clients-content-row .ccr-head .sub-heading {
	color: #FFFFFF;
}

.clients-content-row .ccr-block {
	background: rgb(86 159 98 / 80%);
	width: 287px;
	height: 183px;
	border-radius: 5px;
	margin: 0 18px;
}

.clients-content-row .ccr-block img {
	max-width: 190px;
	max-height: 90px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	object-fit: contain;
	object-position: center center;
}

.clients-content-row .clients-carousel-init {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.featured-icon-block-content {
	padding: 0 0 100px;
}

.featured-icon-block-content .header-content-arrow {}

.featured-icon-block {
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 25px;
}

.featured-icon-block h5 {
	margin: 0 0 25px;
	color: #231F20;
}

.featured-icon-block p {
	margin: 0 0 15px;
}

.featured-icon-block p:last-child {
	margin: 0;
}

.featured-icon-block .fib-icon {
	width: 60px;
	font-size: 28px;
	font-weight: 700;
}

.featured-icon-block .fib-desc {
	width: calc(100% - 65px);
}

.featured-icon-block.no-icon .fib-desc {
	width: auto;
}

.featured-icon-block.no-icon .fib-desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.featured-icon-block.no-icon .fib-desc ul li {
	background: url(images/arrow-solid.svg) no-repeat left 5px;
	background-size: 24px;
	padding: 0 0 min(20px, 3.3vh) 20px;
	font-size: min(18px, 3.3vh);
	line-height: min(22px, 3.3vh);
}

.featured-icon-block-content .fibc-main {
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -50px;
}

.featured-icon-block-content .fibc-main.full-width {
	margin: auto 0;
	padding: 0 min(129px, 11vh);
}

.featured-icon-block-content .fibc-main .featured-icon-block {
	width: calc(33.33% - 50px);
}

.featured-icon-block-content .fibc-main.four .featured-icon-block {
	width: calc(25% - 50px);
}

.featured-icon-block-content .fibc-main .featured-icon-block.no-icon {
	width: calc(33.33% - 100px);
	margin: 50px;
}

.featured-icon-block-content .fibc-main.four .featured-icon-block.no-icon {
	width: calc(25% - 100px);

}

.featured-icon-block-content .fibc-bottom {
	text-align: center;
	margin-top: 25px;
}

.page-home .landing-banner-row .lbr-content {
	height: 830px;
}

.page-home .landing-banner-row .lbr-video-holder {
	height: 830px;
}

.group-container-row {
	background: url(images/home-background.jpg) no-repeat right top;
	background-attachment: fixed;
	background-size: cover;
}

.two-columns-modal-row {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 130px 0;
}

.two-columns-modal-row .tcmr-left {
	width: calc(50% - 30px);
	position: relative;
}

.two-columns-modal-row .tcmr-right {
	width: calc(50% - 30px);
	padding: 0 176px 0 0;
}

.two-columns-modal-row .tcmr-head {
	color: #333333;
	padding: 0 34px 10px 110px;
}

.two-columns-modal-row .tcmr-head h2 {
	color: inherit;
	margin: 0 0 27px;
}

.two-columns-modal-row .tcmr-head p {
	margin: 0 0 30px;
}

.two-columns-modal-row .tcmr-head .sub-heading {
	color: #5BBD72;
}

.two-columns-modal-row .tcmr-head .sub-heading:after {
	background-color: #5BBD72;
}

.two-columns-modal-row .tcmr-head .tcmr-image {}

.two-columns-modal-row .tcmr-head .tcmr-image img {
	width: 100%;
}

.list-block-content {}

.list-block-content .lbc-init {}

.list-block-content .list-block-row {
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 0 90px;
}

.list-block-content .list-block-row:last-child {
	padding: 0;
}

.list-block-content .list-block-row .lbr-no {
	width: 70px;
	color: #5BBD72;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	font-size: 56px;
	line-height: 46px;
}

.list-block-content .list-block-row .lbr-shortdesc {
	width: calc(100% - 90px);
	color: #333333;
}

.list-block-content .list-block-row h5 {
	margin: 0 0 15px;
	color: inherit;
}

.list-block-content .list-block-row p {
	margin: 0 0 10px;
}

.list-block-content .list-block-row p:last-child {
	margin: 0;
}

.road-map-content-row {
	padding: 70px 0;
}

.road-map-content-row .rmcr-head {
	text-align: center;
	margin: 0 0 37px;
	overflow: hidden;
}

.road-map-content-row .rmcr-head h2 {
	margin: 0 0 20px;
}

.road-map-content-row .rmcr-bottom {
	text-align: center;
	margin-top: 40px;
}

.map-content {
	max-width: 945px;
	padding: 0 60px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.map-content .map-col {
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 33.33%;
	height: 140px;
	margin: 0 0 5px;
	position: relative;
}

.map-content .map-col .map-col-icon {
	background-color: #0561BE;
	box-shadow: 0 0 0 12px #fff;
	width: 86px;
	height: 86px;
	border-radius: 43px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	z-index: 10;
}

.map-content .map-col .map-col-icon img {
	height: 40px;
}

.map-content #transport-icon .map-col-icon img {
	height: 30px;
}

.map-content .map-col .map-col-label {
	width: calc(100% - 86px - 24px);
	margin: 40px 12px 0;
	padding: 9px 0 0;
	font-size: 15px;
	color: #231F20;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-top: 2px solid #d3d4d7;
}

.map-content .map-col:nth-child(4),
.map-content .map-col:nth-child(5),
.map-content .map-col:nth-child(6),
.map-content .map-col:nth-child(10),
.map-content .map-col:nth-child(11),
.map-content .map-col:nth-child(12),
.map-content .map-col:nth-child(16),
.map-content .map-col:nth-child(17),
.map-content .map-col:nth-child(18),
.map-content .map-col:nth-child(22),
.map-content .map-col:nth-child(23),
.map-content .map-col:nth-child(24) {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	text-align: right;
}

.map-content .map-col:nth-child(3):after,
.map-content .map-col:nth-child(9):after,
.map-content .map-col:nth-child(15):after,
.map-content .map-col:nth-child(21):after {
	content: '';
	width: 72px;
	height: 147px;
	border: 2px solid #d4d5d7;
	border-left: 0;
	border-radius: 0 24px 24px 0;
	position: absolute;
	right: -60px;
	top: 40px;
	z-index: 9;
}

.map-content .map-col:nth-child(4):before,
.map-content .map-col:nth-child(10):before,
.map-content .map-col:nth-child(16):before {
	content: '';
	width: 72px;
	height: 147px;
	border: 2px solid #d4d5d7;
	border-right: 0;
	border-radius: 24px 0 0 24px;
	position: absolute;
	left: -60px;
	top: 40px;
	z-index: 9;
}

#logistics-road-map .map-content .map-col:nth-child(10) {
	margin-left: auto;
}


.cta-content-row {
	padding: 100px 0 90px;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.cta-content-row h1,
.cta-content-row h2,
.cta-content-row h3,
.cta-content-row h4,
.cta-content-row h5,
.cta-content-row h6 {
	margin: 0 0 66px;
	color: inherit;
	letter-spacing: 0.02em;
}

.cta-content-row h2 {
	line-height: 72px;
	margin: 0 0 40px;
}

.cta-content-row p {
	margin: 0 0 23px;
	line-height: 24px;
}

.cta-content-row p img {
	margin: 70px auto 0;
}

.cta-content-row.background {
	background-color: #5BBD72;
	color: #fff;
}

.cta-content-row.background:after {
	content: '';
	mix-blend-mode: multiply;
	background: url(images/cta-background.png) no-repeat right top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.cta-content-row.background .container {
	position: relative;
	z-index: 10;
}

.cta-content-row .ccr-main {
	overflow: hidden;
}

.cta-content-row .ccr-bottom {
	text-align: center;
	margin-top: 65px;
}

.cta-content-row.background .ccr-bottom {
	margin-top: 0;
}

.featured-image-row {
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 500px;
	position: relative;
}

.featured-image-row:after {
	background: linear-gradient(105.7deg, #202447 42.17%, rgba(44, 47, 68, 0.67) 68.81%, rgba(63, 63, 63, 0) 92.32%);
	mix-blend-mode: multiply;
	opacity: 0.4;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.landing-content-row {}

.landing-content-row .landing-content-holder {
	padding: 90px 0;
}

.landing-content-row .lch-top {
	clear: both;
	overflow: hidden;
	color: #595A5A;
}

.landing-content-row .lch-top h1,
.landing-content-row .lch-top h2,
.landing-content-row .lch-top h3,
.landing-content-row .lch-top h4,
.landing-content-row .lch-top h5,
.landing-content-row .lch-top h6 {
	margin: 0 0 30px;
}

.landing-content-row .lch-top p {
	margin: 0 0 30px;
}

.landing-content-row .lch-top .lch-image {
	width: 373px;
	margin-right: 120px;
	float: left;
}

.landing-content-row .lch-top .lch-desc {
	overflow: hidden;
}

.landing-content-row .lch-bottom {
	text-align: center;
}

.team-members-row {
	margin: 0 0 100px;
}

.team-members-row .team-members-head {
	text-align: center;
}

.team-members-row .team-members-head h3 {
	margin: 0 0 60px;
}

.team-members-row .team-members-main {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -10px;
}

.team-members-row .team-members-main .team-members-col {
	width: calc(25% - 20px);
	margin: 10px;
	position: relative;
}

.team-members-row .team-members-main .team-members-col .tmc-image {
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
}

.team-members-row .team-members-main .team-members-col .tmc-image img {
	width: 100%;
	object-fit: cover;
	object-position: center top;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition: transform 0.3s ease, filter 0.3s ease;
	-webkit-transition: transform 0.3s ease, filter 0.3s ease;
}

.team-members-row .team-members-main .team-members-col:hover .tmc-image img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

.team-members-row .team-members-main .team-members-col .tmc-image,
.team-members-row .team-members-main .team-members-col .tmc-image img {
	height: 350px;
}

.team-members-row .team-members-main .team-members-col .tmc-read-more {
	background: rgba(91, 189, 114, 0.95);
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -60px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	padding: 12px 26px 12px 10px;
	line-height: 24px;
	transition: bottom 0.3s ease;
	-webkit-transition: bottom 0.3s ease;
}

.team-members-row .team-members-main .team-members-col:hover .tmc-read-more {
	bottom: 0;
}

.team-members-row .team-members-main .team-members-col .tmc-read-more:before {
	content: '';
	background-color: #FFFFFF;
	width: 45px;
	height: 2px;
	display: block;
	margin-right: 13px;
}

.team-members-row .team-members-main .team-members-col .tmc-desc {}

.team-members-row .team-members-main .team-members-col .tmc-desc h6 {
	color: #333333;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.team-members-row .team-members-main .team-members-col .tmc-desig {
	color: #595A5A;
	font-size: 16px;
}

.team-members-row .team-members-main .team-members-col .tmc-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 10;
}

.team-members-popup {
	width: 972px;
	padding: 40px 74px 40px 40px;
}

.team-members-popup .tmp-main {
	clear: both;
	overflow: hidden;
}

.team-members-popup .tmp-main .tmp-image {
	width: 334px;
	margin-right: 51px;
	float: left;
}

.team-members-popup .tmp-main .tmp-image img {
	border-radius: 6px;
}

.team-members-popup .tmp-main .tmp-content {
	overflow: hidden;
	font-size: 16px;
	color: #595A5A;
	padding-bottom: 20px;
}

.team-members-popup .tmp-main .tmp-content h1,
.team-members-popup .tmp-main .tmp-content h2,
.team-members-popup .tmp-main .tmp-content h3,
.team-members-popup .tmp-main .tmp-content h4,
.team-members-popup .tmp-main .tmp-content h6 {
	margin: 0 0 25px;
}

.team-members-popup .tmp-main .tmp-content p {
	margin: 0 0 27px;
	line-height: 24px;
}

.team-members-popup .tmp-main .tmp-content .tmp-head {
	border-bottom: 2px solid #E5E5E5;
	padding: 50px 0 23px;
	margin: 0 0 24px;
}

.team-members-popup .tmp-main .tmp-content .tmp-head h5 {
	margin: 0 0 9px;
	color: #231F20;
	text-transform: capitalize;
}

.team-members-popup .tmp-main .tmp-content .tmp-desig {
	line-height: 24px;
	color: #595A5A;
	font-size: 16px;
}

.fancybox__content .carousel__button.is-close {
	width: 32px;
	height: 32px;
	background: #5BBD72 url(images/close-btn.svg) no-repeat center center;
	border-radius: 16px;
	border: 0;
	outline: 0;
	right: -16px;
	top: -16px;
}

.fancybox__content .carousel__button.is-close svg {
	display: none;
}

.basic-content-row .gform_wrapper {
	max-width: 865px;
	margin: 0 auto;
}

.basic-content-row .gform_wrapper .gfield_label {
	display: none !important;
}

body div.gform_wrapper input[type="text"],
body div.gform_wrapper input[type="email"],
body div.gform_wrapper input[type="url"],
body div.gform_wrapper input[type="password"],
body div.gform_wrapper input[type="search"],
body div.gform_wrapper input[type="number"],
body div.gform_wrapper input[type="tel"],
body div.gform_wrapper input[type="range"],
body div.gform_wrapper input[type="date"],
body div.gform_wrapper input[type="month"],
body div.gform_wrapper input[type="week"],
body div.gform_wrapper input[type="time"],
body div.gform_wrapper input[type="datetime"],
body div.gform_wrapper input[type="datetime-local"],
body div.gform_wrapper input[type="color"],
body div.gform_wrapper textarea,
body div.gform_wrapper select {
	padding: 11px 20px !important;
	font-size: 18px !important;
	font-family: 'PP Mori' !important;
}

body div.gform_wrapper select {
	padding: 11px 28px 11px 20px !important;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"] {
	position: relative;
	z-index: 10;
	opacity: 0;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"]+label {
	position: relative;
	z-index: 9;
	font-size: 15px !important;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"]+label:before {
	content: '';
	background: url(images/check-and-radio-default.svg) no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -23px;
	top: 4px;
	z-index: 9;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"]+label:after {
	content: '';
	background: url(images/check-and-radio-checked.svg) no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -23px;
	top: 4px;
	z-index: 9;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"]:checked+label {
	font-weight: 400;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"]:checked+label:before {
	opacity: 0;
}

body .custom-style-checked .gfield_radio .gchoice input[type="radio"]:checked+label:after {
	opacity: 1;
}

.basic-content-row .ginput_complex.has_first_name input+label,
.basic-content-row .ginput_complex.has_last_name input+label {
	display: none !important;
}

.basic-content-row div.gform_footer input[type="submit"] {
	width: 100%;
	font-size: 16px;
}

.page-id-1210 .basic-content-row .gform_wrapper .gfield_label {
	display: block !important;
}

.page-id-1210 .basic-content-row div.gform_footer input[type="submit"] {
	width: auto;
}

.course-description-row {
	padding: 118px 0 100px;
}

.course-description-row .course-description-head {
	text-align: center;
	margin: 0 0 90px;
}

.course-description-row .course-description-head h2 {
	color: #231F20;
	margin: 0;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.course-description-row .course-description-main {
	max-width: 807px;
	margin: 0 auto;
}

.course-description-row .cdr-row {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 0 90px;
}

.course-description-row .cdr-row:last-child {
	margin: 0;
}

.course-description-row .cdr-row .cdr-label {
	width: 78px;
	border-right: 4px solid #E5E5E5;
	position: relative;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 10px 0;
}

.course-description-row .cdr-row .cdr-label .cdr-label-inner {
	position: relative;
	transform: rotate(270deg);
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #8C8C8C;
	text-align: center;
}

.course-description-row .cdr-row .cdr-content {
	width: calc(100% - 78px - 52px);
}

.course-description-row .cdr-row .cdr-desc {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 0 32px;
}

.course-description-row .cdr-row .cdr-desc:last-child {
	margin: 0;
}

.course-description-row .cdr-row .cdr-desc .cdr-desc-number {
	width: 50px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	color: #2e92ff;
}

.course-description-row .cdr-row .cdr-desc .cdr-desc-main {
	width: calc(100% - 60px);
	color: #595A5A;
}

.course-description-row .cdr-row .cdr-desc h5 {
	margin: 0 0 8px;
	color: #231F20;
}

.course-description-row .cdr-row .cdr-desc p {
	margin: 0 0 25px;
	line-height: 24px;
}

.course-description-row .cdr-row .cdr-desc p:last-child {
	margin: 0;
}

.content-featured-icon-block-row {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	color: #fff;
}

.content-featured-icon-block-row .sub-heading {
	color: #fff;
}

.content-featured-icon-block-row h2 {
	color: inherit;
	margin: 0 0 35px;
}

.content-featured-icon-block-row p {
	margin: 0 0 35px;
}

.content-featured-icon-block-row .sub-heading:after {
	background-color: #fff;
}

.content-featured-icon-block-row .cfibr-block {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.content-featured-icon-block-row .featured-icon-block {
	width: calc(50% - 35px);
	margin: 13px 17px;
}

.content-featured-icon-block-row .featured-icon-block h5 {
	color: #fff;
}

.content-featured-icon-block-row .cfibr-left {
	background: #0561BE url(images/large-group-arrow.svg) no-repeat right center;
	background-size: cover;
	width: 35%;
	padding: 83px 47px 83px 143px;
}

.content-featured-icon-block-row .cfibr-right {
	background: #333333;
	width: 65%;
	padding: 94px 140px 94px 61px;
}

.content-featured-icon-block-row.content-two-column-with-image {
	flex-direction: row-reverse;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-left {
	width: 50%;
	padding: 83px 83px;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-left h4 {
	margin: 20px 0;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-left ul,
.content-featured-icon-block-row.content-two-column-with-image .cfibr-left ol {
	margin: 0px 0 20px;
	padding-left: 24px;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-left ul li,
.content-featured-icon-block-row.content-two-column-with-image .cfibr-left ol li {
	margin: 0px 0 10px;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-right {
	width: 50%;
	padding: 0;
	overflow: hidden;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-right .right-image {
	height: 100%;
}

.content-featured-icon-block-row.content-two-column-with-image .cfibr-right .right-image img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	max-height: 700px;
	transform: scale(1.5);
	object-position: top;
}

.two-columns-content-row {
	padding: 105px 0;
}

.two-columns-content-row .tccr-head {
	text-align: center;
	margin: 0 0 35px;
	overflow: hidden;
}

.two-columns-content-row .tccr-head .sub-heading {
	margin: 0 0 20px;
}

.two-columns-content-row .tccr-head h3 {
	margin: 0 0 35px;
}

.two-columns-content-row .tccr-main {
	max-width: 800px;
	margin: 0 auto 75px;
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	font-size: 16px;
	color: #595A5A;
}

.two-columns-content-row .tccr-col {
	width: 50%;
}

.two-columns-content-row .tccr-col:nth-child(1) {
	border-right: 1px solid #E8E8E8;
	padding-right: 48px;
}

.two-columns-content-row .tccr-col:nth-child(2) {
	border-left: 1px solid #E8E8E8;
	padding-left: 48px;
}

.two-columns-content-row .tccr-main h1,
.two-columns-content-row .tccr-main h2,
.two-columns-content-row .tccr-main h3,
.two-columns-content-row .tccr-main h4,
.two-columns-content-row .tccr-main h5,
.two-columns-content-row .tccr-main h6 {
	margin: 0 0 35px;
}

.two-columns-content-row .tccr-main ul {
	padding: 0 0 0 13px;
	margin: 0 0 25px 0;
}

.two-columns-content-row .tccr-main ul:last-child {
	margin: 0;
}

.two-columns-content-row .tccr-main ul li {
	margin: 0 0 20px;
	line-height: 24px;
}

.two-columns-content-row .tccr-main ul li:last-child {
	margin: 0;
}

.two-columns-content-row .tccr-main p {
	line-height: 24px;
	margin: 0 0 20px
}

.two-columns-content-row .tccr-bottom {
	text-align: center;
}

.page-home .featured-block-row {
	padding-bottom: 330px;
}

.page-home .image-description-content-row .idcr-image {
	margin-right: -110px;
}

.page-home .image-description-content-row {
	margin: 0;
}

.page-curriculum .cta-content-row .ccr-bottom {
	margin-top: 0;
}

.fixed-scroll-pager {
	position: absolute;
	right: -100px;
	top: 97px;
}

.fixed-scroll-pager ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.fixed-scroll-pager ul li {
	margin: 8px 0;
}

.fixed-scroll-pager ul li a {
	display: block;
	background-color: #CDCDCD;
	width: 2px;
	height: 20px;
	text-indent: -9999px;
}

.fixed-scroll-pager ul li a:hover,
.fixed-scroll-pager ul li.active a {
	background-color: #2e92ff;
}

.vertical-slider .slick-dots {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -21px;
	top: 50%;
	transform: translateY(-50%);
}

.vertical-slider .slick-dots li {}

.vertical-slider .slick-dots li button {
	background-color: #cdcdcd;
	width: 2px;
	height: 18px;
	margin: 4px 0;
	border: 0;
	border-radius: 0;
	outline: none;
	text-indent: -9999px;
	padding: 0;
}

.vertical-slider .slick-dots li.slick-active button {
	background-color: #2e92ff;
}

.hamburger-btn {
	width: 28px;
	height: 29px;
	position: relative;
	cursor: pointer;
	transform: scale(0.80);
	-webkit-transform: scale(0.80);
	display: none;
}

.hamburger-btn a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.hamburger-btn div {
	background-color: #0561BE;
	width: 28px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hamburger-btn div:nth-child(1) {}

.hamburger-btn div:nth-child(2) {
	width: 17px;
	top: 13px;
}

.hamburger-btn div:nth-child(3) {
	top: 26px;
}

.hamburger-btn:hover div {
	width: 28px;
	background-color: #2e92ff;
}

.hamburger-btn div:nth-child(2) {
	width: 17px;
}

/* #mobile-menu{
	background:rgb(30 30 30 / 85%);
    width: 100%;
	height:100%;
	padding:0 0 0 68px;
	position:fixed;
	z-index:901;
	left:100%;
	top:0;
	visibility:hidden;
	transition:left 0.3s ease;
	-webkit-transition:left 0.3s ease;
	} */

/* #mobile-menu.active{
	left:0;
	visibility:visible;
	}	 */

#mobile-menu .slide-menu-inner {
	background-color: #0561BE;
	position: relative;
}

#mobile-menu .slide-menu-content {
	max-height: calc(100vh - 53px);
	min-height: calc(100vh - 53px);
	overflow: auto;
}

#mobile-menu .slide-menu-top {
	background: #fafafa url(images/mobile-background.jpg) no-repeat right top;
	background-size: contain;
	padding: 52px 30px 37px;
}

#mobile-menu .slide-menu-bottom {
	padding: 35px;
	color: #fff;
}

#mobile-menu .slide-menu-bottom h6 {
	font-weight: 400;
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 28px;
	color: inherit;
}

#mobile-menu .slide-menu-bottom .cta-button {
	margin: 0 0 28px;
}

.slide-menu {
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	display: none;
	overflow: hidden;
	box-sizing: border-box;
	transform: translateX(100%);
	overflow-y: auto;
	z-index: 1000;
	background: rgb(30 30 30 / 85%);
	padding: 0 0 0 68px;
}

.slide-menu,
.slide-menu .slide-menu__slider {
	transition: transform .3s ease-in-out;
	will-change: transform
}

.slide-menu .slide-menu__slider {
	width: 100%;
	transform: translateX(0)
}

.slide-menu ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style: none
}

.slide-menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none
}

.slide-menu ul a {
	display: block
}

.slide-menu a {
	cursor: pointer
}


.social {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.social .social-icon {
	margin: 0 12px;
	color: #fff;
	font-size: 22px;
}

.social .social-icon:first-child {
	margin-left: 0;
}

.social .social-icon:last-child {
	margin-right: 0;
}

#mobile-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-menu ul ul {
	margin: 20px 20px 0;
}

#mobile-menu ul li {
	margin: 0 0 22px;
}

#mobile-menu ul li a {
	color: #000000;
	font-size: 18px;
}

#mobile-menu ul li:last-child {
	margin: 0;
}

#mobile-menu ul li.mobile-menu-sep {
	border-bottom: 3px solid #E4E4E4;
	padding: 0 0 33px;
	margin: 0 0 33px;
}

#mobile-menu ul li.portal-icon {
	background: url(images/portal-icon.svg) no-repeat 0 0;
	padding: 0 0 0 30px;
	font-size: 16px;
}

#mobile-menu .controls {
	background-color: #fff;
	padding: 19px 70px 19px 18px;
	overflow: hidden;
	position: relative;
	margin-left: -68px;
}

#mobile-menu .controls .logo {
	width: 250px;
	float: left;
}

#mobile-menu .controls .logo a {
	display: block;
}

#mobile-menu .controls .slide-menu-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 100%;
	background-color: #0561BE;
	display: flex;
	min-height: 60px;
	align-items: center;
	justify-content: center;
}

#mobile-menu .controls .slide-menu-close svg {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

#mobile-menu .controls .slide-menu-close span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}



.featured-order-block-content-row.has-background {
	background: #5BBD72;
	color: #fff;
	position: relative;
}

.featured-order-block-content-row.has-background:after {
	content: '';
	background: url(images/cta-background.png) no-repeat right top;
	mix-blend-mode: multiply;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.featured-order-block-content-row.has-background .introduction-content-row,
.featured-order-block-content-row.has-background .featured-icon-block-content {
	position: relative;
	z-index: 10;
}

.featured-order-block-content-row.has-background .featured-icon-block-content {
	overflow: hidden;
}

.featured-order-block-content-row.has-background .featured-icon-block-content .header-content-arrow {
	margin: 80px 0 45px;
}

.featured-order-block-content-row.has-background .header-content-arrow h2 {
	font-size: 56px;
	line-height: 56px;
	margin: 0 0 30px;
}

.featured-order-block-content-row.has-background .header-content-arrow .header-content-arrow .hca-desc {
	margin-top: 30px;
}

.featured-order-block-content-row.has-background .introduction-content-row,
.featured-order-block-content-row.has-background .header-content-arrow h2,
.featured-order-block-content-row.has-background .featured-icon-block h5,
.featured-order-block-content-row.has-background .header-content-arrow .hca-desc,
.featured-order-block-content-row.has-background .sub-heading {
	color: #fff;
}

.featured-order-block-content-row.has-background .featured-icon-block .fib-icon {
	color: #333333;
}

.fixed-scroll-parent {
	position: relative;
	overflow: hidden;
}

.page-education-program .cta-content-row .ccr-main {
	overflow: visible;
}

.page-education-program .cta-content-row p img[loading="lazy"] {
	box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
}

.basic-featured-content-row {
	background: url(images/cta-background.png) no-repeat right top;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0 70px;
}

.basic-featured-content-row .header-content-arrow {
	margin: 0 0 70px;
}

.basic-featured-content-row .header-content-arrow h2 {
	font-size: 56px;
	line-height: 56px;
}

.basic-featured-content-row .bfc-content {}

.basic-featured-content-row .bfc-content-bottom {
	text-align: center;
	margin-top: 40px;
}

.normal-forms-style {}

.normal-forms-style .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.gfield.form-sub-heading,
.normal-forms-style .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.gfield.form-separation {
	width: auto;
	margin: 0 0 0 !important;
}

.normal-forms-style .gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.gfield.form-separation {
	clear: both;
	overflow: hidden;
}

.normal-forms-style .form-separation.small hr {
	margin: 15px 0 15px;
}

.normal-forms-style .form-separation hr {
	width: 100%;
	height: 1px;
	background-color: #EAEAEA;
	padding: 0;
	margin: 47px 0 47px;
}

.normal-forms-style .form-sub-heading h5 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 32px;
}

.normal-forms-style label.gfield_label {
	font-family: 'PP Mori';
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 24px;
	color: #606060;
}

.normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	width: 191px;
	padding-right: 30px;
}

.gform_legacy_markup_wrapper .gfield_required {
	color: #ff0000;
	color: #ff0000 !important;
	margin-left: 0 !important;
}

html:not([dir=rtl]) .normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,
html:not([dir=rtl]) .normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,
html:not([dir=rtl]) .normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
.normal-forms-style .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
	width: calc(100% - 191px);
	margin-left: 191px;
}

.normal-forms-style .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
	width: 100%;
}

.normal-forms-style .ginput_container.ginput_container_date .datepicker {
	width: calc(36% - 4px);
}

.normal-forms-style .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

.normal-forms-style .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}

.normal-forms-style .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container {
	width: calc(100% - 178px) !important;
}

.normal-forms-style .hide-label .gfield_label {
	display: none !important;
}

.normal-forms-style .hide-label .gfield_label+.ginput_container {
	width: 100% !important;
	margin-left: 0 !important;
}

.normal-forms-style .gf_left_half,
.normal-forms-style .gf_right_half {
	float: left;
	clear: none !important;
}

.normal-forms-style .large {
	width: 100% !important;
}

.normal-forms-style .gf_left_half {
	width: calc(50% + 90px);
}

.normal-forms-style .gf_right_half {
	width: calc(50% - 90px);
}

.normal-forms-style .validation_message {
	display: none;
}

.normal-forms-style .gform_wrapper {
	max-width: 965px;
	margin: 0 auto;
}

#field_2_3 .address_country {
	width: 100%;
}

#field_2_6 .ginput_address_zip {
	padding-right: 0 !important;
	padding-left: 8px !important;
	margin-right: 0;
	margin-left: 8px;
}

.page-header-content-row {
	padding: 80px 0 70px;
}

/*=============================================
[Counter Landing]
==============================================*/
.counter-landing {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.counter-landing .landing-content {
	text-align: center;
}

.counter-landing .landing-logo {
	max-width: 570px;
	margin: 0 auto 30px;
}

.counter-landing .launch-date {
	font-size: 35px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 100;
	display: block;
	color: #000;
	margin-bottom: 10px;
}

.counter-landing .timer {
	max-width: 602px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.counter-landing .landing-btn {
	display: inline-block;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background-color: #5BBD72;
	padding: 12px 57px;
	border-radius: 24px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.counter-landing .landing-btn:hover {
	background-color: rgba(91, 189, 114, 0.8);
}



.page-template-template-presentation-php .featured-banner {
	width: 100%;
	position: relative;
	margin: 0 0 min(130px, 14vh);
}

.page-template-template-presentation-php .featured-banner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center center;
	position: relative;
	z-index: 9;
}

.page-template-template-presentation-php .featured-banner:after {
	content: '';
	background-color: #000;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.page-template-template-presentation-php .featured-banner .fb-title {
	background-color: #333333;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	text-transform: uppercase;
	padding: 22px 49px 12px;
	font-family: 'PP Mori';
	font-weight: 400;
	font-size: min(50px, 11vh);
	line-height: min(50px, 11vh);
	z-index: 12;
	color: #fff;
}

.page-template-template-presentation-php .inner-slide.ffc-slide .pc-title-area {
	text-align: center;
	padding: 30px 0 60px;
}

.page-template-template-presentation-php .inner-slide.ffc-slide .pc-title-area h3 {
	color: #333;
	letter-spacing: 0.02em;
	margin: 0;
}

.page-template-template-presentation-php .featured-four-column {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 min(129px, 11vh);
}

.page-template-template-presentation-php .featured-four-column .ffc-column {
	width: calc(25% - min(70px, 3.3vh));
}

.page-template-template-presentation-php .featured-four-column h4 {
	font-size: min(34px, 3.3vh);
	line-height: min(34px, 3.3vh);
	margin: 0 0 min(20px, 3.3vh) 20px;
	text-transform: uppercase;
}

.page-template-template-presentation-php .featured-four-column .ffc-sub-heading {
	color: #4E995B;
	font-size: min(22px, 3.3vh);
	line-height: min(22px, 3.3vh);
	margin: 0 0 min(20px, 3.3vh) 20px;
	font-weight: 700;
}

.page-template-template-presentation-php .featured-four-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page-template-template-presentation-php .featured-four-column ul li {
	background: url(images/arrow-solid.svg) no-repeat left 5px;
	background-size: 24px;
	padding: 0 0 min(20px, 3.3vh) 20px;
	font-size: min(18px, 3.3vh);
	line-height: min(22px, 3.3vh);
}

.page-template-template-presentation-php .featured-four-column ul li:last-child {
	margin: 0;
}

.page-template-template-presentation-php .featured-four-column p {
	margin: 0 0 20px;
}

.page-template-template-presentation-php .featured-four-column p:last-child {
	margin: 0;
}

.page-template-template-presentation-php .ffc-slide .bottom-count {
	color: #333;
}

.page-template-template-presentation-php .ccr-bottom {
	text-align: center;
	padding-top: 50px;
}


#fancybox-1 .fadeIn {
	opacity: 1 !important;
}

/* .page-id-63 .road-map-content-row .rmcr-main {
	display: none;
} */


/*Blog*/
.container-with-sidebar {
	width: 100%;
	padding-bottom: 50px;
	overflow-x: clip;
	position: relative;
	z-index: 3;
}

.container-with-sidebar .container {
	max-width: 1204px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
}

/*Sidebar*/
.container-with-sidebar .container .main-sidebar {
	width: 25.08%;
	padding: 0px 0 150px;
}

.subscribe-widget {
	margin-bottom: 32px;
	text-align: center;
}

.podcast-area .subscribe-widget .sw-top {
	margin-top: 0;
}

.subscribe-widget .sw-top {
	padding: 22px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background-size: cover;
	position: relative;
	margin-top: 40px;
}

.subscribe-widget .sw-top:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #333333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.subscribe-widget .sw-top .sw-top-wraper {
	position: relative;
	z-index: 2;
}

.subscribe-widget .sw-top .sw-top-wraper .sw-logo {
	margin-bottom: 22px;
}

.subscribe-widget .sw-top .sw-top-wraper h4 {
	font-family: 'PP Mori';
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	color: #fff;
	padding: 0;
	margin: 0 0 8px;
}

.subscribe-widget .sw-top .sw-top-wraper p {
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.subscribe-widget .sw-bottom {
	padding: 22px 24px 5px;
	background-color: #333333;
}

.gform_heading {
	display: none;
}

.main-sidebar h3 {
	font-family: 'PP Mori';
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	padding: 0;
	margin: 0 0 32px;
}

.search-notice {
	display: none;
}

.mob-filter-close {
	display: none;
	color: #3687C7;
}

.main-sidebar .sidebar-search {
	width: 100%;
	position: relative;
	padding: 8px 45px 10px 18px;
	background-color: #fff;
	border: #000 1px solid;
	border-radius: 22px;
	height: 42px;
	margin-bottom: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.main-sidebar .sidebar-search input[type="submit"] {
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #000;
	background-image: url(images/search-icon-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -1px;
}

.main-sidebar .sidebar-search input[type="text"] {
	width: calc(100% - 32px);
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
}

.latest-post-widget h4 {
	font-size: 16px;
	line-height: 20px;
	color: #989898;
	font-weight: 700;
	padding: 0;
	margin: 0 0 16px;
}

.latest-post-widget .latest-post-module {
	text-decoration: none;
	color: #000000;
	display: block;
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.latest-post-widget .latest-post-module .author-info {
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 12px;
	color: #505050;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.latest-post-widget .latest-post-module .post-preview {
	width: 53px;
	height: 53px;
	object-fit: cover;
	border-radius: 8px;
	margin-right: 16px;
}

.latest-post-widget .latest-post-module .post-title {
	width: calc(100% - 70px);
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

.latest-post-widget .latest-post-module .author-info .sidebar-date {
	display: block;
}

.widget {
	margin-bottom: 40px;
}

.widget h2 {
	font-size: 20px;
	line-height: 36px;
	margin: 0 0 16px;
	background: #333;
	padding: 4px 15px;
	color: #fff;
}

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

.widget ul li {
	display: block;
	margin-bottom: 12px;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 12px;
}

.widget ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.widget ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 700;
	padding: 0 6px;
}

.widget ul li span.post-date {
	display: block;
	font-size: 13px;
	line-height: 17px;
	margin-top: 4px;
	color: #505050;
	padding: 0 6px;
}

.widget select {
	width: 100%;
	cursor: pointer;
}

/*post content*/
.container-with-sidebar .container .main-left-content {
	width: 72.453%;
	background-color: #fff;
	padding: 0px 6.3% 0 0;
	position: relative;
	border-right: #F0F0F0 1px solid;
}

.research-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 -14px;
}

.research-row .research-col {
	width: 33.33%;
	padding: 14px;
}

.main-left-content .research-row .research-col {
	width: 50%;
	margin-bottom: 50px;
}

.main-left-content .research-row .research-col:first-child {
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: #E3E3E3 1px solid;
}

.research-row .research-col .preview-img,
.research-row .research-col .preview-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 16px;
	display: block;
}

.main-left-content .research-row .research-col:first-child .preview-img,
.main-left-content .research-row .research-col:first-child .preview-img img {
	width: 100%;
	height: 390px;
}

.research-row .research-col .column-content {
	width: 100%;
}

.research-row .research-col .column-content p {
	margin: 0;
}

.research-row .research-col .column-content h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 18px;
}

.research-row .research-col .column-content h4 a {
	color: #000;
}

.research-row .research-col:first-child .column-content h4 {
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 16px;
}

.research-row .research-col .column-content a.read-btn {
	font-weight: 700;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding: 11px 16px 7px;
	border-radius: 22px;
	text-align: center;
	min-width: 94px;
	background-color: #0561BE;
	color: #FFFFFF;
	transition: color 0.3s ease, background-color 0.3s ease;
	margin-top: 20px;
}

.research-row .research-col .column-content a.read-btn:hover {
	background-color: #2E92FF;
}


.container-with-sidebar .container .main-left-content .podcast-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -14px;
}

.container-with-sidebar .container .main-left-content .podcast-row .podcast-col {
	width: 50%;
	padding: 0 14px 14px;
}

.container-with-sidebar .container .main-left-content .podcast-row .podcast-col img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.container-with-sidebar .container .main-left-content .podcast-row .podcast-col h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 16px 0 20px;
}

.container-with-sidebar .container .main-left-content .podcast-row .podcast-col h3 a {
	text-decoration: none;
	color: #000;
}

.container-with-sidebar .container .main-left-content .podcast-row .podcast-col .more-link {
	font-weight: 700;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	padding: 11px 16px 7px;
	border-radius: 22px;
	text-align: center;
	min-width: 94px;
	background-color: #0561BE;
	color: #FFFFFF;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.container-with-sidebar .container .main-left-content .podcast-row .podcast-col .more-link:hover {
	background-color: #2E92FF;
}



/*pager*/
.post-pager {
	padding: 50px 0 50px;
}

.post-pager a,
.post-pager span {
	border: none;
	color: #1B2222;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 0 10px;
}

.post-pager .pages {
	border-right: #a2a2a2 1px solid;
}

.post-pager a:hover,
.post-pager span.current {
	color: #3687C7;
}

.post-pager a,
.post-pager span {
	border: none;
	color: #1B2222;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 0 10px;
}

.post-pager .nextpostslink {
	border-left: #a2a2a2 1px solid;
	border-right: #a2a2a2 1px solid;
}

/*Sibgle*/
/*Breadcrumb*/
.breadcrumb-section {
	font-size: 15px;
	line-height: 17px;
	color: #000;
	font-weight: 400;
	margin-bottom: 43px;
	padding: 0 20px;
}

.entry-date {
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	display: block;
}

.single h2 {
	margin: 0 0 25px;
}

.single .container-with-sidebar .container .main-left-content {
	padding-top: 0;
}

div#gform_confirmation_wrapper_3 {
	padding-bottom: 20px;
	color: #fff;
}

.sfd-last {
	/* margin-left: auto; */
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

.sfd-last img {
	transform: scale(1);
	transition: ease-in-out 0.25s transform;
	height: 90px;
	width: auto;
	object-fit: cover
}

.sfd-last img:hover {
	transform: scale(1.3);
}

.page-banner-medium-row {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #333;
	color: #fff;
	position: relative;
	background-image: url('https://freightpat1stg.wpenginepowered.com/wp-content/uploads/2026/02/hero-courses2.jpg');

}

.page-banner-medium-row:after {
	background: linear-gradient(91deg, #0D2336 50.35%, rgba(13, 35, 54, 0.63) 68.94%);
	mix-blend-mode: multiply;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.page-banner-medium-row .container {
	max-width: 1700px;
	padding: 0 25px;
	position: relative;
	z-index: 10;
}

.page-banner-medium-row .pbmr-content {
	min-height: 344px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	font-size: 16px;
	font-weight: 400;
}

.page-banner-medium-row .pbmr-content h1 {
	color: #fff;
	margin: 0 0 25px;
	font-weight: 300;
}

.page-banner-medium-row .pbmr-content h1:last-child {
	margin: 0;
}

.page-banner-medium-row .pbmr-content p {
	line-height: 28px;
	margin: 0 0 25px;
}

.page-banner-medium-row .pbmr-content p br {
	display: none;
}

.page-banner-medium-row .pbmr-content p:last-child {
	margin: 0;
}

.page-banner-medium-row .pbmr-content .cta-button {
	background-color: #d2d4d6;
	color: #000;
}

.page-banner-medium-row .pbmr-content .cta-button:hover {
	color: #fff;
	background-color: #0561BE;
}

.page-banner-medium-row .pbmr-content .pbmr-content-inner {
	max-width: 50%;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-logo {
	width: 200px;
}

.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-desc {
	width: calc(100% - 200px - 20px);
}

.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-desc em {
	color: #6EC9D8;
}

.featured-cards-breadcrumb {
	padding: 28px 0 65px;
}

.featured-cards-breadcrumb .container {
	max-width: 1700px;
	padding: 0 25px;
}

.featured-cards-breadcrumb .breadcrumb-section {
	padding: 0;
	margin: 0;
}

.featured-cards-introduction {
	padding: 0 0 12px;
	font-size: 22px;
	color: #333333;
}

.featured-cards-introduction .container {
	max-width: 1700px;
	padding: 0 25px;
}

.featured-cards-introduction p {
	margin: 0 0 25px;
	line-height: 30px;
}

.featured-cards-introduction ul,
.featured-cards-introduction ol {
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.featured-cards-introduction ul li,
.featured-cards-introduction ol li {
	margin: 0 0 7px;
}

.featured-cards-introduction ul li:last-child,
.featured-cards-introduction ol li:last-child {
	margin: 0;
}

.featured-cards-introduction ul:last-child,
.featured-cards-introduction ol:last-child {
	margin: 0;
}

.featured-cards-introduction .fci-inner {
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 30px;
}

.featured-cards-block {}

.featured-cards-block .container {
	max-width: 1700px;
	padding: 0 25px;
}

.featured-cards-block .fcb-content {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -10px;
}

.featured-cards-block .fcb-content .fcb-block {
	width: calc(33.33% - 20px);
	margin: 20px 10px;
	position: relative;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.32px;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-image {
	margin: 0 0 14px;
	position: relative;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-image:after {
	background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.00) 51.81%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.featured-cards-block .fcb-content .fcb-block:hover .fcb-block-image:after {
	opacity: 1;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-desc h4 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0 0 14px;
	padding: 0 42px 0 0;
	letter-spacing: normal;
	position: relative;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}



.featured-cards-block .fcb-content .fcb-block .fcb-block-desc h4:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f061";
	right: 3px;
	top: 2px;
	position: absolute;
}

.featured-cards-block .fcb-content .fcb-block:hover .fcb-block-desc h4 {
	color: #0561be;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-desc h4:last-child {
	margin: 0;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-desc p {
	line-height: 22px;
	margin: 0 0 14px;
}

.featured-cards-block .fcb-content .fcb-block .fcb-block-desc p:last-child {
	margin: 0;
}


.featured-cards-block .fcb-content-bottom {
	text-align: center;
	padding: 32px 0 78px;
}

.featured-cards-block .fcb-content-bottom .cta-button {
	margin: 5px;
}

.featured-cards-block .fcb-content-bottom .cta-button.back {
	border: 1px solid #000;
	background-color: #fff;
	font-size: 16px;
	color: #000;
	letter-spacing: 0.32px;
}

.featured-cards-block .fcb-content-bottom .cta-button.back:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f060";
	margin-right: 10px;
}

.featured-cards-block .fcb-content-bottom .cta-button.back:hover {
	background-color: #0561be;
	color: #fff;
	border: 1px solid #0561be;
}

.category-wrap {
	padding: 63px 0;
}

.category-wrap .container {
	max-width: 1700px;
	padding: 0 25px;
}

.category-wrap .category-loop {
	margin: 0 0 25px;
}

.category-wrap .category-loop .cat-meta {
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 20px;
	margin: 0 0 33px;
}

.category-wrap .category-loop .cat-meta .cat-title h2 {
	font-size: 38px;
	color: #434343;
	font-weight: 500;
	letter-spacing: 0.88px;
	text-transform: capitalize;
	margin: 0 0 20px;
}

.category-wrap .category-loop .cat-meta .cat-desc {
	color: #767676;
	font-size: 18px;
	font-weight: 400;
}

.category-wrap .category-loop .cat-meta .cat-desc p {
	line-height: 24px;
	margin: 0 0 16px;
}

.category-wrap .category-loop .cat-meta .cat-desc p:last-child {
	margin: 0;
}

.category-wrap .category-loop .cat-meta .cat-desc ul,
.category-wrap .category-loop .cat-meta .cat-desc ol {
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.category-wrap .category-loop .cat-meta .cat-desc ul li,
.category-wrap .category-loop .cat-meta .cat-desc ol li {
	margin: 0 0 7px;
	line-height: 24px;
}

.category-wrap .category-loop .cat-meta .cat-desc ul li:last-child,
.category-wrap .category-loop .cat-meta .cat-desc ol li:last-child {
	margin: 0;
}

.category-wrap .category-loop .cat-meta .cat-desc ul:last-child,
.category-wrap .category-loop .cat-meta .cat-desc ol:last-child {
	margin: 0;
}

.category-wrap .category-loop .course-wrap {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -10px;
}

.category-wrap .category-loop .course-wrap .course-item {
	width: calc(25% - 20px);
	margin: 10px 10px 30px;
	position: relative;
}

.category-wrap .category-loop .course-wrap .course-item .course-item-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 12;
}

.category-wrap .category-loop .course-wrap .course-item h3 {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	padding: 17px 35px 17px 10px;
	position: relative;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}

.category-wrap .category-loop .course-wrap .course-item h3 a {
	color: inherit;
}

.category-wrap .category-loop .course-wrap .course-item h3:after {
	font-weight: 700;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	position: absolute;
	right: 10px;
	top: 17px;
	font-size: 16px;
}

.category-wrap .category-loop .course-wrap .course-item p {
	padding: 0px 10px;
	margin: 0;
	line-height: normal;
}

.category-wrap .category-loop .course-wrap .course-item .course-image {
	position: relative;
}

.category-wrap .category-loop .course-wrap .course-item .course-image:before {
	content: '';
	background-color: #D2D2D2;
	width: calc(100% - 30px);
	height: 26px;
	border-radius: 10px 10px 0 0;
	position: absolute;
	left: 50%;
	top: -13px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.category-wrap .category-loop .course-wrap .course-item .course-image:after {
	background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.00) 51.81%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.category-wrap .category-loop .course-wrap .course-item:hover .course-image:after {
	opacity: 1;
}

.category-wrap .category-loop .course-wrap .course-item .course-image .lesson-count {
	background-color: #e66030;
	padding: 8px 24px;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.24px;
	border-radius: 15px;
	text-transform: capitalize;
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 13;
}

.category-wrap .category-loop .course-wrap .course-item .course-image .lesson-count+.lesson-count {
	right: 15px;
	left: auto;
}

.category-wrap .category-loop .course-wrap .course-item .course-image .lesson-count+.lesson-count+.lesson-count {
	top: 106px;
}

.category-wrap .category-loop .course-wrap .course-item .course-image img {
	width: 100%;
	height: 250px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center center;
	position: relative;
	z-index: 10;
}

.category-wrap .category-loop .course-wrap .course-item .course-image .course-image-logo {
	position: absolute;
	background-color: #fff;
	right: 0;
	bottom: 0;
	width: 50%;
	max-width: 175px;
	padding: 5px;
	z-index: 10;
}

.category-wrap .category-loop .course-wrap .course-item .course-image .course-image-logo img {
	width: auto;
	height: auto;
}

.category-wrap .category-loop .course-wrap .course-item:hover h3 {
	color: #0561be;
}

.filter-bar-wrap {
	background: #24255B;
	padding: 16px 0;
	position: sticky;
	left: 0;
	top: 70px;
	z-index: 100;
}

.filter-bar-wrap .container {
	max-width: 1700px;
	padding: 0 25px;
}

.filter-bar-wrap .filter-bar-row {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.filter-bar-wrap .filter-bar-row .filter-bar-dropdown {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.filter-bar-wrap .filter-bar-row .filter-bar-dropdown span {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0.32px;
	margin-right: 14px;
}

.filter-bar-wrap .filter-bar-row .filter-bar-dropdown select {
	background-image: url(images/select-arrow-white.svg);
	background-color: transparent;
	padding: 10px 50px 10px 24px;
	border: 1px solid rgba(255, 255, 255, 0.70);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 30px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.32px;
	text-transform: capitalize;
}

.filter-bar-wrap .filter-bar-row .filter-bar-dropdown select * {
	background-color: #fff;
	color: #333;
}

.filter-bar-wrap .filter-bar-row #filter-dropdown {
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.filter-bar-wrap .filter-bar-row #filter-dropdown select {
	width: 230px;
	margin: 3px 7px;
}

.filter-bar-wrap .filter-bar-row #filter-dropdown select:first-child {
	margin-left: 0;
}

.filter-bar-wrap .filter-bar-row #filter-dropdown select:last-child {
	margin-right: 0;
}

.filter-bar-wrap .filter-bar-row .filter-search input[type="search"],
.filter-bar-wrap .filter-bar-row .filter-search input[type="text"] {
	width: 370px;
	border: 0;
	background: #F04D23 url("images/cat-search-btn.svg") no-repeat 17px center;
	padding: 10px 24px 10px 45px;
	color: #F2F2F2;
	font-size: 16px;
	letter-spacing: 0.32px;
	font-weight: 400;
	border-radius: 25px;
}

.filter-bar-wrap .filter-bar-row .filter-search ::-webkit-input-placeholder {
	color: #F2F2F2;
}

.filter-bar-wrap .filter-bar-row .filter-search ::-moz-placeholder {
	color: #F2F2F2;
}

.filter-bar-wrap .filter-bar-row .filter-search :-ms-input-placeholder {
	color: #F2F2F2;
}

.filter-bar-wrap .filter-bar-row .filter-search :-moz-placeholder {
	color: #F2F2F2;
}

.bundle-btn {
    background-color: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 30px;
    color: #FFF !important;
    font-weight: 400;
    letter-spacing: 0.32px !important;
    text-transform: capitalize;
	font-family: 'PP Mori';
	font-size: 18px !important;
}

.bundle-btn.active {
	background-color: #F04D23;
	border-color: #F04D23;
}


.scrollto-btn {
	background-image: url(images/select-arrow-white.svg);
	background-color: transparent;
	padding: 10px 50px 10px 24px;
	border: 1px solid rgba(255, 255, 255, 0.70);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 30px;
	color: #FFF !important;
	font-weight: 400;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: 92%;
	margin: 3px 7px;
}

.scrollto-btn:last-child {
	margin-right: 0;
}

@media (max-width:767px) {
	.container-wrap {
		margin-top: 64px;
	}
}

.details-lesson-wrap {
	padding: 14px 0 80px;
}

.details-lesson-wrap .container {
	max-width: 1700px;
	padding: 0 25px;
}

.details-lesson-wrap .breadcrumb-section {
	padding: 0;
	margin: 0 0 63px;
}

.details-lesson-wrap .details-lesson-container {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.32px;
}

.details-lesson-container h1 {
	font-size: 32px;
	color: #000;
	text-transform: capitalize;
	line-height: 40px;
	margin: 0 0 26px;
	letter-spacing: normal;
}

.details-lesson-container p {
	line-height: 24px;
	margin: 0 0 30px;
}

.details-lesson-container p:last-child {
	margin: 0;
}

.details-lesson-container ul,
.details-lesson-container ol {
	padding: 0 0 0 23px;
	margin: 0 0 30px 0;
}

.details-lesson-container ul li,
.details-lesson-container ol li {
	margin: 0 0 7px;
	line-height: 24px;
}

.details-lesson-container ul li:last-child,
.details-lesson-container ol li:last-child {
	margin: 0;
}

.details-lesson-container ul:last-child,
.details-lesson-container ol:last-child {
	margin: 0;
}

.details-lesson-container .text-back-cta {
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.32px;
	text-transform: capitalize;
	font-weight: 700;
	display: inline-block;
	padding: 0 0 0 25px;
	position: relative;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
}

.details-lesson-container .text-back-cta:before {
	font-weight: 400;
	font-family: "Font Awesome 6 Pro";
	content: "\f060";
	position: absolute;
	left: 0;
	top: 0;
}

.details-lesson-container .text-back-cta:hover {
	color: #0561BE;
}

.details-lesson-wrap .details-lesson-container .dlc-sidebar {
	width: calc(45% - 49px);
}

.details-lesson-wrap .details-lesson-container .dlc-sidebar .dlc-sidebar-image {
	margin: 0 0 24px;
}

.details-lesson-wrap .details-lesson-container .dlc-sidebar .dlc-sidebar-image {
	position: relative;
}

.details-lesson-wrap .details-lesson-container .dlc-sidebar .dlc-sidebar-image .course-image-logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
	padding: 8px 12px;
	width: auto;
	max-width: 260px;
	z-index: 10;
}

.details-lesson-wrap .details-lesson-container .dlc-sidebar .dlc-sidebar-image img {
	width: 100%;
	min-height: 120px;
	border-radius: 6px;
	object-fit: cover;
	object-position: center center;
}

.details-lesson-wrap .details-lesson-container .dlc-main {
	width: calc(55% - 49px);
	/* overflow: hidden; */
}

.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom {
	border-top: 1px solid #DEDEDE;
	padding: 32px 0 0;
	margin: 46px 0 0;
	display: flex;
	align-items: center;
}

.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom .cta-button {
	padding: 10px 24px;
	margin: 3px 5px;
}

.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom .cta-button:first-child {
	margin-left: 0;
}

.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom .cta-button:last-child {
	margin-right: 0;
}

.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom .cta-button.share-btn {
	background-color: #333;
}

.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom .cta-button.share-btn:hover {
	background-color: #0561BE;
}

.share-area {
	margin-left: 10px;
	position: relative;
}

.social-popup {
	display: none;
	padding: 20px;
	background-color: #fff;
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	width: 284px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 16px;
	border-radius: 6px;
}

.social-popup:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
}

.social-popup.open {
	display: block;
}

.social-popup div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin: 0 5px;
}


.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom .cta-button.share-btn:before {
	font-weight: 900;
	font-family: "Font Awesome 6 Sharp";
	content: "\f064";
	margin-right: 7px;
}


.floating-latest-post {
	position: fixed;
	right: 69px;
	bottom: 69px;
	z-index: 899;
}

.floating-latest-post .flp-inner {
	width: 426px;
	position: relative;
}

.floating-latest-post .flp-close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 14px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

.floating-latest-post .flp-block-content {
	background-color: #2E92FF;
	padding: 14px;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	transition: border-radius 0.3s ease;
	-webkit-transition: border-radius 0.3s ease;
}

.floating-latest-post .flp-block-content .flp-block-image {
	width: 152px;
}

.floating-latest-post .flp-block-content .flp-block-image img {
	width: 100%;
	height: 153px;
	object-fit: cover;
	object-position: center center;
	transition: border-radius 0.3s ease;
	-webkit-transition: border-radius 0.3s ease;
}

.floating-latest-post .flp-block-content .flp-block-desc {
	width: 226px;
	font-size: 16px;
	color: #FFF;
	text-transform: capitalize;
}

.floating-latest-post .flp-block-content .flp-block-desc p {
	margin: 0 0 9px;
	line-height: 22px;
}

.floating-latest-post .flp-block-content .flp-block-desc h4 {
	margin: 0 0 7px;
	font-size: 20px;
	color: inherit;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
}

.floating-latest-post .flp-block-content .flp-block-desc .flp-block-cta {
	background-color: #000;
	padding: 8px 16px;
	display: inline-block;
	border-radius: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24px;
	text-transform: capitalize;
	color: #fff;
}

.floating-latest-post .flp-block-content .flp-block-desc .flp-block-label {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff;
	padding: 0 26px 0 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}

.floating-latest-post .flp-block-content .flp-block-desc .flp-block-label:after {
	font-size: 12px;
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f107";
	position: absolute;
	right: 7px;
	top: 4px;
}

.floating-latest-post.active .flp-block-content .flp-block-image {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 4px solid #9ACAFF;
}

.floating-latest-post.active .flp-block-content .flp-block-image img {
	width: 100%;
	height: 32px;
	border-radius: 40px;
}

.floating-latest-post.active .flp-block-content .flp-block-desc .flp-block-desc-inner {
	display: none;
}

.floating-latest-post.active .flp-block-content .flp-block-desc .flp-block-label {
	transition-delay: 0.2s;
	opacity: 1;
	visibility: visible;
	position: relative;
}

.floating-latest-post.active .flp-block-content .flp-block-desc {
	width: 137px;
}

.floating-latest-post.active .flp-inner {
	width: 208px;
}

.floating-latest-post.active .flp-close {
	display: none;
}

.floating-latest-post.active .flp-block-content {
	border-radius: 40px;
	padding: 8px;
}

.core-blocks-content-row {
	margin: 26px 0 56px;
}

.core-blocks-content-row .cbcr-head {
	text-align: center;
	margin: 0 0 58px;
}

.core-blocks-content-row .cbcr-head h2 {
	color: #333;
	font-size: 54px;
	margin: 0 0 16px;
}

.core-blocks-content-row .cbcr-head h2:last-child {
	margin: 0;
}

.core-blocks-content-row .cbcr-head h2 sup {
	font-size: 35%;
	top: -20px;
}

.core-blocks-content-row .cbcr-main {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -20px;
}

.core-blocks-content-row .cbcr-main .cbcr-block {
	width: calc(25% - 20px);
	margin: 10px;
}

.core-blocks-content-row .cbcr-main .cbcr-block h4 {
	padding: 13px;
	border-radius: 5px;
	background: #333;
	color: #fff;
	font-size: 24px;
	line-height: normal;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 13px;
}

.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc {
	background-color: #0561BE;
	min-height: 280px;
	color: #FFF;
	border-radius: 5px;
	font-size: 16px;
	padding: 29px 19px;
}

.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc p {
	margin: 0 0 16px;
	line-height: 24px;
}

.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ul,
.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ol {
	padding: 0 0 0 23px;
	margin: 0 0 16px 0;
}

.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ul li,
.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ol li {
	line-height: 24px;
	margin: 0 0 3px;
}

.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ul li:last-child,
.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ol li:last-child {
	margin: 0;
}

.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ul:last-child,
.core-blocks-content-row .cbcr-main .cbcr-block .cbcr-block-desc ol:last-child {
	margin: 0;
}

.core-blocks-content-row .cbcr-bottom {
	display: flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 10px -10px;

}

.core-blocks-content-row .cbcr-bottom .cta-arrow-btn {
	background-color: #D9D9D9;
	color: #112A44;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 27px;
	text-align: center;
	position: relative;
}

.core-blocks-content-row .cbcr-bottom .cta-arrow-btn:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 0 27px 27px;
	border-color: transparent transparent transparent #D9D9D9;
	position: absolute;
	left: 100%;
	top: 0;
}

.core-blocks-content-row .cbcr-bottom .cta-arrow-btn:nth-child(1) {
	width: calc(75% - 31px);
	margin-right: 47px;
}

.core-blocks-content-row .cbcr-bottom .cta-arrow-btn:nth-child(2) {
	width: calc(25% - 37px);

}

/*=================================================================
[New Home hero]
==================================================================*/
.landing-banner-row .lbr-container.caption-wrapper {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.page-home .landing-banner-row .caption-wrapper .lbr-content {
	height: auto;
	min-height: 600px;
	display: flex;
}

.landing-banner-row .caption-wrapper .lbr-content .lbr-desc {
	width: auto;
	max-width: 588px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}

.landing-banner-row .caption-wrapper .lbr-content .lbr-desc h1 {
	font-size: 53px;
	line-height: 72px;
	letter-spacing: 1.12px;
	font-weight: 300 !important;
	color: #fff;
	padding: 0;
	margin: 0 0 20px;
	font-family: 'PP Mori' !important;
}

.landing-banner-row .caption-wrapper .lbr-content .lbr-desc p {
	letter-spacing: 0.32px;
	margin: 0 0 20px;
}

.page-hero-area {
	position: relative;
	overflow: hidden;
}

.page-hero-area.landing-banner-row .lbr-video-holder {
	height: 100%;
}

.page-home .page-hero-area.landing-banner-row .lbr-video-holder {
	height: 100%;
}

.page-hero-area.landing-banner-row .cta-button {
	padding: 3px 24px;
	background-color: #2E92FF;
	color: #fff;
	text-transform: none;
	transition: ease-in-out 0.3s color, ease-in-out 0.3s background-color;
}

.page-hero-area.landing-banner-row .cta-button:hover {
	background-color: #fff;
	color: #2E92FF;
}

.page-hero-area.landing-banner-row .cta-button.black-btn {
	background-color: #231F20;
	margin-left: 25px;
}

.page-hero-area.landing-banner-row .cta-button.black-btn:hover {
	background-color: #fff;
	color: #2E92FF;
}

.landing-banner-row.page-hero-area .lbr-content {
	height: auto;
	min-height: 548px;
	padding: 20px 0;
}

/*==========================================================
[title_with_content_two_column]
===========================================================*/
.twctc-area {
	width: 100%;
	padding: 80px 0;
}

.twctc-area .twctc-container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.twctc-area .twctc-container .title-area {
	width: 48.5%;
}

.twctc-area .twctc-container .title-area h2 {
	font-size: 44px;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: 0.88px;
	color: #333;
	padding: 0;
	margin: 0 0 20px;
}

.twctc-area .twctc-container .content-holder {
	width: 49.16%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.4px;
	color: #333;
}

.twctc-area .twctc-container .content-holder p {
	margin: 0 0 25px;
}

/*=====================================================
[trusted_area]
======================================================*/

.trusted-area {
	width: 100%;
	background-color: #333;
	color: #fff;
	padding: 66px 0 75px;
}

.trusted-area .trust-container {
	max-width: 1240px;
	padding: 0 20px;
	text-align: center;
	margin: 0 auto;
}

.trusted-area .trust-container h2 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	padding: 0;
	margin: 0 0 35px;
}

.trusted-area .trust-container .logo-area {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trusted-area .trust-container .logo-area .logo-item {
	margin: 0 15px;
}

.trusted-area .trust-container .logo-area .logo-item img {
	width: auto;
	height: 106px;
	object-fit: cover;
}

/*============================================================
[two column image with content updated]
===============================================================*/
.content-featured-icon-block-row.style2 {
	width: 100%;
	background-color: #0561BE;
	display: block;
	padding: 54px 0;
	background-image: url(images/blue-arrow-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.content-featured-icon-block-row.style2 .ctcwi-container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.content-featured-icon-block-row.style2.left-align .ctcwi-container {
	flex-direction: row-reverse;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-right {
	width: 45.66%;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-right .right-image img,
.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-right .right-image img {
	max-height: 100%;
	transform: scale(1);
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left {
	width: 48.91%;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0.4px;
	background: none;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left strong {
	font-weight: 700;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left h2 {
	font-size: 38px;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: 0.88px;
	padding: 0;
	margin: 0 0 18px;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left p {
	margin: 0 0 18px;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left .cta-button {
	background-color: #fff;
	color: #0561BE;
}

.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left .cta-button:hover {
	background-color: #000;
	color: #fff;
}


.content-featured-icon-block-row.style3 {
	width: 100%;
	padding: 54px 0;
	background-color: transparent;
	display: block;
}


.content-featured-icon-block-row.style3 .ctcwi-container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.content-featured-icon-block-row.style3.left-align .ctcwi-container {
	flex-direction: row-reverse;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-right {
	width: 45.66%;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left {
	width: 48.91%;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0.4px;
	color: #333;
	background: none;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left strong {
	font-weight: 700;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left h2 {
	font-size: 44px;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: 0.88px;
	color: #333;
	padding: 0;
	margin: 0 0 18px;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left p {
	margin: 0 0 18px;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left .cta-button {
	background-color: #0561BE;
	color: #fff;
}

.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left .cta-button:hover {
	background-color: #000;
	color: #fff;
}

/*====================================================================
[Top Courses]
===================================================================*/
.top-courses {
	padding: 65px 0 63px;
}

.top-courses .top-courses-head {
	margin-bottom: 42px;
}

.top-courses .top-courses-head h3 {
	font-size: 44px;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: 0.88px;
	margin: 0 0 10px;
}

.top-courses .top-course-links {
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 29px;
	margin-bottom: 35px;
}

.top-courses .top-course-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.top-courses .top-course-links ul li {
	display: block;
}

.top-courses .top-course-links ul li a {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 0.36px;
	text-transform: capitalize;
	border-radius: 100px;
	background: #EFEFEF;
	padding: 0 16px;
	margin-right: 11px;
	display: block;
}

.top-courses .top-course-links ul li:hover a {
	background: #0561BE;
	color: #fff;
}

/**/
.top-courses .course-carousel {}

.top-courses .course-carousel h5 {
	color: #434343;
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: capitalize;
	margin: 0 0 19px;
	font-style: normal;
}

.top-courses .course-carousel .cta-button {
	padding: 10px 24px 8px;
}

.top-courses .course-carousel-row {
	margin: 0 -10px;
}

.top-courses .course-carousel-col {
	padding: 0 10px;
	position: relative;
}

.top-courses .course-carousel-col h6 {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.top-courses .course-carousel-col h6 i {
	color: #523E3E;
	display: block;
	opacity: 0;
	margin-right: 30px;
	transition: ease-in-out 0.25s all;
}

.top-courses .course-carousel-col:hover h6 i {
	opacity: 1;
	margin-right: 0;
}

.top-courses .course-image-box {
	position: relative;
	padding-top: 14px;
}

.top-courses .course-image-box img {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 251px;
	object-fit: cover;
	margin-bottom: 11px;
	z-index: 1;
}

.top-courses .course-count {
	position: absolute;
	right: 25px;
	top: 35px;
	border-radius: 100px;
	background: #0561BE;
	padding: 0 24px;
	line-height: 24px;

	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.24px;
	text-transform: capitalize;
	z-index: 4;
}

.top-courses .course-carousel-col .overlay-btm {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	background: #D2D2D2;
	border-radius: 10px;
	z-index: -1;
	width: 90%;
	height: 100%;
}

.top-courses .course-carousel-col .overlay-top {
	position: absolute;
	left: 50%;
	top: 14px;
	transform: translateX(-50%);
	background: #D2D2D2;
	border-radius: 10px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 45.38%);
}

.top-courses .course-carousel .slick-arrow {
	position: absolute;
	top: -46px;
	right: 12px;
	box-shadow: none;
	border: 0;
	background: #C4C4C4;
	padding: 0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin: 0 0 0 20px;
}

.top-courses .course-carousel .slick-arrow:hover {
	background: #313131;
}

.top-courses .course-carousel .slick-arrow i {
	font-size: 10px;
	z-index: 3;
	position: relative;
	display: block;
	color: #fff;
}

.top-courses .course-carousel .slick-arrow.slick-prev {
	right: 50px;
}

.top-courses .slick-dots {
	list-style: none;
	padding: 0;
	margin: 10px 10px 20px;
	display: flex;
	flex-wrap: wrap;
}

.top-courses .slick-dots li button {
	background: #000000;
	padding: 0;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	border-radius: 50%;
	margin: 0 10px 0 0;
}

.top-courses .slick-dots li.slick-active button {
	background: #D88835;
}

/*=========================================================================
[results Area]
==========================================================================*/
.three-column-content {
	margin-bottom: 75px;
}

.three-column-content .tcc-head {
	text-align: center;
	margin-bottom: 26px;
}

.three-column-content .tcc-head h4 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
	line-height: 54px;
	letter-spacing: 0.64px;
}

.three-column-content .tcc-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
}

.three-column-content .tcc-col {
	padding: 0 10px;
	width: 33.33%;
}


.home .three-column-content .tcc-col {
	width: 25%;
}

@media (max-width:767px) {
	.home .three-column-content .tcc-col {
		width: 100%;
	}
}

.home .three-column-content .tcc-row {
	align-items: start;
}

.three-column-content .tcc-content {
	padding: 30px 22px;
	border-radius: 8px;
	border: 1px solid #ffffff;
	background: #a7bfdb17;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: #333;
	box-shadow: 2px 3px 5px #00000036;
}

.three-column-content .tcc-content .quote-content {
	padding-bottom: 20px;
	min-height: 166px;
}

.three-column-content .tcc-content p {
	line-height: 24px;
	margin: 0px;
}

.three-column-content .tcc-content strong.note {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.26px;
	min-height: 54px;
}

.three-column-content.search-result-area {
	padding: 75px 0;
}

.three-column-content.search-result-area .tcc-row {
	align-items: flex-start;
}

.three-column-content.search-result-area .tcc-col {
	padding-bottom: 20px;
}

.three-column-content.search-result-area .tcc-content {
	padding-bottom: 66px;
	position: relative;
}

.three-column-content.search-result-area .tcc-content h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 20px;
}

.three-column-content.search-result-area .tcc-content a.more-btn {
	min-width: 133px;
	font-weight: 700;
	display: inline-block;
	padding: 10px 24px 8px;
	text-align: center;
	background-color: #0561BE;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.02em;
	text-transform: capitalize;
	border-radius: 100px;
	transition: color 0.3s ease, background-color 0.3s ease;
	position: absolute;
	bottom: 22px;
	left: 22px;
	z-index: 2;
}

.three-column-content.search-result-area .tcc-content a.more-btn:hover {
	background-color: #000;
	color: #fff;
}



/*======================================================================
[three_column_featured_modules]
======================================================================*/
.three-column-featured-module {
	width: 100%;
	padding: 64px 0 100px;
}

.three-column-featured-module .tcfm-container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.three-column-featured-module .tcfm-container .title-area {
	max-width: 959px;
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #333;
}

.three-column-featured-module .tcfm-container .title-area h2 {
	font-size: 44px;
	line-height: 54px;
	font-weight: 500;
	letter-spacing: 0.88px;
	color: #333;
	margin: 0 0 20px;
}

.three-column-featured-module .tcfm-container .title-area p {
	margin: 0 0 25px;
}

.three-column-featured-module .tcfm-container .title-area p:last-child {
	margin: 0;
}

.three-column-featured-module .tcfm-container .card-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.three-column-featured-module .tcfm-container .card-row .card-module {
	width: 33.33%;
	padding: 0 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #333;
}

.three-column-featured-module .tcfm-container .card-row .card-module img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.three-column-featured-module .tcfm-container .card-row .card-module .module-text {
	padding: 20px 0 56px;
	position: relative;
	min-height: 235px;
}

.three-column-featured-module .tcfm-container .card-row .card-module h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.48px;
	color: #000;
	margin: 0 0 16px;
}

.three-column-featured-module .tcfm-container .card-row .card-module p {
	line-height: 22px;
	letter-spacing: -0.5px;
	margin: 0;
}

.three-column-featured-module .tcfm-container .card-row .card-module a.fc-btn {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: #fff;
	background-color: #2C2C2C;
	padding: 10px 24px;
	border-radius: 100px;
	font-family: 'PP Mori';
	transition: ease-in-out 0.3s color, ease-in-out 0.3s background-color;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.three-column-featured-module .tcfm-container .card-row .card-module a.fc-btn:hover {
	background-color: #2E92FF;
}

/*===========================================================
[logistics-area]
=============================================================*/

.logistics-area {
	width: 100%;
	padding: 67px 0 40px;
	background: #0561BE url(images/large-group-arrow.svg) no-repeat right center;
	background-size: cover;
}

.logistics-area .logistics-container {
	max-width: 1240px;
	padding: 0 40px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.logistics-area .logistics-container .logistics-function-content {
	width: 40.66%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
}

.logistics-area .logistics-container .logistics-function-content h2 {
	font-size: 44px;
	line-height: 54px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.88px;
	padding: 0;
	margin: 0 0 20px;
}

.logistics-area .logistics-container .logistics-function-content p {
	letter-spacing: 0.4px;
	margin: 0 0 15px;
}

.logistics-area .logistics-container .training-area {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.logistics-area .logistics-container .training-area .training-item {
	width: 50%;
	padding: 0 3% 32px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.logistics-area .logistics-container .training-area .training-item .icon-holder {
	width: 64px;
	height: 64px;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 14px;
}

.logistics-area .logistics-container .training-area .training-item h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	padding: 0;
	margin: 0 0 20px;
}

.logistics-area .logistics-container .training-area .training-item p {
	margin: 0;
}


#special-logistics-area.logistics-area .logistics-container .training-area .training-item:nth-child(2) {
	position: relative;
	top: 27%;
}

/*========================================================================
[basic-textimonial-area]
=========================================================================*/
.basic-textimonial-area {
	width: 100%;
	padding: 115px 0 50px;
}

.basic-textimonial-area .testimonial-wrapper {
	max-width: 990px;
	text-align: center;
	color: #0561BE;
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0.56px;
	padding: 0 20px;
	margin: 0 auto;
}

.basic-textimonial-area .testimonial-wrapper p {
	line-height: 36px;
	margin: 0 0 20px;
}

.basic-textimonial-area .testimonial-wrapper .author-info {
	display: block;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
	letter-spacing: 0.32px;
	color: #0561BE;
}

/*==============================================================
[Two Column carousel]
===============================================================*/
.two-column-carousel {
	padding: 65px 0 63px;
}

.two-column-carousel h5 {
	color: #333;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0.56px;
	margin: 0;
}

.two-column-carousel-head {
	margin-bottom: 52px;
	padding-bottom: 16px;
	border-bottom: 1px solid #F3F3F3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.two-column-carousel-area {
	margin: 0 -11px;
}

.two-column-carousel-row {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 11px;
}

.two-column-carousel-column {
	width: 50%;
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.tcc-image-box {}

.tcc-image-box img {
	height: 330px;
	width: 100%;
	object-fit: cover;
}

.tcc-content-box {
	padding: 0 0 0 20px;
}

.tcc-content-box h5 {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.56px;
	margin: 0 0 16px;
}

.tcc-content-box p {
	line-height: 22px;
}

.two-column-carousel .two-column-carousel-area .slick-arrow {
	position: absolute;
	top: -100px;
	right: 10px;
	box-shadow: none;
	border: 0;
	background: #C4C4C4;
	padding: 0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin: 0 0 0 20px;
}

.two-column-carousel .two-column-carousel-area .slick-arrow:hover {
	background: #313131;
	color: #fff;
}

.two-column-carousel .two-column-carousel-area .slick-arrow.slick-prev {
	right: 50px;
}

.two-column-carousel-btm {
	padding: 140px 0 22px;
}

.two-column-carousel-btm .cta-button {
	font-size: 16px;
	line-height: 40px;
}

.two-column-carousel-btm h3 {
	overflow: hidden;
	color: #464646;
	white-space: nowrap;
	font-size: 64px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 50px;
}

.two-column-carousel-area.grid-items {
	display: flex;
	flex-wrap: wrap;
}

.two-column-carousel-area.grid-items .two-column-carousel-row {
	display: block !important;
	width: 25%;
}

.two-column-carousel-area.grid-items .two-column-carousel-row .two-column-carousel-column {
	width: 100%;
}

.two-column-carousel-area.grid-items .two-column-carousel-row .two-column-carousel-column img {
	margin-bottom: 20px;
	height: 281px;
}

.two-column-carousel-area.grid-items.three-col-grid .two-column-carousel-row {
	width: 33.33%;
}

.two-column-carousel-area.grid-items.three-col-grid .two-column-carousel-row .two-column-carousel-column .tcc-image-box img {
	width: 100%;
	height: 382px;
}

.two-column-carousel-area.grid-items.two-col-grid .two-column-carousel-row {
	width: 50%;
}

.two-column-carousel-area.grid-items.two-col-grid .two-column-carousel-row .two-column-carousel-column .tcc-image-box img {
	width: 100%;
	height: 585px;
}

/*==============================================================
[Updated CTA]
==================================================================*/
.cta-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 200px 0 175px;
	min-height: 500px;
	overflow: hidden;
}

.cta-section.style2 {
	padding: 77px 0 90px;
	min-height: 250px;
}

.cta-section .cta-content {
	text-align: center;
}

.cta-section .cta-content {
	max-width: 1232px;
	padding: 20px;
	overflow: hidden;
	margin: 0 auto;
}

.cta-section .cta-content h2 {
	color: #FFF;
	font-family: 'PP Mori';
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cta-section.style1 .cta-content h2 {
	margin: 0 0 60px;
}

.cta-section.style2 .cta-content h2 {
	color: #464646;
	margin: 0 0 50px;
}

.cta-section .cta-button {
	padding: 10px 24px;
}

/*======================================================
[center-content-area]
=======================================================*/
.center-content-area {
	width: 100%;
	padding: 128px 0 66px;
}

.center-content-area .cc-container {
	max-width: 1036px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.44px;
	color: #333;
}

.center-content-area .cc-container h2 {
	font-family: 'PP Mori';
	font-size: 56px;
	line-height: 72px;
	font-weight: 400;
	letter-spacing: 1.12px;
	color: #333;
	text-align: center;
	margin: 0 20px 60px;
}

.center-content-area .cc-container p {
	margin: 0 0 20px;
}

.center-content-area .cc-container p strong {
	font-weight: 700;
}

.center-content-area .cc-container .cc-btn {
	text-decoration: none;
	display: inline-block;
	font-family: 'PP Mori';
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #0561BE;
	padding: 16px 40px;
	border-radius: 100px;
	transition: ease-in-out 0.3s color, ease-in-out 0.3s background-color;
}

.center-content-area .cc-container .cc-btn:hover {
	color: #fff;
	background-color: #000;
}

#about-top-content.center-content-area .cc-container h2 {
	margin-bottom: 25px;
}

/*=========================================================
[Team Module]
==========================================================*/
.team-area {
	width: 100%;
	padding: 74px 0;
}

.team-area .team-container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.team-area .team-container h2 {
	font-family: 'PP Mori';
	font-size: 56px;
	line-height: 56px;
	font-weight: 400;
	letter-spacing: 1.12px;
	text-align: center;
	color: #000;
	margin: 0 0 25px;
}

.team-area .team-container .member-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	justify-content: center;
}

.team-area .team-container .member-row .member-item {
	width: calc(25% - 20px);
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}

.team-area .team-container .member-row .member-item .link-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.team-area .team-container .member-row .member-item img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 30px;
}

.team-area .team-container .member-row .member-item h3 {
	font-family: 'PP Mori';
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
	letter-spacing: 0.48px;
	margin: 0 0 10px;
}

.team-area .team-container .member-row .member-item .position {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #595A5A;
	display: block;
}

/*=================================================================
[center-cta-area]
==================================================================*/

.center-cta-area {
	width: 100%;
	padding: 36px 0 100px;
}

.center-cta-area .cca-wrap {
	max-width: 865px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.44px;
	color: #333;
	text-align: center;
}

.center-cta-area .cca-wrap h2 {
	font-size: 44px;
	line-height: 54px;
	letter-spacing: 0.88px;
	font-weight: 500;
	color: #333;
	margin: 0 0 20px;
}

.center-cta-area .cca-wrap p {
	margin-bottom: 40px;
}

.center-cta-area .cca-wrap .btn-area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.center-cta-area .cca-wrap .btn-area .cca-btn {
	text-decoration: none;
	display: inline-block;
	font-family: 'PP Mori';
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	background-color: #0561BE;
	padding: 16px 40px;
	border-radius: 100px;
	transition: ease-in-out 0.3s color, ease-in-out 0.3s background-color;
}

.center-cta-area .cca-wrap .btn-area .cca-btn:hover {
	background-color: #000;
	color: #fff;
}

.center-cta-area .cca-wrap .btn-area .cca-btn.dark {
	background-color: #333333;
	color: #fff;
}

.center-cta-area .cca-wrap .btn-area .cca-btn.dark:hover {
	background-color: #000;
}

.center-cta-area .cca-wrap .btn-area .cca-btn:last-child {
	margin-left: 18px;
}


/*===========================================================================
[Search Popup]
============================================================================*/

.search-popup-area {
	width: 100vw;
	height: 100vw;
	background-color: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(20px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.search-popup-area .close-btn {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 16px;
}

.search-popup-area .search-wrap {
	max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	top: 20%;
}

.search-popup-area .search-wrap form {
	width: 100%;
	display: block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #fff;
}

.search-popup-area .search-wrap form input[type="text"] {
	width: calc(100% - 60px);
	border: none;
	outline: none;
	background-color: transparent;
	color: #fff;
}

.search-popup-area .search-wrap form button {
	background-color: transparent;
	border: none;
	outline: none;
	width: 60px;
	border-radius: 0;
	padding: 0;
}

.gform_legacy_markup_wrapper textarea.medium {
	height: 120px;
	width: 100%;
	margin-top: 14px !important;
}

.contact-us {
	padding: 100px 0;
	background: url(images/home-background.jpg) no-repeat right top;
	background-attachment: fixed;
	background-size: cover;
}

.contact-us .container {
	max-width: 925px;
}

.contact-us input[type=text],
.contact-us input[type=email],
.contact-us textarea,
.contact-us input[type=tel] {
	border: 0;
}

/* -------------------------------------------------------------------------
   Media Queries
   ------------------------------------------------------------------------- */

@media only screen and (min-width: 1921px) {

	.landing-banner-row .lbr-video-holder iframe,
	.landing-banner-row .lbr-video-holder object,
	.landing-banner-row .lbr-video-holder video {
		transform: scale(2);
		-webkit-transform: scale(2);
	}
}

@media only screen and (min-width: 2882px) {

	.landing-banner-row .lbr-video-holder iframe,
	.landing-banner-row .lbr-video-holder object,
	.landing-banner-row .lbr-video-holder video {
		transform: scale(3);
		-webkit-transform: scale(3);
	}
}

@media only screen and (min-width: 3842px) {

	.landing-banner-row .lbr-video-holder iframe,
	.landing-banner-row .lbr-video-holder object,
	.landing-banner-row .lbr-video-holder video {
		transform: scale(4);
		-webkit-transform: scale(4);
	}
}

@media only screen and (max-width: 1599px) {
	h2 {
		font-size: 50px;
		line-height: 50px;
		font-weight: 500;
	}

	h3 {
		font-size: 40px;
		line-height: 50px;
	}

	.landing-banner-row .lbr-container {
		padding: 0 100px;
	}

	.two-columns-modal-row .tcmr-head {
		padding: 0 34px 10px 90px;
	}

	.two-columns-modal-row .tcmr-right {
		padding: 0 75px 0 0;
	}

	.list-block-content .list-block-row {
		padding: 0 0 45px;
	}

	.content-featured-icon-block-row .cfibr-left {
		width: 40%;
		padding: 75px 45px 75px 36px;
	}

	.content-featured-icon-block-row .cfibr-right {
		width: 60%;
		padding: 75px 45px 75px 45px;
	}

	.site-footer {
		padding: 0 36px 0 36px;
	}

	.course-description-row .course-description-main {
		max-width: 907px;
	}

	.page-home .featured-block-row {
		padding-bottom: 150px;
	}

	.image-description-content-row .idcr-right-content {
		padding: 75px 65px 75px 65px;
	}

	.page-home .image-description-content-row .idcr-image {
		margin-right: 0;
	}

	.content-featured-gallery-row {
		padding: 0 0 0 75px;
	}

	.clients-content-row .ccr-block {
		width: 270px;
		height: 170px;
	}

	.clients-content-row .ccr-block img {
		max-width: 160px;
		max-height: 80px;
	}

	.page-home .landing-banner-row .lbr-content {
		height: 700px;
	}

	.page-home .landing-banner-row .lbr-video-holder {
		height: 700px;
	}

	.landing-banner-row .lbr-video-holder iframe,
	.landing-banner-row .lbr-video-holder object,
	.landing-banner-row .lbr-video-holder video {
		min-height: 700px;
	}

	.page-home .landing-banner-row .lbr-video-holder iframe,
	.page-home .landing-banner-row .lbr-video-holder object,
	.page-home .landing-banner-row .lbr-video-holder video {
		min-height: 700px;
	}

	.featured-order-block-content-row.has-background .header-content-arrow h2 {
		font-size: 54px;
		line-height: 54px;
	}

	.page-template-template-presentation-php .featured-banner img {
		height: 24vh;
	}

	.page-template-template-presentation-php .featured-banner .fb-title {
		bottom: -30px;
		font-size: min(38px, 11vh);
		line-height: min(38px, 11vh);
	}

	.page-template-template-presentation-php .featured-four-column h4 {
		font-size: min(24px, 3.3vh);
		line-height: min(24px, 3.3vh);
		margin: 0 0 min(15px, 3.3vh) 20px;
	}

	.page-template-template-presentation-php .featured-four-column .ffc-sub-heading {
		font-size: min(20px, 3.3vh);
		line-height: min(20px, 3.3vh);
	}

	.page-template-template-presentation-php .featured-four-column .ffc-column {
		width: calc(25% - min(5px, 3.3vh));
	}

	.page-template-template-presentation-php .featured-four-column ul li {
		font-size: min(16px, 3.3vh);
		line-height: min(17px, 3.3vh);
		background-position: left top;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner {
		max-width: 75%;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-desc p br {
		display: none;
	}

	.filter-bar-wrap .filter-bar-row {
		align-items: flex-end;
		-webkit-align-items: flex-end;
	}

	.filter-bar-wrap .filter-bar-row .filter-bar-dropdown span {
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}

	.filter-bar-wrap .filter-bar-row .filter-bar-dropdown {
		width: calc(100% - 300px);
		margin: 3px 0;
	}

	.filter-bar-wrap .filter-bar-row .filter-search {
		margin: 3px 0;
	}

	.filter-bar-wrap .filter-bar-row .filter-search input[type="search"],
	.filter-bar-wrap .filter-bar-row .filter-search input[type="text"] {
		width: 300px;
	}

}

@media only screen and (max-width: 1299px) {
	.header-wrap .site-navigation ul#menu-secondary-menu li a {
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.sfd-last {
		margin: 30px auto 0;
		flex-direction: column;
		row-gap: 15px;
	}

	h1 {
		font-size: 60px;
		line-height: 65px;
	}

	.header-wrap .site-navigation {
		display: none;
	}

	.header-wrap .hamburger-btn {
		display: block;
	}

	.landing-banner-row .lbr-content {
		padding: 50px 0 109px;
	}

	.page-home .landing-banner-row .lbr-content {
		height: 500px;
	}

	.page-home .landing-banner-row .lbr-video-holder {
		height: 500px;
	}

	.landing-banner-row .lbr-video-holder iframe,
	.landing-banner-row .lbr-video-holder object,
	.landing-banner-row .lbr-video-holder video {
		min-height: 500px;
	}

	.page-home .landing-banner-row .lbr-video-holder iframe,
	.page-home .landing-banner-row .lbr-video-holder object,
	.page-home .landing-banner-row .lbr-video-holder video {
		min-height: 500px;
	}

	.landing-banner-row .lbr-content {
		height: 500px;
	}

	.landing-banner-row .bottom-arrow {
		bottom: 25px;
	}

	.introduction-content-row {
		padding: 70px 0;
	}

	.image-description-content-row .idcr-left-content {
		width: 100%;
	}

	.image-description-content-row .idcr-right-content {
		width: 100%;
	}

	.image-description-content-row .idcr-head {
		padding: 50px 36px 36px 36px;
	}

	.image-description-content-row .idcr-right-content {
		padding: 50px 36px 50px 36px;
	}

	.image-description-content-row p {
		line-height: 30px;
		margin: 0 0 25px;
	}

	.site-footer-top {
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
		padding: 50px 36px 38px;
	}

	.site-footer-top .sft-left {
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}

	.site-footer-top .sft-right {
		max-width: none;
		margin: 0;
	}

	.cta-content-row {
		padding: 50px 0;
	}

	.cta-content-row h2 {
		line-height: 66px;
	}

	.landing-content-row .lch-top .lch-image {
		margin-right: 60px;
	}

	.map-content {
		max-width: 768px;
	}

	.two-columns-modal-row {
		padding: 70px 0;
	}

	.single h2 {
		font-size: 34px;
	}

	.featured-cards-block .fcb-content .fcb-block {
		width: calc(50% - 20px);
	}

	.filter-bar-wrap .filter-bar-row {
		align-items: flex-end;
		-webkit-align-items: flex-end;
	}

	.filter-bar-wrap .filter-bar-row .filter-bar-dropdown span {
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}

	.filter-bar-wrap .filter-bar-row .filter-bar-dropdown {
		width: calc(100% - 300px);
		margin: 3px 0;
	}

	.filter-bar-wrap .filter-bar-row .filter-search {
		margin: 3px 0;
	}

	.filter-bar-wrap .filter-bar-row .filter-search input[type="search"],
	.filter-bar-wrap .filter-bar-row .filter-search input[type="text"] {
		width: 300px;
	}

	.filter-bar-wrap {
		top: 63px;
	}

	.details-lesson-wrap .details-lesson-container .dlc-sidebar {
		width: calc(45% - 15px);
	}

	.details-lesson-wrap .details-lesson-container .dlc-main {
		width: calc(55% - 15px);
	}

	.floating-latest-post {
		bottom: 20px;
		right: 20px;
	}

	.floating-latest-post .flp-block-content .flp-block-image {
		width: 100px;
	}

	.floating-latest-post .flp-block-content .flp-block-image img {
		height: 100px;
	}

	.floating-latest-post .flp-block-content .flp-block-desc {
		width: 280px;
		font-size: 14px;
	}

	.floating-latest-post .flp-block-content .flp-block-desc h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.core-blocks-content-row .cbcr-main .cbcr-block {
		width: calc(50% - 20px);
	}

	.landing-banner-row .lbr-container.caption-wrapper {
		padding: 0 20px;
	}

	.three-column-content .tcc-content {
		min-height: 340px;
	}

	.site-footer-top .footer-social {
		justify-content: center;
	}

	.landing-banner-row.page-hero-area .lbr-content {
		padding: 0;
	}

	.page-home .landing-banner-row .caption-wrapper .lbr-content {
		min-height: 568px;
	}
}

@media only screen and (max-width: 1023px) {
	h1 {
		font-size: 56px;
		line-height: 60px;
	}

	h5 {
		font-size: 25px;
		line-height: 32px;
	}

	.landing-banner-row .lbr-container {
		padding: 0 36px;
	}

	.introduction-content-row p br {
		display: none;
	}

	.featured-block {
		width: 100%;
		margin: 0 0 30px;
	}

	.page-home .featured-block-row {
		padding-bottom: 50px;
	}

	.content-featured-gallery-row {
		padding: 0;
	}

	.vertical-slider .slick-dots {
		left: 0;
		top: 0;
		transform: none;
		position: relative;
		margin: 20px 0 0;
	}

	.content-featured-gallery-row .cfgr-content {
		padding: 0 36px 40px;
	}

	.featured-number-block .fnb-image img {
		border-radius: 0;
	}

	.featured-number-block .fnb-desc {
		padding: 30px 36px;
	}

	.vertical-slider .slick-dots {
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.vertical-slider .slick-dots li button {
		width: 18px;
		height: 2px;
		margin: 0 4px;
	}

	.content-featured-gallery-row .cfgr-content,
	.content-featured-gallery-row .cfgr-gallery {
		width: 100%;
	}

	.content-featured-gallery-row .cfgr-gallery {
		left: 0;
	}

	.features-content-row {
		padding: 50px 0;
	}

	.features-content-row .fcr-head h2 br {
		display: none;
	}

	.content-featured-gallery-row {
		margin: 0 0 50px;
	}

	.featured-information-row {
		padding: 50px 0;
	}

	.featured-information-row .fir-top {
		margin: 0 0 50px;
	}

	.featured-information-row .fir-top .fir-top-left,
	.featured-information-row .fir-top .fir-top-right {
		max-width: none;
	}

	.featured-information-row .fir-top .fir-top-right {
		margin: 0 0 30px;
	}

	.featured-information-row .fir-top .fir-top-left {
		width: 100%;
		margin: 0 0 30px;
	}

	.featured-information-row .fir-block .fir-block-desc {
		font-size: 34px;
		line-height: 40px;
	}

	.featured-information-row .fir-block {
		padding: 0 30px;
	}

	.clients-content-row {
		padding: 50px 0;
	}

	.featured-icon-block-content .fibc-main {
		margin: 0 -25px;
	}

	.featured-icon-block-content .fibc-main .featured-icon-block,
	.featured-icon-block-content .fibc-main .featured-icon-block.no-icon,
	.featured-icon-block-content .fibc-main.four .featured-icon-block,
	.featured-icon-block-content .fibc-main.four .featured-icon-block.no-icon {
		width: calc(50% - 50px);
		margin: 25px;
	}

	.two-columns-modal-row {
		padding: 0;
	}

	.two-columns-modal-row .tcmr-left,
	.two-columns-modal-row .tcmr-right {
		width: 100%;
	}

	.two-columns-modal-row .tcmr-left {
		padding: 50px 0 0;
	}

	.two-columns-modal-row .tcmr-head {
		padding: 0 36px 40px;
	}

	.two-columns-modal-row .tcmr-right {
		padding: 50px 36px;
	}

	.content-featured-icon-block-row .cfibr-left,
	.content-featured-icon-block-row .cfibr-right {
		width: 100%;
		padding: 50px 36px 50px 36px;
	}

	.landing-content-row .lch-top .lch-image {
		float: none;
		margin: 0 auto 40px;
	}

	.team-members-row .team-members-main .team-members-col {
		width: calc(33.33% - 20px);
	}

	.team-members-popup {
		width: 100%;
		padding: 50px 36px;
	}

	.basic-content-row,
	.page-header-content-row {
		padding: 50px 0;
	}

	.map-content {
		max-width: 600px;
	}

	.map-content .map-col {
		height: 120px;
	}

	.map-content .map-col .map-col-icon {
		width: 50px;
		height: 50px;
		border-radius: 25px;
		box-shadow: 0 0 0 6px #fff;
	}

	.map-content .map-col .map-col-icon img {
		height: 25px;
	}

	.map-content .map-col .map-col-label {
		margin: 20px 12px 0;
		font-size: 11px;
		line-height: 17px;
	}

	.map-content .map-col:nth-child(4):before,
	.map-content .map-col:nth-child(10):before,
	.map-content .map-col:nth-child(16):before {
		height: 130px;
		left: -21px;
		top: 20px;
	}

	.map-content .map-col:nth-child(3):after,
	.map-content .map-col:nth-child(9):after,
	.map-content .map-col:nth-child(15):after,
	.map-content .map-col:nth-child(21):after {
		height: 130px;
		right: -21px;
		top: 20px;
	}

	.course-description-row .cdr-row .cdr-content {
		width: calc(100% - 78px - 20px);
	}

	.featured-image-row {
		height: 400px;
	}

	.course-description-row {
		padding: 50px 0;
	}

	.two-columns-content-row {
		padding: 50px 0;
	}

	.site-footer-top .footer-navigation ul li {
		margin: 0 10px;
	}

	.featured-icon-block-content .fibc-main.full-width {
		padding: 0 36px;
	}

	.fixed-scroll-container {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		z-index: 800 !important;
	}

	.fixed-scroll-container+div {
		display: none !important;
	}

	.features-content-row .fcr-head h2 {
		margin: 0 0 40px;
	}

	.page-template-template-presentation-php .featured-four-column .ffc-column {
		width: 100%;
		margin: 0 0 30px;
	}

	.page-template-template-presentation-php .featured-four-column {
		padding: 0 36px;


	}

	.container-with-sidebar .container .main-left-content {
		width: 100%;
		border: 0;
		padding: 20px 0 40px;
	}

	.container-with-sidebar .container .main-sidebar {
		width: 100%;
		padding: 50px 14px 0px;
		max-width: 320px;
	}

	.container-with-sidebar .container {
		flex-direction: column-reverse;
	}

	.container-with-sidebar.podcast-area .container .main-sidebar {
		max-width: 100%;
	}

	.category-wrap .category-loop .course-wrap .course-item {
		width: calc(50% - 20px);
	}

	.details-lesson-wrap .details-lesson-container .dlc-sidebar {
		width: 100%;
		margin: 0 0 40px;
	}

	.details-lesson-wrap .details-lesson-container .dlc-main {
		width: 100%;
	}

	.floating-latest-post {
		bottom: 15px;
		right: 15px;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-logo {
		width: 150px;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-desc {
		width: calc(100% - 150px - 20px);
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner {
		max-width: none;
	}

	.core-blocks-content-row .cbcr-bottom .cta-arrow-btn:nth-child(1) {
		width: calc(100% - 20px);
		margin: 0 auto 10px;
	}

	.core-blocks-content-row .cbcr-bottom .cta-arrow-btn:nth-child(2) {
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.page-home .landing-banner-row .caption-wrapper .lbr-content {
		min-height: 512px;
	}

	.two-column-carousel-area.grid-items .two-column-carousel-row {
		width: 50%;
		margin-bottom: 30px;
	}

	.container-with-sidebar.podcast-area .container .main-left-content {
		padding-bottom: 0;
	}

	.container-with-sidebar .container .main-left-content .podcast-row {
		margin: 0;
	}

	.container-with-sidebar .container .main-left-content .podcast-row .podcast-col {
		width: 100%;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 940px) {
	.filter-bar-wrap .filter-bar-row .filter-bar-dropdown {
		width: 100%;
	}

	.filter-bar-wrap .filter-bar-row .filter-bar-dropdown {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.filter-bar-wrap .filter-bar-row #filter-dropdown {
		width: 100%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.filter-bar-wrap .filter-bar-row #filter-dropdown select {
		width: calc(50% - 5px);
	}

	.filter-bar-wrap .filter-bar-row .filter-search {
		width: 100%;
		margin-top: 15px;
	}

	.filter-bar-wrap .filter-bar-row .filter-search input[type="search"],
	.filter-bar-wrap .filter-bar-row .filter-search input[type="text"] {
		width: 100%;
	}

	.twctc-area {
		padding: 50px 0;
	}

	.twctc-area .twctc-container .title-area h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.twctc-area .twctc-container .content-holder {
		font-size: 18px;
		line-height: 22px;
	}

	.twctc-area .twctc-container .content-holder p {
		margin: 0 0 15px;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container {
		align-items: flex-start;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left {
		font-size: 18px;
		line-height: 24px;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.three-column-featured-module {
		padding: 50px 0;
	}

	.three-column-featured-module .tcfm-container .title-area {
		font-size: 18px;
		line-height: 24px;
	}

	.three-column-featured-module .tcfm-container .title-area h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.three-column-featured-module .tcfm-container .card-row .card-module img {
		height: 224px;
	}

	.three-column-featured-module .tcfm-container .card-row .card-module h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.logistics-area {
		padding: 50px 0;
	}

	.logistics-area .logistics-container .logistics-function-content {
		width: 100%;
		padding-bottom: 30px;
	}

	.logistics-area .logistics-container .training-area {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
	}

	.logistics-area .logistics-container .logistics-function-content h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.top-courses {
		padding: 50px 0;
	}

	.top-courses .top-courses-head h3 {
		font-size: 30px;
		line-height: 34px;
	}

	.top-courses .course-carousel-col h6 {
		font-size: 16px;
	}

	.three-column-content .tcc-head h4 {
		font-size: 30px;
		line-height: 34px;
	}

	.three-column-content .tcc-content {
		padding: 20px 15px;
		min-height: 388px;
	}

	.three-column-content .tcc-row {
		align-items: flex-start;
	}

	.content-featured-icon-block-row.style3 .ctcwi-container {
		align-items: flex-start;
	}

	.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.twctc-area .twctc-container .title-area h2 br {
		display: none;
	}

	.center-content-area .cc-container h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left h2 br {
		display: none;
	}

	.team-area .team-container h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.team-area .team-container .member-row .member-item {
		width: calc(50% - 20px);
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 45px;
		line-height: 50px;
	}

	h3 {
		font-size: 35px;
		line-height: 40px;
	}

	.team-members-row .team-members-main .team-members-col {
		width: calc(50% - 20px);
	}

	.team-members-popup .tmp-main .tmp-image {
		float: none;
		margin: 0 auto 40px;
	}

	.site-footer {
		padding: 0;
	}

	.site-footer .container {
		padding: 0 20px;
	}

	.site-footer .site-footer-top {
		padding: 50px 0 38px;
	}

	.site-footer-top .footer-navigation ul {
		text-align: center;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
	}

	.site-footer-top .footer-navigation ul li {
		margin: 0 0 7px;
	}

	.site-footer-top .footer-navigation ul li:last-child {
		margin: 0;
	}

	.site-footer-bottom {
		justify-content: center;
		-webkit-justify-content: center;
		flex-direction: column;
		-webkit-flex-direction: column;
		text-align: center;
	}

	.site-footer-bottom .sfd-left {
		text-align: center;
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
		margin: 0 0 15px;
	}

	.landing-banner-row h1 {
		font-size: 40px;
		line-height: 48px;
	}

	.page-home .landing-banner-row .lbr-video-holder iframe,
	.page-home .landing-banner-row .lbr-video-holder object,
	.page-home .landing-banner-row .lbr-video-holder video {
		min-height: 300px;
		min-width: 600px;
		margin-left: -300px;
		top: -30px;
		left: 50%;
		transform: scale(1.6);
		-webkit-transform: scale(1.6);
	}

	.page-home .landing-banner-row .lbr-video-holder,
	.page-home .landing-banner-row .lbr-content,
	.landing-banner-row .lbr-content {
		height: 300px;
	}

	.landing-banner-row .bottom-arrow {
		bottom: 15px;
		width: 25px;
		height: 46px;
	}

	.landing-banner-row .bottom-arrow svg {
		width: 100%;
	}

	.content-featured-icon-block-row.content-two-column-with-image .cfibr-left {
		width: 100%;
		padding: 50px 25px;
		order: 2;
	}

	.content-featured-icon-block-row.content-two-column-with-image .cfibr-right {
		width: 100%;
		order: 1;
	}

	.cta-content-row h2 br,
	.header-content-arrow h2 br {
		display: none;
	}

	.featured-icon-block-content .fibc-main {
		margin: 0;
	}

	.featured-icon-block-content .fibc-main .featured-icon-block,
	.featured-icon-block-content .fibc-main .featured-icon-block.no-icon,
	.featured-icon-block-content .fibc-main.four .featured-icon-block,
	.featured-icon-block-content .fibc-main.four .featured-icon-block.no-icon {
		width: 100%;
		margin: 0 0 30px;
	}

	.content-featured-icon-block-row .featured-icon-block {
		width: 100%;
		margin: 0 0 30px;
	}

	.cta-content-row h2 {
		line-height: 50px;
	}

	.team-members-popup .tmp-main .tmp-content .tmp-head {
		padding: 20px 0;
	}

	.header-content-arrow .hca-desc p br,
	.featured-information-row p br {
		display: none;
	}

	.featured-icon-block-content {
		padding: 0 0 50px;
	}

	.introduction-content-row {
		font-size: 28px;
	}

	.introduction-content-row p {
		line-height: 35px;
	}

	.map-content .map-col:nth-child(4):before,
	.map-content .map-col:nth-child(10):before,
	.map-content .map-col:nth-child(16):before,
	.map-content .map-col:nth-child(3):after,
	.map-content .map-col:nth-child(9):after,
	.map-content .map-col:nth-child(15):after,
	.map-content .map-col:nth-child(21):after {
		display: none;
	}

	.map-content .map-col:nth-child(4),
	.map-content .map-col:nth-child(5),
	.map-content .map-col:nth-child(6),
	.map-content .map-col:nth-child(10),
	.map-content .map-col:nth-child(11),
	.map-content .map-col:nth-child(12),
	.map-content .map-col:nth-child(16),
	.map-content .map-col:nth-child(17),
	.map-content .map-col:nth-child(18),
	.map-content .map-col:nth-child(22),
	.map-content .map-col:nth-child(23),
	.map-content .map-col:nth-child(24) {
		flex-direction: row;
		-webkit-flex-direction: row;
	}

	.map-content {
		padding: 0;
	}

	.map-content .map-col .map-col-icon {
		margin: 0 auto 10px;
	}

	.map-content .map-col {
		align-items: center;
		-webkit-align-items: center;
		flex-direction: column;
		-webkit-flex-direction: column;
		height: auto;
		margin-bottom: 17px;
	}

	.map-content .map-col .map-col-label {
		text-align: center;
		width: calc(100% - 24px);
	}

	.course-description-row .cdr-row {
		flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0 0 40px;
	}

	.course-description-row .cdr-row .cdr-label .cdr-label-inner {
		transform: none;
		-webkit-transform: none;
	}

	.course-description-row .cdr-row .cdr-content {
		width: 100%;
	}

	.course-description-row .cdr-row .cdr-label {
		text-align: left;
		padding: 0 0 10px;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		white-space: nowrap;
		width: auto;
		border-right: 0;
		border-bottom: 4px solid #E5E5E5;
		margin-bottom: 40px;
	}

	.featured-number-block .fnb-image img {
		height: 400px;
	}

	.two-columns-content-row .tccr-col {
		width: 100%;
	}

	.two-columns-content-row .tccr-col:nth-child(1) {
		border-right: 0;
		border-bottom: 1px solid #E8E8E8;
		padding: 0 0 30px;
		margin: 0 0 30px;
	}

	.two-columns-content-row .tccr-col:nth-child(2) {
		border-left: 0;
		padding: 0;
	}

	.cta-content-row h1 br,
	.cta-content-row h2 br,
	.cta-content-row h3 br,
	.cta-content-row h4 br,
	.cta-content-row h5 br,
	.cta-content-row h6 br {
		display: none;
	}

	.header-content-arrow h2 br {
		display: none;
	}

	.site-footer-bottom .copyright {
		margin: 0 0 7px;
		text-align: center;
	}

	.featured-order-block-content-row.has-background .header-content-arrow h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.clients-content-row .ccr-block {
		margin: 9px 18px;
	}

	.featured-information-row .fir-top {
		margin: 0 0 30px;
	}

	.two-columns-content-row .tccr-head h3 {
		margin: 0 0 25px;
	}

	.two-columns-content-row .tccr-head {
		margin: 0 0 25px;
	}

	.normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
		width: 100%;
		padding-right: 0;
		margin: 0 0 16px;
		display: block;
	}

	html:not([dir=rtl]) .normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,
	html:not([dir=rtl]) .normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,
	html:not([dir=rtl]) .normal-forms-style .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date),
	.normal-forms-style .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
		width: 100% !important;
		margin-left: 0;
	}

	.normal-forms-style .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container {
		width: 100% !important;
		margin-left: 0;
	}

	.normal-forms-style .ginput_container.ginput_container_date .datepicker {
		width: 100%;
	}

	.normal-forms-style .large {
		width: 100% !important;
	}

	.normal-forms-style .gf_left_half {
		width: 100%;
	}

	.normal-forms-style .gf_right_half {
		width: 100%;
	}

	#field_2_6 .ginput_address_zip {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-right: 0;
		margin-left: 0;
	}

	.normal-forms-style .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
		margin-bottom: 16px;
	}

	.normal-forms-style .form-separation hr {
		margin: 32px 0 30px;
	}

	.basic-featured-content-row,
	.featured-information-row,
	.group-container-row,
	.featured-image-row {
		background-attachment: scroll;
	}

	.page-template-template-presentation-php .featured-banner .fb-title {
		width: calc(100% - 15px);
		text-align: center;
	}

	.container-with-sidebar .container {
		padding: 0;
	}

	.container {
		padding: 0 25px;
	}

	.breadcrumb-section {
		padding: 0;
	}

	.default-content-row {
		padding: 50px 0;
	}

	.research-row {
		margin: 0;
	}

	.page-banner-medium-row {
		padding: 70px 0;
	}

	.featured-cards-block .fcb-content {
		margin: 0;
	}

	.featured-cards-block .fcb-content .fcb-block {
		width: 100%;
		margin: 0 0 30px;
	}

	.filter-bar-wrap {
		top: 0;
		position: static;
	}

	.core-blocks-content-row .cbcr-main {
		margin: 0;
	}

	.core-blocks-content-row .cbcr-main .cbcr-block {
		width: 100%;
		margin: 0 0 20px;
	}

	.core-blocks-content-row .cbcr-main .cbcr-block:last-child {
		margin: 0;
	}

	.page-home .landing-banner-row .caption-wrapper .lbr-content {
		min-height: 408px;
	}

	.landing-banner-row .caption-wrapper .lbr-content .lbr-desc h1 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 15px;
	}

	.twctc-area .twctc-container .title-area {
		width: 100%;
	}

	.twctc-area .twctc-container .content-holder {
		width: 100%;
	}

	.twctc-area .twctc-container .title-area h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.floating-latest-post {
		right: inherit;
		left: 15px;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left {
		width: 100%;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-right {
		width: 100%;
		margin-bottom: 20px;
	}

	.three-column-featured-module .tcfm-container .card-row {
		margin: 0;
	}

	.three-column-featured-module .tcfm-container .card-row .card-module {
		width: 100%;
		padding: 0 0 30px;
	}

	.logistics-area .logistics-container .training-area .training-item {
		width: 100%;
		padding-right: 0;
	}

	.three-column-content .tcc-col {
		width: 100%;
		padding: 0 0 30px;
	}

	.three-column-content .tcc-content {
		padding: 30px;
		min-height: auto;
	}

	.content-featured-icon-block-row.style2 .ctcwi-container .cfibr-left h2,
	.three-column-featured-module .tcfm-container .title-area h2,
	.logistics-area .logistics-container .logistics-function-content h2,
	.top-courses .top-courses-head h3,
	.three-column-content .tcc-head h4,
	.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left h2,
	.center-cta-area .cca-wrap h2,
	.center-content-area .cc-container h2 {
		font-size: 26px;
		line-height: 30px;
	}

	.top-courses .course-carousel .slick-arrow {
		top: inherit;
		bottom: 0;
	}

	.page-hero-area.landing-banner-row .cta-button.black-btn {
		margin: 15px 0 0 0;
	}

	.basic-textimonial-area {
		padding: 50px 0;
	}

	.basic-textimonial-area .testimonial-wrapper {
		font-size: 20px;
		line-height: 26px;
	}

	.basic-textimonial-area .testimonial-wrapper p {
		line-height: 26px;
	}

	.basic-textimonial-area .testimonial-wrapper .author-info {
		line-height: 26px;
	}

	.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left {
		width: 100%;
	}

	.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-right {
		width: 100%;
		margin-bottom: 20px;
	}

	.content-featured-icon-block-row.style3 .ctcwi-container .cfibr-left h2 br {
		display: none;
	}

	.two-column-carousel-column {
		width: 100%;
	}

	.two-column-carousel-column .tcc-content-box {
		padding: 20px 0 0 0;
	}

	.two-column-carousel-head {
		margin-bottom: 20px;
	}

	.two-column-carousel .two-column-carousel-area .slick-arrow {
		top: inherit;
		bottom: -35px;
		right: 40%;
	}

	.two-column-carousel .two-column-carousel-area .slick-arrow.slick-prev {
		right: 55%;
	}

	.two-column-carousel h5 br {
		display: none;
	}

	.landing-banner-row.page-hero-area .lbr-content {
		min-height: 250px;
	}

	#special-logistics-area.logistics-area .logistics-container .training-area .training-item:nth-child(2) {
		top: 0;
	}

	.center-cta-area .cca-wrap .btn-area {
		display: block;
	}

	.center-cta-area .cca-wrap .btn-area .cca-btn {
		width: 100%;
		padding: 16px 10px;
		font-size: 14px;
		line-height: 18px;
	}

	.center-cta-area .cca-wrap .btn-area .cca-btn:last-child {
		margin: 18px 0 0 0;
	}

	.center-cta-area {
		padding: 36px 0 50px;
	}

	.center-content-area {
		padding: 50px 0;
	}

	.cta-section .cta-content h2 {
		font-size: 30px;
	}

	.team-area {
		padding: 50px 0 20px;
	}

	.team-area .team-container .member-row {
		margin: 0;
	}

	.team-area .team-container .member-row .member-item {
		width: 100%;
		margin: 0 0 35px 0;
	}

	.team-area .team-container .member-row .member-item img {
		height: auto;
	}

	.contact-us {
		padding: 50px 0;
	}

	.two-column-carousel-area.grid-items .two-column-carousel-row {
		width: 100%;
	}

	.two-column-carousel.grid-items {
		padding: 50px 0 0;
	}

	.cta-section.style2 {
		padding: 30px 0 50px;
	}

	.top-courses .course-carousel {
		text-align: center;
	}

	.cta-section {
		padding: 100px 0;
	}

	.scrollto-btn {
		width: 100%;
		margin: 15px 0 0;
	}

	.filter-bar-wrap .filter-bar-row #filter-dropdown {
		margin: 15px 0 0;
	}

	.two-column-carousel-area.grid-items.three-col-grid .two-column-carousel-row,
	.two-column-carousel-area.grid-items.two-col-grid .two-column-carousel-row {
		width: 100%;
	}

	.two-column-carousel-area.grid-items.three-col-grid .two-column-carousel-row .two-column-carousel-column .tcc-image-box img,
	.two-column-carousel-area.grid-items.two-col-grid .two-column-carousel-row .two-column-carousel-column .tcc-image-box img {
		height: auto;
	}

	@supports (-webkit-touch-callout: none) {
		.cta-section {
			background-attachment: scroll;
			/* Or just remove it */
		}
	}



}

@media only screen and (max-width: 640px) {
	h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.team-members-row .team-members-main {
		margin: 0;
	}

	.team-members-row .team-members-main .team-members-col .tmc-image,
	.team-members-row .team-members-main .team-members-col .tmc-image img {
		height: auto;
	}

	.team-members-row .team-members-main .team-members-col {
		width: 100%;
		margin: 0 0 20px;
	}

	.basic-content-row .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		min-height: 1px !important;
		line-height: normal !important;
	}

	.featured-information-row .fir-block {
		width: 100%;
		border-right: 0;
		border-bottom: 2px solid rgb(232 232 232 / 20%);
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	.featured-order-block-content-row.has-background .header-content-arrow h2 {
		font-size: 40px;
		line-height: 45px;
		margin: 0 0 20px 0;
	}

	.features-content-row .fcr-main-content {
		align-items: stretch;
		-webkit-align-items: stretch;
	}

	.features-content-row .fcr-block {
		width: 145px;
		min-height: 140px;
		height: auto;
		padding: 17px 10px 17px;
	}

	.features-content-row .fcr-block .fcr-block-icon {
		max-width: 40px;
		margin: 0 0 13px;
	}

	.cta-content-row h2 {
		line-height: 40px;
	}

	.featured-block p br {
		display: none;
	}

	.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: normal !important;
		min-height: inherit !important;
		font-size: 16px !important;
	}

	h4 {
		font-size: 28px;
		line-height: 32px;
	}

	.main-left-content .research-row .research-col {
		width: 100%;
		margin-bottom: 30px;
	}

	.container-with-sidebar .container .main-sidebar {
		max-width: inherit;
	}

	.main-left-content .research-row .research-col:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.category-wrap .category-loop .course-wrap {
		margin: 0;
	}

	.category-wrap .category-loop .course-wrap .course-item {
		width: 100%;
		margin: 0 0 20px;
	}

	.floating-latest-post .flp-inner {
		width: 300px;
	}

	.floating-latest-post .flp-block-content {
		align-items: stretch;
		-webkit-align-items: stretch;
	}

	.floating-latest-post .flp-block-content .flp-block-desc {
		width: 150px;
	}

	.floating-latest-post.active .flp-block-content {
		align-items: center;
		-webkit-align-items: center;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-logo {
		margin: 0 0 20px;
	}

	.page-banner-medium-row .pbmr-content .pbmr-content-inner .pbmr-content-desc {
		width: 100%;
	}

	.details-lesson-wrap .details-lesson-container .dlc-main .dlc-main-bottom {
		display: block;
	}

	.share-area {
		margin: 15px 0 0;
	}

	.social-popup {
		left: 0;
		transform: translateX(0);
		top: 113%;
	}

	.cta-button {
		font-size: 13px;
		padding: 10px 16px 8px;
	}
}

@media only screen and (max-width: 375px) {
	.map-content .map-col {
		width: 50%;
	}

	.course-description-row .cdr-row .cdr-desc .cdr-desc-number {
		width: 100%;
		margin: 0 0 10px;
	}

	.course-description-row .cdr-row .cdr-desc .cdr-desc-main {
		width: 100%;
	}

	.list-block-content .list-block-row .lbr-no {
		width: auto;
		margin: 0 0 10px;
	}

	.list-block-content .list-block-row .lbr-shortdesc {
		width: auto;
	}

	.site-footer-top .footer-social .fs-icon {
		margin: 3px 5px;
	}

	.filter-bar-wrap .filter-bar-row #filter-dropdown select {
		width: 100%;
	}

	.filter-bar-wrap .filter-bar-row #filter-dropdown select:first-child {
		margin: 0 0 5px;
	}

}

@media only screen and (max-width: 360px) {
	.header-wrap .site-header {
		padding: 17px 20px 17px 20px;
	}

	.header-wrap .logo {
		max-width: 230px;
	}

	#mobile-menu .controls .logo {
		width: 200px;
	}

	.cta-button {
		font-size: 10px;
	}
}