.about-banner p,
.shrtdesc p {
    display: block;
    font-size: 1rem
}

.about-banner {
    width: 100%;
    background: url(../images/bgtopn.webp) center center/cover no-repeat;
    padding: 107px 0 100px;
    text-align: center;
    position: relative
}

.about-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85)
}

.about-banner::after {
    content: '';
    display: block;
    clear: both
}

.about-banner p {
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2rem
}

.about-banner .container {
    position: relative;
    z-index: 1
}

.about-banner .main-title {
    font-size: 50px
}

.about-banner .get-quote {
    background: 0 0;
    border: 3px solid #fff;
    padding: 12px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 2rem
}

.about-banner .get-quote:hover {
    background: #e2bd3c;
    text-decoration: none
}

.booth-service {
    padding: 5rem 0
}

.booth-service [class*=col-] {
    margin: 1rem 0
}

.maintitle,
.shrtdesc p:not(:last-child) {
    margin-bottom: 1rem
}

.booth-service .items {
    background: #000;
    height: 100%;
    margin-bottom: 1rem;
    padding: 3rem 1.5rem;
    border: 1px solid #009aac14;
    border-radius: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center
}

.booth-service .icon {
    display: inline-block;
    width: 75px;
    margin: 0 auto 1rem
}

.booth-service .icon img {
    display: block;
    width: 100%;
    height: auto
}

.booth-service .items:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: -50px;
    border-radius: 50%;
    border: 15px solid #fff;
    box-shadow: 0 0 0 15px #009aac;
    background: #009aac;
    opacity: .1
}

.booth-service .items:before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(to right, rgb(0 154 172 / 4%) 0, rgb(0 154 172 / 0%) 100%);
    background: -webkit-linear-gradient(to right, rgb(0 154 172 / 4%) 0, rgb(0 154 172 / 0%) 100%);
    background: linear-gradient(to right, rgb(0 154 172 / 4%) 0, rgb(0 154 172 / 0%) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.booth-service .items:hover:before {
    -webkit-animation: 1s shine;
    animation: .5s shine
}

.maintitle {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif
}

.shrtdesc {
    display: block;
    width: 100%;
    overflow: hidden
}

.shrtdesc p {
    line-height: 1.8;
    color: #3d3d3d
}

.widthsmall {
    width: 991px;
    max-width: 100%;
    margin: 0 auto 3rem
}

@keyframes shine {

    0%,
    100% {
        left: -85%
    }

    90% {
        left: 100%
    }
}

.booth-service .items img {
    transform: scale(.8);
    padding: 10px 0;
    transition: .5s
}

.booth-service .items:hover img {
    transform: scale(1)
}

.booth-service .items .head {
    color: #fff;
    font-size: 22px;
    padding: 1rem 0
}