/*
Theme Name: Camer Social Club
Author: WebSkitters
Description: Camer SC is a social, non-profit, non-religious, and non-political association that aims to manage and operate a soccer club within the Greater Toronto Area.
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/*   font-family: "Kumbh Sans", sans-serif;*/
/* font-family: "Open Sans", sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --themcolor1: #1d8a0b;
  --themcolor2: #edea0e;
  --themcolor3: #e01f02;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --color-dark: #030706;
  --light-gray: #4c4c4c;
  --light-green: #e3f0e5;
  --font-KumbhSans: "Kumbh Sans", sans-serif;
  --font-OpenSans: "Open Sans", sans-serif;
  --transition: all 300ms ease-in-out;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-KumbhSans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--light-gray);
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-OpenSans);
  margin: 0 0 15px 0;
  padding: 0;
  color: var(--color-dark);
  font-weight: 700;
  line-height: 1.1;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 700;
  font-size: 57px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--color-dark);
  font-family: var(--font-OpenSans);
}

h1 strong,
.h1-title strong,
h2 strong,
.h2-title strong {
  font-weight: 700;
  color: var(--themcolor2);
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.2;
  text-transform: capitalize;
  color: var(--color-dark);
  font-family: var(--font-OpenSans);
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--font-OpenSans);
  color: var(--color-dark);
}

h4,
.h4-title {
  font-size: 18px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 17px;
  line-height: 1.2;
}

h6,
.h6-title {
  font-size: 16px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
  color: var(--themcolor1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
}

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

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select,
input[type="url"] {
  background-color: #f6f6f6;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--light-gray);
  border: 1px solid rgba(3, 7, 6, 0.3);
  height: 60px;
  padding: 0 22px;
  outline: none !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="url"]:focus {
  border-color: var(--themcolor1) !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  border-radius: 21px;
  border: 1px solid rgba(3, 7, 6, 0.3);
  padding: 20px 30px;
  width: 100%;
  color: var(--themcolor1);
  height: 227px;
  resize: none;
  outline: none !important;
  display: block;
}

select {
  border: 1px solid rgba(3, 7, 6, 0.3);
  width: 100%;
  padding: 0 18px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-color: #f6f6f6;
  background-size: 14px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background-color: var(--themcolor2);
  font-family: var(--font-KumbhSans);
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1;
  min-width: 115px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
  box-shadow: none !important;
  border: 1px solid var(--themcolor2);
  border-radius: 100px;
  padding: 18px 25px;
  transition: 300ms ease-in-out;
  outline: none !important;
}

input[type="submit"]:hover {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: var(--whitecolor);
}

.fund-each-card:nth-child(even) {
  margin-left: auto;
}

::-webkit-input-placeholder {
  color: var(--light-gray);
}

:-ms-input-placeholder {
  color: var(--light-gray);
}

::-moz-placeholder {
  color: var(--light-gray);
}

:-moz-placeholder {
  color: var(--light-gray);
}

/* Common Gap */
.cmn-gap {
  padding: 100px 0;
}

/* Common Button */
.themebtn {
  background-color: var(--themcolor2);
  font-family: var(--font-KumbhSans);
  color: var(--color-dark);
  border: 1px solid var(--themcolor2);
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  border-radius: 100px;
  outline: none !important;
  box-shadow: none !important;
  text-transform: capitalize;
  padding: 10px 10px 10px 30px;
  transition: all 300ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.themebtn:where(:hover, :focus) {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
  border-color: var(--themcolor1);
}

.themebtn.red {
  background-color: var(--themcolor3);
  color: var(--whitecolor);
  border-color: var(--themcolor3);
}

.arrow-btn {
  margin-left: 15px;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: var(--color-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.themebtn.icon-btn {
  padding: 8px 22px 8px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.themebtn.icon-btn:hover .icon-round {
  background-color: #f5f5f5;
}

.themebtn.icon-btn .icon-round {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--whitecolor);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */
.form_input_check {
  margin-bottom: 6px;
}

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

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #021a27;
  background: transparent;
  border-radius: 2px;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 9px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form_input_check input[type="checkbox"]:checked+span::before {
  border-color: var(--themcolor1);
}

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {

    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* Header Start */
.main-head {
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.04);
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--themcolor1);
  border-bottom: 3px solid var(--themcolor1);
}

.main-head .navbar {
  position: relative;
}

.hright {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 270px;
}

.hright-top {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 48px;
}

/* Search */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.srch-toggle-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}

.srch-toggle-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--themcolor1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hsrch-wrap {
  width: 48%;
}

.srch-flex {
  position: relative;
  height: 44px;
  width: 100%;
}

.srch-flex input[type="search"] {
  width: 100%;
  height: 100%;
  outline: none !important;
  background-color: var(--whitecolor);
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 30px;
  padding: 10px 60px 10px 21px;
  font-size: 15px;
  font-weight: 400;
}

.srch-flex input[type="search"]::placeholder {
  color: #999999;
  font-size: inherit;
}

.srch-btn {
  position: absolute;
  right: 9px;
  top: 6px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: none;
  outline: none;
  color: white;
  background-color: var(--themcolor2);
}

.srch-btn:hover {
  background-color: var(--themcolor1);
}

/* Login register link */
.login-reg-wrap {
  margin-left: 10px;
}

.aftrlogin-accout {
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--font-KumbhSans);
  color: var(--color-dark);
  padding: 0 21px;
  color: var(--color-dark);
  border-radius: 100px;
  text-transform: capitalize;
  background-color: var(--themcolor2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.aftrlogin-accout a {
  color: inherit;
  transition: none;
}

.aftrlogin-accout:hover {
  background-color: var(--color-dark);
  color: var(--whitecolor);
}

.aftrlogin-accout .user-icon {
  flex-shrink: 0;
  margin-left: 9px;
  pointer-events: none;
  transition: all 300ms ease-in-out;
  display: block;
}

.aftrlogin-accout:hover .user-icon {
  filter: brightness(0) invert(1);
}

.login-reg-wrap .login-reg-text {
  color: inherit;
}

/* navbar*/
.logo-outer {
  position: absolute;
  padding: 10px;
  background: var(--themcolor1);
  border-radius: 10px;
  top: -20px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 154px;
  display: inline-block;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 15px;
  padding: 0;
  position: relative;
}

.navbar-nav>li.menu-item-has-children a {
  padding-right: 18px;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: var(--whitecolor);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  padding: 10px 0;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--themcolor2);
  /* opacity: 0; */
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* display: none; */
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--themcolor2);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

/* navbar submenu*/
.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: var(--themcolor2);
  color: var(--color-dark);
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* Home Banner */
.home-banner {
  position: relative;
}

.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/banner-overlay.png) no-repeat center;
  background-size: cover;
}

.banner-img-wrap {
  position: relative;
  padding-top: 46%;
  width: 100%;
  height: 100%;
}

.banner-img-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.banner-img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 45px;
}

.banner-text h1 {
  font-size: 91px;
  font-family: var(--font-OpenSans);
  font-weight: 700;
  font-style: italic;
  color: var(--themcolor2);
}

.banner-text .bnr-smll-text {
  font-size: 44px;
  font-family: var(--font-OpenSans);
  font-weight: 700;
  color: var(--whitecolor);
}

.home-slider-item {
  position: relative;
}

.bnr-para {
  color: var(--whitecolor);
}

/* Slider Arrow */
.banner-slider-arrow {
  --arrowXposition: 50px;
}

.home-prev-arw,
.home-next-arw {
  position: absolute;
  top: 50%;
  left: var(--arrowXposition);
  transform: translateY(-50%);
  cursor: pointer;
  width: 49px;
  height: 49px;
  line-height: 47px;
  border-radius: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 300ms ease-in-out;
}

.home-next-arw {
  right: var(--arrowXposition);
  left: auto;
}

.home-prev-arw:hover,
.home-next-arw:hover {
  background-color: var(--themcolor1);
}

/* =======Mission Visssion */
.title-wrap h2 {
  position: relative;
  margin-bottom: 36px;
}

.title-wrap .border-bottom {
  display: block;
  width: 80px;
  height: 1px;
  background-color: rgba(3, 7, 6, 0.1);
  border: none !important;
  position: relative;
  margin-bottom: 40px;
}

.title-wrap .border-bottom.white {
  background-color: rgba(255, 255, 255, 0.1);
}

.title-wrap .border-bottom::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 43px;
  height: 3px;
  background-color: var(--themcolor3);
  margin: 0 auto;
}

.title-wrap .border-bottom.center {
  margin-left: auto;
  margin-right: auto;
}

.title-wrap .border-bottom.center::after {
  right: 0;
}

.mv-section .title-wrap .border-bottom {
  background-color: rgb(255 255 255 / 10%);
}

.mv-section {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
  text-align: center;
}

.mv-section h2 {
  color: var(--whitecolor);
}

.abt-title-wrap {
  max-width: 1005px;
  margin: 0 auto 65px;
}

.abt-para {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.missn-vson {
  max-width: 1051px;
  margin: 0 auto;
  overflow: hidden;
}

.mv-box {
  text-align: center;
}

.mv-icon {
  margin: 0 auto 20px;
}

.mv-box h3 {
  margin-bottom: 15px;
  color: var(--themcolor3);
  font-weight: 600;
  text-transform: uppercase;
}

.missn-vson .row {
  --bs-gutter-x: 72px;
}

.mv-col:nth-child(2) .mv-box h3 {
  color: var(--themcolor2);
}

.mv-col:nth-child(even) {
  position: relative;
}

.mv-col:nth-child(even)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(images/abt-line.svg) no-repeat left center;
}

.mv-section {
  padding-bottom: 175px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
}

.abt-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}

/* Service Setion Start */
.service-sec {
  padding-bottom: 70px;
}

.sbox {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.sbox .simg {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
}

.sbox .simg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}

.sbox .simg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(3, 7, 6);
  background: -moz-linear-gradient(180deg,
      rgba(3, 7, 6, 0.43) 34%,
      rgba(3, 7, 6, 1) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(3, 7, 6, 0.43) 34%,
      rgba(3, 7, 6, 1) 100%);
  background: linear-gradient(180deg,
      rgba(3, 7, 6, 0.43) 34%,
      rgba(3, 7, 6, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030706", endColorstr="#030706", GradientType=1);
  z-index: 1;
}

.sbox:hover .simg img {
  transform: scale(1.1);
}

.stext {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 36px 30px;
  z-index: 1;
}

.stext h3 {
  margin: 0 10px 0 0;
  color: var(--whitecolor);
}

.sarrow {
  margin-left: auto;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid var(--themcolor2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.sarrow:hover {
  background-color: var(--themcolor1);
  transform: rotate(45deg);
}

.srow {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}

/* Event Section Start */
.event-sec {
  padding-top: 108px;
  clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #f0f8fd;
}

.evnt-box {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: var(--whitecolor);
  padding: 10px 10px 20px;
  height: 100%;
}

.evnt-img {
  position: relative;
  padding-top: 80%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.evnt-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}

.evnt-date {
  text-transform: capitalize;
  border-radius: 100px;
  border: 1px solid var(--themcolor1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  font-size: 16px;
  letter-spacing: 0.01px;
  margin-bottom: 12px;
}

.evnt-text {
  padding: 18px 6px 20px 6px;
}

.evnt-box h3 {
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 14px;
  transition: var(--transition);
}

.evnt-box:hover h3 {
  color: var(--themcolor3);
}

.evnt-para {
  color: var(--light-gray);
}

.evnt-arrow {
  display: inline-flex;
  align-items: center;
  color: var(--themcolor3);
  font-weight: 600;
  text-transform: capitalize;
  transition: var(--transition);
}

.evnt-arrow .arrow-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.evnt-arrow:hover .arrow-icon {
  transform: rotate(45deg);
}

.evnt-box .evnt-arrow {
  margin-left: 6px;
  margin-top: auto;
  align-self: flex-start;
}

.evnt-box:hover .evnt-img img {
  transform: scale(1.1);
}

.count-sec {
  padding-top: 180px;
  padding-bottom: 166px;
  background-color: var(--themcolor1);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

.count-list {
  max-width: 912px;
  margin: 0 auto;
}

.count-wrap {
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
  color: var(--whitecolor);
  margin-bottom: 23px;
  font-family: var(--font-OpenSans);
}

.count-box {
  text-align: center;
  color: var(--whitecolor);
}

.count-icon {
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 23px;
}

.count-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

.cmn-shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}

/* Community Section Start */
.cmnty-sec {
  padding-top: 63px;
}

.container-big.container {
  max-width: 1515px;
}

.green-title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--font-OpenSans);
  text-transform: uppercase;
  color: var(--themcolor1);
  margin-bottom: 25px;
  line-height: 1;
}

.cmnty-slider-image {
  position: relative;
  padding-top: 84%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--blackcolor);
}

.cmnty-slider-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmnty-slider-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(3, 7, 6);
  background: -moz-linear-gradient(180deg,
      rgba(3, 7, 6, 0) 57%,
      rgba(3, 7, 6, 1) 100%);
  background: -webkit-linear-gradient(180deg,
      rgba(3, 7, 6, 0) 57%,
      rgba(3, 7, 6, 1) 100%);
  background: linear-gradient(180deg,
      rgba(3, 7, 6, 0) 57%,
      rgba(3, 7, 6, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030706", endColorstr="#030706", GradientType=1);
  opacity: 50%;
  z-index: 1;
}

.cmnty-slider .slick-dots li button {
  border-color: var(--whitecolor);
}

.cmnty-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  padding: 0 15px 27px;
}

/* Slick Dots */
.slick-dots {
  display: flex;
  margin: -3px;
  align-items: center;
  line-height: 1;
}

.slick-dots li {
  margin: 3px;
}

.slick-dots li button {
  border: 1px solid var(--light-gray);
  border-radius: 100%;
  outline: none;
  width: 18px;
  height: 18px;
  background: transparent;
  font-size: 0;
  display: block;
}

.slick-dots li.slick-active button {
  background-color: var(--themcolor1);
  border-color: var(--themcolor1);
}

/* Get Involved Start */
.invlved-sec {
  position: relative;
  background-color: var(--themcolor1);
  padding: 140px 0 167px;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.invlved-para {
  margin-bottom: 40px;
}

.invlved-top-shape {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
}

.img-part img {
  width: 100%;
  border-radius: 20px;
}

.letter-spacing {
  letter-spacing: 0.19px;
}

.invlved-para {
  max-width: 674px;
}

/* Newsletter Start */
.nwsltr-sec {
  padding-top: 165px;
}

.nwsltr-box h2 {
  margin-bottom: 16px;
}

.nwsltr-form [type="email"] {
  height: 55px;
  background-color: #f6f6f6;
  font-weight: 400;
  font-size: 16px;
  color: var(--blackcolor);
  border-radius: 100px;
  padding: 0 35px;
  font-family: var(--font-KumbhSans);
  border: 1px solid var(--whitecolor);
  width: 437px;
}

.nwsltr-form [type="email"]::placeholder {
  color: var(--light-gray);
}

.nwsltr-para {
  margin-bottom: 32px;
}

.nwsltr-form [type="submit"] {
  margin-left: 10px;
  height: 55px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--font-KumbhSans);
  padding: 0 30px;
  color: var(--color-dark);
  border-radius: 100px;
  text-transform: capitalize;
  background-color: var(--themcolor2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Clients Section */
.client-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}

.client-col {
  width: 20%;
  text-align: center;
  padding: 10px;
  transition: var(--transition);
}

.client-col:hover {
  background-color: #f3fff1;
  box-shadow: 0 10px 13px -9px #00000024;
}

.client-box {
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-box img {
  max-height: 68px;
  object-fit: cover;
}

.sponsor-sec .title-wrap .border-bottom {
  margin-bottom: 20px;
}

/* Our History Start */
.our-history {
  padding: 73px 0 70px;
  overflow: hidden;
}

.our-history .container {
  max-width: 100%;
  padding: 0;
}

.hstry-slider,
.historyslider {
  border-top: 3px solid var(--themcolor1);
}

.hstry-item {
  padding: 0 15px;
}

.hstry-slide-item {
  padding: 5px;
}

.hstry-box {
  position: relative;
  width: 263px;
  text-align: center;
  margin-top: 28px;
}

.hstry-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  margin: 0 auto;
  width: 3px;
  height: 28px;
  background-color: var(--themcolor1);
}

.hstry-box h3 {
  font-weight: 500;
  text-transform: capitalize;
  font-family: var(--font-KumbhSans);
}

.hstry-red-text {
  font-family: var(--font-KumbhSans);
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--themcolor3);
  margin: 0 0 16px;
}

.hstry-img {
  padding: 8px 9px;
  border-radius: 15px;
  width: 165px;
  height: 122px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f0f8fd;
  margin: 0 auto 18px;
}

.hstry-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.prev-arw,
.next-arw {
  width: 49px;
  height: 49px;
  border-radius: 100%;
  background-color: var(--whitecolor);
  border: 1px solid var(--themcolor1);
  color: var(--themcolor1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 10px 14px 0 rgba(30, 138, 11, 0.13);
}

.prev-arw:hover,
.next-arw:hover {
  background-color: var(--themcolor1);
  box-shadow: none;
}

.prev-arw:hover img,
.next-arw:hover img {
  filter: brightness(0) invert(1);
}

.hstry-slider-arrow {
  margin-top: 50px;
}

.hstry-prev-arw {
  margin-right: 28px;
}

/* Footer Start */
.main-footer {
  font-size: 18px;
  font-weight: 300;
  padding: 165px 0 0;
  position: relative;
  background-color: var(--themcolor1);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  color: var(--whitecolor);
}

.ftop {
  position: relative;
  z-index: 1;
}

.flogo {
  margin: 0 0 12px;
}

.ftitle {
  color: var(--whitecolor);
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-KumbhSans);
  margin-bottom: 20px;
}

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

.fnav ul li a {
  color: var(--whitecolor);
}

.fcontact ul li a {
  display: flex;
  align-items: flex-start;
}

.fnav ul li a:hover {
  color: var(--themcolor2);
}

.fcontact ul li .ficon {
  width: 17px;
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  flex-shrink: 0;
  height: 22px;
  justify-content: flex-start;
}

.fpara {
  line-height: 1.5;
}

.copyright-text {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text a {
  color: inherit;
}

.copyright-text a:hover {
  color: var(--themcolor2);
}

.social a {
  width: 29px;
  height: 29px;
  border-radius: 100%;
  border: 1px solid var(--themcolor2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--themcolor2);
  margin: 1px;
}

.social a:hover {
  background-color: var(--color-dark);
  transform: translateY(-3px);
}

.chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  /* animation: bounce 0.4s ease infinite alternate;
    -webkit-animation: bounce 0.4s ease infinite alternate; */
  z-index: 999;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

.navbar-nav .clickD {
  /* display: none; */
  position: absolute;
  top: 14px;
  right: 0px;
  width: 15px;
  height: 15px;
  background: url(images/arrow-down.png) no-repeat center;
}

/* Inner banner */
.innerbanner-container {
  padding-left: calc((((100% - 960px) / 2)) + 1.5rem);
}

.innerbanner {
  background: url(images/inrbnr-shape.svg) left bottom no-repeat;
  background-size: contain;
  padding-top: 93px;
  overflow: hidden;
}

.inrbanner {
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0% 100%);
}

.inrbanner img {
  width: 100%;
}

.inrbnr-para {
  max-width: 457px;
}

.abt-mv.mv-box {
  padding: 39px 22px 30px;
  display: flex;
  text-align: left;
  background-color: var(--whitecolor);
  margin-bottom: 20px;
  color: var(--light-gray);
  border-radius: 10px;
}

.abt-mv.mv-box .mv-icon {
  flex-shrink: 0;
  margin-right: 27px;
  width: 63px;
}

.abt-mv.mv-box:nth-child(2) h3 {
  color: var(--themcolor1);
}

.abt-mv-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.abt-mv-section {
  padding-bottom: 110px;
}

.ldrship-sec {
  padding-top: 60px;
}

.dotted-border-hstry {
  height: 1px;
  border-top: 1px dashed rgba(40, 56, 65, 0.4);
  width: calc(100% - 60px);
  margin: 0 auto;
}

/* Camer SC Leadership */
.ldrship-sec {
  background: url(images/ldr-shape.svg) right center no-repeat;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ltr-space {
  letter-spacing: 0.18px;
}

.ltr-space2 {
  letter-spacing: 0.18px;
}

.ldrship-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.ldrship-box {
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #efefef;
}

.ldrship-top {
  padding: 23px 10px;
  text-align: center;
}

.ldrship-imgWrap {
  width: 81px;
  height: 81px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 18px;
}

.ldrship-imgWrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ldrship-top h3 {
  color: var(--themcolor1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ldrship-middle {
  background-color: #f6f6f6;
  padding: 11px 17px;
}

.ldrship-middle ul {
  margin: -2px 0;
}

.ldrship-middle ul li {
  display: flex;
  padding: 2px 0;
  justify-content: space-between;
}

.ldrship-middle ul li span {
  font-family: var(--font-KumbhSans);
  font-weight: 400;
  padding-right: 10px;
}

.ldrship-middle ul li strong {
  font-weight: 600;
  font-family: var(--font-KumbhSans);
  color: #030706;
}

.ldrship-bottom {
  padding: 25px 18px 50px 18px;
}

.edtr-img-wrap {
  width: calc(100% - 30px);
  overflow: hidden;
  border-radius: 20px;
}

.edtr-img-wrap img {
  width: 100%;
  object-fit: cover;
}

.edtr-text h3 {
  color: var(--themcolor1);
  margin-bottom: 12px;
  margin-top: 30px;
}

.edtr-text h3:first-child {
  margin-top: 0;
}

.left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 30%;
}

.values-sec {
  overflow: hidden;
}

.values-sec .edtr-text {
  max-width: 530px;
}

.goal-box {
  border-radius: 10px;
  padding: 44px 42px;
  text-align: left;
  background-color: var(--whitecolor);
  color: var(--light-gray);
  height: 100%;
}

.goal-box h3 {
  color: var(--themcolor1);
  font-weight: 700;
}

.number-show {
  width: 61px;
  height: 61px;
  background-color: var(--themcolor2);
  color: var(--color-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-family: var(--font-OpenSans);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 16px;
}

.goal-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.edtr-desc ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.edtr-desc ul li::before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: var(--themcolor2);
}

.video-popup {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.video-popup .video-poster {
  width: 100%;
  object-fit: cover;
}

.vdo-paly-btn {
  --playbtnwh: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--themcolor2);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--playbtnwh);
  height: var(--playbtnwh);
}

.vdo-paly-btn:hover {
  background-color: var(--themcolor1);
}

.lh18 {
  line-height: 1.8;
}

.abt-ovrvw-row {
  --bs-gutter-x: 37px;
  --bs-gutter-y: 37px;
}

.title-wrap.small-gap h2 {
  margin-bottom: 20px;
}

.title-wrap.small-gap .border-bottom {
  margin-bottom: 30px;
}

.ovrvw-para {
  max-width: 524px;
}

.gdncbox-title {
  color: var(--themcolor1);
  margin-bottom: 30px;
  text-transform: uppercase;
}

.gdncbox-title.red {
  color: var(--themcolor3);
}

.gdnce-box {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 37px 0;
  min-height: 205px;
}

.gdnce-box h4 {
  font-family: var(--font-OpenSans);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 10px;
}

.gdnce-box:last-child {
  padding-bottom: 0;
  min-height: auto;
}

.gdnce-outer {
  margin-top: 53px;
}

.edtr-desc.green-angle ul li::before {
  color: var(--themcolor1);
}

.prsdnt-outer {
  padding: 31px 38px;
  background-color: var(--whitecolor);
  border-radius: 20px;
}

.prsdnt-section {
  color: var(--light-gray);
}

.prsdnt-para {
  max-width: 500px;
}

.prsdnt-para p {
  margin-bottom: 14px;
}

.prfl-row {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.prfl-img {
  width: 81px;
  height: 81px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 14px;
  flex-shrink: 0;
}

.prfl-content h3 {
  font-weight: 400;
}

.prfl-right-desc {
  position: relative;
  padding-left: 36px;
}

.prfl-rlr1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.evnt-nwsltr {
  padding-top: 100px;
}

.sort-select {
  align-items: center;
  max-width: 343px;
  margin-bottom: 40px;
}

.sort-select span {
  font-weight: 600;
  flex-shrink: 0;
  font-family: var(--font-KumbhSans);
  color: var(--color-dark);
  margin-right: 19px;
}

.evnt-gal-box {
  padding: 0;
}

.evnt-gal-box .themebtn {
  align-self: baseline;
}

.evnt-gal-box h3 {
  font-weight: 700;
  text-transform: capitalize;
}

.evnt-gal-box .evnt-text {
  padding: 23px 0 30px 0;
}

.evnt-gal-box .evnt-date {
  margin-bottom: 16px;
}

.evnt-gal-box .evnt-img {
  padding-top: 69%;
}

.pagination li {
  margin: 5px;
}

.pagination li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #efefef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-KumbhSans);
  color: var(--color-dark);
}

.pagination li a:hover {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.pagination li.prev-pagi a,
.pagination li.next-pagi a {
  color: var(--themcolor3) !important;
  width: auto;
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.pagination-outer {
  margin-top: 100px;
}

.pagination li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.logo-list2 {
  max-width: 848px;
  margin: 0 auto;
  justify-content: space-between;
}

.logo-list2 .client-col {
  width: auto;
  max-width: 186px;
}

.logo-list2 .client-box {
  height: 142px;
}

.logo-list2 .client-box img {
  max-height: 142px;
  object-fit: cover;
}

.logo-sec2-para {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.evnt-gal-eow {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 50px;
}

/* History */
.hstry-para h3 {
  color: var(--whitecolor);
  font-weight: 500;
  font-family: var(--font-KumbhSans);
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.our-hstry-listing {
  max-width: 930px;
  margin: 0 auto;
}

.our-hstry-img {
  padding: 13px 16px;
  border-radius: 15px;
  background-color: #f0f8fd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.our-hstry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.our-hstry-redtext {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 13px;
  font-weight: 700;
  font-family: var(--font-KumbhSans);
  color: var(--themcolor3);
}

.our-hstry-text h3 {
  font-weight: 500;
  font-family: var(--font-KumbhSans);
  text-transform: capitalize;
}

.our-hstry-box-col {
  width: 38%;
}

.our-hstry-box-col:nth-child(2) {
  width: 46%;
  margin-left: auto;
}

.our-hstry-col:nth-child(even) .our-hstry-box-row {
  flex-direction: row-reverse;
  padding-right: 7.1%;
}

.our-hstry-col:nth-child(even) .our-hstry-box-row .our-hstry-box-col:nth-child(2) {
  margin: 0 auto 0 0;
}

.our-hstry-col:nth-child(even) .our-hstry-box-col {
  width: 41.4%;
}

.our-hstry-col {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.our-hstry-col:nth-child(1):before {
  content: "";
  position: absolute;
  height: calc(50% - 2px);
  top: 0;
  width: 20px;
  background-color: #ffffff;
  left: 45%;
  z-index: 9;
}

.our-hstry-col:last-child:before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 20px;
  background-color: #ffffff;
  left: 45%;
  z-index: 9;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 39%);
  background: -webkit-linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 39%);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 39%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.our-hstry-img .hstry-border {
  position: absolute;
  right: -21.58%;
  top: 50%;
  transform: translateY(-50%);
  height: 0.21rem;
  width: 21.4%;
  background-color: var(--themcolor1);
}

.our-hstry-col .hstry-vborder {
  position: absolute;
  left: 46%;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--themcolor1);
}

.our-hstry-col:nth-child(even) .our-hstry-img .hstry-border {
  left: -21.58%;
  right: auto;
}

.our-hstry-col:nth-child(even) .hstry-vborder {
  left: 46%;
  right: auto;
}

/* Events Details */
.edetails-wrap {
  border-radius: 20px;
  background-color: var(--themcolor1);
  color: var(--whitecolor);
  padding: 48px 40px 82px 40px;
}

.edetails-wrap h2 {
  margin-bottom: 54px;
  color: var(--whitecolor);
}

.edtls-img {
  position: relative;
  padding-top: 68%;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}

.edtls-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Section */
.contact-box {
  background-color: var(--whitecolor);
  padding: 42px 23px 30px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  border-radius: 100%;
  background-color: var(--themcolor2);
  margin: 0 auto 10px;
}

.contact-link {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  font-family: var(--font-OpenSans);
  color: var(--themcolor1);
  margin-bottom: 10px;
}

.contact-link:hover {
  color: var(--themcolor2);
}

.contact-small-text {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-KumbhSans);
  color: var(--light-gray);
}

.contact-row {
  --bs-gutter-x: 30px;
}

.map-frame {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  margin-bottom: 20px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  color: var(--color-dark);
  letter-spacing: 0.18px;
  padding-left: 22px;
}

.contact-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  height: 134px;
  color: var(--color-dark);
  letter-spacing: 0.18px;
  margin-bottom: 25px;
  padding-left: 22px;
}

.contact-form label {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--color-dark);
  text-transform: capitalize;
  letter-spacing: 0.18px;
}

.scl-list-link {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--themcolor3);
  border-radius: 100%;
  font-size: 52px;
  color: var(--themcolor3);
  margin: 0 13px;
}

.scl-list-link:hover {
  background-color: var(--themcolor2);
  border-color: var(--themcolor2);
  color: var(--color-dark);
}

.social-block {
  padding: 70px 0;
  text-align: center;
}

.scl-small-title {
  text-transform: capitalize;
  margin-bottom: 35px;
}

.bg-green {
  background-color: var(--themcolor1);
  position: relative;
  z-index: 1;
  padding-bottom: 151px;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
}

.tips-box .evnt-text {
  padding: 17px 0 0;
}

.tips-box .evnt-img {
  padding-top: 47%;
}

.tips-box {
  padding: 0;
}

.tips-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 35px;
}

.cmnty-ser-box {
  background-color: var(--whitecolor);
  padding: 29px 24px 24px;
  border-radius: 10px;
  height: 100%;
}

.tag {
  background-color: var(--themcolor2);
  border-radius: 100px;
  letter-spacing: 0.018px;
  padding: 6px 12px;
  line-height: 1;
  color: var(--color-dark);
  text-transform: capitalize;
  font-family: var(--font-KumbhSans);
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cmnty-ser-box h3 {
  line-height: 1.5;
  font-weight: 700;
}

.cmnty-ser .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.accordion-item {
  margin-bottom: 15px;
  border: 2px solid #efefef !important;
  border-radius: 10px !important;
  overflow: hidden;
  padding: 0 19px;
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-body {
  padding: 20px 0;
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  box-shadow: none !important;
  color: var(--color-dark) !important;
  padding: 20px 0 !important;
  font-family: var(--font-KumbhSans);
  background-color: var(--whitecolor) !important;
  border-bottom: 1px solid transparent !important;
}

.accordion-button::after {
  background: var(--whitecolor) url(images/plus.svg) no-repeat center !important;
  width: 31px;
  height: 31px;
  border: 1px solid var(--themcolor3);
  border-radius: 100%;
}

.accordion-button:not(.collapsed) {
  border-color: #efefef !important;
}

.accordion-button:not(.collapsed)::after {
  background: var(--themcolor3) url(images/minus.svg) no-repeat center !important;
}

/* Podcast */
.podcast-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  padding: 0 !important;
}

.podcast-box .podcast-img {
  width: 50%;
  padding-top: 0;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

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

.podcast-box .evnt-text {
  width: 50%;
  padding: 0 0 0 30px;
}

.podcast-box .evnt-para {
  margin-bottom: 25px;
}

.podcast-box h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.podcast-box h3 a {
  color: inherit;
}

.podcast-box h3:hover a {
  color: var(--themcolor1);
}

.podcast-box .evnt-date {
  color: var(--themcolor1);
  margin-bottom: 20px;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(images/play-icon.svg) no-repeat center;
}

.podcast-col {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  width: 100%;
}

.podcast-col:last-child {
  margin-bottom: 0;
}

.podcast-col:nth-child(even) .podcast-box {
  flex-direction: row-reverse;
}

.podcast-col:nth-child(even) .podcast-box .evnt-text {
  padding: 0 30px 0 0;
}

.mb30 {
  margin-bottom: 30px;
}

.title-para {
  max-width: 946px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list .evnt-box {
  background-color: #f6f6f6;
}

.blog-row {
  --bs-gutter-y: 30px;
}

.pagination-blog {
  margin-top: 62px;
}

.blog-sec {
  padding-bottom: 70px;
}

.news-ltr-blog {
  padding-top: 70px;
  padding-bottom: 78px;
}

.border-bottom {
  border-color: rgba(17, 17, 17, 0.1) !important;
}

.bdtls-banner {
  padding: 141px 0;
}

.bdtls-title {
  margin-bottom: 30px;
}

.bdtls-title h1 {
  line-height: 1.15;
  margin-bottom: 0;
  font-size: 40px;
}

.blog-tag {
  position: relative;
  margin-left: auto;
  padding: 21px 17px;
  background-color: var(--themcolor1);
  border-radius: 5px;
  align-self: center;
  color: var(--whitecolor);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-OpenSans);
}

.blog-tag i {
  flex-shrink: 0;
  margin-right: 5px;
}

.blog-tag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 9px solid var(--themcolor1);
}

.blog-slider-img {
  border-radius: 10px;
  overflow: hidden;
  padding-top: 41%;
  width: 100%;
  position: relative;
}

.blog-slider-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-prev-arw {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-next-arw {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.dtls-text h2 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  font-family: var(--font-OpenSans);
}

.desc-tag {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 10px;
  text-transform: capitalize;
}

.desc-tag-wrap {
  margin-bottom: 22px;
}

.hear-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 21px;
  color: var(--color-dark);
  background-color: var(--themcolor2);
  margin-left: 12px;
}

.dtls-text {
  padding-right: 30px;
}

.blog-dtls-bottom {
  padding: 27px 0 0;
}

.get-ticket {
  text-align: center;
  padding: 52px 10px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.tckt-price {
  color: var(--color-dark);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 35px;
}

.blog-share {
  margin-top: 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scl-blog {
  background-color: var(--themcolor1);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--whitecolor);
  margin: 4px;
}

.scl-blog:hover {
  transform: scale(1.05);
}

.scl-blog.facebook {
  background-color: #4168b5;
}

.scl-blog.twitter {
  background-color: #4393d2;
}

.scl-blog.instagram {
  background: linear-gradient(148.86deg,
      #4279ba 16.07%,
      #6b5aa0 31.02%,
      #9b50a5 52.9%,
      #ed3e8c 69.68%,
      #f2bd26 89.01%);
}

.scl-blog.scl-menu {
  border: 1px solid var(--light-gray);
  color: var(--light-gray);
  background-color: #fff;
  font-size: 36px;
}

.time-box {
  border: 2px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.tm-title {
  font-weight: 600;
  font-family: var(--font-OpenSans);
  color: var(--color-dark);
  padding: 13px 26px;
  background-color: #efefef;
}

.tm-text {
  padding: 23px 26px 35px;
}

.tm-icon {
  flex-shrink: 0;
  margin-right: 9px;
}

.tm-info {
  color: var(--light-gray);
  font-weight: 400;
}

.tm-info strong {
  font-weight: 700;
  color: var(--light-gray);
  font-family: var(--font-KumbhSans);
}

.tm-info span {
  margin-right: 13px;
}

.tm-btm {
  margin-top: 6px;
}

.blg-map iframe {
  width: 100%;
  height: 457px;
  border-radius: 10px;
}

.time-list {
  margin-top: 30px;
}

.time-list-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.blog-dtls-bottom {
  padding-bottom: 70px;
}

.membr-para {
  max-width: 946px;
  margin: 0 auto;
}

.membrship-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.membr-list li {
  margin-bottom: 20px;
  padding-left: 33px;
  background: url(images/check.svg) no-repeat left top 3px;
}

.membr-list li:last-child {
  margin-bottom: 0;
}

.membr-list h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.membr-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.smallScaing {
  padding-left: 24px;
}

.mt20 {
  margin-top: 20px;
}

.membr-tp-para {
  max-width: 451px;
}

.joinNow-sec {
  padding: 139px 0 181px;
}

.jnform {
  border-radius: 20px;
  padding: 50px 67px 52px;
  background-color: #f6f6f6;
  border: 1px solid rgba(3, 7, 6, 0.2);
}

.jnform .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.jnform input[type="text"],
.jnform input[type="email"],
.jnform input[type="tel"],
.jnform textarea {
  background-color: var(--whitecolor);
  border-color: rgba(3, 7, 6, 0.1);
  letter-spacing: 0.18px;
  color: var(--light-gray);
  padding: 15px 22px;
  border-radius: 10px;
}

.jnform textarea {
  height: 117px;
}

.jnform input[type="submit"] {
  min-width: 147px;
}

.jnw-para {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  font-family: var(--font-OpenSans);
}

.mthd-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: var(--themcolor1);
  text-transform: capitalize;
}

.card-tab .card-tab-list {
  padding: 16px 15px 16px 21px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  min-width: 277px;
  font-weight: 500;
  font-family: var(--font-KumbhSans);
  letter-spacing: 0.18px;
  color: var(--color-dark);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.card-tab .card-tab-list.active {
  box-shadow: none;
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.card-tab .card-tab-list.active::before {
  border-color: var(--whitecolor);
}

.card-tab .card-tab-list::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--themcolor1);
}

.card-tab .card-tab-list:nth-child(1) {
  border-radius: 10px 0 0 10px;
}

.card-tab .card-tab-list:last-child {
  border-radius: 0 10px 10px 0;
}

.card-tab {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(3, 7, 6, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
}

.donate-form {
  background-color: #f6f6f6;
  border: 1px solid rgba(3, 7, 6, 0.2);
  border-radius: 20px;
  padding: 50px 67px;
}

.radio-label {
  position: relative;
  padding: 20px 30px 20px 22px;
  background-color: #fff;
  border: 1px solid rgba(3, 7, 6, 0.1);
  line-height: 1.1;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.radio-label input {
  position: absolute;
  opacity: 0;
}

.radio-label input:checked~.radio-border {
  background-color: var(--themcolor1);
}

.radio-border {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--themcolor1);
}

.label-head {
  font-weight: 500;
  color: var(--color-dark);
  letter-spacing: 0.18px;
  text-transform: capitalize;
}

.donate-form .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.donate-form input[type="text"],
.donate-form input[type="email"],
.donate-form input[type="tel"],
.donate-form select {
  position: relative;
  padding: 14px 30px 14px 22px;
  background-color: #fff;
  border: 1px solid rgba(3, 7, 6, 0.1);
  line-height: 1.3;
  border-radius: 10px;
  width: 100%;
  letter-spacing: 0.18px;
}

.donate-outer {
  margin-bottom: 60px;
}

.donate-outer h3 {
  font-weight: 600;
  color: var(--themcolor1);
}

.donate-outer [type="submit"] {
  min-width: 181px;
}

.grntext {
  color: var(--themcolor1);
  font-weight: 400;
  margin-top: 28px;
}

/* New add */

.price-btn {
  padding-right: 24px;
}

.slick-active .bnr-smll-text {
  animation: animate-alt 400ms linear;
}

.slick-active h1 {
  animation: animate-alt 600ms linear;
}

.slick-active .bnr-para,
.slick-active .bnr-btn-group {
  animation: animate-alt 900ms linear;
}

@keyframes animate {
  0% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes animate-alt {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*========= Animation Start Here ==========*/
/*
.reveal>* {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;

}

.reveal>.play-reveal {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-in-out;
}
[data-delay="0.5"] {
    transition-delay: 0.5s;
}
.box {
    width: 100%;
    background-color: #ccc;
    height: 200px;
    margin-bottom: 40px;
}

.reveal [data-reveal-zoomin] {
    opacity: 0;
    transform: scale(0);
    transition: all 0.8s ease-in-out;
}

.reveal .play-reveal [data-reveal-zoomin] {
    opacity: 1;
    transform: scale(1);
    transition: all 0.8s ease-in-out;
}
[data-image-clip] {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

[data-image-clip].play-reveal {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
    -webkit-animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

@-webkit-keyframes text-clip4 {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes text-clip4 {
    from {
        -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }

    to {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
} */

/* Animation End Here */

.copyright-text p {
  margin-bottom: 0;
}

/* 10-apr-2025  */

.page-template-blog .nwsltr-form form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-template-blog .nwsltr-form .gform-body.gform_body {
  max-width: 437px;
  width: 100%;
}

.page-template-blog .nwsltr-form .gform-footer.gform_footer {
  margin: 0 0 0 10px;
}

.page-template-blog .nwsltr-form .gform_required_legend {
  text-align: center;
  margin-bottom: 30px;
}

.page-template-blog .nwsltr-form input[type="email"] {
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  color: var(--blackcolor) !important;
  border-radius: 100px !important;
  font-family: var(--font-KumbhSans) !important;
  border: 1px solid #f6f6f6;
  outline: none;
  height: 55px;
  padding: 0 35px;
  width: 437px;
}

.page-template-contact .contact-row input[type="submit"],
.page-template-blog .nwsltr-form .gform-theme .gform-footer input[type="submit"] {
  height: 55px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  font-family: var(--font-KumbhSans) !important;
  padding: 0 30px !important;
  color: var(--color-dark) !important;
  border-radius: 100px !important;
  text-transform: capitalize !important;
  background-color: var(--themcolor2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.page-template-contact .contact-row input[type="submit"]:hover,
.page-template-blog .nwsltr-form .gform-theme .gform-footer input[type="submit"]:hover {
  background: var(--blackcolor) !important;
  color: var(--whitecolor) !important;
}

.page-template-contact .gform_validation_errors,
.page-template-blog .gform_validation_errors {
  display: none !important;
}

.page-template-blog .nwsltr-form .gfield_description.validation_message {
  padding-top: 10px;
  text-align: center;
}

.page-template-contact .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}

.page-template-contact .contact-row textarea,
.page-template-contact .contact-row input[type="tel"],
.page-template-contact .contact-row input[type="email"],
.page-template-contact .contact-row input[type="text"] {
  height: 60px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: #f6f6f6 !important;
  color: var(--color-dark) !important;
  letter-spacing: 0.18px !important;
  padding: 0 22px !important;
  border-radius: 10px !important;
}

.page-template-contact .contact-row textarea:focus,
.page-template-contact .contact-row input[type="tel"]:focus,
.page-template-contact .contact-row input[type="email"]:focus,
.page-template-contact .contact-row input[type="text"]:focus {
  border-color: var(--themcolor1) !important;
}

.page-template-contact .contact-row textarea {
  resize: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  height: 134px !important;
  min-height: auto !important;
}

/* 10-apr-2025  */

/* 11/4/25 start */
.nwsltr-form form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#gform_wrapper_2 .gform-body.gform_body {
  max-width: 437px;
  width: 100%;
}

#gform_wrapper_2 .gform-footer.gform_footer {
  margin: 0 0 0 10px;
}

#gform_wrapper_2 .gform_required_legend {
  display: none;
}

#gform_wrapper_2 input[type="email"] {
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  color: var(--blackcolor) !important;
  border-radius: 100px !important;
  font-family: var(--font-KumbhSans) !important;
  border: 1px solid #f6f6f6;
  outline: none;
  height: 55px;
  padding: 0 35px;
  width: 437px;
}

/* .page-template-contact .contact-row input[type="submit"], */
#gform_wrapper_2 .gform-footer input[type="submit"] {
  height: 55px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  font-family: var(--font-KumbhSans) !important;
  padding: 0 30px !important;
  color: var(--color-dark) !important;
  border-radius: 100px !important;
  text-transform: capitalize !important;
  background-color: var(--themcolor2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease-in-out;
}

/* .page-template-contact .contact-row input[type="submit"]:hover, */
#gform_wrapper_2.gform-theme .gform-footer input[type="submit"]:hover {
  background: var(--blackcolor) !important;
  color: var(--whitecolor) !important;
}

#gform_wrapper_2 .gform_validation_errors,
#gform_wrapper_2 .gform_validation_errors {
  display: none !important;
}

#gform_wrapper_2 .gfield_description.validation_message {
  padding-top: 10px;
  text-align: center;
}

#gform_wrapper_2.gform-theme--foundation .gform_fields {
  row-gap: 20px;
}

.pagination-outer .pagination {
  flex-wrap: wrap;
}

.pagination-outer .pagination .page-numbers {
  margin: 5px;
}

.pagination-outer .pagination .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #efefef;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-KumbhSans);
  color: var(--color-dark);
}

.pagination-outer .pagination .prev.page-numbers,
.pagination-outer .pagination .next.page-numbers {
  color: var(--themcolor3) !important;
  width: auto;
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
}

.pagination-outer .pagination .prev.page-numbers::before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-right: 0.25rem;
}

.pagination-outer .pagination .next.page-numbers:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  margin-left: 0.25rem;
}

.pagination-outer .pagination .page-numbers.current {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.pagination-outer .pagination .page-numbers:hover {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.blog-share .heateor_sss_sharing_ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.blog-share .heateor_sss_sharing_ul a span {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  font-size: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  color: var(--whitecolor) !important;
  margin: 4px !important;
}

.blog-share .heateor_sss_sharing_ul a span svg {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.blog-share .heateor_sss_sharing_ul a.heateor_sss_more span svg {
  height: 100%;
}

.blog-share .heateor_sss_sharing_ul a:hover {
  transform: scale(1.1);
}

.desc-tag-wrap .wishlist-button-wrap {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 21px !important;
  color: var(--color-dark);
  background-color: var(--themcolor2);
  margin: 0 0 0 12px;
}

.desc-tag-wrap .wishlist-button-wrap .wishlist_save {
  margin: 0;
}

.desc-tag-wrap .wishlist-button-wrap .wishlist_save i {
  font-size: 21px !important;
  color: var(--color-dark);
}

.desc-tag-wrap .wishlist-button-wrap .wishlist_save.wishlist_saved i {
  color: var(--themcolor3);
}

/* 11/4/25 start */

/* S.Mv Css Start 14-04-25 */
.membership_price_btn {
  padding: 19px 40px;
  margin-right: 10px;
}

.membership_price_btn:hover {
  background-color: var(--themcolor2);
  color: var(--color-dark);
  border-color: var(--themcolor2);
}

.jnform .gform_wrapper input[type="text"],
.jnform .gform_wrapper input[type="email"],
.jnform .gform_wrapper input[type="tel"],
.jnform .gform_wrapper textarea {
  background-color: var(--whitecolor);
  border-color: rgba(3, 7, 6, 0.1);
  letter-spacing: 0.18px;
  color: var(--light-gray);
  padding: 15px 22px;
  border-radius: 10px;
  height: 60px;
  box-shadow: none;
  font-size: 16px;
}

.jnform .gform_wrapper textarea {
  resize: none;
  height: 117px;
}

.jnform .gform_wrapper .gform_fields {
  column-gap: 30px;
  row-gap: 30px;
}

.jnform .gform_wrapper .gform-footer {
  margin-top: 30px;
}

.jnform .gform_wrapper .gform-footer input[type="submit"] {
  background-color: var(--themcolor2) !important;
  font-family: var(--font-KumbhSans) !important;
  color: var(--color-dark) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  min-width: 115px;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--themcolor2);
  border-radius: 100px !important;
  padding: 18px 40px !important;
  transition: 300ms ease-in-out !important;
  outline: none !important;
}

.jnform .gform_wrapper .gform-footer input[type="submit"]:hover {
  background: var(--color-dark) !important;
  border-color: var(--color-dark) !important;
  color: var(--whitecolor) !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform_confirmation_message {
  color: var(--themcolor1) !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.gfield_description.instruction {
  color: #c02b0a !important;
}

.participating-sec {
  padding: 110px 0 100px;
}

.participating-outer figure {
  width: 100%;
  margin: 0 0 20px;
}

.participating-outer figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.participating-upr-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px -5px 20px;
}

.participating-upr-list li {
  padding: 5px;
}

.participating-upr-list li a,
.participating-upr-list li p {
  padding: 9px 12px;
  display: inline-block;
  color: var(--whitecolor);
  background-color: var(--themcolor1);
  border-radius: 5px;
  line-height: 1;
  font-size: 16px;
}

.participating-upr-list li a:hover {
  color: var(--color-dark);
  background-color: var(--themcolor2);
}

.participating-upr-list li p {
  background-color: var(--themcolor2);
  color: var(--color-dark);
  display: flex;
  align-items: center;
}

.participating-upr-list p img {
  width: 20px;
  margin-right: 10px;
}

.participating-text-inr h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.participating-text-inr h2 {
  font-size: 38px;
  margin-bottom: 10px;
}

.participating-text-inr h3 {
  font-size: 34px;
  margin-bottom: 10px;
}

.participating-text-inr h4 {
  font-size: 30px;
  margin-bottom: 6px;
}

.participating-text-inr h5 {
  font-size: 28px;
  margin-bottom: 6px;
}

.participating-text-inr h5 {
  font-size: 26px;
  margin-bottom: 6px;
}

.participating-text-inr h6 {
  margin-bottom: 6px;
}

.participating-text-inr ul,
.participating-text-inr ol {
  margin-bottom: 16px;
}

.participating-text-inr ul:last-child,
.participating-text-inr ol:last-child {
  margin-bottom: 0;
}

.participating-text-inr ul {
  padding-left: 20px;
}

.participating-text-inr ul li,
.participating-text-inr ol li {
  font-size: 16px;
}

.participating-text-inr ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.participating-text-inr ul li:last-child {
  margin-bottom: 0;
}

.participating-text-inr ul li:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-dark);
  content: "";
}

.participating-text-inr p {
  margin-bottom: 16px;
}

.participating-text-inr p:last-child {
  margin-bottom: 0;
}

/* S.Mv Css End 14-04-25 */

/* start 15-04-25 */
.container.woo-page {
  padding-top: 170px;
  padding-bottom: 100px;
}

.container.woo-page #wpforo #wpforo-wrap #wpforo-menu,
.container.woo-page #wpforo #wpforo-wrap .wpfl-4 .wpforo-category {
  border-bottom-color: var(--themcolor1);
  background-color: rgba(29, 138, 11, 0.1);
  border-radius: 0;
}

.container.woo-page #wpforo #wpforo-wrap .wpf-search i {
  color: var(--themcolor1);
}

.container.woo-page #wpforo #wpforo-wrap .wpf-breadcrumb a i {
  color: var(--themcolor1);
}

.container.woo-page #wpforo #wpforo-wrap .wpf-breadcrumb .wpf-root {
  border-left-color: var(--themcolor1);
}

.container.woo-page #wpforo #wpforo-wrap .wpf-breadcrumb div.active {
  color: var(--themcolor1);
  background-color: rgba(29, 138, 11, 0.1);
}

.container.woo-page .entry-title {
  margin-bottom: 16px;
}

.container.woo-page .wpforo-content .wpforo-feed span i,
.container.woo-page .wpforo-content .wpforo-feed span {
  color: var(--themcolor1) !important;
}

.container.woo-page #wpforo #wpforo-wrap .wpforo-category .wpf-button {
  border: none;
  background-color: var(--themcolor2);
  color: var(--color-dark) !important;
  padding: 8px 16px !important;
}

.container.woo-page #wpforo #wpforo-wrap .wpforo-category .wpf-button i {
  color: var(--color-dark) !important;
  transition: all 0.3s ease-in-out;
}

.container.woo-page #wpforo #wpforo-wrap .wpforo-category .wpf-button:hover i {
  color: #fff !important;
}

.container.woo-page #wpforo #wpforo-wrap .wpforo-category .wpf-button:hover {
  background-color: var(--color-dark);
  color: #fff !important;
}

.container.woo-page #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle.wpfsq:first-child {
  box-shadow: 0px 0px 18px rgba(29, 138, 11, 0.4) inset;
  border: none;
}

.container.woo-page i {
  color: var(--themcolor1) !important;
}

.container.woo-page #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head {
  border-bottom-color: rgba(76, 76, 76, 0.4);
}

.container.woo-page .wpf-thread-last-info .wpf-thread-last-user>a {
  color: var(--themcolor1) !important;
}

.container.woo-page .wpf-thread-box.wpf-thread-forum {
  border-left-color: var(--themcolor1) !important;
}

.container.woo-page #wpforo #wpforo-wrap a {
  color: var(--themcolor1) !important;
}

.container.woo-page #wpforo #wpforo-wrap a:hover {
  color: var(--color-dark) !important;
}

.container.woo-page svg {
  fill: var(--themcolor1) !important;
}

.container.woo-page #wpforo #wpforo-wrap .wpf-footer-box {
  background-color: rgba(29, 138, 11, 0.1);
}

.container.woo-page #wpforo #wpforo-wrap #wpforo-stat-header {
  border-bottom-color: var(--themcolor1);
  flex-wrap: wrap;
}

.container.woo-page #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title {
  border-block-color: var(--themcolor1);
}

.cmnty-static-img #wpforo #wpforo-wrap i {
  color: var(--themcolor1) !important;
}

.cmnty-static-img #wpforo #wpforo-wrap #wpforo-menu {
  background: transparent;
  width: 100%;
  border-bottom: none;
  position: relative;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-search input[type="text"] {
  border: 1px solid var(--themcolor1);
  padding-left: 45px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-bar-right .wpf-search-form form i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 18px;
}

.cmnty-static-img .wpforo-subtop .wpf-breadcrumb {
  padding: 10px 0;
  display: none;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-breadcrumb div.active {
  background: transparent;
  border-left: none;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-notifications {
  background-color: rgba(29, 138, 11, 0.1);
  border: none;
  padding: 10px;
  display: none;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head {
  border-block-color: var(--themcolor1);
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-action,
.wpf-notifications .wpf-action {
  color: var(--themcolor1);
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-main .wpforo-content #wpforo-title {
  font-size: 30px;
  margin: 30px 0;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-main .wpforo-content #wpforo-title .wpforo-feed {
  font-size: 16px;
  margin-top: 12px;
  display: none;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-main .wpforo-content #wpforo-title .wpforo-feed span {
  color: var(--themcolor1);
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel {
  display: flex;
  align-items: center;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpforo-category {
  background-color: rgba(29, 138, 11, 0.1);
  border-bottom-color: var(--themcolor1);
  padding: 10px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel #wpf-buttons-1 {
  margin-left: auto;
  padding-right: 10px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel .wpf-head-bar-right .wpf-button {
  border: none;
  background-color: var(--themcolor2);
  border-radius: 100px;
  color: var(--color-dark) !important;
  padding: 8px 20px;
  font-weight: 600;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel .wpf-head-bar-right .wpf-button:hover {
  background-color: var(--color-dark);
  color: #fff !important;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel .wpf-head-bar-right .wpf-button i {
  color: var(--color-dark) !important;
  transition: all 0.3s ease-in-out;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel .wpf-head-bar-right .wpf-button:hover i {
  color: #fff !important;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head {
  border-bottom: 1px solid var(--themcolor1);
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 10px 5px;
}

.cmnty-static-img .wpf-thread-body {
  display: flex;
  align-items: center;
}

.cmnty-static-img .wpf-thread-box.wpf-thread-title,
.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-title {
  width: 42%;
  padding: 0 20px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle.wpfsq:first-child {
  box-shadow: 0px 0px 18px rgba(29, 138, 11, 0.4) inset;
  border: none;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cmnty-static-img .wpf-thread-box.wpf-thread-status,
.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-status {
  min-width: 80px;
  /* height: 50px; */
}

.cmnty-static-img .wpf-thread-box.wpf-thread-forum {
  width: 50px;
  padding: 10px;
}

.cmnty-static-img .wpf-thread-box.wpf-thread-posts,
.cmnty-static-img .wpf-thread-box.wpf-thread-views {
  width: 50px;
  padding: 6px;
}

.cmnty-static-img .wpf-thread-box.wpf-thread-last-reply {
  width: 120px;
  padding: 10px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread-users-avatars img.avatar,
.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads .wpf-thread-users-avatars img {
  border-radius: 50%;
  width: 42px;
}

.cmnty-static-img .wpf-thread-last-info .wpf-thread-last-user .wpf-thread-last-avatar img {
  border-radius: 50%;
}

.cmnty-static-img .wpf-thread-box.wpf-thread-author,
.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-author {
  width: 50px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-forum {
  width: 50px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-posts,
.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-views {
  width: 50px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-last-reply {
  width: 120px;
  text-align: center;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-sbtn {
  display: flex !important;
  align-items: center;
  margin-bottom: 20px;
}

.cmnty-static-img .wpf-sbtn-wrap {
  display: flex;
  align-items: center;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button.wpf-sb-icon {
  border: 1px solid var(--themcolor1);
  padding: 3px 11px;
  margin: 5px;
}

.cmnty-static-img #wpforo #wpforo-wrap svg {
  width: 16px;
}

.cmnty-static-img .wpf-footer-buttons {
  display: flex;
  padding: 10px;
  display: none;
}

.cmnty-static-img .wpf-footer-buttons div {
  padding-right: 20px;
}

.cmnty-static-img #wpforo-stat-body .wpf-footer-box ul {
  display: flex;
  align-items: center;
}

.cmnty-static-img #wpforo-stat-body .wpf-footer-box ul li {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-footer-box {
  background-color: rgba(29, 138, 11, 0.1);
  padding: 10px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-footer-box .wpf-newest-member {
  padding-bottom: 10px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-footer-box .wpf-forum-icons {
  padding-bottom: 10px;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-footer-box .wpf-forum-icons span {
  margin: 5px;
  display: inline-block;
}

.cmnty-static-img #wpforo #wpforo-wrap .wpf-topic-icons span {
  margin: 5px;
  display: inline-block;
}

.cmnty-static-img #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title {
  border-bottom-color: var(--themcolor1);
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  /* display: none; */
}

.cmnty-static-img #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title svg {
  margin-right: 10px;
}

.cmnty-static-img .wpf-footer-buttons span {
  color: var(--themcolor1);
}

.cmnty-static-img #wpforo #wpforo-wrap a {
  color: var(--themcolor1) !important;
}

.cmnty-static-img #wpforo-stat-body .wpf-footer-box ul li svg {
  margin-right: 6px;
}

.cmnty-static-img #wpforo-stat-body .wpf-footer-box ul li span {
  margin-right: 6px;
}

.cmnty-static-img #wpforo #wpforo-wrap #wpforo-stat-body {
  display: none;
}

.cmnty-static-img #wpforo #wpforo-wrap #wpforo-poweredby {
  display: none;
}

/* end 15-04-25 */

/* S.Mv Css Start 14-04-25 */
.woo-page .wpf-forum-jump.wpf-navi-item {
  max-width: 420px;
  width: 100%;
}

#wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump select {
  max-width: 270px;
  width: 100%;
}

.woocommerce-account .woocommerce form {
  border-radius: 20px;
  background-color: #f6f6f6;
  border: 1px solid var(--whitecolor);
  padding: 30px;
}

.woocommerce-account .woocommerce form input[type="text"],
.woocommerce-account .woocommerce form input[type="password"],
.woocommerce-account .woocommerce form input[type="email"] {
  background-color: var(--whitecolor);
  border-color: rgba(3, 7, 6, 0.1);
  letter-spacing: 0.18px;
  color: var(--light-gray);
  padding: 15px 22px;
  border-radius: 10px;
}

.woocommerce-account .woocommerce form label {
  margin-bottom: 5px;
}

.woocommerce-account .entry-header {
  text-align: center;
  margin-bottom: 50px;
}

.woocommerce-account .u-columns h2 {
  font-size: 36px;
}

.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-Button {
  background-color: var(--themcolor2) !important;
  font-family: var(--font-KumbhSans) !important;
  color: var(--color-dark) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--themcolor2);
  border-radius: 100px !important;
  padding: 15px 35px !important;
  transition: 300ms ease-in-out;
  outline: none !important;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .woocommerce-Button:hover {
  background-color: var(--color-dark) !important;
  color: var(--whitecolor) !important;
}

.woocommerce-account .form-row .woocommerce-form__label-for-checkbox {
  line-height: 3;
}

.woocommerce-account .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

.wpf-topic-form-extra-wrap .wpf-topic-form-ajax-wrap {
  border-radius: 20px;
  background-color: #f6f6f6;
  border: 1px solid var(--whitecolor) !important;
  padding: 30px !important;
}

.wpf-topic-form-wrap input[type="text"] {
  background-color: var(--whitecolor) !important;
  border-color: rgba(3, 7, 6, 0.1) !important;
  letter-spacing: 0.18px !important;
  color: var(--light-gray) !important;
  padding: 15px 22px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

#wpforo #wpforo-wrap input[type="submit"] {
  background-color: var(--themcolor2) !important;
  font-family: var(--font-KumbhSans) !important;
  color: var(--color-dark) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 100px !important;
  padding: 15px 35px !important;
  transition: 300ms ease-in-out;
  outline: none !important;
}

#wpforo #wpforo-wrap input[type="submit"]:hover {
  background-color: var(--color-dark) !important;
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-topic-create {
  background-color: transparent !important;
}

.mbl-border .gform_wrapper select,
.mbl-border .gform_wrapper input[type="text"],
.mbl-border .gform_wrapper input[type="email"],
.mbl-border .gform_wrapper input[type="tel"] {
  position: relative;
  padding: 14px 30px 14px 22px !important;
  background-color: #fff;
  border: 1px solid rgba(3, 7, 6, 0.1);
  line-height: 1.3;
  border-radius: 10px;
  width: 100%;
  letter-spacing: 0.18px;
  height: 60px;
  font-size: 16px;
  box-shadow: none;
}

.mbl-border .gform_wrapper select,
.mbl-border .gform_wrapper select:hover {
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center var(--whitecolor) !important;
}

.mbl-border .gform_wrapper .choose_donation_method {
  text-align: center;
}

.mbl-border .gform_wrapper .choose_donation_method .gfield_label {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3;
  color: var(--themcolor1);
  text-transform: capitalize;
  margin-bottom: 30px;
}

.mbl-border .gform_wrapper .choose_donation_method .gfield_radio {
  max-width: 556px;
  margin: 0 auto;
  flex-direction: row;
  gap: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(3, 7, 6, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.mbl-border .gform_wrapper .choose_donation_method .gfield_radio>* {
  width: 50%;
  gap: 0;
  display: initial;
}

.mbl-border .gform_wrapper .choose_donation_method .gfield_radio input[type="radio"] {
  display: none;
}

.mbl-border .gform_wrapper .choose_donation_method .gfield_radio label {
  padding: 16px 32px 16px 21px;
  font-weight: 500;
  font-family: var(--font-KumbhSans);
  letter-spacing: 0.18px;
  color: var(--color-dark);
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  text-align: left;
}

.mbl-border .gform_wrapper .choose_donation_method .gfield_radio label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--themcolor1);
}

.mbl-border .gform_wrapper .choose_donation_method input:checked~label {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.mbl-border .gform_wrapper .choose_donation_method input:checked~label:after {
  background-color: var(--whitecolor);
}

/* S.Mv Css End 16-04-25 */

/* S.Mv Css End 17-04-25 */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border-radius: 10px;
  background-color: var(--whitecolor);
  padding: 0;
  height: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  box-shadow: 0 10px 14px 0 rgba(30, 138, 11, 0.13);
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 15px 22px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.woocommerce-info {
  border-color: var(--themcolor1);
}

.woocommerce-account .button {
  background-color: var(--themcolor1) !important;
  border-radius: 50px !important;
  color: var(--whitecolor) !important;
  padding: 15px 25px !important;
}

.woocommerce-account .button:hover {
  background-color: var(--color-dark) !important;
}

.woocommerce-edit-address .woocommerce-Address-title.title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.woocommerce-edit-address .woocommerce-Address-title.title h2 {
  font-size: 20px;
  margin: 0 8px 0 0;
}

.woocommerce-edit-address .woocommerce-Address-title.title .edit {
  margin-left: auto;
  background-color: var(--themcolor1);
  padding: 10px 12px;
  border-radius: 50px;
  color: var(--whitecolor);
  font-size: 12px;
  font-weight: 500;
}

.woocommerce-edit-address .woocommerce-Address-title.title .edit:hover {
  background-color: var(--color-dark);
}

.woocommerce-Address {
  border-radius: 20px;
  background-color: #f6f6f6;
  border: 1px solid var(--whitecolor);
  padding: 22px 15px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h2 {
  font-size: 36px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .select2-selection--single,
.woocommerce-edit-address .woocommerce-MyAccount-content input[type="tel"] {
  background-color: var(--whitecolor);
  border-color: rgba(3, 7, 6, 0.1);
  letter-spacing: 0.18px;
  color: var(--light-gray);
  padding: 15px 22px !important;
  border-radius: 10px;
}

.woocommerce-edit-address .woocommerce-MyAccount-content .select2-selection__rendered {
  padding: 0;
}

.woocommerce-info::before {
  color: var(--themcolor1);
}

.woocommerce-account .my-wishlist.pick {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.woocommerce-account .my-wishlist.pick>div {
  padding: 5px;
}

.mbl-border .gform_wrapper select:hover {
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
}

.mbl-border .gform_wrapper #field_6_14 .gfield_radio,
.mbl-border .gform_wrapper #field_6_3 .gfield_radio {
  flex-direction: row;
}

.mbl-border .gform_wrapper #field_6_14 .gfield_radio .gchoice,
.mbl-border .gform_wrapper #field_6_3 .gfield_radio .gchoice {
  width: 50%;
  display: initial;
}

.mbl-border .gform_wrapper #field_6_14 .gfield_radio .gchoice input,
.mbl-border .gform_wrapper #field_6_3 .gfield_radio input {
  display: none;
}

.mbl-border .gform_wrapper #field_6_14 .gfield_radio .gchoice .gform-field-label,
.mbl-border .gform_wrapper #field_6_3 .gfield_radio .gchoice .gform-field-label {
  position: relative;
  padding: 20px 30px 20px 22px;
  background-color: #fff;
  border: 1px solid rgba(3, 7, 6, 0.1);
  line-height: 1.1;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}

.mbl-border .gform_wrapper #field_6_14 .gfield_radio .gchoice .gform-field-label:after,
.mbl-border .gform_wrapper #field_6_3 .gfield_radio .gchoice .gform-field-label:after {
  position: absolute;
  content: "";
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--themcolor1);
}

.mbl-border .gform_wrapper #field_6_14 .gfield_radio .gchoice input:checked~label:after,
.mbl-border .gform_wrapper #field_6_3 .gfield_radio .gchoice input:checked~label:after {
  background-color: var(--themcolor1);
}

.mbl-border .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}

.mbl-border .gform_wrapper .gform-footer input[type="submit"] {
  background-color: var(--themcolor2) !important;
  font-family: var(--font-KumbhSans) !important;
  color: var(--color-dark) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  min-width: 150px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  border-radius: 100px !important;
  padding: 18px 25px !important;
  transition: 300ms ease-in-out;
  outline: none !important;
}

.mbl-border .gform_wrapper .gform-footer input[type="submit"]:hover {
  background-color: var(--color-dark) !important;
  color: var(--whitecolor) !important;
}

.mbl-border .gform_wrapper .ginput_total:focus {
  border: 0;
}

.mbl-border .gform_wrapper input[type="text"].ginput_total {
  padding: 0 !important;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
}

.mbl-border .gform_wrapper .gform_fields {
  row-gap: 0;
}

.mbl-border .gform_wrapper .choose_donation_method {
  margin-bottom: 50px;
}

.mbl-border .gform_wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--themcolor1);
  margin-bottom: 15px;
}

.mbl-border .gform_wrapper #field_6_18,
.mbl-border .gform_wrapper #field_6_20,
.mbl-border .gform_wrapper #field_6_22 {
  margin-bottom: 60px;
  background-color: #f6f6f6;
  border: 1px solid rgba(3, 7, 6, 0.2);
  border-radius: 20px;
  padding: 50px 67px;
}

.mbl-border .gform_wrapper #field_6_18 .gfield_label {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
}

.mbl-border .gform_wrapper #field_6_18>div:not(:last-child) {
  padding-bottom: 30px;
}

.mbl-border .gform_wrapper .gform-field-label--type-sub,
.mbl-border .gform_wrapper #field_6_13 .gfield_label {
  display: none;
}

.mbl-border .gform_wrapper #field_6_20,
.mbl-border .gform_wrapper #field_6_22 {
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.mbl-border .gform_wrapper .ginput_complex {
  row-gap: 30px;
}

.mbl-border .gform_wrapper .gfield_label {
  font-weight: 500;
  color: var(--color-dark);
  letter-spacing: 0.18px;
  text-transform: capitalize;
  font-size: 16px;
}

.mbl-border .gform_wrapper #field_6_22 #field_6_21 {
  display: none;
}

.mbl-border .gform_wrapper .gform-footer {
  margin-top: 0;
}

.woocommerce-cart .innerbanner {
  display: none;
}

.woocommerce-cart .wc-block-components-quantity-selector button {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
  opacity: 1;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: red !important;
}

.woocommerce-cart .wc-block-components-button,
.woocommerce-checkout .wc-block-components-button {
  background-color: var(--themcolor1);
  border-radius: 50px;
  text-align: center;
  color: var(--whitecolor);
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  box-shadow: none;
  border: 0;
}

.woocommerce-cart .wc-block-components-button:hover,
.woocommerce-checkout .wc-block-components-button:hover {
  background-color: var(--color-dark);
}

.woocommerce-cart .wc-block-cart__totals-title,
.woocommerce-cart .wc-block-cart-items__header-image span {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--color-dark) !important;
  text-transform: capitalize !important;
}

.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout select,
.woocommerce-checkout input[type="tel"] {
  position: relative;
  background-color: #fff !important;
  border: 1px solid rgba(3, 7, 6, 0.1) !important;
  line-height: 1.3 !important;
  border-radius: 10px !important;
  width: 100% !important;
  letter-spacing: 0.18px !important;
  height: 60px !important;
  font-size: 16px !important;
  box-shadow: none;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
  box-shadow: none !important;
  background-color: #fff !important;
  border: 1px solid rgba(3, 7, 6, 0.1) !important;
}

.entry-content #wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button {
  border: none;
  background-color: var(--themcolor2);
  color: var(--color-dark) !important;
  padding: 8px 16px !important;
}

.entry-content #wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button i {
  color: var(--color-dark) !important;
}

.entry-content #wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button:hover {
  background-color: var(--color-dark);
  color: var(--whitecolor) !important;
}

.entry-content #wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button:hover i {
  color: var(--whitecolor) !important;
}

.single-wishlist .participating-sec {
  padding: 150px 0 100px;
}

.single-wishlist .wishlist-items {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 30px;
}

.single-wishlist .wishlist-items .wl-single-item {
  width: 20%;
  margin: 0;
  padding: 15px;
}

.single-wishlist .wishlist-items .wl-single-item a {
  display: block;
}

.single-wishlist .wishlist-items .wl-single-item a span {
  width: 100%;
}

.single-wishlist .wishlist-items .wl-single-item .wl-title {
  margin-bottom: 10px;
}

.single-wishlist .wishlist-items .wl-single-item .remove {
  background-color: var(--themcolor1);
  border-radius: 50px;
  border: 0;
}

.single-wishlist .wishlist-items .wl-single-item .remove:hover {
  border: 0;
  background-color: var(--color-dark);
}

.error404 .innerbanner {
  display: none;
}

.error404 {
  padding: 150px 0 0;
}

.error404 .page-header {
  text-align: center;
}

.error404 .error-404 {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 15px 50px;
  text-align: center;
}

.error404 .error-404 label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.error404 .error-404 input[type="search"] {
  width: calc(100% - 130px);
  background-color: #fff;
  border: 1px solid rgba(3, 7, 6, 0.1);
  line-height: 1.3;
  border-radius: 10px;
  height: 60px;
  outline: none;
  padding: 10px;
}

.privacy-policy .innerbanner,
.page-template-default .innerbanner {
  display: none;
}

.deafult-pg-structure .entry-content p strong {
  font-weight: 700;
  color: var(--color-dark);
}

.deafult-pg-structure .entry-content h1 {
  font-size: 42px;
  line-height: 1.2;
}

.deafult-pg-structure .entry-content h2 {
  font-size: 38px;
}

.deafult-pg-structure .entry-content h3 {
  font-size: 34px;
}

.deafult-pg-structure .entry-content h4 {
  font-size: 30px;
}

.deafult-pg-structure .entry-content h5 {
  font-size: 28px;
}

.deafult-pg-structure .entry-content h5 {
  font-size: 26px;
}

.deafult-pg-structure .entry-content ul,
.deafult-pg-structure .entry-content ol {
  margin-bottom: 20px;
}

.deafult-pg-structure .entry-content ul {
  padding-left: 20px;
}

.deafult-pg-structure .entry-content ul li,
.deafult-pg-structure .entry-content ol li {
  font-size: 16px;
}

.deafult-pg-structure .entry-content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.deafult-pg-structure .entry-content ul li:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-dark);
  content: "";
}

.participating-sec {
  padding: 190px 0 100px;
}

/* S.Mv Css End 17-04-25 */

/* support starts 18.04.2025  */
.cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpforo-category {
  background-color: transparent;
}

.cmnty-static-img .wpf-acp-body .wpf-button-secondary {
  border: 1px solid var(--themcolor1);
  padding: 3px 11px;
  margin: 5px;
}

.wpf-acp-content {
  padding: 10px 0;
}

#wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel {
  background-color: rgba(29, 138, 11, 0.1);
  border-bottom-color: var(--themcolor1);
  padding: 10px;
}

#wpforo #wpforo-wrap .wpforo-category .cat-icon i {
  color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button {
  border: none;
  background-color: var(--themcolor2);
  border-radius: 100px;
  color: var(--color-dark) !important;
  padding: 8px 20px;
  font-weight: 600;
}

#wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel .wpf-head-bar-right .wpf-button {
  border: none;
  background-color: var(--themcolor2);
  border-radius: 100px;
  color: var(--color-dark) !important;
  padding: 8px 20px;
  font-weight: 600;
  box-shadow: none;
}

#wpforo #wpforo-wrap .wpfl-4 .wpforo-category {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-status .wpf-circle.wpfsq:first-child {
  box-shadow: 0px 0px 18px rgba(29, 138, 11, 0.4) inset !important;
  border: none;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#wpforo #wpforo-wrap a {
  color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap ul li:after {
  display: none;
}

#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title,
#wpforo #wpforo-wrap .wpf-acp-header {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-acp-header .wpf-acp-toggle i {
  color: var(--themcolor1);
}

#wpforo #wpforo-wrap i {
  color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-style-grey .wpf-sb-button.wpf-sb-icon {
  border-color: var(--themcolor1) !important;
  padding: 5px;
  margin: 5px;
}

#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box .wpf-tstat svg {
  fill: var(--themcolor1) !important;
}

/* participating section  */
.participate-team-sec {
  padding-bottom: 100px;
}

.particular-col {
  width: 33.33%;
}

.particular-team-card {
  padding: 20px 15px 30px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f0f8fd;
}

.particular-team-img {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 67%;
}

.particular-team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.particular-team-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  margin-bottom: 50px;
}

.particular-team-location h3 {
  color: var(--themcolor1);
}

.location-wppr {
  display: flex;
  align-items: center;
}

.location-wppr i {
  line-height: 0;
  width: 20px;
  height: 20px;
}

.location-wppr i img {
  width: 100%;
  height: 100%;
}

.location-wppr span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
  color: #030706;
  line-height: 1;
}

.live-update-btn {
  text-align: center;
}

/* event live update page  */
.game-table-outer table {
  width: 100%;
}

.game-table-outer table thead tr th {
  background-color: #f0f8fd;
  padding: 10px;
}

.game-table-outer table tbody tr td {
  padding: 10px;
  border: 1px solid #efefef;
  font-weight: 500;
}

.game-table-outer table thead tr th:first-child {
  border-top-left-radius: 10px;
}

.game-table-outer table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.game-table-outer table thead tr th:not(:last-child) {
  border-right: 1px solid #efefef;
}

.game-table-outer table tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}

/* tournament part  */
.tournament-tree {
  position: relative;
  min-height: 600px;
  padding: 40px 20px;
}

.tournament-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tournament-innr-content .title-wrap h3 {
  color: var(--whitecolor);
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 30px;
}

.tournament-col {
  width: 16.66%;
}

.tournament-innr-content {
  position: relative;
  z-index: 2;
}

.play-team-card {
  background: #466ee4;
  padding: 15px 10px 15px 40px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  min-width: 147px;
}

.play-team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background-color: var(--themcolor1);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.play-team-card p {
  font-weight: 500;
  color: var(--whitecolor);
  line-height: 1;
}

.play-card-each {
  padding: 30px 10px;
}

.play-team-card.lft-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: var(--whitecolor);
  transform: translate(100%, -50%);
  z-index: 1;
}

.play-team-card.rit-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: var(--whitecolor);
  transform: translate(-100%, -50%);
  z-index: 1;
}

.second-card-wppr {
  position: relative;
  padding: 0 15px;
}

.second-card-wppr::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: var(--whitecolor);
  transform: translateY(-50%);
}

.both-card {
  position: relative;
}

.both-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 49px;
  height: 1px;
  background-color: var(--whitecolor);
  transform: translate(-100%, -50%);
  z-index: 1;
}

.tournament-row {
  align-items: center;
}

.first-card-wppr {
  padding: 50px 0;
}

.tournament-innr-wppr {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.tournament-bracket-sec {
  overflow-x: hidden;
}

.right-alignment .play-team-card::before {
  left: auto;
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.right-alignment .play-team-card {
  padding: 15px 40px 15px 10px;
}

.right-alignment .right-dash::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 35px;
  height: 1px;
  background-color: var(--whitecolor);
  transform: translate(100%, -50%);
  z-index: 1;
}

.second-card-wppr.right-alignment::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: var(--whitecolor);
  transform: translateY(-50%);
}

.second-card-wppr.right-alignment .play-team-card.lft-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: var(--whitecolor);
  transform: translate(-100%, -50%);
  z-index: 1;
}

.right-alignment .both-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 49px;
  height: 1px;
  background-color: var(--whitecolor);
  transform: translate(100%, -50%);
  z-index: 1;
}

.tournament-cup-img {
  max-width: 165px;
  padding-bottom: 100px;
  width: 100%;
}

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

.tournament-cup-wppr {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.champ-btn-outer {
  display: inline-block;
}

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

.group-card-col {
  width: 25%;
}

.group-card-innr {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #466ee4;
}

.group-head {
  padding: 10px;
  background-color: var(--themcolor2);
}

.group-lists li {
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.cup-outer-main {
  position: relative;
}

.game-schedule-sec {
  padding-bottom: 100px;
}

/* support ends 18.04.2025  */

/* supports starts 21.04.2025  */
.live-score-sec {
  padding-bottom: 100px;
}

.live-score-col {
  width: 50%;
  border-bottom: 1px solid #efefef;
  padding: 0;
}

.live-score-col:nth-child(odd) {
  border-right: 1px solid #efefef;
}

.country-lft-col {
  width: 70%;
  border-right: 2px solid #efefef;
}

.country-rit-col {
  width: 30%;
}

.flag-wppr {
  width: 30px;
}

.country-flag-part {
  display: flex;
  align-items: center;
  padding: 10px 5px;
}

.flag-country-outer {
  display: flex;
  align-items: center;
}

.flag-wppr {
  width: 30px;
  flex: 0 0 auto;
}

.country-name {
  margin-left: 10px;
}

.goal-number {
  margin-left: auto;
  position: relative;
}

.country-flag-part.active .goal-number::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 10px;
  height: 15px;
  background-color: var(--color-dark);
  transform: translateY(-50%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.country-name p {
  line-height: 1;
  font-size: 18px;
}

.country-time-part {
  text-align: center;
}

.country-time-part span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: var(--themcolor1);
}

.country-flag-row {
  align-items: center;
}

.goal-number p {
  font-size: 18px;
}

.country-flag-part.active .country-name p,
.country-flag-part.active .goal-number p {
  font-weight: 600;
}

.country-score-each-box {
  padding: 40px 20px;
  transition: all 0.3s ease-in-out;
}

.country-score-each-box:hover {
  background-color: #f6f6f6;
}

.live-ranking-sec {
  padding-bottom: 100px;
}

.club-icon {
  display: flex;
  align-items: center;
}

.club-icon i {
  width: 30px;
  display: inline-block;
  flex: 0 0 auto;
  line-height: 0;
}

.club-icon i img {
  width: 100%;
  height: 100%;
}

.club-icon span {
  display: inline-block;
  margin-left: 10px;
  color: #5252eb;
}

.ranking-table {
  width: 100%;
  height: 100%;
}

.ranking-table table {
  width: 100%;
}

.ranking-table table thead tr th {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}

.ranking-table table tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
}

.group-lists {
  padding: 10px 0;
}

.group-card-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  justify-content: center;
}

/* --- service details page --- */
.overview-para {
  max-width: 946px;
  margin: 0 auto 35px;
  width: 100%;
}

.overview-para ul li p {
  max-width: 340px;
  width: 100%;
  position: relative;
  padding: 0 0 0 24px;
}

.overview-para ul li p::before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: var(--themcolor2);
}

.overview-para ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 10px;
  text-align: left;
  width: 33.33%;
}

.overview-para ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.service-overview-sec {
  padding-bottom: 300px;
}

.overview-img-sec {
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}

.overview-team-img-wppr {
  margin-top: -250px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.leadership-col {
  width: 50%;
}

.leader-row {
  --bs-gutter-x: 19px;
  align-items: center;
}

.leader-para {
  max-width: 555px;
  width: 100%;
}

.leader-innr-card-col {
  width: 50%;
}

.leader-sm-card-outer {
  background-color: var(--whitecolor);
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 27px 22px 40px;
  text-align: center;
  height: 100%;
}

.lead-icon {
  width: 65px;
  margin: 0 auto 20px;
}

.lead-txt .red-txt {
  color: var(--themcolor3);
}

.lead-txt p {
  margin-bottom: 15px;
  font-size: 24px;
  color: var(--themcolor1);
  line-height: 1;
  font-family: var(--font-OpenSans);
}

.communication-para {
  max-width: 207px;
  width: 100%;
  margin: 0 auto;
}

.leader-card-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.outcome-col {
  width: 50%;
}

.outcome-img-outer {
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 20px;
}

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

.outcome-card-innr .number-show {
  margin-bottom: 0;
  margin-right: 15px;
  flex: 0 0 auto;
  width: 51px;
  height: 51px;
  font-size: 30px;
}

.outcome-card-innr {
  display: flex;
  align-items: flex-start;
}

.out-head {
  text-align: left;
  margin-bottom: 30px;
}

.out-head h3 {
  color: var(--whitecolor);
  text-transform: capitalize;
  margin-bottom: 10px;
}

.outcome-each-card:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
}

.outcome-row {
  align-items: center;
}

.heading.my-calendar-month {
  display: none;
}

.my-calendar-date-switcher select {
  width: 300px;
  height: 60px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background-color: #f6f6f6 !important;
  color: var(--color-dark) !important;
  letter-spacing: 0.18px !important;
  padding: 0 22px !important;
  border-radius: 10px !important;
}

.my-calendar-date-switcher input[type="submit"] {
  height: 55px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  font-family: var(--font-KumbhSans) !important;
  padding: 0 30px !important;
  color: var(--color-dark) !important;
  border-radius: 100px !important;
  text-transform: capitalize !important;
  background-color: var(--themcolor2) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.my-calendar-date-switcher input[type="submit"]:hover {
  background-color: var(--themcolor1) !important;
  color: var(--whitecolor) !important;
}

.mc-main .mc_general .event-title,
.mc-main .mc_general .event-title a {
  padding: 15px 10px;
}

.container.woo-page svg {
  fill: var(--whitecolor) !important;
}

.mc-main .my-calendar-navigation select {
  margin-right: 20px !important;
}

.mc-main thead {
  border-bottom: 4px solid var(--themcolor1) !important;
}

.mc-main .mc-date-switcher div,
.mc-main .mc-search-form .mc-search,
.mc-main .mc_filters form {
  flex-wrap: wrap;
}

.container.woo-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mc-main .current-day:not(.day .current-day) {
  outline: 2px solid var(--themcolor1) !important;
}

.mc-main .has-events .mc-date {
  background: var(--themcolor1) !important;
}

.woocommerce-account .woocommerce form {
  min-height: 450px;
}

/* supports ends 21.04.2025  */

/* 21 aprl 2025 */
.participate-team-sec.merchandise {
  padding-top: 170px;
}

.participate-team-sec.merchandise .tinfo-outer {
  display: flex;
  justify-content: space-between;
}

.participate-team-sec.merchandise .tinfo-outer .location-wppr {
  max-width: 60%;
}

.participate-team-sec.merchandise .tinfo-outer .location-wppr.calllink {
  margin-left: 10px;
}

.participate-team-sec.merchandise .tinfo-outer .location-wppr.calllink span {
  transition: all 300ms ease-in-out;
}

.participate-team-sec.merchandise .tinfo-outer .location-wppr.calllink:hover span {
  color: var(--themcolor1) !important;
}

.participate-team-sec.merchandise .particular-team-card {
  min-height: 100%;
}

/* 22/4/25 start */

.our-hstry-main-slider-outer {
  padding-bottom: 100px;
  position: relative;
  margin-top: 60px;
}

/* .our-hstry-main-slider {
  height: calc(100vh - 180px);
  overflow: hidden;
} */

.our-hstry-main-slider>.slick-list {
  padding: 0 !important;
  margin-top: -35px;
  /* height: 100% !important; */
}

.our-hstry-main-slider .slick-slide {
  border: none;
}

.our-hstry-main-slider-nav {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  background: var(--themcolor2);
  padding: 2px 0;
  border-radius: 40px;
  /* flex-direction: column; */
}

.our-hstry-main-slider-nav .slick-arrow {
  margin: 8px;
}

.our-hstry-main-slider-nav .slick-arrow.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.our-hstry-main-slider-nav .slick-arrow.slick-disabled:hover {
  background: var(--whitecolor);
}

.our-hstry-main-slider-nav .slick-arrow.slick-disabled:hover img {
  filter: none;
}

.our-hstry-main-slider-nav .slick-arrow.prev-arw img {
  transform: rotate(90deg);
}

.our-hstry-main-slider-nav .slick-arrow.next-arw img {
  transform: rotate(90deg);
}

.overview-para ul {
  padding: 0 15px;
}

.overview-para ul li {
  padding-left: 24px;
}

.overview-para ul li::before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: var(--themcolor2);
}

#wpforo-wrap * {
  color: var(--light-gray) !important;
}

#wpforo-wrap #wpforo-menu {
  background-color: var(--light-green) !important;
  border-bottom-color: var(--themcolor1) !important;
}

#wpforo-wrap .wpf-breadcrumb .wpf-root {
  border-left-color: var(--themcolor1) !important;
}

#wpforo-wrap .wpf-bar-right .wpf-alerts {
  color: var(--themcolor1) !important;
  border-right-color: var(--themcolor1);
}

#wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box {
  color: var(--light-gray) !important;
}

#wpforo-wrap .wpfl-4 .wpf-threads-head {
  border-bottom-color: var(--light-gray) !important;
}

#wpforo-wrap .wpf-breadcrumb div,
#wpforo-wrap .wpf-breadcrumb div.active {
  background: var(--light-green) !important;
}

#wpforo-wrap .wpf-breadcrumb div:after,
#wpforo-wrap .wpf-breadcrumb div.active:after {
  color: var(--themcolor1) !important;
  background: var(--light-green) !important;
}

#wpforo-wrap .wpf-breadcrumb div:hover span,
#wpforo-wrap .wpf-breadcrumb div.active span {
  color: var(--themcolor1) !important;
}

#wpforo-wrap .wpf-head-bar {
  border-color: var(--themcolor1) !important;
  background: var(--light-green) !important;
}

#wpforo-wrap .wpf-action-link {
  border-top-color: var(--themcolor1);
}

#wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum,
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic {
  border-color: transparent !important;
  background-color: var(--themcolor2) !important;
  color: var(--color-dark) !important;
  transition: all 0.3s ease-in-out;
}

#wpforo #wpforo-wrap .wpf-action-link span i.fa-envelope {
  color: var(--color-dark) !important;
}

#wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum:hover,
#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-topic:hover {
  background: var(--color-dark) !important;
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-button-outlined.wpf-subscribe-forum:hover i.fa-envelope {
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap #wpforo-title {
  color: var(--color-dark) !important;
}

#wpforo-wrap #wpforo-description {
  color: var(--light-gray) !important;
}

#wpforo-wrap .wpf-button-outlined {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-action-link {
  border-top-color: var(--blackcolor) !important;
}

#wpforo-wrap .wpfl-4 .cat-title {
  color: var(--color-dark) !important;
}

#wpforo-wrap .wpf-acp-title {
  background: var(--light-green) !important;
}

#wpforo-wrap .wpf-acp-content,
#wpforo-wrap .wpf-acp-footer {
  background: var(--light-green) !important;
}

#wpforo #wpforo-wrap .wpf-button-secondary,
.wpf-button-secondary,
#wpforo #wpforo-wrap .wpf-button-secondary,
.wpf-button-secondary {
  background: #fefefe !important;
  color: var(--light-gray) !important;
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-acp-footer {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-button-secondary {
  background: #fefefe !important;
  color: var(--light-gray) !important;
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-footer-box {
  background-color: var(--light-green) !important;
}

#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li span {
  color: var(--color-dark) !important;
}

#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title span {
  color: var(--color-dark) !important;
}

#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li svg,
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title svg,
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-member svg,
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-newest-post svg {
  fill: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-head-bar {
  padding: 10px 20px !important;
}

#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top {
  background-color: var(--light-green) !important;
  border-left-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info {
  background-color: var(--light-green) !important;
}

#wpforo #wpforo-wrap .wpforo-post-head .wpf-topic-more-info h3 {
  color: var(--color-dark) !important;
  border-bottom-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap a:visited svg {
  fill: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap.wpft-post .wpf-manage-link .wpf-action {
  background: var(--light-green) !important;
  transition: all 0.3s ease-in-out;
}

#wpforo #wpforo-wrap.wpft-post .wpf-manage-link .wpf-action:hover span {
  color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-info svg {
  fill: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot {
  background: var(--light-green) !important;
}

#wpforo #wpforo-wrap .wpf-form-wrapper.wpfel-4 .wpf-reply-form-title {
  color: var(--color-dark) !important;
}

#wpforo #wpforo-wrap .wpf-post-create {
  background: var(--light-green) !important;
}

#wpforo #wpforo-wrap .wpf-field .wpf-field-wrap .mce-tinymce.mce-container.mce-panel {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-topic-navi .wpf-navi-wrap {
  border-top-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpforo-topic-footer {
  background: var(--light-green) !important;
}

#wpforo #wpforo-wrap select {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-topic-visitors {
  border-color: var(--themcolor1) !important;
}

#wpforo-wrap div.mce-toolbar-grp {
  background: var(--light-green) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-member-title {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-post-starter {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-notifications {
  background: var(--light-green) !important;
  border-top-color: var(--themcolor1) !important;
  border-bottom-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-notifications .wpf-notification-head {
  border-bottom-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-cat-forum-list .wpf-forum-item {
  border-bottom-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons span.wpf-stat-label,
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-topic-icons span.wpf-stat-label {
  font-size: 14px !important;
}

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div,
#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box {
  font-size: 14px !important;
}

dialog.my-calendar-modal .js-modal-title-container {
  background: var(--light-green) !important;
}

.my-calendar-modal .my-calendar-modal-close {
  height: 40px;
  width: 40px;
  top: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--font-KumbhSans);
  padding: 0 21px;
  color: var(--color-dark);
  border-radius: 100px;
  text-transform: capitalize;
  background-color: var(--themcolor2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.my-calendar-modal .my-calendar-modal-close__text {
  display: none;
}

dialog.my-calendar-modal #modal-title {
  margin-right: 0 !important;
  padding-right: 50px;
}

.my-calendar-modal .time-block {
  margin-bottom: 16px;
}

.my-calendar-modal .my-calendar-modal-close:focus,
.my-calendar-modal .my-calendar-modal-close:hover,
.my-calendar-modal .my-calendar-modal-close:active {
  outline: 0px;
  outline-offset: 0;
  background: var(--color-dark);
  color: var(--whitecolor);
}

.my-calendar-modal img {
  width: 100%;
  max-width: none;
}

body #wpforo #wpforo-wrap .wpf-field .wpf-field-wrap .mce-tinymce.mce-container.mce-panel {
  border-width: 1px !important;
}

.wpf-topic-form-extra-wrap .wpf-topic-form-ajax-wrap {
  background: var(--light-green);
}

#wpforo #wpforo-wrap .wpf-field {
  border-color: var(--themcolor1);
}

#wpforo #wpforo-wrap .wpf-topic-create .wpf-field.wpf-field-name-title input[type="text"],
#wpforo #wpforo-wrap .wpf-post-create .wpf-field.wpf-field-name-title input[type="text"] {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap input[type="text"],
#wpforo #wpforo-wrap input[type="password"],
#wpforo #wpforo-wrap input[type="email"],
#wpforo #wpforo-wrap textarea,
#wpforo #wpforo-wrap select {
  border-color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel .wpf-head-bar-right .wpf-button.add_wpftopic .fa-times {
  margin: 0;
}

#wpforo #wpforo-wrap .wpforo-revisions-wrap {
  border-top-color: var(--themcolor1);
}

#wpforo #wpforo-wrap .wpf-field {
  border-bottom-color: var(--light-green);
}

/* #wpforo #wpforo-wrap a:visited svg{
  fill: var(--themcolor1) !important;
} */

/* #wpforo #wpforo-wrap .wpf-acp-content a.wpf-button-secondary {
  box-shadow: 0px 0px 5px var(--themcolor1) !important;
} */

/* 22/4/25 end */

/* 24-04-2025 M.M Css Start */
.business-innr-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -5px;
}

.business-innr-wrap>h3,
.business-innr-wrap .bus-price-text {
  padding: 5px;
}

.business-innr-wrap>h3 {
  margin-bottom: 0;
  max-width: calc(100% - 80px);
}

.business-innr-wrap .bus-price-text {
  font-size: 24px;
  color: var(--themcolor1);
  font-weight: 700;
}

/* 24-04-2025 M.M Css End */



/* S.Mv Css Start 25-04-25 */
.woocommerce-order ul,
.woocommerce-order ul li {
  padding-left: 0;
}

.woocommerce-order ul li:after {
  display: none;
}

.woocommerce-order .woocommerce-order-details header h2 {
  margin-bottom: 20px !important;
}

.woocommerce-order .woocommerce-order-details .button {
  padding: 15px 25px;
  border-radius: 50px;
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.woocommerce-order .woocommerce-order-details .button:hover {
  background-color: var(--color-dark);
  color: var(--whitecolor);
}

.error404 .participating-outer {
  text-align: center;
}

.error404 .error_page h3 {
  font-size: 50px;
}

.error404 .error-btn {
  padding-top: 20px;
}

.error404 .error-btn .themebtn {
  padding: 18px 25px;
}


#gt_float_wrapper .gt_float_switcher,
#gt_float_wrapper .gt_float_switcher .gt-selected {
  box-shadow: none;
  padding: 0;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
}

.menu-item-gtranslate {
  margin-right: 15px;
}

.gt_float_switcher img {
  width: 20px !important;
}

.gt-lang-code {
  font-size: 12px;
}

.gt-current-lang {
  display: flex;
  align-items: center;
}

#gt_float_wrapper {
  margin-top: 5px;
  margin-left: -20px;
}

#gt_float_wrapper .gt_float_switcher .gt-selected {
  padding: 3px 10px 3px 5px;
  border-radius: 30px;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  top: 1px !important;
}

/* S.Mv Css End 25-04-25 */

/* S.Mv Css Start 25-04-25 */
.gtranslate_wrpr {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

html.translated-ltr .hright {
  padding-left: 230px;
}

html.translated-ltr .navbar-nav>li {
  margin: 0 10px;
}

.hright,
.main-head .navbar {
  position: static;
}

.logo-outer {
  top: 0;
}

.gtranslate_wrpr .gt_options {
  position: absolute !important;
  background-color: var(--whitecolor);
  width: 82px;
  padding: 0;
  border-radius: 5px;
  top: 82%;
}

.gtranslate_wrpr .gt_options a {
  font-size: 12px;
  padding: 6px !important;

}

.gtranslate_wrpr .gt_options a img {
  filter: initial;
}

.gtranslate_wrpr .gt_float_switcher .gt_options a:hover {
  background-color: var(--themcolor2);
  color: var(--color-dark);
}

/* S.Mv Css End 25-04-25 */

/* Start 02-05-25 */

.cmm-col-left .cmm-col-left-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.green-title {
  flex: 0 0 auto;
}

.cmnty-slider {
  flex-grow: 1;
}

.cmnty-slider .slick-list {
  height: 100%;
}

.cmnty-slider .slick-track {
  height: 100%;
}

.cmnty-slider-image {
  padding-top: 0;
  height: 100%;
}

/* End 02-05-25 */


/* S.Mv Css Start 07-05-25 */
#wpforo #wpforo-wrap .wpfl-4 .wpforo-category {
  border: 0 !important;
  background-color: transparent !important;
}

#wpforo #wpforo-wrap .wpforo-category .wpforo-cat-panel {
  background-color: transparent !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head {
  background-color: var(--light-green);
  border-bottom: 2px solid var(--themcolor1) !important;
}

#wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box {
  font-weight: 600;
  color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a {
  color: var(--color-dark) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title a:hover {
  color: var(--themcolor1) !important;
}

#wpforo #wpforo-wrap .wpf-sbtn {
  display: flex !important;
  align-items: center !important;
}

[wpf-tooltip]::after {
  background-color: var(--light-green) !important;
  color: var(--color-dark) !important;
}

[wpf-tooltip]::before {
  border-color: var(--light-green) transparent transparent transparent !important;
}

#wpforo #wpforo-wrap .wpf-admincp .wpf-acp-body,
#wpforo #wpforo-wrap #wpforo-stat-body {
  border-radius: 0 0 10px 10px !important;
  overflow: hidden !important;
  border: 0 !important;
}

#wpforo #wpforo-wrap #wpforo-menu {
  border-radius: 6px;
}

#wpforo #wpforo-wrap .wpf-admincp .wpf-acp-body .wpf-acp-content .wpf-button-secondary {
  background-color: var(--themcolor1) !important;
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-admincp .wpf-acp-body .wpf-acp-content .wpf-button-secondary i {
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons>div>a {
  background-color: var(--themcolor1) !important;
  padding: 4px 15px;
  border-radius: 50px;
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons>div>a span,
#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons>div>a i {
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons>div>a:hover {
  background-color: var(--color-dark) !important;
}

.wpf-thread-list .wpf-thread:nth-child(even) {
  background-color: #e3f0e56e;
}

.wpf-threads {
  border: 1px solid rgb(29 138 12 / 25%) !important;
  border-radius: 6px;
  overflow: hidden;
}

#wpforo #wpforo-wrap .wpf-action-link span.wpf-subscribe-topic:hover i.fa-envelope {
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-tags a {
  background-color: var(--color-dark) !important;
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-tags.wpf-tags-small a:before,
#wpforo #wpforo-wrap .wpf-tags.wpf-tags-small a:hover:before {
  border-color: transparent var(--color-dark) transparent transparent;
}

#wpforo-wrap .wpf-head-bar {
  margin-bottom: 30px !important;
  border-radius: 6px !important;
  overflow: hidden;
}

#wpforo #wpforo-wrap .wpf-tmi-user-posts {
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-topic-prev a {
  background-color: var(--color-dark);
  padding: 5px 10px;
  border-radius: 50px;
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-topic-prev a i {
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpf-topic-prev a:hover {
  background-color: var(--themcolor1);
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-self: center;
  background-color: var(--themcolor1);
  color: var(--whitecolor) !important;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action i {
  color: var(--whitecolor) !important;
  margin: 0 auto;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpforo-action-buttons-wrap {
  display: flex;
  justify-content: flex-end;
}

#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-buttons .wpf-action:hover {
  background-color: var(--color-dark);
}

/* S.Mv Css End 07-05-25 */

/* support starts 13.05.2025  */
.container.woo-page {
  padding-top: 10px;
  padding-bottom: 10px;
}

.my-calendar-section .mc-main .mc_general .event-title,
.my-calendar-section .mc-main .mc_general .event-title a,
.my-calendar-section .mc-main .mc_general .event-title button {
  background: #F0F8FD !important;
  color: #252628 !important;
  min-height: 60px;
}

.my-calendar-section .container.woo-page svg {
  fill: #95d680 !important;
  flex: 0 0 auto;
}

.my-calendar-section .mc-main .mc_general .event-title {
  border-left: 3px solid #1D8A0B;
}

.my-calendar-section .mc-main .mc_general .event-title button:hover,
.my-calendar-section .mc-main .mc_general .event-title button:focus {
  background: transparent !important;
  border: none;
  outline: none;
}

/* support ends 13.05.2025  */

/* Support start 20-05-25 */


.my-calendar-section .container.woo-page svg {
  fill: var(--themcolor1) !important;
}

.category-icon {
  fill: var(--themcolor1) !important;
}

.event-title {
  font-size: 13px !important;
}

.event-title button {
  align-items: flex-start !important;
}

.blog-slider-img {
  position: static;
  padding-top: 0;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .blog-slider-img a{
  display: block;
  position: relative;
  padding-top: 70%;
} */
.blog-slider-img img {
  height: 100%;
  position: static;
  border-radius: 10px;
  width: auto;
}

.participating-text-outer h1 {
  margin-bottom: 32px;
}

.fep-menu-toggle a {
  background-color: var(--themcolor1);
  color: var(--whitecolor);
}

.fep-menu-toggle a:hover,
.fep-menu-toggle a.fep-button-active {
  background-color: var(--themcolor2);
  color: var(--color-dark);
  border-color: var(--themcolor2) !important;
}

.fep-header-avatar {
  width: 13%;
  padding: 8px 20px 8px 8px;
}

.fep-header-avatar .avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 !important;
}

.fep-table>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#fep-content {
  margin-top: 40px;
  padding: 20px 30px;
  border: 1px solid var(--themcolor1);
  border-radius: 10px;
}

#fep-wrapper #fep-header {
  border-radius: 10px;
  border: 1px solid var(--themcolor1);
  padding: 10px;
  margin-bottom: 20px;
}

.fep-form input[type="text"] {
  background-color: rgba(29, 138, 11, 0.09);
  border: 1px solid rgba(29, 138, 11, 0.4);
}

.front-end-pm-form .fep-form-field {
  margin-bottom: 20px;
}

.fep-form-field .fep-label {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 16px;
}

.mce-toolbar-grp {
  background: rgba(29, 138, 11, 0.09) !important;
  border: 1px solid rgba(29, 138, 11, 0.4) !important;
}

.mce-ico {
  color: var(--themcolor1) !important;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
  border: none !important;
}

.wp-editor-tabs button {
  background-color: var(--themcolor1) !important;
  color: var(--whitecolor) !important;
  border-color: var(--themcolor1);
  box-shadow: none !important;
}

.wp-editor-container {
  border: 1px solid var(--themcolor1) !important;
}

div.mce-statusbar {
  border-top: 1px solid var(--themcolor1) !important;
}

.quicktags-toolbar .ed_button.button {
  color: var(--themcolor1);
  border-color: var(--themcolor1);
  background: rgba(29, 138, 11, 0.2);
}

.quicktags-toolbar {
  background: rgba(29, 138, 11, 0.09) !important;
  border-bottom: 1px solid var(--themcolor1) !important;
}

.fep-attachment-field-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#fep_upload {
  margin-bottom: 20px;
}

#fep-content a {
  color: var(--themcolor1);
}

#fep-wrapper a:not(.fep-button, .fep-button-active) {
  color: var(--themcolor1);
}

.fep-button {
  background-color: var(--themcolor2);
  color: var(--color-dark);
  transition: all 0.3s ease-in-out;
  border: none;
}

.fep-button:hover {
  background-color: var(--color-dark);
  color: var(--whitecolor);
}

#fep-footer {
  border: 1px solid var(--themcolor1);
  padding: 10px 30px;
  border-radius: 10px;

}

.fep-field label {
  display: flex;
  align-items: flex-start;
  line-height: 1.1;
  cursor: pointer;
}

.fep-field input[type="checkbox"] {
  margin-top: 2px;
  margin-right: 10px;
}

.fep-field .token-input-input-token-facebook {
  list-style: none;
  width: 100%;
}

ul.token-input-list-facebook {
  width: 100% !important;
}

.fep-field .token-input-input-token-facebook input[type="text"] {
  /* opacity: 0; */
  width: 100% !important;
}

ul.token-input-list-facebook {
  border: none !important;
}

#fep-content .fep-announcementbox-search-form-field {
  outline: none;
  height: 50px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid var(--themcolor1);
}

.fep-announcement-table .fep-bulk-action select {
  margin-top: 0;
}

.fep-action-table {
  margin-top: 16px;
}

.fep-table.fep-action-table button {
  margin: 0 0 0 20px;
}

select {
  border: 1px solid var(--themcolor1);
  background-color: transparent;
}

.blog-slider-img a {
  display: block;
  width: auto;
  height: 100%;
}

.blog-slider-item {
  padding: 0 10px;
}

.blog-banner-slider .slick-list {
  margin: 0 -10px;
}

.front-end-pm-form .fep-field label {
  margin-bottom: 14px;
}

.fep-table-row {
  padding: 20px;
}

.single-our-events .bdtls-title {
  justify-content: center;
}

/* Support end 20-05-25 */

/* Support end 21-05-25 */

.fep-field .token-input-list-facebook li::after {
  display: none;
}

.fep-field .token-input-list-facebook li {
  padding-left: 0;
}

#fep-content h2 {
  margin-bottom: 20px;
}

#fep-content .fep-announcementbox-search-form-div .fep-announcementbox-search-form-field {
  width: 100%;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,
.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
  box-shadow: none !important;
  outline: none !important;
}

#fep-content .front-end-pm-form .fep-form-field.fep-form-field-announcement_roles .fep-field {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#fep-content .front-end-pm-form .fep-form-field.fep-form-field-announcement_roles .fep-field label {
  margin-right: 14px;
}

#fep-content #fep-table {
  margin-top: 30px;
}

#fep-content .fep-directory-search-form-div #fep-directory-search-form input[type="search"] {
  border: 1px solid var(--themcolor1);
  border-radius: 10px;
  height: 50px;
  padding: 0 16px;
  width: 100%;
}

#fep-content #fep-table .fep-table-row .fep-column {
  padding-right: 16px;
}

#fep-content #fep-table .fep-table-row .fep-column.fep-column-block_unblock {
  margin-left: auto;
}

#fep-result {
  background: transparent;
  border: none;
  display: none;
  position: absolute;
  width: 100%;
  position: static;
  margin-top: 10px;
}

#fep-result li {
  border-top: none;
}

#fep-result li:after {
  display: none;
}

.mce-toolbar .mce-btn-group .mce-btn:focus,
.mce-toolbar .mce-btn-group .mce-btn:hover,
.qt-dfw:focus,
.qt-dfw:hover {
  box-shadow: 0 0 0 2px var(--themcolor1) !important;
  outline: none !important;
}

#fep-footer a {
  background-color: var(--themcolor2);
  color: var(--color-dark) !important;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
}

#fep-footer a:hover{
  background-color: var(--color-dark);
  color: var(--whitecolor) !important;
}
.fep-odd-even > div:nth-child(odd){
  background-color: rgba(29, 138, 11, 0.3);
}
.fep-odd-even > div:nth-child(even) {
    background-color: rgba(29, 138, 11, 0.08);
}
/* Support end 21-05-25 */

/* ========== responsive css =========== */

@media (min-width: 992px) {

  /* navbar*/
  .navbar-nav .clickD {
    /* display: none;
        position: absolute;
        top: 14px;
        right: -20px;
        width: 15px;
        height: 15px;
        background: url(images/arrow-down.png) no-repeat center; */
    pointer-events: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }

  .sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    transform: translateY(30%);
    left: 0;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 200px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
    padding: 10px 0 20px;
    pointer-events: none;
  }

  .navbar-nav>li:hover>.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .navbar-nav>li:hover>.clickD {
    transform: rotate(180deg);
  }
}

@media (min-width: 1920px) {
  .main-footer {
    padding-top: 275px;
  }
}

/* ---- container ---- */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
  }

  /* Inner banner */
  .innerbanner-container {
    padding-left: calc((((100% - 1170px) / 2)) + 12px);
  }
}

@media (max-width: 1399px) {
  .play-team-card {
    min-width: 115px;
  }

  .play-team-card {
    min-width: 115px;
    padding: 12px 10px 12px 25px;
  }

  .right-alignment .play-team-card {
    padding: 12px 25px 12px 10px;
  }

  .first-card-wppr {
    padding: 40px 0;
  }

  .play-card-each {
    padding: 20px 10px;
  }

  .tournament-cup-img {
    max-width: 115px;
    padding-bottom: 80px;
  }

  .tournament-innr-content .title-wrap h3 {
    font-size: 35px;
  }

  .leader-card-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .outcome-card-innr .number-show {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .lead-icon {
    width: 55px;
    margin: 0 auto 15px;
  }


}

@media (max-width: 1340px) {

  /* S.Mv Css Start 25-04-25 */
  .main-head {
    padding-top: 50px;
  }

  .gtranslate_wrpr {
    top: 6px;
    right: 30px;
    transform: translateY(0);
  }

  /* S.Mv Css End 25-04-25 */
}

/* Max Width 1170px */
@media (max-width: 1199px) {
  .navbar-brand {
    max-width: 163px;
  }

  .navbar-nav>li>a {
    font-size: 15px;
  }

  h3,
  .h3-title {
    font-size: 18px;
  }

  h4,
  .h4-title {
    font-size: 17px;
  }

  .banner-text .bnr-smll-text {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .banner-text h1 {
    font-size: 70px;
  }

  .hright {
    padding-left: 190px;
  }

  .navbar-nav>li {
    margin: 0 7px;
  }

  .subarrow {
    right: -16px;
    width: 11px;
  }

  .evnt-date {
    font-size: 14px;
  }

  .evnt-arrow {
    font-size: 14px;
  }

  .count-sec {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .nwsltr-sec {
    padding-top: 115px;
  }

  .main-footer {
    padding: 145px 0 0;
  }

  .count-wrap {
    font-size: 48px;
  }

  /* New add */

  .price-btn {
    padding-right: 30px !important;
  }

  .aftrlogin-accout {
    font-size: 15px;
  }

  /* S.Mv Css Start 17-04-25 */

  .woocommerce-edit-address .woocommerce-Address-title.title {
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce-edit-address .woocommerce-Address-title.title .edit {
    margin-left: 0;
    padding: 10px 19px;
    font-size: 12px;
    margin-top: 10px;
  }

  /* S.Mv Css End 17-04-25 */

  /* support starts 18.04.2025  */
  .particular-team-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
    margin-bottom: 40px;
  }

  .participate-team-sec {
    padding-bottom: 70px;
  }

  /* support ends 18.04.2025  */

  /* support starts 21.04.2025  */
  .tournament-col {
    width: 33%;
  }

  .tournament-row {
    max-width: 85%;
  }

  .tournament-cup-wppr {
    left: auto;
    transform: translate(0%, -60%);
    right: 0;
  }

  .cup-outer-main .tournament-row .tournament-col:nth-child(4) {
    order: 3;
    transform: rotateY(180deg);
  }

  .cup-outer-main .tournament-row .tournament-col:nth-child(5) {
    order: 2;
    transform: rotateY(180deg);
  }

  .cup-outer-main .tournament-row .tournament-col:nth-child(6) {
    order: 1;
    transform: rotateY(180deg);
  }

  .cup-outer-main .tournament-row .tournament-col:nth-child(4) .first-card-wppr.right-alignment p {
    transform: rotateY(-180deg);
  }

  .second-card-wppr.right-alignment p {
    transform: rotateY(-180deg);
  }

  .play-card-each {
    padding: 15px 10px;
  }

  .first-card-wppr {
    padding: 30px 0;
  }

  .group-card-col {
    width: 33.33%;
  }

  .cup-outer-main {
    margin-bottom: 30px;
  }

  .group-lists li {
    font-size: 16px;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .game-table-outer table tbody tr td {
    font-size: 15px;
  }

  .game-schedule-sec,
  .live-score-sec,
  .live-ranking-sec {
    padding-bottom: 80px;
  }

  .ranking-table table tbody tr td {
    font-size: 15px;
  }

  .club-icon i {
    width: 25px;
  }

  .country-time-part span {
    font-size: 25px;
  }

  .country-flag-part {
    padding: 6px 5px;
  }

  .country-score-each-box {
    padding: 30px 15px;
  }

  .tournament-innr-content .title-wrap h3 {
    font-size: 32px;
  }

  .service-overview-sec {
    padding-bottom: 300px;
  }

  .overview-para ul li {
    padding: 0 10px;
  }

  .overview-para ul {
    margin: 0 -10px;
  }

  .overview-para {
    margin: 0 auto;
  }

  .overview-img-sec {
    padding-bottom: 50px;
  }

  .leader-sm-card-outer {
    padding: 20px 15px 30px;
  }

  .lead-icon {
    width: 50px;
    margin: 0 auto 10px;
  }

  .lead-txt p {
    margin-bottom: 10px;
    font-size: 22px;
  }

  /* support ends 21.04.2025  */

  /* 21 aprl 2025 */
  .participate-team-sec.merchandise .tinfo-outer {
    flex-direction: column;
  }

  .participate-team-sec.merchandise .tinfo-outer .location-wppr.calllink {
    margin: 10px 0 0;
  }

  .overview-para ul li {
    padding-left: 24px;
  }

  /* S.Mv Css Start 28-05-25 */
  html.translated-ltr .hright {
    padding-left: 170px;
  }

  html.translated-ltr .navbar-nav>li>a {
    font-size: 13px;
  }

  html.translated-ltr .navbar-nav .clickD {
    top: 15px;
    width: 9px;
    height: 9px;
    background-size: 9px;
  }

  html.translated-ltr .navbar-nav>li {
    margin: 0 8px;
  }

  .navbar-brand {
    max-width: 135px;
  }

  /* S.Mv Css End 28-05-25 */

  .mc-main .event-title button {
    flex-direction: column !important;
  }


  /* Support start 21-05-25 */

  #fep-content {
    padding: 20px;
  }

  .participating-text-outer h1 {
    font-size: 48px;
  }

  /* Support end 21-05-25 */


}

/* Max Width 992px */
@media (max-width: 1169px) {
  .banner-img-wrap {
    padding-top: 59%;
  }

  .banner-slider-arrow {
    --arrowXposition: 30px;
  }

  .banner-text {
    padding-bottom: 25px;
  }

  .themebtn {
    font-size: 14px;
    padding: 6px 6px 6px 30px;
  }

  .abt-para {
    font-size: 20px;
  }

  h2,
  .h2-title {
    font-size: 40px;
  }

  .aftrlogin-accout {
    height: 44px;
    font-size: 15px;
    padding: 0 21px;
  }

  .hstry-red-text {
    font-size: 26px;
    margin: 0 0 10px;
  }

  .main-footer {
    font-size: 16px;
  }

  .copyright-text {
    padding: 12px 0;
  }

  .innerbanner {
    padding-top: 85px;
  }

  .ldrship-middle {
    padding: 10px 10px;
  }

  .ldrship-bottom {
    padding: 20px 10px 30px 10px;
  }

  .gdnce-box {
    min-height: 230px;
  }

  /* Contact Page */
  .contact-link {
    font-size: 20px;
  }

  /* Blog Details */
  .bdtls-title h1 {
    padding-right: 20px;
  }

  /* S.Mv Css Start 14-04-25 */
  .membership_price_btn {
    padding: 14px 33px;
  }

  .participating-text-inr h1 {
    font-size: 36px;
  }

  .participating-text-inr h2 {
    font-size: 32px;
  }

  .participating-text-inr h3 {
    font-size: 30px;
  }

  .participating-text-inr h4 {
    font-size: 28px;
  }

  /* S.Mv Css End 14-04-25 */

  /* S.Mv Css Start 17-04-25 */
  .deafult-pg-structure .entry-content h1 {
    font-size: 36px;
  }

  .deafult-pg-structure .entry-content h2 {
    font-size: 32px;
  }

  .deafult-pg-structure .entry-content h3 {
    font-size: 30px;
  }

  .deafult-pg-structure .entry-content h4 {
    font-size: 28px;
  }

  /* S.Mv Css Start 17-04-25 */

  /* 24-04-2025 M.M Css Start */
  .business-innr-wrap .bus-price-text {
    font-size: 18px;
  }

  .business-innr-wrap>h3 {
    max-width: calc(100% - 60px);
  }

  /* 24-04-2025 M.M Css End */

  .participating-text-outer h1 {
    font-size: 38px;
    margin-bottom: 26px;
  }
}

@media (max-width: 1024px) {
  .navbar-nav>li {
    margin: 0 0 0 8px;
    padding: 0 17px 0 0;
  }

  .navbar-nav>li:last-child {
    padding-right: 0;
  }

  .navbar-nav>li.menu-item-has-children a {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  body {
    line-height: 1.6;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 20px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 22px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    padding: 11px;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu {
    display: none;
  }

  .sub-menu.show {
    display: block;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li>a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    margin-top: 14px;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .sub-menu>li>a {
    padding-left: 20px;
    color: var(--whitecolor);
    opacity: 0.8;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #094a00;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .cmn-gap {
    padding: 70px 0;
  }

  .mv-section,
  .bg-green {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }

  .event-sec {
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
  }

  .count-sec {
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0% 100%);
  }

  .invlved-sec {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }

  .main-footer {
    padding: 80px 0 0;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
  }

  .client-box {
    height: 80px;
  }

  .hright {
    justify-content: flex-end;
  }

  .clickD {
    right: 15px;
    width: 15px;
    top: 9px;
  }

  .banner-text h1 {
    font-size: 50px;
  }

  .banner-text .bnr-smll-text {
    font-size: 24px;
  }

  .banner-img-wrap {
    padding-top: 52%;
  }

  .banner-text {
    position: relative;
    padding: 40px 0 70px;
    background-color: var(--color-dark);
  }

  .bnr-btn-group {
    text-align: left;
    margin-top: 30px;
  }

  .home-prev-arw,
  .home-next-arw {
    top: 40%;
  }

  .invlved-sec {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }

  .mv-section,
  .bg-green {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
  }

  .innerbanner-container {
    padding-left: calc((((100% - 743px) / 2)) + 1.5rem);
  }

  h1,
  .h1-title {
    font-size: 40px;
  }

  .values-sec .edtr-text {
    max-width: 100%;
  }

  .ovrvw-para {
    max-width: 100%;
  }

  .gdnce-box {
    min-height: auto;
  }

  .event-sec {
    clip-path: none;
  }

  .pagination-outer {
    margin-top: 60px;
  }

  .prfl-right-desc {
    padding-left: 0;
  }

  .prfl-rlr1 {
    display: none;
  }

  /* History Page */
  .our-hstry-img {
    padding: 10px;
  }

  /* Conatct Page */
  .contact-box {
    padding: 20px 10px;
  }

  .scl-list-link {
    width: 80px;
    height: 80px;
    font-size: 42px;
    margin: 5px;
  }

  /* Blog Details */
  .blog-share {
    margin-bottom: 50px;
  }

  .tckt-price {
    margin-bottom: 20px;
  }

  .get-ticket {
    padding: 32px 10px;
  }

  .donate-form {
    padding: 25px 20px;
  }

  .donate-form .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  /* S.Mv Css Start 14-04-25 */
  .goal-box {
    padding: 34px 30px;
  }

  .membership_price_btn {
    padding: 14px 26px !important;
    margin-right: 2px;
  }

  .jnform .gform_wrapper input[type="text"],
  .jnform .gform_wrapper input[type="email"],
  .jnform .gform_wrapper input[type="tel"],
  .jnform .gform_wrapper textarea {
    background-color: var(--whitecolor);
    font-size: 16px;
  }

  .participating-sec {
    padding: 110px 0 60px;
  }

  /* S.Mv Css End 14-04-25 */

  .container.woo-page #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons span.wpf-no-new {
    margin-bottom: 5px;
  }

  .container.woo-page #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-forum-icons span.wpf-stat-label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .container.woo-page #wpforo #wpforo-wrap #wpforo-stat-body .wpf-last-info div.wpf-topic-icons span {
    margin: 5px;
  }

  .container.woo-page {
    padding-bottom: 60px;
  }

  /* S.Mv Css Start 16-04-25 */
  .cmnty-sec .col-md-6 {
    width: 100%;
  }

  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-author-title {
    flex-basis: auto !important;
  }

  .wpf-author {
    margin: -5px -5px 10px !important;
    align-items: center !important;
  }

  .wpf-author>* {
    padding: 5px !important;
    margin: 0 !important;
  }

  #wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-member-title {
    margin: 0 !important;
  }

  /* S.Mv Css End 16-04-25 */

  /* S.Mv Css start 17-04-25 */
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 20px;
  }

  .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .woocommerce-Addresses>* {
    width: 48% !important;
  }

  .mbl-border .gform_wrapper #field_6_18,
  .mbl-border .gform_wrapper #field_6_20,
  .mbl-border .gform_wrapper #field_6_22 {
    padding: 25px;
  }

  .single-wishlist .wishlist-items .wl-single-item {
    width: 25%;
  }

  /* S.Mv Css End 17-04-25 */

  /* support starts 18.04.2025  */
  .particular-team-card {
    padding: 15px 12px 25px;
    border-radius: 10px;
  }

  .particular-team-location h3 {
    margin-bottom: 10px;
  }

  .location-wppr span {
    font-size: 15px;
  }

  .location-wppr i {
    width: 16px;
    height: 16px;
  }

  /* support ends 18.04.2025  */

  /* support starts 21.04.2025  */
  .tournament-row {
    max-width: 100%;
    width: 100%;
  }

  .tournament-cup-img {
    padding-bottom: 20px;
  }

  .group-card-innr {
    border-radius: 10px;
  }

  .tournament-innr-content .title-wrap h3 {
    font-size: 28px;
  }

  .service-overview-sec {
    padding-bottom: 280px;
  }

  .overview-para ul li {
    width: 50%;
  }

  .leadership-col {
    width: 100%;
  }

  .leader-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
  }

  .outcome-card-innr .number-show {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .outcome-each-card:not(:last-child) {
    margin-bottom: 20px;
  }

  .out-head {
    margin-bottom: 20px;
  }

  .mc-main .my-calendar-navigation select {
    margin-bottom: 20px !important;
  }

  .woocommerce-account .woocommerce form {
    min-height: 490px;
  }

  .outcome-col {
    width: 100%;
  }

  .outcome-row {
    --bs-gutter-y: 20px;
  }

  /* support ends 21.04.2025  */

  /* .our-hstry-main-slider {
    height: calc(100vh - 180px);
  } */

  .our-hstry-main-slider-outer {
    padding-bottom: 80px;
    position: relative;
  }

  /* 24-04-2025 M.M Css Start */
  .business-innr-wrap>h3 {
    margin-bottom: 0;
  }

  /* 24-04-2025 M.M Css End */


  /* S.Mv Css Start 25-04-25 */
  .woocommerce-order-received {
    padding-top: 90px;
  }

  .error404 .error_page h3 {
    font-size: 36px;
  }

  /* S.Mv Css End 25-04-25 */


  /* S.Mv Css Start 28-04-25 */
  .gtranslate_wrpr {
    top: 0;
    right: 0;
    position: relative;
    order: 1;
  }

  .login-reg-wrap {
    order: 2;
  }

  html.translated-ltr .navbar-nav>li>a {
    font-size: 16px;
  }

  /* S.Mv Css End 28-04-25 */


  /* support starts 29.04.2025  */
  .woocommerce-account .participating-sec {
    padding: 190px 0 60px;
  }

  /* support ends 29.04.2025  */

  /* Start 02-05-25 */

  .cmnty-slider-image {
    padding-top: 80%;
  }

  /* End 02-05-25 */


  .mc-content .my-calendar-table {
    min-width: 930px;
    overflow: auto !important;
  }

  .mc-content {
    overflow: auto;
  }

  .my-calendar .container.woo-page {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .hsrch-form {
    right: -80px;
  }

  h1,
  .h1-title,
  .recall-dtls-head h1 {
    font-size: 30px;
  }

  .mv-section,
  .bg-green {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
  }

  .event-sec {
    clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0% 100%);
  }

  .srow {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }

  .count-col {
    width: 50%;
    flex: auto;
  }

  .count-wrap {
    font-size: 40px;
    margin-bottom: 13px;
  }

  .count-box p {
    font-size: 20px;
  }

  .count-sec {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
  }

  .cmnty-sec {
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
  }

  .invlved-sec {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  }

  .client-col {
    width: 25%;
  }

  .copyright-text {
    flex-direction: column;
  }

  .copyright-text .social {
    margin-top: 12px;
  }

  .home-prev-arw,
  .home-next-arw {
    width: 36px;
    height: 36px;
    line-height: 30px;
  }

  .innerbanner-container {
    padding-left: calc((((100% - 563px) / 2)) + 1.5rem);
  }

  .banner-text-inr,
  .innerbanner-container {
    max-width: 540px;
    padding: 0 12px;
    margin: 0 auto;
  }

  .banner-text-inr {
    padding: 50px 12px;
  }

  .inrbanner {
    clip-path: none;
  }

  .innerbanner .innerbanner-container {
    padding: 0;
    max-width: 100%;
  }

  .goal-box {
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    background-color: var(--whitecolor);
    color: var(--light-gray);
  }

  .innerbanner {
    padding-top: 78px;
  }

  .abt-mv.mv-box .mv-icon {
    margin-right: 10px;
  }

  .goal-section,
  .abt-mv-section {
    overflow: hidden;
  }

  /* History Page */
  .our-hstry-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-hstry-para {
    font-size: 15px;
  }

  .edetails-wrap {
    padding: 30px 20px;
  }

  .edetails-wrap h2 {
    margin-bottom: 34px;
  }

  .edetails-sec {
    padding-top: 0 !important;
  }

  /* Conatct Page */
  .map-frame {
    margin-bottom: 30px;
    height: 300px;
  }

  .scl-list-link {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"] {
    height: 50px;
  }

  /* Podcast */
  .podcast-box .podcast-img {
    width: 100%;
    max-height: 300px;
  }

  .podcast-box .evnt-text {
    width: 100%;
    padding: 30px 0 0 !important;
  }

  .desc-tag {
    font-size: 20px;
    padding: 12px 22px;
  }

  .dtls-text {
    padding-right: 0;
  }

  .blog-dtls-bottom {
    padding-bottom: 60px;
  }

  .membr-top,
  .mbl-border {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
  }

  .jnform {
    padding: 30px 20px;
  }

  .jnform .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .card-tab .card-tab-list {
    min-width: 190px;
  }

  .banner-img-wrap {
    padding-top: 90%;
  }

  /* 10-apr-2025  */
  .page-template-blog .nwsltr-form .gform-body.gform_body {
    margin-bottom: 20px;
  }

  /* 10-apr-2025  */

  /* 11/4/25 start */
  #gform_wrapper_2 .gform-body.gform_body {
    margin-bottom: 20px;
  }

  /* 11/4/25 start */

  /* S.Mv Css Start 14-04-25 */
  .jnform .gform_wrapper .gform_fields {
    row-gap: 15px;
    column-gap: 10px;
  }

  .jnform .gform_wrapper .gform-footer {
    margin-top: 15px;
  }

  .membership_price_btn {
    width: 100%;
  }

  .goal-box .themebtn {
    margin-top: 10px;
    width: 100%;
  }

  .participating-text-inr h1 {
    font-size: 32px;
  }

  .participating-text-inr h2 {
    font-size: 30px;
  }

  .participating-text-inr h3 {
    font-size: 28px;
  }

  .participating-text-inr h4 {
    font-size: 26px;
  }

  .participating-text-inr h4 {
    font-size: 24px;
  }

  /* S.Mv Css End 14-04-25 */

  /* S.Mv Css End 16-04-25 */
  .woocommerce-account .u-columns h2 {
    font-size: 28px;
  }

  .woocommerce-account .woocommerce form {
    margin: 15px 0;
  }

  /* S.Mv Css End 16-04-25 */

  /* S.Mv Css End 17-04-25 */

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .mbl-border .gform_wrapper #field_6_3 .gfield_radio {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mbl-border .gform_wrapper #field_6_3 .gfield_radio .gchoice {
    width: 48.5%;
  }

  .single-wishlist .wishlist-items .wl-single-item {
    width: 33.33%;
  }

  .deafult-pg-structure .entry-content h1 {
    font-size: 32px;
  }

  .deafult-pg-structure .entry-content h2 {
    font-size: 30px;
  }

  .deafult-pg-structure .entry-content h3 {
    font-size: 28px;
  }

  .deafult-pg-structure .entry-content h4 {
    font-size: 26px;
  }

  .deafult-pg-structure .entry-content h4 {
    font-size: 24px;
  }

  /* S.Mv Css End 17-04-25 */

  /* support starts 18.04.2025  */
  .particular-col {
    width: 50%;
  }

  .participate-team-sec {
    padding-bottom: 60px;
  }

  /* support ends 18.04.2025  */

  /* support starts 21.04.2025  */
  .tournament-row {
    max-width: max-content;
    width: 750px;
  }

  .group-card-col {
    width: 50%;
  }

  .tournament-cup-wppr {
    left: 0;
    transform: translate(0);
    right: 0;
    position: relative;
    top: 0;
    padding: 20px 0;
  }

  .game-schedule-sec,
  .live-score-sec,
  .live-ranking-sec {
    padding-bottom: 70px;
  }

  .live-score-col {
    width: 100%;
  }

  .live-score-col:nth-child(odd) {
    border-right: none;
  }

  .country-score-each-box {
    padding: 20px 10px;
  }

  .country-name p,
  .goal-number p {
    font-size: 16px;
  }

  .flag-wppr {
    width: 25px;
  }

  .country-flag-part.active .goal-number::before {
    width: 8px;
    height: 10px;
  }

  .country-time-part span {
    font-size: 22px;
  }

  .ranking-table table {
    max-width: 700px;
  }

  .ranking-table,
  .game-table-outer {
    overflow-x: auto;
  }

  .tournament-main {
    overflow-x: auto;
  }

  .overview-team-img-wppr {
    margin-top: -150px;
  }

  .service-overview-sec {
    padding-bottom: 180px;
  }

  .overview-para ul li p {
    max-width: 100%;
  }

  .leader-innr-card-col {
    width: 50%;
  }

  .woocommerce-account .woocommerce form {
    min-height: 400px;
  }

  /* support ends 21.04.2025  */

  .our-hstry-main-slider>.slick-list {
    margin-top: -22px;
  }

  /* S.Mv Css Start 25-04-25 */
  .woocommerce-order-received {
    padding-top: 70px;
  }

  .error404 .error_page h3 {
    font-size: 30px;
  }

  .error404 .error-btn .themebtn {
    padding: 16px 30px;
  }


  /* S.Mv Css End 25-04-25 */

  .mc-content .my-calendar-table {
    min-width: 100%;
  }

  /* Support start 21-05-25 */

  .fep-header-avatar {
    width: 18%;
    padding: 8px 12px 8px 8px;
  }

  #fep-header strong {
    font-size: 18px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select,
  input[type="url"] {
    height: 50px;
    border-radius: 6px;
  }

  #fep-content .fep-directory-search-form-div #fep-directory-search-form input[type="search"] {
    border-radius: 6px;
  }

  /* .fep-table>div{
  flex-direction: column;
} */
  .fep-action-table>div>div {
    width: 100%;
  }

  .fep-table.fep-action-table button {
    margin: 10px 0 0;
    width: 100%;
  }

  #fep-content #fep-table .fep-table-row .fep-column {
    padding-right: 10px;
    font-size: 14px;
  }

  .fep-table-row {
    padding: 16px;
  }

  #fep-content .fep-announcementbox-search-form-field {
    border-radius: 6px;
  }

  .fep-button:hover,
  .fep-button-active {
    background-color: var(--color-dark);
    color: var(--whitecolor);
  }

  /* Support end 21-05-25 */

}

@media (max-width: 575px) {

  h1,
  .h1-title {
    font-size: 40px;
  }

  h2,
  .h2-title {
    font-size: 30px;
  }

  .title-wrap h2,
  .title-wrap .border-bottom {
    margin-bottom: 20px;
  }

  .banner-slider-arrow {
    left: 12px;
    width: 36px;
  }

  .fnav ul li {
    margin: 0 0 6px;
  }

  .fnav ul li:last-child {
    margin-bottom: 0;
  }

  .login-reg-text-menu {
    position: absolute;
    padding: 10px 20px;
    background-color: var(--themcolor2);
    top: 44px;
    right: 0;
    width: 130px;
    display: none;
  }

  .aftrlogin-accout span {
    display: none;
  }

  .user-icon-duplicate {
    width: 15px;
    text-align: center;
  }

  .user-icon-duplicate img {
    flex-shrink: 0;
  }

  .aftrlogin-accout:hover .user-icon-duplicate img {
    flex-shrink: 0;
    filter: brightness(0) invert(1);
  }

  .aftrlogin-accout {
    height: 35px;
    font-size: 13px;
    padding: 0px 13px;
  }

  .banner-slider-arrow {
    --arrowXposition: 12px;
  }

  .home-prev-arw,
  .home-next-arw {
    top: 30%;
  }

  .banner-text h1 {
    font-size: 40px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .main-footer {
    padding: 60px 0 0;
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  }

  .chat {
    right: 0px;
    bottom: 0;
    width: 70px;
  }

  .client-col {
    width: 33.33%;
  }

  .nwsltr-form [type="email"] {
    width: 100%;
  }

  .prev-arw,
  .next-arw {
    width: 37px;
    height: 37px;
  }

  .hstry-prev-arw {
    margin-right: 8px;
  }

  .nwsltr-form [type="submit"],
  .nwsltr-form [type="email"] {
    height: 50px;
  }

  .nwsltr-form [type="email"] {
    padding-left: 20px;
  }

  .navbar-brand {
    max-width: 103px;
  }

  .service-sec {
    overflow: hidden;
  }

  .banner-text .bnr-smll-text {
    font-size: 20px;
  }

  .logo-list2 .client-col {
    width: 33.33%;
    max-width: 186px;
  }

  /* History Page */
  .our-hstry-img {
    margin-bottom: 20px;
  }

  .our-hstry-box-row {
    flex-direction: column !important;
  }

  .our-hstry-box-col {
    width: 100% !important;
    padding-left: 20px;
  }

  .our-hstry-col:before {
    display: none !important;
  }

  .our-hstry-col .hstry-vborder {
    left: 0 !important;
    right: auto !important;
  }

  .our-hstry-img .hstry-border {
    left: -20px !important;
    width: 20px !important;
  }

  .our-hstry-col {
    padding: 0 0 40px;
  }

  .our-hstry-col:nth-child(1) .our-hstry-img:before {
    content: "";
    position: absolute;
    height: calc(50% - 1px);
    top: -1px;
    width: 20px;
    background-color: #ffffff;
    left: -30px;
    z-index: 9;
  }

  .our-hstry-col:last-child .our-hstry-img::after {
    content: "";
    position: absolute;
    left: -21px !important;
    right: auto !important;
    top: -1px;
    height: calc(50% + 2px);
    width: 3px;
    background-color: var(--themcolor1);
  }

  .our-hstry-col:last-child .hstry-vborder {
    display: none !important;
  }

  .cmnty-ser-box {
    padding: 15px;
  }

  /* Podcast */
  .bdtls-banner {
    padding: 80px 0 0;
  }

  .bdtls-title h1 {
    font-size: 30px;
  }

  .blog-tag {
    padding: 10px 10px;
  }

  .blog-prev-arw {
    left: 7px;
  }

  .blog-next-arw {
    right: 7px;
  }

  .scl-blog {
    width: 45px;
    height: 45px;
  }

  .blog-share {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 11/4/25 start */
  .blog-share .heateor_sss_sharing_ul a span {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
  }

  .blog-share .heateor_sss_sharing_ul a span svg {
    width: 30px;
    height: 30px;
  }

  /* 11/4/25 end */

  /* S.Mv Css start 14-04-25 */
  .goal-box .themebtn {
    width: auto;
  }

  .participating-text-inr h1 {
    font-size: 30px;
  }

  .participating-text-inr h2 {
    font-size: 28px;
  }

  .participating-text-inr h3 {
    font-size: 26px;
  }

  .participating-text-inr h4 {
    font-size: 24px;
  }

  .participating-text-inr h4 {
    font-size: 23px;
  }

  .participating-sec {
    padding: 90px 0 50px;
  }

  /* S.Mv Css End 14-04-25 */

  .container.woo-page {
    padding-top: 140px;
  }

  .container.woo-page .entry-title {
    font-size: 30px;
  }

  .container.woo-page #wpforo #wpforo-wrap .wpforo-cat-panel {
    padding: 6px 10px 14px 17px;
  }

  .container.woo-page #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title .wpf-thread-head,
  .container.woo-page #wpforo #wpforo-wrap .wpfl-4 .wpf-thread-box.wpf-thread-title .wpf-thread-author-name {
    margin-bottom: 5px;
  }

  /* S.Mv Css Start 16-04-25 */
  .cmnty-static-img .wpf-thread-box.wpf-thread-author,
  .cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-author {
    flex-shrink: 0;
  }

  .cmnty-static-img .wpf-thread-box.wpf-thread-status,
  .cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-status {
    min-width: 64px;
  }

  .cmnty-static-img .wpf-thread-box.wpf-thread-title,
  .cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-title {
    padding: 0 10px;
  }

  .cmnty-static-img .wpf-thread-box.wpf-thread-posts,
  .cmnty-static-img .wpf-thread-box.wpf-thread-views {
    width: 30px;
    flex: 0 0 auto;
  }

  /* S.Mv Css End 16-04-25 */

  /* S.Mv Css Start 17-04-25 */
  .woocommerce-Addresses>* {
    width: 100% !important;
  }

  .woocommerce-Addresses .u-column1.col-1.woocommerce-Address {
    margin-bottom: 10px;
  }

  .single-wishlist .wishlist-items .wl-single-item {
    width: 50%;
  }

  .deafult-pg-structure .entry-content h1 {
    font-size: 30px;
  }

  .deafult-pg-structure .entry-content h2 {
    font-size: 28px;
  }

  .deafult-pg-structure .entry-content h3 {
    font-size: 26px;
  }

  .deafult-pg-structure .entry-content h4 {
    font-size: 24px;
  }

  .deafult-pg-structure .entry-content h4 {
    font-size: 23px;
  }

  /* S.Mv Css End 17-04-25 */

  /* support starts 18.04.2025  */
  .particular-team-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
    margin-bottom: 30px;
  }

  .particular-team-img {
    padding-top: 80%;
  }

  /* support ends 18.04.2025  */

  /* support starts 21.04.2025  */
  .group-card-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
  }

  .game-schedule-sec,
  .live-score-sec,
  .live-ranking-sec {
    padding-bottom: 60px;
  }

  .game-table-outer table {
    width: 700px;
  }

  .service-overview-sec {
    padding-bottom: 180px;
  }

  .overview-para ul li {
    width: 100%;
  }

  .service-overview-sec {
    padding-bottom: 160px;
  }

  .leader-card-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .lead-txt p {
    font-size: 18px;
  }

  p {
    margin: 0 0 15px 0;
  }

  .overview-para {
    margin: 0 auto;
  }

  .overview-img-sec {
    padding-bottom: 40px;
  }

  .woocommerce-account .woocommerce form {
    min-height: 350px;
  }

  /* support ends 21.04.2025  */
  .our-hstry-main-slider>.slick-list {
    margin-top: 0;
  }

  .our-hstry-main-slider-outer {
    padding-bottom: 70px;
  }

  /* .our-hstry-main-slider {
    height: calc(100vh - 140px);
  } */

  .our-hstry-main-slider-nav {
    padding: 0;
  }

  dialog.my-calendar-modal #modal-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .my-calendar-modal .my-calendar-modal-close {
    height: 40px;
    width: 40px;
  }

  #wpforo-wrap .wpf-topic-form-extra-wrap .wpf-topic-form-ajax-wrap {
    padding: 0 !important;
  }

  #wpforo-wrap .wpf-topic-form-extra-wrap {
    padding: 0 !important;
  }

  #wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box {
    padding: 8px 15px 0px !important;
  }

  #wpforo #wpforo-wrap .wpf-extra-fields .wpf-main-fields {
    padding: 0 10px;
  }

  #wpforo #wpforo-wrap .wpf-topic-tags {
    margin: 0 10px;
  }

  /* 24-04-2025 M.M Css Start */
  .our-hstry-box {
    min-height: 500px;
  }

  /* 24-04-2025 M.M Css End */

  /* S.Mv Css Start 25-04-25 */
  .woocommerce-order-received {
    padding-top: 50px;
  }


  /* S.Mv Css End 25-04-25 */


  /* S.Mv Css Start 28-04-25 */
  .main-head {
    padding-top: 20px;
  }

  /* S.Mv Css End 28-04-25 */

  /* support starts 29.04.2025  */
  .woocommerce-account .participating-sec {
    padding: 140px 0 50px;
  }

  /* support ends 29.04.2025  */

  .my-calendar .container.woo-page {
    padding-bottom: 30px;
  }

  /* Support start 21-05-25 */

  .fep-header-avatar {
    width: 30%;
  }

  #fep-header.fep-table>div>div {
    padding: 10px;
  }


  #fep-menu-toggle-button {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  #fep-menu-toggle-button:after {
    font-size: 16px;
  }

  /* Support end 21-05-25 */

}

@media (max-width: 479px) {
  .navbar-brand {
    max-width: 91px;
  }

  .main-head {
    padding: 6px 0;
  }

  .logo-outer {
    top: -7px;
  }

  h2,
  .h2-title {
    font-size: 28px;
  }

  .stext {
    width: 100%;
    padding: 18px 18px;
  }

  .sarrow {
    flex-shrink: 0;
  }

  .innerbanner {
    padding-top: 48px;
  }

  .prsdnt-outer {
    padding: 20px;
  }

  .prsdnt-section {
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
  }

  .bdtls-title h1 {
    font-size: 26px;
  }

  .desc-tag {
    font-size: 18px;
    padding: 12px 22px;
  }

  .logo-list2 .client-box {
    height: 62px;
  }

  .blg-map iframe {
    height: 250px;
  }

  .number-show {
    width: 41px;
    height: 41px;
    font-size: 26px;
  }

  .jnform input[type="text"],
  .jnform input[type="email"],
  .jnform input[type="tel"] {
    height: 50px;
  }

  .card-tab .card-tab-list {
    min-width: 147px;
  }

  .label-head {
    margin-bottom: 4px;
  }

  .banner-text {
    padding: 20px 0 30px;
  }

  .banner-img-wrap {
    padding-top: 110%;
  }

  .inrbanner img {
    height: 50vh;
    object-fit: cover;
  }

  /* 10-apr-2025  */
  .page-template-blog .nwsltr-form .gfield_description.validation_message {
    margin-bottom: 20px;
  }

  .page-template-contact .contact-row input[type="tel"],
  .page-template-contact .contact-row input[type="email"],
  .page-template-contact .contact-row input[type="text"],
  .page-template-blog .nwsltr-form input[type="email"] {
    height: 50px !important;
    padding: 0 25px;
  }

  .page-template-contact .contact-row input[type="submit"],
  .page-template-blog .nwsltr-form .gform-theme .gform-footer input[type="submit"] {
    height: 45px !important;
    font-size: 15px !important;
    padding: 0 20px !important;
  }

  .page-template-contact .contact-row textarea {
    padding: 20px !important;
  }

  .map-frame {
    height: 240px;
  }

  /* 10-apr-2025  */

  /* S.Mv Css Start 14-04-25 */
  .jnform .gform_wrapper input[type="text"],
  .jnform .gform_wrapper input[type="email"],
  .jnform .gform_wrapper input[type="tel"],
  .jnform .gform_wrapper textarea {
    height: 50px;
  }

  /* S.Mv Css End 14-04-25 */

  .container.woo-page #wpforo #wpforo-wrap #wpforo-stat-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .container.woo-page #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title {
    order: 2;
  }

  .container.woo-page #wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box {
    padding: 8px 12px 0px;
  }

  .container.woo-page .entry-title {
    margin-bottom: 12px;
  }

  /* S.Mv Css Start 16-04-25 */
  .cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head,
  .cmnty-static-img .wpf-thread-body {
    flex-wrap: wrap;
  }

  .cmnty-static-img .wpf-thread-box.wpf-thread-title {
    width: 60%;
  }

  .cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-title {
    width: auto;
  }

  .cmnty-static-img .wpf-threads-head {
    margin-bottom: 10px;
  }

  .cmnty-static-img #wpforo #wpforo-wrap .wpfl-4 .wpf-threads-head .wpf-head-box.wpf-thead-last-reply {
    width: auto;
  }

  #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title {
    padding: 5px !important;
  }

  #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-title svg {
    height: 16px !important;
    margin-right: 4px;
  }

  .entry-content #wpforo-stat-header {
    flex-direction: row-reverse !important;
    align-items: center !important;
  }

  #wpforo #wpforo-wrap #wpforo-stat-header .wpf-footer-buttons div {
    margin-left: 8px;
  }

  #wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat {
    margin-left: -10px !important;
  }

  #wpforo #wpforo-wrap .wpforo-post-head .wpf-post-head-top .wpf-post-stat .wpf-post-stat-box {
    margin-left: 10px !important;
  }

  #wpforo #wpforo-wrap .wpf-topic-navi .wpf-forum-jump select {
    margin-top: 10px;
  }

  .woocommerce-account .woocommerce form {
    padding: 15px;
  }

  .woocommerce-account .woocommerce form input[type="text"],
  .woocommerce-account .woocommerce form input[type="password"],
  .woocommerce-account .woocommerce form input[type="email"] {
    height: 45px;
  }

  .woocommerce-account .woocommerce form label {
    margin-bottom: 12px;
    line-height: 1;
  }

  .woocommerce-account .form-row .woocommerce-form__label-for-checkbox {
    line-height: 1;
  }

  .woocommerce-account .woocommerce-button {
    width: 100%;
  }

  .mbl-border .gform_wrapper #field_6_18,
  .mbl-border .gform_wrapper #field_6_20,
  .mbl-border .gform_wrapper #field_6_22 {
    padding: 20px;
  }

  .mbl-border .gform_wrapper #field_6_20,
  .mbl-border .gform_wrapper #field_6_22,
  .mbl-border .gform_wrapper .ginput_complex {
    row-gap: 20px;
  }

  .mbl-border .gform_wrapper #field_6_14 .gfield_radio,
  .mbl-border .gform_wrapper #field_6_3 .gfield_radio {
    flex-wrap: wrap;
  }

  .mbl-border .gform_wrapper #field_6_14 .gfield_radio .gchoice,
  .mbl-border .gform_wrapper #field_6_3 .gfield_radio .gchoice {
    width: 100%;
  }

  .mbl-border .gform_wrapper .choose_donation_method .gfield_radio label {
    padding: 16px 32px 16px 12px;
  }

  .single-wishlist .wishlist-items .wl-single-item {
    width: 100%;
  }

  .error404 .error-404 input[type="search"] {
    width: 100%;
    height: 50px;
  }

  .error404 .error-404 input[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }

  /* S.Mv Css End 16-04-25 */

  /* support starts 18.04.2025  */
  .particular-col {
    width: 100%;
  }

  .particular-team-row {
    --bs-gutter-x: 0;
  }

  /* support ends 18.04.2025  */

  /* support starts 21.04.2025  */
  .game-schedule-sec,
  .live-score-sec,
  .live-ranking-sec {
    padding-bottom: 50px;
  }

  .group-card-col {
    width: 100%;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .country-score-each-box {
    padding: 15px 10px;
  }

  .country-time-part span {
    font-size: 20px;
  }

  .country-lft-col {
    width: 75%;
  }

  .country-rit-col {
    width: 25%;
  }

  .tournament-innr-content .title-wrap h3 {
    font-size: 24px;
  }

  .service-overview-sec {
    padding-bottom: 60px;
  }

  .overview-team-img-wppr {
    margin-top: -50px;
  }

  .vdo-paly-btn {
    --playbtnwh: 55px;
  }

  .leader-innr-card-col {
    width: 100%;
  }

  .outcome-card-innr .number-show {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-right: 10px;
  }

  .out-head h3 {
    margin-bottom: 5px;
  }

  .out-head {
    margin-bottom: 15px;
  }

  .outcome-each-card:not(:last-child) {
    margin-bottom: 15px;
  }

  /* support ends 21.04.2025  */
  /* 24-04-2025 M.M Css Start */
  .our-hstry-box {
    min-height: 530px;
  }

  /* 24-04-2025 M.M Css End */

  /* S.Mv Css End 25-04-25 */
  .woocommerce-order-received h1 {
    font-size: 30px;
  }

  .woocommerce-order-received {
    padding-top: 40px;
  }


  /* S.Mv Css End 25-04-25 */


  /* S.Mv Css Start 28-04-25 */
  html.translated-ltr .hright {
    padding-left: 140px;
  }

  /* S.Mv Css End 28-04-25 */

  /* support starts 29.04.2025  */
  .woocommerce-account .participating-sec {
    padding: 120px 0 50px;
  }

  .hright {
    padding-left: 140px;
  }

  h1,
  .h1-title {
    font-size: 30px;
  }

  /* support ends 29.04.2025  */

  /* Support start 21-05-25 */

  #fep-content #fep-table .fep-table-row .fep-column.fep-column-block_unblock {
    margin-left: 0;
  }

  #fep-content {
    padding: 20px 12px;
  }

  .fep-header-avatar {
    width: 40%;
  }

  .fep-field #fep_upload .fep-attachment-field-div .fep-attachment-field-a {
    width: 100%;
    margin-top: 10px;
  }

  .participating-text-outer h1 {
    font-size: 30px;
    margin-bottom: 26px;
  }

  .participating-text-inr h2 {
    font-size: 24px;
  }

  .mce-toolbar .mce-btn button, .qt-dfw {
    padding: 4px 5px;
}
  /* Support end 21-05-25 */
}

@media (max-width: 359px) {

  .home-prev-arw,
  .home-next-arw {
    top: 25%;
  }

  .themebtn {
    padding: 6px 6px 6px 19px;
  }

  .arrow-btn {
    margin-left: 6px;
  }
}

.sub-menu-toggle {
  display: none;
  visibility: hidden;
}

#wpforo #wpforo-wrap span.wpf-status-title {
  display: none !important;
}