﻿.intro {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    position: relative;
    background-color: #f4f4f4;
    min-height: 500px;
}

.left {
    float: left;
    height: 100%;
    width: 60%;
    display: table;
}

    .left > div {
        display: table-cell;
        vertical-align: middle;
    }


.slider {
    float: right;
    position: relative;
    width: 40%;
    height: 100%;
}

    .slider li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: clip .7s ease-in-out, z-index 0s .7s;
        clip: rect(0, 100vw, 100vh, 100vw);
        display: table;
    }

.center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}



li.current h3, li.current h3 + a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.slider nav {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}




@media screen and (max-width: 700px) {
    .left {
        width: 100% !important;
        margin-top: 20px;
        height:auto!important;
    }
        .left > div{
            display:block!important;
        }
    .slider li{
        height:300px!important;
    }
    .slider {
        margin-top: 20px;
        width: 100%;
        height: auto !important;
    }
    .contsection{
        display:block!important;
    }
    .intro {
        height: 600px !important;
    }
    .contsection {
        height: 600px !important;
    }
}
.contsection{
    height:100%;
    display:flex;
    align-items:center;
}

.btnReadMore {
    background: #223d44;
    color: white;
    padding: 10px 30px;
    margin-top: 40px;
    border-radius: 20px;
    font-size: 18px;
    border: 1px solid #223d44;
}
    .btnReadMore:hover {
        background: transparent !important;
        color: #223d44 !important;
    }

.btnwhoweare {
    background-color: white !important;
    color: #223d44 !important;
    border: 1px solid white !important;
    border-radius: 10px !important;
}
    .btnwhoweare:hover {
        background-color: transparent !important;
        color: white !important;
        border: 1px solid white !important;
    }
.bggreenlighy {
    background-color: #81b3a2!important;
}
.bggreenlighyImage {
    background: url(/Images/MyImages/HomeAbout/Convertec-BG_Images-31.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bggreenlighyImage2 {
    background: url(/Images/MyImages/HomeAbout/Convertec-BGImages-35.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btnimagee222 {
    background: url(/Images/MyImages/HomeAbout/Convertec-BGImages-36.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-box-card {
    padding-top: 3rem;
    padding-bottom: 3.2rem;
    border: .2rem solid #ebebeb;
    background-color: transparent;
    transition: all .3s;
}
.iconforicon img {
    border-radius: 10px;
}
.iconforicon .icon-box {
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s;
}

.cta.bg-image2 {
    position: relative;
    background-size: cover;
    background-position: center;
}


    .cta.bg-image2 .container {
        position: relative;
        z-index: 2;
    }

.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;
    }
    .owl-prev{
        display:none!important;
    }
    .owl-next{
        display:none!important;
    }
}

.swiper-pagination-bullet-active {
    background: #164548!important;
}

.about-img-front {
    height: 350px;
    object-fit: cover;
}
.about-img-back {
    height: 320px;
    object-fit: cover;
    width: 100%;
    max-width: 300px;
}

.entyyyy {
    background: #95cebb !important;
    border: 1px solid #95cfbc;
    border-radius: 20px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.entryImage {
    height: 200px !important;
    object-fit: contain;
}

.iconProduct {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.iconproductdiv {
    border-radius: 50px;
    padding: 10px;
    background: #a7cebb;
}
.iconproductdiv2 {
    border-radius: 50px;
    padding: 5px;
    background: #f4f4f4;
    min-width: auto !important;
    margin-right: 10px;
}

.divvhomeabout p {
    color: white;
    font-size: 16px;
    margin-bottom:20px;
}

.testimonial p {
    color:white!important;
}

.testtext ul {
    font-size: 14px !important;
    margin-left: 20px;
    list-style: circle;
}

.catatext p{
    font-size:1.3rem!important;
}

