/*
Theme Name: theme1
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*.header.has-sticky .header-wrapper{
    position: fixed;
}*/
.header-nav{
    justify-content: center;
}
.layout1 .box-text{
    position: absolute;
    top: 85px;
    right: -25px;
    width: 270px;
    padding: 15px;
    background: #fff;
}
.layout1 .box-image{
    margin: unset;
}
.p-0{
    padding: 0;
}
.m-0, .m-0 p{
    margin: 0;
}
.layout-2 .col-inner{
    background-color: #de968d;
    padding: 40px 60px 40px 60px;
}

.layout-2 .info li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    width: 100%;
    padding: 7px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.layout-3 .item-price-list {
    transition: all 0.5s ease;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0e8e8;
}
.layout-3 .item-price-list .price-wrapper .price {
    font-size: 18px;
    color: #de968d;
}
.layout-3 .item-price-list .title-time {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.layout-3  .item-price-list .title-time .time {
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
}
.item-price-list .title-time .title {
    margin: 0;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 400;
    flex: 1;
}
.bg-contain .section-bg .bg{
    object-fit: contain !important;
}
.section-6 .accordion{
    background: #fff;
    padding: 0 30px 0 30px;
}
.section-6 .accordion .accordion-item:first-child .accordion-title {
    border-top: none;
}
.section-6 .video-button-wrapper{
    position: absolute;
    bottom: 0;
    right: 0;
}
.section-6 .accordion .accordion-item .accordion-title {
    padding-top: 26px;
    padding-bottom: 25px;
}
.section-6 .open-video{
    width: 165px;
    height: 150px;
    border-radius: 0 !important;
    line-height: 150px;
    background: #de968d;
    color: #fff;
    border: none;
    margin: 0;
}
.section-6 .open-video:hover{
    background: unset;
    border: 1px solid #de968d;
    color: #de968d;
}
.section-6  .accordion .toggle {
    top: 1.3em;
}
.home-team .box.has-hover {
    background-color: #fcf5f5;
}
.home-team .box.has-hover:hover {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.section-news .section-bg{
    height: 60%;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}