@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap");

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
	display: none !important;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
		text-decoration: none;
	}

	h2,
	h3 {
		page-break-after: avoid;
		text-decoration: none;
	}
}

/*! 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	text-decoration: none;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* 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;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #4B5673;
	/* color: #7884A7; */
	line-height: 28px;
	overflow-x: hidden;
	font-family: 'Mulish', sans-serif;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	color: #07294D;
	font-family: 'Mulish', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #07294D;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #FF7700;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 30px;
	margin-top: -10px;
}

h3 {
	font-size: 26px;
	margin-top: -8px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-top: -7px;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	margin-top: -7px;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	margin-top: -7px;
}

p {
	margin-top: -12px;
}

p:last-child {
	margin-bottom: -7px !important;
}

@media (min-width: 768px) {
	h1 {
		font-size: 80px;
	}

	h2 {
		font-size: 44px;
		line-height: 56px;
		margin-top: -12px;
	}

	h3 {
		font-size: 36px;
		line-height: 40px;
		margin-top: -7px;
	}

	h4 {
		font-size: 30px;
		line-height: 36px;
		margin-top: -7px;
	}

	h5 {
		font-size: 22px;
		line-height: 30px;
		margin-top: -7px;
	}

	h6 {
		font-size: 20px;
		line-height: 28px;
		margin-top: -7px;
	}
}

a {
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	padding: 5px 0;
}

select,
input,
textarea,
button {
	background-color: #ffffff;
	border: 1px solid #E2E4FF;
	outline: none;
}

select,
input,
textarea {
	width: 100%;
}

textarea {
	height: 200px;
	resize: none;
	padding: 10px;
}

input,
button,
select {
	height: 50px;
	color: #7884A7;
}

label,
button,
select {
	cursor: pointer;
}

input {
	background: #f4f4f4;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 10px;
}

input:focus {
	border: 1px solid #2ECA7F;
}

input[type=submit] {
	cursor: pointer;
	background-color: #0a3d62;
	color: #ffffff;
	font-weight: 700;
	padding: 0;
}

.bg_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.left_top {
	background-position: top left;
}

.right_top {
	background-position: top right;
}

.left_bottom {
	background-position: bottom left;
}

.right_bottom {
	background-position: bottom right;
}

.widget .title::before,
.video-area::before,
.schedule-item .schedule-inner::after,
.schedule-item .schedule-inner::before,
.schedule-item::before,
.odo-item-2::before,
.title-lay::before,
.course-item-2 .course-inner::before,
.banner-thumb .rounded-shape,
.banner-overlay::before,
.triangle1-shape,
.triangle2-shape,
.water-shape,
.rectangle1-shape,
.rectangle2-shape,
.target-shape,
.line,
footer::before {
	position: absolute;
	content: "";
}

.pagination,
.widget .widget-category-body li a,
.widget .widget-post-body li a,
.post-item.post-details .post-content .tags-area,
.post-item .post-content .meta .meta-area,
.loader,
.contact-info,
.review-contents li,
.course-details .meta,
.course-infos li,
.event-item,
.about-info li,
.schedule-item .schedule-inner .author-area .thumb,
.schedule-item .schedule-inner,
.testimonial-item-2,
.testimonial-item .clients,
.testimonial-item .rating-area,
.odo-wrap-2,
.odo-item-2 .odo-head,
.odo-wrap,
.odo-item .odo-in .odo-head,
.ratings-area,
.course-item .content .meta-area .meta,
.header-area,
.menu-item-has-children>a,
.footer-support-item,
.social-icons,
.copyright-area,
.footer-widget ul li,
.footer-area,
.slider-nav,
.slider-header {
	display: flex;
	flex-wrap: wrap;
}

.video-button::after,
.video-button::before,
blockquote::before,
.video-area .video-button {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	content: "";
}

.pt-120 {
	padding-top: 80px;
}

.pb-120 {
	padding-bottom: 80px;
}

@media (min-width: 1200px) {
	.pl-xl-10 {
		padding-left: 10px;
	}

	.pr-xl-20 {
		padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.pt-120 {
		padding-top: 120px;
	}

	.pb-120 {
		padding-bottom: 120px;
	}
}

/*Section Header*/
.mb-30-none {
	margin-bottom: -30px !important;
}

.mb-40-none {
	margin-bottom: -40px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}

/*Section-Header Starts Here*/
.section-bg {
	background-color: #F1F5F9;
}

.body-bg {
	background-color: #fff;
}

.section-header {
	margin-bottom: 30px;
	position: relative;
}

.section-header * {
	position: relative;
	z-index: 1;
}

.section-header.cl-white {
	color: rgba(255, 255, 255, 0.4);
}

.section-header.cl-white .title {
	color: #ffffff;
}

.section-header .category {
	font-size: 18px;
	color: #2ECA7F;
	display: block;
	margin-top: -6px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.section-header .title {
	margin-bottom: 26px;
	text-transform: capitalize;
}

.section-header .title span {
	color: #FF7700;
	font-weight: 300;
}

.section-header p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

@media (min-width: 576px) {
	.section-header {
		margin-bottom: 35px;
	}
}

@media (max-width: 575px) {
	.section-header .category {
		font-size: 16px;
		margin-top: -9px;
		margin-bottom: 10px;
	}

	.section-header .title {
		margin-bottom: 20px;
	}

	.section-header .custom-button {
		margin-bottom: 15px;
	}
}

.section-header .title:last-child {
	margin-bottom: 0;
}

.section-header.left-style {
	text-align: left;
}

@media (max-width: 991px) {
	.section-header .category {
		margin-bottom: 15px;
	}

	.section-header.mb-low {
		margin-bottom: 25px;
	}
}

@media (max-width: 575px) {
	.section-header .category {
		margin-bottom: 10px;
	}

	.section-header.mb-low {
		margin-bottom: 20px;
	}
}

.mw-100 {
	max-width: 100%;
}

.overlayer {
	position: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	visibility: hidden;
	opacity: 0;
	background: rgba(7, 41, 77, 0.5);
}

.overlayer.active {
	opacity: 1;
	visibility: visible;
}

.dark-overlayer {
	position: relative;
}

.dark-overlayer .container,
.dark-overlayer .container-fluid {
	position: relative;
	z-index: 1;
}

.dark-overlayer::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: rgba(7, 41, 77, 0.93);
}

.fs-sm {
	font-size: 16px;
	line-height: 24px;
}

.oh {
	overflow: hidden;
}

.pos-rel {
	position: relative;
}

.pos-rel .container,
.pos-rel .container {
	position: relative;
	z-index: 1;
}

.cl-1 {
	color: #2ECA7F !important;
}

.cl-1-light {
	color: rgba(46, 202, 127, 0.5);
}

.cl-2 {
	color: #3B34FF !important;
}

.cl-2-light {
	color: rgba(59, 52, 255, 0.5);
}

.cl-3 {
	color: #FF2C7B !important;
}

.cl-3-light {
	color: rgba(255, 44, 123, 0.5);
}

.cl-4 {
	color: #34C0FF !important;
}

.cl-4-light {
	color: rgba(52, 192, 255, 0.5);
}

.cl-5 {
	color: #D834FF !important;
}

.cl-5-light {
	color: rgba(216, 52, 255, 0.5);
}

.cl-theme {
	color: #FF7700 !important;
}

.cl-theme-light {
	color: rgba(255, 119, 0, 0.5);
}

.cl-white {
	color: #ffffff;
}

.bg-1 {
	background: #2ECA7F !important;
}

.bg-2 {
	background: #3B34FF !important;
}

.bg-3 {
	background: #FF2C7B !important;
}

.bg-4 {
	background: #34C0FF !important;
}

.bg-theme {
	background: #FF7700 !important;
}

.shadow-1 {
	box-shadow: 0 0 20px rgba(46, 202, 127, 0.4);
}

.shadow-2 {
	box-shadow: 0 0 20px rgba(59, 52, 255, 0.4);
}

.shadow-3 {
	box-shadow: 0 0 20px rgba(255, 44, 123, 0.4);
}

.shadow-4 {
	box-shadow: 0 0 20px rgba(52, 192, 255, 0.4);
}

.shadow-theme {
	box-shadow: 0 0 20px rgba(255, 119, 0, 0.4);
}

body *::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255, 119, 0, 0.4);
	box-shadow: inset 0 0 6px rgba(255, 119, 0, 0.4);
	background-color: #F5F5F5;
}

body *::-webkit-scrollbar {
	width: 6px;
	height: 4px;
	background-color: #FF7700;
}

body *::-webkit-scrollbar-button {
	background-color: #FF7700;
}

body *::-webkit-scrollbar-thumb {
	background-color: #FF7700;
}

.not-rounded {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

@media (max-width: 991px) {
	.bg_max_lg_gradiend {
		background: linear-gradient(180deg, #f1f5f9 0%, white 100%);
	}
}

@media (max-width: 767px) {
	.px-max-md-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.uppercase {
	text-transform: uppercase !important;
}

.rtl {
	direction: rtl;
}

/*Footer Section*/
footer {
	position: relative;
}

footer::before {
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(41, 41, 62, 0.95);
}

footer .container {
	position: relative;
	z-index: 2;
}

.footer-area {
	justify-content: space-between;
	margin: 0 -15px -45px;
}

.footer-top {
	padding: 95px 0 56px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.footer-widget {
	padding: 0 15px 45px;
	width: 100%;
	max-width: 280px;
}

.footer-widget .title {
	text-transform: capitalize;
	position: relative;
	padding-bottom: 17px;
	color: #ffffff;
	margin-bottom: 25px;
}

.footer-widget .title::after {
	position: absolute;
	content: "";
	width: 43px;
	height: 4px;
	background: #ffffff;
	left: 0;
	bottom: 0;
}

.footer-widget ul li {
	padding: 0;
	margin-bottom: 10px;
	font-size: 18px;
	color: #AAB1C6;
}

.footer-widget ul li:last-child {
	margin-bottom: 0;
}

.footer-widget ul li a {
	color: #AAB1C6;
}

.footer-widget ul li a:hover {
	color: #FF7700;
}

.footer-widget ul li .icon {
	width: 28px;
	color: #ffffff;
}

.footer-widget ul li .content {
	width: calc(100% - 28px);
}

@media (max-width: 1199px) {
	.footer-widget.widget-link {
		max-width: 220px;
	}
}

@media (max-width: 991px) {
	.footer-widget {
		max-width: 50%;
	}

	.footer-widget.widget-link {
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.footer-widget {
		max-width: 275px;
	}

	.footer-widget.widget-link {
		max-width: 275px;
	}
}

.footer-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
	padding: 50px 0;
}

.footer-bottom .title {
	color: #ffffff;
	margin-bottom: 15px;
}

.footer-bottom .thumb img {
	max-width: 100%;
}

.footer-bottom .footer-subscribe-form {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.footer-bottom .footer-subscribe-form {
		margin-bottom: 0;
	}

	.footer-bottom .thumb {
		text-align: right;
	}
}

.footer-subscribe-form {
	position: relative;
}

.footer-subscribe-form input {
	height: 70px;
	background: rgba(255, 255, 255, 0.051);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 25px;
}

.footer-subscribe-form input::placeholder {
	color: #ffffff;
}

.footer-subscribe-form button {
	height: 56px;
	background: #FF7700;
	color: #ffffff;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	box-shadow: 0 5px 25px rgba(255, 119, 0, 0.38);
	padding: 0 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 15px;
}

@media screen and (min-width: 450px) {
	.footer-subscribe-form button {
		margin: 0;
		position: absolute;
		right: 8px;
		top: 8px;
	}
}

.copyright-area {
	justify-content: space-between;
	margin: 0 -15px;
	padding: 25px 0 10px;
	color: #AAB1C6;
}

.copyright-area p {
	margin: 0 !important;
}

.copyright-area .left,
.copyright-area .right {
	padding: 0 15px 20px;
}

@media (min-width: 768px) {

	.copyright-area .left,
	.copyright-area .right {
		max-width: 50%;
	}
}

.social-icons {
	margin: -10px;
}

.social-icons li {
	padding: 10px;
}

.social-icons li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.social-icons li a:hover,
.social-icons li a.active {
	background: #FF7700;
	color: #ffffff;
	box-shadow: 0 5px 20px rgba(255, 119, 0, 0.31);
}

.footer-support-item {
	padding: 33px 25px;
	align-items: center;
	background: #ffffff;
	box-shadow: 0 0 30px rgba(110, 168, 255, 0.16);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto 30px;
	max-width: 400px;
}

.footer-support-item .icon {
	width: 75px;
	height: 75px;
	line-height: 75px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	color: #2ECA7F;
	background: rgba(46, 202, 127, 0.12);
	font-size: 36px;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.footer-support-item .content {
	width: calc(100% - 75px);
	padding-left: 22px;
}

.footer-support-item .content a {
	color: #7884A7;
}

.footer-support-item .title {
	text-transform: capitalize;
	margin: 0;
}

@media (min-width: 576px) {
	.footer-support-item {
		max-width: 100%;
	}
}

.footer-support-item:hover .icon {
	color: #ffffff;
	background: #2ECA7F;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.footer-support-item {
		padding: 33px 20px;
	}

	.footer-support-item .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 24px;
	}

	.footer-support-item .content {
		padding-left: 15px;
		width: calc(100% - 60px);
	}

	.footer-support-item .content .title {
		font-size: 22px;
	}
}

@media screen and (max-width: 380px) {
	.footer-support-item {
		padding: 33px 20px;
	}

	.footer-support-item .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 24px;
	}

	.footer-support-item .content {
		padding-left: 15px;
		width: calc(100% - 60px);
	}

	.footer-support-item .content .title {
		font-size: 22px;
	}
}

div[class*=col]:nth-of-type(3n + 2) .footer-support-item .icon {
	color: #FF7700;
	background: rgba(255, 119, 0, 0.12);
}

div[class*=col]:nth-of-type(3n + 2) .footer-support-item:hover .icon {
	color: #ffffff;
	background: #FF7700;
}

div[class*=col]:nth-of-type(3n + 3) .footer-support-item .icon {
	color: #3B34FF;
	background: rgba(59, 52, 255, 0.12);
}

div[class*=col]:nth-of-type(3n + 3) .footer-support-item:hover .icon {
	color: #ffffff;
	background: #3B34FF;
}

.footer-support {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
	position: relative;
	z-index: 1;
	margin-bottom: -110px;
}

.mt-80 {
	margin-top: 80px;
}

/*Shapes Positions*/
.bg-shape-1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

@media (min-width: 1200px) {
	.bg-shape-1 {
		top: -190px;
	}
}


.line {
	top: 120px;
	left: 50%;
	min-width: 1920px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.line img {
	width: 100%;
}

.line.t-0 {
	top: 0;
}

.circle1 {
	position: absolute;
	top: 70px;
	animation: left_right 20s linear infinite;
	-webkit-animation: left_right 20s linear infinite;
	-moz-animation: left_right 20s linear infinite;
}

.circle2 {
	position: absolute;
	bottom: -70px;
	animation: right_left 20s linear infinite;
	-webkit-animation: right_left 20s linear infinite;
	-moz-animation: right_left 20s linear infinite;
}

@keyframes left_right {
	from {
		left: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		left: 100%;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes right_left {
	from {
		right: 0;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		right: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@media (max-width: 767px) {

	.triangle1-shape,
	.triangle2-shape,
	.water-shape,
	.rectangle1-shape,
	.rectangle2-shape,
	.target-shape,
	.water-shape {
		display: none;
	}
}

.triangle1-shape {
	top: 650px;
	left: 450px;
}

.triangle2-shape {
	top: 20px;
	left: 50px;
}

.triangle1-shape,
.triangle2-shape {
	animation: rotate 4s linear infinite;
	-webkit-animation: rotate 4s linear infinite;
	-moz-animation: rotate 4s linear infinite;
}

.target-shape {
	bottom: 30px;
	right: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.target-shape {
		bottom: 430px;
	}
}

/*Header Section Starts Here*/
header {
	padding: 18px 0;
}

header.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 999;
	animation: fadeInDown 1s;
	-webkit-animation: fadeInDown 1s;
	-moz-animation: fadeInDown 1s;
	border-bottom: 1px solid rgba(7, 41, 77, 0.1);
}

.menu li {
	padding: 5px;
}

.menu li a {
	padding: 7px;
	font-weight: 700;
	color: #07294D;
	text-transform: capitalize;
	position: relative;
}

.menu li a:hover,
.menu li a.active {
	color: #FF7700;
}

@media (min-width: 992px) {
	.menu {
		margin-left: auto;
	}

	.menu>li>a::before {
		position: absolute;
		content: "";
		width: 24px;
		height: 2px;
		left: 7px;
		bottom: 3px;
	}

	.menu>li>a.active {
		color: #FF7700;
	}

	.menu>li>a.active::before {
		background: #FF7700;
	}

	.menu>li:hover>a {
		color: #FF7700;
	}

	.menu>li:hover>a::before {
		background: #FF7700;
	}

	.menu li .submenu {
		min-width: 220px;
		position: absolute;
		left: 0;
		top: 100%;
		background: #07294D;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px);
		-webkit-transition: all ease 0.3s;
		-moz-transition: all ease 0.3s;
		transition: all ease 0.3s;
	}

	.menu li .submenu li {
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.menu li .submenu li a {
		color: rgba(255, 255, 255, 0.83);
		padding: 5px 15px;
		display: flex;
		justify-content: space-between;
	}

	.menu li .submenu li a.active {
		padding-left: 20px;
		background: #FF7700;
		color: #ffffff;
	}

	.menu li .submenu li:hover>a {
		padding-left: 20px;
		background: #FF7700;
		color: #ffffff;
	}

	.menu li .submenu li:first-child {
		border: none;
	}

	.menu li .submenu li .submenu {
		left: 100%;
		top: 0;
	}

	.menu li:hover>.submenu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children>a {
	align-items: center;
}

.menu-item-has-children>a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f107";
	margin-left: 5px;
}

/*Header Bar Starts*/
.header-bar {
	position: relative;
	cursor: pointer;
	width: 25px;
	height: 20px;
	margin-left: auto;
	display: none;
}

.header-bar span {
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 100%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color: #07294D;
	left: 0;
}

.header-bar span:first-child {
	top: 0;
}

.header-bar span:nth-child(2) {
	top: 52%;
	transform: translateY(-65%);
}

.header-bar span:last-child {
	bottom: 0;
}

.header-bar.active span:first-child {
	-webkit-transform: rotate(45deg) translate(3px, 9px);
	-ms-transform: rotate(45deg) translate(3px, 9px);
	transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
	opacity: 0;
}

.header-bar.active span:last-child {
	-webkit-transform: rotate(-45deg) translate(3px, -9px);
	-ms-transform: rotate(-45deg) translate(3px, -9px);
	transform: rotate(-45deg) translate(3px, -9px);
}

.header-area {
	align-items: center;
}

.header-area .custom-button {
	box-shadow: 0 3px 6px rgba(255, 119, 0, 0.36);
}

.header-area .logo {
	width: 240px;
}

.header-area .logo a {
	display: block;
}

.header-area .logo img {
	max-width: 100%;
	height: 110px;
}

@media (max-width: 991px) {
	.header-area .logo {
		width: 180px;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1580px) {
	.header-area .logo {
		width: 190px;
	}

	/* .header-area .course-search-form {
		width: 400px;
	} */

	.header-area .menu {
		/* margin-left: 30px; */
	}
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
	.header-area .course-search-form {
		width: 360px;
	}

	.header-area .menu li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1365px) {
	.header-area {
		justify-content: space-between;
	}

	.header-area .course-search-form {
		display: none;
	}

	/* .header-area .header-bar {
		display: block;
	} */

	.header-area .custom-button {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.header-area .header-bar {
		display: block;
	}
}

/*Mobile Menu*/
.mobile-menu {
	position: fixed;
	background: rgba(7, 41, 77, 0.95);
	padding: 130px 15px 80px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 9999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: top;
}

.mobile-menu.active {
	transform-origin: bottom;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.mobile-menu::-webkit-scrollbar {
	display: none;
}

.mobile-menu .close-mobile-menu {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 24px;
	color: red;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
	.mobile-menu .course-search-form {
		margin-bottom: 20px;
	}

	.mobile-menu .custom-button {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 380px) {
	.mobile-menu .course-search-form .select-bar {
		position: relative;
		left: unset;
		top: unset;
		width: 100%;
		background: #F1F5F9;
		border-color: #DDDDDD;
		margin-bottom: 20px;
		height: 50px;
		-webkit-border-radius: 31px !important;
		-moz-border-radius: 31px !important;
		border-radius: 31px !important;
	}

	.mobile-menu .course-search-form .select-bar .current {
		line-height: 50px;
	}

	.mobile-menu .course-search-form .select-bar .list {
		width: 100%;
	}

	.mobile-menu .course-search-form input {
		padding-left: 15px;
		height: 50px;
	}

	.mobile-menu .course-search-form button {
		margin: 10px auto 0;
		height: 38px;
		font-size: 14px;
	}
}

.mobile-menu .menu {
	margin: 30px auto 0;
	max-width: 450px;
}

.mobile-menu .menu>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mobile-menu .menu li {
	padding: 0;
}

.mobile-menu .menu li a {
	display: flex;
	justify-content: center;
	color: rgba(255, 255, 255, 0.83);
	font-size: 18px;
}

.mobile-menu .menu li.open>a {
	color: #FF7700;
}

.mobile-menu .menu li .submenu {
	display: none;
	padding: 10px;
}

.mobile-menu .menu li .submenu li a {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 16px;
	padding: 4px 7px;
}

@media screen and (min-width: 1366px) {
	.mobile-menu {
		display: none;
	}
}

/*Banner Section*/
.custom-container {
	padding: 0 15px;
	max-width: 1780px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.custom-container {
		padding: 0 30px;
	}
}

.banner-section {
	padding: 130px 0;
}

@media (min-width: 576px) {
	.banner-section {
		padding: 170px 0 160px;
	}
}

@media (min-width: 992px) {
	.banner-section {
		padding: 200px 0;
	}
}

@media screen and (min-width: 1531px) {
	.banner-section {
		padding: 265px 0 205px;
	}
}

.banner-overlay {
	position: relative;
	overflow: hidden;
}

.banner-overlay .custom-container {
	position: relative;
	z-index: 1;
}

.banner-overlay::before {
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(41, 41, 63, 0.87);
}

.banner-content {
	max-width: 660px;
	position: relative;
	z-index: 9;
}

.banner-content .subtitle {
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
	color: #FF7700;
	letter-spacing: 3px;
	margin-bottom: 7px;
}

.banner-content .title {
	font-size: 60px;
	line-height: 78px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.banner-content p {
	margin-bottom: 40px;
}

.banner-content .banner-button-area {
	margin: -5px;
}

.banner-content .banner-button-area a {
	margin: 5px;
}

@media (min-width: 576px) {
	.banner-content p {
		font-size: 18px;
		line-height: 1.7;
	}

	.banner-content .banner-button-area {
		margin: -8px;
	}

	.banner-content .banner-button-area a {
		margin: 8px;
	}
}

@media (max-width: 1199px) {
	.banner-content {
		max-width: 640px;
	}
}

@media (max-width: 991px) {
	.banner-content {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.banner-content .subtitle {
		font-size: 22px;
		line-height: 34px;
	}

	.banner-content .title {
		font-size: 46px;
		line-height: 55px;
		margin-bottom: 25px;
	}

	.banner-content p {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.banner-content .subtitle {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0;
	}

	.banner-content .title {
		font-size: 42px;
		line-height: 55px;
	}
}

.banner-content.cl-white .title {
	color: #ffffff;
}

.banner-content.cl-white p {
	color: rgba(255, 255, 255, 0.86);
}

.banner-thumb {
	position: absolute;
	bottom: 0;
	left: calc(50% + 90px);
}

.banner-thumb img {
	position: relative;
}

.banner-thumb .rounded-shape {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	animation: joom_in_out 3s alternate infinite;
	-webkit-animation: joom_in_out 3s alternate infinite;
	-moz-animation: joom_in_out 3s alternate infinite;
}

.banner-thumb .rounded-shape.shape-1 {
	width: 809px;
	height: 809px;
}

.banner-thumb .rounded-shape.shape-2 {
	width: 700px;
	height: 700px;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
}

.banner-thumb .rounded-shape.shape-3 {
	width: 591px;
	height: 591px;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}

@media screen and (max-width: 1530px) {
	.banner-thumb {
		left: calc(50% + 140px);
	}

	.banner-thumb img {
		max-width: 700px;
	}

	.banner-thumb .rounded-shape.shape-1 {
		width: 600px;
		height: 600px;
	}

	.banner-thumb .rounded-shape.shape-2 {
		width: 500px;
		height: 500px;
	}

	.banner-thumb .rounded-shape.shape-3 {
		width: 400px;
		height: 400px;
	}
}

@media (max-width: 1199px) {
	.banner-thumb {
		left: calc(50% + 140px);
	}

	.banner-thumb img {
		max-width: 650px;
	}
}

@media (max-width: 991px) {
	.banner-thumb {
		display: none;
	}
}

@keyframes joom_in_out {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.8);
		-ms-transform: translate(-50%, -50%) scale(0.8);
		transform: translate(-50%, -50%) scale(0.8);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
}

.banner-section-2 {
	position: relative;
	padding: 100px 0 110px;
}

@media (min-width: 576px) {
	.banner-section-2 {
		padding: 140px 0;
	}
}

@media (min-width: 992px) {
	.banner-section-2 {
		padding: 180px 0;
	}
}

@media screen and (min-width: 1200px) {
	.banner-section-2 {
		padding: 187px 0 245px;
	}
}

@media (max-width: 1199px) {
	.banner-section-2 {
		background: #F1F5F9;
	}

	.banner-section-2 .banner-content {
		max-width: 860px;
	}
}

.banner-shape-bg {
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: calc(50% + 69px);
}

@media screen and (max-width: 1860px) {
	.banner-shape-bg {
		left: calc(50% + 50px);
	}
}

@media screen and (max-width: 1600px) {
	.banner-shape-bg {
		left: calc(50% + 88px);
	}
}

@media screen and (max-width: 1399px) {
	.banner-shape-bg {
		left: calc(50% + 70px);
	}
}

.banner-line-shape {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: calc(50% - 650px);
}

/*Feature Section*/
.feature-item {
	padding: 40px 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #E2E4FF;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	margin: 0 auto 30px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.feature-item .icon {
	width: 71px;
	height: 71px;
	line-height: 71px;
	margin: 0 auto 26px;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	border-radius: 25%;
	font-size: 30px;
	color: #2ECA7F;
	background: rgba(46, 202, 127, 0.12);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.feature-item .content .title {
	text-transform: capitalize;
	margin-bottom: 13px;
}

.feature-item .content .shape {
	display: block;
	width: 23px;
	height: 3px;
	background: rgba(46, 202, 127, 0.3);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	overflow: hidden;
	margin: 0 auto 20px;
}

.feature-item:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 0 3px 20px rgba(99, 130, 255, 0.16);
}

.feature-item:hover .icon {
	color: #ffffff;
	background: #2ECA7F;
}

.feature-item:hover .content .shape {
	background: #2ECA7F;
}

@media (max-width: 575px) {
	.feature-item {
		max-width: 400px;
	}
}

div[class*=col]:nth-of-type(4n + 2) .feature-item .icon {
	color: #3B34FF;
	background: rgba(59, 52, 255, 0.12);
}

div[class*=col]:nth-of-type(4n + 2) .feature-item .content .shape {
	background: rgba(59, 52, 255, 0.3);
}

div[class*=col]:nth-of-type(4n + 2) .feature-item:hover .icon {
	color: #ffffff;
	background: #3B34FF;
}

div[class*=col]:nth-of-type(4n + 2) .feature-item:hover .content .shape {
	background: #3B34FF;
}

div[class*=col]:nth-of-type(4n + 3) .feature-item .icon {
	color: #FF7700;
	background: rgba(255, 119, 0, 0.12);
}

div[class*=col]:nth-of-type(4n + 3) .feature-item .content .shape {
	background: rgba(255, 119, 0, 0.3);
}

div[class*=col]:nth-of-type(4n + 3) .feature-item:hover .icon {
	color: #ffffff;
	background: #FF7700;
}

div[class*=col]:nth-of-type(4n + 3) .feature-item:hover .content .shape {
	background: #FF7700;
}

div[class*=col]:nth-of-type(4n + 4) .feature-item .icon {
	color: #FF2C7B;
	background: rgba(255, 44, 123, 0.12);
}

div[class*=col]:nth-of-type(4n + 4) .feature-item .content .shape {
	background: rgba(255, 44, 123, 0.3);
}

div[class*=col]:nth-of-type(4n + 4) .feature-item:hover .icon {
	color: #ffffff;
	background: #FF2C7B;
}

div[class*=col]:nth-of-type(4n + 4) .feature-item:hover .content .shape {
	background: #FF2C7B;
}

/*Course Section*/
.course-top-shape,
.course-bottom-shape {
	position: absolute;
}

.course-top-shape {
	top: 50px;
	right: calc(50% + 250px);
}

.course-bottom-shape {
	bottom: 50px;
	left: calc(50% + 250px);
}

.course-item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E2E4FF;
	background: #ffffff;
	padding: 15px;
	margin: 0 auto 30px;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.course-item .thumb {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.course-item .thumb a {
	display: block;
}

.course-item .thumb img {
	width: 100%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.course-item .content {
	padding-top: 20px;
}

.course-item .content .title {
	margin-bottom: 5px;
}

.course-item .content .meta-area {
	/* border-bottom: 1px solid #DDDDDD; */
}

.course-item .content .meta-area .meta {
	justify-content: space-between;
	font-size: 15px;
	text-transform: capitalize;
	margin: 0 -5px;
	padding-bottom: 10px;
}

.course-item .content .meta-area .meta .meta-item {
	padding: 0 5px;
}

.course-item .content .meta-area .meta .meta-item i {
	font-size: 14px;
	color: #FF7700;
}

.course-item:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.course-item:hover .thumb img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

@media (max-width: 575px) {
	.course-item {
		max-width: 450px;
	}
}

.ratings-area {
	justify-content: space-between;
	padding: 5px 0 10px;
}

.ratings-area .ratings {
	font-size: 15px;
	font-weight: 500;
}

.ratings-area .price {
	font-weight: 700;
}

@media (min-width: 576px) {
	.ratings-area .price {
		font-size: 18px;
	}
}

/*Course Section 2*/
.mb-40-60-none {
	margin-bottom: -40px;
}

@media (min-width: 768px) {
	.mb-40-60-none {
		margin-bottom: -60px;
	}
}

.m--10 {
	margin: -5px -10px;
}

.nice-select .option.selected {
	font-weight: 500;
}

.course-select-item {
	margin: 5px 10px;
	height: 50px;
}

.course-select-item .select-bar {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 50px;
	padding: 0 40px 0 22px;
}

.course-select-item .select-bar::after {
	right: 22px;
}

.course-select-item .select-bar .current {
	line-height: 50px;
	color: #07294D;
	text-transform: capitalize;
	font-family: 'Mulish', sans-serif;
}

.course-select-item .select-bar .option {
	padding-top: 0;
	padding-bottom: 0;
}

.course-select-item .select-bar .list {
	max-height: 200px;
	overflow-y: auto;
}

@media screen and (max-width: 400px) {
	.course-select-item {
		flex-grow: 1;
	}

	.course-select-item .select-bar {
		width: 100%;
	}
}

.course-select-item:nth-child(1) {
	z-index: 9;
	position: relative;
}

/*Counter Section*/
.title-lay {
	position: relative;
}

.title-lay::before {
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(41, 41, 63, 0.87);
}

.title-lay .container {
	position: relative;
	z-index: 1;
}

.odo-item .odo-in {
	border: 1px solid rgba(255, 255, 255, 0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 50px 5px;
	text-align: center;
	background: rgba(255, 255, 255, 0.061);
}

.odo-item .odo-in .odo-head {
	justify-content: center;
	align-items: center;
}

.odo-item .odo-in .odo-head .title {
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	font-size: 30px;
}

.odo-item .odo-in .subtitle {
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.odo-item .odo-in .odo-head .title {
		font-size: 50px;
		line-height: 1;
		margin-bottom: 5px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.odo-item .odo-in .subtitle {
		font-size: 22px;
	}

	.odo-item .odo-in .odo-head .title {
		font-size: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.odo-item .odo-in .subtitle {
		font-size: 22px;
	}

	.odo-item .odo-in .odo-head .title {
		font-size: 60px;
	}
}

.odo-area {
	width: 100%;
	overflow: hidden;
}

@media (min-width: 992px) {
	/* .odo-area {
        max-width: 541px;
    } */
}

.odo-wrap {
	justify-content: space-between;
	margin: -15px;
}

.odo-wrap .odo-item {
	flex-grow: 1;
	width: 25%;
	padding: 15px;
}

@media only screen and (max-width: 991px) {
	.odo-wrap .odo-item {
		width: 50%;
	}
}

.apply-form-wrapper {
	width: 100%;
	margin-top: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ffffff;
}

.apply-form-wrapper .title {
	filter: drop-shadow(0px 3px 10px rgba(46, 202, 127, 0.612));
	text-transform: uppercase;
	color: #ffffff;
	background: #2ECA7F;
	text-align: center;
	padding: 15px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	margin: 0;
}

@media (min-width: 992px) {
	.apply-form-wrapper {
		margin-top: 0;
		max-width: 350px;
	}
}

@media (min-width: 1200px) {
	.apply-form-wrapper {
		max-width: 473px;
	}
}

.apply-form {
	padding: 30px 20px;
}

.apply-group {
	position: relative;
	margin-bottom: 20px;
}

.apply-group .label-name {
	position: absolute;
	left: 22px;
	top: 10px;
	margin: 0;
	text-transform: capitalize;
}

.apply-group .label-icon {
	position: absolute;
	margin: 0;
	right: 22px;
	bottom: 40px;
}

.apply-group input {
	height: 80px;
	padding: 0 50px 0 22px;
	padding-top: 30px;
	border: 1px solid #DDDDDD;
	background: #F4F7FC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #07294D;
	font-weight: 500;
}

.apply-group input::placeholder {
	color: #07294D;
}

@media (min-width: 576px) {
	.apply-group input {
		font-size: 20px;
	}
}

.apply-group .select-item {
	height: 80px;
	background: #F4F7FC;
}

.apply-group .select-bar {
	height: 80px;
	padding-left: 22px;
	width: 100%;
	border: 1px solid #DDDDDD;
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 30px;
}

.apply-group .select-bar::after {
	right: 20px;
	width: 10px;
	height: 10px;
	border-color: #7884A7;
	top: 69%;
}

.apply-group .select-bar .list {
	width: 100%;
	max-height: 180px;
	overflow-y: auto;
}

.apply-group .select-bar .list .option {
	padding-top: 0;
	padding-bottom: 0;
}

.apply-group .select-bar .list .option.selected {
	font-weight: 500;
}

.apply-group .select-bar .current {
	color: #07294D;
	line-height: 50px;
	font-size: 18px;
	font-weight: 500;
}

.apply-group button {
	background: #FF7700;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	width: 100%;
	font-size: 18px;
	border: none;
	outline: none;
}

.apply-group button i {
	margin-left: 5px;
}

.apply-group button.btn-sm {
	width: unset;
	padding: 0 35px;
}

.apply-group textarea {
	padding: 22px;
	border: 1px solid #DDDDDD;
	background: #F4F7FC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #07294D;
	height: 228px;
	display: flex;
}

.apply-group textarea::placeholder {
	color: #7884A7;
}

@media (max-width: 575px) {
	.apply-group textarea {
		height: 180px;
	}

	.apply-group input {
		font-weight: 400;
	}

	.apply-group .select-bar .current {
		font-size: 16px;
		font-weight: 400;
	}
}

/*Counter Section 2*/
.counter-content-container {
	background: #07294D;
	padding: 72px 30px;
}

@media (min-width: 768px) {
	.counter-content-container {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
}

.counter-wrapper-3 {
	margin-top: 60px;
}

.counter-wrapper-3 .odo-right-wrap {
	padding: 40px 25px;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 0 50px rgba(46, 202, 127, 0.3);
}

@media (min-width: 992px) {
	.counter-wrapper-3 .odo-right-wrap {
		max-width: 498px;
		margin-left: auto;
	}

	.counter-wrapper-3 .odo-right-wrap .section-header .title {
		font-size: 34px;
		line-height: 43px;
	}
}

.counter-wrapper-2,
.counter-wrapper-3 {
	width: 100%;
}

@media (min-width: 992px) {
	.counter-wrapper-2 {
		width: 495px;
	}

	.counter-wrapper-3 {
		margin-top: 0;
		padding-left: 30px;
		width: calc(100% - 495px);
	}
}

@media (min-width: 1200px) {
	.counter-wrapper-2 {
		width: 595px;
	}

	.counter-wrapper-3 {
		width: calc(100% - 595px);
	}
}

.odo-item-2 {
	position: relative;
	padding: 15px 15px 40px;
}

.odo-item-2::before {
	width: 50px;
	height: 3px;
	background: #ffffff;
	left: 15px;
	top: -3px;
}

.odo-item-2 .odo-head {
	align-items: center;
	margin-bottom: 15px;
}

.odo-item-2 .odo-head .title {
	margin: 0;
	color: #2ECA7F;
}

.odo-item-2 p {
	color: #ffffff;
	text-transform: capitalize;
}

@media (min-width: 992px) {
	.odo-item-2 .odo-head .title {
		font-size: 36px;
		line-height: 1;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.odo-item-2::before {
		top: -15px;
	}
}

@media (min-width: 1200px) {
	.odo-item-2 .odo-head .title {
		font-size: 55px;
	}
}

.odo-wrap-2 {
	justify-content: space-between;
	margin: 0 -15px -40px;
}

@media (max-width: 767px) {
	.odo-wrap-2 .odo-item-2 .odo-head .title {
		font-size: 36px;
		line-height: 1;
	}
}

@media (max-width: 575px) {
	.odo-wrap-2 .odo-item-2 {
		text-align: center;
		width: 100%;
		padding-top: 0;
	}

	.odo-wrap-2 .odo-item-2::before {
		display: none;
	}

	.odo-wrap-2 .odo-item-2 .odo-head {
		justify-content: center;
	}
}

/*Find Tutor Section*/
.find-tutor-form .apply-group input,
.find-tutor-form .apply-group .select-bar,
.find-tutor-form .apply-group .select-item {
	height: 85px;
}

.find-tutor-wrapper {
	padding: 40px;
	background: #ffffff;
	box-shadow: 0 5px 45px rgba(7, 41, 77, 0.14);
	max-width: 968px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media (max-width: 575px) {
	.find-tutor-wrapper {
		padding: 25px 15px;
	}
}

.find-tutor-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	left: calc(50% - 100px);
	top: 120px;
}

/*Instructor Section*/
.gradient-bg {
	background: #f1f5f9;
	background: linear-gradient(180deg, #f1f5f9 0%, white 100%);
}

.instructor-item {
	margin: 0 auto 30px;
}

.instructor-item .instructor-thumb {
	width: 184px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
}

.instructor-item .instructor-thumb img {
	width: 100%;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.instructor-item .instructor-content {
	position: relative;
	z-index: 1;
	max-width: 237px;
	margin: -20px auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 16px 10px;
	background: #ffffff;
	text-align: center;
	box-shadow: 0 0 30px rgba(7, 41, 77, 0.12);
}

.instructor-item .instructor-content .title {
	margin: 0;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.instructor-item:hover .instructor-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*Sponsor Section*/
.sponsor-item {
	padding: 30px 0;
}

.sponsor-item .sponsor-inner {
	padding: 25px 15px;
	text-align: center;
	background: #ffffff;
	border: 1px solid transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.sponsor-item .sponsor-inner img {
	width: unset !important;
	max-width: 100%;
	margin: 0 auto;
}

.owl-item.center .sponsor-item .sponsor-inner {
	box-shadow: 0 5px 30px rgba(0, 122, 255, 0.12);
	border-color: #ACBAFF;
}

.sponsor-slider-wrapper {
	margin-bottom: -30px;
}

/*Sponsor Section 2*/
.sponsor-thumb {
	padding: 0 15px;
}

.sponsor-thumb img {
	margin: 0 auto;
	width: unset !important;
	max-width: 100%;
}

.sponsor-slider-2 .owl-stage {
	display: flex;
	align-items: center;
}

.m--15 {
	margin: -15px;
}

/*Schedule Section*/
.schedule-left-shape {
	position: absolute;
	right: calc(50% + 280px);
	bottom: -180px;
}

.schedule-right-shape {
	position: absolute;
	left: calc(50% + 200px);
	top: -180px;
}

.schedule-item {
	box-shadow: 0 5px 20px rgba(99, 130, 255, 0.16);
	position: relative;
	margin-bottom: 30px;
}

.schedule-item::before {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #E2E4FF;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.schedule-item .schedule-inner {
	position: relative;
	padding: 14px 5px 14px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	overflow: hidden;
	align-items: center;
}

.schedule-item .schedule-inner * {
	position: relative;
	z-index: 1;
}

.schedule-item .schedule-inner::after,
.schedule-item .schedule-inner::before {
	width: 33px;
	height: 11px;
	z-index: 2;
}

.schedule-item .schedule-inner::before {
	left: 190px;
	bottom: -1px;
	/* background: url(./img/schedule-shape.jpg) no-repeat bottom center; */
}

.schedule-item .schedule-inner::after {
	left: 190px;
	top: -1px;
	/* background: url(./img/schedule-shape-2.jpg) no-repeat bottom center; */
}

.schedule-item .schedule-inner .author-area {
	border-right: 1px solid #DDDDDD;
	width: 160px;
	color: #07294D;
	text-align: center;
	text-transform: capitalize;
}

.schedule-item .schedule-inner .author-area .thumb {
	width: 66px;
	height: 66px;
	margin: 0 auto 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.schedule-item .schedule-inner .content-area {
	width: calc(100% - 20px);
	padding-left: 60px;
}

.schedule-item .schedule-inner .content-area i {
	color: #FF7700;
	margin-right: 7px;
}

.schedule-item .schedule-inner .content-area span {
	margin-right: 15px;
}

.schedule-item .schedule-inner .content-area .title {
	margin-top: 0;
	text-transform: capitalize;
}

.schedule-item .schedule-inner .add-ticket {
	font-size: 24px;
	font-weight: 600;
	color: #7884A7;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.schedule-item .schedule-inner .add-ticket:hover {
	color: #FF7700;
}

@media (min-width: 768px) {
	.schedule-item .schedule-inner .add-ticket {
		position: absolute;
		top: 50%;
		margin-top: -25px;
		right: 25px;
		z-index: 9;
	}
}

@media (max-width: 767px) {
	.schedule-item .schedule-inner {
		padding: 30px 15px;
		justify-content: center;
	}

	.schedule-item .schedule-inner .author-area,
	.schedule-item .schedule-inner .content-area {
		width: 100%;
		padding: 0;
		border: none;
		text-align: center;
	}

	.schedule-item .schedule-inner .author-area {
		padding-bottom: 20px;
		border-bottom: 1px solid #DDDDDD;
	}

	.schedule-item .schedule-inner .content-area {
		padding: 20px 0;
	}

	.schedule-item .schedule-inner .add-ticket {
		background: #FF7700;
		color: #ffffff;
	}

	.schedule-item .schedule-inner::after {
		left: -1px;
		top: 45%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(./img/schedule-shape-4.jpg) no-repeat bottom center;
		height: 33px;
		width: 11px;
	}

	.schedule-item .schedule-inner::before {
		right: -1px;
		left: unset;
		bottom: 55%;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		background: url(./img/schedule-shape-3.jpg) no-repeat bottom center;
		height: 33px;
		width: 11px;
	}
}

/*About Section*/
.about-wrapper {
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 45px 30px;
	box-shadow: 0 15px 60px rgba(7, 41, 77, 0.08);
}

.about-wrapper .right-side {
	width: 355px;
}

.about-wrapper .left-side {
	width: calc(100% - 355px);
	border-right: 2px solid #DDDDDD;
}

.about-wrapper .left-side .content {
	padding-right: 30px;
	max-width: 630px;
}

@media (max-width: 991px) {

	.about-wrapper .left-side,
	.about-wrapper .right-side {
		width: 100%;
		border: none;
	}

	.about-wrapper .left-side .content,
	.about-wrapper .right-side .content {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.about-wrapper {
		padding: 40px 15px;
	}
}

.about-info {
	padding: 0 0 0 40px;
}

.about-info li {
	margin-bottom: 20px;
	padding: 0;
	align-items: center;
}

.about-info li:last-child {
	margin-bottom: 0;
}

.about-info li .icon {
	font-size: 24px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #2ECA7F;
	background: rgba(46, 202, 127, 0.12);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.about-info li .cont {
	width: calc(100% - 52px);
	padding-left: 15px;
}

.about-info li .cont .title {
	margin: 0;
}

.about-info li:hover .icon {
	background: #2ECA7F;
	color: #ffffff;
}

.about-info li:nth-of-type(5n + 2) .icon {
	background: #FF7700;
	color: #FF7700;
	background: rgba(255, 119, 0, 0.12);
}

.about-info li:nth-of-type(5n + 2):hover .icon {
	background: #FF7700;
	color: #ffffff;
}

.about-info li:nth-of-type(5n + 5) .icon {
	background: #3B34FF;
	color: #3B34FF;
	background: rgba(59, 52, 255, 0.12);
}

.about-info li:nth-of-type(5n + 5):hover .icon {
	background: #3B34FF;
	color: #ffffff;
}

.about-info li:nth-of-type(5n + 4) .icon {
	background: #FF2C7B;
	color: #FF2C7B;
	background: rgba(255, 44, 123, 0.12);
}

.about-info li:nth-of-type(5n + 4):hover .icon {
	background: #FF2C7B;
	color: #ffffff;
}

.about-info li:nth-of-type(5n + 3) .icon {
	background: #34C0FF;
	color: #34C0FF;
	background: rgba(52, 192, 255, 0.12);
}

.about-info li:nth-of-type(5n + 3):hover .icon {
	background: #34C0FF;
	color: #ffffff;
}

@media (max-width: 991px) {
	.about-info {
		padding: 0;
	}
}

@media (max-width: 575px) {
	.about-info {
		padding-top: 10px;
	}
}

@media (max-width: 1199px) {
	.about-thumb img {
		max-width: 650px;
	}
}

.hero-thumb {
	position: absolute;
	bottom: 0;
	left: calc(50% - 80px);
	z-index: 1;
	max-height: 100%;
}

@media screen and (max-width: 1650px) {
	.hero-thumb {
		left: calc(50% + 40px);
	}
}

@media screen and (max-width: 1440px) {
	.hero-thumb {
		left: 50%;
	}
}

.hero-thumb img {
	max-height: 100%;
}

.hero-content {
	max-width: 560px;
	position: relative;
	text-align: center;
	max-width: 100%;
}

.hero-content .title {
	font-size: 50px;
	line-height: 60px;
}

.hero-content .breadcrumb {
	justify-content: center;
}

@media (max-width: 991px) {
	.hero-content .title {
		font-size: 44px;
		line-height: 55px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.hero-content .title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 575px) {
	.hero-content .title {
		font-size: 36px;
		line-height: 44px;
	}
}

.mw-845 {
	min-width: 845px;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0;
}

.breadcrumb li,
.breadcrumb li a {
	color: #ffffff;
	text-transform: uppercase;
}

.breadcrumb li a::after {
	content: "/";
	margin: 0 7px;
	display: inline-block;
}

@media (min-width: 576px) {
	.breadcrumb {
		font-size: 18px;
		line-height: 1.7;
	}
}

.hero-section {
	padding: 118px 0 100px;
}

@media (max-width: 991px) {
	.hero-section {
		padding: 110px 0 90px;
	}
}

/*Events Section*/
.events-tab {
	margin-top: 40px;
	border: 3px solid rgba(59, 52, 255, 0.1);
	padding: 0 40px 40px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.events-tab .nav {
	border: none;
	text-align: center;
	justify-content: center;
	margin: -15px;
	margin-bottom: 5px;
	-webkit-transform: translateY(-43px);
	-ms-transform: translateY(-43px);
	transform: translateY(-43px);
}

.events-tab .nav li {
	padding: 15px;
}

.events-tab .nav li a {
	border: 3px solid rgba(59, 52, 255, 0.1);
	padding: 10px 30px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	background: #ffffff;
}

.events-tab .nav li a .title {
	text-transform: uppercase;
	color: #07294D;
	margin: 0;
	margin-bottom: -6px;
}

.events-tab .nav li a span {
	text-transform: capitalize;
	color: #7884A7;
}

.events-tab .nav li a.active {
	border-color: #FF7700;
	background: #FF7700;
}

.events-tab .nav li a.active * {
	color: #ffffff;
}

@media (max-width: 991px) {
	.events-tab {
		padding: 0 30px 30px;
	}
}

@media (max-width: 767px) {
	.events-tab {
		padding: 0 15px 30px;
	}

	.events-tab .nav {
		margin: -5px;
	}

	.events-tab .nav li {
		padding: 5px;
	}
}

@media (max-width: 575px) {
	.events-tab {
		padding: 0;
		border: none;
	}
}

.event-item {
	padding: 25px 36px;
	background: #F1F5F9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.event-item .thumb {
	overflow: hidden;
	width: 163px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.event-item .thumb img {
	width: 100%;
}

.event-item .cont {
	align-self: center;
	width: calc(100% - 163px);
	padding-left: 50px;
}

.event-item .cont .title {
	margin: 0;
	margin-bottom: 25px;
}

.event-item .cont .meta-post {
	margin: 0 0 15px;
}

.event-item .cont .meta-post .meta-item {
	padding: 0 10px;
	border-right: 1px solid #ffffff;
}

.event-item .cont .meta-post .meta-item:first-child {
	padding-left: 0;
}

.event-item .cont .meta-post .meta-item:last-child {
	padding-right: 0;
	border: none;
}

.event-item .cont .custom-button {
	background: #ffffff;
	border-color: #ffffff;
	color: #07294D;
	padding: 3px 36px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

.event-item .cont p {
	margin-bottom: 0;
}

.event-item .cont .extra-cont {
	padding-top: 1rem;
	display: none;
}

.event-item.active .cont .extra-cont {
	display: block;
}

.event-item.open {
	cursor: text;
	background: #2ECA7F;
	color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 50px rgba(46, 202, 127, 0.4);
}

.event-item.open .cont .title {
	color: #ffffff;
}

@media (max-width: 991px) {
	.event-item .cont {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.event-item .cont {
		width: 100%;
		padding: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width: 499px) {
	.event-item {
		padding: 25px 15px;
	}
}

/*Course Details*/
.course-video-area {
	padding: 10px;
	box-shadow: 0 15px 30px rgba(3, 13, 40, 0.05);
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 50px;
}

.course-video-area .custom-button {
	display: block;
	text-align: center;
	padding: 3px 30px;
}

.course-video-area .video-area {
	margin-bottom: 25px;
}

.course-video-area .course-infos {
	margin-bottom: 20px;
}

.course-video-area .title {
	margin-bottom: 10px;
}

.course-video-area .ratings {
	margin-bottom: 18px;
}

.video-area {
	overflow: hidden;
	height: 233px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.video-area::before {
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: rgba(7, 41, 77, 0.77);
}

.course-infos {
	padding: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #F1F5F9;
}

.course-infos li {
	justify-content: space-between;
	padding: 0;
	color: #07294D;
	text-transform: capitalize;
	margin-bottom: 13px;
}

.course-infos li:last-child {
	margin-bottom: 0;
}

.course-infos li span i {
	margin-right: 7px;
	color: #2ECA7F;
}

.course-details {
	padding: 20px 15px 15px;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #DDDDDD;
}

.course-details .course-header {
	padding-right: 100px;
}

.course-details .title {
	margin: 0;
	margin-bottom: 10px;
}

.course-details .meta {
	font-size: 15px;
	text-transform: capitalize;
	margin: 0 -5px 10px;
	padding-bottom: 10px;
}

.course-details .meta .meta-item {
	padding: 0 5px;
}

.course-details .meta .meta-item i {
	font-size: 14px;
	margin-right: 7px;
}

.course-details .price {
	width: 89px;
	height: 95px;
	line-height: 95px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #FF7700;
	-webkit-border-radius: 0 0 50% 50%;
	-moz-border-radius: 0 0 50% 50%;
	border-radius: 0 0 50% 50%;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 15px;
}

.course-details .course-thumb {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.course-details .meta {
		margin: 0 -15px 15px;
	}

	.course-details .meta .meta-item {
		padding: 0 15px;
	}

	.course-details .title {
		font-size: 35px;
		line-height: 42px;
	}
}

@media (max-width: 575px) {
	.course-details .course-header {
		padding: 10px 0 0;
	}

	.course-details .price {
		display: inline-block;
		width: unset;
		height: unset;
		padding: 5px 15px;
		line-height: 30px;
		font-size: 18px;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		text-align: center;
		right: unset;
		top: unset;
		position: relative;
	}
}

@media screen and (max-width: 499px) {
	.course-details {
		padding: 0;
		border: none;
	}
}

.course-details-content {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.course-details-content .nav {
	border: none;
	text-align: center;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.course-details-content .nav li {
	margin-left: -1px;
	flex-grow: 1;
	padding: 0;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.course-details-content .nav li:first-child {
	border-left: none;
}

.course-details-content .nav li a {
	font-weight: 500;
	padding: 14px;
	color: #07294D;
	text-transform: uppercase;
	display: block;
}

.course-details-content .nav li a.active {
	background: #FF7700;
	color: #ffffff;
}

.course-details-content .overview {
	padding-top: 25px;
}

.course-details-content .overview p {
	margin: 0;
	margin-bottom: 1rem;
}

.course-details-content .tab-content {
	padding: 0 30px 30px;
}

@media (max-width: 575px) {
	.course-details-content .tab-content {
		padding: 0 15px 20px;
	}

	.course-details-content .nav li a {
		font-size: 14px;
		padding: 5px 10px;
	}
}

.course-details-content .instructor-item .instructor-content .title {
	font-size: 20px;
	margin: 0;
	margin-bottom: 2px;
}

.details-buttons-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px -5px;
}

.details-buttons-area .custom-button {
	margin: 5px;
}

.details-buttons-area .social-icons {
	margin: 0;
	margin-left: auto;
}

.details-buttons-area .social-icons li a {
	color: #07294D;
	background: #ffffff;
}

.details-buttons-area .social-icons li a.active {
	background: #2ECA7F;
	color: #ffffff;
}

@media (max-width: 767px) {
	.details-buttons-area {
		justify-content: center;
	}

	.details-buttons-area .social-icons {
		width: 100%;
		margin: 0;
		justify-content: center;
	}
}

.review-form .client-form input {
	border-color: #DDDDDD;
	background: #ffffff;
	height: 50px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left: 10px;
}

.review-form .client-form .rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.review-form .client-form .rating .rating-title {
	padding-right: 5px;
}

.review-form .client-form .rating ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.review-form .client-form .rating ul li a i {
	color: #FF7700;
}

.review-form .client-form textarea {
	border-color: #DDDDDD;
	padding: 10px;
	height: 130px;
	margin-bottom: 20px;
}

.review-form .client-form button {
	background-color: #FF7700;
	color: #ffffff;
	font-weight: 500;
	outline: none;
	height: 50px;
	cursor: pointer;
	border: none;
}

.client-review {
	padding-top: 30px;
}

.client-review .review-title {
	text-transform: capitalize;
	margin-bottom: 10px;
}

.review-contents {
	margin-bottom: 35px;
}

.review-contents li {
	padding: 0;
	margin-bottom: 25px;
}

.review-contents li:last-child {
	margin-bottom: 0;
}

.review-contents li .thumb {
	width: 100px;
}

.review-contents li .thumb img {
	width: 100%;
}

.review-contents li .cont {
	padding-left: 20px;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 26px;
}

.review-contents li .cont .subtitle {
	margin: 0;
	font-size: 18px;
	margin-bottom: -3px;
}

.review-contents li .cont .ratings {
	margin-bottom: 15px;
}

@media screen and (max-width: 450px) {
	.review-contents li .thumb {
		width: 80px;
	}

	.review-contents li .cont {
		width: 100%;
		padding: 15px 0 0 0;
	}
}

/*Gallery Section*/
.gallery-header-left {
	width: 430px;
	border-right: 5px solid #2ECA7F;
	padding-right: 40px;
}

.gallery-header-right {
	width: calc(100% - 430px);
	padding-left: 120px;
}

@media (max-width: 1199px) {
	.gallery-header-right {
		padding-left: 40px;
	}
}

@media (max-width: 991px) {

	.gallery-header-left,
	.gallery-header-right {
		padding: 0;
		width: 100%;
	}

	.gallery-header-left {
		border: none;
	}

	.gallery-header-left .title {
		margin-bottom: 20px;
	}
}

.gallery-img {
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.gallery-img a {
	display: block;
	width: 63px;
	line-height: 63px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FF7700;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 50%;
	margin-left: -31px;
	bottom: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.gallery-img a {
		width: 50px;
		line-height: 50px;
	}
}

.gallery-img .cont {
	position: absolute;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(10, 19, 39, 0) 0%, #07294d 100%);
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}

.gallery-img img {
	width: 100%;
}

.gallery-img:hover .cont {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.grid-item {
	width: 25%;
	padding: 15px;
}

.grid-item.item--lg {
	width: 50%;
}

@media (max-width: 991px) {
	.grid-item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.grid-item {
		width: 100% !important;
	}
}

.contact-info {
	margin: 0 -15px -40px;
}

.contact-info-item {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 40px;
}

.contact-info-item .icon {
	font-size: 40px;
	line-height: 1;
	color: #FF7700;
	margin-bottom: 13px;
}

.contact-info-item ul li {
	padding: 0;
}

.contact-info-item ul li a {
	color: #7884A7;
}

.contact-info-item ul li a:hover {
	color: #FF7700;
}

@media screen and (max-width: 480px) {
	.contact-info {
		margin-bottom: -25px;
	}

	.contact-info-item {
		width: 100%;
		margin-bottom: 25px;
	}
}

.maps {
	height: 822px;
}

@media (max-width: 767px) {
	.maps {
		height: 550px;
	}
}

.contact-wrapper {
	padding: 70px 30px 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	z-index: 9;
}

.search-wrapper {
	width: 60%;
	padding: 50px 80px 50px;
	margin: 0px auto;
	border-radius: 15px;
	background-color: #f1f5f9;
}

.result-wrapper {
	width: 60%;
	padding: 50px 80px 50px;
	margin: 0px auto;
	border-radius: 15px;
	background-color: #f1f5f9;
}

@media (max-width: 767px) {
	.contact-wrapper {
		padding: 50px 20px 0;
	}
}

@media (max-width: 575px) {
	.contact-wrapper {
		padding: 50px 15px 0;
	}
}

.mt--360 {
	margin-top: -360px;
}

@media (max-width: 767px) {
	.mt--360 {
		margin-top: -150px;
	}
}

.contact-form {
	margin-bottom: -20px;
}

.contact-form-group {
	margin-bottom: 20px;
	position: relative;
}

.contact-form-group .icon {
	position: absolute;
	left: 15px;
	top: 22px;
}

.contact-form-group input {
	height: 70px;
	padding: 0 15px 0 37px;
}

.contact-form-group input,
.contact-form-group textarea {
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
}

.contact-form-group textarea {
	height: 265px;
	padding: 26px 15px 15px 37px;
}

.contact-form-group button {
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
	height: 65px;
	padding: 0 30px;
	background: #2ECA7F;
	outline: none;
	color: #ffffff;
	border: none;
	font-size: 18px;
	letter-spacing: 1px;
	width: 80%;
}

.contact-form-group button i {
	margin-left: 7px;
}

.contact-form-group-select {
	height: 70px;
}

.contact-form-group-select .current {
	line-height: 70px;
}

.contact-form-group-select .select-bar {
	height: 70px;
	width: 100%;
}

.contact-form-group-select .select-bar::after {
	right: 20px;
	width: 12px;
	height: 12px;
}

.contact-form-group-select .select-bar .list {
	width: 100%;
	max-height: 180px;
	overflow-y: auto;
	z-index: 999;
}

.contact-form-group-select .select-bar .list .option {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 575px) {
	.contact-form-group .icon {
		top: 17px;
	}

	.contact-form-group input {
		height: 60px;
	}

	.contact-form-group textarea {
		height: 180px;
		padding-top: 21px;
	}

	.contact-form-group-select,
	.contact-form-group-select .select-bar {
		height: 60px;
	}

	.contact-form-group-select .select-bar .current {
		line-height: 60px;
	}
}

.contact-header {
	text-align: center;
	margin-bottom: 15px;
}

.contact-header .title {
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.contact-header {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {
	.contact-header {
		margin-bottom: 35px;
	}

	.search-wrapper {
		width: 100%;
	}

	.contact-form-group button {
		height: 60px;
		width: 60%;
	}
}

.loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background: #ffffff;
	transition: all 0.6s ease-out;
	width: 100%;
	height: 100vh;
}

.loader:before,
.loader:after {
	content: "";
	position: fixed;
	top: calc(50% - 75px);
	left: calc(50% - 75px);
	border: 6px solid #37517e;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

.loader:after {
	animation-delay: -0.5s;
}

.loader-img {
	width: 70px;
	position: fixed;
	left: calc(50% - 35px);
	top: calc(50% - 45px);
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

blockquote {
	background: #07294D;
	color: #ffffff;
	padding: 25px 15px;
	font-style: italic;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 20px 0;
	position: relative;
}

blockquote::before {
	font-style: normal;
	font-size: 120px;
	line-height: 1;
	content: "\f10d";
	font-weight: 600;
	color: rgba(255, 255, 255, 0.15);
	font-family: "Font Awesome 5 Free";
}

@media (min-width: 576px) {
	blockquote {
		margin: 25px 0;
		padding: 25px 30px;
		font-size: 18px;
		line-height: 30px;
	}
}


.go-top {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	z-index: 999;
	bottom: 30px;
	right: 30px;
	position: fixed;
	border-radius: 5px;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	background: #b9a0a0;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.go-top.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.go-top img {
	width: 100%;
}

.custom-button {
	color: #ffffff;
	text-transform: uppercase;
	line-height: 48px;
	background: #FF7700;
	padding: 0 35px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	border-radius: 25px;
	border: 1px solid #FF7700;
}

.custom-button i {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display: inline-block;
}

.custom-button i:last-child {
	padding-left: 10px;
}

.custom-button i:first-child {
	padding-right: 10px;
}

.custom-button:hover {
	color: #FF7700;
}

.custom-button.btn-sm {
	padding: 0 18px;
	font-size: 14px;
	line-height: 45px;
}

.custom-button.theme-one {
	border-color: #2ECA7F;
	background: #2ECA7F;
	box-shadow: 0 0 15px rgba(255, 119, 0, 0.1);
}

.custom-button.theme-one:hover {
	color: #2ECA7F;
}

.custom-button.theme-two {
	background: #3B34FF;
}

.custom-button.theme-two:hover {
	color: #3B34FF;
}

.custom-button.theme-three {
	background: #FF2C7B;
}

.custom-button.theme-three:hover {
	color: #FF2C7B;
}

.custom-button.theme-four {
	background: #34C0FF;
}

.custom-button.theme-four:hover {
	color: #34C0FF;
}

.custom-button.theme-five {
	background: #D834FF;
}

.custom-button.theme-five:hover {
	color: #D834FF;
}

.custom-button.white {
	background: #ffffff;
	color: #FF7700;
}

.custom-button.white:hover {
	background: #FF7700;
	color: #ffffff;
}

.custom-button:hover {
	background: transparent;
}

.custom-button.bg-white {
	background: #ffffff;
	color: #07294D;
	border-color: rgba(7, 41, 77, 0.2);
}

.custom-button.bg-white:hover {
	background: #FF7700 !important;
	border-color: #FF7700 !important;
	color: #ffffff;
}

.custom-button.btn-md {
	padding: 4px 24px;
	border-radius: 35px;
}

@media (max-width: 575px) {
	.custom-button.btn-md {
		padding: 3px 24px;
	}
}

.custom-button.btn-lg {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
}

@media (min-width: 768px) {
	.custom-button.btn-lg {
		padding: 7px 38px;
		font-size: 20px;
	}
}

.load-more .custom-button {
	padding: 5px 30px;
	border-radius: 30px;
}

.all-sections {
	overflow: hidden;
}

.course-details h5 {
	min-height: 50px;
}

.about_title {
	font-size: 28px;
}

.about_list .list-group {
	list-style-type: none;
	padding-left: 0;
}

.about_list .list-group-item {
	position: relative;
	padding-left: 20px;
	border: none;
}

.about_list .list-group-item:before {
	content: "\2022";
	position: absolute;
	left: 0;
}

@media (max-width: 575px) {
	.search-wrapper {
		width: 100%;
		padding: 40px 40px 40px;
	}
}

.info {
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.result-wrapper {
		width: 90%;
		padding: 30px 40px 35px;
	}

	.header-area .logo img {
		height: 60px;
	}
}