/** Usage Font 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
**/

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}
p:empty{
    display: none !important;
}
ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 3px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

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

ul,
li,
ol {
    list-style-type: none;
}

.container {
    max-width: 1536px;
}

header {
    width: 100%;
    z-index: 99;
}

header .container {
    max-width: 1642px;
}

.menu_guard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#mc_embed_signup{
    width: 100%!important;
}
#subscribe-mailchimp{
    width: 100%!important;
}

/*** Header Start ****/
.menubar_mobile_inner ul li ul.dropdown-menu li.dropdown-item:hover, 
.menubar_mobile_inner ul li ul.dropdown-menu li.dropdown-item:focus {
    text-decoration: none;
    background-color: #fff!important;
}

.menubar_mobile_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menubar_mobile_inner ul li {
    position: relative;
}
.menubar_mobile_inner ul li ul li:hover, 
.menubar_mobile_inner ul li ul li:focus {
    text-decoration: none;
    background-color: #fff!important;
}
.menubar_mobile_inner .dropdown-item:hover, 
.menubar_mobile_inner .dropdown-item:focus {
    text-decoration: none;
    background-color: #fff!important;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fff!important;
}

.menubar_mobile_inner ul li a::after {
    position: absolute;
    content: '';
    height: 8px;
    max-width: 133px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: -26px;
    opacity: 0;
}

.menubar_mobile_inner ul li.active a::after,
.menubar_mobile_inner ul li.current-menu-parent a::after,
.menubar_mobile_inner ul li.current_page_parent a::after {
    position: absolute;
    content: '';
    height: 8px;
    max-width: 133px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 1px;
    opacity: 1;
}

.main_header.header-appear ul li.active a::after {
    position: absolute;
    content: '';
    height: 8px;
    max-width: 133px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0px;
    opacity: 1;
}

.newsform_wrapper label{
    display: none!important;
}
.menubar_mobile_inner ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-right: 21px!important;
    padding-left: 21px!important;
    text-transform: uppercase;
    position: relative;
}
#sidebar-wrapper {
    padding-right: 47px;
}
.phoneMenuMain {
    position: absolute;
    right: 0;
}
li.nav-item.phoneMenuFormobile {
    display: none;
}
.phoneMenu {
    align-items: center;
    display: flex;
}
.phoneMenu > a {
    background: #FFFFFF;
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: 0;
}
ul.phone-dropdown-menu {
    position: absolute;
    bottom: -149px;
    right: 0;
    background: #95A630;
    width: 344px;
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: 400ms ease all;
}
.main_header ul li:hover ul.phone-dropdown-menu {
	visibility: visible;
    opacity: 1;
	bottom: -115px;
}
ul.phone-dropdown-menu.show{
    display: block;
}
ul.phone-dropdown-menu a{
    padding: 28px 34px !important;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    color: #fff;
}
ul.phone-dropdown-menu a:hover{
    background-color: #95A630 !important;
    color: #fff;
}
ul.phone-dropdown-menu a img{
    margin-right: 32px;
    filter: brightness(0) invert(1);
}
.lang {
    margin: 0 0 0 21px;
}

.lang select {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
}

.lang select option {
    color: #95a630;
}

.menubar_mobile_inner ul li a {
    padding: 42px 0 39px;
    display: flex;
}

.menubar_mobile_inner ul li ul li a {
    padding: 0px 0;
}

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 108px;
    width: 100%;
    background-color: rgba(149, 166, 48, 0.9);
    color: #fff;
    padding: 0px 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.navbar-brand img{
    width: 298px;
}
.main_header .navbar {
    padding: 0rem 0rem!important;
}

.header-appear .navbar-top-default {
    height: 60px;
    position: fixed;
    z-index: 999;
    background-color: rgba(149, 166, 48, 0.9);
    padding: 0px 0;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}


/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/*** Header End ****/

.banner_wrapper {
    overflow: hidden;
    max-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_overlay_footer {
    background-color: #95a630;

    height: 56px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 56px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgba(67, 77, 115, 0.35);*/
    background-color:transparent;
}

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

.banner_inner_content {
    display: flex;
    height: 530px;
}

.banner_inner_content .left_cont {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.banner_inner_content .right_cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.banner_inner_content h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin: 42px 0 20px 0;
}

.banner_inner_content p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;
    margin: 0 0 30px 0;
}

.banner_inner_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
    text-align: right;
}

.banner_inner_content h2 span {
    display: block;
}

.ban_tab {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 390px;
    width: 100%;
    border: 1px solid #fff;
}
body.page-id-2927 .ban_tab {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 490px;
    width: 100%;
    border: 1px solid #fff;
}

.ban_tab ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ban_tab ul li {
    width: 33.4%;
    border-right: 2px solid #fff;
    padding: 0;
    margin: 0;
}

.ban_tab ul li:last-child {
    border-right: 0px solid #fff;
}

.ban_tab ul li a {
    color: #000;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.vct_panel {
    position: absolute;
    z-index: 70;
    width: 306px;
    height: 119px;
    background-color: #fff;
    right: -53px;
    bottom: -52px;
    transform: rotate(330deg);
}

.vct_cion {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 95;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vct_cion i {
    color: #fff;
    font-size: 24px;
}

.vct_cion img {
    width: auto;
    height: auto;
}

.product_slider_second {
    margin: 120px 0 40px;
}

.another_prod_panel {
    margin: 0 0 120px 0;
}

.another_third_prod_panel {
    margin: 0 0 160px 0;
}

.another_prod_inner [class^="col-"] {
    padding: 0 12px;
}

.prod_pm_box {
    position: relative;
    height: 330px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.prod_pm_box a {
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.prod_pm_box:hover .prod_pm_box_footer {
    background-color: rgba(149, 166, 48, 0.8);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
}

.prod_pm_box:hover .prod_pm_box_footer a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
}

.prod_pm_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.prod_pm_box:hover img {
    transform: scale(1.2);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.prod_pm_box_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    z-index: 30;
    height: 50px!important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.prod_pm_box_footer a,
.prod_pm_box_footer a:hover,
.prod_pm_box_footer a:focus {
    color: #000;
    outline: none;
}

.prod_ctn_box {
    position: relative;
    height: 349px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.prod_ctn_box:hover .prod_ctn_box_footer {
    background-color: rgba(149, 166, 48, 0.8);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
}

.prod_ctn_box:hover .prod_ctn_box_footer a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
}

.prod_ctn_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.prod_ctn_box:hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.prod_ctn_box_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    z-index: 30;
    height: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.prod_ctn_box_footer a,
.prod_ctn_box_footer a:hover,
.prod_ctn_box_footer a:focus {
    color: #000;
    outline: none;
}

.remo_slider_box {
    position: relative;
    padding: 0 0% 0 0;
    max-width: 1689px;
    width: 100%;
    height: 562px;
    overflow: hidden;
}
.remo_slider_box img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.product_slider_second.slider_reverce .remo_slider_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55%;
    /*max-width: 752px;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 138px 25px 16px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 7%, rgba(253, 253, 253, 0.8) 25%, rgba(255, 255, 255, 0.6) 100%);
}

.remo_headline {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.remo_content {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
    margin: 0 0 110px 0;
}

.reno_slide_btn {
    max-width: 330.7px;
    width: 100%;
    height: 53.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #5f78a3;
    color: #fff;
    font-size: 16px;
}

.reno_slide_btn:hover {
    opacity: 0.90;
    color: #fff;
}

.inner_slider_second {
    position: relative;
}

.inner_slider_second .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 45%;
    /*max-width: 753px;*/
    z-index: 80;
    height: 53px;
}

.inner_slider_second .owl-carousel .owl-nav button.owl-next,
.inner_slider_second .owl-carousel .owl-nav button.owl-prev {
    width: 53.3px;
    height: 53.3px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.inner_slider_second .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.inner_slider_second .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.inner_slider_second .owl-carousel .owl-nav button.owl-next span i,
.inner_slider_second .owl-carousel .owl-nav button.owl-prev span i {
    color: #5f78a3;
}

.custom_margin_160 {
    margin: 0 0 160px 0;
}

.custom_margin_76 {
    margin: 0 0 76px 0;
}

.custom_margin_53 {
    margin: 0 0 53px 0;
}

.remo_slider_overlay {
    position: absolute;
    right: unset;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 30;
    width: 55%;
    /*max-width: 752px;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 16px 25px 138px;
    background: rgb(247, 247, 247);
    background: linear-gradient(90deg, rgba(247, 247, 247, 0.6) 5%, rgba(253, 253, 253, 0.9) 63%, rgba(255, 255, 255, 1) 100%);
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 7%, rgba(253, 253, 253, 0.8) 25%, rgba(255, 255, 255, 0.6) 100%);*/
}

.product_slider_second.slider_reverce .inner_slider_second .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 45%;
    /*max-width: 753px;*/
    z-index: 80;
    height: 53px;
    right: 0;
}

.marquee_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.marquee {
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}
.marq_inner{
    animation: marquee 5s linear infinite;
    display: block;
  width: 200%;

  position: absolute;
}
.marq_inner p{
    float: left;
}

.marquee p {
    position: absolute;
    width: 300%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 4s linear infinite;
    -webkit-animation: scroll-left 4s linear infinite;
    animation: scroll-left 40s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    border-top: 0px solid rgba(255, 255, 255, 0.90);
    padding: 15px 0;
    margin: 0;
}

.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(32px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    -ms-transform: translateY(32px);
    -o-transform: translateY(32px);
}

.main_header ul li ul {
    padding: 0!important;
}

.dropdown-menu li a {
    color: #95a630!important;
    height: 40px!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 500!important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a.active {
    font-weight: 600!important;
    color: #95a630!important;
    background-color: transparent!important;
    background-color: transparent!important;
}

.main_header ul.dropdown-menu {
    width: 336px;
}

.main_header .dropdown-toggle::after {
    display: none;
}

.main_header ul li {
    position: relative;
}

.main_header ul li .seperator {
    position: absolute;
    height: 8px;
    max-width: 115px;
    width: 100%;
    display: block;
    margin: 0 auto;
    bottom: -25px;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: 0px solid #fff;
    border-right: 0;
    border-left: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.main_header ul li:hover .seperator,
.main_header ul li.active .seperator,
.main_header ul li.show .seperator {
    background-color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.main_header.header-appear .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(18px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
}

.product_slider_second.slider_orange .inner_slider_second .owl-carousel .owl-nav button.owl-next span i,
.product_slider_second.slider_orange .inner_slider_second .owl-carousel .owl-nav button.owl-prev span i {
    color: #efa34c;
}

.product_slider_second.slider_orange .reno_slide_btn {
    width: 330.7px;
    height: 53.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #efa34c;
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.product_slider_second.slider_orange .reno_slide_btn:hover {
    opacity: 0.90;
}

.product_slider_second.slider_orange .remo_content {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
    /*margin: 0 17% 6% 0;*/
}

.product_video_second {
    margin: 120px 0 160px;
}

.inner_video_wrapper {
    position: relative;
    overflow: hidden;
    height: 848px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.inner_video_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.inner_video_wrapper:hover img,
.inner_video_wrapper:focus img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.video_ovarlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.vid_play_btn {
    background-color: rgba(255,255,255,0.30);
    width: 160px;
    height: 160px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.inner_video_wrapper:hover{
    cursor: pointer;
}
.inner_video_wrapper:hover .vid_play_btn {
    background-color: rgba(149, 166, 48, 0.8);
    transition:0.4s;
    -webkit-transition:0.4s;
    -moz-transition:0.4s;
}
.vid_play_btn i {
    font-size: 70px;
    color: #fff;
    margin: 0 0 0 20px;
}

.video_modal_wrapper .modal-dialog {
    max-width: 1366px;
}

.video_modal_wrapper .modal-dialog .modal-body {
    position: relative;
    padding: 0;
}

.video_mainpl_wrapper {
    position: relative;
    margin: 0 0 -6px 0;
}

.video_mainpl_wrapper video {
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
}

.video_mainpl_wrapper .close_me {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    right: 15px;
    top: 18px;
    z-index: 80;
    cursor: pointer;
}

.video_mainpl_wrapper .close_me span {
    font-size: 15px;
}

.product_slider_second.white_green_slide .inner_slider_second .owl-carousel .owl-nav button.owl-next span i,
.product_slider_second.white_green_slide .inner_slider_second .owl-carousel .owl-nav button.owl-prev span i {
    color: #95a630;
}

.product_slider_second.white_green_slide .reno_slide_btn {
    max-width: 330.7px;
    width: 100%;
    height: 53.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #f4f0f0;
    color: #95a630;
    font-size: 16px;
    opacity: 1;
}

.product_slider_second.white_green_slide .reno_slide_btn:hover {
    opacity: 0.90;
    background-color: #95a630;
    color: #f4f0f0;
}

.custom_maxslider {
    width: auto;
    margin: 0 80px;
    position: relative;
}


/* .custom_maxslider:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,1) 100%);
    z-index: 70;
}
.custom_maxslider::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.5) 51%, rgba(255,255,255,1) 100%);
    z-index: 70;
} */

.another_prod_panel .prod_ctn_box {
    position: relative;
    height: 291px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.another_prod_panel .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
    top: 50%;
}

.another_prod_panel .owl-carousel .owl-nav button.owl-next,
.another_prod_panel .owl-carousel .owl-nav button.owl-prev {
    width: 63.3px;
    height: 63.3px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0%;
}
.form_enp_subheading .wpcf7-list-item{
	padding: 0;
	margin: 0!important;
}


.another_prod_panel .owl-carousel .owl-nav button.owl-next {
    right: -63.3px;
}

.another_prod_panel .owl-carousel .owl-nav button.owl-prev {
    left: -63.3px;
}

.another_prod_panel .owl-carousel .owl-nav button.owl-next span,
.another_prod_panel .owl-carousel .owl-nav button.owl-prev span {
    line-height: 7px;
}

.another_prod_panel .owl-carousel .owl-nav button.owl-next span i,
.another_prod_panel .owl-carousel .owl-nav button.owl-prev span i,
.another_prod_panel .owl-carousel .owl-nav button.owl-next:hover span i,
.another_prod_panel .owl-carousel .owl-nav button.owl-prev:hover span i {
    color: #000;
    opacity: 1;
}

.map_inner_wrapper {
    width: 100%;
    position: relative;
    height: 646px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.map_inner_wrapper iframe {
    height: 100%;
    width: 80%;
}

.map_inner_overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    /*max-width: 752px;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 138px 25px 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 31%, rgba(253, 253, 253, 0.6) 100%, rgba(255, 255, 255, 0.1) 100%);
}

.map_header {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.map_semiheader {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #000;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}

.cont_details {
    display: block;
    max-width: 320px;
    width: 100%;
}

.cont_details ul li {
    display: block;
    margin: 0 0 40px 0;
    color: #646464;
    font-size: 24px;
}

.cont_details ul li:last-child {
    display: block;
    margin: 0 0 0px 0;
}

.cont_details ul li a {
    display: block;
    color: #4d4c4c;
}

.cont_details ul li a:hover,
.cont_details ul li a:focus {
    color: #4d4c4c;
}

.map_common_wrapper {
    margin: 0 0 165px 0;
}

.product_slider_second.green_white_slide .inner_slider_second .owl-carousel .owl-nav button.owl-next span i,
.product_slider_second.green_white_slide .inner_slider_second .owl-carousel .owl-nav button.owl-prev span i {
    color: #95a630;
}

.product_slider_second.green_white_slide .reno_slide_btn {
    max-width: 330.7px;
    width: 100%;
    height: 53.3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #95a630;
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.product_slider_second.green_white_slide .reno_slide_btn:hover {
    opacity: 0.90;
}

.news_letter_wrapper {
    height: 789px;
    overflow: hidden;
    position: relative;
}

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

.news_letter_overlay {
    background-color: rgba(255, 255, 255, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 102px 0;
}

.news_letter_overlay .news_letter_header {
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    text-transform: uppercase;
    max-width: 960px;
    width: 100%;
    text-align: left;
    margin: 0 auto 56px auto;
    text-align: center;
}

.news_letter_overlay .news_letter_header span {
    font-weight: 500;
}

.newsform_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.input_first {
    max-width: 618.7px;
    height: 74.7px;
    width: 100%!important;
    padding: 15px!important;
    border: solid 2px #908a8a!important;
    margin: 0 74px 0 0!important;
    background-color: transparent;
    text-align: center;
    border-radius: 0!important;
}

.input_first:-moz-placeholder {
    opacity: 0.7;
    text-align: center;
    color: #625f5f;
}

.input_first::-moz-placeholder {
    opacity: 0.7;
    text-align: center;
    color: #625f5f;
}

.input_first:-ms-input-placeholder {
    text-align: center;
    color: #625f5f;
    opacity: 0.7;
}

.input_submit {
    height: 73px!important;
    margin: 0 0 0 0px!important;
    width: 448px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 15px!important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25)!important;
    background-color: #ffffff!important;
    font-size: 16px!important;
    border: none!important;
    transition: 0.4s!important;
    -webkit-transition: 0.4s!important;
    -moz-transition: 0.4s!important;
    opacity: 1!important;
    cursor: pointer!important;
    color: #908a8a!important;
    border-radius: 0!important;
}

.input_submit:hover,
.input_submit:focus {
    opacity: 0.80;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

footer {
    padding: 53px 0;
    background-color: #f4f0f0;
}

.footer_header {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    margin: 0 0 25px 0;
}

.ft_menu_details {
    display: block;
    max-width: 310px;
    width: 100%;
}

.ft_menu_details ul li {
    display: block;
    margin: 0 0 25px 0;
    color: #646464;
    font-size: 14px;
}

.ft_menu_details ul li:last-child {
    display: block;
    margin: 0 0 0px 0;
}

.ft_menu_details ul li a {
    display: block;
    color: #4d4c4c;
    font-weight: 500;
}

/*.footer_social {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}*/

.footer_social_list {
    display: block;
    margin-bottom: 20px;
}

.footer_social_list ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer_social_list ul li a {
    color: #000;
    margin: 0 0 0 20px;
    display: block;
}

.footer_social_list ul li a i {
    font-size: 28px;
    color: #000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.footer_social_list ul li a:hover i {
    font-size: 28px;
    color: #95a630;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.copyright_content {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
	text-align: right;
    margin-bottom: 20px;
}

.copyright_content:last-child {
    margin-bottom: 0;
}

.main_header.header-appear ul li .seperator {
    position: absolute;
    height: 8px;
    max-width: 114px;
    width: 100%;
    display: block;
    margin: 0 auto;
    bottom: -9.5px;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: 0px solid #fff;
    border-right: 0;
    border-left: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.main_header.header-appear ul li:hover .seperator,
.main_header.header-appear ul li.active .seperator {
    background-color: #fff;
}

.tabcontent {
    display: none;
    border-top: 2px solid #fff;
}

.tabcontent.active {
    display: block;
}

.multiTabs li a:hover,
.multiTabs li a:focus {
    background-color: rgba(255, 255, 255, 0.70);
}

.multiTabs li a.active {
    background-color: rgba(255, 255, 255, 0.70);
    font-weight: 700;
}

.inner_tab {
    padding: 28px 31px;
    background-color: rgba(255, 255, 255, 0.70);
    max-height: 375px;
    min-height: 292px;
}

.button_bay {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 16px 0;
}

.inner_tab .error-msg {
    font-size: 12px;
}

.dep-date-section .error-msg {
    margin: 0 0 0 20px;
}

.grt_input {
    text-align: center;
    height: 50px;
    width: 100%;
    margin: 0 0 20px 0;
    text-align-last: center;
    background-color: transparent;
}

.arrived::-webkit-input-placeholder {
    text-align: center;
    color: #625f5f;
    opacity: 0.7;
}

.arrived:-moz-placeholder {
    opacity: 0.7;
    text-align: center;
    color: #625f5f;
}

.arrived::-moz-placeholder {
    opacity: 0.7;
    text-align: center;
    color: #625f5f;
}

.arrived:-ms-input-placeholder {
    text-align: center;
    color: #625f5f;
    opacity: 0.7;
}

.arrived {
    width: 50%;
    height: 32px;
    padding: 6px;
    border: solid 1px #625f5f;
    color: #625f5f;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px;
    background-color: transparent;
    margin: 0 20px 0 0;
}

.arrived:hover,
.arrived:focus {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.deperture::-webkit-input-placeholder {
    text-align: center;
    color: #625f5f;
    opacity: 0.7;
}

.deperture:-moz-placeholder {
    opacity: 0.7;
    text-align: center;
    color: #625f5f;
}

.deperturee::-moz-placeholder {
    opacity: 0.7;
    text-align: center;
    color: #625f5f;
}

.deperture:-ms-input-placeholder {
    text-align: center;
    color: #625f5f;
    opacity: 0.7;
}

.deperture {
    width: 50%;
    height: 32px;
    padding: 6px;
    border: solid 1px #625f5f;
    color: #625f5f;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 0px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 0px;
    background-color: transparent;
    margin: 0 0px 0 20px;
}

.deperture:hover {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.select_members {
    margin: 0 0 16px 0;
    position: relative;
    z-index: 20;
}

.select_members select,
.select_members select:hover,
.select_members select:focus {
    outline: none;
}

.select_members .select2-container {
    width: 100%!important;
    text-align: center;
    outline: none;
}

.select_members .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #625f5f;
    border-radius: 0px;
    height: 32px;
    text-align: center;
    outline: none;
}

.select_members .select2-results__option--selectable {
    cursor: pointer;
    outline: none;
}

.select_members .select2-search--dropdown {
    display: none!important;
}


/* .select_members::after{
    position: absolute;
    content: "e933";
    font-family: 'icomoon';
    font-size: 12px;
    right: 17px;
    top: 10px;
    z-index: -1;
} */

.mg_select {
    padding: 6px;
    border: solid 1px #625f5f;
    color: #625f5f;
    text-align: center;
    width: 100%;
    text-align: center;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mg_select option {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: center;
}

.rev_submit {
    margin: 30px 0 14px 0;
}

.resrv_submit {
    padding: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #625f5f;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.resrv_submit:hover,
.resrv_submit:focus {
    opacity: 0.80;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.tab_info {
    font-size: 24px;
    font-weight: 500;
    color: #4d4c4c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tab_info span {
    display: block;
    text-align: center;
    color: #625f5f;
    font-size: 16px;
    margin: 0 0 6px 0;
}

.button_bay p {
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.discover_rooms {
    margin: 0 0 14px 0;
}

.discover_rooms_btn {
    padding: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    color: #000;
}

.discover_rooms_btn:hover {
    color: #000;
    opacity: 0.80;
}

.discover_rooms.thrid_tab_support {
    margin: 0 0 64px 0;
}

.banner_photogallery .modal-dialog {
    max-width: 1055px;
}

.banner_photogallery .modal-body {
    padding: 0;
}

.banabsolute {
    position: relative;
}

.banabsolute .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 80;
    height: 53px;
    right: 0;
    left: 0;
}

.banabsolute .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.banabsolute .owl-carousel .owl-nav button.owl-next,
.banabsolute .owl-carousel .owl-nav button.owl-prev {
    width: 53.3px;
    height: 53.3px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.banabsolute .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.banabsolute .owl-carousel .owl-nav button.owl-next span i,
.banabsolute .owl-carousel .owl-nav button.owl-prev span i {
    color: #333;
}

.return_grard {
    position: absolute;
    left: 0;
    top: 0;
    width: 224px;
    height: 96px;
    z-index: 30;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.return_grard:after {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 224px;
    height: 96px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 96px solid transparent;
    border-left: 235px solid #fff;
    z-index: -1;
}
.page-id-1204 .votre_content {
    display: none;
}
.close_ban_modal {
    width: auto;
    margin: 15px 0 0 30px;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #95a630;
    cursor: pointer;
}

.close_ban_modal i {
    font-size: 16px;
    color: #95a630;
    margin: 0 5px 0 0;
}


/***** Custom Select ****/


/* The container must be positioned relative: */

.custom_select {
    position: relative;
    font-family: Arial;
    top:1px;
}

.custom_select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: transparent;
}


/* Style the arrow inside the select element: */

.select-selected:after {
    position: absolute;
    content: "";
        top: 17px;
    right: 15px;
    width: 5.5px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    transform: rotate( 
133deg
 );
}


/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    transform: rotate(317deg);
    top: 14px;
}

.select-selected.show:after {
    width: 5.5px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    transform: rotate(317deg);
    top: 20px;
}


/* style the items (options), including the selected item: */

.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

.select-items div {
    color: #95a630;
    padding: 8px 16px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}


/* Style items (options): */

.select-items {
    color: #95a630;
    display: block;
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(25px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(26px);
    -moz-transform: translateY(26px);
    -ms-transform: translateY(26px);
    -o-transform: translateY(26px);
    background-color: rgba(255, 255, 255, 0.8);
}


/* Hide the items when the select box is closed: */

.select-hide {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    color: #95a630;
    transform: translateY(60px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    border-top: 0px solid rgba(255, 255, 255, 0.90);
    padding: 15px 0;
    margin: 0;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(255, 255, 255, 0.90);
    text-align: center;
}

.main_header.header-appear .select-items {
    transform: translateY(11px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(11px);
}


/**** Custom Select End ****/

.navbar_toggler {
    display: none;
}

body.bodyfrezze {
    overflow: hidden;
}

.another_prod_panel.stop_arow_destop .owl-theme .owl-nav.disabled {
    display: none;
}

.another_prod_panel.stop_arow_destop .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
    top: 50%;
}

.another_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-prev {
    left: 7%;
}

.another_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-next {
    right: 7%;
}

.another_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-next,
.another_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-prev {
    width: 63.3px;
    height: 63.3px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0%;
}

.another_third_prod_panel.stop_arow_destop .owl-theme .owl-nav.disabled {
    display: none;
}

.another_third_prod_panel.stop_arow_destop .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
    top: 50%;
}

.another_third_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-prev {
    left: 7%;
}

.another_third_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-next {
    right: 7%;
}

.another_third_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-next,
.another_third_prod_panel.stop_arow_destop .owl-carousel .owl-nav button.owl-prev {
    width: 63.3px;
    height: 63.3px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0%;
}

.arrow_up {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid#95a630;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
}

.arrow_up::after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .4em solid #95a630;
    border-left: .3em solid transparent;
}

.scroller_content {
    color: #95a630;
    display: block;
    text-align: center;
    font-size: 12px;
}

#return-to-top {
    position: absolute;
    right: -76px;
    top: 33px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#return-to-top-another {
    position: static;
    right: -76px;
    top: 33px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scrolltoptop_wrapper {
    position: relative;
}


/***** Inner Page ****/

.banner_wrapper_innerpage {
    overflow: hidden;
    max-height: 616px;
    min-height: 616px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner_overlay_innerpage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: rgba(67, 77, 115, 0.10);
}

.inner_banner_container {
    max-width: 1152px;
    width: 100%;
    margin: 0px auto 0 auto;
    padding: 0 31px;
    position: absolute;
    bottom: -100%;
}

.mob_bold {
    font-weight: 500;
}

.ban_content {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 56px 66px 16px;
    position: relative;
}

.ban_content h1 {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

.ban_content p {
    font-size: 24px;
    font-stretch: normal;
    margin: 0 0 20px 0;
    color: #625f5f;
}

.ban_content p:last-child {
    margin: 0 0 0px 0;
}

.return_grard.inerpage_back {
    top: 109px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.return_grard.inerpage_back .close_ban_modal {
    width: 96px;
}
.return_grard.inerpage_back .close_ban_modal:hover{
    color: #95a630;
}
.return_grard_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 224px;
    height: 96px;
    z-index: 30;
}

.return_grard_bottom:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 224px;
    height: 96px;
    border-top: 96px solid transparent;
    border-right: 235px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    z-index: -1;
}

.close_ban_inner_page {
    width: 40px;
    margin: 64px 31px 0 auto;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    cursor: pointer;
}

.rooms_list_wrapper {
    margin: 120px 0 120px;
}

.rooms_innler_listing {
    margin: 0 60px;
    position: relative;
}

.inp_room_box {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.inp_room_box:hover .room_sld_wrapper img {
    transform: scale(1.2);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.rooms_innler_listing [class^="col-"] {
    margin: 0 0 72px 0;
    padding-right: 20px;
    padding-left: 20px;
}

.room_sld_wrapper {
    overflow: hidden;
    height: 388px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.room_sld_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.room_content_details {
    padding: 35px 51px 30px;
}

.room_content_details h2 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.room_content_details p {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin: 0 0 15px 0;
}

.button_bay_room {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details_btn {
    /*max-width: 192px;*/
    max-width: 50%;
    width: 100%;
    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #f4f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #625f5f;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    opacity: 1;
    margin: 0 8px 0 0;
}

.details_btn:hover {
    opacity: 0.80;
    color: #625f5f;
}

.reserve_btn {
    /*max-width: 192px;*/
    max-width: 50%;
    width: 100%;
    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #5f78a3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    opacity: 1;
    margin: 0 0 0 8px;
}

.reserve_btn:hover {
    opacity: 0.80;
    color: #fff;
}

.spect_amt {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.spect_amt span {
    font-size: 16px;
    font-weight: 300;
}

.wifi_section {
    margin: 40px 0 120px;
    padding: 48px 0 48px 0;
    background-color: #f8f5f5;
}

.wifi_section .wifi_right_content a{
	color: #625f5f;
	opacity:.5;
}
.wifi_section .wifi_right_content a:hover{
	opacity:1;
}

.wifi_left_icon {
    width: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.wifi_left_icon ul li {
    margin: 0 0 10px 0;
}

.wifi_left_icon ul li:last-child {
    margin: 0 0 0px 0;
}

.wifi_left_icon img {
    width: auto;
}

.wifi_inner_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wifi_right_content {
    width: 70%;
}

.wifi_right_content h3 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    color: #000;
    text-transform: uppercase;
}

.wifi_right_content p {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    color: #625f5f;
    margin: 0;
}

.scrolltoptop_wrapper.room_top #return-to-top {
    position: absolute;
    right: -76px;
    top: -44px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.scrolltoptop_wrapper.room_top #return-to-top:hover {
    opacity: 0.80;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgb(99, 99, 99);
}

.modal-backdrop.show {
    opacity: .8;
}

.roomdetails .modal-dialog {
    max-width: 1200px;
}

.roomdetails .modal-body {
    padding: 0;
    position: relative;
    border: none;
}

.room_sof_banner .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 80;
    height: 53px;
    right: 0;
    left: 0;
}

.room_sof_banner .owl-carousel .owl-nav button.owl-next,
.room_sof_banner .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.room_sof_banner .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.room_sof_banner .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.room_sof_banner .remo_slider_box {
    height: 313px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.room_sof_banner .remo_slider_box a {
    height: 313px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.room_sof_banner .remo_slider_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    border:none;
}

.modal_rooms_detials_wrapper {
    padding: 56px 70px 32px;
}

.modal_rooms_detials_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.modal_rooms_detials_inner .details_left {
    width: 60%;
}

.modal_rooms_detials_inner .details_right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.property_header {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.property_type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 56px 0;
    text-transform: uppercase;
    width: 95%;
}

.property_type li {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5f78a3;
}

.oner_details {
    margin: 0 0 90px 0;
}

.oner_details h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 15px 0;
}

.oner_details p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.contact_info_wrapper {
    max-width: 395px;
    width: 100%;
    padding: 32px 32px 35px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.contact_info_wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin: 0 0 2px 0;
}

.votre_content {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    margin: 0 0 20px 0;
}

.votre_content span {
    font-size: 24px;
    font-weight: 500;
}

.reserve_room_online {
    max-width: 330px;
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 24px;
    padding: 10px 4.8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #5f78a3;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    border: none;
    outline: none;
    opacity: 1;
}

.reserve_room_online:hover,
.reserve_room_online:focus {
    opacity: 0.80;
    color: #ffffff;
    border: none;
    outline: none;
}

.oner_votre_contat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: #625f5f;
    margin: 5px 0 0 0;
}

.oner_votre_contat a,
.oner_votre_contat a:hover,
.oner_votre_contat a:focus {
    font-size: 24px;
    font-weight: 500;
    color: #5f78a3;
}
.roommodal_close{
   position: absolute;
    right: 42px;
    top: 25px;
    z-index: 50;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roommodal_close:hover,
.roommodal_close:focus {
   position: absolute;
    right: 42px;
    top: 25px;
    z-index: 50;
    background-color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 37px;
}

.roommodal_close span {
    font-size: 55px;
    color: #fff;
}
.roommodal_close:hover span{
    color: #333;
}

.wrapper_for_banner_content {
    position: relative;
}

.mobi_top {
    display: none;
}


/***************** Restro Page ***************/

.restro_snapping {
    display: flex;
}

.restro_snapping .snapping_left {
    width: 45%;
}

.restro_snapping .snapping_right {
    width: 78%;
}

.left_restro_img {
    max-width: 552px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.restro_content_right {
    padding: 64px 72px 32px;
    height: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.restro_content_right h2 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

.restro_content_right p {
    font-size: 16px;
    font-stretch: normal;
    margin: 0 0 18px 0;
    color: #625f5f;
}

.p-500 {
    font-weight: 500;
}

.contact_info_wrapper.restro_info {
    max-width: 316px;
    width: 100%;
    padding: 0px 0px 0px;
    box-shadow: unset;
    background-color: #ffffff;
}

.contact_info_wrapper.restro_info .reserve_room_online {
    max-width: 316px;
    width: 100%;
    height: 40px;
}

.contact_info_wrapper.restro_info .votre_content {
    text-transform: uppercase;
}

.reserve_room_frvc {
    max-width: 316px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 23px 0 15px 0px;
    padding: 10px 4.8px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #f4f0f0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    border: none;
    outline: none;
    opacity: 1;
}

.reserve_room_frvc:hover {
    opacity: 0.80;
    color: #625f5f;
}

.wifi_left_icon ul li img {
    width: 50px;
}

.la_paviliion_de_wrapper {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    color: #5f78a3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.megante_pavilliono {
    position: sticky;
    top: 150px;
}

.container_la_pavillion {
    margin: 0 45px;
}

.inner_panel_pavillion {
    display: flex;
    justify-content: space-between;
}

.sticky_content {
    width: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.le_pavillion_columini {
    padding: 46px 0 0 0;
}

.le_pevillion_left {
    width: 68%;
    position: relative;
    margin: 0 auto 0 140px;
}

.morecontent span {
    display: block;
}

.moreellipses {
    display: none;
}

.pevelion_content_list {
    display: block;
    margin: 0 60px 0 0;
}

.pevelion_content_list ul {
    display: block;
}

.pevelion_content_list ul li {
    display: block;
    margin: 0 0 55px 0;
}

.pevelion_content_list ul li:last-child {
    display: block;
    margin: 0 0 0px 0;
}

.panel_pevelion_content h2 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.emore {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
}

.emore_epgp {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
}

.inner_pavilion_icons {
    background-color: #f8f5f5;
    padding: 30px 30px;
    margin: 0 0 144px 0;
}

.inner_pavilion_icons h3 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    color: #5f78a3;
    text-align: center;
    margin: 0 0 38px 0;
    text-transform: uppercase;
}

.pavi_content_devider {
    display: flex;
    justify-content: space-between;
}

.pavi_content_devider .pavi_cont_left {
    width: 49.2%;
}

.pavi_content_devider .pavi_cont_right {
    width: 49.2%;
}

.ecl_pavi {
    display: block;
}

.ecl_pavi li {
    margin: 0 0 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ecl_pavi li .pcrt_icon {
    width: 75px;
}

.ecl_pavi li .pcrt_right_cont p {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.ecl_pavi li .pcrt_right_cont span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    text-align: left;
    color: #5f78a3;
    margin: 0 0 0 6px!important;
}
.ecl_pavi li .pcrt_right_cont p span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    text-align: left;
    color: #5f78a3;
    margin: 0 0 0 6px!important;
}

.menubar_mobile_inner ul li ul.dropdown-menu li a::after {
    display: none;
}

.lepavi_list_wrapper {
    margin: 88px 0 56px;
}

.morelink {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.morelink span {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.morelink span::after {
    content: '+';
    position: absolute;
    color: #5f78a3;
    font-size: 42px;
    text-align: center;
}

.morelink.active span::after {
    content: '-';
    position: absolute;
    color: #5f78a3;
    font-size: 42px;
    text-align: center;
}

.pavilion_dishes_wrapper .container {
    padding-left: 0px;
    padding-right: 0px;
}

.pavi_content_devider {
    flex-wrap: wrap;
}

.ecl_pavi li .pcrt_icon {
    width: 85px;
}

.ecl_pavi li .pcrt_right_cont span {
    display: block;
    margin: 0;
}

.ecl_pavi li .pcrt_right_cont {
    width: 90%;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    color: #5f78a3;
    display: flex;
    flex-wrap: wrap;
}

.inner_pavilion_icons {
    background-color: #f8f5f5;
    padding: 30px 30px;
    margin: 0 30px 138px 30px;
}


/*********************************************/

.bg-img1 {
    background: url('../images/inner_page_banner.jpg');
    background-size: cover!important;
}

.bg-img2 {
    background: url('../images/restro_banner.jpg');
    background-size: cover!important;
}

.bg-img3 {
    background: url('../images/le_pavillion_banner.jpg');
    background-size: cover!important;
}

.bg-img4 {
    background: url('../images/history_ban_bg.jpg');
    background-size: cover!important;
}

.bg-img5 {
    background: url('../images/la_religionbg.jpg');
    background-size: cover!important;
}

.bg-img6 {
    background: url('../images/voi_banbg.jpg');
    background-size: cover!important;
}

.bg-img7 {
    background: url('../images/voi_form_bg.jpg');
    background-size: cover!important;
}

.bg-img50 {
    background: url('../images/info_cont_banner.jpg');
    background-size: cover!important;
}

.bg-img60 {
    background: url('../images/activity_bg.jpg');
    background-size: cover!important;
}

.bg-img22 {
    background: url('../images/voi_banbg2.jpg');
    background-size: cover!important;
}

.hvmore {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-overflow: clip;
}

.hvmore.morecontent {
    height: auto;
}

.page_banner_btn_bay {
    padding: 20px 0 11px 0;
}

.inner_banner_btn_bay {
    display: flex;
/*    justify-content: space-between; */
	justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -19px;
}

.cng_btn_col {
    width: 33.3%;
    padding: 0 19px;
}

.btn_orange {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #efa34c;
    color: #efa34c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_orange:hover {
    color: #fff;
    background-color: #efa34c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_d_orange {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #efa34c;
    color: #efa34c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_d_orange:hover {
    color: #fff;
    background-color: #efa34c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_gray {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #625f5f;
    color: #625f5f;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_gray:hover {
    color: #fff;
    background-color: #625f5f;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.traditional_perf_wrapper {
    background-color: #f8f5f5;
    padding: 40px 0 43px 0;
}

.trd_perf_inner_wrapper {
    padding: 0 60px;
}

.trd_perf_inner_wrapper h2 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    color: #efa34c;
    margin: 0 0 22px 0;
    text-transform: uppercase;
}

.trd_perf_inner_wrapper p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #625f5f;
    margin: 0 0 10px 0;
    width: 90%;
}

.trd_perf_inner_wrapper p:last-child {
    margin: 0 0 0px 0;
}

.sorting_wrapper {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    padding: 22px 0;
}

.sorting_inner_panel {
    padding: 0 60px;
}

.sorting_input_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sorting_input_col {
    width: 33.3%;
    padding: 0 15px;
}

.drop_select {
    max-width: 280px;
    width: 100%;
    position: relative;
    z-index: 20;
}

.drop_select::after {
    position: absolute;
    content: "\e951";
    right: 0;
    top: 10px;
    font-family: 'icomoon';
    color: #efa34c;
    font-size: 14px;
    z-index: -1;
}


.drop_select.center_clip {
    margin: 0 auto;
}

.drop_select select {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #8a8a8a;
    padding: 10px 0;
    -webkit-appearance: none;
    appearance: none;
}

.drp_search {
    max-width: 286px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.drp_search span {
    position: absolute;
    right: -0px;
    top: 9px;
    color: #efa34c;
    font-size: 22px;
}

.drp_search.right_clip {
    margin: 0 0 0 auto;
    border-bottom: 1px solid #8a8a8a;
}

.drp_search input {
    padding: 10px 35px 10px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #8a8a8a;
}

.sorting_input_col button,
.sorting_input_col button:hover,
.sorting_input_col button:focus {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.no-salles-data {
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
}

.pagination ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    margin: 0 7px;
    color: #625f5f;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.pagination ul li:hover a {
    background-color: #95a630;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.pagination ul li.active a,
.pagination ul li.active:hover a {
    background-color: #f4f0f0;
    color: #625f5f;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.sales_de_porsael {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #efa34c;
    margin: 0 0 18px 0;
}

.sales_de_porsael .left {
    width: 75%;
}

.sales_de_porsael .right {
    width: 25%;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
}

.sales_de_porsael .right p {
    margin: 0;
    color: #efa34c;
}

.details_btn.full_width {
    width: 100%;
    max-width: unset;
}

.sellerdesc_wrapper {
    margin: 38px 0 56px;
}

.seller_desc_heading {
    max-width: 1542px;
    width: 100%;
    margin: 0 auto 64px auto;
}

.seller_desc_heading h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 0 34px 0;
}

.partisepeti_le_deloy {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #efa34c;
    text-transform: uppercase;
}

.partisepeti_le_deloy span {
    display: inline-block;
    margin: 0 0 0 22px;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #efa34c;
}

.contact_info_wrapper.orange_wrapper {
    max-width: 380px;
    width: 100%;
    padding: 0;
    box-shadow: unset;
    background-color: #ffffff;
}

.orange_inner_panel {
    padding: 32px 32px 35px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #ffffff;
}

.orange_btn_horizental {
    padding: 0px 32px 0 32px;
    margin: 40px 0 40px 0;
}

.orange_btn_horizental a {
    margin: 0 0 16px 0;
}

.contact_info_wrapper.orange_wrapper .reserve_room_online {
    max-width: 316px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 23px 0 24px;
    padding: 10px 4.8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #efa34c;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    border: none;
    outline: none;
    opacity: 1;
}

.contact_info_wrapper.orange_wrapper .reserve_room_online:hover,
.contact_info_wrapper.orange_wrapper .reserve_room_online:focus {
    opacity: 0.80;
    color: #ffffff;
    border: none;
    outline: none;
}

.contact_info_wrapper.orange_wrapper .oner_votre_contat a,
.contact_info_wrapper.orange_wrapper .oner_votre_contat a:hover,
.contact_info_wrapper.orange_wrapper .oner_votre_contat a:focus {
    font-size: 16px;
    font-weight: 500;
    color: #efa34c;
}

.contact_info_wrapper.orange_wrapper h4 {
    margin: 0 0 10px 0;
}

.three_rooms_pattern {
    margin: 56px 0 80px 0;
}

.three_rooms_pattern h3 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #625f5f;
    margin: 0 0 34px 0;
    text-transform: uppercase;
}

.inner_three_panel_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -32px;
    max-width: 1102px;
    width: 100%;
}

.three_panel_col {
    padding: 0 32px;
}

.create_place {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #efa34c;
    margin: 16px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

.seller_description_banner {}

.seller_description_banner .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 80;
    height: 53px;
    right: 0;
    left: 0;
}

.seller_desc_banner_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-next,
.seller_desc_banner_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-prev {
    width: 53.3px;
    height: 53.3px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.seller_description_banner .owl-carousel .owl-nav button.owl-next,
.seller_description_banner .owl-carousel .owl-nav button.owl-prev {
    width: 53.3px;
    height: 53.3px;
    background-color: rgba(255, 255, 255, 0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.seller_description_banner .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.seller_description_banner .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.enorga_wrapper.mediatheque_video_wrapper .seller_des_ban {
    width: 100%;
    height: 874px;
    overflow: hidden;
    background-color: #4d4c4c;
}
.seller_des_ban {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-color: #4d4c4c;
}

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

.seller_des_ban video {
    width: 100%;
    height: 100%;
}

.seller_desc_banner_wrapper {
    position: relative;
}

.seller_description_banner .owl-carousel .owl-nav button.owl-next span i,
.seller_description_banner .owl-carousel .owl-nav button.owl-next:hover span i,
.seller_description_banner .owl-carousel .owl-nav button.owl-next:focus span i {
    color: #333;
}

.seller_description_banner .owl-carousel .owl-nav button.owl-prev span i,
.seller_description_banner .owl-carousel .owl-nav button.owl-prev:hover span i,
.seller_description_banner .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #333;
}

.banquate_list {
    display: block;
}

.banquate_list ul li {
    margin: 0 0 120px 0;
}

.banquate_list ul li:last-child {
    margin: 0 0 120px 0;
}

.single_scrilltop_wrapper {
    padding: 0 0 26px 0;
}

.single_scrilltop_wrapper #return-to-top {
    position: absolute;
    right: 0px;
    top: -40px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banquate_list .reserve_room_online {
    max-width: 316px;
    width: 100%;
    height: 40px;
    background-color: #efa34c;
}

.banquate_list .oner_votre_contat a,
.banquate_list .oner_votre_contat a:hover,
.banquate_list .oner_votre_contat a:focus {
    font-size: 24px;
    font-weight: 500;
    color: #efa34c;
}

.property_header.head_banquate {
    margin: 0 0 60px 0;
}

.contact_info_wrapper.banqinfo {
    padding: 0px 32px 35px;
}

.contact_info_wrapper.banqinfo a {
    margin: 0 0 15px 0;
}

.contact_info_wrapper.banqinfo .oner_votre_contat a,
.contact_info_wrapper.banqinfo .oner_votre_contat a:hover,
.contact_info_wrapper.banqinfo .oner_votre_contat a:focus {
    color: #efa34c;
}

.reserve_onbrown {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #efa34c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efa34c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.reserve_onbrown:hover {
    color: #efa34c;
    background-color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.history_inner_wrapper {
    padding: 32px 0 30px 0;
}

.history_content_wrapper {
    display: flex;
}

.left_his_pic {
    max-width: 576px;
    height: auto;
    width: 50%;
    position: relative;
}

.right_his_text {
    width: 70%;
}

.common_his_pic {
    width: 576px;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.hist_content_main {
    height: 100%;
    padding: 56px 56px 15px 64px;
    background-color: #f8f5f5;
}

.hist_content_main .his_date {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #95a630;
    margin: 0 0 24px 0;
}

.hist_content_main .his_content {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #625f5f;
}

.hist_content_main .his_content p {
    margin: 0 0 24px 0;
}

.hist_content_main .his_content p:last-child {
    margin: 0 0 0px 0;
}

.clean_history_arcio {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #95a630;
    margin: 64px 0;
}

.arcio_year {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4.8px;
    color: #ffffff;
    text-transform: uppercase;
}

.t-bold {
    font-weight: 500;
}

.organization_cont_wrapper {
    margin: 120px 0;
}
.organization_cont_wrapper.modernizer-wrapper p{
    margin: 0 0 38px 0;
}
.organization_cont_wrapper.modernizer-wrapper p:nth-child(3){
    margin: 0 0 56px 0;
}

.organization_cont_wrapper h3,
.organization_cont_wrapper h4,
.organization_cont_wrapper h5,
.organization_cont_wrapper h6 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}
.organization_cont_wrapper.modernizer-wrapper h3,
.organization_cont_wrapper.modernizer-wrapper h4,
.organization_cont_wrapper.modernizer-wrapper h5,
.organization_cont_wrapper.modernizer-wrapper h6 {
    margin: 0 0 32px 0;
}

.organization_cont_wrapper p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 24px 0;
}

.organization_cont_wrapper p:last-child {
    margin: 0;
}

.enorga_wrapper .enep_content {
    padding: 56px 64px 64px;
    background-color: #f8f5f5;
}

.enorga_wrapper .enep_content h4 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #95a630;
    margin: 0 0 30px 0;
}

.enorga_wrapper .enep_content p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.enep_pic {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 432px;
}

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

.hist_gallery_wrapper {
    margin: 0 0 120px 0;
}

.hist_gallery_wrapper h6 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.hist_gallery_carousel {
    position: relative;
}

.hist_gallery_carousel .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 80;
    height: 53px;
    right: 0;
    left: 0;
}

.hist_gallery_carousel .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.hist_gallery_carousel .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.hist_gallery_carousel .owl-carousel .owl-nav button.owl-next,
.hist_gallery_carousel .owl-carousel .owl-nav button.owl-prev {
    width: 53.3px;
    height: 53.3px;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.hist_gallery_carousel .owl-carousel .owl-nav button.owl-next span i,
.hist_gallery_carousel .owl-carousel .owl-nav button.owl-next:hover span i,
.hist_gallery_carousel .owl-carousel .owl-nav button.owl-next:focus span i {
    color: #95a630;
}

.hist_gallery_carousel .owl-carousel .owl-nav button.owl-prev span i,
.hist_gallery_carousel .owl-carousel .owl-nav button.owl-prev:hover span i,
.hist_gallery_carousel .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #95a630;
}

.hist_content_main .his_region {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    /* letter-spacing: 4px; */
    text-transform: uppercase;
    color: #95a630;
    margin: 0 0 38px 0;
}

.map_download_wrapper p:last-child {
    margin: 0;
    padding: 0;
}

.common_region_pic {
    width: 576px;
    height: 660px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_region_pic a{
    width: 576px;
    height: 648px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_region_pic a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.epic_pic_Wrapper {
    margin: 120px 0 144px 0;
}

.enorga_wrapper.epic_pic_Wrapper .enep_content h4 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #95a630;
    margin: 0 0 30px 0;
}

.enep_pic_la_panel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 520px;
}

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

.history_inner_wrapper.la_region_main {
    padding: 32px 0 0px 0;
}

.la_rigion_wifi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.la_rigion_wifi .left_icon {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.la_rigion_wifi .right_icon_content {
    width: 70%;
}

.right_icon_content .p_header {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-stretch: normal;
    color: #000;
    margin: 0 0 14px 0;
}

.right_icon_content p {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    color: #625f5f;
    margin: 0;
}

.apic_map_wrapper {
    height: auto;
}

.apic_map_wrapper iframe {
    height: 448px;
    width: 100%;
}

.epic_map_panel {
    margin: 120px 0;
}

.enorga_wrapper.epic_map_panel .enep_content h4 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}

.enorga_wrapper.epic_map_panel .enep_content {
    padding: 64px 64px 40px;
    background-color: #f8f5f5;
}

.map_download_wrapper,
.map_download_wrapper p {
    font-size: 16px!important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #625f5f;
}

.dnbmpp_btn {
    max-width: 354px;
    width: 100%;
    height: 40px;
    margin: 16px 675px 0 0;
    padding: 10px 35px;
    border: solid 2px #95a630;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #95a630;
}

.dnbmpp_btn:hover,
.dnbmpp_btn:focus {
    color: #fff;
    background-color: #95a630;
}


/****** Reviews Page 030321 *******/

.reviews_wrapper {
    padding: 88px 0;
}

.voi_panel {
    display: flex;
}

.voi_left {
    width: 50%;
}

.voi_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.review_list_left {
    max-width: 544px;
    width: auto;
    margin: 0 15px 0 0;
    height: 100%;
}

.review_form_right {
    max-width: 440px;
    width: auto;
    margin: 0 0px 0 15px;
    height: 100%;
}

.revidw_list_heading {
    padding: 0 0 40px 64px;
}

.revidw_list_heading h2 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    margin: 0 0 17px 0;
    text-transform: uppercase;
}

.revidw_list_heading p {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    margin: 0;
}

.review_voi_list {
    margin: 0 0 50px 0;
    min-height: 750px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.review_voi_list ul {
    display: block;
    width: 100%;
}

.review_voi_list ul li {
    margin: 0 0 40px 0;
}

.review_voi_list ul li:last-child {
    margin: 0 0 0px 0;
}

.review_voi_box {
    padding: 56px 64px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

.review_single_header {
    margin: 0 0 8px 0;
}

.review_single_header a {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.review_single_header a:hover,
.review_single_header a:focus {
    color: #95a630;
}

.review_post_date {
    font-size: 16px;
    margin: 0 0 16px 0;
    color: #625f5f;
}

.rev_content {
    margin: 0;
}

.rev_content p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 24px 0;
}

.rev_detials {
    display: block;
}

.rev_detials a,
.rev_detials a:hover,
.rev_detials a:focus {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.review_pagination {
    display: block;
}

.review_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_pagination ul li a {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    display: flex;
    justify-content: center;
    padding: 0 9px;
}

.review_pagination ul li.active a,
.review_pagination ul li a.active {
    color: #95a630;
}

.review_form_header {
    padding: 0 0 40px 0px;
}

.review_form_header h3 {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    margin: 0 0 17px 0;
    text-transform: uppercase;
}

.review_form_header p {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    margin: 0;
}

.review_form_main label {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #878484;
}

.review_form_main input {
    width: 440px;
    height: 48px;
    border: solid 2px #c7c7c7;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
}

.form_review_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 56px 0;
}

.review_submit {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align:center;
    color: #95a630;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 288px;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: solid 2px #95a630!important;
    background-color: transparent;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.review_submit:hover,
.review_submit:focus {
    background-color: #95a630;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.msg_confirm {
    display: flex;
    width: 100%;
    background-color: rgba(149, 166, 48, 0.70);
    color: #fff;
    justify-content: center;
    margin: 32px 0 0 0;
    font-size: 16px;
    font-weight: 500;
    padding: 18px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: scale(0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.msg_confirm.msg_active {
    opacity: 1;
    transform: scale(1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.review_form_main .form-group {
    margin-bottom: 24px;
}


/****** Support Donation Wrapper ********/

.support_donation_wrapper {
    padding: 55px 0 90px 0;
}

.support_donation_inner_panel {
    display: block;
}

.section_counter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0px 22px 0;
    color: #424244;
    font-size: 15px;
    font-weight: 500;
}

.section_counter span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #424244;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_check_wrapper {
    margin: 0 0 18px 0;
}

.common_squre_box {
    border: 1px solid #d1d1d1;
    padding: 10px 15px;
}

.cust_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.cust_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.cust_check .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #414141;
}


/* On mouse-over, add a grey background color */

.cust_check:hover input~.checkmark {
    background-color: #f4f4f4;
}


/* When the checkbox is checked, add a blue background */

.cust_check input:checked~.checkmark {
    background-color: #f1f1f1;
}


/* Create the checkmark/indicator (hidden when not checked) */

.cust_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cust_check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cust_check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.selected_fund_list {
    display: block;
    margin: 0 0 40px 0;
}

.selected_fund_list ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d1d1d1;
}

.selected_fund_list ul li {
    width: 50%;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.selected_fund_list ul li.cst_ntwidth {
    width: 50%!important;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

.selected_fund_list ul li:nth-child(2),
.selected_fund_list ul li:nth-child(4) {
    border-right: 1px solid #d1d1d1;
}

.selected_fund_list ul li:last-child {
    width: 100%;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.selected_fund_list ul li:last-child .main_amount {
    font-size: 15px;
}

.selected_fund_list ul li label font {
    width: 100%;
}

.cust_amount_radio {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 15px 10px 50px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 20;
}

.cust_amount_radio .bg_squire {
    position: absolute;
    z-index: -1;
    border: 0px solid #d1d1d1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
}

.cust_amount_radio input:checked~.bg_squire {
    background-color: #f4f4f4;
    border: 2px solid #333;
}

.cust_amount_radio .main_amount {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    line-height: 0px;
}


/* Hide the browser's default radio button */

.cust_amount_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.cust_amount_radio .checkmark {
    position: absolute;
    top: 11px;
    left: 15px;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #333;
}


/* On mouse-over, add a grey background color */

.cust_amount_radio:hover input~.checkmark {
    background-color: #f4f4f4;
}


/* When the radio button is checked, add a blue background */

.cust_amount_radio input:checked~.checkmark {
    background-color: #f4f4f4;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.cust_amount_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.cust_amount_radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.cust_amount_radio .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.payment_mood_support_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-right: 0;
    margin: 0 0 45px 0;
}

.paid_mood_col {
    width: 33.3%;
    border-right: 1px solid #d1d1d1;
    padding: 35px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.paid_mood_col a,
.paid_mood_col a:hover,
.paid_mood_col a:focus {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mood_name_pay {
    font-size: 14px;
    font-weight: 600;
}

.payment_mood_icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 0 10px 0;
    background-color: #f1f1f1;
}

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

.for_bordered_only {
    border-radius: 0;
    height: 48px!important;
}

.for_solid_bg {
    background-color: #f7f7f7;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 0;
    height: 48px!important;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 18px;
}

.payment_personal_details .form-group {
    margin: 0 0 20px 0;
}

.form_footer {
    margin: 0 0 25px 0;
}

.from_de_submit {
    height: 55px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #f1f1f1;
    background-color: #444444;
    width: 100%;
    border: none;
    cursor: pointer;
    opacity: 1;
}

.from_de_submit:hover {
    opacity: 0.80;
}

.donation_terminal_loc {
    margin: 0 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.donation_terminal_loc i {
    font-size: 24px;
    margin: 0 0 18px 0;
}

.donation_terminal_loc span {
    font-size: 14px;
    color: #444444;
    display: block;
    text-align: center;
    line-height: 2rem;
}

.history_content_wrapper.desktop_reverce {
    flex-direction: row-reverse;
    margin: 0 0 120px 0;
}


/******** 050321 ********/

.left_his_pic .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 80;
    height: 53px;
    right: 0;
    left: 0;
}

.left_his_pic .owl-carousel .owl-nav button.owl-next,
.left_his_pic .owl-carousel .owl-nav button.owl-prev {
    width: 53.3px;
    height: 53.3px;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 0%;
    margin: 0%;
}

.left_his_pic .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.left_his_pic .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.left_his_pic .owl-carousel .owl-nav button.owl-next span i,
.left_his_pic .owl-carousel .owl-nav button.owl-prev span i {
    color: #95a630;
}

.left_his_pic .owl-carousel .owl-nav button.owl-next:hover span i,
.left_his_pic .owl-carousel .owl-nav button.owl-prev:hover span i,
.left_his_pic .owl-carousel .owl-nav button.owl-next:focus span i,
.left_his_pic .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #95a630;
}

.video {
    width: 100%;
    border: 1px solid black;
}

.wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 50%;
}

.playpause {
    background-image: url(../images/play-button.png);
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-size: auto;
}

.vertical_scrilled_content {
    display: block;
}

.vertical_scrilled_content ul {
    max-height: 370px;
    min-height: 370px;
    height: 370px;
    overflow: auto;
}

.vertical_scrilled_content ul::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.vertical_scrilled_content ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.vertical_scrilled_content ul::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

.vertical_scrilled_content ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.vertical_scrilled_content ul li {
    width: 100%;
    margin: 0 0 25px 0;
}

.scrolled_cont_box {
    display: block;
}

.scrolled_cont_box .scld_date {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 10px 0;
}

.scld_Heading {
    display: block;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 10px 0;
}

.scld_content {
    display: block;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.vertical_scrilled_content ul li {
    cursor: pointer;
}

.vertical_scrilled_content ul li:nth-child(odd) .scrolled_cont_box .scld_date {
    color: #625f5f;
}

.vertical_scrilled_content ul li:nth-child(odd) .scrolled_cont_box .scld_Heading {
    color: #625f5f;
}

.vertical_scrilled_content ul li:nth-child(odd) .scrolled_cont_box .scld_content {
    color: #625f5f;
}

.vertical_scrilled_content ul li .scrolled_cont_box .scld_date {
    color: #625f5f;
}

.vertical_scrilled_content ul li .scrolled_cont_box .scld_Heading {
    color: #625f5f;
}

.vertical_scrilled_content ul li .scrolled_cont_box .scld_Heading a {
    color: #625f5f;
}

.vertical_scrilled_content ul li .scrolled_cont_box .scld_content {
    color: #625f5f;
}

.vertical_scrilled_content ul li:hover .scrolled_cont_box .scld_date {
    color: #95a630;
}

.vertical_scrilled_content ul li:hover .scrolled_cont_box .scld_Heading {
    color: #95a630;
}

.vertical_scrilled_content ul li:hover .scrolled_cont_box .scld_Heading a,
.vertical_scrilled_content ul li:hover .scrolled_cont_box .scld_Heading a:hover,
.vertical_scrilled_content ul li:hover .scrolled_cont_box .scld_Heading a:focus {
    color: #95a630;
}

.vertical_scrilled_content ul li:hover .scrolled_cont_box .scld_content {
    color: #95a630;
}


/* .vertical_scrilled_content ul li:nth-child(even) .scrolled_cont_box .scld_date{
    color: #95a630;
} 
.vertical_scrilled_content ul li:nth-child(even) .scrolled_cont_box .scld_Heading{
    color: #95a630;
}
.vertical_scrilled_content ul li:nth-child(even) .scrolled_cont_box .scld_content{
    color: #95a630;
} */

.down_arrow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 15px 0 15px;
}

.down_arrow i {
    color: #000;
    font-size: 18px;
}

.cont_mail_phcont {
    font-weight: 500;
}

.single_scrilltop_wrapper.la_pavilon {
    padding: 50px 0 30px 0;
}

.review_form_main textarea {
    max-width: 440px;
    width: 100%;
    height: 240px;
    border: solid 2px #c7c7c7;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
}


/******** Support Page *********/

.support_main_ng_wrapper {
    padding: 0px 0 50px 0;
}

.southern_wraaper_orange {
    background-color: #efa34c;
    padding: 0 118px;
}

.souther_inner_content {
    padding: 71px 0 48px 0;
}

.souther_inner_content .souther_header_ong {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0 0 22px 0;
    text-transform: uppercase;
}

.souther_content_ong p {
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
}

.souther_content_ong {
    margin: 0 0 80px 0;
}

.souther_footer_ong {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.souther_footer_ong .ong_left {
    display: block;
    width: 50%;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
}

.souther_footer_ong .ong_right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.fare_un_don_btn {
    width: 360px;
    height: 40px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #f4f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #efa34c;
    text-decoration: none;
}

.fare_un_don_btn:hover,
.fare_un_don_btn:focus {
    opacity: 0.90;
    color: #efa34c;
}

.custom_orange_accordion {
    margin: 80px 0;
}

.custom_orange_accordion ul {
    padding: 0;
    margin: 0;
}

.custom_orange_accordion ul li {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #c7c7c7;
}

.cst_org_box {
    position: relative;
}

.cst_toggler {
    position: absolute;
    right: 0;
    top: 110px;
}

.cst_toggler a {
    color: #95a630;
    font-size: 32px;
}

.cst_org_box .cst_org_header {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}

.cst_org_box .cst_org_content {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    width: 85%;
    margin: 0 0 0px 0;
}

.cst_org_content_wrapper {
    height: 0px;
    overflow: hidden;
}

.cst_org_content_wrapper.cst_sctive {
    height: auto;
    overflow: unset;
}

.cst_org_few_content.cst_inctive {
    display: none;
}

.inst_reply {
    margin: 38px 0 56px 0;
}

.inst_reply_btn {
    max-width: 344px;
    width: 100%;
    height: 40px;
    border: solid 2px rgba(149, 166, 48, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(149, 166, 48, 0.8);
}

.inst_reply_btn:hover,
.inst_reply_btn:focus {
    background-color: rgba(149, 166, 48, 0.8);
    color: #fff;
    text-decoration: none;
}

.const_box_panel {
    display: flex;
    margin: 0 0 56px 0;
}

.const_wrapper ul li:last-child .const_box_panel {
    margin: 0 0 0px 0;
}

.const_wrapper ul li:nth-child(even) .const_box_panel {
    flex-direction: row-reverse;
}

.const_wrapper ul li:nth-child(even) .const_pgp_heading {
    color: #95a630;
}

.const_wrapper ul li:nth-child(even) .const_pgp_semi_list ul li::after {
    background-color: #95a630;
}

.const_pgp_left {
    width: 58%;
    background-color: #f8f5f5;
    padding: 56px 64px;
}

.const_pgp_right {
    width: 42%;
}

.const_pgp_img {
    height: 100%;
    overflow: hidden;
}

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

.const_pgp_heading {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.const_pgp_semi_heading {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 30px 0;
}

.const_pgp_semi_list ul {
    padding: 0;
    margin: 0 0 0 40px!important;
}

.const_pgp_semi_list ul li {
    padding: 0 0 20px 0!important;
    margin: 0 0 0 0px!important;
    border: none;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    position: relative;
}

.const_pgp_semi_list ul li::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #95a630;
    left: -37px;
    top: 11px;
    border-radius: 50%;
}

.const_pgp_semi_list ul li .second_stand {
    font-weight: 500;
    margin: 0 5px 0 0;
}

.const_more_content {
    font-size: 16px;
}

.const_wrapper ul {
    padding: 0;
    margin: 0;
}

.const_wrapper ul li {
    padding: 0;
    margin: 0;
    border: none;
}

.postal_content_wrapper {
    margin: 64px 0 40px 0;
}

.postel_heading {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.postel_main_content {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.postal_top_gal_content {
    background-color: #f8f5f5;
    padding: 56px;
}

.mega_postal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #625f5f;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.postal_gallery_wrapper {
    margin: 0 0 56px 0;
}

.mega_postal_header span {
    text-align: right;
    font-weight: 300;
}

.mega_postal_eccontent p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 20px 0;
}

.mega_postal_eccontent p b {
    font-weight: 500!important;
}

.postal_encript_gal {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}

.postal_encript_gal_col {
    width: 25%;
    padding: 0 5px;
}

.emp_post_gal_img {
    margin: 0 0 10px 0;
    overflow: hidden;
}

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

.inst_reply.lefte_extract {
    margin: 0;
}

.inst_reply.lefte_extract a {
    margin: 0 0 0 56px;
}

.cst_emtoggle.negative_icon .icon-plus:before {
    content: "\e99f";
}

.activity_info_first {
    margin: 32px 0 0 0;
}

.activity_info_first .enep_content h4 {
    letter-spacing: 0;
}


/******* Activity info **********/

.date_rvg_panel {
    /* display: none; */
    margin: 10px 0 0 0;
}

.date_rvg_panel.dtrvg_show {
    display: block;
}

.date_rvg_panel ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
}

.date_rvg_panel ul li {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: left;
    color: #625f5f;
    padding: 0;
    margin: 0 53px 0 0;
    border: none;
}

.date_rvg_panel ul li::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #95a630;
    border-radius: 50%;
    top: 12px;
    right: -26.5px;
}

.date_rvg_panel ul li:last-child {
    margin: 0 0px 0 0;
    padding: 0 0 0px 0!important;
    border: none!important;
}

.date_rvg_panel ul li:last-child::after {
    display: none;
}

.page_banner_btn_bay.activity_baybtn {
    width: 100%;
}


.btn_grn {
    width: 100%;
    min-height: 40px;
    height: auto;
    padding: 10px 10px 10px 10px;
    border: solid 2px #95a630;
    color: #95a630;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    text-align: center;
}

.btn_grn:hover {
    color: #fff;
    background-color: #95a630;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_gry {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #af9d9d;
    color: #af9d9d;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_gry:hover {
    color: #fff;
    background-color: #af9d9d;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_grb {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #625f5f;
    color: #625f5f;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_grb:hover {
    color: #fff;
    background-color: #625f5f;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.activity_info_first_second {
    padding: 32px 0 40px 0;
}

.activity_info_first .seller_description_banner .owl-carousel .owl-nav button.owl-prev span i,
.activity_info_first .seller_description_banner .owl-carousel .owl-nav button.owl-prev:hover span i,
.activity_info_first .seller_description_banner .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #95a630;
}

.activity_info_first .seller_description_banner .owl-carousel .owl-nav button.owl-next span i,
.activity_info_first .seller_description_banner .owl-carousel .owl-nav button.owl-next:hover span i,
.activity_info_first .seller_description_banner .owl-carousel .owl-nav button.owl-next:focus span i {
    color: #95a630;
}

.cust_de_livra_img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    right: -50px;
}

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

.cgv_btnbay_wrapper {
    padding: 96px 0;
}

.cgv_btn_inner_wrapper {
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
}

.cgv_btn_inner_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}

.cgv_btn_inner_wrapper ul li {
    margin: 0 20px;
    width: 45%;
    padding: 0 0 32px 0;
}

.cgv_btn_inner_wrapper ul li:nth-child(3),
.cgv_btn_inner_wrapper ul li:nth-child(4) {
    padding: 0 0 0px 0;
}

.cgv_btn1 {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #5f78a3;
    color: #5f78a3;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn1:hover {
    color: #fff;
    background-color: #5f78a3;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn2 {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #efa34c;
    color: #efa34c;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn2:hover {
    color: #fff;
    background-color: #efa34c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn3 {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #95a630;
    color: #95a630;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn3:hover {
    color: #fff;
    background-color: #95a630;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn4 {
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid 2px #625f5f;
    color: #625f5f;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.cgv_btn4:hover {
    color: #fff;
    background-color: #625f5f;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.roomdetails .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 80;
    height: 40px;
    right: 0;
    left: 0;
}

.roomdetails .owl-carousel .owl-nav button.owl-next:hover span i,
.roomdetails .owl-carousel .owl-nav button.owl-prev:hover span i,
.roomdetails .owl-carousel .owl-nav button.owl-next:focus span i,
.roomdetails .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #000;
}

.history_content_wrapper.his_panel_ed1 .common_his_pic {
    max-width: 576px;
    width: 576px;
    height: 712px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history_content_wrapper.his_panel_ed1 .hist_content_main {
    height: 712px;
    background-color: #f8f5f5;
}

.history_content_wrapper.his_panel_ed2 .common_his_pic {
    max-width: 576px;
    width: 576px;
    height: 776px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history_content_wrapper.his_panel_ed2 .hist_content_main {
    height: 776px;
    background-color: #f8f5f5;
}

.history_content_wrapper.his_panel_ed2 .hist_content_main .his_date {
    margin: 0 0 35px 0;
}

.slider-counter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    color: #fff;
    text-align: center;
}

.single_scrilltop_wrapper.cgv_mobi {
    display: none;
}

.grt_input {
    text-align: center;
    height: 50px;
    width: 100%;
    margin: 0 0 20px 0;
    text-align-last: center;
    background-color: transparent;
}

.grt_input::-webkit-input-placeholder {
    text-align: center;
}

.grt_input:-moz-placeholder {
    opacity: 1;
    text-align: center;
}

.grt_input::-moz-placeholder {
    opacity: 1;
    text-align: center;
}

.grt_input:-ms-input-placeholder {
    text-align: center;
}

.grt_input .it {
    text-align: center;
}

.grt_select {
    height: 50px;
    width: 100%;
    margin: 0 0 20px 0;
    text-align-last: center;
}

.event_gal_details .modal-dialog {
    max-width: 1440px;
}

.event_gal_details .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.event_gal_details .modal-body .light_box_inner_panel {
   position: relative;
    overflow: hidden;
    max-height: 552px;
}
.event_gal_details .modal-body .light_box_inner_panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event_gal_details .modal-body .light_box_inner_panel .close {
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    background: transparent;
    opacity: 1!important;
    border-radius: 0px 10px 0px 37px;
    border: none;
    position: absolute;
    padding-left: 10px;
    color: #fff;
}


.event_gal_details .modal-body .light_box_inner_panel .close span {
    color: #fff;
    margin: -17px 41px 0 -16px;
    position: absolute;
    padding: 0 20px 0 8px;
    font-size: 22px;
}

.event_gal_details .modal-footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_gal_details .modal-footer button.float-left,
.event_gal_details .modal-footer button.float-left:hover,
.event_gal_details .modal-footer button.float-left:active,
.event_gal_details .modal-footer button.float-left:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    left: 0px;
    right: unset;
    border-radius: 0;
    margin: 0 auto;
    padding: 0 2px 0 0px;
    border: none;
    color: #333;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}

.event_gal_details .modal-footer button.float-right,
.event_gal_details .modal-footer button.float-right:hover,
.event_gal_details .modal-footer button.float-right:active,
.event_gal_details .modal-footer button.float-right:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background-color: #fff;
    left: unset;
    right: 0px;
    margin: 0 auto;
    padding: 0 0 0 2px;
    border: none;
    color: #333;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}

.event_gal_details .modal-footer button.float-left i,
.event_gal_details .modal-footer button.float-right i {
    color: #333;
}

.light_box_inner_panel {
    width: 100%;
}

.light_box_inner_panel img {
    width: 100%;
    height: auto;
}

.room_sof_banner.expan_this_box .remo_slider_box {
    height: auto!important;
}

.room_sof_banner.expan_this_box .remo_slider_box a {
    height: auto!important;
}

.modal_rooms_detials_wrapper.hide_my_box {
    display: none;
}

.back_btn_rty {
    position: relative;
}

.back_btn_rty a {
    width: 150px;
    display: none;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 200;
}

.back_btn_rty a i {
    margin: 0 15px 0 0;
}

.room_sof_banner.expan_this_box .back_btn_rty a {
    display: flex;
}

.emore_epgp.e_more_active {
    height: auto;
    overflow: unset;
}

.morelink_epgp {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.morelink_epgp span {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.morelink_epgp span::after {
    content: '+';
    position: absolute;
    color: #5f78a3;
    font-size: 42px;
    text-align: center;
}

.morelink_epgp.active span::after {
    content: '-';
    position: absolute;
    color: #5f78a3;
    font-size: 42px;
    text-align: center;
}

.banner_wrapper_innerpage.cont_banner_wrapper {
    overflow: hidden;
    max-height: 304px;
    min-height: 304px;
}

.info_leftsc_heading {
    display: block;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 10px 0;
    color: #95a630;
}

.all_caps_green {
    text-transform: uppercase;
    color: #95a630;
}

.all_capsfooter {
    text-transform: uppercase;
}

.history_content_wrapper.info_epanel .scld_Heading {
    margin: 0 0 25px 0;
}

.info_cal_first_panel {
    padding: 88px 0 120px;
}

.corporate_panel_row {
    display: flex;
    justify-content: space-between;
}

.corpo_add_left {
    width: 48%;
}

.corpo_add_right {
    width: 52%;
}

.corporate_address {
    margin: 0 0 88px 0;
}

.rtgt_cont_address {
    padding: 0px 56px 0px 64px;
}

.marg_addonpadd {
    margin: 0 0 40px 0;
}

.semi_sub_addheading {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.indiv_add_block {
    margin: 0 0 43px 0;
}

.p_de_contenta {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.p_de_contenta span {
    display: block;
}

.add_time_office {
    display: block;
    margin: 10px 0 23px 0;
}

.add_time_office ul li {
    display: block;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    text-align: left;
    color: #625f5f;
    padding: 0 0 8px 0;
}

.p_lavilla_email {
    display: block;
    padding: 15px 0 0 0;
}

.p_lavilla_email a,
.p_lavilla_email a:hover,
.p_lavilla_email a:focus {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    text-decoration: none;
}

.indi_add_custom_form {
    max-width: 340px;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.indi_add_custom_form img {
    width: 100%;
}

.all_caps_erdadd {
    text-transform: uppercase;
}

.eadd_padding {
    margin: 0 0 15px 0;
}

.custom_bold_egpr {
    display: inline-block!important;
    font-weight: 500;
}

.three_panel_col object {
    width: 216px!important;
    height: 136px!important;
}

.button_bay p b {
    font-weight: 600;
}

.cretbd_tabsup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
    min-height: 236px;
}

.crettab_top,
.crettab_bottom {
    width: 100%;
}

.room_sof_banner .owl-carousel .owl-nav button.owl-next span,
.room_sof_banner .owl-carousel .owl-nav button.owl-prev span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.room_sof_banner .owl-carousel .owl-nav button.owl-next span i,
.room_sof_banner .owl-carousel .owl-nav button.owl-prev span i {
    font-size: 11px;
}

.roomdetails .modal-content {
    border: none!important;
    border-radius: 0!important;
}

.map_info_big {
    display: block;
}

.map_info_big iframe {
    width: 100%;
    height: 600px;
    margin: 0 0 -6px 0;
}

.event_catalog_wrapper {
    position: relative;
}

.event_catalog_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    right: 0;
}

.event_details:hover {
    background-color: #95a630;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    cursor: pointer;
}

.event_details:hover .date {
    color: #fff;
}

.event_details:hover .content,
.event_details:hover .content h3 a,
.event_details:hover .content h4 a,
.event_details:hover .content h5 a {
    color: #fff;
}

.event_details:hover .name {
    color: #fff;
}

.event_details:hover .details_arrow {
    color: #fff;
}

.event_descript_wrapper {
    padding: 56px 0;
}

.evt_dest_innerpanel {
    display: flex;
    justify-content: space-between;
}

.evt_dest_innerpanel .evtd_left {
    width: 62%;
}

.evt_dest_innerpanel .evtd_right {
    width: 35%;
}

.evtl_main_heading h1 {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.evtl_main_heading ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 83px 0;
}

.evtl_main_heading ul li {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin: 0 48px 0 0;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    text-transform: uppercase;
}

.evtl_main_heading ul li a,
.evtl_main_heading ul li a:hover,
.evtl_main_heading ul li a:focus {
    color: #625f5f;
}

.epctd_join {
    color: #95a630!important;
}

.epctd_join a,
.epctd_join a:hover,
.epctd_join a:focus {
    color: #95a630!important;
}

.evdvt_listing_panel ul li {
    margin: 0 0 56px 0;
}

.evdvt_listing_panel .evdwt_box_contp h2 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 27px 0;
    text-transform: uppercase;
    display: flex;
}

.evdvt_listing_panel .evdwt_box_contp p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 32px 0;
}

.evbtv_list_cust {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    display: flex;
    flex-direction: column;
}

.evbtv_list_cust span {
    font-weight: 500;
}


/***************** 170321 *************/

.banner_bottom_green_section {
    background-color: #95a630;
    height: 56px;
}

.banner_bottom_green_section p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.events_classcatalogue_slider_section {
    padding: 55px 0 24px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.events_classcatalogue_slider_section .container {
    max-width: 1600px;
    padding: 0;
}

.events_classcatalogue_slider_section figcaption {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    text-align: center;
    padding: 8px 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: 0 auto;
    backdrop-filter: blur(2px);
    transition: 0.3s;
}

.events_classcatalogue_slider_section .catalogue_block:hover figcaption {
    bottom: 0;
}

.events_classcatalogue_slider_section figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.events_classcatalogue_slider_section h3 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    min-height: 60px;
}

.events_classcatalogue_slider_section h3 a,
.events_classcatalogue_slider_section h3 a:hover,
.events_classcatalogue_slider_section h3 a:focus {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

.events_classcatalogue_slider_section p {
    font-size: 16px;
    color: #8f8f8f;
    margin-bottom: 0;
}

.catalogue_details {
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 24px;
}

.catalogue_block {
    margin-bottom: 20px;
}

.events_classcatalogue_slider_section figure img {
    height: 224px;
    object-fit: cover;
}

.events_catalogue_form_block {
    display: flex;
    flex-wrap: wrap;
    width: 1028px;
    max-width: 100%;
    margin: 0 auto;
}

.events_catalogue_form_block .form_control {
    width: calc(((100% - 224px) / 3) - 56px);
    margin-right: 56px;
}

.events_catalogue_form_block .form_control select {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    text-transform: uppercase;
    color: #8a8a8a;
    padding: 10px 0;
}

.events_catalogue_form_block .form_control select:focus {}

.events_catalogue_form_block .form_submit {
    width: 224px;
}

.events_catalogue_form_block .form_submit button {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.catalogue_slider {
    margin-bottom: 70px;
}

.events_catalogue_form_block .form_submit button:hover {
    color: #95a630;
    border-bottom: 1px solid #95a630;
}

.event_schedule_section {
    padding: 90px 0 50px;
}

.event_schedule_section h3 {
    text-transform: uppercase;
    color: #625f5f;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 50px;
    letter-spacing: 4.8px;
}

.event_wrap {
    border-top: 1px solid #8a8a8a;
    margin-bottom: 95px;
}

.event_details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #625f5f;
    padding: 25px;
    border-bottom: 1px solid #8a8a8a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.event_details .date {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1;
    margin-right: 66px;
    width: 65px;
}

.event_details .date em {
    font-size: 24px;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.event_details p {
    margin-bottom: 14px;
}

.event_details p:last-child {
    margin-bottom: 0;
}

.event_details .name {
    width: 255px;
}

.event_details .name p {
    font-weight: 500;
}

.event_details .details_arrow {
    font-size: 16px;
}

.event_details .content {
    width: calc(100% - 420px);
}

.event_details .content h4 {
    font-size: 26px;
    text-transform: inherit;
}

.event_details a {
    color: #625f5f;
}

.event_details a:hover {
    color: #95a630;
}

.load_more_icon {
    margin: 0 auto;
    display: table;
    color: #625f5f;
}

.load_more_icon:hover {
    color: #95a630;
}

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

.icon_img {
    width: 88px;
    margin-right: 64px;
    display: flex;
    align-items: center;
}

.events_catalogue_form_block .form_submit i {
    color: #95a630;
}

.icon_img img {
    width: 100%;
}

.les_activity_section {
    padding: 48px 0;
    background-color: #f8f5f5;
}

.les_activity_content {
    width: calc(100% - 152px);
}

.les_activity_content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.les_activity_content p {
    font-size: 24px;
    font-weight: 500;
    color: #625f5f;
    margin-bottom: 0;
}

.newsletter_section {
    height: 584px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter_content {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.newsletter_content h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 45px;
}

.newsletter_form_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 856px;
    max-width: 100%;
    margin: 0 auto;
}

.newsletter_content {
    padding: 80px 0;
}

.newsletter_form_wrap .form_control {
    width: calc(100% - 392px);
    margin-right: 56px;
}

.newsletter_form_wrap .form_submit {
    width: 336px;
}

.newsletter_form_wrap .form_submit input[type="submit"] {
    width: 100%;
    line-height: 56px;
    background-color: #ffffff;
    border: none;
    color: #908a8a;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.newsletter_form_wrap .form_submit input[type="submit"]:hover {
    background-color: #95a630;
    color: #fff;
}

.newsletter_form_wrap .form_control input[type="email"] {
    width: 100%;
    line-height: 56px;
    text-align: center;
    padding: 0 20px;
    border: solid 2px #908a8a;
    background-color: transparent;
    color: #908a8a;
    color: #000;
}

.event_description_section {
    padding: 60px 0 90px;
}

.event_description_section h2 {
    text-transform: uppercase;
}

.event_description_section h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #625f5f;
    margin-bottom: 0;
}

.event_description_section h3 .topic {
    color: #95a630;
    margin-right: 48px;
}

.event_description_section p {
    color: #625f5f;
}

.event_description_section p strong {
    font-weight: 500;
}

.event_description_content_top {
    margin-bottom: 80px;
}

.event_description_right {
    width: 505px;
}

.event_description_left {
    max-width: calc(100% - 505px);
    padding-right: 180px;
    width: 620px;
}

.cetg_inner_wrapper {
    max-width: 408px;
    width: 100%;
    margin: 0 0 0 auto;
}

.dating_enpc_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tech_de_fire {
    width: 316px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #625f5f;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #625f5f;
    margin: 0 0 64px 0;
}

.tech_de_fire:hover,
.tech_de_fire:focus {
    background-color: #625f5f;
    color: #fff;
}

.dart_evty {
    width: auto;
    min-width: 184px;
    height: 184px;
    padding: 32px 59px 24px 60px;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 56px 0;
}

.drtu_ert_highfen {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: #95a630;
    font-size: 30px;
}

.dart_evty_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dart_evty .mnt {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #95a630;
    text-transform: uppercase;
}

.dart_evty .drtv {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #95a630;
}

.dart_evty .tomnt {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.4px;
    color: #95a630;
    text-transform: uppercase;
}

.minscr_btn_gn {
    width: 316px;
    height: 40px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 8px auto 8px auto;
    padding: 10px 118px 10px 117px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #95a630;
    color: #ffffff;
    margin: 0 0 34px 0;
}

.minscr_btn_gn:hover {
    opacity: 0.80;
    color: #ffffff;
}

.dating_enpc_wrapper .minscr_btn_gn {
    max-width: 316px;
    width: 100%;
    height: 40px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 8px auto 8px auto;
    padding: 10px 18px 10px 18px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #95a630;
    color: #ffffff;
    margin: 0 0 34px 0;
}

.dating_enpc_wrapper .minscr_btn_gn:hover {
    opacity: 0.80;
    color: #ffffff;
}

.cont_erpg_gth {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 56px 0;
}

.cont_erpg_gth span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #625f5f;
    display: block;
    margin: 0 0 8px 0;
}

.cont_erpg_gth a,
.cont_erpg_gth a:hover,
.cont_erpg_gth a:focus {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
}

.holer_peort_art {
    display: block;
    width: 100%;
    padding: 0 16px;
    margin: 0 0 56px 0;
}

.holer_peort_art .ert_header {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    display: flex;
}

.holer_peort_art .de_rt17h {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.select_members .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 2px;
    right: 11px;
    width: 20px;
}

.holer_peort_art.yert_list_wrapper {
    margin: 0 0 35px 0;
}

.holer_peort_art.yert_list_wrapper .de_rt17h {
    text-transform: uppercase;
}

.mnt_program_setlist {
    display: block;
    margin: 0 0 38px 0;
}

.mnt_program_setlist ul li:first-child {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #8a8a8a;
    border-top: 1px solid #8a8a8a;
}

.mnt_program_setlist ul li {
    display: block;
    padding: 18px 0;
    border-bottom: 1px solid #8a8a8a;
    position: relative;
}

.mnt_program_setlist ul li .evnt_boxplan {
    display: flex;
    padding: 0 10px;
}

.evnt_date {
    width: 50px;
    margin: 0 28px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.evnt_date span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    font-weight: 300;
}

.evnt_descplan {
    width: 100%;
}

.evnt_descplan h4 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    margin: 0 0 8px 0;
    text-transform: inherit;
}

.evnt_descplan h4 a,
.evnt_descplan h4 a:hover,
.evnt_descplan h4 a:focus {
    color: #625f5f;
    text-decoration: none;
}

.evnt_descplan p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    padding: 0;
    margin: 0;
}

.more_evet_load {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.more_evet_load a,
.more_evet_load a:hover,
.more_evet_load a:focus {
    color: #000;
}

.more_evet_load a i {
    font-size: 16px;
}

.qui_de_passerger_wrapper {
    background-color: #f8f5f5;
    padding: 58px 0 104px 0;
}

.qui_de_passerger_wrapper .qui_de_passer_header {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0 0 41px 0;
    text-transform: uppercase;
}

.qui_de_passerger_wrapper figure {
    margin: 0;
}

.qui_de_passerger_wrapper .catalogue_wrap {
    background-color: #fff;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-next {
    right: -85px;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-prev {
    left: -85px;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-next,
.event_catalog_wrapper .owl-carousel .owl-nav button.owl-prev {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-next span,
.event_catalog_wrapper .owl-carousel .owl-nav button.owl-prev span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-next span i,
.event_catalog_wrapper .owl-carousel .owl-nav button.owl-prev span i {
    color: #000;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-next:hover span i,
.event_catalog_wrapper .owl-carousel .owl-nav button.owl-prev:hover span i {
    color: #000;
}

.event_catalog_wrapper .owl-carousel .owl-nav button.owl-next:focus span i,
.event_catalog_wrapper .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #000;
}

.single_scrilltop_wrapper.evt_scroll_desc {
    height: 144px;
}

.single_scrilltop_wrapper.evt_scroll_desc #return-to-top {
    position: absolute;
    right: -76px;
    top: 38px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.social_media_evct_wrapper {
    background-color: #f8f5f5;
    padding: 48px 0;
}

.social_md_ert_wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_md_ert_wrapper ul li {
    padding: 0 20px;
}

.social_md_ert_wrapper h5 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #625f5f;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.qui_de_passerger_wrapper figure {
    height: 224px;
    overflow: hidden;
}

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

.qui_de_passerger_wrapper .catalogue_wrap h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

.qui_de_passerger_wrapper .catalogue_wrap a h3 {
    color: #000;
    min-height: 60px;
}

.qui_de_passerger_wrapper .catalogue_wrap a p {
    color: #000;
}

.catalogue_wrap a,
.catalogue_wrap a:hover,
.catalogue_wrap a:focus {
    color: #000;
}

.qui_de_passerger_wrapper .catalogue_wrap a:hover h3,
.qui_de_passerger_wrapper .catalogue_wrap a:focus h3 {
    color: #000;
}

.qui_de_passerger_wrapper .catalogue_wrap a:hover p,
.qui_de_passerger_wrapper .catalogue_wrap a:focus p {
    color: #000;
}

.info_comert {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0 15px;
}

.info_comert i {
    font-size: 14px;
    color: #95a630;
}

.info_comert:hover .smt_notitification {
    display: block;
}
.smt_notitification p{
    margin: 0;
}
.smt_notitification {
    background-color: rgba(149, 166, 48, 0.7);
    padding: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    position: absolute;
    width: 190px;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    bottom: 45px;
    text-transform: none;
    left: -6px;
    display: none;
}

.smt_notitification::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 13px solid #b4c072;
    bottom: -12px;
    left: 8px;
}

.smt_notitification.tariff_plan {
    width: 376px;
    padding: 16px 24px;
}

.smt_notitification.tariff_plan p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.tarrif_plan_top {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 15px 0;
}

.noti_tarrif_left {
    width: 100px;
    margin: 0 15px 0 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.evnt_boxplan {
    position: relative;
}

.comition_panel_force {
    position: absolute;
    top: -18px;
    right: 0;
    bottom: -18px;
    left: 0;
    background-color: #95a630;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}

a.comition_panel_force,
a.comition_panel_force:hover,
a.comition_panel_force:focus {
    color: #fff;
}

.evnt_boxplan:hover .comition_panel_force {
    display: flex;
}

.custom_ls_wrapper {
    position: relative;
    z-index: 20;
}

.custom_ls_wrapper::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    content: '';
    top: 18px;
    right: 0;
    z-index: -1;
    border-top: 11px solid #95a630;
    display: none;
}

.custom_ls_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 20;
}

.custom_ls_wrapper select:focus~.catlg_drom {
    transform: rotate(180deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.catlg_drom {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    content: '';
    top: 18px;
    right: 0;
    z-index: -1;
    border-top: 11px solid #95a630;
    transform: rotate(0deg);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.ytrc_desc {
    display: block;
}

.monthly_schedule {
    max-width: 1040px;
    margin: 0 auto;
    width: 100%;
}

.mobile_disp_marque {
    display: none;
}

.desktop_disp_marque {
    display: block;
}

.la_paviliion_de_wrapper p {
    width: 100%;
    color: #5f78a3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/***** 020421 *****/

body.page-template-support .return_grard_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 224px;
    height: 96px;
    z-index: 30;
    display: none;
}

.cst_org_content p {
    margin: 0 0 32px 0;
}

.enorga_wrapper.mediatheque_video_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-prev span i,
.enorga_wrapper.mediatheque_video_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-prev:hover span i,
.enorga_wrapper.mediatheque_video_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-prev:focus span i {
    color: #95a630;
}

.enorga_wrapper.mediatheque_video_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-next span i,
.enorga_wrapper.mediatheque_video_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-next:hover span i,
.enorga_wrapper.mediatheque_video_wrapper .seller_description_banner .owl-carousel .owl-nav button.owl-next:focus span i {
    color: #95a630;
}

body.page-template-support_donation .return_grard_bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 224px;
    height: 96px;
    z-index: 30;
    display: none;
}

.panel_pevelion_contentct {
    max-width: 424px;
    width: 100%;
}

.events_catalogue_form_block .form_submit:nth-child(4) .custom_search_wrapper {
    display: flex;
    border-bottom: 1px solid #8a8a8a;
}

.events_catalogue_form_block .form_submit:nth-child(4) .custom_search_wrapper input {
    border: none;
    height: 43px;
    text-transform: uppercase;
}

.custom_search_wrapper {
    position: relative;
}

.custom_search_wrapper button {
    border-bottom: none!important;
    text-align: center!important;
    display: flex!important;
    justify-content: center!important;
    position: absolute;
    right: 0;
    width: 24px!important;
    top: 5px;
}

.custom_search_wrapper input {
    padding-right: 32px;
    width: 100%;
}

.cst_org_few_content {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    width: 85%;
    margin: 0 0 0px 0;
}
.page-id-10435 .cst_org_few_content p,
.page-id-10435 .cst_org_content p,
.page-id-10892 .cst_org_few_content p,
.page-id-10895 .cst_org_few_content p{
    font-weight: 400;
}

.newsform_wrapper form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single-salle .morelink_epgp span::after {
    content: '+';
    position: absolute;
    color: #efa34c;
    font-size: 42px;
    text-align: center;
}

.banquate_list .restro_content_right .morelink span::after {
    content: '+';
    position: absolute;
    color: #efa34c;
    font-size: 42px;
    text-align: center;
}

.banquate_list .restro_content_right .morelink.active span::after {
    content: '-';
    position: absolute;
    color: #efa34c;
    font-size: 42px;
    text-align: center;
}

.banquate_list .restro_content_right .morelink.banq_cont_nagetive span::after {
    content: '-';
    position: absolute;
    color: #efa34c;
    font-size: 42px;
    text-align: center;
}

.banquate_list .restro_content_right .morelink.more_link_banquate.banq_cont_nagetive span::after {
    content: '-';
    position: absolute;
    color: #efa34c;
    font-size: 42px;
    text-align: center;
}

body.page-template-newsletter footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.newsletter-area {
    margin: 0px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-submission-confirm {
    padding: 0px 0 56px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-submission-confirm p {
    text-align: center;
    font-size: 36px;
}

.banqe_few_content {
    display: none;
}

.banqe_details_content {
    display: block;
    font-size: 16px;
}

.emore.morecontent .banqe_few_content {
    display: none;
}

.emore.morecontent .banqe_details_content {
    display: block;
}

.language_btn {
    color: #ffffff;
    padding: 2px 16px;
    border: 0px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer!Important;
    position: relative;
    background-color: transparent;
    position: relative;
}

.language_btn:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    transform: rotate( 133deg);
}

.custom_select .dropdown-menu {
        display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    border-top: 0px solid rgba(255, 255, 255, 0.90);
    padding: 0px 0;
    margin: 0;
    min-width: 50px!important;
    width: 72px!important;
    right: 25px;
    left: 10%;
        top: 61px;
}

.custom_select .dropdown-menu a {
    padding-right: 0!important;
    padding-left: 0!important;
    text-align: center;
    padding: 6px 0;
    color: #95a630;
}

.custom_select .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(16px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
}

.menubar_mobile_inner ul li ul li a {
    padding-left: 0!important;
    padding-right: 0!important;
    justify-content: flex-start;
}

.menubar_mobile_inner ul li ul li:last-child a {
    padding-left: 0!important;
    padding-right: 0!important;
    justify-content: flex-start;
}


/*******************************************************************************************/


/****** 210421 for menu hover *******/


/************************************************************/

.menubar_mobile_inner ul li:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.form_dheading_etrack {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 -14px 0;
}
.form_dheading_etrack p{
    margin: 0 5px 0 0;
    padding: 0;
}

.form_dheading_etrack img {
    width: auto;
}

.form_dheading_etrack h1 {
    margin: 0 0 0 3px;
}

body.page-template-support .custom_orange_accordion {
    margin: 0px 0 80px 0;
}

.support-orange-wrapper .support_main_ng_wrapper:nth-child(1) {
    padding: 88px 0 0px 0;
}

.support-orange-wrapper .support_main_ng_wrapper:nth-child(2) {
    padding: 80px 0 50px 0;
}

.review_list_left .paginator nav ul {
    display: flex;
    justify-content: center;
}

.review_list_left .paginator nav ul li,
.review_list_left .paginator nav ul li a,
.review_list_left .paginator nav ul li span {
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}

.review_list_left .paginator nav ul li:hover,
.review_list_left .paginator nav ul li a:hover,
.review_list_left .paginator nav ul li span:hover {
    background-color: transparent;
    color: #95a630;
}

.review_list_left .paginator nav ul li.selected,
.review_list_left .paginator nav ul li.selected a,
.review_list_left .paginator nav ul li.selected span {
    background-color: transparent;
    color: #95a630;
}

.review_list_left .paginator nav ul li.jspreviousPage,
.review_list_left .paginator nav ul li.jsNextPage {
    display: block;
}

.main_header.header-appear .menubar_mobile_inner ul li:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.main_header.header-appear .menubar_mobile_inner ul li a {
    padding: 18px 0;
    display: flex;
}

.pevelion_content_list.pavilion-aymuos-class .banqe_few_content,
.pevelion_content_list.pavilion-aymuos-class .banqe_few_content p {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
}

.pevelion_content_list.pavilion-aymuos-class .banqe_details_content,
.pevelion_content_list.pavilion-aymuos-class .banqe_details_content p {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    color: #636363;
}

.morelink.more_link_banquate.banq_cont_nagetive span::after {
    content: '-';
    position: absolute;
    color: #5f78a3;
    font-size: 42px;
    text-align: center;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a.active {
    font-weight: 600!important;
    color: #95a630!important;
    background-color: transparent!important;
    background-color: transparent!important;
}

.dropdown-menu li.active,
.dropdown-menu li:active,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    font-weight: 600!important;
    color: #95a630!important;
    background-color: #fff!important;
}
.dropdown-menu .dropdown-item.active a,
.dropdown-menu .dropdown-item:active a{
    font-weight: 600!important;
}

.ban_content ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}

.ban_content ul li {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5f78a3;
    margin-right: 68px;
    text-transform: uppercase;
}

.ban_content ul li:last-child {
    margin-right: 0px;
}

body.error404 {
    background-color: #e3ecea;
}

.error-404 {
    margin: 0 0 250px 0;
    position: relative;
}

.error-404 .page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 50;
}

.error-404 .page-content form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-404 .page-content form div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1024px;
    width: 100%;
}

.error-404 .page-content form div input[type="text"] {
    height: 55px;
    border: none;
    padding: 10px 15px;
    margin: 0 20px;
    background-color: #fff;
    width: 460px;
}

.error-404 .page-content form div input[type="submit"] {
    max-width: 230px;
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5f78a3;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.error-404 .page-content form div input[type="submit"]:hover {
    opacity: 0.80;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.error-404 .page-content form div font {
    width: 230px;
}

.error-404:after {
    position: absolute;
    content: '404';
    font-size: 242px;
    font-weight: 900;
    opacity: 0.06;
    top: -290px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
}

body.error404 .page-header {
    margin: 360px 0 45px 0;
    text-align: center;
    position: relative;
    z-index: 40;
    text-transform: uppercase;
    font-size: 42px;
}

.arr-date-section span.input-group-append,
.dep-date-section span.input-group-append {
    display: none;
}
/**** Contact ****/
body.page-id-2641 .banner_wrapper_innerpage,
body.page-id-2778 .banner_wrapper_innerpage,
body.page-id-2781 .banner_wrapper_innerpage {
    overflow: hidden;
    max-height: 352px;
    min-height: 352px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


/******* 5th May 2021 ********/

.apld_form_wrapper {
    margin: 0 0 20px 0;
}

.address_area {
    height: 120px;
}

.form_enp_subheading {
    font-size: 15px;
    margin: 0 0 20px 0;
}

.subheading_border {
    font-weight: 600;
}

.subheading_border span {
    border-bottom: 1px solid #333;
    padding: 0 0 4px 0;
    display: inline-block;
}

.common_check_dataoption {
    padding: 0 0 25px 0;
}

.common_check_dataoption p {
    font-weight: 600;
    margin: 0 0 5px 0;
}

.common_check_dataoption ul {
    padding: 10px 0 0 30px;
}

.common_check_dataoption ul li {
    position: relative;
}

.common_check_dataoption ul li:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #aab75d;
    left: -30px;
    top: 6px;
}

.main_amount_sqd {
    font-weight: 600;
    margin: 0 0 0 15px;
}

.wdt_borderet .common_squre_box {
    border: 0px solid #d1d1d1;
    padding: 10px 0px;
}
.wdt_borderet .common_squre_box .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
.snd_rwq_btn_wrapper {
    display: block;
}

.snd_rwq_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 8px 25px;
}

.ng_error {
    color: red;
}

.form_enp_subheading a,
.form_enp_subheading a:hover,
.form_enp_subheading a:focus {
    font-style: italic;
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.lft_wrapper {
    padding: 0 0px;
}
.lft_wrapper .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.extra_mdmrg {
    padding: 0 0 15px 0;
}

.fund_miwrapper ul li p {
    margin: 0;
}

.fund_miwrapper ul li p label {
    margin: 0;
    padding: 10px 15px;
}

.eraze_labe_padding label {
    margin: 0 25px 0 0;
}

.event_label_padding label {
    margin: 0 25px 0 0;
}

.multiple_chk_box_wrapper .common_squre_box {
    border: 0px solid #d1d1d1;
    padding: 0;
}

.multiple_chk_box_wrapper .common_squre_box p {
    padding: 0;
    margin: 0;
}

.multiple_chk_box_wrapper .common_squre_box p .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.multiple_chk_box_wrapper .common_squre_box p .wpcf7-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0em;
    padding: 0px 15px;
    width: 50%;
}

.multiple_chk_box_wrapper .common_squre_box p label {
    margin: 0;
    border: 1px solid #d1d1d1;
    padding: 10px 15px;
    width: 100%;
}


/********** 070521 *****************/

.activity_info_autom {
    margin: 0 0 25px 0;
}

.activity_info_autom ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.activity_info_autom ul li {
    padding: 0 25px 0 0;
    font-weight: 600;
    font-size: 18px;
}

.activity_info_autom ul li span {
    font-weight: 300;
    color: red;
}
.minscr_btn_gn.button-inactive{
    background-color: #d1d1d1;
    pointer-events: none;
    color: #333;
    margin: 0 0 25px 0;
}
.no-more-event-msg{
    margin: 0 0 20px 0;
    color: red;
}
.smt_notitification span{
    display: flex;
    width: 100%;
}
.copyright_content a{
        color: #4d4c4c;
    font-weight: 500;
    text-decoration: none;
}
.copyright_content a:hover,
.copyright_content a:focus{
    color: #4d4c4c;
    font-weight: 500;
}
.souther_content_ong p a,
.souther_content_ong p a:hover,
.souther_content_ong p a:focus{
    color: #fff;
    text-decoration: none;
}
.download-btn-for-mobile{
    display: none;
}

body.page-id-2651 .banner_wrapper_innerpage.bg-img4.parallax{
        background-size: 100% !important;
    background-position: center center!important;
    }
    .remo_content,
    .remo_content p{
        /*word-break: break-all;*/
        display: block;
    }

/**12-05-2021**/

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right:0;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.common_squre_box a,
.common_squre_box a:hover,
.common_squre_box a:focus{
        font-style: italic;
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.page-template-form-four .activity_info_autom li {
    text-transform: uppercase;
}

body.page-id-2518 .organization_cont_wrapper {
    margin: 120px 0 15px 0;
}
.add_time_office h2{
    margin: 25px 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    text-transform: uppercase;
}
.sales-description_icon_toggler .banqe_few_content,
.sales-description_icon_toggler .banqe_details_content,
.sales-description_icon_toggler .banqe_details_content p,
.sales-description_icon_toggler .banqe_few_content p{
    font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #636363;
}
.sales-description_icon_toggler .morelink span:after{
    color: #efa34c;
}
.sales-description_icon_toggler .morelink.more_link_banquate.banq_cont_nagetive span::after {
    content: '-';
    position: absolute;
    color: #efa34c;
    font-size: 48px;
    text-align: center;
}

.main_header.header-appear .navbar-brand img {
    width: 230px;
}
.main_header.header-appear .navbar-brand{
    padding-top: 0;
}


/**********************************/

.v-center {
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
}

.v-center>div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -10%;
}


.modal-box {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

@media (min-width: 32em) {
    .modal-box {
        width: 100%;
        max-width: 1280px;
    }
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

.modal-box .modal-body {
    padding: 0;
    border-radius: 0;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}

.modal-overlay {
    /* opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgb(99, 99, 99)!important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(99, 99, 99, 0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.video_sticky {
    overflow: hidden;
}
.catalogue_wrap a{
    display: block;
}
.catalogue_wrap .catalogue_details {
    min-height: 142px;
}
body.page-id-2518 .banner_wrapper_innerpage,
body.page-id-2751 .banner_wrapper_innerpage,
body.page-id-2754 .banner_wrapper_innerpage{
   background-size: 127%!important;
}
.add_time_office ul{
    margin: 0 0 25px 0;
}
.apld_form_wrapper textarea{
    height: 120px;
}
.cst_org_content p a,
.cst_org_content p a:hover,
.cst_org_content p a:focus{
    color: rgba(149, 166, 48);
}
body.page-id-1348 .southern_wraaper_orange {
    background-color: #95a630;
}
body.page-id-1348 .fare_un_don_btn{
color: #95a630;
}

body.page-id-2944 .southern_wraaper_orange {
    background-color: #95a630;
}
body.page-id-2944 .fare_un_don_btn{
color: #95a630;
}
body.page-id-2945 .southern_wraaper_orange {
    background-color: #95a630;
}
body.page-id-2945 .fare_un_don_btn{
color: #95a630;
}
.scrolltoptop_wrapper:hover .arrow_up{
    opacity: 0.70;
}
.scrolltoptop_wrapper:hover .scroller_content{
    opacity: 0.70;
}


body.page-id-4704 .enorga_wrapper .enep_content,
body.page-id-2808 .enorga_wrapper .enep_content,
body.page-id-2811 .enorga_wrapper .enep_content,
body.page-id-6283 .enorga_wrapper .enep_content,
body.page-id-6278 .enorga_wrapper .enep_content,
body.page-id-7050 .enorga_wrapper .enep_content {
    margin: 0 0 80px 0;
}

.main_header.header-appear .custom_select .dropdown-menu {
    top: 35px;
}

.events_classcatalogue_slider_section .reset-filter {width: 0;position: absolute;top: 15px;right: -10px;z-index: 1111;}
.events_classcatalogue_slider_section .reset-filter a {color: #95a630;}
.events_classcatalogue_slider_section .reset-filter-link {display: none;}

.salles_list_page .reset-filter {position: absolute;top: 10px;right: -24px;z-index: 1111;color: #efa34c;}
.salles_list_page .reset-filter a {color: #efa34c;}
.salles_list_page .reset-filter-link {display: none;}

.sorting_wrapper.salles_list_page .drp_search.right_clip .reset-filter{
        
    top: 10px;
    color: #efa34c;
    }
    .drop_select select option{
        padding: 5px;
    }

    body.page-id-5938 .return_grard_bottom{
        display: none;
    }
 .product_slider_second.slider_orange .reno_slide_btn {
    max-width: 430px;
    width: 100%;
    height: 40px;
}
.evdwt_box_contp p a,
.evdwt_box_contp p a:hover,
.evdwt_box_contp p a:focus,
.evdwt_box_contp a,
.evdwt_box_contp a:hover,
.evdwt_box_contp a:focus{
	color: #95a630;
}
.his_content p a{
    color: #95a630;
}
.cst_org_few_content a,
.cst_org_few_content p a{
color: #95a630;
}
.cst_org_few_content a:hover,
.cst_org_few_content a:focus,
.cst_org_few_content p a:hover,
.cst_org_few_content p a:focus{
    color: #95a630;
}
.cst_org_content ul{
        padding: 0;
    margin: 0 0 20px 35px;
}
.cst_org_content ul li{
       padding: 0 0 20px 30px;
    margin: 0 0 0px 0;
    border-bottom: none;
    position: relative;
}
.cst_org_content ul li:before{
    position: absolute!important;
    content: '-'!important;
    left:0;
    top: 0;
}
.cst_org_content ul li a{
    cursor: pointer!important;
    color: #95a630!important;
}
.upcoming-events{
    width: 100%;
}
body.page-id-3980 .rooms_list_wrapper,
body.page-id-5902 .rooms_list_wrapper,
body.page-id-6005 .rooms_list_wrapper {
    margin: 0px 0 180px;
}
body.page-id-3980 .history_inner_wrapper.la_region_main,
body.page-id-5902 .history_inner_wrapper.la_region_main,
body.page-id-6005 .history_inner_wrapper.la_region_main {
    padding: 0px 0 0px 0;
}
body.page-id-3980 .epic_map_panel,
body.page-id-5902 .epic_map_panel,
body.page-id-6005 .epic_map_panel {
    margin: 0 0 120px 0;
}
body.page-id-3980 .product_video_second,
body.page-id-5902 .product_video_second,
body.page-id-6005 .product_video_second {
    margin: 0px 0 160px;
}

.evdvt_listing_panel ul li ul{
    padding: 0 0 0 42px;
}
.evdvt_listing_panel ul li ul li{
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    position: relative;
}
.evdvt_listing_panel ul li ul li:before{
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    top: 15px;
    left: -42px;
    background-color: #95a630;
}
body.sticky_backbtn .return_grard.inerpage_back {
    top: 60px;
    position: fixed;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/******* new css 130921 *****/

.form-group.timepicker-class input {
    background-color: #f7f7f7;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 0;
    height: 48px!important;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 18px;
}
.form-group.timepicker-class .gj-timepicker-md [role=right-icon] {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 24px;
}
.gj-picker-md [role=header] {
    color: rgba(255,255,255,.54);
    display: flex;
    background-color: #95a630!important;
    align-items: baseline;
    user-select: none;
    justify-content: center;
}
.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
    background-color: #95a630!important;
}
.gj-picker-md .arrow-end {
    border: 16px solid #95a630!important;
}
.gj-picker-md [role=footer] button.gj-button-md {
    color: #95a630!important;
    font-weight: 700;
    font-size: 13px;
}
.gj-datepicker button.btn{
    border: none;
    background-color: #f7f7f7;
}
.gj-datepicker-bootstrap [role=right-icon] button,
.gj-datepicker-bootstrap [role=right-icon] button:hover,
.gj-datepicker-bootstrap [role=right-icon] button:focus {
    width: 38px;
    position: relative;
    border-top: 0px!important;
    border-right: 0px!important;
    border-bottom: 2px solid #d1d1d1!important;
    border-left: 0px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0!important;
}
.gj-datepicker-bootstrap [role=right-icon] button i{
    margin: 5px 0 0 0;
}
.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 10px!important;
    left: 2px!important;
    color: #000;
}
body.page-template-templatesform-five-php .form-ins-text{
    margin: 0 0 25px 0;
}
.ev-date-time{
    margin: 0 0 10px 0;
    display: block;
    justify-content: center;
    align-items: center;
}


.scrollTop {
    /* position: fixed;
    bottom: 150px;
    right: 0px;
    top: 33px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 800; */

       z-index: 600;
    position: fixed;
    right: 2%;
    bottom: 80px;
    background-color: #fff;
    padding: 16px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.scrollTop .arrow_up {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #95a630;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
}
.scrollTop .arrow_up::after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .4em solid #95a630;
    border-left: .3em solid transparent;
}
.scrollTop .scroller_content {
    color: #95a630;
    display: block;
    text-align: center;
    font-size: 12px;
}
/* 271021 */
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector{
    display: flex;
    justify-content: center;
    padding: 70px 0;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form{
    max-width: 512px;
    width: 100%;
    padding: 40px 59px 35px 60px;
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #ffffff;
    margin: 0 15px;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form label{
    width:100%;
    display: block;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form label font{
    font-size: 14px;
    margin: 0 0 0px 0;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form label input{
    height: 45px;
    width: 100%;
    border: solid 2px #625f5f;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form label textarea{
    height: 100px;
    width: 100%;
    border: solid 2px #625f5f;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form input[type="submit"]{
    max-width: 616px;
    width: 100%;
    height: 40px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 8px auto 8px auto;
    padding: 10px 18px 10px 18px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    background-color: #95a630;
    color: #ffffff;
    margin: 0 0 0px 0;
    border: none;
    cursor: pointer;
}
body.page-template-registration-form .wp-block-contact-form-7-contact-form-selector form .ajax-loader{
   display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 15px auto;
}
body.page-template-la-region .apic_map_wrapper iframe {
    height: 998px;
    width: 100%;
}

/** 02-11-2021 **/ 
body.page-template-form-four .inscription-description {padding-top: 18px;}
body.page-template-form-four .information-wrap {display: flex;}
body.page-template-form-four .information-wrap .info_comert {padding-top: 4px;}
body.page-template-form-four .form-italica-text {font-style: italic;}
main{
    min-height: 100vh;
}

.page-id-2503 .cng_btn_col a{
    color: #5f78a3;
    border-color: #5f78a3;
}
.page-id-2503 .cng_btn_col a:hover{
    background-color: #5f78a3;
    color: #fff;
}
a.custom-button {   
    color: #5f78a3;   
}
a.custom-button:hover {
    opacity: 0.8;
}


/* Privacy policy */

.privacyPage, .privacyPage.organization_cont_wrapper{
    padding: 160px 0 80px;
	margin: 0;
}
.privacyPage h1{
	font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    margin: 0 0 32px 0;
    text-transform: uppercase;
}

.privacyPage h2{
	font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    margin: 0 0 15px 0;
    text-transform: uppercase;
	color: #625f5f;
}

.privacyPage h3{
    font-size: 24px;
    margin: 0 0 24px 0;
	font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
    text-transform: uppercase;
}

.privacyPage p{	
    margin: 0 0 24px 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #636363;	
}

.privacyPage p a{
	word-break: break-word;
	color: #95a630;
}
.privacyPage ul{
	list-style: disc;
    margin: 16px 0 40px;
    padding-left: 20px;
}
.privacyPage ul.scrollmenu {
	list-style: disc;
    margin: 32px 0 80px;
    padding-left: 20px;
}
.privacyPage ul li{
    margin-bottom: 8px;
    list-style-type: disc;
	font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #625f5f;
}
.privacyPage ul.scrollmenu li a:hover {
    opacity: 0.8;
}
.privacyPage .color-content-box{
    padding: 24px 15px;
    box-shadow: 0 1px 13px 1px rgb(0 0 0 / 8%);
    background-color: #f9f9f9;
}

.privacyPage.organization_cont_wrapper.modernizer-wrapper p:nth-child(3) {
	margin: 0 0 32px 0;
}

.privacyPage ul.scrollmenu li:nth-child(1) a{
    color: #efa34c ;
}
.privacyPage ul.scrollmenu li:nth-child(2) a{
    color: #5f78a3 ;
}
.privacyPage ul.scrollmenu li:nth-child(3) a{
    color: #b08981  ;
}
.privacyPage ul.scrollmenu li:nth-child(4) a{
    color: #625f5f ;
}

.scrollmenu li:before {
    position: absolute;
    content: "";
    top: 11px;
    left: -22px;
    width: 11px;
    height: 11px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    transform: rotate( 43deg );
}

.scrollmenu li:nth-child(1):before {
    border-top: 2px solid #efa34c;
    border-right: 2px solid #efa34c;
}
.scrollmenu li:nth-child(2):before {
    border-top: 2px solid #5f78a3;
    border-right: 2px solid #5f78a3;
}
.scrollmenu li:nth-child(3):before {
    border-top: 2px solid #b08981;
    border-right: 2px solid #b08981;
}

.privacyPage ul.scrollmenu li {
    margin-bottom: 8px;
    list-style-type: none;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    position: relative;
}
.hist_content_main .his_content ul, .hist_content_main .his_content ul li {
    list-style-type: disc;
}

.hist_content_main .his_content ul{
    padding-left: 21px;
	padding-bottom: 24px;
}

/* homepage banner hotel booking block */
.spiderBooking form.spiderBooking__form.spiderBooking-form_type-form.spiderBooking-form_template-vertical.spiderBooking-form {
    background: rgba(255,255,255,0.7);
    padding: 2rem;
}
.spiderSelect-container .spiderSelect-results {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.spiderSelect-container .spiderSelect-results li {
    width: 100%;
}
/* homepage banner hotel booking block END */

/* Back to top for condition and privacy page only */

.page-id-10317,
.page-id-10301 { position: relative; }

.page-id-10317 .single_scrilltop_wrapper,
.page-id-10301 .single_scrilltop_wrapper,
.page-id-10892 .single_scrilltop_wrapper,
.page-id-10895 .single_scrilltop_wrapper,
.page-id-10537 .single_scrilltop_wrapper,
.page-id-10900 .single_scrilltop_wrapper{
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
}

/* Back to top for condition and privacy page only End */

label.label, button.spiderBooking-form__button {text-transform: none !important;letter-spacing: normal !important;font-size: 14px !important;padding: 0 !important;}


button.spiderBooking-form__button {
    background: #95a630 !important;
}

.mediathequeResult{
    display: flex;
    padding: 0 0 54px;
}
.mediathequeResult .left{
    width: max-content;
    max-width: 100%;
    align-items: center;
    display: flex;
}
.mediathequeResult .left p{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #95A630;
    margin: 0;
}
.mediathequeResult .right{
    display: flex;
    flex-wrap: wrap;
    padding-left: 35px;
    flex: 1;
}
.mediathequeResult .right a{
    padding: 10px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #95A630;
    border: 1px solid #95A630;
    margin-right: 27px;
}
.mediathequeResult .right a:last-child{
    margin-right: 0px;
}
.mediathequeResult .right a img{
    margin-left: 19px;
}
.mediathequeBox{

}
.mediathequeRow{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.mediathequeCol{
    width: 33.333%;
    padding: 15px 15px;
}
.mediathequeColInner .imgBlock{
    width: 100%;
    height: 235px;
    position: relative;
}
.mediathequeColInner .imgBlock > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mediathequeColInner .imgBlock span{
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    bottom: 20px;
    left: 28px;
}
.mediathequeColInner .imgBlock span img{
    object-fit: contain;
}
.mediathequeColInner .contentBlock{
    background-color: #fff;
    filter: drop-shadow(0px 3.27366px 3.27366px rgba(0, 0, 0, 0.251));
}
.mediathequeColInner .contentBlockInner{
    padding: 26px 28px 0;
}

.mediathequeColInner .contentBlock h6{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #8F8F8F;
    margin: 0 0 18px;
}
.mediathequeColInner .contentBlock h2{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #95A630;
    margin: 0 0 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
}
.mediathequeColInner .contentBlock h3{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 17px;
}
.mediathequeColInner .contentBlock h3 span{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.mediathequeColInner .contentBlock .content p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8F8F8F;
    margin: 0 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mediathequeColInner .contentBlock button{
    display: block;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    background: #95A630;
    padding: 6px 19px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
    cursor:pointer;
}
.mediathequeColInner .authordate{
    display: flex;
    justify-content: space-between;
}
.mediathequeColInner .authordate .dateFld{
    width: 70px;
}
.mediathequeColInner .authordate .authorName{
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
}
.mediathequeColInner .authordate p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.mediathequeColInner .authordate .authorName p{
    margin-right: 23px;
}
.mediathequeColInner .authordate .authorName p:last-child{
    margin-right: 0px;
}
.mediathequeBox .events_catalogue_form_block{
    width: 100%;
    justify-content: center;
    margin-bottom: 80px;
}
.mediathequeBox .events_catalogue_form_block .form_submit{
    margin-right: 72px;
}
.mediathequeBox .events_catalogue_form_block .form_control {
    width: 214px;
    margin-right: 72px;
    max-width: 100%;
}
.mediathequeBox .events_catalogue_form_block .form_control:last-child{
    margin-right: 0px;
    display: flex;
    align-items: flex-end;
    width: auto;
}
.mediathequeBox .custom_search_wrapper{
    display: flex;
    border-bottom: 1px solid #8a8a8a;
}
.mediathequeBox .custom_search_wrapper input{
    border: none;
    height: 43px;
    text-transform: uppercase;
}
.mediathequeBox .events_catalogue_form_block .form_control .loadBtn{
    background-color: transparent;
    border: none;
}
.mediathequeAccordion{
    padding: 0px 0 40px;
}
.mediathequeAccordion .cst_org_few_content, .mediathequeAccordion .cst_org_box .cst_org_content{
    font-weight: 400;
}
.mediathequeRooms{
    margin: 0px 0 120px;
}
.mediathequesingle_scrilltop_wrapper{
    margin-bottom: 50px;
}

.videoModal .modal-dialog {
    max-width: 1100px;
}
.videoModal .modal-body{
    padding: 75px 53px;
}
.videoModal .videoBlock{
    height: 558px;
    margin-bottom: 45px;
}
#modal-content-pod {
    padding: 0 0 39px;
}
.downloadDiv #modal-content-pdf {
    margin-right: 17px;
}
.videoModal .videoBlock video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoModal .closeBtn{
    font-size: 55px;
    color: #95A630;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 40px;
    cursor: pointer;
}
.videoModal h4{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #95A630;
    margin: 0 0 13px;
}
.videoModal h5{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #8F8F8F;
    margin: 0 0 39px;
}
.videoModal h3{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0 0 0px;
}

.videoModal h3 span,.videoModal span{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.videoModal p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8F8F8F;
    margin: 0 0 40px;
}
.downloadDiv {
    display: flex;
}
.downloadDiv > img {
    width: 46px;
    margin-right: 17px;
}
.videoModal .videoBlock img {
    width: 100%;
}
.videoModal .downloadDiv a{
    padding: 16px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #95A630;
    border: 1px solid #95A630;
}
.videoModal .downloadDiv a img{
    margin-left: 11px;
}
.custompegination{
    padding: 80px 0 0;
}
.custompegination .page-item.disabled .page-link, .custompegination .page-item .page-link {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
    font-size: 16px;
    padding: 6px 10px;
}
.custompegination .page-item.active .page-link{
    color: #95A630;
    position: relative;
}
.custompegination .page-item.active .page-link::before{
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #95A630;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
}
.wrapper-author-domain {
    display: flex;
}
.events_catalogue_form_block .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    border-radius: 0;
    height: 43px;
}
.events_catalogue_form_block .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8a8a8a;
    line-height: 43px;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 20px;
}
.select2-dropdown {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
}
.select2-results__option {
    padding: 7px 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #8A8A8A;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected{
    background-color: rgba(149, 166, 48, 0.8);
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #95a630;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent transparent transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #95a630;
    transform: rotate(180deg);
}

.imageModal .modal-dialog {
    max-width: 1100px;
}
.imageModal .image_block img {
    width: 100%;
}

.imageModal .closeBtn {
    background-color: transparent;
    border: none;
    font-size: 42px;
    padding: 0;
    line-height: normal;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    margin-left: auto;
}

.remo_slider_overlay button {
    display: block;
    max-width: 100%;
    background: #95A630;
    padding: 11px 19px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
}

.remo_slider_overlay button:hover {
    background: #95A630;
}

/* css on 27th Oct */
.mediathequeResult .right .asc_desc_radio {
    padding: 10px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #95A630;
    border: 1px solid #95A630;
    margin-right: 27px;
    cursor: pointer;
}
.history_content_wrapper.activity_info_first_second,
section.support_main_ng_wrapper {
    margin-top: 130px;
}
.indi_add_custom_form div{
    width: 100% !important;
}

.footer_brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.brand_logos {
    width: 100%;
}
.brand_logos ul {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	gap: 12px;
}
.brand_logos ul li {
	width: calc(33.33% - 8px);
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.brand_logos ul li a {
	display: block;
	width: 80px;
	height: 80px;
	max-width: 100%;
}
.brand_logos ul li img {
	max-width: 100%;
	object-fit: contain;
	max-height: 100%;
}



.btn_green {
    max-width: 330px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 24px;
    padding: 9px 4.8px;
    background-color: #fff;
    border: 2px solid #95a630;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #95a630;
    outline: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.btn_green:hover,
.btn_green:focus {
    background-color: #95a630;
    color:#fff;
    border: 2px solid #95a630;
    outline: none;
}

.contact_info_wrapper.restro_info .reserve_room_online {
    margin: 0px 0 15px;
}

.contact_info_wrapper.restro_info .oner_votre_contat {
    margin-top: 24px;
}