﻿.btnscrolll {
    border-radius: 20px !important;
    color: #223d44 !important;
    border-color: #223d44!important;
}

    .btnscrolll:hover {
        background: white !important;
        color: #223d44 !important;
        border-color: white!important
    }
    .btnscrolll:focus {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }
    .btnscrolll:active {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }
.btnsendd {
    border-radius: 20px !important;
    color:white!important;
    cursor:pointer;
}
.btnsendd:hover {
    background: white !important;
    color: #223d44 !important;
    border-color: white !important
}
.btnsendd:focus {
    background: white !important;
    color: #223d44 !important;
    border-color: white !important
}
.btnsendd:active {
    background: white !important;
    color: #223d44 !important;
    border-color: white !important
}
.HPTestimonials {
    padding: 40px 0;
    background: #f4f4f4;
}

.testimonial-item {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 14px;
    max-width: 100%;
    margin: auto;
}

/* Image */
.testimonial-img {
    flex: 0 0 380px;
}

    .testimonial-img img {
        width: 100%;
        border-radius: 12px;
        object-fit: cover;
        height: 550px;
    }

/* Content */
.testimonial-content {
    flex: 1;
}

.small-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.author {
    font-weight: 600;
    font-size: 16px;
    color: #111;
}

/* Responsive */

@media (max-width:991px) {

    .testimonial-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-img img {
        height: 380px !important;
        width: 100% !important;
    }

    .testimonial-img {
        width: 100% !important;
    }

    .testimonial-content {
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    .testimonial-img img {
        height: 380px !important;
        width: 100% !important;
    }

    .testimonial-img {
        width: 100% !important;
    }

    .testimonial-content {
        text-align: left;
    }

    .about-img-front {
        height: 280px !important;
        object-fit: cover;
    }
}

.swiper-pagination-bullet-active {
    background: #164548 !important;
}
.backrgoundddd {
    background-image: url(/Images/MyImages/HomeAbout/Convertec-BGImages-33.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.cta-title2{
    font-size:4rem!important;
}
.cta-desc2 {
    font-size: 2rem !important;
}

.testtext ul {
    font-size: 14px !important;
    margin-left: 20px;
    list-style: circle;
}

.catatext p {
    font-size: 1.3rem !important;
}

