/********** Template CSS **********/
:root {
    --primary: #DDA853;
    /* --primary: #AF8421; */
    /* --secondary: #F8AF66; */
    --secondary: #97bb63;
    --light: #ffffff;
    --dark: #000000;
    --dark: hsl(0, 0%, 0%);
    --dark-light: hsl(0, 0%, 40%);
    --white-color: hsl(0, 0%, 95%);
    --title-color: hsl(0, 0%, 0%);
    --text-color: hsl(0, 0%, 35%);
    --text-color-light: hsl(0, 0%, 64%);
    --body-color: hsl(0, 0%, 87%);
    --container-color: hsl(0, 0%, 83%);
    --clip-path-penta: polygon(48.93% 0.356%, 48.93% 0.356%, 49.136% 0.264%, 49.349% 0.194%, 49.568% 0.143%, 49.791% 0.113%, 50.015% 0.103%, 50.24% 0.113%, 50.463% 0.143%, 50.681% 0.194%, 50.895% 0.264%, 51.101% 0.356%, 98.912% 24.359%, 98.912% 24.359%, 99.106% 24.469%, 99.283% 24.594%, 99.444% 24.734%, 99.586% 24.887%, 99.708% 25.052%, 99.811% 25.227%, 99.892% 25.411%, 99.951% 25.602%, 99.988% 25.798%, 100% 26%, 100% 74%, 100% 74%, 99.988% 74.202%, 99.951% 74.398%, 99.892% 74.589%, 99.811% 74.773%, 99.708% 74.948%, 99.586% 75.113%, 99.444% 75.266%, 99.283% 75.406%, 99.106% 75.531%, 98.912% 75.641%, 51.101% 99.645%, 51.101% 99.645%, 50.895% 99.736%, 50.681% 99.806%, 50.463% 99.857%, 50.24% 99.887%, 50.015% 99.897%, 49.791% 99.887%, 49.568% 99.857%, 49.349% 99.806%, 49.136% 99.736%, 48.93% 99.645%, 1.119% 75.641%, 1.119% 75.641%, 0.925% 75.531%, 0.747% 75.406%, 0.587% 75.266%, 0.445% 75.113%, 0.322% 74.948%, 0.22% 74.773%, 0.138% 74.589%, 0.079% 74.398%, 0.043% 74.202%, 0.031% 74%, 0.031% 26%, 0.031% 26%, 0.043% 25.798%, 0.079% 25.602%, 0.138% 25.411%, 0.22% 25.227%, 0.322% 25.052%, 0.445% 24.887%, 0.587% 24.734%, 0.747% 24.594%, 0.925% 24.469%, 1.119% 24.359%, 48.93% 0.356%);
    --clip-path-pramid: polygon(0% 0%, 100% 0%, 100% 100%, 81.536% 93.689%, 50.99% 100%, 25.313% 93.689%, 0% 100%, 0% 0%);



}

p {
    font-size: 18px;
}

h5 {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600 !important;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

ol,
ul {
    padding-left: 0px;
}

body {
    font-family: "Barlow", sans-serif !important;
}




.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

ul li {
    display: flex;
    align-items: baseline;
}


h6 {
    /* font-family: 'Rubik'; */
}

h1 {
    /* font-family: 'Rubik'; */
    font-size: 36px;
}

h2 {
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 42px;

}

@media (max-width: 768px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary:hover {
    background-color: var(--primary);
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: var(--secondary);
    border: none;
    font-size: 18px;

}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background-color: var(--light);
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover .btn-sm-square {
    color: #FFFFFF;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.top-social-icon a:hover i {
    color: #fff;
}


.top-strip-sec {
    background-color: var(--secondary);
}


/* Shine Effect Button */
/* .shine-button {
    position: relative;

    padding: 14px 20px !important;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(45deg, rgb(245 48 12), rgb(243 46 13));
    border: none;

    cursor: pointer;
    overflow: hidden;
}

.shine-content {
    position: relative;
    z-index: 1;
}

.shine-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transform: rotate(45deg) translateY(-100%);
    transition: transform 0.5s ease;
}

.shine-button:hover::before {
    transform: rotate(45deg) translateY(100%);
}
 */

/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */


/* ------------------------------FIRST BUTTON------------------- */

.btn-pulse {
    background-color: var(--primary);
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.btn-pulse i {
    /* opacity: 0; */
    /* transform: translateX(20px); */
    transition: all 0.5s ease;
}

.btn-pulse:hover {
    animation: pulse 1.5s infinite;
}

.btn-pulse:hover i {
    opacity: 1;
    transform: translateX(0);
    animation: beat 0.6s infinite alternate;
}


/* ------------------------------FIRST BUTTON------------------- */


/* ------------------------------second  BUTTON------------------- */


.btn-pulse-1 {
    background-color: var(--secondary);
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.btn-pulse-1 i {
    /* opacity: 0; */
    /* transform: translateX(20px); */
    transition: all 0.5s ease;
}

.btn-pulse-1:hover {
    animation: pulse 1.5s infinite;
}

.btn-pulse-1:hover i {
    opacity: 1;
    transform: translateX(0);
    animation: beat 0.6s infinite alternate;
}

@keyframes pulses {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(31, 72, 124, 0.7);
        /* Converted #1f487c to rgba */
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(31, 72, 124, 0);
        /* Fades out smoothly */
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(31, 72, 124, 0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(248, 175, 102, 0.7);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(248, 175, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(248, 175, 102, 0);
    }

}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* ------------------------------second  BUTTON------------------- */
/* ------------------------------ BUTTON------------------- */





/*** Navbar ***/



/* ---------------TOP BAR-------------- */
.top-bar-penta a {
    color: #000000;
    text-decoration: none;
    font-size: 19px;
    color: var(--light);
}

.top-bar-penta a i {
    color: var(--primary);
}


/* ---------------TOP BAR-------------- */


/* ---------------BOTTOM BAR--------------- */


.dropdown-item .active {
    color: var(--primary);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d7b56500;
}

.dropdown-item:hover {
    background-color: var(--secondary);
    color: var(--light);
}

.dropdown-item {
    padding: 12px;
    color: var(--light);
    border-bottom: 1px dotted rgb(255, 255, 255);
}

.last-child {
    border-bottom: 1px dotted rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
    .dropdown-item {
        color: var(--dark);
        font-size: 18px;
    }
}

/* ---------------BOTTOM BAR--------------- */




.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    color: #AF8421;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

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

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .logo img {
        height: 54px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        padding: 0;
        background-color: var(--primary);
        /* background-color: #af8421d1; */

    }



    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 49%);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }

    .header-carousel h2 {
        font-size: 31px !important;
    }
    .header-carousel .owl-dots {
    width: 40px;
    height: 100%;
    top: 60px;
    right: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  
}}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 60px;
    right: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
    background-image: url(../img/banner-img/banner-4.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 40px;
    height: 40px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}



/* Custom Navbar Collapse Animation */


.navbar-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.navbar-collapse.show {
    display: block !important;
}

@media (max-width: 991.98px) {
    .navbar-nav .nav-item {
        width: 100%;
        /* text-align: left; */
    }

    .navbar-nav .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

}

@media only screen and (max-width:767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        transition: all 0.4s ease-in-out;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    }
}










/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */

/* ----------------BANNER STYLE START----------------- */



.banner-section h2 {
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 64px;
    -webkit-text-fill-color: #00000000;
    -webkit-text-stroke: 1px;
}

.banner-section .banner-shape-design {
    height: 50px;
    width: 50px !important;
    display: flex;
    justify-content: center;
}

.banner-section h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* @keyframes float-bob-y {


    0% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-30px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} */



@media only screen and (max-width:767px) {
    .about-2-section h3 {
        font-size: 26px !important;
        line-height: 38px !important;
    }

}

/* ----------------BANNER STYLE START----------------- */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* --------------------------THREE BOX DESIGN----------------------- */
.penta-three-box-design .penta-three-main-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.penta-three-box-design .penta-three-main-box:hover .penta-three-box-content a i {
    color: var(--secondary);
}

.penta-three-box-design .penta-three-box-content a {
    color: var(--primary);
}

.penta-three-box-design .penta-three-icon-box {
    background-color: var(--primary);
    height: 90px;
    width: 90px;
    margin-bottom: 15px;
}

.penta-three-box-design {
    padding: 40px 0;
}

.for-penta-three-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

.penta-three-main-box {
    background-color: #f9f9f9;
    /* border-radius: 10px; */
    padding: 20px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
}

.penta-three-main-box:hover {
    transform: translateY(-5px);
}

.penta-three-icon-box img {
    margin-bottom: 15px;
}

.penta-three-box-content h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.penta-three-box-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.penta-three-box-content a {
    color: #007bff;
    text-decoration: none;
}

.penta-three-box-content:hover a {
    text-decoration: underline;
    color: var(--secondary);
}



.penta-three-main-box-1 a {
    color: var(--secondary);
    /* border-bottom: 1PX solid var(--dark); */
}

.penta-three-main-box-1 a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #006DC8;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.penta-three-main-box-1 a i {
    opacity: 0;
    transform: translateX(-10px);
    margin-top: 5px;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.penta-three-main-box-1:hover i {
    opacity: 1;
    transform: translateX(5px);
}


@media only screen and (max-width:678px) {
    .penta-three-main-box {
        padding: 0;
    }
}

/* --------------------------THREE BOX DESIGN----------------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */




/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* --------------------------ABOUT US SECTION DESIGN START----------------------- */


.penta-about-sec .icon-box .counter-1::after {
    content: '+';

}

.penta-about-sec .icon-box h3 {
    font-size: 51px;
}

.icon-box2 h3 {
    font-size: 51px;
}

.icon-box2 .counter-2::after {
    content: '+';

}




.penta-about-sec .about-left-all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.penta-about-sec .icon-box {
    background-color: var(--secondary);
    width: 150px;
    padding: 30px;
    border-radius: 20px;
    margin-top: -140px;
    color: #fff;
    clip-path: var(--clip-path-penta);
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon-box2 {
background-color: var(--secondary);
    width: 160px;
    padding: 30px;
    border-radius: 20px;
    color: #000;
    clip-path: var(--clip-path-penta);
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.penta-about-sec .about-phone-box .phone-box {
    height: 70px;
    width: 71px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    color: #ffffff;
}

.penta-about-sec .about-phone-box a span {
    font-weight: 400;
}

.penta-about-sec .about-phone-box a {
    font-size: 19px;
    font-weight: 600;
    color: var(--dark);
}

.penta-about-sec .about-phone-box {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.penta-about-sec ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.penta-about-sec ul li i {
    margin-right: 10px;
    color: var(--primary);

}

.penta-about-sec {
    background-image: url(../img/about-img/07.webp);
    padding-top: 30px;
    padding-bottom: 50px;

}

.penta-about-sec .second-images {
    position: absolute;
    right: 22px;
    z-index: 1;
    margin-top: 200px;
	clip-path: none;
}

.penta-about-sec img {
    clip-path: var(--clip-path-penta);

}


@media only screen and (max-width:678px) {
    .penta-about-sec .second-images {
        margin-top: 0;
        position: static;
		margin-left: 30px;
    }
}


/* --------------------------ABOUT US SECTION DESIGN END----------------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */




/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* --------------------------HOW WE WORK SECTION DESIGN START----------------------- */

.how-we-work-sect h5 {
    color: #000;
}

.how-we-work-sect .text-color-one {
    color: #000;
}

.how-we-work-sect .single-working-process-one {
    display: flex;
    align-items: center;
    gap: 110px;
    margin-bottom: 40px;
}

.how-we-work-sect .single-working-process-one .left {
    position: relative;
    z-index: 5;
}

.how-we-work-sect .working-process-one.without-clip-radious .single-working-process-one .left .icon {
    border-radius: 0;
}

.how-we-work-sect .single-working-process-one .left .icon {
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 100%;
    position: relative;
}

.how-we-work-sect .single-working-process-one .left .icon::after {
    position: absolute;
    content: "";
    background-image: url(./assets/img/about-img/01.png);
    height: 19px;
    width: 19px;
    background-repeat: no-repeat;
    background-position: center;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}

.how-we-work-sect .working-process-one.without-clip-radious .single-working-process-one .inner-content {
    border-radius: 0;
}

.how-we-work-sect .single-working-process-one .inner-content {
    border-radius: 10px;
    padding: 40px 50px;
    background: var(--secondary);
    position: relative;
    z-index: 1;
}

.how-we-work-sect .single-working-process-one .inner-content .number-main {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.how-we-work-sect .single-working-process-one .inner-content .number-main::before {
    content: "";
    position: absolute;
    width: 150px;
    border: 1px dashed var(--secondary);
    left: -150px;
    z-index: -2;
}

.how-we-work-sect .single-working-process-one .inner-content .number {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 500%;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    left: -16px;
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-16px);
}

.how-we-work-sect .single-working-process-one .inner-content .number-main::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary);
    z-index: -2;
    border-radius: 50%;
}

.how-we-work-sect .single-working-process-one .inner-content .title {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.how-we-work-sect .single-working-process-one .inner-content p.disc {
    /* color: #4e4e4e; */
    color: #000;
}


@media only screen and (max-width:678px) {
    .single-working-process-one {
        gap: 25px !important;
    }

    .single-working-process-one .left .icon {
        height: 90px;
        width: 90px;
    }

    .single-working-process-one .inner-content {
        padding: 30px 5px 30px 50px !important;
    }

    .single-working-process-one .inner-content .number {
        left: 10px;
    }

    .how-we-work-sect .single-working-process-one .inner-content p.disc {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .how-we-work-sect .single-working-process-one .inner-content .number-main::before {
        width: 125px;
        left: -121px;
    }
}

.how-we-work-sect .right-images img {
    /* clip-path: var(--clip-path-penta); */
}

.how-we-work-sect .right-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-work-sect h2 {
    color: #000;
}

.how-we-work-sect {
    background-color: var(--primary);
    padding-top: 30px;
    padding-bottom: 30px;
}


/* --------------------------HOW WE WORK SECTION DESIGN END----------------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */

/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* --------------------------SERVICE SECTION DESIGN END----------------------- */
/* -------------------SERVICE SECTION------------------- */
.service-sec-content {
    background-color: #86b7fe1a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.service-sec-content .service-section-box a {

    color: var(--secondary);
    /* border-bottom: 1PX solid var(--dark); */
}

.service-sec-content .service-section-box img {
    height: 50px;
    width: 50px;
    filter: invert(77%) sepia(92%) saturate(446%) hue-rotate(322deg) brightness(93%) contrast(86%);
}

.service-sec-content .service-section-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-sec-content .service-section-box h6 {
    font-size: 24px;
    font-weight: 600 !important;
    color: #000000;

}


.service-section-box a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #006DC8;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.service-section-box a i {
    opacity: 0;
    transform: translateX(-10px);
    margin-top: 5px;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.service-section-box:hover i {
    opacity: 1;
    transform: translateX(5px);
}



.service-sec-content .main-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 43%;
    left: 92%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: transparent #f3f8ff transparent transparent !important;
}

@media only screen and (max-width: 768px) {
    .service-sec-content .main-img::after {
        bottom: -31px;
        rotate: 90deg;
        left: 44%;
    }

    .service-sec-content .main-img-1::after {
        top: 82% !important;
        left: 50% !important;
        rotate: 360deg !important;
    }
}





.service-sec-content .main-img-1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0px;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    border: 30px solid;
    rotate: 90deg;
    border-color: transparent transparent #f3f8ff transparent;
}


.product-box {
    /* position: relative;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-box:hover {
    transform: translateY(-5px);
    /* box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15); */
}

.product-box img {
    /* width: 100%;
    border-radius: 8px; */
}

.product-box .shine-button {
    position: relative;
    padding: 14px 11px !important;
    font-size: 1.1rem;
    color: white;
    background: linear-gradient(45deg, rgb(62, 64, 149), rgb(62, 64, 149));
    border: none;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* margin-top: 10px; */
    text-align: center;
    transition: transform 0.3s ease;
    border-radius: 0;
}

.product-box:hover .shine-button {
    /* transform: scale(1.05); */
}

.product-box .shine-content {
    position: relative;
    z-index: 1;
}

.product-box .shine-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg) translateY(-100%);
    transition: transform 0.5s ease;
}

.product-box:hover .shine-button::before {
    transform: rotate(45deg) translateY(100%);
}

.service-sec-content .out-source-flex {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:678px) {
    .rever-sec-for-penta {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* -------------------SERVICE SECTION------------------- */






/* --------------------------SERVICE SECTION DESIGN END----------------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* --------------------------LOGESTICS SECTION DESIGN START----------------------- */

.service-item a.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span {
    left: 0;
    top: 0.5px;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span {
    background: var(--secondary);
}



/*** Service, Price & Team ***/
.service-item:hover h4 {
    color: var(--secondary);
    transition: .5s;
}

.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 17%);
}

.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}


/* --------------------------LOGESTICS SECTION DESIGN END----------------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */


/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* --------------------------FOOTER SECTION DESIGN START----------------------- */



/*** Footer ***/
.footer-section-top .foot-top-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-section-top h4 {
    font-size: 23px;
    font-weight: 700;
}

.footer-section-top .text-para-1 p i {
    margin-top: 6px;
}

.footer-section-top .text-para-1 p {
    color: #FFFFFF;
    display: flex;
    margin-bottom: 0px;
}

.footer-section-top .text-para {
    color: #FFFFFF;
    font-size: 18px;
}

.footer-section-top {
    background-color: #102039;
    background-image: url(../img/banner-img/shape-f-1.png), linear-gradient(rgba(0, 0, 0, 0.6), rgb(0 0 0)),
        /* Overlay for opacity */
        url(../img/banner-img/footer-bg.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left bottom, right center, right center;
    background-size: auto, auto, auto;
    background-blend-mode: normal, multiply;


}


.footer-bottom-section {
    background-color: var(--primary);
    padding: 2px 0;
}

.footer-bottom-section p {
    color: #fff;
}

.footer-bottom-section a {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 992px) {
    /* .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    } */
}

.footer p i {
    color: var(--primary);
}

.footer .btn.btn-link i {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: normal;
    /* text-transform: capitalize; */
    transition: .3s;
    text-decoration: none;
    font-size: 17px
}

.footer .btn-1.btn-link-1 {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    /* position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px; */
}


.footer .btn.btn-link:hover i {
    color: var(--secondary);
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
    font-weight: 500;
    transition: .3s;
}

.footer .btn-1.btn-link-1:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
    transition: .3s;
}


.footer_bottom_bar {
    /* background-color: #000; */
}





/* --------------------------FOOTER SECTION DESIGN END----------------------- */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */





/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */
/* ==========================SUB BANNER SECTION================================ */


/* =======================Banner Section======================== */
@media only screen and (max-width:768px) {
    .banner-title-name h2 {
        font-size: 14px !important;
    }

    .wt-breadcrumb {
        font-size: 14px !important;

    }

    .wt-bnr-inr {
        padding-top: 50px;
    }

    .banner-title-name h1 {
        font-size: 23px !important;
    }

    .wt-bnr-inr {
        height: 150px !important;
    }

    .wt-bnr-inr-entry {
        /* margin-top: 150px !important; */
    }
}

.wt-bnr-inr .container {
    display: table;
    height: 100%;
}

.banner-title-name h1 {
    font-size: 45px;
    color: var(--primarycolor);
    text-transform: uppercase;

}

.wt-bnr-inr-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 70px;
    padding-bottom: 70px;
}

.wt-breadcrumb a {
    text-decoration: none;
    color: #fff;
}

.wt-breadcrumb {
    font-size: 21px;
    list-style-type: none;
    color: #fff;

}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
    position: relative;
    z-index: 1;
}

.wt-breadcrumb a:hover {
    color: #fff !important;
}

.opacity-07 {
    opacity: 0.7;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.bg-top-center {
    background-position: top center !important;
}

.wt-bnr-inr {
    height: 130px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    /* background: linear-gradient(.25turn, #121212, 25%, transparent); */
    /* background: rgb(0,0,0) !important; */
    /* background: linear-gradient(180deg, rgba(0,0,0,0.9697128851540616) 26%, rgba(27,26,26,0.9725140056022409) 100%) !important; */
}

.overlay-main {
    background: rgb(0, 0, 0) !important;
    background: linear-gradient(189deg, rgb(0 0 0) 48%, rgb(0 0 0 / 77%) 89%) !important;
}

.overlay-wraper {
    position: relative;
}

.wt-breadcrumb a:hover {
    color: var(--paragcolor);
}

.wt-breadcrumb i {
    margin: 0px 10px;
}

.sub-banner-section li {
    font-family: "Barlow", sans-serif;
}

.sub-banner-section h2 {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    color: var(--light);
}

.sub-banner-section {
    /* margin-top: -137px; */
}



/* =======================Banner Section======================== */
/* ==========================SUB BANNER SECTION================================ */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */



/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */
/* ==============================VISION AND MISSION CSS START========================================== */
/* ============================================================================== */
/* ============================================================================== */
/* ============================================================================== */






/* ---------------- About Us Style ----------------- */
.about {
    position: relative;
    padding: 60px 0 40px 0;
    background: #f2f2f2;
}

.about .about-row {
    margin-bottom: 30px;
}

.about .about-col {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 0px 30px 30px 30px;
    border-radius: 20px;
    height: 400px;
}


.about .about-col:hover {
    box-shadow: 0px 2px 10px #dddddd;
}

.about .about-col .img {
    position: relative;
}

.about .about-col .icon {
    width: 100px;
    height: 100px;
    padding-top: 10px;
    padding-left: 1px;
    text-align: center;
    position: absolute;
    background-color: var(--primary);
    border-radius: 50%;
    text-align: center;
    border: 4px solid #ffffff;
    /* left: calc( 50% - 32px); */
    left: 39%;
    bottom: -30px;
    transition: 0.3s;
}

.about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    transition: 0.3s;
}

.about .about-col:hover .icon {
    background-color: var(--secondary);
}

.about .about-col:hover i {
    color: #1dbf73;
}

.about .about-col h2 {
    color: var(--primary);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

.about .about-col h2 a {
    color: var(--dark);
    font-size: 24px;
    font-weight: 500;
}

.about .about-col:hover h2 a {
    color: var(--primary);
}

.about .about-col p {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: #353535;
    /* margin-bottom: 0; */
    /* padding: 0 30px; */
    text-align: justify;
}

.about .read-more {
    width: 100%;
    text-align: center;
}

.about .read-more a {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    transition: 0.3s;
    margin: 15px 30px 30px 30px;
    color: #ffffff;
    background: #1dbf73;
}

.about .about-col:hover .read-more a,
.about .read-more a:hover {
    background: #353535;
    color: #ffffff;
}

.about .about-row .read-more {
    text-align: left;
}

.about .about-row .read-more a {
    margin: 0;
}

@media only screen and (max-width:768px) {
    .about .about-col {
        height: 500px;
        margin-bottom: 50px;
    }


    .about .about-col-1 {
        height: 350px;
    }

    .about .about-col .icon {
        left: 35%;
    }
}


/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================VISION AND MISSION CSS START========================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */














/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */
/* ========================================================================================== */





/* =====SIDEBAR SECTION=========== */

@media only screen and (max-width:678px) {
    .sidebar_nav_1 {
        padding: 10px !important;
    }
}




.sidebar_nav_1 {
    border: 1px solid #EEEEEE;
    background-color: var(--light) !important;
    box-shadow: 0px 0px 50px 2px rgb(0 0 0 / 9%);
    padding: 30px;
    border-radius: 30px;

}

.sidebar_nav {
    list-style-type: none;
    /* background-color: rgb(241, 241, 241); */
    position: sticky;
    top: 115px;
    margin-top: 20px;

}

.sidebar_nav ul {
    /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sidebar_nav h4 span {
    color: var(--primary);
}

.sidebar_nav h4 {
    /* background-color: var(--light); */
    padding: 15px 0px 8px 15px;
    font-size: 23px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    font-family: "monR", Arial, sans-serif;
    /* text-align: end; */
    color: var(--secondary);
}

.sidebar_nav a i {
    margin-right: 10px;
    /* color: var(--primarycolor); */
}

.sidebar_nav a:hover {
    color: var(--primary) !important;
    transition: all 0.4s ease-in-out;
}

.sidebar_nav a {
    text-decoration: none;
    /* width: 100%; */
    color: rgb(0, 0, 0) !important;
    font-size: 17px;
    /* font-family: 'Montserrat'; */
    /* text-transform: uppercase; */
    font-weight: 500;
}

.sidebar_nav li {
    border: 1px solid #EEEEEE;
    background-color: var(--light) !important;
    /* color: #ffffff !important; */
    padding: 20px;
    box-shadow: 0px 0px 50px 2px rgb(0 0 0 / 9%);
    margin-bottom: 15px;
    border-radius: 0px 50px 50px 0;
    display: flex;
    justify-content: space-between;
}

.sidebar_nav ol,
ul {
    padding-left: 0;

}

.service-cont-box .email-media{
    font-size: 20px;
    font-weight: 600;
}
.sidebar_nav {
    background-attachment: fixed;
    margin-bottom: 70px;

}

.right-side-box-nav ul a i {
    /* color: rgb(0, 0, 0); */
}

.sidebar_nav a:hover .sidebar_nav i {
    color: var(--secondary) !important;
    transition: all 0.4s ease-in-out;
}

.sidebar_nav a:hover li {
    background-color: var(--primary) !important;
    color: var(--light) !important;
    transition: all 0.4s ease-in-out;
}


.side_bar_head {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    /* font-family: 'Montserrat'; */
    text-transform: uppercase;
}

.side_bar_head::before {
    content: '';
    position: absolute;
    /* left: 0px; */
    bottom: 0px;
    width: 53%;
    height: 2px;
    background: rgb(0, 0, 0);
}

.side_bar_head::after {
    content: '';
    position: absolute;
    right: 9px;
    bottom: 0px;
    width: 60px;
    height: 2px;
    background: #C31C2D;
}

.side_bar_head_1 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.side_bar_head_1::before {
    content: '';
    position: absolute;
    left: 14px;
    bottom: 4px;
    width: 75%;
    height: 3px;
    background: var(--primary);
}

.side_bar_head_1::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1%;
    height: 1%;
    padding: 6px;
    background: var(--dark);
    border-radius: 50%;

}

.service-cont-box .cont-ser p a {
    display: flex;
    align-items: baseline;
}

/* =====SIDEBAR SECTION=========== */




/* ---------------------------------------- */
/* -----RIGHT SIDE CONTENT---------- */
/* ---------------------------------------- */
.right_content_product .top-heading {
    color: var(--secondary);
}

.right_content_product h4 {
    font-size: 45px;
    color: var(--primary);
}

.right_content_product .for-second-design-penta img {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.right_content_product .for-foot-cont {
    /* background-color: var(--light); */
    padding: 5px 20px;
    /* box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.03137254901960784); */
    /* border: 1px solid #EEEEEE; */
    border-radius: 30px;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* margin-bottom: 15px; */
    /* align-items: center; */
}

.right_content_product .for-foot-cont {
    font-size: 22px;
    font-weight: 600;
    /* text-align: center; */
}

.right_content_product .products-main-imges img {
    border-radius: 30px;
    border: 1px solid #0000001a;
}

.right_content_product .for-foot-cont-1 {
    background-color: var(--light);
    padding: 20px;
    box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.03137254901960784);
    border: 1px solid #EEEEEE;
    border-radius: 30px;

}

.right_content_product .for-foot-cont p {
    font-weight: 400;
}

.right_content_product .for-once-change .for-foot-cont {
    background-color: #f8f8f8 !important;
    border: none;
}



.right_content_product .for-foot-cont-2 .icon-box-for-one {
    height: 50px;
    width: 50px;
}

.right_content_product .for-foot-cont-1 .icon-box-for-one {
    height: 90px;
    width: 90px;
}

.right_content_product .for-foot-cont-1 {
    font-size: 22px;
    font-weight: 600;
}

.right_content_product .icon-box-for-one {
    background: linear-gradient(90deg, hsl(36.96deg 66.99% 59.61%) 0.18%, var(--primary) 100.18%);
    color: var(--light);
    margin-right: 15px;
}

.icon-box-for-one {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

.for-style-penta .icon-box-for-one::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #27548A 0.18%, #27548A 100.18%);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.for-foot-cont:hover .icon-box-for-one::before {
    transform: scale(1);
}




.right_content_product ul li i {
    color: var(--light);
    font-size: 20px;
}

.right_content_product ul li span {
    margin-left: 10px;
    font-size: 20px;
    font-family: "Barlow", sans-serif !important;
}

.right_content_product ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.right_content_product h3 {
    font-size: 34px;
    font-weight: 600 !important;
    font-family: "Barlow", sans-serif !important;
}

.right_content_product h3 span {
    color: var(--e-global-color-accent);
    font-family: "Barlow", sans-serif !important;

}

.right_content_product p {
    text-align: justify;
    font-family: "Barlow", sans-serif !important;
}

.right_content_product h3 a {
    color: var(--dark);
    font-family: "Barlow", sans-serif !important;
}




/* ---------------------------------------- */
/* -----RIGHT SIDE CONTENT---------- */
/* ---------------------------------------- */


/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================PRODUCTS PAGE CSS START========================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */


/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */


/*** Contact Start ***/
.contact {
    /* background: linear-gradient(rgb(221 168 83), rgb(221 168 83)), url(../img/banner-img/carousel-1.jpg); */
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}


.contact .contact-form .btn.btn-light {
    background-color: var(--primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--secondary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--dark);
}

.contact-social-media .for-foot-cont {
    background-color: var(--primary);
    margin-right: 10px;
    border-radius: 50%;
    color: var(--light);
}

/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--dark) !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--dark) !important;
}

.section-title h4 {
    font-weight: 600;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--dark);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--dark) !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--dark) !important;
}

.for-style-penta-1 .icon-box-for-one {
    width: 100px;
    height: 100px;
}

.for-style-penta-1 .icon-box-for-one::before{
    border-radius: 10%;
}
.for-style-penta-1 {
    background-color: var(--primary);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    color: var(--light);
}

.mid-deatils-for-all a {
    color: var(--dark);
}

.mid-deatils-for-all h4 {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}


 .bg-transparent .icon-box-for-one{
    height: 80px;
    width: 80px;
    background-color: var(--primary);
}
.contact-social-media .icon-box-for-one{
    height: 50px;
    width: 50px;
}
.contact-social-media{
    display: flex;
    align-items: center;
   
    width: 50%;
    margin-top: 20px;
}

/*** Contact End ***/



/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */





/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */



/* ============================portfolio Our Gallery============================== */



.gallery-wrapper {
    /* padding: 2rem 7rem; */
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}

.gallery-item {
    /* position: relative; */
    /* background: #981b2e; */
    /* border-radius: 20px; */
    /* filter: drop-shadow(2px 2px 3px #333); */
}

.gallery-item:hover {
    background-color: #000;
    color: #fff;
}

.gallery-item .image {
    overflow: hidden;
    position: relative;
    filter: drop-shadow(2px 2px 3px #333);
}

.gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 400ms ease-in;
    border: 1px solid #a4a4a4;
    /* border-radius: 20px; */
}

.gallery-item .image img:hover {
    transform: scale(1.1);
}

#lightbox {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    display: none;
    /* Initially hidden */
    justify-content: center;
    align-items: center;
}

#lightbox.active {
    display: flex;
    /* Show when active */
}

#lightbox img {
    max-width: 90%;
    max-height: 80%;
}

#lightbox h2 {
    color: var(--white-color);
    position: absolute;
    top: 90%;
    text-align: center;
    font-size: 1.5rem !important;
    width: 100%;
    font-weight: 600;
}

@media(max-width:768px) {
    #lightbox h2 {
        color: var(--white-color);
        position: absolute;
        top: 75%;
    }

    .gallery-wrapper {
        /* padding: 2rem 2rem; */
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
    }

    #close-btn {
        top: 25% !important;
        position: absolute !important;
        right: 5% !important;
    }
}

@media(max-width:441px) {
    .lightbox-btn {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }

    #close-btn {
        top: 30% !important;
        position: absolute !important;
        right: 5% !important;
    }

}










.lightbox-btn {
    position: absolute;
    top: 50%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transform: translateY(-50%);
    z-index: 1;
    /* Ensure buttons are above other content */
}

.lightbox-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--primary-color);
    transition: ease 1.5s;

}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}

#close-btn {
    top: 58px;
    position: absolute;
    right: 15%;
}

#close-btn {}

/* ============================ Our Gallery============================== */




/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */




/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ------------===============LOGESTICS START-----------======================= */

@media only screen and (max-width:678px) {

    .logistics-sec .for-logestics-row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}


.logistics-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logistics-sec .for-foot-cont a {
    font-weight: 600;
    color: var(--dark);
    font-size: 20px;
}

.logistics-sec .icon-box-for-one i {
    color: var(--light);
    font-weight: 600;
}

.logistics-sec .icon-box-for-one {
    background-color: var(--primary);
}

/* ------------===============LOGESTICS END-----------======================= */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */