/* =======================   Header CSS  ========================*/

#menu-main-menu .menu-item {
    padding: 0 27px;
  } 
  #menu-main-menu .menu-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    transition: all 0.3s ease-in-out;
  }
  #menu-main-menu .menu-item.current-menu-item a {
    color: #2fc0d8;
    font-weight: 500;
  }
  .custom-btn {
    background: linear-gradient(
      90deg,
      #30c0d8 0%,
      #9b9ad9 99.99%,
      rgba(0, 0, 0, 0) 100%
    );
    border-radius: 30px;
    padding: 15px;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease-in-out;
  }

  .custom-btn p,
  .custom-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    gap: 10px;
    width: 200px;
    color: white;
    transition: all 0.3s ease-in-out;
  }
  .custom-btn p img,
  .custom-btn img {
    width: 28px;
    height: 28px;
    transition: all 0.3s ease-in-out;
  }

  .topbar.custom-btn p img {
    width: 28px;
    height: 28px;
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
  }
  .topbar.custom-btn:hover p img {
    filter: unset;
  }

  .topbar.custom-btn p {
    color: black;
  }
  .topbar.custom-btn {
    width: 60px;
    margin-left: 17% !important;
    transition: all 0.5s ease-in-out;
  }
  .topbar.custom-btn:hover {
    width: 220px;
  }

  /* .custom-btn:hover {
    width: 100% !important;
  } */
  .custom-btn:hover p {
    color: white;
  }
  .custom-btn:hover img {
    filter: unset;
    margin-left: 5px;
  }

  .footer-menu {
    display: inline-flex;
    width: 45% !important;
  }
  .footer-menu h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 118%;
    color: #000000;
  }
  .footer-menu ul {
    list-style: none;
    padding: 0;
  }
  .footer-menu ul li {
    padding: 4px 0;
  }
  .footer-menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 118%;
    text-align: center;
    color: #000000;
    transition: all 0.3s ease-in;
  }
  .footer-menu ul li a:hover {
    color: #30c0d8;
  }
  .social-icon {
    display: flex;
    gap: 30px;
    margin-top: 30px;
  }
  .teammates-card .social-icon img {
    width: 28px !important;
    height: 28px !important;
  }
  .social-icon img {
    /* width: 28px; */
    /* height: 28px; */
    transition: all 300ms ease;
  }
  /* #footer_social p:nth-child(1) img {
    width: 33px;
    height: 32px;
    margin-top: -1px;
  } */
  .social-icon img:hover {
    transform: translate(0px, 5px);
  }

  .footer-menu.quick {
    width: 95% !important;
  }
  .footer-menu.quick .et_pb_text_inner {
    width: 95% !important;
  }
  .footer-menu.quick .et_pb_text_inner .quick-links {
    display: grid;
    grid-template-columns: 120px auto;
  }

  .main-contact-form .input-form br {
    display: none;
  }
  .input-form p {
    display: flex;
    gap: 3%;
    margin-bottom: 15px;
  }
  .main-contact-form input,
  .main-contact-form textarea {
    width: 100% !important;
    padding: 18px !important;
    border-radius: 10px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .main-contact-form input,
  .main-contact-form textarea {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    opacity: 0.8;
  }
  .btn-div {
    float: right;
    width: 230px;
    margin-top: 20px;
  }
  .main-contact-form .custom-btn {
    width: fit-content;
    float: left;
    padding: 12px 15px !important;
  }
  .main-contact-form .custom-btn p,
  .main-contact-form .custom-btn button,
  .custom-btn button {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }
  footer .form-title {
    display: none;
  }

  /* ======================== Hero Banner CSS Start ============ */

  .hero-banner-text h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: min(70px, 4.2vw);
    line-height: 130%;
    color: #180a49;
  }
  .hero-banner-text h1 strong {
    background: linear-gradient(270.63deg, #30c0d8 18.48%, #9b9ad9 98.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .hero-banner {
    background: #eef1f8;
    box-shadow: 2px 0px 4px #949bd9, 0px 2px 5px #36bdd8;
    border-radius: 40px;
    max-width: 405px;
    margin: auto;
    padding: 40px 15px 95px;
  }
  .hero-banner .input-form p {
    display: grid;
    gap: 0 !important;
  }
  .hero-banner .form-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #180a49;
    margin-bottom: 50px;
  }
  .hero-banner .form-title strong {
    background: linear-gradient(270.63deg, #30c0d8 100.48%, #9b9ad9 98.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .hero-banner .btn-div {
    float: none !important;
    margin: 5px auto !important;
  }
  .hero-banner .btn-div .custom-btn {
    border-radius: 30px !important;
  }
  .hero-banner .main-contact-form input,
  .hero-banner .main-contact-form textarea {
    padding: 9px 16px !important;
    border-radius: 25px !important;
    border: none !important;
  }
  .hero-banner .main-contact-form textarea {
    height: 122px;
    margin-top: -5px !important;
  }

  .underline-text h4 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .underline-text h4::before {
    content: "";
    position: absolute;
    width: 20%;
    left: 40%;
    background: #93a9dd;
    bottom: 0;
    height: 3px;
  }

  .et_pb_circle_counter .percent p {
    padding: 20px !important;
  }
  .sports .percent-value::after {
    content: "+";
  }

  .hero-banner input:focus,
  .hero-banner textarea:focus {
    border-color: transparent;
  }
  /* .grid-item{opacity: 0;} */

  .testimonial-card {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .testimonial-card .et_pb_testimonial_description {
    margin-left: unset !important;
    height: 300px !important;
  }
  .testimonial-card .et_pb_testimonial_content {
    height: 210px;
    overflow: hidden;
  }
  .star-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .testimonial-card .et_pb_testimonial_portrait {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .testimonial-card .et_pb_testimonial_author {
    text-align: center;
  }
  .et_pb_testimonial_meta {
    text-align: center;
  }

  .Testimonials .slick-slide {
    opacity: 0.5;
  }
  .Testimonials .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
  }

  .slick-next,
  .slick-prev {
    top: 110% !important;
    left: 100%;
  }
  .slick-prev {
    left: 97% !important;
  }
  .slick-next:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/05/arrow-image.png);
    background-repeat: no-repeat;
    background-size: 27px 19px;
    padding: 3px 20px;
  }
  .slick-prev:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/05/Vector-3.png);
    background-repeat: no-repeat;
    background-size: 27px 19px;
    padding: 3px 20px;
  }

  .timeline,
  .timeline1 ,.timeline2 {
    padding: 50px;
  }
  .timeline ul,
  .timeline1 ul ,.timeline2  ul{
    padding: 0;
  }
  .timeline h2.title-para {
    background: transparent !important;
    max-width: 491px;
    margin-left: 23px !important;
    font-size: 13px !important;
    line-height: 130% !important;
  }

  .timeline .default-line,
  .timeline1 .default-line1 ,
  .timeline2 .default-line2 {
    content: "";
    position: absolute;
    left: 50px;
    width: 3px;
    /* border: 0.2px dashed red; */
    height: 650px;
    /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='10%2c20' stroke-dashoffset='24' stroke-linecap='round'/%3e%3c/svg%3e"); */

    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1' ry='1' stroke='%23BCC1E7FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='1' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .timeline1 .default-line1 {
    height: 950px;
  }
  .timeline2 .default-line2 {
    height: 950px;
  }

  .timeline .draw-line,
  .timeline1 .draw-line1,
  .timeline2 .draw-line2 {
    width: 4px;
    height: 0;
    min-height: 54.01px !important;
    position: absolute;
    left: 50px;
    max-height: 658px !important;
  }
  .timeline .draw-line .timeline-ball,
  .timeline1 .draw-line1 .timeline-ball1 ,
  .timeline2 .draw-line2 .timeline-ball2 {
    background-image: url(/wp-content/uploads/2023/06/timeline-ball.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0 !important;
    left: -24px;
    padding: 26px 29px;
  }
  .about_us_page_timeline .timeline .draw-line .timeline-ball,
  .about_us_page_timeline .timeline1 .draw-line1 .timeline-ball1,
  .about_us_page_timeline .timeline2 .draw-line2 .timeline-ball2{
    bottom: -110px !important;
  }


  .timeline ul li ,  .timeline2 ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto 0 0;
    height: 120.5px;
    background: transparent;
  }

  .timeline1 ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto 0 0;
    height: 180.5px;
    background: transparent;
  }
  .timeline ul li h2,
  .timeline1 ul li h2 ,
  .timeline2 ul li h2 {
    opacity: 0;
    transition: all 0.8s linear;
    width: max-content;
    padding: 18px 30px;
    background: #eef1f8;
    margin-left: 45px;
    border-radius: 39px;
    font-style: normal;
    font-weight: 600;
    font-size: min(18px, 3vw);
    line-height: 130%;
    color: #180a49;
  }

  .timeline ul li .in-view,
  .timeline1 ul li .in-view ,
  .timeline2 ul li .in-view {
    background-color: blue;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out,
      color 0.1s ease-out, border 0.1s ease-out;
  }
  .timeline ul li.in-view h2,
  .timeline1 ul li.in-view h2,
  .timeline2 ul li.in-view h2 {
    opacity: 1;
  }
  .timeline ul li.in-view::before,
  .timeline1 ul li.in-view::before,
  .timeline2 ul li.in-view::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-image: url("https://sg0duxoli5-flywheel.netdna-ssl.com/wp-content/themes/inspired_elearning_theme/images/check-dark.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.125s ease-in-out, background-color 0.2s ease-out,
      color 0.1s ease-out, border 0.1s ease-out;
  }
  .timeline ul li::before,
  .timeline1 ul li::before,
  .timeline2 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    background: inherit;
    transition: all 0.4s ease-in-out;
  }

  .FillinContactForm::before {
    background-image: url(/wp-content/uploads/2023/06/Group-1476930.png) !important;
    background-size: 55px 55px !important;
    background-repeat: no-repeat;
    transition: all 0.8s linear;
  }

  .FreeDiscoveryCall::before {
    background-image: url(/wp-content/uploads/2023/06/Group-1476931.png) !important;
    background-size: 55px 55px !important;
    background-repeat: no-repeat;
    transition: all 0.8s linear;
  }

  .PsychologicalAssessment::before {
    background-image: url(/wp-content/uploads/2023/06/Group-1476932.png) !important;
    background-size: 55px 55px !important;
    background-repeat: no-repeat;
    transition: all 0.8s linear;
  }
  .BespokeMindsetPlan::before {
    background-image: url(/wp-content/uploads/2023/06/Group-1476933.png) !important;
    background-size: 55px 55px !important;
    background-repeat: no-repeat;
    transition: all 0.8s linear;
  }
  .NewMindframe::before {
    background-image: url(/wp-content/uploads/2023/08/timeline-product.png) !important;
    background-size: 55px 55px !important;
    background-repeat: no-repeat;
    transition: all 0.8s linear;
  }

  .HighPerformance::before {
    background-image: url(/wp-content/uploads/2023/06/Group-1476935.png) !important;
    background-size: 55px 55px !important;
    background-repeat: no-repeat;
    transition: all 0.8s linear;
  }

  .hiring h4.et_pb_module_header {
    margin-bottom: 70px;
    padding-bottom: 15px;
    position: relative;
  }
  .hiring h4.et_pb_module_header::before {
    content: "";
    position: absolute;
    width: 12%;
    left: 44%;
    background: #93a9dd;
    bottom: 0;
    height: 3px;
  }
  .services-btn {
    width: 220px;
    margin: 60px auto 20px auto;
  }

  .expert-team-img {
    width: 100%;
    max-width: 200px;
  }
  .mh {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
  }

  .sports-card {
    transition: all 0.3s ease-in;
    overflow: hidden;
    margin: 0 10px;
  }
  .sports-card img {
    transition: all 0.4s ease-in-out;
  }
  .sports-card h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 118%;
    color: #000000;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    position: absolute;
    top: 200%;
    transition: all 0.6s ease-in-out;
    opacity: 0.1;
  }

  .sports-card:hover {
    box-shadow: 2px 0px 4px #949bd9, 0px 4px 5px #36bdd8;
  }
  .sports-card:hover img {
    margin-top: -40px !important;
  }

  .sports-card:hover h2 {
    top: 100%;
    opacity: 1;
  }
  .sports-slider .sports-card {
    width: 236px !important;
  }
  .sports-slider .slick-track {
    padding: 20px 0;
  }
  .sports-slider .sports-card .et_pb_text_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .get-in-touch h2 strong {
    color: #2fc0d8;
  }

  .grid-item {
    opacity: 0;
    transition: opacity 0.5s ease;
    margin-bottom: 0 !important ;
  }

  /* .grid-item.show {
              opacity: 1 !important;
          } */

  /* ======================= Service Page CSS =========================== */
  .service-page-gradiant-heading h1{
    background: linear-gradient(270.63deg, #30c0d8 18.48%, #9b9ad9 98.53%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }
  .hero-title h1 {
    text-align: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 90px;
    color: #180a49;
  }

  .hero-title h1 span {
    color: #2fc0d8;
  }

  .pakcage-heading h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    /* identical to box height, or 100% */

    text-align: center;

    color: #180a49;
  }

  /*============== Package Card CSS  =================*/

  .package-card .et_pb_blurb_description {
    height: 380px !important;
  }
  .package-card .et_pb_blurb_description .price-time {
    position: absolute;
    bottom: 0;
  }
  .package-card .et_pb_blurb_description .price-time p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 10px;
    color: #000000;
  }
  .package-card {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .package-card:hover {
    transform: translate(0px, -22px) !important;
  }
  .package-card .et_pb_blurb_description ul {
    padding-left: 0px;
    padding-top: 15px;
  }
  .package-card .et_pb_blurb_description li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
  }
  .package-card .et_pb_blurb_description li::before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/list-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
  }

  .most-popular {
    background: linear-gradient(
      158.19deg,
      #30c0d8 0.76%,
      #949bd9 133.57%
    ) !important;
    box-shadow: 2px 0px 4px #949bd9, 0px 2px 5px #36bdd8 !important;
  }
  .most-popular::before {
    content: "Most Popular";
    padding: 11px 0;
    background: #ffffff;
    border: 1px solid #30c0d8;
    border-radius: 40px;
    color: black;
    position: absolute;
    top: -4%;
    width: 56%;
    left: 22%;
    display: flex;
    justify-content: center;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
  }

  .most-popular .et_pb_module_header span {
    color: white !important;
  }
  .most-popular .et_pb_blurb_description li {
    color: white !important;
  }
  .package-card.most-popular .et_pb_blurb_description li::before {
    content: "";
    background-image: url(/wp-content/uploads/2023/06/white-list-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
  }
  .package-card.most-popular .et_pb_blurb_description .price-time p {
    color: white !important;
  }

  .timeline1 ul li p ,  .timeline2 ul li p {
    width: 400px !important;
    margin-left: 55px !important;
    margin-top: 20px;
    opacity: 0;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000000;
  }
  .timeline1 ul li.in-view p ,  .timeline2 ul li.in-view p {
    opacity: 1;
  }
  /* .timeline1 ul li.in-view p{opacity: 0 !important;} */

  .et_pb_toggle {
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 0 !important;
    background-color: transparent !important;
  }

  /*=============== Circle Animation CSS ================*/

  .circle-icon {
    font-size: 40px;
    color: #fff;
  }

  .slidercircle {
    margin-left: 100px;
    margin-top: 70px;
    width: 570px;
    height: 570px;
  }

  .circle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 180px;
    margin-top: 180px;
    width: 140px;
    height: 140px;
    background: linear-gradient(
      330deg,
      rgb(95 95 95 / 40%) 0%,
      rgb(103 103 103) 100%
    );
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    transition: 1s;
  }

  .circle-middle:hover {
    box-shadow: 0 0 150px 55px #ffde00;
  }

  .circle-two {
    width: 500px;
    height: 500px;
    border: 2px solid #6b6b6b;
    position: absolute;
    border-radius: 50%;
    transform: rotate3d(1, 0.2, 0, 115deg);
  }

  .circle-arround-two-1,
  .circle-arround-two-2,
  .circle-arround-two-3,
  .circle-arround-two-4 {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 210px;
    left: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circle-arround-two-1 {
    transform: rotate(45deg) translateX(250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit2 100s linear infinite;
    transition: 1s;
    background: #1877f2;
  }

  .circle-arround-two-2 {
    transform: rotate(45deg) translateX(-250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit3 100s linear infinite;
    transition: 1s;
    background: #1da1f2;
  }

  .circle-arround-two-3 {
    transform: rotate(45deg) translateY(250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit4 100s linear infinite;
    transition: 1s;
    background: #c32aa3;
  }

  .circle-arround-two-4 {
    transform: rotate(45deg) translateY(-250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit5 100s linear infinite;
    transition: 1s;
    background: #ff0000;
  }

  .circle-arround-two-1:hover,
  .circle-arround-two-2:hover,
  .circle-arround-two-3:hover,
  .circle-arround-two-4:hover {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
  }

  @-webkit-keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes rotate-center {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }

    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes orbit2 {
    from {
      -webkit-transform: rotate(0deg) translateX(250px) rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
  }

  @-moz-keyframes orbit2 {
    from {
      -moz-transform: rotate(0deg) translateX(250px) rotate(0deg);
    }

    to {
      -moz-transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
  }

  @-o-keyframes orbit2 {
    from {
      -o-transform: rotate(0deg) translateX(250px) rotate(0deg);
    }

    to {
      -o-transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
  }

  @keyframes orbit2 {
    from {
      transform: rotate(0deg) translateX(250px) rotate(0deg);
    }

    to {
      transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
  }

  @-webkit-keyframes orbit3 {
    from {
      -webkit-transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
  }

  @-moz-keyframes orbit3 {
    from {
      -moz-transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }

    to {
      -moz-transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
  }

  @-o-keyframes orbit3 {
    from {
      -o-transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }

    to {
      -o-transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
  }

  @keyframes orbit3 {
    from {
      transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }

    to {
      transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
  }

  @-webkit-keyframes orbit4 {
    from {
      -webkit-transform: rotate(0deg) translateY(250px) rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
  }

  @-moz-keyframes orbit4 {
    from {
      -moz-transform: rotate(0deg) translateY(250px) rotate(0deg);
    }

    to {
      -moz-transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
  }

  @-o-keyframes orbit4 {
    from {
      -o-transform: rotate(0deg) translateY(250px) rotate(0deg);
    }

    to {
      -o-transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
  }

  @keyframes orbit4 {
    from {
      transform: rotate(0deg) translateY(250px) rotate(0deg);
    }

    to {
      transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
  }

  @-webkit-keyframes orbit5 {
    from {
      -webkit-transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }

    to {
      -webkit-transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
  }

  @-moz-keyframes orbit5 {
    from {
      -moz-transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }

    to {
      -moz-transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
  }

  @-o-keyframes orbit5 {
    from {
      -o-transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }

    to {
      -o-transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
  }

  @keyframes orbit5 {
    from {
      transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }

    to {
      transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
  }

  .stopanima {
    animation-play-state: paused !important;
  }

  .about-us-page-btn .services-btn {
    margin: 17px auto 1px auto !important;
  }

  .grid-item .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
  }
  .grid-item .et_pb_blurb_content .et_pb_main_blurb_image {
    width: fit-content !important;
    margin: 0 !important;
  }
  @media (max-width: 1599px) {
    .testimonial-card {
      width: 90% !important;
    }
    .et_pb_testimonial .et_pb_testimonial_content p {
      font-size: 16px;
      line-height: 25px;
    }
  }

  @media (max-width: 699px) {
    .custom-btn {
      padding: 10px !important;
    }

    .hero-banner-text h1 {
      font-size: 8vw;
      text-align: center;
      margin-top: 20px !important;
    }
    .hero-banner-text h1 strong {
      font-size: 10vw;
      display: block;
      line-height: 15vw;
    }

    .hero-banner .form-title {
      margin-bottom: 10px !important;
    }

    .custom-btn p img,
    .custom-btn img {
      width: 25px;
      height: 20px;
    }
    .custom-btn p,
    .custom-btn button {
      font-size: 15px;
    }

    .testimonial-card {
      width: 95% !important;
    }
    .testimonial-card .et_pb_testimonial_portrait {
      margin: 15px auto !important;
    }
    .Testimonials .slick-slide {
      opacity: 1 !important;
    }

    .sports-slider .sports-card {
      width: 120px !important;
      height: 119px;
    }
    .sports-card img {
      width: 60px !important;
    }
    .sports-slider .sports-card h2 {
      font-size: 12px !important;
    }
    .et_pb_module.et_pb_text.et_pb_text_0_tb_footer.footer-menu.et_pb_text_align_left.et_pb_bg_layout_light {
      width: 30% !important;
    }
   
    .btn-div {
      float: unset;
      margin: 20px auto;
    }
    .hiring h4.et_pb_module_header {
      margin-bottom: 5% !important;
    }
    .sports-slider .slick-track {
      padding: 10px 0 !important;
    }
    .timeline {
      padding-bottom: 0 !important;
    }
    .timeline2 {
      padding-bottom: 0 !important;
    }
    .d-mob {
      display: none !important;
    }
  }

  /* ================Styling For Mac =================*/
  @media (min-width: 981px) and (max-width: 1440px) {
    #sport_get_in_touch_heading::before {
      width: 60px;
      left: 0 !important;
      right: 0 !important;
      margin: auto !important;
    }
    
    #srvc_blurb_card_row_id .Athlete_icon .et_pb_image_wrap {
      width: 60px !important;
    }
    .slick-lightbox .slick-next {
      right: 5% !important;
      z-index: 9999999999999999999999;
      top: 50% !important;
      left: auto !important;
    }
    .slick-lightbox-slick .slick-prev {
      left: 5% !important;
      top: 50% !important;
      z-index: 9999999999999999999999;
    }
    #home_page_testimonial .testimonial-card .et_pb_testimonial_content p {
      font-size: 20px !important;
      line-height: 28px !important;
    }
    #Service_process .timeline h2.title-para {
      margin-left: 43px !important;
      font-weight: 400 !important;
    }
    /* hero banner contact frm */
    .Hero_form_button .Hero_contact_btn {
      border-radius: 30px !important;
      padding: 10px 25px !important;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px !important;
      color: white;
      transition: all 0.3s ease-in-out;
      border: 0px !important;
      background: linear-gradient(
        90deg,
        #30c0d8 0%,
        #9b9ad9 99.99%,
        rgba(0, 0, 0, 0) 100%
      );
      cursor: pointer;
      margin: auto;
      width: 180px;
    }
    .Hero_form_button p {
      position: relative;
      text-align: center;
    }
    .Hero_form_button .wpcf7-spinner {
      position: absolute !important;
      left: auto !important;
      right: auto !important;
      margin: auto;
    }
    .Hero_form_button .Hero_contact_btn::after {
      content: none !important;
    }
    #Home_ct_frm,
    #Service_pg_cnct_frm {
      padding-bottom: 30px !important;
    }
    /* hero banner contact frm */

    #home_bnr {
      background-size: 100% 97% !important;
    }
    #Home_about_sec {
      padding-top: 40px !important;
    }
    div.et_pb_section.et_pb_section_0 {
      background-size: 100% 91% !important;
    }
    /* header Style CSS  */

    .et_pb_row_0_tb_header {
      width: 93% !important;
    }
    .et_pb_row.et_pb_row_0_tb_header.et_pb_row--with-menu.et_pb_row_3-4_1-4 {
      padding: 3px 0px !important;
    }
    .et_pb_row_0_tb_header .menu-item a {
      padding: 24px 0 !important;
      font-size: 12px !important;
    }
    .et_pb_menu_0_tb_header .et_pb_menu__logo img {
      /* height: 57px !important;
      max-width: 90% !important; */
      padding: 5px 0px;
    }
    #menu-main-menu .menu-item {
      padding: 0 19px !important;
    }
    .topbar.custom-btn {
      width: 51px !important;
      padding: 16px 10px !important;
    }
    .custom-btn button {
      font-size: 18px !important;
      font-weight: 600 !important;
    }
    .topbar.custom-btn p img {
      width: 21px !important;
      height: 18px !important;
    }

    /* Global Btn CSS  */
    .custom-btn.btn-for-mac {
      border-radius: 22px !important;
    }
    .custom-btn.btn-for-mac p {
      width: fit-content !important;
      font-size: 14px !important;
      line-height: 125% !important;
      padding: 0 12px !important;
      letter-spacing: 0.8px;
    }
    .custom-btn.btn-for-mac:hover p {
      width: fit-content !important;
    }
    .custom-btn:hover {
      width: fit-content !important;
    }
    .custom-btn.btn-for-mac p img {
      width: 21px !important;
      height: 16px !important;
    }

    /* Hero Banner Style Start  */
    .et_pb_row.et_pb_row_0 {
      width: 80% !important;
    }
    .hero-banner-text h1 {
      font-size: min(70px, 3.7vw);
    }
    .dsm-typing-effect .dsm-typing-wrapper {
      font-size: 35px !important;
      line-height: 150% !important;
    }
    .dsm_typing_effect_0 .dsm-after-typing-effect {
      font-size: 35px !important;
      line-height: 150% !important;
    }
    .hero-banner-left-text {
      font-size: 19px !important;
      line-height: 150% !important;
      margin: 30px 0 !important ;
    }

    .hero-banner {
      max-width: 290px !important;
      padding: 30px 15px 59px !important;
      margin-left: 32% !important;
      box-shadow: 1px 0px 4px #949bd9, 0px 1px 5px #36bdd8;
      border-radius: 26px !important;
    }
    .hero-banner .form-title {
      font-size: 21px !important;
      line-height: 30px !important;
      margin-bottom: 35px;
      padding: 0 9% !important;
      font-weight: 800;
    }
    .hero-banner .main-contact-form input,
    .hero-banner .main-contact-form textarea {
      padding: 7px 16px !important;
      font-size: 12px !important;
      line-height: 20px !important;
    }
    .main-contact-form input,
    .main-contact-form textarea {
      margin-top: 5px;
      margin-bottom: 5px;
    }
    .hero-banner .main-contact-form textarea {
      height: 88px;
    }

    .hero-banner .btn-div .custom-btn {
      border-radius: 15px !important;
      padding: 11px 25px !important;
      margin-left: 17% !important;
    }

    .how-it-work-row {
      max-width: 900px !important;
    }
    .how-it-work-row .et_pb_main_blurb_image img {
      width: 75% !important;
    }
    .how-it-work-row .et_pb_blurb_container h4.et_pb_module_header {
      font-size: min(28px, 5vw) !important;
      font-weight: 700 !important;
    }
    .hide-column {
      display: none !important;
    }
    .how-it-work-row .et_pb_column_1_3 {
      margin-right: 15% !important;
    }
    .how-it-work-row .et_pb_column {
      width: 50% !important;
    }

    .counter-row .et_pb_circle_counter .percent p {
      font-size: 42px !important;
    }
    .counter-row h3.et_pb_module_header {
      font-size: 31px !important;
      font-weight: 600 !important;
      line-height: 140% !important;
    }
    .counter-row .et_pb_text_inner {
      font-size: 17px !important;
      line-height: 140%;
      padding: 0 3% !important;
    }

    .main-title h2 {
      font-size: 30px !important;
      font-weight: 700 !important;
      line-height: 130% !important;
    }

    .help-cards {
      max-width: 1099px !important;
      margin-top: 50px !important;
    }
    .help-cards .grid-item.et_pb_blurb {
      padding: 10px 10px 18px !important;
    }
    .help-cards .grid-item.et_pb_blurb .et_pb_image_wrap {
      width: 85px !important;
    }
    .help-cards .grid-item.et_pb_blurb h4.et_pb_module_header {
      font-size: 24px !important;
      line-height: 140% !important;
    }
    .help-cards .grid-item .et_pb_blurb_description p {
      font-size: 13px !important;
      line-height: 22px !important;
    }

    .testimonials-row {
      max-width: 1199px !important;
    }
    .Testimonials .slick-slide {
      opacity: 1 !important;
    }
    .testimonial-card .et_pb_testimonial_description {
      height: 270px !important;
    }
    .testimonial-card .et_pb_testimonial_author {
      margin-top: 0px !important;
    }

    .slick-prev {
      left: 93% !important;
    }
    .slick-next {
      left: 97% !important;
    }

    .the-process-row {
      max-width: 1024px !important;
    }
    .the-process-row .et_pb_blurb_content .et_pb_main_blurb_image,
    .expert-team-row .et_pb_blurb_content .et_pb_main_blurb_image {
      width: 25% !important;
    }
    .the-process-row .et_pb_blurb_content .et_pb_module_header,
    .expert-team-row .et_pb_blurb_content .et_pb_module_header {
      font-size: 30px !important;
      line-height: 40px !important;
    }
    .the-process-row .et_pb_blurb_content .et_pb_blurb_description p,
    .expert-team-row .et_pb_blurb_content .et_pb_blurb_description p ,
    .page-id-16 #prs_blurb .et_pb_blurb_description{
      font-size: 15px !important;
      line-height: 23px !important;
    }
    .the-process-row .et_pb_blurb_content .et_pb_blurb_description,
    .expert-team-row .et_pb_blurb_content .et_pb_blurb_description {
      max-width: 315px !important;
      margin: auto !important;
    }
    .the-process-row .et_pb_blurb_content .et_pb_blurb_description .services-btn {
      width: fit-content !important;
    }
    .timeline,
    .timeline1,
    .timeline2 {
      padding-top: 0px !important;
    }
    .timline-module {
      margin-left: 20% !important;
    }
    .timeline ul li.in-view::before,
    .timeline1 ul li.in-view::before ,
    .timeline2 ul li.in-view::before {
      width: 49px !important;
      height: 48px !important;
    }
    .timeline .draw-line .timeline-ball,
    .timeline2 .draw-line2 .timeline-ball2 {
      background-size: 49px 48px !important;
    }
    .timeline ul li h2,
    .timeline2 ul li h2 {
      padding: 14px 30px !important;
      font-size: min(15px, 3vw);
    }
    #Service_process .timeline h2.title-para {
      margin-left: 43px !important;
      font-weight: 400 !important;
    }

    .expert-team-row {
      max-width: 1099px !important;
    }
    .expert-team-row .et_pb_column_17 {
      margin-left: 4% !important;
    }
    .expert-team-row .et_pb_circle_counter_inner .percent-value {
      font-size: 49px !important;
      line-height: 55px !important;
    }
    .expert-team-row .et_pb_with_title .percent {
      margin-bottom: 0px !important;
    }
    .expert-team-row .et_pb_circle_counter_inner .et_pb_module_header {
      font-size: 30px !important;
      line-height: 40px !important;
    }

    .mgntic-card-row {
      max-width: 1246px !important;
    }
    .magnetic_card .et_pb_main_blurb_image {
      width: 25% !important;
    }
    .magnetic_card .et_pb_blurb_content .et_pb_module_header {
      font-size: 20px !important;
      line-height: 30px !important;
    }
    .magnetic_card .et_pb_blurb_description {
      font-size: 13px !important;
      line-height: 24px !important;
    }

    .slider-sec .para {
      font-size: 14px;
      line-height: 20px;
      max-width: 709px;
    }
    .sports-slider .sports-card {
      width: 160px !important;
      height: 170px !important;
    }
    .sports-card img {
      width: 80% !important;
    }
    .sports-card h2 {
      font-size: 16px !important;
      line-height: 20px !important;
    }

    .all-sports-row {
      max-width: 1024px !important;
    }
    .all-sports-row h2 {
      font-size: 38px !important;
      font-weight: 700 !important;
    }
    .all-sports-row .et_pb_text_inner {
      font-size: 13px !important;
      line-height: 22px !important;
    }

    .transform-mindset-row {
      max-width: 1099px !important;
    }
    .transform-mindset-row .get-in-touch h2,
    .transform-mindset-row .get-in-touch h2 strong {
      font-size: 46px !important;
      line-height: 60px !important;
      font-weight: 600 !important;
    }

    /* Services Page CSS  */

    .srvc_sub_heading .et_pb_text_inner {
      font-size: 27px !important;
      line-height: 30px !important;
    }
    .srvc_blurb_card_row .et_pb_module_header {
      font-size: 18px !important;
      line-height: 140% !important;
    }
    .srvc_blurb_card_row .et_pb_blurb_description p {
      font-size: 14px !important;
      line-height: 21px !important;
      height: 105px;
      overflow: hidden;
    }
    .srvc_blurb_card_row .et_pb_module.et_pb_blurb {
      height: fit-content !important;
    }
    .srvc_blurb_card_row .et_pb_main_blurb_image .et_pb_image_wrap {
      width: 70px !important;
      height: 70px !important;
    }
    .package-row {
      width: 95% !important;
    }
    .package-row .et_pb_column {
      margin: auto 1% !important;
      width: 23% !important;
    }
    #package-card_03 .et_pb_main_blurb_image,
    #package-card_01 .et_pb_main_blurb_image,
    #package-card_02 .et_pb_main_blurb_image,
    #package-card_04 .et_pb_main_blurb_image {
      margin-bottom: 15px !important;
    }
    .package-card .et_pb_main_blurb_image {
      margin-bottom: 15px !important;
    }
    .package-card .et_pb_module_header span {
      font-size: 20px !important;
      line-height: 130% !important;
      font-weight: 600 !important;
    }
    .package-card .et_pb_blurb_description {
      height: 310px !important;
    }
    .package-card .et_pb_blurb_description ul li {
      font-size: min(14px, 1vw) !important;
      line-height: 130% !important;
    }
    .package-card .et_pb_blurb_description ul li::before {
      content: "";
      padding: 8px !important;
    }
    .package-card .et_pb_blurb_description .price-time p {
      font-size: min(22px, 1.4vw) !important;
      line-height: 140% !important;
    }
  
    .home .testimonials-row .testimonial-card {
      padding-top: 15px !important;
    }
    .timeline .draw-line .timeline-ball,
    .timeline1 .draw-line1 .timeline-ball1 ,
    .timeline2 .draw-line2 .timeline-ball2 {
      bottom: 3px !important;
    }
    .about_us_page_timeline .timeline .draw-line .timeline-ball,
    .about_us_page_timeline .timeline1 .draw-line1 .timeline-ball1 ,
    .timeline2 .draw-line2 .timeline-ball2{
        bottom: -133px !important;
    }
    #custom_footer {
      padding-left: 10% !important;
      padding-right: 10% !important;
    }

    /* contact us page */
    #contact_us_page__main_section {
      padding-left: 0px !important;
      padding-bottom: 0px !important;
      padding-top: 0px !important;
      margin-top: 60px !important;
      margin-bottom: 60px !important;
    }
    #contact_us_page__main_section .et_pb_row.et_pb_gutters2 {
      background: #f5f8fa;
      box-shadow: inset 0px 4px 7px rgba(180, 177, 177, 0.25);
      border-radius: 30px;
      padding-left: 40px !important;
    }
    #contact_us_page__main_section #cnct_pg_ftr_slider {
      padding-top: 0px !important;
    }
    #contact_us_page__main_section .et_pb_row .col_one_cn_pg {
      width: 55% !important;
      padding-right: 25px !important;
    }
    #contact_us_page__main_section .get-in-touch h1 {
      font-size: 45px !important;
      line-height: 62px !important;
      font-weight: 600 !important;
      color: #000 !important;
    }
    #contact_us_page__main_section .get-in-touch h1 strong {
      font-weight: 600 !important;
    }
    #contact_us_page__main_section .et_pb_row .col_two_cn_pg {
      width: 42% !important;
    }
    .conatc_us_form input {
      padding: 9px 15px !important;
    }
    .conatc_us_form input,
    .conatc_us_form textarea {
      font-size: 12px !important;
    }
    #contact_us_page__main_section .conatc_us_form .btn_row button {
      font-size: 16px !important;
      padding: 9px 55px !important;
    }
    #cnct_pg_ftr_slider .dtq-testimonial-review p {
      font-size: 20px !important;
    }
    #cnct_pg_details ul li .dsm_icon_list_text {
      font-size: 14px !important;
    }
    /* .cnct_ftr_social-icon a img {
      width: 24px !important;
      height: 24px !important;
    } */

    /* Teams_page */
    #Meet_the_team_sec_abt_pg {
      width: 90% !important;
      margin: auto !important;
    }
    #Meet_the_team_sec_abt_pg .teammates-card {
      margin-left: 5% !important;
      margin-right: 5% !important;
    }
    .team_details_sec h4 {
      font-size: 25px;
      line-height: 22px !important;
    }
    .team_details_sec h5 {
      font-size: 18px !important;
    }
    .team_details_sec p {
      font-size: 13px !important;
      line-height: 16px !important;
    }
    .sport_achievement p {
      padding-bottom: 11px !important;
    }
    .slick-lightbox-close:before {
      font-size: 29px !important;
    }
    .slick-lightbox-close {
      top: 5% !important;
      right: 15% !important;
      height: 40px !important;
      width: 40px !important;
    }
  }

  /* ---- 576 ----*/
  @media (max-width: 575px) {
    .srvc_blurb_card_row .et_pb_module_header {
      font-size: 18px !important;
      line-height: 140% !important;
      height: 52px;
    }
    .srvc_blurb_card_row .et_pb_blurb_description p {
      font-size: 14px !important;
      line-height: 21px !important;
      height: 105px;
    }
    .srvc_blurb_card_row .et_pb_module.et_pb_blurb {
      height: fit-content !important;
    }

    .package-card .et_pb_module_header span {
      font-size: 20px !important;
      line-height: 130% !important;
      font-weight: 600 !important;
    }
    .package-card .et_pb_blurb_description {
      height: fit-content !important;
    }
    .package-card .et_pb_blurb_description ul li {
      font-size: min(14px, 3vw) !important;
      line-height: 130% !important;
    }
    .package-card .et_pb_blurb_description ul {
      height: fit-content !important;
    }
    .package-card .et_pb_blurb_description .price-time {
      position: relative !important;
    }
    .package-card .et_pb_blurb_description ul li::before {
      content: "";
      padding: 8px !important;
    }
    .package-card .et_pb_blurb_description .price-time p {
      font-size: min(22px, 4.4vw) !important;
      line-height: 140% !important;
    }
    .most-popular::before {
      font-size: 19px !important;
      line-height: 22px !important;
    }

    .timeline h2.title-para,  .timeline2 h2.title-para {
      min-width: 290px !important;
      width: 100% !important;
      font-size: 11px !important;
      line-height: 120% !important;
      font-weight: 400 !important;
    }
    .page-id-22 .timeline {
      padding-top: 10px !important;
    }
    .team_pop_row .team_col_02 img {
      max-width: 100% !important;
      width: 100% !important;
    }
    .slick-lightbox-close {
      padding-bottom: 30px !important;
      background: #2fc0d8 !important;
      border-radius: 50% !important;
      width: 27px !important;
    }
    .slick-lightbox-close::before {
      font-size: 25px !important;
      font-weight: bold !important;
    }
    #Meet_the_team_sec_abt_pg .slick-prev {
      left: auto !important;
      top: 53px !important;
      right: 65px;
    }
    #Meet_the_team_sec_abt_pg .slick-next.slick-arrow {
      right: 25px !important;
      left: auto !important;
      bottom: auto !important;
      top: 53px !important;
    }
    .team_details_sec {
      height: 88vh !important;
    }
  }

  /* ================  ABout Us page ===================== */

  .about-btn {
    background: linear-gradient(
      90deg,
      #30c0d8 0%,
      #9b9ad9 99.99%,
      rgba(0, 0, 0, 0) 100%
    );
    border-radius: 30px;
    padding: 15px;
    cursor: pointer;
    width: fit-content;
    transition: all 0.3s ease-in-out;
  }

  .about-btn .et_pb_text_inner p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    gap: 10px;
    width: 200px;
    color: white;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize !important;
  }
  .about-btn .et_pb_text_inner p:hover {
    gap: 15px;
  }

  .teammates-card .et_pb_module_header {
    color: #000;
    text-align: center;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .teammates-card .position {
    color: #000;
    text-align: center;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
  }
  .teammates-card .position::before {
    content: "";
    width: 100%;
    height: 0.02px;
    border: 0.2px solid #2fc0d8;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .teammates-card .social-icon {
    justify-content: center;
    margin-top: 25px !important;
  }
  .teammates-card .social-icon img {
    transition: all 0.3s ease-in-out;
  }
  .teammates-card .social-icon img:hover {
    transform: rotate(15deg);
  }
  .teammates-card .read-more-btn {
    color: #fff; /* 110% */
    padding: 12px 26px;
    border-radius: 20px;
    background: #2fc0d8;
    margin: auto;
    width: fit-content;
    margin-top: 20px;
  }
  .teammates-card .read-more-btn a {
    color: #fff;
    text-align: center;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .our-teamss .slick-slide {
    margin: 5px 0.3%;
  }

  /* ---- 981 > 1400 ----*/
  @media (min-width: 981px) and (max-width: 1440px) {
    .about-us-row {
      max-width: 860px !important;
      align-items: center;
      display: flex;
      margin: 100px auto 70px auto !important;
    }
    .about-us-row .et_pb_column_3_5 .et_pb_module.et_pb_text {
      font-size: 12px;
      line-height: 18px;
      text-align: left;
      margin-bottom: 30px;
    }
    .teammates-card.et_pb_blurb:before {
      height: 140px !important;
    }
    .teammates-card.et_pb_blurb .et_pb_main_blurb_image {
      margin-top: 14% !important;
    }
    .teammates-card .et_pb_module_header {
      font-size: 23px;
      line-height: 30px;
    }
    .teammates-card .position {
      font-size: 12px;
      line-height: 15px;
      padding-bottom: 10px !important;
    }
    .teammates-card .read-more-btn {
      margin-top: 14px;
      padding: 4px 20px;
    }
    .teammates-card .read-more-btn a {
      font-size: 14px;
      line-height: 17px;
      font-weight: 600;
    }
    .about-us-row .hero-title {
      margin-bottom: 0 !important;
    }
    .about-us-row .hero-title h1 {
      font-size: 30px;
      line-height: 45px;
    }
    .about-us-row .about-img {
      width: 70% !important;
    }
    .about-btn .et_pb_text_inner p {
      font-size: 14px;
      width: 150px;
      line-height: 15px;
      font-weight: 600 !important;
    }
    .about-btn .et_pb_text_inner p img {
      width: 18px;
    }
    .page-id-24 .magnetic_card {
      border-radius: 90px !important;
    }
    .page-id-24 .magnetic_card .et_pb_blurb_description {
      font-size: 12px !important;
      line-height: 22px !important;
    }

    /* footer */
    .footer_cst_btn button {
      width: 179px !important;
      padding: 11px !important;
      font-size: 15px !important;
    }
    .footer_cst_btn img {
      width: 21px !important;
      height: 16px !important;
      right: 44px !important;
    }

    .wpcf7-not-valid-tip {
      font-size: 12px !important;
      line-height: initial !important;
    }
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
      font-size: 13px !important;
      line-height: 18px !important;
    }

    #home_page_testimonial .testimonial-card .et_pb_testimonial_content p {
      font-size: 20px !important;
      line-height: 28px !important;
    }
    .slick-lightbox-close:before {
      font-size: 29px !important;
    }
    .slick-lightbox-close {
      top: 5% !important;
      right: 10% !important;
      padding-bottom: 30px !important;
      background: #2fc0d8 !important;
      border-radius: 50% !important;
      width: 35px !important;
      height: 35px !important;
    }
    .team_details_sec {
      height: fit-content !important;
    }
  }

  @media (max-width: 980px) {
    #sport_get_in_touch_heading::before {
      width: 60px;
      left: 0 !important;
      right: 0 !important;
      margin: auto !important;
    }
    #mobile_menu1 { top: 120%!important;}
    #Main-header .et_pb_row_0_tb_header .col___2  {display: none;}
    #Main-header .et_pb_row_0_tb_header .col___1{width: 100% !important;}
    /* hero banner contact frm */
    .Hero_form_button .Hero_contact_btn {
      border-radius: 30px !important;
      padding: 10px 25px !important;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px !important;
      color: white;
      transition: all 0.3s ease-in-out;
      border: 0px !important;
      background: linear-gradient(
        90deg,
        #30c0d8 0%,
        #9b9ad9 99.99%,
        rgba(0, 0, 0, 0) 100%
      );
      cursor: pointer;
      margin: auto;
      width: 180px;
    }
    .Hero_form_button p {
      position: relative;
      text-align: center;
    }
    .Hero_form_button .wpcf7-spinner {
      position: absolute !important;
      left: auto !important;
      right: auto !important;
      margin: auto;
    }
    .Hero_form_button .Hero_contact_btn::after {
      content: none !important;
    }
    #Home_ct_frm,
    #Service_pg_cnct_frm {
      padding-bottom: 30px !important;
    }
    /* hero banner contact frm */
    .page-id-24 .srvc_sub_heading .et_pb_text_inner {
      font-size: min(20px, 3.5vw);
      line-height: 140%;
    }
    .about-us-row .et_pb_column_3_5 .et_pb_module.et_pb_text {
      font-size: min(17px, 3.3vw);
      line-height: 140%;
    }
    .about-us-row .hero-title {
      display: none;
    }
    .about-btn {
      padding: 10px;
    }
    .about-btn .et_pb_text_inner p {
      font-size: 12px;
      width: 150px;
      line-height: 14px;
      font-weight: 600 !important;
    }
    .main-title h2 {
      font-size: min(40px, 6vw) !important;
      line-height: 150% !important;
    }
    .page-id-24 .magnetic_card {
      margin: auto !important;
      width: 90%;
      padding: 44px !important;
      border-radius: 84px !important;
      margin-bottom: 20px !important;
    }

    .teammates-card.et_pb_blurb:before {
      height: 140px !important;
    }
    .teammates-card.et_pb_blurb .et_pb_main_blurb_image {
      margin-top: 14% !important;
    }
    .teammates-card .et_pb_module_header {
      font-size: 23px;
      line-height: 30px;
    }
    .teammates-card .position {
      font-size: 13px;
      line-height: 20px;
      padding-bottom: 10px !important;
    }
    .teammates-card .read-more-btn {
      margin-top: 14px;
      padding: 4px 20px;
    }
    .teammates-card .read-more-btn a {
      font-size: 14px;
      line-height: 17px;
      font-weight: 600;
    }
    .our-teamss .slick-slide {
      margin: 5px 0.3%;
    }
    .our-teamss .slick-prev {
      left: 45% !important;
    }
    .our-teamss .slick-next {
      left: 54% !important;
    }

    /* footer */
    .footer_cst_btn button {
      width: 175px !important;
      padding: 11px !important;
      font-size: 14px !important;
    }
    .footer_cst_btn img {
      width: 21px !important;
      height: 16px !important;
      right: 44px !important;
    }
    .footer_cst_btn p {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .wpcf7-not-valid-tip {
      font-size: 11px !important;
      line-height: initial !important;
    }
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
      font-size: 12px !important;
      line-height: 18px !important;
    }
    #home_page_testimonial .testimonial-card .et_pb_testimonial_content p {
      font-size: 16px !important;
      line-height: 25px !important;
    }
    .footer_tstmnl .slick-dots {
      bottom: -22px !important;
    }
    .footer_tstmnl {
      padding-bottom: 30px !important;
    }

    /* service */
    #Service_process .timeline h2.title-para {
      margin-left: 43px !important;
      font-weight: 400 !important;
    }
    #service_pg_our_result .testimonial-card .et_pb_testimonial_description {
      height: 260px !important;
    }
    #service_pg_our_result .testimonial-card .et_pb_testimonial_content {
      height: 175px !important;
    }

    /* contact us page */
    #contact_us_page__main_section {
      padding-left: 0px !important;
      padding-bottom: 30px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    #contact_us_page__main_section .et_pb_row.et_pb_gutters2 {
      background: #f5f8fa;
      box-shadow: inset 0px 4px 7px rgba(180, 177, 177, 0.25);
      border-radius: 30px;
      padding-left: 0px !important;
    }
    #contact_us_page__main_section #cnct_pg_ftr_slider {
      padding-top: 0px !important;
    }
    #contact_us_page__main_section .et_pb_row .col_one_cn_pg {
      width: 100% !important;
      padding-right: 20px !important;
      padding-left: 20px !important;
    }
    #contact_us_page__main_section .get-in-touch h1 {
      font-size: 28px !important;
      line-height: 42px !important;
      font-weight: 600 !important;
      color: #000 !important;
    }
    #contact_us_page__main_section .get-in-touch h1 strong {
      font-weight: 600 !important;
    }
    #contact_us_page__main_section .et_pb_row .col_two_cn_pg {
      width: 100% !important;
    }
    .conatc_us_form input {
      padding: 9px 15px !important;
    }
    .conatc_us_form input,
    .conatc_us_form textarea {
      font-size: 12px !important;
    }
    #contact_us_page__main_section .conatc_us_form .btn_row button {
      font-size: 14px !important;
      padding: 8px 48px !important;
    }
    #cnct_pg_ftr_slider .dtq-testimonial-review p {
      font-size: 20px !important;
    }
    #cnct_pg_details ul li .dsm_icon_list_text {
      font-size: 13px !important;
    }
    /* .cnct_ftr_social-icon a img {
      width: 24px !important;
      height: 24px !important;
    } */
    .conatc_us_form .first_row_cnct_pg {
      display: block;
    }
    #contact_us_page__main_section .conatc_us_form .btn_row p {
      text-align: center;
    }
    /* About us page */
    .sport_achievement p,
    .team_details_sec p {
      font-size: 12px !important;
      line-height: 16px !important;
    }
    .team_details_sec h5 {
      font-size: 16px !important;
    }
    .team_details_sec h4 {
      font-size: 20px !important;
      margin-bottom: 14px !important;
    }
    .team_pop_row {
      flex-direction: column-reverse;
    }
    .team_details_sec {
      padding: 17px 17px 17px 17px !important;
    }
    .team_details .team_role p {
      padding-bottom: 14px !important;
    }
    #Meet_the_team_sec_abt_pg {
      width: 90% !important;
      margin: auto !important;
    }
  }

  /* ============= Online-Football-Psychology Page CSS  =====  */
  .hero-title-heading h1 {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px; /* 134% */
    background: linear-gradient(272deg, #30c0d8 0%, #9b9ad9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .hero-title-heading h1 span {
    color: #180a49;
    background: #180a49;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 67px;
    text-transform: uppercase;
  }
  .sports-card-row .grid-item {
    margin-bottom: 2.75% !important;
  }
  .sports-card-row .grid-item .et_pb_main_blurb_image {
    width: 85px !important;
    margin: 50px auto 10px auto !important;
  }
  .sports-card-row .grid-item .et_pb_module_header {
    color: #180a49;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 50px !important; /* 200% */
    text-transform: uppercase;
  }

  .sports-card-row .grid-item .top-heading {
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    text-align: center;
    color: #30c0d8;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 200% */
    padding-bottom: 0 !important;
  }
  .sports-card-row .grid-item .et_pb_blurb_description p {
    color: #000;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 187.5% */
    width: 80%;
    margin: auto;
  }

  .work_with_me_row {
    display: flex;
    align-items: center !important;
  }
  .work_with_me_row .et_pb_text_inner h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 100% */
  }
  .work_with_me_row .text-para {
    margin-bottom: 20px !important;
  }
  .work_with_me_row .text-para .et_pb_text_inner {
    color: #171717;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    max-width: 549px !important;
  }

  .work_with_me_row .quotes {
    color: #171717;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 100% */
  }

  .work_with_me_row .quotes_user {
    color: #65add8;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 72% */
  }
  .conatct_row .social-icons ul {
    display: flex;
    gap: 20px;
  }
  .contact-info .dsm_icon_list_text {
    color: #000;
    text-align: center;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%; /* 23.6px */
  }
  .contact-info ul.dsm_icon_list_items li {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }

  .getintouch-heading {
    color: #000;
    font-size: 32px;
    line-height: 118%; /* 37.76px */
    margin-bottom: 10px !important;
  }
  .getintouch-para {
    color: #171717;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
  }
  .get-in-touch input,
  .get-in-touch textarea {
    padding: 10px !important;
    box-shadow: 0px 2px 5px 0px #36bdd8, 2px 0px 4px 0px #949bd9;
  }
  .get-in-touch input:focus,
  .get-in-touch textarea:focus {
    outline: none !important;
  }
  .get-in-touch textarea {
    height: 132px !important;
  }
  .get-in-touch .btn-div {
    margin: 20px auto !important;
    float: unset !important;
  }
  .get-in-touch .input-form p {
    margin-bottom: 0 !important;
  }

  @media (max-width: 1440px) {
    .sports-hero-row {
      max-width: 900px !important;
      padding: 0 !important;
    }
    .hero-title-heading h1,
    .hero-title-heading h1 span {
      font-size: min(38px, 3.2vw);
      line-height: 140%;
    }
    .sports-hero-row .about-btn {
      border-radius: 20px !important;
    }
    .sports-hero-row .about-btn .et_pb_text_inner p {
      font-size: 15px !important;
      text-transform: capitalize !important;
    }
    .sports-card-row .grid-item {
      padding: 20px !important;
    }
    .sports-card-row .grid-item .top-heading {
      font-size: 18px !important;
      line-height: 25px !important;
    }
    .sports-card-row .grid-item .et_pb_main_blurb_image {
      margin: 35px auto 10px auto !important;
    }
    .sports-card-row .grid-item.et_pb_blurb h4.et_pb_module_header {
      font-size: 18px !important;
      line-height: 133% !important;
      font-weight: 700 !important;
      text-transform: capitalize;
    }

    .work_with_me-sub-heading {
      margin-bottom: 10px !important;
    }
    .work_with_me_row {
      max-width: 790px !important;
    }
    .work_with_me_row .main-title .et_pb_text_inner h2 {
      font-size: 24px !important;
      line-height: 26px !important;
    }
    .work_with_me-sub-heading .et_pb_text_inner h2 {
      font-size: min(24px, 3.5vw) !important;
      line-height: 140% !important;
      letter-spacing: 1px !important;
    }
    .work_with_me_row .text-para .et_pb_text_inner {
      font-size: 12px !important;
      line-height: 20px !important;
      max-width: 410px !important;
    }
    .work_with_me_row .quotes,
    .work_with_me_row .quotes_user {
      font-size: min(19px, 3vw) !important;
      line-height: 140% !important;
      width: 87% !important;
    }

    .conatct_row {
      max-width: 940px !important;
    }
    .contact-info .dsm_icon_list_text {
      font-size: 14px !important;
      line-height: 130% !important;
    }
    .social-icons .dsm_icon_list_image img {
      width: 30px !important;
    }
    .conatct_row .social-icons ul {
      gap: 1px !important;
    }
    .getintouch-heading {
      font-size: 25px !important;
    }
    .contact-info ul.dsm_icon_list_items li {
      margin: 15px 0 !important;
    }
    .getintouch-para {
      max-width: 338px !important;
      font-size: 13px !important;
      line-height: 20px !important;
    }
    .sprt_get_in_touch {
      max-width: 510px !important;
    }
    .get-in-touch input,
    .get-in-touch textarea {
      box-shadow: 0px 1px 3px 0px #36bdd8, 1px 0px 1px 0px #949bd9;
      padding: 10px !important;
    }
    .main-contact-form input,
    .main-contact-form textarea {
      font-size: 14px !important;
      line-height: 24px !important;
    }
    .get-in-touch .btn-div {
      display: flex !important;
      width: fit-content !important;
    }
    .get-in-touch .custom-btn.btn-for-mac p {
      width: 180px !important;
    }
    .conatct_row .et_pb_image.et_pb_image_2 {
      max-width: 190px !important;
    }
    .work_with_me_sec {
      padding: 3% 0 !important;
    }
  }

  @media (max-width: 980px) {
    .sports-hero-row {
      display: flex !important;
      flex-direction: column-reverse;
    }
    .hero-title-heading h1,
    .hero-title-heading h1 span {
      font-size: min(38px, 6.2vw);
      text-align: center !important;
    }
    .sports-card-row .grid-item {
      margin: 15px 0 !important;
    }
    .page-id-3063 .main-title h2 {
      font-size: 25px !important;
      line-height: 130% !important;
    }
    .work_with_me_row {
      flex-direction: column !important;
    }
    .work_with_me_row .text-para .et_pb_text_inner {
      font-size: 15px !important;
    }
    .main-contact-form .custom-btn {
      padding: 8px 15px !important;
    }
    .main-contact-form .custom-btn p,
    .main-contact-form .custom-btn button,
    .custom-btn button {
      font-size: 19px !important;
    }
    .home .grid-item {
      margin-bottom: 15px !important;
    }
    .home .testimonials-row .testimonial-card {
      padding-top: 8px !important;
    }
  }

  /* New FeedBacks CSS 17/July  */

  .hero-typing-text .dtq-animated-text-suffix {
    display: flex !important;
    align-items: center !important;
  }
  .testimonial-card .et_pb_testimonial_description_inner {
    padding: 5px 4% !important;
  }

  /* footer_button */
  .footer_cst_btn button::after {
    content: none !important;
  }
  .footer_cst_btn button {
    border-radius: 25px !important;
    border: 0px !important;
    padding: 0px !important;
    width: 220px;
    z-index: 999;
    position: relative;
    padding: 10px !important;
    padding-right: 37px !important;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    transition: all 400ms ease;
  }
  .footer_cst_btn p {
    margin-left: auto;
    margin-top: 25px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(
      90deg,
      #30c0d8 0%,
      #9b9ad9 99.99%,
      rgba(0, 0, 0, 0) 100%
    );
    border-radius: 25px;
    cursor: pointer;
    width: fit-content;
  }
  .footer_cst_btn img {
    position: absolute;
    right: 49px;
    width: 20px;
    transition: all 400ms ease;
  }
  .wpcf7-spinner {
    position: absolute !important;
    bottom: -33px !important;
  }

  .footer_cst_btn p:hover button {
    padding-right: 41px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .footer_cst_btn p:hover img {
    right: 45px !important;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px !important;
    line-height: initial !important;
  }
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 13px !important;
    line-height: 19px !important;
  }
  .home .testimonials-row .testimonial-card {
    padding-top: 15px !important;
  }
  @media (min-width: 1441px) {
    #sport_get_in_touch_heading::before {
      width: 60px;
      left: 49%;
    }
    .slick-lightbox .slick-next {
      right: 5% !important;
      z-index: 9999999999999999999999;
      top: 50% !important;
      left: auto !important;
    }
    .slick-lightbox-slick .slick-prev {
      left: 5% !important;
      top: 50% !important;
      z-index: 9999999999999999999999;
    }
    #home_page_testimonial .testimonial-card .et_pb_testimonial_content p {
      font-size: 20px !important;
      line-height: 28px !important;
    }
    #Service_process .timeline h2.title-para {
      margin-left: 43px !important;
      font-weight: 400 !important;
    }

    /* hero banner contact frm */
    .Hero_form_button .Hero_contact_btn {
      border-radius: 30px !important;
      padding: 11px 25px !important;
      font-weight: 500;
      font-size: 20px;
      line-height: 30px !important;
      color: white;
      transition: all 0.3s ease-in-out;
      border: 0px !important;
      background: linear-gradient(
        90deg,
        #30c0d8 0%,
        #9b9ad9 99.99%,
        rgba(0, 0, 0, 0) 100%
      );
      cursor: pointer;
      margin: auto;
      width: 220px;
    }
    .Hero_form_button p {
      position: relative;
      text-align: center;
    }
    .Hero_form_button .wpcf7-spinner {
      position: absolute !important;
      left: auto !important;
      right: auto !important;
      margin: auto;
    }
    #Home_ct_frm,
    #Service_pg_cnct_frm {
      padding-bottom: 40px !important;
    }
    .Hero_form_button .Hero_contact_btn::after {
      content: none !important;
    }
    /* hero banner contact frm */
    /* contact us page */
    #contact_us_page__main_section {
      padding-left: 0px !important;
      padding-bottom: 30px !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    #contact_us_page__main_section .et_pb_row.et_pb_gutters2 {
      background: #f5f8fa;
      box-shadow: inset 0px 4px 7px rgba(180, 177, 177, 0.25);
      border-radius: 30px;
      padding-left: 40px !important;
    }
    #contact_us_page__main_section #cnct_pg_ftr_slider {
      padding-top: 0px !important;
    }
    #contact_us_page__main_section .et_pb_row .col_one_cn_pg {
      width: 55% !important;
      padding-right: 25px !important;
    }
    #contact_us_page__main_section .get-in-touch h1 {
      font-size: 58px !important;
    }
    #contact_us_page__main_section .et_pb_row .col_two_cn_pg {
      width: 42% !important;
    }

    /* About_us_page */
    #Meet_the_team_sec_abt_pg {
      width: 80% !important;
      margin: auto !important;
    }
  }

  .footer_tstmnl .slick-dots li button:before {
    color: transparent !important;
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    line-height: 11px !important;
  }
  .footer_tstmnl .slick-dots li.slick-active button:before {
    color: #2fc0d8 !important;
  }
  .footer_tstmnl .slick-dots li.slick-active button {
    border-color: none !important;
  }
  .footer_tstmnl .slick-dots li button {
    padding: 4px !important;
    border: 1px solid !important;
    border-color: #261954 !important;
    height: 10px !important;
    width: 10px !important;
    border-radius: 50% !important;
  }
  .footer_tstmnl ul li {
    width: 12px !important;
  }
  .footer_tstmnl {
    margin: 0px !important;
  }
  .footer_tstmnl ul {
    padding-left: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
  @media (min-width: 981px) {
    .footer_tstmnl .slick-dots {
      bottom: -16px !important;
    }
    .footer_tstmnl {
      padding-bottom: 30px !important;
    }
  }
  .main-contact-form input,
  .main-contact-form textarea {
    box-shadow: 0px 2px 5px 0px #36bdd8, 2px 0px 4px 0px #949bd9;
  }

  @media (max-width: 767px) {
    #blog_page_post .el-isotope-item article .post-media img{object-fit: cover;}
    .Faq-accordian .tgl_content{padding-top: 10px !important;}
    #Home_process_section #home_the-process-row .prs_blurb {
      margin: auto !important;
    }
    #Home_process_section #home_the-process-row .custom-btn.btn-for-mac {
      margin: auto !important;
    }
    .expert-team-row .custom-btn.btn-for-mac {
      margin: auto !important;
    }
    #mindset_packages_row {
      gap: 0px !important;
    }
    #Service_pg_cnct_frm form .btn-div .custom-btn.btn-for-mac {
      width: fit-content;
      margin: auto !important;
      margin-left: auto !important;
      margin-right: auto !important;
      float: none !important;
    }
    #Service_pg_cnct_frm {
      padding-bottom: 43px !important;
    }
    #srvc_blurb_card_row_id .et_pb_blurb_description p {
      height: fit-content !important;
    }
    #home_tst_btn .et_pb_column {
      margin-bottom: 40px !important;
    }
    .services-btn .new-font-btn p{line-height: 125% !important;}
  }
  /* ======================== blog page 02-07-23  css ==================== */
  @media (max-width: 680px) {
    .second-blurb .et_pb_blurb_container {
      display: table-footer-group !important;
    }
  }
  /* ======================== blog page 02-07-23  css end==================== */

  .pakcage-heading::before {
    bottom: -7px !important;
  }
  /* sport_page */
  /* #how_can_help_sec_sport .grid-item{opacity: 1 !important;} */
  .Hero_contact_btn:hover {
    transform: translate(0px, 5px);
  }
  .main-contact-form .wpcf7-not-valid-tip {
    padding-left: 20px !important;
  }

  /* model box */
  #meet_the_team_slider_for .custom_modelBox {
    visibility: visible;
    transition: all 500ms linear;
    transform: scale(0);
    position: fixed;
    top: 6%;
    left: 10%;
    right: 10%;
    max-width: 900px !important;
    z-index: 99999999999;
    margin-left: auto;
    margin-right: auto !important;
  }
  .team_details_sec {
    text-align: left !important;
    max-width: 1024px;
  }
  .team_details_sec {
    border-radius: 30px;
    background: linear-gradient(46deg, #36bdd8 0%, #949bd9 100%);
    box-shadow: 0px 0px 15px 0px #fffafd;
    border: 1px solid;
    padding: 25px 30px 20px 30px;
    width: 100% !important;
    overflow-y: auto;
    height: fit-content;
  }
  .team_details_sec::-webkit-scrollbar {
    width: 0px;
  }
  .team_details_sec::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 5px;
  }
  .team_details_sec::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  .team_pop_row {
    display: flex;
  }
  .team_pop_row {
    justify-content: space-between;
    gap: 12px;
  }
  .team_pop_row .team_col_02 img {
    max-width: 200px;
    border-radius: 20px;
  }
  .team_details_sec h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .team_details_sec h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    padding-bottom: 13px;
  }
  .team_details_sec p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-bottom: 10px !important;
  }
  .Favourite_quote_cnct p {
    font-style: oblique;
    font-weight: 600;
    font-size: 17px;
  }
  .team_role p {
    padding-bottom: 25px !important;
  }
  .team_edu_training p:nth-child(2) {
    padding-bottom: 17px;
  }
  .team_edu_training p:nth-child(3) {
    padding-bottom: 24px;
  }
  .team_sport p {
    padding-bottom: 11px !important;
  }
  .sport_achievement p {
    padding-bottom: 25px !important;
  }

  /* slider_transform */
  .meet_the_team_slide .slider-nav .slick-track .slick-slide div:nth-child(1),
  .meet_the_team_slide .slider-nav2 .slick-track .slick-slide div:nth-child(1) {
    transform: none !important;
  }
  .meet_the_team_slide .slider-nav .slick-track .slick-slide div:nth-child(1),
  .meet_the_team_slide .slider-nav2 .slick-track .slick-slide div:nth-child(1) {
    margin: 0px 10px;
  }
  #meet_the_team_slider_for {
    padding: 0 !important;
  }
  #meet_the_team_slider_for .et_pb_row {
    padding: 0px !important;
  }
  /* .team_pop_row .team_col_01
      .team_pop_row .team_col_02 */

  /* conact_us_page */
  .conatc_us_form input,
  .conatc_us_form textarea {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px #36bdd8, 2px 0px 4px 0px #949bd9;
    border: 0;
    width: 100%;
    color: #a6a6a6;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
  }
  .conatc_us_form input {
    padding: 14px;
    margin-bottom: 18px;
  }
  .conatc_us_form textarea {
    padding: 20px;
    height: 130px;
    min-height: 130px;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 22px;
    max-height: 130px;
  }
  .conatc_us_form .first_row_cnct_pg {
    display: flex;
    justify-content: space-between;
  }
  .conatc_us_form .first_row_cnct_pg .name_col , .conatc_us_form .first_row_cnct_pg .phone_col{width: 48%;}
  .conatc_us_form .btn_row button::after {
    content: none !important;
  }
  .conatc_us_form .btn_row button {
    border: 0 !important;
    border-radius: 18px !important;
    background: linear-gradient(113deg, #30c0d8 0%, #9b9ad9 100%);
    font-size: 18px !important;
    color: #ffff;
    font-weight: 600 !important;
    padding: 10px 60px !important;
    cursor: pointer;
    transition: all 600ms ease;
  }
  .conatc_us_form .wpcf7-not-valid-tip {
    padding-left: 24px !important;
    margin-bottom: 9px !important;
    margin-top: -9px !important;
  }
  .conatc_us_form .btn_row button:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.04);
  }
  #cnct_pg_details ul li {
    justify-content: center;
  }
  #cnct_pg_details ul li a {
    gap: 6px;
    margin-bottom: 20px;
    color: #000 !important;
  }
  .cnct_ftr_social-icon a img {
    /* width: 29px;
    height: 29px; */
    transition: all 300ms ease;
  }
  .cnct_ftr_social-icon a img:hover {
    transform: translate(0px, 5px);
  }
  .cnct_ftr_social-icon {
    display: flex;
    gap: 28px;
    justify-content: center;
  }
  #cnct_sec_sb_title .et_pb_text_inner p {
    color: #000;
    font-weight: 400;
  }
  .About_team_sec .vishnu {
    display: none;
  }
  .slick-lightbox-slick-img {
    display: none !important;
  }
  #Meet_the_team_sec_abt_pg .et_pb_row {
    padding: 23px 0px 0px !important;
  }
  #Meet_the_team_sec_abt_pg .teammates-card .read-more-btn {
    cursor: pointer;
    transition: all 600ms ease;
  }
  #Meet_the_team_sec_abt_pg .teammates-card .read-more-btn:hover {
    transform: scale(1.04);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  #Tstmnl_all_post article {
    border-radius: 20px !important;
  }
  #Tstmnl_all_post .testimonial_blog_sec {
    background: #f5f8fa !important;
  }

  /* ================= 01-08-23 blog page css start =========== ========  */
  /* .second-blurb .et_pb_main_blurb_image span img{border-radius: 0% !important;} */
  .second-blurb .et_pb_blurb_content {
    display: -webkit-inline-box;
  }
  .second-blurb .et_pb_blurb_container {
    display: flex;
    align-items: center;
    margin-top: auto;
  }
  #blog_page_post .el-isotope-item article .post-media img {
    max-height: 231.25px !important;
    min-height: 231.25px;
  }
  .single-post
    #single_Blog_page_template
    .second-blurb
    .et_pb_main_blurb_image
    img {
    border-radius: 0 !important;
  }
  .clients-btn-say {
    background: linear-gradient(
      90deg,
      #30c0d8 0%,
      #9b9ad9 99.99%,
      rgba(0, 0, 0, 0) 100%
    );
    border-radius: 30px;
    padding: 15px;
    cursor: pointer;
    width: 180px !important;
    transition: all 0.3s ease-in-out;
    padding: 15px 0px 5px 0px !important;
  }
  .clients-btn-say:hover {
    padding-left: 35px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .timeline1.help_card {
    padding: 0 !important;
  }
  .animated_card_row {
    display: flex;
    gap: 40px;
  }
  .animated_card_row p {
    display: none !important;
  }
  .animated_card {
    background: #f5f8fa;

    box-shadow: 2px 0px 4px #949bd9, 0px 2px 5px #36bdd8;

    height: 180px;
  }

  .animated_card h4 {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;

    font-weight: 700;

    font-size: 24px;

    color: #180a49 !important;

    line-height: 28px;

    text-align: left;

    margin: 0;

    padding-left: 14px;
  }

  .animated_card p {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    padding: 15px 14px 0px 14px;
    font-weight: 600;
  }

  .animated_card {
    /* display: none; */
    opacity: 0;
    /* transition: all .2s ease-in-out; */
    height: 200px;
  }

  .in-view .animated_card {
    /* display: block; */
    opacity: 0.5;
    position: absolute;
    overflow: hidden;
    width: 32%;
    top: 0;
    border-radius: 20px;
    left: 0;
    padding: 9px 9px 5px 9px;
    /* transition: opacity .1s linear;
    will-change: opacity; */
  }
  .in-pre .animated_card {
    opacity: 1;
  }
  .grid-card-animation .default-line1 {
    display: none !important;
  }

  .list2 .animated_card {
    left: 34% !important;
  }
  .list3 .animated_card {
    left: 68% !important;
  }
  .list4 .animated_card {
    top: 230px !important;
  }
  .list5 .animated_card {
    top: 230px !important;
    left: 34% !important;
  }
  .list6 .animated_card {
    top: 230px !important;
    left: 68% !important;
  }
  .list7 .animated_card {
    top: 460px !important;
  }
  .list8 .animated_card {
    top: 460px !important;
    left: 34% !important;
  }
  .list9 .animated_card {
    top: 460px !important;
    left: 68% !important;
  }
  .last_child.in-view .animated_card {
    opacity: 1 !important;
  }
  .grid-card-animation .timeline1 ul li {
    position: unset !important;
  }
  .grid-card-animation .timeline-ball1 {
    display: none !important;
  }
  .grid-card-animation .timeline1 .draw-line1 {
    max-height: 1100px !important;
    min-height: 30px;
  }
  .grid-card-animation .timeline1 ul li {
    height: 60px !important;
  }
  .para_text {
    font-size: 13px;
    line-height: 20px;
    display: block;
    padding: 0px 13px 13px 13px;
  }
  img.animated_card_img {
    width: 85px;
  }

  .sport-card {
    text-align: center;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  }
  .sport-card h4 {
    text-align: center !important;
  }
  .sport-card .top-heading {
    color: #30c0d8 !important;
    font-size: 25px;
    line-height: 40px;
  }
  .animated_card.sport-card {
    height: 280px;
    padding: 15px;
  }

  .list4 .animated_card.sport-card,
  .list5 .animated_card.sport-card,
  .list6 .animated_card.sport-card {
    top: 320px !important;
  }

  @media (min-width: 599px) and (max-width: 1499px) {
    .animated_card h4 {
      font-size: min(16px, 2vw);
      line-height: 130%;
    }
    img.animated_card_img {
      width: 70px;
    }
    .para_text {
      font-size: 12.5px !important;
    }
    .sport-card .top-heading {
      font-size: 18px;
      line-height: 130%;
    }

    .animated_card.sport-card {
      height: 225px;
      padding: 15px;
    }
  
    .list4 .animated_card.sport-card,
    .list5 .animated_card.sport-card,
    .list6 .animated_card.sport-card {
      top: 255px;
    }
    .experties-sectio .et_pb_main_blurb_image{margin-bottom: 14px !important;}
    .experties-sectio .et_pb_main_blurb_image img{max-width:60px !important;}
    .experties-section .et_pb_module_header{font-size: 24px !important;line-height: 30px !important;margin-bottom: 14px !important;}
    .experties-section .pricing-table-ul li img{width: 18px !important;}
    .experties-section .pricing-table-ul li{margin-bottom: 8px !important;font-size: 16px !important;}
  }
  @media (min-width: 1240px) and (max-width: 1440px) {
    .topbar.custom-btn:hover {
      width: 80% !important;
    }
  }
  @media (min-width: 981px) and (max-width: 1239px) {
    .topbar.custom-btn:hover {
      width: 93% !important;
    }
  }
  @media (min-width: 981px) and (max-width: 1039px) {
    .topbar.custom-btn {
      margin-left: 25% !important;
    }
  }
  @media (min-width: 1040px) and (max-width: 1440px) {
    .topbar.custom-btn {
      margin-left: 35% !important;
    }
  }

  /* About US timeline CSS  */
 .page-id-24 .et_pb_module.et_pb_text.et_pb_text_2.custom-btn.btn-for-mac.et_clickable.et_pb_text_align_left.et_pb_bg_layout_light{margin: auto !important;}
  .timeline.about-us ul li {
    width: 100%;
  }
  .about-us.timeline .default-line,
  .about-us.timeline .draw-line {
    left: 50% !important;
    height: 750px;
    max-height: 750px !important;
  }
  .about-us.timeline2 .default-line2,
  .about-us.timeline2 .draw-line2{
    left: 50% !important;
    height: 750px;
    max-height: 750px !important;
  }
  .float-right {
    float: right;
    max-width: 500px;
    width: 45%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float-left {
    float: left;
    max-width: 500px;
    width: 45%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-content h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #2fc0d8;
    font-family: "Poppins";
    margin: 9px 0;
  }
  .image-content img {
    max-width: 152px;
    margin: auto;
    display: block;
  }

  .counter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 10px 20px;
  }

  .counter {
    font-size: min(40px,2vw);
    line-height: 140%;
    margin-top: 10px;
    color: #2fc0d8;
    font-weight: 700;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  }
  .counter-container span {
    font-size: min(20px,1.2vw);
    line-height: 140%;
    color: #180a49;
    font-weight: 700;
  }
  .about-us.timeline ul li{height: 300px;}
  .about_list {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .about_list.in-view {
    opacity: 1;
  }
  .about_us_page_timeline {
    margin-left: 0 !important;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  }
  .about_list p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  div.counter::after{content: "+";}
  @media (max-width: 1440px) {
    .float-left,
    .float-right {
      width: 35%;
    }
  }

  @media (max-width:599px)
  {
    .timeline.about-us, .timeline2.about-us{padding: 0 !important;}
    .about-us.timeline .default-line, .about-us.timeline .draw-line,.about-us.timeline2 .default-line, .about-us.timeline2 .draw-line{left: 5% !important; height: 900px; max-height: 900px !important;}
    .about-us.timeline ul li{
      height: fit-content;
      display: flex;
      flex-direction: column;
      width: 85%;
      float: right;
      padding: 0 0 20px 0 !important;
    }
    .float-left, .float-right{width: 100% !important; height: fit-content !important; padding-bottom: 20px !important;}
    .image-content img{width: 90px !important;}
    li.about_list.second.in-view{flex-direction: column-reverse !important;}
    .counter{font-size: min(40px,5.5vw);}
    .counter-container span{font-size: min(20px,3.2vw);}
    .experties-sectio .et_pb_main_blurb_image{margin-bottom: 14px !important;}
    .experties-sectio .et_pb_main_blurb_image img{max-width:60px !important;}
    .experties-section .et_pb_module_header{font-size: 24px !important;line-height: 30px !important;margin-bottom: 14px !important;}
    .experties-section .pricing-table-ul li img{width: 18px !important;}
    .experties-section .pricing-table-ul li{margin-bottom: 8px !important;font-size: 16px !important;}
  }

  @media (max-width:981px) and (min-width:767px)
  {
    #admin #help_btn-row{margin-top: 180px !important;}
    div#Service_process{flex-direction: column !important;}
    
  }
  @media (max-width:767px)
{
  #mindset_packages_row .et_pb_column{width: 100% !important;}
  div#serice_{margin-top: 20px;}
}
@media (min-width:480px) and (max-width:767px){
    #youth_athletes_box{margin-top: 30px !important;}
}
@media(min-width:1096px) and (max-width:1440px){
    .srvc_blurb_card_row .et_pb_module_header{height: 52px;}
}
@media(min-width:981px) and (max-width:1095px){
    .srvc_blurb_card_row .et_pb_module_header{height: 82px;}
}
/* .about-us .timeline-ball{bottom: -100px !important;} */














/* .about-us .timeline-ball{bottom: -100px !important;} */
@media(min-width:1441px){
    .about-us.timeline ul{position: relative;}
    .about-us.timeline ul:before{
        content: "";
        position: absolute;
        left: 50%;
        width: 3px;
        height: 650px;
        background-image: url(/wp-content/uploads/2023/08/Mindframe-line.png);
        bottom: 66px;
        height: 114px;
    }
}
@media(min-width:981px) and (max-width:1440px){
    .about-us.timeline ul{position: relative;}
    .about-us.timeline ul:before{
        content: "";
        position: absolute;
        left: 50%;
        width: 3px;
        height: 650px;
        background-image: url(/wp-content/uploads/2023/08/Mindframe-line.png);
        bottom: 107px;
        height: 133px;
    }
    .about-us.timeline .default-line, .about-us.timeline .draw-line{
        height: 680px;
        max-height: 680px!important;
    }
}
@media(min-width:600px) and (max-width:980px){
    .about-us.timeline ul{position: relative;}
    .about-us.timeline ul:before{
        content: "";
        position: absolute;
        left: 50%;
        width: 3px;
        height: 650px;
        background-image: url(/wp-content/uploads/2023/08/Mindframe-line.png);
        bottom: 107px;
        height: 133px;
    }
}
@media(max-width:980px){
  
    .about_us_page_timelin .timeline .draw-line .timeline-ball, .timeline1 .draw-line1 .timeline-ball1 ,.timeline2 .draw-line2 .timeline-ball2{
        bottom: -54px !important;
    }
}
@media(max-width:599px){
    .about-us.timeline ul{position: relative;}
    .about-us.timeline ul:before{
        content: "";
        position: absolute;
        left: 5%;
        width: 3px;
        height: 650px;
        background-image: url(/wp-content/uploads/2023/08/Mindframe-line.png);
        bottom: -950px;
        height: 84px;
    }
}

/* 21-8-23 */
.new-font-btn p{line-height: 30px !important;}
.new-font-btn{font-size: 16px;}
#Home_page_instagam_post .instagram-gallery-feed .instagram-gallery-item:nth-child(n+10) {
    display: none !important;
}
#Home_page_instagam_post .instagram-gallery-feed .instagram-gallery-item:nth-child(n+13){
	display:block !important;
}

/* ======== September ==========*/

@media(min-width:981px){
    .jsty-row{display: flex;justify-content: center;}
  
}
@media (min-width:980px) and (max-width:1440px){
    #mindset_packages_row .et_pb_column:last-child {
        margin: auto 1%!important;
    }
    
}
@media (min-width:768px) and (max-width:980px){
    #srvc_blurb_card_row_id{gap: 10px !important;}
    #srvc_blurb_card_row_id .et_pb_column {width: 100% !important;margin-right: 0px !important;}
    #mindset_packages_row{padding-left: 10px !important;}
    #Home_about_sec .et_pb_column {display: block !important;}
}
@media(max-width:767px){
    #srvc_blurb_card_row_id .et_pb_column {margin-right: 0px !important;width: 100% !important;}
    .grid-item {
        opacity: 1 !important;
      }
      #Home_process_section #home_the-process-row .hiring{margin: auto !important;}
      /* #mobile_menu1{top: 120% !important;} */
	.for-logo .client-logo-row .client-img img{width: 150px!important;height: 70px!important;object-fit: contain!important;}
}


.instagram-gallery-modal__media-sidebar{display: none;}
.instagram-gallery-modal__media-container{width: 100% !important;}
.instagram-gallery-modal__media-container{background-color:transparent;}
/* .instagram-gallery-modal__button-close{} */


@media(min-width:1200px) and (max-width:1420px){
    #blog_page_post article .post-meta a ,#blog_page_post article .post-meta span{
        font-size: 14px !important;
    }
    #blog_page_post article .post-meta img{
        margin-right: 1px !important;
    }
    #blog_page_post article .post-meta a {
        text-overflow: ellipsis;
        width: 58px;
        white-space: nowrap;
        overflow: hidden;
    }
    
}
@media(min-width:981px) and (max-width:1199px){
    #blog_page_post article .post-meta a ,#blog_page_post article .post-meta span{
        font-size: 13px !important;
    }
    #blog_page_post article .post-meta img{
        margin-right: 0px !important;
    }
    #blog_page_post article .post-meta{
        flex-wrap:wrap;
        justify-content: center;
    }
    #blog_page_post article .post-meta .published{
        margin: auto;
        margin-top: 5px !important;
    }
}

#what-happened-next .draw-line-2{
  max-height: 540px !important;
}
#what-happened-next .default-line2{
height: 520px;
}


.for-logo{padding:30px 0px;}
.for-logo .for-logo-col1, .for-logo .for-logo-col2 {width:100%;margin-left:0px;margin-right:0px;}
	.for-logo .client-logo-row .client-img img{width: 150px!important;height: 80px!important;object-fit: contain!important;}

.for-logo .for-logo-col1 h2{font-size:22px;}
.for-logo {border-radius: 40px; background: #F5F8FA;box-shadow: 1px 0px 4px #949bd9, 0px 1px 5px #36bdd8;border-radius: 30px;margin:50px 0px;margin:auto;}

.for-logo .client-logo-row .client-img img{filter: grayscale(1);}
.for-logo .client-logo-row .client-img img:hover{filter: grayscale(0);}
@media(min-width:500px){.for-logo .for-logo-col2 {margin-top:40px;}}
@media(max-width:500px){
	.for-logo .for-logo-col2 {margin-top:20px!important;}
.for-logo .for-logo-col1 .main-title p{font-size:14px!important;padding:0px 30px;}
	.col-service_process{display:none;}
}

.get-in-touch, .quick-links{text-align:left!important;}


@media(min-width:767px){
.mindframe-me-bnr strong{
    text-wrap-mode: nowrap;
}
}
