/* 
Theme Name:   Driveon 
Description: Driveon - Driving School WordPress Theme 
Author: HasTech 
Author URI: http://bootexperts.com/ 
Version: 2.1.0
Tags:  slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, charity, non-profit, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options 
License:      GPL 2.0 License URI:  http://www.gnu.org/licenses/gpl-2.0.html 
Template: layerswp


 -------------------------------    ** TABLE OF CONTENTS ** -------------------------------	
 1. THEME DEFAULT CSS	
 2. BREADCRUMB AREA	
 3. Sidebar AREA
 4. BLOG AREA
 5. PAGE AREA	
 6. Single page AREA	
 7. 404 AREA	
 8. Search AREA	
 9. SHOP AREA	
 10. SINGLE SHOP AREA	
 11. Comment area	
 12. Some unit test style	
 13. Default Blog css	
 14. BLOG AREA	
 15. Slider area	
 16. FEATURES	
 17. Services area	
 18. Fan fact area	
 19. Video Area	
 20. Gallery Area	
 21. Testimonial Style	
 22. Instructor Area	
 23. Pricing Style	
 24. FAQ	
 25. Contact Area	
 26. Call to acction	
 27. FOOTER AREA	
 28. Responsive CSS
 
 /*------------------------------*/
/*- 1. THEME DEFAULT CSS -------*/
/*------------------------------*/
/** Typography **/

html {
    font-size: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
@media all and (max-width: 768px) {
    html {
        font-size: 87.5%;
    }
}
body {
    color: #333333;
    font-family: "Lato";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    visibility: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', sans-serif;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
h1,
.h1 {
    font-size: 30px;
}
h2,
.h2 {
    font-size: 24px;
    font-weight: 700;
}
h3,
.h3 {
    font-size: 22px;
    font-weight: 600;
}
h4,
.h4 {
    font-size: 20px;
    font-weight: 500;
}
h5,
.h5 {
    font-size: 18px;
    font-weight: 400;
}
h6,
.h6 {
    font-size: 16px;
    font-weight: 400;
}
@media all and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 26px;
        font-weight: 500;
    }
    h2,
    .h2 {
        font-size: 22px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    h4,
    .h4 {
        font-size: 16px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
}
strong {
    font-weight: 700;
}
hr {
    margin: 1.625em 0;
    border-color: #e6e6e6;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
a {
    color: #222;
}
a:hover,
a:focus,
a:active {
    color: #dec839;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
/* Typography Helpers */

.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
.type-bold {
    font-weight: bold;
}
.type-italic {
    font-weight: italic;
}
.type-strikethrough {
    text-decoration: line-through;
    opacity: .5;
}
.type-underline {
    text-decoration: underline;
}
/** 5. Position **/

body {
    overflow-x: hidden;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-absolute.container {
    left: 0;
    right: 0;
}
.pos-top {
    top: 0;
}
.pos-bottom {
    bottom: 0;
}
.pos-right {
    right: 0;
}
.pos-left {
    left: 0;
}
/** 6. Transtion **/

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/** 6. Images **/

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    height: auto;
}
.img-fullwidth {
    width: 100%;
}
/** 7. Colors **/

body {
    background: #fff;
}
*::-moz-selection {
    background: #dec839;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #dec839;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #dec839;
    color: #fff;
    text-shadow: none;
}
/* Input placeholder color */

::-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}
.mark,
mark {
    background: #dec839 none repeat scroll 0 0;
    color: #ffffff;
}
.height-100 {
    height: 100vh !important;
}
.height-50 {
    height: 50vh !important;
}
/**  9. Background overlay **/

[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay] *:not(.background-image-holder):not(.instafeed--background) {
    z-index: 2;
}
[data-overlay].image--light:before {
    background: #fff;
}
[data-overlay].bg--primary:before {
    background: #425cbb;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}
/**  12. back to top **/

#scrollUp {
    background-color: #dec839;
    bottom: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    height: 40px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
#scrollUp:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#scrollUp i {
    display: block;
    font-size: 24px;
    line-height: 40px;
}
/**  13. Basic margin padding **/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************    Section title*************************/

.section-title {
    margin-bottom: 55px;
}
.section-title .hadding {
    font-style: normal;
    line-height: 20px;
    margin-bottom: 20px;
}
.section-title {
    font-size: 18px;
    font-weight: 300;
}
.section-title p {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}
.section-title .heading {
    font-size: 24px;
    font-weight: 700;
}
.section-title .excerpt {
    font-size: 18px;
    font-weight: 300;
}
/*************************  Margin top  *************************/

.mt-0 {
    margin-top: 0
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}
.mt-70 {
    margin-top: 70px
}
.mt-80 {
    margin-top: 80px
}
.mt-90 {
    margin-top: 90px
}
.mt-100 {
    margin-top: 100px
}
.mt-110 {
    margin-top: 110px
}
.mt-120 {
    margin-top: 120px
}
.mt-130 {
    margin-top: 130px
}
.mt-140 {
    margin-top: 140px
}
.mt-150 {
    margin-top: 150px
}
/*************************  Margin right  *************************/

.mr-0 {
    margin-right: 0px
}
.mr-10 {
    margin-right: 10px
}
.mr-15 {
    margin-right: 15px
}
.mr-20 {
    margin-right: 20px
}
.mr-30 {
    margin-right: 30px
}
.mr-40 {
    margin-right: 40px
}
.mr-50 {
    margin-right: 50px
}
.mr-60 {
    margin-right: 60px
}
.mr-70 {
    margin-right: 70px
}
.mr-80 {
    margin-right: 80px
}
.mr-90 {
    margin-right: 90px
}
.mr-100 {
    margin-right: 100px
}
.mr-110 {
    margin-right: 110px
}
.mr-120 {
    margin-right: 120px
}
.mr-130 {
    margin-right: 130px
}
.mr-140 {
    margin-right: 140px
}
.mr-150 {
    margin-right: 150px
}
/*************************   Margin bottom   *************************/

.mb-0 {
    margin-bottom: 0
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-30 {
    margin-bottom: 30px
}
.mb-40 {
    margin-bottom: 40px
}
.mb-50 {
    margin-bottom: 50px
}
.mb-60 {
    margin-bottom: 60px
}
.mb-70 {
    margin-bottom: 70px
}
.mb-80 {
    margin-bottom: 80px
}
.mb-90 {
    margin-bottom: 90px
}
.mb-100 {
    margin-bottom: 100px
}
.mb-110 {
    margin-bottom: 110px
}
.mb-120 {
    margin-bottom: 120px
}
.mb-130 {
    margin-bottom: 130px
}
.mb-140 {
    margin-bottom: 140px
}
.mb-150 {
    margin-bottom: 150px
}
/*************************  Margin left   *************************/

.ml-0 {
    margin-left: 0
}
.ml-10 {
    margin-left: 10px
}
.ml-15 {
    margin-left: 15px
}
.ml-20 {
    margin-left: 20px
}
.ml-30 {
    margin-left: 30px
}
.ml-40 {
    margin-left: 40px
}
.ml-50 {
    margin-left: 50px
}
.ml-60 {
    margin-left: 60px
}
.ml-70 {
    margin-left: 70px
}
.ml-80 {
    margin-left: 80px
}
.ml-90 {
    margin-left: 90px
}
.ml-100 {
    margin-left: 100px
}
.ml-110 {
    margin-left: 110px
}
.ml-120 {
    margin-left: 120px
}
.ml-130 {
    margin-left: 130px
}
.ml-140 {
    margin-left: 140px
}
.ml-150 {
    margin-left: 150px
}
/*************************  Padding top   *************************/

.pt-0 {
    padding-top: 0
}
.pt-10 {
    padding-top: 10px
}
.pt-15 {
    padding-top: 15px
}
.pt-20 {
    padding-top: 20px
}
.pt-30 {
    padding-top: 30px
}
.pt-40 {
    padding-top: 40px
}
.pt-50 {
    padding-top: 50px
}
.pt-60 {
    padding-top: 60px
}
.pt-70 {
    padding-top: 70px
}
.pt-80 {
    padding-top: 80px
}
.pt-90 {
    padding-top: 90px
}
.pt-100 {
    padding-top: 100px
}
.pt-110 {
    padding-top: 110px
}
.pt-120 {
    padding-top: 120px
}
.pt-130 {
    padding-top: 130px
}
.pt-140 {
    padding-top: 140px
}
.pt-150 {
    padding-top: 150px
}
.pt-190 {
    padding-top: 190px
}
/*************************  Padding right    *************************/

.pr-0 {
    padding-right: 0
}
.pr-10 {
    padding-right: 10px
}
.pr-15 {
    padding-right: 15px
}
.pr-20 {
    padding-right: 20px
}
.pr-30 {
    padding-right: 30px
}
.pr-40 {
    padding-right: 40px
}
.pr-50 {
    padding-right: 50px
}
.pr-60 {
    padding-right: 60px
}
.pr-70 {
    padding-right: 70px
}
.pr-80 {
    padding-right: 80px
}
.pr-90 {
    padding-right: 90px
}
.pr-100 {
    padding-right: 100px
}
.pr-110 {
    padding-right: 110px
}
.pr-120 {
    padding-right: 120px
}
.pr-130 {
    padding-right: 130px
}
.pr-140 {
    padding-right: 140px
}
/*************************   Padding bottom    *************************/

.pb-0 {
    padding-bottom: 0
}
.pb-10 {
    padding-bottom: 10px
}
.pb-15 {
    padding-bottom: 15px
}
.pb-20 {
    padding-bottom: 20px
}
.pb-30 {
    padding-bottom: 30px
}
.pb-40 {
    padding-bottom: 40px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-60 {
    padding-bottom: 60px
}
.pb-70 {
    padding-bottom: 70px
}
.pb-80 {
    padding-bottom: 80px
}
.pb-90 {
    padding-bottom: 90px
}
.pb-100 {
    padding-bottom: 100px
}
.pb-110 {
    padding-bottom: 110px
}
.pb-120 {
    padding-bottom: 120px
}
.pb-130 {
    padding-bottom: 130px
}
.pb-140 {
    padding-bottom: 140px
}
.pb-150 {
    padding-bottom: 150px
}
.pb-190 {
    padding-bottom: 190px
}
/*************************  Padding left     *************************/

.pl-0 {
    padding-left: 0
}
.pl-10 {
    padding-left: 10px
}
.pl-15 {
    padding-left: 15px
}
.pl-20 {
    padding-left: 20px
}
.pl-30 {
    padding-left: 30px
}
.pl-40 {
    padding-left: 40px
}
.pl-50 {
    padding-left: 50px
}
.pl-60 {
    padding-left: 60px
}
.pl-70 {
    padding-left: 70px
}
.pl-80 {
    padding-left: 80px
}
.pl-90 {
    padding-left: 90px
}
.pl-100 {
    padding-left: 100px
}
.pl-110 {
    padding-left: 110px
}
.pl-120 {
    padding-left: 120px
}
.pl-130 {
    padding-left: 130px
}
.pl-140 {
    padding-left: 140px
}
.pl-150 {
    padding-left: 150px
}
/***************************    Page section padding    ****************************/

.ptb-0 {
    padding: 0
}
.ptb-10 {
    padding: 10px 0
}
.ptb-20 {
    padding: 20px 0
}
.ptb-30 {
    padding: 30px 0
}
.ptb-40 {
    padding: 40px 0
}
.ptb-50 {
    padding: 50px 0
}
.ptb-60 {
    padding: 60px 0
}
.ptb-70 {
    padding: 70px 0
}
.ptb-80 {
    padding: 80px 0
}
.ptb-90 {
    padding: 90px 0
}
.ptb-100 {
    padding: 100px 0
}
.ptb-110 {
    padding: 110px 0
}
.ptb-120 {
    padding: 120px 0
}
.ptb-130 {
    padding: 130px 0
}
.ptb-140 {
    padding: 140px 0
}
.ptb-150 {
    padding: 150px 0
}
.ptb-190 {
    padding: 190px 0
}
.ptb-198 {
    padding: 198px 0
}
/***************************    Page section margin       ****************************/

.mtb-0 {
    margin: 0
}
.mtb-10 {
    margin: 10px 0
}
.mtb-15 {
    margin: 15px 0
}
.mtb-20 {
    margin: 20px 0
}
.mtb-30 {
    margin: 30px 0
}
.mtb-40 {
    margin: 40px 0
}
.mtb-50 {
    margin: 50px 0
}
.mtb-60 {
    margin: 60px 0
}
.mtb-70 {
    margin: 70px 0
}
.mtb-80 {
    margin: 80px 0
}
.mtb-90 {
    margin: 90px 0
}
.mtb-100 {
    margin: 100px 0
}
.mtb-110 {
    margin: 110px 0
}
.mtb-120 {
    margin: 120px 0
}
.mtb-130 {
    margin: 130px 0
}
.mtb-140 {
    margin: 140px 0
}
.mtb-150 {
    margin: 150px 0;
}
/* 14. Custom cloumn */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    float: left;
}
.col-1 {
    width: 10%;
}
.col-2 {
    width: 20%;
}
.col-3 {
    width: 30%;
}
.col-4 {
    width: 40%;
}
.col-5 {
    width: 50%;
}
.col-6 {
    width: 60%;
}
.col-7 {
    width: 70%;
}
.col-8 {
    width: 80%;
}
.col-9 {
    width: 90%;
}
.col-10 {
    width: 100%;
}
.wrapper-content {
    padding-top: 0 !important;
    position: relative;
}
/* Custom container */

.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}
.container.list-masonry {
    max-width: 1200px;
}
[class*="column"] {
    margin-bottom: 0px;
}
.content-vertical-massive {
    padding-top: 90px;
    padding-bottom: 90px;
}
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
/* Mobile menu area */

.nav-mobile ul li a {
    border-bottom: 1px solid #cccccc;
    color: #333333;
    font-size: 14px;
}
.nav-mobile .nav-vertical ul li a:hover {
    color: #dec839;
}
aside .search-field {
    border: 1px solid #cccccc;
    margin-bottom: 5px;
}
.home input[type="button"],
.home input[type="submit"],
.home button,
.home .button,
.home .form-submit input[type="submit"],
.home .invert input[type="button"],
.home .invert input[type="submit"],
.home .invert button,
.home .invert .button,
.home .invert .form-submit input[type="submit"] {
    background-color: #dec839;
    color: #ffffff;
}
.home input[type="button"]:hover,
.home input[type="submit"]:hover,
.home button:hover,
.home .button:hover,
.home .form-submit input[type="submit"]:hover,
.home .invert input[type="button"]:hover,
.home .invert input[type="submit"]:hover,
.home .invert button:hover,
.home .invert .button:hover,
.home .invert .form-submit input[type="submit"]:hover {
    background-color: #dec839;
    color: #ffffff;
    opacity: 0.8;
}
/* Start Header style */

.layers-header-overlay .header-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.layers-header-overlay .header-secondary.content-small.invert,
.layers-header-overlay .header-secondary {
    background: transparent none repeat scroll 0 0;
}
.ht-header-top-bar {
    position: relative;
}
.ht-header-top-bar .pull-left {
    float: left;
}
.ht-header-top-bar::before {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 1px;
    left: 115px;
    position: absolute;
    right: 115px;
}
.header-secondary {
    padding: 0;
}
.ht-header-top-bar {
    padding: 10px 0;
}
.header-site .nav-horizontal > ul > li:last-child a {
    padding-right: 0;
}
.header-site .nav-horizontal > ul > li:first-child a {
    padding-left: 0;
}
.header-secondary nav {
    font-size: 12px;
    line-height: 28px;
}
#menu-top-bar-left li:first-child {
    margin-left: 0;
}
#menu-top-bar-right li:last-child {
    margin-right: 0;
}
#menu-top-bar-left li i {
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}
#menu-top-bar-right li i {
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
}
/* Menu style */

.header-site .nav.nav-horizontal .menu li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.header-site .nav.nav-horizontal .menu li {
    position: relative;
}
.header-site .nav.nav-horizontal .menu > li {
    display: block;
    float: left;
    padding: 32px 0;
    margin: 0;
}
.header-site .nav.nav-horizontal .menu > li + li {
    margin-left: 44px;
}
.header-site .container {
    padding: 0 20px;
}
.header-site .nav-horizontal > ul > li > a {
    padding: 0;
    position: relative;
}
.header-site .nav-horizontal > ul > li > a::before,
.header-site .nav-horizontal > ul > li > a::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: 0.3s;
}
.header-site .nav-horizontal > ul > li > a::before {
    left: 0;
    top: 0;
}
.header-site .nav-horizontal > ul > li > a::after {
    bottom: 0;
    right: 0;
}
.header-site .nav-horizontal > ul > li:hover > a::before,
.header-site .nav-horizontal > ul > li:hover > a::after {
    opacity: 1;
    width: 15px;
}
.header-site .nav-horizontal > ul > li.current_page_item > a::before,
.header-site .nav-horizontal > ul > li.current_page_item > a::after {
    opacity: 1;
    width: 15px;
}
.header-site .nav-horizontal > ul.menu li ul.children li a {
    color: #fff !important;
}
.header-site .nav-horizontal > ul.menu li ul.children li a:hover {
    color: #dec839 !important;
}
.header-site,
.header-site.header-sticky {
    background-color: rgba(0, 0, 0, 0) !important;
}
.admin-bar .header-sticky.is_stuck.is_stuck_show {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.topbar--show .header-site.header-overlay {
    margin-top: 50px;
}
.header-site.header-overlay .container {
    padding-top: 0;
}
/* Submenu */

.header-site.invert .sub-menu {
    background: #000 none repeat scroll 0 0;
    border: 0 solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.header-site.invert .sub-menu li a {
    background: transparent;
    border: 0 solid transparent;
}
.header-site.invert .sub-menu li a:hover {
    background: transparent;
}
.sub-menu li,
.nav .children li {
    width: 100%;
}
.sub-menu li a,
.nav .children li a {
    padding: 5px 10px 5px 20px;
    text-transform: capitalize;
}
.nav li > .sub-menu,
.nav li .children {
    width: 220px;
    padding: 10px 0;
}
.nav > ul > li .sub-menu .sub-menu,
.nav li:hover > .sub-menu .sub-menu,
.nav > ul > li .children .children,
.nav li:hover > .children .children {
    left: 100%;
    top: 0;
}
.header-site .sub-menu .menu-item-has-children > a::after {
    float: right;
    padding: 0;
}
.header-site .nav.nav-horizontal .menu li {
    border: medium none;
}
.nav li > .sub-menu,
.nav li .children {
    top: 120%;
}
.nav li:last-child .sub-menu .sub-menu,
.nav li:last-child .children .children {
    left: auto;
    right: 100%;
}
.header-site .nav ul li > .sub-menu > li {
    transform: none;
}
.header-site .nav ul li:hover > .sub-menu > li {
    transform: none;
}
.header-site .nav ul li > .sub-menu > li .sub-menu {
  background: transparent none repeat scroll 0 0;
}
.header-site .nav ul li > .sub-menu > li:hover .sub-menu {
  background: #222222 none repeat scroll 0 0;
}
/* Submenu hover */

.header-site.invert .sub-menu li:hover > a,
.header-site .sub-menu li:hover > a {
    background-color: transparent;
    color: #DEC839;
}
.header-site .nav-horizontal > ul.menu > li.current_page_item ul.sub-menu li a:hover {
    background: transparent none repeat scroll 0 0;
    color: #dec839 !important;
}
.header-site .nav-horizontal > ul.menu > li.current_page_item ul.sub-menu li a {
    color: #fff !important;
}
.header-block nav.nav-horizontal ul li:hover a {
    color: #dec839 !important;
}
.header-block nav.nav-horizontal ul li ul.sub-menu li a:hover {
    color: #dec839 !important;
}
.header-block nav.nav-horizontal ul li ul.sub-menu li a {
    color: #fff !important;
}
/* End Header style */
/*------------------------------*/
/*- 2. BREADCRUMB AREA ---------*/
/*------------------------------*/

.breadcrumb-area {
    background-color: #dcdcdc;
    padding: 67px 0 70px;
    background-size: cover;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-title h1 {
    color: #ffffff;
    display: block;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.bread-crumbs {
    margin: 0;
}
.breadcrumb-list ul {
    color: #ffffff;
}
.breadcrumb-list li,
.bread-crumbs li a {
    font-size: 14px;
    display: inline;
    color: #dec839;
}
.bread-crumbs li a:hover,
.bread-crumbs li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
    text-align: center;
}
.bread-crumbs a,
.breadcrumb-list a {
    color: #ffffff;
    font-size: 14px;
}
.bread-crumbs a:hover,
.breadcrumb-list a:hover {
    color: #dec839;
    transition: all 0.3s ease 0s;
}
/*------------------------------*/
/*- 3. Sidebar AREA ---------*/
/*------------------------------*/

.sidebar .content.well {
    background: transparent;
}
.push-bottom-large {
    margin-bottom: 0;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
}
.pull-right.sidebar h5.section-nav-title::before,
.pull-left.sidebar h5.section-nav-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #f5b120;
    content: "";
}
.sidebar .widget-blog .blog-content a {
    color: #444444;
    margin-bottom: 0;
}
.content-main .sidebar .search-submit {
    float: left;
    font-size: 17px;
    height: 36px;
    width: 35%;
}
.sidebar .widget_search .search-form .search-submit {
    font-size: 18px;
    background: #dec839;
}
.sidebar .widget_search .search-form .search-submit:hover {
    opacity: 0.8;
}
/* tag */

.tagcloud a {
    display: inline-block;
}
.sidebar .widget_tag_cloud .tagcloud a {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #333333;
    display: inline-block;
    font-family: lato regular;
    font-size: 15px !important;
    margin: 0 6px 10px 0;
    padding: 5px 10px;
    text-align: center;
}
.sidebar .widget_tag_cloud .tagcloud a:hover {
    border-color: #dec839;
    color: #dec839;
}
.archive-page {
    padding-bottom: 65px;
    padding-top: 80px;
}
.archive-page aside {
    padding-top: 0;
}
.archive .push-bottom-large {
    margin-bottom: 40px;
}
.archive-page article a.button {
    background-color: #dec839;
    color: #ffffff;
}
/* textwidget */

.textwidget {} .textwidget img {
    margin-top: 10px;
}
.textwidget form {
    margin-top: 5px;
}
/*------------------------------*/
/*- 4. BLOG AREA ---------*/
/*------------------------------*/

body.blog .wrapper-site .header-wrapper .header-secondary.content-small.invert {
    background: #000000 none repeat scroll 0 0;
}
.blog-pages {
    padding-bottom: 90px;
    padding-top: 238px;
}
.tempate-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.blog-heading-title a {
    font-size: 22px;
    font-weight: 400;
}
.blog-heading-title .heading {
    margin-bottom: 7px;
}
.sk {
    margin-bottom: 20px;
}
.sk .sticky {
    border: 1px solid #ddd;
    padding: 0px 10px 10px;
}
.extra-pagination .pagination {
    padding-top: 30px;
}
.meta-info {
    line-height: 1;
    margin-bottom: 13px;
}
.meta-item {
    display: inline-block;
    font-size: 14px;
}
.button {
    padding: 8px 15px;
}
/*------------------------------*/
/*- 5. PAGE AREA ---------*/
/*------------------------------*/

.page-area {
    padding-top: 75px;
    padding-bottom: 70px;
}
/*------------------------------*/
/*- 6. Single page AREA ---------*/
/*------------------------------*/

.single-blog-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
.single-post-title {} .single-title-heading {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}
.story h1,
.comment h1,
.story h2,
.comment h2,
.story h3,
.comment h3,
.story h4,
.comment h4,
.story h5,
.comment h5,
.story h6,
.comment h6 {
    font-weight: 700;
    margin-bottom: 15px;
}
.story h1,
.comment h1 {
    font-size: 3.4rem;
}
.story h2,
.comment h2 {
    font-size: 3rem;
}
.story h3,
.comment h3 {
    font-size: 2.7rem;
}
.story h4,
.comment h4 {
    font-size: 2.6rem;
}
.story h5,
.comment h5 {
    font-size: 2.4rem;
}
.story h6,
.comment h6 {
    font-size: 2.2rem;
    font-weight: 700;
}
pre {
    overflow-x: scroll;
}
pre {
    overflow-x: scroll;
}
.story p {
    font-size: 14px;
    margin-bottom: 20px;
}
.single-article {
    margin-top: 15px;
}
/*------------------------------*/
/*- 7. 404 AREA ---------*/
/*------------------------------*/

.page-404 {
    padding-top: 75px;
    padding-bottom: 90px;
}
.not-found-area {
    margin-top: 15px;
}
.not-found-title {} .not-found-title h1 {
    margin-bottom: 10px;
}
.not-found-subtitle {} .not-found-subtitle p {
    margin-bottom: 15px;
}
.not-found-subtitle .search-field {
    float: left;
    font-size: 14px;
    height: 40px;
    max-width: 460px;
}
.not-found-subtitle .search-submit {
    border-radius: 0;
    float: right;
    font-size: 20px;
    padding: 6.5px 21.5px;
}
.not-found-subtitle .search-submit:hover {
    background: #dec839;
    color: #ffffff;
}
.sidebar {
    margin-top: -6px;
    overflow: hidden;
}
.notfound-page {
    background: rgba(0, 0, 0, 0) url("http://localhost/driveon/wp-content/uploads/2017/02/page-banner.jpg") repeat scroll 0 0;
    padding-bottom: 146px;
    padding-top: 260px;
}
.error-page {
    margin-top: 50px;
}
/*------------------------------*/
/*- 8. Search AREA ---------*/
/*------------------------------*/

.search-page-area {
    padding-top: 75px;
    padding-bottom: 90px;
}
.not-found-form {} .not-found-form h2 {
    margin-bottom: 10px;
}
.not-found-form > p {
    margin-bottom: 15px;
}
.not-found-form .search-field {
    float: left;
    font-size: 14px;
    height: 40px;
    max-width: 460px;
}
.not-found-form .search-submit {
    border-radius: 0;
    float: right;
    font-size: 20px;
    padding: 6.5px 21.5px;
}
.not-found-form .search-submit:hover {
    background: #dec839;
    color: #ffffff;
}
.not-found-form {
    margin-top: 15px;
}
.search-page {
    background: rgba(0, 0, 0, 0) url("http://localhost/driveon/wp-content/uploads/2017/02/page-banner.jpg") repeat scroll 0 0;
    padding-bottom: 146px;
    padding-top: 250px;
}
/*------------------------------*/
/*- 9. SHOP AREA ---------*/
/*------------------------------*/

.product-pages {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------*/
/*- 10. SINGLE SHOP AREA ---------*/
/*------------------------------*/

.single-product-page {
    padding-top: 75px;
    padding-bottom: 90px;
}
/*------------------------------*/
/*- 11. Comment area ---------*/
/*------------------------------*/

.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}
.push-top-large .children {
    margin-left: 70px;
}
.comment.even.content.well,
.comment-list .even.content.well {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
    margin-top: 0;
}
.form-submit input[type="submit"] {
    padding: 10px 14px;
}
.comments-nested .avatar {
    margin-right: 20px;
}
.avatar-body .avatar-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 11px;
    margin-bottom: 2px;
}
.avatar-body small {
    color: #444444;
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}
.copy.small {
    float: left;
    font-size: 1.3rem;
}
.copy p {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
}
.copy a {
    border-bottom: 0 solid #dddddd;
    color: #666666;
    font-size: 15px;
}
.copy a:hover {
    color: #dec839;
}
.comment-reply-title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
}
.comment-form-comment label {
    clear: both;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.comment-form .form-submit input[type="submit"] {
    background-color: #dec839;
    border: 1px solid #dec839;
    border-radius: 0px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
    text-transform: uppercase;
}
.comment-form .form-submit input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #dec839;
    border: 1px solid #dec839;
}
.comment-form-comment textarea,
input,
select,
button {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #8f8f8f;
    font-family: lato regular;
    font-size: 1.5rem;
    width: 100%;
}
form.comment-form p label {
    font-size: 14px;
}
/*------------------------------*/
/*- 12. Some unit test style ---------*/
/*------------------------------*/
/* menu css */

.nav-horizontal li:hover > a {
    color: #f00;
}
.sub-menu,
.nav .children {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 0;
    line-height: normal;
    opacity: 0;
    position: absolute;
    top: 50px;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 5;
}
.sub-menu li a,
.nav .children li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}
.sub-menu li a:hover,
.nav .children li a:hover {
    color: #f00;
}
.nav li:hover .sub-menu,
.nav li:hover .children {
    border: 0 solid rgba(0, 0, 0, 0);
    opacity: 1;
    top: 100%;
    transition: all 0.2s ease-in-out 0s;
    visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
    opacity: 0;
    left: 100%;
    top: 0;
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
    opacity: 1;
}
body.blog .header-site {
    background: #000000 !important;
    border-bottom: 1px solid #dddddd;
}
.site-description {
    padding-bottom: 18px;
}
.sitename {
    line-height: 1;
}
.tagline {
    line-height: 1;
}
.header-site .nav-horizontal > ul > li {
    margin: 0 2px;
    padding-bottom: 20px;
}

/* page image aligment */

.alignleft {
    margin-right: 15px;
}
.wp-caption {
    background: transparent;
}
.avatar .avatar-body .avatar-name {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.post-password-form {} .post-password-form input[type="submit"] {
    margin-left: 75px;
    margin-top: 10px;
    padding: 7px 20px;
}
.conmment-title_quick .heading.comment-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px;
}
.copy blockquote {
    font-size: 1.5rem;
}
/*------------------------------*/
/*- 13. Default Blog css ---------*/
/*------------------------------*/

.blog-metas-date {
    display: inline-block;
}
.default-blog .ht-blog-thumb::before {
    background: #dec839 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}
.default-blog.ht-blog:hover .ht-blog-thumb::before {
    opacity: 0.8;
}
.default-blog .ht-blog-thumb::after {
    border: 1px solid #ffffff;
    bottom: 22px;
    content: "";
    left: 22px;
    opacity: 0;
    position: absolute;
    right: 22px;
    top: 22px;
}
.default-blog .ht-blog-thumb a i {
    color: #ffffff;
    left: 47%;
    position: absolute;
    opacity: 0;
    top: 58%;
    transition: all 0.3s ease 0s;
}
.default-blog.ht-blog:hover .ht-blog-thumb a i {
    top: 48%;
    opacity: 1;
    z-index: 2;
}
.pagination a:hover {
    background-color: #dec839;
    color: #ffffff;
}
.pagination .current {
    background-color: #dec839;
    color: #ffffff;
}
.pagination {
    margin: 0 20px 0 0;
}
/*------------------------------*/
/*- 14. BLOG AREA -------------*/
/*------------------------------*/

.blog .pdall-100 {
    padding: 30px 0 80px;
}
/* blog main area */

.ht-blog {
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}
.ht-blog:hover .ht-blog-thumb {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.ht-single-content.thumbnail-body {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
    padding-right: 0;
}
/* blog image css */

.ht-blog-thumb {
    position: relative;
}
.ht-blog-thumb:after {
    border: 1px solid #000;
    bottom: 22px;
    content: "";
    left: 22px;
    opacity: 0;
    position: absolute;
    right: 22px;
    top: 22px;
}
.ht-blog:hover .ht-blog-thumb:after {
    opacity: 1;
}
.ht-blog-thumb::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
}
.ht-blog:hover .ht-blog-thumb::before {
    opacity: 1;
}
.ht-blog-thumb a {
    font-size: 24px;
}
.ht-blog-thumb img {
    width: 100%;
    display: block;
}
/* blog post meta css */

.ht-blog-thumb span.post_dates {
    color: #fff;
    font-size: 18.6px;
    height: 70px;
    left: 0;
    top: 0;
    line-height: 70px;
    margin: auto;
    position: absolute;
    text-align: center;
    width: 70px;
    transition: .5s;
}
.ht-blog-thumb span.post_dates:hover {
    color: #fff;
}
.ht-blog-thumb span.post_dateslb {
    top: auto;
    bottom: 0;
}
.ht-blog-thumb span.post_datesr {
    left: auto;
    right: 0;
}
.ht-blog-thumb span.post_datesrb {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}
.ht-blog-thumb span.post_datescenter {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 60px;
    opacity: 0;
}
.ht-blog:hover .ht-blog-thumb span.post_datescenter {
    top: 0px;
    opacity: 1;
    z-index: 5;
}
/* blog content area */

.ht-single-content {
    padding: 15px;
}
/* blog post meta */

.ht-post-meta {} .ht-blog-date {} .ht-blog-date span {
    color: #444444;
    font-family: lato;
    font-size: 11px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
}
.ht-blog-date span + span::before {
    content: "";
    position: absolute;
}
.ht-blog-date a {
    color: #444444;
}
.ht-blog-date i {
    margin-right: 2px;
    color: #888;
}
/* blog text area */

.ht-content-text {}
/* blog title css */

.ht-content-text h2 {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 700;
    padding-top: 17px;
    transition: all 0.5s ease 0s;
}
.ht-content-text h2 {
    color: #1b1b1b;
}
.ht-content-text h2 a:hover {
    color: #dec839;
}
/* blog paragraph css */

.ht-content-text p {
    color: #333333;
}
/* blog button css */

.btn_middle {
    text-align: center;
}
.btn_right {
    text-align: right;
}
a.ht-read-more {
    color: #888888;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px 0;
}
.ht-read-more:hover {
    color: #0aaac0;
    border-color: #0aaac0;
}
/* carousel style */

.blog-carousel [class*="span-"] {
    width: 100%;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0px solid #eaeaea;
    border-radius: 50%;
    color: #DEC839;
    display: inline-block;
    font-size: 20px;
    opacity: 1;
    padding: 0;
    height: 48px;
    left: -50px;
    line-height: 48px;
    margin: -24px 0 0 0;
    width: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -50px;
}
.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover,
.blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
    border-color: #DEC839;
    color: #fff;
    background: #DEC839;
}
.meta-item {
    display: inline;
    margin-right: 15px;
    margin-top: 2px;
}
.meta-right {
    float: right;
}
.ht-blog-date .meta-right span {
    margin: 0 0 0 10px;
}
.push-bottom-large {
    margin-bottom: 20px;
}
#layers-widget-htblog-3 .ht-content-text h2,
#layers-widget-htblog-3 .ht-content-text h2 a {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
}
/* Blog Pagination css */

.pagination-area .pagination ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 5px;
}
.pagination-area .pagination ul.page-numbers li a,
.pagination-area .pagination ul.page-numbers li span {
    border: 1px solid #d7d7d7;
    color: #555555;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 19px;
    width: 30px;
}
.pagination-area .pagination ul.page-numbers li span.current,
.pagination-area .pagination ul.page-numbers li a:hover {
    background-color: #dec839;
    border-color: #dec839;
    color: #ffffff;
}
.pagination li {
    border-right: 0 solid #eeeeee;
    float: left;
    font-size: 1.3rem;
    font-weight: 700;
    overflow: hidden;
}
.pagination a,
.pagination span {
    background-color: transparent;
    color: #454545;
    display: inline-block;
    min-width: 38px;
    padding: 4px 10px;
    text-align: center;
}
/*------------------------------*/
/*- 15. Slider area ---------*/
/*------------------------------*/

.driveon-slider-area {
    padding-bottom: 0;
    padding-top: 0;
}
/*Hero Slider*/

.hero-area {} .hero-slider {} .hs-item .hs-content {
    margin-top: 290px;
    padding-left: 0px;
}
/* Hero Slide Item */

.hs-item .hs-image {
    position: relative;
    margin-left: -70px;
    margin-top: 90px;
}
.hs-item {
    background-color: #2d3e50;
    background-size: cover;
    min-height: 830px;
    margin: 0;
}
.hs-item .hs-item-wrapper {
    position: relative;
    z-index: 3;
}
.hs-item .hs-content h1,
.hs-item .hs-content h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.hs-item .hs-content h1 {
    font-size: 36px;
}
.hs-item .hs-content h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
.hs-item .hs-content p {
    color: #ffffff;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 15px;
    max-width: 770px;
}
.hs-item .hs-content a {
    padding: 10px 35px;
    color: #fff;
    background-color: #9f8447;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Montserrat;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    z-index: 1;
    letter-spacing: 0.5px;
}
.hs-item .hs-content a:hover {
    background-color: #9f8447;
    border-color: #9f8447;
    color: #fff;
}
.hs-item .hs-content a:hover {
    background-color: #fff;
    color: #9f8447;
}
.hs-item .hs-content a i {
    line-height: 18px;
    margin-left: 8px;
    position: relative;
}
/* slider_text_left */

.slider_text_left {
    flex-flow: row-reverse wrap;
}
.slider_text_left .hs-content {
    padding-left: 0;
    padding-right: 70px;
}
.hero-slider .slick-list {
    margin: 0;
}
.add_your_class.thumbnail-body {
    padding: 0px;
    background: transparent !important;
}
/*  Hero Slider Pagination  */

.hero-slider .slick-dots {
    margin: 0 auto;
    position: absolute;
    width: 1170px;
    z-index: 999;
    text-align: right;
    bottom: 74px;
    left: 0;
    right: 0;
}
.hero-slider .slick-dots li {
    display: inline-block;
    height: 22px;
    position: relative;
    text-align: right;
    margin-left: 30px;
    padding-top: 5px;
    vertical-align: top;
}
.hero-slider .slick-dots li:first-child {
    margin-left: 0;
}
.hero-slider .slick-dots li:first-child::before {
    display: none;
}
.hero-slider .slick-dots li.slick-active {
    padding-top: 0;
}
.hero-slider .slick-dots li::before {
    position: absolute;
    left: -18px;
    bottom: -7px;
    content: "/";
    color: #fff;
    font-size: 10px;
}
.hero-slider .slick-dots li button {
    display: block;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    padding: 0;
    float: right;
    text-indent: 0px;
    height: auto;
    width: auto;
    opacity: 1;
}
.hero-slider .slick-dots li button::before {
    content: "0";
}
.hero-slider .slick-dots li.slick-active button {
    font-size: 30px;
    font-weight: 600;
    color: #06ca75;
    line-height: 24px;
    outline: none;
}
/* Slider animation */

.hs-item .hs-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item .hs-image img {
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.hs-item.slick-current .hs-image img {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.hs-item.slick-current .hs-content h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.hs-item.slick-current .hs-content h2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.hs-item.slick-current .hs-content p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}
.hs-item.slick-current .hs-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
.hero-slide-content h1 span {
    color: #dec839;
}
.hs-item.slick-slide::before {
    background: #2d3e50;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/* --------------------------------  Slider Responsive  -------------------------------- */
/* Extra Large Device */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hs-item .hs-content p {
        max-width: 500px;
    }
}
/* Large Device */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hs-item .hs-content {
        margin-top: 200px;
    }
    .hs-item .hs-content h1 {
        font-size: 26px;
    }
    .hs-item .hs-content h2 {
        font-size: 20px;
    }
    .hs-item .hs-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .hs-item .hs-content a {
        font-size: 14px;
        height: 40px;
        padding: 8px 25px;
    }
    .hs-item .hs-content a i {
        top: 0px;
    }
    .hero-slider .slick-dots {
        width: 940px;
        bottom: 50px;
    }
    .hs-item .hs-image {
        width: 320px;
        margin-left: 0;
        margin-right: 50px;
    }
    .feature-top {
        padding-top: 93px;
    }
    .single-features-list:nth-child(2) {
        margin-right: 0;
    }
    .single-features-list2:nth-child(2) {
        margin-left: 0;
    }
}
/* Medium Device */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar--show .header-site.header-overlay {
        margin-top: 60px;
    }
    .hero-slider .slick-dots {
        width: 720px;
        bottom: 30px;
    }
    .hs-item .hs-image {
        margin-right: 40px;
        width: 220px;
        margin-left: 0;
        margin-top: 50px;
    }
    .hs-item .hs-content {
        margin-top: 120px;
    }
    .hs-item .hs-content h2 {
        font-size: 16px;
    }
    .hs-item .hs-content h1 {
        font-size: 20px;
    }
    .hs-item .hs-content p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 20px;
    }
    .hs-item .hs-content a {
        font-size: 12px;
        height: 36px;
        padding: 5px 20px;
    }
    .hs-item .hs-content a i {
        font-size: 19px;
        top: 3px;
    }
}
/* Tablet Device */

@media only screen and (max-width: 767px) {
    .hs-item .hs-content {
        margin-top: 90px;
    }
    .hs-item .hs-content h1 {
        font-size: 20px;
    }
    .hs-item .hs-content h2 {
        font-size: 14px;
    }
    .hs-item .hs-content p {
        display: none;
    }
    .hs-item .hs-content a {
        font-size: 10px;
        height: 30px;
        padding: 3px 10px;
    }
    .hs-item .hs-content a i {
        font-size: 15px;
    }
    .hs-item .hs-image {
        margin-right: 15px;
        margin-top: 40px;
        margin-left: 0;
        width: 170px;
    }
}
/* Large Mobile */

@media only screen and (max-width: 479px) {
    .hero-slider .slick-dots {
        display: none;
    }
    .hs-item .hs-image {
        margin-right: 15px;
        width: 100px;
    }
    .hs-item .hs-content {
        margin-top: 70px;
    }
    .hs-item .hs-content h2 {
        font-size: 10px;
    }
    .hs-item .hs-content h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .hs-item .hs-content p {
        display: none;
    }
    .hs-item .hs-content a {
        font-size: 8px;
        height: 26px;
        padding: 1px 7px;
    }
    .hs-item .hs-content a i {
        font-size: 12px;
        margin-left: 3px;
    }
}
/*------------------------------*/
/*- 16. FEATURES ---------*/
/*------------------------------*/

.section-title.medium .heading {
    color: #222222;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.section-title.medium .excerpt p {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 12px;
}
.title-style > h1 span {
    font-weight: bold;
}
.title-style > p {
    padding: 0 232px;
}
.feature-list-icon {
    display: inline-block;
    float: right;
    padding-top: 20px;
}
.feature-list-icon2 {
    display: inline-block;
    float: left;
    padding-top: 20px;
}
.feature-img {
    height: 251px;
    line-height: 251px;
    margin: auto;
    position: relative;
}
.feature-list-icon i,
.feature-list-icon2 i {
    font-size: 36px;
    display: block;
    color: #dec839;
}
.feature-list-text {
    padding-left: 0px;
    padding-right: 65px;
}
.single-features-list,
.sfl-lsft {
    padding-bottom: 17px;
    padding-top: 16px;
}
.feature-list .single-features-list2::before {
    right: 100%;
}
.feature-list .single-features-list::before {
    left: 100%;
}
.single-features-list2.sfl-lsft.normal-device:nth-child(2),
.single-features-list.normal-device:nth-child(2) {
    padding-bottom: 39px;
    padding-top: 38px;
}
.single-features-list:nth-child(2) {
    margin-right: 28px;
}
.single-features-list2:nth-child(2) {
    margin-left: 28px;
}
.single-features-list2,
.single-features-list {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.single-features-list2::before,
.single-features-list::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 50%;
    z-index: -1;
}
.single-features-list2:hover::before,
.single-features-list:hover::before {
    opacity: 1;
}
.single-features-list2:hover,
.single-features-list:hover {
    background-color: #ffffff;
}
.single-features-list {
    padding-left: 5px;
}
.feature-list-text > h3,
.feature-list-text2 > h3 {
    color: #222222;
    font-family: Lato Regular;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 19px;
    margin-bottom: 9px;
    text-transform: capitalize;
}
.title-pb {
    padding-bottom: 74px;
}
.title-pb5 {
    padding-bottom: 90px;
}
.title-pb4 {
    padding-bottom: 68px;
}
.title-pb3 {
    padding-bottom: 64px;
}
.title-pb2 {
    padding-bottom: 78px;
}
.feature-top {
    padding-top: 126px;
}
.feature-list-text2 {
    padding-left: 60px;
    padding-right: 5px;
}
.feature-list .single-features-list:first-child,
.feature-list .single-features-list:last-child {
    margin-right: 0px;
    padding-left: 25px;
    position: relative;
    z-index: 99;
}
.feature-list .sfl-lsft:first-child,
.feature-list .sfl-lsft:last-child {
    margin-left: 0px;
    padding-right: 25px;
    position: relative;
    z-index: 99;
}
.single-features-list.mrn-nn,
.single-features-list2.mrn-nn {
    margin-bottom: 0;
}
.single-features-list:hover .feature-list-icon i,
.single-features-list2:hover .feature-list-icon2 i {} .feature-img::before {} .feature-img img {
    position: relative;
    top: 23.5%;
    transform: translateY(-50%);
    z-index: 999;
}
/*------------------------------*/
/*- 17. Services area ---------*/
/*------------------------------*/

.course-item {
    overflow: hidden;
    padding: 34px 25px 40px;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.course-item i {
    color: #dec839;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.course-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px;
    padding-bottom: 19px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.course-item .excerpt {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.course-item h4::before {
    background-color: #dec839;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
    transition: 0.3s;
}
.course-item .text-left h4::before {
    left: 0;
    margin-left: 0;
}
.course-item .text-right h4::before {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}
.course-item .excerpt p {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* Course Hover */

.course-item:hover i {
    color: #fff;
}
.course-item:hover h4 {
    color: #fff;
}
.course-item:hover h4::before {
    background-color: #fff;
}
.course-item:hover p {
    color: #fff;
}
/*  Shape  */

.course-item {
    background: #fff none repeat scroll 0 0;
    height: 270px;
    position: relative;
    width: 270px;
    overflow: hidden;
}
.course-item::after {
    border-left: 80px solid #f1f1f1;
    border-right: 80px solid #f1f1f1;
    border-top: 80px solid #fff;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 110px;
    z-index: -1;
    transition: 0.3s;
}
.course-item::before {
    border-bottom: 80px solid #fff;
    border-left: 80px solid #f1f1f1;
    border-right: 80px solid #f1f1f1;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 110px;
    z-index: -1;
    transition: 0.3s;
}
.course-item:hover {
    background: #dec839 none repeat scroll 0 0;
}
.course-item:hover::after {
    border-top: 80px solid #dec839;
}
.course-item:hover::before {
    border-bottom: 80px solid #dec839;
}
.course-item .media-image {
    margin-bottom: 18px;
    max-width: 42px;
    margin-top: 5px;
}
/*------------------------------*/
/*- 18. Fan fact area ---------*/
/*------------------------------*/

.single-facts i {
    display: inline-block;
    font-size: 48px;
    margin-bottom: 14px;
}
.single-facts h2 {
    display: block;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 28px;
    padding-bottom: 17px;
    position: relative;
}
.single-facts h2::before {
    background-color: #222222;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.single-facts .excerpt p,
.single-facts .excerpt {
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
}
.counter-widget {
    position: relative;
    z-index: 1;
}
.counter-widget::after {
    background: #fafafa none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*------------------------------*/
/*- 19. Video Area ---------*/
/*------------------------------*/

.video-area {
    background: rgba(0, 0, 0, 0) url("img/section-bg/video.jpg") repeat scroll 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 105px 0;
}
.video-content {} .video-content a {
    color: #ffffff;
    display: inline-block;
}
.video-content a:hover {
    color: #dec839;
}
.video-content a i {
    display: block;
    font-size: 60px;
}
.video-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    margin: 30px 0 0;
    text-transform: uppercase;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    width: 35px;
    padding-right: 9px;
    right: 0;
}
.driveon-video-widget {
    position: relative;
    z-index: 1;
}
.driveon-video-widget:after {
    bottom: 0;
    content: "";
    background-color: #000000;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
/*------------------------------*/
/*- 20. Gallery Area ---------*/
/*------------------------------*/

.filter_menu {
    margin-bottom: 44px;
    text-align: center;
}
.filter_menu li {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    line-height: 23px;
    margin: 0 17px;
    padding: 0;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    vertical-align: top;
    transition: all 0.3s ease 0s;
}
.filter_menu li.active {
    color: #dec839;
}
.filter_menu li::before,
.filter_menu li::after {
    background-color: #333333;
    border-radius: 50%;
    content: "";
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.filter_menu li::before {
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.filter_menu li::after {
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.filter_menu li:hover::before,
.filter_menu li:hover::after {
    background: #dec839;
    opacity: 1;
    width: 15px;
}
.filter_menu li.current_menu_item::before,
.filter_menu li.current_menu_item::after {
    background-color: #dec839;
    opacity: 1;
    width: 15px;
    transition: all 0.3s ease 0s;
}
.portfolio-menu .filter_menu li.current_menu_item {
    color: #dec839;
}
.filter_menu_left {
    text-align: left;
}
.filter_menu_right {
    text-align: right;
}
.filter_menu {
    margin-bottom: 23px;
}
/* end gallery-menu */

.cols {
    margin-bottom: 0px;
}
.column-flush.cols {
    margin-bottom: 0px;
}
/* gallery single item */

.ht-gallery {
    position: relative;
}
/* gallery thumb */

.gallery-effect {} .gallery-effect > a {
    display: block;
}
.gallery-effect img {
    width: 100%;
    display: block;
}
.ht-gallery-thumb {
    position: relative;
}
.ht-gallery-thumb::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
}
.ht-gallery-thumb:hover::before {
    opacity: .5;
    transition: .3s;
}
/* overlay effect */

.ht-gallery-thumb {
    position: relative;
}
.ht-gallery-thumb::after {
    border: 1px solid #ffffff;
    bottom: 22px;
    content: "";
    left: 22px;
    opacity: 0;
    position: absolute;
    right: 22px;
    top: 22px;
    transition: all 0.3s ease 0s;
}
.ht-gallery-thumb:hover::after {
    opacity: 1;
}
.ht-gallery-thumb::before {
    background-color: #dec839;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ht-gallery-thumb:hover::before {
    opacity: 0.8;
}
.gallery-hover-effect {
    text-align: center;
    opacity: 0;
}
.ht-gallery-thumb:hover .gallery-hover-effect {
    opacity: 1;
    z-index: 1;
}
/* gallery content */

.ht-gallery-content {
    color: #fff;
    left: 0;
    margin: auto;
    right: 0;
    top: 65%;
    z-index: 3;
    transform: translateY(-50%);
    transition: .5s;
}
.gallery-hover:hover .ht-gallery-content {
    opacity: 1;
    top: 50%;
}
.ht-gallery-content > h2,
.ht-gallery-content2 > h2 {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 2px;
    margin-top: 13px;
    text-transform: none;
    transition: all 0.3s ease 0s;
}
.ht-gallery-content > h2 a,
.ht-gallery-content2 > h2 a {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    transition: all 0.3s ease 0s;
}
.ht-gallery-content > h2 {
    font-weight: 600;
}
.ht-gallery-content h2 {
    margin: 0px;
}
.gallery-hover:hover .ht-gallery-content .gallery-icon {
    opacity: 1;
}
/* gallery-icon  */

.gallery-icon {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.gallery-icon i {} .gallery-hover-effect {
    left: 33.5%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
}
.gallery-hover-effect .gallery-icon i {
    color: #ffffff;
    font-size: 24px;
}
/* gallery-cat */

.cat-wrapper span {
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0 3px;
    position: relative;
    text-transform: capitalize;
}
.cat-wrapper span::before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
}
.cat-wrapper span:last-child::before {
    content: "";
}
.cols {
    margin-bottom: 0;
    padding: 15px;
}
/*------------------------------*/
/*- 21. Testimonial Style ---------*/
/*------------------------------*/

.testimonial-area {
    background: rgba(0, 0, 0, 0) url("../../img/section-bg/testimonial.jpg") repeat scroll 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
/* Testimonial Image Slider */

.ti-slider {
    position: relative;
}
.ti-slider::before {
    background-color: #dec839;
    border-radius: 50%;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -215px;
    max-width: 430px;
    position: absolute;
    width: 100%;
}
.ti-slider .single-slide {
    padding: 27px 0;
}
.ti-slider .single-slide .image {
    border: 2px solid #c3c3c3;
    border-radius: 8px;
    display: inline-block;
    height: 90px;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 90px;
}
.ti-slider .single-slide .image {
    border: 2px solid #dec839;
    height: 120px;
    margin-top: 0;
    width: 120px;
}
.ti-slider .single-slide .image img {
    display: block;
    transform: rotate(-45deg) scale(1.4);
}
/* Testimonial Content Slider */

.tc-slider {} .tc-slider .single-slide {} .tc-slider .single-slide p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
}
.tc-slider .single-slide h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.tc-slider .single-slide span {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
}
/* Testimonial Arrows */

.testimonial-list.owl-carousel.owl-theme .owl-nav > div {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #222222;
    display: inline-block;
    font-size: 48px;
    height: 50px;
    left: -20px;
    line-height: 48px;
    margin: -25px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    transition: 0.3s;
}
.testimonial-list.owl-carousel.owl-theme,
.widget.testimonial-area .column .grid,
.widget.testimonial-area .column {
    position: static;
}
.widget.testimonial-area > div {
    position: relative;
}
.testimonial-list.owl-carousel.owl-theme .owl-nav > div.owl-next {
    left: auto;
    right: -23px;
}
.testimonial-list.owl-carousel.owl-theme .owl-nav > div:hover {
    color: #dec839;
}
/* Overlay */

.overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    display: block;
}
.overlay-black:before {
    background-color: #000;
}
.overlay-white:before {
    background-color: #fafafa;
}
.overlay-10:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.overlay-20:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.overlay-30:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.overlay-40:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.overlay-50:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.overlay-60:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.overlay-70:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.overlay-80:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.overlay-90:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
/*------------------------------*/
/*- 22. Instructor Area ---------*/
/*------------------------------*/

.instructor-details {} .instructor-name {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.instructor-title {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: none;
}
.instructor-details p {
    margin-bottom: 17px;
}
.instructor-social {} .instructor-social a {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    display: block;
    float: left;
    height: 35px;
    margin-right: 15px;
    text-align: center;
    width: 35px;
}
.instructor-social a i {
    display: block;
    font-size: 18px;
    line-height: 33px;
}
.instructor-social a:hover {
    background-color: #dec839;
    border-color: #dec839;
    color: #fff;
}
.instructor-image {
    margin-top: 74px;
}
.instructor-image img {
    width: 100%;
}
/* Instructor Tab List */

.instructor-tab-list {
    float: left;
    margin-top: -128px;
}
.instructor-tab-list li {
    display: block;
    float: left;
    margin-right: 30px;
    padding-bottom: 12px;
    width: 115px;
}
.instructor-tab-list li:last-child {
    margin-right: 0;
}
.instructor-tab-list li a {
    display: block;
    position: relative;
}
.instructor-tab-list li a::before {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 94%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.instructor-tab-list li a:hover::before,
.instructor-tab-list li.active a::before {
    opacity: 0.5;
}
.instructor-tab-list li a::after {
    background-color: #dddddd;
    border-radius: 50%;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 10px;
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: 0.3s;
}
.instructor-tab-list li a:hover::after,
.instructor-tab-list li.active a::after {
    opacity: 1;
}
.instructor-tab-list li a img {
    width: 100%;
}
.instructor-area .tab-pane.fade:not(.active) {
    display: none;
}
/*------------------------------*/
/*- 23. Pricing Style ---------*/
/*------------------------------*/

.pricing-area .section-title h2.heading {
    color: #ffffff;
}
.pricing-area .excerpt p {
    color: #ffffff;
}
/* Single Pricing */

.single-pricing {
    background-color: rgba(136, 136, 136, 0.5);
}
/* Pricing Head */

.pricing-head {
    background-color: #3e3e3e;
    padding: 13px 15px;
    margin-bottom: 45px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-pricing:hover .pricing-head,
.on .pricing-head {
    background-color: #dec839;
}
.pricing-head h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}
/* Price */

.pricing-price {
    border: 1px solid #fff;
    display: block;
    margin: 0 auto 26px;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    width: 70%;
}
.pricing-price h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    margin: 0;
}
.pricing-price h2 span {
    float: left;
    font-size: 18px;
    line-height: 16px;
    margin-right: 2px;
}
/* Pricing Details */

.pricing-details {
    margin-bottom: 40px;
}
.pricing-details li {
    color: #fff;
    display: block;
    line-height: 40px;
    text-transform: capitalize;
}
/* Pricing Button */

.pricing-action {
    background-color: #3e3e3e;
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 15px;
    text-transform: uppercase;
}
.single-pricing:hover .pricing-action,
.on .pricing-action {
    background-color: #dec839;
}
.single-pricing:hover .pricing-action:hover {
    background-color: #fff;
    color: #dec839;
}
/*------------------------------*/
/*- 24. FAQ ---------*/
/*------------------------------*/

.collapse.in {
    display: block;
}
.collapse {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
/*--------------------------   Toggles & Accordions Style   --------------------------*/

.panel-group {} .panel-group .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 20px;
}
.panel-group .panel-heading {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.panel-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: none;
}
.panel-title a {
    background: rgba(0, 0, 0, 0) url("assets/images/collapse/collapse.png") no-repeat scroll left 16px center;
    color: #333333;
    display: block;
    line-height: 30px;
    padding: 10px 16px 10px 66px;
}
.panel-title a[aria-expanded="true"] {
    background-color: #dec839;
    background-image: url("assets/images/collapse/collapse-active.png");
    color: #fff;
}
.panel-body {
    border: 1px solid #dec839 !important;
    padding: 20px 30px 20px 70px;
}
.panel-body p {} .panel .panel-title {
    background-color: inherit;
    padding: 0;
}
/*------------------------------*/
/*- 25. Contact Area ---------*/
/*------------------------------*/

.contact-info {} .contact-info .single-info {} .contact-info .single-info + .single-info {
    margin-top: 45px;
}
.contact-info .single-info .icon {
    background-color: #dec839;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    height: 44px;
    margin-left: 10px;
    margin-right: 40px;
    margin-top: 10px;
    text-align: center;
    transform: rotate(45deg);
    width: 44px;
}
.contact-info .single-info .icon i {
    display: block;
    font-size: 24px;
    line-height: 44px;
    transform: rotate(-45deg);
}
.contact-info .single-info .contents {} .contact-info .single-info .contents h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.contact-info .single-info .contents p {} .contact-info .single-info .contents p a {
    display: block;
}
.contact-info .single-info .contents p a:hover {
    color: #dec839;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
.form {} .form form {
    margin-left: -15px;
    margin-right: -15px;
}
.form .input {
    float: left;
    margin-bottom: 50px;
    padding: 0 15px;
    width: 100%;
    max-width: inherit;
}
.form .input.textarea {
    margin-bottom: 30px;
    max-width: inherit;
}
.form .input-submit {
    margin-bottom: 0;
}
.form .input input[type="text"],
.form .input input[type="email"],
.form .input input[type="tel"],
.form .input input[type="password"],
.form .input input[type="search"],
.form .input input[type="url"],
.form .input textarea {
    background-color: transparent;
    border-color: #dddddd;
    border-style: solid;
    border-width: 0 0 1px;
    float: left;
    height: 32px;
    padding: 0 0 5px;
    width: 100%;
    max-width: inherit;
    font-size: 14px;
    color: #000;
}
.form .input input:focus,
.form .input textarea:focus {
    border-color: #dec839;
}
.form .input textarea {
    height: 115px;
    resize: none;
    font-size: 14px;
    color: #000;
}
.form .input input[type="submit"] {
    background-color: #dec839;
    border: 1px solid #dec839;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
}
.form .input input[type="submit"]:hover {
    background-color: transparent;
    color: #dec839;
}
.form .input-2 .input {
    width: 50%;
}
.form .input-3 .input {
    width: 33.3333%;
}
.form .input-4 .input {
    width: 25%;
}
div.wpcf7 .ajax-loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
div.wpcf7-response-output {
    display: block;
    margin: 0 0 0 15px;
    overflow: hidden;
}
.input.input-submit {
    position: relative;
}
/*------------------------------*/
/*- 26. Call to acction ---------*/
/*------------------------------*/

.call-to-action .button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #333333;
    display: inline-block;
    height: 37px;
    font-size: 14px;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}
.call-to-action .button:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333333;
}
.call-to-action .media-body h3 {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase;
}
.call-to-action {
    padding: 50px 0;
}
.call-to-action .grid div[class*="span-"] {
    align-items: center;
    display: flex;
    justify-content: center;
}
.call-to-action .media.medium p:not(:first-child),
.call-to-action .media.medium .button {
    margin: 0;
}
.header-site.invert .sub-menu,
.header-site .sub-menu {
    border: inherit;
    box-shadow: none;
}
/*------------------------------*/
/*- 27. FOOTER AREA -------------*/
/*------------------------------*/

.footer-site.invert .section-nav-title {
    color: inherit;
}
.footer-site .section-nav-title {
    color: #ffffff;
    margin-bottom: inherit;
}
.footer-top-grid aside h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer-site {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 0;
}
.footer-site .grid.footer-top-grid .column {
    padding: 0;
}
.footer-site .widget .section-nav-title {
    color: #e2594e;
    margin-bottom: 30px;
}
.footer-site a,
.footer-site .widget a {
    color: #fff;
}
.footer-site a:hover.footer-site .widget a:hover,
.menu-main-menu-container li a:hover {
    color: #14b1bb;
}
/* footer widget two */

.about_us .contact-widget h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.footer-top-grid aside .textwidget {
    font-size: 14px;
    line-height: 20px;
}
.about_us .contact-widget p {
    margin-bottom: 23px;
}
.footer-top-grid aside .textwidget p a {
    display: block;
}
.widget-blog .image {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 80px;
}
.widget-blog .blog-content a {
    color: #ffffff;
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.widget-blog .blog-content a:hover {
    color: #dec839;
}
.widget-blog .image::before {
    color: #fff;
    content: "\f04e";
    display: block;
    font-family: "IcoFont";
    font-size: 18px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.widget-blog:hover .image::before {
    opacity: 1;
}
.widget-blog .blog-content a {
    margin: -7px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-blog .image::after {
    background-color: #dec839;
    bottom: 0;
    content: "";
    height: 90%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.widget-blog:hover .image::after {
    opacity: 0.8;
}
.widget-blog {
    margin-bottom: 10px;
}
.about-footer p a:hover {
    color: #dec839;
}
/* footer widget 4 */

ul.instagram-pics li {
    margin-bottom: 8px;
    width: 31.39%;
    float: left;
    margin-right: 8px;
}
ul.instagram-pics li:nth-child(3n) {
    margin-right: 0;
}
ul.instagram-pics li a {
    position: relative;
    display: block;
}
ul.instagram-pics li a::before {
    color: #ffffff;
    content: "\f04e";
    display: block;
    font-family: "IcoFont";
    font-size: 18px;
    left: 50%;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.instagram-pics li a:hover::before {
    opacity: 1;
}
ul.instagram-pics li a::after {
    background-color: #dec839;
    bottom: 0;
    content: "";
    display: block;
    height: 93%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
}
ul.instagram-pics li a img:hover::before {
    opacity: 1;
}
ul.instagram-pics li a:hover::after {
    opacity: 0.8;
}
.widget.null-instagram-feed h5 {
    margin-bottom: 30px;
}
.footer-site {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.footer-site:after {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.7;
}
.footer-site .grid.footer-top-grid {
    z-index: 1;
}
.copyright-area::before {
    background-color: #dec839;
    border-radius: 50%;
    bottom: 45px;
    content: "";
    height: 1px;
    left: 70px;
    position: absolute;
    right: 70px;
}
.copyright-area {
    bottom: 20px;
    position: absolute;
    width: 100%;
}
/*------------------------------*/
/*- 28. Responsive CSS -------------*/
/*------------------------------*/

@media (min-width: 1170px) and (max-width: 1366px) {
    .hs-item {
        background-color: #2d3e50;
        background-size: cover;
        margin: 0;
        min-height: 590px;
    }
    .hs-item .hs-content {
        margin-top: 190px;
        padding-left: 0;
    }
}
@media (min-width: 992px) and (max-width: 1169px) {
    .header-full-width .container {
        width: 970px;
    }
    .header-absolute {
        background-color: #222;
        position: static;
    }
    .main-menu nav > ul > li + li {
        margin-left: 25px;
    }
    .menu-style-6 nav > ul > li + li,
    .menu-style-7 nav > ul > li + li {
        margin-left: 5px;
    }
    /* Hero Slider */
    
    .hero-static {
        padding: 150px 0 130px;
    }
    .hs-item {
        min-height: 655px;
    }
    .feature-list-text > h3,
    .feature-list-text2 > h3 {
        font-size: 19px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .nivo-caption {
        padding-top: 0;
    }
    .hero-slide-content {
        margin-top: 50px;
    }
    .hero-slide-content h3 {
        font-size: 20px;
    }
    .hero-slide-content h1 {
        font-size: 44px;
    }
    .nivo-controlNav {
        bottom: 0;
        right: 50px;
    }
    .nivo-directionNav {
        bottom: 5px;
        left: 40px;
    }
    /* Page Banner */
    
    .page-banner-area {
        padding: 120px 0;
    }
    /* Feature */
    
    .single-feature .text h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .single-feature .text p {
        height: 46px;
        overflow: hidden;
    }
    .single-feature:nth-child(1) {
        padding: 8px 0 9px;
    }
    .single-feature:nth-child(2) {
        padding: 26px 0;
    }
    .single-feature:nth-child(3) {
        padding: 9px 0;
    }
    .single-features-list,
    .sfl-lsft {
        padding-bottom: 10px;
        padding-top: 10px;
        top: 33px;
    }
    .feature-list .sfl-lsft:first-child,
    .feature-list .sfl-lsft:last-child {
        padding-right: 24px;
    }
    .single-features-list2.sfl-lsft.normal-device:nth-child(2),
    .single-features-list.normal-device:nth-child(2) {
        padding-bottom: 29px;
        padding-top: 29px;
    }
    .single-features-list:nth-child(2) {
        margin-right: 20px;
    }
    .single-features-list2:nth-child(2) {
        margin-left: 20px;
    }
    .gallery-hover-effect {
        left: 30%;
    }
    .feature-list .single-features-list:first-child,
    .feature-list .single-features-list:last-child {
        margin-right: -10px;
    }
    /* Course */
    
    .course-item {
        padding: 25px 15px 30px;
    }
    .course-item i {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .course-item h4 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .course-item p {
        height: 70px;
        overflow: hidden;
    }
    /* Instructor */
    
    .instructor-tab-list {
        margin-top: -65px;
    }
    .instructor-tab-list li {
        width: 85px;
    }
    /* Footer */
    
    .widget-blog .content p {
        height: 46px;
        overflow: hidden;
    }
    ul.instagram-pics li:nth-child(3n) {
        margin-right: 8px;
    }
}
@media (min-width: 993px) and (max-width: 1169px) {
    /* Feature */
    
    .single-feature .text h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .single-feature .text p {
        height: 46px;
        overflow: hidden;
    }
    .single-feature:nth-child(1) {
        padding: 8px 0 9px;
    }
    .single-feature:nth-child(2) {
        padding: 26px 0;
    }
    .single-feature:nth-child(3) {
        padding: 9px 0;
    }
    .single-features-list,
    .sfl-lsft {
        padding-bottom: 12px;
        padding-top: 11px;
        top: 28px;
    }
    .feature-list .sfl-lsft:first-child,
    .feature-list .sfl-lsft:last-child {
        padding-right: 24px;
    }
    .single-features-list2.sfl-lsft.normal-device:nth-child(2),
    .single-features-list.normal-device:nth-child(2) {
        padding-bottom: 30px;
        padding-top: 31px;
    }
    .single-features-list:nth-child(2) {
        margin-right: 20px;
    }
    .single-features-list2:nth-child(2) {
        margin-left: 20px;
    }
    .gallery-hover-effect {
        left: 30%;
    }
    .feature-list .single-features-list:first-child,
    .feature-list .single-features-list:last-child {
        margin-right: -30px;
    }
    .single-services-box.column-flush.span-3 {
        margin-left: 25px;
        margin-right: -25px;
        width: calc(100% / 12 * 4);
    }
    .single-services-box.last {
        display: none;
    }
}
@media (min-width: 993px) and (max-width: 1024px) {
    .footer-site .footer-top-grid .span-3 {
        width: calc(100% / 12 * 3 - 20px);
    }
    ul.instagram-pics li a::after {
        height: 96%;
    }
    #layers-widget-driveon-services-widget-id-17 .last {
        display: none;
    }
    .single-services-box.column-flush.span-3 {
        width: calc(100% / 12 * 4);
    }
    .course-item {
        margin-left: 30px;
    }
    .single-features-list2.sfl-lsft.normal-device:nth-child(2),
    .single-features-list.normal-device:nth-child(2) {
        padding-bottom: 26px;
        padding-top: 28px;
    }
    .feature-top {
        padding-top: 98px;
    }
    .single-features-list,
    .sfl-lsft {
        padding-bottom: 8px;
        padding-top: 8px;
    }
}
@media (min-width: 992px) and (max-width: 993px) {
    .single-services-box.column-flush.span-3 {
        width: calc(100% / 12 * 4);
    }
    .single-services-box.last {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-absolute {
        background-color: #222;
        position: static;
    }
    .header-full-width {
        padding: 0;
    }
    .ht-header-top-bar.fix {
        display: flex;
        justify-content: space-between;
    }
    .responsive-nav .l-menu {
        color: #ffffff;
    }
    .header-site .container {
        padding: 20px 20px 0;
    }
    .hs-item .hs-content {
        margin-top: 150px;
    }
    .feature-list-icon {
        display: block;
        float: none;
        padding-top: 20px;
        text-align: center;
    }
    .feature-list-text {
        margin-top: 15px;
        padding-left: 0;
        text-align: center;
    }
    .feature-list-text {
        padding-right: 0;
    }
    .feature-list-text2 {
        padding-left: 0;
    }
    .single-features-list:nth-child(2) {
        margin-right: 20px;
    }
    .single-features-list2:nth-child(2) {
        margin-left: 20px;
    }
    .single-features-list2::before,
    .single-features-list::before {
        background-color: rgba(0, 0, 0, 0);
    }
    .feature-list-icon2 {
        display: block !important;
        float: none !important;
        padding-top: 10px;
        text-align: center;
    }
    .course-item {
        margin-left: 45px;
    }
    .faq-area .span-5,
    .span-6,
    .span-7 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .faq-area-456 {
        margin-top: 30px;
    }
    .call-to-action .grid div[class*="span-"] {
        width: 100%;
    }
    #layers-widget-column-28-528 {
        margin-bottom: 15px;
    }
    #layers-widget-driveon-services-widget-id-17 .column-flush.span-3 {
        width: calc(100% / 12 * 6);
    }
    .gallery-hover-effect {
        left: 36.7%;
    }
    .feature-list-text2 {
        margin-top: 15px;
        padding-right: 0px;
        text-align: center;
    }
    .container,
    .header-full-width .container {
        width: 750px;
    }
    .header-logo {
        position: absolute;
    }
    .main-menu nav ul li + li {
        margin-left: 15px;
    }
    .menu-style-8 nav {
        display: none !important;
    }
    .navbar-header.text-center {
        text-align: left;
    }
    /* Page Banner */
    
    .page-banner-area {
        padding: 120px 0;
    }
    /* Hero Slider */
    
    .hero-static {
        padding: 150px 0 130px;
    }
    .hs-item {
        min-height: 530px;
    }
    .nivo-caption {
        padding-top: 0;
    }
    .hero-slide-content {
        margin-top: 0;
    }
    .hero-slide-content h3 {
        font-size: 18px;
    }
    .hero-slide-content h1 {
        font-size: 36px;
    }
    .hero-slide-content p {
        padding: 0;
    }
    .hero-slide-content .button-group {
        margin-top: 20px;
    }
    .nivo-controlNav {
        bottom: 0;
        right: 50px;
    }
    .nivo-directionNav {
        bottom: 5px;
        left: 40px;
    }
    .driveon-slider-area .thumbnail-body a.button {
        line-height: 20px !important;
        padding: 8px 20px !important;
    }
    .find-course-form {
        display: none;
    }
    /* Feature */
    
    .single-feature {
        margin: 0 auto !important;
        max-width: 500px;
        padding: 30px !important;
    }
    .single-feature::before {
        display: none;
    }
    .feature-image {
        margin: 30px 0;
    }
    .driveon-feature-widget .span-4 {
        width: 100%;
    }
    .feature-list .single-features-list:first-child,
    .feature-list .single-features-list:last-child {
        margin-right: 0;
        padding-left: 0;
        position: relative;
        z-index: 99;
    }
    .single-features-list2.sfl-lsft.normal-device:nth-child(2),
    .single-features-list.normal-device:nth-child(2) {
        padding-bottom: 17px;
        padding-top: 17px;
    }
    .feature-list-icon {
        padding-top: 10px;
    }
    .feature-list .sfl-lsft:first-child,
    .feature-list .sfl-lsft:last-child {
        margin-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 99;
    }
    .feature-list-icon2 {
        display: inline-block;
        float: left;
        padding-top: 10px;
    }
    .feature-top {
        margin: 40px 0;
        padding-top: 126px;
    }
    /* counterup */
    
    .single-facts {
        margin-bottom: 30px;
    }
    /* Course */
    
    .course-item {
        padding: 70px 60px;
    }
    .ts-arrows {
        display: none;
    }
    .course-item {
        padding: 25px;
        margin-bottom: 40px;
    }
    .single-services-box.column-flush.span-3 {
        width: calc(100% / 12 * 6);
    }
    /* price area */
    
    .pricing-area .span-3 {
        width: calc(100% / 12 * 6 - 20px);
    }
    /* Instructor */
    
    .instructor-image {
        margin-top: 30px;
    }
    .instructor-tab-list {
        float: right;
        margin-top: -284px;
        width: 290px;
    }
    .instructor-tab-list li {
        margin: 15px 15px 0;
    }
    .instructor-tab-list {
        float: right;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0 !important;
        width: 100%;
    }
    .instructor-area .span-5,
    .instructor-area .span-6,
    .instructor-area .span-7 {
        width: calc(100% / 12 * 6 - 20px);
    }
    .instructor-tab-list li:first-child {
        margin-left: 0;
    }
    /* Faq */
    
    .faq-area .span-5,
    .faq-area .span-6,
    .faq-area .span-7 {
        width: calc(100% / 12 * 12 - 20px) !important;
    }
    .faq-area .image-top .media-image {
        margin-top: 40px;
    }
    /* pricing */
    
    .single-pricing {
        background-color: rgba(136, 136, 136, 0.5);
        margin-bottom: 30px;
    }
    /* Footer */
    
    .footer-widget:nth-child(2n+1) {
        clear: both;
    }
    /* Blog */
    
    .sidebar {
        margin-top: 50px;
    }
    /* contact us */
    
    .contact-area .span-4 {
        width: 100%;
    }
    .contact-info .single-info {
        display: inline-block;
        width: 33%;
    }
    .contact-info {
        padding-bottom: 30px;
    }
    .footer-top-grid .span-3 {
        width: calc(100% / 12 * 6 - 20px);
    }
}
@media (max-width: 767px) {
    .container {
        width: 300px
    }
    .responsive-nav .l-menu {
        color: #ffffff;
    }
    .topbar--show .header-site.header-overlay {
        margin-top: 3px;
    }
    .header-site,
    .header-site.header-sticky {
        padding-top: 10px;
    }
    /* slider */
    
    .hs-content.fix > h1 {
        font-size: 20px !important;
    }
    .hs-item .hs-content {
        margin-top: 0;
        padding: 70px 0 100px;
    }
    .hs-content.fix > h2 {
        font-size: 35px !important;
        line-height: 47px;
    }
    /*  Breadcrumb area css  */
    
    .breadcrumb-area {
        padding-bottom: 40px !important;
        padding-top: 60px !important;
    }
    .footer-top-grid .span-3 aside {
        margin-bottom: 35px;
    }
    ul.instagram-pics li {
        width: 31.2%;
    }
    .pricing-area .span-3 {
        margin-bottom: 35px;
    }
    .pricing-area .span-3:last-child {
        margin-bottom: 0px;
    }
    .column-flush {
        margin-bottom: 35px;
    }
    .column-flush:last-child {
        margin-bottom: 0px;
    }
    .hs-item .hs-content {
        margin-top: 30px;
    }
    .hs-item .hs-content {
        padding-left: 0px;
    }
    /*  copy css  */
    
    .wrapper {
        position: relative;
    }
    .panel-body {
        padding: 20px 30px;
    }
    /* Button  */
    
    .btn {
        font-size: 12px;
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
    }
    .section-title h3 {
        font-size: 18px;
    }
    /*  Header  */
    
    .header-absolute {
        background-color: #222;
        position: static;
    }
    .header-full-width {
        padding: 0;
    }
    .header-logo {
        position: absolute;
    }
    .main-menu nav ul li {
        margin-left: 0 !important;
        padding: 10px 0;
        width: 100%;
    }
    .main-menu nav ul li a::before,
    .main-menu nav ul li a::after {
        display: none;
    }
    .navbar-collapse nav {
        padding-bottom: 30px;
    }
    .menu-style-8 nav {
        display: none !important;
    }
    .navbar-header.text-center {
        text-align: left;
    }
    /* Page Banner */
    
    .page-banner-area {
        padding: 80px 0;
    }
    .page-banner {
        text-align: center;
        ;
    }
    .page-banner h1 {
        font-size: 24px;
    }
    .page-banner.text-right h1,
    .page-banner.text-left h1,
    .page-banner.text-right ul,
    .page-banner.text-left ul {
        float: none;
    }
    /* Hero Slider */
    
    .hs-item {
        min-height: 360px;
    }
    .hero-static {
        padding: 50px 0;
    }
    .slide-table {
        display: block;
    }
    .table-cell {
        display: block;
    }
    .hero-slide-content {
        margin-top: 0;
    }
    .hero-slide-content h3 {
        font-size: 14px;
    }
    .hero-slide-content h1 {
        font-size: 18px;
    }
    .hero-slide-content p {
        display: none;
    }
    .hero-slide-content .button-group {
        margin-top: 0;
    }
    .nivo-directionNav,
    .nivo-controlNav,
    .find-course-form {
        display: none;
    }
    .driveon-slider-area .thumbnail-body a.button {
        border-color: #ffffff;
        border-radius: 0;
        border-style: solid;
        box-sizing: content-box;
        font-size: 13px !important;
        margin: 0;
        overflow: visible;
        padding: 6px 15px !important;
    }
    .hs-content.fix > h1 {
        font-size: 19px !important;
    }
    .slider_text_left .hs-content {
        padding-left: 0;
        padding-right: 20px;
    }
    .hs-content.fix > h2 {
        font-size: 26px !important;
        line-height: 36px;
    }
    .hs-item {
        background-color: #2d3e50;
        background-size: cover;
        min-height: 263px;
        margin: 0;
    }
    /* Feature */
    
    .feature-list .single-features-list:first-child,
    .feature-list .single-features-list:last-child {
        margin-right: 0;
        padding-left: 0;
    }
    .feature-list .sfl-lsft:first-child,
    .feature-list .sfl-lsft:last-child {
        margin-left: 0;
        padding-right: 0;
    }
    .single-features-list:nth-child(2) {
        margin-right: 0;
    }
    .single-features-list2:nth-child(2) {
        margin-left: 0;
    }
    #layers-widget-counter-widget-3 {
        background-size: cover !important;
    }
    .single-features-list2::before,
    .single-features-list::before {
        background: transparent;
    }
    .single-feature {
        margin: 0 auto !important;
        padding: 0 !important;
    }
    .single-feature + .single-feature {
        margin-top: 30px !important;
    }
    .single-feature:hover {
        background-color: transparent;
    }
    .single-feature::before {
        display: none;
    }
    .feature-image {
        margin: 30px 0;
    }
    /* Course */
    
    .course-item {
        padding: 35px 25px;
    }
    .course-item:hover {
        transform: rotate(0deg);
    }
    .feature-list-icon2 {
        display: block;
        float: none;
        padding-bottom: 20px;
        padding-top: 0;
        text-align: center;
    }
    .feature-list-text2 {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .single-features-list,
    .sfl-lsft {
        padding-bottom: 39px;
        padding-top: 39px;
    }
    .feature-list-icon {
        display: block;
        float: none;
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    .feature-list-text {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    /* Video */
    
    .video-area {
        padding: 100px 0;
    }
    .video-content h3 {
        font-size: 18px;
    }
    /* Gallery */
    
    .gallery-filter {
        margin-bottom: 34px;
    }
    .gallery-filter button {
        margin-bottom: 10px;
    }
    /* Testmonial */
    
    .ts-arrows {
        display: none;
    }
    .ti-slider::before {
        left: 0;
        margin-left: 0;
    }
    /* Instructor */
    
    .instructor-image {
        margin-top: 30px;
    }
    .instructor-tab-list {
        margin-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .instructor-tab-list li {
        margin-right: 0;
        margin-top: 14px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
    /* pricing table */
    
    #layers-widget-driveon_pricing_id-3 {
        background-size: cover !important;
    }
    /* Contact */
    
    #contact-map {
        height: 400px;
    }
    .contact-info {
        margin-bottom: 30px;
    }
    .form .input-2 .input,
    .form .input-3 .input,
    .form .input-4 .input {
        width: 100%;
    }
    /* Call To Action */
    
    .call-to-action h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .call-to-action a {
        float: left;
        margin-top: 15px;
    }
    /* Blog Details */
    
    .blog-meta p {
        display: block;
        float: none;
    }
    .blog-description blockquote {
        margin-left: 0;
    }
    .blog-share {
        float: left;
        margin-top: 10px;
    }
    .comments-list li ul {
        margin-left: 0;
    }
    .sidebar {
        margin-top: 50px;
    }
    /* Footer */
    
    .copyright,
    .footer-3-social {
        text-align: center;
    }
    /* Faq */
    
    .section-title.medium .heading {
        line-height: 35px;
    }
    .filter_menu li {
        margin: 5px 10px;
    }
    /* call to action */
    
    .call-to-action .media-body h3 {
        margin: 0 0 20px;
        text-align: center;
    }
    .single-testimonial-post {
        padding: 0 20px;
    }
    .testimonial-list.owl-carousel.owl-theme .owl-nav > div {
        font-size: 18px;
        left: 0;
    }
    .testimonial-list.owl-carousel.owl-theme .owl-nav > div.owl-next {
        left: auto;
        right: 0;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .container {
        width: 580px !important;
    }
    .ht-header-top-bar.fix {
        display: flex;
        justify-content: space-between;
    }
    .hs-item {
        min-height: 300px;
    }
    .hs-item .hs-content {
        margin-top: 115px !important;
    }
    .driveon-feature-widget .span-4 {
        width: 100%;
    }
    #layers-widget-driveon-services-widget-id-17 .column-flush.span-3 {
        width: calc(100% / 12 * 12);
    }
    #layers-widget-portfolios-7 .cols {
        margin-bottom: 0;
        padding: 10px;
    }
    .instructor-social a {
        height: 33px;
        width: 33px;
    }
    .responsive-nav .l-menu {
        color: #ffffff;
    }
    .faq-area .span-5,
    .span-6,
    .span-7 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .has-image {
        margin-top: 50px;
    }
    .call-to-action .grid div[class*="span-"] {
        width: 100%;
    }
    .breadcrumb-padding.pages-p {
        margin-top: 60px;
        text-align: center;
        text-transform: uppercase;
    }
    .gallery-hover-effect {
        left: 33% !important;
    }
    .single-features-list {
        padding-bottom: 39px;
        padding-top: 19px;
    }
    .single-features-list2 {
        padding-bottom: 39px;
        padding-top: 39px;
    }
    .single-features-list.normal-device:nth-child(2) {
        padding-bottom: 39px;
        padding-top: 12px;
    }
    .single-features-list2.sfl-lsft.normal-device:nth-child(2) {
        padding-bottom: 39px;
        padding-top: 30px;
    }
    .gallery-hover-effect {
        left: 41% !important;
    }
    .column-flush.span-3 {
        width: calc(100% / 12 * 12);
    }
    .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }
    .span-4 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .contact-info .single-info .icon {
        background-color: #dec839;
        border-radius: 2px;
        color: #ffffff;
        display: block;
        float: none;
        height: 44px;
        margin: 10px auto auto;
        text-align: center;
        transform: rotate(45deg);
        width: 44px;
    }
    .contact-info .single-info .contents {
        margin-top: 20px;
        text-align: center;
    }
    .contact-info .single-info {
        float: left;
        margin-top: 0;
        width: 33%;
    }
    .contact-info .single-info + .single-info {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .topbar--show .header-site.header-overlay {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    ul.instagram-pics li a::after {
        height: 95%;
    }
    .container,
    .header-full-width .container {
        width: 450px
    }
    .header-full-width {
        padding: 0;
    }
    .responsive-nav .l-menu {
        color: #ffffff;
    }
    .header-site,
    .header-site.header-sticky {
        padding-top: 10px;
    }
    /* Button */
    
    .btn {
        font-size: 13px;
        height: 32px;
        line-height: 30px;
        padding: 0 18px;
    }
    /* Hero Slider */
    
    .hero-static {
        padding: 80px 0;
    }
    .nivo-caption {
        padding-top: 35px;
    }
    .hero-slide-content h3 {
        font-size: 20px;
    }
    .hero-slide-content h1 {
        font-size: 28px;
    }
    .hero-slide-content .button-group {
        margin-top: 20px;
    }
    .driveon-slider-area .thumbnail-body a.button {
        padding: 10px 20px 3px !important;
    }
    .hs-item .hs-content {
        margin-top: 68px;
    }
    /* Funfact */
    
    .single-facts {
        width: 100%;
    }
    .feature-img {
        margin: 30px 0;
    }
    /* Course */
    
    .course-item {
        margin: 0 auto;
        max-width: 300px;
        padding: 30px 35px;
    }
    /* gallery */
    
    .gallery-hover-effect {
        left: 42%;
    }
    /* Instructor */
    
    .instructor-tab-list li {
        width: 25%;
    }
    .contact-area .span-4 {
        width: calc(100% / 12 * 12 - 20px);
    }
}
@media only screen and (min-width: 481px) and (max-width: 599px) {
    .header-secondary {
        display: none;
    }
    .driveon-feature-widget .span-4 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .column-flush.span-3 {
        width: calc(100% / 12 * 12);
    }
    .pricing-area .span-3 {
        margin-bottom: 35px;
    }
    .question-area .span-6 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .pricing-area .span-3 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .call-to-action .span-4 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .instructor-social a {
        height: 33px;
        width: 33px;
    }
    .footer-site .span-3 {
        width: calc(100% / 12 * 12 - 20px);
    }
    .contact-area .span-4 {
        width: calc(100% / 12 * 12 - 20px);
    }
}
@media screen and (max-width: 783px) {
    html.flexbox {
        margin-top: 0 !important;
    }
}