@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");

/* custom font */
@font-face {
  font-family: "Hockeynight Serif";
  src: url("../fonts/HockeynightSerif-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* root css */

:root {
  --headingcolor: #ffffff;
  --spancolor: #ffb71b;
  --bodyfontcolor: #e8e8e8;
  --primary-btn: #ffb71b;
  --headingfontfamily: "Hockeynight Serif";
  --bodyfontfamily: "Poppins", sans-serif;
  --backgroud-color: #292929;
}
/* reset css */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--bodyfontfamily);
  line-height: 1.5;
  font-size: 100%;
  color: var(--bodyfontcolor);
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingfontfamily);
  text-transform: uppercase;
}

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

a {
  text-decoration: none;
  color: #000;
  transition: ease-in 0.5s;
}

a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-family: var(--bodyfontfamily);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--bodyfontcolor);
}

.page_button {
  background-color: var(--primary-btn) !important;
  border-radius: 6px 0;
  color: #363636 !important;
  padding: 17px 35px!important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--bodyfontfamily);
  font-weight: 500;
  font-size:17px;
  line-height:15px;
  white-space:nowrap;
}

/* header css strat here */
.page_logo img {
  height: 70px;
}

.page_header .navbar-nav li a {
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  font-family: var(--bodyfontfamily);
  text-transform: uppercase;
  padding: 0 !important;
  color: #fff !important;
}

.page_header .navbar-nav li{
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 25px;
  /* color: #fff!important; */
}
.bottom-img {
  position: absolute;
  bottom: -95px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.bottom-img img {
  width: 100%;
}
.page_banner {
  min-height: 650px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* top: 0px; */
}

.page_header {
  position: absolute;
  z-index: 1;
  background: rgb(0, 0, 0, 0.4);
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 3px 0;
}


.page_header  .navbar-nav li a.active,
.page_header  .navbar-nav li a:hover {
  color: #ffb71b !important;
}

.page_header .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end !important;
}

/* .navbar-light .navbar-nav .nav-link {
      color: rgb(255 255 255);
  } */

.header_buttonregister {
  min-width: 140px;
  height: 50px;
  margin-left: 97px;
}
.header_buttonregister a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  /* padding: 8px 25px; */
  display: block;
}

.header_buttonregister a:hover {
  text-decoration: none;
  color: #000;
}

/* banner css strat here */
.banner_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  text-align: center;
  z-index: 2;
}

.banner_content-area {
  padding: 20px 0px;
}
.banner_content-area p {
  margin-bottom: 40px;
}

.section_title h3 {
  font-size: 62px;
  line-height: 48px;
  font-weight: 700;
  color: #ffb71b;
  margin-bottom: 25px;
  font-family: var(--headingfontfamily);
  text-transform:uppercase;
}

.section_title {
  padding-bottom: 20px;
  text-align: center;
}

.banner_info h2 {
  font-size: 92px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--headingfontfamily);
  white-space: nowrap;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.banner_mutetext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_mutetext h1 {
  font-size: 240px;
  line-height: 184px;
  text-transform: uppercase;
  color: #ffb71b;
  letter-spacing: 3px;
  opacity: 0.2;
  font-family: var(--headingfontfamily);
  white-space: nowrap;
  margin-bottom: 0;
}

.banner_btn {
  color: #363636;
  padding: 8px 12px;
  text-decoration: none;
}

.banner_btn:hover {
  color: #363636;
  text-decoration: none;
}

.banner_info p {
}

/* camp css */
.camp_update {
  background: #1e1e1e;
  padding: 130px 0 0;
}
.camp_title h2 {
  font-size: 40px;
  color: #ffb71b;
  /* font-family: hockeynight-serif-webfont; */
}
.camp_title p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0;
  /* width: 40%; */
}

img.owl_wrapitemimg {
  /* height: 400px; */
  width: 100%;
  /* object-fit: cover; */
  object-position: center;
}
.camp_title {
  padding-bottom: 40px;
  text-align: left;
}
a.camp_arrow img {
  height: 20px;
  width: 20px !important;
}
.owl_wrapitem h2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: var(--headingfontfamily);
  text-transform:uppercase;
  color:#fff;
}
.owl_wrapitem {
  padding: 0 15px;
  position: relative;
}
.owl_wrapitem:first-child{
  padding-left:0;
}
.camp_listing li:last-child{
  padding-right:0;
    margin-right: 0;
    padding-left:10px;
    margin-left: 10px;
}
.owl_wrapitem img {
  position: relative;
  z-index: 2;
	
	
}
.gallary_img_owl_wrap .owl_wrapitem img{
	height: 212px;
	object-fit: cover;
}
.owl_wrap .owl-item img {
  width: 95%;
}

.owl_img_item {
  position: relative;
  padding-top: 15px;
}
.owl_img_item:after {
  background-color: #124734;
  position: absolute;
  content: "";
  top: -20px;
  right: -20px;
  height: 100%;
  left: 0;
  border-right: 4px solid #ffb71b;
  width: 100%;
}
/* .owl_img_item::before{
  position:absolute;
  content:"";
  right:-20px;
  height:100%;
  width:4px;
  background-color:#FFB71B;
  z-index:2;
  top:-20px;
} */

.owl_wrap .owl-nav button.owl-prev,
.owl_wrap .owl-nav button.owl-next {
  background-image: url("../images/prev-arw.png") !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
  height: 26px;
  width: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
.owl_wrap .owl-nav button.owl-prev:hover {
  background-color: transparent !important;
  color: initial !important;

}
.owl_wrap .owl-nav button.owl-next:hover {
  background-color: initial !important;
  color: initial !important;

}
.owl_wrap .owl-nav button.owl-prev span,
.owl_wrap .owl-nav button.owl-next span {
  display: none;
}
.owl_wrap .owl-nav button.owl-next {
  background-image: url("../images/nxt-arw.png") !important;
}
.owl_wrap .owl-theme .owl-nav:hover {
  background: initial;
  color: initial;
  text-decoration: initial;
}

.camp_listing {
  color: #ffb71b;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.camp_listing li {
  padding-right: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--bodyfontfamily);
  text-transform: uppercase;
}
.camp_update .container {
  position: relative;
  z-index: 2;
}
.camp_listing li:after {
  content: "/";
  position: absolute;
  left: 26%;
  color: #a1a1a1;
}
.page_devidr {
  position: relative;
  border: 1px solid rgb(255 255 255 / 40%);
  width: 100%;
}

.page_devidr:before {
  border: 2px solid #ffb71b;
  position: absolute;
  top: -2px;
  left: -1px;
  width: 15%;
  content: "";
}
/* ui css */
.call_Ut {
  position: relative;
}
.call_Ut .container {
  position: relative;
  z-index: 2;
}
/* .call_Ut .page_devidr{
  margin-top:170px;
} */
.radial_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:1;
}
.radial_img img {
  width: 776px;
  height: 776px;
}
.call_at_img {
  position: relative;
  margin-right: 98px;
}
.call_at_img img {
  width: 100%;
}
.call_at_info h3 span {
  display: block;
  line-height: 70px;
}
.yellow_shape {
  position: absolute;
  width: 50%;
  background-color: #ffb71b;
  right: -15px;
  height: 105%;
  top: -15px;
  z-index: -1;
}
.call_at_img::after {
  position: absolute;
  content: "";
  width: 30%;
  background-color: #ffb71b;
  left: 50%;
  top: 50%;
  height: 125%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.call_at_img::before {
  position: absolute;
  content: "";
  width: 20%;
  background-color: #084e34;
  left: 23%;
  top: 50%;
  height: 125%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.call_at_info h2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.call_at_info h2 span {
  color: #ffb71b;
}
.call_at_info p {
  padding-bottom: 0;
}
.primary_sidelogo {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.primary_sidelogo img{
  width:270px;
}
.call_at_info {
  padding-top: 50px;
  text-align: left;
}
.owl-nav {
  position: absolute;
  top: -150px;
  /* background: #fff; */
  right: 0;
  border-radius: 50px;
}
.owl-nav .owl-prev {
  margin-right: 20px;
  background: #fff;
  border-radius: 50px;
}
.section-gap {
  padding-bottom: 40px;
}
.call_Ut .section-gap {
  padding: 170px 0;
}
.coach .section-gap {
  padding: 79px 0 73px;
}
/* footer css */
.page_footer {
  background-color: #1e1e1e;
  padding-top: 0;
}
.page_footer img {
  height: 261px;
  margin: auto;
  display: table;
  /* margin-bottom: 55px; */
}
.page_footer h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
}
.page_footer h2 span {
  color: #ffb71b;
}

.subscribe svg {
  height: 40px;
  fill: #8a8a8a;
  background: #fff;
  padding: 10px 10px 10px 22px;
  border-radius: 6px;
}

.subscribe a img {
  height: 20px;
}

.subscribe a {
  display: inline-flex;
  flex-direction: row;
  background: #fff;
  justify-content: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
  position: absolute;
  right: 29%;
  font-size: 17px;
  line-height: 15px;
  font-weight: 500;
  font-family: var(--bodyfontfamily);
}
.subscribe {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}




.subscribe input:focus {
  box-shadow: none;
}
.subscribebtn {
  position: relative;
}

.subscribebtn::after {
  position: absolute;
  content: "";
  background-image: url("../images/subscribeicon.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: -19px;
  top: -5px;
}
.subscribebtn::before {
  position: absolute;
  content: "";
  background-color: #dbdbdb;
  height: 24px;
  width: 1px;
  left: -47px;
  top: -5px;
}

.bottom_footer {
  margin-top: 100px;
  border-top: 1px solid #ffffff73;
}
.bottom_footer h6 {
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
}

.bottom_footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bottom_footer .footerlisting {
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom_footer .footerlisting li {
  padding: 0 6px;
}
.footerlisting li a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  text-transform: uppercase;
  transition: all 400ms ease-in-out;
}
.footerlisting li a:hover {
  color: #ffb71b;
}
.social_media {
  display: flex;
  align-items: inherit;
  flex-direction: row;
  float: right;
}
ul.social_media li img {
  height: 20px;
}
ul.social_media li a {
  font-size: 15px;
  color: #fff;
}
ul.social_media li a:hover {
  color: #ffb71b;
}
ul.social_media li {
  margin: 0 10px;
}

.coach {
  background-color: #1e1e1e;
  padding: 0;
}
.coach_wrap .coach-carousel .owl_content {
  margin-top: 20px;
}
.coach-carousel .owl_content h4 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 16px;
  font-family: var(--headingfontfamily);
  text-transform: uppercase;
}
.coach-carousel .owl_content span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  font-family: var(--bodyfontfamily);
  text-transform: uppercase;
  color: #ffb71b;
}

/* location list */
.location_list {
  padding: 0;
  position: relative;
  background-color: #1e1e1e;
  z-index: 3;
}
.location_list::before {
  position: absolute;
  content: "";
  background-color: rgb(255, 183, 27, 0.1);
  width: 100%;
  bottom: 20%;
  left: 0;
  right: 0;
  height: 109px;
}
.location_list::after {
  position: absolute;
  content: "";
  background-color: rgb(8, 78, 52, 0.1);
  width: 100%;
  bottom: 40%;
  left: 0;
  right: 0;
  height: 54px;
}
.banner_mutetext h2 {
  font-size: 183px;
  line-height: 154px;
  color: #ffb71b;
  letter-spacing: 3px;
  opacity: 0.2;
  font-family: var(--headingfontfamily);
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
}
.call_txt {
  text-align: left;
}
.location_list .container {
  position: relative;
  z-index: 1;
}
.locatn_title {
  position: relative;
  z-index: 2;
}
.location_list .banner_mutetext {
  top: 25%;
}
.location_list .section_title {
  padding-bottom: 0;
}
.location_list .section-gap {
  padding-top: 100px;
  position: relative;
}
.listng_table {
  margin-top: 12px;
  border-left: 2px solid #ffb71b;
  border-right: 2px solid #ffb71b;
}

.listng_table table thead tr,
.listng_table table tbody tr {
  border-style: hidden;
}
.listng_table table thead tr th {
  padding: 10px 40px;
}
.listng_table table tbody tr td {
  padding: 20px 40px;
}
.listng_table table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}
.listng_table table {
  margin-bottom: 0;
}
.listng_table table thead tr th {
  background-color: #004e34;
}
.listng_table table thead tr th {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-family: var(--headingfontfamily);
  font-weight: 500;
  text-transform: uppercase;
  min-width:120px;
}
.listng_table table tbody tr td img {
  padding-right: 10px;
}
.listng_table table tbody tr td {
  font-size: 18px;
  line-height: 26px;
  color: #252525;
  font-weight: 500;
  font-family: var(--bodyfontfamily);
  vertical-align: middle;
}
.gallery_sec {
  background-color: #1e1e1e;
  position: relative;
  z-index: 2;
}
.gallery_sec .radial_img img {
  width: 644px;
  height: 644px;
}

.gallery_sec .container {
  position: relative;
  z-index: 2;
}
.gallery_sec.section-gap {
  padding: 80px 0 60px;
}
.gallery_head p {
  max-width: 520px;
  margin: 0 auto;
}
.gallary_img_owl_carousel .owl_wrapitem {
  padding: 0;
}
.gallary_img_owl_wrap .owl_img_item:after {
  display: none;
}

.subscribe_sec {
  position: relative;
  z-index: 2;
}

.subscribe_sec .banner_mutetext {
  z-index: -1;
}
.input_wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

.input_wrap p{
  margin: 0px;
}


/* .input_wrap input{
  width:55%;
  position: relative;
} */
/* .input_wrap::after {
  position: absolute;
  content: "";
  background-image: url("../images/mail_icon.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: 3%;
  top: 40%;
} */


#wpcf7-f200-o1 .wpcf7-form, #wpcf7-f200-o2 .wpcf7-form{
  width: 730px;
  margin: 0px auto;
}
.subscribe_btn{
  position: absolute;
  right: 0px;
 
}
.submit_btn{
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 17px;
  /* line-height: 15px; */
  font-weight: 500;
  color: #363636;
  font-family: var(--bodyfontfamily);
  border-left: 1px solid #DBDBDB;
  padding-left: 45px;
  margin-right: -35px;
  position:relative;
  background-image: url(../images/subscribeicon.png) !important;
  background-repeat: no-repeat;
  background-position: 8px -2px;
}
/* .submit_btn::after{
  position: absolute;
  content: "";
  left: 12%;
  background-image: url(../images/subscribeicon.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
} */

.subscribe .wpcf7-email {
  border: none;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 12px;
  font-weight: 400;
  font-family: var(--bodyfontfamily);
  padding: 25px 25px 25px 60px;

  /* border-radius: 7px; */
  position: relative;
  background: #fff;
  background-image: url(../images/mail_icon.png);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 21px;
}

.subscribe_sec .banner_mutetext{
  top:25%;
}
.subscribe .wpcf7-not-valid-tip{
  position: absolute;
}


/* ...........................mission.................. */
.mission_bnner{
  min-height:400px;
  position: relative;
}
.mission_bnner::after{
  position: absolute;
  content:"";
  width:100%;
  bottom:0;
  left:0;
  right:0;
  top:0;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.22) 22%, rgba(0,0,0,1) 100%);
}

.inner_banner-wrap {
  width: 100%;
  max-height: 400px;
  height: 400px;
  padding: 25px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
 justify-content: flex-end;
 background-repeat:no-repeat;
 background-position:center;
 background-size:cover;
}
.inner_banner-wrap::before{
  position: absolute;
  content:"";
  width:100%;
  bottom:0;
  left:0;
  right:0;
  top:0;
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.22) 22%, rgba(0,0,0,1) 100%);
}
.inner_banner-wrap .inner_bnnr_info{
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
 
}
.inner_bnnr_info h2{
  font-size:60px;
  line-height:70px;
}
.breadcrumb{
  margin-top:36px;
}
.breadcrumb li, .breadcrumb li a{
  color:#fff;
  text-transform:uppercase;
  font-size:17px;
  line-height:15px;
  font-weight:400;
  font-family:var(--bodyfontfamily);

}
.breadcrumb li:not(:last-child){
  border-right:1.5px solid #FFB71B;
  padding-right:12px;
  margin-right:12px;
}

.our_mission{
 background-color: #1E1E1E;
 padding:125px 0 0;
 position: relative;
}
.mission_txt{
  text-align:left;
}
.mission_txt span{
  display:block;
}
.mission_img{
  /* float:left;
  margin-right: 70px; */
  margin-bottom: 50px;
  margin-right:80px;
  position: relative;
}
.mission_img img{
  width:100%;
  position: relative;
  z-index: 2;
  padding:15px;
}
.our_mission .row{
  align-items:center;
}
.mission_txt h3{
  font-size: 62px;
  line-height: 65px;
}
.bottom_txt{
  padding-bottom:30px;
}
.mission_img::after{
  position: absolute;
  content: "";
  width: 74%;
  background-color: #ffb71b;
  right: -5px;
  height: 101%;
  top: -5px;
  z-index: 1;
}
.mission_img::before{
  position: absolute;
  content: "";
  width: 35%;
  background-color: #084e34;
  left: -5px;
  top: -5px;
  height: 101%;
  z-index: 1;
}
.our_mission .container{
  position: relative;
  z-index: 3;
}
.lft_border{
  position:absolute;
  left:0;
  width:44%;
  height:100px;
  background-color: rgb(12, 119, 79, 0.10);
  top: 20%;
}
.rght_border{
  position: absolute;
  right: 0;
  width: 60%;
  height: 100px;
  background-color: rgb(255, 183, 27, 0.10);
  bottom: 26%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}

/* locations */
.location_main{
  background-color:#1E1E1E;
  padding:143px 0 115px;
}
.address_wrap{
  display:flex;
  /* flex-direction: column; */
}
.address_wrap span{
  margin-right:10px;
}
.location_head{
  margin-bottom:16px;
}
.location_head h3{
 font-size:40px;
 line-height:48px;
 color:#FFFFFF;
 font-family:var(--headingfontfamily);
}
.address_wrap p, .info_txt a{
  font-size:18px;
  line-height:24px;
  font-weight:400;
  font-family:var(--bodyfontfamily);
  color:#fff;
  margin-bottom:0;
  display:block;
}
.location_map iframe{
  border-radius:5px;
}
.location_Wrap{
 margin-bottom:40px;

}
.location_map{
  margin-top:30px;
}
/* faq */

.faq_section{
  background-color: #1E1E1E;
  padding:120px 0 100px;
}
.faq_txt{
  max-width:586px;
  margin:0 auto;
}
.faq_txt p{
  line-height:26px;
}

.faq_wrap .accordion-header button{
 background-color:transparent !important;
 box-shadow:none !important;
 border:0 !important;
 color:#FFB71B !important;
 font-size:30px !important;
 line-height:30px !important;
 font-weight:700 !important;
 font-family:var(--headingfontfamily) !important;
 text-transform:uppercase !important;
 padding: 17px 30px 23px 55px !important;
 position: relative;
}
.faq_wrap .accordion-body{
  padding:0 30px 23px 55px !important;
}
.faq_wrap .accordion-body p{
  margin-bottom:0;
}
.faq_wrap .accordion-header button::before{
 position: absolute;
 content:"";
 left:10px;
 top:17px;
 background-image:url('../images/faq_head_icon.png');
 background-repeat:no-repeat;
 background-size:34px;
 width:34px;
 height:34px;
}
.faq_wrap .accordion-item{
  background-color:rgba(255, 255, 255, 0.05);
  position: relative;
  border-radius:10px;
  overflow:hidden;
   border-radius:10px;
   margin-bottom:25px;
}
.faq_wrap .accordion-item::after{
  content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-width: 1px;
      border-style: solid;
      border-image: linear-gradient(to right, rgba(255, 255, 255, 0.10) 31%, rgba(255, 255, 255, 0.4) 84%) 0.5;
      z-index: -1;
      border-radius: 15px; 
      padding: 4px; 
      background-clip: padding-box; 
}
.faq_wrap .accordion-button::after{
  background-image:url('../images/faq_arrow.png') !important;
  transform:inherit !important;
}

/* camps */

.camp_section{
  background-color:#1E1E1E;
  padding:140px 0 110px;
}
.camp_table{
  display: table;
  width: 100%;
  border-collapse: collapse;
  overflow-x:auto;
  margin-bottom:0;
  background-color:rgb(255, 255, 255, 0.05);
}
.table-row {
  display: table-row;
  
}
.table_header_row{
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-image: linear-gradient(164deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.1) 1%);
  background-color:rgb(255, 255, 255, 0.05);
}
.table_data_row{
  border-bottom:1px solid rgb(255, 255, 255, 0.40);
}
.table-cell {
  display: table-cell;
  padding: 8px;
}
.table-header {
  
  font-size:20px !important;
  line-height:30px !important;
  font-weight:700 !important;
  font-family:var(--headingfontfamily) !important;
  text-transform:uppercase !important;
  /* padding: 30px 8px !important; */
}
.table-cell{
  padding:30px 24px;
  font-size:18px;
  line-height:30px;
  font-weight:500;
  font-family:var(--bodyfontfamily);
  color:#fff !important;

}
.table-cell p{
  background-color:transparent !important;
  padding:0 !important;
  color:#fff!important;
  box-shadow:none !important;
  font-size:16px;
  line-height:26px;
  font-weight:500;
  font-family:var(--bodyfontfamily);
  max-width:341px;
}
.table_container{
  overflow-x: auto; 
  width: 100%;
  border-width:1px;
  border-style:solid;
  border-radius:10px;
  padding:0;
  position:relative; 
}
.table_container::after{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.10) 31%, rgba(255, 255, 255, 0.4) 84%) 0.5;
    z-index: -1;
}

.camp_tab_links nav button{
  background-color:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  font-size:40px !important;
  line-height:48px !important;
  font-weight:700 !important;
  font-family:var(--headingfontfamily) !important;
  color: #fff !important;
  text-transform:uppercase !important;
  padding-bottom:20px !important;
}
.camp_tab_links nav > div{
    border-color: rgb(255, 255, 255, 0.40);
    flex-wrap: nowrap;
    padding-bottom: 0;
}

.camp_tab_links nav button.active{
  color: #FFB71B !important;
  position: relative !important;
}
.camp_tab_links nav button.active::after{
  position: absolute;
  content: '';
  border: 3px solid #FFB71B;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 4px;
}
.price_cell{
  color:#FFB71B !important;
}

.table-cell a{
  padding:18px 32px !important;
}
.table-button{
  vertical-align:middle;
}

/* Our Staff Start */

section.staff-list-sec {
  padding: 125px 0 0;
  background-color: #1e1e1e;
  position: relative;
}
section.staff-list-sec:before {
  content: "";
  position: absolute;
  left: 0;
  width: 30%;
  height: 120px;
  background: #0C774F;
  opacity: .1;
 
}
section.staff-list-sec:after{
  content: "";
  position: absolute;
  right: 0;
  width: 30%;
  height: 120px;
  background:#FFB71B;
  opacity: .1;
  top: 50%;
  transform: translateY(-50%);
}
.staff-list-each{
  position: relative;
}
.staff-list-each img{
  position: relative;
}
.staff-list-each::before, .staff-list-each::after{
  position: absolute;
  content:'';
  bottom:80px;
  width:50%;
  height:8px;
  
}
.staff-list-each::before{
  background-color:#004E34;
  left:0;
}
.staff-list-each::after{
  background-color:#FFB71B;
  right:0;
}
section.staff-list-sec .col-md-4{
z-index: 9;
}

.staff-list-each{
margin-bottom: 30px;
}
img.staff-list-img {
  width: 100%;
  padding-bottom: 20px;
}
h2.staff-list-name{
font-family: "Hockeynight Serif";
color: #fff;
font-size: 30px;
line-height: 32px;
font-weight: 700;
margin-bottom: 10px;
}
h6.staff-list-desig{
  color: #FFB71B;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

/* Our Staff End */

/* Group Lession Start */

section.grp-lession-sec {
  padding: 100px 0 0;
  background-color: #1e1e1e;
  position: relative;
}
section.grp-lession-sec:before {
  content: "";
  background: url(http://baseball-camp.elvirainfotech.live/wp-content/uploads/2024/09/primary_logo2-1.png);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  width: 300px;
  top: 30%;
  height: 353px;
}
section.grp-lession-sec .col-md-8, section.grp-lession-sec .col-md-4{
z-index: 9;
}
.grp-lession-l h6{
color: #FFB71B;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.grp-lession-l h2{
font-family: "Hockeynight Serif";
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
}
.grp-lession-l p{
color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}
.grp-lession-r{
position: relative;
}
.grp-lession-r:before {
  content: "";
  position: absolute;
  height: 85%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  bottom: -1px;
  z-index: -1;
}
.grp-lession-r img{
width: 100%;
}
section.grp-lession2-sec {
  padding: 100px 0 60px;
  background-color: #1e1e1e;
}

.grp-lession2-l img, .grp-lession2-r img{
width: 100%;
}
.grp-lession2-l, .grp-lession2-r{
position: relative;
}
.grp-lession2-content{
position: absolute;
padding: 20px;
left: 0;
bottom: 0;
z-index: 9;
}
.grp-lession2-l:after, .grp-lession2-r:after  {
  content: "";
  position: absolute;
  background: linear-gradient(transparent, #000000 );
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.grp-lession2-content h2{
font-family: "Hockeynight Serif";
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 20px;
}
.grp-lession2-content p{
color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

}
.grp-lession2-l{
margin-bottom: 20px;
}
/* Group Lession End */



/* sponsors */
.our_sponsors{
  background-color: #1E1E1E;
  padding:148px 0 100px;
}
.sponsor_row{
  margin-top:30px;
}
.sponsor_head p{
  max-width:586px;
  margin:0 auto;
}
.sponsor_innr{
  background-color: rgb(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 26px 14px;
  border: 1px solid rgb(255, 255, 255, 0.1);
  width:100%;
 }

.our_sponsors .row{
  gap:24px 0;
}
.sponsor_innr img{
  width:100%;
  max-height:118px;
}

/* contact */
.contact_sec{
  background-color: #1E1E1E;
  padding:148px 0 100px;
}
.form_head{
  text-align:left;
}
.contact_form_wrap form .form-control{
  background-color: rgb(255, 255, 255, 0.05);
  border: 2px solid rgb(255, 255, 255, 0.10);
  margin-bottom:30px;
  height:70px;
  border-radius:10px;
  overflow: hidden;
  color:#C3C3C3;
  font-size:16px;
  line-height:20px;
  font-weight:400;
  box-shadow:none !important;
  outline:none !important;
  padding:26px 20px 23px;
  position: relative;
}
/* .contact_form_wrap form .form-control::after{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.10) 31%, rgba(255, 255, 255, 0.4) 84%) 0.5;
} */
.contact_form_wrap form .form-control::placeholder{
  color:#C3C3C3;
  font-size:16px;
  line-height:20px;
  font-weight:400;
  text-transform:uppercase;
}
.contact_form_wrap form .form-control:focus{
  box-shadow:none !important;
  outline:none !important;
}
.contact_form_wrap form .msg-box textarea{
  resize:none;
  height:144px;
}
.info_head{
  text-align:left;
}
.contact-info-wrap{
  background-color: rgb(255, 255, 255, 0.05);
  border: 2px solid rgb(255, 255, 255, 0.10);
  border-radius:10px;
  padding:50px 45px 35px 50px;
  margin-left:64px;
}

.info_Wrap{
  display:flex;
  margin-bottom: 25px;
  align-items: center;
}
.info_icon{
  margin-right:23px;
  background-color: #004E34;
  width:81px;
  height:81px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-top-left-radius:10px;
  border-bottom-right-radius:10px;
  min-width:81px;
}
.info_txt h4{
  font-size:20px;
  line-height:30px;
  color:#FFB71B;
}
.cntct-btn .page_button{
  line-height: 24px;
}
.location_wrap iframe{
  width:100%;
  border-radius:10px;
  margin-top:100px;
}
.coach_title h3 span{
  display:inline-block;
  color:#fff;
  margin-right:5px;
}
.contact-info-wrap .address_wrap{
  display:flex;
  flex-direction: column;
}

.address_wrap > .info_Wrap:last-of-type{
   display: none;
}

/* responsive */

@media (min-width: 1600px) {
  .custom_container {
    max-width: 1400px;
  }
}

@media (min-width: 1400px) {
  .banner_content-area {
    max-width: 900px;
  }
}
@media(min-width:1400px) and (max-width:1799px){
  .banner_mutetext h1 {
    font-size: 195px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .banner_mutetext h1 {
    font-size: 120px;
  }
  .camp_listing li:after {
    left: 30%;
  }
  .banner_info h2 {
    font-size: 65px;
  }
  .banner_mutetext h2 {
    font-size: 130px;
  }
  .location_list .banner_mutetext {
    top: 17%;
  }
  .page_header  .navbar-nav li a{
    font-size: 12px;
  }
  .page_header  .navbar-nav li {
    padding: 10px 15px;
  }
  .drop-down::after {
    right: 0 !important;
  }
  .subscribe input{
    width: 65%;
  }
  .subscribe_btn {
    left: 65%;
 }
  .subscribe_sec .banner_mutetext {
    top: 10%;
 }
 .bottom_footer h6{
  font-size:13px;
 }
 .footerlisting li a{
  font-size: 12px;
 }
 .subscribe .wpcf7-email{
  padding: 20px 25px 20px 60px;
 }
 .mission_img{
  margin-right: 15px;
 }



 /* mission */
 .our_mission .primary_sidelogo{
  top: 35%;
 }
 .rght_border{
  width: 60%;
  bottom:37%;
 }
 .lft_border{
  width: 44%;
  top:20%;
 }
 .faq_wrap .accordion-header button{
  font-size: 25px !important;
 }
 /* sponsor */
 .our_sponsors {
  background-color: #1E1E1E;
  padding: 100px 0;
 }
 .sponsor_innr img {
  max-height: 92px;
 }
 /* contact */
 .contact-info-wrap{
  margin-left:10px;
  padding: 50px 40px 35px 40px;
 }

 /* home */
 .camp_update {
   padding: 70px 0 0;
 }
 .listng_table table thead tr th {
  padding: 10px 15px;
 }
 .listng_table table tbody tr td {
  padding: 20px 15px;
 }
 .call_Ut .section-gap {
  padding: 100px 0;
 }
 .section_title h3 {
  font-size: 50px;
  line-height: 48px;
 }
}

@media (min-width: 992px) {
  .drop-down {
    position: relative;
  }
  .drop-down::after {
    position: absolute;
    content: "";
    top:50% !important;
    transform:translateY(-50%);
    right: 10px;
    background-image: url(../images/drop-down-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 10px;
    height: 10px;
    top: 13px;
    cursor: pointer;
  }
  .sub-menu {
    background-color: #000;
    border-radius: 6px;
    position: absolute;
    width: 180px;
    top: 100%;
    left: 10px;
    text-align: left;
    transition: all 300ms ease-in;
    opacity: 0;
    visibility: hidden;
  }
  .sub-menu li {
    padding: 10px 15px;
  }
  .sub-menu li a {
    font-size: 17px;
    line-height: 15px;
    font-weight: 500;
    font-family: var(--bodyfontfamily);
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  .sub-menu li a:hover {
    color: #ffb71b;
  }
  .drop-down:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .camp_listing li:after {
    left: 37%;
  }
  .call_at_info {
    padding-top: 0;
  }
  .lft_border{
    display:none;
  }
  .rght_border{
    display:none;
  }
  .our_mission{
    padding: 80px 0 0;
  }
  .our_mission .row {
    align-items: flex-start;
 }
 .mission_img{
  margin-right:20px;
 }
 .header_buttonregister{
  margin-left:40px;
 }
 .faq_wrap .accordion-header button{
  font-size: 25px !important;
 }
 .faq_wrap .accordion-header button{
  padding: 17px 30px 17px 55px !important;
 }
 .camp_tab_links nav button{
  font-size: 30px !important;
  line-height: 40px !important;
 }
 .table-cell {
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
 }
 .table-button{
  vertical-align:top;
 }
 .sponsor_innr img {
   max-height: 70px;
 }
 /*contact*/
 .contact-info-wrap{
  margin-left:0;
  padding:30px;
 }
 .contact-info-wrap h3,.form_head h3{
  font-size: 50px;
    line-height: 30px;
 }
 .info_icon {
  margin-right: 15px;
 }
 .address_wrap p, .info_txt a {
  font-size: 16px;
  line-height: 24px;
 }
}
@media only screen and (max-width: 991px) {
  img.owl_wrapitemimg {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    object-position: center;
  }
  .owl_wrapitem h2 {
    font-size: 18px;
  }
  .camp_title p {
    font-size: 17px;
    color: #fff;
    width: 100%;
  }
  .camp_title {
    padding-bottom: 20px;
  }

  .page_header .navbar-nav li{
      /* padding: 22px 0 0; */
      padding-top: 35px;
      padding-left: 15px;
  }
  .page_header .navbar-toggler-icon {
    background-image: url(../images/navbar_icon.png) !important;
  }
  .page_header {
    background: #000;
    z-index: 99;
  }
  
  .page_header .navbar-collapse{
    order:4;
  }

  .header_buttonregister {

       min-width: 115px;
        height: 38px;
        margin-left: auto;
        margin-top: 0;
        margin-right: 0;


  }
  .header_buttonregister a{
    font-size:14px ;
  }
  .banner_mutetext h1 {
    font-size: 75px;
  }
  .banner_info h2 {
    font-size: 52px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .camp_update {
    padding: 85px 0 0;
  }
  .section_title h3 {
    font-size: 45px;
    line-height: 50px;
  }
  .camp_listing li:after {
    left: 102px;
  }
  .page_banner {
    height: 450px;
  }
  .bottom-img {
    bottom: -10px;
  }
  .call_at_img {
    margin-right: 20px;
  }
  .call_Ut .section-gap {
    padding: 90px 0 60px;
  }
  .banner_mutetext h2 {
    font-size: 80px;
    line-height: 85px;
  }
  .location_list .banner_mutetext {
    top: 15%;
  }
  .subscribe_sec .banner_mutetext {
    top: 50%;
  }
  .bottom_footer {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .bottom_footer h6 {
    text-align: center;
  }
  .social_media {
    float: inherit;
    justify-content: center;
  }
  .bottom_footer .row {
    gap: 15px 0;
  }
  .listng_table table tbody tr td {
    padding: 15px 10px;
    font-size:15px;
  }
  .listng_table table thead tr th {
    font-size: 22px;
    line-height: 26px;
    padding: 10px 15px;
  }
  .listng_table table tbody tr td img{
    max-width:25px;
  }
  .page_button {
    padding: 14px 10px !important;
    font-size:14px;
  }
  .drop-down {
    position: relative;
  }
  .drop-down::after {
    position: absolute;
    content: "";
    top:30px !important;
    transform:inherit !important;
    right: 10px;
    background-image: url(../images/drop-down-icon.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right;
    width: 15px;
    height: 15px;
    top: 13px;
    cursor: pointer;
  }
  .drop-down.open .sub-menu{
    display: block;
  }
  .sub-menu {
    background-color: #000;
    border-radius: 6px;
    position: relative;
    width: 170px;
    top: 100%;
    left:0;
    text-align: left;
    transition: none;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    top: 0;
    min-width: 100%;
    display:none;
  }
  .sub-menu li {
    /* padding: 15px 0; */
    padding-left:0 !important;
  } 
  .sub-menu li a {
    font-size: 17px;
    line-height: 15px;
    font-weight: 500;
    font-family: var(--bodyfontfamily);
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }
  .sub-menu li a:hover {
    color: #ffb71b;
  }
  .page_header .navbar-collapse{
    padding:50px 0;
  }
  .subscribe input{
    width: 100%;
  }
  .subscribe_btn{
    left: unset;
    right: 30px;
  }
  .subscribe_sec .banner_mutetext {
    top: 10%;
 }
 .location_main{
  padding: 70px 0 50px;
 }
 .location_head h3 {
  font-size: 30px;
  line-height: 35px;
 }
 .address_wrap p{
  font-size:15px;
  line-height:24px;
 }
 .address_wrap span img{
  max-width:15px;
 }
 #wpcf7-f200-o1 .wpcf7-form {
  width: 100%;
 }
 .submit_btn{
  background-position: 30px -3px;
  padding-left: 40px;
  margin-right:-30px;
 }
 .subscribe_btn {
  left: unset;
  right: 20px;
  bottom: -6px;
 }
 .faq_section{
  padding: 70px 0;
 }
 .faq_wrap .accordion-header button {
  padding: 17px 20px 17px 45px !important;
  font-size: 18px !important;
 }
 .faq_wrap .accordion-button::after{
  background-size:16px;
 }
 .faq_wrap .accordion-header button::before{
  width:24px;
  height:24px;
  background-size:24px;
 }
 .faq_wrap .accordion-body {
  padding: 0 20px 23px 40px !important;

}
.faq_wrap .accordion-body p{
  font-size:16px !important;
  line-height:26px !important;
 }
 .table-cell {
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
 }
 .table-cell p{
  margin-bottom:0;
 }
 .camp_section{
  padding:70px 0;
 }
 /* sponsors */
 .our_sponsors {
  padding: 70px 0;
 }
 .sponsor_innr img {
  width: 80%;
 }
 .sponsor_innr{
  text-align: center;
 }
 .sponsor_innr img {
  max-height: 100%;
 }
 .sponsor_innr {
  min-height: 108px;
 }
 .contact-info-wrap{
  padding: 20px;
 }
 .info_head p,.form_head p{
  font-size:16px;
 }
 .info_head{
  padding-bottom:0;
 }
 .info_icon{
  width: 50px;
    height: 50px;
    min-width: 50px;
 }
 .info_icon img{
  width: 25px;
  height: 25px;
 }
 .info_Wrap{
  align-items:flex-start;
  margin-bottom: 15px;
 }
 .address_wrap p, .info_txt a {
  font-size: 14px;
  line-height: 24px;
 }
 .grp-lession-sec .row{
  align-items:flex-start !important;
 }
 .owl_wrapitem{
  padding:0 5px;
 }
 .listng_table .page_button{
  padding: 12px 15px !important;
 }
 .grp-lession2-content{
  position:relative;
 }
 .grp-lession-l h2{
  font-size: 30px;
  line-height:40px;
 }
 .bottom_footer .row .col-lg-3{
  order:3;

 }
}

@media only screen and (max-width: 767px) {
  .banner_info {
    width: 100%;
    padding: 20px 15px;
  }
  .banner_info H2 {
    padding-bottom: 0;
  }
  .banner_mutetext {
    font-size: 60px;
    text-align: center;
  }
  .page_banner {
    height: 500px;
  }
  .camp_title p {
    width: 100%;
  }
  /* .page_devidr {
    margin-top: 20px;
    margin-bottom: 20px;
  } */
  .primary_sidelogo {
    display: none;
  }

  .subscribe {
    width: 100%;
  }
  .subscribe a {
    padding-left: 0;
  }
  .bottom_footer .footerlisting {
    color: #fff;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    margin-left: 0;
    padding-left: 0;
  }
  .bottom_footer .footerlisting li {
    padding: 4px 6px;
  }
  .social_media {
    display: flex;
    align-items: inherit;
    flex-direction: row;
    float: left;
    padding-left: 0;
  }
  .banner_info h2{
    font-size: 27px;
  }
  .banner_mutetext h1 {
    font-size: 44px;
 }
 .banner_mutetext h2 {
  font-size: 43px;
  line-height: 50px;
 }
 .radial_img{
  display:none;
 }
 .section_title h3{
  margin-bottom: 15px;
  font-size: 23px;
 }
 .call_Ut .section-gap {
  padding: 90px 0 40px;
 }
 .call_at_info {
  padding-top: 50px;
 }
 .owl_wrapitem {
  padding: 0 10px;
 }
 .coach .section-gap {
  padding: 40px 0;
 }
 .location_list .section-gap {
  padding-top: 40px;
}
.gallery_sec.section-gap {
  padding: 40px 0;
}
.listng_table table tbody tr td {
  padding: 10px;
  font-size: 14px;
    line-height: 22px;
 }
 .listng_table table tbody tr td img{
  max-width:20px;
 }
 .location_list .banner_mutetext {
  top: 10%;
 }
 .input_wrap{
  width:100%;
 }
 .subscribe input{

 }
 .subscribe a{
  right:6px;
  font-size: 14px;
 }
 .subscribe input{
  font-size: 14px;
  background-position: 16px;
  background-size: 16px;
 }
 .bottom_footer h6 {
  text-align: left;
 }
 .subscribe_sec .banner_mutetext {
  top: 10px;
 }
 .listng_table table thead tr th {
  font-size: 16px;
  line-height: 26px;
 }
 .location_list .page_button{
  font-size: 12px;
 }
 .page_footer img {
  height: 180px;
 }
 .owl_wrap .owl-nav button.owl-prev, .owl_wrap .owl-nav button.owl-next{
  height: 20px;
  width: 17px;
  background-size: 17px !important;
 }
 .inner_banner-wrap{
  max-height: 360px;
  height: 360px;
 }
 .inner_bnnr_info h2 {
  font-size: 45px;
  line-height: 60px;
 }
 .breadcrumb {
  margin-top: 15px;
 }
 .mission_img{
  margin-right:0;
 }
 .submit_btn{
  font-size: 14px;
  padding-left: 40px;
 }
 .subscribe_btn {
  width: 123px;
  top: 19px;
 }
 .mission_txt h3{
  font-size: 30px;
 }
 p{
  font-size:15px;
  line-height:24px;
 }
 .breadcrumb li, .breadcrumb li a{
  font-size:14px;
 }
 .wpcf7-spinner{
  width: 12px;
  height: 12px;
 }
 .subscribe .wpcf7-email{
  font-size: 14px;
  padding: 20px 140px 20px 35px;
  background-position: 10px;
  background-size: 16px;
 }
 .submit_btn {
  margin-right: -10px;
}
 .faq_wrap .accordion-header button {
  padding: 15px 20px 15px 45px !important;
 }
 .faq_wrap .accordion-body {
  padding: 0 20px 15px 40px !important;
 }
 .faq_section {
  padding: 50px 0;
 }
 .banner_mutetext{
  top: 52%;
 }
 .camp_update {
  padding: 30px 0 0;
 }
 .drop-down::after {
  width:20px;
  height:20px;
 }
 .camp_listing li {
  padding-right: 0;
  margin-right: 0;
}
 /* camp */
 .camp_tab_links{
  overflow: auto;
 }
 .camp_tab_links nav button {
  font-size: 16px !important;
  line-height: 26px !important;
  padding-bottom: 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
 }
 .table-cell {
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
 }
 .table-header {
  font-size: 18px !important;
  line-height: 26px !important;
 }
 .table-cell p{
  font-size: 14px;
    line-height: 22px;
 }
 .table_container::after{
  display:none;
 }
 .table-cell a {
  padding: 12px 15px !important;
  font-size:14px !important;
 }
 .camp_section{
  padding:50px 0;
 }
 /* sponsors */
 .sponsor_innr{
  min-height:auto;
 }
 /* contact */
 .contact_sec{
  padding: 50px 0;
 }
 .contact-info-wrap{
  margin-top:50px;
 }
 .location_wrap iframe{
  margin-top:50px;
 }
 #wpcf7-f200-o1 .wpcf7-form, #wpcf7-f200-o2 .wpcf7-form {
  width: 100%;
  /* margin: 0px auto; */
 }
 .contact_form_wrap form .form-control{
  height: 55px;
  font-size: 14px;
    line-height: 20px;
    padding:15px;
 }
 section.grp-lession-sec{
  padding: 50px 0 0;
 }
 section.staff-list-sec {
  padding: 50px 0 0;
 }

 .bottom_footer .row {
  gap: 20px 0;
 }
}


/* Camps Page Design */
.date_start_camps, .date_end_camps {
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table_content_dynamic {
  display: contents;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FFB71B #FFB71B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #292929 #292929 transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.data_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a6;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.table_data_row .table>:not(caption)>*>* {
  background-color: #292929;
}

.table>:not(caption)>*>* {
    padding: 30px 24px;
    /* color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color))); */
    background-color: var(--backgroud-color);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}