.text-center {
    text-align: center;
}

.card-wrapper .card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    border-bottom: 3px dotted #22A39F;
}

.card-wrapper .card-item .card-image {
    width: 110px;
    height: 110px;
    padding: 15px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 10px;
    ;
}

.card-wrapper .card-item .card-image:after {
    position: absolute;
    opacity: .3;
    top: -5px;
    left: -5px;
    border-radius: 300px;
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background-image: -webkit-repeating-radial-gradient(center center, #000, #000 1px, transparent 0px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, #000, #000 1px, transparent 0px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, #000, #000 1px, transparent 0px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
    background-size: 6px 6px;
    z-index: -1
}

.card-wrapper .card-item .card-detail .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-wrapper .card-item .card-detail p {
    font-family: poppins, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.custom-handwrite {
    font-family: 'Open Sans';
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    word-spacing: 10px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#22A39F), to(#000));
    background: linear-gradient(#22A39F, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 5px #22A39F, 0 0 2px #000; */
}

.love.clients.owl-carousel {
    border-top: 8px groove #22A39F;
    border-bottom: 8px groove #22A39F;
    border-radius: 30px;
}

.love.clients.owl-carousel .client-block {
    padding: 15px;
    opacity: 1;
    margin-bottom: 0;
}

.love.clients.owl-carousel .owl-item .client-block a {
    display: flex;
    justify-content: center;
}

.love.clients.owl-carousel .owl-item .client-block img {
    opacity: 0.5;
    transform: scale(0.8);
    max-width: 120px;
    max-height: 120px;
}

.love.clients.owl-carousel .owl-item .client-block .custom-love-text {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#22A39F), to(#000));
    background: linear-gradient(#22A39F, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 5px #22A39F, 0 0 2px #000; */
}

.love.clients.owl-carousel .owl-item.active.center .client-block img {
    transform: scale(1);
    opacity: 1;
}

.love.clients.owl-carousel .owl-item.active.center .custom-love-text {
    opacity: 1;
}

.love.clients.clients-title.owl-carousel .owl-item {
    opacity: 0;
}

.love.clients.clients-title.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.love.clients.clients.owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.love.clients.clients.owl-carousel .owl-nav .owl-next,
.love.clients.clients.owl-carousel .owl-nav .owl-prev {
    background: -webkit-gradient(linear, left top, left bottom, from(#22A39F), to(#000));
    background: linear-gradient(#22A39F, #000);
    border-radius: 50%;
    color: #fff;
    border: none;
    font-size: 16px;
    opacity: 0.75;
}

.love.clients.clients.owl-carousel .owl-nav .owl-next:hover,
.love.clients.clients.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.love.clients.clients.owl-carousel .owl-nav .owl-next::before,
.love.clients.clients.owl-carousel .owl-nav .owl-prev::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.love.clients.clients.owl-carousel .owl-nav .owl-next {
    margin-left: auto;
}

.ta-justify {
    text-align: justify;
}

.fa-smile-beam {
    background: yellow;
    font-size: 20px;
    border-radius: 50%;
    border: none;
}

.exclamation {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #cc1c1c;
}

.landing-section {
    background-image: url('../img/background.jpg');
    /*position: relative;*/
}

.landing-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e3e3e3;
    opacity: 0.15;
    content: '';
}

.header-titles h1 {
    font-size: 50px;
    font-weight: 800;
    margin: 5px 0 7px;
    line-height: 1.2em;
    text-align: center;
    padding: 185px 0;
}

.glow {
    color: #0B7471;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}
  
@-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #22A39F, 0 0 40px #22A39F, 0 0 50px #22A39F, 0 0 60px #22A39F, 0 0 70px #22A39F;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #e3e3e3, 0 0 40px #e3e3e3, 0 0 50px #e3e3e3, 0 0 60px #e3e3e3, 0 0 70px #e3e3e3, 0 0 80px #e3e3e3;
    }
}

@media only screen and (max-width:1024px) {
    .love.clients.owl-carousel .owl-item .client-block .custom-love-text {
        font-size: 30px;
    }
}

@media only screen and (max-width:574px) {
    .custom-handwrite {
        font-size: 40px;
        word-spacing: 5px;
        letter-spacing: 10px;
    }

    .love.clients.clients.owl-carousel .owl-nav {
        right: -35px;
        width: calc(100% + 70px);
    }

    .love.clients.owl-carousel .owl-item .client-block .custom-love-text {
        font-size: 24px;
    }

    .header-titles h1 {
        font-size: 40px;
        font-weight: 800;
        margin: 5px 0 7px;
        line-height: 1.2em;
        text-align: center;
        padding: 185px 0;
    }
}

.lm-animated-bg::before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(76, 167, 129, .4);
    /* position: absolute; */
}