@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* :root {
    --spacing-base: 4px;
} */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
    font-family: 'Poppins', sans-serif !important;
}

.padding-top {
    padding-top: 100px;
}

@media only screen and (max-width: 720px) {
    .padding-top {
        padding-top: 50px;
    }
}

.navbar {
    background-color: #ffffff;
    color: #000;
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 10px;
}

.navbar .nav-link button {
    background-color: #D9D9D9;
    padding: 10px 35px;
    border: none;
    color: #000;
    font-weight: 500;
    margin-left: 50px;
}

.navbar .navbar-brand img {
    width: auto;
    height: 45px;
    object-fit: contain;
}

@media only screen and (max-width: 980px) {
    .navbar .nav-link button {
        background-color: #D9D9D9;
        padding: 10px 35px;
        border: none;
        color: #000;
        font-weight: 500;
        margin-left: 0px;
    }
}

/*********************************************************************** Section-1-all ************************************************************************/
#section-1 .wrapper {
    position: relative;
}

#section-1 .wrapper img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#section-1 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 99 !important;
}

/* #section-1 .bg-color {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.5);
} */

#section-1 .text-wrapper h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 48px;
}

#section-1 .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 760px) {
    #section-1 .text-wrapper {
        position: absolute;
        top: 50%;
        left: 10%;
        z-index: 99 !important;
    }

    #section-1 .text-wrapper h1 {
        color: #ffffff;
        font-weight: 600;
        font-size: 30px;
    }
}

/*********************************************************************** Section-1 ************************************************************************/
/* #home .section-1 .wrapper {
    position: relative;
}

#home .section-1 .wrapper img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    object-position: center;
}

#home .section-1 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 20%;
}

#home .section-1 .text-wrapper h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 48px;
}

#home .section-2 h3 {
    font-size: 24px;
} */
#home .section-1 .swiper .wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
}

#home .section-1 .swiper .wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#home .section-1 .swiper .text-wrapper {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 55%;
    color: #ffffff;
}

#home .section-1 .swiper .text-wrapper h6 {
    font-size: 18px;
    line-height: 22px;
}

#home .section-1 .swiper .text-wrapper h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
}

#home .section-1 .swiper .text-wrapper button {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    border: 1px solid #ffffff;
}

#home .section-1 .swiper .text-wrapper button:hover {
    /* border: none; */
    color: #ffffff;
    background-color: transparent;
}

#home .section-1 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 15%;
    bottom: 30px;
    transform: translateX(-50%);
    white-space: nowrap;
}

#home .section-1 .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

#home .section-1 .swiper-pagination-bullet {
    background-color: #ffffff;
    height: 15px;
    width: 15px;
}

#home .section-1 .image-wrapper img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
    /* position: relative; */
}

#home .section-1 .side-text {
    background-color: #000;
    color: #ffffff;
    height: 30vh;
    padding: 40px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

#home .section-1 .side-text h6 {
    font-size: 18px;
    line-height: 24px;
}

#home .section-1 .side-text h2 {
    font-size: 26px;
    line-height: 20px;
}

#home .section-1 .side-text button {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    border: 1px solid #ffffff;
}

/* #home .section-1 .image-wrapper {
    position: relative;
}

#home .section-1 .arrow{
    position: absolute;
    z-index: 999 !important;
    content: "";
    bottom: 0;
    left: 50%;
    height: 50px;
    width: 50px;
    color: #000;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
} */

@media only screen and (max-width: 1200px) {
    #home .section-1 .swiper .text-wrapper h1 {
        font-size: 40px;
        line-height: 50px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 990px) {
    #home .section-1 .swiper .wrapper {
        position: relative;
        height: 60vh;
        width: 100%;
    }

    #home .section-1 .swiper .text-wrapper h6 {
        font-size: 18px;
        line-height: 22px;
    }

    #home .section-1 .swiper .text-wrapper h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    #home .section-1 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
    .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 15%;
        bottom: 20px;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    #home .section-1 .image-wrapper img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 680px) {
    #home .section-1 .swiper .wrapper {
        height: 50vh;
    }

    #home .section-1 .swiper .text-wrapper {
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 90%;
        color: #ffffff;
    }

    /* 
    #home .section-1 .swiper .text-wrapper h6 {
        font-size: 18px;
        line-height: 22px;
    } */

    #home .section-1 .swiper .text-wrapper h1 {
        font-size: 26px;
        line-height: 35px;
        font-weight: 600;
    }

    #home .section-1 .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
    .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        left: 15%;
        bottom: 10px;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    #home .section-1 .image-wrapper img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    #home .section-1 .swiper-pagination-bullet {
        background-color: #ffffff;
        height: 10px;
        width: 10px;
    }

}

/*********************************************************************** Section-2 ************************************************************************/
#home .section-2 h2 {
    font-size: 32px;
    text-align: center;
}

#home .section-2 h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 20px;
}

#home .section-2 p {
    font-size: 18px;
    margin-top: 30px;
}



/*********************************************************************** Section-4 ************************************************************************/
#home .section-4 .bg-color {
    background-color: #727271;
}

#home .section-4 .text-wrapper {
    width: 70%;
}

#home .section-4 .text-wrapper button {
    background-color: #000;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #000;
}

#home .section-4 .text-wrapper button:hover {
    background-color: transparent;
    color: #000;
}

#home .section-4 img {
    height: 420px;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1600px) {
    #home .section-4 img {
        height: 500px;
        width: 100%;
        object-fit: cover;
    }

    #home .section-4 .text-wrapper {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    #home .section-4 .text-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    #home .section-4 img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
}


/*********************************************************************** Section-5 ************************************************************************/
/* #home .section-5 .wrapper {
    height: 550px;
    width: 100%;
    position: relative;
}

#home .section-5 .wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#home .section-5 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#home .section-5 .text-wrapper h5 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
}

#home .section-5 .text-wrapper button {
    margin-top: 30px;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 50px;
    color: #ffffff;
}

#home .section-5 .text-wrapper button:hover {
    background-color: #ffffff;
    color: #000;
}

#home .section-5 .bg-color {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
} */
#home .section-5 {
    position: relative;
}

#home .section-5 .swiper {
    width: 70%;
    height: 100%;
    position: static !important;
}

#home .section-5 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .section-5 .swiper-slide .product {
    width: 100%;
}

#home .section-5 .swiper-slide .product:hover {
    transition: box-shadow 0.5s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#home .section-5 .swiper-slide .product .product-card img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#home .section-5 .product-card {
    border: 1px solid #f1f1f1;
}

#home .section-5 .product-card-text {
    padding: 30px 20px;
}

#home .section-5 .product-card-text h5 {
    font-size: 26px;
}

#home .section-5 .product-card-text button {
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
    padding: 10px 20px;
}

#home .section-5 .swiper-button-next {
    right: 10%;
    top: 60% !important;
    color: #000;
}


#home .section-5 .swiper-button-prev {
    left: 10%;
    top: 60% !important;
    color: #000;
}

#home .section-5 .swiper-button-next::before,
#home .section-5 .swiper-button-prev::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    border: 1px solid #000;
}

@media only screen and (max-width: 1100px) {
    #home .section-5 .swiper {
        width: 80%;
        height: 100%;
        position: static !important;
    }

    #home .section-5 .swiper-button-next {
        right: 10%;
        top: 65% !important;
        color: #000;
    }


    #home .section-5 .swiper-button-prev {
        left: 10%;
        top: 65% !important;
        color: #000;
    }
}


/*********************************************************************** About ************************************************************************/
#about p {
    font-size: 18px;
}

/*********************************************************************** Section-3 ************************************************************************/
#about .section-3 img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

#about .section-3 .text-wrapper h2 {
    font-size: 26px;
    line-height: 35px;
}

#about .section-3 .text-wrapper p {
    /* margin-top: 30px; */
    font-size: 18px;
}

#about .section-3 .text-wrapper h6 {
    margin-top: 30px;
    font-size: 22px;
}

@media only screen and (max-width: 980px) {
    #about .section-3 img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
}

/*********************************************************************** Section-4 ************************************************************************/
#about .section-4 .wrapper img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

#about .section-4 h6 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}

#about .section-4 p {
    margin-top: 20px;
}

/*********************************************************************** Products ************************************************************************/
#product_section .image-wrapper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}

#product_section .image-wrapper {
    overflow: hidden;
}

#product_section .image-wrapper:hover img {
    transform: scale(1.2);
}

#product_section .wrapper {
    position: relative;
}

#product_section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

#product_section .wrapper:hover .overlay {
    height: 100%;
}

#product_section .icon {
    color: white;
    font-size: 20px;
    position: absolute;
    background-color: #000;
    padding: 20px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#product_section .icon:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

#product_section .icon i {
    color: #fff;
    font-size: 24px;
}

#product_section button {
    background-color: #000;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #000;
}

#product_section button:hover {
    background-color: transparent;
    color: #000;
}

#product_section p {
    font-size: 18px;
}

/*********************************************************************** Media ************************************************************************/
#media .section-2 .image-wrapper {
    position: relative;
}

#media .section-2 .image-wrapper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#media .section-2 .image-wrapper .bg-shadow {
    opacity: 0;
    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* contain: ""; */
    position: absolute;
    top: 0;
}

#media .section-2 .image-wrapper:hover .bg-shadow {
    opacity: 1;
}

#media .section-2 .text-wrapper {
    background-color: #000;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

#media .section-2 .text-wrapper h6 {
    font-size: 26px;
}

/*********************************************************************** Contact ************************************************************************/
#contact .section-2 .contact-wrapper {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background-color: #f5f5f5;
    padding: 50px;
}

/* #contact .section-2 .border-right {
    position: relative;
}

#contact .section-2 .border-right::after {
    content: "";
    right: 0;
    top: 0;
    height: 400px;
    position: absolute;
    border-right: 1px solid #000;
}

#contact .section-2 .text-wrapper h6 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 40px;
}

#contact .section-2 .text-wrapper i {
    margin-right: 10px;
}

#contact .section-2 .text-wrapper a {
    text-decoration: none;
    color: #000;
} */

/* #contact .section-2 .contact-form .form-group {
    margin-bottom: 30px;
} */

#contact .section-2 .contact-form .form-control {
    /* border-color: #000; */
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ffffff;
}

#contact .section-2 .contact-form button {
    background-color: #000;
    padding: 10px 30px;
    border: 1px solid #000;
    color: #ffffff;
    border-radius: 30px;
}

#contact .section-2 .contact-form button:hover {
    background-color: transparent;
    color: #000;
}

@media only screen and (max-width: 760px) {
    #contact .section-2 .contact-wrapper {
        padding: 20px;
    }
}

/* #contact .section-2 .contact-form label {
    margin-bottom: 10px;
    font-weight: 500;
} */


/*********************************************************************** Blogs ************************************************************************/
#blogs .section-2 .blog-card {
    padding: 20px;
}

#blogs .section-2 .image-wrapper {
    overflow: hidden;
}

#blogs .section-2 .image-wrapper:hover img {
    transform: scale(1.2);
}

#blogs .section-2 .blog-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}

#blogs .section-2 .blog-card-text {
    padding: 20px 0px;
}

#blogs .section-2 .blog-card-text h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

#blogs .section-2 .blog-card-text h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    font-style: italic;
}

#blogs .section-2 .blog-card-text button {
    background-color: #000;
    border: 1px solid #000;
    padding: 10px 30px;
    color: #ffffff;
    margin-top: 10px;
}

#blogs .section-2 .blog-card-text button:hover {
    background-color: transparent;
    color: #000;
}

@media only screen and (max-width: 1024px) {
    #blogs .section-2 .border-md {
        border: 2px solid #f5f5f5 !important;
    }
}

@media only screen and (max-width: 480px) {
    #blogs .section-2 .blog-card-text h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        font-style: italic;
    }

    #blogs .section-2 .blog-card {
        padding: 0px;
    }

    #blogs .section-2 .blog-card-text {
        padding: 20px 20px;
    }

}

/*********************************************************************** Blog-inside ************************************************************************/
#blog-inside .section-2 p {
    color: #595d62;
    font-size: 1.25rem;
    line-height: 33px;
    margin-top: 20px;
}

#blog-inside .section-2 h2 {
    font-size: 30px;
    line-height: 40px;
    color: #131314;
    font-weight: 500;
    margin-top: 30px;
}

#blog-inside .section-2 ol {
    list-style-type: none;
}

#blog-inside .section-2 ol li h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

#blog-inside .section-2 .table-of-content {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px 20px;
    border-radius: 5px;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    /* margin-left: 30px; */
}

#blog-inside .section-2 .table-of-content ol li,
#blog-inside .section-2 .table-of-content ol li a {
    font-size: 18px;
    color: #595d62;
    line-height: 28px;
    text-decoration: none;
    /* list-style-type:decimal; */
}



@media only screen and (max-width: 780px) {
    #blog-inside .section-2 h1 {
        font-size: 34px;
        line-height: 40px;

    }

    #blog-inside .section-2 h2 {
        font-size: 26px;
        line-height: 35px;
        color: #131314;
        font-weight: 500;
        margin-top: 40px;
    }

    #blog-inside .section-2 .col-xl-4 {
        float: left !important;
    }
}

@media only screen and (max-width: 480px) {
    #blog-inside .section-2 p {
        color: #595d62;
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }

    #blog-inside .section-2 h2 {
        font-size: 26px;
        line-height: 38px;
        color: #131314;
        font-weight: 500;
        margin-top: 20px;
    }

    #blog-inside .section-2 ol {
        padding-left: 0px;
    }
}

/*********************************************************************** download ************************************************************************/
#download .section-2 p {
    font-size: 18px;
}

#download .section-2 .ecatalogue_card {
    transition: 0.5s ease-in-out;
}

#download .section-2 .ecatalogue_card .ecatalogue_img {
    height: 500px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    background-color: #f8f8f8;
}

#download .section-2 .ecatalogue_card .ecatalogue_img img {
    height: 100%;
    overflow: hidden;
    width: 100%;
    object-fit: contain;
    padding: 20px;
    object-position: center;
    position: relative;
    transition: 0.5s ease-in-out;
}

#download .section-2 .ecatalogue_card:hover img {
    cursor: pointer;
    transform: scale(1.1);
}



/* #download .section-2 .ecatalogue_card .ecatalogue_name2 {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
} */

#download .section-2 .ecatalogue_card .ecatalogue_name2 p {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    background-color: #000;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}


.testimonials-section .c-card-testimonial .c-card-testimonial__profile {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .testimonials-section .c-card-testimonial .c-card-testimonial__profile {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .testimonials-section .c-card-testimonial .c-card-testimonial__profile {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .testimonials-section .c-card-testimonial .c-card-testimonial__profile {
        height: 270px;
    }
}

.testimonials-section .c-card-testimonial .c-card-testimonial__profile .c-card-testimonial__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.testimonials-section .c-card-testimonial .c-card-testimonial__description {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .testimonials-section .c-card-testimonial .c-card-testimonial__description {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .testimonials-section .c-card-testimonial .c-card-testimonial__description {
        padding: 0;
    }
}

.c-card-testimonial .c-card-testimonial__description>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 400ms;
}

.c-card-testimonial .c-card-testimonial__description .c-card-testimonial__job {
    color: #7b7992;
}

.c-card-testimonial .c-card-testimonial__description .c-card-testimonial__author {
    margin: 4px 0px 20px;
    color: #0d0925;
    font-size: 24px;
    font-weight: 700;
}

.c-card-testimonial .c-card-testimonial__description .c-card-testimonial__excerpt {
    margin-bottom: 30px;
    color: #4e4a67;
    line-height: 1.5em;
}

.c-card-testimonial .c-card-testimonial__description .c-card-testimonial__link {
    display: inline-flex;
    justify-content: center;
    padding: 16px 32px;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    letter-spacing: 1px;
    box-shadow: rgba(255, 54, 110, 0.2) 0px 0px 5px 0px,
        rgba(255, 54, 110, 0.4) 0px 3px 20px 0px,
        rgba(255, 54, 110, 0.3) 0px 10px 28px 0px;
    text-transform: uppercase;
}

@media screen and (max-width: 576px) {
    .c-card-testimonial .c-card-testimonial__description .c-card-testimonial__link {
        width: 100%;
    }
}

.c-testimonials {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 32px;
    border-radius: 25px;
    height: 400px;
    background-color: #fff;
    transition: all 300ms;
}

@media screen and (max-width: 992px) {
    .c-testimonials {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .c-testimonials {
        min-height: 500px;
        height: auto;
        margin: 180px auto 0px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .c-testimonials {
        height: 350px;
    }
}

.c-testimonials .c-testimonials__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .c-testimonials .c-testimonials__item {
        flex-direction: column;
    }
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__profile .c-card-testimonial__image {
    opacity: 1;
    transition-delay: 300ms;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>* {
    opacity: 1;
    transform: none;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(1) {
    transition-delay: 0.3s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(2) {
    transition-delay: 0.4s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(3) {
    transition-delay: 0.5s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(4) {
    transition-delay: 0.6s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(5) {
    transition-delay: 0.7s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(6) {
    transition-delay: 0.8s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(7) {
    transition-delay: 0.9s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(8) {
    transition-delay: 1s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(9) {
    transition-delay: 1.1s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(10) {
    transition-delay: 1.2s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(11) {
    transition-delay: 1.3s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(12) {
    transition-delay: 1.4s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(13) {
    transition-delay: 1.5s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(14) {
    transition-delay: 1.6s;
}

.c-testimonials .c-testimonials__item.swiper-slide-active .c-card-testimonial__description>*:nth-child(15) {
    transition-delay: 1.7s;
}

.c-testimonials .c-testimonials__pagination {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto !important;
    left: auto !important;
    width: 11px !important;
    text-align: center;
    z-index: 21;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .c-testimonials .c-testimonials__pagination {
        top: 205px;
        left: 50% !important;
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-50%);
    }
}

.c-testimonials .c-testimonials__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .c-testimonials .c-testimonials__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.c-testimonials .c-testimonials__arrows {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .c-testimonials .c-testimonials__arrows {
        justify-content: flex-end;
    }
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev {
    position: relative;
    margin-left: 8px;
    cursor: pointer;
    outline: 0;
    border: 0;
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    transition: color 300ms ease;
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next::before,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: #fff;
    transition: all 250ms ease;
}

.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-next:hover::before,
.c-testimonials .c-testimonials__arrows .c-testimonials__arrow-prev:hover::before {
    left: 0;
    right: 0;
}

.testimonials-section .swiper-container-horizontal>.swiper-pagination-bullets,
.testimonials-section .swiper-container-horizontal .swiper-pagination-custom,
.testimonials-section .swiper-container-horizontal .swiper-pagination-fraction {
    bottom: 12px;
    left: 0;
    width: 100%;
}

.testimonials-section .swiper-horizontal>.swiper-pagination-bullets,
.testimonials-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.testimonials-section .swiper-pagination-custom,
.testimonials-section .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: 50%;
    left: 0;
    width: 100%;
}

.testimonials-section .swiper-pagination-bullet {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #4e4a67;
    transition: all 0.3s;
}

.testimonials-section .swiper-pagination-bullet-active {
    height: calc(11px * 3);
    background: #000;
}

@media screen and (max-width: 768px) {
    .testimonials-section .swiper-pagination-bullet-active {
        height: 11px;
        width: calc(11px * 3);
    }

    .testimonials-section .swiper-pagination-bullets.swiper-pagination-horizontal,
    .testimonials-section .swiper-pagination-custom,
    .testimonials-section .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 8px);
        top: 94%;
        left: 0;
        width: 100%;
    }

}



/* .faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
} */

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #000;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: #D9D9D9;
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 14px;
    /* float: left; */
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

/*********************************************************************** footer ************************************************************************/

footer .bg-color {
    /* background-color: #727271; */
    background-color: #000;
    padding: 80px 0px;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
}

footer img {
    height: 90px;
    width: auto;
    object-fit: cover;
}

footer p,
span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

footer .social-media {
    background-color: #ffffff;
    padding: 12px;
}

footer .social-media i {
    font-size: 12px;
    padding: 12px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #727271;
}

@media only screen and (max-width: 800px) {
    footer .bg-color {
        background-color: #727271;
        padding: 30px 0px;
    }
}