/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100..900&display=swap");


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);




/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
        url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: europa;
    src: url('../fonts/europa300woff2') format("woff2"),
        url('../fonts/europa300.woff') format("woff"),
        url('../fonts/europa300') format("opentype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: europa;
    src: url('../fonts/europa400woff2') format("woff2"),
        url('../fonts/europa400.woff') format("woff"),
        url('../fonts/europa400') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

@font-face {
    font-family: europa;
    src: url('../fonts/europa700woff2') format("woff2"),
        url('../fonts/europa700.woff') format("woff"),
        url('../fonts/europa700') format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}


@font-face {
    font-family: 'mreaves';
    src: url('../fonts/fonnts.com-Mr_Eaves_XL_San_OT_Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Raleway Flex';
    src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    font-weight: 100 900;
}

body {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    line-height: 1.7;
    letter-spacing: 0.2px;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120%;
    color: #274eae;
    margin: 0
}

h1 {

    padding: 0 0 5px 0 !important;

}

h1 {
    font-size: 24px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif' !important;
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
}

.a-no-change {
    color: #274eae !important;
    text-decoration: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html,
body {
    height: 100%;

}

/*------------------------------------------------------------------
   	Preloader
-------------------------------------------------------------------*/

#mhead {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: 'georgia';
    position: fixed;
    top: 0px;
    width: 100%;
    margin-bottom: 50px;
    margin-left: -10px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader-animation.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: none;
    background: url(../images/icon_top.png) no-repeat;
}

.contact-btn {
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    opacity: 0.3;


    background: url(../images/contact.png) no-repeat;
}



.scrollup:hover {
    opacity: 0.8;
}

/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

#site-header {}

#header {}

.logo {
    float: left;
}

.header-block-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
}

.main-menu {}

.header-block-top .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 15px;
    display: inline-block;
    line-height: normal;
    font-size: 100%;
    height: 100%;
}

.main-menu .navbar-default {
    background-color: transparent;
}

.main-menu .navbar {
    min-height: inherit;
    border-radius: 0px;
    border: none;
    margin: 0px;
}

.main-menu nav .navbar-header .navbar-brand {
    height: inherit;
}

.main-menu .navbar-default .navbar-nav li a {
    color: #274eae;
}

.main-menu nav li a {
    padding: 43px 0px 15px;
    margin: 0 14px;
    color: #274eae;
    font-family: 'mreaves', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: 600;
    font-size: 1.1em;
}

.main-menu nav li a::after,
.main-menu nav li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.main-menu nav li a::before {
    background: #274eae;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #b5b5b5;
}

.main-menu nav li.active a::after,
.main-menu nav li.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    background: #b5b5b5;
}

.main-menu nav li a:hover::before,
.main-menu nav li a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a {
    background-color: transparent;
}

.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #202020;
    transition: 0.5s;
    padding: 10px 0 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.fixed-menu .navbar-brand {
    padding: 10px 0 10px;
}

.fixed-menu .navbar-brand>img {
    max-width: 150px;
}

.fixed-menu .main-menu nav li a {
    padding: 32px 0px 10px 0;

}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/

.banner {
    width: 100%;
    background: url(../images/grain_dark.jpg) no-repeat center top;
    height: 100vh;
    min-height: 100vh;
    background-size: cover;
}

.banner .banner-image {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;

}


.bottom {
    align-items: flex-start;
    display: flex;

}

.banner .banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    opacity: 0.5;
    z-index: 0;

    background-attachment: scroll;

}

@media (min-width: 1024px) {

    .banner .banner-image::before {
        background-attachment: fixed;
        background: url(../images/banner.png) no-repeat center top;
        animation: shrink 7s alternate both;
        background-size: cover;
    }
}

@media (max-width: 1023px) {
    .banner .banner-image::before {
        background: url(../images/banner2.png) no-repeat center top;
        background-size: contain;
        background-attachment: scroll;
        /* force safe mode on mobile */
    }
}


.typer-scroll {
    min-height: 1px;
    /* Ensures Intersection Observer works properly */
}
.banner-static{
    position: relative;
    height: 100vh; 
}
/* Make content sit on top of the transparent background image */




.banner-text {
    display: table;
    height: 20%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top:64%;
}

.banner-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}



.banner-text p {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 18px;
    color: #ccc;
    padding-bottom: 35px;
    margin: 0px;
}

.book-btn a {
    /*background:#e75b1e;*/
    color: #fff;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}

.book-btn a:hover {
    border: 3px solid red;
    background: none;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: red;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


.banner-cell .mouse {
    position: relative;
    width: calc(16px * 2);
    height: calc(31px * 2);
    margin: 60px auto 20px;
    background: none;
    border: 2px solid white;
    border-radius: calc(16px * 2);
    z-index: 1;
}

.banner-cell .mouse:after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: calc(4px * 2);
    height: calc(4px * 2);
    background: none;
    border: 2px solid white;
    border-radius: 100%;
    -webkit-animation-name: scrollWheel;
    animation-name: scrollWheel;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    will-change: transform;
}

/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main,
.gallery-main {
    background: #E6E6E6;
}

.pad-top-100 {
    padding-top: 90px;
}

.pad-bottom-100 {
    padding-bottom: 90px;
}

.pad-top-70 {
    padding-top: 70px;
}

.pad-bottom-70 {
    padding-bottom: 70px;
}

.shadow-sides {
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.pad-all-5 {
    padding: 5px;
}

.block-title {
    font-size: 3em;
    font-family: 'mreaves';
    font-weight: bold;
    text-align: center !important;
}

.title-ita {
    font-size: 1.6em;
    font-weight: 400;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-style: italic;
}

.block-title-h5 {
    font-size: 2em;
    font-family: 'mreaves';
    font-weight: 400;
    text-align: center !important;
    color: #274eae;
}

.about-images {
    text-align: center;
    position: relative;
}

@media (min-width: 1024px) {
    .about-images {
        top: 30vh;
    }
}

.about-main h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 600;
    font-size: 20px;
}

.left-btn {
    padding-top: 10px;
}


.about-images img {
    border: 10px solid #748D92;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;

}

.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
    margin: 60px 0;
}

.section-divider-low {
    height: 2px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
    margin: 10px 0;
}

.about-inset {
    position: absolute;
    top: 0;
    left: 16vw;
}

.inline-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    padding: 2px 4px;
    border-radius: 4px;
}

.inline-link:hover {
    color: #764ba2;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-bottom-color: #667eea;
}

.image-container {
    position: relative;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.image-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.floating-left {
    float: left;
    margin: 0 60px 40px 0;
    width: 400px;
}

.floating-right {
    float: right;
    margin: 0 0 40px 60px;
    width: 100%;
}

.image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.image-wrapper:hover::before {
    opacity: 1;
}

@media (max-width: 1024px) {
    .about-main {

        width: 100%;
    }
}

.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
    color: #fff;
    font-size: 18px;
}

.color-white {
    color: #fff !important;
}

.color-blue {
    color: #274eae !important;
}

.color-black {
    color: #000 !important;
}

#owl-demo .item {
    margin: 15px;
    position: relative;
    height: 100%;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

#news-slider {
    margin-top: 50px;
}

.post-slide {
    background: rgb(244, 242, 249);
    margin: 20px 15px 20px;
    padding-top: 1px;
    box-shadow: 0px 7px 22px -8px #88c5f8;
    height: 35vh;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}


.post-slide .post-content {
    background: rgb(244, 242, 249);
    padding: 35px 35px 35px 35px;
    min-height: 45vh;
}


.post-slide .post-title h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}



.post-slide .post-description {
    line-height: 20px;
    padding: 10px;
    color: #808080;
    margin-bottom: 25px;
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.mh-tr {
    line-height: 0;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 7px;

    max-height: 9vh;
    box-shadow: 0px 1px 16px -15px #1376c5;
    border-radius: 15px;
    text-transform: uppercase;

    text-decoration: none;
    color: #274eae;
}

.post-slide .read-more:hover {
    text-decoration: none;
    color: #5390c1;
}

.post-slide i {
    border: 2px solid rgb(239, 239, 250);
    padding: 5px;
    background-color: rgb(239, 239, 250);
    border-radius: 10px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: 35%;
    left: -5px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 35%;
    right: -5px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/


.menu-main {
    background: url(../images/fm.jpg) no-repeat center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}

@media (min-width: 1024px) {
    .menu-main {
        background-attachment: fixed;
    }
}

.event-video {
    width: 100%;
    height: auto;

    left: 0;
    top: 0;
    z-index: -1;

}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.play-button-overlay:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

.menu-main .title-caption {
    color: #666;
}

.menu-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.92);
    position: absolute;
    top: 0;
    left: 0;
}

.tab-title-menu {

    padding-top: 1vh;

    display: flex;
    justify-content: center;
    /* horizontally centers */
    align-items: center;
    /* vertically centers */
    height: 11vh;
    /* make sure container has a defined height */
    text-align: center;

}

.tab-title-menu h2 {

    display: inline-block;

    font-family: 'mreaves';


}

.tab-title-menu p {
    font-size: 35px;
    padding-top: 0px;
    color: #000;
}

.tab-menu {
    width: 100%;
    background: #f5f5f5;
    padding: 0px 0px;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);

}

.contact_input_area .form-group .form-control {
    padding: 10px 0;
    line-height: 1;
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    font-size: 12px;
    font-weight: 300;
}

.contact_input_area .form-group textarea.form-control {
    height: 5em;
}

.contact_input_area .form-group .form-control:active,
.contact_input_area .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000;
    color: #000000;
}

.contact_input_area button {
    width: 200px;
    height: 50px;
    background-color: #274eae;
    color: #fff;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 !important;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 0 !important;
    margin-top: 50px;
}

.centered {
    text-align: center;
}

.centered-flex {
    display: flex;
    justify-content: space-between;
    /* pushes them apart */
    align-items: center;
    /* optional, vertically centers */
}

.selected-events-container {
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 20px;
}

.selected-events-image img {
    max-width: 400px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.selected-events-image img:hover {
    transform: scale(1.03);
}

.selected-events-details {
    flex: 1;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

@media (max-width: 768px) {
    .selected-events-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 15px;
    }

    .selected-events-image img {
        max-width: 100%;
        /* Makes the image responsive, filling the container */
        height: auto;
        /* Maintains the image's aspect ratio */
    }

    .selected-events-details {
        text-align: center;
        /* Ensures text is centered */
        /* Remove any flex properties that might interfere with the new layout */
    }
}

.selected-events-details .team-social li a:hover {
    border: 1px solid #274eae;
    background: #fff;
    color: #274eae;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.selected-events-title {
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.selected-events-date {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.selected-events-links a {
    display: inline-block;
    margin-bottom: 8px;
    color: #c19a5b;
    /* gold-like tone */
    text-decoration: none;
    font-size: 16px;
}

.selected-events-links a:hover {
    text-decoration: underline;
}

/* Icons - if you use Font Awesome */
.selected-events-date i,
.selected-events-links i {
    margin-right: 8px;
}

.offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 15px;
}



.offer-item img {
    width: 8em;
    float: left;

    box-shadow: 2px 11px 11px -11px rgba(0, 0, 24, 0.6);


    transform: perspective(1px) translateZ(0);

    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}

.offer-item img:hover,
.offer-item img:focus,
.offer-item img:active {
    box-shadow: 2px 11px 11px -11px rgba(0, 0, 24, 0.6);
    transform: scale(1.1);
}


.offer-item div {
    width: 70%;
    float: left;
    padding-left: 15px;
    padding-right: 2px;
}



.offer-item div h3 {
    font-size: 20px;
    margin: 9px 0 0px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 400;
    letter-spacing: .5px;
}

.offer-item div p {
    color: #6b6b6b;
    

}
@media (max-width: 760px) {
    .offer-item div p {

       
        font-size: 0.7em !important;
    }
}
.section {
    background-color: #f1f1f1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    padding: 2em;
}

.section-heading-line {
    width: 50px;
    height: 2px;
    background-color: #274eae;
    margin: 0 auto;
}

.section-heading-line-long {
    width: 150px;
    min-height: 2px;
    background-color: #274eae;
    margin: 0 auto;
}

.section-heading-line-w {
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}

.tab-menu .slick-prev.slick-arrow {
    display: none;
}

.tab-menu .slider.slider-single {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.tab-menu .slick-initialized .slick-slide {
    outline: none;

}

.tab-menu h2 {
    font-weight: 500;
    color: #274eae;
    font-size: 20px;
    cursor: pointer;
}

.tab-menu p {
    color: #274eae;
}

.tab-menu .is-active h2 {
    color: #fff;
    font-size: 20px;
}

.tab-menu .is-active p {
    color: #fff;
}

.icns1 img {
    width: 7vw;
    height: 7vh;
    object-fit: contain;
    display: inline-block;

}


.icns2 img {
    width: 7vw;
    height: 7vh;
    object-fit: contain;
    display: inline-block;

}

.tab-menu .icns1 img {

    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.tab-menu .icns2 img {

    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.tab-menu .is-active .icns1 img {
    content: url("../images/icons/bookw.png");
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.tab-menu .is-active .icns2 img {
    content: url("../images/icons/meetingw.png");
}

/*------------------------------------------------------------------
    TEAM AREA
-------------------------------------------------------------------*/



.coach-main {
    background: url(../images/je2.jpg) no-repeat center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}

@media (min-width: 1024px) {
    .coach-main {

        background: url(../images/lb.jpg) no-repeat center;
    }
}

.coach-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.lowz {
    z-index: -1000;
}

.ae-2 {
    font-size: 1.05em;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 0.3px;
    line-height: 1.7em;
}
.ae-3 {
    font-size: 1.05em;
    font-weight: 500;
    text-align: left;
    text-justify: inter-word;
    letter-spacing: 0.3px;
    line-height: 1.7em;
}

.team-main {
    background: url(../images/sm.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
}

@media (min-width: 1024px) {
    .team-main {
        background-attachment: fixed;
    }
}

.team-main .block-title {
    color: #fff;
}

.team-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.menu-main .block-title {
    color: #fff;
}

.sf-team {
    float: left;
    width: 100%;

}

.sf-team .thumb {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #274eae;
}

.sf-team .text-col {
    float: left;
    width: 100%;
    padding: 25px 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    background: #fff;
    min-height: 17em;
}

.sf-team .thumb a img {
    width: 100%;
}

.sf-team:hover .text-col {
    border: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.sf-team:hover .thumb img {
    opacity: 0.6;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.text-col h3 {
    font-family: 'mreaves';
    font-size: 28px;
}

.sf-team:hover .team-social {
    border-color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social {
    display: block;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
    border-top: 1px solid;
}

.team-social li {
    display: flex;
    align-items: center;
    justify-content: center;

}

.team-social .inline {
    display: inline;
    float: left;
    padding-right: 1vw;

}

.sf-team:hover .team-social li a {
    border: 1px solid #274eae;
    background: #fff;
    color: #274eae;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

.team-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #274eae !important;
    text-decoration: none;
}

.sf-team:hover .text-col h3,
.sf-team:hover .text-col p {
    color: #fff;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
}

/*------------------------------------------------------------------
    GALLERY AREA
-------------------------------------------------------------------*/


.gallery-main .title-caption {
    color: #666;
}

/* new gallery */

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

.gal-item .box {
    height: 350px;
    overflow: hidden;
}

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

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(231, 91, 30, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 2px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}



.modal-open .gal-item .modal-body {
    padding: 0px;

}



.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 9999;
    right: -12px;
    top: -12px;

    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}


.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (max-width: 768px) {
    .single_gallery_item {
        height: auto;
        /* allow images to shrink naturally */
    }

    .single_gallery_item img {
        height: auto;
    }
}


/*------------------------------------------------------------------
    BLOG AREA
-------------------------------------------------------------------*/

.blog-main {
    background: url(../images/em.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: scroll;
}

@media (min-width: 1024px) {
    .blog-main {
        background-attachment: fixed;
    }
}


@keyframes shrink {
    0% {
        background-size: 110%
    }

    100% {
        background-size: 100%
    }
}

@media screen and (min-width: 1000px) {

    .square-animation {
        animation: shrink 12s 2 alternate both;
    }
}


.blog-main::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
}

.blog-main h2 {
    color: #ffffff;
}

.blog-box {
    padding-top: 20px;
}

.blog-block {
    background: #FFF;
    overflow: auto;
    margin-bottom: 20px;
    height: 35vh;
    opacity: 0.8;
}

.blog-img-box {
    float: left;
    width: 50%;
    position: relative;
}

.blog-img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
    transition: .3s all;
    text-align: center;
}

.blog-img-box:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.blog-img-box:hover .overlay {
    opacity: 1;
}

.blog-img-box img {
    width: 100%;
}

.overlay i {
    margin-top: 42%;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
}


.blog-dit {
    width: 75%;
    height: 70%;
    float: right;
    text-align: center;
    padding: 25px 2% 0 2%;
}

.blog-dit p {
    font-size: 0.95em;
    color: rgb(132, 128, 128);
}

.blog-dit h2 {
    font-size: 1em;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 30px 13px 30px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.blog-dit h5 a {

    color: #274eae;
}

.blog-btn-v {
    clear: both;
    padding-top: 30px;
    text-align: center;
}

.blog-btn-v a {
    color: #fff;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}

.blog-btn-v a:hover {
    background: none;
}


/*------------------------------------------------------------------
    PRICING AREA
-------------------------------------------------------------------*/

.pricing-main {
    background: url(../images/full-bg.png) no-repeat center;
    background-size: cover;
}

.pricing-main h2 {
    font-family: 'mreaves';
    padding-bottom: 30px;
}

.pricing-main p {
    letter-spacing: 0.16px;
    padding: 20px 120px;
    color: #666;
    font-size: 18px;
    text-align: center;
}

.panel-pricing-in {
    clear: both;
}

.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

.pricing-main .panel-heading h3 {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    padding: 15px 0px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.b600 {
    font-weight: 600;
}

.b500 {
    font-weight: 500 !important;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: #202020;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    padding: 10px 15px;
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

.panel-body p {
    padding: 0px;
    margin: 0;
}

.panel-body p strong {
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-weight: 700;
    color: #000;
    font-size: 42px;
}

.panel-body p strong span {
    color: #e75b1e;
}

.panel-pricing {
    border: 1px solid #e75b1e;
}

.panel-pricing .panel-heading {
    background: #e75b1e;
}

.pricing-main .panel-footer .btn-block {
    border-radius: 0px;
}

.pricing-main .panel-footer a {
    background: #e75b1e;
    border: 3px solid #e75b1e;
    color: #fff;
    padding: 14px 16px;
}

.pricing-main .panel-footer a:hover {
    background: none;
    color: #202020;
    border: 3px solid red;
}

.panel-pricing {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.panel-pricing:hover {
    margin-top: -8px;
}

.panel-pricing:hover
/*------------------------------------------------------------------
    RESERVATIONS AREA
-------------------------------------------------------------------*/

.reservations-main {
    background: url(../images/full-bg.png) no-repeat center;
}

.form-reservations-box {
    width: 70%;
    margin: 0 auto;
}

.reservations-main h4 {
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 22px;
    padding-top: 25px;
}

.reservations-main p {
    text-align: center;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 16px;
}

.reservations-box {
    padding-top: 30px;
}

.form-box {
    margin-bottom: 20px;
    min-height: 53px;
}

.form-box input {
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height: 54px;
}

.form-box select {
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.form-box .bootstrap-select button {
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020 !important;
    padding: 15px;
    text-transform: capitalize;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-box select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #202020;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #202020;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #202020;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #202020;
    opacity: 1;
}

.reserve-book-btn {
    padding-top: 30px;
}

.reserve-book-btn button a {
    color: #fff;
}

.reserve-book-btn button:hover {
    background: none;
    color: #202020;
}

.reserve-book-btn button {
    color: #fff;
    min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}

.reserve-book-btn button:hover a {
    background: none;
    border: none;
}

textarea:focus,
input:focus,
select:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

/*------------------------------------------------------------------
    FOOTER AREA
-------------------------------------------------------------------*/

.footer-main {}

.footer-news {
    background: url(../images/newsletter-bg.jpg) no-repeat center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
}

@media (min-width: 1024px) {
    .footer-news {
        background-attachment: fixed;
    }
}

.footer-news::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.ft-title.color-white {
    color: #fff;
}

.ft-title {
    letter-spacing: 0.96px;
    margin-bottom: 22px;
    font-family: 'nautilus_pompiliusregular';
    font-size: 52px;
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #ffffff;
    text-align: center;
}

.footer-news form {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
}

.footer-news form input {
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height: 53px;
}

.footer-news form a {
    border: 2px dotted #ccc;
    padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
    color: #ffffff;
}

.footer-news form a:hover {
    background: #f5f5f5;
    color: #202020;
}

.footer-box {
    background: #202020;
}

/*.footer-in-main{
	max-width:960px;
	margin:0 auto;
	width:100%;
}*/

.footer-logo {
    padding-bottom: 40px;
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 4px;
}

.footer-box {
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}

.footer-box .social-circle-border {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
}


.footer-box-a h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-a p {
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #ffffff;
    line-height: 25px;
}


.footer-box-b h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-b p {
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #ffffff;
}

.footer-box-b ul li {
    line-height: 30px;
}

.footer-box-b ul li a {
    color: #ffffff;
}

.footer-box-b ul li a:hover {
    padding-left: 5px;
}

.footer-box-c h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-c p {
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #ffffff;
}


.footer-box-c p i {
    font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box-c p span {
    display: table;
    padding-left: 12px;
    padding-top: 1px;

}

.footer-box-c p a {
    color: #ffffff;
}



.footer-box-d h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-d p {
    font-size: 14px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    color: #ffffff;
}

.footer-box-d ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-box-d ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
}

.footer-box-d ul li p {
    padding: 0px;
    margin: 0px;
}

.footer-box-d ul li span {
    color: #666;
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main {
    border-top: 2px dotted #fff;
    text-align: center;
    padding-top: 25px;
    margin-top: 70px;
    padding-bottom: 25px;
}

.copyright-main .copy-title {
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    font-size: 14px;
    padding-bottom: 0px;
}

/*------------------------------------------------------------------
    COLOR SWITCHER AREA
-------------------------------------------------------------------*/

/*--- color switcher ---*/





.orange-bg {
    background: #e75b1e;
}

.strong-blue-bg {
    background: #1E69B8;
}

.moderate-green-bg {
    background: #8dc63f;
}

.vivid-yellow-bg {
    background: #fdcb03;
}

.writer-name-anim {

    cursor: pointer;
}

.writer_name_anim0 {
    animation: writer_name 1.1s linear 1.2s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim1 {
    animation: writer_name 1.1s linear 1.4s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim2 {
    animation: writer_name 1.1s linear 1.6s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim3 {
    animation: writer_name 1.1s linear 1.8s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim4 {
    animation: writer_name 1.1s linear 2s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim5 {
    animation: writer_name 1.1s linear 2.2s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim6 {
    animation: writer_name 1.1s linear 2.4s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim7 {
    animation: writer_name 1.1s linear 2.6s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim8 {
    animation: writer_name 1.1s linear 2.8s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim9 {
    animation: writer_name 1.1s linear 3s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim10 {
    animation: writer_name 1.1s linear 3.2s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim11 {
    animation: writer_name 1.1s linear 3.4s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim12 {
    animation: writer_name 1.1s linear 3.6s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim13 {
    animation: writer_name 1.1s linear 3.8s alternate both;
    animation-iteration-count: 4;
}

.writer_name_anim14 {
    animation: writer_name 1.1s linear 4s alternate both;
    animation-iteration-count: 4;
}

.name-group {
    white-space: nowrap;
    display: inline-block;
}

.bg-trp {
    text-shadow: -1px -1px 1px rgba(239, 237, 250, 0.3), 2px 2px 2px rgba(15, 12, 74, 0.7);
}

.event-shadow {
    text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

@keyframes writer_name {
    from {
        font-weight: 700;

        text-shadow: 0px 0px 0px #fff, 0px 0px 0px #614ad3;
    }

    to {
        font-weight: 100;

        text-shadow: 0px 0px 4px #fff, 0px 0px 4px #614ad3;
    }
}


.europa {
    font-size: 0.9em;
}

.pointer {
    cursor: pointer;
}


















.title-reg {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    font-family: "mreaves";
    margin-bottom: 2rem;
}

.fplus-portfolio .single_gallery_item {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 1rem;
    vertical-align: bottom;
}

.fplus-portfolio .single_gallery_item img {
    transition-duration: 500ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.gallery-hover-overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: rgb(39, 78, 174, 0.75);
}

.gallery-hover-overlay:hover {
    opacity: 1;
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single_gallery_item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Modal styles */
.modal-dialog {
    margin: 20px auto;

    display: flex;
    flex-direction: column;
}

.modal-body {
    overflow-y: auto;
    max-height: 95vh;
    padding: 0;
}

.modal-body img {
    min-width: 800px;
    min-height: 800px;
    max-width: 100%;
    max-height: 100%;
}

.modal-body video {
    min-width: 800px;
    min-height: 800px;
    max-width: 100%;
    max-height: 100%;
}

/* Gallery container */
.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
    margin-bottom: 1rem;
}

.gal-item .box {
    height: 300px;
    overflow: hidden;
}

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

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: url("../images/dic_sm.png");
    opacity: 0;
    background-color: rgba(231, 91, 30, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 2px;
    text-align: center;
    line-height: 300px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

/* Close button */
.modal button.close {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 9999;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    font-size: 18px;
    border: 2px solid #fff;
    line-height: 26px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal button.close:focus {
    outline: none;
}



.description {
    position: absolute;
    height: 20vh;
    top: 20px;
    padding-bottom: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    padding: 10px 15px;
}

.description h4 {
    margin: 2px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 4em;
    color: #fff;

}


/* Event text styling */
.event-text {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    color: #666;
    margin-bottom: 1rem;
    padding: 0 15px;
}

.banner-text h1 {
    display: inline-block;
    letter-spacing: 2.7px;
    
    font-size: 74px;
    line-height: 100px;
    color: #fff;
    position: relative;
}

.banner-text h2 {
    font-family: 'mreaves';
    letter-spacing: 1px;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 100px;
    padding-bottom: 25px;
}
/* Mobile responsiveness */
@media (max-width: 1024px) {
    .title-reg {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .gal-item .box {
        height: 250px;
    }

    .gal-item a:after {
        line-height: 250px;
    }




    .event-text {
        font-size: 0.85rem;
        padding: 0 10px;
        text-align: center;
    }

    .modal-dialog {
        margin: 10px;
        max-width: calc(100vw - 20px);
    }

    .banner-text h1 {
        letter-spacing: 0.1vw;
        font-size: 5.2vw !important;
        line-height: 10vw;
        color: #fff;
        display: inline-block;
        padding-bottom: 50vw;
        padding-top: 2vw;
    }

    .banner-text h2 {
        letter-spacing: 1px;
        position: relative;
        font-size: 3.7vw !important;
        font-weight: 400;
        line-height: 10vw;
        padding-bottom: 25px;
    }
}
.not-galaxy {
    display: block;
}

.small-screen-only {
    display: none;
}

@media screen and (max-width: 1024px) {

    .small-screen-only {
        display: block;
    }
}

@media screen and (max-height: 600px) {

    .not-galaxy {
        display: none;
    }
}

@media (max-width: 576px) {
    .gal-item .box {
        height: 200px;
    }

    .gal-item a:after {
        line-height: 200px;
        font-size: 24px;
    }



    .event-text {
        font-size: 0.8rem;
    }
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    opacity: 1;
}

.box-sm {
    width: 80px;
    height: 80px;
}