body {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
}

.header {
    position: relative;
    background: #fff;
}

/* .header.header-scrolled,
.header.header-inner-pages {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff !important;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
} */

.header .navbar a,
.header .navbar a:focus {
    color: #1c1a4c;
    padding: 10px;
    font-weight: 600;
}

.header .navbar a.active {
    background-color: #db261d;
    color: #ffffff;
    border-radius: 5px;
}

.navbar .getstarted {
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    color: #fff !important;
    background: #db261d;
}

.navbar .getstarted:hover {
    background: #ffffff;
    border: 2px solid #db261d;
    color: #000 !important;
}

.hero {
    background: linear-gradient(45deg, #3f51b5 25%, #6610f2, #dc3545);
    background-size: 400% 400%;
    animation: hero 3s infinite ease-in-out;
}

@keyframes hero {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.hero h1 {
    color: #ffffff;
    text-transform: capitalize;
}

.hero h2 {
    margin: 0 0 10px 0;
    color: #ffffff;
    text-transform: capitalize;
}

.hero p {
    color: #ffffff;
}

.hero .btn-watch-video {
    color: #1c1a4c;
}

.hero .btn-watch-video i {
    color: #1c1a4c;
}

.hero .tracking-home input {
    outline: unset !important;
    box-shadow: unset !important;
}

.hero .tracking-home .track-btn {
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.5s;
    color: #fff !important;
    background: #db261d;
    border-radius: 0 0.25rem 0.25rem 0;
    outline: unset !important;
    box-shadow: unset !important;
}

.hero .tracking-home .track-btn:hover {
    background: #ffffff;
    border: 2px solid #db261d;
    color: #000 !important;
}

.services .icon-box h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.cliens img {
    max-width: 60%;
    filter: none;
}

.tracking {
    font-size: 14px;
    background: #1c1a4c;
}

.tracking .tracking-block {
    /* margin-top: 30px; */
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.tracking .tracking-block input {
    outline: unset;
}

.tracking .tracking-block input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

.tracking .tracking-block input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #db261d;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.tracking .tracking-block input[type="submit"]:hover {
    background: #1c1a4c;
}

.footer {
    border-top: 2px solid #1c1a4c;
}

.footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.footer .credits {
    float: right;
    padding-left: 0;
    font-size: 14px;
}

.footer .copyright a {
    color: #ffffff;
}

.footer .copyright a:hover {
    color: #db261d;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    height: auto;
    padding: 0.375rem 0.75rem;
    padding-left: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container .select2-selection .select2-selection__rendered {
    line-height: 24px;
}

.select2-container .select2-selection .select2-selection__arrow {
    height: 100% !important;
}

.home_carousel .owl-dots .owl-dot span {
    background: #1c1a4c;
}

.home_carousel .owl-dots .owl-dot.active span,
.home_carousel .owl-dots .owl-dot:hover span {
    background: #db261d;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    section {
        padding: 30px 0;
    }
    .header .logo img {
        width: 100px;
    }
}

@media screen and (min-width:320px) and (max-width:991px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    section {
        padding: 30px 0;
    }
    .header .logo img {
        width: 80px;
    }
    .hero {
        height: auto;
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .footer .credits {
        float: unset;
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #374183;
    outline: 0;
    box-shadow: none;
}