@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --backColor: #828494;
    --secondColor: #96bd69;
    --primarycolor: #BE1622;
    --paragcolor: #000;
    --whitecolor: #fff;

}

body {
    /* font-family: 'Montserrat', sans-serif !important; */
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1360px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1225px !important;
    }
}

h1 {
    /* font-family: 'Lato'; */
    font-weight: 800 !important;
    font-family: 'Montserrat';
    font-size: 31px !important;

}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 25px !important;
    }

}

h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
}

h5 {
    text-transform: uppercase;
    color: var(--primarycolor);
    font-size: 17px !important;
    font-weight: 800 !important;
    font-family: 'Montserrat';
    /* font-family: "DM Sans"; */
}

h2 {
    font-size: 28px !important;
    font-weight: 900 !important;
    /* font-family: 'Lato'; */
    /* font-family: "Kanit" !important; */
    font-family: 'Montserrat';


}

h6 {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #000;
}

p {
    /* font-family: 'opens'; */
    /* font-family: 'Poppins' !important; */
    font-size: 18px;
}


/* =============================================================NAV FIXED=================================== */



/* Top Strip */
.top-strip {
    background-color: #f8f9fa;
    transition: all 0.3s ease-in-out;
}

/* Bottom Bar initially */
.bottom-bar {
    /* background-color: transparent; */
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 999;
}

/* Fix bottom-bar to the top when scrolling */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    /* Change to the desired background color when sticky */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow for sticky effect */
}

/* Hide the top strip when scrolling */
.hide-top-strip {
    display: none;
}

/* Add padding to body to prevent content from being hidden behind the fixed navbar */
body.fixed-nav-padding {}



/* =============================================================NAV FIXED=================================== */










/* ==========TOP NAV======================== */

.top-strip a {
    text-decoration: none;
    color: var(--white-color);
    font-family: lato;
    font-size: 20px;
}

.top-strip a:hover {
    color: var(--white-color);
}

.top-strip ol,
ul {
    /* padding-left: 1.4rem !important; */
    list-style-type: none;
}

.top-strip i {
    margin-right: 10px;
    font-size: 19px;
    margin-left: 10px;
}

.top-strip {
    background-color: var(--whitecolor);
    color: var(--paragcolor);
    border-bottom: 1px solid rgb(227, 227, 227);
}

.top-strip p a:hover {
    color: #000;
}

.top-strip p a {
    font-size: 17px;
    margin-left: 10px;
    color: #000;
}

.top-strip p {
    display: flex;
    align-items: center;
    font-size: 17px !important;
    /* justify-content: center; */
    color: #828494;
}

.top-strip .top-p-tag {
    display: flex;
    align-items: center;
}

.floatning-right-cont .for-ul-cont {
    display: flex;
    justify-content: end;
}

.top-strip .top-number {
    display: flex;
}

@media only screen and (max-width:768px) {
    .top-strip .top-number {
        /* display: flex; */
        /* flex-direction: column; */
        padding-top: 10px;
    }
}

/* ==========TOP NAV======================== */

.social_media {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    font-size: 20px;
}

.social_media li {
    list-style-type: none;
}

/* ==========================BOTTOM NAV===================== */
.btn-top-all {
    display: flex !important;
    align-items: center;
    padding: 12px 15px !important;
}

.btn-top-all i {
    color: var(--primarycolor);
    font-size: 30px;
    margin-right: 10px;
}

.btn-top-all a {
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600 !important;
}

.btn-top-all {
    color: #fff !important;
    font-size: 20px;
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 17px;
    /* text-transform: uppercase; */
}

.dropdown-item {
    padding: 10px !important;
    color: white !important;
    border-bottom: 1px dotted white !important;

}

.nav-drop-itm {
    border-bottom: 1px dotted rgb(0, 0, 0) !important;

}

.dropdown-menu {
    background-color: #000 !important;
    color: white !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #C31C2D !important;
    color: #ffff !important;
}

/* Show dropdown on hover for large devices (min-width: 992px) */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown .dropdown-toggle::after {
        transform: rotate(180deg);
        /* Adjust the arrow when dropdown is open */
    }
}

/* ==========================BOTTOM NAV===================== */




/* General styles */
.bottom-bar {
    background-color: #fff;
    /* Background color for the nav bar */
    z-index: 1000;
    /* Ensure the nav bar is on top of other elements */
    width: 100%;
}

/* Fixed navbar for mobile screens */
@media (max-width: 991.98px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        /* Make sure it's above other content */
        background-color: #fff;
        /* Ensure the background is visible on top */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        /* Add shadow for better visibility */
        padding: 10px !important;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Adjust body padding to account for fixed nav */
    body {
        /* padding-top: 70px; /* Adjust based on the height of your navbar * */
    }

    /* Navbar brand logo adjustments for mobile */
    .navbar-brand img {
        max-height: 40px;
        /* Adjust the logo size for mobile */
        height: auto;
    }

    /* Make sure the navbar toggler is aligned */
    .navbar-toggler {
        margin-right: 15px;
    }

    /* Ensure dropdown menu is shown properly on mobile */
    .navbar-collapse {
        background-color: #fff;
        width: 100%;
    }

    .dropdown-menu {
        position: relative;
        width: 100%;
    }
}

/* Styles for larger screens (desktop) */
@media (min-width: 992px) {
    .navbar {
        position: static;
        background-color: transparent;
        box-shadow: none;
    }

    body {
        padding-top: 0;
    }
}





/* ====================BANNER========================================= */

/* ================MAIN BANNER =============================== */

.carousel-indicators [data-bs-target] {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    background-color: #2fbfa7 !important;
}

/* 
  
  @media only screen and (max-width: 1200px){
    .slider-content {
        padding: 220px 0px 0px 75px;
    }
   
   } */

.slider-content h2 {
    background-color: #ffffff;
    width: 50%;
    padding: 10px 0px 10px 20px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.slider-content p {
    background-color: #ffffff;
    width: 50%;
    padding: 10px 0px 10px 20px;
    margin-left: 10px;
}

/* ================MAIN BANNER =============================== */




@media only screen and (max-width:767px) {
    .slider-content h4 {
        font-size: 13px !important;
        color: #fff;
    }

    .navbar-brand img {
        height: 55px;
    }

    .slider-content p {
        padding: 10px !important;
        width: 80%;
        margin-left: 25px;
        font-size: 15px;
    }

    .slider-content h2 {
        font-size: 17px !important;
        width: 80%;
        margin-left: 25px;
        padding: 24px 10px 18px 10px !important;
        background-color: #ffffffa3;
    }

    .carousel-item {
        height: 280px !important;
        /* text-align: center; */
        background-position-x: 60% !important;
    }

    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        /* display: none; */
    }

    .carousel-item {
        height: 340px;
    }

    .slider-content {
        padding: 100px 0px 0px 10px !important;
        display: flex;
        /* align-items: center; */
        justify-content: center;
        flex-direction: column;
    }


}

.banner_slider .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* margin-top: -18px; */

}

.swiper-wrapper .card-slide {
    border: 1px solid rgb(179, 179, 179);
}

.slider-content {
    padding: 170px 0px 0px 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.carousel-item {
    height: 568px;
}

.slider-image {
    width: 100%;
    height: auto;

}

.slider-content h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    padding: 40px 40px 0px 40px;
}

.slider-content p {
    padding: 10px 40px 40px 40px;
}

.slider-content h4 {
    font-size: 20px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.carousel-control-prev {
    /* z-index: 999; */
}

.carousel-control-next {
    /* z-index: 999; */
}

.slider-content h4 {
    margin-bottom: 0px;
}

/* ====================BANNER========================================= */

/* ============================================================================================================================ */
/* ============================================================================================================================ */

/* ===========================ABOUT SECTION============================== */
@media only screen and (max-width:767px) {

    .about-section-main .about-revarse {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .home_about {
        padding: 0px !important;
    }

    .about-section-main h2 {
        font-size: 25px !important;
    }

}

.about-right-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section-main .card-body {
    width: 80%;
    position: absolute;
    /* top: 270px; */
    bottom: 0;
    left: 10%;
    background-color: rgb(255, 255, 255);
    color: #000;
}

.about-section-main .card {
    border: none !important;
}

.about-section-main h4 {
    color: var(--primarycolor);
}

.about-section-main h4 {
    color: var(--primarycolor);
}

.about-section-main h6 {
    color: var(--primarycolor);
}

/* ===========================ABOUT SECTION============================== */


/* ============ABOUT PAGE============= */

.abou-sec-right-cont P {
    /* font-size: 19px !important; */
    /* font-family: 'Poppins' !important; */
}

/* ============ABOUT PAGE============= */

/* ============================================================================================================================ */
/* ============================================================================================================================ */





/* ============================================================================================================================ */
/* =====================================================PROCESS SECTION======================================================================= */


/* =====================7th Fact============================================= */
/* ==========counter=============== */


.seven_fact .our-solu-box li {
    margin-bottom: 10px;
}

.seven_fact .our-solu-box img {
    margin-right: 10px;
}

.seven_fact .our-solu-box h6 {
    color: var(--primarycolor);
}

.seven_fact .our-solu-box {
    box-shadow: 0 0 5px #333;
    padding: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width:767px) {
    .fact_section h2 {
        font-size: 23px !important;
    }
}

/* 

.seven_fact .counter_3::after {
    content: '%';
    font-size: 40px;
    color: var(--primarycolor);
}

.seven_fact .counter-1::after {
    content: '+';
    font-size: 40px;
    color: var(--primarycolor);
}
.seven_fact .counter-1{
    font-size: 40px;
}

.seven_fact .counter_3 {
    font-size: 40px;
}

.seven_fact .counter_4::after {
    content: 'X';
}

@media only screen and (max-width:767px) {
  .fact_section h2{
    font-size: 25px !important;
  }
} */

/* ===========counter======================= */

/* ======================persentage==================== */

/* ======================persentage==================== */

/* full-circle */
/* 
@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

.full-circle div[role="progressbar"] {
    --size: 8rem;
    --fg:#be1622;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--paragcolor);
}

.full-circle div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}

.full-circle .full-cir-alg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 */

/* full-circle */

/* =====================7th Fact============================================= */

/* =====================================================PROCESS SECTION======================================================================= */



/* ============================================================================================================================ */
/* ============================================================================================================================ */


/* =====================who we are====================== */





/* =========================N============================ */
@media only screen and (max-width:767px) {
    .home_about h2 {
        font-size: 25px !important;
    }

    .images_about_sec {
        display: flex;
        flex-direction: column-reverse;
    }

    .box-div {
        width: auto !important;
        top: -11% !important;
        left: 0% !important;
    }

    .box-div p {
        font-size: 25px !important;
    }
}

.special-point p img {
    margin-right: 10px;
}

.home_about {
    padding: 130px 0px 30px 0px;
    position: relative;
    z-index: -10;
}

.home_about h2 {
    color: #fff;
}

.home_about .who-p-tag p {
    color: #fff;
    text-align: justify;
}

.about_ul_sec {
    list-style-type: none;
}

.icon_box_abt {
    background-color: #ED5905;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    padding: 0px 4px;
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.about_ul_sec i {
    font-size: 11px;
}

.media_icon_pad {}

.about_ul_sec li {
    margin-top: 10px;
    /* font-weight: 500; */
    /* font-family: "Work Sans", Tahoma, Geneva, sans-serif; */
}


.ts-col-wrapper-bg-layer {
    right: 0;
    z-index: 1;
    padding: 30px 30px 30px 80px !important;
}

.about_layer {
    position: absolute;
    width: 70%;
    height: 75%;
    background-color: #000000;
    /* margin-top: -80px; */
}

.images_about_sec img {
    z-index: 10;
    position: relative;
    margin-top: -80px;
}

/* ========================= SECTION============================ */




/* ====================================progress====================== */



/* =========================4th About Us=============================////// */


/* ..................this is under line for color use the code....................  */
.fourth_about .underline {
    position: relative;
    z-index: 2;
    white-space: nowrap;
}

.fourth_about .underline:after {
    content: "";
    display: block;
    background: red;
    border-radius: 5rem;
    position: absolute;
    width: 100.5%;
    height: 13%;
    /* left: -1.5%; */
    /* bottom: 9%; */
    z-index: -1;
    margin-top: 0;
    transition: all .2s ease-in-out;
}

.progress-container p {
    /* font-size: 15px !important; */
}

.fourth_about p {
    color: #ffffff;
    font-size: 15px;
}

.fourth_about i {
    font-weight: 900 !important;
    font-size: 20px !important;
    color: var(--primarycolor);
    margin-right: 10px;
}

/* ..................this is under line for color use the code....................  */
.fourth_about .progress-list .progressbar.line {
    position: relative;
}

.fourth_about .progressbar.primary svg path:last-child {
    stroke: var(--bs-primary);
}

.fourth_about .progress-list .progressbar svg,
.progress-list .progressbar svg path {
    border-radius: 1rem;
}



.fourth_about .progress-container {
    margin-bottom: 13px;
    width: 100%;
    /* background-color: #f3f3f3; */
}

.fourth_about .progress-bar {
    width: 0%;
    height: 10px;
    background-color: var(--primarycolor);
    text-align: center;
    line-height: 30px;
    color: white;
    /* border-radius: 10px; */
}

.fourth_about .progress-text {
    width: 100%;
    text-align: end;
    color: rgb(255, 255, 255);
}

@media only screen and (max-width:767px) {
    .about_layer {
        width: 100% !important;
    }

    .box-div {
        margin-bottom: 100px !important;
    }

    .ts-col-wrapper-bg-layer {
        padding: 0 !important;
    }
}

/* =========================4th About Us=============================////// */

/* =============================design-box================= */

.box-div {
    background-color: #ffff;
    /* color: #000; */
    padding: 15px 10px 15px 10px;
    position: relative;
    width: 23%;
    top: -6%;
    left: -17%;
}

.box-div i {
    font-size: 50px;
}

.box-div p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: start;
}

/* =============================design-box================= */


/* ====================================progress====================== */

/* =====================who we are====================== */


/* ============================================================================================================================ */
/* ============================================================================================================================ */


/* ============================================================================================================================ */
/* ============================================================================================================================ */

/* =================================================OUR SERVICE SECTION========================================== */
.service-btn {
    background-color: var(--primarycolor) !important;
    border-radius: 0 !important;
    padding: 15px 35px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;

}

@media only screen and (max-width:767px) {
    .our-service-section h2 {
        font-size: 25px !important;
    }
}

.service-btn:hover {
    background-color: #000 !important;

}

.our-service-section a {
    text-decoration: none;
}

.our-service-section .service-box i {
    font-size: 50px;
    color: var(--primarycolor);
}

.our-service-section .service-box:hover h4 {
    color: var(--paragcolor);
}

.our-service-section .service-box p {
    color: var(--paragcolor);
}

.our-service-section .service-box h4 {
    font-size: 20px;
    font-weight: 800;
    padding: 15px 0px;
    color: var(--primarycolor);
}

.our-service-section .service-box button {
    background-color: #ffff;


}

.our-service-section .service-box button a {
    text-decoration: none;
    color: var(--primarycolor);
}

.our-service-section .service-box button i {
    font-size: 20px;
    margin-left: 5px;
    /* margin-top: 17px !important; */
}

.our-service-section .service-box {
    /* border: 1px solid black; */
    padding: 30px;
    box-shadow: 0 0 5px #848484 !important;
}

.our-service-section .service-box:hover button a i {
    color: #ffffff;
}

.our-service-section .service-box:hover button a {
    color: rgb(255, 255, 255);
}

.our-service-section .service-box:hover button {
    background-color: var(--primarycolor);
    padding: 10px;

}




.service-box {
    padding: 30px;
    box-shadow: 0 0 5px #848484 !important;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    min-height: 350px;
    /* Ensures all service-boxes have the same height */
    transition: all 0.3s ease;
    /* Smooth hover transition */
}

/* Ensure height remains consistent on hover */
.service-box:hover {
    min-height: 350px;
    /* Same height on hover */
}

/* =================================================OUR SERVICE SECTION========================================== */




/* ============================================================================================================================ */
/* ============================================================================================================================ */




/* ============================================================================================================================ */

.card-effects {
    position: relative;
    margin-bottom: -110px;
}

.card-effects .cardBox {
    width: 100%;
    height: 400px;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px; */
}

.card-effects .card {
    position: absolute;
    width: 95%;
    height: 95%;
    background: #000814;
    border-radius: 0px !important;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* text-align: center; */
    color: #ffffff;
    overflow: hidden;
    padding: 20px;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset; */
}

.card-effects .card img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 800;
    pointer-events: none;
    opacity: 0.5;

}

.card-effects span {
    /* top: 75%; */
}

.card-effects .card .content h3 {
    font-size: 26px;
    padding-bottom: 10px;
}

.card-effects .card .content p {
    font-size: 19px;
    line-height: 25px;
}

.card-effects .card .content {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.card-effects .card:hover .content {
    transform: translateY(50%);
    opacity: 1;
}

.card-effects .card img {
    opacity: 1;
}

.card-effects .card:hover img {
    opacity: 0.3;
}

/* .card-effects
.cardBox::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 150%;
  background: #40E0D0;
background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 5s linear infinite;
} */
/* 
@keyframes glowing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} */


/* For mobile screens */
@media only screen and (max-width: 767px) {
    .card-effects .card {
        position: relative;
        background: none;
        /* Remove the black background */
    }

    /* Add black overlay */
    .card-effects .card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        /* Black overlay with 70% opacity */
        z-index: 1;
    }

    /* Ensure content is above the overlay */
    .card-effects .card .content {
        position: relative;
        z-index: 2;
        opacity: 1 !important;
        /* Ensure text is visible */
        transform: none !important;
        /* Ensure text is properly displayed */
        color: #ffffff;
    }

    /* Optionally adjust the image opacity */
    .card-effects .card img {
        opacity: 0.5;
        /* Dim the image */
    }
}


/* ============================================================================================================================ */
/* ============================================================================================================================ */


/* ============================================================================================================================ */

/* ======================testimonials=============== */
@media only screen and (max-width:767px) {
    .testimonials_container h2 {
        font-size: 25px !important;
    }

    .testimonials_container {
        position: relative;
        z-index: 999;
        padding: 15px 10px !important;
    }

    .swiper-button-next_client,
    .swiper-rtl .swiper-button-prev_client {
        /* top: 20% !important; */
    }
}


/* <!-- ===========================2nd Testimonials============================================================= --> */

.second_testimonial .swiper-pagination_1 {
    margin: auto;
    padding-top: 20px;
    color: var(--primarycolor) !important;
}

/* .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{ */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    opacity: var(--bg, 0.5);
}

.swiper-pagination-bullets-dynamic {
    /* overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important; */
}

.swiper-pagination-bullet {
    background-color: var(--primarycolor) !important;

}

.testimonials_container {
    background-color: #000;
    padding: 90px 0px 90px 0px;
}



.second_testimonial .left_second_testi {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.second_testimonial .card {
    border: none;
}

.second_testimonial .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0) !important;
}


.second_testimonial .card {
    box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
    border: 1px solid rgb(239 239 239 / 30%);
    border: 1;
    color: black;
}

.second_testimonial .swiper-slide img {
    border-radius: 10px;
}

.second_testimonial .card-body {
    flex: 1 1 auto;
    padding: 2.5rem;
    color: var(--bs-card-color);
}

.second_testimonial blockquote.icon {
    position: relative;
    border: 0;
    padding: 0;
}

.second_testimonial .mb-0 {
    margin-bottom: 0 !important;
}

.second_testimonial blockquote p {
    font-size: 17px;
}

.second_testimonial blockquote {
    border-left: 0.15rem solid var(--bs-primary);
    padding-left: 1rem;
    font-size: .50rem !important;
    line-height: 1.7;
    /* font-weight: 500; */
}

.second_testimonial blockquote {
    margin: 0 0 1rem;
}

.second_testimonial blockquote.icon:before {
    content: "\201d";
    position: absolute;
    top: -3.5rem;
    left: 6.1rem;
    color: var(--primarycolor);
    font-size: 7rem;
    line-height: 1;
    z-index: 1;
}

.second_testimonial .blockquote-details {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}
.second_testimonial .slide-container .info h4 {
    color: var(--primarycolor ) ;
    font-size: 20px ;
}
@media only screen and (max-width:768px) {

    .second_testimonial .info h4 {
        font-size: 17px;
    }
}


/* <!-- ===========================2nd Testimonials============================================================= --> */




/* ======================testimonials=============== */
/* ============================================================================================================================ */


/* ============================================================================================================================ */


/* ========================CLIENTS================= */

/* =============================4th client===================== */


.fourth_client .swiper-backface-hidden .swiper-slide {
    padding: 22px;
}

@media only screen and (max-width:768px) {

    .fourth_client .swiper-backface-hidden .swiper-slide {
        padding: 10px;
    }
}

.fourth_client .card-slide a img:hover {
    filter: grayscale(100%);
}




/* ===============client arrows==================== */


@media only screen and (max-width:768px) {

    .fourth_client .swiper-backface-hidden .swiper-slide {
        padding: 18px;
    }

    .swiper-button-next_client {
        top: 68px !important;
    }

    .swiper-button-prev_client {
        top: 68px !important;
    }

}

.swiper-button-next_client:after,
.swiper-rtl .swiper-button-prev_client:after {
    content: 'next';
}

.swiper-button-next_client:after,
.swiper-button-prev_client:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 28px !important;
}

.swiper-button-next_client:after,
.swiper-rtl .swiper-button-prev_client:after {
    content: 'next';
}

.swiper-button-next_client:after,
.swiper-button-prev_client:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next_client:after,
.swiper-rtl .swiper-button-prev_client:after {
    content: 'next';
}

.swiper-button-next_client:after,
.swiper-button-prev_client:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 28px !important;
}



.swiper-button-prev_client:after,
.swiper-rtl .swiper-button-next_client:after {
    content: 'prev';
}

.swiper-button-next_client:after,
.swiper-button-prev_client:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev_client:after,
.swiper-rtl .swiper-button-next_client:after {
    content: 'prev';
}

.swiper-button-next_client:after,
.swiper-button-prev_client:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: var(--primarycolor);
    font-size: 18px;
}

.swiper-button-prev_client:after,
.swiper-rtl .swiper-button-next_client:after {
    content: 'prev';
    color: var(--primarycolor);
    font-size: 18px;
}





.swiper-button-next_client,
.swiper-rtl .swiper-button-prev_client {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next_client,
.swiper-rtl .swiper-button-prev_client {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next_client,
.swiper-button-prev_client {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.swiper-button-prev_client {
    left: 0px !important;
    /* left: auto !important; */

}

.swiper-button-next_client,
.swiper-button-prev_client {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next_client,
.swiper-rtl .swiper-button-prev_client {
    right: 0px;
    left: auto;

}

.swiper-button-next_client,
.swiper-button-prev_client {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color) !important;

}


/* Make the inactive bullets white */
.swiper-pagination_1 .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255) !important;
    /* Change this to the desired inactive color */
    opacity: 0.5 !important;
    /* Adjust opacity if needed */
}

/* Optionally, customize the active bullet */
.swiper-pagination_1 .swiper-pagination-bullet-active {
    background-color: #ff0000 !important;
    /* Set the active bullet color */
    opacity: 1 !important;
    /* Ensure active bullet is fully visible */
}


/* ===============client arrows==================== */

/* =============================4th client===================== */

/* ========================CLIENTS================= */


/* ============================================================================================================================ */



/* ============================================================================================================================ */
/* ============================================================================================================================ */


/* =====================FOOTER================== */

.footer-links ol,
ul {
    padding: 0px !important;

}

.footer-links ul a:hover {

    color: var(--primarycolor);
}

.footer-links ul a i {
    color: var(--primarycolor);
    margin-right: 10px;
}

.footer-links ul a {
    text-decoration: none;
    color: var(--whitecolor);
    font-weight: 500;
}

.footer-links li {
    margin-bottom: 8px;
}
.footer-links h4{
    font-size: 20px;
}

.footer-section-for-all {
    background-color: #000;
    /* padding: 40px 0px 0px 0px; */
}

.footer-first-box a:hover span {
    color: #fff !important;
}

.footer-first-box a:hover {
    color: var(--primarycolor) !important;
}

.footer-first-box a {
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    color: #fff;

}

.footer-first-box a span {
    color: var(--primarycolor);
}

.footer-detals-box p {
    color: var(--whitecolor);
    /* font-size: 19px; */
    margin-left: 15px;
}

.footer-detals-box p a {
    color: var(--whitecolor);
    text-decoration: none;
}

.footer-detals-box h4 {
    color: var(--whitecolor);
    font-size: 19px;
    margin-left: 15px;
    font-weight: 800;
}

.footer-detals-box i {
    font-size: 35px;
    color: var(--primarycolor);
}

@media only screen and (max-width:768px) {
    .footer-detals-box i {
        font-size: 30px;
    }
}



/* =====================FOOTER================== */




/* ============================================================================================================================ */
/* ============================================================================================================================ */








/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* =====SIDEBAR SECTION=========== */

.sidebar_nav {
    list-style-type: none;
    /* background-color: rgb(241, 241, 241); */
    position: sticky;
    top: 105px;
    margin-top: 20px;

}

.sidebar_nav ul {
    /* background-color: #d9d7d9;
    border-radius: 7px; */
    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 {
    background-color: var(--white-color);
    padding: 15px 0px 8px 15px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "monR", Arial, sans-serif;
    /* text-align: end; */
    color: var(--primarycolor);
}

.sidebar_nav a i {
    margin-right: 10px;
    color: var(--primarycolor);
}

.sidebar_nav a:hover {
    color: var(--primarycolor) !important;
}

.sidebar_nav a {
    text-decoration: none;
    /* width: 100%; */
    color: rgb(0 0 0) !important;
    font-size: 15px;
    /* font-family: 'Montserrat'; */
    /* text-transform: uppercase; */
    font-weight: 500;
}

.sidebar_nav li {
    /* background-color: #46C254; */
    padding: 12px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgb(235, 235, 235);
}

.sidebar_nav ol,
ul {
    padding-left: 0;
}

.sidebar_nav {
    /* padding: 10px; */
    /* position: fixed; */
    background-attachment: fixed;

}

.sidebar_nav a:hover li {
    background-color: #C31C2D !important;
    color: #fff !important;
    /* transition-delay: 0.3ms; */
    /* opacity: 1; */


}

.sidebar_nav li a.active {
    /* color: red; */
}

.sidebar_nav a,
.sidebar_nav a li :focus {
    /* background-color: aqua; */
}

/* .sidebar_nav a li::after{
    content: "\f105";
    font-family: "fontAwesome";
    line-height: 18px;
    position: relative;
    float: right;
    font-size: 10px; 
  } */
.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: 0px;
    bottom: 0px;
    width: 50%;
    height: 2px;
    background: rgb(0, 0, 0);
}

.side_bar_head_1::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 10%;
    height: 2px;
    background: #C31C2D;
}

/* =====SIDEBAR SECTION=========== */

/* ==================RIGHT SIDE CONTENT============= */
.right_content_product h5 {
    font-size: 16px !important;
}

@media only screen and (max-width:768px) {
    .right_content_product h3 {
        font-size: 19px !important;
    }

    .right_content_product h5 {
        font-size: 14px !important;
    }
}

.right_content_product h3 {
    font-size: 25px;
    font-weight: 500;
    /* font-family: 'Montserrat'; */
    /* padding: 20px 0px; */
    text-transform: uppercase;
}

.right_content_product p {
    text-align: justify;
    font-size: 17px !important;
}

.product_section_for p {
    /* font-family: 'Poppins'; */
    /* font-size: 16px; */
    color: #000000;
    /* padding: 20px 0px; */
    /* text-align: justify; */
}

.product_section_for {
    padding: 50px 0px;
}

.design-service-box h4 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.design-service-box p {
    text-align: start;
}

/* ==================RIGHT SIDE CONTENT============= */




/* ========HEADING LINE===================================== */

.heading_line {
    position: relative;
}

.heading_line span {
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}

.heading_line span:after {
    /* content: "";
    right: auto;
    left: 69px;
    position: absolute;
    bottom: 3px;
    width: 20px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: var(--whitecolor);
    border-bottom-style: solid; */
}

.heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 3px;
    width: 59px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #C31C2D;
}

/* ========HEADING LINE===================================== */
@media only screen and (max-width:768px) {

    .cont-ser .email-media a {
        font-size: 14px !important;
    }

    .service-cont-box {
        padding: 15px !important;
    }
}

.right-box-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-ser {
    display: flex;
    align-items: center;
}

.cont-ser h6 {
    margin-left: 15px;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.cont-ser h6 a {
    color: #ffffff !important;
    text-transform: lowercase;
    font-size: 18px;
}

.service-cont-box p {
    font-size: 21px;
    color: #fff !important;
}

.service-cont-box h5 {
    color: #ffff;
    font-size: 25px;
}

.service-cont-box {
    background-image: url(./images/cutmer-care-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border: 1px solid black; */
    padding: 50px 40px 45px 30px;
    background-color: #d9d7d9;
    /* border-radius: 7px; */
}

/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */






/* ==========================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 .container {
    display: table;
    height: 100%;
}

.banner-title-name h2 {
    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;
}

.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: 240px;
    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(180deg, rgba(0, 0, 0, 0.9697128851540616) 26%, rgba(27, 26, 26, 0.9725140056022409) 100%) !important;
}

.overlay-wraper {
    position: relative;
}

.wt-breadcrumb a:hover {
    color: var(--paragcolor);
}

.wt-breadcrumb i {
    margin: 0px 10px;
}




/* =======================Banner Section======================== */


/* ==========================SUB BANNER SECTION================================ */



/* ================================================================================================= */

.about-core-value span {
    font-size: 20px;
    font-weight: 600;
}

.about-core-value img {
    margin-right: 15px;
}

.about-core-value h4 {
    color: var(--primarycolor);
    font-weight: 800;
}

.about-core-value li {
    font-size: 17px;
}


.machine-list-box {
    border: 1px solid black;
    padding: 30px;
    margin-bottom: 15px;
}

.machine-list-cont h4 {
    color: var(--primarycolor);
    font-weight: 600;
}

.machine-list-cont li {
    font-size: 17px;
}

/* =============================== MACHINE LIST=================================== */
.services-section .card .icon {
    width: 100px;
    height: 100px;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 38px;
    border-radius: 50%;
    color: #007bff;
    border: 5px solid #BE1622;
    margin: -80px auto 0;
    transition: transform 1s;
}

.services-section .card span {
    font-weight: 700;
}

.services-section .card {
    border: 1px solid #BE1622;
}

.services-section .card h2 {
    height: 35px;
    width: 70%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin: 25px auto;
    position: relative;
    background: #fff;
    line-height: 35px;
}



.services-section .card p {
    font-size: 16px;
    margin: 35px 20px;
}


.services-section .card:hover .icon {
    transform: rotate(360deg);

}

/* =============================== MACHINE LIST=================================== */

/* ================================================================================================= */




/* =============================================================================================== */
/* =============================================================================================== */
/* =============================================================================================== */
/* =====================CONTACT PAGE======================================== */





/* =======CONTACT DEATILS============ */
.form-group {
    padding-bottom: 20px !important;
}
.penta_contact_left ol,
ul {
    padding-left: 0rem !important; 
    font-size: 19px ;
}

.penta_contact_left {
    /* background-color: #f6f6f6; */
    /* padding: 30px 10px 24px 30px; */
    color: rgb(0, 0, 0);
    /* border-radius: 10px ; */
}

.social_back {
    /* background-color: #f6f6f6; */
    /* padding: 3px 16px 13px 16px ; */
}

.penta_contact_left h3 {
    font-size: 30px;
    /* padding: 20px 0px; */
    padding-top: 5px;
}

.penta_contact_left li {
    list-style-type: none;
}

.penta_contact_left a {
    text-decoration: none;
    color: black;
}

.penta_contact_left a:hover {
    text-decoration: none;
    color: black;
}

.penta_contact_left h4 {
    margin-top: 20px;
    color: #000000;
}

.penta_contact_left .social_media {
    /* width: 35%; */
    font-size: 20px;
}

.penta_home_contact h3 {
    font-size: 30px;
    font-weight: 600;
}

.for_only_radious {
    /* border-bottom: 1px solid rgb(228 228 228); */
    padding-bottom: 20px;
    ;
}

/* .separator::after{
        position: absolute;
        content: '';
        left: 0px;
        bottom: 2px;
        width: 25px;
        height: 4px;
        background-color: #ff0006;
    }
    .separator::before{
      position: absolute;
      content: '';
      left: 0px;
      bottom: 0px;
      width: 75px;
      height: 2px;
      background-color: #ff0006;
    } */
/* ===========CONTACT DEATILS============= */
/* ==========FORM======================== */
.form_left {
    /* background-color: rgba(0, 0, 0, 0.068); */
    padding: 10px;
    border-radius: 10px;

    /* background-color: #f6f6f6; */
}

.form_left h3 {
    /* margin: 20px 0px; */
    font-size: 30px;
    color: var(--primary-color);
    font-family: lato;

}

.form_right iframe {
    width: 100%;
    height: 300px;
}

.form_right h2 {
    margin: 23px 0px;
    font-size: 30px;
}

.form_left {
    padding-bottom: 25px;
}

.form_btn {
    display: flex;
    justify-content: flex-end;
}

.form_head_p p {
    font-size: 20px;
    padding: 0px 20px;
}

.form_left .seven_hero_sec_btn:hover{
    background-color: #000000;
}
.form_left .seven_hero_sec_btn {
    background-color: #C31C2D;
    padding: 10px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff !important;
    border-radius: 30px;
    width: 30%;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}

.for-first-cont {
    /* background-color: #ededed; */
    /* padding: 20px !important; */
}

.for-first-cont_1 {
    /* background-color: #ededed; */
    /* padding: 20px !important; */
}
.for-first-cont_1 i{
    margin-top: 7px;
}
.for-first-cont_1 h4{
    color: var(--primarycolor);
    font-weight: 500;
font-size: 23px;
}
.for-first-cont_1 li .adres-cont{
    margin-left: 10px;
}
.for-first-cont h4{
    color: var(--primarycolor);
    font-weight: 500;
font-size: 23px;

}
.for-first-cont i{
    margin-right: 10px;
}
/* =========================FORM============ */
/* ========================================================================================== */
/* ========================================================================================== */



/* =============================================================================================== */
/* =============================================================================================== */
/* =============================================================================================== */
/* =====================CONTACT PAGE======================================== */