body {
    margin: 0;
    padding: 0;
    font-size: 18px;
   font-family: 'Alan Sans';
    color: rgba(34, 34, 34, 0.72);
    font-weight: 400;
    line-height: 30px;
    background: #FFFCF7;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}

ul,
ol {
    list-style: none
}

a {
    color: #1A1A1A;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #1A1A1A;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2F2F2F;
    margin-bottom: 12px;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 28px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

.fw_400{
    font-weight: 400;
}
button {
    border: none;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 90px 0;
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1400px;
}
.container.smalls{
    max-width: 1070px;
}
.cta-btn{
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 16px;
    letter-spacing: 0.1em;
    border: 1px solid transparent;
}
.btn_border{
    border: 1px solid #545454;
    color: #545454;
}
.btn_border:hover{
    border-color: #B22537;
}
.btn_default{
    background: #545454;
    color: #F4F0E5;
}
.btn_red{
    background: #B22537;
    color: #fff;
    border-color: #B22537;
}

.btn_white{
    background: #F3F1E6;
    color: #3B3421;
}
.cta-btn::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.4s;
}
.cta-btn:hover::after{
    height: 100%;
}
.cta-btn::after{
    background: #B22537;
}
.cta-btn:hover{
    border-color: #B22537;
}
.btn_default:hover{
    color: #fff;
}
.cta-btn.btn_red::after{
    background: #545454;
}
.cta-btn:hover{
    color: #fff;
}
.btn_red:hover{
    border-color: #545454;
}
.site-logo {
    width: 190px;
}
.header-area{
    padding: 20px 0;
    background: #F3F1E6;
}
.mainmenu ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.mainmenu ul li{
    display: inline-block;
    margin-right: 35px;
    position: relative;
}
.mainmenu ul li:last-child{
    margin-right: 0;
}
.mainmenu ul li a{
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    color: #101A21;
    position: relative;
    font-size: 16px;
    line-height: normal;
}
.mainmenu ul li a::after{
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background: #B22537;
transform: scaleX(0);
transform-origin: center;
transition: all 0.4s;
}
.mainmenu ul li a:hover::after{
    transform: scaleX(1);
}

.mainmenu ul li>ul {
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #B22537;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.31);
    background-color: #F3F1E6;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li>ul>li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li>ul>li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1
}

.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


.mainmenu ul li>ul>li a:hover {
    color: #B22537;
}
.mainmenu ul li>ul>li a::before, .mainmenu ul li>ul>li a::after{
	display:none
}
.mainmenu ul li.has-submenu> span {
    position: absolute;
    content: "";
    right: -15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #101A21;
    border-bottom: 1px solid #101A21;
    transform: translateY(-50%) rotate(45deg);
    top: 45%;
}

.header-action{
    margin-left: 30px;
}
.hero-area {
    position: relative;
    z-index: 1;
    min-height: 600px;
    display: flex;
    align-items: center;
}
.hero-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero-area::before{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(59, 52, 33, 0) 0%, rgba(59, 52, 33, 0.34) 23%, rgba(59, 52, 33, 1) 100%);
    opacity: 0.5;
}
.hero-area .h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 90px;
    letter-spacing: 6px;
}
.hero-inner{
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #F3F1E6;
}
.hero-inner::before{
    position: absolute;
    content: "";
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #F3F1E6;
    border-radius: 5px;
}
.hero-inner .cta-btn{
    margin-top: 10px;
}
.icon-teaser-area{
    background: #F3F1E6;
    padding: 20px 0;
}
.icon-teaser-list{
    display: flex;
    margin: 0 -15px;
}
.icon-teaser-list>a {
    padding: 0 15px;
    color: rgba(59, 52, 33, 0.5);
    display: flex;
}
.teaser-item img {
    min-height: 45px;
    height: 45px;
}
.icon-teaser-list .teaser-item {
    padding: 0 15px;
    display: flex;
    align-items: center;
    cursor:default;
}
.icon-teaser-list .teaser-item span {
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    top: 2px;
    letter-spacing: .2em;
}
.icon-teaser-list .teaser-item:last-child span{
    width: 100%;
}
.text-upper{
    text-transform: uppercase;
}
.section-heading.locations{
    font-size: 22px;
    font-weight: 300;
    color: #222222;
    line-height: 32px;
}
.section-heading.locations .desc{
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.section-heading.locations .desc::after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #B22537;
    border-radius: 5px;
}
.location-box {
    display: block;
    position: relative;
    margin-top: 30px;
    height: 380px;
    overflow: hidden;
}
.location-box > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 60px;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}
.location-box .info > img{
        min-width: 50px;
    width: 50px;
    margin-right: 20px
}
.location-box .location_shade {
    position: absolute;
    content: "";
    bottom:-1px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
	object-position:bottom
}
.location-box .title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    color: #3B3421;
    font-weight: 500;
}
.location-box .address{
    color: rgba(59, 52, 33, 0.8);
    font-weight: 300;
    font-size: 20px;
}
.location-box .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(59, 52, 33, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.location-box:hover .hover{
    opacity: 1;
    visibility: visible;
}
.location-box .hover img{
        width: 60px;
    min-width: 60px;
    margin-bottom: 20px;
}
.location-box .hover_bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100% !important;
    height: 100%;
    min-width: 100% !important;
    z-index: -1;
}
.location-box:hover .info{
    opacity: 0;
    visibility: hidden;
}
.location-box:hover .location_shade{
    opacity: 0;
    visibility: hidden;
}
.sub-heading{
    font-family: 'Adobe Handwriting Ernie';
    font-size: 42px;
    color: #B1B0AC;
}
.content-img.group-img:not(.alt) {
    padding-right: 25%;
    position: relative;
}
.content-img.group-img:not(.alt) .group_small {
    margin-left: 33%;
    margin-top: -150px;
}
.alt.content-img.group-img {
    padding-left: 25%;
    position: relative;
}
.alt.content-img.group-img .group_small {
    margin-left: -33%;
    margin-top: -150px;
}
.bg-gradient-gray{
    background: linear-gradient(0deg,rgba(250, 246, 236, 0) 0%, rgba(250, 246, 236, 1) 100%);
}
.bg-solid-gray{
    background: rgba(250, 246, 236, 0.5);
}
.list-heading{
    font-size: 20px;
    font-weight: 600;
    color: #2F2F2F;
    letter-spacing: 0.5px;
    margin: 10px 0;
    text-transform: uppercase;
}
.content-text ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.content-text ul li{
    padding-left: 20px;
    position: relative;
    color: #2F2F2F;
    margin: 5px 0;
}
.content-text ul {
    margin-bottom: 30px;
}
.content-text ul li::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #B22537;
}
.call-to-action {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.call-to-action .cta-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 80px;
}
.call-to-action .inner-box {
    padding: 60px;
   position: relative;
}
.call-to-action .inner-box .cta-shape{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-box > div{
    width:100%
}
.call-to-action .inner-box .heading{
    font-weight: 400;
    position: relative;
}
.call-to-action .inner-box .heading::before {
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #B22537;
    border-radius: 5px;
}
.call-to-action .inner-box .inner{
    padding-top: 40px;
}
.call-to-action .slick-dots{
    position: inherit;
    bottom: auto;
}
.call-to-action .slick-dots button::before{
    display: none;
}
.call-to-action .slick-dots button{
    width:8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    background: #545454;
    opacity: 0.5;
}
.call-to-action .slick-dots .slick-active button{
    opacity: 1;
}
.call-to-action .slick-dots li{
    padding: 0;
    width: auto;
    height: auto;
}
.cta_arrows{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_arrows .arrows {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #545454;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.cta-dots {
    margin-top: -28px;
    margin-left: 10px;
    margin-right: 10px;
}
.cta_arrows .arrows:hover{
    background: #545454;
    color: #fff;
}
.call-to-action .inner-box .inner .cta-btn{
    margin:0 5px
}
.cta-image-slider, .cta-image-slider .slick-track, .cta-image-slider .slick-list{
    height: 100%;
}
.cta-image-slider img{
    height: 100%;
    object-fit: cover;
}
.cta-gallery-area{
    position: relative;
    padding: 420px 0;
}
.cta-gr-img {
    position: absolute;
    width: 360px;
}
.cta-gallery-area .cta-img-1 {
    top: 80px;
    left: 28%;
    transform: rotate(15deg);
}
.cta-gallery-area .cta-img-2{
    top: 30%;
    left: 16%;
    transform: rotate(-15deg);
}
.cta-gallery-area .cta-img-3{
    top: 60%;
     left: 28%;
    transform: rotate(18deg);
}
.cta-gallery-area .cta-img-4{
    top: 80px;
    right: 28%;
    transform: rotate(-12deg);
}
.cta-gallery-area .cta-img-5{
    top: 30%;
    right: 16%;
     transform: rotate(13deg);
}
.cta-gallery-area .cta-img-6{
    top: 60%;
    right: 28%;
     transform: rotate(-8deg);
}
.cta-inner.style2{
    padding-top: 60px;
}
.cta-gallery-area{
    z-index: 1;
}
.cta-gallery-area .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.cta-gallery-area .cta-btn{
    min-width: 220px;
}
.cta-gallery-area::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 30%;
    width: 1px;
    background: #707070c0;
    z-index: 1;
}
section.content-area.cta-gallery-area::before {
    position: absolute;
    content: "";
    bottom: -29px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg,rgba(255, 252, 247, 0) 0%, rgba(255, 252, 247, 1) 100%);
    z-index: 1;
}
.video-box{
    margin-top: 30px;
    position: relative;
    height: 610px;
    z-index: 1;
}
.video-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    z-index: 0;
}
.video-box > img, .video-box > video.video-el{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box .play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    z-index: 1;
}
.video-box > img.video-shadow {
    position: absolute;
    bottom: -120px;
    height: auto;
    object-fit: contain;
    z-index: -1;
}
.dsc{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #545454;
}
.dsc a{
    color: #B22537;
    text-decoration: underline;
}
.dsc a:hover{
    text-decoration: none;
}
.n_top_320{
    padding-top: 435px;
    margin-top: -320px;

}
.image-banner .item {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: .3s all;
    top: 0;
        height: calc(100% - 30px);
}
.image-banner .item:hover{
       top: -10px;
}
.image-banner .item a {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.image-banner .item a:before {
    content: "";
    background: #252D38;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .48;
}
.image-banner .item>a>img, .image-banner .item>a img {
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.image-banner .item .inner {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    border: 1.5px solid #fff;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.image-banner .item .inner img {
    width: 180px;
    height: auto;
    object-fit: contain;
}
.footer-area{
    background: #101A21;
    padding: 70px 0;
    text-align: center;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top left;
}
.footer-logo {
    display: inline-block;
    width: 220px;
    margin-bottom: 10px;
}
.copyright{
    color: #F4F0E5;
}
.footer-area a{
    color: #F4F0E5
}
.fotoer-menu ul{
margin: 0;
padding: 0;
list-style: none;
}
.fotoer-menu ul li{
    display: inline-block;
    margin: 0 20px;
}
.fotoer-menu ul li a{
    display: block;
    color: #F4F0E5;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}
.fotoer-menu ul li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #F4F0E5;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.4s;
}
.fotoer-menu ul li a:hover::after {
    transform: scaleX(1);
}
.footer-info{
    color: #f4f0e57b;
    font-weight: 300;
}
.fotoer-menu{
    margin: 20px 0;
}
.footer-social{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.footer-social li{
    display: inline-block;
    margin: 0 6px;
}
.footer-social li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #7070702b;
    color: #FFFFFF;
}
.footer-social li a:hover{
     background: #F4F0E5;
     color: #101A21;
}
.group_btn .cta-btn{
    margin: 0 5px;
}
.hero-area .group_btn .cta-btn {
    min-width: 290px;
}
.page-banner {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 60px;
}
.page-banner .page-banner-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.page-banner::after{
  position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(59, 52, 33, 0.44);
    z-index: -1;
}
.page-banner-text{
    position: relative;
    z-index: 1;
    color: #F4F0E5;
}
.page-title{
    color: #F4F0E5;
    text-transform: uppercase;
    font-size: 65px;
    letter-spacing: 4px;
    font-weight: 500;
}

.banner-menu {
    padding-bottom: 60px;
    color: #F4F0E5;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.banner-menu a{
        color: #F4F0E5;
}
.banner-menu a:hover{
   text-decoration: underline;
}
.page-banner-text::before {
    position: absolute;
    content: "";
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #F4F0E5;
    border-radius: 5px;
}
.contact-location {
    margin: 40px 0;
    width: 80%;
}
.contact-location ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.location-list li{
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}
.location-list li a{
    color: rgba(34, 34, 34, 0.72);
}
.location-list .location-title{
color: #101A21;
font-weight: 500;
font-size: 18px;
}
.location-item img.location-icon {
    width: 20px;
    margin-right: 15px;
    position: relative;
    top: 6px;
}
.office_hours ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info-text  .footer-social li a{
    color: #101A21;
}
.contact-info-text  .footer-social li a:hover{
    background: #B22537;
    color: #F4F0E5;
}
.c_form{
    padding: 40px;
    background: #F3F1E6;
}
.c_form .h4{
    font-size: 22px;
}
.c_form input, .c_form textarea, .c_form select{
border: none !important;
background: transparent !important;
height: 55px !important;
padding: 10px 0 !important;
border-bottom: 1px solid #3b342143 !important;
box-shadow: none !important;
border-radius: 0 !important;
font-size: 16px !important;
}
.gform-theme--foundation .gform_fields{
    row-gap: 15px !important;
}
.c_form input::placeholder, .c_form textarea::placeholder, .c_form select::placeholder{
    color: #3B3421 !important;
    opacity: 0.6 !important;
}
.c_form textarea{
    min-height: 200px !important;
    resize: none !important;
}
.c_form .cta-btn{
        display: inline-flex !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 18px 25px !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 1 !important;
    font-size: 16px !important;
    letter-spacing: 0.1em !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
        background: #545454 !important;
    color: #F4F0E5 !important;
    height: auto !important;
    line-height: normal !important;
    font-weight: 400 !important;
}
.c_form .cta-btn:hover{
    outline: none !important;
    box-shadow: none !important;
}
.c_form .cta-btn::after {
    position: absolute !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    z-index: -1 !important;
    transition: all 0.4s !important;
        background: #B22537 !important
}
.c_form .cta-btn:hover::after {
    height: 100% !important
}
.c_form .cta-btn:hover{
    border-color: #B22537 !important;
}
.c_form .cta-btn:focus, .c_form input:focus, .c_form textarea:focus, .c_form select:focus{
    outline: none !important;
    box-shadow: none !important;
}
.gform-footer{
    display: block !important;
}
.gform_heading, .gform_validation_errors{
    display: none !important;
}
.icon-teaser.style2 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
    margin-top: 30px;
}
.icon-teaser.style2 .icon {
    margin-bottom: 20px;
}
.icon-teaser.style2 .icon img {
    height: 65px;
    margin: 0 auto;
}
.icon-teaser.style2 .title {
    font-size: 24px;
}
.divider hr{
    margin: 0;
    border-color: #C9C9C9;
    opacity: 0.5;
}
.page-banner .sub-heading {
    line-height: normal;
    color: #F7F7F5;
    margin-top: -50px;
}
.image-banner .section-heading{
position: relative;
}
.image-banner .section-heading::after {
    position: absolute;
    content: "";
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background-color: #B1B0AC;
    border-radius: 5px;
}
.section-heading.locations.alt .desc::after {
    background-color: #B1B0AC;
}
.contact-info .inner {
    display: flex;
    align-items: center;
}
.contact-info .inner img {
    width: 20px;
    margin-right: 10px;
}
.contact-info .inner a{
    color: #222222b3;
}
.contact-info .h5{
    margin-bottom: 5px;
}
.contact-info{
    margin-bottom: 30px;
}
.contact-info .inner a:hover, .location-list li a:hover{
    color: #B22537;
}
.map-area iframe{
    width: 100%;
    height: 550px;
}
.map-area{
    position: relative;
    z-index: 1;
}
.venue-table table{
    width: 100%;
    margin-top: 15px;
}
.venue-table-box{
    margin-top: 30px;
}
.venue-table table thead th{
    font-weight: 700;
    color: #101A21;
}
.venue-image{
    margin-top: 30px;
}

.page-banner .sub-heading.alt {
    margin-top: 0;
    line-height: 100%;
}
.image-text-style4 .content-text ul li::before{
    display: none;
}
.image-text-style4 .content-text ul li{
    color: rgba(34, 34, 34, 0.72);
    padding-left: 0;
}
.img-text-contact{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.img-text-contact li, .img-text-contact li a{
        color: rgba(34, 34, 34, 0.72);
    padding-left: 0;
}
.img-text-contact li{
    margin: 7px 0;
    display: flex;
    align-items: center;
}
.img-text-contact li img{
    width: 20px;
    margin-right: 10px;
    min-width: 20px;
}
.content-text .notes{
    margin-top: 25px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.map-wrapper iframe{
    width:100%;
    height:480px;
    filter: grayscale(1);
}
.map-wrapper{
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.map-wrapper > img.video-shadow {
    position: absolute;
    bottom: -100px;
    height: auto;
    object-fit: contain;
    z-index: -1;
}
.pt_325 .n_top_320{
    padding-top: 325px;
}
.menu-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-content  ul li div {
    border-bottom: 1px solid rgba(112, 112, 112, 0.31);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.menu-content ul li {
    margin-bottom: 30px;
}
.gx_80{
    --bs-gutter-x: 80px;
}
.menu-content ul li .title {
    font-size: 17px;
    font-weight: 300;
    color: #2F2F2F;
}
.menu-content ul li  .price{
color: #2F2F2F;
font-weight: 700;
font-size: 17px;
}
.menu-content  ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.menu-content{
    margin-top: 40px;
}
.menu-cta-image{
    margin-top: 30px;
}
.image-box-slider{
    margin-top: 40px;
}
.image-box-slider .slide{
    padding: 0 20px;
}
.image-box-slider .slick-list{
    margin-left: -20px;
    margin-right: -20px;
}
.image-box.style3{
    display: block;
    text-align: center;
}
.image-box.style3 .image{
        width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.image-box.style3 img{
    width:  100%;
    height: 100%;
    border-radius: 50%;
    margin-bottom: 20px;
    object-fit: cover;
    transition: all 0.4s;
    transform: scale(1) rotate(0deg);
}
.image-box.style3 .title{
    font-weight: 500;
    text-transform: uppercase;
    color: #141414;
    font-size: 20px;
}
.image-box.style3:hover img{
    transform: scale(1.1) rotate(5deg);
}
.section-action{
    margin-top: 50px;
}
.slick-dots{
    position: inherit;
    bottom: 0;
    margin-top: 20px;
}
.alt.menu-content{
    margin-top: 0;
}
.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.c_form .cta-btn{
	width:100% !important
}

.page-banner .group_btn{
	margin-top:20px
}
.page-banner .group_btn .cta-btn{
	    min-width: 240px; 
	margin:5px
}
.map_iframe iframe{
	height:400px;
	width:100%
}
.banner-reviews{
	margin-bottom:20px
}
.gallery-box{
	display:block;
	height:250px;
	overflow:hidden
}
.gallery-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all 0.4s;
}
.gallery-box:hover img{
	transform:scale(1.1)
}
.related-links ul{
	text-align:center;
	margin:0;
	padding:0;
	list-style:none
}
.related-links ul li {
    display: inline-block;
    margin-top: 5px;
    margin-right: 5px;
}
.related-links ul li .cta-btn{
	padding:10px 20px
}
.faq_accordion .accordion-button {
    padding: 20px 30px;
    background: #F3F1E6;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2F2F2F;
	position:relative
}
.faq_accordion .accordion-button .plus-minus {
    width: 15px;
    height: 15px;
    position: absolute;
    min-width: 15px;
    right: 20px;
}
.faq_accordion .accordion-button .plus-minus::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 100%;
    background: #101A21;
}
.faq_accordion .accordion-button .plus-minus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 2px;
    background: #101A21;
}
.faq_accordion .accordion-button::after{
display:none
}
.faq_accordion .accordion-item {
    margin-top: 20px;
	 background: #F3F1E6;
}
.faq_accordion .accordion-body {
    padding: 20px 30px;
}
.faq_accordion .accordion-button:not(.collapsed){
	background:#101A21;
	color:#fff
}
.faq_accordion ul{
	list-style:disc
}
.faq_accordion ol{
	list-style:decimal
}
.faq_accordion .accordion-button:not(.collapsed) .plus-minus::after{
	background:#fff
}
.faq_accordion{
	margin-top:20px
}
.designby{
	margin-top:30px;
	color:#f4f0e57b
}
.designby a{
		color:#f4f0e57b
}
.designby a:hover{
	color:#f4f0e5
}
.contact-location.alt {
    width: 100%;
    margin: 0;
}
.embed-maps iframe {
    width: 100%;
    height: 230px;
}
.inner-map-info{
	margin-top:40px;
	margin-bottom:40px
}
.fixed-scroll-area {
    background: #F3F1E6;
}
.fixed-scroll-area ul li{
	margin:0
}
.fixed-scroll-area ul li a {
    display: block;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}
.fixed-scroll-area.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.fixed-scroll-area .related-links{
	overflow-x:auto
}
.fixed-scroll-area li a{
	white-space:nowrap;
	opacity:0.5
}
.fixed-scroll-area ul{
	display:flex;;
	align-items:center;
	justify-content:center
}
.fixed-scroll-area li.active a{
	border-bottom:2px solid #B22537;
		opacity:1;
	border-color:#B22537
}
.fixed-scroll-area ul li a:hover{
	opacity:1;
	border-color:#B22537
}
.column_two{
	column-count:2
}

/*REsponsive*/


#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #402921;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;

}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}


/*Tab landscape*/
@media(max-width:1400px) {
    .site-logo {
    width: 100px;
}
.hero-area .h1 {
    font-size: 70px;
}
.hero-area {
    min-height: 550px;
}
.location-box{
    height: auto;
}

.call-to-action .inner-box {
    padding: 20px;
}
.call-to-action .inner-box .heading {
    font-size: 34px;
}
.call-to-action .inner-box .inner .cta-btn{
    width: 100%;
    margin: 5px 0;
}

.cta-gr-img {
    width: 200px;
}
.cta-gallery-area {
    padding: 300px 0;
}
.video-box{
    height: 500px;
}
.image-box.style3 .image {
    width: 120px;
    height: 120px;
    margin: 0 auto 15px;
}
.image-box.style3 .title{
    font-size: 16px;
}
	.location-address br{
		display:none
	}
}

/*Tab Portrait*/
@media(max-width:991px) {

    br {
        display: none
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 55px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }
    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #F3F1E6;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #111;
        border-bottom: 1px solid rgba(25, 25, 25, 0.06);
        font-size: 15px;
        opacity: 1;
    }

    .header-menu a::before {
        display: none
    }

    .header-menu a::after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #111;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action > a {
        display: none
    }

    .header-area {
        position: relative
    }

.site-logo {
    width: 100px;
}
    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }
    
.mainmenu ul li.has-submenu> span{
    border: none;
}
nav#menu li.has-submenu > a:after {
    border: none;
    content: '+';
    position: absolute;
    top: 10px;
    right: 9px;
    display: block;
    top: 37%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-size: 30px;
    font-weight: 400;
    background: transparent;
    right: 0;
    left: auto;
}
nav#menu li.has-submenu.active > a:after{
content: '-';
}
.header-area {
    padding: 12px 0;
    background: #F3F1E6;
}
body {
    font-size: 16px;
    line-height: 24px;
}
h1, .h1{
    font-size:48px;
}

h2, .h2 {
    font-size: 38px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 28px;
}
h5, .h5 {
    font-size: 24px;
}
.hero-area .h1 {
    font-size: 54px;
    letter-spacing: 4px;
}
.hero-area {
    padding-top: 95px;
    min-height: inherit;
}
.hero-inner {
    width: 95%;
    margin: 0 auto;
}
.teaser-item img {
    min-height: 34px;
    height: 34px;
}
.icon-teaser-list .teaser-item span {
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
}
.icon-teaser-list .teaser-item{
    padding: 10px;
}
.section-heading.locations {
    font-size: 18px;
    line-height: 28px;
}
.location-box{
    height: auto;
}
.location-box .location_shade {
    bottom: 0;
    object-fit: contain;
    object-position: bottom;
}
.location-box .info{
    padding: 20px;
}
.location-box .info > img {
    min-width: 36px;
    width: 36px;
}
.location-box .title{
    font-size: 20px;
}
.sub-heading{
    font-size: 38px;
}
.call-to-action .cta-box{
    padding: 40px;
}
.call-to-action .inner-box{
    padding: 20px;
}
.call-to-action .inner-box .heading {
    font-size: 30px;
}
.call-to-action .inner-box .inner .cta-btn{
    width: 100%;
    margin: 5px 0;
}
.call-to-action{
    height: 500px;
}
.cta-gr-img {
    position: absolute;
    width: 120px;
    z-index: -1;
}
.cta-gallery-area {
    padding: 220px 0;
}
.video-box{
    height: 400px;
}
.video-box > img.video-shadow {
    bottom: -80px;
}
.n_top_320 {
    padding-top: 340px;
    margin-top: -250px;
}
.image-banner .item .inner img {
    width: 130px;
}
.image-banner .item .inner {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 20px;
}
.footer-logo {
    width: 160px;
}
.footer-area {
    padding: 50px 0;
}
.page-title{
    font-size: 40px;
}
.page-banner{
    padding-bottom: 40px;
}

.image-box.style3 .image {
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
}
.image-box-slider .slide {
    padding: 0 10px;
}
.image-box-slider .slick-list{
    margin-left: -10px;
    margin-right: -10px;
}
.image-box.style3 .title{
    font-size: 16px;
}
.section-action {
    margin-top: 30px;
}
.contact-info-text .h3{
    font-size: 24px;
}
.c_form{
    padding: 25px;
}
.page-banner .sub-heading {
    margin-top: -35px;
}
.icon-teaser.style2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin-top: 30px;
}
.icon-teaser.style2 .title {
    font-size: 20px;
}
.icon-teaser.style2 .icon img {
    height: 40px;
}
.alt.content-img.group-img .group_small {
    margin-left: -40%;
    margin-top: -50px;
}
.map-area iframe {
    height: 400px;
}
.list-heading{
    font-size: 18px;
}
.gx_80 {
    --bs-gutter-x: 20px;
}
.alt.menu-content{
    margin-top: 0;
}
.pt_325 .n_top_320 {
    padding-top: 250px;
}
.map-wrapper iframe {
    height: 390px;
}
	.embed-maps{
		margin-bottom:30px
	}
	.fixed-scroll-area ul{
		justify-content:flex-start
	}

}

/*Mobile landscape*/
@media(max-width:767px) {
    .hero-inner {
    width: 100%;
    margin: 0 auto;
}
   .hero-area .h1 {
    font-size: 40px;
    letter-spacing: 2px;
}
.hero-area {
    min-height: 100%;
    padding-top: 80px;
}
.hero-inner::before {
    top: -25px;
}
.icon-teaser-list .teaser-item span {
    padding-left: 16px;
    font-size: 14px;
    line-height: 18px;
}
.teaser-item img {
    min-height: 40px;
    height: 40px;
}
.section-heading.locations {
    font-size: 18px;
    line-height: 26px;
}
.cta-btn{
    font-size: 14px;
}
h1, .h1{
    font-size: 40px;
}

h2, .h2 {
    font-size: 34px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 26px;
}
h5, .h5 {
    font-size: 22px;
}
.sub-heading{
    font-size: 34px;
}
.call-to-action .inner-box .heading {
    font-size: 26px;
}
.location-box .hover img {
    width: 40px;
    min-width: 40px;
}
 .icon-teaser-list {
    flex-wrap: wrap;
}
.icon-teaser-list .teaser-item {
    flex: 0 0 50%;
    width: 50%;
}

.location-box {
    height: auto;
}

.location-box .info {
    padding: 20px;
}
.location-box .info > img {
    min-width: 35px;
    width: 35px;
}
.location-box .title {
    font-size: 18px;
}
.location-box .address {
    font-size: 16px;
}
.call-to-action .cta-box{
    padding: 40px;
}
.call-to-action .inner-box{
    padding: 20px;
}
.call-to-action {
    height: 400px;
}
.cta-gallery-area {
    position: relative;
    padding: 0 0 50px;
}
.cta-gr-img {
    width: 120px;
    z-index: -1;
    opacity: 0.2;
}
.cta-gallery-area::after {
    bottom: -15px;
    height: 50px;
}
.cta-gallery-area .cta-btn {
    min-width: 270px;
}
.cta-gallery-area .cta-img-1 {
    top: 30px;
}
.cta-gallery-area .cta-img-4 {
    top: 30px;
}
.video-box {
    height: 300px;
}
.video-box .play_btn {
    width: 80px;
    height: 80px;
}
.video-box > img.video-shadow {
    bottom: -80px;
}
.n_top_320 {
    padding-top: 220px;
    margin-top: -150px;
}

.footer-area p, .footer-area a{
    font-size: 12px;
    line-height: 18px;
}
.fotoer-menu ul li a{
    font-size: 12px;
}
.fotoer-menu ul li {
    margin: 5px;
}
.footer-logo{
    width: 150px;
}
.footer-area{
    padding: 40px 0;
}

.map-area iframe {
    width: 100%;
    height: 340px;
}
.menu-content ul li .title{
    font-size: 15px;
}
.menu-content ul li .price{
    font-size: 14px;
}
.menu-content.alt{
    margin-top: 0;
}
.map-wrapper > img.video-shadow{
    bottom: -40px;
}
.pt_325 .n_top_320 {
    padding-top: 150px;
}
.map-wrapper iframe {
    height: 300px;
}
	.group_btn .cta-btn{
		margin:5px;
	}
	.page-banner .group_btn .cta-btn {
    min-width: inherit;
}
	
}

/*Mobile Portrait*/
@media(max-width:575px) {
	
	.page-banner .group_btn .cta-btn {
		margin:7px 0
	}
    .group_btn .cta-btn{
        margin: 7px 0;
    }
    .cta-btn{
        width:100%;
            padding: 12px 18px;
    }


.content-img{
    margin-bottom: 30px;
}
.cta-image-slider{
    display: none;
}
.call-to-action{
    height: auto;
}
.call-to-action .cta-box{
    position: inherit;
    padding: 0;
}
.call-to-action .inner-box{
    padding: 20px;
}
.call-to-action .inner-box .inner .cta-btn{
    margin: 7px 0;
}
.cta-slider-area{
    padding-top: 0;
}
.cta-gallery-area {
    padding: 0 0 50px;
}
.cta-gr-img {
    width: 120px;
    z-index: -1;
    opacity: 0.1;
}
.cta-gallery-area::after {
    bottom: -30px;
    height: 70px;
}
.video-box {
    height: 300px;
}
.video-box .play_btn{
    height: 70px;
    width: 70px;
}
.video-box > img.video-shadow {
    bottom: -40px;
}
.n_top_320 {
    padding-top: 220px;
    margin-top: -160px;
}
.c_form{
    padding: 30px;
    margin-top: 40px;
}
.alt.content-img.group-img .group_small {
    margin-left: -34%;
    margin-top: -50px;
}
.venue-table-box .list-heading {
    font-size: 18px;
    text-align: center;
}
.venue-table{
    overflow-x: auto;
}
.venue-table td, .venue-table th{
    padding: 5px 8px;
}
.menu-content {
    margin-top: 20px;
}

}
@media(max-width:480px){
     
}