body{
    background-color: white;
}

.footer{
    background-color: #f8f8f8;
}

.logo__text-title img{
    height: 55px!important;
}

.menu > li a{
    font-size: 14px;
    font-family: var(--font-secondary);
    letter-spacing: 1px;
}

.section-masthead__heading.section-intro__heading .split-text__line{
    font-size: 95px;
}

.link-arrow__label{
    font-size: 20px;
}

.social__item a{
    font-size: 25px;
}

.banner-sec{
    padding-top: 0px;
    height: 350px;
    padding-bottom: 30px;
}

.banner-sec .section-masthead__inner {
    height: 100%;
}

.banner-sec .section-masthead__inner .section-masthead__header{
    height: 100%;
}

.banner-sec .section-masthead__inner .section-masthead__header ul{
    padding-left: 0!important;
}

.banner-sec .section-masthead__inner .section-masthead__header h1{
    margin-bottom: 1rem;
}

.banner-sec .section-masthead__inner  .section__headline{
    margin-top: 1rem;
}

.banner-sec .section-masthead__inner .section-masthead__header ul .breadcrumb-item{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.bg-grey{
    background: #2d2d2c;
}

.section-map iframe{
    height: 800px;
}

.menu > li a{
    color:#000;
}

.border{
    border: 1px solid black;
}

.figure-portfolio-big__wrapper-img img{
    object-fit: cover;
}



.container{
    max-width: 1500px!important;
}

.about-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 21, 13, 0.90);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.about-overlay:hover{
    background: rgba(31, 21, 13, 0.60);
}

.about-overlay img{
    height: 70px;
}

.mb-0{
    margin-bottom: 0!important;
}

.section-image__caption-vertical-right{
    top: -1em;
    right: -1em;
    font-size: 35px;
}

.section-image__caption-vertical-left{
    font-size: 35px;
    bottom: 0em;
    left: -1em;
}

.overlay-category{
    background: rgba(7, 6, 3, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-image__wrapper{
    position: relative;
    transition: 0.3s ease-in-out;

}

.section-image__wrapper:hover .overlay-category{
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.overlay-category{
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.section-image__wrapper .lazy-bg{
    background-size: auto 100%;
}

.text-white{
    color: white;
}

.pr-0{
    padding-right:0!important;
}

.pl-0{
    padding-left:0!important;

}

.detail-text p{
    font-family: 'Playfair Display', Sans-Serif;
    font-size: 20px!important;
}

.category-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.about_section{
    margin: 80px 0!important;
}

.pb-0{
    padding-bottom: 0;
}

.pb-5{
    padding-bottom: 5rem;
}

.pt-5{
    padding-top: 5rem;
}

.slider__arrow, .slider__counter_total{
    color: #6c6c6c;
}

.button_accent .button__icon{
    background-color: #dfb480;
}

.button_accent:hover{
    background-color: #dfb480;
}

.button_accent:hover .button__icon{
    background-color: #282624;
}

.footer__area-primary{
    padding-bottom: 40px;
}

.widgetcassio_logo, .widget_cassio_logo{
    max-width: 100%;
}

.mt-0{
    margin-top:0;
}

.ml-0{
    margin-left: 0;
}

.text-a{
    color: #565656;
    line-height: 2;
}

.icon-svg-wrap{
    padding: 10px;
}

.pb-0{
    padding-bottom: 0;
}

.mb-1{
    margin-bottom: 0.01rem;
}

.bg-gainsboro{
    background: gainsboro;
}

.carousel-img{
    object-fit: cover!important;
}

.date-color{
    color: #333!important;
}

.post-preview__media{
    max-height: 450px;
}

.post-preview__header a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.post-short-desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post__content .line{
    width: 100%;
    height: 1px;
    background: #ddb280;
}

.slider__slide-inner img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.slider__dot{
    border: 2px solid #a4a4a4;
}

.action-buttons{
    padding-left: 0!important;
    display: flex;
}

.action-buttons li{
    list-style: none;
    width: 100%;
}

.mt-4{
    margin-top: 3rem;
}

.bg-ef{
    background-color: #efefef;
}

.figure-contact{
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-wp{
    background-color: #00E676;
    padding: 10px 25px ;
    display: inline-block;
    width: 90%;
    text-align: center;
    color: #fff;
    border: 1px solid #00E676;
    font-size: 18px;
}

.btn-tel{
    background-color: #fff;
    padding: 10px 25px ;
    display: inline-block;
    width: 90%;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn-mail{
    background-color: #fff;
    padding: 10px 25px ;
    display: inline-block;
    width: 90%;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    font-size: 18px;
}

.btn-mail:hover, .btn-tel:hover {
    background-color: transparent;
    color: #fff;
}

.btn-wp:hover{
    background-color: transparent;
    color: #00E676;
}

.offset-1-r{
    margin-right: 8.3333%;
}

.section-slider.bg-accent-primary-3 .slider__counter_current{
    color: #a4a4a4;
}

.section-slider.bg-accent-primary-3 .slider__counter_total{
    color: #a4a4a4;
}


.breadcrumb-item:nth-child(1):after ,.breadcrumb-item:nth-child(2):after ,.breadcrumb-item:nth-child(3):after,.breadcrumb-item:nth-child(4):after{
    content: "/";
    display: inline-block;
    color: #dfb480;
    margin-left: 10px;
}

.breadcrumb-item:last-child:after{
    content: "";
}

.slider__arrow:hover{
    color: #a4a4a4;
}

.button_solid.button_accent-primary-4:hover{
    color: #222222;
}

.p-fs{
    font-size: 30px!important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(5, 4, 4, 0.89);
}

.p-10{
    padding: 1.5rem;
}

.form-contact{
    padding: 0!important;
}

.form-pad{
    padding: 5rem;
    max-width: 72%;
}

.figure-contact__icon{
    font-size: 50px!important;
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;

}
.floating_btn {
    position: fixed;
    bottom:42px;
    left:4px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@media (max-width:768px) {
    .floating_btn{
        display: none!important;
    }
}
.icon-bars {

    display:none!important;
}
@media only screen and (max-width: 768px){

    .icon-bars {
        position: fixed;
        bottom:0;
        width:100%;
        z-index:99999999;
        display:flex!important;
    }

    .icon-bars a {
        display: inline-block;
        text-align: center;
        padding: 12px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

    .icon-bars a:hover {
        background-color: #000;
    }

    .facebook {
        background: #222;
        color: white;
        width:100%;
    }

    .twitter {
        background: #222;
        color: white;
        width:100%;
    }

    .google {
        background: #222;
        color: white;
        width:100%;
    }



    .floating_btn, .floating_btn2, .floating_btn3{
        display:none;
    }

}




.fnp_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
    position: relative;
    padding: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal-content .modal-body img {
    width: 100% !important;
    height: auto !important;
}
.close {
    position: absolute;
    z-index: 999999;
    top: -10px;
    right: 0;
    font-size: 42px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background: transparent;
    border: none;
    transition: .3s ease-in-out;
}
.close:hover {
    color: #000000;
}
.modal-body {
    padding: 20px;
}
.search-box {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #333333;
    padding: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: top 0.4s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box.active {
    top: 0;
}
.search-box form {
    display: flex;
    gap: 10px;
    width: 60%;
}
.search-box input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
    border-top: none;
    border-right: none;
    border-left: none;
    background:transparent;
    color: #fff;
}
.search-box button[type="submit"] {
    padding: 10px 15px;
    background: #deb380;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    border:none;
}
.search-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    background: transparent;
}