#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999999 !important
}
.ban {
  height: 80vh; /* Full-screen height */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ban-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send the image to the back */
}
.ban-cont {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.ban-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ban-btn {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #070707;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.ban-btn:hover {
  background-color: transparent;
  color: #030303;
  border: 1px solid rgb(8, 8, 8);
  text-decoration: none;
}
[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #d71921;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    color: #555
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600
}

p {
    margin-bottom: 30px
}

strong {
    font-weight: 600
}

label {
    font-weight: 500;
    margin-bottom: 3px
}

hr {
    margin: 30px 0 30px 0;
    border-color: #d2d8dd;
    opacity: 1
}

hr.dashed {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px dashed #ddd
}

hr.rope {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    background: url(../img/rope.png) repeat-x 0 0;
    height: 8px
}

hr.rope.more_margin {
    margin-top: 60px;
    margin-bottom: 60px
}

hr.rope_2 {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    background: url(../img/rope_2.png) repeat-x 0 0;
    height: 8px
}

.box-ribbon {
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    position: relative
}

.rectangle {
    background: #d71921;
    height: 30px;
    width: 100%;
    position: relative;
    left: -26px;
    top: -5px;
    float: left;
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 9
}

.rectangle h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 0 0 15px;
    padding: 0
}

.triangle-l {
    border-color: transparent #d71921 transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -36px;
    top: 15px
}

a {
    color: #d71921;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none
}

.slide-animated {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease
}

.is-transitioned .slide-animated {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.is-transitioned .slide-animated.one {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s
}

.is-transitioned .slide-animated.two {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s
}

.is-transitioned .slide-animated.three {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s
}

.is-transitioned .slide-animated.four {
    transition-delay: 2.5s;
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s
}

a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #d71921;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem
}

a.btn_1:hover,
.btn_1:hover {
    background: #111;
    color: #fff
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px !important
}

a.btn_1.medium,
.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px
}

a.btn_1.outline,
.btn_1.outline {
    border: 2px solid #d71921;
    color: #d71921;
    padding: 11px 40px;
    background: none
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
    background: #111;
    color: #fff;
    border-color: #111
}

a.btn_1.outline:focus,
.btn_1.outline:focus {
    outline: none
}

a.btn_1.white,
.btn_1.white {
    background-color: #fff;
    color: #d71921
}

a.btn_1.white:hover,
.btn_1.white:hover {
    background: #111;
    color: #fff
}

@media (max-width: 1199px) {
    .container {
        max-width: 95% !important
    }
}

header {
    background: #d71921 url(../img/bg_header.png) no-repeat center top;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 999;
    padding: 15px 0
}

@media (max-width: 991px) {
    header {
        position: static
    }
}

#phone a {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff
}

@media (max-width: 767px) {
    #phone a strong {
        display: none
    }
}

ul#top_nav {
    list-style: none;
    padding: 0;
    margin: 0 25px 0 0;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500
}

ul#top_nav li {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-right: 5px;
    padding-left: 7px
}

ul#top_nav li:first-child {
    border-left: none
}

ul#top_nav a {
    color: #fff
}

ul#top_nav a:hover {
    opacity: 0.7
}

nav.main_nav {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 999
}

@media (max-width: 991px) {
    nav.main_nav {
        position: absolute
    }
}

nav.main_nav #menu_container {
    background-color: #111
}

.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li.normal_drop_down {
    position: relative
}

ul.sf-menu li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.sf-menu>li {
    float: left
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.sf-menu {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem
}

.sf-menu ul {
    min-width: 12em
}

.sf-menu ul li {
    white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s
}

.sf-menu a {
    padding: 0.8em 1.8em;
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

.sf-menu ul li a {
    background: #222;
    min-width: 200px;
    text-transform: none;
    font-weight: 500
}

.sf-menu ul li a:hover {
    background: #d71921
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #d71921;
    -webkit-transition: none;
    transition: none;
    color: #fff
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.5)
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: rgba(255, 255, 255, 0.5)
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: white
}

.mobnav-subarrow {
    display: none
}

.sf-menu .sf-mega {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    z-index: 99999;
    background: #222;
    padding: 30px;
    width: 100%
}

.sf-menu .sf-mega h5 {
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem
}

.sf-menu .sf-mega ul.mega_submenu {
    display: block;
    float: none;
    width: 100%;
    position: inherit;
    padding: 0;
    margin: 0;
    list-style: none
}

.sf-menu .sf-mega ul.mega_submenu li {
    text-transform: none;
    font-weight: 400;
    box-shadow: none
}

.sf-menu .sf-mega ul.mega_submenu li a {
    color: #fff;
    padding: 10px;
    border-bottom: 1px dotted #555;
    font-weight: 500
}

.sf-menu .sf-mega ul.mega_submenu li:last-child a {
    border-bottom: none
}

a.pic_offer {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    left: 0;
    overflow: hidden
}

.pic_offer strong {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    background-color: #111;
    padding: 5px 10px;
    text-transform: none;
    z-index: 2
}

.pic_offer img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.pic_offer img:hover {
    transform: scale(1.1)
}

#mobnav-btn {
    display: none
}

@media (max-width: 767px) {
    #mobnav-btn {
        display: block;
        margin-left: 15px;
        margin-top: -1px;
        cursor: pointer
    }

    .mobnav-subarrow {
        display: block;
        height: 47px;
        width: 100%;
        background-position: top left !important;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .sf-menu .sf-mega {
        padding: 10px;
        border-top: none
    }

    .sf-arrows .sf-with-ul:after {
        top: 50%;
        right: 20px
    }

    .sf-menu {
        width: 100% !important;
        display: none
    }

    .sf-menu.xactive {
        display: block !important
    }

    .sf-menu li {
        float: none !important;
        display: block !important;
        width: 100% !important
    }

    .sf-menu li a {
        float: none !important
    }

    .sf-menu ul {
        position: static !important;
        display: none !important
    }

    .sf-mega {
        position: static !important;
        display: none !important
    }

    .xpopdrop ul {
        display: block !important
    }

    .xpopdrop .sf-mega {
        display: block !important
    }

    .mega_drop_down {
        position: relative
    }

    .sf-menu ul li,
    .sf-menu .sf-mega {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .sf-menu .sf-mega ul.mega_submenu {
        margin-bottom: 25px
    }
}

footer {
    background-color: #252525;
    position: relative;
    color: #fff;
    padding: 60px 0 0 0
}

footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem
}

@media (max-width: 767px) {
    footer h5 {
        margin-bottom: 10px
    }
}

footer hr {
    opacity: 0.1
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0
}

footer a {
    color: #fff
}

footer a:hover {
    color: #fff;
    opacity: 0.7
}

footer .copy {
    text-align: center;
    padding: 25px 0;
    background-color: #111;
    font-size: 13px;
    font-size: 0.8125rem
}

.social ul {
    display: block;
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0
}

.social ul li {
    display: inline-block;
    margin: 0 5px
}

.social ul li a {
    display: block;
    color: #fff
}

.social ul li a:hover {
    opacity: 0.7
}

.social ul li a i {
    font-size: 21px;
    font-size: 1.3125rem
}

.styled-select.lang-selector {
    max-width: 180px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-right: 0;
    position: relative
}

.styled-select.lang-selector:after {
    font-family: "bootstrap-icons";
    content: "\F3EE";
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2
}

.styled-select.lang-selector select {
    background: transparent;
    width: 110%;
    padding-left: 15px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    color: #ccc;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none
}

.styled-select.lang-selector select:focus {
    color: #fff;
    outline: none;
    box-shadow: none
}

.styled-select.lang-selector select::-ms-expand {
    display: none
}

.styled-select.lang-selector select option {
    color: #555
}

.footer_links {
    margin-bottom: 25px
}

.footer_links ul {
    line-height: 1.9
}

.footer_links ul li a {
    display: inline-block;
    color: #fff
}

.footer_links ul li a:hover {
    transform: translateX(10px)
}

#newsletter .form-group {
    position: relative
}

#newsletter h5 {
    margin: 0 0 25px 0
}

@media (max-width: 767px) {
    #newsletter h5 {
        margin: 0 0 15px 0
    }
}

#newsletter .form-group {
    position: relative
}

#newsletter input[type='email'] {
    border: 0;
    height: 45px;
    border-radius: 3px;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff
}

#newsletter input[type='email']:focus {
    border: 0;
    box-shadow: none
}

#newsletter button[type='submit'] {
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    top: 2px;
    border: 0;
    opacity: 0.6;
    height: 45px;
    cursor: pointer;
    background-color: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none
}

#newsletter button[type='submit']:hover {
    opacity: 1
}

.footer_waves {
    position: absolute;
    top: -24px;
    width: 100%;
    height: 25px;
    background: url(../img/waves_2.png) repeat-x 0 1px;
    left: 0
}

.hero {
    color: #fff;
    position: relative;
    overflow: hidden
}

.hero.full-height {
    height: 100vh
}

@media (max-width: 991px) {
    .hero.full-height {
        min-height: 600px
    }
}

@media (max-width: 767px) {
    .hero.full-height {
        height: 87vh
    }
}

.hero.medium-height {
    height: 80vh
}

@media (max-width: 991px) {
    .hero.medium-height {
        min-height: 600px
    }
}

.hero.small-height {
    height: 60vh
}

@media (max-width: 991px) {
    .hero.small-height {
        min-height: 450px
    }
}

.hero .wrapper {
    text-align: left;
    height: 100%
}

.hero .wrapper small {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: "Rock Salt", cursive
}

.hero .wrapper h1,
.hero .wrapper h3 {
    color: #fff;
    font-size: 51px;
    font-size: 3.1875rem;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 767px) {

    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media (max-width: 575px) {

    .hero .wrapper h1,
    .hero .wrapper h3 {
        font-size: 32px;
        font-size: 2rem
    }
}

.hero .wrapper p {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0
}

.hero .wrapper p strong {
    font-weight: 600
}

@media (max-width: 767px) {
    .hero .wrapper p {
        padding: 0;
        font-size: 18px;
        font-size: 1.125rem
    }
}

#waves {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 26px;
    background: url(../img/waves_white.png) repeat-x 0 0;
    left: 0;
    z-index: 99
}

.box_container a {
    background: #fff url(../img/waves.png) repeat-x left bottom;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: block;
    color: #555;
    position: relative
}

.box_container a h3 {
    font-size: 24px;
    font-size: 1.5rem
}

.box_container a i {
    font-size: 42px;
    font-size: 2.625rem;
    color: #d71921;
    width: 42px;
    height: 42px;
    float: right;
    margin: -5px 10px 15px 20px
}

.box_container a:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2)
}

.box_container a:hover h3 {
    color: #d71921
}

.media {
    display: flex;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .media {
        display: block
    }
}

.media h3 {
    font-size: 21px;
    font-size: 1.3125rem
}

@media (max-width: 767px) {
    .media h3 {
        margin-top: 10px
    }
}

.media h3 span {
    font-family: "Rock Salt", cursive;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold
}

.media ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.media ul li {
    display: inline-block;
    margin-left: 5px;
    padding-left: 8px;
    border-left: 1px solid #d2d8dd
}

.media ul li i {
    font-size: 18px;
    font-size: 1.125rem
}

.media ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.media.booking_course p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4
}

.popover {
    font-family: "Poppins", sans-serif !important
}

#map_wrapper {
    width: 100%;
    height: 400px
}

#map_wrapper_2 {
    width: 100%;
    height: 360px
}

#map_canvas {
    width: 100%;
    height: 100%
}

#carousel-home {
    position: relative
}

#carousel-home .static {
    position: static
}

#carousel-home .cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-height: none !important;
    z-index: 2;
    opacity: 1 !important
}

#carousel-home .owl-carousel {
    position: relative
}

#carousel-home .owl-carousel .owl-slide {
    height: 85vh;
    position: relative
}

#carousel-home .owl-carousel .owl-slide-animated {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    transition: all 0.05s ease
}

#carousel-home .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#carousel-home .owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s
}

#carousel-home .owl-carousel .owl-slide-title-2.is-transitioned {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s
}

#carousel-home .owl-carousel .owl-slide-title-3.is-transitioned {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s
}

#carousel-home .owl-carousel .owl-slide-title-4.is-transitioned {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s
}

#carousel-home .owl-carousel .owl-dots .owl-dot,
#carousel-home .owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none
}

#carousel-home .owl-carousel .owl-dots {
    margin-top: 0 !important;
    right: 15px;
    width: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 3
}

#carousel-home .owl-carousel.nav-dots-orizontal .owl-dots {
    margin-top: 20px !important;
    width: 100%;
    position: static;
    border: 2px solid #fff
}

#carousel-home .owl-theme .owl-dots .owl-dot span {
    border: 2px solid rgba(255, 255, 255, 0.4)
}

#carousel-home .owl-theme .owl-dots .owl-dot.active span,
#carousel-home .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fff
}

#carousel-home .owl-theme .owl-dots .owl-dot span::before {
    content: '';
    background-color: #fff !important
}

.slide-text h2,
.slide-text h3 {
    font-size: 51px;
    font-size: 3.1875rem;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 767px) {

    .slide-text h2,
    .slide-text h3 {
        font-size: 42px;
        font-size: 2.625rem
    }
}

.slide-text small {
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px 0;
    font-family: "Rock Salt", cursive
}

.slide-text p {
    font-size: 21px;
    font-size: 1.3125rem
}

.slide-text.white {
    color: #fff
}

.slide-text.white h2,
.slide-text.white h3 {
    color: #fff
}

.slide-text.black {
    color: #111
}

.slide-text.black h2 {
    color: #000
}

#icon_drag_mobile {
    position: absolute;
    right: 20px;
    bottom: 30px;
    background: url(../img/drag_icon.svg) 0 0 no-repeat;
    width: 50px;
    height: 30px;
    opacity: 0.6;
    z-index: 99;
    display: none
}

@media (max-width: 767px) {
    #icon_drag_mobile {
        display: block
    }
}

.feature-box {
    clear: both
}

.feature-box .feature-box-icon {
    border: 3px double #ededed;
    border-radius: 45px;
    color: #d71921;
    display: inline-block;
    float: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 55px;
    margin-right: 5px;
    text-align: center;
    width: 60px;
    height: 60px
}

.feature-box .feature-box-info {
    padding-left: 75px
}

.feature-box .feature-box-info h4 {
    font-size: 21px;
    font-size: 1.3125rem
}

ul.social_team {
    font-size: 16px;
    font-size: 1rem
}

ul.social_team li {
    display: inline-block;
    line-height: 1;
    text-align: center
}

blockquote.testimonial {
    background: #f2f1e6;
    border-radius: 5px;
    border: 0;
    font-family: Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 30px 30px 30px 35px;
    position: relative
}

blockquote.testimonial:before {
    left: 7px;
    top: 5px;
    color: #333;
    content: "\201C";
    font-size: 60px;
    font-size: 3.75rem;
    font-style: normal;
    line-height: 1;
    position: absolute
}

.testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f2f1e6;
    height: 0;
    margin: 0 0 0 25px;
    width: 0
}

.testimonial-author {
    margin: 8px 0 0 8px
}

.testimonial-author .img-thumbnail {
    float: left;
    margin-right: 10px
}

.testimonial-author .img-thumbnail img {
    max-width: 60px
}

.testimonial-author strong {
    color: #111;
    display: block;
    padding-top: 7px
}

.testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
    font-size: 0.75rem
}

.testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left
}

.box_style_1 {
    background: #252525;
    padding: 25px 25px 5px 25px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 5px
}

.box_style_1 .price {
    font-size: 42px;
    font-size: 2.625rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.box_style_1 .price small {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500
}

.course_detail_list {
    margin-bottom: 30px
}

.course_detail_list figure {
    overflow: hidden;
    border-radius: 5px;
    border: 5px solid #ededed;
    margin-bottom: 20px;
    display: inline-block
}

.course_detail_list figure a img {
    max-width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.course_detail_list figure a img:hover {
    transform: scale(1.1)
}

.course_detail_list h3 {
    font-size: 21px;
    font-size: 1.3125rem
}

.course_detail_list h3 span {
    font-weight: normal;
    font-family: "Rock Salt", cursive;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    color: #777;
    margin: 0 0 10px;
    transform: rotate(-10deg);
    transform-origin: 0
}

.item-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.item-img img {
    max-width: 100%
}

.item-img .content {
    position: absolute;
    text-align: center;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
    opacity: 0
}

.item-img .content a {
    opacity: 0;
    transition: 0.2s ease;
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.item:hover .content {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 1
}

.item:hover .content a {
    opacity: 1;
    color: #fff
}

a.box_contents {
    margin: 0 10px 45px 10px;
    display: block;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff
}

a.box_contents .wrapper {
    padding: 20px 40px 50px 60px;
    position: relative
}

a.box_contents figure {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease
}

a.box_contents figure img {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

a.box_contents figure em {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 10px;
    background-color: #d71921;
    color: #fff;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem
}

a.box_contents small {
    font-weight: 600;
    color: #ddd;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: 40px;
    display: block;
    width: 150%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 2px
}

a.box_contents small:after {
    background-color: #eee;
    width: 100%;
    height: 1px;
    content: "";
    display: inline-block;
    margin: 4px
}

a.box_contents h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px
}

a.box_contents em {
    font-style: normal;
    font-weight: 600;
    position: relative
}

a.box_contents em:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 10px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: #32a067
}

a.box_contents:hover em:before {
    width: 100%;
    background-color: #555
}

a.box_contents:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#comments {
    margin-bottom: 25px
}

#comments ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#comments ul li {
    padding: 25px 0 0 0;
    list-style: none
}

#comments .replied-to {
    margin-left: 35px
}

@media (max-width: 767px) {
    #comments .replied-to {
        margin-left: 20px
    }
}

.avatar {
    float: left;
    margin-right: 25px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

@media (max-width: 767px) {
    .avatar {
        float: none;
        margin: 0 0 5px 0
    }
}

.avatar img {
    width: 68px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.comment_right {
    display: table;
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 20px 0 20px;
    position: relative
}

.comment_right:after,
.comment_right:before {
    right: 100%;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.comment_right:after {
    background-color: transparent;
    border-right-color: #f7f7f7;
    border-width: 15px;
    margin-top: -15px
}

.comment_right:before {
    border-color: transparent;
    border-width: 16px;
    margin-top: -16px
}

.comment_info {
    padding-bottom: 7px
}

.comment_info span {
    padding: 0 10px
}

#map {
    width: 100%;
    height: 350px
}

ul#follow_us_contacts {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0
}

ul#follow_us_contacts li {
    position: relative;
    padding-left: 45px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 15px
}

ul#follow_us_contacts li a i {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: normal
}

ul#follow_us_contacts li a i:hover i {
    color: #d71921
}

.info_content h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 10px 0 5px 0
}

.info_content {
    width: 250px;
    height: auto;
    line-height: 16px
}

.info_content p {
    margin-bottom: 0;
    color: #111
}

.bg_gray {
    background-color: #f8f8f8
}

ul.list_ok {
    list-style: none;
    margin: 25px 0 30px 0;
    padding: 0
}

ul.list_ok li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px
}

ul.list_ok li:before {
    font-family: "bootstrap-icons";
    content: "\F271";
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 26px;
    font-size: 1.625rem;
    color: #99ff99
}

ul.buttons_list {
    font-weight: 500
}

ul.buttons_list li a {
    font-size: 16px;
    font-size: 1rem
}

ul.buttons_list li a i {
    font-size: 21px;
    font-size: 1.3125rem
}

ul.list_1 {
    list-style: none;
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem
}

ul.list_1 li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef
}

ul.list_1 li a:after {
    font-family: "fontello";
    content: "\e89b";
    float: right
}

.img-circle.styled {
    background-color: #ededed;
    -moz-box-shadow: 0px 0px 0px 5px #ededed;
    -webkit-box-shadow: 0px 0px 0px 5px #ededed;
    box-shadow: 0px 0px 0px 5px #ededed;
    margin: 5px;
    border-radius: 50%
}

.img-circle.styled.team {
    border-radius: 50%;
    background-color: #ededed;
    -moz-box-shadow: 0px 0px 0px 5px #ededed;
    -webkit-box-shadow: 0px 0px 0px 5px #ededed;
    box-shadow: 0px 0px 0px 5px #ededed;
    margin: 5px 15px
}

.img-rounded.styled {
    border-radius: 5px;
    background-color: #ededed;
    -moz-box-shadow: 0px 0px 0px 5px #ededed;
    -webkit-box-shadow: 0px 0px 0px 5px #ededed;
    box-shadow: 0px 0px 0px 5px #ededed;
    margin-bottom: 15px
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.form-control,
.form-select {
    height: 46px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    color: #495057
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #ccc
}

.form-control.style_2,
.form-select.style_2 {
    background-color: #f9f9f9
}

.form-group {
    position: relative;
    margin-bottom: 1rem
}

.form-group .input-icon {
    position: absolute;
    right: 12px;
    top: 7px;
    width: 32px;
    height: 24px;
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: right
}

.error_message {
    color: red;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500
}

#toTop {
    width: 90px;
    background: #fff;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #222;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
    z-index: 999;
    border: 1px solid #ededed
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

.nomargin_top {
    margin-top: 0
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}

@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width: 991px) {
    .margin_80 {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

.margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px
}

@media (max-width: 991px) {
    .margin_80_55 {
        padding-top: 60px;
        padding-bottom: 35px
    }
}

.margin_80_0 {
    padding-top: 80px
}

@media (max-width: 991px) {
    .margin_80_0 {
        padding-top: 60px
    }
}

.margin_60_0 {
    padding-top: 60px
}

@media (max-width: 991px) {
    .margin_60_0 {
        padding-top: 60px
    }
}

.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px
}

@media (max-width: 991px) {
    .margin_30_95 {
        padding-top: 15px;
        padding-bottom: 35px
    }
}

@media (max-width: 991px) {
    .hidden_tablet {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden_mobile {
        display: none !important
    }
}

.clear:after,
.pagination:after,
.clear:before,
.pagination:before {
    content: "";
    display: table
}

.clear:after,
.pagination:after {
    clear: both
}

.pagination__wrapper {
    height: 50px;
    padding-top: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%
}

.pagination__wrapper:before {
    top: -1px
}

.pagination__wrapper:after {
    bottom: -1px
}

@keyframes hoverAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination li {
    display: block;
    float: left;
    padding: 5px
}

.pagination li:first-child {
    border: none
}

.pagination a,
.pagination span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0
}

.pagination a {
    outline: none;
    position: relative;
    transition: all 170ms linear
}

.pagination a:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 270ms linear;
    top: 50%;
    width: 0
}

.pagination a:hover:not(.active) {
    color: #000
}

.pagination a:hover:not(.active):before {
    animation: hoverAnimation 810ms linear forwards;
    height: 40px;
    width: 40px
}

.pagination a.active {
    background: #d71921;
    color: #fff;
    cursor: default
}

.pagination .prev,
.pagination .next {
    font-size: 28px;
    font-size: 1.75rem
}