/*styles*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "montserrat", serif;
    color: #3c3c3c;
}

.font2 {
    font-family: "Trocchi", serif !important;
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdMediumCn.OTF);
}

@font-face {
   font-family: ITC_BENUIAT;
   src: url(../fonts/ITCBenguiatStdBoldCn.otf);
   font-weight: bold;
}

body.active {
    overflow-y: hidden;
}

p {
    color: inherit;
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1800px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}

.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

h1,h2,h3,h4,h5 {
    /*font-size: inherit !important;*/
    /*font-weight: inherit !important;*/
    margin: none;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header {
    position: relative;
}

.header .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #25483c;
    color: white;
    z-index: 9999;
}

.header-fix {
    position: relative;
    height: 100px;
}

/*.header.stuck .bottom-header */

.header .bottom-header .logo {

}

.header .bottom-header .logo img {
    position: relative;
    max-height: 80px;
}

.header .bottom-header .menu-hold {
    height: 100%;
}

.header .bottom-header ul.menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header .bottom-header ul.menu li {
    position: relative;
    padding: 5px;
}

.header .bottom-header ul.menu li a {
    display: block;
    padding: 5px;
    font-weight: 600;
}

.header .bottom-header ul.social {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header .bottom-header ul.social li {
    padding: 10px;
    margin: 5px;
}

.header .bottom-header ul.social li a {
    padding: 5px;
    font-size: 30px;
    display: flex;
}

.header .bottom-header ul.social li a .phone {
    font-size: 17px;
    line-height: 17px;
    white-space: wrap;
    margin-left: 20px;
    font-weight: 600;
}

.header .bottom-header ul li ul.submenu {
    position: absolute;
    left: 0;
    width: 150px;
    top: 40px;
    background: white;
    color: #25483c;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 5px;
}

.header .bottom-header ul li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}

/*Home*/

.hero {
    position: relative;
    height: 100vh;
    background-position: center;
    background-size: cover;
    width: 100%;
    z-index: 9;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}

.hero .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bighero {
    position: relative;
    height: 65vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 80px;
}

.bighero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.bighero .bigtext {
    position: relative;
    color: white;
    font-size: 75px;
    line-height: 80px;
    z-index: 9;
}

.bighero .bigtext small {
    margin-top: 20px;
    z-index: 9;
}

.bighero .hold {
    z-index: 9;
}

.bighero .sub {
    color: white;
    z-index: 9;
    display: block;
}

.bighero .biggerm {
    font-size: 150px;
    line-height: 160px;
    color: white;
    display: block;
    z-index: 9;
}

.whyhero {
    position: relative;
    background: #25483c;
    padding: 150px 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyhero .main {
    font-size: 75px;
    line-height: 85px;
    font-weight: 500;
    max-width: 900px;
}

.whyhero .image {
    position: relative;
    height: 600px;
    width: 600px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.welcome {
    position: relative;
    padding: 80px 0;
    background: #25483c;
    color: white;
    text-align: center;
}

.welcome.home {
    padding-bottom: 180px;
}

.text-only {
    position: relative;
    padding: 80px 0;
    padding-top: 120px;
    font-size: 38px;
    text-align: center;
    color: #25483c;
}

.text-only::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 120px;
    clip-path: polygon(21% 0, 0% 100%, 100% 100%);
    background: white;
}

.accreds {
    position: relative;
    background: white;
    color: #25483c;
    padding: 80px 0;
    text-align: center;
}

.accreds::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    height: 100px;
    width: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: white;
}

.accreds .accred-slider {

}

.accreds .accred-slider .outer {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.accreds .accred-slider .slide {
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    height: 600px;
    width: 600px;
}

.image-section {
    position: relative;
    border: 50px solid white;
}

.image-section .image {
    position: relative;
    height: 100vh;
    width: 75%;
    margin-left: 25%;
    background-size: cover;
    background-position: center;
}

.image-section .info-block {
    position: absolute;
    top: 50px;
    left: 50px;
    padding: 80px;
    background: #e0e0db;
    color: #25483c;
    max-width: 700px;
    z-index: 99;
    font-size: 24px;
}

.text-image {
    position: relative;
    padding: 80px;
}

.text-image .image {
    position: relative;
    height: 100%;
    min-height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.text-image .text-block {
    position: relative;
    padding: 120px;
}

.text-image .text-block ul {
    font-size: 22px;
}

.text-image .text-block ul li {
    margin: 10px 0;
}

.why {
    position: relative;
    padding: 140px 40px;
    background: #25483c;
    color: white;
    text-align: center;
}

.why .title {
    font-size: 32px;
    margin-bottom: 20px;
}

.news {
    position: relative;
    padding: 80px 40px;
    color: white;
    background: #25483c;
}

.news.page {
    background: white;
    color: #25483c;
}

.news.page .news-block {
    margin: 20px;
}

.news .news-block {
    position: relative;
    text-align: center;
}

.news .news-block .image {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.news .news-block .info {
    margin-top: 20px;
}

.contact-section {
    position: relative;
    padding: 80px 0;
}

.contact-section .image {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

/*Gallery*/

.gallery-hold {
        position: relative;
        padding: 40px 30px;
    }
    .gallery-items {
        margin: 12.5px;
    }
    .gallery-image {
        height: 450px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .details {
        position: relative;
        padding: 20px 10px;
    }
    .cat {
        font-weight: 300;
        font-size: 15px;
        opacity: .7;
    }
    .light {
        font-weight: 200;
    }
    .style-heading {
        position: relative;
        font-size: 26px;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        opacity: .9;
        letter-spacing: 1px;
    }
    .style-heading::before {
        position: absolute;
        content: "";
        left: 50%;
        transform: translate(-50%);
        bottom: -2px;
        height: 3px;
        width: 20px;
        background: #525252;
    }
    .slick-arrow {
        background: transparent;
        color: #525252;
    }
    .slick-prev {
        left: -42px;
        font-size: 25px;
    }
    .slick-next {
        right: -40px !important;
        font-size: 25px;
    }
    .gallery-image {
      object-fit: contain;
      object-position: center;
    }
    .side-bar {
        position: absolute;
        padding: 40px 0;
        width: 15vw;
        right: 0;
        text-align: right;
        z-index: 1;
        transition: all .5s ease;
    }
    .gal-hold {
        width: 85vw;
    }
    .tab-wrap ul {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .content_title {
     margin-bottom: 40px;
    }
     .content_title .title {
         color: white;
    }
     .content_title .title small {
         font-weight: 100;
    }
     @media (min-width: 1200px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 768px) and (max-width: 1199px) {
         .main_content {
             column-count: 3;
        }
    }
     @media (min-width: 576px) and (max-width: 767px) {
         .main_content {
             column-count: 2;
        }
    }
     @media (max-width: 575px) {
         .main_content {
             column-count: 1;
        }
    }
    .box {
        overflow: hidden;
        display: none;
    }

    .selected {
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .checklist_wrap .box{
        display: block;
        opacity: 1;
        transition: opacity 1s linear;
        -webkit-transition: opacity 1s linear; }

    .contextNav.onethird {
        background-color: transparent; }

    .tab-wrap li {
        cursor: pointer;
        position: relative;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
    }

    .tab-wrap li.active, .tab-wrap li:hover {
        background: #f2ede4;
    }
    .magnifier {
        position: absolute;
        bottom: -70px;
        font-size: 40px;
        z-index: 99;
        right: 15px;
        text-align: center;
        width: 48px;
        transition: all .5s ease;
        padding: 3px;
        color: #fff;
    }
    .main .main_content .picture_wrapper:hover .magnifier {
        bottom: 0;
    }
    .social {
        display: inline-flex;
        position: relative;
        right: 30px;
    }
    .social li a {
        color: white;
        font-size: 20px;
        text-decoration: none !important;
    }
    .btn-large {
        position: absolute;
        right: 0;
        bottom: 45px;
        width: 100%;
        cursor: pointer;
        transition: all .5s ease;
        line-height: 20px;
        padding: 20px 30px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 400;
        color: white !important;
        text-decoration: none !important;
    }
    .btn-large:hover {
        background: #0d0d0d;
    }
    .side-button {
        width: fit-content;
        left: -43px;
        position: absolute;
        background: black;
        z-index: 9999;
        font-size: 26px;
        padding: 4px 9px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        transition: all .5s ease;
    }
    .side-button.closer {
        width: fit-content;
        left: 25px;
        position: absolute;
        z-index: 9999;
        font-size: 30px;
        top: 42px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
        transform: unset;
        border-radius: unset;
        padding: unset;
        background: unset;
    }
    @media(max-width: 1800px) {
        .side-bar {
          width: 20vw;
        }
        .gal-hold {
          width: 80vw;
        }
    }
    @media(max-width: 1500px) {
        .side-bar {
          width: 25vw;
        }
        .gal-hold {
          width: 75vw;
        }
    }
    @media(max-width: 991px) {
        .gal-hold {
          width: 100vw;
        }
        .side-bar {
            position: fixed;
            width: 100%;
            max-width: 220px;
            z-index: 9;
            right: -220px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 20px 0 0 20px;
        }
        .side-bar.active {
            right: 0;
        }
        .side-bar, .side-button {
          background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(3px);
            -webkit-backdrop-filter: blur(3px);
        }
        .side-button {
            opacity: 1;
            visibility: visible;
        }

        .tab-wrap ul {
          font-size: 19px;
        }
    }

    @media(max-width: 345px) {
        .side-bar.active .side-button {
            opacity: 0;
            visibility: hidden;
        }
        .side-bar.active .side-button.closer {
            opacity: 1;
            visibility: visible;
        }
    }

/*Defaults*/

.def-page {
    position: relative;
    padding: 80px 0;
}

label {
    width: 100%;
}

textarea {
    height: 120px;
}

.btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 5px;
    background: #25483c;
    color: white;
    text-transform: uppercase;
    transition: all .5s ease;
    z-index: 9;
    overflow: hidden;
    font-size: 14px;
    border: 0;
    /*font-style: italic;*/
}

.btn::before {
    content:"";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    background: black;
    z-index: -1;
}


.btn.white {
    background: white;
    color: #25483c;
}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: white;
    text-decoration: none;
}

.btn.gold {
    background: #b29266;
}

.form-group {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    margin: 0 3px;
}
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    height: 50px;
}
.form-group select {
    font-style: italic;
    color: #aaa;
}
.form-group input::placeholder,
.form-group select option {
    font-style: italic;
    color: #aaa;
}
.form-group select option {
    padding-left: unset;
}

.form-group .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #aaa;
}

.sub {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.heading {
    font-size: 55px;
    line-height: 52px;
    margin-bottom: 20px;
}

/*Footer*/

.footer-break {
    position: relative;
    height: 218px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.footer {
    padding: 80px 0;
    position: relative;
    background: #25483c;
    color: white;
    text-align: center;
}

.footer .mid p {
    text-align: left;
}

.footer .footer-heading {
    font-size: 34px;
    margin-bottom: 20px;
}

.copyright {
    position: relative;
    padding: 5px;
    font-size: 12px;
}

.footer ul.bottom {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer ul li {
    padding: 5px;
}

.footer ul li a {
    padding: 5px;
    text-decoration: underline;
}

.footer .form-control {
    height: 50px;
}

.footer ul.social {
    position: relative;
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer ul.social li a {
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
    color: #25483c;
    font-size: 32px;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    ul {
        padding-left: 0;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: white;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
/*        text-align: center;*/
    }

    .col-md-3.hours {
        text-align: left;
    }

    .social {
        right: unset;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .text-left, .text-right {
        text-align: center !important;
    }


}

@media (max-width: 400px) {

}
