













.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 0px;

}
@media only screen and (min-width: 1201px){
  .dnd-section > .row-fluid {
    max-width: 1100px ;
  }
  .content-wrapper {
    max-width: 1100px ;
  }
}







body {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: Archivo Narrow,Ubuntu, sans-serif ;
}

/* Paragraphs */

p {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
}

/* Anchors */

a {
  color: #424D2D;
    text-decoration:underline;
    text-transform: uppercase;
    font-weight: 700;
}

a:hover,
a:focus,
a:active {
  color: #70952f;
}

/* Headings */

h1 {
    font-family: Bebas Neue Regular, sans-serif;
    font-size: 100px;
    color: rgba(41, 40, 45, 1.0);
    font-weight: 400;
    line-height: 90px;
    letter-spacing:2px;
}
@media (max-width: 322px){
  h1 {
    font-size: 82.0rem;
  }
}

h2 {
    font-family: Bebas Neue Regular, sans-serif;
    font-size: 52px;
    color: rgba(41, 40, 45, 1.0);
    font-weight: 400;
    line-height: 56px;
    letter-spacing:2px;
}


h3 {
    font-family: Bebas Neue Regular, sans-serif;
    font-size: 33px;
    color: rgba(34, 34, 34, 1.0);
    font-weight: 400;
    line-height: 40px;
    letter-spacing:2px;
}


h4 {
  font-family: Bebas Neue Regular, sans-serif;
  font-size: 2.25rem;
  color: rgba(41, 40, 45, 1.0);
  font-weight: 600;
}

h5 {
  font-family: Bebas Neue Regular, sans-serif;
  font-size: 1.75rem;
  color: rgba(41, 40, 45, 1.0);
  font-weight: 600;
}

h6 {
  font-family: Bebas Neue Regular, sans-serif;
  font-size: 1.5rem;
  color: rgba(41, 40, 45, 1.0);
  font-weight: 600;
}

.inner_hero_sec .inner_hero_title h4 a, 
.vision_content_sec .vision_content .title h6, 
.vision_content_sec .vision_content .title h6,
.hero_video_sec .hero-right .inner_hero_title h4,
.inner_hero_sec .inner_hero_title h4 a {
  color: #4a631f;
}

/* Blockquote */

blockquote {
  border-left-color: #e3e3e3;
}

/* FAQ Page */

.faq_section.faq_mainarea .faq_accordion .faq_itle h3 {
    font-size: 28px;
}

.faq_section.faq_mainarea .faq_accordion .faq_content p {
    font-size: 20px;
}





.btn-group{}
.btn-group > div{display:inline-block;margin:0 5px;vertical-align:middle;}
.btn-group > div:first-child{margin-left:0; margin-bottom:5px;}
.btn-group > div:last-child{margin-right:0; margin-bottom:5px;}

/* .button_arrow{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }*/
.button_arrow{ display: inline-block; text-decoration: none;}
button,
.button,
.button_arrow .button_text,
.button_arrow .button_icon{
  background-color: rgba(66, 77, 45, 1.0);
  border: 1px solid ;
  border-color: rgba(66, 77, 45, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);;
  padding: 17px 27px;
}

.button_arrow.video-icon .button_icon{padding: 14px 15px 10px;}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(106, 117, 85, 1.0);
  border-color: #6a7555;
  color: #ffffff;
}

.button_arrow .button_icon{ margin-left: 2px; line-height: 18px; position: relative; overflow: hidden; padding-left: 15px; padding-right: 15px; }
.button_arrow .button_icon .qodef-icon-ion-icon{ display: block; -webkit-transition: all .25s cubic-bezier(.86,.15,.19,.93); -moz-transition: all .25s cubic-bezier(.86,.15,.19,.93); }
.button_arrow .button_icon .qodef-icon-ion-icon:nth-child(2){ position: absolute; width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate3d(-50px,0,0); -moz-transform: translate3d(-50px,0,0); transform: translate3d(-50px,0,0); display: flex; justify-content: center; align-items: center; }
.button_arrow .button_icon .qodef-icon-ion-icon:before{ line-height: 18px; } 
.button_arrow:hover .button_icon .qodef-icon-ion-icon:nth-child(1){ -webkit-transform: translate3d(50px,0,0); -moz-transform: translate3d(50px,0,0); transform: translate3d(50px,0,0); }
.button_arrow:hover .button_icon .qodef-icon-ion-icon:nth-child(2){ -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 
/* .button_arrow .button_icon .ion-arrow-right-c{ display: block; -webkit-transition: all .25s cubic-bezier(.86,.15,.19,.93); -moz-transition: all .25s cubic-bezier(.86,.15,.19,.93); }
.button_arrow .button_icon .ion-arrow-right-c:nth-child(2){ position: absolute; width: 100%; height: 100%; top: 0; left: 0; -webkit-transform: translate3d(-50px,0,0); -moz-transform: translate3d(-50px,0,0); transform: translate3d(-50px,0,0); display: flex; justify-content: center; align-items: center; }
.button_arrow .button_icon .ion-arrow-right-c:before{ line-height: 18px; } 
.button_arrow:hover .button_icon .ion-arrow-right-c:nth-child(1){ -webkit-transform: translate3d(50px,0,0); -moz-transform: translate3d(50px,0,0); transform: translate3d(50px,0,0); }
.button_arrow:hover .button_icon .ion-arrow-right-c:nth-child(2){ -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }  */

.backward .button_arrow .button_icon .ion-arrow-left-c{ display: block; transition: all .25s cubic-bezier(.86,.15,.19,.93); }
.backward .button_arrow .button_icon .ion-arrow-left-c:nth-child(2){ position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform: translate3d(50px,0,0); display: flex; justify-content: center; align-items: center; }
.backward .button_arrow .button_icon .ion-arrow-left-c:before{ line-height: 18px; } 
.backward .button_arrow:hover .button_icon .ion-arrow-left-c:nth-child(1){ transform: translate3d(-50px,0,0); }
.backward .button_arrow:hover .button_icon .ion-arrow-left-c:nth-child(2){ transform: translate3d(0,0,0); } 

.button_arrow .button_icon img{transition: all .25s cubic-bezier(.86,.15,.19,.93);}
.button_arrow .button_icon img.right{position:absolute; transform:translateX(-70px);}
.button_arrow:hover .button_icon img.right{transform:translateX(-24px);}
.button_arrow:hover .button_icon img:not(.right){transform:translateX(70px);}

.gray .button_arrow .button_text,
.gray .button_arrow .button_icon{background-color:#666;}
.backward .button_arrow .d-flex{flex-direction:row-reverse;}
.backward .button_arrow .button_icon{margin: 0 2px 0 0;}




.learnmore_link a{ text-decoration: none; text-transform:none; display: inline-block; margin: 0; padding: 0; font-family: Bebas Neue Regular,sans-serif; font-size: 1rem; line-height: 1.25; font-weight: 700; letter-spacing: 2px; }
.learnmore_link a:after { content: "\f10b"; display: inline-block; font-family: "Ionicons"; }

.learnmore_arrowlink a{ font-family: Bebas Neue Regular,sans-serif; font-size: 1rem; line-height: 1.25; font-weight: 700; letter-spacing: 2px; }
.learnmore_arrowlink a .link_icons{ position: relative; overflow: hidden; margin-left: 10px; line-height: 14px; font-size: 16px; } 
.learnmore_arrowlink a .link_icons .ion-arrow-right-c{ display: block; z-index: 10; -webkit-transition: all .25s cubic-bezier(.86,.15,.19,.93); -moz-transition: all .25s cubic-bezier(.86,.15,.19,.93); transition: all .25s cubic-bezier(.86,.15,.19,.93); }
.learnmore_arrowlink a .link_icons .ion-arrow-right-c:nth-child(2){ position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; justify-content: center; align-items: center; }
.learnmore_arrowlink a .link_icons .ion-arrow-right-c:nth-child(2){ opacity: 0; -webkit-transform: translate3d(-20px,0,0); -moz-transform: translate3d(-20px,0,0); transform: translate3d(-20px,0,0); }
.learnmore_arrowlink a .link_icons .ion-arrow-right-c:before{ line-height: 14px; } 
.learnmore_arrowlink a:hover .link_icons .ion-arrow-right-c:nth-child(1){ opacity: 0; -webkit-transform: translate3d(20px,0,0); -moz-transform: translate3d(20px,0,0); transform: translate3d(20px,0,0); }
.learnmore_arrowlink a:hover .link_icons .ion-arrow-right-c:nth-child(2){ opacity: 1; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }  





form,
.submitted-message {
  font-size: 20px;
  color: #000000;
  font-weight: 300
}

/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

/* Form label */

form label {
  color: rgba(0, 0, 0, 1.0);
}

/* Form help text */

form legend {
  color: rgba(0, 0, 0, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(247, 247, 247, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  color: rgba(49, 54, 70, 1.0);
  border-radius: 0px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(221, 221, 221, 1.0)
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #000000 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

/* Submit button */

form input[type=submit],
form .hs-button{
  background-color: rgba(66, 77, 45, 1.0);
  border: 1px solid ;
  border-color: rgba(66, 77, 45, 1.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);;
  padding: 17px 27px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus  {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(106, 117, 85, 1.0);
  border-color: #6a7555;
  color: #ffffff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000;
}

th,
td {
  border-color: #000;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000;
}






header .top_header_popup {
  background-color: rgba(0, 0, 0, 1.0);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.25);
}
.top_header_popup .top_content_inner #hs_cos_wrapper_text_{
  color: rgba(255, 255, 255, 1.0);
}

/* Bottom header */
header.header .header_inner_wrapper .header_menu_area{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary ul.submenu.level-1>li>a{
  color: rgba(41, 40, 45, 1.0);
}
header .custom-menu-primary ul.submenu.level-1>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
}
header .custom-menu-primary ul.submenu.level-1>li>a:hover{
  color: rgba(74, 99, 31, 1.0);  
}
header .custom-menu-primary ul.submenu.level-1>li>a.active{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(74, 99, 31, 1.0);
}

header.header .header_container .custom-menu-primary ul.submenu.level-2{
  background-color: rgba(28, 28, 28, 1.0);
}

header.header .header_container .custom-menu-primary ul.submenu.level-2>li>a{
  color: rgba(255, 255, 255, 1.0);
}
header.header .header_container .custom-menu-primary ul.submenu.level-2>li:hover>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
header.header .header_container .custom-menu-primary ul.submenu.level-2>li:hover>a.active{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(74, 99, 31, 1.0);
}

.header__container {
  max-width: 1100px;
}






footer.footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
footer.footer .footer_container .footer_row .footer_column .column_middle p{
  color: rgba(255, 255, 255, 1.0); 
}
footer.footer .footer_container .footer_row .footer_column .widget_nav_menu ul>li>a,
footer.footer .footer_container .footer_row .footer_column .column_middle a,
footer.footer .footer_container .footer_row .footer_column .widget_custom_html ul>li>a{
  color: rgba(113, 114, 116, 1.0);  
}
footer.footer .footer_container .footer_row .footer_column .widget_nav_menu ul>li>a:hover, 
footer.footer .footer_container .footer_row .footer_column .column_middle a:hover,
footer.footer .footer_container .footer_row .footer_column .widget_custom_html ul>li>a:hover{
  color: rgba(66, 77, 45, 1.0);  
}
.widget_custom_html .hs_cos_wrapper_type_text, 
footer.footer .footer_container .footer_row .footer_column .widget_custom_html ul>li{
  color: rgba(107, 108, 110, 1.0); 
}

/* Button */

.footer_form form input[type=submit],
.footer_form form .hs-button{
  background-color: rgba(74, 99, 31, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(74, 99, 31, 1.0);
}
.footer_form form input[type=submit]:hover,
.footer_form form .hs-button:hover{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(74, 99, 31, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}

/* form */

.footer_form form .hs-richtext h1 span{
  background-color: rgba(255, 255, 255, 0.0)!important;
  color: rgba(255, 255, 255, 1.0)!important;
}
.footer_form form label{
  color: rgba(177, 178, 178, 1.0);
}
.footer_form form input[type=text],
.footer_form form input[type=email],
.footer_form form input[type=password], 
.footer_form form input[type=tel],
.footer_form form input[type=number], 
.footer_form form input[type=file],
.footer_form form select,
.footer_form form textarea {
  background-color: rgba(33, 33, 33, 1.0)!important;
  border: 1px solid rgba(221, 221, 221, 1.0)!important;
  color: rgba(164, 164, 164, 1.0)!important;
}

/* Social icons */

.social_icon a{
  color: rgba(113, 114, 116, 1.0);
}
.social_icon a:hover{
  color: rgba(66, 77, 45, 1.0);
}








/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}









.dnd_area-row-1-vertical-alignment > .row-fluid {
  position: absolute;
  margin-top: 225px;
  margin-left: 170px;
}



.lineups_section .lineups_slidernav ul li.slick-active h5,
.our_quick .main_part .left_part h2 span,
.our_quick .main_part .right_part .right_title h3 span, 
.halfcon_area.newgymdesign_section .newgymdesign_content .section_heading h2, 
header.new-header .bottom_navdiv .hs-menu-wrapper > ul > li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover,
.serlink a {
    color: #49631F !important;
}









.card__price {
  font-family: Bebas Neue Regular, sans-serif
    font-size: 33em;
  color: #222222;
  font-weight: 400
}


@media(max-width: 1366px){
    h1{ font-size: 85px; line-height: 90px; }
/*     h2{ font-size: 46px; line-height: 50px; }
    h3{ font-size: 30px; line-height: 38px; } */
}
@media(max-width: 1199px){
    h1{ font-size: 60px; line-height: 70px; }
/*     h2{ font-size: 42px; line-height: 46px; }
    h3{ font-size: 28px; line-height: 33px; } */
}
@media(max-width: 991px){
    h1{ font-size: 48px; line-height: 50px; }
/*     h2{ font-size: 36px; line-height: 42px; }
    h3{ font-size: 24px; line-height: 28px; } */
}