/* --------------- Global Styles --------------- */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:wght@400;500;600;700;800&family=Playball&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Playball', cursive;
*/

body {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    padding: 0;
    background: #FFF;
    font-size: 16px;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
}

::selection {
    background: #1a95d7;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #1a95d7;
    /* Firefox */
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #1a95d7;
    /* Safari */
    color: #FFF;
    text-shadow: none;
}

a,
btn,
.course .beginn .level {
    text-decoration: none;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

a {
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #f97352;
    outline: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
}

ol,
ul {
    margin: 0px;
    padding: 0;
}

ul li,
ol li {
    color: #6d6d6d;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a1a1a;
}

p {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}

p+p:last-child {
    margin-bottom: 0;
}

h2.title {
    color: #dd2422;
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-family: "Playball";
}

.btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    padding: 5px 40px;
    border: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
    text-shadow: none;
}

.btn-round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.btn-danger {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 4px;
}

.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background: #fff;
    color: #010101;
    border: 2px solid #fff;
    border-radius: 4px;
}

.btn-success {
    background: #dd2422;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #dd2422;
}

.btn-success:hover,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background: #fff;
    color: #010101;
    border-radius: 4px;
    border: 2px solid #fff;
}

.btn-warning {
    background: #dd2422;
    color: #fff;
    border-radius: 35px;
    font-size: 15px;
    font-weight: 400;
}

.btn-warning:hover {
    background: #333;
    color: #fff;
    border-radius: 35px;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    background: #dd2422;
    color: #FFF;
}

.btn-primary {
    background: #dd2422;
    color: #fff;
    border: 2px solid #dd2422;
}

.btn-primary:hover {
    background: none;
    color: #dd2422;
    border: 2px solid #dd2422;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #FFF;
    color: #dd2422;
    border-color: #FFF;
}

.primary-line {
    background: none;
    border: 2px solid #3b6cb4;
    color: #3b6cb4;
    line-height: 40px;
    font-weight: 300;
}

.primary-line:hover {
    border: 2px solid #e3ad21;
    color: #e3ad21;
    background: none;
}

.btn-default {
    background: #dd2422;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.btn-default:hover {
    background: #333;
    color: #fff;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.btn-sm {
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #dd2422;
    padding: 3px 15px;
    line-height: 28px;
}

main.main {
    padding-bottom: 0;
}

section {
    padding: 40px 0;
}

.text-red {
    color: #e04538;
}

.text-blue {
    color: #3b6cb4;
}


/* --------------- Header Styles --------------- */


/*Top Header*/

.top-header {
    /*background: url(../images/top-header-back.jpg) no-repeat;*/
    background: #FFF;
    padding: 1px 0 2px;
    background-size: cover;
    display: none;
}

.top-header ul.email li {
    display: inline-block;
    padding: 3px 0px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
}

.top-header ul.email li:last-child {
    border: none;
}

.top-header ul.email li a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.top-header ul.social-link {
    float: right;
}

.top-header ul.social-link li {
    display: inline-block;
    padding-left: 20px;
}

.top-header ul.social-link li a {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.dropdown-menu.mk-box-to-trigger {
    right: 0;
    width: 250px;
    top: 100%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 15px;
    z-index: 9999;
    border-radius: 0;
}

.top-header .form-control {
    height: 38px;
    background-color: #fff;
    color: #555;
    border: 2px solid #d8d8d8;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-radius: 0;
}

.navbar-fixed-top {
    position: relative;
}

.navbar-default {
    background: #000;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    background-size: cover;
}

.nav>li>a {
    padding: 32px 10px;
    color: #fff;
}

.navbar-brand {
    height: inherit;
    padding: 8px 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
    color: #f97352;
}

.navbar-right {
    padding: 13px 0;
}

.navbar {
    margin-bottom: 0;
}

.navbar-header .navbar-brand>img {
    width: 84px;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu {
    background: #333;
    padding: 8px 0;
    border-top: 2px solid #f97352;
}

.dropdown-menu>li>a,
.nav>li.active .dropdown-menu>li>a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b3b3b3;
    padding: 10px 20px;
}

.dropdown-menu>li>a:hover,
.nav>li.active .dropdown-menu>li>a:hover {
    color: #FFF;
    background: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    min-width: 100%;
}

.banner .carousel-caption h3 {
    font-size: 48px;
    color: rgb(255, 204, 0);
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.banner {
    position: relative;
}

.banner .carousel-caption h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 50px 0;
    margin: 0;
    line-height: 34px;
}

.banner .carousel-caption a.btn {
    margin: 0 10px;
}

.banner .carousel-caption {
    top: 22%;
}

.carousel-control {
    width: 5%;
}

.carousel-control.left,
.carousel-control.right {
    background: #dd2422;
    width: 40px;
    height: 130px;
    top: 46%;
    opacity: 1;
    line-height: 130px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
    color: #000;
    font-size: 18px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
    color: #000;
    font-size: 18px;
}

.contact {
    padding: 30px 0;
    text-align: center;
}

.contact h4 {
    font-size: 22px;
    font-weight: 800;
    color: #e31a32;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.contact h4 span {
    color: #333333;
}

.contact h3 {
    font-size: 26px;
    font-weight: 800;
    color: #e31a32;
    margin: 10px 0 0 0;
    ;
    padding: 0;
}

.about {
    background: #eeeeee;
    padding: 20px 0 40px 0;
}

.career {
    padding-top: 50px;
}

.about h3 {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

.about .news {
    background: url(../images/news.jpg);
    padding: 20px;
    margin: 0 0 20px 0;
}

.about .news h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.about form h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.about form {
    background: url(../images/form-back.jpg);
    padding: 25px 15px;
    margin-top: 2%;
}

.about .form-control {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: #a0a0a0;
    text-transform: uppercase;
}

.about .btn {
    width: 100%;
}

.about .col-md-3 {
    padding: 0;
}

.about .welcome-part {
    background: #fff;
    border-bottom: 4px solid #dd2422;
    border-top: 4px solid #dd2422;
    padding: 25px 15px;
    margin-top: -70px;
}

.about .welcome-part h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
}

.about .welcome-part h2 {
    font-size: 32px;
    color: #dd2422;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 30px 0 20px 0;
}

.about .welcome-part h5 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.about .welcome-part p {
    font-size: 14px;
    font-weight: 500;
    color: #777777;
    text-align: center;
    line-height: 24px;
}

.reason {
    background: url(../images/whyattend_bg-1-1.png) no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.reason .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.reason-part {
    background: #161052;
    padding: 20px;
}

.reason h2 {
    font-size: 42px;
    line-height: 54px;
    color: #db2522;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-family: 'Playball', cursive;
}

.reason p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.reason p i {
    padding-right: 10px;
}

.reason ul {
    margin-left: 1.2em;
    list-style-image: url("../images/rsz_check_mark.png");
}

.reason ul li {
    margin-left: 0.85em;
    margin-bottom: 7px;
    font-size: 14px;
    color: #c1c1c1;
    font-weight: 400;
    line-height: 1.66em;
}

.course {
    background: #fff;
}

.course .beginnpart {
    margin-top: 50px;
}

.course .beginnbox {
    margin-bottom: 30px;
}

.course .beginn {
    width: 92%;
    margin: 0px auto;
}

.course .beginn .advance {
    width: 19%;
}

.course .beginn .level {
    width: 198px;
    height: 198px;
    background: url(../images/level-2.png);
    border-radius: 20px;
    text-align: center;
    float: left;
    margin: 20px 30px;
}

.course .beginn .level:hover {
    background: url(../images/level-1.png);
}

.course .beginn .level img {
    color: #fff;
    font-size: 40px;
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}

.course .beginn .level a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    display: block;
}

.course h2.title {
    color: #dd2422;
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    text-align: center;
    font-family: "Playball";
}

.course p {
    text-align: center;
}

.course .button {
    text-align: center;
}

h3.title2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
}

.why-attend p i {
    color: #803dc1;
}

.why-attend .bottom-text {
    margin-top: 20px;
}

.class-time {
    background: url(../images/time-img.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.class-time .right-text {
    float: right;
}

.class-time .class-img img {
    width: 50%;
}

.class-time .right-text .time {
    padding: 25px 0;
}

.class-time .weekend {
    margin-top: 15px;
    margin-bottom: 15px;
}

.class-time .time .morning-class h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 10px 0px;
}

.class-time .time .morning-class p {
    color: #fff;
    margin: 0 0 7px 0;
}

.serves {
    background: #fff;
}

.serves .serves-text {
    padding-left: 15%;
}

ul.serves-link li {
    line-height: 46px;
}

ul.serves-link li a {
    font-size: 18px;
}

ul.serves-link li a i {
    font-size: 16px;
    color: #dd2422;
}

ul.serves-link li a:hover {
    color: #dd2422;
}

.gallery {
    background: #fff;
    text-align: center;
}

.gallery h2.title3 {
    font-size: 42px;
    color: #dd2422;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px 0;
}

.gallery .school-gallery {
    width: 25%;
    float: left;
}

.gallery .school-gallery img {
    width: 100%;
}

.gallery a {
    text-align: center;
    margin-top: 0px;
}

.gallery img {
    margin-bottom: 30px;
}

.review {
    background: url(../images/review.jpg) no-repeat;
    background-size: cover;
}

.review h2.title {
    color: #FFF;
}

.review p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.review h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.review ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.review ul li {
    position: relative;
    margin: 0 0 6px 0;
    padding: 0 0 0 21px;
    line-height: 24px !important;
}

.review ul li svg {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    fill: #81d742;
}

.review h3 {
    font-size: 24px;
    color: #81d742;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial {
    background: url(../images/testimonial.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonial .testimonial-text {
    background: rgba(59, 82, 30, 0.8);
    padding: 30px 40px;
}

.testimonial .testimonial-text h3 {
    font-size: 20px;
    font-weight: 800;
    color: #dd2422;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.testimonial .testimonial-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
    padding: 0;
    text-align: center;
}

.testimonial .testimonial-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
}

.testimonial a {
    margin-top: 30px;
    background: #fff;
    text-transform: uppercase;
    color: #dd2422;
}

.map {
    margin: 50px 0 0;
}

.footer {
    background: url(../images/footer-backgroound.jpg)no-repeat;
    width: 100%;
    background-size: cover;
    padding: 50px 0 0;
}

.footer h2.footer-title {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.footer h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    padding: 0;
    position: relative;
    font-family: "Playball";
    margin-bottom: 30px;
}

.footer .customer-link ul li {
    line-height: 34px;
}

.footer .customer-link ul li a {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
}

.footer .customer-link ul li a:hover {
    color: #dd2422;
}

.footer .customer-link ul li a i {
    font-size: 12px;
}

.footer .address {
    padding: 0 0 40px 0;
}

.footer .address .footer-email {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin: 15px 0;
    height: 72px;
}

.footer .address .footer-email:last-child {
    margin-bottom: 0;
}

.footer .address .footer-email .icon {
    text-align: right;
}

.footer .address .footer-email .icon svg {
    color: #dd2422;
    width: 32px;
    margin: 0 auto;
    vertical-align: middle;
    fill: #fff;
}

.footer .address .footer-email .email-text {}

.footer .address .footer-email .email-text h4 {
    margin: 0 0 8px 0;
    padding: 0;
    color: #fff;
}

.footer .address .footer-email .email-text P {
    margin: 0;
    padding: 0;
    color: #9e9e9e;
    line-height: 20px;
    font-size: 14px;
}

.footer .address .footer-email .email-text P a {
    color: #9e9e9e;
}

.footer .address .footer-email .email-text P a:hover {
    color: #dd2422;
}

.footer .form-control {
    background: none;
    border: 1px solid #dd2422;
    border-radius: 0;
    color: #a0a0a0;
    text-transform: uppercase;
}

.footer .btn {
    width: 100%;
}

.footer .footer-bottom {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 15px;
    margin-bottom: 40px;
    display: none;
}

.footer .footer-bottom .license {
    background: #fff;
    padding: 10px;
    margin-top: 20px;
}

.footer .footer-bottom .license p {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.footer .footer-bottom h4 {
    color: #dd2422;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .footer-bottom .certificate-con img {
    padding-right: 10px;
}

.copyright {
    background: #000000;
    padding: 15px 0;
}

.copyright p {
    margin: 0;
    color: #fff;
    text-align: left;
}

.copyright ul.social-link {
    float: right;
}

.copyright ul.social-link li {
    display: inline-block;
    padding: 0px 0px;
}

.copyright ul.social-link li a {
    color: #fff;
    font-size: 12px;
    width: 30px;
    height: 30px;
    background: #241d1b;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    padding: 0;
}

.copyright ul.social-link li a:hover {
    background: #241d1b;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}


/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
    right: -12px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */


/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote .review-text {
    background: rgba(57, 80, 29, 0.6);
    padding: 25px 25px;
    border-right: 3px solid #dd2422;
    margin-left: -30px;
}

.item blockquote p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    text-align: left;
}

.carousel-indicators li {
    width: 33px;
    height: 8px;
    background: #fff;
    margin: 0;
}

.carousel-indicators .active {
    width: 33px;
    height: 8px;
    background: #dd2422;
    border: none;
}

.navbar-brand {
    font-size: 24px;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #000;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    position: fixed;
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

.navbar.navbar-fixed-top.fixed-theme .navbar-header .navbar-brand>img {
    width: 52px;
    margin: 3px 0;
}

.navbar.navbar-fixed-top.fixed-theme .nav>li>a {
    padding: 18px 10px;
}

.navbar-nav {
    float: right;
}

.navbar-brand {
    height: inherit;
    padding: 0;
}

.nav>li.active a {
    color: #dd2422;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
    color: #dd2422;
}

.nav>li.active a:hover {
    color: #000;
}

.carousel-control {
    width: 5%;
}

.InnerBanner {
    overflow: hidden;
}

.InnerBanner div {
    background-size: cover;
    background-repeat: no-repeat;
}

#bannerTitle {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 80px;
    margin: 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.text-orange {
    color: #f97352;
}

.panel-group {
    margin-bottom: 30px;
}

.panel-group .panel {
    border-radius: 0;
    border-top: 1px solid #ececec;
}

.panel-group .panel+.panel {
    margin: 0;
}

.panel {
    box-shadow: inherit;
    border: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ececec;
}

.panel-default>.panel-heading {
    position: relative;
    padding: 15px 30px 15px 15px;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    background-color: #fdfdfd;
    border: 0;
    border-radius: 0;
}

.findusTitle {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 40px;
    color: #d01b21;
    font-style: inherit;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 60px;
}

.map_wraper iframe {
    width: 100%;
}

.smallList {
    margin-left: 1.5em;
    list-style-type: disc;
    margin-bottom: 25px;
}

ul li {
    margin-left: 10px;
    font-size: 15px;
}

.about form.PayPal,
#wpmtst-submission-form {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.about form.PayPal label {
    font-weight: 400;
}

.about form.PayPal .form-control {
    height: 44px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.about form.PayPal .form-group {
    margin-bottom: 22px;
}

.strong-content {
    margin: 20px auto 0;
}

.strong-content div {
    box-sizing: border-box;
}

.strong-content .testimonial {
    border: 1px solid #E6E6E6;
    margin: 20px auto;
    text-align: left;
    max-height: none;
    max-width: none;
    padding: 0;
    width: 100%;
    background: none;
}

.strong-content .testimonial:first-child {
    margin-top: 0;
}

.strong-content .testimonial:last-child {
    margin-bottom: 0;
}

.strong-content .testimonial-inner {
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: left;
    display: block;
    width: 100%;
    height: 100%;
}

.strong-content .testimonial-heading {
    background: url("../images/quotes.png") no-repeat scroll left center transparent;
    margin-top: 0;
    padding-left: 40px;
    text-align: left;
    font-size: 24px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}

.strong-content .testimonial-client {
    margin-top: 1em;
    text-align: right;
}

.strong-content .testimonial-name {
    font-weight: bold;
}

.required.symbol:after {
    content: '*';
    color: #FF0000;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

#wpmtst-submission-form label {
    font-size: 15px;
}

.about #wpmtst-submission-form .form-control {
    height: 42px;
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.about #wpmtst-submission-form textarea.form-control {
    height: auto;
}

#wpmtst-submission-form input[type="file"].form-control {
    padding: 0;
    background: no-repeat;
    border: 0;
    box-shadow: initial;
    height: auto;
}

#wpmtst-submission-form .after {
    font-size: .9em;
    font-style: italic;
    display: block;
}

.BartendingBox {
    margin-bottom: 20px;
    min-height: 185px;
}

.BartendingBoximg {
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.img-responsive {
    width: 100%;
}

.mk-box-icon {
    margin-bottom: 30px;
}

.mk-box-icon h4 {
    font-size: 18px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.mk-box-icon i {
    font-size: 16px;
    display: inline-block;
    margin-right: 12px;
    float: left;
    text-align: center;
}

.mk-svg-icon {
    width: 18px;
    margin-right: 10px;
}

.contactRight {}

.contactRight h3 {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 28px;
    color: #404040;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c6c6c6;
}

.contactRightBox {
    display: flex;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.contactRightBox i {
    font-size: 32px;
    ;
    color: #122861;
    margin-right: 15px;
    padding-top: 2px;
}

.contactRightBox h4 {
    letter-spacing: 0px;
    text-transform: initial;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 0 12px;
}

.contactRightBox h5 {
    font-size: 14px;
    text-align: left;
    color: #393836;
    font-weight: inherit;
    text-transform: uppercase;
    line-height: 1.5em;
}

.about .hirebartend-form {
    background: none;
    margin: 30px 0 0;
    padding: 0;
}

.about .hirebartend-form .form-control {
    height: 50px;
    background-color: #fff;
    color: #555;
    border: 2px solid #d8d8d8;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-radius: 0;
}

.about .hirebartend-form textarea.form-control {
    height: auto;
}

.hirebartend-form hr {
    border-color: #c6c6c6;
}

.about .hirebartend-form .btn {
    width: auto;
}

.Hire {
    padding: 50px 0 80px;
}

ol {
    margin-left: 2.35em;
    list-style-position: outside;
    list-style-type: decimal;
    font-size: 15px;
}

ol li {
    margin-bottom: 15px;
}

ol li ul {
    margin-left: 1.5em;
    list-style-type: disc;
}

ol li ul li {
    margin-left: 0.85em;
    margin-bottom: 0;
}

.gal-image-div {
    display: grid;
    /* grid-template-columns: auto auto auto auto auto; */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom: 30px;
}

.gal-image-div .lightbox {
    position: relative;
}

.gal-image-div .lightbox::before {
    content: "\f055";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    position: absolute;
    background-color: rgb(249 115 82 / 85%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 0.3s;
}

.gal-image-div .lightbox:hover::before {
    opacity: 1;
}

.gal-image-div .lightbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.user-gal-img.gal-image-div {
    grid-template-columns: repeat(6, 1fr);
}

.blog-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 5px 5px 0px 0px;
    height: 100%;
}

.blog-text {
    padding: 9px;
}

.blog-text h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 22px;
    color: #1a1a1a;
}

.blog-text h5 a {
    color: #1a1a1a;
}

.blog-text h5 a:hover {
    color: #dd2422;
}

.blog-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #777;
    text-align: inherit;
    word-break: break-all;
}

.blog-content aside {
    margin-bottom: 30px;
}

.pagi-div {
    margin: 0 auto;
    text-align: center;
}

.pagi-div a {
    height: 35px;
    width: 35px;
    color: white;
    background-color: #55585e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pagi-div a.active {
    background-color: #a4cdfd;
    color: black;
}

.home-page-gallery img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Loader and Animation styles
   ========================================================================== */

@media all and (min-width: 1360px) {
    .container-fluid {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/* MD Portrait*/

@media (min-width: 1024px) and (max-width: 1365px) {
    .top-header ul.email li a,
    .top-header ul.social-link li a {
        font-size: 13px;
    }
    .nav>li>a {
        padding: 35px 6px;
    }
    .banner .carousel-caption h3 {
        font-size: 36px;
    }
    .banner .carousel-caption h4 {
        font-size: 17px;
        padding: 35px 0;
    }
    .course .level-text h4 {
        font-size: 17px;
    }
    .course .level-text h5 {
        font-size: 11px;
        line-height: 18px;
    }
    .course .Beginn {
        margin-top: 0;
    }
    .class-time .time .morning-class h4 {
        font-size: 15px;
        margin-top: 0;
    }
    .class-time .time .morning-class p {
        font-size: 10px;
        line-height: 16px;
    }
    .class-time .right-text .time .time-icon {
        margin-right: -15px;
        margin-left: 15px;
    }
    h3.title2 {
        font-size: 18px;
    }
    ul.serves-link li {
        line-height: 32px;
    }
    ul.serves-link li a,
    .copyright p {
        font-size: 12px;
    }
    ul.serves-link li a i,
    .footer .footer-link ul li a {
        font-size: 10px;
    }
    .review h4 {
        font-size: 24px;
    }
    .review .facebook-post .client-post h5,
    .review .facebook-post .client-post h6 {
        font-size: 14px;
        line-height: 24px;
    }
    .footer .address .footer-email .email-text P {
        font-size: 11px;
    }
    .footer .address .footer-email .icon i {
        font-size: 25px;
    }
    .class-time .right-text .weekend {
        padding: 10px 0;
    }
    .course .beginn {
        width: 110%;
    }
    .item blockquote p {
        font-size: 14px;
        line-height: 18px;
    }
    .navbar-brand.fixed-theme {
        width: inherit;
    }
    .footer .customer-link ul li {
        line-height: 24px;
    }
}

@media all and (max-width: 1023px) {
    .top-header {
        display: none;
    }
    .top-header ul.email li a,
    .top-header ul.social-link li a {
        font-size: 13px;
    }
    .navbar-nav li {
        margin: 0;
    }
    .nav>li>a {
        padding: 35px 4px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 9px;
    }
    .banner .carousel-caption h3 {
        font-size: 26px;
    }
    .banner .carousel-caption h4 {
        font-size: 13px;
        padding: 24px 0;
    }
    .btn {
        padding: 0 25px;
    }
    .btn-danger,
    .btn-success {
        font-size: 11px;
    }
    .class-time .class-img img {
        width: 100%;
    }
    .class-time .right-text {
        position: inherit;
        width: 85%;
        margin: 0 auto;
        float: none;
    }
    .serves img {
        width: 100%;
    }
    .about form {
        margin-top: 5%;
    }
    .review h4 {
        font-size: 28px;
    }
    .copyright p {
        font-size: 11px;
    }
    ul.serves-link li {
        line-height: 28px;
    }
    ul.serves-link li a {
        font-size: 14px;
    }
    .course .beginn {
        width: 55%;
    }
    .item blockquote p {
        font-size: 12px;
        line-height: 21px;
    }
    .footer .customer-link ul li {
        line-height: 33px;
    }
    p {
        font-size: 12px;
    }
    .about .Professional p {
        line-height: 18px;
    }
    .footer .footer-bottom h4 {
        font-size: 12px;
    }
    .footer .footer-bottom .license p {
        font-size: 12px;
    }
    .container {
        width: 100%;
    }
    #header-container.container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-brand>img {
        padding-left: 15px;
    }
    .nav>li>a {
        font-size: 10px;
    }
    .navbar-nav {
        padding-right: 15px;
    }
    section {
        padding: 30px 0;
    }
    .top-header ul.email li a,
    .top-header ul.social-link li a {
        font-size: 10px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
        border: none;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #803dc1;
    }
    .navbar-toggle {
        margin-top: 40px;
    }
    .banner .carousel-caption h3 {
        font-size: 28px;
    }
    .banner .carousel-caption h4 {
        font-size: 11px;
        padding: 20px 0;
    }
    .btn-danger,
    .btn-success {
        font-size: 12px;
    }
    .btn {
        line-height: 36px;
        padding: 0 45px;
    }
    .about .Professional h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .course h2.title {
        font-size: 32px;
    }
    .course .level-img {
        margin-top: 0;
    }
    h3.title2 {
        font-size: 17px;
    }
    ul.serves-link li a,
    ul.serves-link li a i {
        font-size: 12px;
    }
    .review h4 {
        font-size: 24px;
    }
    .gallery h2.title3 {
        font-size: 26px;
        margin: 0 0 40px 0;
    }
    .review .facebook-post .client-post h5,
    .review .facebook-post .client-post h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .address .footer-email .icon i {
        font-size: 24px;
    }
    .footer .address .footer-email .email-text P {
        font-size: 12px;
    }
    .footer .address {
        padding: 35px 0;
    }
    .copyright p {
        text-align: center;
    }
    .copyright ul.social-icon {
        float: none;
        text-align: center;
    }
    .footer .footer-link ul {
        padding: 25px 0;
    }
    .carousel-control.left,
    .carousel-control.right {
        display: none;
    }
    .nav>li>a {
        font-size: 10px;
    }
    .banner .carousel-caption {
        top: 40%;
    }
    .about .welcome-part {
        position: inherit;
        top: 0;
    }
    .course .beginn {
        width: 74%;
    }
    .navbar-brand.fixed-theme {
        width: inherit;
    }
    .about form {
        margin-top: 0;
    }
    .item blockquote p {
        font-size: 10px;
        line-height: 16px;
    }
    .item blockquote .review-text {
        padding: 7px 15px;
    }
    .copyright ul.social-link {
        float: none;
        text-align: center;
    }
    .reasonimg {
        display: none;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        min-width: 100%;
        height: 400px;
        object-fit: cover;
        width: 100%;
    }
}


/* XS Portrait */

@media all and (max-width: 768px) {
    section {
        padding: 30px 0;
    }
    .top-header ul.email li a,
    .top-header ul.social-link li a {
        font-size: 10px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: none;
        border: none;
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #803dc1;
    }
    .navbar-toggle {
        margin-top: 40px;
    }
    .banner .carousel-caption h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .banner .carousel-caption h4 {
        font-size: 11px;
        padding: 20px 0;
        display: none;
    }
    .btn-danger,
    .btn-success {
        font-size: 12px;
    }
    .btn {
        line-height: 36px;
        padding: 0 45px;
    }
    .about .Professional h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .course h2.title {
        font-size: 32px;
    }
    .course .level-img {
        margin-top: 0;
    }
    h3.title2 {
        font-size: 17px;
    }
    ul.serves-link li a,
    ul.serves-link li a i {
        font-size: 12px;
    }
    .review h4 {
        font-size: 24px;
    }
    .gallery h2.title3 {
        font-size: 26px;
        margin: 0 0 40px 0;
    }
    .review .facebook-post .client-post h5,
    .review .facebook-post .client-post h6 {
        font-size: 14px;
        line-height: 20px;
    }
    .footer .address .footer-email .icon i {
        font-size: 24px;
    }
    .footer .address .footer-email .email-text P {
        font-size: 12px;
    }
    .footer .address {
        padding: 35px 0;
    }
    .copyright p {
        text-align: center;
    }
    .copyright ul.social-icon {
        float: none;
        text-align: center;
    }
    .footer .footer-link ul {
        padding: 25px 0;
    }
    .carousel-control.left,
    .carousel-control.right {
        display: none;
    }
    .nav>li>a {
        font-size: 10px;
    }
    .banner .carousel-caption {
        top: 25%;
        padding-bottom: 0;
    }
    .about .welcome-part {
        position: inherit;
        top: 0;
        margin-bottom: 50px;
    }
    .course .beginn {
        width: 74%;
    }
    .navbar-brand.fixed-theme {
        width: inherit;
    }
    .about form {
        margin-top: 0;
    }
    .item blockquote p {
        font-size: 10px;
        line-height: 16px;
    }
    .item blockquote .review-text {
        padding: 7px 15px;
    }
    .copyright ul.social-link {
        float: none;
        text-align: center;
    }
    .navbar.navbar-fixed-top.fixed-theme .nav>li>a {
        padding: 0px 0px;
    }
    .navbar-nav {
        margin: 0 auto;
        float: unset;
        text-align: center;
    }
}


/* XXS Portrait */

@media (max-width: 767px) {
    .user-gal-img.gal-image-div {
        grid-template-columns: repeat(3, 1fr);
    }
    #header-container.container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>li>a {
        font-size: 13px;
        padding: 5px 20px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
        background-color: #000;
        border: 0;
    }
    .nav>li.active a,
    .nav>li>a:focus,
    .nav>li>a:hover {
        color: #000;
    }
    .navbar-toggle {
        margin-top: 10px;
        border: 1px solid #fff;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .banner .carousel-caption h3 {
        font-size: 13px;
    }
    .banner .carousel-caption h4 {
        font-size: 5px;
        padding: 8px 0;
    }
    .btn-danger,
    .btn-success {
        font-size: 8px;
    }
    .btn {
        line-height: 30px;
        padding: 0 20px;
    }
    .banner .btn {
        line-height: 24px;
    }
    .navbar-brand>img {
        width: 130px;
    }
    .banner .carousel-caption {
        top: 27%;
    }
    .item blockquote .review-text {
        margin-left: 0;
    }
    .gallery img {
        width: 100%;
    }
    .course .beginn {
        width: 100%;
    }
    .class-time .time .morning-class h4 {
        font-size: 14px;
    }
    .class-time .time .morning-class p {
        font-size: 12px;
        line-height: 16px;
    }
    h2.title {
        font-size: 30px
    }
    .course .beginn .level {
        float: none;
        margin: 20px auto
    }
    h3.title2 {
        margin-top: 30px;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        height: 300px;
    }
}