/******************************************************************
  Template Name: Dreams
  Description:  Dreams Car Driving HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Feature Section
6.  Application Form Section
7.  Pricing Section
8.  Team Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

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

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 45px;
}

.section-title.center-title {
    text-align: center;
}

.section-title span {
    color: #e90319;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.section-title h2 {
    color: #111111;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #ffffff;
    background: #e90319;
    letter-spacing: 1px;
}

.primary-btn.second-bg {
    background: #e90319;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    background: #e90319;
    font-weight: 700;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 30px;
}

.site-btn.second-bg {
    background: #e90319;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
    background: #f8f9fa;
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
}

.header.header--normal {
    position: relative;
}

.header__logo {
    padding: 0px 0 0px;
    z-index: 1;
}

.header__logo::before {
    position: absolute;
    left: -400px;
    top: 0;
    width: 580px;
    height: 100%;
    background: #f8f9fa;
    content: "";
    z-index: -1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
}

.header__logo a {
    display: inline-block;
}

.header__menu {
    padding: 30px 0px;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.header__menu ul li.active a:after {
    opacity: 1;
}

.header__menu ul li:hover a:after {
    opacity: 1;
}

.header__menu ul li:hover .dropdown {
    top: 33px;
    opacity: 1;
    visibility: visible;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 150px;
    background: #e90319;
    text-align: left;
    padding: 2px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}

.header__menu ul li .dropdown li a {
    font-size: 14px;
    color: #e90319;
    font-weight: 400;
    padding: 8px 20px;
    text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
    display: none;
}

.header__menu ul li a {
    font-size: 14px;
    font-weight: 700;
    /*text-transform: uppercase;*/
    color: #e90319;
    display: block;
    padding: 6px 0;
    position: relative;
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e90319;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
}

.header__right {
    text-align: right;
    padding: 55px 0;
}

.header__right__search {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    margin-right: 15px;
}

.header__right__search:after {
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
}

.header__right__search i {
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}

.header__right__social {
    display: inline-block;
    margin-right: 25px;
}

.header__right__social a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-right: 20px;
}

.header__right__social a:last-child {
    margin-right: 0;
}

.header__right__btn {
    display: inline-block;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
    height: 580px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__text h5 {
    font-size: 28px !important;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.hero__text h6 {
    font-size: 20px !important;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}


.hero__text h2 {
    font-size: 27px !important;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero__text h1 {
    font-size: 67px !important;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero__text .second-bg {
    margin-left: 15px;
}

/*---------------------
  About Video
-----------------------*/

.about-video {
    position: relative;
    z-index: 1;
}

.about__video__bg {
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__video__bg .play-btn {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    background: #e90319;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.about__video__text {
    border: 1px solid #e1e1e1;
    padding: 70px 50px 70px 65px;
    height: 550px;
    background: #ffffff;
}

.about__video__text .section-title {
    margin-bottom: 20px;
}

.about__video__text p {
    margin-bottom: 26px;
}

.p_font_size {
    font-size: 14px;
    text-align: justify;
}

/*---------------------
  Application Form
-----------------------*/

.application-form {
    background: #f5f5f5;
    -webkit-clip-path: polygon(50% 0, 100% 21%, 100% 100%, 50% 100%, 0 100%, 0% 21%);
    clip-path: polygon(50% 0, 100% 21%, 100% 100%, 50% 100%, 0 100%, 0% 21%);
    padding-top: 290px;
    margin-top: -190px;
    padding-bottom: 70px;
}

.application-form.courses--page {
    margin-top: 0;
    padding-top: 65px;
    -webkit-clip-path: none;
    clip-path: none;
    background: transparent;
    padding-bottom: 0;
}

.application-form.pricing--page {
    margin-top: 0;
    padding-top: 0;
    -webkit-clip-path: none;
    clip-path: none;
    background: transparent;
    padding-bottom: 90px;
}

.application-form.pricing--page .application__form__content {
    background: #f5f5f5;
}

.application-form.pricing--page .application__form__content .section-title span {
    color: #0071e4;
}

.application-form.pricing--page .application__form__content .section-title h2 {
    color: #111111;
}

.application-form.pricing--page .application__form__content form input {
    color: #444444;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.application-form.pricing--page .application__form__content form input::-webkit-input-placeholder {
    color: #444444;
}

.application-form.pricing--page .application__form__content form input::-moz-placeholder {
    color: #444444;
}

.application-form.pricing--page .application__form__content form input:-ms-input-placeholder {
    color: #444444;
}

.application-form.pricing--page .application__form__content form input::-ms-input-placeholder {
    color: #444444;
}

.application-form.pricing--page .application__form__content form input::placeholder {
    color: #444444;
}

.application-form.pricing--page .application__form__content form .nice-select {
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.application-form.pricing--page .application__form__content form .nice-select span {
    color: #444444;
}

.application-form.pricing--page .application__form__content form .nice-select:after {
    border-bottom: 1.5px solid rgba(17, 17, 17, 0.7);
    border-right: 1.5px solid rgba(17, 17, 17, 0.7);
}

.application-form .application__form__content {
    background: #e90319;
    padding: 70px;
}

.application-form .application__form__content .section-title span {
    color: #ffffff;
}

.application-form .application__form__content .section-title h2 {
    color: #ffffff;
}

.application-form .application__form__content form input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #ffffff;
}

.application-form .application__form__content form input::-webkit-input-placeholder {
    color: #ffffff;
}

.application-form .application__form__content form input::-moz-placeholder {
    color: #ffffff;
}

.application-form .application__form__content form input:-ms-input-placeholder {
    color: #ffffff;
}

.application-form .application__form__content form input::-ms-input-placeholder {
    color: #ffffff;
}

.application-form .application__form__content form input::placeholder {
    color: #ffffff;
}

.application-form .application__form__content form .nice-select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.application-form .application__form__content form .nice-select span {
    color: #ffffff;
}

.application-form .application__form__content form .nice-select:after {
    border-color: #ffffff;
}

.application-form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    margin-bottom: 30px;
}

.application-form form input::-webkit-input-placeholder {
    color: #444444;
}

.application-form form input::-moz-placeholder {
    color: #444444;
}

.application-form form input:-ms-input-placeholder {
    color: #444444;
}

.application-form form input::-ms-input-placeholder {
    color: #444444;
}

.application-form form input::placeholder {
    color: #444444;
}

.application-form form .nice-select {
    height: 50px;
    line-height: 50px;
    width: 100%;
    float: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: 30px;
}

.application-form form .nice-select span {
    color: #444444;
}

.application-form form .nice-select:after {
    border-bottom: 1.5px solid rgba(17, 17, 17, 0.7);
    border-right: 1.5px solid rgba(17, 17, 17, 0.7);
    height: 7px;
    right: 22px;
    width: 7px;
}

.application-form form .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}

/*---------------------
  Pricing
-----------------------*/

.pricing {
    padding-bottom: 70px;
}

.pricing.pricing--page .section-title h2 {
    color: #111111;
}

.pricing.pricing--page .pricing__item {
    background: #f5f5f5;
}

.pricing.pricing--page .pricing__item:hover {
    background: #e90319;
}

.pricing.pricing--page .pricing__item:hover .pricing__item__title span {
    color: #ffffff;
}

.pricing.pricing--page .pricing__item:hover .pricing__item__title h5 {
    color: #ffffff;
}

.pricing.pricing--page .pricing__item:hover ul li {
    color: #ffffff;
}

.pricing.pricing--page .pricing__item ul li {
    color: #444444;
}

.pricing.pricing--page .pricing__item__title span {
    color: #444444;
}

.pricing.pricing--page .pricing__item__title h5 {
    color: #111111;
}

.pricing .section-title h2 {
    color: #ffffff;
}

.pricing__item {
    background: rgba(12, 43, 75, 0.3);
    text-align: center;
    padding: 40px 35px 35px;
    margin-bottom: 40px;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.pricing__item:hover {
    background: #e90319;
}

.pricing__item:hover .pricing__item__title {
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}

.pricing__item:hover .primary-btn {
    background: #e90319;
}

.pricing__item .pricing__item__title {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
    padding-bottom: 45px;
    margin-bottom: 25px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pricing__item .pricing__item__title span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pricing__item .pricing__item__title h2 {
    font-size: 50px;
    color: #e90319;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 18px;
}

.pricing__item .pricing__item__title h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pricing__item ul {
    margin-bottom: 35px;
}

.pricing__item ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.pricing__item .primary-btn {
    display: block;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

/*---------------------
  Team
-----------------------*/

.team {
    padding-bottom: 70px;
}

.team.team--instructor {
    padding-top: 70px;
}

.team__all {
    text-align: right;
}

.team__item {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 40px;
    margin-bottom: 30px;
}

.team__item__img {
    float: left;
    margin-right: 30px;
}

.team__item__text {
    overflow: hidden;
}

.team__item__text h5 {
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team__item__text span {
    font-size: 14px;
    color: #e90319;
    display: block;
    margin-bottom: 12px;
}

.team__item__text p {
    font-size: 14px;
    color: #111111;
    line-height: 20px;
    margin-bottom: 20px;
}

.team__item__text .team__item__social a {
    font-size: 16px;
    color: #111111;
    margin-right: 20px;
}

.team__item__text .team__item__social a:last-child {
    margin-right: 0;
}

/*---------------------
  Courses
-----------------------*/

.courses {
    padding-bottom: 60px;
}

.courses__all {
    text-align: right;
}

.course__item {
    margin-bottom: 40px;
}

.course__item img {
    margin-bottom: 25px;
    min-width: 100%;
}

.course__item h5 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.course__item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #e90319;
    margin-bottom: 10px;
}

.course__item p {
    color: #444444;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
}

.course__item a {
    display: inline-block;
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 0 0 6px;
    border-bottom: 2px solid #e90319;
}

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

.footer {
    padding-top: 70px;
    background: #e90319;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer__widget ul li {
    list-style: none;
}

.footer__widget ul li a {
    color: #c4c4c4;
    font-size: 15px;
    line-height: 32px;
}

.footer__about {
    margin-bottom: 30px;
}

.footer__about p {
    color: #c4c4c4;
    margin-bottom: 10px;
}

.footer__about ul li {
    list-style: none;
    color: #c4c4c4;
    font-size: 15px;
    line-height: 36px;
}

.footer__logo {
    margin-bottom: 30px;
}

.footer__logo a {
    display: inline-block;
}

.footer__copyright__text {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-top: 20px;
}

.footer__copyright__text p {
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0;
}

.footer__copyright__text a {
    color: #c4c4c4;
    text-decoration: underline;
}

.footer__copyright__text a:hover {
    color: #e90319;
}

.footer__copyright__text i {
    color: #c11;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
    padding-top: 24px;
}

.breadcrumb-option.breadcrumb--about .breadcrumb__links a {
    color: #ffffff;
}

.breadcrumb__links a {
    font-size: 15px;
    color: #111111;
    margin-right: 18px;
    display: inline-block;
    position: relative;
}

.breadcrumb__links a:after {
    position: absolute;
    right: -14px;
    top: 2px;
    content: "/";
    color: #888888;
}

.breadcrumb__links a i {
    margin-right: 2px;
}

.breadcrumb__links span {
    font-size: 15px;
    color: #888888;
    display: inline-block;
}

/*---------------------
  About Hero
-----------------------*/

.about-hero {
    padding-top: 170px;
    padding-bottom: 130px;
    margin-top: -48px;
    height: 560px;
}

.about__hero__text .section-title {
    margin-bottom: 24px;
}

.about__hero__text .section-title h2 {
    color: #ffffff;
}

.about__hero__text p {
    color: #ffffff;
    margin-bottom: 30px;
}

.about__hero__text .play-btn {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    background: #e90319;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

/*---------------------
  Testimonial
-----------------------*/

.testimonial__content {
    padding: 90px 70px 90px;
}

.testimonial__content .section-title {
    margin-bottom: 36px;
}

.testimonial__content .section-title h2 {
    color: #ffffff;
}

.testimonial__slider {
    max-width: 585px;
}

.testimonial__slider.owl-carousel .owl-dots {
    margin-top: 25px;
}

.testimonial__slider.owl-carousel .owl-dots button {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    margin-right: 10px;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
    background: white;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.testimonial__item .quote-icon i {
    font-size: 24px;
    color: #e90319;
}

.testimonial__item p {
    font-size: 16px;
    color: #ffffff;
    line-height: 27px;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 6px;
}

.testimonial__item h6 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.testimonial__item .rating i {
    font-size: 12px;
    color: #e90319;
    margin-right: -4px;
}

/*---------------------
  Feature
-----------------------*/

.feature {
    padding-bottom: 70px;
}

.feature.feature--about .section-title span {
    color: #0071e4;
}

.feature.feature--about .feature__item {
    background: #f5f5f5;
}

.feature.feature--about .feature__item h5 {
    color: #111111;
}

.feature__text {
    padding-top: 80px;
}

.feature__text .section-title {
    margin-bottom: 20px;
}

.feature__text p {
    margin-bottom: 26px;
}

.feature__item {
    text-align: center;
    padding: 75px 10px 55px;
    margin-bottom: 30px;
}

.feature__item.right-column {
    margin-top: 120px;
}

.feature__item h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin: 35px;
}

.feature__item .imagem {
    background-color: #cccccc;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------
  Room Details Slider
-----------------------*/

.course-details {
    padding-top: 70px;
    padding-bottom: 90px;
}

.course__details__desc img {
    margin-bottom: 40px;
}

.course__details__title {
    margin-bottom: 18px;
}

.course__details__title h3 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.course__details__title .price {
    font-size: 30px;
    color: #e90319;
    font-weight: 700;
}

.course__details__rating {
    text-align: right;
    margin-bottom: 18px;
}

.course__details__rating .rating {
    margin-bottom: 5px;
}

.course__details__rating .rating i {
    font-size: 12px;
    color: #e90319;
    margin-right: -4px;
}

.course__details__rating .rating i:last-child {
    margin-right: 0;
}

.course__details__rating p {
    font-size: 14px;
    color: #444444;
}

.course__details__text {
    color: #444444;
    margin-bottom: 34px;
}

.course__details__feature {
    margin-bottom: 30px;
}

.course__details__feature h5 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.course__details__feature ul li {
    list-style: none;
    font-size: 15px;
    color: #444444;
    position: relative;
    margin-bottom: 8px;
}

.course__details__feature ul li:last-child {
    margin-bottom: 0;
}

.course__details__feature ul li span {
    line-height: 24px;
    display: block;
    overflow: hidden;
}

.course__details__feature ul li i {
    font-size: 15px;
    color: #e90319;
    margin-right: 15px;
    float: left;
    position: relative;
    top: 4px;
}

.course__details__sidebar__location {
    border: 1px solid #e1e1e1;
    margin-bottom: 60px;
}

.course__details__location__map {
    height: 300px;
}

.course__details__location__map iframe {
    width: 100%;
}

.course__details__location__address {
    border-top: 1px solid #e1e1e1;
    padding: 25px 30px 20px;
}

.course__details__location__address h5 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.course__details__location__address p {
    font-size: 14px;
    color: #111111;
    line-height: 24px;
}

.course__details__location__address p:last-child {
    margin-bottom: 0;
}

.course__details__location__address p span {
    font-weight: 700;
}

.course__details__sidebar__register h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #e90319;
    padding: 25px 30px 22px;
}

.course__details__sidebar__register form {
    background: #f5f5f5;
    padding: 30px;
}

.course__details__sidebar__register form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #111111;
    padding-left: 20px;
    margin-bottom: 20px;
}

.course__details__sidebar__register form input::-webkit-input-placeholder {
    color: #111111;
}

.course__details__sidebar__register form input::-moz-placeholder {
    color: #111111;
}

.course__details__sidebar__register form input:-ms-input-placeholder {
    color: #111111;
}

.course__details__sidebar__register form input::-ms-input-placeholder {
    color: #111111;
}

.course__details__sidebar__register form input::placeholder {
    color: #111111;
}

.course__details__sidebar__register form .nice-select {
    height: 50px;
    line-height: 50px;
    width: 100%;
    float: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    background: #ffffff;
    margin-bottom: 20px;
}

.course__details__sidebar__register form .nice-select span {
    color: #111111;
}

.course__details__sidebar__register form .nice-select:after {
    border-bottom: 1.5px solid #111111;
    border-right: 1.5px solid #111111;
    height: 7px;
    right: 22px;
    width: 7px;
}

.course__details__sidebar__register form .nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
}

.course__details__sidebar__register form button {
    width: 100%;
    text-align: center;
}

/*---------------------
  Faq
-----------------------*/

.faq {
    padding-top: 70px;
}

.faq__accordion .section-title {
    margin-bottom: 34px;
}

.faq__accordion .section-title h2 {
    font-size: 32px;
}

.faq__accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 36px;
}

.faq__accordion .card:last-child {
    margin-bottom: 0;
}

.faq__accordion .card-heading {
    cursor: pointer;
}

.faq__accordion .card-heading a {
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    line-height: 24px;
    display: block;
    padding-left: 30px;
}

.faq__accordion .card:last-child .card-heading {
    border-bottom: none;
}

.faq__accordion .card .card-body {
    padding: 0;
    padding-left: 30px;
    padding-top: 14px;
}

.faq__accordion .card .card-body p {
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    margin-bottom: 0;
}

.faq__accordion .card-heading a:after,
.faq__accordion .card-heading > a.active[aria-expanded=false]:after {
    content: "+";
    font-size: 24px;
    color: #e90319;
    position: absolute;
    left: 0;
    top: -1px;
}

.faq__accordion .card-heading.active a:after {
    content: "-";
    font-size: 24px;
    color: #e90319;
    position: absolute;
    left: 0;
    top: -3px;
}

.faq__accordion .card-heading a[aria-expanded=true]:after,
.faq__accordion .card-heading > a.active:after {
    content: "-";
    font-size: 32px;
    font-weight: 400;
    color: #e90319;
    position: absolute;
    right: 0;
    top: -3px;
}

.faq__form .section-title {
    margin-bottom: 34px;
}

.faq__form .section-title h2 {
    font-size: 32px;
}

.faq__form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    margin-bottom: 20px;
}

.faq__form form input::-webkit-input-placeholder {
    color: #444444;
}

.faq__form form input::-moz-placeholder {
    color: #444444;
}

.faq__form form input:-ms-input-placeholder {
    color: #444444;
}

.faq__form form input::-ms-input-placeholder {
    color: #444444;
}

.faq__form form input::placeholder {
    color: #444444;
}

.faq__form form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    padding-top: 12px;
    padding-left: 20px;
    margin-bottom: 14px;
    resize: none;
}

.faq__form form textarea::-webkit-input-placeholder {
    color: #444444;
}

.faq__form form textarea::-moz-placeholder {
    color: #444444;
}

.faq__form form textarea:-ms-input-placeholder {
    color: #444444;
}

.faq__form form textarea::-ms-input-placeholder {
    color: #444444;
}

.faq__form form textarea::placeholder {
    color: #444444;
}

.faq__form form button {
    width: 100%;
}

/*---------------------
  Latest Blog
-----------------------*/

.blog {
    padding-top: 70px;
}

.blog__large {
    margin-bottom: 45px;
    overflow: hidden;
    background: #f5f5f5;
}

.blog__large__pic {
    float: left;
    margin-right: 50px;
}

.blog__large__text {
    overflow: hidden;
    padding-top: 60px;
    padding-right: 50px;
}

.blog__large__text span {
    font-size: 13px;
    font-style: italic;
    color: #e90319;
    text-transform: uppercase;
}

.blog__large__text h4 {
    color: #111111;
    font-weight: 700;
    line-height: 31px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.blog__large__text ul {
    margin-bottom: 12px;
}

.blog__large__text ul li {
    list-style: none;
    font-size: 13px;
    color: #888888;
    font-style: italic;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.blog__large__text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
}

.blog__large__text ul li:last-child {
    margin-right: 0;
}

.blog__large__text ul li:last-child:after {
    display: none;
}

.blog__large__text p {
    font-size: 14px;
    color: #111111;
    margin-bottom: 10px;
}

.blog__large__text a {
    display: inline-block;
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding: 0 0 6px;
    letter-spacing: 1px;
    border-bottom: 2px solid #e90319;
}

.blog__item {
    margin-bottom: 35px;
}

.blog__item__pic img {
    min-width: 100%;
}

.blog__item__text {
    padding-top: 25px;
}

.blog__item__text span {
    font-size: 13px;
    font-style: italic;
    color: #e90319;
    text-transform: uppercase;
}

.blog__item__text h5 {
    margin-bottom: 4px;
    margin-top: 6px;
}

.blog__item__text h5 a {
    font-size: 20px;
    color: #111111;
    font-weight: 700;
    line-height: 27px;
}

.blog__item__text h5 a:hover {
    text-decoration: underline;
}

.blog__item__text ul {
    margin-bottom: 10px;
}

.blog__item__text ul li {
    list-style: none;
    font-size: 13px;
    color: #888888;
    font-style: italic;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.blog__item__text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
}

.blog__item__text ul li:last-child {
    margin-right: 0;
}

.blog__item__text ul li:last-child:after {
    display: none;
}

.blog__item__text p {
    font-size: 14px;
    color: #444444;
    margin-bottom: 0;
}

.pagination__option {
    text-align: center;
}

.pagination__option a {
    display: inline-block;
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    background: #f2f2f2;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 22px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 10px;
}

.pagination__option a:last-child {
    margin-right: 0;
}

.pagination__option a:hover {
    background: #e90319;
    color: #ffffff;
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
    padding-left: 40px;
}

.blog__sidebar__search {
    margin-bottom: 65px;
}

.blog__sidebar__search h4 {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 25px;
}

.blog__sidebar__search form {
    position: relative;
}

.blog__sidebar__search form input {
    height: 48px;
    width: 100%;
    font-size: 16px;
    color: #777C81;
    padding-left: 20px;
    border: none;
    background: #ffffff;
}

.blog__sidebar__search form input::-webkit-input-placeholder {
    color: #8d8d8d;
}

.blog__sidebar__search form input::-moz-placeholder {
    color: #8d8d8d;
}

.blog__sidebar__search form input:-ms-input-placeholder {
    color: #8d8d8d;
}

.blog__sidebar__search form input::-ms-input-placeholder {
    color: #8d8d8d;
}

.blog__sidebar__search form input::placeholder {
    color: #8d8d8d;
}

.blog__sidebar__search form button {
    font-size: 16px;
    color: #ffffff;
    background: #E9AD28;
    border: none;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0 15px 0 25px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.blog__sidebar__recent {
    margin-bottom: 60px;
}

.blog__sidebar__recent h4 {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 35px;
}

.blog__sidebar__recent__item {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog__sidebar__recent__item:last-child {
    margin-bottom: 0;
}

.blog__sidebar__recent__item__pic {
    float: left;
    margin-right: 20px;
}

.blog__sidebar__recent__item__text {
    overflow: hidden;
}

.blog__sidebar__recent__item__text h6 {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 38px;
}

.blog__sidebar__recent__item__text .time {
    font-size: 12px;
    color: #777C81;
}

.blog__sidebar__recent__item__text .time i {
    margin-right: 2px;
}

.blog__sidebar__categories {
    margin-bottom: 52px;
}

.blog__sidebar__categories h4 {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 24px;
}

.blog__sidebar__categories ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
}

.blog__sidebar__categories ul li:hover a {
    color: #e90319;
}

.blog__sidebar__categories ul li:hover:before {
    background: #e90319;
}

.blog__sidebar__categories ul li:before {
    position: absolute;
    left: 0;
    top: 14px;
    height: 5px;
    width: 5px;
    background: #BFC7CE;
    content: "";
    border-radius: 50%;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__sidebar__categories ul li a {
    font-size: 16px;
    color: #1d1c1c;
    line-height: 36px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.blog__sidebar__comment {
    margin-bottom: 55px;
}

.blog__sidebar__comment h4 {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 26px;
}

.blog__sidebar__comment p {
    line-height: 28px;
    margin-bottom: 8px;
}

.blog__sidebar__comment span {
    display: block;
    color: #1d1c1c;
    line-height: 28px;
    margin-bottom: 12px;
}

.blog__sidebar__comment span:last-child {
    margin-bottom: 0;
}

.blog__sidebar__tags h4 {
    color: #1d1c1c;
    font-weight: 500;
    margin-bottom: 25px;
}

.blog__sidebar__tags a {
    display: inline-block;
    font-size: 14px;
    color: #777C81;
    padding: 8px 25px 6px 20px;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero {
    padding-top: 145px;
    padding-bottom: 150px;
}

.blog__hero__text {
    background: rgba(12, 43, 75, 0.7);
    text-align: center;
    padding: 40px 75px 30px;
}

.blog__hero__text span {
    font-size: 13px;
    font-style: italic;
    color: #e90319;
    text-transform: uppercase;
}

.blog__hero__text h2 {
    color: #ffffff;
    font-weight: 700;
    line-height: 47px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.blog__hero__text ul li {
    list-style: none;
    font-size: 13px;
    color: #ffffff;
    font-style: italic;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.blog__hero__text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
}

.blog__hero__text ul li:last-child {
    margin-right: 0;
}

.blog__hero__text ul li:last-child:after {
    display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
    padding-top: 60px;
}

.blog__details__text {
    margin-bottom: 20px;
}

.blog__details__text p {
    color: #444444;
    margin-bottom: 20px;
}

.blog__details__text p:last-child {
    margin-bottom: 0;
}

.blog__details__quote {
    padding-left: 55px;
    position: relative;
    margin-bottom: 25px;
}

.blog__details__quote i {
    font-size: 30px;
    color: #e90319;
    position: absolute;
    left: 0;
    top: 5px;
}

.blog__details__quote p {
    font-size: 17px;
    color: #111111;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
}

.blog__details__quote span {
    display: block;
    font-size: 15px;
    color: #e90319;
}

.blog__details__desc {
    margin-bottom: 35px;
}

.blog__details__desc p {
    color: #444444;
    margin-bottom: 20px;
}

.blog__details__desc p:last-child {
    margin-bottom: 0;
}

.blog__details__widget {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 55px;
}

.blog__details__widget p {
    font-size: 15px;
    color: #111111;
    margin-bottom: 0;
    line-height: 40px;
}

.blog__details__widget__social {
    text-align: right;
}

.blog__details__widget__social span {
    font-size: 15px;
    color: #111111;
    display: inline-block;
    margin-right: 15px;
}

.blog__details__widget__social a {
    display: inline-block;
    font-size: 16px;
    color: #111111;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}

.blog__details__widget__social a:last-child {
    margin-right: 0;
}

.blog__option__btn__item {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog__option__btn__prev {
    display: block;
}

.blog__option__btn__prev .option__btn__name {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.blog__option__btn__prev .option__btn__name i {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.blog__option__btn__prev .blog__option__btn__pic {
    float: left;
    margin-right: 25px;
}

.blog__option__btn__prev .blog__option__btn__text {
    overflow: hidden;
}

.blog__option__btn__prev .blog__option__btn__text h6 {
    color: #111111;
    font-weight: 700;
    line-height: 22px;
}

.blog__option__btn__prev .blog__option__btn__text ul li {
    list-style: none;
    font-size: 13px;
    color: #888888;
    font-style: italic;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.blog__option__btn__prev .blog__option__btn__text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
}

.blog__option__btn__prev .blog__option__btn__text ul li:last-child {
    margin-right: 0;
}

.blog__option__btn__prev .blog__option__btn__text ul li:last-child:after {
    display: none;
}

.blog__option__btn__next {
    display: block;
    overflow: hidden;
    text-align: right;
}

.blog__option__btn__next .option__btn__name {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.blog__option__btn__next .option__btn__name i {
    font-size: 15px;
    font-weight: 700;
    position: relative;
    top: -1px;
    margin-left: 6px;
}

.blog__option__btn__next .blog__option__btn__pic {
    float: right;
    margin-left: 25px;
}

.blog__option__btn__next .blog__option__btn__text {
    overflow: hidden;
}

.blog__option__btn__next .blog__option__btn__text h6 {
    color: #111111;
    font-weight: 700;
    line-height: 22px;
}

.blog__option__btn__next .blog__option__btn__text ul li {
    list-style: none;
    font-size: 13px;
    color: #888888;
    font-style: italic;
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.blog__option__btn__next .blog__option__btn__text ul li:after {
    position: absolute;
    right: -15px;
    top: 0;
    content: "/";
}

.blog__option__btn__next .blog__option__btn__text ul li:last-child {
    margin-right: 0;
}

.blog__option__btn__next .blog__option__btn__text ul li:last-child:after {
    display: none;
}

/*---------------------
  Recent Blog
-----------------------*/

.recent-blog {
    padding-top: 30px;
    padding-bottom: 55px;
}

.recent-blog .section-title h2 {
    font-size: 24px;
}

.recent-blog .blog__item .blog__item__text ul {
    margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
    height: 400px;
    margin-top: 60px;
}

.map iframe {
    width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__address h4 {
    color: #111111;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact__address ul li {
    overflow: hidden;
    list-style: none;
    margin-bottom: 40px;
}

.contact__address ul li:last-child {
    margin-bottom: 0;
}

.contact__address ul li .icon {
    font-size: 20px;
    color: #e90319;
    height: 50px;
    width: 50px;
    background: #e90319;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.contact__address ul li p {
    overflow: hidden;
    margin-bottom: 0;
    color: #111111;
}

.contact__address ul li p span {
    display: block;
}

.contact__form h4 {
    color: #111111;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact__form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    margin-bottom: 30px;
}

.contact__form form input::-webkit-input-placeholder {
    color: #444444;
}

.contact__form form input::-moz-placeholder {
    color: #444444;
}

.contact__form form input:-ms-input-placeholder {
    color: #444444;
}

.contact__form form input::-ms-input-placeholder {
    color: #444444;
}

.contact__form form input::placeholder {
    color: #444444;
}

.contact__form form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    font-size: 14px;
    color: #444444;
    padding-top: 12px;
    padding-left: 20px;
    margin-bottom: 24px;
    resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
    color: #444444;
}

.contact__form form textarea::-moz-placeholder {
    color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
    color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
    color: #444444;
}

.contact__form form textarea::placeholder {
    color: #444444;
}

.contact__form form button {
    width: 100%;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__right__social {
        margin-right: 12px;
    }

    .header__menu ul {
        text-align: center;
    }

    .header__menu ul li {
        margin-right: 10px;
    }

    .about__video__text {
        padding: 35px 35px 35px 50px;
    }

    .blog__large__pic {
        margin-right: 30px;
    }

    .blog__large__text {
        padding-top: 12px;
        padding-right: 10px;
    }

    .header__logo::before {
        left: -415px;
    }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about__video__text {
        height: auto;
    }

    .application-form .application__form__content {
        padding: 50px;
    }

    .blog__large__pic {
        float: none;
        margin-right: 0;
    }

    .blog__large__pic img {
        min-width: 100%;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        margin-bottom: 30px;
    }

    .blog__large__text {
        padding-left: 50px;
        padding-bottom: 60px;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #ffffff;
        height: 35px;
        width: 35px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #e90319;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 28px;
        z-index: 9;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #1d1c1c;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #ffffff;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__search {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .offcanvas__search i {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
    }

    .offcanvas__social {
        margin-bottom: 30px;
    }

    .offcanvas__social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        margin-right: 20px;
    }

    .offcanvas__social a:last-child {
        margin-right: 0;
    }

    .header__menu {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }
}

@media (min-width: 576px) {
    .feature__item.right-column {
        margin-top: 120px !important;
    }

    .team__all {
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    .courses__all {
        text-align: right !important;
        margin-bottom: 0 !important;
    }

    .application-form .application__form__content {
        padding: 45px;
    }

    .course__details__rating {
        text-align: right !important;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .feature__text {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .feature__item.right-column {
        margin-top: 0;
    }

    .about__video__text {
        height: auto;
    }

    .team__all {
        text-align: left;
        margin-bottom: 50px;
    }

    .courses__all {
        text-align: left;
        margin-bottom: 50px;
    }

    .course__details__rating {
        text-align: left;
    }

    .faq__accordion {
        margin-bottom: 50px;
    }

    .blog__large__pic {
        float: none;
        margin-right: 0;
    }

    .blog__large__pic img {
        min-width: 100%;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        margin-bottom: 30px;
    }

    .blog__large__text {
        padding-left: 50px;
        padding-bottom: 60px;
    }

    .blog__details__widget p {
        text-align: center;
        margin-bottom: 20px;
    }

    .blog__details__widget__social {
        text-align: center;
    }

    .contact__address {
        margin-bottom: 40px;
    }

    .canvas__open {
        display: block;
        font-size: 22px;
        color: #ffffff;
        height: 35px;
        width: 35px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #e90319;
        border-radius: 2px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 28px;
        z-index: 9;
    }

    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        z-index: 98;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        visibility: hidden;
    }

    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -260px;
        width: 260px;
        height: 100%;
        background: #1d1c1c;
        padding: 50px 20px 30px 30px;
        display: block;
        z-index: 99;
        overflow-y: auto;
        -webkit-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
        opacity: 0;
    }

    .offcanvas-menu-wrapper.active {
        opacity: 1;
        left: 0;
    }

    .offcanvas__menu {
        display: none;
    }

    .slicknav_btn {
        display: none;
    }

    .slicknav_menu {
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
    }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 7px 0;
        margin: 0;
        color: #ffffff;
        font-weight: 600;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent;
        color: #ffffff;
    }

    .slicknav_nav {
        display: block !important;
    }

    .offcanvas__logo {
        margin-bottom: 30px;
    }

    .offcanvas__search {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .offcanvas__search i {
        font-size: 18px;
        color: #ffffff;
        cursor: pointer;
    }

    .offcanvas__social {
        margin-bottom: 30px;
    }

    .offcanvas__social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        margin-right: 20px;
    }

    .offcanvas__social a:last-child {
        margin-right: 0;
    }

    .header__menu {
        display: none;
    }

    .header__right {
        display: none;
    }

    .header .container {
        position: relative;
    }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 30px;
    }

    .about__video__text {
        padding: 70px 40px 70px 40px;
    }

    .team__item__img {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .team__item__img img {
        min-width: 100%;
    }

    .hero__text .second-bg {
        margin-left: 0;
        margin-top: 20px;
    }

    .application-form .application__form__content {
        padding: 30px 20px;
    }

    .about-hero {
        margin-top: -74px;
    }

    .testimonial__content {
        padding: 70px 20px 70px;
    }

    .blog__hero__text {
        padding: 40px 45px 30px;
    }

    .search-model-form input {
        width: 100%;
        font-size: 24px;
    }
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (pointer: coarse) and (hover: none) {
    .hero {
        margin-top: 195px;
    }

    .mb_resposive {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .hero {
        margin-top: 195px;
    }
}

@media (min-width: 992px) {
    .hero {
        margin-top: 140px;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 540px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 414px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 411px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 320px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 375px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 360px) {
    .hero {
        margin-top: 195px;
    }
}

@media (max-width: 280px) {
    .hero {
        margin-top: 195px;
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e90319 !important;
    border-color: #e90319 !important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

#myBtn:hover {
    background-color: #555;
}

.carousel-item-full {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top {
    margin-top: 15px;
    left: -50px;
}

.m-auth {
    margin-top: 200px;
    margin-bottom: 100px;
}

/*******************
SWIPPER
********************/

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}


.elementor-background-overlay {
    background-image: url(/slids/novo-sem-camada.png) !important;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -9 !important;
    height: 100%;
}

.alignright {
    float: right;
    margin-left: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw
}

.alignfull, .alignfull img {
    width: 100vw
}

.wp-caption {
    margin-bottom: 1.25rem;
    max-width: 100%
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption-text {
    margin: 0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .75rem
}

.pagination {
    margin: 20px auto
}

.sticky {
    position: relative;
    display: block
}

.bypostauthor {
    font-size: inherit
}

.hide {
    display: none !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.site-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative
}

.site-header .site-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-header .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-header .header-inner .custom-logo-link {
    display: block
}

.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
    margin: 0
}

.site-header .header-inner .site-branding.show-logo .site-title, .site-header .header-inner .site-branding.show-title .site-logo {
    display: none !important
}

.site-header:not(.header-stacked) .header-inner .site-branding {
    max-width: 30%
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
    max-width: 70%
}

.site-header.header-inverted .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.site-header.header-inverted .header-inner .site-branding {
    text-align: right
}

.site-header.header-inverted .header-inner .site-navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.site-header.header-stacked .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media (max-width: 576px) {
    .site-header .header-inner:not(.header-stacked) .site-branding {
        max-width: 80%
    }
}

.site-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative
}

.site-footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-footer .footer-inner .custom-logo-link {
    display: block
}

.site-footer .footer-inner .site-navigation {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-footer .footer-inner .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-footer .footer-inner .site-branding .site-description, .site-footer .footer-inner .site-branding .site-title {
    margin: 0
}

.site-footer .footer-inner .site-branding.show-logo .site-title, .site-footer .footer-inner .site-branding.show-title .site-logo {
    display: none !important
}

.site-footer .footer-inner .copyright {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-footer .footer-inner .copyright p {
    margin: 0
}

.site-footer.footer-inverted .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.site-footer.footer-inverted .footer-inner .site-branding {
    text-align: right
}

.site-footer.footer-inverted .footer-inner .site-navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-footer.footer-stacked .footer-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-branding h4.site-title {
    text-align: center
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
    padding: 0
}

.site-footer:not(.footer-stacked) .footer-inner .site-branding {
    max-width: 20%
}

.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
    max-width: 60%
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: 20%
}

@media (max-width: 576px) {
    .site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
        display: block;
        text-align: center;
        width: 100%;
        max-width: none
    }

    .site-footer .footer-inner .site-navigation ul.menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site-footer .footer-inner .site-navigation ul.menu li {
        display: inline-block
    }
}

.post .wp-post-image {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 991px) {
    .post .wp-post-image {
        max-height: 400px
    }
}

@media (max-width: 575px) {
    .post .wp-post-image {
        max-height: 300px
    }
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em
}

#comments .comment, #comments .pingback {
    position: relative
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #ccc
}

body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
    padding: 30px 60px 30px 0
}

#comments .comment .avatar, #comments .pingback .avatar {
    position: absolute;
    left: 0;
    border-radius: 50%;
    margin-right: 10px
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px
}

#comments .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .9rem
}

#comments .comment-metadata, #comments .reply {
    font-size: 11px;
    line-height: 1
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 30px
}

body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px
}

#comments .children li:last-child {
    padding-bottom: 0
}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 100%;
    content: "\21AA";
    position: absolute;
    top: 45px;
    left: 0;
    width: auto
}

body.rtl #comments ol.comment-list .children:before {
    content: "\21A9";
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    #comments .comment-author, #comments .comment-metadata {
        line-height: 1
    }
}

@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding: 30px 0
    }

    #comments .children {
        padding-left: 20px
    }

    #comments .comment .avatar {
        position: inherit;
        float: left
    }

    body.rtl #comments .comment .avatar {
        float: right
    }
}

.site-header.header-inverted .site-navigation-toggle-holder {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.site-header.header-stacked .site-navigation-toggle-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%
}

.site-header.menu-layout-dropdown .site-navigation {
    display: none
}

.site-navigation-toggle-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 20%;
    padding: 8px 15px
}

.site-navigation-toggle-holder, .site-navigation-toggle-holder .site-navigation-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-navigation-toggle-holder .site-navigation-toggle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .05);
    color: #494c4f
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
    content: "\e87f"
}

.site-navigation {
    grid-area: nav-menu;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
    list-style-type: none;
    padding: 0
}

.site-navigation ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-navigation ul.menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.site-navigation ul.menu li a {
    display: block;
    padding: 8px 15px
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 15px
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: block;
    content: "\25BE";
    font-size: 1.5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none
}

.site-navigation ul.menu li ul {
    background: #fff;
    display: none;
    min-width: 150px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%
}

.site-navigation ul.menu li ul li {
    border-bottom: 1px solid #eee
}

.site-navigation ul.menu li ul li:last-child {
    border-bottom: none
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.site-navigation ul.menu li ul ul {
    left: 100%;
    top: 0
}

.site-navigation ul.menu li:hover > ul {
    display: block
}

footer .site-navigation ul.menu li ul {
    top: auto;
    bottom: 100%
}

footer .site-navigation ul.menu li ul ul {
    bottom: 0
}

footer .site-navigation ul.menu a {
    padding: 5px 15px
}

.site-navigation-dropdown {
    margin-top: 10px;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active) + .site-navigation-dropdown {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-toggle-holder.elementor-active + .site-navigation-dropdown {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

.site-navigation-dropdown ul {
    padding: 0
}

.site-navigation-dropdown ul.menu {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}

.site-navigation-dropdown ul.menu li {
    display: block;
    width: 100%;
    position: relative
}

.site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #fff;
    color: #55595c;
    -webkit-box-shadow: inset 0 -1px 0 #0000001a;
    box-shadow: inset 0 -1px 0 #0000001a
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #55595c
}

.site-navigation-dropdown ul.menu > li li {
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active > ul > li {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

@media (max-width: 576px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

@media (min-width: 768px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

@media (min-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: none !important
    }
}

@media (max-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
        display: none !important
    }
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
    display: none !important
}

.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

@media (max-width: 575px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 576px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 500px
    }

    .site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 600px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 800px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 960px
    }

    .site-footer .footer-inner, .site-header .header-inner {
        max-width: 1140px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width: 100%
    }
}

.site-header + .elementor {
    min-height: calc(100vh - 320px)
}

.elementor-shape svg {
    margin-bottom: -1px;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    fill: #e90319;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotate(180deg);
}

.elementor-shape-sobre svg {
    margin-bottom: -1px;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    fill: #e90319;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotate(0deg);
}

.elementor-shape-bottom svg {
    margin-top: -97px;
    margin-bottom: -50px;
    overflow: hidden;
    left: 0;
    width: 100%;
    line-height: 0;
    fill: #e90319;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotate(180deg);
}

.bg-poel {
    background-color: #e90319;
}

.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 20px;
}

.elementor-6 .elementor-element.elementor-element-aab32e6 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width: 1024px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: 767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.line-height {
    line-height: inherit;
}

.mt-200 {
    margin-top: 200px !important;
}

.img-ds {
    position: relative;
    display: inline-block;
}

.text-lg-center {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -20%);
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.elementor-42 .elementor-element.elementor-element-add5702:not(.elementor-motion-effects-element-type-background), .elementor-42 .elementor-element.elementor-element-add5702 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent;
    background-image: linear-gradient(170deg, var(--e-global-color-primary) 0%, #06833C 100%);
}

.elementor-42 .elementor-element.elementor-element-add5702 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 0px 40px 0px;
}

.bg-gray {
    background-color: #d3d3d3;
    padding: 35px;
    height: 200px;
}

.bg-gray:hover {
    background: #e5e5e5;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.bg-gray i {
    font-size: 50px;
    color: #e90319;
}
