/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


/* latin-ext */

@font-face {
    font-family: "Avenir Next Rounded";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/l/font?kit=OD5duNqByWa8HnmoUVKv2EDua8rGvq8FWG7Xpzgfd98LMnGjSlNdGvS22lLFEo3sQlM&skey=c7c31b7f076cb44e&v=v3) format("woff2");
}


/* latin */

@font-face {
    font-family: "Staatliches script=all rev=1";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://fonts.gstatic.com/s/staatliches/v5/HI_OiY8KO6hCsQSoAPmtMYebvpCfOMPT.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {
    font-family: "Avenir Next";
    color: #1a1d17;
    background: #ffffff;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

a {
    color: rgb(219, 86, 38);
    text-decoration: none;
}

a:hover {
    color: white;
    opacity: 0.6;
    text-decoration: none;
}

.link {
    text-decoration: underline;
    cursor: pointer;
    color: white;
}

.link:hover {
    color: rgb(255, 127, 0);
}

h2,
h4,
h5,
h6 {
    font-family: "Avenir Next";
}

h3,
h3 span,
h1 {
    font-family: "Staatliches script=all rev=1";
}

.footer-titles {
    font-size: 18px;
    font-family: "Staatliches script=all rev=1";
}

.font-40 {
    font-size: 50px;
    width: 50%;
    margin: auto;
    margin-bottom: 70px;
}

button,
a {
    cursor: pointer;
}

.primary-text {
    color: rgb(219, 86, 38);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: rgb(219, 86, 38);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgba(219, 86, 38, 0.7);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid rgb(219, 86, 38);
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.next {
    width: 15px;
    margin-top: -3px;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .mobile {
        display: block !important;
    }
    .socials-container.mobile {
        display: flex !important;
        margin-top: 30px;
        justify-content: center;
    }
}


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

#header {
    background: #000;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Avenir Next";
}

#header .logo a {
    color: rgb(219, 86, 38);
}

#header .logo img {
    max-height: 40px;
}

#header .socials-container img {
    margin: 0 2px;
}

#header .socials-container img {
    width: 20px;
}

#header .container {
    max-width: 95%;
}

.socials-container a {
    margin-right: 5px;
}


/**
* Get Startet Button 
*/

.signup-btn {
    background: rgb(219, 86, 38);
    margin-left: 10px;
    border: solid 1px rgb(219, 86, 38);
    color: #fff !important;
    border-radius: 10px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
}

.signup-btn:hover {
    opacity: 0.7;
}

.login-btn {
    margin-left: auto;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 10px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
    background: #000;
}

.login-btn:hover {
    background: rgb(219, 86, 38);
    color: #fff;
}

@media (max-width: 768px) {
    .login-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
    margin: 0 20px;
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Avenir Next";
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: rgb(219, 86, 38);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: rgb(219, 86, 38);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.about,
.pricing {
    background-color: #eaeaea;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

.dropdown-toggle.show img {
    transform: rotate(180deg);
}


/**
* Mobile Navigation 
*/

.mobile-nav-open,
.mobile-nav-close {
    color: #fff;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

#helpPage,
#helpPage .about {
    background: white;
}

@media (max-width: 991px) {
    .mobile-nav-open {
        display: block !important;
    }
    .navbar ul {
        display: none;
    }
    .navbar {
        margin: 0;
    }
    #helpPage .img_resposive {
        width: 100%;
    }
    #helpPage .socials .order-2 {
        margin-right: 20px;
    }
    .login-btn {
        border: solid 1px black;
        color: black;
        background: white;
        border-radius: 10px;
        margin: 20px 15px 0px 10px;
    }
    .signup-btn {
        margin: 10px 15px 0px 10px;
    }
    #header .socials-container {
        margin-left: 0;
    }
    .col-sm-12.google-play-container {
        margin-bottom: 30px;
    }
    .btns-get-app img {
        width: 50% !important;
    }
    #help_section .col-lg-4 {
        margin-bottom: 10px;
    }
    .centerplease {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    #recruitingSection {
        padding: 60px 20px 20px 20px !important;
    }
    .helpFormContainer {
        padding-left: 0px;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(32, 38, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: rgb(219, 86, 38);
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: rgb(219, 86, 38);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    object-fit: cover;
    max-height: 80vh;
}

#hero {
    position: relative;
    padding: 0;
}

#hero .container {
    bottom: 50px;
    text-align: center;
}

@media (max-width: 992px) {
    #hero .container {
        padding-top: 62px;
    }
}

h2.title {
    font-family: "Staatliches script=all rev=1";
    font-size: 55px;
    color: #1a1d17;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
}

.btn-post-job {
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: linear-gradient(81deg, rgb(222, 88, 36) 0%, rgb(255, 127, 0) 100%) 0% 0% no-repeat padding-box padding-box rgb(222, 88, 36);
    border: none;
}

.play_video {
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 0;
    color: #fff;
    background: linear-gradient(81deg, rgb(222, 88, 36) 0%, rgb(255, 127, 0) 100%) 0% 0% no-repeat padding-box padding-box rgb(222, 88, 36);
    border: none;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero {
        /* height: 100vh; */
        top: 50px;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #hero .container {
        bottom: 20px !important;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 40px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f6f7f6;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Avenir Next";
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #9ae1af;
    margin: 4px 10px;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Avenir Next";
    color: #37423b;
}

.breadcrumbs {
    margin-top: 73px;
    text-align: center;
    background: rgb(219, 86, 38);
    padding: 30px 0;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumbs h2 {
    font-size: 32px;
    font-weight: 500;
}

.breadcrumbs p {
    font-size: 14px;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Recruiting section
--------------------------------------------------------------*/

.about .content h3 {
    font-weight: 100;
    font-size: 50px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding-bottom: 10px;
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: rgb(219, 86, 38);
}

.about .content .learn-more-btn {
    background: rgb(219, 86, 38);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}

.about .content .learn-more-btn:hover {
    background: #3ac162;
    color: #fff;
}

@media (max-width: 768px) {
    .about .content .learn-more-btn {
        margin: 0 48px 0 0;
        padding: 6px 18px;
    }
}


/*--------------------------------------------------------------
# Recruiting section
--------------------------------------------------------------*/

.jobs-viewed {
    background: #232323;
    color: #fff;
}

.jobs-viewed .container {
    padding-left: 50px;
}

.jobs-viewed .content h3 {
    font-weight: 600;
    font-size: 50px;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 30px 0;
}

.counts .counters span {
    font-size: 48px;
    display: block;
    color: rgb(219, 86, 38);
    font-weight: 700;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Avenir Next";
    font-size: 15px;
    font-weight: 600;
    color: #37423b;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us .content {
    padding: 30px;
    background: rgb(219, 86, 38);
    border-radius: 4px;
    color: #fff;
}

.why-us .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.why-us .content p {
    margin-bottom: 30px;
}

.why-us .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
    font-size: 14px;
}

.why-us .content .more-btn:hover {
    color: rgb(219, 86, 38);
    background: #fff;
}

.why-us .icon-boxes .icon-box {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    border: 1px solid #eef0ef;
}

.why-us .icon-boxes .icon-box i {
    font-size: 32px;
    padding: 18px;
    color: rgb(219, 86, 38);
    margin-bottom: 30px;
    background: #ecf9f0;
    border-radius: 50px;
}

.why-us .icon-boxes .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
    font-size: 15px;
    color: #848484;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    padding-top: 0px;
}

.features .icon-box {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
    border: 1px solid #eef0ef;
}

.features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
}

.features .icon-box h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.features .icon-box h3 a {
    color: #37423b;
    transition: 0.3s;
}

.features .icon-box:hover {
    border-color: rgb(219, 86, 38);
}

.features .icon-box:hover h3 a {
    color: rgb(219, 86, 38);
}


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

.courses .course-item {
    border-radius: 5px;
    border: 1px solid #eef0ef;
}

.courses .course-content {
    padding: 15px;
}

.courses .course-content h3 {
    font-weight: 700;
    font-size: 20px;
}

.courses .course-content h3 a {
    color: #37423b;
    transition: 0.3s;
}

.courses .course-content h3 a:hover {
    color: rgb(219, 86, 38);
}

.courses .course-content p {
    font-size: 14px;
    color: #777777;
}

.courses .course-content h4 {
    font-size: 14px;
    background: rgb(219, 86, 38);
    padding: 7px 14px;
    color: #fff;
    margin: 0;
}

.courses .course-content .price {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #37423b;
}

.courses .trainer {
    padding-top: 15px;
    border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
    max-width: 50px;
    border-radius: 50px;
}

.courses .trainer .trainer-profile span {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #5a6c60;
}

.courses .trainer .trainer-rank {
    font-size: 18px;
    color: #657a6d;
}


/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/

.trainers .member {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eef0ef;
}

.trainers .member img {
    margin: -1px -1px 30px -1px;
}

.trainers .member .member-content {
    padding: 0 20px 30px 20px;
}

.trainers .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

.trainers .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

.trainers .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
}

.trainers .member .social {
    margin-top: 15px;
}

.trainers .member .social a {
    color: #7e9486;
    transition: 0.3s;
}

.trainers .member .social a:hover {
    color: rgb(219, 86, 38);
}

.trainers .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-wrap {
    padding-left: 50px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    border: 1px solid #eef0ef;
    position: relative;
    background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #c1ecce;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid rgb(219, 86, 38);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(219, 86, 38);
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }
    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }
    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}


/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/

.course-details h3 {
    font-size: 24px;
    margin: 30px 0 15px 0;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.course-details h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #eef0ef;
    bottom: 0;
    left: 0;
}

.course-details h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 1px;
    background: rgb(219, 86, 38);
    bottom: 0;
    left: 0;
}

.course-details .course-info {
    background: #f6f7f6;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.course-details .course-info h5 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    font-family: "Avenir Next";
}

.course-details .course-info p {
    margin: 0;
    font-weight: 600;
}

.course-details .course-info a {
    color: #657a6d;
}


/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/

.cource-details-tabs {
    overflow: hidden;
    padding-top: 0;
}

.cource-details-tabs .nav-tabs {
    border: 0;
}

.cource-details-tabs .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: #37423b;
    border-radius: 0;
    border-right: 2px solid #e2e7e4;
    font-weight: 600;
    font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
    color: rgb(219, 86, 38);
}

.cource-details-tabs .nav-link.active {
    color: rgb(219, 86, 38);
    border-color: rgb(219, 86, 38);
}

.cource-details-tabs .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #37423b;
}

.cource-details-tabs .details p {
    color: #777777;
}

.cource-details-tabs .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .cource-details-tabs .nav-link {
        border: 0;
        padding: 15px;
    }
    .cource-details-tabs .nav-link.active {
        color: #fff;
        background: rgb(219, 86, 38);
    }
}


/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.events .card {
    border: 0;
    padding: 0 30px;
    margin-bottom: 60px;
    position: relative;
}

.events .card-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    z-index: 9;
    border-radius: 0;
}

.events .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.events .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
}

.events .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.events .card-title a {
    color: #37423b;
    transition: 0.3s;
}

.events .card-text {
    color: #5e5e5e;
}

.events .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}

.events .read-more a:hover {
    color: rgb(219, 86, 38);
}

.events .card:hover img {
    transform: scale(1.1);
}

.events .card:hover .card-body {
    border-color: rgb(219, 86, 38);
}

.events .card:hover .card-body .card-title a {
    color: rgb(219, 86, 38);
}


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

#pricing h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

#pricing small {
    text-transform: uppercase;
    font-size: 14px;
}

.pricing .container {
    text-align: center;
}

.pricing .title {
    padding: 10px 0 50px 0;
}

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

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border: 1px solid #eef0ef;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-height: 450px;
}

.pricing .box h2 {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price {
    font-weight: 600;
}

.pricing h2 img {
    width: 25px;
    margin-right: 5px;
}

.pricing h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #000;
}

.pricing h4 {
    font-size: 36px;
    color: rgb(219, 86, 38);
    font-weight: 600;
    font-family: "Avenir Next";
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing ul li {
    font-size: 18px;
    font-weight: 400;
}

.pricing .desc {
    font-size: 18px;
    font-weight: 500;
}

.pricing ul {
    padding: 20;
    list-style: none;
    color: #1a1d17;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li::before {
    content: "\2022";
    color: rgb(219, 86, 38);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: rgb(219, 86, 38);
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .featured h3 {
    color: #fff;
    background: rgb(219, 86, 38);
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: rgb(219, 86, 38);
    color: #fff;
}

.pricing .get-started-text {
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
}

.pricing .btn-buy {
    font-family: "Avenir Next";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: rgb(219, 86, 38);
}


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

.contact {
    padding-top: 5px;
}

.contact .info {
    width: 100%;
    background: #fff;
}

.contact .info i {
    font-size: 20px;
    color: rgb(219, 86, 38);
    float: left;
    width: 44px;
    height: 44px;
    background: #ecf9f0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37423b;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: rgb(219, 86, 38);
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: rgb(219, 86, 38);
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: rgb(219, 86, 38);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #3ac162;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


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

#footer {
    color: #37423b;
    font-size: 14px;
    background: #eef0ef;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f9faf9;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Avenir Next";
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1a1d17;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(219, 86, 38);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: rgb(219, 86, 38);
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1a1d17;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: rgb(219, 86, 38);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #3ac162;
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
}

#footer .credits a {
    color: #3ac162;
    transition: 0.3s;
}

#footer .credits a:hover {
    color: rgb(219, 86, 38);
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgb(219, 86, 38);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #3ac162;
    color: #fff;
    text-decoration: none;
}

.footer p {
    margin-top: 5px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#drivers {
    width: 100%;
    height: 94vh;
    background: linear-gradient(rgba(34, 23, 4, 0.1), rgba(0, 0, 0, 0.7)), url("../img/driver_page.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.container-image{
    display: flex;
    background-image: linear-gradient(rgba(34, 23, 4, 0.3), rgba(0, 0, 0, 0.3)), url("../img/bkg-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
    min-height: 40rem;
}

.container-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}


.banner{
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.banner-arrow{
    width: 12rem;
    margin-left: 3rem;
}

.container-form{  
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
}

.form{
    width: 25rem;
    font-family: "Poppins";
}

.form {
    max-width: 30rem;
}

.form input{
    font-size: 1rem;
    border: none;
    background: transparent;
    padding-top: 1rem;
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    padding-left: 1rem;
}

.checked{
    background-image: url("../img/ico-checked.svg") !important;
    background-repeat: no-repeat  !important;
    background-position: center right 12px !important;;
}

.form .container-input{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: left;
    border-radius: 1rem;
    background-color: #fff;
    height: 4rem;
    margin-top: 1rem;
    border: 0px;
}


.form div input:focus {
    border-style: none;
    outline: none;
    border: none
}


.form label.placeholder{
    position: absolute;
    top: 1.1rem;
    left: 1rem;
    transition: .5s;
    pointer-events: none;
}

.form div input:focus ~ label,
.form div input ~ label.animation-label{
    top: .5rem;
    left: 1rem;
    font-size: 0.75rem;
} 

.placeholder-phone{
    position: absolute;
    left: 1rem;
    top: 0.4rem;
    height: 80%;
}

.form div input:focus{
    border: 1px solid blue;
}

.border-active{
    border: 1px solid blue !important;
}

.form div input:focus.input-phone{
    border: 1px solid blue;
}

.form .container-input .input-phone{
    padding: 0 0 0 8rem;
    width: 100%;
    height: 100%;
}

.flag-border{
    border-right: 1px solid #D4D3D4;
}

.span-phone{
    margin-left: 1rem;
    color: #151219;
    font-weight: 400;
}

#hero h1{
    font-family: "Poppins";
    font-size: 7.5rem;
    line-height: 9rem;
}

#hero p{
    font-family: "Poppins";
    font-size: 2.5rem;
}

.btn-submit{
    display: block;
    padding: 1rem;
    margin-top: 1rem;
    width: 100%;
    background-color:  #fd7e14;
    color: white;
    border: none;
    border-radius: 1rem;
}

.btn-submit:hover{
    cursor: pointer;
    background-color:  #eb7210;
}

@media (max-width: 1250px) {
    #hero h1{
        font-size: 5.5rem;
    }
    #hero p{
        font-size: 2rem;
    }
    .banner-arrow {
        width: 10rem;
        margin-left: 1rem;
    }
}

@media (max-width: 992px) {
   .container-title{
        margin-top: 5rem;
        width: 100%;
   }
   #hero h1{
        line-height: 7rem;
    }
    .container-image{
        height: auto;
    }
    .container-form{
        padding: 2rem 0rem;
    }
}

@media (max-width: 768px) {
    #hero h1{
        font-size: 3.5rem;
        line-height: 5rem;
    }
    #hero p {
        font-size: 1rem;
    }
}

#drivers:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#drivers .container {
    padding-top: 72px;
}

@media (max-width: 992px) {
    #drivers .container {
        padding-top: 62px;
    }
    #reliable h1,
    #drivers h1,
    #help_page h1 {
        font-size: 50px !important;
        line-height: 65px !important;
    }
    .modal-dialog {
        max-width: 100% !important;
        width: 80%;
    }
}

#drivers h1,
#help_page h1 {
    margin: 0;
    font-size: 78px;
    line-height: 75px;
    color: #fff;
    font-family: "Staatliches script=all rev=1";
    padding-top: 60px;
    text-shadow: 2px 2px #4b4b4b;
    -webkit-text-stroke: 1px black;
    text-transform: uppercase;
}

#reliable h1 {
    margin: 0;
    font-size: 78px;
    line-height: 75px;
    color: #fff;
    font-family: "Staatliches script=all rev=1";
    padding-top: 60px;
    -webkit-text-stroke: 1px black;
    text-shadow: 2px 2px black;
    text-transform: uppercase;
}

#help_page h2 {
    font-size: 25px;
    font-weight: 600;
}

#help_section h3,
#help_section p {
    color: #1a1d17;
}

#help_section a.link {
    color: #1a1d17;
}

#help_section a.link:hover {
    color: rgb(219, 86, 38);
}

#drivers h2 {
    color: #eee;
    margin: 10px 0 0 0;
    font-size: 24px;
}

#drivers p {
    color: #fff;
    font-size: 17px;
}

#drivers .images-container {
    position: relative;
}

#drivers .first-image {
    /* height: 80vh; */
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#drivers .second-image {
    height: 70vh;
    position: absolute;
    top: 30px;
    left: 170px;
    z-index: 0;
}

.btns-get-app {
    margin-top: 30px;
}

.btns-get-app img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    #drivers {
        background-attachment: fixed;
    }
}


/* mobile landscape and tablet portrait */

@media (min-width: 568px) and (max-width: 834px) {
    #forTruckDrivers .font-40,
    #forTruckingCompanies .font-40 {
        width: auto;
        font-size: 40px;
    }
    #forTruckDrivers .row,
    #forTruckingCompanies .row {
        font-size: 25px;
        width: 100%;
    }
    .about .content h3,
    .jobs-viewed .content h3 {
        font-size: 40px;
    }
    #pricing h2 {
        font-size: 35px;
    }
    .icon-box {
        width: 100%;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .socials-container.mobile {
        display: flex !important;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #drivers {
        height: auto;
    }
    #drivers h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #drivers h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #drivers .first-image {
        height: auto;
        left: -50px;
    }
    #drivers .second-image {
        height: auto;
        position: absolute;
        left: 50px;
    }
    #signUpModal .modal-body,
    #findMoreModal .modal-body {
        padding: 1rem !important;
    }
    .footer {
        line-height: initial !important;
    }
    #signUpModal .modal-dialog,
    #findMoreModal .modal-dialog {
        max-width: 100%;
    }
    .p-30,
    .jobs-viewed .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    #hero {
        background-position: center 40px;
    }
    .back-to-top {
        bottom: 57px;
    }
    #whatIs .col-lg-5 {
        text-align: center !important;
    }
    #forTruckDrivers .font-40,
    #forTruckingCompanies .font-40 {
        width: auto;
        font-size: 40px;
    }
    #forTruckDrivers .row,
    #forTruckingCompanies .row {
        font-size: 25px;
        width: 100%;
    }
    .about .content h3,
    .jobs-viewed .content h3 {
        font-size: 40px;
    }
    #pricing h2 {
        font-size: 35px;
    }
    #submitInformationBtn,
    #sendEmail {
        width: 100%;
    }
    .back-to-top {
        bottom: 40px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
}

#reliable {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(34, 23, 4, 0.1), rgba(0, 0, 0, 0.7)), url("../img/160score_page.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    height: 80vh;
}

#help_page {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(34, 23, 4, 0.1), rgba(0, 0, 0, 0.7)), url("../img/help_page.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}

.find-more {
    bottom: 0;
    position: absolute;
}

#whatIs .col-lg-5 {
    text-align: end;
}

#whatIs img {
    width: 80%;
}

.for-truckers {
    text-align: center;
}

.for-truckers h3,
.for-truckers h4 {
    text-transform: uppercase;
    font-family: "Staatliches script=all rev=1";
}

.for-truckers .row {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.for-truckers .row img {
    height: 55px;
    margin-bottom: 20px;
}

.schedule-test-btn,
.find-out-btn {
    font-size: 15px;
    padding: 10px 20px;
    width: 200px;
    font-weight: 300;
}

#findMoreModal .modal-content {
    background-color: #232323;
    color: #fff;
}

#signUpModal .modal-content {
    background-color: rgba(35, 35, 35, 0.9);
    color: #fff;
}

#findMoreModal .modal-header,
#signUpModal .modal-header {
    border-bottom: none;
}

#findMoreModal input,
#findMoreModal textarea,
#findMoreModal input:focus,
#findMoreModal textarea:focus,
#signUpModal input,
#signUpModal textarea,
#signUpModal input:focus,
#signUpModal textarea:focus,
.helpFormContainer input,
.helpFormContainer textarea,
.helpFormContainer input:focus,
.helpFormContainer textarea:focus,
.helpFormContainer select,
.dropdown-toggle,
.dropdown-menu,
.dropdown-item,
.dropdown-item:active {
    background-color: #1a1d17;
    color: #fff;
    border: none;
    box-shadow: none;
}

select {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

.dropdown-toggle {
    width: 100%;
    text-align: left;
}

.dropdown-toggle:hover {
    color: #fff;
}

.dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle img {
    width: 10px;
    right: 15px;
    top: 15px;
    position: absolute;
}

.dropdown-menu {
    width: 100%;
}

.helpFormContainer button {
    font-size: 17px;
    font-weight: 400;
}

.footer {
    background: black;
    color: white;
    text-align: center;
    padding: 15px 0 5px 0px;
    line-height: 2px;
    font-size: 12px;
}

.order-lg-1,
.order-lg-2,
.order-2 {
    margin: auto;
}

.contact_us {
    font-weight: 600;
}

.footer_help {
    font-size: 40px;
    font-family: "Staatliches script=all rev=1";
    max-width: 1320px;
    margin: auto;
    color: white;
    line-height: 40px;
}

.footer_help span {
    color: rgb(219, 86, 38);
}

.footer_section p {
    color: white;
    margin-top: 10px;
}

.footer_section a {
    font-weight: 500;
}

.footer_section hr {
    background: white;
}

.socials {
    display: flex;
    font-size: 13px;
}

.socials b {
    color: white;
    text-transform: uppercase;
}

.faq {
    background: #fdf1ef;
}

.centerplease {
    font-size: 44px;
    font-family: "Staatliches script=all rev=1";
    max-width: 1320px;
    margin: auto;
}

.centerplease span {
    color: rgb(219, 86, 38);
}

.content {
    max-width: 1320px;
    margin: auto;
}

.question {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 10px 10px 10px 30px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 500;
}

.answers {
    background: #fff;
    padding: 0px 15px;
    margin: 0px 0 10px;
    max-height: 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
}

.questions:checked~.answers {
    max-height: 500px;
    opacity: 1;
    padding: 10px 30px;
}

.plus {
    position: absolute;
    margin-left: 10px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.questions:checked~.tab .arrow-down {
    display: block;
}

.questions:checked~.tab .arrow {
    display: none;
}

.questions {
    display: none;
}

.faq_div {
    box-shadow: 0 4px 10px -10px;
}

.tab {
    display: flex;
}

.arrow,
.arrow-down {
    margin-left: -30px;
    z-index: 1;
    width: 15px;
}

.arrow-down {
    display: none;
}

.helpFormContainer .btn-post-job {
    padding: 10px;
    margin-top: 15px;
}

.modal-body {
    padding: 0;
    margin: 0;
}

.modal.fade.show {
    display: flex !important;
    justify-content: center !important;
}

.close {
    color: white;
    position: absolute;
    background: transparent;
    border: 0;
    top: 10px;
    z-index: 99999;
    right: 20px;
    float: none;
    opacity: 1;
    font-size: 40px;
    font-weight: 400;
}

.btn-close {
    opacity: 1;
    background: url("../img/plus.svg") no-repeat;
    background-size: 30px;
    margin: 0.5rem 0.5rem -0.5rem auto !important;
    outline: none !important;
    box-shadow: none !important;
}

#submitBtn {
    font-size: 17px;
    font-weight: 400;
    width: 100%;
}

.modal-footer {
    text-align: initial;
}

.modal-transparent {
    background: transparent;
}

.modal-transparent .modal-content {
    background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-transparent.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: 0.97;
    filter: alpha(opacity=97);
}

.modal-fullscreen {
    background: transparent;
}

.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 100%;
    }
    .desktop {
        display: flex !important;
    }
    #signUpModal .modal-body {
        padding: 0 15em 3em 15em;
    }
    #findMoreModal .modal-body {
        padding: 0 3rem 4rem 3rem;
    }
}

.modal-dialog {
    max-width: 60%;
}

video {
    width: 100%;
}

.fade {
    opacity: initial !important;
    background: rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
    transition: none !important;
    transform: none !important;
}

.modal.fade.in {
    margin: auto !important;
    justify-content: center !important;
    display: flex !important;
}

.modal-dialog {
    margin: auto !important;
}

.helpFormContainer .btn-post-job {
    padding: 10px;
    margin-top: 15px;
}

textarea {
    resize: none;
}

.copyright {
    font-size: 11px;
}

.fa.fa-bars {
    display: none;
}

#submit-button {
    font-size: 32px;
    margin: 10px;
    color: white;
    font-family: "Roboto";
    border-radius: 5px;
    border: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 13px 0 rgba(0, 0, 0, 0.24);
    background: #03a9f4;
    padding: 10px;
    width: 150px;
    height: 70px;
    transition: all 0.1s;
}

#submit-button:hover {
    background: #039be5;
    transition: all 0.1s;
}

#submit-button:active {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.21), 0 9px 30px 0 rgba(0, 0, 0, 0.26);
}

#submit-button:focus {
    outline-width: 0;
}

.loading #text {
    display: none;
}

.loading #loader {
    display: initial;
}

#text {
    position: relative;
}

#spinner {
    opacity: 0;
    -webkit-animation: 1s spin linear infinite;
    -webkit-transition: opacity 0s ease-in-out;
    transition: opacity 0s ease-in-out;
    top: 18px;
    left: 55px;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #1de9b6 50%, #03a9f4 50%);
}

#spinner:after {
    content: "";
    width: 101px;
    height: 100px;
    margin-left: -1px;
    position: absolute;
    border-radius: 50%;
    background: -webkit-linear-gradient(bottom, transparent);
}

#spinner:before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    background: #03a9f4;
    border-radius: 50%;
    top: 15px;
    left: 5px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(0.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(0.5);
    }
}

#submit-button.loading #spinner {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#submit-button.loading:hover {
    background: #03a9f4;
}

#check {
    display: none;
    width: 30px;
    height: 30px;
    margin-left: 42px;
    background: transparent;
    overflow: hidden;
    position: relative;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation: 0.25s check linear;
}

#check:after {
    content: "";
    width: 8px;
    height: 8px;
    left: 8px;
    top: 12px;
    background: transparent;
    position: absolute;
    border-left: 3px solid #1de9b6;
    -webkit-transform: rotate(-45deg);
}

#check:before {
    content: "";
    width: 15px;
    height: 25px;
    background: transparent;
    position: absolute;
    border-left: 3px solid #1de9b6;
    -webkit-transform: rotate(220deg);
    top: -4px;
    left: 6px;
}

@-webkit-keyframes check {
    0% {
        width: 0;
    }
    30% {
        width: 10px;
    }
    100% {
        width: 30px;
    }
}

#submit-button.done #check {
    display: block;
}

#submit-button.done #spinner {
    opacity: 0;
}

.about .col-lg-4 img {
    max-width: 100%;
}

#helpPage section {
    padding: 20px 0;
}

.section.grey {
    background: #f9f9fa;
    padding-top: 30px;
    padding-bottom: 30px;
}

.mt-0 {
    margin-top: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

#search-tab-table .panel.panel-default {
    border-color: #edf0f3 !important;
    box-shadow: none !important;
}

#search-tab-table .form-control {
    box-shadow: none !important;
    border-radius: 20px;
    padding: 6px 18px;
}

#search-tab-table .form-control:focus,
#search-tab-table .form-control:active {
    border-color: #ccc;
}

#search-tab-table .tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

#search-tab-table .tabs-left>li {
    float: none;
}

#search-tab-table .tabs-left>li.active>a,
#search-tab-table .tabs-left>li.active>a:hover,
#search-tab-table .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
}

#search-tab-table .tabs-left>li>a {
    border-radius: 0px;
    margin-right: 0;
    display: block;
    border-left: none !important;
    border-right: none !important;
}

#search-tab-table .tabs-left li.active>a {
    color: rgb(219, 86, 38);
}

#search-tab-table .tabs-left li a {
    color: #1a1d17;
    background: transparent !important;
    border: none !important;
    position: relative;
}

#search-tab-table .tabs-left li.hasSubItems>a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 13px;
    height: 22px;
    background: url(http://sm15.ru/Portals/21/Skins/CSS3/images/more-btn.png);
}

#search-tab-table .tabs-left li a:hover,
#search-tab-table .tabs-left>li:hover>a {
    color: rgb(219, 86, 38) !important;
}

#search-tab-table .tabs-left>li:hover {
    cursor: pointer;
}

#search-tab-table .tabs-left>li.hasSubItems>a {
    pointer-events: none;
    user-select: none;
}

#search-tab-table .nav-tabs>li>a:hover {
    border-color: #ddd #eee #ddd;
}

#search-tab-table .nav>li {
    position: relative;
}

#search-tab-table .nav>li ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    min-width: 220px;
    padding: 5px 0;
    margin: -2px 0px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #edf0f3;
    border-radius: 4px;
    box-shadow: none !important;
}

#search-tab-table .nav>li ul li a {
    background: transparent;
    color: #1a1d17;
}

#search-tab-table .nav>li:hover ul {
    display: block;
}

#search-tab-table .btn-group {
    width: 100%;
}

#search-tab-table #searchinput {
    width: 200px;
}

#search-tab-table #searchclear {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: rgb(219, 86, 38);
    display: none;
}

.search-table-content {
    display: none;
}

#return-button {
    display: none;
}

#search-tab-table table th {
    white-space: nowrap;
    text-transform: uppercase;
    color: rgb(219, 86, 38);
    font-weight: normal;
    font-size: 14px;
}

#search-tab-table .tab-pane .panel-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
}

#search-tab-table table td:last-child {
    text-align: right;
    padding-right: 20px;
}

#search-tab-table table td:first-child {
    text-align: left;
}

#search-tab-table table td {
    text-align: left;
    color: #1a1d17;
}

#search-tab-table table td,
#search-tab-table table th,
#search-tab-table .tab-pane .panel-heading {
    border-color: #e0e3e9;
}

@media (max-width: 992px) {
    #search-tab-table .tab-content>.tab-pane {
        /* display: none; */
        /* position: absolute; */
        top: 0;
        left: 100%;
        width: 100%;
        padding: 0px 15px;
    }
    #search-tab-table .tab-content>.m-active {
        display: block;
    }
    .row.slide-table-row>div {
        position: static;
    }
    #search-tab-table .nav>li:hover ul {
        display: none;
    }
    #search-tab-table .tabs-left>li.hasSubItems>a {
        pointer-events: initial;
        user-select: initial;
    }
    #search-tab-table .nav>li ul {
        display: none;
        position: absolute;
        float: left;
        top: 0 !important;
        box-shadow: none;
        margin: 0 !important;
        transform: none !important;
        width: 100%;
    }
    #search-tab-table .nav>li.m-active ul {
        display: block;
    }
    #search-tab-table .nav>li {
        position: static !important;
    }
    #search-tab-table .tabs-left-holder,
    .slide-table-row-wrapper {
        position: relative;
        overflow: hidden;
    }
    #search-tab-table .tabs-left,
    #search-tab-table .slide-table-row {
        transition: 0.5s;
    }
    .submenu-active,
    .show-result {
        transform: translateX(-100%);
    }
    #return-button {
        display: block;
    }
    #return-button.hidden {
        display: none;
    }
    #search-tab-table .tabs-left-holder.hidden {
        display: none;
    }
}

ul {
    list-style-type: none;
}

.color-white {
    color: white !important;
}

.mobile {
    display: none;
}

.loader-animated {
    display: inline-block;
    width: 24px;
    height: 18px;
}

.loader-animated:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader-animated 1.2s linear infinite;
}

@keyframes loader-animated {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
button,.login-btn{
    border-radius: 40px !important;
}
#downloadNow,#downloadNow_mobile,#findMoreBtn{
    background: rgb(219, 86, 38);
    border: none;
    color: white;
}