* {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-margin-top: 30px;
}

li {
    list-style: none;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

p {
    margin-bottom: 0;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal_row [class*="col-"] {
    padding: 5px;
}

.get-a-quote .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
}

.get-a-quote .modal-header {
    border: none;
    padding-bottom: 0;
    padding-top: 40px;
}

.modal_row .btn {
    background-color: #ff0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 0;
}

.modal_row input,
.modal_row textarea {
    border-radius: 0;
    font-size: 14px;
}

.navbar-top-logo {
    padding: 15px 0;
}

.navbar-top-logo .helpline-number {
    display: flex;
}

.navbar-top-logo .helpline-details {
    padding-left: 10px;
}

.navbar-top-logo .helpline-number p {
    color: #999;
    font-size: 14px;
}

.navbar-top-logo .helpline-number h2 {
    color: #ff0000;
    font-size: 30px;
}

.navbar-main {
    background-color: #ff0000;
}

.navbar-main .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 15px !important;
}

.navbar ul li {
    float: left;
}

.navbar ul li:last-child {
    float: right;
}

.navbar ul li:last-child a {
    background-color: #000000;
    color: #fff;
}

.banner-main {
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex !important;
    align-items: center;
}

.banner-main h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.banner-main p {
    color: #fff;
}

.banner-main .banner-btn a {
    width: 130px;
    display: block;
    background: #000000;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 8px 0;
    font-size: 14px;
}

.banner-main .banner-btn a:first-child {
    background-color: #ff0000;
}

.heading h1 {
    text-transform: uppercase;
}

.heading h1 span {
    color: #ff0000;
}

.heading hr {
    height: 2px;
    background-color: #ff0000;
    opacity: 1;
    width: 80px;
    margin: 30px auto;
}

.heading p {
    width: 80%;
    font-size: 14px;
    color: #999;
    margin: 0 auto;
}

.service-box {
    border: 1px solid #ddd;
    text-align: center;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: .5s;
}

.service-box:hover {
    border: 1px solid #f1592f;
}

.service-box:hover h3 {
    color: #f1592f;
}

.service-box h3 {
    transition: .5s;
    font-size: 18px;
    padding-top: 15px;
}

.service-box p {
    font-size: 14px;
    color: #333;
    font-weight: 100;
}

.special-services {
    background-color: #ff0000;
    padding: 40px 0;
    color: #fff;
}

.special-services h2 {
    text-transform: uppercase;
}

.heading-sub {
    border-left: 2px solid #ffff;
    padding-left: 20px;
}

.special-row {
    padding-top: 50px;
}

.special-row [class*="col-"] {
    padding: 10px;
}

.special-box {
    border: 1px solid #ffff;
    height: 120px;
    transition: .5s;
    position: relative;
    padding: 30px 10px;
    display: flex;
    align-items: center;
}

.special-box:hover {
    border: 1px solid #000000;
}

.special-box .special-content {
    padding-left: 80px;
    padding-right: 10px;
}

.special-box .special-content h3 {
    font-size: 18px;
}

.special-box .special-content p {
    font-weight: 100;
    font-size: 15px;
}

.special-box .special-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: .5s;
}

.special-box img {
    filter: invert(100%) sepia(0%) saturate(3207%) hue-rotate(310deg) brightness(100%) contrast(100%);
}

.special-box:hover .special-icon {
    top: 30px;
    transform: translateY(0);
}

.special-box:hover img {
    filter: invert(50%) sepia(10%) saturate(3207%) hue-rotate(310deg) brightness(100%) contrast(100%);
}

.progress-faq {
    padding: 40px 0;
}

.progress-faq .heading {
    text-align: left !important;
}

.progress-faq .heading h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.progress-faq .heading .divider {
    margin-left: 0;
    margin-top: 10px;
}

.progress {
    height: 35px;
    margin-bottom: 25px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.progress .skill {
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

.progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

.progress-bar {
    text-align: left;
    transition-duration: 3s;
    background-color: #f1592f;
}

.progress-faq .accordion-button {
    border: none;
}

.progress-faq .accordion-button::after {
    background: none;
}

.progress-faq .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "+";
    border: 2px solid #000;
    color: #000;
    margin-right: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
    font-weight: 600;
}

.progress-faq .accordion-collapse {
    border: none;
}

.progress-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    padding-bottom: 5px;
    font-weight: 600;
}

.progress-faq .accordion-button:focus {
    z-index: 3;
    border-color: #f1592f;
    outline: 0;
    box-shadow: none
}

.progress-faq .accordion-body {
    font-size: 14px;
    padding-left: 40px !important;
}

.strip-section {
    background-image: url(../images/strip-bg.jpg);
    padding: 100px 0;
}

.strip-section .strip-content {
    text-transform: uppercase;
}

.strip-section .strip-content h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}

.strip-section .strip-content h4 {
    font-size: 44px;
    color: #fff;
    margin-bottom: 0;
}

.strip-section .strip-content h3 {
    font-size: 60px;
    color: #000000;
}

.strip-section .strip-content p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.strip-section .strip-content .request-quote {
    background-color: #000000;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    display: inline-block;
}

.about-section {
    padding: 40px 0;
}

.about-section .heading {
    text-align: left !important;
}

.about-section .heading h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.about-section .heading .divider {
    margin-left: 0;
    margin-top: 10px;
}

.about-section p {
    font-size: 14px;
}

.partners-section {
    background-color: #ff0000;
    padding: 20px 0;
}

.slick-slide img {
    width: 100%;
}

.partners-section .partner-item {
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.partners-section .partner-item .partner-content {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section {
    background-image: url(../images/contact-bg.jpg);
    padding: 40px 0;
    background-size: cover;
}

.contact-section .heading {
    text-align: left !important;
}

.contact-section .heading h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-section .heading .divider {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-section .heading p {
    margin-left: 0;
    padding-bottom: 20px;
}

.contact-section form [class*="col-"] {
    padding: 8px;
}

.contact-section input {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
}

.contact-section textarea {
    border-radius: 0;
    font-size: 14px;
}

.contact-section button {
    background-color: #ff0000;
    font-size: 14px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    display: block;
    margin: 0 auto;
}

.contact-section .contact-details-col {
    border: 1px solid #ddd;
    padding: 15px 30px;
    background-color: #fff;
    margin-top: 60px;
}

.contact-section .contact-details-col .contact-info {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.contact-section .contact-details-col .contact-info:last-of-type {
    border-bottom: none;
}

.contact-section .contact-details-col .contact-info ul li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-section .contact-details-col .contact-info ul li .icon-box,
.contact-section .contact-details-col .contact-info ul li .content {
    display: table-cell;
    vertical-align: top;
}

.contact-section .contact-details-col .contact-info ul li .icon-box i {
    color: #ff0000;
    font-size: 35px;
    position: relative;
    top: 5px;
}

.contact-section .contact-details-col .contact-info ul li .content {
    padding-left: 25px;
    font-size: 14px;
}

.contact-section .contact-details-col .contact-info ul li .content a p {
    padding-top: 10px;
    color: #000;
}

footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/footer-bg.jpg);
    padding: 40px 0
}

footer .heading h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

footer .heading .divider {
    margin: 20px 0;
    margin-left: 0;
}

footer p,
footer li a,
footer li {
    font-size: 14px;
    color: #ccc;
    transition: .5s;
}

footer li {
    padding-bottom: 10px;
}

footer .footer-links li {
    padding-bottom: 15px;
}

footer .footer-links li i {
    padding-right: 8px;
}

footer .footer-links li {
    text-indent: -13px;
    padding-left: 26px;
}

footer li a:hover {
    color: #f1592f;
}

.copyright {
    padding: 12px 5px;
    color: #fff;
    background-color: #10151b;
    text-align: center;
    font-size: 12px;
}

.trackLink {
    margin: 0 auto;
    position: fixed;
    display: inline-block;
    top: 300px;
    right: 0;
    z-index: 400;
    background: #ff0000;
    transition: .3s;
}

.trackLink.active {
    right: -228px;
}

.trackLink .trackBtn {
    content: '';
    position: absolute;
    left: -83px;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.trackLink input {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: none;
    border: 0px;
    background: #ff0000;
    margin: 7px;
    height: 32px;
    width: 175px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.service-search {
    background: url('/resources/images/icon-track-arrow.png') no-repeat center center !important;
    width: 25px !important;
    border: none !important;
}

.trackLink ::placeholder {
    color: #fff;
}

.whatsapp-float {
    position: fixed;
    right: 15px;
    bottom: 20px;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: translate;
    -moz-transition-property: translate;
    transition-property: translate;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    z-index: 99;
    border-radius: 50%;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
}

/* -----------------------------------------------
--------------------------------------------------
--------------------------------------------------
    Tracking Page
--------------------------------------------------
--------------------------------------------------
----------------------------------------------- */

.tracking-bg {
    background-color: #000000;
    padding: 50px 0;
}

.tracking-bg h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}

.track-warp {
    padding: 60px 0;
    background: linear-gradient( 270deg, rgba(29, 29, 29, 0.1), rgba(204, 204, 204, 0.2));
}

.track-warp .track-warp-in {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2rem 6rem rgb(0 0 0 / 30%);
}

.track-warp .track-warp-in .root {
    border-radius: 5px;
}

.track-warp .track-warp-in figure {
    display: flex;
}

.track-warp .track-warp-in figure img {
    width: 70px;
    height: 70px;
    border-radius: 15%;
    border: 1.5px solid #e2001a;
    margin-right: 1.5rem;
    padding: 0.7rem;
}

.track-warp .track-warp-in figure figcaption {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.track-warp .track-warp-in figure figcaption h4 {
    font-size: 16px;
    font-weight: 500;
}

.track-warp .track-warp-in figure figcaption h6 {
    font-size: 14px;
    font-weight: 300;
}

.track-warp .track-warp-in figure figcaption h2 {
    font-size: 20px;
    font-weight: 500;
}

.progressbar-wrap {
    padding-top: 50px;
}

.progressbar {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 25px;
    position: relative;
    background-color: #1d1d1d;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.pulse1 {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    top: 8px;
    left: 4px;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, .1);
    display: none;
    -webkit-animation: pulsejg1 1.5s linear infinite;
    -moz-animation: pulsejg1 1.5s linear infinite;
    animation: pulsejg1 1.5s linear infinite;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgb(0 0 0);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 15px 10px rgb(0 0 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }
    50% {
        transform: scale(.6);
        opacity: 0;
    }
    60% {
        transform: scale(.9);
        opacity: .1;
    }
    70% {
        transform: scale(1.1);
        opacity: .25;
    }
    80% {
        transform: scale(1.25);
        opacity: .1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.progressbar li.active:after {
    background-color: #8fc740;
}

.progressbar li:after {
    position: absolute;
    left: 10px;
    right: 0;
    top: 2px;
    content: '';
    counter-increment: step;
    height: 10px;
    width: 10px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #b7b5b5;
    z-index: 11;
}

.progressbar li:last-child::after {
    right: 15px;
}

.progressbar li:nth-child(2).active:before {
    border-radius: 10px;
}

.progressbar li.active:before {
    background-color: #0a0b04;
    z-index: 1;
}

.progressbar li.active:before {
    border-color: #e2001a;
}

.progressbar li:before {
    content: '';
    position: absolute;
    width: 106%;
    height: 15px;
    background-color: #ddd;
    top: -1px;
    left: -52%;
}

.progressbar .current:after {
    width: 50px !important;
    height: 50px !important;
    top: -20px !important;
    content: "\f054" !important;
    font-family: 'Font Awesome 5 Free';
    color: #e2001a;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff !important;
    border: 2px solid #000;
}

.progressbar li:first-child::before {
    width: 0;
}

.progressbar li:last-child:before {
    border-radius: 10px;
}

.current .pulse1 {
    display: block;
}

.stepper-msg {
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-top: 50px;
}

.stepper-msg li {
    font-size: 14px;
    padding: 0 10px;
}

.track-warp .track-warp-in b {
    color: #1d1d1d;
    opacity: 0.7;
}

.track-warp .track-warp-in p.text-read {
    color: #e2001a;
    font-size: 14px;
    font-weight: 600;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}