.cursor-pointer{
    cursor: pointer;
}



/* Menu Top */
ul[data-attr-name="menu-1"] li a:hover ,  ul[data-attr-name="menu-1"] a.active{
    background-color: var(--blue);
    color: var(--white) !important;
}

/* END Menu Top */

/* Video Home */
.video-intro video {
    width: 90%;
    margin-right: 5%;
    border-radius: 16px;
}

.video-intro .play-on-video {
    height: 100px;
    left: calc((100% - 96px)/2);
    top: 25%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.322);
}

/* END Video Home */

/* TESTIMONIAL */
.testimonial-intro .owl-carousel.owl-drag .owl-item{
    padding: 7px 4px;
}

.testimonial-intro .owl-carousel .item {
    box-shadow: 0 0 16px #c3c2c2;
}

.testimonial-intro .owl-carousel .owl-item img{
    width: 100px;
}

.testimonial-intro .owl-carousel .owl-item .rating-content{
    height: 52px;
}

/* END TESTIMONIAL */

/* TESTIMONIAL STARS IN ORDER RATING */

/* END TESTIMONIAL STARS IN ORDER RATING */

/* Recent Post Types */
.post-item .thumbnail{
    object-fit: cover;
    height: 170px;
}

.post-item .title{
    height: 40px;
}
/* END Recent Post Types */

/* Breadcrumb */
.breadcrumb-item,
.breadcrumb-item:hover {
    text-decoration: none;
    color: #494949;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: none;
    padding-left: 0.5rem;
}

/* END Breadcrumb */

/* Carousel */

.owl-nav button {
    width: 75px;
    height: 35px;
    background-color: var(--blue) !important;
}

.owl-nav button span {
    font-size: x-large;
    color: var(--white);
}

.owl-nav .owl-next {
    margin-right: 28px;
}

.owl-nav .owl-prev {
    margin-left: 28px;
}

/* END Carousel */

/* Rating */
.rating-form-wrapper .star-warpper .stars-shape {
    transform: scale(2);
}

.rating-form-wrapper #rating {
    display: none !important;
}

.rating-form-wrapper [type="submit"] {
    width: 60%;
    margin-left: 20%;
}

.rating-list-wrapper .comment-item time {
    word-spacing: 12px;
}

.rating-list-wrapper .comment-item {
    list-style: none;
}

/* END Rating */



/* Footer */
footer {
    background-color: #eaeaea;
}

footer .address-one .address {
    line-height: 1.6;
}

footer .social-cls svg {
    border-radius: 8px;
    width: 50px !important;
    height: 50px !important;
    background-color: var(--blue);
    fill: white;
    padding: 5px;
}

/* END Footer */