@font-face {
  font-family: 'nunitoregular';
  src: url("../fonts/nunito-regular-webfont.woff2") format("woff2"), url("../fonts/nunito-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunitoitalic';
  src: url("../fonts/nunito-italic-webfont.woff2") format("woff2"), url("../fonts/nunito-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunitobold';
  src: url("../fonts/nunito-bold-webfont.woff2") format("woff2"), url("../fonts/nunito-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandbold';
  src: url("../fonts/quicksand-bold-webfont.woff2") format("woff2"), url("../fonts/quicksand-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* font families */
/*font sizes*/
/*colors*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  background: #ffffff;
  color: #000;
}

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

.block {
  padding: 65px 0;
  background-repeat: no-repeat;
}

.section-text-padding {
  padding: 100px 30px 0 45px;
}

.section-title {
  font-size: 28px;
  line-height: 38px;
  max-width: 415px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.section-title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  background-color: #67BAF5;
  height: 4px;
  width: 62px;
}

.title-row {
  margin: 2em 0 1.5em;
  text-align: center;
}
.title-row .section-title {
  max-width: unset;
}
.title-row .section-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-list {
  padding-left: 0;
  list-style-type: none;
}

.section-list li {
  position: relative;
  padding-left: 15px;
}
.new-class {
    width: 68%;
    border: 0px;
}
.section-list li::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #56A5DF;
  left: 0;
  top: 10px;
}

.blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#A1DFFF), to(#F5FBFD));
  background: linear-gradient(180deg, #A1DFFF 0%, #F5FBFD 100%);
}

.spacer {
  height: 85px;
}

.inner-container {
  padding-top: 65px;
}

.mr-15 {
  margin-right: 15px;
}

.img-container {
  text-align: center;
}

.testimonial-box {
  box-shadow: 0px 4px 55px 0px rgba(147, 141, 141, 0.25);
  -webkit-box-shadow: 0px 4px 55px 0px rgba(147, 141, 141, 0.25);
  -moz-box-shadow: 0px 4px 55px 0px rgba(147, 141, 141, 0.25);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  margin: 0 !important;
  z-index: 2;
  color: #72B7DD;
}
.owl-nav .owl-prev {
  float: left;
  background-image: url(./../images/left.png) !important;
  position: relative;
  left: -17px;
}
.owl-nav .owl-next {
  float: right;
  background-image: url(./../images/right.png) !important;
  position: relative;
  right: -17px;
}

.owl-theme .owl-nav [class*='owl-'] {
  height: 32px;
  width: 18px;
  margin: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent;
  color: inherit;
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border: 1px solid #72B7DD;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #72B7DD;
}

.menu-section {
  position: fixed;
  /*-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;*/
  width: 100%;
  /*padding: 17px 0;*/
  background: #fff;
  z-index: 10;
  top: 0;
}
.menu-section .navbar-brand {
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
}
.menu-section .navbar-brand .logo {
  height: 50px;
  width: auto;
}
.menu-section .navbar-nav .nav-link {
  font-size: 16px;
  padding: 13px 15px;
}
.menu-section .navbar-nav .nav-item.academies-link .nav-link {
  font-weight: bold;
}
.menu-section.hide-menu {
  /*-webkit-transform: translateY(-100%);
  transform: translateY(-100%);*/
}
.menu-section.show-menu {
 /* -webkit-transform: translateY(0);
  transform: translateY(0);*/
  padding: 0 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.intro {
  background-image: url(../images/section_1.png);
  background-repeat: repeat;
  background-position: top center;
  margin-top: 120px;
}
.intro .intro-logo {
  /*height: 85px;
  width: auto;*/
  margin-bottom: 50px;
}
.intro .section-title {
  padding-bottom: 0;
}
.intro .section-title:after {
  display: none;
}
.intro .intro-video-wrap {
  padding-left: 15px;
}
.intro .intro-video-wrap .intro-video {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.intro .intro-text {
  margin-bottom: 30px;
  max-width: 390px;
}

.report {
  background: url(../images/dots.png), url(../images/dots.png), url(../images/aim.png), -webkit-gradient(linear, left top, left bottom, from(#A1DFFF), to(#F5FBFD));
  background: url(../images/dots.png), url(../images/dots.png), url(../images/aim.png), linear-gradient(180deg, #A1DFFF 0%, #F5FBFD 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: bottom 100px left, top 100px right,bottom 100px left 60%, top left;
}

.attendance {
  background: url(../images/basketball.png), url(../images/dots.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 0px left 0px, center right;
}

.participation {
  background: url(../images/big-basketball.png), url(../images/basketball.png), url(../images/dots-half.png), url(../images/shuttle.png), url(../images/tennis.png), -webkit-gradient(linear, left top, left bottom, from(#A1DFFF), to(#F5FBFD));
  background: url(../images/big-basketball.png), url(../images/basketball.png), url(../images/dots-half.png), url(../images/shuttle.png), url(../images/tennis.png), linear-gradient(180deg, #A1DFFF 0%, #F5FBFD 100%);
  background-repeat: no-repeat;
  background-position: top right, center left 100px, top 75% right, bottom 40px left 40px, bottom 40px right 40px, top left;
}

.academies {
  background: url(../images/circle-mid-border.png), url(../images/circle-right.png), url(../images/circle-center.png), url(../images/grid.png);
  background-repeat: no-repeat;
  background-position: top 40px left 135px, top 50px right, bottom 40px left 45%, bottom 0px right 20%;
}

.challanges {
  background: url(../images/dots-half.png), url(../images/arrow-right.png), url(../images/circle.png), url(../images/circle-small-border.png), url(../images/circle.png), url(../images/arrow-left.png), url(../images/dot-ball.png), url(../images/grid.png), url(../images/trophy.png), url(../images/semi-circle.png), -webkit-gradient(linear, left top, left bottom, from(#A1DFFF), to(#F5FBFD));
  background: url(../images/dots-half.png), url(../images/arrow-right.png), url(../images/circle.png), url(../images/circle-small-border.png), url(../images/circle.png), url(../images/arrow-left.png), url(../images/dot-ball.png), url(../images/grid.png), url(../images/trophy.png), url(../images/semi-circle.png), linear-gradient(180deg, #A1DFFF 0%, #F5FBFD 100%);
  background-repeat: no-repeat;
  background-position: top 50px left, top 50px right, top 70px left 60%, top 200px right 30%, top 40% right 20%, center left, top 55% right 30%, bottom 200px left, bottom 100px right 50px, bottom 0px right 20%, top left;
}

.testimonials-section {
  background: url(../images/dots-half.png), url(../images/arrow-curved-left.png), url(../images/dots-half.png);
  background-repeat: no-repeat;
  background-position: top 100px left, bottom 0 left, bottom right 0;
}
.testimonials-section .parents-testimonials {
  padding-bottom: 65px;
}
.testimonials-section .parents-testimonials .testimonial-wrap {
  padding: 55px;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial {
  background: #fff;
  max-width: 425px;
  margin: 0 auto;
  padding: 0 30px 30px;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial .img-wrap {
  width: 130px;
  height: 130px;
  border-radius: 40%;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-bottom: -20px;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial .name {
  text-align: center;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial .name h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial .name p {
  margin: 0 0 20px;
  color: #898989;
  font-size: 14px;
}
.testimonials-section .parents-testimonials .testimonial-wrap .testimonial .text {
  font-size: 16px;
  font-style: italic;
}
.testimonials-section .parents-testimonials .owl-nav {
  top: calc(50% - 59px);
}
.testimonials-section .players-testimonials {
  padding-top: 65px;
}
.testimonials-section .players-testimonials .testimonial-wrap {
  padding: 25px;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial-box {
  box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  -moz-box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial {
  margin: 0 auto;
  padding: 25px;
  background: #fff;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .img-wrap {
  float: left;
  width: 76px;
  height: 108px;
  overflow: hidden;
  position: relative;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .name {
  width: calc(100% - 76px);
  padding-left: 15px;
  float: left;
  margin-top: 20px;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .name h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .name p {
  margin: 0 0 20px;
  color: #898989;
  font-size: 14px;
}
.testimonials-section .players-testimonials .testimonial-wrap .testimonial .text {
  padding-top: 25px;
  clear: both;
  width: 100%;
  font-size: 16px;
  font-style: italic;
}
.testimonials-section .players-testimonials .owl-nav {
  top: calc(50% - 32px);
  color: #4F4F4F;
}
.testimonials-section .players-testimonials .owl-nav .owl-prev {
  background-image: url(./../images/left-dark.png) !important;
}
.testimonials-section .players-testimonials .owl-nav .owl-next {
  background-image: url(./../images/right-dark.png) !important;
}
.testimonials-section .players-testimonials .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #4F4F4F;
}
.testimonials-section .players-testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials-section .players-testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #4F4F4F;
}

.benefits-section {
  background: #F9F9FB;
}
.benefits-section .benefits {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.benefits-section .grid-item {
  margin-bottom: 35px;
  background: #fff;
  padding: 24px 36px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}
.benefits-section .benefit-wrap .title {
  display: inline-block;
  position: relative;
  left: -36px;
  background: #4997CF;
  margin-bottom: 20px;
}
.benefits-section .benefit-wrap h2 {
  margin: 0;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.benefits-section .partner-btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.benefits-section .partner-btn-wrap .btn {
  color: #fff;
  background: #56A1D8;
  padding: 12px 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: inline-block;
}

.academies-title {
  padding-bottom: 0;
  background-color: #F9F9FB;
}
.academies-title .title-row {
  margin-bottom: 0;
}

.waves {
  background-color: #F9F9FB;
  position: relative;
  height: 200px;
}
.waves .ocean {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.waves .wave {
  background-image: url(./../images/wave.svg);
  background-repeat: repeat-x;
  background-position: bottom left;
  position: absolute;
  bottom: 0;
  width: 6400px;
  height: 198px;
  opacity: 0.5;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.waves .wave:nth-of-type(2) {
  bottom: 0;
  background-position: bottom left;
  -webkit-animation: wave 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 8s ease -1.25s infinite;
  animation: wave 8s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 8s ease -1.25s infinite;
  opacity: 1;
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}
.academies-testimonials {
  padding-top: 0;
  background: #93D0EF;
}
.academies-testimonials .testimonial-wrap {
  padding: 25px;
}
.academies-testimonials .testimonial-wrap .testimonial-box {
  box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  -moz-box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.academies-testimonials .testimonial-wrap .testimonial {
  margin: 0 auto;
  padding: 25px;
  padding-top: 100px;
  background: #fff;
  background-image: url(./../images/quotes.png);
  background-repeat: no-repeat;
  background-position: top 30px left 25px;
}
.academies-testimonials .testimonial-wrap .testimonial .img-wrap {
  float: left;
  width: 55px;
  height: 55px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.academies-testimonials .testimonial-wrap .testimonial .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.academies-testimonials .testimonial-wrap .testimonial .img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.academies-testimonials .testimonial-wrap .testimonial .name {
  width: calc(100% - 55px);
  padding-left: 15px;
  float: left;
  margin-top: 5px;
}
.academies-testimonials .testimonial-wrap .testimonial .name h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
}
.academies-testimonials .testimonial-wrap .testimonial .name p {
  margin: 0 0 20px;
  color: #898989;
  font-size: 14px;
}
.academies-testimonials .testimonial-wrap .testimonial .text {
  clear: both;
  width: 100%;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 25px;
}
.academies-testimonials .owl-nav {
  top: calc(50% - 32px);
  color: #FFF;
}
.academies-testimonials .owl-nav .owl-prev {
  background-image: url(./../images/left-white.png) !important;
}
.academies-testimonials .owl-nav .owl-next {
  background-image: url(./../images/right-white.png) !important;
}
.academies-testimonials .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #FFF;
}
.academies-testimonials .owl-theme .owl-dots .owl-dot.active span, .academies-testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFF;
}

.download-section .box {
  padding: 30px 30px 40px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.download-section .box .title {
  text-align: center;
  font-size: 29px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}
.download-section .download .box {
  background: #FFFFFF;
  border: 2px solid #56A1D8;
  -webkit-box-shadow: 0px 50px 30px -40px rgba(162, 162, 162, 0.35);
  box-shadow: 0px 50px 30px -40px rgba(162, 162, 162, 0.35);
}
.download-section .download .box .icons-wrap {
  text-align: center;
}
.download-section .download .box .icons-wrap .icon:not(:first-child) {
  margin-left: 10px;
}
.download-section .partner .box {
  background: #56A1D8;
  min-height: 194px;
  -webkit-box-shadow: 0px 50px 30px -40px rgba(86, 161, 216, 0.35);
  box-shadow: 0px 50px 30px -40px rgba(86, 161, 216, 0.35);
}
.download-section .partner .box .title {
  color: #fff;
}
.download-section .partner .box .partner-button-wrap {
  text-align: center;
}
.download-section .partner .box .partner-button-wrap .partner-button {
  margin-top: 10px;
  background: #fff;
  color: #5DAEE9;
  padding: 5px 30px 5px 40px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  text-decoration: none;
  display: inline-block;
}
.download-section .partner .box .partner-button-wrap .partner-button .arrow {
  display: inline-block;
  background: #5DAEE9;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  top: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.download-section .partner .box .partner-button-wrap .partner-button .arrow img {
  display: block;
  margin: 4px auto 0;
}

.site-footer {
  padding-top: 0;
}
.site-footer .container {
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
}
.site-footer .footer-widget .widget-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.site-footer .footer-widget .footer-menu {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 22px;
}
.site-footer .footer-widget .footer-menu li {
  margin-bottom: 5px;
}
.site-footer .footer-widget .social-icons {
  font-size: 16px;
}
.site-footer .footer-widget .social-icons a {
  margin-right: 10px;
}
.site-footer .footer-widget .social-icons a .icon {
  width: 30px;
  height: 30px;
}
.site-footer .footer-widget .social-icons a .icon.icon-facebook2 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 10px 10px 5px;
  background: #72B7DD;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 9;
}
.back-to-top svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}

/*events-page(banners)*/
.banners {
  margin-top: 115px;
}
.banner {
  background-image: url('/images/photographer.jpg');
  height: 300px;
  margin-top:20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner:hover {
  cursor:pointer;
}

/* font families */
/*font sizes*/
/*colors*/
@media all and (max-width: 1024px) {
  .menu-section .navbar-nav .nav-link {
    padding: 13px 10px;
  }

  .intro .app-icons img {
    max-width: 160px;
  }

  .waves {
    height: 198px;
  }

  .download-section .box-border {
    min-height: 194px;
  }
  .download-section .box-border img {
    max-width: 185px;
  }
}
/*events-page(banners)*/
@media only screen and (max-width: 990px) {
  .banner {
    background-image: url('/images/bnnr-m.jpg');
    height: 38vw;
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .navbar-nav {
    padding-top: 15px;
  }

  .menu-section {
    border-bottom: 1px solid #E5E5E5;
    padding: 0;
  }

  .intro {
    padding-top: 100px;
  }

  .intro-left {
    margin-bottom: 30px;
  }

  .intro-left,
  .intro-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .testimonials-section .parents-testimonials .testimonial-wrap {
    padding: 55px 25px 25px;
  }
  .testimonials-section .parents-testimonials .testimonial-wrap .testimonial-box {
    -webkit-box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
    box-shadow: 0px 4px 25px 0px rgba(147, 141, 141, 0.25);
  }

  .download-section .box-border .icons-wrap {
    margin-top: 35px;
  }
  .download-section .box-border .icons-wrap img {
    max-width: 125px;
  }

  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .footer-widget {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  .mr-15 {
    display: inline-block !important;
    margin-bottom: 8px;
  }

  .row.mob-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row:not(.mob-rev) > div[class^=col-md]:not(:last-child) {
    margin-bottom: 30px;
  }

  .row.mob-rev > div[class^=col-md]:last-child {
    margin-bottom: 30px;
  }

  .img-container img {
    display: block;
    margin: 0 auto;
  }

  .owl-nav .owl-prev {
    left: -10px;
  }

  .owl-nav .owl-next {
    right: -10px;
  }

  .download-section .download .box .icons-wrap .icon:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
    display: inline-block;
  }

  .explore-fitminton{
    margin:auto;
  }

}
@media all and (max-width: 480px) {
  .explore-membership-div-max{
    width: 100%;
  }
  .machaxi-logo-width {
    width: 100%;
  }
    .explore-membership-home-banner{
        width: 100%;
        border: 0px;
    }
    .explore-membership {
        width: 100%;
    }
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .footer-widget {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  .benefits-section .benefit-wrap .title {
    width: calc(100% + 36px);
  }
  .benefits-section .benefit-wrap h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.explore-number {
  font-size: 100px;
  color: aliceblue;
  position: absolute;
  top: -50px;
  opacity:0.8;
}
.explore-paragraph {
  z-index: 0;
  padding-left: 30px;
  padding-top: 30px;
}

.explore-number-right {
  font-size: 100px;
  color: aliceblue;
  position: absolute;
  top: -50px;
  opacity:0.8;
  right: 210px;
}
@media all and (max-width: 375px) {
  .explore-number-right {
   /*right: 163px;*/
    right: 54%;
  }
}
@media all and (min-width: 481px){
  .explore-membership-home {
        width: 68%;
        border: 0px;
  }
    .explore-membership {
        width: 63%;
    }

    .explore-membership-div-width {
      width: 54%;
    }

  .explore-membership-div-max-right{
    width: 100%;
    padding-left: 50% !important;
  }

}
