.home-banner.sm-new .carousel-control span {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner.sm-new .carousel-control span i {
    padding: 0;
    font-size: 16px;
    line-height: normal;
    margin-top: 2px;
}

.home-banner.sm-new .carousel-inner .img-bg {
    position: relative;
}

.home-banner.sm-new .carousel-inner .img-bg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    display: block;
    opacity: 50%;
}

.home-banner.sm-new .carousel-item.active img {
    transition: transform .6s ease-in-out;
    -webkit-animation: zoom-a 20s linear infinite;
}

@-webkit-keyframes zoom-a {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes zoom-a {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes zoom-a {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoom-a {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.home-banner.sm-new .sec-title h2:before {
    content: unset;
}

.home-banner.sm-new .sec-title h2 {
    padding-bottom: 0;
    color: #fff;
    line-height: normal;
}

.home-banner.sm-new .sec-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-banner.sm-new .carousel-item {
    transition: unset;
    overflow: hidden;
}

.sm-common-pd {
    padding: 80px 0;
}

.sm-new-about-sec .flex-div {
    display: flex;
    align-items: center;
    gap: 40px;
}

.sm-new-about-sec .image-block {
    width: 160px;
}

.sec-title .common-title-sec {
    font-size: 32px;
    letter-spacing: 0.2px;
    line-height: normal;
    padding-bottom: 14px;
    text-transform: capitalize;
}

.sec-title .common-title-sec::before {
    height: 1px;
    width: 45px;
}

.sm-new-about-sec .sec-title .common-title-sec {
    padding: 0;
}

.sm-new-about-sec .sec-title .common-title-sec::before {
    content: unset;
}

.sm-new-about-sec .abt-bottom-sec {
    border-top: 1px solid #E0E0E0;
    margin: 0 -40px;
    margin-top: 40px;
}

.sm-new-about-sec .abt-bottom-sec>.column {
    padding: 40px 60px;
}

.sm-new-about-sec .abt-bottom-sec>.column:first-child {
    border-right: 1px solid #E0E0E0;
}

.sm-new-about-sec .btn-style-one:hover {
    background: #413d8e;
    color: #fff;
}

.sm-new-about-sec .sm-yoe-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sm-new-about-sec .num-block {
    margin: 0;
    font-size: 72px;
    line-height: normal;
}

.sm-new-about-sec .info {
    font-size: 18px;
    color: #222222;
    line-height: normal;
}

.sm-new-about-sec .sm-new-cert-block {
    padding-top: 32px;
}

.sm-new-about-sec .sm-new-cert-block .info {
    padding-bottom: 16px;
}

.sm-new-about-sec .sm-new-cert-block img {
    border-radius: 50%;
    border: 1px solid #EFEFEF;
    object-fit: cover;
}

.sm-new-about-sec .sm-new-cert-block .row {
    margin: 0 -10px;
}

.sm-new-about-sec .sm-new-cert-block .column {
    padding: 0 10px;
}

.sm-common-desc {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #222222;
}

.sm-new-about-sec .info.title {
    text-transform: capitalize;
    margin-bottom: 18px;
    margin-top: 10px;
}

section.services-section-two.sm-new {
    background: #FBFBFB;
}

.sm-common-small-pd {
    padding: 60px 0;
}

.services-section-two.sm-new .common-title-sec {
    margin-bottom: 45px;
}

.sm-new .service-block-two .inner-box {
    border: unset;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
}

.sm-new .service-block-two .inner-box:hover:before,
.sm-new .service-block-two .inner-box:hover:after {
    content: unset;
}

.sm-new .service-block-two .icon-box {
    margin-bottom: 40px;
}

.sm-new .service-block-two .icon-box .icon {
    text-align: left;
}

.sm-new .service-block-two .icon-box .icon img {
    height: 80px;
}

.sm-new .service-block-two h3 {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700;
}