/*
Template Name: HTML Education Template
Author: yaminncco

Colors:
	Body 		: #798696
	Headers 	: #374050
	Primary 	: #FF6700
	Grey 		: #EBEBEB

Fonts: Lato &amp; Montserrat

Table OF Contents
------------------------------------
1  General
2  Logo
3  Navigation
4  Hero Area
5  About &amp; Why Us (Feature)
6  Courses
7  Footer
8  Contact Page
9  Blog Page
10  Blog Page Sidebar
11  Single Post Page
12  Responsive
13  Preloader
------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/
/* --- typography --- */


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #646a71;
    overflow-x: hidden;
}

/* lato-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin */
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v25-latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #374050;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

a {
    color: #374050;
    font-weight: 700;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #374050;
    opacity: 0.9;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.white-text {
    color: #FFF;
}

blockquote {
    position: relative;
    margin: 20px 0px;
    padding: 20px 20px 20px 60px;
    border-left: none;
    color: #374050;
}

blockquote:before {
    content: "\f10d";
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #FF6700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
}


/* --- Section --- */
.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

#banner.section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
}

.section-hr {
    margin-top: 80px;
    margin-bottom: 80px;
    border-color: #EBEBEB;
}

.section-header {
    margin-bottom: 40px;
}

/* --- Background Image --- */
.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: 0.7;
}

/* --- Buttons --- */
.main-button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background-color: #FF6700;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #FFF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    font-family: Proxima, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.main-button:hover, .main-button:focus {
    background-color: #fff;
    border: 2px solid #FF6700;
    color: #FF6700;
}

.main-button.icon-button:hover, .main-button.icon-button:focus {
    padding-right: 45px;
}

.main-button.icon-button:after {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    width: 30px;
    right: 15px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.main-button.icon-button:hover:after, .main-button.icon-button:focus:after {
    opacity: 1;
}

/* --  Input  -- */
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: 0.2s border-color;
    transition: 0.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: #FF6700;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
    padding: 0;
    line-height: 30px;
    height: 65px;
}

.navbar-brand .logo {
    margin-top: 18px;
    display: inline-block;
}

.navbar-brand .logo  img {
    max-height: 30px;
}


.navbar-brand .phone {

    margin-left: 25px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;

}

.navbar-brand .phone a {
    color: #FFFFFF;
}

.navbar-brand .phone a.first {
    margin-right: 10px;
}

.navbar-brand .phone i {
    color: #FF6700;
}

@media (min-width: 992px) {
    .navbar-right {
        margin-top: 9px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-brand .logo {
        max-width: 120px;

    }

    .navbar-brand .logo  img {
        width: 100%;
    }

    .navbar-brand .phone {
        max-width: 150px;
        font-size: 10px;
        margin-left: 16px;
        color: #FFFFFF;
    }

    .navbar-brand .phone a.first {
        margin-right: 0px;
    }
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/
#header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(112, 118, 122, 0.25);
    background-color: #373f51;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#header.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: rgba(55, 63, 81, 0.95);
}

#header.transparent-nav {
    position: absolute;
}

#header.transparent-nav .main-menu li a {
    color: #FFF;
    font-size: 14px;
}

.main-menu li a {
    text-transform: uppercase;
    -webkit-transition: 0.2s all;
    transition: 0.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: #FF6700;
    width: 100%;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    -webkit-transition: 0.2s all;
    transition: 0.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;
}

/* -- Mobile Nav -- */
@media only screen and (max-width: 767px) {
    #nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 0%;
        max-width: 250px;
        height: 100vh;
        background: #374050;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
        padding-top: 80px;
        padding-bottom: 40px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
        transition: 0.4s all cubic-bezier(.77, 0, .18, 1);
        z-index: 9;
    }

    #header.nav-collapse #nav {
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .main-menu {
        margin: 0;
    }

    .main-menu li a {
        color: #fff !important;
        display: inline-block;
        margin-left: 40px;
    }
}

/* -- Mobile Toggle Btn -- */
.transparent-nav .navbar-toggle {
    position: relative;
    right: 0;
    padding: 0;
    margin-right: 0px;
    z-index: 99;
}

.navbar-toggle  span:before, .navbar-toggle  span:after {
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}

.navbar-toggle  span, .navbar-toggle  span:before, .navbar-toggle  span:after {
    height: 2px;
    width: 25px;
    background-color: #fff;
}

.navbar-toggle  span:before {
    top: -10px;
}

.navbar-toggle  span:after {
    top: 10px;
}

#header.nav-collapse .navbar-toggle  span {
    background: transparent;
}

#header.nav-collapse .navbar-toggle  span:before {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

#header.nav-collapse .navbar-toggle  span:after {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

/*------------------------------------*\
	Hero Area
\*------------------------------------*/
.hero-area {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

#home.hero-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-wrapper {
    position: relative;
    padding-top: 130px;
    padding-bottom: 80px;
}

/* -- Breadcrumb -- */
.hero-area-tree li {
    display: inline-block;
    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: 0px 5px;
    color: rgba(235, 235, 235, 0.25);
}

/*------------------------------------*\
	About &amp; Why Us (Feature)
\*------------------------------------*/
/* -- Feature -- */
.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: #FF6700;
}

.feature-content {
    padding-left: 100px;
}

/* -- Feature -- */
.feature1 {
    position: relative;
}

.feature1 + .feature1 {
    margin-top: 25px;
}

.feature1 .feature-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #FF6700;
}

.feature1 .feature-content {
    padding-left: 60px;
}


/* -- About Img -- */
.about-img {
    margin-top: 40px;
}

.about-img  img {
    width: 100%;
}

/* -- About Video -- */
.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: 0.2s color;
    transition: 0.2s color;
}

.about-video:hover .play-icon {
    color: #FF6700;
}

@-webkit-keyframes play-animation {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px #FFF;
        box-shadow: 0px 0px 0px 0px #FFF;
    }
    to {
        -webkit-box-shadow: 0px 0px 0px 10px transparent;
        box-shadow: 0px 0px 0px 10px transparent;
    }
}

@keyframes play-animation {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px #FFF;
        box-shadow: 0px 0px 0px 0px #FFF;
    }
    to {
        -webkit-box-shadow: 0px 0px 0px 10px transparent;
        box-shadow: 0px 0px 0px 10px transparent;
    }
}


/*------------------------------------*\
	Courses
\*------------------------------------*/
.course {
    margin-top: 20px;
    margin-bottom: 20px;
}

.course .course-img {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.course .course-img img {
    width: 100%;
}

.course-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #FF6700;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.course .course-img:hover:after {
    opacity: 0.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: 0.2s all;
    transition: 0.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-img2 {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.course .course-img2  img {
    width: 100%;
}


.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: #FF6700;
}

#courses .center-btn, #cta .center-btn {
    text-align: center;
    margin-top: 40px;
}

#courses .center-btn .redh, #cta .center-btn .redh {
    display: block;
    margin: 0 auto;
    width: 170px;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#bottom-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EBEBEB;
}

/* -- Footer Logo -- */
.footer-logo .logo {
    display: inline-block;
}

.footer-logo .logo  img {
    max-height: 40px;
}

/* -- Footer Nav -- */
.footer-nav {
    text-align: left;
    padding: 0px;
}

.footer-nav li {
    margin-left: 15px;
    margin-bottom: 15px;
}

.footer-nav li a {
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
    color: #fff;
    padding-bottom: 2px;
}


.footer-nav li a:hover, .footer-nav li a:focus {
    color: #fff;
    border-bottom: 2px #FF6700 solid;
}


/* -- Footer copyright -- */
.footer-copyright {
    line-height: 40px;
}

/* -- Footer Social -- */
.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: 0.2s opacity;
    transition: 0.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: #ff0000;
}

.footer-social li a.linkedin {
    background-color: #007bb5;
}

/*------------------------------------*\
	Contact Page
\*------------------------------------*/
/* -- Contact Form -- */
.contact-form:after {
    content: "";
    display: block;
    clear: both;
}

.contact-form .input {
    margin-bottom: 20px;
}

.contact-form textarea.input {
    height: 200px;
}

/* -- Contact Information -- */
.contact-details li {
    margin-bottom: 20px;
}

.contact-details li i {
    color: #FF6700;
    margin-right: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/* -- Contact Map -- */
#contact-map {
    height: 260px;
    border-radius: 20px;
}

/*------------------------------------*\
	Blog Page
\*------------------------------------*/
/* -- Single Blog -- */
.single-blog {
    margin-bottom: 40px;
}

.single-blog .blog-img  a {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.single-blog .blog-img img {
    width: 100%;
}

.single-blog .blog-img  a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FF6700;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.single-blog .blog-img  a:hover:after {
    opacity: 0.7;
}

.single-blog .blog-meta {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #EBEBEB;
}

.single-blog .blog-meta .blog-meta-author  a {
    color: #FF6700;
}

.single-blog .blog-meta .blog-meta-comments {
    margin-left: 10px;
}

.single-blog .blog-meta .blog-meta-comments  a {
    color: #798696;
}

/* -- Pagination -- */
.post-pagination {
    margin-top: 40px;
    text-align: center;
}

.post-pagination .pages {
    display: inline-block;
}

.post-pagination .pages li {
    display: inline-block;
}

.post-pagination .pages li + li {
    margin-left: 10px;
}

.post-pagination .pages li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #EBEBEB;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.post-pagination .pages li a {
    display: block;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.post-pagination .pages li:hover, .post-pagination .pages li.active {
    background-color: #FF6700;
    color: #FFF;
}

.post-pagination .pages li:hover a {
    color: #FFF;
}

.pagination-back, .pagination-next {
    display: block;
    text-align: center;
    border-radius: 40px;
    background-color: #EBEBEB;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    height: 40px;
    padding: 0px 30px;
    line-height: 40px;
}

.pagination-next:hover, .pagination-back:hover {
    color: #FFF;
    background-color: #FF6700;
}

.pagination-next:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 15px;
}

.pagination-back:before {
    content: "\f177";
    font-family: FontAwesome;
    margin-right: 15px;
}

/*------------------------------------*\
	Blog Page Sidebar
\*------------------------------------*/
.widget + .widget {
    margin-top: 40px;
}

/*-- Search --*/
.widget.search-widget {
    position: relative
}

.widget.search-widget .input {
    padding-right: 60px;
}

.widget.search-widget button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: none;
}

.widget.search-widget .input:focus + button {
    color: #FF6700;
}

/*-- Category --*/
.category-widget .category {
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-widget .category + .category {
    border-top: 1px solid #EBEBEB;
}

.category-widget .category:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FF6700;
    margin-right: 10px;
}

.category-widget .category span {
    font-size: 14px;
    margin-left: 10px;
    color: #798696;
}

/*-- Sidebar Posts --*/
.single-post:after {
    content: "";
    display: block;
    clear: both;
}

.single-post + .single-post {
    margin-top: 20px;
}

.single-post .single-post-img {
    position: relative;
    width: 80px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    border-radius: 30px;
    overflow: hidden;
}

.single-post .single-post-img img {
    width: 100%;
}

.single-post-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FF6700;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.single-post-img:hover:after {
    opacity: 0.7;
}

/*-- Tags --*/
.tags-widget .tag {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 0px;
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid #EBEBEB;
    color: #798696;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.tags-widget .tag:hover {
    background-color: #FF6700;
    border-color: #FF6700;
    color: #FFF;
}

/*------------------------------------*\
	Single Post Page
\*------------------------------------*/
/* --- Blog Post Meta --- */
.blog-post-meta {
    margin-top: 40px;
}

.blog-post-meta li {
    display: inline-block;
}

.blog-post-meta li + li {
    margin-left: 15px;
}

.blog-post-meta li, .blog-post-meta li  a {
    color: rgba(255, 255, 255, 0.8);
}

.blog-post-meta .blog-meta-author  a {
    color: #FF6700;
}

/* --- Blog Share --- */
.blog-share {
    border-top: 1px solid #EBEBEB;
    padding-top: 10px;
    margin-top: 40px;
}

.blog-share  h4 {
    display: inline-block;
    margin: 0;
}

.blog-share a {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    background-color: #EBEBEB;
    border-radius: 50%;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.blog-share a.facebook {
    background-color: #3b5998;
}

.blog-share a.twitter {
    background-color: #55acee;
}

.blog-share a.google-plus {
    background-color: #dd4b39;
}

/* --- Blog Comments --- */
.blog-comments {
    margin-top: 40px;
}

.blog-comments .media {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-comments .media .media {
    margin-left: 20px;
}

.blog-comments .media .media:nth-last-child(1) {
    margin-bottom: 0px;
}

.blog-comments .media .media-body {
    padding: 20px;
    background-color: #EBEBEB;
    border-radius: 0px 4px 4px;
}

.blog-comments .media .media-left:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 0px 15px 15px;
    border-color: transparent #EBEBEB transparent transparent;
}

.blog-comments .media-left {
    position: relative;
    padding-right: 20px;
}

.blog-comments .media-left img {
    width: 80px;
    height: 80px;
    background-color: #EBEBEB;
    border-radius: 50%;
}

.blog-comments .media .date-reply {
    font-size: 12px;
    text-transform: uppercase;
    color: #374050;
}

.blog-comments .media .date-reply .reply {
    margin-left: 15px;
}

/* --- Blog Reply Form --- */
.blog-reply-form {
    margin-top: 40px;
}

.blog-reply-form .input {
    margin-bottom: 20px;
}

.blog-reply-form .input.name-input, .blog-reply-form .input.email-input {
    width: calc(50% - 10px);
    float: left;
}

.blog-reply-form .input.email-input {
    margin-left: 20px;
}

.blog-reply-form textarea {
    height: 90px;
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 991px) {
    .section-header h2 {
        font-size: 24px;
    }

    /*-- Why us --*/
    #why-us .feature {
        margin-top: 40px;
    }

    .about-video {
        margin-top: 40px;
    }

    /*-- Call to action --*/
    #cta {
        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 page --*/
    .contact-form {
        margin-bottom: 40px;
    }

    .contact-form button {
        float: none !important;
    }

    /*-- Blog page --*/
    #main {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    /*-- Hero area --*/
    .hero-area h1 {
        font-size: 30px;
    }

    /* -- Breadcrumb -- */
    .hero-area-tree li {
        font-size: 12px;
    }

    /*-- Pagination --*/
    .post-pagination .pages {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    /*-- Courses --*/
    #courses-wrapper [class*='col-xs'] {
        width: 100%;
    }

    #courses-wrapper .gallery [class*='col-xs'] {
        width: 50%;
    }

    /*-- Blog Comments --*/
    .blog-comments .media .media {
        margin-left: 0px;
    }

    /*-- Blog Reply Form --*/
    .blog-reply-form .input.name-input, .blog-reply-form .input.email-input {
        width: 100%;
        float: none;
    }

    .blog-reply-form .input.email-input {
        margin-left: 0px;
    }
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/
#preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #444;
    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 #FF6700;
    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);
    }
}

.otz .feature .feature-content, .otz .feature .feature-content h4 {
    color: #ffffff;

}

.otz .feature .feature-content {
    padding-left: 0px;

}

.otz .feature .feature-content a,
.otz .feature .feature-content a:hover,
.otz .feature .feature-content a:visited
{
    color: #ffffff;
    font-weight: 400;
}

.second-button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
}

.table.table-hover td:nth-child(2n), .table.table-hover th:nth-child(2n) {
    width: 100px;
    color: #FF6700;
}

.table.table-hover td span.small{
    color: #8d8a8a;
}

#courses-wrapper ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

#courses-wrapper li {
    list-style-type: none; /* Прячем исходные маркеры */
}

#courses-wrapper li:before {
    color: #FF6700; /* Цвет маркера */
    content: "\f078";
    font-family: fontAwesome;
    padding-right: 10px; /* Расстояние от маркера до текста */
}

#courses-wrapper b {
    color: #FF6700; /* Цвет маркера */
}

.section-header b {
    color: #FF6700;
}

.section-header h3 {
    color: #374050;
    font-size: 22px;
}

.section-header h3.org {
    color: #FF6700;
    font-size: 22px;
}

.section-header span.org {
    color: #FF6700;
}

.course span.org {
    color: #FF6700;
}

hr {
    border-top: 1px solid #FF6700;
    margin-top: 40px;
    margin-bottom: 40px;
}

#why-us i.fa {
    color: #FF6700;
    margin-right: 15px;
}

#courses i.fa {
    color: #FF6700;
    margin-right: 5px;
}

footer.section {
    color: #fff;
    text-align: right;
}

footer.section h3, footer.section h4 {
    color: #fff;
}

footer.section p {
    margin-left: 15px;
}

footer.section i.fa {
    color: #FF6700;
    margin-right: 15px;
}

footer.section a {
    color: #fff;
}

footer .footer-logo {

    margin-top: 20px;
}

.otz .feature .feature-icon {

    border: 2px solid #FF6700;

}

footer.section .col-md-6 {
    text-align: left;
    margin-bottom: 35px;
}

footer.section .col-md-3 {
    text-align: left;
    margin-bottom: 35px;
}

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#about.section {
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    footer.section .col-md-6,
    footer.section .col-md-3 {
        margin-bottom: 35px;

    }

    .footer-logo .logo  img {
        max-height: auto;
        width: 100%;
    }

    #banner.section {
        padding-top: 20px;
    }

    #about.section {
        padding-top: 20px;
    }
}

.home-wrapper .lead {
    font-size: 17px;
}

.flexible {
    display: flex;
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

#jivo_top_wrap .jivo-triangle-wraper .jivo-triangle-clip .jivo-bottom-left-square {
    background-color: #aaa !important;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    #header.transparent-nav .main-menu li a {
        font-size: .6em;
    }
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 20px auto 0 auto;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 155px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 65px; /*ширина кнопки*/
    height: 65px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 63px !important; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}

.whatsapp-button.chat {
    position: fixed;
    right: 10px;
    bottom: -15px;
}

.whatsapp-button a {
    color: #fff;
}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .whatsapp-button {
        bottom: -10px; /*отступ кнопки снизу от экрана*/
        left: 50px; /*отступ кнопки слева от экрана(right - справа)*/
    }
}

#contact-cta .map, #contact-cta .rew {
    margin-top: 15px;
}

.img-fluid {
    width: 100%;
}

.mhead {
    margin-top: 100px;
}

.my-5 {
    margin-top: 40px;
    margin-bottom: 40px;
}

#cta2 .thumbnail {
    background-color: rgba(255, 103, 0, 0.7);
    border: none;
    border-radius: 15px;
}

#cta2 .thumbnail h4{
    color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header-wrap #nav{
        margin-top: 5px;
    }
}

.navbar-header-wrap #nav{
    display: flex;
}

@media (max-width: 767px) {
    .navbar-toggle {
        display: flex!important;
        margin: 0;
        padding: 0;
    }

    .navbar-header-wrap {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .navbar-header-wrap .navbar-header{
        display: flex;
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        align-items: center;
    }

    .navbar-brand .logo {
        margin-top: 0px;
        max-width: 170px;
        width: fit-content;
    }

    .navbar-brand .logo img{
        width: 100%;
    }

    .navbar-brand .phone{
        margin-top: 0px;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.icon-bar-2 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.about-img img{
    width: 100%;
}