
header .fixed-top.active {
  background-color: var(--main-bg-color);
}
header .fixed-top {
  background-color: transparent;
}

/*sldier menu expand*/
.button_container {
  position: fixed;
  top: 3%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  right: 25px;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: var(--main-white-color);
  width: 42px;
}
.button_container.active .middle {
  opacity: 0;
  background: var(--main-white-color);
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: var(--main-white-color);
  width: 42px;
}
.button_container span {
  background: var(--main-white-color);
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
  width: 38px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
  width: 25px;
}

.overlay {
  position: fixed;
  background: var(--main-seconds-color);
   background-image: url(../images/GrayTexture.png);
  background-position: center center;
  background-size: cover; 
  top: 0;
  right: 0;
  width: 250px;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.35s, visibility 0.35s, height 0.35s; */
  transition: right 0.2s ease;
  overflow: hidden;
  z-index: 99;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  top: 34%;
  transform: translateY(-50%);
  font-family: "Helvetica";
  font-weight: 400;
  float: left;
  left: 0px;
  width: 100%;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  text-align: center;
  display: block;
  width: 100%;
}
.overlay ul li {
  display: block;
  height: 25%;
  height: calc(70% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: var(--main-font-size-primary);
  /* text-align: left;
  margin-left: 44px; */
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 46%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/*sldier menu expand mobile*/

.bg-transpant {
  background-color: transparent;
}
#mainbannerslider {
  top: 0;
  /*   height: 100vh;*/
  position: relative;
}
header .navbar-brand {
  z-index: 999;
  margin-left: 2rem;
}
header .container {
  max-width: 1398px;
}
header .logo {
  width: 56%;
}

/*slider*/
section.homeslider {
  overflow: hidden;
  position: relative;
  margin-top: -20px;
}
.homeslider .carousel-indicators .sports span .active,
.homeslider .carousel-indicators .ektha span .active,
.homeslider .carousel-indicators .capital span .active,
.homeslider .carousel-indicators .sports span .active {
  opacity: 1;
}

.homeslider .carousel-indicators li {
  text-indent: unset;
  text-align: center;
  width: 80px;
  color: var(--main-white-color);
  background-color: unset;
  margin-right: 10px;
  margin-left: 10px;
}
.homeslider .carousel-indicators .ektha span {
  border-top: 4px solid var(--main-bg-color);
  border-bottom: 4px solid var(--main-bg-color);
  border-radius: 5px;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.homeslider .carousel-indicators .capital span {
  border-top: 4px solid var(--main-capital-color);
  border-bottom: 4px solid var(--main-capital-color);
  border-radius: 12px;
  width: 100%;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.homeslider .carousel-indicators .prime span {
  border-top: 4px solid var(--main-prime-color);
  border-bottom: 4px solid var(--main-prime-color);
  border-radius: 12px;
  width: 100%;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.homeslider .carousel-indicators .sports span {
  border-top: 4px solid var(--main-sports-color);
  border-bottom: 4px solid var(--main-sports-color);
  border-radius: 12px;
  width: 100%;
  display: block;
  height: 1px;
  width: 100%;
  margin-bottom: 5px;
}
.homeslider .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 75px;
  left: 0;
  justify-content: center;
}
.cps_banner {
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*captial page start*/
.Captialbanner {
  background-image: url(../images/capitalbannerBG.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.Line-top {
  margin: 21px auto;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.Line-top .linetop {
  fill: var(--main-capital-color);
}
.captial-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: var(--main-white-color);
  width: 100%;
  height: 80vh;
}
.captial-banner-content h3 {
  font-size: var(--main-font-size-primary);
  font-family: "Helvetica";
  width: 57%;
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 2px;
}

.Captial_banner_2 {
  background-image: url(../images/CapitalPageImage.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.Captial_banner_2_details::before {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 2px 6px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -60px;
  left: -37px;
}
.Captial_banner_2_details::after {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: -107px -7px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -31px;
  right: -22px;
}
.Captial_banner_2_details {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-flow: row nowrap;
  padding: 0 67px;
  position: relative;
}
.Captial_banner_2_details h4 {
  color: var(--main-capital-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
}
.Captial_banner_2_details p {
  color: #52575b;
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.p-7 {
  padding: 7rem 0rem;
}
.Captial_banner_2_details-childe {
  max-width: 100%;
  width: 100%;
}
#myCarousel1 .list-inline {
  flex-flow: wrap;
}

#myCarousel1 .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}

#myCarousel1 .carousel-indicators > li {
  height: 120px;
  text-indent: initial;
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border: unset;
  opacity: 1;
  padding: 2px;
  width: 156px;
  border-radius: unset;
}

/*#myCarousel1 .carousel-indicators > li.active img {
    opacity: 0.7;
    }*/
.portfolio {
  padding: 15px 0px;
  position: relative;
}
.portfolio #myCarousel1 .carousel-indicators {
  text-align: right;
}
.portfolio .thumline-main {
  display: flex;
  height: 100%;
  flex-flow: row nowrap;
  background-image: url(../images/Background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio .thumline-main img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.portfolio .thumbe-detils {
  margin-left: 15px;
  width: 500px;
  z-index: 999;
  text-align: left;
  padding: 10px;
}
.portfolio .thumbe-detils p {
  color: #52575b;
  font-size: var(--main-font-papagraph);
}
.portfolio .thumline-main .thnum-designation {
  font-size: 26px;
  letter-spacing: 3px;
  text-transform: capitalize;
  position: relative;
  width: 50px;
  top: 21%;
  display: flex;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  justify-content: flex-end;
  color: var(--main-capital-color);
  font-family: "Helvetica";
  z-index: 0;
}
.portfolio .carousel-control-next,
.portfolio .carousel-control-prev {
  top: unset;
  bottom: 26px;
  width: 1%;
  padding: 1px 18px;
  background-color: #fff;
  opacity: 1;
  z-index: 99;
}
.portfolio .carousel-control-prev {
  left: 37%;
  color: var(--main-capital-color);
}
.portfolio .carousel-control-next {
  right: 53%;
  background-color: var(--main-capital-color);
}
.Captial_banner,
.portfolio,
.captial_our_mantra,
.sports_city,
.sport-offers,
.sport-offersc,
.about_banner,
.AboutUsText_mission {
  background-image: url(../images/Background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.Line-top-right {
  margin: 21px auto;
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.Line-top-right .linetopright {
  fill: var(--main-capital-color);
}
.thumline-main-title::before {
  content: "";
  background: url(../images/LineInPortfolioSection.png) no-repeat;
  background-position: 2px 6px;
  width: 100px;
  height: 58px;
  display: block;
  position: relative;
  top: 31px;
  left: -11px;
}
.title h4 {
  color: var(--main-capital-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -14px;
  margin-left: 8px;
}
#myCarousel1 .carousel-indicators > li {
  filter: grayscale(100%);
}
#myCarousel1 .carousel-indicators > li:hover,
#myCarousel1 .carousel-indicators .active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-color: #fff;
  opacity: 1;
}
.thumline-img {
  margin-right: 10px;
  z-index: 0;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.thumline::after {
  content: "";
  background: url(../images/LineInPortfolioSection.png) no-repeat;
  background-position: 2px 6px;
  width: 100px;
  height: 58px;
  display: block;
  position: relative;
  top: -29px;
  right: -27px;
  transform: rotate(180deg);
}
.portfolio .thumbe-detils h4 {
  color: var(--main-black-color);
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Helvetica";
  font-weight: 700;
}
.portfolio .thumbe-detils::before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -145px -55px;
  width: 100px;
  height: 58px;
  display: block;
  position: relative;
  top: -13px;
  left: -84px;
  transform: rotate(180deg);
}
.portfolio .thumbe-detils::after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: 9px -3px;
  width: 123px;
  height: 118px;
  display: block;
  position: relative;
  top: -47px;
  right: -17px;
  transform: rotate(180deg);
  float: right;
}
.portfolio .carousel-item {
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.portfolio .carousel-indicators li a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.captial_how_support {
  background: url(../images/HowWeSupportYouBG.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  padding: 85px 0px;
  position: relative;
}

.captial_how_support-det {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  color: #fff;
  margin: 0 8px;
}

.captial_how_support-det img {
  width: 25%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.captial_how_support-det h4 {
  width: 15%;
  text-align: left;
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 35px;
  letter-spacing: 2px;
}
.captial_how_support-det p {
  width: 42%;
  text-align: left;
  margin: 0 auto;
  display: block;
  font-size: var(--main-font-papagraph);
}
.captial_how_support-det:before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -940px 5px;
  width: 78px;
  height: 101px;
  display: block;
  position: relative;
  top: -72px;
  left: 21px;
}
.captial_how_support-det p:after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -1054px -64px;
  width: 94px;
  height: 38px;
  display: block;
  position: relative;
  top: 20px;
  right: -28px;
  text-align: right;
  float: right;
}

.captial_our_mantra {
  padding: 10px 0px;
  position: relative;
}
.captial_our_mantra h4 {
  color: var(--main-capital-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  font-family: Helvetica;
}
.captial_our_mantra_det:before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -145px -55px;
  width: 100px;
  height: 58px;
  display: block;
  position: relative;
  top: 0px;
  left: -84px;
  transform: rotate(180deg);
}
.captial_our_mantra_det:after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: 9px -3px;
  width: 81px;
  height: 87px;
  display: block;
  position: relative;
  top: -27px;
  right: -17px;
  transform: rotate(180deg);
  float: right;
}
.captial_om_tabs {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.captial_om_tabs img {
  width: 60%;
}
.captial_our_mantra_tabs .nav-tabs .nav-item.show .nav-link,
.captial_our_mantra_tabs .nav-tabs .nav-link.active {
  color: var(--main-capital-color);
  background-color: #fff;
  border: unset;
}
.captial_our_mantra_tabs .nav-tabs {
  border: unset;
}
.captial_our_mantra_tabs .tab-content > .active {
  display: block;
  background-color: #fff;
  padding: 38px;
  margin: 0px 5px;
}
.captial_our_mantra_tabs .nav-tabs .nav-link {
  color: var(--main-black-color);
  background-color: #e1dede7a;
  margin: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 203px;
}
.captial_om_tabs p {
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 1rem;
}
.Line-top-right1 {
  margin: 0px auto 100px;
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.Line-top-right2 {
  margin: 100px auto 0px;
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.captial_our_mantra p {
  font-size: var(--main-font-papagraph);
}
div#nav-tabContent p,
.captial_our_mantra_det p {
  color: #52575b;
  font-size: var(--main-font-papagraph);
}
.captial_pitch_to_us {
  background: url(../images/HowWeSupportYouBG.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  padding: 25px 0px;
  margin-bottom: 20px;
}
.captial_pitch_to_us-det {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: row nowrap;
  color: var(--main-white-color);
  margin: 0 8px !important;
  width: 100%;
}
.captial_pitch_to_us-det p {
  width: 60%;
  text-align: left;
  margin: 0 auto;
  display: block;
  font-size: var(--main-font-size-second);
}
.btn-pitch-us {
  border: 1px solid #fff;

  color: var(--main-white-color);
  font-size: var(--main-font-papagraph);
  float: right;
  text-align: right;
  padding: 5px 25px;
}
.pitch-us {
  width: 40%;
}
/*captial page end */

/*spaort page start*/
.sportsbanner {
  background-image: url(../images/SportsBannerBG.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.sportsbanner .captial-banner-content h3 {
  width: 47%;
  text-align: left;
  margin-left: 10px;
}
.sports_banner_2 {
  background-image: url(../images/ekthasportsIntroductionBackground.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: initial;
  position: relative;
  overflow: hidden;
}
.sports_detailsimg {
  height: 100%;
  position: relative;
}
.sports_detailsimg img {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.sports_details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  padding: 0 67px;
  position: relative;
  margin-top: 60px;
}
.sports_details_details-childe {
  letter-spacing: 1px;
  color: var(--main-sports-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
}
.sports_details p {
  color: #52575b;
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.sports_details:before {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 564px -11px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  transform: rotate(180deg);
}
.sports_details:after {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 702px -68px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  transform: rotate(180deg);
}
.sports_pitch {
  background: url(../images/SportsBG2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  padding: 25px 0px;
}
.sport_city_vid {
  width: 100%;
  height: 350px;
  margin-top: 45px;
}
.sport_city_de {
  position: relative;
  padding: 10px;
}
.sport_city_de:before {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 564px -11px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -45px;
  left: -56px;
  transform: rotate(180deg);
}
.sport_city_de:after {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 702px -68px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: -51px;
  transform: rotate(180deg);
}
.sport_city_de h4 {
  color: var(--main-sports-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
}
.sport_city_de p {
  color: #52575b;
  text-align: left;
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.our_feature_bg {
  background: url(../images/SportsBG.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  padding: 25px 0px;
  position: relative;
}
.our_feature-img {
  background: url(../images/OurFeaturesIcons.png) no-repeat;
  background-position: 2px 0px;
  background-size: cover;
  width: 101px;
  height: 94px;
  content: "";
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 13px;
}
.our_feature .bg1 {
  background-position: 2px 0px;
}
.our_feature .bg2 {
  background-position: -265px 0px;
}
.our_feature .bg3 {
  background-position: -527px 0px;
}
.our_feature .bg4 {
  background-position: -796px 0px;
}
ul.our_feature_list {
  list-style-type: none;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: inherit;
  text-align: center;
  margin: 21px auto;
}
.our_feature {
  width: 232px;
}
.our_feature h4 {
  font-size: var(--main-font-papagraph);
  color: var(--main-white-color);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.our_feature_line span:before,
.our_feature_line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid white;

  top: 0;
  width: 456px;
}
.our_feature_line {
  line-height: 0.5;
  text-align: center;
}
.our_feature_line span {
  display: inline-block;
  position: relative;
}
.our_feature_line span:before {
  right: 100%;
  margin-right: 15px;
}
.our_feature_line span:after {
  left: 100%;
  margin-left: 15px;
}
.our_feature_line span {
  font-size: var(--main-font-size-second);
  color: var(--main-white-color);
  text-transform: uppercase;
  padding: 0 10px;

  font-weight: 700;
}
.sport-offers-title:before {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 564px -11px;
  width: 104px;
  height: 145px;
  display: block;
  position: absolute;
  top: -102px;
  left: -65px;
  transform: rotate(180deg);
}
.sport-offers-title:after {
  content: "";
  background: url(../images/AllCornerBoxs.png);
  background-position: 702px -68px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -34px;
  right: -78px;
  transform: rotate(180deg);
}
.sport-offers {
  position: relative;
  padding: 50px 0px 0px;
}
.sport-offers-title {
  position: relative;
}
.sport-offers-title h4 {
  color: var(--main-sports-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
}
.sport_offer_det {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 5px auto;
  overflow: hidden;
}
.sport_offer_det img {
  width: 100%;
  height: auto;
}
.sport_offer_det h4 {
  padding: 5px 7px;
  font-weight: 600;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  transition: all 0.9s ease 0s;
  background: var(--main-sports-color);
  font-size: var(--main-font-size-second);
  color: var(--main-white-color);
  margin: 0;
  position: absolute;
  display: block;
}
.sport_offer_det .box-content {
  width: 100%;
  height: 100%;
  background: rgba(222, 172, 39, 0.8);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease;

  padding: 22px;
  color: var(--main-white-color);
}
.sport_offer_det:hover .box-content {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition: all 0.5s ease 0s;
}
.sport_offer_det:hover h4 {
  bottom: -40px;
}
.btn-sport-us {
  border: 1px solid #fff;
  border-radius: unset;

  font-size: var(--main-font-papagraph);
  float: left;
  text-align: left;
  padding: 5px 25px;
  color: var(--main-white-color);
}
.btn-sport-us:hover {
  border: 1px solid #fff;
  border-radius: unset;
  color: #000;
  font-size: var(--main-font-papagraph);
  float: left;
  text-align: left;
  padding: 5px 25px;
  background-color: transparent;
  background-color: rgb(255, 255, 255);
}
.sport_offer_det .box-content h5 {
  color: var(--main-white-color);
  font-size: var(--main-font-size-second);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Helvetica";
  font-weight: 700;
}
.sport_offer_det .box-content p {
  color: var(--main-white-color);
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
}
.Kabaddi_leg {
  background-color: var(--main-white-color);
  padding: 82px;
  overflow: hidden;
}
.Kabaddi_leg_img img {
  width: 89%;
  margin-top: 15px;
}
/*spaort page end*/

/*about us start*/
.aboutbanner {
  background-image: url(../images/AboutUsBannerBG.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
.about_details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  padding: 0 67px;
  position: relative;
}
.about_details:before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -838px -28px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -39px;
  left: 0;
  transform: rotate(180deg);
}
.about_details:after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -693px 11px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -39px;
  right: 0;
  transform: rotate(180deg);
}
.about_details-childe {
  letter-spacing: 1px;
  color: var(--main-bg-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  font-family: Helvetica;
  line-height: 54px;
}
.about_details p,
.about_our_founder_det p {
  text-align: left;
  color: #52575b;
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.about_our_founder {
  background-color: var(--main-white-color);
  padding: 82px;
}
.about_our_founder_img img {
  width: 95%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.about_our_founder_det h4 {
  color: var(--main-bg-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
}

.about_our_founder_det {
  position: relative;
  padding: 10px;
}

.about_our_founder_det:before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -693px 11px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -57px;
  left: -57px;
}

.about_our_founder_det:after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -838px -28px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -36px;
  right: -61px;
}
.aboutUstext_mission-det {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  margin: 0 8px !important;
  padding: 25px;
  text-align: left;
}
.aboutUstext_mission-det h4 {
  color: var(--main-bg-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  font-family: Helvetica;
  line-height: 34px;
  margin-top: -10px;
  width: 12%;
  text-align: left;
}
.aboutUstext_mission-det p {
  width: 40%;
  color: #52575b;
  padding: 15px;
  background-color: #eedcdc;
  font-size: var(--main-font-papagraph);
}

.aboutUstext_mission-det:after {
  content: "";
  background: url(../images/aboutlinebox.png) no-repeat;
  background-position: bottom right;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: 7px;
  right: 252px;
}
.AboutUsText_mission {
  padding: 45px;
  position: relative;
}

.aboutUstext_mission-det:before {
  content: "";
  background: url(../images/aboutlinebox.png) no-repeat;
  background-position: top left;
  width: 175px;
  height: 100%;
  display: block;
  position: absolute;
  top: -7px;
  left: 215px;
}
.about-values {
  background: url(../images/OurValuesBG.png) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
  padding: 25px 0px;
  overflow: hidden;
}

.about-values-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: url(../images/about_valuesIconLine.png);
  background-repeat: no-repeat;
  background-position: 92% 48%;
  position: relative;
  margin: 100px 0 150px;
}
.about-values-list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  /*    align-items: center;*/
  align-self: center;
  position: relative;
}
.about-values-list ul li:hover,
.about-values-list ul li.active {
  color: red;
}
.about-values-list ul li {
  display: flex;
  margin: 0 9px;
  flex-flow: nowrap;
  align-content: center;
  justify-content: space-around;
  position: relative;
}
.values_box_img {
  background: url(../images/aboutvaluesAllIcons.png);
  background-position: 1px -146px;
  height: 97px;
  content: "";
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  width: 100px;
  background-repeat: no-repeat;
}
.about-values_box h4 {
  color: #c7c4c4;
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  width: 92px;
}
.about-values_box {
  margin-top: 33px;
}
.about-values_box:hover .about_v_overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}
.about-values_box:hover h4 {
  color: #fff;
}
.about-values_box .about_v_overlay {
  display: none;
  position: absolute;
  width: 300px;
  top: 105%;
  /*    transform: translateY(-50%);*/
  z-index: 999;
  padding: 15px;
  box-sizing: border-box;
  color: #6d1f20;
  background-color: #faf5f5;
}
.about-values_box img {
  width: 72px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.about-values-list > img {
  width: 176px;
}
.about-values_box .about_v_overlay p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.about_value_title {
  color: var(--main-white-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
}
.about-values-list:before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -1041px -19px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -55px;
  left: -72px;
  transform: rotate(-180deg);
}
.about-values-list:after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -940px 11px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -53px;
  right: -77px;
  transform: rotate(-180deg);
}
.about-values_box .about_v_overlay p:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 9px;
  border-top: 1px solid var(--main-bg-color);
  border-left: 1px solid var(--main-bg-color);
}
.about-values_box .about_v_overlay p:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 11px;
  right: 11px;
  border-top: 1px solid var(--main-bg-color);
  border-right: 1px solid var(--main-bg-color);
  transform: rotate(90deg);
}

.about-values_box .about_v_overlay:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #faf5f5;
  content: "";
  position: absolute;
  top: -9px;
  left: 11%;
}

/*about us end */
ul.social-media {
  padding: 0px;
  margin: 15px auto;
  list-style-type: none;
}
ul.social-media li {
  display: inline-block;
  margin: 0 4px;
  font-size: 19px;
}
.footer .address > p {
  margin-bottom: 1px;
}
#media_image-2 img {
  width: 100px;
  text-align: center;
  margin: 0 auto;
}
section .svg-button:hover {
  transform: scale(1.1);
  transition: ease 0.5s;
}
.live-we-changed-det {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0 67px;
  position: relative;
}
.live-we-changed-det h4 {
  color: var(--main-bg-color);
  font-size: var(--main-font-size-primary);
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  margin-bottom: 15px;
  font-family: Helvetica;
  line-height: 54px;
  margin-top: -10px;
  width: 261px;
  align-content: flex-end;
  align-items: flex-end;
}
.live-we-changed-det p {
  color: #52575b;
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  width: 600px;
}
.live-we-changed-det::before {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -838px -28px;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  transform: rotate(180deg);
}
.live-we-changed-det::after {
  content: "";
  background: url(../images/AllCornerBoxs.png) no-repeat;
  background-position: -693px 11px;
  width: 100px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: -39px;
  right: 0;
  transform: rotate(180deg);
}
.Initiatives-list-det {
  width: 50%;
  padding: 25px;
}
.Initiatives {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 45px;
}
.Initiatives-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
}
.Initiatives-list-img {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  width: 50%;
  padding: 25px;
}
.Gallery {
  flex: 25%;
  padding: 0 4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row;
  height: 100%;
  flex-wrap: wrap;
}
.Gallery img {
  width: 48% !important;
  margin: 2px;
}
.Initiatives-list-img img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.slider-Initiatives .owl-nav div,
.slider-Initiatives .owl-nav div {
  background: var(--main-white-color);
  position: absolute;
  text-align: center;
  bottom: -34px;
  height: 32px;
  width: 52px;
  line-height: 35px;
  font-size: 22px;
  color: var(--main-bg-color);
  border: 1px solid var(--main-bg-color);
  right: 38px;
}
.slider-Initiatives .owl-nav div:hover,
.slider-Initiatives .owl-nav div:hover {
  background: var(--main-bg-color);
  color: #fff;
}
.slider-Initiatives .owl-nav div.owl-next,
.slider-Initiatives .owl-nav div.owl-next {
  right: -22px;
  left: auto;
}
.slider-Initiatives .owl-nav div.owl-prev.disabled,
.slider-Initiatives .owl-nav div.owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.live-we-changed,
.Initiatives {
  position: relative;
  overflow: hidden;
}
.Initiatives-list-det h4 {
  letter-spacing: 1px;
  color: var(--main-bg-color);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: var(--main-font-weight);
  font-family: Helvetica;
}
.Initiatives-list-det p {
  text-align: left;
  color: #52575b;
  font-size: var(--main-font-papagraph);
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}
.Initiatives::after {
  content: "";
  background: url(../images/RightCornerLine.png) no-repeat;
  background-position: top right;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
.Initiatives::before {
  content: "";
  background: url(../images/LeftCornerLine.png) no-repeat;
  background-position: bottom left;
  width: 100px;
  height: 92px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.btn-pitch-us:hover {
  background-color: #fff;
}

section.prime-banner {
  overflow: hidden;
}

.captial_our_mantra_tabs .nav-tabs .nav-link.active i::before {
  content: "\f106";
}

.privacypolicy {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.privacy-policy h3 {
  color: var(--main-bg-color);
  font-size: var(--main-font-size-primary);
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Helvetica";
  font-weight: 700;
}

.privacy-policy p {
  color: #52575b;
  font-size: var(--main-font-papagraph);
}

.pitch-pop-up {
  background: url(../images/contact-us-bg.png);
  /* background-size: 100vw; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pitch-pop-up .close:hover,
.pitch-pop-up .close {
  color: #fff;
  text-decoration: none;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #fff;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #fff;
}