.heading-title {
    color: #BDE190;
    font-family: "Arial", sans-serif;
    font-size: 39px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.elementor-divider-separator {
    border-top: 1px solid #dedede;
}

@media(min-width: 1024px) {
    .navbar-inverse {
        background: #F2F2F2 !important;
        /*border-top: 1px solid #FFF!important;*/
        border-bottom: 1px solid #FFF!important;

        /*box-shadow: 0px 3px 8px 0px rgba(136, 136, 136, 0.6);*/
        
    }

    .header_top {
        background: #ffffff !important;
    }



    .nav li a {
        display: block;
        margin: 0px 15px;
        color: #000;
        font: 700 14px/14px 'HitachiSans', sans-serif;
        text-decoration: none;
        padding: 17.5px;
        max-height: 50px;
    }
}



.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
    color: #000 !important;
    border: none;
    border-bottom: 1px solid #000 !important;
    opacity: .75;
}


@media (min-width:100px) {

    .equal-height-inner {
        min-height: 0px;
    }

    .equal-height {
        min-height: 325px!important;
    }

    .guest {
        height: 100%;
        background: #fff!important;
    }
    .hero-para {
        color: #FFF;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }

    /*.hero-bg {

        background: url(images/hero-banner2.webp);
        animation: backgroundTransition 10s infinite;
        background-size: cover;
        height: 200px;
        background-position: top center;
        !*padding-bottom: 30px;
        margin-bottom: 30px;*!
    }*/

    @keyframes backgroundTransition {
        0% {
            background-image: url('images/hero-banner2.webp'); /* Your first image */
        }
        50% {
            background-image: url('images/hero-banner3.webp'); /* Your second image */
        }
        100% {
            background-image: url('images/hero-banner2.webp'); /* Back to the first image */
        }
    }

    .hero-logo {
        width: 90px;
        margin-top: -26px;
    }

    .hero-head {
        font-size: 32px;
        letter-spacing: -2.24px;

    }
    .hero-head-fr {
        font-size: 32px;
        letter-spacing: -2.24px;
        line-height: 1;
        padding-top: 40px;

    }



    .tff h1 {
        font-size: 18pt;
        letter-spacing: -1px;
        line-height: 1;
    }


    .tff p {
        font-size: 10pt;
    }
}

@media (min-width:360px) {

    .equal-height {
        min-height: 350px!important;
    }

    .guest {
        height: 100%;
        background: #fff!important;
    }
    .hero-para {
        color: #FFF;
        font-size: 32px;
        line-height: 1;
    }

    /*.hero-bg {

        background: url(images/hero-banner2.webp);
        animation: backgroundTransition 10s infinite;
        background-size: cover;
        height: 300px;
        background-position: top center;
        !*padding-bottom: 30px;
        margin-bottom: 30px;*!
    }*/

    @keyframes backgroundTransition {
        0% {
            background-image: url('images/hero-banner2.webp'); /* Your first image */
        }
        50% {
            background-image: url('images/hero-banner3.webp'); /* Your second image */
        }
        100% {
            background-image: url('images/hero-banner2.webp'); /* Back to the first image */
        }
    }

    .hero-logo {
        width: 90px;
        margin-top: -26px;
    }
    .hero-head {
        font-size: 32px;
        letter-spacing: -2.24px;

    }
    .hero-head-fr {
        font-size: 32px;
        letter-spacing: -2.24px;
        line-height: 1;
        padding-top: 30px;

    }



    .tff h1 {
        font-size: 18pt;
        letter-spacing: -1px;
        line-height: 1;
    }


    .tff p {
        font-size: 10pt;
    }
}

@media (min-width:600px) {

    .equal-height-inner {
        min-height: 150px;
    }

    .equal-height {
        min-height: 425px!important;
    }

    .guest {
        height: 100%;
        background: #fff!important;
    }
    .hero-para {
        color: #FFF;
        font-size: 36px;
        line-height: 1;
    }

    /*.hero-bg {

        background: url(images/hero-banner2.webp);
        animation: backgroundTransition 10s infinite;
        background-size: cover;
        height: 300px;
        background-position: top center;
        !*padding-bottom: 30px;
        margin-bottom: 30px;*!
    }*/

    @keyframes backgroundTransition {
        0% {
            background-image: url('images/hero-banner2.webp'); /* Your first image */
        }
        50% {
            background-image: url('images/hero-banner3.webp'); /* Your second image */
        }
        100% {
            background-image: url('images/hero-banner2.webp'); /* Back to the first image */
        }
    }

    .hero-logo {
        width: 90px;
        margin-top: -26px;
    }

    .hero-head {
        font-size: 32px;
        letter-spacing: -2.24px;
        line-height: 1;

    }

    .hero-head-fr {
        font-size: 32px;
        letter-spacing: -2.24px;
        line-height: 1;
        padding-top: 30px;


    }


    .tff h1 {
        font-size: 18pt;
        letter-spacing: -1px;
        line-height: 1;
    }


    .tff p {
        font-size: 10pt;
    }
}

@media (min-width:768px) {

    .equal-height {
        min-height: 350px!important;
    }

    .equal-height-inner {
        min-height: 0px;
    }

    .guest {
        height: 100%;
        background: #fff!important;
    }
    .hero-para {
        color: #FFF;
        font-size: 36px;
        line-height: 1;
    }

    /*.hero-bg {

        background: url(images/hero-banner2.webp);
        animation: backgroundTransition 10s infinite;
        background-size: cover;
        height: 300px;
        background-position: top center;
        !*padding-bottom: 30px;
        margin-bottom: 30px;*!
    }*/

    @keyframes backgroundTransition {
        0% {
            background-image: url('images/hero-banner2.webp'); /* Your first image */
        }
        50% {
            background-image: url('images/hero-banner3.webp'); /* Your second image */
        }
        100% {
            background-image: url('images/hero-banner2.webp'); /* Back to the first image */
        }
    }
    .hero-logo {
        width: 90px;
        margin-top: -26px;
    }

    .hero-head {
        font-size: 32px;
        letter-spacing: -2.24px;
        line-height: 1;
        margin-top: 30px;

    }

    .hero-head-fr {
        padding-top: 15px;
        font-size: 30px;
        letter-spacing: -2.24px;
        line-height: 1;

    }


    .tff h1 {
        font-size: 18pt;
        letter-spacing: -1px;
        line-height: 1;
    }


    .tff p {
        font-size: 10pt;
    }
}

@media (min-width:1024px) {

    .equal-height {
        min-height: 400px!important;
    }

    .equal-height-inner {
        min-height: 0px;
    }

    .guest {
        height: 100%;
        background: linear-gradient(90deg, #FFF 50%, #F4F4F7 50%) !important;
    }
    .hero-para {
        color: #FFF;
        font-size: 36px;
        line-height: 1;
    }

    /*.hero-bg {

        background: url(images/hero-banner2.webp);
        animation: backgroundTransition 10s infinite;
        background-size: cover;
        height: 400px;
        background-position: top center;
        !*padding-bottom: 30px;
        margin-bottom: 30px;*!
    }*/

    @keyframes backgroundTransition {
        0% {
            background-image: url('images/hero-banner2.webp'); /* Your first image */
        }
        50% {
            background-image: url('images/hero-banner3.webp'); /* Your second image */
        }
        100% {
            background-image: url('images/hero-banner2.webp'); /* Back to the first image */
        }
    }

    .hero-logo {
        width: 90px;
        margin-top: -26px;
    }
    .hero-head {
        margin-top: 30px;
        font-size: 32px;
        letter-spacing: -2.24px;
        /*margin-top: -20px;*/

    }

    .hero-head-fr {
        font-size: 34px;
        letter-spacing: -2.24px;
        /*margin-top: -20px;*/

    }


}
@media (min-width:1200px) {

    .equal-height-inner {
        min-height: 1px;
    }

    .guest {
        height: 100%;
        background: linear-gradient(90deg, #FFF 50%, #FBF9F4 50%)!important;
    }
    .hero-para {
        color: #FFF;
        font-size: 64px;
        line-height: 1;
    }

    /*.hero-bg {

        background: url(images/hero-banner2.webp);
        animation: backgroundTransition 10s infinite;
        background-size: cover;
        height: 400px;
        background-position: top center;
        !*padding-bottom: 30px;
        margin-bottom: 30px;*!
    }*/

    @keyframes backgroundTransition {
        0% {
            background-image: url('images/hero-banner2.webp'); /* Your first image */
        }
        50% {
            background-image: url('images/hero-banner3.webp'); /* Your second image */
        }
        100% {
            background-image: url('images/hero-banner2.webp'); /* Back to the first image */
        }
    }

    

    .hero-logo {
        width: 135px;
        margin-top: -40px;
    }

    .hero-head {
        margin-top: 50px;
        font-size: 64px;
        letter-spacing: -2.24px;
        font-family: "HelveticaNow300normal",Arial;
        font-weight: 400;
    }
    .hero-head-fr {
        margin-top: 15px;
        font-size: 44px;
        letter-spacing: -2.24px;
        font-family: "HelveticaNow300normal",Arial;
        font-weight: 300;
    }




    .tff h1 {
        font-size: 36px;
        letter-spacing: -1px;
    }


    .tff p {
        font-size: 10pt;
    }
}

.vertical-align {
    display: flex;
    align-items: center;
    /*width: 100%;*/

}

.navbar-inverse .navbar-toggle {
    /* border-color: #333; */
    border-color: #fff;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 18px;
    padding-left: 18px;
}

.fancybox-image, .fancybox-spaceball {
    background: #fff!important;

}



