
.ab-2 img{

    width: 410px;
    height: 297px;
    object-fit: cover;
}
.about-thumb-wrap2 .thumb-2 {
    position: absolute;
    right: 0px;
    bottom: -157px;
    border: 10px solid #fff;
}
@media (max-width: 1500px) {
    .about-thumb-wrap2 .shape-mockup {
        left: -23% !important;
    }
}

.process-box_icon .process-icon {
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
    width: 80px;
}
.about-thumb-wrap2 .about-counter1 {
    width: 150px;
    height: 150px;
    background-color: var(--white-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid var(--theme-color);
    padding: 16px 25px;
    text-align: center;
    position: absolute;
    right: 29px !important;
    left:unset !important;
    top: 0px;
}
.checklist-1 li img{
    width: unset !important;
    height: unset !important;
}
.counter-about {
    padding: 50px 0px;
}
.service-content h6{
    text-transform: uppercase;
}
.service-content h3{
    text-transform: uppercase;
}
.service-content h6 img{
    width: 60px;
    background-color: #fff;
    padding: 10px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.363); */
}

    .input-wrapper i {
        position: absolute;
        right: 10px;
        bottom: 22px;
        font-weight: 500;
        color: #F02801;
    }
    .enquiry-form{
        background-color: #fff;
        padding: 20px;
        box-shadow: 0px 0px 10px rgba(14, 13, 13, 0.219);
    }
.color-red{
    color: #F02801;
}
.banner-img{
    background:url(../images/myimg/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumb img{
    width: 80px;
}
.testi_content{
    text-align: justify;
}
.portfolio-card2 .card_content {
    height: 100%;
    position: absolute;
    left: 0;
    top: 34% !important;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding: 51px 70px;
}
.portfolio-card_img img{
    height: 300px;
    object-fit: cover;
}