.serviceBox {
    background: #fff;
    text-align: center;
    padding: 0px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.serviceBox ul li {
    color: #828282;
    font-size: 13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 3px;
}

.serviceBox ul li:last-child {
    border: 0;
    font-weight: bold;
    font-size: 25px;
}

.serviceBox ul {
    list-style-type: none;
}

.serviceBox:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: linear-gradient(to top, #008d86, #01a2a6);
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}

.serviceBox:after {
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}

.serviceBox .service-icon {
    color: #fff;
    background: linear-gradient(-45deg, #008d86 49%, #01a2a6 50%);
    font-size: 45px;
    line-height: 92px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.serviceBox:hover .service-icon i {
    transform: rotateX(360deg);
    transition: all 0.3s;
}

.serviceBox .title {
    color: #008d86;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox .description {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.serviceBox.pink:before,
.serviceBox.pink:after {
    background: linear-gradient(to top, #f53985 49%, #fd47a4);
}

.serviceBox.pink .service-icon {
    background: linear-gradient(-45deg, #f53985 49%, #fd47a4 50%);
}

.serviceBox.pink .title {
    color: #f53985;
}

.serviceBox.purple:before,
.serviceBox.purple:after {
    background: linear-gradient(to top, #8b33cc 49%, #a23adc);
}

.serviceBox.purple .service-icon {
    background: linear-gradient(-45deg, #8b33cc 49%, #a23adc 50%);
}

.serviceBox.purple .title {
    color: #8b33cc;
}

.serviceBox.blue:before,
.serviceBox.blue:after {
    background: #038bec;
}

.serviceBox.blue .service-icon {
    background: linear-gradient(-45deg, #038bec 49%, #01aeee 50%);
}

.serviceBox.blue .title {
    color: #038bec;
}

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 20px 0 50px;
    }
}


.post-slide {
    margin: 0 10px;

}

.post-slide .post-img {
    overflow: hidden;
    position: relative;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all 0.30s ease 0s;

    border-top-right-radius: 50px;
}

.post-slide:hover .post-img img {
    transform: scale(1.2, 1.2);
}

.post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background: rgba(68, 67, 64, 0.9);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
}

.post-slide .post-link {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 45%;
}

.post-slide .post-link li {
    display: inline-block;
    margin-right: 10px;
}

.post-slide .post-link li a {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    background: #333;
    font-size: 20px;
    transform: scale(1, 1);
    transition: all 0.20s linear;
}

.post-slide .post-link li a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
}

.post-slide .post-review {
    padding: 15px 0;
    overflow: hidden;
    background: #fff;
}

.post-slide .post-title {
    margin-top: 0;
}

.post-slide .post-title a {
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.50s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #1f80bb;
}

.post-slide .post-info {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 7px 0;
    text-align: center;
    border-top: 1px solid #d3d3d3;
}

.post-slide .post-info li {
    display: inline-block;
    margin-right: 13px;
}

.post-slide .tag-info {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}

.post-slide .tag-info li {
    list-style: none;
    display: inline-block;
}

.post-slide .tag-info li a {
    color: #808080;
    text-transform: capitalize;
}

.post-slide .tag-info li a:hover {
    color: #1f80bb;
    text-decoration: none;
}

.post-slide .post-description {
    color: #828282;
    font-size: 14px;
    padding: 5px 25px;
    line-height: 25px;
}

.post-slide .read-more {
    color: #333;
    float: right;
    font-weight: bold;
    margin-right: 25px;
    text-transform: capitalize;
}

.post-slide .read-more:hover {
    color: #1f80bb;
    text-decoration: none;
}

.owl-theme .owl-buttons div {
    position: relative;
    border-radius: 0;
    background: #807b87;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}

.owl-theme .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.50s linear;
}

.owl-carousel:hover .owl-buttons .owl-prev {
    opacity: 1;
    left: -30px;
}

.owl-theme .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.50s linear;
}

.owl-carousel:hover .owl-buttons .owl-next {
    opacity: 1;
    right: -30px;
}

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.owl-next:before {
    content: "\f054";
}

@media only screen and (max-width: 990px) {
    .post-slide .post-info li {
        margin-right: 5px;
    }

    .owl-theme .owl-buttons div {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .post-slide .post-link li a {
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size: 13px;
    }

    .post-slide .post-title a {
        font-size: 14px;
    }
}

.email-signature {
    font-size: 0;
    background: #fff;
    width: 500px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 0;
    background: #fff;
    width: 500px;
    padding: 20px;
    margin: 0 auto;
    box-shadow: 5px 1px 7px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    direction: ltr;
}

.email-signature .icon {
    background-color: #f6f7fa;
    width: 40%;
    padding: 20px;
    margin: 0;
    list-style: none;
    border-radius: 20px 0 0 20px;
    vertical-align: top;
    display: inline-block;
}

.email-signature .icon li {
    width: 50%;
    margin: 0;
    display: inline-block;
}

.email-signature .icon li:nth-child(1),
.email-signature .icon li:nth-child(2) {
    margin-bottom: 18px;
}

.email-signature .icon li a {
    color: #fff;
    background-color: #cfcfd2;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    transition: all 0.3s ease;
}

.email-signature .icon li a:hover {
    color: #fff;
    background-color: #00B5D6;
}

.email-signature .signature-details {
    color: #8db8c1;
    width: 60%;
    display: inline-block;
}

.email-signature .title {
    color: #98c5d3;
    background-color: #f6f7fa;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 2px;
    border-radius: 0 20px 0 0;
}

.email-signature .post {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 4px 10px;
    display: block;
}

.email-signature .content {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
}

.email-signature .content li {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 9px;
}

.email-signature .content li:last-child {
    margin-bottom: 0;
}

.email-signature .content li i {
    margin: 0 5px 0 0;
    display: inline-block;
}

@media screen and (max-width:576px) {
    .email-signature {
        width: 100%;
    }

    .email-signature .icon {
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .email-signature .icon li {
        width: 25%;
    }

    .email-signature .icon li:nth-child(1),
    .email-signature .icon li:nth-child(2) {
        margin: 0;
    }

    .email-signature .signature-details {
        text-align: center;
        width: 100%;
    }

    .email-signature .title {
        border-radius: 0 0 20px 20px;
    }
}

.post-dsc {
    padding: 15px;
}

.post-slide3 {
    margin: 0 5px;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.post-slide3 .post-img {
    position: relative;
    margin-bottom: 20px;
}

.post-slide3 .post-img img {
    width: 100%;
    height: auto;
}

.post-slide3 .post-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 25px;
    text-align: center;
    background: #333;
    opacity: 0;
    border-radius: 3px;
    transition: all 300ms ease-in-out 0s;
}

.post-slide3:hover .post-icon {
    opacity: 1;
}

.post-slide3 .post-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}

.post-slide3 .post-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.post-slide3 .post-bar li {
    display: inline-block;
    font-size: 15px;
    color: #676767;
    margin-right: 5px;
}

.post-slide3 .post-bar li:after {
    content: "/";
    margin-left: 5px;
}

.post-slide3 .post-bar li:last-child:after {
    content: "";
}

.post-slide3 .post-bar li a {
    color: #8e44ad;
    transition: all 0.3s ease 0s;
}

.post-slide3 .post-bar li a:hover {
    color: #333;
    text-decoration: none;
}

.post-slide3 .post-bar li a:after {
    content: ",";
    margin: 0 5px;
}

.post-slide3 .post-bar li a:last-child:after {
    content: "";
}

.post-slide3 .post-title {
    margin: 15px 0;
    text-transform: capitalize;
}

.post-slide3 .post-title a {
    font-size: 22px;
    font-weight: 600;
    color: #3c3c3c;
    transition: all 300ms linear 0ms;
}

.post-slide3 .post-title a:hover {
    color: #8e44ad;
    text-decoration: none;
}

.post-slide3 .post-description {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding-bottom: 15px;
}

.post-slide3 .read-more {
    display: inline-block;
}

.post-slide3 .read-more:hover {
    text-decoration: none;
}

.post-slide3 .read-more i {
    font-size: 19px;
    color: #333;
    margin-right: 5px;
    transition: all 0.40s linear 0s;
    vertical-align: middle;
}

.post-slide3 .read-more span {
    font-size: 16px;
    color: #333;
    opacity: 1;
    text-transform: uppercase;
    transition: all 0.40s linear 0s;
}

.post-slide3 .read-more:after {
    content: "";
    display: block;
    width: 40%;
    position: relative;
    bottom: 0px;
    border-bottom: 3px solid #333;
    opacity: 0;
    transition: all 0.40s linear 0s;
}

.post-slide3:hover .read-more span,
.post-slide3:hover .read-more:after {
    opacity: 1;
}

.post-slide3 .read-more:hover span,
.post-slide3 .read-more:hover i,
.post-slide3 .read-more:hover:after {
    color: #8e44ad;
    border-bottom-color: #8e44ad;
}

.post-slide3 .post-title {
    max-height: 2.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}