:root {
    /* Colors: */
    --primary-color: #0642b9;
    --secondary-color: #dd070f;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: calc(100% - 0px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}
button:focus, a:focus {
  box-shadow: none !important;
}
a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
p {
    line-height: 24px;
    font-size: 14px;
}
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}
/* CUSTOM CSS START */

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.carousel-caption {
    position: absolute;
    top: 35%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: max-content;
    background: rgba(0, 0, 0, 0.5);
    max-width: 700px;
    padding: 40px 0px;
    border-radius: 40px;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 800;
    max-width: 800px;
    margin: auto auto 10px auto;
}
.carousel-caption h1 span {
    font-weight: 700;
}
.carousel-caption p {
    margin: 0px;
    font-size: 18px;
}
.btn-default-secondary {
    background: var(--secondary-color);
    color: #fff;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 40px;
}
.btn-default-secondary:hover {
    background: var(--primary-color);
    color: #fff;
}

.btn-default {
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 40px;
}
.btn-default:hover {
    background: var(--secondary-color);
    color: #fff;
}
.btn-border {
    background: #fff;
    border: solid 1px var(--primary-color);
    color: #000;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 40px;
}
.btn-border:hover {
    border: solid 1px var(--secondary-color);
}

.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
}

/* Footer CSS Start */



footer .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px;
}

footer h4, footer .accordion-button {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    background: transparent !important;
    padding: 0px;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #000;
}
footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

ul.footer-link li a {
    padding: 3px 0px;
    display: block;
    color: #000000;
    font-weight: 500;
}
ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}

section.footer-copyright {
    padding: 6px;
    position: relative;
    padding-top: 20px;
}
section.footer-copyright p {
    font-size: 90%;
}
section.footer-copyright p a {
    color: #000;
    font-weight: 600;
}
section.footer-copyright img {
    position: relative;
    top: -2px;
}
.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    color: #000000;
    font-weight: 500;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.footer-social li a {
    font-size: 30px;
    margin: 0px 8px;
    color: var(--secondary-color);
}
footer ul.footer-social li a i  {
    transition: 0.3s;
}
footer ul.footer-social li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
}

/* Footer End */

.topbar {
    background: var(--primary-color);
    padding: 2px;
}

.topbar a {
    color: #fff;
    font-size: 14px;
    margin-left: 12px;
}

.topbar a:nth-child(1) {
    margin: 0px;
}

.topbar a i {
    color: #fff;
}
header {
    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    transition: all .5s ease-in-out;
    /* transform: translatey(-80px); */
}
header.header-fix {
    /* transform: translateY(0px);
    background: var(--primary-color); */
    box-shadow: 0 0 20px #dfdfdf;
    position: fixed;
}
header.header-fix .topbar {
    display: none;
}
.header-logo-items-logo img {
    max-width: 200px;
}

section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}
.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-link
{
  color: var(--primary-color);
}
.mobile-nav-close {
  color: #adadad;
  font-size: 30px;
  text-align: right;
  padding: 5px 20px 0px 20px;
}
.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
  opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    margin: 0px 10px;
}
.slick-slide {
    opacity: 10 !important;
}
.slick-dots li button:before
{
    font-size: 15px !important;
}
.slick-dots {
    bottom: -40px !important;
}
.slick-dots li.slick-active button:before
{
    opacity: 0.9 !important;
}
.slick-prev:before, .slick-next:before
{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: 25px !important;
}
.slick-prev::before {
    content: "\f27f" !important;
}
.slick-next:before {
    content: "\f280" !important;
}
/* Slick Slider End */


.navbar-nav>li>a {
    color: #000000;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.navbar-nav>li>a.active {
    color: var(--primary-color);
    font-weight: 600;
}
.dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}
.dropdown-menu a {
    color: #303030;
    font-size: 14px;
    padding: 4px 10px;
    display: block;
    width: auto;
    min-width: max-content;
}
.dropdown-menu a:hover {
    background: #f1f1f1;
}
.dropdown-toggle::after
{
display: none;
}
.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}
.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}
.footer-chat-msg:hover {
    color: #000;
}
.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.footer-chat-whatsapp {
    background: #3ebd4e;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}
.footer-chat-whatsapp:hover {
    background: #148b23;
    color: #fff;
}

.contact-info {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 95px 0 hsla(0,0%,69%,.25);
}
.contact-info .contact-info-list:last-child {
    margin-bottom: 0px;
}
.contact-info .contact-info-list:first-child {
    margin-top: 0px;
}
.contact-info-list {
    display: flex;
    margin: 20px 0px;
    color: #000;
    align-items: center;
}
.contact-info-list:hover
{
    color: #000;
}
.contact-info-list-icon {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    border-radius: 100px;
    font-size: 25px;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 0 20px #efefef;
}
.contact-info-list-info {
    font-size: 18px;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: 46px;
}

.form-floating>label {
  top: -5px;
}

.form-floating-ngx-dropdown label {
    top: 10px;
  }
  
  .form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
  }
  .form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
  }
  .form-control,
.form-select {
  border-radius: 6px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #000;
}
.contact-form .form-floating>label {
    font-size: 18px;
    top: -8px;
}

.location-map {
    border-radius: 20px;
    overflow: hidden;
}
/* CUSTOM CSS END */

.navbar-brand img {
    max-width: 110px;
    transition: transform 0.3s ease-in-out;
}
header.header-fix img {
    max-width: 90px;
    transition: transform 0.3s ease-in-out;
}
#HomeSlider {
    margin-bottom: 0px;
}
#HomeSlider img
  {
    transform: scale(1.5); 
    transition: transform 0.3s ease-in-out;
    animation: img-zoom 30s linear 0s infinite normal;
  }

  @keyframes img-zoom {
    0% {
        transform: scale(1); 
  }
  50% {
    transform: scale(1.5); 
  }
  100% {
    transform: scale(1); 
  }
  }
  .footer-logo img {
    max-width: 150px;
}
section.why-choose-us {
    background: #f7f7f7 ;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 220px;
}

.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 40px;
}
.why-choose-us-items {
    text-align: center;
}
.why-choose-us-items img {
    max-width: 150px;
    margin: auto;
}

.why-choose-us-items h4 {
    margin: 15px 0px;
    font-size: 24px;
}

.footer-animation-img {
    text-align: center;
    display: none;
}
.footer-animation-img img {
    max-width: 250px;
    -webkit-animation: speed 10s linear infinite;
    animation: speed 10s linear infinite;
}


@keyframes speed {
    0% {
        transform: translate(-200%, 0);
    }
    50% {
        transform: translate(100%, 0);
    }

    90% {
        transform: translate(250%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(300%, 0);
        opacity: 0;
    }
}
section.home-cta {
    background: #192359 url(../images/truck-il.svg);
    padding: 70px 0px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    padding-bottom: 150px;
    background-attachment: fixed;
}
section.home-cta p {
    font-size: 26px;
    text-align: justify;
    color: #fff;
    line-height: 38px;
    max-width: 1100px;
    margin: auto;
    text-transform: capitalize;
    font-weight: 200;
}
.footer
{
    background: url(../images/bg-1.jpg);
    position: relative;
    background-size: cover;
    background-position: center top;
    padding: 40px 0px;
}
.footer:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(3px);
        backdrop-filter: saturate(180%) blur(3px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
section.services {
    padding: 80px 0px;
}
section.home-cta a.btn {
    font-size: 20px;
    margin-top: 35px;
    padding: 5px 50px;
    text-transform: uppercase;
}
section.services h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
section.services p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
section.why-us {
    background: url(../images/why-us.webp);
    padding: 60px 0px;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
section.why-us:before {
    position: absolute;
    background: hsla(0, 0%, 100%, .90);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    backdrop-filter: saturate(180%) blur(4px);
}
section.why-us .container {
    position: relative;
}
section.why-us ul {
    list-style: none;
    columns: 2;
}
section.why-us ul li {
    display: inline-flex;
    align-items: start;
    padding: 15px 0px;
}
section.why-us ul li .why-us-icon {
    height: 50px;
    width: 50px;
    min-width: 50px;
    background: var(--primary-color);
    border-radius: 100%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
.why-us-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 2px 0px;
}
.why-us-info p {
    margin: 0px;
}

.inside-banner {
    background: #fff url(../images/hero-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40dvh;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center center;
}
.inside-banner:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.inside-banner .container {
    position: relative;
}
.inside-banner h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 52px;
}
section.inner-pages {
    padding: 60px 0px;
}
.page-contact-info {
    max-width: 800px;
    margin: auto;
}
.google-map {
    margin-top: 30px;
}
.page-contact-info a.btn {
    font-size: 18px;
}
section.inner-pages.page-about h3 {
    text-align: justify;
    font-size: 25px;
    font-weight: 300;
    max-width: 1000px;
    margin: auto;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 40px;

}
section.about-us-section h2 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.about-us-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-align: justify;
}
.banner-safty
{
    background: url(../images/page-safty.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-env
{
    background: url(../images/env-hero.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-info {
    background: #fff;
    margin-top: 50px;
    z-index: 0;
    position: relative;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px !important;
    margin-bottom: 40px;
    min-height: 600px;
}
.page-info ul {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 28px;
    padding: 0px;
    list-style: none;
}
.page-info p {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.page-info ul li {
    padding: 6px 0px;
    display: inline-flex
;
}
.page-info ul li i {
    font-size: 30px;
    margin-right: 20px;
    color: #a5a5a5;
    min-width: 20px;
}
.page-info-card {
    margin: 45px 0px 50px 0px;
}
.page-info-card .page-info-card-items {
    border: solid 1px #dd070f;
    padding: 15px;
    font-size: 16px;
    height: 100%;
    border-radius: 10px;
    text-align: justify;
}
.about-us-section-info ul {
    list-style: none;
    font-size: 16px;
}
.about-us-section-info ul li {
    padding: 5px 0px;
}
.about-us-section-info ul li i {
    margin-right: 3px;
    font-size: 18px;
}
.our-team {
    padding-top: 75px;
}
.our-team-items {
    border: solid 1px #673AB7;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 0px;
    text-align: left;
    box-shadow: 0px 0px 10px #afafaf;
    color: #000;
    height: 100%;
}
.our-team-items h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.our-team-items ul {
    padding: 0px 0px 0px 15px;
}
.our-team-items ul li {
    padding: 5px 0px;
    text-align: justify;
}
.home-cta-img img {
    border-radius: 15px;
}