@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400&family=Rubik:wght@400;500;600;700&family=Sen:wght@400;500;700&display=swap');



*, p {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

/* navbar */
.fixed-top{
     z-index: 9999 !important;
}

.navbar .navbar-brand {
    font-size: 30px;
}

.navbar .nav-item {
    padding: 10px 20px 10px 0;
    width: max-content;
}

.navbar .nav-link {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.fa-bars {
    color: #E27343;
    font-size: 16px;
}

 .navbar .active{
    color: #E27343 !important;
}

.navbar .active::after {
    content: "";
    max-width: 100%;
    height: 1px;
    background-color: #E27343;
    left: 0;
    position: relative;
    display: block;
    /* top: 3px; */
}

/* main */

.main{
    margin-top: 90px;
}

/* slider */

.main-slide div {
    /* background-image: url('images/slider.jpg') !important; */
    /* width: 100%; */
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slide .carousel-item{
    height: 100%;
}

.slide_content {
    color: #000;
    font-family: Rubik;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110.25%;
    padding: 120px 0px 0px 0px;
    text-align: left;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}



.carousel-indicators .active {
    background-color: black !important;
     transform: scale(1.3); /* Adjust the scale factor as needed */
    transition: transform 0.3s ease;
}

.slide_content span {
    color: #E27343;
}

.carousel-indicators {
    position: absolute;
    /* right: -101px; */
    z-index: 15;
    display: -ms-flexbox !important;
    left: 95% !important;
    top: 0% !important;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    /* align-items: center; */
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
    width: fit-content !important;
}

.social-icon::before {
    content: "";
    width: 1px;
    height: 66px;
    background-color: #252525;
    left: 0;
    position: relative;
    display: block;
    /* top: 3px; */
}

.social-icon {
    position: absolute;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 60px;
    bottom: 0px;
}

.social-icon::after {
    content: "";
    width: 1px;
    height: 66px;
    background-color: #252525;
    left: 0;
    position: relative;
    display: block;
    /* top: 3px; */
}

.social-icon div {
    position: relative;
    border: 1px solid;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    text-align: center;
}

.social-icon a {
    color: #000;
    font-size: 16px !important;
}

/* slider end */

/* products */
.products-wrapper {
    padding: 30px 0px;
    text-align: center;
}

.title p {
    color: #000;
    font-family: Sen;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.25%;
    text-align: left;
    margin-bottom: 40px;
}

.title p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E27343;
    left: 47.5%;
    position: relative;
    display: block;
    top: 53px;
    text-align: center;
}
.title p.services::before{
    top: 52px;
}
.products-wrapper .title p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E27343;
    left: 48.5%;
    position: relative;
    display: block;
    top: 52px;
    text-align: center;
}

.title p.products::after {
    content: "";
    max-width: 105px;
    height: 1px;
    background-color: #E27343;
    left: 48.5%;
    position: relative;
    display: block;
    top: -6px;
}
.title p::after {
    content: "";
    max-width: 105px;
    height: 1px;
    background-color: #E27343;
    left: 47.5%;
    position: relative;
    display: block;
    top: -6px;
}

.product-image{
    height: 145px;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.product-image img {
    height: 100%;
    width: 100%;
}

.product-name p {
    color: #000;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.25%;
    /* 27.45px */
    text-align: left;
    padding-top: 6px;
}

.product {
    padding: 15px;
    border-radius: 10px;
    height: 260px;
    width: 300px;
    border: 1px solid #E27343;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    /* margin-bottom: 60px; */
}

.about-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
}

.product-list {
    margin-top: 30px;
}

.know_more a {
    color: #FFF;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.25%;
    /* 21.96px */
    border-radius: 6px;
    border: 1px solid #FFF;
    background: var(--dtc, #E27343);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
}

.youtube-link a {
    color: red !important;
    font-size: 20px;
}


/* services */

.services-wrapper {
    background: #F7F7F7;
    padding: 30px 0px;
    margin-top: 30px;
}

.roww {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.service-data, .service-data-1 {
    margin-bottom: 30px;
}

.service-title {
    color: #000;
    font-family: Sen;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    /* 41.175px */
}

.service-discription {
    color: #1D1D1D;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 14px;
    line-height: 137.25%;
    /* 21.96px */
}

.diamond-image {
    position: absolute;
    right: 0;
    margin-top: -82px;
}

.diamond-image img {
    height: 100%;
    width: 100%;
}

/* about us */

.about-us .title p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E27343;
    left: 12.5%;
    position: relative;
    display: block;
    top: 58px;
    text-align: center;
}

.about-us .title p::after {
    content: "";
    max-width: 135px;
    height: 1px;
    background-color: #E27343;
    left: 12.5%;
    position: relative;
    display: block;
    top: 0px;
}
.about-us {
    position: relative;
    z-index: 9998;
    margin-top: 50px;
}

.about-content {
    display: flex;
    padding: 20px 0px;
}
/* .about-content .image {
    position: relative;
    top: -80px;
} */

.about-content .image img{
    display: flex;
    justify-content: center;
}
.about-content .image img {
    /* width: 100%;
    height: 100%;
        object-fit: cover; */

    /* clip-path: polygon(75% 0, 100% 35%, 50% 100%, 0 35%, 25% 0); */
    /*clip-path: polygon(25% 0%, 75% 0%, 100% 30%, 50% 100%, 0 30%);*/
    /* clip-path: polygon(25% 0%, 75% 0%, 90% 30%, 50% 100%, 10% 30%); */
    width: 385px;
    height: 100%;
}

.about-discription {
    color: #000;
    text-align: justify;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    letter-spacing: 0.16px;
    /* padding: 40px; */

}

/* our values */

.our_values {
    background-image: url('images/value_back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px;
}

.our_mission, .our_vision {
    border: 1px solid #E27343;
    background: rgba(255, 255, 255, 0.21);
    padding: 35px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.our_mission h4, .our_vision h4 {
    color: #000;
    font-family: Sen;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.25%;
    /* 32.94px */
}

.our_mission p, .our_vision p {
    color: #000;
    text-align: justify;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    /* 21.96px */
}

.extra_content {
    background-image: url(images/Vector.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 90px;
    /* padding-top: 40px; */
    /* padding: 0 20px; */
}

.extra_content p span {
    font-weight: bold;
}

.extra_content p {
    color: #000;
    font-family: Sen;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
}

/* end main */

/* footer */

footer {
    margin-top: 30px;
    background-color: #ECECEC;
    padding: 50px 125px 80px 125px;
}

footer p {
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
}

.mobile_1 a, .mobile_2 a, .email a{
    color: #000 !important;
}

.mobile_1 a:hover, .mobile_2 a:hover, .email a:hover {
    color: #E27343 !important;
    text-decoration: none !important;
}

.footer-content p {
    padding-top: 24px;
}

.contact-address p {
    color: #000;
    /* text-align: justify; */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    /* 21.96px */
}

.contact {
    padding-top: 20px;
    margin-left: 125px;
}

.contact h4::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E27343;
    left: 35px;
    position: relative;
    display: block;
    top: 35px;
}

.contact h4::after {
    content: "";
    width: 49px;
    height: 1px;
    background-color: #E27343;
    left: 35px;
    position: relative;
    display: block;
    top: 3px;
}

.contact-details {
    padding-top: 20px;
}

.contact-info p {
    margin-bottom: 0;
}

.footer {
    list-style-type: none;
    padding-left: 125px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

a.footer-link:hover {
    color: #E27343 !important;
    text-decoration: none !important;
}


.footer-link {
    color: #000;
    text-align: justify;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    text-decoration: none;
    margin-right: 45px;
    border-bottom: 1px solid;
}

.contact-info span {
    padding-right: 5px;
}

.title p.about.about-sub{
    display: block;
}

.title-about p.about{
    display: none;
}


@media only screen and (max-width: 1200px) {
    .footer-link {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .extra_content {
        margin: 20px 0;
    }

    .our_values {
        padding: 40px 40px;
    }

    .about-content .image {
        position: relative;
        top: 0;
        display: flex;
        justify-content: center;
    }

    .services-wrapper {
        margin-top: 25px;
        padding: 30px 30px;
    }

    .products-wrapper {
        padding: 20px 40px;
        text-align: center;
    }

    .contact {
        margin-left: 0;
    }

    .footer {
        padding-left: 0;
        flex-wrap: wrap;
    }

    .footer-link {
        margin-right: 20px;
    }

    .contact h4::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #E27343;
        left: 35px;
        position: relative;
        display: block;
        top: 34px;
    }

    .services-wrapper{
        text-align: center;
    }

    p.service-description{
        text-align: justify;
    }

}


@media only screen and (min-width: 992px) and (max-width: 1130px) {
    .extra_content {
        padding: 90px 20px 90px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
    .extra_content {
        padding: 40px 20px 90px;
    }
}

@media only screen and (max-width: 768px) {
    .extra_content {
        padding: 15px 20px 90px;
    }

    .our_mission, .our_vision{
        padding: 10px;
    }

    .about-us{
        margin-top: 20px;
    }

    .testimonialss{
        padding: 20px 0xp;
    }
}

@media (max-width: 992px) {
    .about-content .image img {
        width: 339px;
        height: 303px;
    }

    .testimonial-section{
        height: 100%;
    }

    .left-image{
        justify-content: center;
        display: flex;
        margin-bottom: 4px;
        position: relative;
        justify-content: center;
    }

    .testimonial-content{
        padding: 0px;
        text-align: center;
    }

    .testimonial-text{
        text-align: center;
    }

    .testimonialss{
        padding: 0px !important;
    }

    .about-content{
        justify-content: space-between;
        align-items: center;
    }

    .title p.about.about-sub{
        display: none;
    }

    .title-about p{
        display: block;
        color: #000;
        font-family: Sen;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 137.25%;
        text-align: center;
        margin-bottom: 10px;
    }

    .about-us .title-about p::after {
        content: "";
        max-width: 135px;
        height: 1px;
        background-color: #E27343;
        left: 45.5%;
        position: relative;
        display: block;
        top: 0px;
    }

    .about-us .title-about p::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #E27343;
        left: 45.5%;
        position: relative;
        display: block;
        top: 58px;
        text-align: center;
    }
}

@media only screen and (max-width: 678px) {
    .slide_content {
        color: #000;
        font-family: Rubik;
        font-size: 34px;
        font-style: normal;
        font-weight: 400;
        line-height: 137.25%;
        width: 100%;
        padding: 100px 20px 0 20px;
        text-align: end;
    }

    .innwerDataContent {
        padding: 40px 20px !important;
    }

    .navbar {
        padding-left: 50px;
        padding-right: 50px;
    }

    nav {
        padding: 15px 65px !important;
    }

    footer {
        padding: 50px 50px 80px 50px;
    }

    .contact h4::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #E27343;
        left: 35px;
        position: relative;
        display: block;
        top: 35px;
    }

    .testimonial-text{
        text-align: justify;
    }
}

@media only screen and (max-width: 425px) {
    .about-content {
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        padding: 20px 5px;
        margin-top: 30px;
    }

    footer {
        padding: 50px 0 80px 0;
    }

    nav {
        padding: 15px 0 !important;
    }
}

/* product innerdata */

.wrapper {
    padding: 20px 0;
    background-color: #F5F5F5;
    /* width: 100%; */
    /* height: 450px; */
    background: #F5F5F5;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25), -2px -2px 4px 0px rgba(0, 0, 0, 0.25);
}

.innwerDataContent {
    padding: 40px 25px;
    margin-right: 0 !important;
    gap: 15px;
    justify-content: center;
    margin-left: 0 !important;
}

.tab-content {
    padding: 10px 35px;
}

.nav-tabs a {
    border: 0 !important;
    background-color: transparent !important;
    color: #000;
    font-family: Sen;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 137.25%;
    /* 32.94px */
    margin-left: 35px;
}

.nav-tabs li.active {
    border-bottom: 2px solid #E27343;
}

.nav-tabs li a {
    width: 100%;
    text-align: center;
}

ul.nav.nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
}

.nav-tabs li {
    flex-basis: 90px;
    display: flex;
    align-items: flex-start;
    margin: 0 !important;
}

.tabs-wrapper {
    position: relative;
}

.nav-tabs a:hover, .nav-tabs a.active {
    text-decoration: none !important;
    border-bottom: 2px solid #E27343 !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}

#feature, #benefits {
    margin-top: 15px;
}

#feature p, #benefits p {
    color: #000;
    font-family: Sen;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    margin-bottom: 10px;
}

#feature p span, #benefits p span {
    color: #E27343;
    font-weight: 700;
}

.image-gallery {
    margin-right: 20px;
}

.thumbnail-image {
    display: flex;
    /* float: right; */
    position: relative;
    /* top: 85px; */
    flex-direction: column;
    /* right: 15px; */
    gap: 10px;
    max-height: 350px;
    overflow: hidden;
}

.thumbnail-image img {
    width: 90px;
    /* Set the width of each thumbnail */
    height: 80px;
    /* Set the height of each thumbnail */
    background-size: cover;
    cursor: pointer;
    /* margin-right: 35px; */
    padding: 12px 18px;
    border: 1.5px solid #E27343;
    background: #ECECEC;
}


.thumbnail-image .thumbnail:first-child,
.thumbnail-image .thumbnail:nth-child(4) {
    /* Your styles for the selected divs */
    position: relative;
    /* Example border style */
}



.primary img {
    background-size: cover;
    /*height: 100%;*/
    /*width: 85%;*/
    width: 260px;
    height: 270px;
    padding: 15px 15px;
    margin-left: 20px;
    background-position: center;
}

.product_detail {
    text-align: left !important;
    padding: 0 0 0 30px;
}


.product_detail .title p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E27343;
    left: 25.5%;
    position: relative;
    display: block;
    top: 60px;
}

.product_detail .title p {
    color: #000;
    font-family: Sen;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 137.25%;
    /* 54.9px */
    text-align: left;
}

.product_detail .title p::after {
    content: "";
    max-width: 205px;
    height: 1px;
    background-color: #E27343;
    left: 25.5%;
    position: relative;
    display: block;
    top: 2px;
}

.product_detail .discription {
    color: #000;
    font-family: Sen;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    padding-top: 15px;
    line-height: 137.25%;
    /* 21.96px */
}

.up_button {
    display: flex;
    border: none;
    position: relative;
    /* right: 50px; */
    height: 20px;
    margin-left: 35px;
    top: 10px;
    background-color: #C5C5C5;
    border-radius: 50%;
    padding: 4px;
    width: 20px;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.down_button {
    display: flex;
    border: none;
    position: relative;
    /* right: 50px; */
    height: 20px;
    bottom: 10px;
    background-color: #C5C5C5;
    border-radius: 50%;
    padding: 4px;
    /* width: 20px; */
    /* justify-content: center; */
    align-items: center;
    margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1106px) {
    .innwerDataContent {
        padding: 40px 20px;
    }

    .product_detail .title p::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #E27343;
        left: 25.5%;
        position: relative;
        display: block;
        top: 115px;
    }

    .product_detail .title p::after {
        content: "";
        max-width: 130px;
        height: 1px;
        background-color: #E27343;
        left: 25.5%;
        position: relative;
        display: block;
        top: 2px;
    }

}

@media only screen and (min-width: 511px) {
    .wrapper-image {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .product_detail .title p::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #E27343;
        left: 15.5%;
        position: relative;
        display: block;
        top: 59px;
    }

    .product_detail .title p::after {
        content: "";
        max-width: 205px;
        height: 1px;
        background-color: #E27343;
        left: 15.5%;
        position: relative;
        display: block;
        top: 2px;
    }
}

@media only screen and (max-width: 992px) {
    .wrapper {
        height: auto !important;
    }
}


@media only screen and (max-width: 510px) {

    .product_detail .title p {
        color: #000;
        font-family: Sen;
        font-size: 2rem;
        text-align: center;
    }

    .product_detail .title p::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #E27343;
        left: 25.5%;
        position: relative;
        display: block;
        top: 49px;
    }

    .product_detail .title p::after {
        content: "";
        max-width: 162px;

    }

    .thumbnails button {
        display: none;
    }

    .thumbnail-image {
        display: flex;
        /* float: right; */
        position: relative;
        /* top: 85px; */
        flex-direction: row;
        /* right: 15px; */
        gap: 10px;
        max-height: 350px;
        max-width: 400px;
        margin-left: 20px;
        overflow: scroll;
    }
}

.youtube-video {
    gap: 20px;
    flex-wrap: wrap;
}

iframe {
    height: 404px;
    width: 740px;
}

@media all and (max-width: 510px){
    iframe {
        height: 230px;
    }
}
#testimonials{
    margin-top: 30px;
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}



/* top button` */

.top_btn {
    display: none;
    cursor: pointer;
    position: fixed; 
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 39px;
    height: 62px;
    border-radius: 22px;
    background-color: #E27343;
    color: white;
    border: none;
  }
  
  
    .service-icon svg {
    height: 50px !important;
    width: 50px !important;
}
.service-icon svg path{
    fill: #E27343 !important;
}


.mission_svg svg path , .vision_svg svg path {
    fill: #E27343 !important;
}

.extra_content div{
    margin-left:35px;
}
.title p.about::after{
    left: 11.5%;
}
.title p.about::before{
    left: 11.5%;
}

.title p.values::after{
    left: 49.5%;
    top: -5px;
}
.title p.values::before{
    left: 49.5%;
    top: 53px;
}

.youtube-video{
    display: flex;
    justify-content: center;
}




@media only screen and (max-width: 1024px) {
    .video_one{
        height: inherit;
        width: 100%;
    }

    .youtube-video{
        display: block;
    }

    iframe{
        width: 100%;
    }

    .products-wrapper .title p::before {
        left: 47.5%;   
    }

    .title p.products::after {
        left: 47.5%;
    }
    .title p.services::after{
        left: 47%;
    }
    .title p.services::before{
        left: 47%;
    }
    .title p.about::after{
        left: 13.5%;
    }
    .title p.about::before{
        left: 13.5%;
    }
    .testimonialss .title p::before{
        left: 46.5% !important;
    }
    .testimonialss .title p::after{
        left: 46.5% !important;
        
    }
    .contact{
        margin-left: 0px;
    }
    .footer{
        padding-left: 0px !important;
    }
    .testim .cont div .img img {
        width: 100%;
        height: 100%;
    }
    

    .social-icon::after {
        content: "";
        width: 66px;
        height: 1px;
        background-color: #252525;
        left: 0;
        position: relative;
        display: block;
        /* top: 3px; */
    }

    .social-icon {
        position: absolute;
        display: flex;
        gap: 5px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        bottom: 20px;
        left: 20px;
    }
     .social-icon::before {
        content: "";
        width: 66px;
        height: 1px;
        background-color: #252525;
        left: 0;
        position: relative;
        display: block;
        /* top: 3px; */
    }
}



@media only screen and (max-width: 768px) {

    .products-wrapper .title p::before {
        left: 46.5%;   
    }

    .title p.products::after {
        left: 46.5%;
    }
    .title p.services::after{
        left: 46%;
    }
    .title p.services::before{
        left: 46%;
    }
    .title p.about::after{
        left: 22.5%;
    }
    .title p.about::before{
        left: 22.5%;
    }

    .title p.values::after{
        left: 48.5%;
        top: -6px;
    }
    .title p.values::before{
        left: 48.5%;
    }
    .testimonialss .title p::before{
        left: 45.5% !important;
    }
    .testimonialss .title p::after{
        left: 45.5% !important;
    }

}


@media only screen and (max-width: 450px) {

    .title p{
        text-align: center;
    }

    .title p::before{
        left: 41.5%;
    }

    .title p::after{
        left: 42.5%;
    }

    .products-wrapper .title p::before {
        left: 44.5%;
        top: 38px;
    }
    .title p.products::after {
        left: 45.5%;
        max-width: 77px;
    }

    .title p.services::after {
        left: 46%;
        max-width: 73px;
        top: -5px;

    }
    .title p.services::before{
        left: 45.5%;
        top: 39px;
    }

    .title p.about::after {
        left: 46.5%;
        top: -1px;
        max-width: 88px;
    }
    .title p.about::before {
        left: 45.5%;
        top: 43px;
    }

    .title p.values::after {
        left: 46.5%;
        top: -6px;
        max-width: 88px;
    }
    .title p.values::before {
        left: 46.5%;
        top: 38px;
    }
    .testim .cont div .img img{
        height: 300px;
        width: 100%;
    }
    .title p {
        font-size: 30px;
    }
    .testimonialss .title p::before{
        left: 46.5% !important;
        top: 51px !important;
    }
    .testimonialss .title p::after{
        left: 46.5% !important;
        max-width: 190px !important;

    }

}

.testimonialss {
    background: #fff;
    padding: 80px 00px;
    position: relative;
}

.testimonialss .title p::after {
    content: "";
    max-width: 265px;
    height: 1px;
    background-color: #E27343;
    left: 47.5%;
    position: relative;
    display: block;
    top: 7px;
}
.testimonialss .title p::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E27343;
    left: 47.5%;
    position: relative;
    display: block;
    top: 64px;
    text-align: center;
}

.testimonial-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    background: #F4F4F4;
    height: 250px;
}


.circle-wrapper {
    width: 300px;
    height: 300px;
    position: relative;
}

.circle-track {
    width: 100%;
    height: 100%;
    border: 2px solid #E27343;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotateCircle 20s linear infinite;
}

.center-image {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 50%;
    position: relative; /* So it doesn't rotate */
    z-index: 2;
}

.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #555;
    border-radius: 50%;
    z-index: 3;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #E27343;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.testimonial-content {
    flex: 1;
    padding:20px 00px 20px 60px;
}

.testimonial-item {
    display: none;
    word-break: break-word;
}

.testimonial-item.active {
    display: block;
}

.testimonial-text {
    color: #000;
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.25%;
    text-align: left;
    margin-top: 20px;
}
.left-image{
    /* justify-content: center; */
    display: flex;
    margin-bottom: 4px;
    position: absolute;
}
.testimonial-wrapper{
    align-items: center;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .testimonial-section {
        flex-direction: column;
        padding: 30px 15px;
    }

    .circle-wrapper {
        margin-bottom: 30px;
    }

    .testimonial-content {
        padding:10px 20px;
    }
    .circle-column {
        position: static !important;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .left-image{
        position: relative;
        justify-content: center;
    }
    .testimonial-section{
        height: 100%;
    }
}


@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}