@font-face {
    font-family: icomoon;
    font-display: block;
    src: url(../fonts/icomoon/icomoon.eot?srf3rx);
    src: url(../fonts/icomoon/icomoon.eot?srf3rx#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?srf3rx) format("truetype"), url(../fonts/icomoon/icomoon.woff?srf3rx) format("woff"), url(../fonts/icomoon/icomoon.svg?srf3rx#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #4e4e4e
}

#loading {
                background-color: #fff;
                height: 100%;
                width: 100%;
                position: fixed;
                z-index: 9999999;
                margin-top: 0;
                top: 0;
                left: 0;
            }
            #loading-center {
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 99;
            }
            #loading-center-absolute {
                position: absolute;
                left: 50%;
                top: 50%;
                height: 150px;
                width: 150px;
                margin-top: -75px;
                margin-left: -75px;
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 9999;
            }
            #loading-center-absolute.logo-animated {
                -ms-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: auto;
                height: auto;
                margin: auto;
                resize: both;
            }

.covid {
    color: #4f6f19!important;
    background: #d7df23!important;
    font-weight: 700!important;
    padding: 10px 0 1px!important;
}

.covid p {
    text-transform: uppercase!important;
    font-size: 19px!important;
}

.covid a {
    color: #4f6f19!important;
}

.covid a:hover {
    color: #231f1e!important;
}

.covidbox {
    background: #ebe9e2;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 20px
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.offcanvas #page {
    overflow: hidden;
    position: absolute
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .7);
    content: ""
}

a {
    color: #d7df23;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 700;
}

a:active,
a:focus,
a:hover {
    color: #000;
    outline: 0;
    text-decoration: none
}

p {
    margin-bottom: 15px
}

figure,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Baloo 2', cursive;
    font-weight: 700;
    margin: 0 0 20px
}

del {
	color: #FF4136;
}

ins {
	text-decoration: none;
	font-weight: bold;
}

::-webkit-selection {
    color: #fff;
    background: #4f6f19
}

::-moz-selection {
    color: #fff;
    background: #4f6f19
}

::selection {
    color: #fff;
    background: #4f6f19
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-50 {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.qbootstrap-nav {
    width: 100%;
    padding: 0;
    z-index: 1001;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75)
}

.qbootstrap-nav.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.qbootstrap-nav .top-menu {
    padding: 10px 0;
    position: relative;
    z-index: 1005
}

.qbootstrap-nav .top {
    padding: 0;
    margin-bottom: 0;
    background: #4f6f19;
    height: 68px;
}

.qbootstrap-nav .top .num,
.qbootstrap-nav .top .qbootstrap-social,
.qbootstrap-nav .top .site {
    display: inline-block;
    margin: 0;
    padding: 15px 5px
}

.sub-heading {
    font-size: 34px
}

@media screen and (max-width:768px) {
    .qbootstrap-nav .top .num,
    .qbootstrap-nav .top .qbootstrap-social {
        padding: 5px 10px
    }
    .qbootstrap-nav .top .num,
    .qbootstrap-nav .top .qbootstrap-social,
    .qbootstrap-nav .top .site a {
        color: #fff !important
    }
    .qbootstrap-nav .top .num {
        float: none;
        margin-bottom: 0;
        padding: 5px 5px 0
    }
}

.qbootstrap-nav .top .site {
    float: left;
    font-weight: 300;
    margin-top: 5px;
    color: #d7df23;
    font-size: 15px;
}

.qbootstrap-nav .top .num {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    border-left: 1px solid rgba(0, 0, 0, .08);
    margin-top: 5px;
}

.qbootstrap-nav .top .qbootstrap-social {
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.qbootstrap-nav .top .qbootstrap-social li {
    font-size: 14px;
    display: inline-block
}

.qbootstrap-nav .top .qbootstrap-social li a {
    padding: 7px;
    color: #fff
}

.qbootstrap-nav .top .qbootstrap-social li a i {
    font-size: 14px;
    color: #fff
}

.qbootstrap-nav #qbootstrap-logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.qbootstrap-nav #qbootstrap-logo a {
    color: #000
}

.qbootstrap-nav ul {
    padding: 0;
    margin: 26px 0 0
}

.qbootstrap-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    font-weight: 700;
    font-size: 19px
}

.qbootstrap-nav ul li a {
    padding: 30px 5px;
    font-family: 'Baloo 2', cursive;
    color: rgba(0, 0, 0, .7);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.qbootstrap-nav ul li a:active,
.qbootstrap-nav ul li a:focus,
.qbootstrap-nav ul li a:hover {
    color: #000
}

.qbootstrap-nav ul li.has-dropdown {
    position: relative
}

.qbootstrap-nav ul li.has-dropdown .dropdown {
    width: 250px;
    -webkit-box-shadow: 0 14px 33px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 33px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 33px -9px rgba(0, 0, 0, .75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
    background: #4f6f19;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.qbootstrap-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: 8px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #4f6f19;
    margin-left: -8px
}

.qbootstrap-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px
}

.qbootstrap-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0
}

.qbootstrap-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #d7df23;
    line-height: 1.2;
    text-transform: none;
    font-size: 17px;
    letter-spacing: 0
}

.qbootstrap-nav ul li.has-dropdown .dropdown li a:hover {
    color: #fff
}

.qbootstrap-nav ul li.has-dropdown:focus a,
.qbootstrap-nav ul li.has-dropdown:hover a {
    color: #000
}

.qbootstrap-nav ul li.btn-cta a {
    padding: 30px 0 !important;
    color: #231f1e
}

.qbootstrap-nav ul li.btn-cta a span {
    background: #d7df23;
    padding: 10px 15px;
    -webkit-box-shadow: 0 7px 20px -9px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 7px 20px -9px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 7px 20px -9px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 7px 20px -9px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 20px -9px rgba(0, 0, 0, .3);
    display: inline-block;
    zoom: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Baloo 2', cursive;
    margin-left: 5px;
    margin-right: 5px;
}

.qbootstrap-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75);
    -ms-box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75);
    -o-box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75);
    box-shadow: 0 14px 20px -9px rgba(0, 0, 0, .75)
}

.qbootstrap-nav ul li.active>a {
    font-weight: 400
}

@keyframes zoomout {
    0% {
        background-size: 120% auto
    }
    100% {
        background-size: 100% auto
    }
}

#qbootstrap-hero-banner {
    height: 400px;
    background: url(../images/loader.gif) center center no-repeat #fff
}

#qbootstrap-hero-banner .flexslider {
    border: none;
    z-index: 0;
    margin-bottom: 0
}

#qbootstrap-hero-banner .flexslider .slides {
    position: relative;
    overflow: hidden
}

#qbootstrap-hero-banner .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 400px;
    position: relative
}

xx x #qbootstrap-hero {
    min-height: 630px;
    background: url(../images/loader.gif) center center no-repeat #fff
}

#qbootstrap-hero .btn {
    font-size: 24px
}

#qbootstrap-hero .btn.btn-primary {
    padding: 14px 30px !important
}

#qbootstrap-hero .flexslider {
    border: none;
    z-index: 0;
    margin-bottom: 0
}

#qbootstrap-hero .flexslider .slides {
    position: relative;
    overflow: hidden
}

#qbootstrap-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 750px;
    position: relative
}

#qbootstrap-hero .flexslider .slides li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0);
    z-index: 1
}

#qbootstrap-hero .flexslider .flex-control-nav {
    bottom: 7em;
    z-index: 1000
}

#qbootstrap-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, .2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer
}

#qbootstrap-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, .7)
}

#qbootstrap-hero .flexslider .flex-direction-nav a:before {
    font-family: icomoon;
    font-size: 44px;
    content: '\ea13';
    color: #fff;
    margin-top: -20px;
    text-shadow: none
}

#qbootstrap-hero .flexslider .flex-direction-nav a.flex-next:before {
    content: '\ea10'
}

#qbootstrap-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 630px;
    z-index: 9
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 700px
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h1,
#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h2,
#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h3 {
    margin: 0;
    padding: 0;
    color: #fff
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner .slider-heading,
#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h1 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner .slider-heading {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff
}

@media screen and (max-width:768px) {
    #qbootstrap-hero .flexslider .slider-text,
    #qbootstrap-hero .flexslider .slider-text>.slider-text-inner {
        width: 100%
    }
    #qbootstrap-hero .flexslider .slider-text>.slider-text-inner .heading,
    #qbootstrap-hero .flexslider .slider-text>.slider-text-inner .slider-heading,
    #qbootstrap-hero .flexslider .slider-text>.slider-text-inner h1 {
        font-size: 30px
    }
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner h2 a #qbootstrap-hero .flexslider .slider-text>.slider-text-inner h3 a {
    color: rgba(255, 255, 255, .5)
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner .btn {
    padding: 18px 30px !important;
    color: #fff;
    border: none !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

#qbootstrap-hero .flexslider .slider-text>.slider-text-inner .btn:hover {
    background: #4f6f19 !important;
    -webkit-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
    -moz-box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important;
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75) !important
}

.qbootstrap-bg-section {
    background: #f8fcfb
}

#qbootstrap-course,
#qbootstrap-course-categories {
    padding: 1.5em 0 0;
    clear: both
}

#qbootstrap-about,
#qbootstrap-blog,
#qbootstrap-contact,
#qbootstrap-counter,
#qbootstrap-footer,
#qbootstrap-pricing,
#qbootstrap-register,
#qbootstrap-social,
#qbootstrap-staff,
#qbootstrap-testimonial {
    padding: 1.5em 0;
    clear: both
}

#qbootstrap-intro {
    position: relative;
    margin-top: -4em;
    z-index: 99;
    clear: both
}

#qbootstrap-intro-footer {
    position: relative;
    padding-top: 2em;
    z-index: 99;
    clear: both;
    background-color: #231f1e
}

.intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    float: left
}

.intro-grid {
    padding: 2em;
    color: rgba(255, 255, 255, .9) !important;
    overflow: hidden;
    position: relative;
    width: 33.333%;
    display: inline-block
}

.intro-grid .icon {
    position: absolute;
    top: 0;
    right: -30px
}

.intro-grid .icon i {
    font-size: 200px;
    color: rgba(255, 255, 255, .2)
}

.intro-grid a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.intro-grid h3 {
    font-weight: 700;
    color: #fff
}

.intro-grid.color-2 h3 {
    font-weight: 700;
    color: #231f1e
}

.intro-grid.color-2 a,
.intro-grid.color-2 p {
    color: #231f1e
}

.intro-grid.color-1 {
    background: #4f6f19
}

.intro-grid.color-2 {
    background: #d7df23
}

.intro-grid.color-3 {
    background: #4f6f19
}

@font-face {
    font-family: weather;
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot);
    src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix) format("embedded-opentype"), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff) format("woff"), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf) format("truetype"), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg) format("svg");
    font-weight: 400;
    font-style: normal
}

#weather {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase
}

#weather i {
    color: #231f1e;
    font-family: weather;
    font-size: 100px;
    font-weight: 400;
    font-style: normal;
    line-height: 1
}

.wicon-0:before {
    content: ":"
}

.wicon-1:before {
    content: "p"
}

.wicon-2:before {
    content: "S"
}

.wicon-3:before {
    content: "Q"
}

.wicon-4:before {
    content: "S"
}

.wicon-5:before,
.wicon-6:before,
.wicon-7:before,
.wicon-8:before {
    content: "W"
}

.wicon-9:before {
    content: "I"
}

.wicon-10:before {
    content: "W"
}

.wicon-11:before,
.wicon-12:before,
.wicon-13:before,
.wicon-14:before {
    content: "I"
}

.wicon-15:before {
    content: "W"
}

.wicon-16:before {
    content: "I"
}

.wicon-17:before {
    content: "W"
}

.wicon-18:before {
    content: "U"
}

.wicon-19:before,
.wicon-20:before,
.wicon-21:before,
.wicon-22:before,
.wicon-23:before {
    content: "Z"
}

.wicon-24:before,
.wicon-25:before {
    content: "E"
}

.wicon-26:before {
    content: "3"
}

.wicon-27:before {
    content: "a"
}

.wicon-28:before {
    content: "A"
}

.wicon-29:before {
    content: "a"
}

.wicon-30:before {
    content: "A"
}

.wicon-31:before {
    content: "6"
}

.wicon-32:before {
    content: "1"
}

.wicon-33:before {
    content: "6"
}

.wicon-34:before {
    content: "1"
}

.wicon-35:before {
    content: "W"
}

.wicon-36:before {
    content: "1"
}

.wicon-37:before,
.wicon-38:before,
.wicon-39:before {
    content: "S"
}

.wicon-40:before {
    content: "M"
}

.wicon-41:before {
    content: "W"
}

.wicon-42:before {
    content: "I"
}

.wicon-43:before {
    content: "W"
}

.wicon-44:before {
    content: "a"
}

.wicon-45:before {
    content: "S"
}

.wicon-46:before {
    content: "U"
}

.wicon-47:before {
    content: "S"
}

#weather h2 {
    margin: 0 0 8px;
    color: #231f1e;
    font-size: 36px;
    font-weight: 300;
    text-align: center
}

#weather ul {
    margin: 0;
    padding: 0
}

#weather li {
    color: #231f1e;
    display: inline-block
}

#weather p {
    color: #231f1e;
    letter-spacing: 1px
}

#weather .currently {
    margin: 0
}

#qbootstrap-about h2 {
    font-weight: 700
}

.services {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    background: #fafafa;
    padding: 2em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services h3 {
    font-size: 22px;
    font-weight: 700
}

.services h3 a {
    color: #000
}

.services .desc .btn-tac {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px
}

.services .desc .btn-tac i {
    font-size: 12px
}

.services .desc .btn-tac:hover {
    color: #4f6f19
}

.services .icon {
    width: 90px;
    height: 90px;
    background: #4f6f19;
    display: table;
    text-align: center;
    margin: 0 auto 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media screen and (max-width:992px) {
    .services .icon {
        margin: 0 auto 30px
    }
    #qbootstrap-course-categories .owl-carousel .owl-dots {
        display: none !important
    }
}

.services .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services:focus .icon,
.services:hover .icon {
    background: #fdbe34
}

.services:focus .icon i,
.services:hover .icon i {
    color: #fff
}

.qbootstrap-counters {
    padding: 7em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    -webkit-animation: 77s linear zoomout;
    -moz-animation: 77s linear zoomout;
    -ms-animation: zoomout 77s linear 1;
    -o-animation: 77s linear zoomout;
    animation: 77s linear 3 zoomout
}

.qbootstrap-counters .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, .3)
}

.qbootstrap-counters .qbootstrap-counter {
    font-size: 44px;
    display: block;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-weight: 400;
    margin-bottom: .1em
}

.qbootstrap-counters .qbootstrap-counter-label {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    margin-bottom: 2em;
    display: block;
    font-family: 'Baloo 2', cursive;
}

.qbootstrap-counters .icon i {
    font-size: 45px;
    color: #fff
}

#qbootstrap-course-categories .owl-carousel {
    margin-bottom: 5em
}

#qbootstrap-course-categories .owl-carousel .owl-controls,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls {
    margin-top: 0
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-next,
#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-prev,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls .owl-nav .owl-next,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: -4em;
    z-index: 9999;
    position: absolute;
    padding: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-next,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -5px
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-next:hover,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: 5px !important
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-prev,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    right: 38px
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
#qbootstrap-course-categories .owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: 0 !important
}

#qbootstrap-course-categories .owl-theme .owl-controls .owl-nav [class*=owl-] {
    padding: 4px;
    background: #fdbe34;
    border: transparent
}

#qbootstrap-course-categories .owl-theme .owl-controls .owl-nav [class*=owl-] i {
    border: none
}

#qbootstrap-course-categories .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-next i,
#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-prev i {
    font-size: 16px;
    color: #fff;
    background: 0 0
}

#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-next:hover i,
#qbootstrap-course-categories .owl-carousel .owl-controls .owl-nav .owl-prev:hover i {
    background: 0 0;
    color: #fff
}

#qbootstrap-course-categories .owl-carousel .owl-dots {
    display: none !important
}

.course-entry {
    margin-bottom: 4em
}

.course-wrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 270px;
    width: 100%;
    display: block
}

@media screen and (max-width:768px) {
    #qbootstrap-about,
    #qbootstrap-blog,
    #qbootstrap-contact,
    #qbootstrap-counter,
    #qbootstrap-course,
    #qbootstrap-course-categories,
    #qbootstrap-footer,
    #qbootstrap-pricing,
    #qbootstrap-register,
    #qbootstrap-staff,
    #qbootstrap-testimonial {
        padding: 2em 0
    }
    .intro-grid {
        width: 100%
    }
    .course-wrap {
        height: 400px
    }
}

@media screen and (max-width:480px) {
    .course-wrap {
        height: 270px
    }
}

.course-wrap .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    height: 60px;
    display: table-cell
}

.course-wrap .desc h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    padding-left: 4em;
    display: table-cell;
    vertical-align: middle;
    height: 60px
}

.course-wrap .desc h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    padding-top: 12px;
    text-align: center;
    height: 60px
}

.course-wrap .desc .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #4f6f19;
    display: table;
    text-align: center;
    padding-top: 10px
}

.course-wrap .desc .icon i {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    color: #fff
}

.desc2 {
    border: 1px solid #ccbd8b;
    padding: 1.5em;
    background: #d7df23
}

.desc2 p {
    color: #231f1e
}

.qbootstrap-social-icons {
    margin: 0;
    padding: 0
}

.qbootstrap-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    zoom: 1
}

.qbootstrap-social-icons li a {
    display: inline-block;
    zoom: 1;
    color: #4f6f19;
    padding-left: 10px;
    padding-right: 10px
}

.qbootstrap-social-icons li a i {
    font-size: 24px
}

.qbootstrap-contact-info ul {
    padding: 0;
    margin: 0
}

.qbootstrap-contact-info ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px;
    list-style: none;
    position: relative;
    color: rgba(0, 0, 0, .8)
}

.qbootstrap-contact-info ul li:before {
    color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: .05em;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.qbootstrap-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9dc"
}

.qbootstrap-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\ea3b"
}

.qbootstrap-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e91e"
}

.qbootstrap-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9df"
}

.qbootstrap-contact-info ul li a {
    color: rgba(0, 0, 0, .8)
}

.head-title {
    margin-bottom: 3em;
    width: 60%
}

.head-title h2 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700
}

.qbootstrap-heading .sub-heading,
.qbootstrap-heading h1 {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    position: relative
}

.qbootstrap-heading h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
    position: relative
}

.qbootstrap-heading .sub-title {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    position: relative
}

.main-content .pull-left {
    margin-right: 15px
}

.main-content a{
    color: #4f6f19;
}

#qbootstrap-testimonial {
    background: #4f6f19;
    position: relative
}

#qbootstrap-testimonial .testimony-slide {
    position: relative;
    color: #fff !important;
    width: 90%;
    margin: 0 auto
}

#qbootstrap-testimonial .testimony-slide blockquote {
    border: none;
    position: relative;
    padding: 0;
    font-size: 20px;
    font-family: 'Baloo 2', cursive;
    font-style: italic
}

#qbootstrap-testimonial .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%
}

#qbootstrap-testimonial .arrow-thumb a {
    font-size: 32px;
    color: #dadada
}

#qbootstrap-testimonial .arrow-thumb a:active,
#qbootstrap-testimonial .arrow-thumb a:focus,
#qbootstrap-testimonial .arrow-thumb a:hover {
    text-decoration: none
}

#qbootstrap-testimonial .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .3) !important
}

#qbootstrap-testimonial .owl-theme .owl-dots .active span {
    background: #fff !important
}

#qbootstrap-testimonial .qbootstrap-heading {
    margin-bottom: 1em
}

#qbootstrap-testimonial .qbootstrap-heading h2 {
    color: #fff;
    margin-bottom: 20px !important
}

.wrap-price {
    padding: 1em 0
}

.pricing__price {
    background: #231f1e !important;
    padding: 10px
}

.pricing__title {
    font-size: 24px !important;
    font-weight: 700;
    margin: 0 !important
}

.pricing__anim,
.pricing__currency,
.pricing__period {
    color: #fff !important
}

.pricing__feature-list {
    width: 100%;
    float: left
}

.pricing__feature-list li {
    margin-bottom: 10px;
    color: #000;
    list-style: none;
    font-weight: 700
}

.pricing__item {
    width: 100%;
    float: left;
    clear: both;
    background: #d7df23;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: 1px dotted #b6a672
}

.qbootstrap-event {
    position: relative;
    padding-left: 120px;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.qbootstrap-event .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #d7df23;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.qbootstrap-event .date span {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    font-size: 20px;
    line-height: 24px;
    color: #231f1e
}

.qbootstrap-event h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5
}

.qbootstrap-event h3 a {
    color: #000
}

.qbootstrap-blog {
    margin-bottom: 30px;
    width: 100%;
    float: left
}

@media screen and (max-width:768px) {
    .pricing__item {
        margin-bottom: 30px
    }
    .qbootstrap-blog {
        width: 100%
    }
    #qbootstrap-footer .qbootstrap-widget {
        text-align: left
    }
}

.qbootstrap-blog .blog-img-holder {
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 270px
}

.qbootstrap-blog .blog-text {
    position: relative;
    background: #f8fcfb;
    width: 100%;
    padding: 30px;
    float: left
}

.qbootstrap-blog .blog-text span {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px
}

.qbootstrap-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5
}

.qbootstrap-blog .blog-text h3 a {
    color: #000
}

#qbootstrap-register {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 5em 0
}

#qbootstrap-register .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .6)
}

#qbootstrap-register a,
#qbootstrap-register h2,
#qbootstrap-register h3,
#qbootstrap-register p {
    color: #fff
}

#qbootstrap-register h2 {
    font-weight: 700;
    font-size: 40px
}

#qbootstrap-register .countdown {
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff
}

#qbootstrap-register .countdown span {
    margin: 0 30px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

#qbootstrap-register .countdown small {
    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.staff {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 40px
}

.staff .staff-img {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    margin-bottom: 20px;
    display: table;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.staff .staff-img:before {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(253, 190, 52, .9);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.staff .staff-img .qbootstrap-social {
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

.staff .staff-img .qbootstrap-social li {
    display: inline-block;
    padding: 0 7px
}

.staff h3 {
    font-size: 20px;
    font-weight: 700
}

.staff h3 a {
    color: #000
}

.staff span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b3b3b3
}

.staff:hover .staff-img:before {
    opacity: 1
}

.staff:hover .staff-img .qbootstrap-social {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#qbootstrap-footer {
    background: center center/cover no-repeat #4f6f19;
    position: relative;
    color: #fff !important;
    font-family: 'Baloo 2', cursive;
    font-size: 17px;
}

#qbootstrap-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4f6f19;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#qbootstrap-footer .qbootstrap-footer-links {
    padding: 0;
    margin: 0
}

#qbootstrap-footer .qbootstrap-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none
}

#qbootstrap-footer .qbootstrap-footer-links li a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none
}

#qbootstrap-footer .qbootstrap-footer-links li a:hover {
    text-decoration: underline
}

#qbootstrap-footer .qbootstrap-widget {
    margin-bottom: 30px
}

#qbootstrap-footer .qbootstrap-widget h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #fff
}

#qbootstrap-footer .copyright .block {
    display: block
}

#qbootstrap-footer .copyright .block a {
    color: rgba(255, 255, 255, .5)
}

#map {
    width: 100%;
    height: 500px;
    position: relative
}

#qbootstrap-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 75px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.offcanvas #qbootstrap-offcanvas {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#qbootstrap-offcanvas a {
    color: rgba(0, 0, 0, .7);
    font-weight: 700
}

#qbootstrap-offcanvas a:hover {
    color: rgba(0, 0, 0, .9)
}

#qbootstrap-offcanvas ul {
    padding: 0;
    margin: 0
}

#qbootstrap-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

#qbootstrap-offcanvas ul li>ul {
    padding-left: 20px;
    display: inline-block !important
}

#qbootstrap-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative
}

#qbootstrap-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 0;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea1c";
    font-size: 20px;
    color: rgba(0, 0, 0, .7);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

#qbootstrap-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gototop.active {
    opacity: 1;
    visibility: visible
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle
}

.gototop a:active,
.gototop a:focus,
.gototop a:hover {
    text-decoration: none;
    outline: 0
}

.qbootstrap-nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 18px;
    padding: 4px 0 0;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    text-align: center;
    border-bottom: none !important
}

.qbootstrap-nav-toggle.active i::after,
.qbootstrap-nav-toggle.active i::before {
    background: #444
}

.qbootstrap-nav-toggle:active,
.qbootstrap-nav-toggle:focus,
.qbootstrap-nav-toggle:hover {
    outline: 0;
    border-bottom: none !important
}

.qbootstrap-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: .2s ease-out
}

.qbootstrap-nav-toggle i::after,
.qbootstrap-nav-toggle i::before {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: .2s ease-out
}

.qbootstrap-nav-toggle.qbootstrap-nav-white>i {
    color: #fff;
    background: #000
}

.qbootstrap-nav-toggle.qbootstrap-nav-white>i::after,
.qbootstrap-nav-toggle.qbootstrap-nav-white>i::before {
    background: #000
}

.qbootstrap-nav-toggle.qbootstrap-nav-white.active>i {
    color: #fff;
    background: #000
}

.qbootstrap-nav-toggle.qbootstrap-nav-white.active>i::after,
.qbootstrap-nav-toggle.qbootstrap-nav-white.active>i::before {
    background: #fff
}

.qbootstrap-nav-toggle i::before {
    top: -7px
}

.qbootstrap-nav-toggle i::after {
    bottom: -7px
}

.qbootstrap-nav-toggle:hover i::before {
    top: -10px
}

.qbootstrap-nav-toggle:hover i::after {
    bottom: -10px
}

.qbootstrap-nav-toggle.active i {
    background: 0 0
}

.qbootstrap-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.qbootstrap-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

@media screen and (max-width:768px) {
    #map {
        height: 200px
    }
    #qbootstrap-offcanvas,
    .qbootstrap-nav-toggle {
        display: block
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'Baloo 2', cursive;
    font-size: 19px;
    font-weight: 700;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 8px 20px
}

.btn.btn-md {
    padding: 8px 20px !important
}

.btn.btn-lg {
    padding: 18px 36px !important
}

.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none !important;
    outline: 0 !important
}

.btn-primary {
    background: #4f6f19;
    color: #fff !important;
    border: 2px solid #4f6f19;
    white-space: normal;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #231f1e !important;
    border-color: #231f1e !important;
    color: #fff !important
}

.btn-primary.btn-outline {
    background: 0 0;
    color: #4f6f19;
    border: 2px solid #4f6f19
}

.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover {
    background: #4f6f19;
    color: #fff
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background: #4cae4c !important;
    border-color: #4cae4c !important
}

.btn-success.btn-outline {
    background: 0 0;
    color: #5cb85c;
    border: 2px solid #5cb85c
}

.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
    background: #5cb85c;
    color: #fff
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background: #46b8da !important;
    border-color: #46b8da !important
}

.btn-info.btn-outline {
    background: 0 0;
    color: #5bc0de;
    border: 2px solid #5bc0de
}

.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover {
    background: #5bc0de;
    color: #fff
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background: #eea236 !important;
    border-color: #eea236 !important
}

.btn-warning.btn-outline {
    background: 0 0;
    color: #f0ad4e;
    border: 2px solid #f0ad4e
}

.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover {
    background: #f0ad4e;
    color: #fff
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background: #d43f3a !important;
    border-color: #d43f3a !important
}

.btn-danger.btn-outline {
    background: 0 0;
    color: #d9534f;
    border: 2px solid #d9534f
}

.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover {
    background: #d9534f;
    color: #fff
}

.btn-outline {
    background: 0 0;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    box-shadow: none
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.btn.with-arrow:hover {
    padding-right: 50px
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1
}

.form-control {
    box-shadow: none;
    background: 0 0;
    border: 2px solid rgba(0, 0, 0, .1);
    height: 54px;
    font-size: 14px;
    font-weight: 400
}

.form-control:active,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #000
}

.row-pb-md {
    padding-bottom: 4em !important
}

.row-pb-sm {
    padding-bottom: 2em !important
}

.qbootstrap-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff
}

.row-padded-mb {
    margin-bottom: 3em !important
}

.col-padded {
    margin: 0 !important;
    padding: 0 !important
}

.js .animate-box {
    opacity: 0
}

nav.qbootstrap-nav.stick-it .top-menu {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff
}

#qbootstrap-social {
    background-color: #d7df23
}

.fa-2 {
    font-size: 2em
}

.fa-3 {
    font-size: 4em
}

.fa-4 {
    font-size: 7em
}

.fa-5 {
    font-size: 12em
}

.fa-6 {
    font-size: 20em
}

#qbootstrap-social a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

#qbootstrap-social i.fa {
    width: 80px;
    height: 80px;
    background: #4f6f19;
    color: #fff;
    padding: 9px;
    display: block
}

.panel {
    border: 0 !important
}

.range .panel {
    background-color: #d7df23;
    border: 0 !important
}

.range .panel .panel-title {
    font-size: 20px;
    text-align: center
}

.range .panel-default>.panel-heading {
    color: #fff;
    background-color: #4f6f19;
    border-color: #ddd
}

.range .panel-default>.panel-body {
    color: #000
}

.range .panel-default>.panel-body ul {
    list-style: none
}

.proshop .brands div {
    height: 110px
}

.proshop .brands .brand-logo {
    position: relative
}

.proshop .brands .brand-logo a {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width:510px) {
    html#ecwid_html body#ecwid_body .ecwid-lte-480px div.ecwid-minicart-mini {
        width: auto !important
    }
}

@media (max-width:414px) {
    .proshop .brands div {
        height: 90px
    }
    .proshop .brands .brand-logo a img {
        width: 140px
    }
}

.lesson .bg-info {
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 600
}

.golf-course .nav-tabs li a {
    border-radius: 0
}

.golf-course .nav-tabs li.active a {
    color: #fff;
    background-color: #4f6f19;
    border-radius: 0;
    border: 1px solid #4f6f19
}

.golf-course .tab-content {
    padding: 45px 30px;
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 30px
}

.golf-course .hole-list li {
    color: #000;
    position: relative;
    padding-left: 30px
}

.golf-course .hole-list .white::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/images/bullet-white-alt.png)
}

.golf-course .hole-list .yellow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/images/bullet-yellow-alt.png)
}

.golf-course .hole-list .red::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(/images/bullet-red-alt.png)
}

.members .sideways {
    margin-top: 88px
}

.members .sideways li a {
    background-color: #b73724
}

.members .sideways.tabs-left {
    left: -36px;
    z-index: 9
}

.members .tab-content {
    border: 1px solid #ddd;
    padding: 45px 30px;
    margin-bottom: 45px;
    border-radius: 4px
}

.members .nav-tabs>li.active>a,
.members .nav-tabs>li.active>a:focus,
.members .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #4f6f19;
    border: 1px solid #4f6f19
}

.members #membership img {
    margin-bottom: 30px
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative
}

.sideways>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.sideways>li.active>a,
.sideways>li.active>a:focus,
.sideways>li.active>a:hover {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd
}

.sideways.tabs-left {
    left: -50px
}

.sideways.tabs-right {
    right: -50px
}

.sideways.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sideways.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sideways>li {
    height: 20px;
    width: 200px;
    margin-bottom: 180px
}

.ladies .main-content h4 {
    margin-bottom: 10px
}

.competitions .row-flex {
    display: flex;
    flex-wrap: wrap
}

.competitions .row-flex [class*=col-] {
    margin-bottom: 30px
}

.clubhouse .panel {
    background-color: #d7df23;
    text-align: center
}

.clubhouse .panel .panel-title {
    font-size: 20px
}

.clubhouse .panel-default>.panel-heading {
    color: #fff;
    background-color: #4f6f19;
    border-color: #ddd
}

.clubhouse .panel-default>.panel-body {
    color: #000
}

@media (max-width:767px) {
    .qbootstrap-nav #qbootstrap-logo img {
        max-width: 75px
    }
}

@media (max-width:600px) {
    .qbootstrap-nav .top .col-xs-12.text-right {
        text-align: center
    }
}

.offcanvas #qbootstrap-offcanvas .qbootstrap-nav-toggle {
    border: 1px solid rgba(0, 0, 0, .7) !important
}

.offcanvas #qbootstrap-offcanvas .qbootstrap-nav-toggle.qbootstrap-nav-white.active>i {
    color: rgba(0, 0, 0, .7);
    background: #fff
}

.offcanvas #qbootstrap-offcanvas .qbootstrap-nav-toggle.qbootstrap-nav-white.active>i::after,
.offcanvas #qbootstrap-offcanvas .qbootstrap-nav-toggle.qbootstrap-nav-white.active>i::before {
    background: rgba(0, 0, 0, .7)
}

.notfound {
    text-align: center
}

.notfound .bigtext {
    font-size: 100px;
    line-height: 1.2
}

.grid-item,
.grid-sizer {
    width: 33.333%
}

.grid-item {
    float: left;
    padding: 10px
}

.grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0
}

.list-item {
    background: #d7df23;
    padding: 30px 15px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccbd8b;
    margin-bottom: 5px
}

.list-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px
}

.list-item-content {
    padding: 15px 0
}

.list-item p,
.list-item-title a {
    color: #231f1e
}

.list-item .btn-style {
    background: #d7df23;
    color: #fff;
    border: 2px solid #d7df23
}

.list-item .btn-style:focus,
.list-item .btn-style:hover {
    color: #fff;
    background: #4f6f19;
    border: 2px solid #4f6f19
}

.members-fixtures img {
    max-width: 100%;
    height: auto
}

.btn-shop {
    color: #fff;
    background: #231f1e;
    border-radius: 10px;
    margin-top: 3px;
    font-family: 'Baloo 2', cursive;
    font-weight: 700;
}

.btn-shop:focus,
.btn-shop:hover {
    color: #d7df23
}

.ml-5 {
    margin-left: 5px
}

.border-l-0 {
    border-left: 0 !important
}

.btn-reg {
    white-space: normal
}

#mapid {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:575px) {
    .accommodation .grid-item,
    .accommodation .grid-sizer {
        width: 100%
    }
}

@media only screen and (min-width :992px) {
    .hamburger,
    .has-dropdown .submenu-button,
    .for-mobile,
    .qbootstrap-nav .for-mobile {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .qbootstrap-nav .top .site {
        display: none
    }
    .qbootstrap-nav .top p:nth-of-type(2) {
        border-left: 0
    }
    .qbootstrap-nav ul li {
        font-size: 13px
    }
    .qbootstrap-nav ul li a {
        padding: 30px 3px
    }
    .members .sideways.tabs-left {
        left: -52px
    }
}

@media only screen and (max-width:991.98px) {
    .for-desktop,
    .qbootstrap-nav .for-desktop{
        display: none;
    }
    .accommodation .grid-item,
    .accommodation .grid-sizer {
        width: 50%
    }
    .qbootstrap-nav .top{
        height: auto;
    }
    .qbootstrap-nav .top .text-right {
        text-align: center !important
    }
    .qbootstrap-nav .top .qbootstrap-social {
        border-left: 0;
        border-right: 0
    }
    .qbootstrap-nav .top .qbootstrap-social li {
        border-bottom: 0
    }
    .qbootstrap-nav .top .qbootstrap-social li a {
        padding: 5px 7px;
    }
    .hamburger {
        padding: 10px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: absolute;
        top: 25px;
        right: 15px;
        z-index: 9
    }
    .hamburger-box {
        width: 32px;
        height: 21px;
        display: inline-block;
        position: relative
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 32px;
        height: 3px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }
    .hamburger-inner::after,
    .hamburger-inner::before {
        content: "";
        display: block
    }
    .hamburger-inner::before {
        top: -9px
    }
    .hamburger-inner::after {
        bottom: -9px
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: .13s;
        transition-delay: .13s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--collapse .hamburger-inner::after {
        top: -18px;
        transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
    }
    .hamburger--collapse .hamburger-inner::before {
        transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
    }
    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -9px, 0) rotate(-45deg);
        transition-delay: .22s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
    }
    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
    }
    .slide-out-nav {
        text-align: left;
        position: fixed;
        top: 0;
        right: -280px;
        left: auto;
        bottom: 0;
        width: 280px;
        padding: 30px 0;
        background-color: #fff;
        overflow-y: auto;
        z-index: 9999;
        transition: .2s ease-in-out
    }
    .slide-out-nav.nav-open {
        right: 0;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
        height: 100%;
    }
    .qbootstrap-nav ul li {
        display: block;
        border-bottom: 1px solid #00000025
    }
    .qbootstrap-nav ul li a {
        padding: 12px 15px;
        display: block
    }
    .qbootstrap-nav ul li.btn-cta a {
        padding: 5px 15px !important
    }
    .qbootstrap-nav ul li.btn-cta a span {
        width: 100%;
        text-align: center
    }
    .slide-out-nav.fadeInDown {
        -webkit-animation-name: unset;
        animation-name: unset
    }
    .mobile-shift.nav-open {
        left: -280px;
        position: relative;
        transition: left .2s ease-in-out;
        overflow: hidden
    }
    .mobile-shift.nav-open::before,
    .mobile-shift.nav-open:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
        z-index: 9
    }
    .mobile-shift.nav-open .qbootstrap-nav {
        left: -280px;
        right: auto;
        position: fixed;
    }
    .has-dropdown .submenu-button {
        position: absolute;
        right: 0;
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 24px;
        text-align: center
    }
    .qbootstrap-nav {
        height: auto;
    }
    .qbootstrap-nav ul {
        margin: 0;
        height: auto;
    }
    .qbootstrap-nav ul li.has-dropdown .dropdown {
        width: 100%;
        position: relative;
        top: auto;
        box-shadow: none;
        background: 0 0;
        display: none !important
    }
    .qbootstrap-nav ul li.has-dropdown .dropdown.open {
        visibility: visible;
        opacity: 1;
        display: block !important
    }
    .qbootstrap-nav ul li.has-dropdown .dropdown li {
        margin: 0;
        border-bottom: 0
    }
    .qbootstrap-nav ul li.has-dropdown .dropdown li a {
        color: #323232;
        padding: 10px 15px
    }
    .qbootstrap-nav ul li.has-dropdown .dropdown li:last-child {
        border-bottom: 0
    }
    .qbootstrap-nav ul li.has-dropdown .dropdown:before {
        display: none
    }
    .qbootstrap-nav .top .container,
    .qbootstrap-nav .top-menu .container {
        position: relative
    }
    .qbootstrap-nav.sticky-header .top {
        display: none
    }
    .course-entry {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width:990px) {
    .members .sideways.tabs-left {
        left: -72px
    }
}

@media only screen and (max-width:768.98px) {
    #qbootstrap-hero .flexslider .slides li,
    #qbootstrap-hero .flexslider .slider-text{
        min-height: 400px;
    }
    #qbootstrap-hero .flexslider .slider-text>.slider-text-inner{
        height: auto;
        min-height: 400px;
    }
    #qbootstrap-hero .flexslider .flex-control-nav{
        bottom: 5em;
    }
}

@media only screen and (max-width:767.98px) {
    .hamburger {
        top: 10px
    }
    #todaysinfo{
        text-align: center;
        padding: 15px;
    }

    #qbootstrap-hero .flex-direction-nav{
        display: none;
    }
}

@media only screen and (max-width:575.98px) {
    .qbootstrap-nav .top .num {
        font-size: 14px;
        letter-spacing: -.07em
    }
    .members .sideways.tabs-left {
        left: -86px
    }

    #qbootstrap-hero .flexslider .slides li,
    #qbootstrap-hero .flexslider .slider-text{
        min-height: 300px;
    }
    #qbootstrap-hero .flexslider .slider-text>.slider-text-inner{
        height: auto;
        min-height: 300px;
    }
    #qbootstrap-hero .flexslider .flex-control-nav{
        bottom: 2.5em;
    }
    #qbootstrap-intro{
        margin-top: -2em;
    }
}

@media only screen and (max-width:520px) {
    .wb-membership iframe {
        height: 2300px !important
    }
}

@media only screen and (max-width:475px) {
    .members .sideways.tabs-left {
        left: -94px
    }
}

@media only screen and (max-width:414px) {
    .mobile-shift.nav-open,
    .mobile-shift.nav-open .qbootstrap-nav {
        left: -260px
    }
    .slide-out-nav {
        width: 260px;
        right: -260px
    }
    .hamburger.is-active {
        right: 0
    }
}

@media only screen and (max-width:413px) {
    .flex-control-nav li{
        margin: 0 3px !important;
    }
}

@media only screen and (max-width:319.98px) {
    #qbootstrap-hero .flexslider .flex-control-nav li a{
        width: 10px;
        height: 10px;
    }
}
