@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500&display=swap');
/*@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/Work Sans-Book.otf');
  font-weight: 400;
  font-style: normal;
}*/


html {
    scroll-padding-top: 160px;
}
body { font-family: 'Work Sans', sans-serif; font-style: normal; font-weight:400; color:#353535; font-size: 15px; line-height: 1.7;  overflow-x: hidden;}

b, strong {
  font-weight: bold;
}
i {
  font-weight: italic;
}
b, strong {font-weight: bold;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Domine', serif;
    line-height: 1.2;

}
.align-right-column > .vc_column-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.slider-description h1 {
    font-size: 56px;
    margin-bottom: 10px;
}
.slider-description h3 {
    font-size: 51px;
    font-weight: 300;
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
}
h2 {
    font-size: 50px;
}
h1 {
    font-size: 60px;
}
h4 {
    font-size: 30px;
}
.large-phone-font {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
}
i.fas.fa-phone {
    color: #205276;
}
.regular-font {
    font-weight: 400 !important;
}
.larger-font-regular-p {
    font-size: 20px;
}
.bold {
    font-weight: 800;
}
section:not(#header) {
    overflow-x: hidden;
}
h2 {
    font-weight: 600;
}
.large-padding-top {
    padding-top: 80px;
}
.large-margin-top {
    margin-top: 80px;
}
.large-padding-bottom {
    padding-bottom: 80px;
}
.desktop-menu li ul li {
    display: block;
}
img.alignleft {
    display: inline-block;
    margin: 0px 10px 10px 0px;
    float: left;
}
img.alignright {
    display: inline-block;
    margin: 0px 0px 10px 10px;
    float: right;
}
.posttitle {
    font-weight: bold;
    color: #a75e3b;
}
.single-post .type-post a {
    text-decoration: underline;
    font-weight: 800;
    color: #2c584d;
}
i.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    transition: 0.3s;
    color: inherit;
    text-decoration: none;
}
.slider-description h2 {
    font-weight: 400;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
section#header figure.wp-block-image {
    margin-bottom: 0px !important;
}
.intro-iframe-holder {
    background-position: top center;
    position: relative;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
}
video#home-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.header-menu-mobile.icons {
    display: none;
}
.mobile-menu {
    display: none;
}
@keyframes zoom {
    0% { transform:scale(1,1); }
    50% { transform:scale(1.2,1.2); }
    100% {transform:scale(1,1); }
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    background: rgba(0,0,0,0.4);
}
.hasScrolled .desktop-menu {
    opacity: 1 !important;
    position: fixed !important;
    top: 0px;
    z-index: 999 !important;
    width: 100% !important;
    left: 0;
    right: 0;
    transition: 0.4s;
    background: white;
    border-bottom: 1px solid grey;
    box-shadow: 0px 0px 3px 0px grey;
}

.desktop-menu .menu {
    padding: 0;
    margin: 0;
}


.desktop-menu li {
    position: relative;
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}
.desktop-menu {
    position: relative;
    font-size: 14px;
}
.image-full {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-full-width {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-full-width img {
    width: 100%;
}
.column-direction {
    flex-direction: column;
}
.slider-holder {
    position: relative;
    width: 100%;
    height: calc(100vh - 63px);
    overflow: hidden;
}
.arrows-home {
    max-width: 96%;
    position: absolute;
    z-index: 9;
    width: 1020px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
}
.arrows-home div {
    cursor: pointer;
}
.slider-inner, .slider-top, .slider-inner .slick-list, .slider-inner .slick-track, .slider-inner .slick-slide {
    height: 100%;
    width: 100%;
}

.hold-img-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9 !important;
}
.jumbotron {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    top: 0;
    position: relative;
    left: 0;
}
.main-header {
    position: relative;
    z-index: 99;
}
.container {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.social-and-personal {
    display: flex;
    align-items: center;
}
.personal-info p {
    display: inline-block;
    margin-bottom: 0;
}
.personal-info {
    font-size: 14px;
    font-weight: bold;
    margin-right: 50px;
}
.personal-info p:first-child {
    margin-right: 30px;
}
.personal-info i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    color: #96c6e7;
}
.slider-holder.sixty-percent {
    height: calc(60vh - 63px);
}
.slider-holder.eighty-percent {
    height: calc(80vh - 63px);
}
.social-desktop-holder i {
    width: 37px;
    height: 37px;
    background: #255175;
    text-align: center;
    color: white;
    line-height: 37px;
    border-radius: 28px;
    font-size: 20px;
}
.previous_caro {
    position: absolute;
    z-index: 9;
    left: 0;
    top: calc(50% - 25px);
}
.next_caro {
    position: absolute;
    z-index: 9;
    right: 0;
    top: calc(50% - 25px);
}
.previous_caro_one {
    position: absolute;
    z-index: 9;
    left: 0;
    top: calc(50% - 49px);
    background: white;
    border: 1px solid #8f8f8f;
    border-radius: 100px;
    width: 70px;
    height: 70px;
}
.previous_caro_one span {
    color: black !important;
    font-size: 40px !important;
    position: relative;
    top: 2px;
    left: -1px;
}
.next_caro_one {
    position: absolute;
    z-index: 9;
    right: 0;
    top: calc(50% - 49px);
    background: white;
    border: 1px solid #8f8f8f;
    border-radius: 100px;
    width: 70px;
    height: 70px;
}
.next_caro_one span {
    color: black !important;
    font-size: 40px !important;
    position: relative;
    top: 2px;
    right: -1px;
}
.social-desktop-holder i:hover {
    opacity: 0.8;
}
.pos-rel {
    z-index: 9;
    position: relative;
}
.small-padding-footer-costs h3 {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
}
.small-padding-footer-costs p {
    text-underline-offset: 14px;
    text-decoration-thickness: 0.5px;
}
section.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.desktop-menu .menu a {
    padding: 18px 15px;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
}
.desktop-menu .menu a:hover {
    color: #205276;
    font-weight: 800;
}
.desktop-menu .menu .current-menu-item a {
    font-weight: bold;
    color: #205276;
}
section#header {
    height: 250px;
    padding: 10px 0px;
}
.home section#header {
    height: 120px;
}
.container-small {
    margin: 0 auto !important;
    max-width: 1000px;
}
.larger-font-p p {
    font-size: 19px;
    font-weight: 500;
    color: #464646;
    line-height: 1.4;
}
body .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 4em!important;
}
.inline-icon .wpb_wrapper {
    display: flex;
    align-items: center;
}
.inline-icon .vc_icon_element {
    margin-right:20px;
}
.links-page table {
    width: 100% !important;
}
td {
    padding: 10px;
}
.links-page table b {
    color: #2c584d;
}
.links-page table a {
    color: #2c584d;
    font-weight: 600;
    text-decoration: underline;
}
.mobile-links-page {
    display: none;
}
.slider-description {
    color: white;
    max-width: 100%;
    font-size: 20px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: #2950748f;
    border-radius: 30px;
    padding: 20px;
}
.slider-desc-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
    text-align: center;
}
.next_caro.slick-arrow img, .previous_caro.slick-arrow img {
    width: 25px;
}
.previous_caro.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    left: 10%;
    z-index: 9;
    cursor: pointer;
    background: transparent;
    border: none;
}
.next_caro.slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 9;
    right: 10%;
    cursor: pointer;
    background: transparent;
    border: none;
}
span.lnr.lnr-chevron-left {
    font-size: 50px;
    color: white;
}
span.lnr.lnr-chevron-right {
    font-size: 50px;
    color: white;
}
.slider-description h1, .slider-description h2, .slider-description h3, .slider-description h4, .slider-description h5, .slider-description p {
    color: white;
}
.overlay-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0,0,0,0.2);
}
.address-phone-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.address-phone-holder i.fa.fa-map-marker-alt {
    color: #205276;
    font-size: 35px;
    margin-right: 15px;
}
p.h-address {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 13px;
    color: #2e2e2e;
    margin-bottom: 0;
}
li.isotope-item.slick-slide {
    position: relative !important;
}
ul.wpb_image_grid_ul.slick-slider {
    height: auto !important;
}
li.isotope-item.slick-slide {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}
li.isotope-item.slick-slide a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 32%;
    padding-bottom: 32%;
    overflow: hidden;
}
li.isotope-item.slick-slide a img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



























button.slick-prev.slick-arrow {
    font-size: 40px;
    border: 0;
    padding: 0;
    position: absolute;
    left: -40px;
    z-index: 9;
    top: calc(50% - 29px);
    background: transparent;
    color: transparent;
}
button.slick-next.slick-arrow {
    font-size: 40;
    border: 0;
    padding: 0;
    position: absolute;
    right: -79px;
    z-index: 9;
    top: calc(50% - 29px);
    background: transparent;
    color: transparent;
}
button.slick-prev.slick-arrow:before {
    content: '';
    content: "\e875";
    font-size: 50px;
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #000;
}
.f-eighteen {
    font-size: 18px;
}
.f-twenty {
    font-size: 20px;
}
button.slick-next.slick-arrow:before {
    content: '';
    content: "\e876";
    font-size: 50px;
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #000;
}
.classic-button button {
    border: none !important;
    background: #f9a03a !important;
    color: white !important;
    padding: 15px 52px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
a.top-slider-link:hover, .classic-button button:hover {
    opacity: 0.9;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.slick-slide {
    padding: 20px;
    color: #555555;
}
#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 0 !important;
}
div#sbi_load {
    position: relative;
    left: -20px;
}
.footer-bottom {
    background: #ebeaea;
}
.footer-bottom h5 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 30px;
}
ul#menu-quick-links {
    list-style: none;
    padding: 0;
}

ul#menu-quick-links li {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 15px;
}
.google-map img {
    width: 100%;
}

.footer-bottom .personal-info p {
    display: block;
    margin-bottom: 15px;
}
.footer-logo.mb-thirty {
    margin-bottom: 30px;
}
.sbi_photo_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}
.sbi_photo_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

ul#menu-quick-links li a:hover {
    border-bottom: 1px solid #7e2f1e;
}
.copy-right {
    background: transparent;
    font-size: 14px;
    padding: 20px 0px;
    position: relative;
    text-align: center;
    border-top: 1px solid #c1b9b2;
    margin-top: 50px;
}
.copy-right a {
    font-weight: 700;
}
body:not(.home) .slider-desc-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 0px);
    display: flex;
    align-items: center;
    z-index: 9;
}
body:not(.home) .slider-desc-holder h1 {
    font-size: 93px;
}
.footer-social i {
    width: 28px;
    height: 28px;
    background: #d5d5d5;
    color: #242424;
    line-height: 24px;
    border-radius: 28px;
    font-size: 15px;
    border: 2px solid #d5d5d5;
    display: inline-block;
    text-align: center;
}
.footer-social i:hover {
    background: transparent;
    color: white;
}
span.click-li-child {
    display: none;
}
ul.sub-menu {
    display: none;
    position: absolute;
    padding: 0 20px 20px 20px;
    background: white;
    min-width: 360px;
    text-align: left;
    box-shadow: 0px 3px 3px 0px grey;
}
ul.sub-menu li {
    margin: 0 !important;
}
ul.sub-menu li a {
    padding: 7px 0px 7px 0px !important;
}
.desktop-menu .menu li:hover > .sub-menu {
    display: block;
}
.ev-single-post a:hover .events-thumb img {
    opacity: .8;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-main-menu-left-container {
    position: relative;
    right: 176px;
}
.menu-main-menu-right-container {
    position: relative;
    left: 130px;
}
::-webkit-input-placeholder { /* Edge */
  color: #424242;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #424242;
}

::placeholder {
  color: #424242;
}

.footer-form {
    max-width: 640px;
    margin: 0 auto;
}
.footer-form h4 {
    position: relative;
    font-size: 64px;
    margin-bottom: 30px;
    color: #a75e3b;
    text-align: center;
    font-weight: bold;
}
.footer-form .form-subtitle {
    font-style: italic;
    font-size: 24px;
    color: #676363;
    margin-bottom: 30px;
}
input, textarea, select {
    width: 100%;
    border: 2px solid #295074;
    padding: 15px 27px;
    border-radius: 40px;
    background: transparent;
    margin-bottom: 15px;
    font-weight: 400;
    color: #295074;
    max-height: 200px;
}


a.whatsup {
    display: block;
    text-align: center;
    font-size: 33px;
    color: #2c584d;
    margin-top: 50px;
    margin-bottom: 80px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
form.wpcf7-form label {
    display: block;
}
input.wpcf7-submit {
    font-size: 16px;
    display: block;
    border: 2px solid #275b88;
    padding: 15px 45px;
    border-radius: 50px;
    width: 260px;
    background: #275b88;
    z-index: 99;
    position: relative;
    margin: 20px 0px;
    color: white;
}
form.wpcf7-form {
    font-size: 18px;
}
input.wpcf7-submit:hover {
    text-decoration: underline;
}
.vertical-line {
    height: 52px;
    background: #d2d2d2;
    width: 1px;
    margin: 0px 55px;
}
p.h-phone {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    margin-bottom: 0;
}
.contact-us {
    display: flex;
    margin-right: 40px;
}
.contact-us i.fas.fa-phone {
    color: #205276;
    font-size: 35px;
    margin-right: 15px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-info p {
    display: flex;
}
.footer-info i {
    margin-right: 10px;
    margin-top: 5px;
    color: #99aaa2 !important;
}
.footer-hours p {
    margin-bottom: 10px;
}
.hours-holder {
    display: flex;
}
.hours-holder i {
    position: relative;
    top: 5px;
    margin-right: 10px;
    color: #99aaa2;
}

footer h3 {
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    margin-bottom: 20px;
}
footer li {
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 14px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer {
    letter-spacing: 0.5px;
}
.footer-deposit:after {
    content: '';
    border: 1px solid black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 9px;
    left: 8px;
}
.menu-item-has-children > a:after {
    content: "\e874";
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 24px;
    right: 10px;
    font-size: 12px;
    color: #9698a1;
}
a.top-slider-link {
    background: #f9a03a;
    color: white;
    padding: 15px 52px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.row-slider h5 {
    color:#006bb6;
    font-weight: 400 !important;
    margin-bottom: 20px;
    font-family: 'Work Sans' !important;
    margin-top: 15px;
}
.row-slider .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 25px !important;
}
.row-slider img {
    height: 87px !important;
    width: auto;
}
.max-sevenfifty {
    max-width: 770px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.font-medium {
    font-weight: 600;
}

footer {
    background: #5f7577;
    color: white;
    margin-top: 0;
}



@media screen and ( max-width:767px ) {
    .align-right-column > .vc_column-inner, .mobile-align-center .vc_column-inner {
        align-items: center;
        margin-bottom: 20px !important;
        text-align:center;
    }
    .text-white.small-padding-footer-costs * {
        text-align: center !important;
    }
    .mobile-image-left {
        text-align: center !important;
    }
    .align-right-column > .vc_column-inner {
        border: 0 !important;
    }
    .vc_row.wpb_row.vc_row-fluid.container-small {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


@media screen and ( max-width:1199px ) {
    section#header {
        height: 120px;

    }
    .home .post-text {
        margin-top: 0px;
    }
    .post-text {
        margin-top: 50px;
    }
    .vc_custom_1699899565563 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .menu-address-phone {
        display: none;
    }
    button.slick-prev.slick-arrow:before {
        font-size: 30px;
    }
    button.slick-next.slick-arrow:before {
        font-size: 30px;
    }
    .large-padding-top {
        padding-top: 50px;
    }
    .vc_row.smaller-padding-phone {
        padding-top: 30px !important;
    }
    .f-twenty {
        font-size: 16px;
    }
    .f-eighteen {
        font-size: 16px;
    }
    .hours.hours-phone {
        justify-content: center;
        margin-top: 40px;
        font-size: 14px;
    }
    .menu-item-has-children > a:after {
        display: none;
    }
    span.lnr.lnr-chevron-left {
        font-size: 30px;
    }
    span.lnr.lnr-chevron-right {
        font-size: 30px;
    }
   
    a.top-slider-link {
        padding: 7px 41px;
    }
    .classic-button button {
         padding: 7px 41px;
    }
    .hours-contact {
        display: none;
    }
    section#header {
        height: 60px;
        display: flex;
        align-items: center;
    }
    .footer-form h4 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    h3.main-title {
        font-size: 40px;
    }
    div#sbi_load {
        left: 0;
    }
    div#sbi_images {
        width: 100%;
        left: 0;
    }
    div#sb_instagram {
        left: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-next.slick-arrow {
        right: 20px;
    }
    .container {
        max-width: 100%;
    }
    .mobile-menu .social-and-personal {
        display: block;
    }
    .social-and-personal {
        display: none;
    }
    .website-logo {
        text-align: left;
        display: block;
        width: 90px;
        margin: 0px;
        position: relative;
        top: 0;
    }
    .has-scr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 6px;
    }
    .socials-desktop {
        display: none;
    }
    .header-menu-mobile.icons {
        display: block;
    }
    .top-header {
        display: none;
    }
    .main-menu {
        display: block;
    }
    .menu-main-menu-left-container {
        right: 0;
    }
    .menu-main-menu-right-container {
        left: 0;
    }
    .slider-description h1 {
        font-size: calc(30px + 1vw);
        margin-bottom: 10px;
    }
    .slider-description h3 {
        font-size: calc(20px + 1vw);
    }
    .previous_caro.slick-arrow {
        left: -1%;
    }
    .next_caro.slick-arrow {
        right: -1%;
    }
    h2 {
        font-size:36px;
    }
     h3 {
        font-size:30px;
    }
    h4 {
    font-size: 22px;
}
    .vc_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
 /*MOBILE OPENER*/
 .overflow-x-hidden {
         overflow-x: hidden;
 }
    .desktop-menu {
        display: none !important;
    }
    .icons .menu-icon {
        -webkit-animation-name: none;
        animation-name: none;
        outline: 0;
        border: 0;
        box-shadow: 0;
        background: none;
        height: 50px;
        width: 37px;
    }
    .menu-icon span:first-child {
      top: 20px;
    }
    .menu-icon span:nth-child(2) {
      top: 30px;
    } 
    .menu-icon span:last-child {
      top: 40px;
    }
    .header-menu-mobile {
        text-align: right;
        position: fixed;
        right: 15px;
        z-index: 99999;
         top: 22px;
    }
    .slider-description-holder {
        bottom: 80px !important;
    }
    .mobile-menu li {
      margin-bottom: 15px;
    }
    .overflow-y-stopped {
        overflow-y: hidden;
    }
    .personal-info-mobile .social {
        display: block;
        margin-top: 40px;
        font-size: 24px;
    }
    .personal-info-mobile .social i {
        margin: 10px;
    }
    .menu-icon span {
        display: block;
        height: 3px;
        width: 35px;
        background-color: #fff;
        box-shadow: 0px 2px 0px black;
        position: absolute;
        right: 0;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
    .m-holder {
        max-width: 90%;
        margin: 40px auto;
    }
  .mobile-menu {
    padding: 105px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: -40%;
    height: 100%;
    color: #242424;
    z-index: 9999;
    overflow: scroll;
    display: block;
    justify-content: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: white;
}
  .mobile-menu .website-logo {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
  .m-holder {
      max-width: 90%;
      margin: 40px auto;

      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      font-size: 16px;
      text-align: center;
  }
  .m-holder ul {
      padding: 0px;
      margin: 0px;
  }
    .m-holder ul.sub-menu {
        padding: 0;
        margin-top: 10px;
        border-top: 0px;
    }
    .m-holder li {
      list-style: none;
      position: relative;
    }
    .mobile-menu.show-menu {
        opacity: 1;
        visibility: visible;
        right: 0px;
    }
    .menu-icon--active span:first-child {
        box-shadow: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
        background-color: #242424;
    }
    .menu-icon--active span:nth-child(2) {
        box-shadow: none;
        opacity: 0;
    }
    .menu-icon--active span:last-child {
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 30px;
        background-color: #242424;
    }
    span.click-li-child img {
        width: 20px;
    }
    ul.sub-menu li {
        margin: inherit !important;
    }
    .mobile-menu .personal-info {
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .mobile-menu .personal-info p:first-child {
        margin-right: 0;
    }
    .mobile-menu .personal-info p {
        display: block;
        margin-bottom: 10px;

    }
    .mobile-menu ul.sub-menu {
      position: relative;
      display: none;      
      background: none;
      text-align: center;
    }
    span.click-li-child.flipImage img {
        transform: rotate(180deg);
        position: relative;
        top: -2px;
    }
    span.click-li-child img {
        max-width: 25px;    
    }
    span.click-li-child {
        display: inline-block;
        position: relative;
        left: 10px;
    }
  /*END*/
}
@media screen and ( max-width:1000px ) {
    .smaller-container {
        display: block;
    }
    .mobile-links-page {
        display: block;
    }
    .links-page {
        display: none;
    }
    ul.mobile-first-ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        padding: 0;
        list-style: none;
    }
    ul.mobile-first-ul li {
        padding: 10px;
        text-align: center;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-links-page a {
        font-weight: bold;
        text-decoration: underline;
        color: #2c584d;

    }
    ul.mobile-first-ul img {
        width: 100%;
        float: none !important;
        display: block;
        margin-left: unset;
        margin-right: unset;
    }
}
@media screen and (min-width:1200px) {
    .home h3 {
        font-size: 22px;
    }
}
.wpb_image_grid_ul.slick-initialized.slick-slider {
    height: auto !important;
}
.isotope-item.slick-slide {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 270px;
}
.isotope-item img {
    position: absolute;
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}
.larger-f-a {
    font-weight: 700;
    font-size: 22px;
}