body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #798696;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 12px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #374050
}

h1 {
	font-size: 38px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px
}

a {
	font-family: 'Lato', sans-serif;
	color: #374050;
	font-weight: 700
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #374050;
	opacity: .9
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.white-text {
	color: #FFF
}

blockquote {
	position: relative;
	margin: 20px 0;
	padding: 20px 20px 20px 60px;
	border-left: none;
	color: #374050
}

blockquote:before {
	content: "\f10d";
	font-family: fontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	color: red;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #EBEBEB
}

.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px
}

.section-hr {
	margin-top: 80px;
	margin-bottom: 80px;
	border-color: #EBEBEB
}

.section-header {
	margin-bottom: 40px
}

.bg-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover
}

.bg-image.bg-parallax {
	background-attachment: fixed
}

.bg-image.overlay:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
	background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
	opacity: .7
}

.main-button {
	position: relative;
	display: inline-block;
	padding: 10px 30px;
	background-color: red;
	border: 2px solid transparent;
	border-radius: 40px;
	color: #FFF;
	-webkit-transition: .2s all;
	transition: .2s all
}

.main-button:hover,
.main-button:focus {
	background-color: #fff;
	border: 2px solid red;
	color: red
}

.main-button.icon-button:hover,
.main-button.icon-button:focus {
	padding-right: 45px
}

.main-button.icon-button:after {
	content: "\f30b";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	position: absolute;
	width: 30px;
	right: 15px;
	text-align: center;
	opacity: 0;
	-webkit-transition: .2s all;
	transition: .2s all
}

.main-button.icon-button:hover:after,
.main-button.icon-button:focus:after {
	opacity: 1
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea {
	height: 40px;
	width: 100%;
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	background: transparent;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: .2s border-color;
	transition: .2s border-color
}

textarea {
	padding: 10px 15px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border-color: red
}

.navbar-brand {
	padding: 0
}

.navbar-brand .logo {
	margin-top: 10px;
	display: inline-block
}

.navbar-brand .logo>img {
	max-height: 30px
}

@media only screen and (max-width: 767px) {
	.navbar-brand {
		margin-left: 15px
	}
}

#header {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(235, 235, 235, 0.25);
	background-color: #FFF;
	-webkit-transition: .2s all;
	transition: .2s all
}

#header.transparent-nav {
	position: absolute;
	background-color: transparent
}

#header.transparent-nav .main-menu li a {
	color: #FFF
}

.main-menu li a {
	text-transform: uppercase;
	-webkit-transition: .2s all;
	transition: .2s all
}

.main-menu li a:hover,
.main-menu li a:focus {
	background-color: transparent
}

.main-menu li a:after {
	content: "";
	display: block;
	height: 2px;
	background-color: red;
	width: 100%;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0;
	-webkit-transition: .2s all;
	transition: .2s all
}

.main-menu li a:hover:after,
.main-menu li a:focus:after {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}

.hero-area {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px
}

#home.hero-area {
	height: calc(100vh - 80px);
	padding-top: 0;
	padding-bottom: 0
}

.home-wrapper {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0
}

.hero-area-tree li {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8)
}

.hero-area-tree li>a {
	color: rgba(255, 255, 255, 0.8)
}

.hero-area-tree li+li:before {
	content: "/";
	display: inline-block;
	margin: 0 5px;
	color: rgba(235, 235, 235, 0.25)
}

.feature {
	position: relative
}

.feature+.feature {
	margin-top: 40px
}

.feature .feature-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	border: 1px solid #EBEBEB;
	color: red
}

.feature-content {
	padding-left: 100px
}

.about-img {
	margin-top: 40px
}

.about-img>img {
	width: 100%
}

.about-video {
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden
}

.about-video>img {
	width: 100%
}

.about-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 24.027px;
	z-index: 10;
	-webkit-animation: 2s play-animation infinite;
	animation: 2s play-animation infinite;
	-webkit-transition: .2s color;
	transition: .2s color
}

.about-video:hover .play-icon {
	color: red
}

@-webkit-keyframes play-animation {
	from {
		-webkit-box-shadow: 0 0 0 0 #FFF;
		box-shadow: 0 0 0 0 #FFF
	}
	to {
		-webkit-box-shadow: 0 0 0 10px transparent;
		box-shadow: 0 0 0 10px transparent
	}
}

@keyframes play-animation {
	from {
		-webkit-box-shadow: 0 0 0 0 #FFF;
		box-shadow: 0 0 0 0 #FFF
	}
	to {
		-webkit-box-shadow: 0 0 0 10px transparent;
		box-shadow: 0 0 0 10px transparent
	}
}

.about-video:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: red;
	opacity: .7
}

.course {
	margin-top: 20px;
	margin-bottom: 20px
}

.course .course-img {
	position: relative;
	display: block;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden
}

.course .course-img>img {
	width: 100%
}

.course-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: red;
	opacity: 0;
	-webkit-transition: .2s opacity;
	transition: .2s opacity
}

.course .course-img:hover:after {
	opacity: .7
}

.course .course-img .course-link-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, calc(-50% - 15px));
	-ms-transform: translate(-50%, calc(-50% - 15px));
	transform: translate(-50%, calc(-50% - 15px));
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	z-index: 10;
	-webkit-transition: .2s all;
	transition: .2s all
}

.course .course-img:hover .course-link-icon {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1
}

.course .course-title {
	display: block;
	height: 42px
}

.course .course-details {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EBEBEB
}

.course .course-details .course-price {
	float: right
}

.course .course-details .course-price.course-free {
	color: green
}

.course .course-details .course-price.course-premium {
	color: red
}

#courses .center-btn {
	text-align: center;
	margin-top: 40px
}

#bottom-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EBEBEB
}

.footer-logo .logo {
	margin-top: 20px;
	display: inline-block
}

.footer-logo .logo>img {
	max-height: 30px
}

.footer-nav {
	text-align: right;
	padding: 20px 0
}

.footer-nav li {
	display: inline-block;
	margin-left: 15px
}

.footer-nav li a {
	display: block;
	text-transform: uppercase;
	-webkit-transition: .2s color;
	transition: .2s color
}

.footer-nav li a:hover,
.footer-nav li a:focus {
	color: red
}

.footer-nav li a:after {
	content: "";
	display: block;
	height: 2px;
	background-color: red;
	width: 100%;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0;
	-webkit-transition: .2s all;
	transition: .2s all
}

.footer-nav li a:hover:after,
.footer-nav li a:focus:after {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1
}

.footer-copyright {
	line-height: 40px
}

.footer-social {
	text-align: right
}

.footer-social li {
	display: inline-block;
	margin-left: 10px
}

.footer-social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
	background-color: #EBEBEB;
	-webkit-transition: .2s opacity;
	transition: .2s opacity
}

.footer-social li a.facebook {
	background-color: #3b5998
}

.footer-social li a.twitter {
	background-color: #55acee
}

.footer-social li a.google-plus {
	background-color: #dd4b39
}

.footer-social li a.instagram {
	background-color: #e95950
}

.footer-social li a.youtube {
	background-color: red
}

.footer-social li a.linkedin {
	background-color: #007bb5
}

.contact-form:after {
	content: "";
	display: block;
	clear: both
}

.contact-form .input {
	margin-bottom: 20px
}

.contact-form textarea.input {
	height: 200px
}

.contact-details li {
	margin-bottom: 20px
}

.contact-details li i {
	color: red;
	margin-right: 15px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

#contact-map {
	height: 260px;
	border-radius: 4px
}

@media only screen and (max-width: 991px) {
	.section-header h2 {
		font-size: 24px
	}
	#why-us .feature {
		margin-top: 40px
	}
	.about-video {
		margin-top: 40px
	}
	#cta {
		text-align: center
	}
	.footer-logo {
		text-align: center
	}
	.footer-nav {
		text-align: center
	}
	.footer-nav li {
		margin-top: 10px
	}
	.footer-social {
		text-align: center
	}
	.footer-social li {
		margin-top: 10px
	}
	.footer-copyright {
		text-align: center;
		line-height: inherit;
		margin-top: 20px
	}
	.contact-form {
		margin-bottom: 40px
	}
	.contact-form button {
		float: none!important
	}
	#main {
		margin-bottom: 80px
	}
}

@media only screen and (max-width: 767px) {
	.hero-area h1 {
		font-size: 30px
	}
	.hero-area-tree li {
		font-size: 12px
	}
	.post-pagination .pages {
		display: none
	}
}

@media only screen and (max-width: 480px) {
	#courses-wrapper [class*='col-xs'] {
		width: 100%
	}
	.blog-comments .media .media {
		margin-left: 0
	}
	.blog-reply-form .input.name-input,
	.blog-reply-form .input.email-input {
		width: 100%;
		float: none
	}
	.blog-reply-form .input.email-input {
		margin-left: 0
	}
}

#preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #FFF;
	z-index: 9999
}

#preloader .preloader {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#preloader .preloader:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #EBEBEB;
	border-top: 1px solid red;
	border-radius: 50%;
	-webkit-animation: 1s preloader linear infinite;
	animation: 1s preloader linear infinite
}

@-webkit-keyframes preloader {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes preloader {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}