html,
body {
  height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #4C5561;
}

.z-index {
    z-index: 9999;
}

/* .carousel-caption{
    text-align: left;
    left: 12%;
    bottom: 320px;
}

.carousel-indicators{
    left: -60px;
    bottom: 310px;
    justify-content: left;
} */

.nav-item a.nav-link {
    color: #FFF;
}

/* .carousel-item img{
    position: absolute;
    padding: 0px 0;
    top: 0px;
}

.carousel-item{
    padding: 370px 0px;
} */

.carousel-item {
    max-height: 80%;
}

section,
footer {
    padding: 100px 0px;
}

.section-title h2 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.section-title h2::after {
    content: '';
    width: 66px;
    height: 2px;
    background-color: #4C5561;
    display: block;
    margin-top: 15px;
}

.section-title h5::after {
    content: '';
    width: 66px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    margin-top: 15px;
}

h2.text-center:after {
    margin: 15px auto 0px;
}

.features {
    border-top: 1px dashed #979797;
    width: 100%;
    display: flex;
}

.link-line {
    width: 1px;
    display: table;
    height: 48px;
    border-left: 1px dashed #979797;
    margin-left: 10px;
}

.circle-link {
    display: table;
    margin: -10px auto 0px;
}

.circle-box {
    content: '';
    height: 21px;
    width: 21px;
    border-radius: 50%;
    display: table;
}

.thumb-list {
    min-width: 234px;
    max-width: 234px;
    background-color: #F3F1F1;
    overflow: hidden;
    border-radius: 25px;
    margin-left: 10px;
    min-height: 100%;
}

.thumb-logo {
    height: 118px;
    display: flex;
}

.slide-control div {
    height: 34px;
    width: 34px;
    border-radius: 4px;
    font-size: 34px;
    background-color: #4C5561;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

.slide-control {
    text-align: right;
    margin-bottom: 15px;
}

.thumb-slider {
    position: relative;
}

.thumb-slider-title {
    background-color: #4C5561;
    height: 100%;
    display: flex;
    width: 40%;
    position: absolute;
    text-align: left;
    border-radius: 0px 100px 100px 0px;
    padding-left: 18%;
    top: 0px;
}

.thumb-slider-title .section-title {
    display: flex;
    align-self: center;
    flex-direction: column;
    width: 100%;
    padding-right: 30px;
    color: #FFF;
}

.thumb-slider-title .section-title h2::after {
    left: 0px;
    background-color: #FFF;
}

.partner-logo {
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.partner-logo img {
    max-width: 75%;
    max-height: 75%;
}

.pricing-box {
    background-color: #FFF;
    border-radius: 25px;
}

.profile-pic {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50%;
}

.rounded {
    border-radius: 15px !important;
}

footer {
    color: #8B98A4;
}

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

ul.social-icon li {
    display: inline;
}

.bg-black {
    background-color: #24292d;
}

.yellow-bullet li::before {
    content: "\2022";
    color: #EDCD31;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1.2em;
}

.text-dark .nav-item a.nav-link {
    color: #4C5561;
}

.nav-tabs .nav-link.active {
    color: #03A9F3 !important;
    border-color: transparent;
    border-bottom: 2px solid #03A9F3;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 2px solid #03A9F3;
}

.testimonial {
    background-color: #F7F6F3;
}

.blue-box {
    width: 439px;
    padding: 38px;
    position: absolute;
    bottom: -70px;
    z-index: 999;
    right: 0px;
}

.slider {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    height: 20px;
    top: 54%;
    width: 11%;
}

.carousel-caption {
    right: 0;
    top: 50%;
    left: 0;
    text-align: left;
    margin: 0 auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    font-size: 30px;
    opacity: 1;
    color: #FFF;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-prev-icon::after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
}

.carousel-control-next-icon::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
}

.carousel-indicators {
    margin-left: 10%;
    justify-content: left;
    top: 60%;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.section-customized-padding {
    padding-top: 50px !important;
}

.fix-header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #FFF;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.fix-header .text-white {
    color: #24292d !important
}

.fix-header .logo-black {
    display: block;
}

.logo-black {
    display: none;
}

.fix-header .logo-white {
    display: none;
}

.fix-header .nav-item a.nav-link {
    color: #4C5561
}

.navbar-nav li {
    margin-left: 30px;
}

.carousel-control-prev {
    justify-content: flex-end;
    text-align: right;
}

.carousel-control-next {
    justify-content: flex-start;
    text-align: left;
    width: 47%;
}

.carousel-caption h5,
.carousel-caption p {
    width: 50%;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.navbar-toggler {
    color: #FFF;
}

.navbar-brand img {
    width: 200px;
}

.features p {
    font-size: 14px;
}

.features a {
    color: #C9CEDC;
    font-size: 14px;
}

.about-img {
    border-radius: 0px 100px 100px 0px;
}

.tab-img {
    width: 100%;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);
    border-radius: 13px;
    overflow: hidden;
}

.tab-img img {
    width: 100%;
}

.tabs-logo img {
    height: 60px;
    padding: 5px;
    border-radius: 0px 15px 0px 15px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.text-secondary {
    color: #8B98A4 !important
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 1.5rem;
    margin: auto;
    border-radius: 12px;
    background-color: #FFF;
    position: relative;
    z-index: 999;
}

.form-signin.registration-form{
    max-width: 510px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login-container{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    height: 100%;
}

.features h4{
    font-size: 20px;
}

.login-container{
    background-image: url('../images/truck-login.jpg');
    background-size: 100% auto;
    overflow: auto;
}

.login-container::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

/* resposive */
@media (max-width: 2000px) {
    .carousel-indicators {
        top: 60%;
    }

    .carousel-control-prev {
        width: 19%;
    }

    .carousel-control-next {
        width: 49%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 52%;
    }
}

@media (max-width: 1600px) {
    .carousel-indicators {
        top: 63%;
    }

    .carousel-control-prev {
        width: 9%;
    }
    .thumb-slider-title {
        width: 37.7%;
    }
}

@media (max-width: 1280px) {
    .carousel-indicators {
        top: 64%;
    }

    .thumb-slider-title {
        padding-left: 8%;
        width: 36%;
    }

    .carousel-control-prev {
        width: 3%;
    }
}

@media (max-width: 1024px) {
    .carousel-indicators {
        top: 72%;
    }

    .carousel-control-prev {
        width: 2.5%;
    }
}

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

@media (max-width:768px) {
    .carousel-caption {
        top: 34%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 45%;
    }

    .carousel-indicators {
        top: 65%;
    }
    .form-signin.registration-form{
        max-width: 100%;
    }
}

@media (max-width:767px) {

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .carousel-indicators {
        display: none;
    }

    .features {
        display: block;
        border-top: none;
    }

    .thumb-slider-title {
        position: static;
        padding: 15px;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 15px;
    }

    .blue-box {
        position: static;
        bottom: 0;
        width: 100%;
    }

    .circle-link {
        display: none;
        margin: 0px;
    }

    .thumb-list {
        width: 100%;
        margin-bottom: 15px;
    }

    .pricing-box {
        margin-bottom: 15px;
    }

    section,
    footer {
        padding: 50px 0px;
    }

    .fix-header {
        position: static;
        width: 100%;
        left: 0px;
        top: 0px;
        background-color: transparent;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .nav-link span {
        display: none;
    }

    .fa-3x {
        font-size: 1.5rem;
    }
    .mobile-nav{
        width: 100%;
        background-color: #FFF;
    }
    .mobile-nav .logo-white{
        display: none;
    }

    .mobile-nav .logo-black{
        display: block;
    }
    .navbar-toggler{
        color: #24292d;
        font-size: 28px;
        display: flex;
    }
    .navbar-toggler-icon{
        width: auto;
        height: auto;
    }
    .nav-item a.nav-link{
        color: #24292d;
    }
    .navbar-nav li{
        margin-left: 0px;
    }
    .navbar-nav{
        margin-top: 15px;
    }
}

@media (max-width:486px) {}

@media (max-width:425px) {}

@media (max-width:415px) {}

@media (max-width:376px) {}

@media (max-width:360px) {}

@media (max-width:320px) {}

/* resposive */
