@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.ttf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.ttf");
  font-style: normal;
  font-weight: 600;
}
/*
*   SETTING DEFAULT
*/
/*--------------------------*/
/*mixin*/
/*--------------------------*/
/*font-size*/
.f-s-10 {
  font-size: 10px;
  line-height: 15px;
}

/*--------------------------*/
/*font-weight*/
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-800 {
  font-weight: 800;
}

/*--------------------------*/
/*--------------------------*/
/*color*/
.color-w {
  color: #fff;
}
.color-b {
  color: #000;
}

/*--------------------------*/
.upper {
  text-transform: uppercase;
}

body {
  min-height: 100vh;
  color: #000;
  background-color: #fff;
  font-family: 'Graphik-Medium';
  font-weight: 300;
  font-size: 14px;
}
body.over-hidden {
  overflow: hidden;
}

#page {
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body a {
  color: inherit;
}
body a:hover {
  text-decoration: none;
}

*:last-child:not(.have-to-margin) {
  margin-bottom: 0 !important;
}

div:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none !important;
}

/*--------------------------*/
.topbar {
  padding: 15px 0;
}
.topbar h1,
.topbar a {
  text-align: center;
  color: #464646;
  font-size: 13px;
  margin: 0;
  font-weight: 500;
}
.topbar a {
  display: block;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: 500;
}

#header {
  background-color: #003400;
}
#header .navbar .dropdown.show .dropdown-toggle::after {
  vertical-align: middle;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header .primary {
  padding-right: 4%;
  padding-left: 4%;
  margin-left: 20px;
  background-color: #FFCC33;
}
#header .primary a {
  color: #003400;
  font-size: 16px;
  width: 100px;
  padding: 20px 0;
  font-weight: 500;
}
#header .logo-primary {
  z-index: 10;
  left: 90px;
  top: -20px;
  position: absolute;
}
#header ul {
  position: inherit;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
#header ul .testClass > a::after {
  content: '\02C5';
  color: #FFCC33;
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  font-weight: 500;
}
#header ul .dropdown {
  position: inherit;
}
#header ul .dropdown .dropdown-menu {
  width: 65%;
  left: inherit;
  right: 0;
  margin-top: 0 !important;
  margin-left: 0;
}
#header ul .dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
#header ul .dropdown .dropdown-menu a {
  text-align: center;
  font-weight: 600;
}
#header ul li {
  padding: 15px 15px;
}
#header ul li a {
  color: #EEEADC;
  font-size: 16px;
  font-weight: 500;
}
#header ul li:hover .sub-menu {
  visibility: visible;
  transition-delay: 0s;
}
#header ul li .sub-menu {
  transition: 0.2s 0.2s;
  visibility: hidden;
  position: absolute;
  background-color: #EEEADC;
  padding: 35px 55px;
  right: 0;
  top: 100%;
  z-index: 10;
}
#header ul li .sub-menu li {
  padding: 0 25px;
}
#header ul li .sub-menu li a {
  color: #003400;
  font-size: 16px;
  font-weight: 500;
}
#header .navbar {
  padding: 0;
}
#header .navbar .dropdown-toggle::after {
  top: 45%;
  width: 7px;
  height: 7px;
  border-top: 0;
  border-right: 0;
  margin-left: 10px;
  border-left: 1px solid #FFCC33;
  border-bottom: 1px solid #FFCC33;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#header .navbar #menu-header-menu {
  margin-left: auto !important;
  margin-right: unset !important;
}
#header .navbar #menu-header-menu .dropdown-menu {
  background-color: #EEEADC;
  padding: 30px 0;
  margin-top: 11px;
  margin-left: 46px;
}
#header .navbar #menu-header-menu .dropdown-menu a {
  display: inline;
  color: #003400;
  font-size: 16px;
  font-weight: 500;
}
#header .navbar #menu-header-menu .dropdown-menu .dropdown-item:hover {
  background-color: unset;
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
  #header .navbar #menu-header-menu li {
    padding: 15px 8px;
  }
  #header .navbar #menu-header-menu .dropdown-menu {
    width: 80%;
  }
  #header .navbar #menu-header-menu .dropdown-menu a {
    padding: 15px 20px;
  }
  #header .logo-primary {
    left: 30px;
    top: -20px;
  }
  #header .logo-primary img {
    width: 150px;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #header .navbar #menu-header-menu li a {
    font-size: 12px;
  }
  #header .navbar #menu-header-menu .dropdown-menu {
    width: 80%;
    margin-top: 0;
    margin-left: 0;
    padding: 25px 15px;
  }
  #header .navbar #menu-header-menu .dropdown-menu .dropdown-item {
    padding: 25px 10px;
    font-size: 12px;
  }
  #header .logo-primary {
    left: 10px;
    top: -20px;
  }
  #header .logo-primary img {
    width: 120px;
    height: auto;
    object-fit: cover;
  }
  #header #bs4navbar .navbar-nav .menu-item {
    padding: 20px 10px;
  }
  #header #bs4navbar .navbar-nav .nav-link {
    padding: 0 !important;
  }
  #header .single .content h2 {
    font-size: 25px;
  }
  #header .single .content p {
    font-size: 13px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #header .navbar {
    justify-content: flex-end;
  }

  #header .navbar .navbar-toggler {
    background-color: #eeeadc;
  }

  #header {
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .topbar h1 {
    font-size: 12px;
  }

  #header {
    padding: 20px;
    text-align: center;
  }
  #header .logo-primary {
    top: -20px;
    left: 5px;
  }
  #header .navbar {
    justify-content: flex-end;
  }
  #header .navbar .navbar-toggler {
    background-color: #eeeadc;
  }
  #header #bs4navbar .navbar-nav .menu-item {
    padding: 8px 20px;
  }
  #header #bs4navbar .navbar-nav .primary {
    margin-left: 0;
  }
  #header ul .dropdown .dropdown-menu.show {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
  }
  #header ul li {
    padding: 8px 15px;
  }

  #single .detail a {
    font-size: 13px;
    margin-top: 0 !important;
  }
  #single .detail .content p {
    font-size: 13px;
    margin: 0 !important;
  }
}
#footer {
  background-color: #EEEADC;
}
#footer .info {
  padding: 55px 80px;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#footer .info img {
  width: 144px;
  height: 144px;
  object-fit: cover;
}
#footer .info .sign-up {
  position: absolute;
  right: 80px;
  top: 40px;
}
#footer .info .sign-up .frm_fields_container {
  display: flex !important;
  align-items: center;
}
#footer .info .sign-up .frm_error_style {
  display: none;
}
#footer .info .sign-up form .form-field label {
  display: none;
}
#footer .info .sign-up form .frm_submit button {
  padding: 10px 30px !important;
  border-radius: 0 !important;
  color: #003400 !important;
  background-color: #FFCC33 !important;
  outline: none;
  border: none !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-family: 'Graphik' !important;
  height: 40px;
  margin-bottom: 20px !important;
  margin-top: 0;
}
#footer .info .footer .sign-up .frm_submit button.submit-active {
  margin-bottom: 37px !important;
}
#footer .info .sign-up form .frm_fields_container input::placeholder {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.48px;
  font-weight: 400;
}
#footer .info .sign-up form .frm_fields_container input {
  padding: 20px 0 20px 15px !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400;
}
#footer .info ul {
  margin-right: -15px;
  display: flex;
}
#footer .info ul li {
  padding-right: 15px;
  color: #003400;
  font-size: 16px;
  font-weight: 500;
}
#footer .info p {
  color: #003400;
  font-size: 16px;
  font-weight: 500;
}
#footer .info .sign-up .frm_form_title {
  color: #003400;
  font-size: 22px;
  font-weight: 500;
  font-family: "Graphik" !important;
  margin-bottom: 20px;
}
#footer .instagram {
  background-color: #003400;
}
#footer .instagram .title-insta {
  padding: 140px 120px 100px 120px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #003400;
  background-color: #EEEADC;
}

#sidebar-instagram .textwidget {
  padding: 140px 120px 100px 120px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  color: #003400;
  background-color: #EEEADC;
}

@media screen and (max-width: 1300px) {
  #footer .info {
    padding: 60px 40px;
  }
  #footer .info .sign-up {
    right: 40px;
  }
}
@media screen and (max-width: 1230px) {
  #sidebar-instagram .textwidget {
    padding: 60px 20px;
    font-size: 22px;
  }

  #footer .instagram .title-insta {
    padding: 60px 20px;
    font-size: 22px;
  }
  #footer .info {
    padding: 55px 0 30px 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #footer .info .sign-up {
    position: inherit;
    right: 0;
    padding: 20px 0;
  }
  #footer .info .sign-up .frm_form_fields {
    text-align: center;
  }
  #footer .info .sign-up .frm_submit {
    text-align: center;
  }
  #footer .info img,
  #footer .info p {
    margin-top: 20px;
  }
  #footer .info a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-instagram .textwidget {
    padding: 60px 20px;
    font-size: 22px;
  }

  #footer .instagram .title-insta {
    padding: 60px 20px;
    font-size: 22px;
  }
  #footer .info {
    padding: 55px 0 30px 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #footer .info .sign-up {
    position: inherit;
    right: 0;
    padding: 20px 0;
  }
  #footer .info .sign-up .frm_form_title {
    text-align: center;
  }
  #footer .info .sign-up .frm_form_fields {
    text-align: center;
  }
  #footer .info .sign-up .frm_submit {
    text-align: center;
  }
  #footer .info img,
  #footer .info p {
    margin-top: 20px;
  }
  #footer .info a {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #footer .info .sign-up .frm_fields_container {
    flex-direction: column;
  }
  #footer .info img {
    width: 144px;
    height: auto;
  }
  #footer .info p {
    font-size: 14px;
  }
  #footer .info ul li {
    font-size: 14px;
  }
  #footer .class-clubsponsers {
    padding: 50px 0;
  }
  #footer .class-clubsponsers h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #footer .class-clubsponsers {
    padding: 40px 0;
  }
  #footer .class-clubsponsers h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Graphik";
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ol,
ul {
  list-style: none;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  justify-content: flex-end;
  display: flex;
  margin: auto;
  bottom: 0;
  right: 80px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  align-items: center;
  bottom: 5px;
  width: 54px;
  height: 54px;
  background-color: #FFCC33 !important;
}
.owl-carousel .owl-nav .owl-prev {
  margin-right: 20px;
}
.owl-carousel .owl-dots {
  position: absolute;
  transform: rotate(90deg);
  right: 1px;
  bottom: 50%;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  margin: 5px 7px;
  background-color: #EEEADC;
  border: 1px solid transparent;
  display: block;
  transition: opacity .2s ease;
}
.owl-carousel .owl-dots .active span {
  background-color: #FFCC33;
}

.post {
  background-color: #EEEADC;
  padding: 120px 80px;
}
.post .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}
.post .title h2 {
  color: #003400;
  font-weight: 600;
  font-size: 30px;
  margin-left: 50px;
}
.post .title a {
  color: #003400;
  font-size: 14px;
  text-align: center;
  padding: 15px 45px;
  background-color: #FFCC33;
  font-weight: 500;
}
.post .content {
  background-color: #003400;
  margin-bottom: 75px !important;
}
.post .content img {
  object-fit: cover;
  height: 235px;
  width: 100%;
}
.post .content .content-child {
  padding: 60px;
  position: relative;
}
.post .content .content-child h5 {
  color: #FFCC33;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}
.post .content .content-child h3 {
  color: #EEEADC;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
}
.post .content .content-child p {
  color: #EEEADC;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 400;
}
.post .content .content-child a {
  top: calc(100% - 25px);
  position: absolute;
  color: #003400;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  background-color: #FFCC33;
  padding: 15px 35px;
}

@media screen and (max-width: 768px) {
  .post {
    padding: 80px 30px;
  }
  .post .title h2 {
    margin-left: 20px;
  }
  .post .content .content-child {
    padding: 30px;
  }
  .post .content .content-child h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .post {
    padding: 50px 30px;
  }
  .post .title {
    align-items: baseline;
  }
  .post .title h2 {
    font-size: 22px;
  }
  .post .title a {
    padding: 10px 20px;
    font-size: 12px;
  }
  .post .content .content-child a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.fbis_owl-btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 12px;
  width: 12px;
  display: inline-block;
  font-weight: 500;
}
.fbis_owl-btn--left {
  background-image: url("./../images/defaults/arrow-left.svg");
}
.fbis_owl-btn--right {
  background-image: url("./../images/defaults/arrow-right.svg");
}

.wrapper-about {
  background-color: #EEEADC;
  padding: 120px 130px 110px 185px;
}
.wrapper-about .content h2 {
  color: #003400;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}
.wrapper-about .content strong {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  font-weight: 600;
}
.wrapper-about .content p {
  color: #003400;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .wrapper-about .content strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper-about {
    padding: 70px 30px;
  }
  .wrapper-about .content h2 {
    font-size: 16px;
  }
  .wrapper-about .content strong {
    font-size: 14px;
  }
  .wrapper-about .content p {
    font-size: 12px;
  }
}
.sectionFeature .img-hero {
  position: relative;
  width: 100%;
}
.sectionFeature .img-hero img {
  width: 100% !important;
  object-fit: cover;
  height: 570px;
}
.sectionFeature .img-hero .content {
  position: absolute;
  background-color: #003400;
  padding: 50px 125px 75px 45px;
  max-width: 680px;
  width: 100%;
  max-height: 360px;
  bottom: 0px;
  left: 80px;
}
.sectionFeature .img-hero .content p {
  color: #FFCC33;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}
.sectionFeature .img-hero .content h2 {
  color: #EEEADC;
  font-size: 40px;
  font-weight: 700;
}
.sectionFeature .img-hero a {
  display: block;
  color: #003400;
  font-size: 14px;
  position: absolute;
  background-color: #FFCC33;
  bottom: -24px;
  left: 125px;
  padding: 15px 35px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .topbar {
    display: none !important;
  }

  .sectionFeature .img-hero img {
    height: 400px;
  }
  .sectionFeature .content {
    max-width: 400px;
    padding: 35px 45px 60px 45px !important;
    left: 30px;
  }
  .sectionFeature .content h2 {
    font-size: 20px;
  }
  .sectionFeature .content p {
    margin-bottom: 20px;
  }
  .sectionFeature a {
    left: 75px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .sectionFeature .img-hero img {
    height: 300px;
  }
  .sectionFeature .content {
    max-width: 290px !important;
    padding: 25px 30px 40px 30px !important;
    left: 30px !important;
  }
  .sectionFeature .content h2 {
    font-size: 14px !important;
  }
  .sectionFeature .content p {
    font-size: 12px !important;
  }
  .sectionFeature a {
    left: 60px !important;
    padding: 10px 20px !important;
    bottom: -20px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 290px) {
  .sectionFeature .content {
    max-width: 220px;
  }
}
.hero-banner-single {
  position: relative;
}
.hero-banner-single img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.hero-banner-single .content {
  bottom: -80px;
  left: 80px;
  position: absolute;
  background-color: #003400;
  width: 660px;
  padding: 70px 50px;
  max-height: 220px;
  text-align: left;
}
.hero-banner-single .content p {
  color: #FFCC33;
  font-size: 14px;
  font-weight: 500;
}
.hero-banner-single .content h2 {
  color: #EEEADC;
  font-size: 40px;
  font-weight: 700;
  max-width: 531px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .hero-banner-single .content {
    width: 100%;
    position: unset;
    top: unset;
    left: unset;
    padding: 45px 30px;
  }
}
#home #heroSection .owl-stage-outer {
  padding-bottom: 25px;
  background-color: #EEEADC;
}
#home #heroSection .owl-stage-outer .sectionFeature a {
  font-weight: 500;
}
#home #aboutSection .wrapper-about .content p {
  font-size: 30px;
  line-height: 30px;
}
#home #aboutSection .wrapper-about .certificates-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px -15px 0;
}
#home #aboutSection .wrapper-about .certificates-list li {
  flex-basis: 25%;
  padding: 0 15px 30px;
}
#home #aboutSection .wrapper-about .certificates-list li img {
  width: 100%;
  height: 100%;
}
#home #aboutSection .wrapper-about .owl-certificates {
  margin: 40px 0 0;
}
#home #aboutSection .wrapper-about .owl-certificates .owl-dots {
  transform: rotate(0deg);
  top: calc(100% + 20px);
  width: 100%;
  text-align: center;
}
#home #aboutSection .wrapper-about .owl-certificates .owl-dots .owl-dot span {
  background-color: #ffffff;
}
#home #aboutSection .wrapper-about .owl-certificates .owl-dots .owl-dot.active span {
  background-color: #FFCC33;
}
#home #programSection {
  background-color: #003400;
  padding: 85px 80px;
}
#home #programSection h2 {
  color: #FFCC33;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 50px;
}
#home #programSection .content {
  position: relative;
  text-align: center;
  background-color: #EEEADC;
}
#home #programSection .content h3 {
  padding: 50px 30px;
  color: #003400;
  font-weight: 700;
  font-size: 30px;
}
#home #programSection .content img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
#home #programSection .content a {
  position: absolute;
  top: calc(100% - 25px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 11px 20px;
  font-weight: 500;
  background-color: #FFCC33;
  color: #003400;
}

.class-clubsponsers {
  background-color: #003400;
  padding: 70px 0;
}
.class-clubsponsers h2 {
  color: #FFCC33;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 70px;
}
.class-clubsponsers .content {
  margin: 0 15px;
}
.class-clubsponsers .content img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  #home #programSection .content {
    margin-bottom: 60px !important;
  }
  #home #aboutSection .wrapper-about .content div.gallery .gallery-item {
    width: 100%;
  }
  #home #aboutSection .wrapper-about .content div.gallery .gallery-item img {
    width: 100%;
    border: none;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .class-clubsponsers .content img {
    height: auto;
  }

  #home #aboutSection .wrapper-about {
    padding: 70px 30px;
  }
  #home #programSection {
    padding: 80px 30px;
  }
  #home #programSection .content {
    margin-bottom: 40px !important;
  }
  #home #programSection .content h3 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
  }
  #home #programSection .content a {
    padding: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .banner-support-mobile .img_desktop {
    display: none !important;
  }
  .banner-support-mobile .img_mobile {
    display: block !important;
    object-fit: cover;
  }

  #home #aboutSection .wrapper-about {
    padding: 70px 20px;
  }
  #home #programSection {
    padding: 80px 20px;
  }
  #home #programSection h2 {
    font-size: 22px;
  }
  #home #programSection .content {
    margin-bottom: 60px !important;
  }
  #home #programSection .content img {
    height: 220px;
  }
  #home #programSection .content h3 {
    padding: 40px 15px;
    font-size: 20px;
  }
  #home #programSection .content a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
#single.single-post .hero-banner-single .content {
  left: 50%;
  transform: translateX(-50%);
}
#single .hero-banner-single .content {
  bottom: -80px;
  left: 80px;
  text-align: center;
  padding: 70px 50px;
}
#single .hero-banner-single .content h2 {
  text-align: left;
}
#single .detail {
  background-color: #EEEADC;
  padding: 120px 80px 60px 80px;
  text-align: center;
}
#single .detail h3 {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.48px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
#single .detail .content {
  margin: 0 -20px;
  display: flex;
  flex-direction: column;
}
#single .detail .content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#single .detail .content p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.55px;
  padding: 0 120px;
  font-weight: 400;
}
#single .detail .content p iframe {
  width: 100%;
}
#single .detail .content a {
  padding: 0;
  font-size: unset;
  max-width: 100%;
  background-color: unset;
  font-weight: 500;
}
#single .detail a {
  max-width: 160px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 15px 20px;
  display: block;
  text-align: center;
  background-color: #FFCC33;
  color: #003400;
  font-size: 14px;
  font-weight: 500;
}
#single .detail .blocks-gallery-grid {
  margin: 0 -20px;
}
#single .detail .blocks-gallery-grid .blocks-gallery-item {
  margin: 0;
  padding: 20px;
}
#single .post {
  background-color: #003400;
}
#single .post h2 {
  color: #FFCC33;
}
#single .post .content {
  background-color: #EEEADC;
}
#single .post .content .content-child h3,
#single .post .content .content-child p {
  color: #003400;
}

@media screen and (max-width: 1440px) {
  #single .detail .content P {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #single .hero-banner-single .content {
    left: 50%;
    transform: translateX(-50%);
  }
  #single .detail {
    padding: 100px 80px 60px 80px;
  }
  #single .detail P {
    margin: 0;
  }
  #single .detail P iframe {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #single .hero-banner-single .content {
    top: unset !important;
    left: unset !important;
    transform: unset !important;
    text-align: center;
    padding-left: 30px;
  }
  #single .detail {
    padding: 60px 30px;
  }
  #single .detail .content h3 {
    font-size: 12px;
    font-weight: 600;
  }
  #single .detail .content p {
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  #single .detail .content p iframe {
    height: auto;
    width: 100%;
  }
  #single .detail .content a {
    font-size: 12px;
    font-weight: 500;
  }
  #single .detail .content .blocks-gallery-grid {
    margin: 0 -10px;
  }
  #single .detail .content .blocks-gallery-grid .blocks-gallery-item {
    margin: 0;
    padding: 10px;
  }
}
.newpage .post .content-number {
  text-align: center;
}
.newpage .post .content-number .page-numbers.current {
  background-color: #003400;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  margin: 0 5px;
}
.newpage .post .content-number a {
  background-color: #FFCC33;
  color: #003400;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  margin: 0 5px;
}
.newpage .post .content-number a:hover {
  background-color: #003400;
  color: #EEEADC;
}

@media screen and (max-width: 768px) {
  .newpage .post {
    padding: 110px 30px;
  }
}
@media screen and (max-width: 480px) {
  .newpage .post {
    padding: 60px 20px;
  }
}
.sponsors .title-sponsors {
  background-color: #EEEADC;
  padding: 140px 120px 75px 120px;
}
.sponsors .title-sponsors h3 {
  color: #003400;
  font-weight: 600;
  font-size: 30px;
}
.sponsors .title-sponsors p {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.55px;
  margin-top: 30px;
  max-width: 473px;
  font-weight: 400;
  line-height: 24px;
}
.sponsors .club-sponsor {
  background-color: #003400;
  padding: 0 125px 100px 125px;
}
.sponsors .club-sponsor .content {
  margin-bottom: 40px !important;
}
.sponsors .club-sponsor .content figure {
  background-color: #EEEADC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 35px;
}
.sponsors .club-sponsor .content figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sponsors .club-sponsor .content h3 {
  color: #FFCC33;
  font-weight: 600;
  font-size: 26px;
  margin-top: 70px;
  height: 40px;
}
.sponsors .club-sponsor .content h5 {
  color: #EEEADC;
  font-weight: 600;
  font-size: 20px;
  max-width: 309px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.sponsors .club-sponsor .content p {
  color: #EEEADC;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 4;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 40px;
  font-weight: 400;
}
.sponsors .club-sponsor .content a {
  display: inline-block;
  color: #003400;
  font-size: 14px;
  text-align: center;
  padding: 15px 25px;
  font-weight: 500;
  background-color: #FFCC33;
}
.sponsors .player {
  background-color: #EEEADC;
  padding: 90px 130px 135px 130px;
}
.sponsors .player h3 {
  color: #003400;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.sponsors .player p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.55px;
  max-width: 470px;
  margin-bottom: 60px;
  font-weight: 400;
}
.sponsors .player .content {
  text-align: center;
}
.sponsors .player .content img {
  object-fit: cover;
  width: 100%;
}
.sponsors .player .content img:last-child {
  width: 210px;
  height: 55px;
  object-fit: contain;
}
.sponsors .player .content h3 {
  color: #003400;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.sponsors .player .content p {
  color: #FFCC33;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .sponsors .player .content img {
    width: 100%;
    height: auto;
  }

  .sponsors .player .content img:last-child {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sponsors .player .content img {
    width: 100%;
    height: auto;
  }

  .sponsors .title-sponsors {
    padding: 80px 30px;
  }
  .sponsors .club-sponsor {
    padding: 0 30px;
  }
  .sponsors .player {
    padding: 80px 30px;
  }
  .sponsors .sponsors .player .content img:last-child {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 480px) {
  .sponsors .title-sponsors {
    padding: 50px 30px;
  }
  .sponsors .club-sponsor {
    padding: 30px 30px;
  }
  .sponsors .club-sponsor .content {
    margin-bottom: 0 !important;
  }
  .sponsors .club-sponsor .content figure {
    margin-top: 15px;
  }
  .sponsors .club-sponsor .content h5 {
    height: 25px;
  }
  .sponsors .club-sponsor .content p {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .sponsors .club-sponsor .content h3 {
    margin-top: 20px;
  }
  .sponsors .player {
    padding: 50px 30px;
  }
  .sponsors .player .content {
    padding-bottom: 20px;
  }
  .sponsors .player .content img {
    margin-top: 15px;
  }
  .sponsors .player p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
#programs-template .programs-info {
  background-color: #EEEADC;
}
#programs-template .programs-info img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#programs-template .programs-info .content {
  padding: 90px 105px;
}
#programs-template .programs-info .content h3 {
  color: #003400;
  font-size: 14px;
  font-weight: 600;
}
#programs-template .programs-info .content h4 {
  color: #003400;
  font-size: 30px;
  font-weight: 600;
}
#programs-template .programs-info .content p {
  color: #003400;
  font-size: 14px;
  max-width: 364px;
  font-weight: 400;
  line-height: 19px;
}
#programs-template .right {
  flex-direction: row-reverse;
}
#programs-template .features-member {
  padding: 85px 125px;
  background-color: #003400;
}
#programs-template .features-member h2 {
  color: #FFCC33;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
#programs-template .features-member .container-fluid {
  margin: 0 -50px;
}
#programs-template .features-member .content {
  padding: 0 50px;
}
#programs-template .features-member .content img {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 48px;
}
#programs-template .features-member .content h3 {
  color: #EEEADC;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 38px;
}
#programs-template .features-member .content p {
  color: #EEEADC;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
#programs-template .schedule {
  padding: 60px 155px 115px 155px;
  background-color: #EEEADC;
}
#programs-template .schedule h2 {
  color: #003400;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
#programs-template .schedule img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  #programs-template .content iframe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #programs-template .programs-info img {
    height: 300px;
  }
  #programs-template .programs-info .content {
    padding: 0 30px;
  }
  #programs-template .programs-info .content h4 {
    font-size: 20px;
  }
  #programs-template .features-member {
    padding: 85px 30px;
  }
  #programs-template .features-member .container-fluid {
    margin: 0;
  }
  #programs-template .features-member .container-fluid .content {
    padding: 0 20px;
  }
  #programs-template .schedule {
    padding: 30px;
  }
  #programs-template .content iframe {
    height: 100%;
    min-height: 350px;
  }
}
@media screen and (max-width: 480px) {
  #programs-template .hero-banner-single .img_desktop {
    display: none;
  }
  #programs-template .hero-banner-single .img_mobile {
    display: block !important;
  }
  #programs-template .hero-banner-single .img_mobile + .feature_img {
    display: none;
  }
  #programs-template .programs-info .content {
    margin: 30px 0 !important;
  }
  #programs-template .features-member {
    padding: 40px 30px;
  }
  #programs-template .features-member h2 {
    font-size: 20px;
  }
  #programs-template .features-member .content {
    margin-bottom: 20px !important;
  }
  #programs-template .features-member .content img {
    margin-bottom: 24px;
  }
  #programs-template .features-member .content h3 {
    font-size: 16px;
  }
  #programs-template .features-member .content p {
    font-size: 14px;
  }
  #programs-template .content iframe {
    min-height: 250px;
  }
}
.contact {
  padding: 100px;
  background-color: #EEEADC;
}
.contact h3 {
  color: #003400;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact form .frm_fields_container input {
  padding: 20px 0 20px 15px !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400;
}
.contact form .frm_fields_container input:focus {
  outline: none;
  border: none;
  background-color: #FFCC33 !important;
}
.contact form .frm_fields_container input::placeholder {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.48px;
  font-weight: 400;
}
.contact form .frm_fields_container select {
  height: 40px !important;
  border-radius: 0 !important;
  border: none;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.48px;
  font-weight: 400;
}
.contact form .frm_fields_container select:focus {
  outline: none;
  border: none;
}
.contact form .frm_fields_container textarea {
  padding-bottom: 130px;
  border-radius: 0 !important;
  border: none;
  color: #000000;
  font-weight: 400;
}
.contact form .frm_fields_container textarea:focus {
  outline: none;
  border: none;
  background-color: #FFCC33 !important;
}
.contact form .frm_fields_container textarea::placeholder {
  color: #000000 !important;
  font-size: 14px;
  letter-spacing: 0.48px;
  font-weight: 400;
}
.contact form .frm_submit {
  text-align: center;
}
.contact form .frm_submit button {
  padding: 10px 85px !important;
  border-radius: 0 !important;
  color: #003400 !important;
  background-color: #FFCC33 !important;
  outline: none;
  border: none !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-family: 'Graphik' !important;
}
.contact .content-right {
  padding-left: 80px;
}
.contact .content-right h3 {
  color: #003400;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact .content-right h3:nth-of-type(2) {
  margin-top: 30px;
}
.contact .content-right p {
  color: #2A5426;
  font-size: 14px;
  letter-spacing: 0.48px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.contact .content-right .list2-address {
  margin-top: 10px;
}
.contact .content-right .list2-address p {
  color: #2A5426;
  font-size: 14px;
  letter-spacing: 0.48px;
  margin: 0;
  font-weight: 500;
}
.contact .content-right h4 {
  color: #003400;
  font-size: 18px;
  margin: 25px 0 0 0;
  font-weight: 500;
}
.contact .content-right a {
  color: #003400;
  font-size: 16px;
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 110px 15px 15px 15px;
  }
  .contact .content-right {
    padding: 0;
  }
  .contact .content-right h3 {
    margin-bottom: 5px;
  }
  .contact .content-right h4 {
    margin-bottom: 25px;
  }
  .contact .content-right a {
    font-size: 13px;
  }
  .contact .content-right .list1-address p {
    font-size: 13px;
  }
  .contact .content-right .list2-address p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .contact form .frm_fields_container input::placeholder {
    font-size: 13px;
  }
  .contact form .frm_fields_container select {
    font-size: 13px;
  }
  .contact form .frm_fields_container textarea::placeholder {
    font-size: 13px;
  }
  .contact .content-right h3 {
    margin: 10px 0;
  }
  .contact .content-right h4 {
    margin: 10px 0;
  }
}
.mediaPage .nav-link.active {
  background: transparent;
  border: 0;
  color: #003400;
  font-weight: 700;
}
.mediaPage .nav-link {
  color: #003400;
  font-size: 16px;
  letter-spacing: 0.55px;
  padding: 0;
  padding-right: 15px;
}
.mediaPage .nav-tabs {
  border-bottom: 0;
}
.mediaPage .nav-link:hover {
  border-color: inherit;
}
.mediaPage .nav-tabs .nav-link {
  border: none;
}
.mediaPage .hero-banner-single .content {
  background-color: #EEEADC;
}
.mediaPage .hero-banner-single .content h2 {
  color: #003400;
  font-size: 40px;
  font-weight: 600;
}
.mediaPage .hero-banner-single .content p {
  color: #003400;
  font-weight: 400;
}
.mediaPage .section-photos {
  padding: 0 125px 125px;
  background-color: #EEEADC;
}
.mediaPage .section-photos .left {
  flex-direction: row;
}
.mediaPage .section-photos .right {
  flex-direction: row-reverse;
}
.mediaPage .section-photos img {
  height: 440px;
  object-fit: cover;
}
.mediaPage .section-photos .content {
  padding: 50px 0;
}
.mediaPage .section-photos .content h3 {
  color: #003C00;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 45px;
}
.mediaPage .section-photos .content p {
  font-size: 16px;
  letter-spacing: 0.55px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}
.mediaPage .post {
  background-color: #003400;
}
.mediaPage .post .title {
  padding: 20px;
  align-items: center;
}
.mediaPage .post .title h2 {
  color: #FFCC33;
  font-weight: 600;
  font-size: 30px;
  padding-top: 0;
}
.mediaPage .post .title a {
  background-color: transparent;
}
.mediaPage .post .title .youtube_channel_icon img {
  height: 80px;
  width: 180px;
  object-fit: cover;
}
.mediaPage .post .content {
  position: relative !important;
}
.mediaPage .post .content img {
  object-fit: cover;
  height: 280px;
  width: 100%;
}
.mediaPage .post .content .content-child {
  position: unset;
  padding: 35px 60px 35px 60px;
  background-color: #EEEADC;
}
.mediaPage .post .content .content-child a {
  color: #003400;
  font-size: 14px;
  text-align: center;
  padding: 20px 40px;
  background-color: #FFCC33;
  border: none;
  position: absolute;
  top: calc(30%);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-weight: 500;
}
.mediaPage .post .content .content-child h3 {
  color: #003400;
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  -webkit-line-clamp: 2;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}
.mediaPage .post .btn-view {
  text-align: center;
  margin-top: 20px;
}
.mediaPage .post .btn-view a {
  color: #003400;
  background-color: #FFCC33;
  padding: 20px 40px;
  font-weight: 500;
}
.mediaPage .media-photo {
  background-color: #EEEADC;
  padding: 90px 125px 125px 125px;
}
.mediaPage .media-photo .photo-image {
  position: relative;
}
.mediaPage .media-photo .photo-image:hover a {
  opacity: 1;
  font-weight: 500;
}
.mediaPage .media-photo .photo-image .overlay {
  position: relative;
}
.mediaPage .media-photo .photo-image .overlay::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #003400;
  opacity: 0;
  transition: .5s ease;
}
.mediaPage .media-photo .photo-image .overlay:hover::before {
  opacity: 0.5;
}
.mediaPage .media-photo .photo-image a {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translatex(-50%);
  color: #003400;
  background-color: #FFCC33;
  font-size: 14px;
  padding: 15px 40px;
  opacity: 0;
  font-weight: 500;
}
.mediaPage .media-photo .photo-image img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}
.mediaPage .media-photo h3 {
  color: #003400;
  font-size: 30px;
  font-weight: 400;
}
.mediaPage .media-photo .year {
  margin-bottom: 15px;
}
.mediaPage .media-photo .year a {
  color: #003400;
  font-size: 16px;
  letter-spacing: 0.55px;
  padding-right: 15px;
  font-weight: 500;
}
.mediaPage .media-photo .year a:focus {
  font-weight: 700;
}
.mediaPage .media-photo .content {
  position: relative;
}
.mediaPage .media-photo .content h4 {
  color: #003400;
  font-size: 16px;
  margin-bottom: 15px !important;
  margin-top: 45px;
  font-weight: 600;
}
.mediaPage .media-photo .content .contact {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 275px;
}
.mediaPage .media-photo .content .contact:hover a {
  color: #003400;
  background-color: #FFCC33;
  font-size: 14px;
  padding: 15px 40px;
  position: absolute;
  top: calc(50%);
  left: 50%;
  font-weight: 500;
  transform: translateX(-50%);
  display: inline-block;
}
.mediaPage .media-photo .content .contact a {
  display: none;
}
.mediaPage .media-photo .content .contact a img {
  display: none;
  width: 100%;
}
.mediaPage .owl-last-videos .owl-item [class*='col'] {
  max-width: 100%;
}
.mediaPage .owl-last-videos .owl-nav {
  position: initial;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mediaPage .section-photos {
    padding: 0 30px 50px;
  }
  .mediaPage .section-photos .content {
    padding: 30px 0;
  }
  .mediaPage .media-photo {
    padding: 60px 30px;
  }
  .mediaPage .media-photo .content h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .mediaPage .section-photos img {
    height: auto;
  }
  .mediaPage .section-photos .content h3 {
    margin-bottom: 30px;
  }
  .mediaPage .section-photos .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .mediaPage .post {
    padding: 50px 30px;
  }
  .mediaPage .post .content .content-child a {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.wrapper-shop .title {
  font-size: 24px;
  font-weight: 600;
  color: #003400;
  margin: 70px 0;
}
