/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #1face1;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Ubuntu", sans-serif;
}

section {
  position: relative;
  padding: 5rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3 {
  font-family: "Rajdhani", sans-serif;
}

h4,
h5,
h6 {
  color: #000;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--black);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: #222d35;
  font-size: 0.8125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 1.04em 2em;
  border-radius: unset;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.themeBtn i {
  font-size: 1.5rem;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

.heading {
}

.subtitle {
}

/* !GLOBAL CSS */

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* NAV HEADER CSS */

header {
  padding: 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 45px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: #222d35;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

a.themeBtn.menubtn {
  font-size: 1.125rem;
  border-radius: unset;
  padding: 39px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  background: var(--primary);
  gap: 1rem;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 810px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination {
  width: fit-content;
  right: 6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  top: 41%;
  left: auto;
}

.homeSlider .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  background: rgb(255 255 255 / 50%);
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  width: 15px;
  height: 15px;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1rem;
  font-size: 22px;
}

.slideOne {
  text-align: center;
}

.main-slider h1 span {
  color: var(--primary);
}

.slideOne h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.slideOne a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.slideOne a i {
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  margin: auto;
  font-size: 1.25rem;
  align-items: center;
  margin-right: 10px;
}

ul.socialLinks {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-right: 40px;
}

ul.socialLinks li a {
  color: #000;
}

ul.socialLinks li a span {
  border-left: 1px solid #000;
  padding-left: 2rem;
}

a.themeBtn.menubtn i {
  font-size: 2rem;
}

a.navbar-brand img {
  margin-left: 50px;
}

/* !MAIN HERO SLIDER CSS */

.subHead {
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  letter-spacing: 2px;
}

.mainHead {
  font-size: 45px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: bold;
  position: relative;
  margin: 0;
}

.mainHead::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background: var(--primary);
  bottom: 0rem;
}

.mainHead::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: rgb(31 172 225 / 50%);
  left: 2rem;
  bottom: 0rem;
}

/* lacross */

.lacross-wrap {
  background: #f2f2f2;
  padding: 50px 1rem 50px 50px;
  height: 350px;
}

.lacross-wrap.lacone {
  background: #222d35;
  padding: 50px 1rem 50px 50px;
  height: 350px;
}

.contentlacross {
  margin-top: 2rem;
}

.lacross-wrap.lacone .mainHead {
  color: #fff;
  font-size: 2.5rem;
  margin: 0;
}

.lacross-wrap.lacone a.themeBtn {
  background: #fff;
  color: #000;
  margin-top: 1rem;
}

.lacross-wrap .mainHead {
  font-size: 2.5rem;
}

.lacross-wrap a.themeBtn {
  margin-top: 1rem;
}

.lacross-wrap.lacone .mainHead::before {
  background: #fff;
  bottom: 0;
}

.lacross-wrap.lacone .mainHead::after {
  background: #fff;
  bottom: 0;
}

.lacross-wrap .mainHead::before {
  bottom: 0;
}

.lacross-wrap .mainHead::after {
  bottom: 0;
}

.lacross-wrap.lacone figure img {
  position: absolute;
  top: -3rem;
  right: 24px;
}

.lacross-wrap figure img {
  position: absolute;
  top: -53px;
  right: -1rem;
}

.lacross-wrap.lacone .subHead {
  color: #fff;
}

/* lacross */

/* about-section */
.about-section {
  background: #f2f2f2;
}

.aboutwrap p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #646c71;
  margin: 1.5rem 0 0 0;
  width: 90%;
}

ul.aboutlist {
  margin: 1rem 0 1.5rem 0;
}

ul.aboutlist li {
  color: #646c71;
  font-size: 1rem;
}

ul.aboutlist li i {
  color: var(--primary);
}

ul.aboutlist li + li {
  margin-top: 10px;
}

/* about-section */

/* program-sec */
section.program-section {
  background: #222d35;
  padding: 3.75rem 0;
}

.program-top .mainHead {
  color: #fff;
}

.swiper.programSlider {
  padding-top: 2rem;
}

.program-cntnt h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 27px 0 20px 0;
}

.programWrap {
  text-align: center;
  border: 1px solid rgb(255 255 255 / 20%);
}

.program-cntnt p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  width: 96%;
  margin: auto;
}

.program-cntnt a {
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1face1;
  font-family: "Rajdhani";
  display: block;
}

.program-cntnt img {
  background: var(--primary);
  padding: 11px;
  margin-top: -2rem;
}

.program-cntnt {
  padding-bottom: 30px;
}

.program-section .swiper-button-next:after,
.program-section .swiper-button-prev:after {
  display: none;
}

.program-section .swiper-button-next,
.program-section .swiper-button-prev {
  color: #fff;
  font-size: 2rem;
  top: 6rem;
  transition: 0.5s ease;
}

.program-section .swiper-button-next:hover,
.program-section .swiper-button-prev:hover {
  color: var(--primary);
}

.program-section .swiper-button-next {
  right: 24rem;
  border: 1px solid rgb(255 255 255 / 15%);
  width: 50px;
  height: 50px;
}

.program-section .swiper-button-prev {
  left: inherit;
  right: 28rem;
  border: 1px solid rgb(255 255 255 / 15%);
  width: 50px;
  height: 50px;
}

figure.sideprogram {
  position: absolute;
  left: -1.5rem;
  top: -5.4rem;
}

figure.sideprogram img {
  position: relative;
}

figure.sideprogram a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  font-size: 1.25rem;
}

/* program-sec */

/* meet   */
.meet-top {
  text-align: center;
}

.meet-top .mainHead::after {
  left: 51%;
}

.meet-top .mainHead::before {
  right: 50%;
}

.meetwrap figure img {
  width: 100%;
}

.meetwrap {
  display: flex;
  align-items: self-start;
}

.meetcntnt {
  flex: 1;
  /* transform: rotate(90deg); */
  writing-mode: tb-rl;
}

.meetcntnt h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #222d35;
  text-transform: uppercase;
  margin: 0;
}

.meet-top p {
  font-size: 1rem;
  color: #646c71;
  line-height: 1.7;
  margin-bottom: 40px;
  margin-top: 1rem;
}

.meetcntnt .subHead {
  margin: 0;
}

.meet-section {
  padding: 6rem 0 8rem 0;
}

/* meet   */

/* client-section */
.client-section {
  background: #222d35;
}

.client-wrpa .subHead {
  color: #fff;
}

.client-wrpa .mainHead {
  font-size: 2.5rem;
  color: #fff;
}

.client-wrpa .mainHead::before {
  background: #fff;
}

.client-wrpa .mainHead::after {
  background: #ffffff85;
}

.client-wrpa .themeBtn {
  background: #fff;
  color: #000;
  margin-top: 1.5rem;
  padding: 1em 4em;
}

.client-wrpa {
  background: var(--primary);
  padding: 45px 25px 40px 25px;
  margin-top: -9rem;
}

ul.client-logos {
  display: flex;
  flex-flow: column wrap;
  gap: 1rem 1rem;
  max-height: 190px;
  padding-left: 1rem;
}

ul.blog-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 14px;
}

ul.blog-list li {
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  font-family: "Heebo";
}

.latest-wrap h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222d35;
  text-transform: uppercase;
  width: 78%;
}

.latest-wrap .btn-group a {
  color: #222d35;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Rajdhani";
}

.latest-wrap .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 52px;
}

.latest-wrap {
  background: #fff;
  padding: 37px;
}

section.latest-blog {
  background: #f8f8f8;
}

.latest-top {
  text-align: center;
  margin-bottom: 60px;
}

.latest-top .mainHead::before {
  left: 49%;
}

.latest-top .mainHead::after {
  left: 52%;
}

/* client-section */

/* testimonialSec */
.testimonialSec {
  background: url(../images/testibg.webp) center/cover no-repeat;
}

.testi-wrap {
  background: #fff;
  padding: 59px 47px;
}

.user-comnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clienimg {
  display: flex;
  align-items: center;
  gap: 1rem;
}

ul.tetsi-star {
  display: flex;
  align-items: center;
  gap: 8px;
}

.clienimg h4 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.clienimg h4 span {
  display: block;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
  color: var(--primary);
  letter-spacing: 1px;
}

.testi-wrap p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.4;
  font-family: "Rajdhani";
  margin: 22px 0 30px 0;
}

ul.tetsi-star li {
  color: var(--primary);
}

.testimonialSec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
  background: transparent;
  opacity: 1;
  border-radius: unset;
}

.testimonialSec .swiper-pagination-bullet-active {
  background-color: #000;
  border-color: #000;
  position: relative;
}

.swiper.testislider .swiper-pagination {
  bottom: 60px;
  right: auto;
  left: 13rem;
}

/* testimonialSec */

/* Footer Css Start */

footer {
  background: url(../images/footerbg.webp) center/cover no-repeat;
  padding-top: 5.5rem;
}

.footLogo p {
  color: var(--white);
  line-height: 2;
  font-size: 0.875rem;
  margin: 0.625rem 0 0 0;
}

footer h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

footer ul li a:hover {
  color: var(--primary);
}

.links li + li {
  margin-top: 1rem;
}

.links li a {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: bold;
  color: rgb(255 255 255 / 90%);
}

.footForm input {
  height: 53px;
  width: 100%;
  padding-left: 1.5rem;
  outline: unset;
  box-shadow: unset;
  font-size: 0.875rem;
  color: #fff;
  border: 1px solid #fff;
  background: #fff;
}

.footForm .themeBtn {
  font-size: 1rem;
  text-transform: capitalize;
  outline: unset;
  border: unset;
  width: 100%;
  margin-top: 1.25rem;
  border: 1px solid var(--primary);
  width: fit-content;
  background: var(--primary);
}

.copyRight {
  border-top: 2px solid rgb(255 255 255 / 7%);
  margin-top: 4.5rem;
  padding: 1.5rem 0;
}

.copyRight p {
  font-size: 1rem;
  font-weight: 300;
  color: rgb(255 255 255 / 70%);
  margin: 0;
  line-height: 1.6;
}

.footLogo p {
  font-size: 1rem;
  color: rgb(255 255 255 / 70%);
  line-height: 1.6;
  font-weight: 300;
  margin-top: 2rem;
}

.links li a i {
  margin-right: 10px;
}

ul.fotterbtm-center li a {
  font-size: 1rem;
  font-weight: 300;
  color: rgb(255 255 255 / 70%);
}

ul.socialLinsks {
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: end;
}

ul.socialLinsks li a i {
  color: #fff;
  background: rgb(255 255 255 / 5%);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}

/* Footer Css End */

a.themeBtn.menubtn:hover {
  background: #222d35;
  color: #fff;
}

.slideOne:hover a {
  color: var(--primary);
}

.slideOne:hover a i {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.lacross-wrap.lacone a.themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

.lacross-wrap a.themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

.themeBtn:hover {
  background: var(--primary);
  color: #fff;
}

.client-wrpa .themeBtn:hover {
  background: #000;
  color: #fff;
}

.footForm .themeBtn:hover {
  background: #fff;
  color: #000;
}

ul.socialLinsks li:hover a i {
  background: var(--primary);
  color: #fff;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* time-sec */
.time-top {
  text-align: center;
}

.time-top .mainHead::before {
  left: 49%;
}

.time-top .mainHead::after {
  left: 52%;
}

table.schedule {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

thead th {
  background-color: #f4f4f4;
  color: #222d35;
  padding: 12px 0;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Rajdhani";
}

tbody td {
  text-align: center;
  padding: 14px;
  border: 1px solid #ddd;
  vertical-align: middle;
  color: #1face1;
  font-size: 0.875rem;
  font-family: "Rajdhani";
  font-weight: bold;
  text-transform: uppercase;
}

td span {
  display: block;
  font-size: 0.9em;
  color: #888;
}

td.empty {
  background-color: #fff;
}

tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

tbody td span {
  color: #646c71;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: capitalize;
}

td.grytime {
  font-size: 1rem;
  font-weight: 300;
  color: #646c71;
  font-family: "Ubuntu";
}

/* time-sec */

/* Inner Css Start */
.innerBan .overlay {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBan h2 {
  font-size: 65px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.innerBan {
  position: relative;
}

.about-page {
  padding: 110px 0;
}

.meet-sec {
  padding: 4rem 0;
}
.lascross-sec {
  padding: 7rem 0 3rem;
}

.program-section.boys-program {
  background-color: #fff;
  padding: 2rem 0 3rem;
}

.program-section.boys-program .program-cntnt {
  background-color: #222d35;
}

.program-section.boys-program .program-top .mainHead {
  color: #222d35;
}

.program-section.boys-program .swiper-button-next,
.swiper-button-prev {
  background-color: #222d35;
}

.boy-table {
  padding: 2rem 3rem 0;
}
.boys-lacross {
  background-color: #fff;
  padding: 6rem 0 3rem 0;
}
.testimonilas-sec {
  background-color: #f2f2f2;
  padding: 80px 0 40px;
}

.testimonilas-sec .testi-wrap {
  margin-bottom: 40px;
}

section.contact-sec h2 {
  font-size: 45px;
  color: #262626;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contact-form .form-group input {
  height: 50px;
  width: 100%;
  border-radius: unset;
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #ffffff;
}

.contact-form .form-group textarea {
  height: 140px;
  width: 100%;
  border-radius: unset;
  outline: unset !important;
  box-shadow: unset !important;
}

form.contact-form button {
  height: 50px;
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  border: unset;
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #222d35;
  margin-left: 20px;
  margin-top: 15px;
}

.form-content p {
  color: #262626;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}

form.contact-form button i {
  padding-left: 15px;
}

.contact-list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #262626;
}

.contact-list li a span {
  font-size: 12px;
  font-weight: 300;
}

.contact-list li + li {
  margin: 20px 0;
}

.contact-list {
  margin-top: 30px;
}
section.contact-sec {
  padding: 4rem 0 0;
}

.contact-form .form-group input::placeholder {
  color: #909090;
  font-size: 14px;
  font-weight: 300;
  font-family: Ubuntu;
}
/* Inner Css Start */




.meetwrap {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.meetwrap figure img {
    width: 100%;
    display: block;
}
.poka {
    height: 243px;
}
