@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --primary-color: #F01920;
    --primary-bg: #F01920;
    --primary-border: #F01920;
    --secondary-color1: #222222;
    --secondary-bg1: #013E64;
    --secondary-bg2: #EFF4F7;
    --secondary-bg3: #001C2E;
    --secondary-color2: #888888;
    --secondary-color3: #013E64;
    --secondary-color4: #A9A9A9;
}

body {
    background-color: #ffffff;
    color: var(--secondary-color1);
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
a:focus {
    outline: 0;
    text-decoration: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.bg1 {
    background-color: var(--secondary-bg1);
}

.bg2 {
    background-color: var(--secondary-bg2);
}

.bg3 {
    background-color: var(--secondary-bg3);
}

.btn {
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.btn-1 {
    font-size: 14px;
}

.btn-2 {
    font-size: 16px;
}

.sc-text {
    color: var(--secondary-color2);
}

.sc-text3 {
    color: var(--secondary-color3);
}

.sc-text4 {
    color: var(--secondary-color4);
}

.btn-custom {
    padding: 14px 30px;
}

.main-heading {
    font-size: 35px;
    font-weight: 700;
}

.main-heading2 {
    font-size: 24px;
    font-weight: 600;
}

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

.labeltext {
    font-size: 14px;
    font-weight: 500;
}

.info {
    font-size: 12px;
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.default-padding {
    padding: 80px 0;
}

.dropdown-toggle::after {
    content: "";
    border: none;
    vertical-align: 0;
    font-family: "Font Awesome 5 Free";
}

.shadow {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-control {
    border-bottom: 1px solid #B1B1B1;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    padding: 10px 0;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--primary-border);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}



.owl-theme.home-slider .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-bg);
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
}


/* Header Start */
.header-social-ul li {
    display: inline-block;
    margin-right: 15px;
}

.header-social-ul li:last-child {
    margin-right: 0;
}

.header-social-ul li a {
    color: var(--secondary-color3);
}

.header-social-ul li a:hover {
    color: var(--primary-color);
    transition: 0.2s;
}

.header-link-ul li a {
    color: var(--secondary-color1);
}

.header-link-ul li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.header-link-ul li a:hover {
    color: var(--primary-color);
    transition: 0.2s;
}

.header-link-ul {
    text-align: right;
}

.header-link-ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
}

.header-link-ul li:first-child {
    margin-left: 0;
}

.header-link-ul a.active {
    color: var(--primary-color);
}

.custom-nav {
    padding: 0;
}

.navbar-brand {
    padding: 0;
}

.talk-div {
    padding: 15px 15px;
}

.talk-div span {
    font-size: 40px;
}

.custom-nav .nav-item .nav-link {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary-color1);
    margin: 0 10px;
}

.custom-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
    transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary-color);
}

/* Header End */

.video-div {
    position: relative;
}

.video-div span {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 84px;
}

/* Slider Start */
.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.slider-content h1 {
    font-size: 64px;
}

.title-line {
    line-height: 16px;
}

/* Slider End */

/* Services start */
.services-section {
    background-image: url("../images/service-bg.svg");
    background-repeat: no-repeat;
    padding: 110px 0;
    background-size: 100%;
}

.services-box {
    display: flex;
}

.s-detail {
    padding-left: 20px;
}

.s-icon {
    position: relative;
}

.s-icon::before {
    content: "";
    width: 48px;
    height: 48px;
    background-color: #FFEDE3;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -10px;
}

.s-icon img {
    position: relative;
}

/* Services end */

.contact-detail-box span {
    font-size: 48px;
    width: 60px;
}

.contact-detail-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.contact-detail-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    padding: 15px;
    font-weight: 500;
}

.owl-carousel .owl-item .slider-div {
    display: contents;
}

.banner-content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-content h1 {
    font-size: 80px;
    font-weight: 700;
    color: #ffffff;
}

/* Footer start */
.footer-top-div {
    background-image: url("../images/retailing-bg.svg");
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 140px;
    background-size: 100%;
    background-position: bottom;
    background-color: var(--secondary-bg1);
}

.retail-count {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.retail-box p {
    letter-spacing: 3px;
    font-weight: 400;
}

.retail-count span {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    margin-right: 15px;
}

.footer-link li {
    display: block;
    margin-bottom: 10px;
}

.footer-link li a {
    color: var(--secondary-color4);
}

.footer-contact-ul li {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-contact-ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-contact-ul li span {
    font-size: 36px;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-right: 15px;
}

.footer-link li a {
    position: relative;
    padding-left: 15px;
}

.footer-link li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.footer-link li a:hover {
    color: var(--primary-color);
    transition: 0.2s;
}

.footer-link li a:hover::before {
    background: var(--primary-bg);
    transition: 0.2s;
}

.social-ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: var(--secondary-bg1);
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.social-ul li a:hover {
    background-color: var(--primary-bg);
    transition: 0.2s;
}

.social-ul li a:hover {
    background-color: var(--primary-bg);
    transition: 0.2s;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer end */

.content-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    width: 90%;
    margin: auto;
    bottom: 30px;
    right: 0;
    left: 0;
    padding: 20px;
}

.s-icon i {
    width: 60px;
    height: 60px;
    background-color: #f01920;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    font-size: 22px;
}

.truck-content .s-icon::before {
    display: none;
}

.engineering-section .road-detail {
    margin-top: 30px;
}

.page-banner-section img {
    width: 100%
}

.banner-content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    left: 0;
    flex-direction: column;
}

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

.career-table thead tr th {
    background-color: #fec202;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.career-table tbody tr td {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff !important;
    border-radius: 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
}

.spares-box {
    padding: 45px 15px;
    border: 1px solid var(--secondary-bg1);
    text-align: center;
}

.spares-box i {
    width: 80px;
    height: 80px;
    background-color: var(--secondary-bg1);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 26px;
}

.map-section iframe {
    width: 100%;
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #ffffff;
}

.privacy-policy-content p {
    margin-bottom: 20px;
}

.privacy-policy-content p strong {
    font-size: 24px;
}

.contact-detail-div-box {
    padding: 40px !important;
}

.cdb-div p {
    text-align: justify;
}

.pointul {
    display: flex;
    flex-wrap: wrap;
}

.pointul li {
    display: inline-block;
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.pointul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color);
}

.whatsapp_float {
    background: #25d366;
    z-index: 99;
    color: white;
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 25px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.whatsapp_float {
    bottom: 60px;
    right: 60px;
    animation-play-state: paused;
}

.whatsapp_float::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.whatsapp_float a {
    position: relative;
    z-index: 99;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#page-up-arrow {
    position: fixed;
    bottom: 70px;
    left: 20px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: var(--primary-bg);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 99;
}

#page-up-arrow.visible {
    opacity: 1;
}

.cdb-div a:hover {
    color: var(--primary-color) !important;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.header-link-ul li a i {
    color: #fff !important;
}

.director-box {
    position: relative;
}

.director-name {
    position: absolute;
    bottom: 2%;
    background-color: #f01920;
    width: 96%;
    padding: 15px;
    margin: auto;
    display: block;
    right: 0;
    left: 0;
}

.director-name h4 {
    color: #ffffff;
    font-weight: 600;
}

.director-name span {
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.director-box .gradient-overlay001 {
    display: none;
}

.bg-box {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.bg-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    z-index: -1;
    opacity: 0.2;
}

.bg-box1::after {
    background-image: url("../images/bg1.jpg");
}

.bg-box2::after {
    background-image: url("../images/bg2.jpg");
}

.bg-box3::after {
    background-image: url("../images/bg3.jpg");
}

.company-img {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}


.loader-wrapper {
    position: fixed;
    z-index: 1090;
    height: 100vh;
    width: 100vw;
    background-color: #222222;
}

.truck-wrapper {
    height: 200px;
    width: 200px;
    border: 4px solid #F01920;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    background: #222222;
    animation: bg 0.5s linear infinite;
    /* border-bottom: 3px solid #404143; */
    border-radius: 100%;
    overflow: hidden;
    box-shadow: inset 0px 0px 10px 4px rgba(0, 0, 0, 0.3), inset 0px 0px 5px 0px #F01920;
}

.truck-wrapper:after {
    content: 'Trucking..';
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    /*border-top:1px solid #1DD3D6;*/
    background: rgb(30, 252, 200);
    background: -moz-linear-gradient(left, rgba(240, 25, 32, 1) 0%, rgba(128, 17, 20, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(240, 25, 32, 1) 0%, rgba(128, 17, 20, 1) 100%);
    background: linear-gradient(to right, rgba(240, 25, 32, 1) 0%, rgba(128, 17, 20, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1efcc8', endColorstr='#1dd3d6', GradientType=1);
    color: white;
    padding-top: 8px;
    padding-bottom: 18px;
    animation: bg 3s linear infinite;
}

.truck {
    height: 110px;
    width: 150px;
    position: absolute;

    bottom: 48px;
    left: calc(50% + 10px);
    transform: translateX(-50%);

}


.truck>.truck-container {
    background: rgb(175, 189, 195);
    background: -moz-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afbdc3', endColorstr='#8fa3ad', GradientType=1);
    height: 50px;
    width: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    animation: container 0.4s linear infinite;
}

.truck>.glases {
    background: rgb(40, 181, 245);
    background: -moz-linear-gradient(-45deg, rgba(40, 181, 245, 1) 0%, rgba(40, 181, 245, 1) 50%, rgba(2, 153, 227, 1) 52%, rgba(2, 153, 227, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(40, 181, 245, 1) 0%, rgba(40, 181, 245, 1) 50%, rgba(2, 153, 227, 1) 52%, rgba(2, 153, 227, 1) 100%);
    background: linear-gradient(135deg, rgba(40, 181, 245, 1) 0%, rgba(40, 181, 245, 1) 50%, rgba(2, 153, 227, 1) 52%, rgba(2, 153, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28b5f5', endColorstr='#0299e3', GradientType=1);
    position: absolute;
    height: 25px;
    width: 25px;
    border: 4px solid #FBD734;
    border-bottom: none;
    top: 35px;
    left: 95px;
    border-top-right-radius: 6px;
    animation: updown-half 0.4s linear infinite;
}

.truck>.glases:after {
    content: '';
    display: block;
    background-color: #FBD734;
    height: 13px;
    width: 10px;
    position: absolute;
    right: -10px;
    bottom: 0px;
    border-radius: 10px / 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.truck>.glases:before {
    content: '';
    display: block;
    background-color: #F9BF2C;
    height: 12px;
    width: 16px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top-right-radius: 4px;
}

.truck>.bonet {
    background-color: #F9BF2C;
    position: absolute;
    width: 124px;
    height: 15px;
    top: 64px;
    left: 10px;
    z-index: -1;
    animation: updown 0.4s linear infinite;
}

.truck>.bonet:after {
    content: '';
    display: block;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
    height: 10px;
    width: 6px;
    position: absolute;
    right: 0px;
    bottom: 2px;
    border-top-left-radius: 4px;

}

.truck>.base {
    position: absolute;
    background-color: #445A64;
    width: 106px;
    height: 15px;
    border-top-right-radius: 10px;
    top: 70px;
    left: 14px;
    animation: updown 0.4s linear infinite;
}

.truck>.base:before {
    content: '';
    display: block;
    background-color: #E54A18;
    height: 12px;
    width: 5px;
    position: absolute;
    left: -4px;
    bottom: 0px;
    border-bottom-left-radius: 4px;
}

.truck>.base:after {
    content: '';
    display: block;
    background-color: RGB(84, 110, 122);
    height: 10px;
    width: 20px;
    position: absolute;
    right: -16px;
    bottom: 0px;
    border-bottom-right-radius: 4px;
    z-index: -1;
}

.truck>.base-aux {
    width: 82px;
    height: 8px;
    background-color: #F9BF2C;
    position: absolute;
    top: 65px;
    left: 14px;
    border-bottom-right-radius: 4px;
    animation: updown 0.4s linear infinite;
}

.truck>.wheel-back {
    left: 20px
}

.truck>.wheel-front {
    left: 95px;
}

.truck>.wheel-back,
.truck>.wheel-front {

    border-radius: 100%;
    position: absolute;
    background: rgb(84, 110, 122);
    background: -moz-linear-gradient(-45deg, rgba(84, 110, 122, 1) 0%, rgba(84, 110, 122, 1) 49%, rgba(68, 90, 100, 1) 52%, rgba(68, 90, 100, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(84, 110, 122, 1) 0%, rgba(84, 110, 122, 1) 49%, rgba(68, 90, 100, 1) 52%, rgba(68, 90, 100, 1) 100%);
    background: linear-gradient(135deg, rgba(84, 110, 122, 1) 0%, rgba(84, 110, 122, 1) 49%, rgba(68, 90, 100, 1) 52%, rgba(68, 90, 100, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#546e7a', endColorstr='#445a64', GradientType=1);
    top: 80px;
    height: 22px;
    width: 22px;
    animation: spin 0.6s linear infinite;
}

.truck>.wheel-back:before,
.truck>.wheel-front:before {
    content: '';
    border-radius: 100%;
    left: 5px;
    top: 5px;
    position: absolute;
    background: rgb(175, 189, 195);
    background: -moz-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    background: linear-gradient(135deg, rgba(175, 189, 195, 1) 0%, rgba(175, 189, 195, 1) 50%, rgba(143, 163, 173, 1) 51%, rgba(143, 163, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afbdc3', endColorstr='#8fa3ad', GradientType=1);
    height: 12px;
    width: 12px;
}

@keyframes spin {
    50% {
        top: 81px;
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes container {

    30% {
        transform: rotate(1deg);
    }

    50% {
        top: 11px;
    }

    70% {
        top: 10px;
        transform: rotate(-1deg);
    }
}

.truck>.smoke {
    position: absolute;
    background-color: #AFBDC3;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    top: 90px;
    left: 6px;
    animation: fade 0.4s linear infinite;
    opacity: 0;
}

.truck>.smoke:after {
    content: '';
    position: absolute;
    background-color: RGB(143, 163, 173);
    border-radius: 100%;
    width: 6px;
    height: 6px;
    top: -4px;
    left: 4px;
}

.truck>.smoke:before {
    content: '';
    position: absolute;
    background-color: RGB(143, 163, 173);
    border-radius: 100%;
    width: 4px;
    height: 4px;
    top: -2px;
    left: 0px;
}

@keyframes fade {

    30% {
        opacity: 0.3;
        left: 7px;
    }

    50% {
        opacity: 0.5;
        left: 6px;
    }

    70% {
        opacity: 0.1;
        left: 4px;
    }

    90% {
        opacity: 0.4;
        left: 2px;
    }
}

@keyframes bg {
    from {
        background-position-x: 0px;
    }

    to {
        background-position-x: -400px;
    }
}

@keyframes updown {
    50% {
        transform: translateY(-20%);
    }

    70% {
        transform: translateY(-10%);
    }
}

@keyframes updown-half {
    50% {
        transform: translateY(-10%);
    }

    70% {
        transform: translateY(-5%);
    }
}



@media screen and (min-width: 1200px) and (max-width: 1399px) {
    /*.custom-nav .nav-item .nav-link {
        margin: 0;
    }*/
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-nav .nav-item .nav-link {
        margin: 0;
        padding: 0 12px;
        font-size: 14px;
    }

    .navbar-brand {
        max-width: 160px;
    }

    .navbar-brand img {
        width: 100%
    }

    .slider-content h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content h1 {
        font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
    .custom-nav {
        padding: 15px 0;
    }

    .slider-content h1 {
        font-size: 34px;
    }

    .page-banner-2 .banner-content {
        position: absolute;
        right: 30px;
        max-width: 40%;
        margin-left: auto;
    }

    .whatsapp_float {
        bottom: 80px;
        right: 20px;
    }

    .about-banner-section .banner-content {
        left: 0 !important;
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }

    .header-social-ul li {
        margin-right: 10px;
    }

    .slider-content h1 {
        font-size: 20px;
        margin-bottom: 5px !important;
    }

    .slider-content p {
        font-size: 12px;
        line-height: 16px;
    }

    .owl-theme.home-slider .owl-nav.disabled+.owl-dots {
        position: relative;
        bottom: 0;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: var(--secondary-bg2);
    }

    .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .banner-content h1 {
        font-size: 40px;
    }

    .header-link-ul li a {
        padding: 0 5px;
    }

    .services-box {
        margin-bottom: 30px;
    }

    .s-detail h5 {
        font-size: 18px;
    }

    .services-section {
        padding: 20px 0;
    }

    .contact-form-div {
        padding: 20px !important;
    }

    .header-link-ul li {
        margin-left: 0;
    }

    .banner-content h1 {
        font-size: 18px;
    }

    .page-banner-section .banner-content {
        text-align: center;
    }

    .banner-content h5 {
        font-size: 12px;
    }

    .services-div .about-content h1 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }

    .whatsapp_float img {
        width: 60px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    header .navbar-brand {
        max-width: 150px;
    }

    header .navbar-brand img {
        width: 100%;
    }

    .director-box {
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {
    .page-banner-section {
        height: 160px;
    }

    .page-banner-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .owl-carousel .owl-item .slider-div {
        display: block;
        height: 170px;
    }

    .owl-carousel .owl-item .slider-div img {
        height: 100%;
        object-fit: cover;
    }

    .slider-content {
        left: 0 !important;
        right: 0 !important;
    }

    .custom-banner-section img {
        height: 100% !important;
    }

    .contact-section.py-5.my-5 {
        margin-top: 0 !important;
    }

}

.talk-div {
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-left: auto;
}

.talk-div h6 {
  font-size: 1rem;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 991.98px) {
  .talk-div {
    margin-top: 1rem;
    justify-content: center;
    width: 100%;
  }
}

.drive-header{
    padding: 0;
}

a.footer-link.active {
    color: var(--primary-color);
}

.custom-top-padding{
    padding-right: 20px;
}

.custom-justify{
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.8;
  letter-spacing: 0.2px;
  overflow-wrap: break-word;
  word-break: break-word; /* Helps on very long unbreakable words */
  hyphens: auto; 
}

@media only screen and (max-width: 767px) {
    .custom-top-padding {
        padding-right: 5px; /* Reduced padding for mobile */
    }
    .footer-bottom p{
    font-size: 12px;
}
}