/*********************  Default-CSS  *********************/
:root {
    scroll-behavior: unset;
}
::-moz-selection{
    background-color: #468431;
    color: #FFF;
}
::selection{
    background-color: #468431;
    color: #FFF;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0
}
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 2;
    position: relative;
    background: #EDFAE7;
}
a, span, a:hover, a:active, button {
    text-decoration: none;
}
a, div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
p {
    margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.cm-overflow, .cm-overflow body, .modal-open {
    overflow: hidden;
    -ms-touch-action: none;
        touch-action: none;
}
.modal-open {
    height: 100%;
    width: 100%;
}
.cm-overflow body{
    overflow-x: hidden;
}
/*********************  Default-CSS close  *********************/

/********************  Header Css Start  *********************/
.main-wrapper {
    overflow: hidden;
}
header {
    width: 100%;
    padding: 1.5em 0 0;
}
.sticky.fixed .menu_block{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-animation: slide-down 0.6s;
            animation: slide-down 0.6s;
    background-color: #ffffff;
    -webkit-box-shadow: -1px 11px 20px -10px rgb(0 0 0 / 30%);
            box-shadow: -1px 11px 20px -10px rgb(0 0 0 / 30%);
    width: 100%;
    display: block;
    margin-top: 0;
    padding: 1.25em 0;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.logo_hold{
    position: relative;
}
.logo_hold a {
    display: inline-block;
}
.logo_hold h4{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.8;
    margin-top: 0.8125em;
}
.logo_hold::before{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);  
    width: 1.25em;
    height:0.0625em;
    background: #468431;  
}
.menu_block .menu_list > ul > li {
    display: inline-block;
}
.menu_block .menu_list > ul > li:not(:last-child) {
    margin-right: 2.3125em;
}
.menu_block .menu_list > ul > li > a {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu_block .menu_list > ul > li a svg{
    width: 0.75em;
    height: auto;
    margin-left: 0.9375em;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.nav-btn .scroll_trigger svg path{
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.menu_toggle_btn {
    display: none;
}

.sticky .in_header_block{
    border-bottom: 1px solid #AFCFA4;
    padding-bottom: 1.5rem;
    text-align: center;
}
.menu_block {
    margin-top: 3em;
}
.inner_menu {
    background: #EDFAE7;
    padding: 1.75em 1.875em 1.875em 1.25em;
    border: none;
    -webkit-box-shadow: 0.0625em 0.6875em 1.25em -0.625em rgb(185 185 185 / 96%);
            box-shadow: 0.0625em 0.6875em 1.25em -0.625em rgb(185 185 185 / 96%);
}
.inner_menu_list li{
    line-height: 0;
}
.inner_menu_list li a{
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.15px;
}

.nav-btn:hover .scroll_trigger,
.nav-btn:hover button,
.nav-btn:hover li a{
    color: #468431;
}
.nav-btn:hover svg path{
    fill: #468431;
}
.nav-btn{
    position: relative;
}
.nav-btn::before{
    content: '';
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #468431;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.active.nav-btn::before{
    bottom: -25px;
}
.fixed .nav-btn::before{
    bottom: -28px;
}
.fixed .active.nav-btn::before{
    bottom: -20px;
}
.nav-btn:hover:before{
    opacity: 1;
}
.border_wrap{
    width: 0.5em;
    height:0.0625em;
    background: #468431;
    margin: 0.5625em 0;
    display: inline-block;
}
.top_bar{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_bar > a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;   
    border: 1px solid transparent;
}
.top_bar > a:hover{
    border-color: rgb(70, 132, 49);
}
.top_bar > a + a{
    margin-left: 0.5em;
} 
.top_bar a img,
.footer_bar a img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/********************  Mobile Menu Css Start *********************/
.menu_toggle_btn span {
    width: 100%;
    height: 0.125em;
    background-color: #000;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.open_menu .menu_toggle_btn span {
    background-color: #2B2A35;
}
/******************** Mobile Menu Css Close *********************/

/******************** Hero Section Css Start *********************/
.hero_title {
    bottom: 0.2em;
    left: 0.3em;
    font-family: 'Playfair Display', serif;
    color: #FFF;
    font-size: 160px;
    font-weight: 400;
    line-height: 0.77;
    letter-spacing: -4.8px;
    text-transform: uppercase;
    max-width: 70%;
}
/********************  Hero Section Css Close *********************/

/********************  Present Section Css Start *********************/
.present_sec{
    padding-bottom: 2em;
}
.present_sec .row{
    margin-bottom: 1em;
}
.title_text{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.facilities_sec .title_text {
    color: #757575;
}
.title_border{
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #000;
    margin: 0 auto;
}
.width-75{
    width: 623px;
}
.present_sub{
    color: #757575;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding-bottom: 0.1em;
}
.present_title{
    font-family: 'Playfair Display', serif;
    color: #000;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.0;
    padding-bottom: 0.5em;
}
.present_date{
    color: #468431;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;    
}
.present_content{
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.16px;
}
.btn_wrap {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 1.1em 1.25em;
    gap: 10px;
    border: 1px solid #000;
    position: relative;
}
span.hover_icon {
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.hover_icon svg{
    width: 14px;
    height: auto;
}
.bg_shape{
    position: absolute;
    bottom: -205px;
    right: 56px;
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
}
/********************  Present Section Css Close *********************/

/********************  Present Section Css Start *********************/
.main_title_text{
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    margin-top: 0.1em;
}
.facilities_row{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.facilities_description{
    padding-left: 1.5em;
    width: 414px;
}
.present_line{
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #468431;
    margin: 2.5em 0  2.1875em;
}
.facilities_description_title{
    padding-bottom: 0;
}
.facilities_content_wrap {
    margin-bottom: 3.125em;
}
.facilities_content_p + .facilities_content_p{
    margin-top: 1.5625em;
}
/********************  Present Section Css Close *********************/

/********************  Championships Clubs Section Css Start *********************/
.championships_clubs_sec{
    padding: 4.5em 0 5.8125em;
    position: relative;
    z-index: 9;
}
.hampionships_clubs_1{
    padding-right: 2.8125em;
}
.owl_carousel_wrap{
    position: relative;
}
.contact_box{
    padding: 3.5em;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.championships_clubs_sec .present_title{
    padding-bottom: 0;
    width: 394px;
}
.servise_table_wrap > div + div{
    margin-top: 1.6875em;
}
.contact_box .present_line {
    margin: 2em 0 0.9375em;
}
.servise_table p{
    color: #757575;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}
.servise_table h6{
    color: #1D1D1D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.servise_table h6 span{
    margin-right: 0.5em;
}
.servise_table_wrap{
    margin-bottom: 3em;
}
.slider_content{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.slider_text h6{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.slider_text h4{
    color: #FFF;
    font-size: 32px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}
.slider_button_wrap{
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.slider_button_wrap .btn_wrap{
    color: #FFF;
    border-color: #FFF;
}
.slider_button_wrap .btn_wrap:hover{
    color: #000;
}
#counter{
    top: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.owl_carousel_wrap .owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    line-height: 0;
}
.owl_carousel_wrap .owl-nav button{
    outline: none;
    border: none;
}
/********************  Championships Clubs Section Css Close *********************/

/********************  Newsletter Section Css Start *********************/
.newsletter_details{
    margin-top: 1.25em;
    padding: 3.5em;
}
.newsletter_content{
    width: 394px;
    margin: 0 auto;
}
.newsletter_details .present_title{
    color: #FFF;
}
.newsletter_details .present_line {
    margin: 0.9375em 0 0.75em;
    background-color: #FFF;
}
.newsletter_form{
    margin-bottom: 2em;
}
.newsletter_form p{
    color: #FFF;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}
.input_group{
    margin-top: 0.75em;
}
.input_group input{
    border: 1px solid #FFF;
    padding: 0.3125em 1.5em;
    background-color: transparent;
    border-right: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.16px;
    height: 2.75em;
    outline: none;
    border-radius: 0;
}
.input_group button{
    background-color: transparent;
    border-color: #FFF;
    padding: 1.11em 1.25em;
    color: #FFF;
    outline: none;
    cursor: pointer;
}
.input_group button:hover{
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
}
.input_group input::-webkit-input-placeholder{
    color: #ccc ;
}
.input_group input::-moz-placeholder{
    color: #ccc ;
}
.input_group input:-ms-input-placeholder{
    color: #ccc ;
}
.input_group input::-ms-input-placeholder{
    color: #ccc ;
}
.input_group input::placeholder{
    color: #ccc ;
}
.privacy_policy span{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.privacy_policy:hover span{
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
}
.privacy_policy_wrap{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;    
}
.privacy_policy_wrap a {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}
.privacy_policy_wrap a span{
    margin-left: 0.25em;
}
.privacy_policy_wrap a:hover{
    border-color: #fff;
}
/********************  Newsletter Section Css Close *********************/

/********************  Footer Section Css Strat *********************/
.footer_container{
    border-top: 1px solid #AFCFA4;
    padding: 1em 0 5.5625em;   
}
.footer_logo{
    width: calc(100% - 848px);
}
.footer_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 261px;
}
.footer_logo a h4{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 0.8;
    margin-left: 0.75em;

}
.footer_content{
    width: 848px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.footer_content > div + div{
    margin-left: 2.3125em;
}
.footer_content > div > a {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer_content > div > a:not(:last-child){
    margin-right: 8px;
}
.footer_bar a:hover {
    border-color: rgb(70, 132, 49);
}
.footer_content > div > a span{
    margin-right: 0.5em;
}
.newsletter_block{
    position: relative;
}
.newsletter_shape{
    position: absolute;
    bottom: -29%;
    left: 120px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.3;
}
.present_img img{
  width: 692px!important;
  height: 461px!important;
  object-fit: cover;
}

.present_img img.image-small {
  width: 318px!important;
  height: 212.27px!important;
}

.present_img img.image-small.medium {
  width: 418px!important;
  height: 311px!important;
}

#footer_section{
    margin-top: 4.1875em;
}
.present_img{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.present_img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(70 132 49 / 50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.present_details{
    cursor: pointer;
}
.present_details:hover .present_img::before{
    opacity: 0.8;
    visibility: visible;
}
.present_details:hover .present_title,
.present_details_01:hover .present_sub,
.present_details_01:hover .present_content{
    color: rgb(70 132 49);
}
.footer_contact_wrap > span{
    margin-right: 8px;
}
/********************  Footer Section Css Close *********************/



/********************  Inner Page Css Start *********************/
.get_started_hero{
    padding-bottom:13.9375em;
}
.get_started_hero_title,
.classifications_hero_title{
    position: unset;
    color:#468431;
    max-width: 100%;
}
.classifications_bg_shape {
    position: absolute;
    top: -140px;
    left: 306px;
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
}
.classifications_bg_wrap{
    display: none;
}
.cm_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.service_card .row{
    padding: 0 1.25em;
}
.learn_on{
    padding-bottom: 7em;
}
.service_card {
    margin-top: -10.825em;
}
.cm_col_wrap{
    width: 25%;
    padding: 0 1.25em;
}
.cm_col_wrap > div{
    height: 100%;
}
.service_card_content{
    padding: 3.5em 2em;
}
.service_card_title{
    line-height: 0;
    text-align: center;
}
.service_card_title_h6{
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    padding: 0.5em 0;
}
.service_card_title_h3{
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}
.service_card_title_hr{
    width: 24px;
    height: 2px;
    background: #468431;
    margin: 1.5em auto;
}
.service_card_title_p{
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.16px;
    text-align: left;
}
.get_started_bg_shape {
    bottom: -355px;
}

.two_section_wrap {
    position: relative;
}

.not_necessary_container {
    margin-top: -14.5em;
    position: relative;
    z-index: 9;
}
.not_necessary_sec > img{
    position: relative;
    z-index: 9;
}
.card_01{
    width: 567px;
    padding: 3.5em;
}
.not_necessary_block h3{
    color: #000;
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    line-height: 1.0;
}
.line_wrap{
    width: 24px;
    height: 2px;
    background: #468431;
    margin: 2.5em 0 1.25em;
    display: inline-block;
}
.not_necessary_block p{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.16px;
    max-width: 406px;
    margin-bottom: 3.5em;
}
.you_can_even_sec{
    background: #D5E7D0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 14em 0 3.5625em;
    margin-top: 3.5em;
}
.you_can_even_sec .container{
    position: relative;
    z-index: 9;
}
.card_02{
    position: absolute;
    top: -151px;
    right: 104px;
    width: 461px;
    padding: 3.5em;
}
.not_you_can{
    position: relative;
}
.not_you_shape {
    top: 55%;
    left: 43%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0.8;
}
.come_and_try_golf{
    padding: 5em 0;
}
.come_and_try_content{
    padding: 3.5em;
    width: 445px;
    margin-left: 0.9375em;
}
.come_and_try_img{
    width: calc(100% - 475px);
    margin-right: 0.9375em;
}
.bg_wrap {
    position: absolute;
    bottom: 0;
    left: 206px;
    z-index: -1;
}


.dropdown-toggle::after{
    border: none;
}
.dropdown .btn-secondary{
    background-color: transparent;
    border-radius: 0;
    padding: 0;   
    border: none; 
    color: #000;
    outline: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.dropdown .btn-secondary:hover,
.dropdown .btn-secondary:not(:disabled):not(.disabled).active, .dropdown .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: transparent;
    border-radius: 0;
    color: #468431;
}
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.dropdown-item{
    padding: 0.25rem 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #519483;
    text-decoration: none;
    background-color: transparent;
}

.py-56{
    padding:  3.5em 0;    
}
.pb-56{
    padding-bottom: 3.5em;
}
.pt-56{
    padding-top: 3.5em;
}
.pt-40{
    padding-top: 2.5em;
}
.bg-lightgreen{
    background: #EDFAE7;
}
.bg-green{
    background: #223A19;   
}
.add_word,
.mobile_button{
    display: none !important;
}
/********************  Inner Page Css Close *********************/


/********************  Classifications Page Css Start *********************/
.classifications_hero_title_span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
}

.pb-256{
    padding-bottom: 16em;
}
.hero_sec .container {
    position: relative;
}
.volver_button {
    position: absolute;
    top: 0;
    right: 0.9375em;
}
.volver_button > span{
    margin-right: 0.25em;   
    line-height: 0; 
}
.volver_button > a{
    color: #1D1D1D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.classifications_details_wrap{
    padding: 3.5em;
}
.classifications_details_card + .classifications_details_card{
    margin-top: 3.5em;
}
.classifications_details_title h2{
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.0;
    margin-bottom: 0.7em;
    
}
.classifications_details_title span{
    width: 24px;
    height: 2px;
    background: #468431;
    margin-bottom: 2em;
    display: inline-block;
}

.classifications_item{
    border-top: 1px solid #AFCFA4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; 
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 0;
}
.py-19{
    padding:  1.1875em 0 1.1875em 0.1875em;
}
.classifications_item:hover{
    padding-right: 0.625em;
    background-color: #edfae7;
}
.classifications_list_title{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.classifications_list_title span{
    display: inline-block;
    line-height: 0;
    margin-right: 0.5em;
}

.list_title_wrap{
    color: #468431;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    padding: 1.1875em  0;
}

.list_title_wrap.border_top{
    border-top: 1px solid #AFCFA4;
}
.hero_title b{
    display: none;
}
/********************  Classifications Page Css Close *********************/


/********************  CLUBES Page Css Start *********************/
.clubs_hero{
    padding-bottom: 3.5em;
}
.clubs_bg_shape.bg_shape {
    position: absolute;
    bottom: 0;
    right: 19%;
    z-index: -1;
    pointer-events: none;
    opacity: unset;
}
.button_group_wrap{
    width: 325px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.smb_56{
    margin-bottom: 3.5em;
}
.clubes_section{
    background-color: #fff;
}
.clubes_title{
    padding: 3.5em 0;
}
.clubes_text{
    color: #757575;
}
.clubes_main_text{
    margin-top: 0.5em;
}
.pb_56{
    padding-bottom: 3.5em;
}
.clubes_card_title{
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.0;
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
    position: relative;
}
.clubes_card_title::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #468431;
}
.contact_list{
    display: flex;
    align-items: center;
    line-height: 0;
}
.contact_list + .contact_list{
    padding-top: 1.5em;
    margin-top: 1.5em;
    position: relative;
}
.contact_list:not(:first-child)::before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 2px;
    background: #AFCFA4;
}
.contact_item_title{
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;
}
.contact_item_box {
    display: flex;
    align-items: center;
    margin-top: 0.625em;
}
.contact_item_icon{
    margin-right: 0.5em;
    line-height: 0;
}
.contact_item_text{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
a.contact_item_text:hover{
    color: rgb(70, 132, 49);
}
.contact_item + .contact_item{
    margin-left: 2.25em;
    padding-left: 2.25em;
    position: relative;
}
.contact_item:not(:first-child)::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1px;
    width: 1px;
    height: 43px;
    background: #AFCFA4; 
}
.contact_info_button{
    margin-top: 3.75em;
}
/********************  CLUBES Page Css Close *********************/






/********************  Federacion Page Css Start *********************/
section.la_federación.position-relative {
    height: 776px;
    margin-bottom: 4.4375em;
}
section.la_federación > img{
    width: 100%;
}
.la_federacion_content {
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
section.la_federación > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Junta_directiva_detals{
    background-color: #ffffff;
    padding: 1.5em;
}
.Junta_directiva_img{
    margin-bottom: 1.5em;
}
.Junta_directiva_title{
    padding-bottom: 0.67em;
    color: #000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    position: relative;
}
.Junta_directiva_title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background-color: #468431;
}
.Junta_directiva_description{
    margin-top: 1.5em;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.owl_Junta_directiva.owl-theme .owl-nav.disabled + .owl-dots{
    line-height: 0;
    margin-top: 2.375em;
}
.owl_Junta_directiva.owl-theme .owl-dots .owl-dot{
    outline: none;
    border: none;
}
.owl_Junta_directiva.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 0.75em;
    background-color: #468431;
}
.owl_Junta_directiva.owl-theme .owl-dots .owl-dot.active span, .owl_Junta_directiva.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #AFCFA4;
}



.buzon_de_prevención{
    margin-top: 3.5em;
    background-color: #D5E7D0;
    padding: 3.5em 0;
}

.buzon_de_prevención_title{
    padding-bottom: 1.5em;    
    position: relative;
}
.buzon_de_prevención_title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: #000;
}
.buzon_de_prevención_desc{
    max-width: 690px;
    margin: 2.125em auto;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.16px;
}
.buzon_de_btn{
    padding: 1em 1.7em;
}
/********************  Federacion Page Css Close *********************/

/********************  Licencias Page Css Start *********************/
.validez_dela_img{
    height: 640px;
}
.validez_dela_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.validez_dela_card{
    padding: 0 3.5em;
    margin-top: -11em;
}
.dela_card_row{
    margin: 0 -1.75em;
}
.dela_red{
    margin-bottom: 3.5em;
}

.dela_card_col {
    padding: 0 1.75em;
}
.dela_card_card_wrap{
    background-color: #fff;
    min-height: 419px;
    padding-top: 3.5em;
}
.dela_card_title{
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}
.dela_card_title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background-color: #757575;
}
.dela_card_card_red{
    border-top: 8px solid #E1582D;
}
.dela_card_name{
    color: #757575;
    margin: 0.5em 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
.dela_card_main_title{
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    color: #000;
}

.dela_card_content_title{
    color: #1D1D1D;
    font-size: 120px;
    font-weight: 100;
    line-height: 0.8;
    letter-spacing: -3.6px;
    text-transform: uppercase;
    text-align: center;
}
sup{
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    vertical-align: revert;
}
.dela_card_content_text{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 1.5em;
    text-align: center;
}

.dela_card_card_green{
    border-top: 8px solid #468431;
}
/********************  Licencias Page Css Close *********************/

/********************  Contacto Page Css Start *********************/
.pb_100{
    padding-bottom: 6.25em;
}
.contact_hero{
    padding-bottom: 17.0625em;
}
.contacto_block{
    padding-top: 2.9em;
}
.contact_bg_shape.bg_shape {
    position: absolute;
    bottom: -95px;
    right: 18%;
    z-index: -1;
    pointer-events: none;
    opacity: unset;
}
.contact_form_info{
    padding-bottom: 2em;
    margin-bottom: 2.5em;
    position: relative;
}
.contact_form_info::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #468431;
}
.mb_36{
    margin-bottom: 2.25em;
}
.cm_col_4{
    width: 193px;
}
.cm_col_8{
    padding-left: 3.5em;
    width: calc(100% - 193px);
}
.form-control {
    padding: 0.75em 1.5em;
    background-color: #fff;
    border: 1px solid #AFCFA4;
    border-radius: 0;
    outline: none;
    font-weight: 600;
    color: #000;
}
.form-control::placeholder{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2; 
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control:focus {
    border-color: #AFCFA4;
    outline: 0;
    box-shadow: unset;
}
#your-message{
    min-height: 135px;
    resize: none;
    padding-top: 1em;
}
.btn_wrap.send_form_btn {
    padding: 1.3em 1.45em;
    background-color: transparent;
    cursor: pointer;
}

/********************  Contacto Page Css Close *********************/


.btn_wrap:hover {
    background-color: #fff;
    color: #000;
    padding-left: 3em;
}
.btn_wrap:hover span.hover_icon {
    opacity: 1;
    visibility: visible;
}
/* 
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
*/



/********************  ESCUELA INFANTIL Css Start *********************/
.w-690{
    width: 690px;
}
#fecha1 {
    border: 1px solid #000;
    position: relative;
    padding: 1em 1.25em;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.2;
    text-transform: uppercase;
    height: 47px;
  }
  #fecha1::placeholder {
    color: #1D1D1D;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .date_picker_block:after {
    position: absolute;
    right: 1.25em;
    top: 52%;
    line-height: 0;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
  }
  .datepicker-dropdown {
    width: 691px;
    border-radius: 0;
    border-color: #000;
    background-color: #EDFAE7;
    padding:0.8em;
}
  .datepicker table {
    width: 100%;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #468431;
    color: #fff;
    border-radius: 50px;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover{
    background: #468431;
    color: #fff;
    border-radius: 50px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background: #468431;
    color: #fff;
    border-radius: 50px;
    border-color: #fff;
}
.datepicker table tr td.today {
    background: #468431;
    color: #fff;
    border-radius: 50px;
    border-color: #fff;
}
.datepicker-dropdown:after {
    border-bottom: 6px solid #000;
}
.contact_info_form {
    margin-top: 2em;
}

.submit_button{
    background: #468431;
    border-color: #468431;
    color: #fff;
    outline: none;
    border-radius: 0;
}
button:focus {
    outline: unset;
    outline: unset;
    border-color: #468431;
}
/********************  CoESCUELA INFANTIL Css Close *********************/

.new-footer-wrap{
  width: 848px;
}
.footer_container {
  padding: 1em 0 2.75em;
}

.new-footer-section{
  margin-bottom: 3.5em;
  position: relative;
}
.union-europea{
  padding-left: 1.5625em;
} 
.union-europea-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.241px;
  margin-top: 1.6875em;
  color: #000;
}
.fondo-europeo{
  width: 515px;
  margin-left: 1.375em;
}
.fondo-europeo-text{
  color:  #000;
  /* font-family: Helvetica-Neue-Regular; */
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.13px;
  font-weight: 500;
}
hr.fondo-europeo-border {
  margin: 10px 0;
  border-color: #000;
}