
/* Court Section */

.grid-img {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(7, 4vw);
}
@media (max-width: 768px) {
  .grid-img {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(7, 7vw);
}
}
.img-col-one {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 6;
}
.img-col-two {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 5;
    grid-row-end: 7;
}
.img-col-three {
    grid-column-start: 5;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 3;
}
.img-col-three img {
  object-fit: cover;
}
.img-col-four {
    grid-column-start: 4;
    grid-column-end: 10;
    grid-row-start: 3;
    grid-row-end: 7;
}
.img-col-four img {
  object-fit: cover !important;
}

.grid-img img {
  width: 100%;
  height: 100%;
}
.img-col-four img {
    border-left: 10px solid #0B2B26;
    border-top: 10px solid #0B2B26;
}
.img-col-three img {
    border-left: 10px solid #0B2B26;
}
.img-col-two img {
    border-top: 10px solid #0B2B26;
}

#book-court {
    background-color: #0B2B26;
    border-radius: 27px !important;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.horizontal-class{
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 60px;
}
@media (max-width:1440px) {
 .horizontal-class{
    gap: 10px;
 } 
}
@media (max-width:768px) {
  .horizontal-class{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  } 
}
@media (max-width: 1024px) {
  .grid-img {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(7, 6vw) !important;
  }
}
.menus-title{
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left; 
  width: 220px;
  line-height: 33px; 
  position: relative;
  padding-bottom: 10px;
}
.slider-icon {
  height: 33px;
  width: 33px;
}

.count-list {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
}
.court-menus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 25px;
  color: #fff;  
}
@media (max-width: 1440px) {
  .court-menus {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-bottom: 10px;
  }
}
.count-btn {
  border-radius: 7px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #fff;
  background-color: #fff;
}
.first-name {
  width: 160px;
  height: 65px;
  background-color: #fff;
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.second-name {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.lane-three {
    display: flex;
    text-align: center;
    padding-top: 30px;
}


@media (max-width: 768px) {
  .lane-three {
    padding-left: 0 !important;
  }
  .lane-four {
    padding-left: 0 !important;
  }
}



#offer-details {
    object-fit: cover;
    margin-top: 2%;
    margin-bottom: 2%;
    position: relative;
    height: 481px;
}
.offer-inner {
    display: flex;
    justify-content: center;
    gap: 40px;
    height: 100%;
    background: #0000006B;
}
@media (max-width: 768px) {
  .offer-inner {
    display: flex;
    flex-direction: column;
  }
}
.offer-title {
    font-family: Poppins;
    font-size: 65px;
    font-weight: 400; 
    letter-spacing: 0.07em;
    text-align: left;
    color: #FFFFFF;
    z-index: 2;
}

@media (max-width:1024px) {
  .offer-title {
    font-size: 45px;
  }
}
.offer-para {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  color: #fff;
  z-index: 1;
  width: 100%;
  max-width: 831px;
}
@media (max-width:1024px) {
  .offer-para {
    font-family: Poppins;
    font-size: 20px;
    z-index: 2;
    text-align: center;
  }
}
.text-offer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .text-offer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.img-half {
    position: absolute;
    top: 0;
    right: 0;
}
.side-image {
    z-index: 1;
    padding-top: 45px;
}
@media (max-width: 1440px) {
  .side-image {
    display: none;
  }
}
.offer-textpara {
  font-family: Lato;
  font-size: 19px;
  font-weight: 400;
  line-height: 23.4px;
  color: #0B2B26;
  background-color: #fff;
  width: 100%;
  max-width: 745px;
  text-align: justify;
  padding: 14px 21px 22px 24px;
  border-radius: 10px;
  border: 1px solid #0B2B26;
  z-index: 2;
  clip-path: polygon(20% 0, 23% 16%, 100% 16%, 100% 100%, 41% 100%, 0 100%, 0 0);
  padding-top: 25px;
}
@media (max-width: 1440px) {
  .offer-textpara {
    font-family: Lato;
    font-size: 19px;
    font-weight: 400;
    line-height: 23.4px;
    color: #0B2B26;
    background-color: #fff;
    /* width: 645px; */
  }
}
.textarea {
    display: flex;
    gap: 50px;
}
@media (max-width:1024px) {
  .textarea {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.offer-btn {
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 19px;
    padding-top: 17px;
    border-radius: 6px;
    border: 2px solid #0B2B26;
    color: #0B2B26;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    text-align: center;
    background-color: white;
  }
.button-offer {
  padding-top: 55px;
  z-index: 2; 
}
@media (max-width:1024px) {
  .button-offer {
    padding-top: 0;
  }
}

/* course-assortment */

  .course-first {
    width: 160px;
    height: 65px;
    background-color: #0B2B26;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  }
  .course-second {
    color: #0B2B26;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 10px;
  }
  .lane-four {
    display: flex;
    text-align: center;
    padding-top: 30px;
  }
  .course-loop-cols {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media (max-width:1440px) {
    .course-loop-cols {
      display: flex;
      flex-wrap: wrap;
    } 
   }

  .course-title{
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: justified;
    color: #FFFFFF;
    background-color: #0B2B26;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    text-align: center;
    padding: 30px;
  }
  .course-asort {
    width: 339px;
    height: 620px;
    border-radius: 17px;
    opacity: 0px;
    box-shadow: 4px 4px 4px 4px #00000040;
    cursor: pointer;
  }
  .course-asort:hover .course-title {
    background-color: #fff;
    color: #0B2B26;
  }
  .course-asort:hover{
    background-color: #0B2B26;
    color: #fff;
  }
  .course-asort:hover .course-desc {
    color: #fff;
  }
  .course-asort:hover .course-feature {
    color: #fff;
  }
  .course-asort:hover .course-feature_para {
    color: #fff;
  }
  .course-asort:hover .course-buy {
    background-color: #fff;
    color: #0B2B26;
  }
 
  #singleEvent .course-desc {
    color: #8A8A8A;
    font-size: 16px !important;
    font-family: 'Lato' !important;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #8A8A8A;
  }
  .course-buy {
    border-radius: 7px;
    opacity: 0px;
    color: #fff;
    background-color: #0B2B26;
    text-align: center;
    padding: 10px;
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
  }
  .course-price {
    font-family: Lato;
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    columns: #1D1D1D;
    text-align: center;
    padding-top: 10px;
  }
  .course-feature{
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }
  .course-bottom {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
  .paragraph {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
  }
  .paragraph {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  ul.paragraph {
    list-style-position: outside;
  }
  /* ul {
    padding-left: 0 !important;
  } */

  /* gallery */

  .gallery-first {
    width: 160px;
    height: 65px;
    background-color: #fff;
    color: #0B2B26;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
  }
  .gallery-second {
    color: #fff;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 10px;
  }
  .gallery-title {
    display: flex;
    text-align: center;
    padding-top: 45px;
  }

  #videoGallery {
    /* background-color: #0B2B26; */
    border-radius: 27px;
    margin-right: 2%;
    margin-left: 2%; 
    margin-top: 5%;
  }
  .gl_img a {
    width: 100%;
    height: 100%;
  }

    .gl_img a img {
    width: 100%;
    height: 100%;
    }

  #gallery-footer .gallery .row {
    display: grid;
    grid-template-columns: repeat(15,1fr);
    grid-template-rows: repeat(9,115px);
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #gallery-footer .row .gallery-image:nth-child(1) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 4;
    grid-column-end: 7;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 7;
    grid-column-end: 10;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(4) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 10;
    grid-column-end: 13;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(5) {
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 13;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #gallery-footer .row .gallery-image:nth-child(6) {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(7) {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 5;
    grid-column-end: 8;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(8) {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 8;
    grid-column-end: 12;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(9) {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 12;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(10) {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 1;
    grid-column-end: 6;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(11) {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 6;
    grid-column-end: 9;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(12) {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 9;
    grid-column-end: 13;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(13) {
    grid-row-start: 6;
    grid-row-end: 8;
    grid-column-start: 13;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(14) {
    grid-row-start: 8;
    grid-row-end: 10;
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(15) {
    grid-row-start: 8;
    grid-row-end: 10;
    grid-column-start: 5;
    grid-column-end: 10;
    width: 100%;
    height: 100%;
  }
  #gallery-footer .row .gallery-image:nth-child(16) {
    grid-row-start: 8;
    grid-row-end: 10;
    grid-column-start: 10;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
  }











































  #gallery .row {
    display: grid;
    grid-template-columns: repeat(15,1fr);
    grid-template-rows: repeat(8,70px);
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  @media (max-width: 768px) {
    #videoGallery .gallery .row {
      display: grid;
      grid-template-columns: repeat(15,1fr);
      grid-template-rows: repeat(4,89px);
      gap: 12px;
      padding-left: 12px;
      padding-right: 12px;
    }
  }
  @media (max-width: 425px) {
    #videoGallery .gallery .row {
      display: grid;
      grid-template-columns: repeat(15,1fr);
      grid-template-rows: repeat(4,57px);
      gap: 12px;
      padding-left: 12px;
      padding-right: 12px;
    }
  }
  @media (max-width: 425px) {
    #gallery .gallery .row {
      display: grid;
      grid-template-columns: repeat(15,1fr);
      grid-template-rows: repeat(8,57px);
      gap: 12px;
      padding-left: 12px;
      padding-right: 12px;
  }
  }
  .row .gallery-image {
    padding: 0;
    position: relative;
  }
  
  .gl_img,.gallery.view.second-effect{
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(1){
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%;
    height: 100%;
}
  .row .gallery-image:nth-child(2){
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 4;
    grid-column-end: 7;
    width: 100%;
    height: 100%;
  }

  .row .gallery-image:nth-child(3){
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 7;
    grid-column-end: 10;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(4){
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 10;
    grid-column-end: 13;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(5){
    grid-row-start: 1;
    grid-row-end: 5;
    grid-column-start: 13;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .row .gallery-image:nth-child(6){
    grid-row-start: 5;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(7){
    grid-row-start: 5;
    grid-row-end: 9;
    grid-column-start: 5;
    grid-column-end: 8;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(8){
    grid-row-start: 5;
    grid-row-end: 9;
    grid-column-start: 8;
    grid-column-end: 12;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(9){
    grid-row-start: 5;
    grid-row-end: 9;
    grid-column-start: 12;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(10){
  grid-row-start: 5;
  grid-row-end: 7;
  grid-column-start: 1;
  grid-column-end: 6;
  width: 100%;
  height: 100%;
  }
  .row .gallery-image:nth-child(11){
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 6;
    grid-column-end: 9;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(12){
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 9;
    grid-column-end: 13;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(13){
    grid-row-start: 5;
    grid-row-end: 7;
    grid-column-start: 13;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(14){
    grid-row-start: 7;
    grid-row-end: 9;
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(15){
    grid-row-start: 7;
    grid-row-end: 9;
    grid-column-start: 5;
    grid-column-end: 10;
    width: 100%;
    height: 100%;
  }
  .row .gallery-image:nth-child(16){
    grid-row-start: 7;
    grid-row-end: 9;
    grid-column-start: 10;
    grid-column-end: 16;
    width: 100%;
    height: 100%;
  }
  .gallery img {
    object-fit: cover;
  }
 
 

  .mask {
    display: none;
  }
  .our-gallery {
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
  }

/* other pages */
/* about us */

.card {
  position: relative;
  display: block !important;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  color: white;
  border: none !important;
  border-radius: 0.25rem;
}
.title-box {
  border-radius: 42px;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 2%;
}
.container-fluid .card {
  padding-top: 12%;
  padding-bottom: 12%;
}
.about-page-inner .owl-nav {
  display: none;
}
.card h1 {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .card h1 {
    font-size: 40px;
    font-weight: 500px !important;
  }
}
@media (max-width: 425px) {
  .card h1 {
    font-size: 30px;
    font-weight: 400px !important;
  }
}
/* who we are  */
.container-fluid {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 65%);
  border-top-right-radius: 42px;
  border-top-left-radius: 42px;
}

.who-first {
  width: 160px;
  height: 65px;
  background-color: #fff;
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.who-second {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.who-title {
  display: flex;
  text-align: center;
  padding-top: 45px;
}
#aboutPage {
  background-color: #0B2B26;
  border-radius: 27px;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 20px;
  padding-bottom: 3%;
}
/* .row img {
  width: 637px;
  height: 100%;
} */
.who-para {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #0B2B26;
  width: 100%;
}
.paragraph-all {
  background-color: #FFFFFF;
  width: auto;
  height: 100%;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px 
}
.who-we-are {
  display: flex !important;
  margin-top: 30px;
}
@media (max-width:1023px) {
  .who-we-are {
    display: flex;
    flex-direction: column;
  }
}
.center-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 39px 20px 39px 20px;
}
.about-inner-experts .our-experts-info .owl-nav {
  display: flex !important;
  justify-content: center !important;
  gap: 20px;
  padding-bottom: 20px;
}
.owl-nav i {
  color: #fff;
}

.about-us-who {
  background-color: white;
  border-radius: 14px;
}
.social-icons i {
  color: #787878 !important;
}
.about-inner-experts .social-icons i {
  color: #fff !important;
}
.about-inner-experts .our-experts-info {
   padding-top: 20px;
}
.who-we-shipping {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background-color: white;
  padding: 8px 48px 0px 48px;
}


.who-we-shipping::after {
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 37px;
  right: -76px;
  z-index: 1;
  border: 1px solid white;
}
.who-we-shipping:last-child::after {
  display: none;
}

.about-shipping {
  display: flex;
  justify-content: center;
  gap: 76px;
  margin-top: 40px;
}
@media (max-width:1024px) {
  .about-shipping {
    display: flex;
  }
}
.experience-who {
  font-family: Lato;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #0B2B26;
}
@media (max-width:1440px) {
  .experience-who {
    font-size: 25px;
    font-weight: 600;
  }
  .experience-who-small {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width:768px) {
  .experience-who {
    font-size: 16px;
    font-weight: 600;
  }
  .experience-who-small {
    font-size: 10px;
    font-weight: 300;
  }
}
.fa-arrow-right-long {
  font-size: 16px;
  font-weight: 900;
}
.fa-arrow-left-long {
  font-size: 16px;
  font-weight: 900;
}
.experience-who-small {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #0B2B26;
  text-align: center;
}

/* mission */
.mission-title {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #0B2B26;
  text-align: center;
  display: flex;
  align-items: center;
}
.mission-paragraph {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #000000;
  text-align: justify;
}

@media (max-width: 1024px) {
  .mission-page {
    display: flex;
    flex-wrap: wrap;
  }
}
.mission {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 9.4px 0px #00000040;
  padding: 20px 30px 0px 30px;
}
.mission-number {
  font-family: Poppins;
  font-size: 110px;
  font-weight: 600;
  line-height: 102px;
  text-align: left;
  background: -webkit-linear-gradient(#D9D9D9, #D9D9D900) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important; 
  -webkit-text-fill-color: transparent !important;
}
.number-title {
  display: flex;
}
.img-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
/* event - gallery  */

.event-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.event-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}

#bwt-footer_box {
  position: relative;
  margin-top: 2%;
}
/* blueprint */

.blueprint-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.blueprint-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.blueprint {
  display: flex;
  text-align: center;
  padding-top: 45px;
}
.blueprint-img {
  display: flex;
  justify-content: center !important;
  align-items: center;
}

.blueprint-img {
  margin-top: 40px;
}
/* tranning */

.tranning-first {
  width: 160px;
  height: 65px;
  background-color: #fff;
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.tranning-second {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.tranning {
  display: flex;
  text-align: center;
  padding-top: 45px;
}
.tranning-specials {
  background-color: #0B2B26;
  margin-top: 5%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 2%;
  border-radius: 27px;
}
.tranning-sec {
  display: flex;
}
.tranning-sec img {
  width: 85%;
}

.course-experience {
  font-family: Lato;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  text-align: justified;
  color: #0B2B26;
}
.course-customers {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: justified;
  color: #0B2B26;
}
.course-rating {
  background-color: #fff;
}
#event-bottom-section {
  margin-bottom: 2%;
}

.blur-icon-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.training-row {
  /* display: flex; */
  padding-bottom: 5%;
}
.tranning-upper-part-card {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.play-video-tranning-section {
  position: relative;
}
.tranning-role {
  display: flex;
  flex-direction: column;
}
.tranning-admin {
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.tranning-admin::after {
  content: '';
  position: absolute;
  border: 1px dashed white;
  width: 70px;
  height: 1px;
  transform: rotate(90deg);
  right: -13px;
  top: 92px;
}
.tranning-admin:last-child::after {
  display: none;
}
.circles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.vision-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 30px;
}
.text-one {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: justified;
  color: #fff;
}
.text-two {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #FFFFFF;
}
.vision-text{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-vision {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
}
.text-two {
  width: 100%;
}
.course-loop img {
  width: 390px;
  height: 386px;
  object-fit: cover;
}
.courses-box .course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 90%;
  margin: 0 auto;
}
.course-img {
  text-align: center;
}
.course-feild {
  display: none;
}
.event-count {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #8A8A8A;
}

#course-category {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  list-style: none !important;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #0B2B26;
  background-color: #FFFFFF;
  padding: 35px 20px 20px 20px;
  border-radius: 27px;
  box-shadow: 0px 4px 11.4px 0px #00000040;
  width: 50%;
  position: absolute;
  top: 45px;
  right: 15%;
}

#course-category .courses-category-box {
  cursor: pointer;
}

#course-category .courses-category-box .courses-inner-box{
  position: relative;
}
#course-category .courses-inner-box.active::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -15px;
  border-bottom: 6px solid #8A8A8A;
  width: 50px;
  margin: 0 auto;
}
#course-category .courses-category-box:nth-child(9) .courses-inner-box::after{
  display: none;
}
#course-category .courses-category-box .courses-inner-box::after {
  content: '';
  width: 1px;
  height: 75px;
  line-height: 76px;
  position: absolute;
  z-index: 1;
  border: 1px solid #ACACAC;
  top: -15px;
  right: -15px;
}
#course-category .courses-category-box:last-child::after {
  display: none !important;
}
.course-sub-array {
  background-color: #FFFFFF;
  border-radius: 59px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: max-content;
  margin-top: 10px;
}
#course-results .courses-box {
  position: relative;
}

.inner-course-sub-array {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #1D1D1D;
  padding: 6px 24px 6px 24px 
}
.blueprint-img img {
  height: 100%;
  width: 100%;
}

.course-filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#course-results {
  margin-top: 5% !important;
  background-color: #0B2B26;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 27px;
}
.courses-new {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #0B2B26;
  position: absolute;
  bottom: 0;
  padding-left: 25px;
}
.collaps-filter {
  border: unset !important;
}
  /* 
  .courses-inner-box.active{
    border-bottom: 6px solid #8A8A8A;
    padding-bottom: 10px;
  } */
#course-category label:focus {
  border-bottom: 6px solid #8A8A8A;
  /* content: "";
  position: absolute;
  display: inline;
  bottom: 0;
  width: 80px;
  height: 20PX; */
}
.course-filter {
  margin-top: 30px;
}
.tranning-specials .tranning-vedio-img {
  height: 100%;
  width: 100%;
}

.blur-icon-image i {
  margin: auto;
  font-size: 25px;
  line-height: 99px;
  background-image: linear-gradient(#fffdfd33,#ffffff8c 103%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  height: 100px;
  width: 100px;
}
.years-golf-tranning {
  font-family: Lato;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  text-align: justified;
  color: #0B2B26;
}
.exp-golf-tranning {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: justified;
  color: #0B2B26;
}
.tranning-upper-part-card {
  position: relative;
  top: 40px;
  z-index: 2;
}
.card-one {
  background-color: #FFFFFF;
  padding: 10px;
  position: relative;
}
.card-two {
  background-color: #FFFFFF;
  padding: 10px;
}
.card-one::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: 48px;
  border: 1px solid #8A8A8A;
  height: 1px;
  width: 75px;
  transform: rotate(90deg);
}

.course-img img {
  border-radius: 17px;
}

.course-post-modal {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #1D1D1D;
}
.course-std-count {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #1D1D1D;
}
.course-btn {
  width: 266px;
  height: 53px;
  border-radius: 7px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #0B2B26;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  
}
.course-reg-btn {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: #000000;
  margin-bottom: 0 !important;
}
.courses-contain-main-box {
  background-color: #F1F1F1;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 14px;
  padding: 15px;
  position: relative;
  bottom: 68px;
  margin: 11px;
}
.btn-reg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
.course-btn:hover {
  background-color: #0B2B26;
}
.course-btn:hover .course-reg-btn {
  color: #FFFFFF;
}
.course-content {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #787878;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs-in-center {
  justify-content: center;
}
/* shop page */

.shop-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.shop-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.shop-title {
  display: flex;
  text-align: center;
  padding-top: 45px;
}
.post-type-archive {
  background-color: #F1F1F1 ;
}
.woocommerce-product-gallery__wrapper img {
  width: 697px !important;
  height: 637px !important;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    height: 100% !important;
  }
}
#related-products .collection-box img {
  height: 268px;
}
#related-products .fa-arrow-left-long {
  font-weight: 800;
  color: #000000;
}
#related-products .fa-arrow-right-long {
  font-weight: 800;
  color: #000000;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 1.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 14.05%;
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: none;
  border-right: 0;
  margin: 1px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #0B2B26;
  color: #F1F1F1;
}
.woocommerce-loop-product__title {
  color: #1D1D1D;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
}
#menu-item-244 a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #FFFFFF !important;
}
.woocommerce-message {
  font-size: 19px;
  font-family: Lato;
}
.emi-no-cost {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #787878;
}
.free-return-product {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #0B2B26;
}
.single-quantity-form .single_add_to_cart_button {
  margin: 0 !important;
  margin-top: 20px !important;
}

.carousel-indicators {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: end !important;
  border: none !important;
}
.carousel-indicators img {
  border-radius: 31px !important;
}

.slider-indicator .count {
  display: none !important;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  height: 181px;
  width: 239px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0 !important; 
  cursor: pointer;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1.5;
  transition: opacity .6s ease;
}
.carousel-indicators {
  right: 0;
  bottom: -7;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 30px !important;
  margin-bottom: -5px;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0% !important;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.slider-indicator {
  display: flex;
  gap: 7px;
}
#slider .slider-indicator .active img{
  border: 6px solid #0B2B26;
}
#contact .wpcf7-validates-as-email {
  color: #787878 !important;
  padding-bottom: 10px;
}
#event-enrollment .wpcf7-validates-as-email {
  color: #787878 !important;
}
.comment-form-url {
  display: none !important;
}
#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.comment-notes {
  display: none !important;
}
#commentform .comment-form-author {
  order: 1 !important;
}
#commentform .comment-form-email {
  order: 1 !important;
}
#commentform .comment-form-comment {
  order: 3 !important;
}
.comment-form-comment {
  display: flex;
  flex-direction: column;
  order: 3 !important;
}
.comment-reply-title .comment-form {
  display: flex;
  flex-direction: column;
}
.comment-form-comment label {
  text-align: justify;
}
.comment-form-author {
  display: flex;
  flex-direction: column;
  order: 1 !important;
}
.comment-form-email {
  display: flex;
  flex-direction: column;
  order: 2 !important;
}
.comment-form-email label {
  text-align: justify;
}
.comment-form-author label {
  text-align: justify;
}
.comment-form-cookies-consent {
  display: none !important;
}
.single-blog-form textarea {
  height: 190px;
  border: 1px solid #0B2B26;
  border-radius: 7px;
  font-family: 'Lato';
  padding-left: 10px ;
  padding-top: 9px;
}
.comments-area input {
  width: 1000px !important;
  color: #B4B4B4;
}
.comments-area textarea {
  width: 1000px !important;
  color: #B4B4B4;
}
.form-submit .submit {
  max-width: 200px ;
  height: 44px ;
}
.form-submit {
  text-align: justify !important;
}
@media (max-width: 1024px) {
  .comments-area input {
    width: 700px !important;
    color: #B4B4B4;
  }
  .comments-area textarea {
    width: 700px !important;
    color: #B4B4B4;
  }
  .comment-body {
    width: 735px !important;
  }
  .comment-body p {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .comments-area input {
    width: 400px !important;
    color: #B4B4B4;
  }
  .comments-area textarea {
    width: 400px !important;
    color: #B4B4B4;
  }
  .comment-body {
    width: 435px !important;
  }
  .comment-body p {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .comments-area input {
    width: 300px !important;
    color: #B4B4B4;
  }
  .comments-area textarea {
    width: 300px !important;
    color: #B4B4B4;
  }
  .comment-body {
    width: 335px !important;
  }
  .comment-body p {
    width: 100% !important;
  }
}

#comments .comments-title {
  color: #0B2B26 !important;
  font-size: 20px;
  font-weight: 600;
  font-family: Lato;
}
.commentmetadata {
  color: #0B2B26 !important;
  font-size: 16px;
  font-weight: 600;
  font-family: Lato;
}
.comment-body p {
  font-size: 16px !important;
  font-weight: 600;
  font-family: Lato;
  color: #6F6F6F;
  width: 70%;
  text-align: justify;
}
.comment-reply-link {
  font-size: 16px;
  font-weight: 600;
  font-family: Lato;
}
.comment-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  width: 1032px;
}
.fn {
  font-size: 12px;
  font-weight: 600;
  font-family: Lato;
}
.says {
  font-size: 12px;
  font-weight: 600;
  font-family: Lato;
}
.reply {
  background-color: #ACACAC;
  padding: 4px;
  border-radius: 2px;
}































































































.golf-border {
  border: 1px solid #ACACAC;
  
}
.stick {
  display: flex;
  margin-top: 32px;
  gap: 15px;
}
.golf-stick {
  display: flex;
  align-items: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #0B2B26;
}

.wp-block-heading{
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  color: #1D1D1D;
}
.page-template-default {
  background-color: #F1F1F1;
}
.middle-content h2 {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: justified;
  color: #1D1D1D;
}
.middle-content p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #787878;
}
.middle-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #FFFFFF;
  border-radius: 27px;
  box-shadow: 0px 8px 14px 0px #00000040;
  padding: 20px 40px 20px 40px;
}

.pri-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff !important;
  font-size: 22px !important;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.pri-second {
  color: #1D1D1D !important;
  font-size: 22px !important;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.pri {
  display: flex;
  text-align: center;
  padding-top: 30px;
}

.star-rating {
  color: #0B2B26;
  margin-top: 3%;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #0B2B26;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.rating-product {
  padding-top: 6px;
}
.gear-pro{
  display: flex;
  justify-content: space-between;
}


/* gallery */

.gallery-second .row {
  display: grid;
  grid-template-columns: repeat(15,1fr);
  grid-template-rows: repeat(4,115px);
  gap: 12px;
  padding-left: 12px;
}
.contact-icon {
  padding-top: 20px;
}
#contact .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
/* .wpcf7-list-item-label {
  padding-top: 20px;
} */
#contact .contact-checkbox p {
  border-bottom: 1px solid #fff !important;
}
#contact .contact-submit p {
  border-bottom: 1px solid #fff !important;
}


/* events */


.event-title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #0B2B26;
}
.event-cat {
  display: flex;
  gap: 10px;
  background-color: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding-left: 20px;
}

/* blog single */

.post-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.post-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.post-title {
  display: flex;
  text-align: center;
  padding-top: 30px;
}
/* .blog-img-wrapper {
  height: 253px;
  width: 409px; 
} */
.blog-img-wrapper img {
  height: 100%; 
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.blog-content {
  box-shadow: 0px 8px 14px 0px #00000040;
  background-color: #f1f1f1;
  border-radius: 20px;
}
#full-width-blog .content h2 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.blog_text {
  width: auto !important;
}
.blog-category {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-category  a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #787878;
}
.our-blog-content .author-name {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.single-page-metabox .blog-category {
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
.blog_text {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #787878;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content h2 a {
  color: #1D1D1D;
  /* width: 358px; */
  display: inline-block;
}
.blog-img-wrapper {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
}
.category-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 15px 
}
.post-month-outer {
  justify-content: center;
  align-items: center;
  /* display: flex; */
  width: max-content;
}
.news-author {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #787878;
}
.category-text h2 a {
  padding-top: 20px;
}
#blog-right-sidebar .content:hover {
  background-color: #0B2B26;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.content:hover a {
  color: #fff;
}
.content:hover .blog_text {
  color: #fff;
}
.content:hover .post-month {
  color: #fff;
}
.content:hover .news-author {
  color: #fff;
}


/* blog with right sidebar */

.wp-block-search__input {
  box-shadow: 0px 4px 5px 0px #00000040;
  border-radius: 14px;
  padding: 18px;
  border: none !important;
}
.blog-img-right-sidebar {
  height: 250px;
  max-width: 100%;
  object-fit: cover;
}
.blog-img-right-sidebar img {
  height: 100%;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.our-blog-content:hover {
  background-color: #0B2B26;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blog-content-right {
  line-height: 70px;
}
.blog-content-right h2 {
  padding-top: 20px;
}
.page-numbers {
  border: 1px solid #0B2B26;
  border-radius: 7px;
  padding: 10px;
}
.current {
  background-color: #0B2B26;
  color: white;
}
.blog-content-right:hover .post-month {
  color: #fff !important;
}
.category-text:hover .post-month{
  color: #fff !important;
} 
.page-numbers {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: justified;
}
.media img {
  height: 126px;
  width: 126px;
}
.media-body {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #787878 !important;
}
#recent-posts-1 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media {
  gap: 40px;
}
.media-body {
  width: 216px;
}
.mission-img {
  height: 100%;
  width: 70% !important;
}
#blog-right-sidebar .widget-title {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #1D1D1D;
  padding-left: 20px;
}
#media_image-1 img {
  height: 100% !important;
  width: 100% !important;
  border-radius: 27px;
  margin-bottom: 20px;
}
#recent-posts-2 {
  box-shadow: 0px 4px 11px 0px #00000040;
  background-color: #FFFFFF;
  border-radius: 27px;
}
.post-thumb img {
  object-fit: cover;
}
.blog-img-right-sidebar img {
  object-fit:cover;
}
.event-categoery {
  gap: 30px;
}

.event-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.event-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.event-title-wrapper {
  display: flex;
  text-align: center;
  padding-top: 30px;
}
/* shop page */

.shop-page-cart-btn:hover a {
  background-color: #0B2B26 !important;
}


.woocommerce-loop-product__title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1D1D1D;
}
.product_type_simple {
  inline-size: -webkit-fill-available;
  border-radius: 7px;
  /* background-color: white !important; */
  padding: 11px, 18px, 11px, 18px !important;
  text-align: center;
  font-family: Lato;
  /* border: 1px solid #0B2B26 !important; */
}
.product_type_simple {
  display: flex;
  justify-content: center;
}
.shop .products {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.shop-page-produt-color {
  list-style: none;
 
}
.shop-page-produts-category {
  list-style: none;
 
}
li::marker {
  display: none;
  content: "" !important;
}
.shop-page-filters {
  /* border: 1px solid #0B2B26; */
  /* padding-left: 20px; */
}


.shop-page-filters .accordion-button::after {
  content: '\f078';
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
  background-image: unset !important;
  height: unset !important;
  width: unset !important;
  transition: unset;
}


.filter-title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #818181;
  padding-bottom: 15px;
}
.main-filter-title {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  color: #1D1D1D;
}
.event-category {
  gap: 40px;
}
#singleEvent .event-date .post-month {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #787878;  
}
#singleEvent .cat-posts a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #1D1D1D;
}
#singleEvent .category-event-title a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #787878; 
}
#singleEvent .event-description {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #787878; 
}
.event-price-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.event-regular-price {
  font-family: Lato;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  color: #0B2B26;
}
#singleEvent .enroll-now-btn {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: right;
  color: #0B2B26;
}
#singleEvent .event-button {
  border: 1px solid #0B2B26;
  border-radius: 7px;
  padding: 8px 27px 8px 27px;
  background-color: #FFFFFF;
}
#singleEvent .event-button:hover {
  background-color: #0B2B26;
}
#singleEvent .event-button:hover .enroll-now-btn {
  color: #FFFFFF;
}
#singleEvent .event-pro-fetures {
  background-color: #0B2B26;
  border-radius: 40px;
  padding: 6px 0px 6px 0px;
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.event-category:nth-child(2) .event-cat {
  gap: 20px !important;
}
.merchandise-pro {
  gap: 11px;
  justify-content: center !important;
}
@media (max-width: 425px) {
  .merchandise-pro {
    justify-content: center !important;
  }
}
.course-descript {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #8A8A8A;
  border-bottom: 1px solid #8A8A8A;
  padding-bottom: 10px;
  padding-top: 10px;
}
.shop-products {
  justify-content: center;
}
.woocommerce-result-count {
  display: none;
}
.orderby {
  background-color: #0B2B26;
  padding: 10px; 
  color: #fff;
  font-family: Lato;
  font-size: 15px;
}
.woocommerce-ordering {
  height: 100%;
  margin-top: 60px !important;
}
.brand-name {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #8A8A8A;
}
.shop-pro input[type=checkbox] {
  zoom: 1.7 !important;
  border: 1px solid #0B2B26;
}
.shop-pro input[type=checkbox]:checked {
  background: #0B2B26 !important;
}
.category-filter-checkbox {
  width: 15px;
  height: 14px; 
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
}
#collapseTwo1 .accordion-body .category-filter-checkbox {
  margin-top: 6px;
}
.category-filter-checkbox:checked {
  background-color: #0B2B26;
  color: white !important;
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100% !important;
}

#collapseOne1 {
  padding-top: 30px;
}
.shop-page-produts-category{
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #818181;
  cursor: pointer;
}
.category-filter-checkbox {
  cursor: pointer;
}
.navbar__items {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #818181;
  letter-spacing: 1px;
  cursor: pointer;
}
.shop-page-produts-category li a label {
  cursor: pointer;
}
.brand-category .brand-name {
  cursor: pointer;
}
.price-options {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #818181;
}
.fa-dollar-sign {
  color: #818181 !important;
}
.main-filter-title {
  padding-top: 15px;
}
.terms-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff !important;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.terms-second {
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.terms-wrapper {
  display: flex;
  text-align: center;
  padding-top: 30px;
}

.privacy-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff !important;
  font-size: 22px !important;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.privacy-second {
  color: #fff;
  font-size: 22px !important;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.privacy-wrapper {
  display: flex;
  text-align: center;
  padding-top: 30px;
}

#single_post .feature-box img {
  width: 100%;
  height: 100%;
  border-radius: 27px;
  object-fit: cover;
}
.single-blog-item {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1D1D1D;
  padding-top: 30px;
}
.single-post-content{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #818181;
}
#recent-posts-1 {
  background-color: #FFFFFF;
  border-radius: 27px;
  box-shadow: 0px 4px 11px 0px #00000040;
  margin-top: 20px;
}
#blog-right-sidebar .widget_media_image img {
  height: 100%;
  width: 100%;
}
.wp-block-search__button {
  display: none;
}
.wp-block-search__label {
  display: none;
}
#categories-2 {
  background-color: #FFFFFF;
  border-radius: 27px;
  box-shadow: 0px 4px 11px 0px #00000040;
}
#categories-2 li {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1D1D1D;
}
#categories-2 ul {
  padding-left: 20px !important;
}
#categories-2 ul {
  padding-top: 20px;
}
#categories-2 ul li {
  line-height: 55px;
}
#blog-left-sidebar .serach-page label {
  width: 100%;
}
#blog-left-sidebar .widget_search h3 {
  display: none;
}

/* faq */


.faq-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.faq-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.faq-title {
  display: flex;
  text-align: center;
  padding-top: 30px;
  padding-left: 35px;
}

.helpcenter-title {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #1D1D1D;
  padding-top: 20px;
}
.helpcenter-para {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #787878;
  padding-top: 20px;
}
.helpcenter-img {
  background-color: #D9D9D9;
  border-radius: 10px;
  padding: 8px;
}
.helpcenter-cols {
  line-height: 30px !important;
}
.genral-que {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #1D1D1D;
  border-bottom: 1px solid #8A8A8A;
  padding-bottom: 10px;
}
.support-que {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #1D1D1D;
  border-bottom: 1px solid #8A8A8A;
  padding-bottom: 10px;
}
.help-center {
  background-color: #FFFFFF;
  border-radius: 27px;
  box-shadow: 0px 8px 14px 0px #00000040;
  gap: 30px;
  margin-left: 2%;
  margin-right: 2%;
}
#faq .genral {
  padding-top: 50px !important;
}
#faq .support {
  padding-top: 50px !important;
}
#faq .help-faq {
  padding: 3%;
  justify-content: center;
}

.genral-first {
  width: 160px;
  height: 65px;
  background-color: #0B2B26;
  color: #fff;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 10px;
}
.genral-second {
  color: #0B2B26;
  font-size: 22px;
  font-family: 'Lato';
  font-weight: 400;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 10px;
}
.faq-genral-que {
  display: flex;
  text-align: center;
  padding-top: 30px;
}

.faq-search-submit {
  font-size: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.faq-search-container [type=search] {
  border: none;
  font: normal normal bold 14px/25px Quicksand;
  left: 10px;
  outline: none;
  width: 100%;
  /* padding: 20px; */
  border-radius: 14px;
  color: #787878;
}
.faq-search-container {
  position: relative;
}
.contains-faq-search {
  position: absolute;
  width: max-content;
  top: 30px;
  right: 60px;
  z-index: 1;
  cursor: pointer;
}

.faq-form {
  position: relative;
}
[type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer !important;
}
.accordion-item {
  margin-top: 2%;
  border-radius: 14px;
}
.collapse:not(.show) {
  display: none !important;
}
.accordion-button {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #787878;
}
.accordion-body p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #787878;
  padding: 12px;
}
.accordion-header {
  background-color: #fff;
  border: 2px dashed #0B2B26;
}
.ask-question-button-box {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
}
.ask-question-button-box a {
  display: flex;
  align-self: center;
  width: max-content;
  margin: auto;
  background: #fff;
  border: 2px dashed #0B2B26;
  padding: 51px;
}
@media (max-width: 425px) {
  .ask-question-button-box a {
    width: auto;
  }
}
.ask-question-title  {
  margin-top: 2px;
  font-family: Lato;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
  text-align: left;
  color: #0B2B26;
}
.ask-question-button-box i {
  color: #0B2B26;
}
#event-enrollment .con-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 16px;
}
#singleEvent .event-img  img{
  width: 100%;
  /* height: 100%; */
  border-radius: 20px;
}
#singleEvent .event-img img  {
  height: 100%;
  /* max-width: 213px; */
  max-height: 203px;
  width: 404px;
  /* width: 100%; */
  /* max-width: 449px; */
  object-fit: cover
}
#event-enrollment .con-form p {
  border-bottom: 1px solid #787878;
}
#event-enrollment .event-contact-choose p {
  border-bottom: 1px solid #fff !important ;
}
#event-enrollment .event-contact-dropdown p {
  border-bottom: 1px solid #fff !important ;
}
#event-enrollment .event-submit-form p {
  border-bottom: 1px solid #fff !important ;
}
#course-enrollment .con-form p {
  border-bottom: 1px solid #787878;
}

#course-enrollment .course-checkbox p {
  border-bottom: 1px solid #fff !important ;
}
#course-enrollment .course-submit p {
  border-bottom: 1px solid #fff !important ;
}
.owl-carousel {
  display: block !important;
}




/* single product */

.singleproduct {
  display: flex;
  justify-content: center;
}
.products h2 {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  color: #0B2B26;
}
.entry-summary .entry-title {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #0B2B26;
}

/* single blog */

.title-box .blog-single-title {
  padding-top: 20%;
  padding-bottom: 20%;
}
.content_boxes .single-date-box {
  display: flex;
  flex-direction: column;
}
.linear {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #0B2B26 49%, rgba(255, 255, 255, 0) 100%);
  height: 9px;
}
.single-page-metabox {
  display: flex;
}
.author-date {
  padding-left: 10px;
  padding-top: 7px;
}
.author-img {
  position: relative;
  bottom: 44px;
}
.author-img img {
  border-radius: 4px;
}
.content_boxes .author-date a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  color: #787878;
}
.content_boxes .entry-date {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
  color: #787878;
}
.content_boxes .wpcf7-text  {
  background-color: transparent;
  border: 1px solid #0B2B26;
  color: white !important;
  border-radius: 7px;
  width: 100%;
  padding: 8px;
}
.content_boxes .wpcf7-email {
  width: 100% !important;
}
.content_boxes .wpcf7-textarea {
  width: 100% !important;
}
.blog-content-right h2 a {
  padding-left: 20px;
  padding-right: 20px 
}
.content_boxes .wpcf7-textarea {
  border: 1px solid #0B2B26;
  border-radius: 7px;
}
.content_boxes .single-blog-form {
  padding-top: 60px;
}
.blog-single-wrapper .blog-single-heading {
  padding-top: 12%;
  padding-bottom: 12%;
}
.blog-single-heading h1 {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 90px;
  text-align: center;
  color: #FFFFFF;
}
.wpcf7-response-output {
  font-family: Lato;
}
.course img {
  width: 390px;
  height: 386px; 
  border-radius: 17px 17px 0px 0px;
}
#course-category {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  list-style: none !important;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #0B2B26;
  background-color: #FFFFFF;
}
#course-category .courses-category-box {
  width: 117px;
}

#course-category [type=radio] {
  display: none !important;
}
#course-enrollment .wpcf7-text {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #787878;
}
#course-enrollment .wpcf7-validates-as-number {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #787878;
}
#course-enrollment .wpcf7-select {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #787878;
}
#course-enrollment .wpcf7-submit {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  color: #FFFFFF;  
  text-transform: uppercase;
  width: 250px;
}
#bwt-footer_box #media_image-2 {
  position: relative;
  bottom: 65px;
}
#course-enrollment  .con-form {
   padding-top: 20px;
   line-height: 45px;
}
.event-custom-img {
  height: 50px;
  width: 75px;
}
.event-single-sub-array {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  padding-top: 10px;
}
#course-enrollment .con-form .wpcf7-list-item label {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
#course-enrollment .con-form .wpcf7-form-control-wrap .wpcf7-validates-as-email {
  margin-top: 10px;
}
.facebook-con {
  gap: 5px;
}
.fa-arrow-trend-up {
  color: white !important;
}
#event-enrollment .con-form .wpcf7-validates-as-required label {
  display: flex;
  gap: 10px;
  align-items: baseline;
}



/* product single page */

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #0B2B26 !important;
  border-radius: 4px;
  padding: 1em 1em 0;
  box-shadow: #0B2B26;
}
.woocommerce-Reviews-title {
  color: #0B2B26;
  font-size: 18px;
  font-family: Lato;
  font-weight: 500;
  padding-left: 32px;
  padding-bottom: 20px;
}
.commentlist .description {
  color: #0B2B26 !important;
  font-size: 20px;
  font-family: Lato;
  font-weight: 500;
}
.commentlist .stars {
  display: none;
}
.commentlist .woocommerce-review__author {
  color: #0B2B26;
  font-size: 18px;
  font-family: Lato;
  font-weight: 500;
}
.commentlist .woocommerce-review__published-date {
  color: #0B2B26;
  font-size: 14px;
  font-family: Lato;
  font-weight: 500;
}
.commentlist .woocommerce-review__dash {
  color: #0B2B26;
  font-size: 14px;
  font-family: Lato;
  font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 46px;
  height: auto;
  background: #e9e6ed;
  border: 1px solid #e1dde7;
  margin: 0;
  box-shadow: none;
}
#comment {
  border: 1px solid #0B2B26 !important;
  border-radius: 4px;
  color: #0B2B26;
}

#review_form_wrapper #submit {
  background-color: #0B2B26 !important;
  padding: 10px 20px 10px 20px !important;
  color: #fff !important;
  /* width: 15%; */
}
#respond {
  text-align: center;
}
.comment-respond {
  text-align: justify !important;
}
#reply-title {
  color: #0B2B26;
  font-size: 23px;
  font-family: Lato;
  font-weight: 700;
  text-align: justify;
  padding-bottom: 20px;
}
.comment-form-rating .rating {
  color: #0B2B26;
  font-size: 12px;
  font-family: Lato;
  font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #cfc8d8;
  background-color: #e9e6ed;
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 7px;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #0B2B26;
  color: #fff;
  z-index: 2;
  border-bottom-color: #fff;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #0B2B26;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 7px;
  margin: 0 -5px;
  padding: 0 1em;
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 !important;
  padding: 0;
  position: relative;
  width: 207px;
  margin-left: 0;
}
.woocommerce button.button {
  background-color: #0B2B26 !important;
}
.single_add_to_cart_button {
  width: 207px;
  height: 44px;
  font-family: Lato;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 19.2px;
  text-align: center;
  border-radius: 7px;
  margin-left: 13px !important;
  margin-top: 18px !important;
}
.woocommerce-review-link {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #1D1D1D;
}
.woocommerce-Price-amount {
  font-family: Lato;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: right;
  color: #0B2B26;
  
}
.additional-info-box {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #787878;
}
.st_imgs_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.st_imgs img {
  border-radius: 46px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  bottom: 23px;
  left: 0;
  border-bottom: none !important;
  z-index: 1;
  border: 1px solid #787878;
  z-index: 0;
}
.tabs {
  gap: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #cfc8d8;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: none !important;
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #0B2B26;
  text-decoration: none;
}
.single-shop-page-wrapper {
  color: #fff;
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  line-height: 67.5px;
  text-align: center;
  padding: 2% 0px;
  width: 50%;
  margin: auto;
}
.single-shop-banner-img-wrapper::after img {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.single-shop-banner-img-wrapper {
  margin-right: 2%;
  margin-left: 2%;
  margin-top: 2%;
}
#tab-title-reviews {
  border-radius: 7px;
}
#tab-title-description {
  border-radius: 7px;
}

.desc-para {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: justified;
  color: #6F6F6F;
  width: 84%;
}
.Discount-offer-text-box {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: #818181;
}
.single-shipping-box {
  gap: 20px;
}
.flex-control-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 20px;
  justify-content: center !important;
  align-items: center;
  margin: 20px 20px 20px 70px !important;
}
.flex-control-nav li img {
  border: 1px solid #0B2B26;
  border-radius: 7px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 1 !important; 
  margin: 0;
}
.woocommerce div.product .woocommerce-product-rating {
   margin-bottom: 0 !important; 
}
.type-product p {
  margin-bottom: 8px !important;
}
.type-product .desc-title li:nth-child(2) {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #0B2B26 !important;
}
.type-product .offer {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  color: #0B2B26;
  padding-top: 8px; 
  padding-bottom: 10px;
}
.type-product .emi-offer {
  background-color: #FFFFFF;
  width: 155px;
  padding: 15px;
  border-radius: 7px;
  margin-top: 8px;
}
.type-product .pro-emi-cost {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: #000000;
}
.type-product .pro-shop-pay {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: center;
  color: #818181;
}
.type-product .summary-simple {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 16.8px;
  color: #0B2B26;
  padding-top: 10px;
}

.type-product .slots {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.8px;
  color: #818181;
}
.big-driver {
  font-family: Lato;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  color: #787878;
  padding: 5px 0px 5px 0px;
}
.type-product .desc-title {
  color: #0B2B26;
  padding-top: 10px;
}
.type-product ul {
  margin-bottom: 4px !important;
}
.minus {
  border: 1px solid #0B2B26 !important;
  border-radius: 7px;
  margin-right: 5px;
}
.plus {
  border: 1px solid #0B2B26 !important;
  border-radius: 7px;
  margin-left: 5px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  height: 41px;
  padding: 4px 10px 4px;
  text-align: center;
  background: #F1F1F1 !important; 
  font-size: 20px;
  line-height: 20px;
  margin: 0 !important;
  border: 1px solid #0B2B26 !important;
  border-radius: 7px;
}
.qib-button-wrapper {
  display: flex;
  float: right !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.single-quantity-form {
  gap: 102px;
}
.woocommerce div.product form.cart {
  margin-bottom: 0 !important;
}
.quantity-title {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: right;
  color: #0B2B26;
}
.st_imgs {
  padding-top: 40px;
}
.wqpmb_input_text {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}
.wc-tabs {
 gap: 13%;
}
.woocommerce-tabs {
  margin-top: 40px;
}
.specification-tab {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #0B2B26;
}
.specification-list {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #787878;
}
.tabs-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-emi {
  color: #0B2B26;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
}
.single-refund {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #787878;
  text-align: center;
}
.emi-refund {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 155px;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  border-radius: 7px;
}
.columns-4 {
  display: flex;
  justify-content: center;
  gap: 47px;
}
.plus-courses svg {
  height: 100%;
  width: 100%;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #0B2B26;
  background-color: #fff;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: #0B2B26;
  text-decoration: none;
  background-image: none;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: unset !important; 
}
#related-products .cart-btn {
  background-color: #fff;
}
#related-products .cart-btn:hover {
  background-color: #0B2B26;
  columns: #fff;
}
#related-products .cart-btn:hover .product_type_simple {
  background-color: #0B2B26;
  color: #fff;
} 
#related-products h2 {
  font-family: Lato;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.4px;
  /* text-align: left !important; */
  color: #0B2B26;
  text-align: center;
}
#related-products .added {
  display: none;
}
.custom_tab_tab {
  border-radius: 7px;
}
.woocommerce-Reviews-title {
  display: none;
}
.commentlist {
  padding-top: 20px;
}
#blog-right-sidebar .wpcf7-form-control {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 18px;
  font-family: 'Lato';
  font-size: 17px;
  box-shadow: 0px 4px 5px 0px #00000040;
  width: 100%;
}
#contact .contact-form-image p {
  border-bottom: 1px solid #787878 ;
}
#bwt-footer ul {
  padding-left: 0 !important;
}
.blogss img::after {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 65%);
}

/* cart page */

.wc-block-cart-items__header-image {
  font-family: 'Lato';
  font-size: 17px;
  color: #0B2B26;
}
.wc-block-cart-items__header-total {
  font-family: 'Lato';
  font-size: 17px;
  color: #0B2B26;
}
.wc-block-cart-item__image img {
  background-color: white;
  box-shadow: 0px 8px 14px 0px #00000040;
  border-radius: 10px;
  padding: 3px;
}
.wc-block-cart-item__wrap a {
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 500;
  color: #0B2B26;
}
.wc-block-components-product-price {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 500;
}
.wc-block-components-quantity-selector {
  border: 1px solid #0B2B26;
}
.wc-block-components-quantity-selector__button {
  border: 1px solid #0B2B26;
}
.wc-block-components-quantity-selector__input {
  font-family: Lato;
}
.wc-block-cart-item__remove-link {
  font-family: Lato;
  font-size: 10px;
}
.wp-block-woocommerce-cart-order-summary-heading-block {
  font-family: 'Lato' !important;
  font-size: 17px !important;
  color: #0B2B26 !important;
}
.wc-block-components-totals-coupon {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 500;
}
.wc-block-components-totals-item__label {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 500;
}
.wc-block-components-totals-item__value {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 500;
}
.wc-block-formatted-money-amount {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 600;
}
.wc-block-cart__submit-container a {
   background-color: #0B2B26;
   color: #fff;
   font-family: Lato;
   font-size: 18px;
   font-weight: 500;
}
.woocommerce-review__awaiting-approval {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
}
.error-contains {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-heading {
  font-family: Lato;
  font-size: 25px;
  font-weight: 600;
  color: #0B2B26;
}
.error-para {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  color: #0B2B26;
}
.error-btn-text a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  color: #0B2B26;
}
.theme-btn {
  background-color: #0B2B26;
  color: #fff;
  border-radius: 7px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400; 
}
#page-not-found a:hover {
  color: #fff !important;
}
.errorimg {
  padding-top: 20px;
  height: 100%;
  width: 100%;
}


/* amelia */


.am-lite-footer {
  display: none;
}
.amelia-v2-booking #amelia-container .am-fs-sb {
  background-color: #0B2B26 !important;
}
.amelia-v2-booking #amelia-container .am-button.am-button--filled {
  background-color: #0B2B26 !important;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker-selected {
  --am-c-sb-checker-border: #0B2B26 !important;
  border-width: 4px;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
  background-color: #0B2B26  !important;
}
.amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-frame {
  background-color: #0B2B26 !important;
  border: 1px solid var(--am-c-advsc-cell-border);
}
.amelia-v2-booking #amelia-container .am-advsc.fc-theme-standard td.am-advsc__dayGridMonth-cell .fc-daygrid-day-number {
  color: #fff !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;  
}
.amelia-v2-booking #amelia-container .am-select .el-input__inner {
  width: 100%;
  height: var(--am-h-select);
  min-height: auto;
  font-size: var(--am-fs-select);
  font-weight: 400;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff !important;
  border: 1px solid var(--am-c-select-border);
  border-radius: var(--am-rad-select);
  background-color: #0B2B26 !important;
  padding: var(--am-padd-select);
  box-shadow: 0 2px 2px var(--am-c-select-shadow);
}
.amelia-v2-booking #amelia-container .am-advsc__slots-item__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--am-fs-asdvsc-slot);
  font-weight: 400;
  line-height: 1.6;
  color: #fff !important;
  padding: 7px;
  border: 1px solid #0B2B26;
  border-radius: var(--am-rad-advsc-slot);
  background-color: #0B2B26 !important;
  cursor: pointer;
}
.amelia-v2-booking #amelia-container .am-button.am-button--filled {
  border: 1px solid #0B2B26 !important;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check {
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 0;
  padding: 4px;
  border-radius: 50%;
  background-color: white !important;
  color: white !important;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: end !important;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
#calender .calender-content {
  box-shadow: 1px 5px 12.1px 0px #00000040;
}
.cart-btn .added {
  display: none;
}
.sidebar-blog-img-post {
  text-align: center;
}
.sidebar-blog-img-post h5 {
  font-family: Baskerville Old Face;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;  
  color: #FFFFFF;
  text-align: center;
}
.sidebar-blog-img-post p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center; 
  color: #FFFFFF;
  text-align: center; 
}
.sidebar-blog-img-post button {
  background-color: #FFFFFF;
  color: #0B2B26;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #0B2B26;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
}
.shop .cart-btn .added {
  display: none !important;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  gap: 10px;
}
.logged-in-as {
  font-family: Lato;
  font-size: 16px;
  display: none !important;
}
.collection-image {
  width: 221px;
  height: 209px;
  
}
.collection-image img {
  border-radius: 7px !important;
  display: block;
}
.meta-events-feilds {
  gap: 66px;
}
.svg-curved-lines {
  position: absolute;
  right: -59px;
  z-index: -1;
}
.svg-curved-lines svg {
  width: 655px;
  height: 100%;
}
.left-nav-form {
  position: relative;
  z-index: 1;
}

#contact .contact-box {
  position: relative;
}
#event-enrollment .contact-box {
  position: relative;
}
#course-enrollment .contact-box {
  position: relative;
}
#media_image-4 img {
  height: 100%;
  width: 100%;
  border-radius: 27px;
}
.gallery-image {
  --animate-duration: 4s; /* Set the duration for the animation */
}
div#gallery .icon_overlay {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
} 


/*  sinlge shop page review form */


.product-type-simple .comment-form-email label {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;

}
.product-type-simple .comment-form-email input {
  width: 100%;
  height: 40px;
  border: 1px solid #0B2B26;
  padding-left: 10px;
  border-radius: 4px;
}
.product-type-simple .comment-form-author input {
  width: 100%;
  height: 40px;
  border: 1px solid #0B2B26;
  padding-left: 10px;
  border-radius: 4px;
}
.product-type-simple .comment-form-comment textarea {
  height: 50% !important; 
}
.product-type-simple .comment-form-email {
  order: 2;
}
.product-type-simple .comment-form-author label {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
  margin-top: 20px;
}
.product-type-simple .comment-form-author {
  order: 1;
}
.product-type-simple .comment-form-rating label {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
}
.product-type-simple .comment-form-rating {
  order: 4;
  text-align: justify;
}
.product-type-simple .comment-form-comment label {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
}
.product-type-simple .comment-form-author {
  text-align: center;
  display: flex;
}
.product-type-simple .comment-form-comment {
  text-align: center;
  display: flex;
}
.product-type-simple .comment-form-email {
  display: flex;
  flex-direction: column;
}
.product-type-simple .form-submit {
  display: flex;
  order: 5;
}
.product-type-simple .form-submit input {
  font-family: Lato;
  font-size: 18px;
  
}
.product-type-simple .comment-form {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.commentlist {
  padding-left: 0 !important;
}
#related-products .owl-nav {
  text-align: center !important;
  display: none;
}
#related-products .owl-nav .owl-prev {
  padding: 10px !important;
}

html {
  overflow: auto;
}
.wc-block-components-button {
  background-color: #0B2B26;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: Lato;
}
.woocommerce .loader::before {
  display: none;
}