/**
 * Created by Ashish Shrestha
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-20 {
  font-size: 20px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-26 {
  font-size: 26px;
}

.text-28 {
  font-size: 28px;
}

/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper .custom-container .site-logo img {
  width: 130px;
}
@media all and (max-width: 979px) {
  #header-wrapper .custom-container .site-logo img {
    width: 100px;
  }
}
#header-wrapper .custom-container .navigation-container ul {
  display: flex;
}
#header-wrapper .custom-container .navigation-container ul li {
  position: relative;
}
#header-wrapper .custom-container .navigation-container ul li:not(:last-of-type) {
  padding-right: 50px;
}
#header-wrapper .custom-container .navigation-container ul li a:hover {
  color: #E0FE67;
  transition: all 0.6s ease;
}
#header-wrapper .custom-container .header-item .common-button a {
  padding: 14px 35px;
}
#header-wrapper.nav-active {
  position: sticky;
  top: 0;
  width: 100%;
  transition: all 0.4s ease;
  background-color: #202020;
  z-index: 123;
}

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
.client-section .client-slider .client-item {
  padding: 10px;
  width: 20%;
}
@media all and (max-width: 1399px) {
  .client-section .client-slider .client-item {
    width: 25%;
  }
}
.client-section .client-slider .client-item .inner-item .gym-detail {
  padding-top: 10px;
}
.client-section .client-slider .client-item .inner-item .gym-detail h4 {
  font-size: 20px;
}
@media all and (max-width: 1399px) {
  .client-section .client-slider .client-item .inner-item .gym-detail h4 {
    font-size: 16px;
  }
}
@media all and (max-width: 900px) {
  .client-section .client-slider .client-item .inner-item .gym-detail h4 {
    font-size: 14px;
  }
}
.client-section .client-slider .client-item img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 1399px) {
  .client-section .client-slider .client-item img {
    width: 70px;
    height: 70px;
  }
}
@media all and (max-width: 900px) {
  .client-section .client-slider .client-item img {
    width: 55px;
    height: 55px;
    margin: auto;
  }
}

.offer-section {
  position: relative;
}
.offer-section.fit:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url("../img/photos/fit.svg");
  width: 350px;
  height: 342px;
  right: 0;
  top: 10%;
}
@media all and (max-width: 1399px) {
  .offer-section.fit:after {
    width: 230px;
    height: 300px;
  }
}
@media all and (max-width: 991px) {
  .offer-section.fit:after {
    width: 170px;
    height: 300px;
  }
}
.offer-section.flow:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  background-image: url("../img/photos/flow.svg");
  width: 650px;
  height: 265px;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 1399px) {
  .offer-section.flow:before {
    width: 410px;
    height: 165px;
  }
}
@media all and (max-width: 991px) {
  .offer-section.flow:before {
    width: 290px;
    height: 140px;
  }
}
@media all and (max-width: 991px) {
  .offer-section .offer-wrapper .mid-content {
    order: 3;
    display: flex;
  }
}
@media all and (max-width: 991px) and (max-width: 767px) {
  .offer-section .offer-wrapper .mid-content {
    flex-wrap: wrap;
  }
}
.offer-section .offer-wrapper .flex {
  flex-wrap: wrap;
}
.offer-section .offer-wrapper .offer-item {
  padding: 10px;
  width: 33.33%;
}
@media all and (max-width: 991px) {
  .offer-section .offer-wrapper .offer-item {
    width: 100%;
    flex-wrap: wrap;
  }
  .offer-section .offer-wrapper .offer-item:first-of-type {
    order: 1;
  }
  .offer-section .offer-wrapper .offer-item:last-of-type {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  .offer-section .offer-wrapper .offer-item {
    width: 100%;
  }
}
.offer-section .offer-wrapper .offer-item .offer-inner {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(44, 44, 44, 0.9019607843);
  padding: 40px;
  height: 100%;
  position: relative;
}
@media all and (max-width: 1399px) {
  .offer-section .offer-wrapper .offer-item .offer-inner {
    padding: 20px;
  }
}
.offer-section .offer-wrapper .offer-item .offer-inner .icon-item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1399px) {
  .offer-section .offer-wrapper .offer-item .offer-inner .icon-item img {
    width: 40px;
    height: 40px;
  }
}
.offer-section .offer-wrapper .offer-item .offer-inner .title-item {
  font-weight: 800;
  line-height: 48px;
}
.offer-section .offer-wrapper .offer-item .offer-inner .bottom-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: 1;
}
@media all and (max-width: 1199px) {
  .offer-section .offer-wrapper .offer-item .offer-inner .bottom-image {
    width: 180px;
  }
}
@media all and (max-width: 991px) {
  .offer-section .offer-wrapper .offer-item .offer-inner .bottom-image {
    display: none;
  }
}
.offer-section .offer-wrapper .offer-item .offer-inner .bottom-image img {
  border-bottom-right-radius: 24px;
}
.offer-section .offer-wrapper .offer-item.inner-item {
  width: 100%;
}
@media all and (max-width: 979px) {
  .offer-section .offer-wrapper .offer-item.inner-item {
    padding: 0;
    padding-bottom: 20px;
  }
}

.feature-section {
  background: #2C2C2C;
}
.feature-section .features-content .feature-item:not(:last-of-type) {
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  .feature-section .features-content .feature-item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.feature-section .features-content .feature-item .image-item {
  width: 70%;
}
@media all and (max-width: 1399px) {
  .feature-section .features-content .feature-item .image-item {
    width: 60%;
  }
}
@media all and (max-width: 979px) {
  .feature-section .features-content .feature-item .image-item {
    width: 100%;
  }
}
.feature-section .features-content .feature-item .content-item {
  width: 30%;
}
@media all and (max-width: 1399px) {
  .feature-section .features-content .feature-item .content-item {
    width: 40%;
  }
}
@media all and (max-width: 979px) {
  .feature-section .features-content .feature-item .content-item {
    width: 100%;
    padding-top: 10px;
  }
}
.feature-section .features-content .feature-item:nth-of-type(odd) .content-item {
  padding-left: 30px;
}
@media all and (max-width: 979px) {
  .feature-section .features-content .feature-item:nth-of-type(odd) .content-item {
    padding-left: 0;
  }
}
.feature-section .features-content .feature-item:nth-of-type(even) .flex {
  flex-direction: row-reverse;
}
.feature-section .features-content .feature-item:nth-of-type(even) .content-item {
  padding-right: 30px;
}
@media all and (max-width: 979px) {
  .feature-section .features-content .feature-item .flex {
    flex-wrap: wrap;
    text-align: center;
  }
  .feature-section .features-content .feature-item .flex .title-item {
    padding-bottom: 0;
  }
  .feature-section .features-content .feature-item .flex .text-40 {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  .feature-section .features-content .feature-item .flex .text-40 {
    font-size: 28px;
  }
}

.testimonial-section .testimonial-wrapper .testimonial-item {
  padding: 15px;
}
.testimonial-section .testimonial-wrapper .testimonial-item .testimonial-inner {
  box-shadow: 0px 0px 6px 0px #e0fe68;
}
.testimonial-section .testimonial-wrapper .testimonial-item .testimonial-inner .icon-item img {
  width: 32px;
}

@media all and (max-width: 767px) {
  .pricing-section .pricing-card-wrapper {
    flex-wrap: wrap;
  }
}
.pricing-section .pricing-card-wrapper .pricing-item {
  padding-right: 40px;
  width: 33.33%;
}
@media all and (max-width: 991px) {
  .pricing-section .pricing-card-wrapper .pricing-item {
    padding-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .pricing-section .pricing-card-wrapper .pricing-item {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .pricing-section .pricing-card-wrapper .pricing-item:last-of-type {
    padding-bottom: 0;
  }
}
.pricing-section .pricing-card-wrapper .pricing-item:last-of-type {
  padding-right: 0;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(44, 44, 44, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 40px 24px;
  text-align: center;
  height: 100%;
}
@media all and (max-width: 991px) {
  .pricing-section .pricing-card-wrapper .pricing-item .pricing-inner {
    padding: 20px 10px;
  }
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan {
  background: #E0FE67;
  color: #212121;
  position: relative;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .plan-price p {
  color: #212121;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .small-text {
  color: #212121;
  border-bottom: 1px solid #9E9E9E;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .feature-list ul li {
  color: #212121;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .popular-item {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .popular-item span {
  border-radius: 0px 0px 16px 16px;
  background: #212121;
  display: inline-block;
  padding: 8px 32px;
}
@media all and (max-width: 767px) {
  .pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .popular-item span {
    padding: 4px 20px;
  }
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .popular-item span p {
  color: #E0FE67;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner.popular-plan .common-button a {
  background: #212121;
  color: #E0FE67;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .price-title span {
  display: inline-block;
  border-radius: 24px;
  padding: 6px 16px;
  color: #fff;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .price-title span.blue {
  background: var(--blue-5002196-f-3, #2196F3);
  box-shadow: 0px 2px 40px 0px rgba(33, 150, 243, 0.32);
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .price-title span.green {
  background: var(--green-5004-caf-50, #4CAF50);
  box-shadow: 0px 2px 40px 0px rgba(76, 175, 80, 0.32);
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .price-title span.purple {
  background: var(--purple-5009-c-27-b-0, #9C27B0);
  box-shadow: 0px 2px 40px 0px rgba(156, 39, 176, 0.32);
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .price-title span.orange {
  background: var(--deep-orange-500-ff-5722, #FF5722);
  box-shadow: 0px 2px 40px 0px rgba(255, 87, 34, 0.32);
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .plan-price h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
@media all and (max-width: 767px) {
  .pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .plan-price h2 {
    line-height: 45px;
  }
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .small-text {
  color: #E0E0E0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .small-text p {
  margin-bottom: 5px;
}
.pricing-section .pricing-card-wrapper .pricing-item .pricing-inner .common-button a {
  width: 100%;
}

.trail-section .trail-inner {
  border-radius: 40px;
  border: 1px solid rgba(224, 254, 103, 0.5);
  background: #2C2C2C;
  box-shadow: 0px 9px 56px 0px rgba(224, 254, 103, 0.06);
  padding: 64px 80px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1199px) {
  .trail-section .trail-inner {
    padding: 50px;
  }
}
@media all and (max-width: 767px) {
  .trail-section .trail-inner {
    padding: 20px;
  }
  .trail-section .trail-inner .flex {
    flex-wrap: wrap;
  }
}
.trail-section .trail-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/photos/line-bg2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.trail-section .trail-inner .common-item {
  width: 40%;
}
.trail-section .trail-inner .common-item:first-of-type {
  width: 60%;
}
@media all and (max-width: 767px) {
  .trail-section .trail-inner .common-item {
    width: 100%;
    padding-left: 0;
  }
  .trail-section .trail-inner .common-item:first-of-type {
    width: 100%;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .trail-section .trail-inner .common-item .icon-item {
    padding-bottom: 10px;
  }
}
.trail-section .trail-inner .common-item .icon-item img {
  width: 100px;
}
@media all and (max-width: 767px) {
  .trail-section .trail-inner .common-item .icon-item img {
    width: 70px;
  }
}
.trail-section .trail-inner .common-item .feature-list ul li {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .trail-section .trail-inner .common-item .feature-list ul li {
    padding-bottom: 15px;
    text-align: left;
  }
  .trail-section .trail-inner .common-item .feature-list ul li:before {
    display: block;
  }
}
.trail-section .trail-inner .common-item .feature-list ul li:last-of-type {
  padding-bottom: 0;
}

#contact-page .contact-section .contact-form-inner .form-inner {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #2C2C2C;
  padding: 40px;
  margin: auto;
}
@media all and (max-width: 767px) {
  #contact-page .contact-section .contact-form-inner .form-inner {
    padding: 15px;
  }
}
#contact-page .contact-section .contact-form-inner .form-inner label {
  display: block;
  margin-bottom: 10px;
}
#contact-page .contact-section .contact-form-inner .form-inner input,
#contact-page .contact-section .contact-form-inner .form-inner textarea {
  width: 100%;
  border: 0;
  outline: none;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  background: #212121;
}
#contact-page .contact-section .contact-form-inner .form-inner textarea {
  min-height: 150px;
}
#contact-page .contact-section .contact-form-inner .form-inner button {
  color: #212121;
  background: #E0FE67;
  padding: 16px 48px;
  font-weight: 700;
  border-radius: 8px;
  display: inline-block;
  outline: none;
}
@media all and (max-width: 1199px) {
  #contact-page .contact-section .contact-form-inner .form-inner button {
    padding: 10px 30px;
  }
}
@media all and (max-width: 979px) {
  #contact-page .contact-section .flex {
    flex-direction: column;
  }
  #contact-page .contact-section .flex img {
    width: 200px;
  }
}
@media all and (max-width: 979px) {
  #contact-page .contact-section .flex .common-item:first-of-type {
    display: none;
  }
}
#contact-page .contact-section .flex .common-item:last-of-type {
  padding-left: 50px;
}
@media all and (max-width: 979px) {
  #contact-page .contact-section .flex .common-item:last-of-type {
    padding-left: 0;
    width: 100%;
  }
}

#common-gym-page {
  font-family: "Poppins", sans-serif;
}
#common-gym-page .banner-section .gym-image {
  width: 50%;
}
#common-gym-page .banner-section .gym-image img {
  width: 750px;
  height: 830px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 25px;
}
#common-gym-page .banner-section .detail-item {
  width: 50%;
  padding-left: 90px;
}
#common-gym-page .banner-section .detail-item .detail-inner .logo-item img {
  width: 140px;
  border-radius: 15px;
  border: 1px solid #E0FE67;
  box-shadow: 0px 0px 8px 0px #E0FE67;
}
#common-gym-page .banner-section .detail-item .detail-inner .text-item {
  color: #E0E0E0;
}
#common-gym-page .banner-section .detail-item .detail-inner .gym-detail .single-item:not(:last-of-type) {
  padding-right: 40px;
}
#common-gym-page .service-section .service-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
#common-gym-page .service-section .service-wrapper .common-item {
  padding: 10px;
  text-align: center;
  width: 25%;
}
#common-gym-page .service-section .service-wrapper .common-item .inner-item {
  padding: 20px;
  background: #2C2C2C;
  border-radius: 25px;
}
#common-gym-page .service-section .service-wrapper .common-item .inner-item .icon-item img {
  width: 65px;
}
#common-gym-page .service-section .service-wrapper .common-item .inner-item .title-item {
  padding-top: 20px;
}
#common-gym-page .service-section .service-wrapper .common-item .inner-item .title-item h5 {
  font-size: 18px;
}
#common-gym-page .gallery-section .gallery-slider .common-image {
  padding-left: 20px;
}
#common-gym-page .classes-section .classes-wrapper .common-item {
  width: 20%;
  padding: 10px;
}
#common-gym-page .classes-section .classes-wrapper .common-item .inner-item {
  background: #2C2C2C;
}
#common-gym-page .classes-section .classes-wrapper .common-item .inner-item .icon-item img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#common-gym-page .classes-section .classes-wrapper .common-item .inner-item .text-wrapper {
  padding: 24px;
}
#common-gym-page .classes-section .classes-wrapper .common-item .inner-item .text-wrapper .title-item {
  text-align: center;
}
#common-gym-page .classes-section .classes-wrapper .common-item .inner-item .text-wrapper .title-item h5 {
  font-size: 30px;
}
#common-gym-page .classes-section .classes-wrapper .common-item .inner-item .text-wrapper .text-item {
  color: #E0E0E0;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item {
  width: 50%;
  padding: 20px;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item {
  min-height: 380px;
  background: #2C2C2C;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .image-item {
  min-width: 220px;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .content-item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .content-item .trainer-name {
  font-family: "Bayon", sans-serif;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .content-item .trainer-name h5 {
  font-size: 30px;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .content-item .trainer-type {
  padding: 10px 0px;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .content-item .trainer-type p {
  font-weight: 700;
}
#common-gym-page .trainer-section .trainer-wrapper .common-item .inner-item .content-item .text-item p {
  color: #E0E0E0;
  font-size: 14px;
}
#common-gym-page .contact-section .contact-wrapper .contact-item {
  text-align: center;
}
#common-gym-page .contact-section .contact-wrapper .contact-item .contact-inner .icon-item img {
  width: 88px;
}
#common-gym-page .contact-section .contact-wrapper .contact-item .contact-inner .title-font {
  padding: 10px 0px;
}

#updates-page .update-wrapper .update-list {
  padding-left: 40px;
  padding-top: 30px;
}
#updates-page .update-wrapper .update-list ul li {
  list-style: disc;
}
#updates-page .update-wrapper .update-list ul li:not(:last-of-type) {
  padding-bottom: 10px;
}

#new-year-offer-page {
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#new-year-offer-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 32, 32, 0.9);
  z-index: -1;
}
#new-year-offer-page .text-item img {
  width: 120px;
}
@media all and (max-width: 767px) {
  #new-year-offer-page .text-item img {
    width: 30%;
  }
}
#new-year-offer-page .offer-image {
  width: 300px;
  margin: auto;
}
@media all and (max-width: 767px) {
  #new-year-offer-page .offer-image {
    width: 60%;
  }
}
#new-year-offer-page .rate-image {
  width: 400px;
  margin: auto;
}
@media all and (max-width: 767px) {
  #new-year-offer-page .rate-image {
    width: 60%;
  }
}

@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-60 {
    width: 50%;
  }
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-60 {
    width: 100%;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item {
  padding-right: 40px;
  position: sticky;
  top: 70px;
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item {
    padding-right: 20px;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item a {
  color: #fff;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item a:hover .blog-title h2 {
  color: #E0FE67;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item {
    position: unset;
    padding-bottom: 40px;
    padding-right: 0;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .date-category-item .date-item {
  padding: 5px 10px;
  border-radius: 12px;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .date-category-item .date-item .icon {
  padding-right: 4px;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .date-category-item .date-item .icon img {
  width: 16px;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .date-category-item .date-item .date-text p {
  line-height: normal;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .image-item {
  overflow: hidden;
  border-radius: 8px;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .image-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 1.2s ease;
  transform: scale(1);
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-60 .main-feature-blog-item .blog-inner-item .image-item img:hover {
  transform: scale(1.05);
  transition: all 1.2s ease;
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 {
    width: 50%;
  }
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 {
    width: 100%;
  }
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1rem;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item {
  padding: 8px;
  background: #3c3c3c;
  border-radius: 8px;
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item a:hover .blog-title p {
  color: #E0FE67;
  transition: all 0.3s ease-in-out;
}
@media all and (max-width: 767px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item {
    width: 100%;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner {
    flex-wrap: wrap;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .image-item {
  overflow: hidden;
  width: 220px;
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .image-item {
    width: 100%;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .image-item img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 1.2s ease;
  transform: scale(1);
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .image-item img:hover {
  transform: scale(1.05);
  transition: all 1.2s ease;
}
@media all and (max-width: 1199px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .image-item img {
    width: 160px;
    height: 100px;
  }
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .image-item img {
    width: 100%;
    height: 100%;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .blog-content-inner {
  padding-left: 15px;
}
@media all and (max-width: 979px) {
  #blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .single-blog-inner .blog-content-inner {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
#blog-page .featured-blog-section .featured-blogs-wrapper .w-40 .featured-blog-list .single-blog-item .blog-title {
  font-size: 16px;
  font-weight: 600;
}
@media all and (max-width: 979px) {
  #blog-page .total-blogs-wrapper.pt-80 {
    padding-top: 40px;
  }
}
#blog-page .custom-nav-tab-wrapper {
  background: #404040;
  border-radius: 99px;
  padding: 5px;
  margin-bottom: 30px;
}
#blog-page .custom-nav-tab-wrapper .nav {
  flex-wrap: unset;
  overflow-x: auto;
}
#blog-page .custom-nav-tab-wrapper .nav::-webkit-scrollbar {
  display: none;
}
#blog-page .custom-nav-tab-wrapper .nav .nav-item {
  flex: 0 0 auto;
  min-width: 130px;
}
@media all and (max-width: 767px) {
  #blog-page .custom-nav-tab-wrapper .nav .nav-item {
    min-width: auto;
  }
}
#blog-page .custom-nav-tab-wrapper .nav .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border-radius: 99px;
  width: 100%;
}
@media all and (max-width: 1500px) {
  #blog-page .custom-nav-tab-wrapper .nav .nav-item .nav-link {
    font-size: 16px;
    padding: 6px;
  }
}
@media all and (max-width: 1250px) {
  #blog-page .custom-nav-tab-wrapper .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 4px;
  }
}
@media all and (max-width: 767px) {
  #blog-page .custom-nav-tab-wrapper .nav .nav-item .nav-link {
    padding: 4px 12px;
  }
}
#blog-page .custom-nav-tab-wrapper .nav .nav-item .nav-link.active {
  color: #000;
  background-color: #E0FE67;
}
#blog-page .w-40 {
  width: 40%;
}
@media all and (max-width: 979px) {
  #blog-page .w-40 {
    width: 100%;
  }
}
#blog-page .w-60 {
  width: 60%;
}
@media all and (max-width: 979px) {
  #blog-page .w-60 {
    width: 100%;
  }
}

#single-blog-page .blog-top-section {
  background-color: #282828;
}
#single-blog-page .blog-top-section .image-item {
  min-height: 50vh;
}
@media all and (max-width: 979px) {
  #single-blog-page .blog-top-section .image-item {
    min-height: auto;
  }
}
@media all and (max-width: 979px) {
  #single-blog-page .blog-top-section .inner-item .common-item .content-inner {
    padding-right: 0;
  }
}
#single-blog-page h1 {
  font-size: 45px;
}
@media all and (max-width: 1399px) {
  #single-blog-page h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 979px) {
  #single-blog-page h1 {
    font-size: 36px;
  }
}
@media all and (max-width: 767px) {
  #single-blog-page h1 {
    font-size: 28px;
  }
}
#single-blog-page .wp-block-heading {
  padding-bottom: 18px;
}
#single-blog-page .wp-block-list {
  padding-left: 20px;
  padding-bottom: 20px;
}
#single-blog-page .wp-block-list li {
  list-style-type: disc;
  margin-bottom: 8px;
}
#single-blog-page .common-item {
  width: 50%;
}
@media all and (max-width: 979px) {
  #single-blog-page .common-item {
    width: 100%;
  }
}
#single-blog-page .common-item .image-item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 979px) {
  #single-blog-page .common-item .image-item.pl-40 {
    padding-left: 0;
    padding-top: 30px;
  }
}
#single-blog-page .author-item .blog-author-box .author-inner {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 99px;
  display: inline-flex;
}
@media all and (max-width: 767px) {
  #single-blog-page .author-item .blog-author-box .author-inner {
    width: 100%;
  }
}
#single-blog-page .author-item .blog-author-box .author-inner .author-detail {
  border-right: 1px solid #E5E5E5;
  padding-right: 10px;
  margin-right: 10px;
}
#single-blog-page .author-item .blog-author-box .author-inner .author-img {
  padding-right: 10px;
}
#single-blog-page .author-item .blog-author-box .author-inner .author-img img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#single-blog-page .author-item .blog-author-box .author-inner .author-info span {
  font-size: 14px;
  color: #666;
}
#single-blog-page .author-item .blog-author-box .author-inner .author-info p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
#single-blog-page .author-item .blog-author-box .author-inner .date-item p {
  color: #000;
}
#single-blog-page .blog-content-section .toc {
  width: 30%;
  padding-right: 50px;
}
@media all and (max-width: 979px) {
  #single-blog-page .blog-content-section .toc {
    display: none;
  }
}
#single-blog-page .blog-content-section .toc .blog-toc-container {
  position: sticky;
  top: 90px;
}
#single-blog-page .blog-content-section .toc .blog-toc-container .qc-toc-list li {
  border-bottom: 1px solid;
  border-color: #E5E5E5;
}
#single-blog-page .blog-content-section .toc .blog-toc-container .qc-toc-list li a {
  padding: 12px 20px;
  color: #fff;
  display: block;
}
#single-blog-page .blog-content-section .toc .blog-toc-container .qc-toc-list li a.active {
  background-color: rgba(224, 254, 103, 0.1607843137);
}
#single-blog-page .blog-content-section .content-item {
  width: 70%;
}
@media all and (max-width: 979px) {
  #single-blog-page .blog-content-section .content-item {
    width: 100%;
  }
}
#single-blog-page .author-detail-section {
  background-color: #282828;
}
@media all and (max-width: 979px) {
  #single-blog-page .author-detail-section .author-wrapper .author-inner {
    justify-content: center;
  }
  #single-blog-page .author-detail-section .author-wrapper .author-inner .author-detail {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  #single-blog-page .author-detail-section .author-wrapper .author-inner .author-info {
    padding-left: 0;
    padding-top: 10px;
  }
  #single-blog-page .author-detail-section .author-wrapper .author-inner .author-info .author-name {
    padding-top: 12px;
  }
  #single-blog-page .author-detail-section .author-wrapper .author-inner .author-info .author-name h3 {
    font-size: 20px;
  }
}
#single-blog-page .author-detail-section .author-wrapper .author-img img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media all and (max-width: 979px) {
  #single-blog-page .author-detail-section .author-wrapper .author-img img {
    width: 100px;
    height: 100px;
  }
}
#single-blog-page .author-detail-section .author-wrapper .author-info {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  #single-blog-page .faq-accordion-wrapper .accordion .accordion-button h4 {
    font-weight: 700;
    font-size: 16px;
  }
}

.blogs-inner-wrapper .single-blogs-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 0.5rem;
}
.blogs-inner-wrapper .single-blog-item {
  padding: 10px;
}
.blogs-inner-wrapper .single-blog-item a {
  height: 100%;
  display: block;
}
.blogs-inner-wrapper .single-blog-item a:hover {
  color: #E0FE67;
  transition: all 0.6s ease;
}
.blogs-inner-wrapper .single-blog-item a .blog-inner {
  border-radius: 12px;
  height: 100%;
  background: #3c3c3c;
}
.blogs-inner-wrapper .single-blog-item a .blog-inner .image-item {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.blogs-inner-wrapper .single-blog-item a .blog-inner .image-item:hover img {
  transform: scale(1.05);
  transition: all 1.2s ease;
}
.blogs-inner-wrapper .single-blog-item a .blog-inner .image-item img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 12px 0 0;
  transform: scale(1);
  transition: all 1.2s ease;
}
@media all and (max-width: 1199px) {
  .blogs-inner-wrapper .single-blog-item a .blog-inner .image-item img {
    height: 180px;
  }
}
.blogs-inner-wrapper .single-blog-item a .blog-inner .text-inner {
  padding: 20px;
}
@media all and (max-width: 1199px) {
  .blogs-inner-wrapper .single-blog-item a .blog-inner .text-inner {
    padding: 10px;
  }
}
.blogs-inner-wrapper .single-blog-item a .blog-inner .text-inner .blog-title h4 {
  font-size: 20px;
  line-height: 30px;
}
@media all and (max-width: 1199px) {
  .blogs-inner-wrapper .single-blog-item a .blog-inner .text-inner .blog-title h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
  }
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper .footer-inner {
  color: #9E9E9E;
}
#footer-wrapper .footer-inner a {
  color: #9E9E9E;
}
#footer-wrapper .footer-inner .info-item .logo-item img {
  width: 200px;
}
@media all and (max-width: 1199px) {
  #footer-wrapper .footer-inner .info-item .logo-item img {
    width: 150px;
  }
}
#footer-wrapper .footer-inner .info-item .direction-item a {
  color: #FAFAFA;
}
#footer-wrapper .footer-inner .info-item .direction-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer-wrapper .footer-inner .info-item .social-nav ul li {
  padding-right: 30px;
}
#footer-wrapper .footer-inner .info-item .social-nav ul li:last-of-type {
  padding-right: 0;
}
#footer-wrapper .footer-inner .info-item .social-nav ul li svg {
  width: 25px;
  height: 25px;
}
#footer-wrapper .footer-inner .info-item .social-nav ul li svg:hover {
  color: #E0FE67;
  transition: all 0.6s ease;
}
#footer-wrapper .footer-inner .info-item .social-nav ul li img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer-wrapper .footer-inner .info-item .footer-nav ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #footer-wrapper .footer-inner .info-item .footer-nav ul li {
    width: 33.33%;
    padding-bottom: 10px;
  }
}
#footer-wrapper .copyright-item {
  border-top: 1px solid rgba(158, 158, 158, 0.231372549);
}
#footer-wrapper #menu-contact-numbers {
  display: flex;
  gap: 5px;
}

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-remove-tab-style {
  border-bottom: 0;
}
.common-remove-tab-style li a {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li a:focus, .common-remove-tab-style li a:hover {
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li.active a {
  background-color: transparent;
  border: 0;
}
.common-remove-tab-style li.active a:focus, .common-remove-tab-style li.active a:hover {
  background-color: transparent;
  border: 0;
}

@media all and (max-width: 767px) {
  .banner-section .flex {
    flex-direction: column-reverse;
  }
}

/*------------------------------------ Components Ends ------------------------------------*/
.navItem {
  display: none;
}
@media all and (max-width: 991px) {
  .navItem {
    display: block;
  }
}

.burger-nav {
  display: none;
}
.burger-nav span {
  display: block;
  width: 30px;
  height: 3px;
  background: #E0FE67;
  margin-bottom: 5px;
}
.burger-nav span:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .burger-nav {
    display: block;
  }
}

.mobile-hide {
  display: block;
}
@media all and (max-width: 991px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 85px);
  background-color: #202020;
  z-index: 2;
  padding: 40px;
}
.mobile-nav ul {
  text-align: center;
}
.mobile-nav ul li {
  padding-bottom: 20px;
}
.mobile-nav ul li:last-of-type {
  padding-bottom: 0;
}
.mobile-nav ul li a {
  font-size: 16px;
}

@media all and (max-width: 991px) {
  body.open-nav {
    overflow: hidden;
  }
  body.open-nav .mobile-nav {
    display: block;
  }
  body.open-nav .burger-nav span:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    transition: all 0.6s ease;
  }
  body.open-nav .burger-nav span:nth-of-type(2) {
    display: none;
  }
  body.open-nav .burger-nav span:nth-of-type(3) {
    transform: rotate(134deg);
    position: absolute;
    right: 0;
    transition: all 0.6s ease;
  }
}
.show-burgerNav {
  position: relative;
  z-index: 123;
}

/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 40px;
  height: 40px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-size: 40px;
  color: #878787;
}
.slick-slider .slick-prev:hover:before,
.slick-slider .slick-next:hover:before {
  color: var(--brand-color, #E0FE67);
  box-shadow: 0px 2px 40px 0px rgba(224, 254, 103, 0.32);
  border-radius: 100%;
}
.slick-slider .slick-prev {
  left: -40px;
}
.slick-slider .slick-next {
  right: -40px;
}

.slick-dots li button:before {
  opacity: 0.45;
  font-size: 14px;
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 0.9;
}

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal-dialog {
  margin: 70px auto;
}
.modal-dialog .modal-header {
  padding: 0;
  border: 0;
}
.modal-dialog .modal-header button {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  opacity: 1;
}
.modal-dialog .modal-content {
  background: black;
  border-radius: 0;
}
.modal-dialog .modal-content .modal-body {
  padding: 30px 26px;
}
.modal-dialog .modal-content .modal-body .modal-loading-gif {
  height: 130px;
  position: relative;
}
.modal-dialog .modal-content .modal-body .modal-loading-gif img {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.modal-dialog .modal-content .modal-body p,
.modal-dialog .modal-content .modal-body h1,
.modal-dialog .modal-content .modal-body h2,
.modal-dialog .modal-content .modal-body h3,
.modal-dialog .modal-content .modal-body h4,
.modal-dialog .modal-content .modal-body h5,
.modal-dialog .modal-content .modal-body h6,
.modal-dialog .modal-content .modal-body ul li,
.modal-dialog .modal-content .modal-body ol li,
.modal-dialog .modal-content .modal-body span {
  color: #fff;
}

/*--------------------------------------- Modal Ends --------------------------------------*//*# sourceMappingURL=thestyles.css.map */