@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
    color: #a3a499;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a3a499;
}

::-webkit-scrollbar-track {
    background-color: #ecede3;
    border-radius: 10px;
    border: 1px solid #d8d9cf;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

input.form-control,
textarea.form-control,
select.form-select {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #060315;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    resize: none;
    border-radius: 0;
}

select.form-select option {
    padding-left: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #e80607;
    background-color: transparent;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.ps-50 {
    padding-left: 50px;
}

.pe-50 {
    padding-right: 50px;
}

.main-btn {
    background-color: #e80607;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 500;
    transition: .3s;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    box-shadow: rgba(232, 6, 7, 0.4) 0px 10px 21px 0px, rgba(232, 6, 7, 0.04) 0px 10px 10px -5px;
    min-width: 150px;
    text-align: center;
    border: none;
}

.main-btn:hover {
    color: #fff;
    box-shadow: none;
}

.secondary-btn {
    color: #e80607;
    text-transform: uppercase;
    font-weight: 600;
}

.main-header {
    font-family: 'Founders Regular';
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}

.main-header b {
    font-weight: 600;
}

.header-content {
    margin: 0 auto;
    width: 70%;
}

.sub-header {
    font-family: 'Founders Bold';
    text-transform: uppercase;
    letter-spacing: .75;
    color: #e80607;
    font-size: 30px;
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e80607;
    line-height: 30px;
    margin: 0;
    padding-bottom: 10px;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 8888;
}

.navbar.shrink {
    position: fixed;
    padding-top: 0.5rem;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar.shrink .navbar-brand img {
    width: 100px;
}

.navbar .nav-link {
    color: #000;
    padding: 8px 18px !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner {
    position: relative;
}

.banner .banner-content {
    position: relative;
}

.banner .banner-content .banner-header {
    font-family: 'Founders Regular';
    font-size: 60px;
}

.banner .banner-content a {
    margin-top: 20px;
}

.banner::before,
.about-why-us::before {
    content: "";
    background-image: url(../images/background-shape.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 600px;
    background-size: 600px 600px;
    background-repeat: no-repeat;
}

.home-our-services,
.home-additional {
    background-color: #f8ebeb;
}

.home-our-services-wrap {
    position: relative;
    padding: 30px 40px;
    z-index: 1;
    margin: 50px 0;
}

.service-icon-box {
    position: relative;
    margin-bottom: 5px;
    padding: 20px;
    background-color: #fff;
    transition: all 0.3s linear;
    z-index: 0;
}

.service-icon-box:before {
    width: 8px;
    height: 50px;
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 30px;
    background-color: #e80607;
    transition: all 0.3s linear;
}

.service-icon-box:hover:before {
    left: 0%;
    opacity: 1;
}

.service-icon-box:hover {
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    z-index: 999;
}

.service-icon-box .service-icon-box-media {
    margin-right: 30px;
    margin-top: 20px;
    float: left;
    width: 70px;
}

.service-icon-box .service-icon-box-title {
    overflow: hidden;
}

.service-icon-box .service-icon-box-title a {
    font-size: 18px;
    color: #000;
}

.service-icon-box .service-icon-box-title h3 {
    margin-bottom: 0;
}

.service-icon-box .service-icon-box-title h3 span {
    font-size: 24px;
    padding-right: 5px;
    color: #e80607;
    font-weight: 600;
}

.home-why-choose-us h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.history-box {
    position: relative;
    padding: 0 50px 50px 50px;
    margin-left: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    z-index: 1;
    background-image: url(../images/waves.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.history-years-box {
    display: flex;
    align-items: center;
}

.history-years-box .history-year {
    position: relative;
    margin-right: 30px;
    display: inline-flex;
}

.history-years-box .history-year h1 {
    font-size: 200px;
    font-weight: 800;
    display: flex;
    color: #0b2f44;
    margin: 0px;
    letter-spacing: -10px;
}

.history-years-box .history-year h1 span {
    font-size: 80px;
}

.history-years-box .history-year img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 110%;
    mix-blend-mode: lighten;
    transform: translateY(-50%);
}

.history-years-box .history-year-info {
    max-width: 600px;
}

.history-years-box .history-year-info span {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: #e80607;
}

.counter-outer {
    display: flex;
    align-items: end;
}

.counter-outer .icon-content {
    overflow: hidden;
    padding-left: 20px;
}

.counter-outer .tw-count-number {
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    color: #e80607;
}

.counter-outer .icon-content-info {
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
    font-size: 18px;
}

.single-work {
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-work__icon {
    background-color: #feeeee;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.single-work h4 {
    font-size: 18px;
}

.single-work.sw::before {
    content: '';
    position: absolute;
    background: url(../images/dot-line.png) no-repeat;
    width: 100%;
    height: 81px;
    left: -151px;
    top: -67px;
    z-index: -1;
    background-position: top;
}

.home-testimonials {
    background: linear-gradient(180deg, #e80607 94%, #fff 5%);
    background-size: 80%;
    padding-top: 80px;
    padding-bottom: 0;
}

.home-testimonials .main-header {
    color: #fff;
}

.home-testimonials .sub-header {
    -webkit-text-stroke: 1px #fff;
}

.home-testimonials #testimonials {
    background: #fff;
    text-align: center;
    padding-bottom: 60px;
    margin-top: 15px;
}

.home-testimonials #testimonials .testimonials-box {
    padding: 30px 15px;
    text-align: center;
}

.home-testimonials #testimonials .testimonials-box img {
    margin: 0 auto;
    margin-bottom: 20px;
}

.home-testimonials #testimonials .testimonials-box p {
    min-height: 180px;
    font-style: italic;
}

.home-testimonials #testimonials .testimonials-box h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 0;
}

.home-testimonials #testimonials .testimonials-box h6 {
    font-size: 14px;
    font-weight: 400;
}

.home-testimonials #clients {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    margin-top: -70px;
    padding: 20px 0;
}

.home-testimonials #clients img {
    margin: 0 auto;
}

.blog-post-meta {
    position: relative;
}

.blog-post-info {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.blog-post-info .blog-post-date {
    font-family: 'Founders SemiBold';
    background-color: #333;
    color: #fff;
    display: inline-table;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 50px;
}

.blog-post-info .blog-post-date:before {
    position: absolute;
    content: '';
    border-left: 8px solid #e80607;
    border-bottom: 8px solid #e80607;
    top: 8px;
    left: -8px;
    bottom: -8px;
    width: 100%;
}

.blog-post-info .blog-post-date span {
    font-size: 24px;
    color: #e80607;
    font-weight: 700;
    display: inline-table;
    line-height: 0.75;
}

.blog-post-info .blog-post-title {
    line-height: 20px;
    margin-bottom: 0;
}

.blog-post-info .blog-post-title a {
    font-family: 'Founders Medium';
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
}

.blog-post-info .blog-post-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

footer {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    padding: 50px 0 180px;
    text-align: center;
    position: relative;
}

footer .footer-contact {
    margin-top: 30px;
}

footer .footer-contact a {
    color: #fff;
}

footer .footer-contact a i {
    color: #e80607;
}

footer .footer-contact span {
    color: #fff;
    padding: 0 20px;
}

footer .footer-social {
    margin-top: 30px;
}

footer .footer-social ul li {
    display: inline-block;
}

footer .footer-social ul li a {
    width: 50px;
    height: 50px;
    background-color: #e80607;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

footer .footer-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.additional-box {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    transition: all 0.3s linear;
}


/* .additional-box img {
    width: 120px;
} */

.additional-box h4 {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 500;
}

.additional-box:hover {
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    z-index: 999;
}

.home-request-quote {
    background: linear-gradient(to top, #fff 30%, #d0d9dd 70%, #fff 15%);
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

.home-request-quote .request-quote-text {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    position: absolute;
}

.home-request-quote .request-quote-text h4 {
    font-family: 'Founders Regular';
    font-size: 48px;
    margin-bottom: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-btn:hover .dropdown-content {
    display: block;
    min-width: 260px;
}

.dropdown-content li a {
    color: #000;
    font-size: 14px;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

#map {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 100px;
}

.contact-wrapper {
    background-image: url(../images/map-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.contact-page-details {
    height: 100%;
    padding: 20px;
    border-radius: 5px;
}

.contact-page-details ul {
    display: flex;
    flex-direction: column;
}

.contact-page-details ul li {
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}

.contact-page-details ul li:last-child {
    margin: 0;
}

.contact-page-details ul li h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.contact-page-details ul li h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.contact-page-details .media {
    display: flex;
    align-items: center;
}

.contact-page-details .media .icon {
    flex: none;
    background: #e80607;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

.about-service-box {
    background: white;
    box-shadow: 0px 0px 26px rgba(215, 212, 212, 0.35);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-service-box .service-icon {
    display: inline-block;
    width: 124px;
    height: 124px;
    background: rgba(206, 239, 255, 0);
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 124px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-service-box .service-icon::before {
    content: '';
    position: absolute;
    background-color: #f8dfdf;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-service-box .service-icon img {
    position: relative;
    z-index: 2;
}

.about-service-box:hover .service-icon::before {
    transform: translate(-50%, -50%) scale(1.4);
}

.about-service-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

.why-us-box {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 26px rgba(215, 212, 212, 0.35);
    height: 100%;
}

.why-us-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.service-section.service-section1 {
    z-index: 111;
}

.service-section.service-section2 {
    background-color: #f8ebeb;
}

.service-section .service-name {
    font-family: 'Founders Bold';
    text-transform: uppercase;
    letter-spacing: .75;
    color: #e80607;
    font-size: 30px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e80607;
    line-height: 30px;
    margin: 0;
    padding-bottom: 10px;
}

.service-section .service-title {
    font-family: 'Founders Regular';
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0;
}

.service-section .service-title b {
    font-weight: 600;
}

.service-section-card {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 26px rgba(215, 212, 212, 0.5);
    border: 1px solid #eee;
    height: 100%;
}

.service-section-card h3 {
    color: #e80607;
    font-weight: 800;
    font-size: 40px;
}

.service-content-list-card {
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .1);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    text-align: left;
    border: 1px solid #eee;
}

.service-content-list-card h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.service-section-card img {
    margin-bottom: 20px;
    margin-top: 15px;
}

.modal-backdrop.show {
    opacity: .8;
    z-index: 8889;
}

.modal {
    z-index: 9000;
}

.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    color: #000;
    z-index: 8888;
    font-size: 20px;
    opacity: 1;
    padding: 0;
    display: flex;
    justify-content: center;
}

.modal .modal-header {
    border: none;
}

.modal h3 {
    font-size: 24px;
}

.modal p {
    text-align: center;
}

.track-shipment {
    margin-top: 150px;
}

.track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 50px;
    flex-direction: column;
}

.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
    width: 300px;
    margin-top: -2px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.track .step.active:before,
.track .step.active:after {
    background: #e80607;
}

.track .step::before,
.track .step::after {
    position: absolute;
    content: "";
    top: 0;
    border-radius: 50px;
    background-color: #ddd;
    z-index: 11;
    height: 100%;
    width: 5px;
    left: 17px;
}

.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    z-index: 112;
    background: #ddd;
    float: left;
    margin-right: 10px;
}

.track .icon svg {
    fill: #000;
}

.track .step.active .icon {
    background: #e80607;
}

.track .step.active .icon svg {
    fill: #fff;
}

.track .step.active svg path {
    fill: #fff;
}

.track .text {
    text-align: left;
    display: block;
    margin-top: 7px;
    font-weight: 600;
    color: #000;
}

.track .step span i {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #999;
}

.track-shipment .card {
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    border: none;
    border-radius: 10px;
    padding: 20px;
}

#login-signup ul {
    flex-wrap: initial;
}

#login-signup ul li a {
    padding: 12px 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    list-style: none;
    font-size: 16px;
    background-color: #e80607;
    color: #fff;
    width: 100%;
}

#login-signup ul li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#login-signup ul li a.active {
    background-color: #e80607;
    box-shadow: rgb(0 0 0 / 18%) -1px 13px 60px -12px inset, rgb(0 0 0 / 32%) 0px 18px 36px 9px inset;
}

#login-signup ul li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.form-check-label,
.forgot-btn {
    font-size: 14px;
    color: #333;
}

.logged-user {
    display: flex;
    align-items: center;
    line-height: 14px;
}

.logged-user svg {
    margin-right: 5px;
}

.edit-profile-section,
.shipment-history-section {
    margin-top: 50px;
}

.edit-profile-box {
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    padding: 20px 10px;
}

.history-card {
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(232, 6, 7, .2);
    padding: 20px;
    transition: all 0.3s linear;
}

.history-card p span {
    font-weight: 600;
}

.history-card h3 {
    font-size: 24px;
    min-height: 60px;
}

.history-card h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.history-card h6 span {
    font-weight: 700;
}

.history-card h6.status-delivered span {
    color: #27b40b;
}

.history-card h6.status-pending span {
    color: #e8b306;
}

.history-card h6.status-cancelled span {
    color: #e80607;
}

.inner-banner {
    margin-top: 100px;
    background-color: #f8ebeb;
    padding: 40px 0;
    overflow: hidden;
}

.inner-banner h3 {
    font-size: 36px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0;
}

.inner-banner nav {
    display: none;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.inner-banner li.active,
.inner-banner a {
    color: #000;
    font-size: 14px;
}

.inner-banner li.active {
    color: #e80607;
    font-weight: 800;
}

.inner-banner img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .6;
}

.navbar form input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    border: 1px solid #e80607;
    font-size: 14px;
}

.navbar form input:focus-within {
    outline: none;
}

.navbar form .main-btn {
    padding: 10px;
}


.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;
}