@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


section.menu-area {
    position: fixed;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.logo {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    justify-content: center;
}
.logo img {
    width: 200px !important;
}

.menu-area .col-md-6:nth-child(2) {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.logo a {
    font-size: 37px;
    color: #000000;
    font-weight: 500;
    line-height: 0;
    margin-top: -7px;
}

a:hover {
    text-decoration: none;
}

ul#main-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 60px;
    margin-bottom: 0;
}

section.menu-area .full {padding: 25px 0;}

ul#main-menu li {
    list-style: none;
    margin: 0 14px;
}

ul#main-menu a {
    color: #323232;
    font-weight: 500;
    text-transform: uppercase;
}

ul#main-menu a:hover {
    color: #000;
}

/****/
.col-md-3 img {width: 100%;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 3px;
    color: #000;
}
p,a{
    font-family: 'Lato', sans-serif;
}
.full {overflow: hidden;}

a.button.basic {
    background-color: #fff;
    color: #323232;
    font-weight: 500;
    text-transform: uppercase;
}

.banner_home_container {
    text-align: center;
}

section.banner_home {
    min-height: 100vh;
    display: flex;
    margin-bottom: 20px;
    background: url(/assets/frontend/images/videoHome.mp4) no-repeat;
    background-size: cover;
    position: relative;
}
.bg-overlay {
    width: 100%;
    height: 100%;
    display: block;
    /*background-color: rgba(37, 37, 37, 0.59);*/
    position: absolute;
}
.button {
    border-radius: 5px;
    font-size: 20px;
    padding: 10px 30px;
}

.button:hover {
    text-decoration: none;
}

a.button.basic:hover {
    background-color: #323232;
    color: #fff;
}

.banner_home_container h1 {
    margin-bottom: 0;
    color: #29303b;
}

.banner_home_container p {
    color: #29303b;
    font-size: 21px;
    margin-bottom: 40px;
}
section.favs_home {
    margin: 90px 0 50px;
}

section.favs_home h2 {
    margin-bottom: 10px;
}

section.favs_home p {
    font-size: 20px;
}

.banners_min {
    margin: 80px 0;
}

.banners_min a, .courses_grid h5 {
    color: #323232;
    margin: 15px 0 10px;
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.banners_min a i {
    color: #323232;
    font-size: 13px;
    margin-left: 9px;
}

.banners_min p {
    color: #605e5c;
    font-size: 16px !important;
    line-height: 28px;
}

a.basic.light, a.btn.btn-buy-now {
    font-size: 19px !important;
    font-weight: 500 !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    text-transform: uppercase;
    padding: 18px 30px !important;
    border-radius: 3px !important;
    line-height: 10px !important;
    margin-top: 20px !important;
    display: block !important;
    width: max-content;
    background-color: #fff !important;
}

p {
    font-size: 22px;
    color: #323232;
}

.feedback .col-md-4 {
    min-height: 500px;
    background-color: rgba(187, 187, 187, 0.5098039215686274);
    padding: 30px;
    margin: 0 15px;
    max-width: 30%;
}

.feedback .col-md-4 a {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.feedback .col-md-4 p {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}

.feedback .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.feedback {
    margin: 120px 0 80px;
}



section.instructores {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.instructores .col-md-12 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.basic.light:hover, a.btn.btn-buy-now:hover {
    background: #1d1d45 !important;
    color: #fff !important;
    text-decoration: none;
}
.full .col-md-6 img {
    width: 100%;
}
.banner .text {
    padding: 50px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.row.feedback-grid {
    margin-top: 50px;
}
.feedback .col-md-4 {
    background: url(/assets/frontend/images/Desktop_UserStory_Anna.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.inner_feedback_in {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1d1d45;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: 0;
}

.content-feed {
    z-index: 1;
}

.content-feed a:hover {
    transform: scale(1.1) translate3d(12px, 0px, 0);
}

.content-feed a {
    transition: all 500ms ease-in;
}
footer.footer-area.d-print-none .col-md-6:nth-child(1) {
    display: none;
}

footer.footer-area.d-print-none row {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-area {
    border: none !important;
}

footer.footer-area .row {
    justify-content: center;
}

footer.footer-area.d-print-none .col-md-6:nth-child(2) {
    text-align: center;
}

ul.nav.justify-content-md-end.footer-menu {
    justify-content: center !important;
}

ul.nav.justify-content-md-end.footer-menu a {
    color: #323232;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

section.category-header-area {
    display: none;
}

.user-dashboard-box.mt-3 {
    margin: 120px 0 !important;
    display: block;
}

.user-dashboard-content .content-title-box .title {
    color: #000 !important;
    font-size: 32px;
    text-transform: uppercase;
}

.user-dashboard-content .content-update-box button {
    background-color: #29303b !important;
    border: none !important;
    text-transform: uppercase;
    width: 57%;
    letter-spacing: 2px;
}

.user-dashboard-content .content-update-box button:hover {
    background-color: #29303b !important;
}

@media screen and (max-width:650px){
section.banner_home {
    min-height: 780px;
}

section.instructores {
    margin: 110px 0;
}
.feedback .col-md-4 {
    max-width: 100%;
    margin: 30px 20px;
}
.feedback .col-md-4 {
    max-width: 100%;
    margin: 30px 20px;
}

.logo {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0  !important;
}

ul#main-menu {
    justify-content: center !important;
    padding: 0 !important;
    width: 100%;
}
}

/**/
a.topnav-logo img {
    width: 185px;
}

h1.title {
    color: #fff;
    margin-top: 28px;
}

.requirements-title {
    font-family: 'Lato', sans-serif;
}

.requirements-box, .course-curriculum-box, .description-box.view-more-parent, .compare-box.view-more-parent  {
    background-color: #fff;
    padding: 20px;
    border-radius:10px;
}

p.subtitle {
    color: #fff !important;
}

span.current-price {
    color: #000 !important;
}

.course-box {
    background: transparent !important;
    box-shadow: none !important;
}

.course-details {
    box-shadow: none !important;
    border: none !important;
    height: auto;
    padding: 20px !important;
}

.course-box:before, .course-box:after {
    content: none !important;
}

.course-image img {
    max-width: 170px;
    height: auto;
}

.course-image {
    min-height: 180px;
    text-align: center;
    padding-top: 9px;
}

p.instructors {font-family: 'Lato', sans-serif !important;font-size: 18px !important;}
.courses_grid {
    margin-top: 70px;
}

section.instructor-header-area {
    margin-top: 40px;
    background-color: #1d1d45;
    padding: 50px 0;
}

section.instructor-header-area h1 {
    color: #fff;
}

.small {
    font-family: 'Lato', sans-serif;
}
@media screen and (max-width:550px){
    section.instructor-header-area {
        margin-top: 130px;
    }
}