i.fa.fa-long-arrow-right{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

i.fa.fa-long-arrow-left{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.form-inline label {
    justify-content: left!important;
}
/*Header*/
#sp-header {
    border-bottom: 1px solid #fff;
}
.sp-page-title:after {
    background-color: unset;
}

.sp-megamenu-parent > li > a {/*header font family*/
    color: #fff;
    font-family: 'Playfair Display' !important;
    font-weight: 700;
    font-size: 16px;
}

.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li > span:hover {
    color: #DBA076 !important;
}

.sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li.active > a {
    color: #DBA076 !important;
    font-weight: 700 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover{
    color: #DBA076 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active:hover > a {
    color: #DBA076 !important;
}

#sp-header.header-sticky {
    border-bottom: none;
    background-color: #D7CCCA;
    box-shadow: 2px 2px 8px #0000004d;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a, #sp-header.header-sticky .sp-megamenu-parent > li.active > a {
    color: #7A4A33 !important;
    font-weight: 700 !important;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a:hover, #sp-header.header-sticky .sp-megamenu-parent > li > span:hover {
    color: #7A4A33 !important;
}

#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #7A4A33 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #7A4A33 !important;
}
img.logo-image-phone.d-inline-block.d-lg-none {
    max-width: 70%;
    padding-top: 10px;
}
/*Bottom*/
#sp-bottom {
    padding: 80px 0 60px;
}

#sp-bottom .sp-module a{
    color: #7a4a33;
}

#sppb-addon-1697167446520 {
    color: #7a4a33 !important;
}

#sp-bottom .sp-module a:hover {
    color: #d7ccca;
    text-decoration: none;
}

#sp-bottom .sp-module ul > li > a {
    padding-bottom: 12px;
}

.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 110px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #7a4a33;
    background: rgba(255,255,255,0.4);
    border: 1px solid #ddd;
    z-index: 1000;
}

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: #7a4a33;
}

/*Footer*/
#sp-footer .container-inner {
    text-align: center;
}

.sp-copyright, .sp-copyright a {
    color: #FFFFFF !important;
    font-weight: 400;
}

.sp-copyright a:hover {
    color: #7a4a33 !important;
}
/*Page title*/
.sp-page-title .sp-page-title-heading {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Playfair Display';
    line-height: 1.63;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    text-shadow: 3px 3px 15px black;
}

/*CTA*/
.patternCTA{
  position:relative;
}
.patternCTA:before {
    position: absolute;
    background-size: contain !important;
    width: 500px;
    content: '';
    background: url(/images/eve-img/pattern1.png);
    height: 500px;
    top: -375px;
    bottom: 0px;
    right: 0px;
    left: 166px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
}

.patternE{
  position:relative;
}
.patternE:before {
    position: absolute;
    background-size: contain !important;
    width: 400px;
    content: '';
    background: url(/images/eve-icon/E.png);
    height: 400px;
    top: -600px;
    bottom: 0px;
    right: 0px;
    left: -145px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
}

/*offcanvas*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #7a4a33;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #D7CCCA;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #D7CCCA;
}

