@charset "utf-8";

/**
*** Table Of Contents
**/
/*
** Template colors
*

Accent Colors:
1: #32B560
2: #6fcd07
3: #2792ff
4: #d8efdb

Light section (.ls) colors:
Text color in light section: #768292
Background color for light section and font color in dark section: #ffffff
Color for headings in light section and for background in dark section (.ds): #2a323c
Background color for light muted section (grey - .ls.ms): #eef5fd
Background color for dark muted section (.ds.ms): #222a35
Border colors for elements in light section (and .bordered elements): #d8efdb, rgba(0, 0, 0, 0.1)
Background color for elements in light section (.hero-bg): #f5f5f5

Dark section (.ds) colors: 
Text color in dark section: #9a9a9a
Border colors for elements in dark section: #454545
Background color for elements in dark section (.hero-bg): rgba(255, 255, 255, 0.05)

Color section (.cs) colors: 
Background color for elements in color section: rgba(255, 255, 255, 0.1)
Border color for elements in color section: rgba(255, 255, 255, 0.15)


1. Common tags styles
2. Styled lists
3. Overrides for default Bootstrap components
4. jQuery plugins styles
  - owl
  - flexslider
  - photoswipe
  - piechart
  - timetable
  - totop
  - countdown
5. Bootstrap Addons helpers styles for sections and elements
  - horizontal
  - vertical
  - sections
  - media_items
  - buttons
6. Light background sections (.ls) styles
7. Dark background sections (.ds) styles
8. Color background sections (.cs) styles
9. Bootstrap Addons utility styles
  - layout
  - colors
  - spacing
10. Shortcodes styles
  - icon-box
  - special-heading
  - number-card
  - price_table
  - quote-item
  - items-masonry
11. Widgets styles
  - search_mailchimp
  - nav_cat_arch_meta_pages
  - calendar
  - rss
  - tag_cloud
  - flickr
  - instagram
  - access_press
  - twitter
  - post_slider
  - post_tabs
  - post_2cols
12. Social icons styles
13. WordPress styles
14. Menu styles
15. Header styles
16. Side header styles
17. Intro section styles
18. Common sub-pages styles
19. Template specific sections styles
*/
/*
** General Styles for HTML tags
*/
html {
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

::-moz-selection {
	background-color: #32B560;
	color: #fff;
}

::selection {
	background-color: #32B560;
	color: #fff;
}

::-moz-selection {
	background-color: #32B560;
	color: #fff;
}

body {
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	color: #231F20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	word-break: break-word;
}

h1 {
	font-size: 72px;
	margin-bottom: 0.46em;
	margin-top: 1.13em;
}

h2 {
	font-size: 54px;
	margin-bottom: 0.66em;
	margin-top: 1.5em;
}

h3 {
	font-size: 42px;
	margin-bottom: 0.86em;
	margin-top: 2.1em;
}

h4 {
	font-size: 36px;
	margin-bottom: 1.1em;
	margin-top: 2.45em;
}

h5 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 1.3em;
	margin-top: 3em;
}

h6 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 2em;
	margin-top: 4.5em;
}

@media (max-width: 575px) {
	h1 {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 1.4rem;
	}

	h4 {
		font-size: 1.3rem;
	}

	h5 {
		font-size: 1.2rem;
	}

	h6 {
		font-size: 1.1rem;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p {
	margin-bottom: 23px;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	color: #222a35;
	font-weight: 500;
}

a {
	color: #222a35;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	color: #32B560;
	text-decoration: none;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.8;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
	position: relative;
	top: 1px !important;
}

iframe {
	border: none;
	max-width: 100%;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

.big {
	font-size: 20px;
	margin: 0.85em 0 1.3em;
}

.big em {
	display: inline-block;
	margin: 0.3em 0 0;
}

@media (min-width: 768px) {
	.big em {
		margin: 1em 0 0.5em;
	}
}

.media h3 {
	text-transform: uppercase;
}

.rounded {
	border-radius: 5px !important;
}

ul,
ol {
	padding-left: 1.15rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*
** Bootstrap Overrides
*/
/* bootstrap breadcrumbs*/
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.breadcrumb > li {
	float: none;
	padding: 0;
}

.text-center .breadcrumb {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.breadcrumb > .active {
	color: #32B560;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: inherit;
	padding: 0 11px;
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
	background-color: transparent;
	border: 1px solid #d8efdb;
	border-radius: 5px;
	color: #222a35;
	font-size: 16px;
	font-weight: 400;
	height: 47px;
	padding-bottom: 9px;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 9px;
	width: 100%;
}
select.form-control:not([size]):not([multiple]) {
	height: 47px;
}
input[disabled] {
	cursor: not-allowed;
	opacity: .4;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="submit"],
button {
	background: transparent;
	border: 1px solid #32B560;
	border-radius: 5px;
	border-width: 2px;
	color: #2a323c;
	cursor: pointer;
	font-size: 18px;
	padding: 8px 23px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
	background-color: #32B560;
	color: #fff;
}

.ds input[type="submit"]:not([class]),
.cs input[type="submit"]:not([class]),
.ds
button:not([class]),
.cs
button:not([class]) {
	border-color: #fff;
	color: #fff;
}

textarea,
textarea.form-control {
	height: auto;
	padding-top: 11px;
}

.form-group {
	position: relative;
}

[class*='col-'] > .form-group {
	margin-bottom: 0;
}

[class*='col-'] > .form-group + .form-group {
	margin-top: 10px;
}

.has-placeholder label {
	display: none;
}

/* select styling */
select[multiple] {
	height: auto;
}

select option,
.form-control option {
	background-color: #fff;
	color: #2a323c;
}

.form-control,
.form-control:focus {
	box-shadow: none;
}

.form-control:focus {
	background-color: transparent;
	border-color: #b4e0ba;
}

.form-control:-moz-placeholder {
	color: #222a35;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #222a35;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #222a35;
}

.form-control::-webkit-input-placeholder {
	color: #222a35;
}

.form-control:focus:-moz-placeholder {
	color: transparent;
}

.form-control:focus::-moz-placeholder {
	color: transparent;
}

.form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

/*icons for forms */
form label + [class*="fa-"] {
	font-size: 18px;
	left: 15px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 1em;
}

form .has-placeholder label + [class*="fa-"] {
	top: 15px;
}

form label + [class*="fa-"] + .form-control {
	padding-left: 40px;
}

.checkbox label,
.radio label {
	font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
	font-weight: inherit;
}

.checkbox label[for] + input[type=checkbox],
.checkbox label[for] + input[type=radio],
.radio label[for] + input[type=radio] {
	left: 20px;
}


input[type=radio] {
	margin-top: 8px;
}

/*styled checkbox */
.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
	display: inline-block;
}

/*styled radio*/
.radio input[type="radio"] {
	display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
	display: inline-block;
}

input[type="radio"] + label {
	padding-left: 0;
}

input[type="radio"] + label > a {
	color: #999;
}

input[type="radio"] + label:before {
	border: 2px solid #d8efdb;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
}

input[type="radio"]:checked + label:before {
	background-clip: content-box;
	background-color: #2a323c;
	padding: 3px;
}

input[type="radio"]:disabled + label:before {
	background-color: #d8efdb;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

form.search-course {
	margin-top: 42px;
}

form.search-course i {
	opacity: 0.4;
}

@media (max-width: 767px) {
	form.search-course {
		margin-top: 20px;
	}
}

form.search-course input[type="search"] {
	border: 2px solid rgba(118, 130, 146, 0.4);
	display: inline-block;
	margin-right: 5px;
	max-width: 400px;
}

@media (max-width: 767px) {
	form.search-course input[type="search"] {
		max-width: 100%;
	}
}

form.search-course .search-submit {
	margin-top: -2px;
}

@media (max-width: 767px) {
	form.search-course .search-submit {
		margin-top: 30px;
	}
}

select {
	padding-bottom: 9px;
	padding-left: 11px;
	padding-right: 40px;
	padding-top: 11px;
}

[class*='bg-'] .widget input {
	background-color: #fff !important;
}

[class*='bg-'] .widget .form-control::-webkit-input-placeholder {
	color: #768292;
}

/* carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-indicators li {
	border-radius: 50%;
	height: 10px;
	max-width: 10px;
}

/* bootstrap tabs*/
.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-link {
	border: 1px solid #d8efdb;
	border-radius: 5px 5px 0 0;
	margin-right: 5px;
}

.nav-tabs .nav-link:hover {
	opacity: 0.9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: #32B560;
	border-color: #32B560;
	color: #fff;
}

.nav-link {
	color: #2a323c;
	font-size: 18px;
	font-weight: 500;
	padding: 9px 28px;
}

@media (max-width: 767px) {
	.nav-link {
		padding: 9px 6px;
	}
}

.tab-content {
	border: 1px solid #d8efdb;
	padding: 40px 40px;
}

.tab-pane .media img {
	max-width: 40%;
}

.tab-pane .media img:first-child {
	margin-right: 10px;
}

.tab-pane .media h3,
.tab-pane .media h4,
.tab-pane .media h5 {
	font-weight: 900;
}

.tabs .tab-content h6 {
	margin-bottom: 20px !important;
}

/* bootstrap collapse*/
[data-toggle="collapse"] {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 20px;
	position: relative;
}

@media (max-width: 767px) {
	[data-toggle="collapse"] {
		padding-right: 0;
	}
}

[data-toggle="collapse"]:after {
	content: "\f106";
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 100;
	margin-top: -9px;
	position: absolute;
	right: 0;
	top: 50%;
}

@media (max-width: 767px) {
	[data-toggle="collapse"]:after {
		display: none;
	}
}

[data-toggle="collapse"].collapsed:after {
	content: "\f107";
}

[role="tablist"] .card {
	background: none;
	border: none;
	border-radius: 0;
}

[role="tablist"] .card-header {
	background: none;
	border: none;
	padding: 0;
}

[role="tablist"] .card-header a {
	background-color: #32B560;
	border: 1px solid #d8efdb;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 15px 31px;
	position: relative;
}

[role="tablist"] .card-header a:before,
[role="tablist"] .card-header a:after {
	bottom: 0;
	color: #fff;
	content: "";
	font-family: inherit;
	font-size: 12px;
	font-weight: 100;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	width: 60px;
}

[role="tablist"] .card-header a:after {
	background: none;
	bottom: auto;
	content: "\f106";
	font-family: "FontAwesome";
	height: 30px;
	line-height: 30px;
	margin-top: -14px;
	top: 50%;
	vertical-align: top;
}

[role="tablist"] .card-header a:hover {
	color: #fff;
	opacity: 1;
}

[role="tablist"] .card-header a.collapsed {
	background-color: #fff;
	color: #222a35;
}

[role="tablist"] .card-header a.collapsed i {
	color: #32B560;
	margin-right: 10px;
}

[role="tablist"] .card-header a.collapsed:hover {
	background-color: #32B560;
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:hover i {
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:hover:after {
	color: #fff;
}

[role="tablist"] .card-header a.collapsed:after {
	color: #222a35;
	content: "\f107";
	margin-top: -15px;
}

[role="tablist"] .card-body {
	padding: 13px 30px 45px;
}

[role="tablist"] .media img {
	max-width: 80px;
}

/* bootstrap dropdown menu */
.dropdown-menu {
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	font-size: inherit;
	line-height: 1.5;
	margin-top: 0;
	padding: 40px;
	z-index: 1001;
}

.dropdown-menu > a {
	display: block;
	white-space: nowrap;
}

.dropdown-menu > a > img {
	max-width: none;
}

.dropdown-menu > a + a {
	margin-top: 1.5em;
}

.dropdown .dropdown-menu label,
.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4 {
	color: #2a323c;
}

.dropdown.show .dropdown-menu input {
	border: 1px solid #d8efdb;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #2a323c;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1200px;
	}
}

/* modal */
.modal-open {
	padding-right: 0 !important;
}

.modal-backdrop.show {
	background-color: #222a35;
	opacity: 0.7;
}

.modal-content {
	border-radius: 5px;
}

.modal-content [class*="col-"]:last-child {
	margin-bottom: 0;
}

/* bootstrap buttons */
.btn {
	border-radius: 5px;
	border-width: 2px;
	font-size: 18px;
	padding: 8px 23px;
}

.btn.round,
.btn.rounded {
	line-height: 1;
	padding: 23px;
}

/* media elements */
.media > img {
	display: block;
}

.media-body h6,
.media-body h5,
.media-body h4 {
	line-height: 1;
	margin-bottom: 3px;
}

* + .media-body,
.media-body + * {
	margin-left: 28px;
}

.embed-responsive-3by2 {
	background-color: #000;
	height: 0;
	padding-bottom: 44.666%;
}

.embed-placeholder:after {
	border-radius: 50%;
	color: #fff;
	content: "\e900";
	font-family: "icomoon";
	font-size: 70px;
	left: 50%;
	line-height: 56px;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.embed-placeholder:hover:after {
	color: #6fcd07;
}

.alert {
	border-radius: 0;
	border-width: 0 0 0 4px;
	margin-bottom: 40px;
	padding: 30px;
}

button.close {
	min-width: 0;
}

/* small in headings */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	color: inherit;
	font-weight: 300;
}

/* labels */

/*progress bars*/

/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
	display: none;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	touch-action: manipulation;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	-ms-touch-action: pan-Y;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer {
	/*margin-left: -10px;*/
	/*margin-right: -10px;*/
	overflow: hidden;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	float: left;
	min-height: 1px;
	position: relative;
	-webkit-tap-color-main-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-dots {
	line-height: 1;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 8px;
	margin: 5px 12px;
	opacity: 0.5;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	width: 8px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	border-color: #fff;
	opacity: 1;
}

.owl-carousel .owl-nav {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav > div {
	background-color: rgba(28, 39, 59, 0.5);
	bottom: 0;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
}

.owl-carousel .owl-nav > div.disabled {
	cursor: default;
	opacity: 0.2;
}

.owl-carousel .owl-nav > div.disabled:hover {
	cursor: default;
}

@media (min-width: 300px) {
	.owl-carousel .owl-nav > div i {
		color: #fff;
		font-size: 14px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.owl-carousel .owl-nav > div:first-child {
	left: 0;
	right: auto;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
	width: 80px;
	z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: static;
	right: 0;
	-webkit-tap-color-main-color: transparent;
	text-align: center;
	top: 50%;
}

.owl-theme .owl-nav > div {
	position: absolute;
	right: 0;
	text-align: center;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
	opacity: 0.5;
}

.owl-theme .owl-dots {
	margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
	bottom: 20px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
}

/* .owl-center theme */
.owl-center .owl-nav {
	bottom: 0;
	margin-top: 0;
	opacity: 1;
	position: static;
	top: 0;
}

.owl-center .owl-nav > div {
	background-color: rgba(42, 50, 60, 0.6);
	bottom: 0;
	height: auto;
	margin: 0;
	right: -15px;
	top: 0;
	width: 50px;
}

.owl-center .owl-nav > div:first-child {
	left: -15px;
	right: auto;
}

.owl-center .owl-nav > div:first-child:after {
	left: 13px;
}

.owl-center .owl-nav > div:after {
	color: #fff;
	font-size: 20px;
	left: 17px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

/*theme with nav at the top right corner*/

/*theme with text nav*/

/* owl images fix */
.owl-carousel .owl-item {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0.1s;
	transition: opacity 0.2s ease 0.1s;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */

/* FlexSlider Necessary Styles */

/* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme */

/* Direction Nav */

/* Pause/Play */

/* Control Nav */

/* custom nav for flex slider*/

.flexslider-overlay {
	background-color: rgba(34, 42, 53, 0.75);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.page_slider a.icon-box {
	border: 2px solid rgba(255, 255, 255, 0.4) !important;
	margin-bottom: 10px;
	margin-right: 10px;
	min-width: 110px;
	padding: 25px 7px 18px !important;
}

@media (max-width: 991px) {
	.page_slider a.icon-box {
		margin-bottom: 5px;
		margin-right: 5px;
		min-width: auto;
		padding: 10px 7px 3px !important;
	}

	.page_slider a.icon-box i {
		font-size: 25px;
	}

	.page_slider a.icon-box p {
		font-size: 14px;
	}
}

.page_slider a.icon-box:hover {
	background-color: #fff;
	opacity: 1 !important;
}

.page_slider a.icon-box:hover p {
	color: #222a35;
}

.page_slider a.icon-box .icon-styled {
	line-height: 1;
}

.page_slider a.icon-box p {
	margin-top: 2px;
}

/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */

/* style is added when JS option showHideOpacity is set to true */

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

/* Prevent selection and tap highlights */

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

/*
	div element that matches size of large image
	large image loads on top of it
*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
}

/* no arrows on touch screens */

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

/*

	2. Share modal/popup and links

 */

/* increase size of share links on touch devices */

/*

	3. Index indicator ("1 of X" counter)

 */

/*
	
	4. Caption

 */

/* Fake caption element, used to calculate height of next/prev image */

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/*
	
	6. Additional styles

 */
/* root element of UI */

/* top black bar with buttons and "1 of X" indicator */

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

/* pswp__ui--one-slide class is added when there is just one item in gallery */

/*
** Easy pieChart
*/

/* 
** Time Table 
*/

/* 
** toTop
*/
#toTop {
	background-color: #32B560;
	border-radius: 50%;
	bottom: 10px;
	color: transparent;
	display: none;
	font-size: 0;
	height: 60px;
	opacity: 0.7;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 60px;
	z-index: 1000;
}

#toTop:after {
	bottom: 0;
	color: #fff;
	content: "\f106";
	display: block;
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	line-height: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#toTopHover,
#toTop:hover {
	bottom: 3px;
	opacity: 1;
}

#toTop:hover:after {
	color: #fff;
}

#toTop:active,
#toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

/* Countdown */

/* sidebar scroll plugin */

/*
** Bootstrap Addons
*/
/*
** Horizontal padding (gutters) for columns and rows
*/
/* columns
.c - columns
px-* - horizontal padding value
*/

.c-gutter-75 [class*="col-"],
.row.c-gutter-75 > [class*="col-"] {
	padding-left: 38px;
	padding-right: 37px;
}

.c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

.c-gutter-40 [class*="col-"],
.row.c-gutter-40 > [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}

.c-gutter-10 [class*="col-"],
.row.c-gutter-10 > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

/*same as bootstrap .no-gutters class*/

/* rows */

.c-gutter-75 .row,
div.row.c-gutter-75 {
	margin-left: -38px;
	margin-right: -37px;
}

.c-gutter-60 .row,
div.row.c-gutter-60 {
	margin-left: -30px;
	margin-right: -30px;
}

.c-gutter-40 .row,
div.row.c-gutter-40 {
	margin-left: -20px;
	margin-right: -20px;
}

.c-gutter-10 .row,
div.row.c-gutter-10 {
	margin-left: -5px;
	margin-right: -5px;
}

/* containers */

.container-px-20 [class*='container'] {
	padding-left: 20px;
	padding-right: 20px;
}

.container-px-30 [class*='container'] {
	padding-left: 30px;
	padding-right: 30px;
}

/*
** Vertical margins and padding for sections and columns
*/
/* Vertical padding for sections
.s - section
pt-* - padding top value
pb-* - padding bottom value
py-* - same value for top and for bottom padding
*/

.s-pt-30 > [class*='container'] {
	padding-top: 30px;
}

.s-pt-60 > [class*='container'] {
	padding-top: 60px;
}

.s-pt-70 > [class*='container'] {
	padding-top: 70px;
}

.s-pt-80 > [class*='container'] {
	padding-top: 80px;
}

.s-pb-15 > [class*='container'] {
	padding-bottom: 15px;
}

.s-pb-20 > [class*='container'] {
	padding-bottom: 20px;
}

.s-pb-60 > [class*='container'] {
	padding-bottom: 60px;
}

.s-pb-70 > [class*='container'] {
	padding-bottom: 70px;
}

.s-pb-80 > [class*='container'] {
	padding-bottom: 80px;
}

.s-py-5 > [class*='container'] {
	padding-bottom: 5px;
	padding-top: 5px;
}

.s-py-50 > [class*='container'] {
	padding-bottom: 50px;
	padding-top: 50px;
}

.s-py-60 > [class*='container'] {
	padding-bottom: 60px;
	padding-top: 60px;
}

@media (min-width: 768px) {

	.s-pb-md-60 > [class*='container'] {
		padding-bottom: 60px;
	}
}

@media (min-width: 992px) {

	.s-pt-lg-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-lg-95 > [class*='container'] {
		padding-top: 95px;
	}

	.s-pt-lg-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-lg-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pb-lg-55 > [class*='container'] {
		padding-bottom: 55px;
	}

	.s-pb-lg-90 > [class*='container'] {
		padding-bottom: 90px;
	}

	.s-pb-lg-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-py-lg-90 > [class*='container'] {
		padding-bottom: 90px;
		padding-top: 90px;
	}

	.s-py-lg-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}
}

/* Vertical margins for columns in sections and rows
.c - columns
mt-* - margin top value
mb-* - margin bottom value
my-* - same value for top and for bottom margin
*/

.c-mb-10 [class*="col-"],
.row.c-mb-10 > [class*="col-"] {
	margin-bottom: 10px;
}

.c-mb-15 [class*="col-"],
.row.c-mb-15 > [class*="col-"] {
	margin-bottom: 15px;
}

.c-mb-20 [class*="col-"],
.row.c-mb-20 > [class*="col-"] {
	margin-bottom: 20px;
}

.c-mb-30 [class*="col-"],
.row.c-mb-30 > [class*="col-"] {
	margin-bottom: 30px;
}

.c-mb-40 [class*="col-"],
.row.c-mb-40 > [class*="col-"] {
	margin-bottom: 40px;
}

@media (min-width: 768px) {

	.c-mb-md-0 [class*="col-"],
	.row.c-mb-md-0 > [class*="col-"] {
		margin-bottom: 0;
	}
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
	margin-bottom: 0 !important;
}

/* overlap featured image on top section (for big screens) */

/* full height section */

/* Vertical dividers - use them with Bootstrap responsive utilities - http://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */
[class*='divider-'] {
	clear: both;
	width: 100%;
}

[class*='divider-']:last-child {
	-webkit-box-ordinal-group: 10001;
	-webkit-order: 10000;
	order: 10000;
}

.divider-10 {
	margin-top: 10px;
}

.divider-20 {
	margin-top: 20px;
}

.divider-43 {
	margin-top: 43px;
}

.divider-48 {
	margin-top: 48px;
}

.divider-70 {
	margin-top: 70px;
}

.divider-100 {
	margin-top: 100px;
}

/*
** Common Sections Styles
*/
section {
	position: relative;
}

img {
	max-width: 100%;
}

/*parallax*/
.s-parallax,
.cover-image,
.cover-background {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.cover-image {
	height: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.cover-image {
		background-position: 50% 50%;
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
	}

	.cover-image > img {
		visibility: hidden;
	}

	.cover-image > a {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.cover-image + [class*='container'] [class*='col-'] > img,
	.cover-image + [class*='container'] [class*='col-'] > a:after,
	.cover-image + [class*='container'] [class*='col-'] > a > img {
		visibility: hidden;
	}
}


.s-parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

@media (max-width: 767px) {
	.s-parallax {
		background-size: auto auto;
	}
}

/*additional overlay for parallax sections*/
.s-overlay:before {
	opacity: 0.8;
}

.s-overlay.ls:before {
	background-color: #fff;
	opacity: 0.93;
}

.s-overlay.ls.ms:before {
	background-color: #eef5fd;
	opacity: 0.81;
}

.s-overlay.cs:before {
	background-color: #32B560;
	opacity: 0.82;
}

.s-overlay.ds:before {
	background-color: #222a35;
	opacity: 0.75;
}

.s-overlay.ds.ms:before {
	opacity: 0.9;
}

.s-parallax > *,
.s-overlay > *,
.gradient-background > * {
	position: relative;
	z-index: 4;
}

.s-parallax:before,
.s-overlay:before,
.gradient-background:before {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}


.s-parallax:before {
	opacity: 0.8;
}

.gradient-background:before {
	background: #32B560;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #32B560), color-stop(100%, #3c9952));
	background: -webkit-linear-gradient(left, #32B560 0%, #3c9952 100%);
	background: -webkit-linear-gradient(left, #32B560 0%, #3c9952 100%);
	background: linear-gradient(to right, #32B560 0%, #3c9952 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain", endColorstr="$colorMain2", GradientType=1);
}


.s-borderbottom {
	position: relative;
}


.s-borderbottom:after {
	background-color: #d8efdb;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.s-borderbottom:after {
	bottom: 0;
	top: auto;
}

/*page preloader*/
.preloader {
	background: rgba(255, 255, 255, 0.99);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 13000;
}

.no-js .preloader {
	display: none;
}

/* animated elements */
.animate {
	visibility: hidden;
}

.no-js .animate {
	visibility: visible;
}

.animated {
	visibility: visible !important;
}

/* boxed layout */
#box_wrapper,
#canvas {
	overflow: visible;
	position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
	position: relative;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	height: auto;
	position: static;
	width: auto;
}

.boxed .container {
	padding-left: 50px;
	padding-right: 50px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.boxed #box_wrapper.container {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-top: 120px;
	padding: 0;
}

@media (min-width: 1600px) {
	.boxed #box_wrapper.container {
		max-width: 1560px;
	}
}

/*common background sections*/

/*bordered columns*/

/* Media Items - Common Side and Top Image Items */
.bordered .item-media {
	margin: -1px -1px -1px -1px;
	z-index: 1;
}

.bordered .item-media.cover-image {
	height: calc(100% + 2px);
}

/* side and vertical items paddings */

.content-padding .item-content {
	padding: 45px 40px;
}

@media (max-width: 992px) {

	.content-padding .item-content {
		padding: 30px;
	}
}

/*side item*/

/*-xs- -sm- side-item paddings and margins*/

/*-md- side-item paddings and margins*/

/*-lg- side-item paddings and margins*/

/*-xl- side-item paddings and margins*/

/* vertical media item */
.vertical-item .item-media + .item-content {
	padding-top: 27px;
}

.vertical-item.content-padding .item-content {
	padding: 23px 30px 25px;
}

@media (max-width: 1199px) {
	.vertical-item.content-padding .item-content {
		padding: 30px;
	}
}

/* item meta */

/* item media & item links */
.item-media {
	overflow: hidden;
	position: relative;
}

.item-media img {
	width: 100%;
}

.item-media.cover-image {
	height: 100%;
}

.media-links {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.media-links div {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 4;
}

.media-links:before {
	background-color: rgba(34, 42, 53, 0.3);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

[class*="-item"]:hover .media-links:before {
	opacity: 1;
}

.media-links a.abs-link {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

[class*="-item"]:hover .media-links a.abs-link {
	opacity: 1;
}

[class*="-item"]:hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* item icons */

/*
** Buttons
 */
.btn:hover {
	cursor: pointer;
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75);
}

/*color background buttons*/
.btn-maincolor {
	color: #fff;
}

input[type="submit"].btn-maincolor,
button.btn-maincolor,
.btn-maincolor {
	background-color: #32B560;
}

/*color outline buttons*/

/*
** Light Background Section - .ls
*/
.ls {
	background-color: #fff;
	color: #768292;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6,
.ls .h1,
.ls .h2,
.ls .h3,
.ls .h4,
.ls .h5,
.ls .h6 {
	color: #222a35;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
	color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
	color: #32B560;
}

.ls .btn-maincolor:hover {
	color: #fff;
}

.ls .btn-maincolor:hover {
	background-color: transparent;
	border-color: #32B560;
	color: #32B560;
}

/*
** Grey Background Section - light section, muted section - .ls.ms
*/
.ls.ms {
	background-color: #eef5fd;
}


.ls.ms .bordered {
	border-color: #c6e8ca;
}


.ls.ms input[type="text"],
.ls.ms input[type="email"],
.ls.ms input[type="url"],
.ls.ms input[type="password"],
.ls.ms input[type="search"],
.ls.ms input[type="tel"],
.ls.ms input[type="number"],
.ls.ms textarea,
.ls.ms select,
.ls.ms .form-control {
	background-color: #fff;
	border: 1px solid #d8efdb;
}

.ls.ms .nav-tabs > li.active > a,
.ls.ms .nav-tabs > li.active > a:hover,
.ls.ms .nav-tabs > li.active > a:focus {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .tab-content {
	background-color: #fff;
}

.ls.ms .tab-content .bordered {
	border-color: #e6e6e6;
}

.ls.ms .tab-content .form-control {
	background-color: #eef5fd;
}

.ls.ms .pagination a,
.ls.ms .pagination span {
	background-color: #fff;
	border-color: #fff;
}

.ls.ms .breadcrumb {
	color: #768292;
}

.ls.ms .breadcrumb a {
	color: #5e6977;
}

.ls.ms .breadcrumb a:hover {
	color: #32B560;
}

.ls.ms [class*='btn-outline-']:not(:hover) {
	background-color: #eef5fd;
}

/*
** Dark Section background and Dark Muted background sections - .ds and .ds.ms
*/
/* dark grey background section - .ds */
.ds {
	background-color: #222a35;
	color: #fff;
}

/* dark background section - .ds.ms */
.ds.ms {
	background-color: #2a323c;
}

.ds.ms .ds.ms {
	background-color: #262f3b;
}

/* dark section blue - .ds.bs */
.ds.bs {
	background-color: #2f3e47;
}

.ds a:not(.btn) {
	color: #fff;
}

.ds a:not(.btn):hover {
	opacity: 0.8;
}

.ds h1,
.ds h2,
.ds h3,
.ds h4,
.ds h5,
.ds h6 {
	color: #fff;
}

.ds h1 a,
.ds h2 a,
.ds h3 a,
.ds h4 a,
.ds h5 a,
.ds h6 a {
	color: #fff;
}

.ds h1 a:hover,
.ds h2 a:hover,
.ds h3 a:hover,
.ds h4 a:hover,
.ds h5 a:hover,
.ds h6 a:hover {
	opacity: 0.8;
}

.ds .ls {
	background-color: #fff;
	color: #768292;
}

.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
	color: #2a323c;
}

.ds .ls h1 a,
.ds .ls h2 a,
.ds .ls h3 a,
.ds .ls h4 a,
.ds .ls h5 a,
.ds .ls h6 a {
	color: inherit;
}

.ds .ls h1 a:hover,
.ds .ls h2 a:hover,
.ds .ls h3 a:hover,
.ds .ls h4 a:hover,
.ds .ls h5 a:hover,
.ds .ls h6 a:hover {
	color: #32B560;
}

.ds .ls a:not(.btn) {
	color: #2a323c;
}

.ds .ls a:not(.btn):hover {
	color: #32B560;
}

.ds label {
	color: #fff;
}

.ds pre {
	color: #9a9a9a;
}

.ds .bordered {
	border-color: #454545;
}

.ds .color-main {
	color: #32B560;
}


.ds.s-borderbottom:after {
	background-color: rgba(255, 255, 255, 0.1);
}

.ds .btn-maincolor:hover {
	background-color: transparent;
	border-color: #32B560;
}

.ds a.fa {
	border-color: #fff;
	color: #fff;
}

.ds {
	/* shop */
}

.ds input[type="text"],
.ds input[type="email"],
.ds input[type="url"],
.ds input[type="password"],
.ds input[type="search"],
.ds input[type="tel"],
.ds input[type="number"],
.ds textarea,
.ds select,
.ds .form-control {
	background-color: #fff;
	border-color: #454545;
	color: #9a9a9a;
}

.ds input[type="search"] {
	border: 0;
}

.ds .form-control:focus {
	border-color: #525252;
}

.ds .form-control:-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.ds .form-control::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.ds .form-control:-ms-input-placeholder {
	color: #9a9a9a;
}

.ds .form-control::-webkit-input-placeholder {
	color: #9a9a9a;
}

.ds .form-control:focus:-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus::-moz-placeholder {
	color: transparent;
}

.ds .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.ds .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.ds .tab-content {
	border-color: #454545;
}

.ds .nav-tabs .nav-link {
	border-color: #454545;
}

.ds .owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}

.ds .excerpt {
	color: #fff;
}

.ds .reply a {
	color: #fff;
}

.ds .pagination > li > a,
.ds .pagination > li > span {
	background-color: transparent;
	border: 1px solid #454545;
	color: #fff;
}

.ds .pagination > li.active > a,
.ds .pagination > li.active > span,
.ds .pagination > li > a:hover,
.ds .pagination > li > span:hover,
.ds .pagination > li > a:focus,
.ds .pagination > li > span:focus {
	background-color: #32B560;
	border-color: #32B560;
	color: #fff;
}

.ds .thumbnail {
	background-color: transparent;
}

.ds .thumbnail h3 a {
	color: #fff;
}

.ds .thumbnail .caption {
	background-color: rgba(252, 252, 252, 0.05);
	border-color: transparent;
}

.ds .entry-meta .comments-link a {
	color: #fff;
}


.ds .filters a {
	color: #fff;
}

/*
** Color Background Section - .cs
*/

/* color section grey - .cs.gs */

.cs {
	background-color: #32B560;
	color: #fff;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
	color: #fff;
}

.cs h1 a,
.cs h2 a,
.cs h3 a,
.cs h4 a,
.cs h5 a,
.cs h6 a {
	color: #fff;
}

.cs h1 a:hover,
.cs h2 a:hover,
.cs h3 a:hover,
.cs h4 a:hover,
.cs h5 a:hover,
.cs h6 a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.cs a:not(.btn) {
	color: #fff;
}

.cs a:not(.btn):hover {
	opacity: 0.8;
}

.cs pre {
	color: #fff;
}

.cs .bordered {
	border-color: rgba(255, 255, 255, 0.15);
}


.cs.s-borderbottom:after {
	background-color: rgba(255, 255, 255, 0.15);
}


.cs .color-main {
	color: #fff;
}

.cs input[type="text"],
.cs input[type="email"],
.cs input[type="url"],
.cs input[type="password"],
.cs input[type="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
	background-color: #fff;
	border-color: #fff;
	color: #2a323c;
}

.cs .form-control:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.cs .form-control:-moz-placeholder {
	color: #2a323c;
	opacity: 1;
}

.cs .form-control::-moz-placeholder {
	color: #2a323c;
	opacity: 1;
}

.cs .form-control:-ms-input-placeholder {
	color: #2a323c;
}

.cs .form-control::-webkit-input-placeholder {
	color: #2a323c;
}

.cs .form-control:focus:-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus::-moz-placeholder {
	color: transparent;
}

.cs .form-control:focus:-ms-input-placeholder {
	color: transparent;
}

.cs .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}

.cs .btn-maincolor {
	background-color: #fff;
	color: #2a323c;
}

.cs .btn-maincolor:hover {
	color: #fff;
}


.cs .btn-maincolor:hover {
	background-color: transparent;
	border-color: #fff;
}

.cs a.fa {
	border-color: rgba(255, 255, 255, 0.15);
	color: #fff;
}

/*
** Helper Utilities
*/
/* layout */
.clear {
	clear: both;
}

.round {
	border-radius: 50%;
}

/* paddings for .*-bg, .bg-* and .bordered */

/* text helpers */

.fs-14 {
	font-size: 14px;
}

.fs-52 {
	font-size: 52px;
}

.fw-300 {
	font-weight: 300 !important;
}

.fw-700 {
	font-weight: 700;
}

.overflow-hidden {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

/*display helpers*/

/* borders, colors and backgrounds */


.color-main {
	border-color: #32B560;
	color: #32B560;
}

.required {
	color: #dc5753;
}

.bordered {
	border: 1px solid #d8efdb;
}

.bg-maincolor {
	background-color: #32B560;
}

[class*='bg-'] {
	color: #fff;
}

[class*='bg-'] a,
[class*='bg-'] h1,
[class*='bg-'] h2,
[class*='bg-'] h3,
[class*='bg-'] h4,
[class*='bg-'] h5,
[class*='bg-'] h6 {
	color: #fff;
}

/*padding for inline elements with theme backgrounds*/
span[class*='bg-'],
span.bordered {
	padding-left: 0.37em;
	padding-right: 0.37em;
}

/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/

/*left&right equal margins*/

/*top margins*/

.mt-20 {
	margin-top: 20px;
}

.mt-40 {
	margin-top: 40px;
}

/*bottom margins*/
.mb-10 {
	margin-bottom: 10px;
}

/*top right bottom left margins*/

/* paddings */
/*top&bottom equal paddings - dividers*/

.py-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.py-60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

/*left&right equal paddings*/

/*top paddings*/

.pt-40 {
	padding-top: 40px;
}

/*bottom paddings*/

/*top right bottom left paddings*/

/*
** Shortcodes
*/
/*
** Icon Box
*/
.icon-styled {
	display: inline-block;
	text-align: center;
}

.icon-styled i {
	width: 1em;
}

.icon-styled[class*='bg-'],
.icon-styled[class*='btn-'],
.icon-styled.bordered {
	border-style: solid;
	border-width: 1px;
	box-sizing: content-box;
	height: 3em;
	width: 3em;
}

.text-center .icon-styled[class*='bg-'],
.text-center .icon-styled[class*='btn-'],
.text-center .icon-styled.bordered {
	margin-left: auto;
	margin-right: auto;
}

.icon-styled[class*='bg-'] i,
.icon-styled[class*='btn-'] i,
.icon-styled.bordered i {
	line-height: 3em;
}

.icon-styled[class*='bg-'] + p,
.icon-styled[class*='btn-'] + p,
.icon-styled.bordered + p {
	margin-top: 12px;
}

.icon-styled[class*='bg-'] {
	border-color: transparent;
}

.media > .icon-styled:first-child {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.media > .icon-styled:last-child {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.icon-box.ls,
.icon-box.ds,
.icon-box.cs,
.icon-box.bordered {
	padding: 70px 30px;
}

.icon-box .icon-styled[class*='bg-'] {
	margin-bottom: 0.5em;
}

.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4,
.icon-box .icon-styled + h6 {
	margin-bottom: 21px;
	margin-top: 10px;
}

.icon-box h2,
.icon-box h3,
.icon-box h4 {
	line-height: 1;
	margin-bottom: 1.6em;
}

.media .special-heading,
.icon-box .special-heading {
	font-family: "Montserrat", sans-serif;
	margin: 0;
}

.media.ls,
.media.ds,
.media.cs,
.media.bordered {
	padding: 30px;
}

.media.ls [class*='bg-'],
.media.ds [class*='bg-'],
.media.cs [class*='bg-'],
.media.bordered [class*='bg-'] {
	margin-right: 10px;
}

.media.ls [class*='bg-']:last-child,
.media.ds [class*='bg-']:last-child,
.media.cs [class*='bg-']:last-child,
.media.bordered [class*='bg-']:last-child {
	margin-left: 30px;
	margin-right: 0;
}

.media .media-body > p:first-child {
	margin-top: -0.2em;
}

.side-icon-box {
	margin: 15px 0 32px;
}

.side-icon-box h4 {
	letter-spacing: 0.17em;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.side-icon-box .icon-styled + .media-body {
		margin-left: 50px;
	}

	.side-icon-box {
		margin-bottom: 50px;
	}
}

/*
** Special Heading
*/
.special-heading {
	font-weight: 900;
	line-height: 1;
	word-wrap: break-word;
}

.special-heading.big,
.special-heading.text-uppercase {
	font-size: 64px;
	font-weight: 900;
	line-height: 0.8;
}

.special-heading.big {
	margin-bottom: 0.65em;
	margin-top: 0.65em;
}

@media (max-width: 1600px) {
	.special-heading.big,
	.special-heading.text-uppercase {
		font-size: 42px;
		line-height: 1.1;
	}
}

.special-heading + h3 {
	margin-top: -1em;
}

.special-heading + p {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.special-heading.text-center + p {
	text-align: center;
}

h3.small .special-heading {
	font-size: 38px;
	line-height: 1;
}

.special-heading + h2,
h6.special-heading + h2 {
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 18px;
}

@media (max-width: 767px) {
	.special-heading + h2,
	h6.special-heading + h2 {
		margin-top: 5px;
	}
}

h3.small {
	font-size: 20px;
	margin-bottom: 36px;
}

h6.special-heading {
	margin-bottom: 0;
}

/*
** Number Card
*/

.quote-item {
	border: none;
	text-align: center;
}

@media (min-width: 768px) {
	.quote-item {
		margin-left: auto;
		margin-right: auto;
		max-width: 70%;
	}
}

.quote-image {
	display: inline-block;
	position: relative;
}

.quote-image img {
	border-radius: 50%;
}

.quote-image + p {
	margin: 42px 0;
}

@media (max-width: 767px) {
	.quote-image + p {
		margin: 20px 0;
	}
}

.quote-meta {
	margin-bottom: 10px;
	margin-top: 47px;
}

@media (max-width: 767px) {
	.quote-meta {
		margin-top: 30px;
	}
}

/*
** Items Masonry
*/

/*
filters
*/
.filters {
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.filters {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

.filters a {
	padding: 0;
	position: relative;
}

@media (max-width: 767px) {
	.filters a {
		margin: 0 6px;
	}

	.filters a:first-child {
		margin-left: 0;
	}
}

.filters a:hover {
	color: #222a35;
}

.filters a.active {
	font-weight: 500;
}

.filters a:after {
	background-color: #32B560;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 0;
}

.filters a:hover:after,
.filters a.active:after {
	width: 100%;
}

.contact-form textarea {
	min-height: 147px;
}

.excerpt {
	color: #2a323c;
	font-size: 20px;
}

/*course-area
** Widgets
*/
aside h2 {
	line-height: 1;
	margin-bottom: 0;
}

aside > * + * {
	margin-top: 46px;
}

.widget {
	position: relative;
}

.widget > h3,
.widget .widget-title {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 27px;
}

.widget > h2:last-child {
	line-height: 1;
}

.widget li.media {
	margin-bottom: 30px;
	padding: 0;
}

.widget li.media h3,
.widget li.media h4 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 21px;
}

.widget li.media p {
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.widget li.media i {
	margin-right: 11px;
}

.page_footer .widget {
	margin-bottom: 40px;
}

.page_footer .widget > h3,
.page_footer .widget .widget-title {
	font-size: 18px;
	margin-bottom: 47px;
}

@media (max-width: 991px) {
	.page_footer .widget > h3,
	.page_footer .widget .widget-title {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	aside {
		margin: 60px auto 0;
		max-width: 370px;
	}
}

/* affix-aside */

.widget.widget_search .widget-title {
	margin-top: -2px;
}

/*
widget_search,
widget_mailchimp
widget_product_search
*/
.widget_search form {
	margin: auto;
	max-width: 100%;
	position: relative;
}

.widget_search label {
	display: inline;
	margin: 0;
	padding: 0;
}

.widget_search input {
	height: 33px;
	max-width: 100%;
	padding-left: 33px;
	width: 100%;
}

.widget_search button {
	background-color: transparent;
	border: none;
	left: 0;
	opacity: 1;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 35px;
}

.widget_search button {
	padding: 2px 5px 5px;
}

.widget_search button:hover:before {
	color: #32B560;
}

.widget_search button:before {
	color: #768292;
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 300;
}

/* widget_calendar */

/* widget_rss */

/* widget_tag_cloud */

.tagcloud a {
	border: 2px solid rgba(92, 175, 1, 0.4);
	border-radius: 5px;
	display: inline-block;
	font-size: 16px !important;
	line-height: 1;
	margin: 0 0 4px 0;
	padding: 5px 6px;
	text-align: center;
}


.tagcloud a:hover {
	background-color: #6fcd07;
	border-color: transparent;
	color: #fff;
	opacity: 1 !important;
}

/* widget_flickr */

/* access_press */

/* widget_twitter */

/*.widget_slider*/

/*.widget_post_tabs*/

/*.widget_posts_2cols*/

/*
** Social Icons - Font Awesome Brand Icons
*/
/* social icon layout */
a[class*='fa-']:before {
	display: inline-block;
	font-family: "FontAwesome", sans-serif;
	font-size: 16px;
	line-height: 1;
	width: 1em;
}

a.fa {
	font-size: 0;
	line-height: 0;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
}


a.fa .tooltip,
a.fa .tooltip {
	margin-left: 3px;
	margin-right: 3px;
}

a.fa:first-child {
	margin-left: 0;
}

a.fa:last-child {
	margin-right: 0;
}

/*social icons brand colors*/


a[class*="fa-"].fa-facebook:hover,
a.facebook:hover {
	color: #3b5998;
}


a[class*="fa-"].fa-facebook:hover {
	color: #3b5998;
}


a[class*="fa-"].fa-instagram:hover,
a.instagram:hover {
	color: #3f729b;
}


a.linkedin:hover {
	color: #04669a;
}


a[class*="fa-"].fa-linkedin:hover {
	color: #04669a;
}


a[class*="fa-"].fa-twitter:hover {
	color: #00b6f1;
}


a[class*="fa-"].fa-youtube-play:hover,
a.youtube:hover {
	color: #e52d27;
}

/*social icons default colors*/

a.fa {
	color: #2a323c;
}

a.telegram:hover {
	color: #249bd7;
}

/*
** WordPress Required
*/
.alignnone {
	margin: 10px 0 30px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 10px auto 30px auto;
}

.alignright {
	float: right;
	margin: 10px 0 30px 40px;
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
	max-width: 50%;
}

a img.alignright {
	float: right;
	margin: 10px 0 30px 40px;
}

a img.alignnone {
	margin: 10px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 10px 40px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*
** WordPress Page Links and Pagination
*/
.page-item,
.nav-links {
	clear: both;
}

.page-item > span,
.page-item > a,
.nav-links > span,
.nav-links > a {
	border: 2px solid transparent;
	border-radius: 5px !important;
	color: #768292;
	display: inline-block;
	font-weight: 400;
	line-height: inherit;
	margin-left: 0;
	margin-right: -5px;
	padding: 0 9px;
	text-align: center;
}

.page-item > span:hover,
.page-item > a:hover,
.nav-links > span:hover,
.nav-links > a:hover {
	color: #222a35;
}

.page-item.active > a,
.page-item > span,
.nav-links.active > a,
.nav-links > span {
	border-color: rgba(92, 175, 1, 0.4);
	color: #222a35;
	cursor: not-allowed;
}

.page-item .fa,
.nav-links .fa {
	font-size: 14px;
	margin-right: 10px;
}

.next {
	margin-left: 5px !important;
}

.next .fa {
	font-size: 14px;
	margin-left: 10px;
	margin-right: 0;
}

.prev {
	margin-right: 4px !important;
}

.pagination {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.pagination {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 30px;
	}
}

.post-nav {
	margin: 60px 0 0;
	position: relative;
}

.post-nav .nav-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-nav .nav-links > div {
	height: auto;
	padding: 30px 40px;
	position: relative;
	text-align: right;
	-webkit-transition: 0.2s opacity ease;
	transition: 0.2s opacity ease;
	width: 50%;
}

.post-nav .nav-links > div:hover {
	opacity: 0.9;
}

@media (max-width: 575px) {
	.post-nav .nav-links > div {
		width: 100%;
	}
}

.post-nav .nav-links > div .fa {
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.post-nav .nav-links > div:first-child {
	text-align: left;
}

.post-nav .nav-links > div:first-child .fa {
	left: 0;
	right: auto;
}

.post-nav .nav-links .nav-subtitle {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	min-width: 8em;
	padding: 0.25em 0.8em 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.post-nav .nav-links .nav-title {
	display: block;
}

.post-nav .nav-links a {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post-nav .post-nav-image {
	display: none;
}

.post-nav .cover-image .post-nav-text-wrap {
	text-align: center;
}

.navigation.pagination button i {
	margin-left: 15px;
}

/*
** Main Menu styles
*/
.nav-wrap {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nav-wrap > .top-nav + *:not(.top-includes) {
	-webkit-box-flex: 100;
	-webkit-flex-grow: 100;
	flex-grow: 100;
	padding-left: 30px;
	padding-right: 30px;
}

/* Desktop menu - (min 1200px) styles */

@media (min-width: 1200px) {
	.top-nav {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-flex: 10;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-grow: 10;
		flex-grow: 10;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
	}

	.justify-nav-end .top-nav {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	/* menu layout */
	.sf-menu {
		display: block;
	}

	.sf-menu,
	.sf-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.sf-menu li > ul {
		display: none;
		position: absolute;
		top: 100%;
		z-index: 99;
	}

	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}
	/* menu skin */
	.sf-menu a {
		padding: 10px 1.1em;
		text-decoration: none;
		-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
		transition-property: color, background-color, border-color, padding-top, padding-bottom;
		zoom: 1;
	}

	.sf-menu li {
		*white-space: normal;
		white-space: nowrap;
	}

	.sf-menu > li {
		display: inline-block;
		position: relative;
	}

	.sf-menu.nav > li:first-child > a {
		margin-left: 0;
	}

	.sf-menu.nav > li:last-child > a {
		margin-right: 0;
	}

	.sf-menu > li > a {
		font-weight: 400;
		line-height: 14px;
		margin: 0 15px;
		padding-bottom: 26px;
		padding-left: 0;
		padding-right: 0;
		padding-top: 26px;
		-webkit-transition-duration: 0.15s;
		transition-duration: 0.15s;
		font-size: 15px;
	}

	.affix .sf-menu > li > a {
		padding-bottom: 26px;
		padding-top: 26px;
	}
}

@media (min-width: 1200px) {
	.sf-menu > li > a:hover,
	.sf-menu > li.active > a {
		color: #32B560;
	}

	.cs .sf-menu > li > a {
		color: #fff;
	}

	.cs .sf-menu > li > a:hover,
	.cs .sf-menu > li.active > a {
		color: #2a323c;
	}

	.ds .sf-menu > li > a {
		color: #fff;
	}

	.ds .sf-menu > li > a:hover,
	.ds .sf-menu > li.active > a {
		color: #32B560;
	}

	.ls .sf-menu > li > a {
		color: #2a323c;
	}

	.ls .sf-menu > li > a:hover,
	.ls .sf-menu > li.active > a {
		color: #32B560;
	}

	.ls .sf-menu > li + li:before {
		background-color: #d8efdb;
	}

	.sf-menu li:hover,
	.sf-menu li.sfHover {
		/* only transition out, not in */
		-webkit-transition: none;
		transition: none;
	}
	/* second and next levels */
	.sf-menu > li .mega-menu,
	.sf-menu li > ul {
		/* allow long menu items to determine submenu width */
		*width: 315px;
		background-color: #222a35;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		list-style: none;
		margin-top: 5px;
		min-width: 315px;
		padding: 28px 0 28px;
		text-align: left;
		/* no auto sub width for IE7, see white-space comment below */
		z-index: 99;
	}

	.sf-menu > li .mega-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu.nav ul a {
		color: #fff;
		font-weight: 400;
		padding-left: 40px;
		padding-right: 40px;
		font-size: 15px;
	}

	.sf-menu .mega-menu ul {
		background: transparent;
		box-shadow: none;
		padding: 0;
	}

	.sf-menu .mega-menu ul a {
		padding-left: 0;
		padding-right: 0;
	}

	.sf-menu ul a:hover,
	.sf-menu ul li.active > a {
		color: #32B560;
	}
	/* third level */
	.sf-menu ul ul {
		margin-top: 0;
		top: -32px;
	}

	.sf-arrows .sf-with-ul:after {
		content: "\f0d7";
		font-family: "FontAwesome";
		padding-left: 15px;
	}

	.sf-arrows ul .sf-with-ul:after {
		content: "\f0da";
		font-family: "FontAwesome";
		padding-left: 7px;
	}
}

.sf-menu i[class] {
	font-size: 1.1em;
	margin-right: 7px;
}

/* hidden menu items */

@media (min-width: 1200px) {
	.sf-menu .sf-xl-hidden {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.sf-more-li {
		display: none;
	}
}

/* Mobile menu toggler */

@media (min-width: 1200px) {
	.page_header .toggle_menu,
	.page_toplogo .toggle_menu {
		display: none;
	}
}

.toggle_menu {
	cursor: pointer;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	opacity: 0.95;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 50%;
	visibility: visible;
	width: 60px;
	z-index: 1002;
}

.page_header_wrapper .toggle_menu {
	z-index: 1003;
}

.ls .toggle_menu {
	background-color: #fff;
}

.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
	background-color: #2a323c;
}

.page_toplogo .toggle_menu {
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.toggle_menu:hover span:before {
	top: -9px;
}

.toggle_menu:hover span:after {
	top: 9px;
}

.toggle_menu:before,
.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 30px;
}

.toggle_menu:before,
.toggle_menu span {
	left: 15px;
	top: 50%;
}

.toggle_menu span:before {
	opacity: 1;
	top: -8px;
}

.toggle_menu span:after {
	opacity: 1;
	top: 8px;
}

.toggle_menu.mobile-active {
	background-color: #32B560;
	border: none;
	left: auto;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active:before {
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.mobile-active span {
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
	opacity: 0;
}

.toggle_menu.active:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggle_menu.active span {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.toggle_menu.active span:before,
.toggle_menu.active span:after {
	opacity: 0;
}

/* Mobile Menu (max 991px) styles */

@media (max-width: 767px) {
	.nav-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}

@media (max-width: 1199px) {
	.page_header [class*="col"] {
		min-height: 0;
	}

	.top-nav {
		background-color: transparent;
		bottom: 0;
		left: 0;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		visibility: hidden;
		z-index: 10;
	}

	.mobile-active .top-nav {
		background-color: #111;
		background-color: rgba(0, 0, 0, 0.9);
		opacity: 1;
		visibility: visible;
		z-index: 1002;
	}

	.sf-menu {
		background-color: #fff;
		border-top: 61px solid #32B560;
		bottom: 0;
		display: block;
		font-size: 12px;
		font-weight: 700;
		left: 0;
		letter-spacing: 0.1em;
		line-height: 1.6em;
		opacity: 0;
		overflow: auto;
		padding: 20px 10px 20px 20px;
		position: fixed;
		right: 100%;
		text-align: left;
		text-transform: uppercase;
		top: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.mobile-active .sf-menu {
		opacity: 1;
		right: 0;
	}

	.sf-menu li {
		position: relative;
	}

	.top-nav .sf-menu a {
		color: #2a323c;
		display: block;
		padding: 10px 10px;
		z-index: 2;
	}

	.sf-menu ul {
		list-style: none;
		margin-top: 0 !important;
		padding-left: 10px;
	}

	.sf-menu ul li a {
		font-weight: 500;
		letter-spacing: 0.1em;
	}

	.sf-menu ul li a:before {
		background-color: #32B560;
		border-radius: 50%;
		bottom: 3px;
		content: "";
		display: inline-block;
		height: 3px;
		margin-right: 10px;
		position: relative;
		width: 3px;
	}
	/* arrows (for all except IE7) */
	.sf-arrows .sf-with-ul {
		padding-right: 3.5em;
	}
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
		border-radius: 50%;
		height: 30px;
		line-height: 30px;
		position: absolute;
		right: 5px;
		text-align: center;
		top: 5px;
		width: 30px;
		z-index: 1;
	}

	.sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		color: #2a323c;
		content: "\f105";
		font-family: "FontAwesome";
	}

	.sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
		content: "\f107";
	}
}

/* Mega Menu */

@media screen and (min-width: 992px) {
	.top-nav ul .mega-menu ul {
		border: none;
		min-width: auto;
	}

	.top-nav .mega-menu {
		display: none;
		position: absolute;
		top: 100%;
		width: 940px;
		z-index: 10;
	}
	/* row */
	/* column */

	.top-nav ul ul .mega-menu {
		display: block;
		margin-left: 1px;
		top: -20px;
		width: auto;
	}

	.top-nav ul ul .mega-menu li {
		border: none;
		display: block;
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.top-nav .mega-menu {
		width: 1170px;
	}

	.top-nav ul .mega-menu ul {
		min-width: 10em;
	}
}

@media screen and (max-width: 991px) {
	.top-nav .mega-menu {
		position: static;
	}
}

/* side clickable menu styles */

/*
** Header
*/
.page_header {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: 1000;
}

.boxed .page_header,
.page_header.affix {
	box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
	opacity: 0.98;
	position: fixed !important;
	z-index: 1001;
}

.boxed .page_header:after,
.page_header.affix:after {
	background-color: transparent;
}

@media (max-width: 991px) {
	.page_header.mobile-active {
		opacity: 1;
		z-index: 1003;
	}
}

.page_header.affix-bottom {
	position: fixed;
	top: 0 !important;
}

.page_header .row {
	min-height: 60px;
}

.page_header a {
	display: inline-block;
}

.page_header .btn {
	margin-bottom: 0;
	padding: 10px 28px;
}

.header_absolute {
	position: relative;
}

.header_absolute .page_header,
.header_absolute .page_header_wrapper {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 10;
}
@media (max-width: 1199px) {
	.header_absolute .page_header,
	.header_absolute .page_header_wrapper {
		z-index: 12;
	}
}

.header_absolute .page_toplogo,
.header_absolute .page_header_wrapper,
.header_absolute .page_title {
	background-color: transparent;
}

#canvas:not(.boxed) .header_absolute .page_header.affix-top {
	background-color: transparent;
}

@media (min-width: 992px) {
	.page_toplogo .media + .media {
		margin-left: 60px;
	}
}

.page_toplogo .widget_search form,
.page_toplogo .widget_search input {
	max-width: none;
}

@media (max-width: 991px) {
	.page_toplogo .media {
		margin: 10px;
	}
}

/*header includes*/

/*logo*/
a.logo {
	-webkit-align-items: baseline;
	align-items: baseline;
	-webkit-box-align: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

a.logo img {
	display: inline-block;
	max-height: 80px;
}

a.logo .flex-column,
a.logo.flex-column {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	padding-bottom: 10px;
	padding-top: 10px;
}

a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
	display: inline-block;
}

.header_logo_center a.logo {
	padding: 10px 0;
	position: relative;
	z-index: 2;
}

.header_logo_center.affix a.logo {
	padding: 5px 0;
}

/*search modal*/
#search_modal {
	padding: 0 !important;
}

#search_modal .widget {
	background-color: #fff;
	padding: 20px 0;
}

@media (max-width: 767px) {
	#search_modal .widget {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	#search_modal a.logo,
	#search_modal .close {
		display: none;
	}
}

#search_modal .search-form {
	border: 1px solid #d8efdb;
	border-radius: 5px;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 100px 0 0;
}

@media (min-width: 767px) and (max-width: 1199px) {
	#search_modal .search-form {
		max-width: 500px;
	}
}

#search_modal a {
	color: #fff;
}

#search_modal a:hover {
	color: #32B560;
	opacity: 1;
}

#search_modal a.logo {
	left: 20px;
	position: absolute;
	top: 26px;
	z-index: 3;
}

#search_modal .form-group {
	margin-bottom: 0;
}

#search_modal .form-control {
	background-color: transparent;
	border: none;
	color: #2a323c;
	font-size: 28px;
	height: 60px;
	max-width: none;
	width: 100%;
}

@media (max-width: 767px) {
	#search_modal .form-control {
		font-size: 16px;
	}
}

#search_modal .form-control:-moz-placeholder {
	color: #768292;
	opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
	color: #768292;
	opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
	color: #768292;
}

#search_modal .form-control::-webkit-input-placeholder {
	color: #768292;
}

#search_modal .btn {
	background-color: #32B560;
	border-radius: 0 5px 5px 0;
	color: #fff;
	font-size: 0;
	left: auto;
	margin: 0;
	padding: 17px 21px;
	right: 0;
	width: auto;
}

#search_modal .btn:before {
	color: #fff;
	font-size: 18px;
}

#search_modal .close {
	color: #2a323c;
	font-size: 30px;
	line-height: 60px;
	min-width: 60px;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	text-shadow: none;
	top: 18px;
	z-index: 2;
}

#search_modal .close:hover {
	background-color: transparent;
}

.search_modal_button {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 0 10px;
}

/*
** Side Header
*/
/* side header layout */
body:after {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1001;
}

body,
body:after,
#canvas {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#canvas {
	left: 0;
	-webkit-transition-property: left, margin-left;
	transition-property: left, margin-left;
}

@media (min-width: 600px) {

	.header_side_sticked ~ * {
		-webkit-transition: margin 0.5s ease-in-out;
		transition: margin 0.5s ease-in-out;
	}

	.header_side_sticked ~ div .page_header {
		width: auto;
	}

	.header_side_sticked ~ .page_header_wrapper {
		margin: 0 !important;
	}
}

/* 
** Intro Section Styles
*/
.page_slider {
	clear: both;
	overflow: hidden;
	position: relative;
}

.page_slider > img {
	width: 100%;
}

.page_slider h2 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
}

.page_slider h3 {
	font-size: 2em;
	line-height: 1;
	margin: 0;
}

.page_slider h4 {
	font-size: 1.5em;
	margin: 0;
}

@media (min-width: 992px) {
	.page_slider h2 {
		font-size: 6em;
	}

	.page_slider h3 {
		font-size: 3em;
	}

	.page_slider h4 {
		font-size: 2.5em;
	}
}

.page_slider .intro_layers_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.page_slider .intro_layers {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0;
}

@media (max-width: 767px) {
	.page_slider .intro_layers {
		padding: 98px 0 40px;
	}
}

@media (max-width: 991px) {
	
	.page_slider .container,
	.page_slider img + .container {
		top: 53% !important;
	}
}

@media (min-width: 767px) {
	.page_slider .cs,
	.page_slider .ds {
		background-color: transparent;
	}

	
	.page_slider .container,
	.page_slider img + .container {
		bottom: 0;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.page_slider .intro_layers_wrapper {
		bottom: 0;
		height: 100%;
		left: 15px;
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 5;
	}
}

@media (min-width: 767px) and (min-width: 600px) {
	.boxed .page_slider .intro_layers_wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (min-width: 767px) {
	.page_slider .intro_featured_word {
		font-size: 54px;
		margin: 24px 0;
	}
}

@media (max-width: 1199px) {
	.page_slider .intro_featured_word {
		font-size: 30px !important;
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.page_slider .intro_featured_word {
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.page_slider {
		text-align: center;
	}
	.page_slider img {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 100%;
		max-width: unset;
		width: auto;
		transform: translateX(-50%);
		left: 50%;
	}
	.page_slider .container {
		position: relative;
		z-index: 1
	}
	.page_slider .flexslider-overlay {
		z-index: 1;
	}
}

.page_slider form.search-course {
	margin-top: 33px;
}

.page_slider form.search-course i {
	color: #fff;
	opacity: 1 !important;
}

@media (max-width: 767px) {
	.page_slider form.search-course {
		margin-top: 20px;
	}

	.page_slider form.search-course .form-group {
		margin: 0 auto;
		max-width: 100% !important;
	}

	.page_slider form.search-course input[type="search"] {
		max-width: 100% !important;
	}

	.page_slider form.search-course .search-submit {
		margin-top: 25px;
	}
}

@media (max-width: 1199px) {
	.page_slider form.search-course {
		margin-top: 20px;
	}

	.page_slider form.search-course .form-group {
		max-width: none;
	}

	.page_slider form.search-course i {
		opacity: 1 !important;
	}

	.page_slider form.search-course input[type="search"] {
		max-width: 215px;
	}
}

.page_slider form.search-course input[type="search"] {
	background-color: transparent;
	border: 2px solid #fff;
}

/*
** Subpages
*/
a
.error-404 .page-header h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 100px;
	line-height: 1;
	margin: 0;
}

@media (min-width: 992px) {
	a
.error-404 .page-header h3 {
		font-size: 238px;
	}
}

a
.error-404 .page-header p {
	font-size: 24px;
}

@media (min-width: 768px) {
	a
.error-404 .page-header p {
		font-size: 54px;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
}

a
.error-404 .widget_search {
	margin: 58px 0;
}

#search-404 .form-group {
	margin: auto;
	max-width: 640px;
}

#search-404 .form-group i {
	opacity: 1 !important;
}

#search-404 input[type="search"] {
	background-color: transparent;
	border: 2px solid #fff;
	display: inline-block;
	margin-right: 5px;
	max-width: 459px;
}

h2.not-found {
	margin-top: 44px;
}

/*
** Blog
*/

.entry-title,
.entry-title:last-child {
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 14px;
	text-transform: none;
}

@media (max-width: 767px) {
	.entry-title,
	.entry-title:last-child {
		font-size: 25px;
	}
}

h4.entry-title {
	font-size: 24px;
	margin-bottom: 0.7em;
}

.item-media + .item-content h1.entry-title {
	margin-top: 5px;
}

.post {
	position: relative;
}

.post > .fa {
	color: #fff;
	position: absolute;
	right: 9px;
	top: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 2;
}

.post > .fa:before {
	position: relative;
	z-index: 3;
}

.post > .fa:after {
	border-color: transparent transparent #32B560 transparent;
	border-style: solid;
	border-width: 0 40px 40px 40px;
	content: "";
	display: block;
	height: 0;
	left: -35px;
	position: absolute;
	top: -14px;
	width: 0;
	z-index: 2;
}

.post + .post {
	margin-top: 60px;
}

.post h1.entry-title + .entry-meta {
	margin: -1em 0 2em;
}

.post.cover-image {
	height: auto;
	padding: 35px 30px 30px;
	text-align: center;
}

@media (min-width: 992px) {
	.post.cover-image {
		padding: 60px 60px 50px;
	}
}

.post.cover-image .post-thumbnail {
	display: none;
}

.post ul,
.post ol {
	margin-bottom: 40px;
}

.post-thumbnail {
	text-align: center;
}

.post-thumbnail .owl-dots {
	bottom: 30px;
	left: 0;
	position: absolute;
	right: 0;
}

.post-thumbnail + .entry-content {
	margin-top: 1.5em;
}


.entry-meta {
	clear: both;
	line-height: 1;
	margin-top: 19px;
}


.entry-meta i {
	margin-right: 15px;
}

@media (max-width: 767px) {
	
	.entry-meta i {
		margin-right: 3px;
	}
}

.byline span {
	margin: 0 23px;
}

@media (max-width: 767px) {
	.byline span {
		line-height: 20px;
		margin: 0 10px;
	}
}

.byline span:last-child {
	margin-right: 0;
}

.byline span:first-child {
	margin-left: 0;
}

.entry-content:before,
.entry-content:after,
.entry-header:before,
.entry-header:after {
	clear: both;
	content: "";
	display: block;
}

/*gallery post*/
.post .gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7px;
}

/*post author*/

/*comments*/

.comments-area {
	margin-top: 83px;
}

@media (max-width: 767px) {
	.comments-area {
		margin-top: 40px;
	}
}

.comments-area h5.comment-reply-title {
	margin-bottom: 0;
}

.comments-area .comment-list {
	list-style: none;
	margin-top: 90px;
	padding: 0;
}

@media (max-width: 991px) {
	.comments-area .comment-list {
		margin-top: 40px;
	}
}

.comments-area .comment-list ol.children {
	list-style: none;
	padding-left: 35px;
}

@media (min-width: 1200px) {
	.comments-area .comment-list ol.children {
		padding-left: 80px;
	}
}

.comments-area .comment-list ol.children ol.children ol.children {
	padding-left: 35px;
}

.comments-area .comment-list ol.children .comment-body {
	margin-bottom: 3px;
	margin-left: 22px;
}

@media (max-width: 575px) {
	.comments-area .comment-list ol.children .comment-body {
		margin-left: 10px;
	}
}

.comments-area .comment-list .like {
	margin-right: 45px;
}

@media (max-width: 767px) {
	.comments-area .comment-list .like {
		margin-right: 10px;
	}
}

.comment-body {
	border-bottom: 1px solid #d8efdb;
	margin-top: 20px;
	padding: 10px 0 24px;
}

.comment-body ol,
.comment-body ol ol {
	padding-left: 20px;
}

.comment-meta {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: -3px;
}

.comment-meta img {
	border-radius: 50%;
}

.comment-meta .comment-author {
	margin-right: 20px;
}

.comment-meta b {
	font-weight: inherit;
}

@media (max-width: 575px) {
	.comment-body {
		margin-bottom: 0;
		margin-left: 20px;
	}

	.comment-meta img {
		left: -34px;
		max-width: 65px;
	}
}

.reply a i:hover {
	color: #6fcd07;
}

.comment-content {
	margin-bottom: 38px;
	margin-top: 25px;
}

.comment-content p {
	margin-bottom: 0.5em;
}


.comment-awaiting-moderation {
	opacity: 0.7;
}

/*comment respond form*/
.comments-area > .comment-respond {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.comments-area > .comment-respond {
		margin-top: 20px;
	}
}

.comment-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.comment-form {
		display: block;
		margin-left: 10px;
	}
}

.comment-form p {
	margin-bottom: 10px;
	width: 100%;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.comment-form p.form-submit {
		margin-top: 0;
	}
}

.comment-form label {
	display: none;
}

.comment-form textarea,
.comment-form input {
	width: 100%;
}

.comment-form .form-group {
	margin-bottom: 10px;
}

.comment-form .form-control {
	border-radius: 5px;
}

.comment-form textarea {
	max-height: 147px;
}

/* post formats */

.post .entry-content {
	margin-top: 38px;
}

@media (max-width: 767px) {
	.post .entry-content {
		margin-top: 17px;
	}
}

.single-post .entry-header h2 {
	margin-bottom: 16px;
}

.single-post .entry-header .tagcloud {
	margin-top: 26px;
}

@media (max-width: 767px) {
	.single-post .entry-header .tagcloud {
		margin-top: 20px;
	}
}

/* 
** Template Specific Styles
*/
#box_wrapper > section,
#box_wrapper > div > section {
	overflow: hidden;
}


#box_wrapper > section.page_toplogo {
	overflow: visible;
}

.page_title.cover-background,
.page_title.s-parallax {
	background-image: url("../img/parallax/title-bg.jpg");
	background-size: auto;
}

.page_title h1,
.page_title h2 {
	line-height: 1;
	margin-bottom: 0.65em;
}

@media (min-width: 992px) {
	.page_title h1,
	.page_title h2 {
		font-size: 52px;
		margin-top: 3px;
	}

	.page_title h1:last-child,
	.page_title h2:last-child {
		margin-bottom: 0;
	}
}

.page_title .breadcrumb {
	line-height: 1.6;
}

.page_title [class*="container"] > .breadcrumb {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	padding: 0 15px;
	position: absolute;
	right: 15px;
}

.page_404 {
	background-color: #313f53 !important;
}

/*footer social buttons that hidden on half of their height*/
.page_footer {
	overflow: hidden;
	font-size: 14px;
}

.page_footer .widget .logo {
	margin-bottom: 43px;
}

@media (max-width: 767px) {
	.page_footer .widget .logo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 24px;
	}
}

.page_footer.s-parallax {
	background-image: url("../img/parallax/title-bg.jpg");
}

.page_footer .side-icon-box {
	margin: 0 0 20px;
}

.page_footer .side-icon-box > .icon-styled:first-child {
	margin-right: 0;
	position: relative;
	top: 1px;
}

.page_footer .side-icon-box .icon-styled + .media-body {
	margin-left: 18px;
}

.page_footer .widget_social_button a {
	display: block;
	/*font-size: 16px;*/
	margin-bottom: 12px;
}

.page_footer .widget_social_button a:last-child {
	margin-bottom: 0;
}

.page_footer .widget_social_button a i {
	margin-right: 8px;
}

.page_footer a:hover {
	opacity: 1 !important;
}

.page_footer .widget_social_button .widget-title,
.page_footer .widget_social_button h3,
.page_footer .widget_icons_list .widget-title,
.page_footer .widget_icons_list h3 {
	margin-bottom: 41px;
}

@media (max-width: 767px) {
	.page_footer .widget_social_button .widget-title,
	.page_footer .widget_social_button h3,
	.page_footer .widget_icons_list .widget-title,
	.page_footer .widget_icons_list h3 {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.page_footer .widget_icons_list .media {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}

	.page_footer .widget_icons_list .media-body {
		-webkit-box-flex: inherit;
		-webkit-flex: inherit;
		flex: inherit;
	}
}

.page_copyright {
	font-size: 14px;
}

.page_copyright.cover-background,
.page_copyright.s-parallax {
	background-image: url("../img/parallax/title-bg.jpg");
}

.full-width {
	width: 100%;
}

@media (max-width: 767px) {
	.call-to-action {
		background-size: cover;
	}
}

.course-title {
	line-height: 30px;
	margin-bottom: 22px;
}

.category-section .icon-box {
	padding: 19px 30px 24px;
}

.category-section .media-links:before {
	background-color: transparent;
	border-color: #d8efdb;
	margin: 0 14px;
}

.category-section .media-links:hover:before {
	border: 1px solid #d8efdb;
	border-radius: 5px;
	opacity: 1;
}

.position {
	margin-bottom: 20px;
}

.rounded-top {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.contact-form {
	margin-top: 44px;
}

@media (max-width: 767px) {
	.contact-form {
		margin-top: 25px;
	}
}

.contact-icon .media-body h6 {
	line-height: 1;
	margin-bottom: 25px;
}

.contact-icon * + .media-body,
.contact-icon .media-body + * {
	margin-left: 23px;
}

@media (max-width: 767px) {
	.contact-icon * + .media-body,
	.contact-icon .media-body + * {
		margin-left: 0;
	}
}

.contact-icon .icon-styled {
	margin-top: -8px;
}

@media (max-width: 767px) {
	.contact-icon.media {
		display: block;
	}
}

.grey-link {
	color: #768292;
}

.grey-link:hover {
	color: #32B560;
}

.affix .dropdown-multicol {
	margin-top: 21px !important;
}

.course-dropdown {
	padding-left: 3px;
	text-align: center;
	font-size: 15px;
}

.course-dropdown .dropdown-multicol {
	margin-top: 33px;
	width: 700px;
	z-index: 98;
	font-size: 12px;
}

.course-dropdown .dropdown-multicol div.row.c-gutter-75 {
	margin-right: -15px;
	margin-left: -15px;
}

.course-dropdown .dropdown-multicol .row.c-gutter-75 > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.course-dropdown a.dropdown-toggle {
	color: #32B560;
	cursor: pointer;
	font-weight: 500;
}

.course-dropdown a.dropdown-toggle:before {
	content: "\f0c9";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
}

.course-dropdown a.dropdown-toggle:after {
	display: none;
}

.course-dropdown a.dropdown-toggle:hover {
	opacity: 1 !important;
}

.course-dropdown .dropdown-item {
	-webkit-align-items: center;
	align-items: center;
	border: 2px solid transparent;
	border-radius: 5px;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 9px;
	opacity: 1;
	padding: 3px 6px;
}

/*.course-dropdown .dropdown-item:last-child {*/
/*	margin-bottom: 0;*/
/*}*/

.course-dropdown .dropdown-item i {
	margin-right: 18px;
	opacity: 0.7;
}

.course-dropdown .dropdown-item:hover,
.course-dropdown .dropdown-item:focus {
	background-color: transparent;
	border-color: #32B560;
	opacity: 1 !important;
}

.course-dropdown .dropdown-item:hover i,
.course-dropdown .dropdown-item:focus i {
	opacity: 1;
}

@media (min-width: 576px) {
	
	.sigin-form .modal-dialog {
		margin: 4.75rem auto;
		max-width: 471px;
	}
}


.sigin-form .modal-dialog {
	border-radius: 5px;
}


.sigin-form .modal-dialog .close {
	color: #32B560;
	font-size: 50px;
	font-weight: 200;
	opacity: 1 !important;
	padding: 0;
	position: absolute;
	right: -32px;
	text-shadow: none;
	top: -42px;
	z-index: 100;
}

@media (max-width: 767px) {
	
	.sigin-form .modal-dialog .close {
		right: 10px;
		top: 0;
	}
}


.sigin-form .modal-dialog .close:hover {
	background-color: transparent;
	color: #32B560;
	top: -45px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}


.sigin-form .modal-dialog .close:active {
	top: -42px !important;
}


.sigin-form .modal-body {
	padding: 43px 50px 27px;
}

@media (max-width: 767px) {
	
	.sigin-form .modal-body {
		padding: 30px;
	}
}


.sigin-form .modal-body .form-control::-webkit-input-placeholder {
	color: #768292;
	font-weight: 300;
}


.sigin-form .modal-body form {
	margin-top: 24px;
}


.sigin-form .modal-body form .form-group {
	margin-bottom: 10px;
}

/*
flip course
*/
.course-flip > div {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	margin: 0;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 100%;
}

.course-flip {
	position: relative;
}

.course-front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.course-back {
	position: absolute;
	top: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.course-back .tagcloud {
	bottom: 6%;
	position: absolute;
}

.course-back .course-title {
	margin-bottom: 16px;
}

.course-back .course-title a {
	border-bottom: 1px solid transparent;
}

.course-back .course-title a:hover {
	border-bottom: 1px solid;
	color: #fff !important;
	opacity: 1 !important;
}

.course-flip:hover .course-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.course-flip:hover .course-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

@media (mim-width: 992px) {
	#feature .media-body {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		flex: none;
	}
}

@media (max-width: 991px) {
	#feature .media * + .media-body,
	#feature .media .media-body + * {
		margin-left: 15px;
	}

	#feature .media i {
		font-size: 30px;
	}

	#feature .media h6 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
	}

	#feature .media p {
		font-size: 14px;
	}
}

.ds strong,
.ds b,
.ds.ms strong,
.ds.ms b {
	color: #fff;
}

/*switcher styles*/


footer .logo-delimiter  {
	fill: #35ab52;
}
.wide-width {
	margin-left: calc(0px - ((100vw - 100%)/2));
	margin-right: calc(0px - ((100vw - 100%)/2));
}
@media (max-width: 1199px) {
	.testimonials-img .cover-image {
		height: 44vw;
		position: relative;
	}
}
@media (min-width: 1200px) {
	.testimonials-img img{
		height: 100%;
		width: auto;
		max-width: none;
		transform: translateX(-50%);
		left: 50%;
		position: relative;
	}
}
.testimonials-img .embed-responsive-item {
	height: 100%;
	width: 100%;
}
@media (min-width: 1200px) {
	nav.top .sf-menu > li > a {
		padding-bottom: 15px;
		padding-top: 13px;
		font-size: 13px;
	}
}
.more-detailed {
	position: relative;
	max-height: 6rem;
	overflow: hidden;
}
.more-detailed:before {
	content: '';
	height: 6rem;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);
	display: block;
	position: absolute;
}
.more-btn:hover {
	border-color:#32B560;
}
footer form input {
	font-size: 14px!important;
}