﻿/* work */

.brand {
    background-image: url(../assets/web_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 1% 5%;
}

/* .owl-theme .item img{
    transform: scale(0.80);
    padding: 10px 30px;
    transition: 0.3s;
    display: block;
    width: 100%;
} */
.services {
    background-image: url(../assets/background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: "Poppins", sans-serif;
    background-color: #e6edf7;
    color: #202020;
    padding: 1%;
}

.header-section {
    margin-bottom: 34px;
}

.single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5%;
    overflow: hidden;
}

    .single-service .content {
        position: relative;
        z-index: 20;
    }

.single-service i {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;

    font-size: 30px;
    transition: all .3s;
}

    .single-service:hover i {
        background-color: white;
        color:#FBBC05;
    }

    .single-service .title {
        padding-bottom: 18px;
        font-weight: 700;
        font-size: 23px;
        transition: color .3s;
        text-align: justify;
    }

    .single-service:hover .title {
        color: #fff;
    }

    .single-service .description {
        padding-bottom: 20px;
        transition: color .3s;
        text-align: justify;    
    }
    .single-service:hover .description {
        color: white;
        font-weight:bold;
    }
        .single-service a {
            font-size: 18px;
            color: #202020;
            text-decoration: none;
            font-weight: 500;
            transition: color .3s;
        }

    .single-service:hover a {
        color: #fff !important;
    }

    .single-service .circle-before {
        position: absolute;
        top: 0px;
        right: 0px;
        transform: translate(40%, -40%);
        width: 150px;
        height: 150px;
        background-color: #FBBC05;
        border: 6px solid #056f05;
        border-radius: 50%;
        opacity: 0.5;
        transition: all .6s;
    }

    .single-service:hover .circle-before {
        width: 100%;
        height: 100%;
        transform: none;
        border: 0;
        border-radius: 0;
        opacity: 1;
    }

.testimonial {
    background-image: url(../assets/achievement_banner-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
    .testimonial h2{
        font-weight:bold;
    }
    .counter {
        font-weight: bold;
        color: black;
    }

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-weight: bold;
    font-size: 18px !important;
    margin-top: 10px;
    text-align: center;
    color: black !important;
}
.owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
    padding-right: 30px;
}

.left_tecno h1 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
}

.left_tecno p {
    font-size: 20px !important;
    color: #000 !important;
    /* text-align: justify; */
}

.tecno_box {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.116);
    padding: 25px 0px;
    border-radius: 10px;
}

    .tecno_box h5 {
        font-weight: 600;
        margin-top: 20px;
    }

.Our_C {
    background-image: url(../assets/background4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonials_sec .owl-carousel .item-test img {
    border-radius: 50% !important;
}
.testimonials_sec {
    background-image: url(../assets/testimonial_bannner2.png ) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

    .testimonials_sec .item-test {
        background-color: #fff;
        height: 240px;
        box-shadow: 0px 1px 2px rgb(0 0 0 / 7%);
        margin: 50px 0px;
        border-radius: 6px;
        padding: 4%;
    }

.user_content {
    padding-top: 15px;
    text-align: justify;
}

.testimonials_sec .item h2 {
    text-align: center;
}

.form-group input {
    height: 1.9rem;
    border: none;
    border-bottom: 2px solid rgb(114, 112, 112) !important;
    margin-top: 10px;
}

.themecolor {
    color: black;
    font-weight: 900;
    letter-spacing: 3px;
    word-spacing: 6px;
    text-transform: uppercase;
}

.submit_btn {
    font-family: inherit;
    font-size: 1rem;
    background: rgb(0, 0, 0);
    color: #fff;
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    overflow: hidden;
    transition: all 0.2s;
}
