.img220 {
    height: 220px;
    overflow: hidden;
}

.blog-img {
    height: 350px;
    overflow: hidden;
}

.blog-content p {
    /*max-height: 300px;
	overflow-y: scroll;*/
}

.img220 img,
.blog-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    object-position: top;
}

.serviciook {
    margin-left: 15px;
}

.service90 {
    height: 90px;
}

#scrollup2 {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    background: #88c136;
    color: #fff;
    opacity: 0.6;
    border-color: #88c136 !important;
    border-radius: 50%;
    font-size: 26px;
}
#scrollup2:hover {
    opacity: 1;
}
.wp {
    display: block;
    margin-top: 12px;
    margin-left: 0px;
}

.main-menu nav ul li a {
    font-size: 13px;
    padding: 30px 13px;
}

.bg-header-section {
    padding-top: 9rem;
    padding-bottom: 5rem;
}

.bg-header-section h1 {
    color: white;
}

.bg-header-section .breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

.bg-header-section .breadcrumb-item a {
    color: #c18f59;
}

.bg-header-section .breadcrumb-item.active {
    color: white;
}

#faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

/* Accordion */
.accordion {
    max-width: 100%;
    padding: 0 30px;
    margin: 3em auto;
    li {
        margin: 0 0 2em;
    }
}

.accordion-btn {
    display: block;
    width: 100%;
    padding: 5px 3rem 5px 10px;
    border: 0;
    font-family: "Playfair Display", serif;
    border-bottom: 1px solid;
    position: relative;
    margin: 0 0 15px;
    appearance: none;
    background: none;
    font-size: 1.3rem;
    text-align: left;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    &:before,
    &:after {
        content: "";
        position: absolute;
    }
    &:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: #c18f59;
        transform: scaleY(0);
        transform-origin: 0 100%;
        transition: 0.15s ease-in-out;
    }
    &:after {
        height: 0;
        border-style: solid;
        border-width: 7px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
        right: 17px;
        top: 18px;
        transition: 0.3s ease-in-out;
    }
    &:hover {
        color: #c18f59;
        &:after {
            border-color: #c18f59 transparent transparent transparent;
        }
    }
    &:focus {
        outline: none;
        color: rgba(255, 255, 255, 0.95);
        border-color: #c18f59;
        &:before {
            transform: scaleY(1);
        }
        &:after {
            transform: scaleY(-1);
            border-color: #fff transparent transparent transparent;
        }
        + .accordion-content {
            display: block;
        }
    }
}

.accordion-content {
    display: none;
    padding: 0 10px;
}

/* .accordion .active .accordion-content {
    display: block;
} */

.accordion-content ul {
    list-style: circle;
    margin-left: 1rem;
}

.accordion-content ul li {
    margin-bottom: 0.7rem;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.video-container {
    margin-left: 0.1rem !important;
}

.video-container .owl-prev {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow-left.svg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.video-container .owl-next {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow-right.svg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.video-container .owl-dots {
    position: relative;
    padding-top: 1rem;
    text-align: center;
    right: 0%;
    bottom: 0px;
}

.video-container {
    margin-top: 2rem;
}
