

            @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@100;200;300;400;500;600;700;800;900&display=swap");
            @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@100;200;300;400;500;600;700;800;900&display=swap");
          
            :root {

                --heading: #1b3728;  
                --body: #000;  
                --primary: #1b3728;          
                --primary-dark: #00190a;
                --primary-light: #395546;
                --accent: #f8af41;
                --accent-dark: #da9123;
                --accent-light: #ffcd5f;
                --success: #44ad23;
                --success-dark: #268f05;
                --success-light: #62cb41;
                --secondary: #c2d990;
                --secondary-dark: #a4bb72;
                --secondary-light: #e0f7ae;
                --info: #0f2de3;
                --info-dark: #000fc5;
                --info-light: #2d4bff;
                --caution: #F8AE40;
                --caution-dark: #da9022;
                --caution-light: #ffcc5e;
                --error: #f30b0b;
                --error-dark: #d50000;
                --error-light: #ff2929;
                --black: #000000;
                --white: #fff;
                --dark-1: #1e1e1e;
                --dark-2: #3c3c3c;
                --dark-3: #5a5a5a;
                --gray-1: #787878;
                --gray-2: #969696;
                --gray-3: #b4b4b4;
                --gray-4: #d2d2d2;
                --light-1: #dcdcdc;
                --light-2: #e6e6e6;
                --light-3:  #f0f0f0;               

                --body-font-family:    Quicksand;
                --heading-font-family:    Quicksand;

                --bs-blue: #1b3728;          
                --bs-indigo: #0f2de3;
                --bs-purple: #0f2de3;
                --bs-pink: #0f2de3;
                --bs-red: #f30b0b;
                --bs-orange: #F8AE40;
                --bs-yellow: #F8AE40;
                --bs-green: #44ad23;
                --bs-teal: #1b3728;          
                --bs-cyan: #1b3728;          
                --bs-white: #fff;
                --bs-gray: #1e1e1e;
                --bs-gray-dark: #1e1e1e;
                --bs-primary: #1b3728;          
                --bs-secondary: #c2d990;
                --bs-success: #44ad23;
                --bs-info: #1b3728;          
                --bs-warning: #F8AE40;
                --bs-danger: #f30b0b;
                --bs-light: #c2d990;
                --bs-dark: #1e1e1e;
                --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
                "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
                "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
                "Liberation Mono", "Courier New", monospace;
                --bs-gradient: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.15),
                rgba(255, 255, 255, 0)
                );


            }

            body {
                font-family: var(--body-font-family);
                font-size: 18px;
                color:  #000;
            }

            a {
                color: #c2d990;
            }

            a:hover {
                color: #a4bb72;
            }            

              .footer-copyright {
                background-color: white !important;
              }

              .footer-copyright * {
                color: var(--heading) !important;
              }

            img {
              max-width: 100%;
            }

            a {
              display: inline-block;
            }

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

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

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
              font-weight: 600;
              color: var(--heading);
              font-family: var(--heading-font-family);
            }

            h1,
            .h1 {
              font-size: 32px;
              line-height: 1.25;
            }

            h2,
            .h2 {
              font-size: 26px;
              line-height: 1.25;
            }

            h3,
            .h3 {
              font-size: 22px;
              line-height: 1.25;
            }

            h4,
            .h4 {
              font-size: 20px;
              line-height: 1.25;
            }

            h5,
            .h5 {
              font-size: 19px;
              line-height: 1.25;
            }

            h6,
            .h6 {
              font-size: 19px;
              line-height: 1.25;
            }

            .display-1 {
              font-size: 5.5em;
              line-height: 1.25;
            }

            .display-2 {
              font-size: 4.75em;
              line-height: 1.25;
            }

            .display-3 {
              font-size: 4em;
              line-height: 1.25;
            }

            .display-4 {
              font-size: 3.25em;
              line-height: 1.25;
            }

            p {
              line-height: 1.5;
              color: var(--body);
            }

            .text-small {
              font-size: 0.875em;
              line-height: 1.5;
            }

            .text-lg {
              font-size: 1.15em;
              line-height: 1.5;
            }

            .bg_cover {
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
            }

            @media (max-width: 767px) {
              .container {
                padding-left: 20px;
                padding-right: 20px;
              }
            }

            .btn {
              font-weight: bold;
              font-size: 16px;
              line-height: 20px;
              text-align: center;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              padding: 12px 24px;
              border-radius: 4px;
              border: 1px solid transparent;
            }
            .btn:hover {
              background-color: #a4bb72;
              border-color: #a4bb72;
            }

            .btn-primary:hover {
              background-color: #a4bb72;
              border-color: #a4bb72;
            }

            .btn:focus {
              box-shadow: none;
              outline: none;
            }
            .btn.btn-lg {
              font-size: 1.15em;
              padding: 16px 24px;
            }
            .btn.btn-sm {
              padding: 8px 16px;
            }
            .btn.square {
              border-radius: 0px;
            }
            .btn.semi-rounded {
              border-radius: 12px;
            }
            .btn.rounded-full {
              border-radius: 50px;
            }
            .btn.icon-left span,
            .btn.icon-left i {
              margin-right: 8px;
            }
            .btn.icon-right span,
            .btn.icon-right i {
              margin-left: 8px;
            }
            .btn.icon-btn {
              width: 48px;
              height: 48px;
              padding: 0;
              line-height: 48px;
            }
            .btn.icon-btn.btn-lg {
              width: 56px;
              height: 56px;
              line-height: 56px;
            }
            .btn.icon-btn.btn-sm {
              width: 40px;
              height: 40px;
              line-height: 40px;
            }  

            .btn:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }            

            .btn:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }                          

            nav.navbar img, .footer-logo img, .footer-area .logo img {
              // height: 60px !important;
              // width:  auto !important;

            max-width: 200px;
            max-height: 60px;

            }    

            .footer-area.footer-four .footer-logo img, .footer-area.footer-nine .footer-logo img {
                height: auto !important;
                width: auto !important;
            }  

            div.days, div.hours, div.minutes, div.seconds {
              text-align: center;
              color:  black;
            }

            p.day-count, p.hour-count, p.minute-count, p.second-count {
              font-size: 32px;
              margin:  0;
              font-weight: bold;
            }

            p.day-text, p.hour-text, p.minute-text, p.second-text {
              font-size: 16px;
              font-weight: bold;
            }

            div.days, div.hours, div.minutes, div.seconds {

            }

            #countdown {

            padding: 0 10%;
                
            }   

            .navbar .navbar-toggler .toggler-icon {
                width: 20px !important;
            }          

            .file_download img {
                border: 1px solid var(--primary);
            }       

            button, button:active, button:focus, button:hover, .btn, .btn:hover, .btn:focus, .btn:active {
                border: none;
            }

            .rte ul {
                margin: 20px;
            }

            .rte ul li {
                list-style: disc;
            }         

            blockquote {
                border-left: 3px solid #ccc;
                padding: 20px;
                margin-bottom: 20px;
                background: #f2f2f2;
            }   

            blockquote p:last-of-type {
                margin-bottom: 0;
            }

            form #website{ display:none; }

            


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    background-color: #f2f2f2 !important;
  }

  .navbar-area.navbar-two .navbar .navbar-nav .nav-item a.active {
    color: white !important;
  }
}

.navbar-toggler {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.nav-item a,
.sub-nav-toggler {
    color: var(--primary) !important;
}

.navbar-area {
    background: white !important;
}

.sub-menu .nav-item a:hover {
    color: white !important;
}

.navbar-nine .nav-item .sub-menu li a {
    border-radius: 5px !important;
}

.navbar-nine .sub-menu .nav-item a:hover {
    background-color: var(--primary) !important;
}

.nav-item a.active {
    //color: white !important;
}

.navbar-one .nav-item a.active,
.navbar-two .nav-item a.active,
.navbar-three .nav-item a.active,
.navbar-four .nav-item a.active,
 {
    color: var(--primary) !important;
}

.navbar-six .nav-item a.active {
    color: white !important;
}

.navbar-one .navbar .navbar-btn ul li a.primary-btn,
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline,
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline:hover {
    color: var(--primary) !important;
}            

            

            nav.navbar img {

            max-width: none;
            max-height: none;

            width: 100px;
            height: 100px;

            position: absolute;

            z-index: 99999;

            top: -8px;

            }

            .navbar-area {                
                margin-top: 25px;
                margin-bottom: 25px;
            }

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


            nav.navbar img {

            max-width: 150px;
            max-height: 60px;

            width: auto;
            height: auto;

            position: relative;



            top: auto;

            }

            .navbar-area {
                margin-bottom: 0;
                margin-top: 0;
            }


            }

                    

            .btn, .btn-primary, .btn-sm {
letter-spacing: 0 !important;
text-transform: none !important;
}

ul.ticks li::before {
  content: "\f450"; /* Font Awesome Unicode for golf ball */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Needed for solid style */
  color: #198754;
  margin-right: 10px;
}

ul.ticks {
margin: 30px 0;    
}
ul.ticks li {
margin-bottom: 10px;
}
ul.li-pills {
list-style: none;
padding-left: 0;
margin: 30px 0;
}
ul.li-pills li {
display: inline-block;
margin: 0 0.5rem 0.5rem 0;
padding: 0.5rem 1rem;
background-color: var(--primary);
border-radius: 2rem;
font-weight: 500;
border: 1px solid var(--primary);
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li {
width: 100% !important;
}

.navbar-area {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

nav.navbar img {
width: 140px !important;
height: 140px !important;
top: 15px !important;
}

.footer-logo img, .footer-area .logo img {
width: 140px !important;
height: 140px !important;
top: auto !important;
max-width: 140px !important;
max-height: 140px !important;
}

@media only screen and (max-width: 991px) {
nav.navbar img {
width: 80px !important;
height: 80px !important;
top: auto !important;
max-width: 80px !important;
max-height: 80px !important;
}

.navbar-area.navbar-five {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
}

.address p {
margin-bottom: 0;
}

p a {
color: var(--primary) !important;
text-decoration: underline !important;
}            

        