@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
/* font-family: 'Cinzel Decorative', serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;800&display=swap');
/* font-family: 'Playfair Display', serif; */
/* 	-----------------------------------------------------
------------------- General Styles ------------------
----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: 4px-box;
    -moz-box-sizing: 4px-box;
    box-sizing: 4px-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: transparent;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #0A000A;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #2A2A2A;
    text-decoration: none;
}

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

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    margin: 0;
    padding: 110px 0 0 0;
    font-family: 'Montserrat', sans-serif;
    color: #2A2A2A;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width:760px) {
    body {
        margin: 0;
        padding: 80px 0 0 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    body {
        margin: 0;
        padding: 80px 0 0 0;
    }
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1330px;
}

/* 	-----------------------------------------------------
-------------------- Header Styles ------------------
----------------------------------------------------- */
.header-section {
    padding: 15px 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header-section.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
    background-color: #FFFFFF;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.brand {
    transition: all .7s ease-in-out;
    width: 100%;
    max-width: 276px;
}

@media screen and (max-width: 1023px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background-color: #FFFFFF;
        transition: all 0.5s ease;
        margin: 0;
    }

    .navbar.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
    margin-left: 50px;
}

.menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    color: #2A2A2A;
    position: relative;
    padding: 0;
}

.menu-link>i {
    font-size: 12px;
    color: inherit;
}

.menu-link:hover {
    outline: none;
    color: #00938F;
}

.menu-link a {
    color: #2a2a2a;
    position: relative;
}

.menu-link::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition-duration: 0.25s;
    background-color: #FFFFFF;
}

.menu-active {
    color: #00938F;
    position: relative;
}

.menu-active a {
    color: #00938F;
    font-weight: 600;
    border-bottom: 2px solid #2a2a2a;
}

.menu a.active {
    color: #00938F;
}

.menu a:hover {
    color: #00938F;
}

.menu-check .menu-link {
    background: #00938F;
    padding: 0 40px;
    font-weight: 600;
    color: #FFFFFF;
    height: 54px;
    border-radius: 30px;
    transition: all .4s ease-in-out;
    text-align: center;
}

.menu-check:hover .menu-link {
    background: #2A2A2A;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

@media only screen and (min-width: 1023px) {
    .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1023px) {
    .menu {
        width: 100%;
        height: 100%;
        padding: 50px 20px 20px 20px;
    }

    .menu-item {
        display: block;
        margin: 20px auto;
    }

    .menu-link {
        justify-content: space-between;
        padding: 0;
        color: #000000;
        line-height: 40px !important;
    }

    .menu-link:hover {
        outline: none;
        color: #EB293E !important;
    }

    .menu-link::after {
        position: absolute;
        bottom: -3px;
        left: 0;
        content: "";
        width: 100%;
        height: 1px;
        transform: scale(1, 1);
        transform-origin: center top;
        transition-duration: 0.25s;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .menu-item:last-child {
        padding: 0;
        height: inherit;
        border-radius: 0;
        border: none;
        display: block;
    }

    .menu-active {
        background: none !important;
    }

    .menu-active a {
        color: #000000 !important;
        background: none !important;
    }

    .menu-dropdown .menu-link {
        background: url(../img/nav-arrow.svg) no-repeat 96% !important;
    }

    .menu-quote .menu-link,
    .menu-apply .menu-link {
        justify-content: center !important;
    }
}

.submenu {
    position: absolute;
    top: 30px;
    left: -15px;
    z-index: 99999;
    min-width: 8rem;
    height: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.submenu-item {
    display: block;
}

.submenu-link {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    color: #2A2A2A;
    transition: all 0.35s ease;
    padding: 10px 15px;
    display: block;
    background: none !important;
}

.submenu-link:hover {
    outline: none;
    color: #00938F;
    background: none !important;
    background-color: rgba(0, 30, 83, 0.05) !important;
}

.submenu-link-active {
    color: #00938F;
    background: none !important;
    background-color: rgba(0, 30, 83, 0.05) !important;
}

@media only screen and (max-width: 1023px) {
    .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        padding: 0;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }

    .submenu-item {
        display: block;
        border-top: 1px solid #FFF;
    }

    .submenu-link {
        font-size: 16px;
        font-weight: 400;
        line-height: inherit;
        cursor: pointer;
        color: #2A2A2A;
        transition: all 0.35s ease;
        padding: 10px 20px;
        display: block;
        background: none !important;
    }

    .submenu-link:hover {
        outline: none;
        color: #2A2A2A;
        background-color: rgba(0, 30, 83, 0.01) !important;
    }

    .submenu-link-active {
        color: #00938F;
        background: none !important;
        background-color: rgba(0, 30, 83, 0.01) !important;
    }

    .menu-active a.submenu-link {
        background: none !important;
        background-color: #FFFFFF !important;
    }

    .menu-active a.submenu-link:hover {
        outline: none;
        color: #00938F;

    }

    .menu-active a.submenu-link-active {
        color: #00938F;
        background: none !important;

    }

    .brand img {
        height: 50px;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 1;
    border: none;
    outline: none;
    background: #00938F;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    margin-left: 20%;
    width: 80%;
}

.burger-line:nth-child(3) {
    top: 1rem;
    margin-left: 50%;
    width: 50%;
}

.close {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 2rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 1.7rem;
    width: 3px;
    background-color: #001E53;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 1023px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 0px;
        top: 15px;
    }

    .close {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1023px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .menu-item {
        margin-left: 20px;
    }

    .menu-check .menu-link {
        padding: 0 20px;
    }
}

@media only screen and (min-width:1171px) and (max-width:1260px) {
    .menu-item {
        margin-left: 30px;
    }

    .menu-check .menu-link {
        padding: 0 30px;
    }
}

/* 	-----------------------------------------------------
-------------------- Banner Styles ------------------
----------------------------------------------------- */
.banner-section {
    background-color: #2A2A2A;
    min-height: 750px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner-section h1 {
    font-family: 'Cinzel Decorative', serif;
    font-size: 73px;
    font-weight: 400;
    line-height: 85px;
    color: #FFFFFF;
    max-width: 950px;
}

.banner-section h1 span {
    display: block;
}

.banner-section h1 strong {
    font-weight: 700;
}

.banner-section p {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    color: #FFFFFF;
    max-width: 820px;
}

.btn-more,
.btn-contact {
    display: inline-block;
    padding: 50px 25px 0 0;
}

.btn-more a {
    margin: 0;
    padding: 15px 50px;
    border-radius: 50px;
    background: #00938F;
    border: 1px solid #00938F;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-more a:hover {
    background: #FFFFFF;
    color: #00938F;
    transition: all .4s ease-in-out;
}

.btn-contact a {
    margin: 0;
    padding: 15px 50px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-contact a:hover {
    background: #FFFFFF;
    color: #00938F;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .banner-section {
        min-height: inherit;
        padding: 50px 0;
    }

    .banner-section h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-section p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    .btn-more,
    .btn-contact {
        padding: 20px 5px 0 0;
    }

    .btn-more a {
        padding: 5px 20px;
        font-size: 18px;
    }

    .btn-contact a {
        padding: 5px 20px;
        font-size: 18px;
    }
}


/* 	-----------------------------------------------------
------------------- Content Styles ------------------
----------------------------------------------------- */

.content-section {
    min-height: 400px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Cinzel Decorative', serif;
    font-weight: 400;
    line-height: 1.4;
    color: #2A2A2A;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 60px;
}

.content-section h2 {
    font-size: 50px;
}

.content-section h2 strong {
    font-weight: 700;
    color: #00938F;
}

.content-section h3 {
    font-size: 40px;
}

.content-section h4 {
    font-size: 32px;
}

.content-section h5 {
    font-size: 26px;
}

.content-section h6 {
    font-size: 20px;
}

.content-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5A5A5A;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5A5A5A;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 30px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5A5A5A;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-01 a {
    margin: 0;
    padding: 11px 40px;
    border-radius: 50px;
    background: #00938F;
    border: 1px solid #00938F;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    background: #2A2A2A;
    border: 1px solid #2A2A2A;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.btn-02 a {
    margin: 20px 0 0 0;
    padding: 11px 40px;
    border-radius: 50px;
    background: #FFFFFF;
    border: 1px solid #00938F;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #00938F;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.btn-02 a:hover {
    background: #00938F;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}

.btn-02 a i {
    margin-right: 5px;
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 36x;
    }

    .content-section h2 {
        font-size: 30px;
    }

    .content-section h3 {
        font-size: 24px;
    }

    .content-section h4 {
        font-size: 20px;
    }

    .content-section h5 {
        font-size: 18px;
    }

    .content-section h6 {
        font-size: 16px;
    }

    .content-section p {
        font-size: 15px;
        line-height: 1.5;
    }

    .content-section ul li {
        font-size: 15px;
        line-height: 1.5;
    }

    .content-section ol li {
        font-size: 15px;
        line-height: 1.5;
    }

    .btn-01 a {
        padding: 5px 20px;
        font-size: 14px;
    }

    .btn-02 a {
        padding: 5px 20px;
        font-size: 14px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1170px) {
    .btn-01 a {
        padding: 10px 25px;
    }

    .btn-02 a {
        padding: 10px 25px;
    }
}

.welcome-section {
    padding: 100px 0;
}

.welcome-section h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    max-width: 550px;
}

.welcome-section h6 span {
    color: #00938F;
}

.welcome-section p {
    max-width: 600px;
}

.welcome-section .gate-box {
    box-shadow: 0px 2px 5px 0px #48617326;
}

.welcome-section .gate-box figure {
    margin: 0;
    padding: 0;
}

.welcome-section .gate-box article {
    padding: 15px;
}

.welcome-section .gate-box article h6 {
    font-style: italic;
    font-weight: 700;
    color: #00938F;
    padding: 0;
}

.welcome-section .gate-box article p {
    font-size: 14px;
}

.welcome-section .gate-box article p strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #486173;
}

@media only screen and (max-width:760px) {
    .welcome-section {
        padding: 30px 0;
    }

    .welcome-section .gate-box {
        margin-top: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .welcome-section {
        padding: 50px 0;
    }

    .welcome-section .gate-box {
        margin-top: 30px;
    }

    .welcome-section p,
    .welcome-section h6 {
        max-width: 100%;
    }
}

.about-section {
    padding: 100px 0;
    background-color: #E5F2F1;
}

.about-section img {
    border-radius: 5px;
}

.about-section .img-01,
.about-section .img-02,
.about-section .img-03 {
    margin: 0;
    padding: 0;
}

.about-section .img-02 {
    margin-top: 20px;
}

.about-section article {
    padding-left: 27px;
}

.about-section article h2 {
    padding: 0;
}

@media only screen and (max-width:760px) {
    .about-section {
        padding: 30px 0;
    }

    .about-section .img-02 {
        margin-top: 10px;
    }

    .about-section article {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .about-section {
        padding: 50px 0;
    }

    .about-section .img-02 {
        margin-top: 25px;
    }

    .about-section article {
        padding-left: 0;
        padding-top: 30px;
    }
}

.services-section {
    padding: 100px 0;
}

.services-section h2 {
    padding: 0;
}

.services-section [class*="col-"] {
    padding: 15px;
}

.services-section figure {
    margin: 0;
    padding: 0;
}

.services-section article {
    margin: -50px auto 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 80%;
    min-height: 100px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px 0px #48617326;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #606060;
    position: relative;
}

@media only screen and (max-width:760px) {
    .services-section {
        padding: 30px 0;
    }

    .services-section .row {
        margin: 0 -5px;
    }

    .services-section [class*="col-"] {
        padding: 5px;
    }

    .services-section figure {
        margin: 15px 0 0 0;
        padding: 0;
    }

    .services-section article {
        margin: -30px auto 0 auto;
        padding: 5px;
        max-width: 90%;
        min-height: 60px;
        font-size: 14px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .services-section {
        padding: 50px 0;
    }
}

.gallery-section {
    padding: 80px 0;
    background: #E5F2F1 url(../img/leave.png) no-repeat right;
}

.gallery-section h2 {
    padding: 0;
}

.action ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.action ul li {
    flex: 30%;
}

@media only screen and (max-width:760px) {
    .gallery-section {
        padding: 30px 0;
    }

    .action ul {
        margin: 15px 0 5px 0;
        gap: 5px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .gallery-section {
        padding: 30px 0;
    }

    .action ul {
        margin: 0 0 15px 0;
        gap: 10px;
    }
}

.video-gallery-section {
    text-align: center;
    position: relative;
    height: 80vh;
}

.video-gallery-section .image-overlay {
    z-index: 1;
}

.slider-for-videogallery {
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.slider-for-videogallery img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.slick-current img {
    border: 2px solid #FFFFFF;
}

.slider-nav-videogallery {
    margin: 0 auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    padding: 0 10%;
}

.slider-nav-videogallery div {
    padding: 5px;
    cursor: pointer;
}

.video-gallery-section .slick-prev {
    left: 7% !important;
}

.video-gallery-section .slick-next {
    right: 7% !important;
}

.video-gallery-section .slick-prev::before,
.video-gallery-section .slick-next::before {
    color: #FFFFFF !important;
}

@media only screen and (max-width:760px) {
    .video-gallery-section {
        height: auto;
    }

    .slider-for-videogallery {
        height: auto;
    }
}

/* Home Contact Info */

.home-contact-info-left {
    padding-bottom: 60px;
}

.home-contact-info-left h2 {
    font-family: "Cinzel Decorative", serif;
    font-size: 30px;
    line-height: 37px;
    color: #2a2a2a;
    font-weight: 400;
    padding: 0 0 30px;
}

.home-contact-info-left ul {
    padding: 0;
    list-style-type: none;
}

.home-contact-info-left ul li {
    position: relative;
    padding-left: 42px;
    padding-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2a2a2a;
}

.home-contact-info-left ul li:last-child {
    padding-bottom: 0px;
}

.home-contact-info-left ul li i {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.home-contact-info-left h2 span {
    font-weight: 700;
    color: #00938f;
    display: block;
}

.home-contact-info {
    padding: 50px 0;
    background-color: #fff;
}

.home-contact-info-row input[type="text"],
.home-contact-info-row input[type="email"],
.home-contact-info-row input[type="tell"] {
    width: 100%;
    border: none;
    border-bottom: #8d8d8d 1px solid;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 13px 0;
}

.home-contact-info-row input[type="text"]::placeholder,
.home-contact-info-row input[type="email"]::placeholder,
.home-contact-info-row input[type="tell"]::placeholder {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #8d8d8d;
}

.home-contact-info-row textarea {
    width: 100%;
    height: 113px;
    resize: none;
    border: none;
    border-bottom: #8d8d8d 1px solid;
    padding: 17px 0;
}

.home-contact-info-col-6,
.home-contact-info-col-12 {
    padding-bottom: 25px;
}

.btn-send-massage {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: transparent;
    color: #00938f;
    border: #00938f 1px solid;
    border-radius: 50px;
    padding: 14px 35px;
    display: inline-block;
    margin-top: 15px;
}

.btn-contact-info {
    text-align: right;
}

@media (min-width: 1200px) {
    .home-contact-info {
        padding: 100px 0;
    }

    .home-contact-info-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .home-contact-info-left {
        width: 485px;
    }

    .home-contact-info-right {
        width: calc(100% - 485px);
    }

    .home-contact-info-left h2 {
        font-size: 50px;
        line-height: 67px;
    }

    .home-contact-info-row {
        display: flex;
        justify-content: space-between;
    }

    .home-contact-info-col-6 {
        width: calc(50% - 18px);
    }

    .home-contact-info-col-12 {
        width: 100%;
    }
}

/* Testimonials */

.testimonials-section {
    background-color: #e5f2f1;
    padding: 50px 0;
}

.testimonials-section h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.025em;
    text-align: left;
}

.testimonials-section h2 {
    font-family: "Cinzel Decorative", serif;
    font-size: 22px;
    line-height: 37px;
    color: #2a2a2a;
    font-weight: 400;
    padding: 0 0 30px;
}

.testimonials-section h2 span {
    color: #00938f;
    font-weight: bold;
}

.testimonials-item {
    background-color: #fff;
    padding: 45px 30px 27px;
    border-radius: 5px;
}

.star-rating {
    padding-bottom: 24px;
}

.star-rating i {
    font-size: 22px;
    color: #E85300;
}

.testimonials-content {
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
	min-height: 150px;
}

.testimonials-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.slick-dots li {
    width: unset;
    margin: 0 3px !important;
}

.testimonials-js .slick-dots button {
    background-color: #B5B5B5;
    width: 30px !important;
    height: 3px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.testimonials-js .slick-active button {
    width: 24px;
    height: 3px;
    border-radius: 10px;
    background-color: #77305D;
}

.bg-img {
    display: none;
}

@media (min-width:500px) {
    .testimonials-js .slick-slide {
        margin: 0 15px;
    }

    .testimonials-js .slick-list {
        margin: 0 -15px;
    }
}


@media (min-width:1200px) {
    .testimonials-section {
        position: relative;
        z-index: 1;
    }

    .bg-img {
        display: block;
        position: absolute;
        bottom: 120px;
        left: 0;
        z-index: -1;
    }

    .testimonials-section h2 {
        font-size: 50px;
        line-height: 67px;
        padding: 0 0 41px;
        text-align: center;
    }

    .testimonials-section {
        padding: 100px 0 120px;
    }

    .testimonials-js .slick-dots {
        bottom: -44px;
    }
}

/* 	-----------------------------------------------------
-------------------- Footer Styles ------------------
----------------------------------------------------- */

.footer-section {
    background-color: #170a0a;
    padding: 50px 0;
}

.footer-logo {
    text-align: center;
    padding-bottom: 32px;
}

.footer-logo img {
    width: 100px;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 3;
}

.footer-nav ul li {
    padding-bottom: 10px;
    text-align: center;
}

.footer-nav ul li:last-child {
    padding-bottom: 0px;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
}

.footer-content {
    max-width: 715px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}

.footer-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 0;
}

.footer-content p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.btn-direction {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border: #fff 1px solid;
    border-radius: 50px;
    padding: 12px 42px;
    display: inline-block;
    margin-top: 15px;
    transition: all .4s ease-in-out;
}

.btn-direction:hover {
    color: #00938F;
    border: #00938F 1px solid;
    transition: all .4s ease-in-out;
}

.btn-direction i {
    font-size: 20px;
    margin-right: 5px;
}

.copyright {
    padding: 30px 0 20px;
    text-align: center;
}

.copyright p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

.copyright p span {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .footer-section {
        padding: 80px 0 41px;
    }

    .footer-logo img {
        width: unset;
    }

    .footer-nav ul {
        column-count: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-nav ul li {
        padding: 0 30px;
    }

    .footer-nav {
        padding-bottom: 50px;
    }

    .copyright {
        padding: 30px 0 0px;
    }
}



/* 	-----------------------------------------------------
------------------ Go to top Styles -----------------
----------------------------------------------------- */

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #00938F url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 50%;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}


/* About */

.masthead {
    position: relative;
    z-index: 1;
}

.masthead__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.masthead__wrapper {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    color: #fff;
}

.masthead::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    opacity: 0.95;
    z-index: -1;
}

.masthead__wrapper h1 {
    font-size: 32px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 800;
    line-height: normal;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.breadcrumb ul li {
    margin: 0;
    padding: 0 12px;
    position: relative;
    font-size: 14px;
}

.breadcrumb ul li:first-child {
    padding-left: 0;
}

.breadcrumb ul li::before {
    content: '>';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translate(0, -50%);
    margin-top: 1px;
}

.breadcrumb ul li:last-child::before {
    display: none;
}

.breadcrumb ul li a {
    color: #fff;
}

@media (min-width: 768px) {
    .masthead__wrapper {
        padding: 100px 0;
    }

    .masthead__wrapper h1 {
        font-size: 70px;
        line-height: 80px;
    }


    .breadcrumb {
        bottom: 20px;
    }

    .breadcrumb ul li {
        font-size: 20px;
    }

}

@media (min-width: 1200px) {
    .masthead__wrapper {
        padding: 130px 0;
    }
}

.about-section--white {
    background: #fff;
    padding-bottom: 0;
}

.about-section--white h2 strong {
    color: #2A2A2A;
}

@media (min-width: 1200px) {
    .about-section--white .row {
        display: flex;
        align-items: center;
    }
}

.image-text {
    margin: 50px 0;
}

.image-text__text {
    padding-top: 20px;
}

.image-text__text h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0;
}

.image-text__image {
    text-align: center;
}

@media (min-width: 768px) {
    .image-text__text {
        padding-top: 30px;
    }

    .image-text__text h2 {
        font-size: 50px;
    }

}

@media (min-width: 1200px) {

    .image-text {
        margin: 50px 0 100px 0;
    }

    .image-text__text {
        padding-top: 0;
    }

    .image-text .row-opposite .image-text__text {
        padding-right: 27px;
        margin-top: 80px;
    }

    .image-text .row {
        align-items: center;
    }

    .image-text .row-opposite {
        flex-direction: row-reverse;
    }

}

.teams {
    padding: 50px 0;
    background: #E5F2F1;
}

.teams h2 {
    font-size: 30px;
    text-align: center;
}

.teams h2 span {
    color: #00938F;
    font-weight: 700;
}

.js-team {
    margin: 0 -14px;
    padding: 20px 0 40px 0;
}

.team-item {
    padding: 0 14px;
}

.team {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.team__image {
    height: 320px;
}

.team__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.js-team .slick-current img {
    border: none;
}

.team__details {
    text-align: center;
    padding: 15px;
}

.team__title {
    color: #2A2A2A;
    padding: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
    font-weight: 600;
}

.team__description {
    padding: 0 !important;
    color: #5A5A5A;
    font-size: 18px;
}

.js-team .slick-arrow {
    bottom: 0;
    top: auto;
    color: #2A2A2A;
}

.js-team .slick-prev {
    left: 50%;
    margin-left: -30px;
}

.js-team .slick-next {
    right: 50%;
    margin-right: -30px;
}

.js-team .slick-prev::before,
.js-team .slick-next::before {
    color: #2A2A2A;
    font-size: 30px;
    opacity: 1;
}

@media (min-width: 768px) {
    .teams h2 {
        font-size: 50px;
    }

}

@media (min-width: 1200px) {
    .teams {
        padding: 100px 0;
    }

}

@media (min-width: 1366px) {
    .teams {
        padding: 100px 0;
    }

    .teams h2 {
        font-size: 50px;
    }

    .js-team {
        padding: 20px 0 0 0;
    }

    .js-team .slick-arrow {
        top: 50%;
        z-index: 1;
    }

    .js-team .slick-prev {
        left: 0;
        margin-left: -10px;
    }

    .js-team .slick-next {
        right: 0;
        margin-right: -0px;
    }
}

@media (min-width: 1440px) {

    .js-team .slick-prev {
        margin-left: -30px;
    }

    .js-team .slick-next {
        margin-right: -20px;
    }
}

.galleries {
    padding: 50px 0;
}

.gallery {
    height: 310px;
    margin-bottom: 20px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-wrap .row {
    margin: 0 -10px;
}

.gallery-wrap .row>* {
    padding: 0 10px;
}

.moreBox,
.moreBox1 {
    display: none;
}

.show {
    display: flex;
}

.loadMore {
    text-align: center;
    justify-content: center;
}

.tabs01 {
    display: flex;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
    justify-content: center;
    list-style: none;
}

.tabs01 li {
    list-style: none;
    padding: 0 43px;
    color: #606060;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 147, 143, 0.2);
}

.tabs01 li a {
    color: #606060;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 20px;
    display: block;
    position: relative;
}

.tabs01 li:first-child {
    padding-left: 0;
}

.tabs01 li:last-child {
    padding-right: 0;
}

.tabs01 li.active a {
    color: #00938F;
}

.tabs01 li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #00938F;
}

.tabs01 li.active a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;

    border-bottom: 12px solid #00938F;
}

@media (min-width: 768px) {
    .gallery-big {
        height: 640px;
    }
}


@media (min-width: 1200px) {

    .galleries {
        padding: 100px 0;
    }
}

.contacts {
    padding: 50px 0;
}

.contacts__form .btn-contact-info {
    text-align: left;
}

.contacts__form {
    box-shadow: 0 0 20px rgba(118, 118, 118, 0.25);
    padding: 20px 20px 30px 20px;
}

.contacts__form h2 span {
    font-weight: 700;
    color: #00938f;
}

.contacts_info {
    background: rgba(0, 147, 143, 0.15);
    padding: 20px;
}

.contacts_info__text {
    padding: 10px 0;
}

.contacts__image {
    height: 320px;
}

.contacts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-contact-info-col-6 label {
    font-weight: 500;
}

@media (min-width: 768px) {
    .contacts__image {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .contacts {
        padding: 100px 0;
    }

    .contacts__image {
        height: auto;
    }

    .contacts__wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .contacts__image,
    .contacts__text {
        width: 50%;
    }

    .contacts__form {
        padding: 25px 25px 54px 30px;
    }

    .contacts__form h2 {
        padding-bottom: 35px;
    }

    .contacts_info {
        padding: 15px 30px 12px 15px;
        display: flex;
        justify-content: space-between;
    }

    .contacts_info__left,
    .contacts_info__right {
        width: 272px;
    }

    .contacts_info__text {
        padding: 0;
        line-height: 32px;
        font-weight: 500;
    }
}

.check-availability {
    padding: 30px 0;
    background: #E5F2F1;
}

@media (min-width: 1200px) {
    .check-availability {
        padding: 50px 0;
    }
}

.check-availability h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.check-availability h2.gate {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
}

.legend-flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.legend-flex ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
}

.legend-flex ul li {
    position: relative;
    padding-left: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.legend-flex ul li::before {
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    position: absolute;
}

.legend-flex ul li:nth-child(2) {
    color: #ff4b53;
}


@media (min-width: 768px) {
    .check-availability h2.gate {
        font-size: 35px;
    }
}

.site-credit {
    margin-top: 10px;
}

.site-credit a {
    color: #f39802;
}

.abcd {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(222, 230, 231, 0.7);
    font-family: 'Montserrat', sans-serif;
    border-radius: 15px;
    overflow: hidden;
}

.abcd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pop-main h4 {
    font-size: 25px;
    color: #00938F;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
}

.pop-flex {
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
    padding-top: 14px;
}

.pop-in {
    padding: 0 8px;
    width: 50%;
}

.pop-out {
    padding: 0 8px;
    width: 100%;
}

.pop-flex input,
.pop-flex textarea,
.pop-flex select {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

.pop-flex input:focus,
.pop-flex textarea:focus {
    outline: none;
}

.pop-flex select {
    background: #FFF url(../img/dd-arrow.png) no-repeat right;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.pop-flex textarea {
    padding: 10px 15px;
    resize: none;
    height: 374px;
}

.pop-out input.btn {
    margin: 0;
    padding: 8px 40px;
    border-radius: 50px;
    background: #00938F;
    border: 1px solid #00938F;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    transition: all .4s ease-in-out;
    height: auto;
    width: auto;
    float: right;
}

@media only screen and (max-width:760px) {
    .check-availability {
        padding: 30px 0 50px 0;
    }

    .legend-flex ul li {
        font-size: 14px;
    }

    .abcd {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(222, 230, 231, 0.7);
        font-family: 'Montserrat', sans-serif;
        border-radius: 15px;
        overflow: hidden;
    }

    .abcd img {
        height: 200px;
        overflow: hidden;
    }

    .pop-main h4 {
        font-size: 20px;
    }

    .pop-flex {
        margin: 0 -5px;
        padding-top: 0;
    }

    .pop-in {
        padding: 5px;
        width: 100%;
    }

    .pop-out {
        padding: 5px;
        width: 100%;
    }

}

.terms-content h2 {
    text-align: left !important;
}

.terms-content h6 {
    padding: 15px 0 0 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}

.terms-content p {
    color: #2A2A2A !important;
}

.features-section {
    padding: 50px 0 0 0;
    text-align: center;
}

.features-section h2 {
    font-weight: 700;
}

.p100 {
    padding: 10px 17% !important;
}

.features-section--grey {
    padding: 100px 0;
    background: #E5F2F1;
}

.features-section--grey .row-opposite,
.features-section--white .row-opposite {
    flex-direction: row-reverse;
}

.features-section--white {
    padding: 50px 0 100px 0;
}

.features-section--grey .image img,
.features-section--white .image img {
    border-radius: 20px;
}

.features-section--grey h2,
.features-section--white h2 {
    font-weight: 700;
    padding: 0;
}

ul.features-list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

ul.features-list li {
    flex: 48.5%;
    max-width: 48.5%;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

ul.features-list li figure {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

ul.features-list li article h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

ul.features-list li article p {
    padding: 0;
}

ul.hall-features-list {
    margin: 20px 0 50px 0;
    padding: 0;
    list-style: none;
}

ul.hall-features-list li {
    margin: 20px 0;
    padding: 0 0 0 40px;
    background: url(../img/icon.png) no-repeat 0 0;
    font-size: 23px;
    font-weight: 400;
    color: #5A5A5A;
}

@media only screen and (max-width:760px) {
    .features-section {
        padding: 30px 0 0 0;
    }

    .p100 {
        padding: 10px 0 !important;
    }

    .features-section--grey {
        padding: 30px 0;
    }

    .features-section--white {
        padding: 30px 0;
    }

    ul.features-list li {
        flex: 100%;
        max-width: 100%;
    }

    ul.hall-features-list {
        margin: 10px 0 20px 0;
    }

    ul.hall-features-list li {
        margin: 10px 0; 
        font-size: 16px;
    }
}

.btn-desktop {
	display:none;
}

.btn-down {
	color: #fff;
	background: #00938f;
	border-color: #00938f;
	margin-left: 10px;
}

@media (min-width: 1200px) {
	.btn-desktop {
		display:inline-block;
	}
	
	.btn-mobile {
		display:none;
	}
	
	.btn-down:hover {
		color: #00938f !important;
		background: #fff;
		border-color: #00938f;
	}
	
	.btn-down:hover a {
		color: #00938f !important;
	}
}
	