/*
Theme Name: Mountain State Logstics Services
Author:
Description:
Version: 1.0
*/
/*--------------------------------------------------------------
  # Header CSS Starts
  --------------------------------------------------------------*/
/* --- Navbar --- */


/* =================Mega Mega Menu css start here================= */
textarea {
    height: 150px !important;
}

.navbar-wrapper .mega-menu-link {
    padding: 16px 40px !important;
    font-size: 18px !important;
    font-family: var(--outfitFont) !important;
    font-weight: 400 !important;
    color: var(--white) !important;
    transition: all linear .3s !important;
    position: relative !important;
    height: inherit !important;
}

.navbar-wrapper .mega-menu-link:hover {
    color: var(--yellow) !important;
}

.navbar-wrapper .mega-menu-link::after {
    content: "" !important;
    width: 0 !important;
    height: 2px !important;
    background-color: var(--yellow) !important;
    display: block !important;
    transition: all linear .3s !important;
}

.navbar-wrapper .mega-menu-link:hover::after {
    width: 100% !important;
}

.navbar-wrapper .common-btn.grd-yellow-btn .mega-menu-link {
    background: linear-gradient(126.59deg, #ffb629 21.67%, #ffda56 66.89%, #ffd7a6 110.83%) !important;
    color: var(--theme-black) !important;
    font-weight: 600 !important;
    padding: 15.5px 60px 15.5px 30px !important;
    line-height: normal !important;
    margin-left: 30px !important;
    height: inherit !important;
    position: relative !important;
    border-radius: 4px !important;
    z-index: 1;
    overflow: hidden !important;
}

.navbar-wrapper .common-btn.grd-yellow-btn .mega-menu-link:before {
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221em%22 height=%221em%22 viewBox=%220 0 48 48%22%3E%3Cg fill=%22none%22 stroke=%22%23000%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-width=%224%22%3E%3Cpath d=%22M41.9999 24H5.99994%22/%3E%3Cpath d=%22M30 12L42 24L30 36%22/%3E%3C/g%3E%3C/svg%3E') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    position: absolute !important;
    top: 14.5px !important;
    right: 22px !important;
    float: none !important;
    transform: rotate(-35.57deg);
    transition: all ease-in-out .5s;
    margin: 0 !important;
}

.navbar-wrapper .common-btn.grd-yellow-btn .mega-menu-link:hover::before {
    transform: rotate(0deg);
}



.navbar-wrapper .common-btn.grd-yellow-btn .mega-menu-link::after {
    width: 0 !important;
    height: 100% !important;
    content: "" !important;
    display: block !important;
    transition: all ease-in-out .5s !important;
}

.navbar-wrapper .common-btn.grd-yellow-btn .mega-menu-link:hover::after {
    background: linear-gradient(126.59deg, #ffb629 21.67%, #ffda56 66.89%, #ffd7a6 110.83%) !important;
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
    z-index: -1;
}


/* =================Mega Mega Menu css end here================= */

.navbar-wrapper {
    display: flex;
    align-items: center;
}

header nav {
    width: 100vw;
    left: 0;
}


header .navbar-brand {
    max-width: 240px;
}

.nav-left ul li a {
    padding: 16px 40px;
    font-size: 18px;
    font-family: var(--outfitFont);
    font-weight: 400;
    color: var(--white);
    transition: all linear .3s;
}

.nav-left ul li a:hover {
    color: var(--yellow);
}

.nav-left ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--yellow);
    display: block;
    transition: all linear .3s;
}



.nav-left ul li a:hover::after {
    width: 100%;
}


.nav-right {
    margin-left: 46px;
}


/*--------------------------------------------------------------
  # Header CSS Ends
  --------------------------------------------------------------*/



/*--------------------------------------------------------------
  # Hero Banner CSS 
  --------------------------------------------------------------*/
.hero-banner {
    /* background-image: url("../images/home-banner-overlay.jpg"); */
    background-image: url("../images/banner-bg-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    padding: 230px 20px;
    height: 100vh;
    max-height: 897px;
    position: relative;
    z-index: 2;
}

.hero-banner::after {
    content: "";
    background: linear-gradient(0deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 90%));
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .95;
    z-index: -1;
}

/* .hero-banner::after {
    content: "";
    background: rgb(0 0 0 / 41%);
    background-size: cover;
    background-position: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
} */
.banner-solid-text {
    font-size: 2.25rem;
    font-weight: 500;
    display: block;
    font-family: var(--outfitFont);
    letter-spacing: .5px;
    margin-top: 14px;
    margin-bottom: 20px;
}


.hero-content {
    display: flex;
    justify-content: start;
    position: relative;
}

.hero-banner-btn {
    margin-top: 1.25rem;
}


/*--------------------------------------------------------------
  # Hero Banner CSS End
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  # About Us Section CSS 
  --------------------------------------------------------------*/

.about-us-sec {
    background-image: url("../images/about-bg-new.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(9, 25, 42, 90);
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 125px 0;
}

.about-us-sec h2 {
    letter-spacing: -.46px;
    line-height: 57px;
}

.about-image-part-left .dots-pattern-img {
    position: absolute;
    bottom: 20px;
    right: 16%;
    z-index: -2;
}

.about-content-part-right p {
    /* font-size: 18px;
    font-weight: 400;
    line-height: 29px; */
    margin-bottom: .3725rem;
}

.main-img-about {
    position: relative;
    z-index: 1;
}

.main-img-about::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid var(--yellow);
    transform: scale(1, 1.025);
    top: -20px;
    left: -26px;
}

.main-img-about::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid var(--yellow);
    transform: scale(1, 1.025);
    right: -26px;
    bottom: -20px;
}

.main-img-about {
    top: 2rem;
}

.main-img-about img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.extra-boxes-about {
    margin-top: 3.65rem;
}

.extra-single-block {
    display: flex;
    padding: 12px 14px;
    gap: 25px;
    align-items: center;
    border: 1px solid var(--yellow);
    /* filter: drop-shadow(0px 5px 10px rgba(192, 192, 192, 0.25)); */
    border-radius: 5px;

}

.extra-single-block h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    filter: none;
}

.extra-single-block .box-icon iconify-icon {
    font-size: 55px;
    margin-left: -6px;
    color: var(--yellow);
    filter: none;
}

.about-us-sec::after {
    content: "";
    background-image: url("../images/container-img-2.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 448px;
    height: 410px;
    opacity: .9;
    position: absolute;
    z-index: -1;
    top: 38%;
    right: 0;
    transform: translate(39px, -52%);
}


/*--------------------------------------------------------------
  # About Us Section CSS End
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # What We Do Section
  --------------------------------------------------------------*/
.what-we-do-sec {
    background-image: url("../images/what-we-do-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(0 0 0 / 80%);
    background-blend-mode: multiply;
}

.whatWeDo-singleBox {
    max-width: 370px;
    background-color: #111;
    padding-bottom: 24px;
    position: relative;
    max-height: calc(100% - 50px);
}

.whatWeDo-singleBox .service-img {
    width: 100%;
    height: 279px;
    overflow: hidden;
}

.whatWeDo-singleBox .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatWeDo-singleBox .content-box {
    max-width: 324px;
    margin: auto;
    background-color: #232323;
    color: #fff;
    padding: 18px 0 0;
    border-top: 4px solid var(--green);
    margin-top: -50px;
    border-radius: 0 0 7px 7px;
    position: relative;
}

.whatWeDo-singleBox .content-box::after {
    content: "";
    background-image: url("../images/arrow-down-img.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 45px;
    position: absolute;
    right: 42px;
    top: 28px;
    opacity: .8;
}


.whatWeDo-singleBox .block-icon {
    background-color: var(--green);
    padding: 10px;
    font-size: 52px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
    margin-top: -42px;
    margin-left: 18px;
}

.whatWeDo-singleBox h4 {
    margin-bottom: 8px;
    padding: 0 18px;
}

.whatWeDo-singleBox p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: var(--outfitFont);
    line-height: 23px;
    letter-spacing: -0.14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 20px;
    padding: 0 18px;
}

.whatWeDo-singleBox a {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--RajdhaniFont);
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    gap: 8px;
    padding: 15px 30px;
    border-radius: 7px;
    transition: all ease-in-out .3s;
}

.whatWeDo-singleBox a img {
    margin-top: -1px;
    width: auto !important;
}

.whatWeDo-singleBox a:hover {
    background-color: var(--green);
    color: var(--white);
}

#services-carousel .owl-dots .owl-dot span {
    width: 50px;
    height: 7px;
    background-color: transparent;
    border: 1px solid var(--yellow);
    border-radius: 0;
}

#services-carousel .owl-dots .owl-dot.active span {
    background-color: var(--yellow);
}

/*--------------------------------------------------------------
  # What We Do Section CSS End
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  # Logistics Solutions CSS
  --------------------------------------------------------------*/
/* .logistic-solutions-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/yelow-shape-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    z-index: -1;
} */

.logistic-solutions-sec {
    background-color: #09192A;
}

.logistic-solutions-sec .row {
    --bs-gutter-y: 28px !important;
}

.single-box-logistics {
    /* border-radius: 20px; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 28px 30px;
    margin: 0 1.5px;
}

.single-box-logistics.bg-white.no-bg {
    background: #011325 !important;
    color: #fff;
    padding: 46px 24px 27px 30px;
}

.single-box-logistics.no-bg::after {
    display: none;
}

.single-box-logistics h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
}

.single-box-logistics {
    background: url("../images/truck-cargo.jpg");
    min-height: 320px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    border-radius: 20px;
}

.bg-air-cargo {
    background-image: url("../images/air-cargo.jpg");
}

.bg-truck-cargo {
    background-image: url("../images/truck-cargo.jpg");
}

.bg-shipping-cargo {
    background-image: url("../images/ship-cargo.jpg");
}

.bg-logistic-services {
    background-image: url("../images/truck-cargo-2.jpg");
}

.bg-liquid-transport {
    background-image: url("../images/tank-truck.jpg");
}

.single-box-logistics::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
    background: linear-gradient(0deg, #091242 14.34%, rgba(60, 60, 60, 0) 43.86%);
    z-index: 0;
    border-radius: 15px;
}

.cargo-details {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.cargo-details .small-desc {
    font-size: 18px;
    font-weight: 300;
    font-family: var(--outfitFont);
    color: var(--yellow);
}

/*--------------------------------------------------------------
  # Logistics Solutions CSS End
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Testimonials Section CSS 
  --------------------------------------------------------------*/
/* =================testimonials sec start here================= */
.testimonials-sec {
    background-color: #09192A;
}

.testimonials-sec .testimonials-items,
.testimonial-page-sec .testimonials-items {
    padding: 62px 72px;
    background: #FFF;
    /* box-shadow: 0px 2px 24px rgba(29, 113, 65, 0.31); */
    transition: all ease-in-out 500ms;
    color: #666C89;
    height: 100%;
}

.testimonials-sec .testimonials-items {
    min-height: 530px;
}

.testimonials-sec .right iconify-icon,
.testimonial-page-sec .right iconify-icon {
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    color: var(--white);
    width: 65px;
    height: 65px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #09192A;
    transform: scaleY(-1);
    margin-top: -20px;
}

.testimonials-sec .client-img,
.testimonial-page-sec .client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    border: 2px solid var(--white);
}

.testimonials-sec .client-img img,
.testimonial-page-sec .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-items .client-info h5 {
    color: #091242;
    font-weight: bold;
}

.testimonials-items .client-info p {
    font-size: 16px;
    font-family: var(--outfitFont);
    color: #4a4b4d !important;
}

.testimonials-sec .star-rating iconify-icon,
.testimonial-page-sec .star-rating iconify-icon {
    color: #FDAF3B;
    font-size: 25px;
}


.testimonials-items .client-info .info-data {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.testimonials-items .client-info .info-data a {
    text-decoration: underline !important;
}


.testimonials-sec .owl-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -21%;
    right: 0;
}

.testimonials-sec .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonials-sec .owl-nav button {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out !important;
}

.testimonials-sec .owl-nav button.owl-prev {
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
    color: var(--black);
}

.testimonials-sec .owl-nav button:hover {
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
    border-color: var(--yellow) !important;
    color: var(--black);
}

.testimonials-sec .owl-nav button span {
    font-size: 50px;
    line-height: 33px !important;
    display: block;
    text-align: center;
    height: 100%;
}


/* .testimonials-sec .owl-nav button:hover {
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
} */

.testimonials-sec .owl-nav button.owl-next:hover img {
    filter: invert(1);
}

.testimonials-sec .owl-nav button.owl-next {
    /* background: var(--green) !important; */
    border: 1px solid var(--white);
    transition: background 1s, all ease-in-out .5s !important;
}

.testimonials-sec .owl-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    position: absolute;
    right: -5%;
    bottom: 0;
}

.testimonials-sec .owl-dots button {
    width: 20px !important;
    height: 20px !important;
    background: #C3C3C3 !important;
}

.testimonials-sec button.owl-dot.active {
    background: var(--yellow) !important;
}

/*--------------------------------------------------------------
  # Testimonials Section CSS End
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Common CTA Section Starts
  --------------------------------------------------------------*/
/* -================common- cta sec start here-================ */
.common-cta {
    background: url(../images/cta-bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    background-attachment: fixed
        /* background-color: var(--black);
    background-blend-mode: multiply; */
    ;
    position: relative;
}

.common-cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgb(9 25 42 / 75%);
    mix-blend-mode: multiply;
}

.common-cta video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-cta h2 {
    color: var(--white);
}

.common-cta .common-btn::after {
    /* background: #09192a;
    border-color: #09192a; */
    height: 100%;
}

.common-cta .common-btn iconify-icon {
    color: #09192a;
}

.common-cta .common-btn:hover span iconify-icon {
    color: #fff !important;
}

.common-cta .common-btn:hover {
    color: #09192a;
}

/* .common-cta .common-btn:hover span iconify-icon {
    filter: invert(1);
} */

/* -================common- cta sec end here-================ */
/*--------------------------------------------------------------
  # Common CTA Section CSS End
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Team Section Starts
  --------------------------------------------------------------*/
.team-sec .team-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: block;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 4px solid var(--white);
    box-shadow: 0px 0px 4px 2px var(--green);
    box-shadow: 0px 0px 4px 2px #1d71413b;
}

.team-sec .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-sec {
    position: relative;
    background-color: #09192A;
    display: none;
}

.team-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/yellow-waves.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-color: #fff;
    z-index: -1;
    opacity: 0.2;
}

/*--------------------------------------------------------------
  # Team Section CSS Ends
  --------------------------------------------------------------*/




/*--------------------------------------------------------------
  # Blog Section CSS Start
  --------------------------------------------------------------*/

.blogSec {
    background: url(../images/blogBg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.blogBox {
    border-radius: 4px;
    background: var(--white);
    box-shadow: 0px 9px 126px 0px rgba(20, 0, 255, 0.06);
    padding: 12px;
}

.blogSec .headingPart {
    margin-bottom: 40px;
}

.blogBox .blogImg img {
    width: 100%;
}

.blogBox .blogDetail {
    padding: 15px;
}

.blogDetail .datePost {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.blogDetail .datePost iconify-icon {
    color: var(--green);
}

.blogDetail .datePost p span {
    color: var(--black);
    font-family: var(--outfitFont);
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
}

.blogBox .blogDetail h4 {
    color: var(--black);
    font-family: var(--RajdhaniFont);
    margin: 12px 0 40px;
}

.blogBox .blogDetail a {
    font-family: var(--outfitFont);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.blogBox .blogDetail a:hover {
    color: var(--green);
}

p.date-col {
    display: flex;
    align-items: center;
    gap: 8px;
}


/*--------------------------------------------------------------
  # Blog Section CSS Ends
  --------------------------------------------------------------*/


.contactUs-sec {
    background-color: var(--green);
    position: relative;
}

.contactUs-sec::after {
    background-color: #FFF9EE;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.contacUs-Img-left {
    height: 516px;
    background: linear-gradient(0deg, rgba(7, 12, 33, 0.15), rgba(7, 12, 33, 0.15)), url(.jpg);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 32px;
}

.contacUs-Img-left img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*--------------------------------------------------------------
  # Footer Section Starts
  --------------------------------------------------------------*/
footer {
    background: #09192A;
    position: relative;
    z-index: 2;
}

footer::before {
    content: "";
    background: url("../images/patt-1.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background-size: 50px auto;
}

footer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/map-bg-footer.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.footer::before {
    content: "";
    background: url(../images/patt-1.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background-size: 50px auto;
}

footer .footer-inner {
    padding: 60px 0px;
    border-top: 1px solid #46474D;
}

footer .logo {
    width: 190px;
    height: auto;
    overflow: hidden;
}

footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-links-sec li a {
    display: flex;
    align-items: center;
    color: var(--white);
    gap: 2px;
    margin-bottom: 20px;
    transition: all ease-in-out 200ms;
}

.footer-links-sec li a:hover {
    color: var(--white);
    text-decoration: underline !important;
}

footer .footer-social-media iconify-icon {
    background: var(--white);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    border-radius: 50%;
    font-size: 20px;
    transition: all ease-in-out 300ms;
}

footer .footer-social-media iconify-icon:hover {
    background: var(--yellow);
    color: var(--black);
}

footer .padding-left {
    padding-left: 70px;
}

footer .contact-info li a {
    gap: 20px;
}

footer .contact-info li a iconify-icon {
    font-size: 25px;
    color: var(--yellow);
}

footer .copy-right {
    border-top: 1px solid #46474D;
    padding: 25px 0;
}

footer .copy-right p {
    font-size: 16px;
}

/*--------------------------------------------------------------
  # Footer Section CSS Ends
  --------------------------------------------------------------*/



/*--------------------------------------------------------------
  # =========== Contact Us Page CSS Starts =============
  --------------------------------------------------------------*/


/* ================contact us page start here================ */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
    text-align: center;
}
.contact-banner {
    background: url(../images/contact-page-background-img.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.contact_sec {
    /* padding: 80px 0px; */
    position: relative;
    z-index: 2;
    background-color: #09192A;
}

.contact_sec::after {
    content: "";
    position: absolute;
    background-attachment: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/blog_detail_shap.webp); */
    background-image: url(../images/about-page-sec-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-color: #09192A;
    mix-blend-mode: multiply;
}

.contact_sec .sec-title p {
    max-width: 75%;
    margin: 0 auto;
}

.contact_sec .row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    align-items: center;
}

.contact_sec .contact_left .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.contact_sec .contact_info {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--white);
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px; */
    transition: all ease-in-out 200ms;
    padding: 10px;
}

.contact_sec .contact_info:hover {
    box-shadow: 0px 0px 5px 2px var(--yellow);
}

/* .contact_sec .contact_info:hover iconify-icon {
    background: var(--yellow);
    color: var(--black);
} */


.contact_sec .contact_info h3 {
    font-size: 25px;
    line-height: normal;
    color: var(--blue);
}

.contact_sec .contact_info a {
    /* text-decoration: underline; */
    color: var(--black);
    transition: all ease-in-out 300ms;
}

.contact_sec .contact_info a:hover {
    text-decoration: underline;

}

.contact_sec .contact_info iconify-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    /* border: 1px dashed var(--yellow); */
    transition: 0.5s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 15px;
    background: linear-gradient(126.59deg, #ffb629 21.67%, #ffda56 66.89%, #ffd7a6 110.83%);
}

.contact_sec .right {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    background: var(--white);
    padding: 30px;
}

.contact_sec .right .input-group {
    margin-bottom: 25px;
}

.contact_sec .right .input-group .wpcf7-form-control-wrap {
    width: 100%;
}

.form-control {
    padding: 10px;
    border: 2px solid #E6E8EC !important;
    outline: none;
    /* background: transparent; */
    border-radius: 10px;
    appearance: auto !important;
}

.input-group {
    margin-bottom: 20px;
}

/* ===============contact form 7 start here=================== */
.input-group p {
    width: 100%;
}

.wpcf7-spinner {
    display: none !important;
}

.contactUsForm-Wrapper .theme-btn input {
    border-radius: 4px !important;
    padding: 12px 60px 12px 60px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-transform: capitalize !important;
    gap: 10px !important;
    color: var(--theme-black) !important;
    font-family: var(--outfitFont) !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    position: relative !important;
    z-index: 2 !important;
    overflow: hidden !important;
    transition: all 0.5s linear !important;
    border: none !important;
    background: linear-gradient(94.06deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
}

.contact_sec textarea {
    height: 100px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    color: var(--black);
}

/* ===============contact form 7 end here=================== */

.form-control:focus {
    border-bottom: 2px solid var(--yellow) !important;
    outline: none;
    box-shadow: none;
}

.form-select:focus {
    /* border-color: #1D7141 !important; */
    box-shadow: none !important;
}

.contactUsForm-Wrapper button:hover {
    border: none;
    outline: none;
    color: var(--black) !important;
}

.contactUsForm-Wrapper button {
    border: none;
}

.contactUsForm-Wrapper button iconify-icon {
    filter: invert(1);
}

.contactUsForm-Wrapper button:hover iconify-icon {
    filter: invert(0) brightness(1);
}


.contact_sec .right .submit_btn_dbl {
    padding: 10px 40px;
    background: var(--green);
    border: 1px solid var(--green);
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    transition: all ease-in-out 300ms;
}

.contact_sec .right .submit_btn_dbl:hover {
    background: transparent;
    border: 1px solid var(--green);
    color: var(--green);
}

.contact_sec .right .wpcf7-spinner {
    display: none !important;
}

.contact_sec .right h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: normal;
}

.contact_sec .right p {
    margin-bottom: 30px;
}

form label {
    color: var(--black);
    /* font-size: 18px; */
    font-weight: 600;
    /* line-height: 20px; */
    margin-bottom: 10px;
}

.contact_sec .right .form-select {
    background: url(../images/caret-icon.svg) no-repeat !important;
    background-position: 47% 45% !important;
}

/* ===================map sec start here=================== */
/* .map-sec {
    padding: 80px 0px;
    background-color: #09192A;
} */

.map-sec .map-wrapper iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* ================contact us page end here================ */



/*--------------------------------------------------------------
  # =========== Contact Us Page CSS Ends =============
  --------------------------------------------------------------*/



/* ==============Home Contact Us Sec start here================= */

.contact_us-sec {
    background: url(../images/contact-sec-bg2.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 100px 0;
}

.contactUsForm-Wrapper {
    background: #FFFFFF;
    box-shadow: 0px 16px 48px rgba(6, 28, 61, 0.04);
    border-radius: 24px;
    padding: 60px;
}

/* ==============Home Contact Us Sec end here================= */

/* ==============Get in touch sec Sec end here================ */
.get-in-touch-sec {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
    background-color: #09192A;
}

.get-in-touch-sec::after {
    content: "";
    background: url(../images/patt-1.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    background-size: 50px auto;
}


/* ==================About page start here================== */
.about-banner {
    background: url(../images/common-bg-.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}


.about-us-intro-sec {
    /* background-image: url("../images/about-bg-new.jpg"); */
    background-image: url("../images/about-page-sec-bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(9, 25, 42, 90);
    background-blend-mode: multiply;
    background-attachment: fixed;
    /* padding: 125px 0; */
    position: relative;
    z-index: 0;
}

.about-image-part-left {
    position: relative;
    margin-right: 90px;
}

/* 
.about-image-part-left .img-in-front img {
    border: 6px solid var(--yellow);
    box-shadow: 0px 0px 4px 2px #0000001f;
} */

.about-image-part-left .img-in-front {
    position: absolute;
    bottom: 0;
    right: -6%;
    transform: translate(10%, 30%);
}

.about-image-part-left .dots-pattern-img {
    position: absolute;
    right: -12%;
    top: 20px;
    z-index: -2;
}

.about-image-part-left .dots-pattern-img img {
    filter: invert(1);
}

.about-us-intro-sec .img-in-back {
    width: 100%;
    height: 550px;
    /* overflow: hidden; */
    display: block;
    /* border: 10px solid var(--white); */
    box-shadow: 0px 0px 4px 2px #1d71413b;
    position: relative;
}

.about-us-intro-sec .img-in-back::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid var(--yellow);
    transform: scale(1, 1.025);
    top: -20px;
    left: -25px;
}

.about-us-intro-sec .img-in-back::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border: 1px solid var(--yellow);
    transform: scale(1, 1.025);
    bottom: -20px;
    right: -25px;
}



.about-us-intro-sec .img-in-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-image-part-left .img-in-front {
    width: 250px;
    height: 250px;
    overflow: hidden;
    box-shadow: 0px 0px 5px var(--yellow);
    padding: 3px;
}

.about-image-part-left .img-in-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content-part-right p {
    margin-bottom: 1rem;
}

.about-content-part-right p:last-of-type {
    margin-bottom: 0;
}

.about-quote-content {
    background-image: url(../images/address-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--blue);
    background-blend-mode: multiply;
}


.extra-about-content p {
    margin-bottom: .5rem;
}

.extra-about-content p:last-child {
    margin-bottom: 0;
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}


.jumpYaxis {
    -webkit-animation: jumpYaxis 5s linear infinite;
    animation: jumpYaxis 5s linear infinite
}

@-webkit-keyframes jumpYaxis {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jumpYaxis {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* =================services sec start here================= */
.services-list-sec .content-left {
    padding: 75px 60px 60px 0px;
    /* background-color: #FFF9EE; */
    position: relative;
    height: 100%;
}

.services-available-list ul {
    column-count: 2;
    margin-left: 2rem;
}

.services-available-list ul li {
    line-height: 30px;
    list-style-type: disclosure-closed;
    list-style-position: outside;
    padding-left: 8px;
    padding-right: 16px;
    margin-bottom: 10px;
    margin-left: 0;
}

.services-available-list ul li::marker {
    color: var(--yellow);
}

.services-list-sec .content-right {
    width: 100%;
    height: 500px;
    overflow: hidden;
    box-shadow: 0px 0px 5px var(--yellow);
    padding: 10px;
}

.services-list-sec {
    background-color: #09192A;
    padding: 50px 0px 0px 0px;
}

/* =================services sec end here================= */

/* ==================About page end here==================== */



/* ==================Testimonial page start here here==================== */

.testimonial-banner {
    background: url(../images/common-bg-.jpg);
}

.testimonial-page-sec {
    background-image: url(../images/testimonial-sec-bg-1.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.testimonial-page-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #09192A;
    mix-blend-mode: multiply;
}

.testimonial-page-sec .testimonials-items {
    border: 5px solid var(--white);
}

.testimonial-page-sec .testimonials-items:hover {
    box-shadow: 0px 0px 5px 2px var(--yellow);
}


/* ==================Testimonial page end here here====================== */

/* ====================Service detail page start here==================== */


.services-banner {
    background: url(../images/common-bg-.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}

.single-box-logistics .service-info {
    background: #011325 !important;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease-in-out 300ms;
    border-radius: 15px;
}

.single-box-logistics .service-info li {
    margin-bottom: 2px;
    list-style-type: disclosure-closed;
}

.single-box-logistics .service-info li:last-child {
    margin-bottom: 0;
}

.single-box-logistics .service-info ul li ul {
    margin-left: 8px;
    margin-bottom: 8px;
}

.single-box-logistics .service-info ul li ul li {
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px;
    list-style-type: disc;
    letter-spacing: 1px;
}

.single-box-logistics:hover .service-info {
    opacity: 1;
    transform: translateY(0px);
}

.single-box-logistics .quote-btn {
    background: linear-gradient(126.59deg, #ffb629 21.67%, #ffda56 66.89%, #ffd7a6 110.83%);
    color: var(--black);
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    display: block;
    width: max-content;
}

/* =========== Join Our Team =========== */
.join-our-team-sec {
    background-color: #09192A;
}
.join-our-team-sec .sec-heading h2 a {
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}
.join-our-team-sec .sec-heading h2 a:hover {
    color: var(--yellow);
}
.join-our-team-sec .join-us-image-wrapper {
    max-width: 1000px;
    margin-inline: auto;
}
/* =========== Join Our Team =========== */