@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&family=Staatliches&display=swap');
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**top menu styles**/

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
}

section {
    position: relative;
    margin-bottom: 50px;
}

.no-margin {
    margin: 0;
}

.default-container {
    position: relative;
    padding: 30px 0 0;
    min-height: 400px;
}


/* --- images --------------------- */

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* --- links --------------------- */

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -khtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #2135D5;
    position: relative;
    cursor: pointer;
}

button,
label {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -khtml-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.675rem + 2px);
}

.form-control {
    padding: .675rem .75rem;
}

.btn {
    border-radius: .25rem;
    transition: all 0.5s ease;
}

.btn-light,
.page-link {
    color: #2135D5;
}

.btn-primary,
.page-item.active .page-link {
    color: #fff;
    background-color: #2135D5;
    border-color: #2135D5;
}

.btn-outline-primary {
    color: #2135D5;
    border-color: #2135D5;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2135D5;
    border-color: #2135D5;
}

a,
a:visited {
    outline: 0px;
}

a:hover {
    color: #107ee3;
}

p,
h2 {
    margin-bottom: 0.4em;
}

p {
    font-size: 1.02rem;
    line-height: 1.48;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Staatliches', cursive;
    text-rendering: optimizeLegibility;
}

.wrap {
    width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Staatliches', cursive;
    color: #343434;
    letter-spacing: 1.3px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #2135D5;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2135D5;
}

.logo img {
    width: 120px;
}

header {
    position: relative;
}

.header-carousel {
    position: relative;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.75);
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #2135D5;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-prev:after,
.slick-next:after {
    font-size: 25px;
}

.slick-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f104";
}

.slick-next {
    right: 20px;
    text-align: right;
}

.slick-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.contenet-image {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 901;
}

.header-carousel .hero__tag {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 200;
    padding-bottom: 0;
    position: relative;
    transition: top .8s, opacity .8s;
    display: block;
    margin-bottom: 20px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51);
}

.header-carousel .hero__title {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.51);
}

.myKenburns .slick-slider {
    overflow: hidden;
    margin-top: 1.5rem;
}


/*
.myKenburns .slick-slider div.slick-active img {
    -webkit-animation: myMove 8s 1 ease-in-out;
    -moz-animation: myMove 8s 1 ease-in-out;
    -o-animation: myMove 8s 1 ease-in-out;
    -ms-animation: myMove 8s 1 ease-in-out;
    animation: myMove 8s 1 ease-in-out;
}

.myKenburns .slick-slide[aria-hidden="true"] img {
    visibility: hidden;
}

@keyframes myMove {
    from {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }
    to {
        transform: scale(1.3, 1.3);
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1.0, 1.0);
        -webkit-transform-origin: 50% 50%;
    }
    to {
        -webkit-transform: scale(1.3, 1.3);
        -webkit-transform-origin: 50% 0%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1.0, 1.0);
        -o-transform-origin: 50% 50%;
    }
    to {
        -o-transform: scale(1.3, 1.3);
        -o-transform-origin: 50% 0%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1.0, 1.0);
        -moz-transform-origin: 50% 50%;
    }
    to {
        -moz-transform: scale(1.3, 1.3);
        -moz-transform-origin: 50% 0%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1.0, 1.0);
        -ms-transform-origin: 50% 50%;
    }
    to {
        -ms-transform: scale(1.3, 1.3);
        -ms-transform-origin: 50% 0%;
    }
}
*/

.content-info h2 {
    font-size: 3.5rem;
    letter-spacing: 8px;
    line-height: 1;
}

.content-info p {
    font-size: 1.25rem;
}

.home-info h2 {
    font-size: 3.1rem;
    line-height: 1;
}

.body-content h2 span {
    color: #2135D5;
}

.list-categories {
    margin: 25px 0;
}

.cell-options-home {
    margin: 0;
    text-align: center;
    padding: 0;
}

.cell-options-home::after {
    clear: both;
    content: "";
    display: table;
}

.cell-options-home li {
    width: 200px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 10px 30px 15px;
    padding: 20px 10px;
}

.cell-flow-options-home {
    margin: 7.5px;
}

.cell-flow-figure-home {
    background: #fff;
    border: 3px solid #cdd7e4;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    transition: all 400ms ease-in-out 0s;
}

.cell-flow-figur-homee span {
    padding: 0 10px;
    font-weight: 700;
}

.cell-options-home li:hover span {
    color: #2135D5;
}

.cell-flow-figure-home .btn {
    margin-top: 10px;
    z-index: 100;
    font-size: 14px;
}

.cell-flow-figure {
    border-color: transparent;
}

.cell-flow-figure-home img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cell-flow-figure-home:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.cell-flow-figure-home:hover {
    border: 3px solid #2135D5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.cell-flow-figure-home img {
    display: inline-block;
    margin-bottom: 10px;
}

.cell-flow-figure-home span {
    padding: 0;
    color: #000;
}

.cell-flow-figure-home h5 {
    margin-bottom: 2px;
}

.earn-money-container {
    background: url(images/driver-back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.advetiser-details {
    background: url(images/advertiser-background2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.earn-money-container,
.advertiser-details {
    position: relative;
}

.earn-money-container::after {
    clear: both;
    content: "";
    display: table;
}

.earn-money-content {
    z-index: 901;
    position: relative;
}

.earn-money-left,
.earn-money-right {
    float: left;
}

.earn-money-left hr {
    width: 15%;
    padding: 0;
    margin: 0 0 20px;
    background-color: #FF2700;
}

.earn-money-left p {
    margin-bottom: 20px;
}

.earn-money-left {
    width: 40%;
    padding: 5% 10%;
    background-color: #000;
    color: #fff;
    margin-bottom: 15%;
}

.earn-money-right {
    width: 60%;
    padding: 5% 35% 3% 4%;
    color: #fff;
}

.sub-heading h3 {
    font-size: 18px;
}

.money-right-content {
    position: relative;
    z-index: 9001;
    margin-bottom: 20px;
}

.money-right-content::after {
    position: absolute;
    border-bottom: 1px solid #FF2700;
    bottom: -10px;
    left: -90px;
    width: 100%;
    content: "";
}

.main-heading h2 {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}

.main-heading h2 span {
    color: #2135D5;
}

.heading {
    font-family: 'Staatliches', cursive;
    font-size: 25px;
}

.resigter-area {
    padding: 40px 0;
}

.register-with-us-back {
    position: relative;
    color: #fff;
    background: rgb(18, 84, 188);
    background: -moz-linear-gradient(90deg, rgba(18, 84, 188, 1) 0%, rgba(80, 147, 253, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(18, 84, 188, 1) 0%, rgba(80, 147, 253, 1) 100%);
    background: linear-gradient(90deg, rgba(18, 84, 188, 1) 0%, rgba(80, 147, 253, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1254bc", endColorstr="#5093fd", GradientType=1);
}

.resigter-area h2 {
    margin-bottom: 0;
}

.resigter-area .btn-success {
    border-radius: 50px;
    padding: 8px 35px;
    margin-top: 10px;
    background-color: #2AC1BE;
    border: 0;
}

.resigter-area .btn-success:hover {
    background-color: #000;
}

.driver-truck {
    margin-top: -150px;
    position: relative;
    z-index: 900;
}

.bottom-video {
    padding: 60px 0;
}

.bottom-video h2 {
    font-size: 52px;
    line-height: 1;
    padding-right: 40%;
}

.bottom-video h2 span {
    color: #2135D5;
}

.info-bar {
    background-color: #343434;
    padding: 10px 0;
}

.info-bar a {
    font-family: 'Staatliches', cursive;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.info-bar a:hover {
    color: #fff;
}

.info-bar .dropdown-menu a {
    color: #343434;
    text-align: right;
}

.main-footer {
    color: #438CFF;
    background-color: #1254BC;
    padding: 30px 0;
}

.main-footer .copy {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #438CFF;
    margin-top: 20px;
}

.widgets-footer h6 {
    font-size: 20px;
}

.widgets-footer h6,
.widgets-footer-content h6,
.widgets-footer h6 a {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    color: #fff;
}

.widgets-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.widgets-footer ul li {
    line-height: 1.4;
}

.fotter_categories li a,
.widgets-footer li a {
    color: #438CFF;
}

.members-area ul {
    margin: 0;
    padding: 0;
}

.members-area ul li {
    display: inline;
    margin-right: 10px;
}

.members-area ul li svg {
    width: 18px;
    margin-right: 5px;
    fill: #fff;
}

.members-area ul li:hover svg {
    fill: #fff;
}

.members-area ul li:last-child {
    margin-right: 0px;
}

#sign-in .modal-footer,
#sign-up .modal-footer {
    background-color: #f3f4f6;
    display: initial;
    text-align: center;
}

#sign-in .modal-footer>:not(:first-child),
#sign-up .modal-footer>:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
}

.inner-header {
    min-height: 45vh;
}

.page-section {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.page-section {
    color: #fff;
    background-color: #121212;
    margin-bottom: 10px;
}

.page-section .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 901;
    display: flex;
    margin: 0 auto;
    box-sizing: content-box;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}

.page-section .content-wrapper h2 {
    font-size: 4rem;
}

.section-background {
    overflow: hidden;
    background-color: #121212;
    pointer-events: none;
}

.section-background,
.section-background .section-background-overlay,
.advetiser-details .section-background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section-background-overlay {
    background-color: #000;
    opacity: 0.55;
}

.result-container {
    position: relative;
    margin-bottom: 60px;
}

.result-img {
    width: 100px;
}

.result-container .btn {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    padding: .375rem 1.75rem;
    margin-right: 10px;
}

.result-container h5 {
    color: #2135D5;
    margin-bottom: 0;
}

.breadcrum-area .breadcrumb {
    padding: 0;
    background-color: transparent;
}

.result-container .card {
    margin-bottom: 25px;
    transition: all 0.5s ease;
}

.result-container .card:hover {
    -webkit-box-shadow: 0px 0px 12px -2px rgba(71, 71, 71, 0.57);
    -moz-box-shadow: 0px 0px 12px -2px rgba(71, 71, 71, 0.57);
    box-shadow: 0px 0px 12px -2px rgba(71, 71, 71, 0.57);
}

.bottom-app {
    padding: 60px 0;
}

.bottom-app h2 {
    font-size: 3.5rem;
    line-height: 1;
    color: #2135D5;
}

.bottom-app h2 span {
    color: #000;
}

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

.easy-steps ul li {
    transition: all 0.5s ease;
    display: inline-block;
    padding: 15px 20px;
    width: 25%;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.easy-steps ul li:hover {
    -webkit-box-shadow: 0px 0px 12px -2px rgba(71, 71, 71, 0.57);
    -moz-box-shadow: 0px 0px 12px -2px rgba(71, 71, 71, 0.57);
    box-shadow: 0px 0px 12px -2px rgba(71, 71, 71, 0.57);
}

.easy-steps ul li:hover h5 {
    color: #2135D5;
}

.easy-steps ul li img {
    width: 100px;
    margin-bottom: 10px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.easy-steps ul li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.question-area {
    position: relative;
}

.question-area h2 {
    font-size: 4.5rem;
    line-height: 1;
}

.questions-have .card-header {
    background-color: transparent;
    border: 0px;
}

.questions-have a,
.questions-have a.collapsed {
    color: #4c4c4c;
    font-size: 1.4rem;
    padding-left: 0;
}

.questions-have a:hover,
.questions-have a {
    color: #2135D5;
}

.questions-have .card-body {
    padding-top: 0;
}

.advertiser h2 {
    font-size: 4.5rem;
    line-height: 1;
}

.advetiser-more-area {
    position: relative;
    z-index: 9001;
    color: #fff;
}

.sign-login-form {
    background-color: rgba(255, 255, 255, 0.5);
}

.sign-login-form .form-row {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sign-login-form .form-row:last-child {
    border-bottom: 0px;
}

.sign-login-form label {
    font-weight: 600;
}

.sign-login-form h5 {
    color: #2135D5;
}

.signin-signup {
    background: url(images/signup-back.jpg) no-repeat bottom right;
}


/* clearfix */

.grid {
    list-style: none;
    text-align: center;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item {
    height: 240px;
    float: left;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}


/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


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


/***** Apollo *****/


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

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
    opacity: 0;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p,
figure.effect-apollo:hover h2 {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


/**Responsive**/

@media (min-width: 48rem) {
    .hero__overlay {
        background-color: rgba(0, 0, 0, 0.15);
    }
}

@media only screen and (max-width: 991px) {
    .grid-sizer,
    .grid-item {
        width: 100%;
    }
    .content-info h2 {
        font-size: 1.25rem;
        letter-spacing: 2px;
    }
    .content-info p {
        font-size: 0.85rem;
    }
    .easy-steps ul li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .driver-truck {
        display: none;
    }
    .question-area h2,
    .bottom-app h2 {
        font-size: 1.85rem;
        line-height: 1;
        text-align: center;
    }
    .bottom-app,
    .question-area {
        padding: 20px 0;
    }
    .default-container h2 {
        font-size: 1.5rem;
    }
    section {
        margin-bottom: 25px;
    }
    .inner-header {
        min-height: 30vh;
    }
    .page-section .content-wrapper h2 {
        font-size: 1.75rem;
        text-align: center;
    }
    .earn-money-left,
    .earn-money-right {
        width: 100%;
    }
    .earn-money-left {
        padding: 10% 10%;
    }
    .earn-money-right {
        padding: 5% 10% 5% 10%;
    }
    .main-heading h2 {
        font-size: 35px;
    }
    .members-area {
        text-align: center;
        width: 100%;
    }
    .bottom-video h2 {
        font-size: 35px;
        padding-right: 0;
        margin-top: 20px;
    }
    .bottom-video {
        padding: 10px 0;
    }
}