@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st7 --------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+BE+WAL:wght@100..400&display=swap');


.tc-navbar-st7 {
  position: absolute;
  z-index: 99;
  padding: 5px 3vw;
  width: 100%;
  background-color: #0000008a;
}

.tc-navbar-st7 .navbar-brand .logo {
  height: 80px;
}

.tc-navbar-st7 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 13px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.tc-navbar-st7 .navbar-nav .nav-link:hover,
.tc-navbar-st7 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}

.tc-navbar-st7 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

.tc-navbar-st7 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

.tc-navbar-st7 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}

.tc-navbar-st7 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}

.tc-navbar-st7 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
  margin-inline-start: 6vw;
}

.tc-navbar-st7 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}

.tc-navbar-st7 .navbar-nav .menu-item .nav-link:hover::before,
.tc-navbar-st7 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}

.tc-navbar-st7 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tc-navbar-st7 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- header st7 --------------- */
.tc-header-st7 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.tc-header-st7 .top-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.tc-header-st7 .top-inf .vec10 {
  height: 50px;
}

.tc-header-st7 .top-inf .txt {
  font-size: 16px;
  text-align: end;
}

.tc-header-st7 h1 {
  position: relative;
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: 50px;
}

.tc-header-st7 h1 .vec6 {
  position: relative;
  top: 17px;
  left: 30px;
}

.tc-header-st7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
}

.tc-header-st7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #E1E1E1;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-header-st7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
}

.tc-header-st7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

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

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

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

.tc-header-st7 .mark-sliders {
  position: relative;
  padding-top: 200px;
}

.tc-header-st7 .mark-sliders .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}

.tc-header-st7 .mark-sliders .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.tc-header-st7 .mark-sliders .slider {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
  width: 140%;
  left: -30%;
}

.tc-header-st7 .mark-sliders .slider:first-of-type {
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  z-index: 10;
}

.tc-header-st7 .mark-sliders .slider:last-of-type {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.tc-header-st7 .mark-sliders .slider .item {
  position: relative;
  padding: 30px 0;
}

.tc-header-st7 .mark-sliders .slider .item::after {
  position: absolute;
  content: "";
  left: -100px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .tc-header-st7 h1 {
    font-size: 50px;
  }

  .tc-header-st7 h1 .vec6 {
    display: none;
  }

  .tc-header-st7 .img {
    margin-top: 50px;
  }
}

/* --------------- features st7 --------------- */
.tc-features-st7 {
  position: relative;
}

.tc-features-st7 .content {
  position: relative;
}

.tc-features-st7 .content .year {
  position: absolute;
  right: 0;
  top: 125px;
}

.tc-features-st7 .feature-card {
  position: relative;
  padding: 40px 50px;
}

.tc-features-st7 .feature-card.one-shap {
  left: 15px;
}

.tc-features-st7 .feature-card.one-shap .shap1 {
  display: none;
}

.tc-features-st7 .feature-card .icon {
  height: 85px;
  margin-bottom: 40px;
}

.tc-features-st7 .feature-card .info {
  padding-top: 20px;
}

.tc-features-st7 .feature-card .info h6 {
  font-size: 21px;
}

.tc-features-st7 .feature-card .shap1 {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(-52%);
  transform: translateX(-52%);
}

.tc-features-st7 .feature-card .shap2 {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(52%);
  transform: translateX(52%);
}

@media screen and (max-width: 991px) {
  .tc-features-st7 {
    overflow: hidden;
  }

  .tc-features-st7 .feature-card {
    margin-bottom: 80px;
  }

  .tc-features-st7 .feature-card.one-shap {
    left: 0;
  }

  .tc-features-st7 .feature-card.one-shap .shap1 {
    display: block;
  }
}

/* --------------- services st7 --------------- */
.tc-services-st7 {
  position: relative;
  padding: 60px 0;
  background-image: url(../img/player1.png);
  background-repeat: no-repeat;
  background-position: left;
}

.tc-services-st7 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.tc-services-st7 .services-slider .swiper-slide-active .service-card {
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
}

.tc-services-st7 .service-card {
  position: relative;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tc-services-st7 .service-card:hover {
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
}

.tc-services-st7 .service-card .inf {
  position: relative;
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 50px 30px;
}

.tc-services-st7 .service-card .inf .icon {
  height: 85px;
  margin-bottom: 30px;
}

.tc-services-st7 .service-card .inf .num {
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9995;
  font-weight: bold;
}

.tc-services-st7 .service-card .img {
  position: relative;
  margin: 40px 0;
  height: 320px;
  width: 100%;
}

.tc-services-st7 .service-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

/* --------------- about st7 --------------- */
.tc-about-st7 {
  position: relative;
  padding-bottom: 140px;
}

.tc-about-st7 .title {
  position: relative;
}

.tc-about-st7 .title .float-txt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.75;
  font-size: 200px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}

.tc-about-st7 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}

.tc-about-st7 .img {
  position: relative;
  height: 600px;
  z-index: 10;
}

.tc-about-st7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin-top: -35px;
  z-index: 20;
}

.tc-about-st7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-about-st7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.tc-about-st7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #151515;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

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

.tc-about-st7 .accordion {
  position: relative;
  padding-top: 20px;
}

.tc-about-st7 .accordion .accordion-item {
  margin-top: 30px;
  border-radius: 0;
  border: 1px solid #9993;
  background-color: #f6f6f6;
}

.tc-about-st7 .accordion .accordion-item .accordion-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 16px;
  padding: 20px;
  color: var(--cr-dark1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #9993;
}

.tc-about-st7 .accordion .accordion-item .accordion-button.collapsed {
  border: 0;
}

.tc-about-st7 .accordion .accordion-item .accordion-button.collapsed::before {
  background-color: #fff;
}

.tc-about-st7 .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  color: var(--cr-dark1);
}

.tc-about-st7 .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 65px;
  background-color: var(--cr-dark1);
}

.tc-about-st7 .accordion .accordion-item .accordion-button::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  z-index: 20;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-image: none;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

@media screen and (max-width: 991px) {
  .tc-about-st7 .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 50px;
  }

  .tc-about-st7 .title .float-txt {
    font-size: 100px;
    top: 30px;
  }

  .tc-about-st7 .rotate-box {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }

  .tc-about-st7 .img-box::after {
    top: 30%;
    width: 150px;
    height: 150px;
  }

  .tc-about-st7 .accordion .accordion-item .accordion-button {
    font-size: 12px;
  }
}

/* --------------- portfolio st7 --------------- */
.tc-portfolio-st7 {
  position: relative;
  padding: 0;
  background: #fff;
  padding: 50px 0;
}

.tc-portfolio-st7 .portfolio-content {
  position: relative;
}

.tc-portfolio-st7 .portfolio-content .nav-pills {
  display: block;
}

.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link {
  position: relative;
  color: #fff;
  padding: 0;
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
  margin: 15px 0;
  background-color: transparent;
}

.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link:hover,
.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link.active {
  color: var(--cr-orange1);
}

.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.tc-portfolio-st7 .works {
  position: relative;
  padding: 20px 10px;
  /* background-color: #212121; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tc-portfolio-st7 .works .item {
  position: relative;
  width: 80px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tc-portfolio-st7 .works .item.active {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 300px;
}

.tc-portfolio-st7 .works .item.active .inf {
  opacity: 1;
}

.tc-portfolio-st7 .works .item:last-of-type {
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

.tc-portfolio-st7 .works .item .img {
  width: 100%;
  height: 500px;
  /* -webkit-filter: grayscale(1);
          filter: grayscale(1); */
}

.tc-portfolio-st7 .works .item .inf {
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 195px;
  height: 135px;
  background-color: #151515;
  padding: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st7 {
    padding: 0;
  }

  .tc-portfolio-st7 .portfolio-content {
    padding: 50px 15px;
  }

  .tc-portfolio-st7 .portfolio-content .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tc-portfolio-st7 .portfolio-content .works .item {
    width: 100%;
    /* height: 80px; */
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .tc-portfolio-st7 .portfolio-content .works .item .fsz-24 {
    font-size: 16px !important;
  }

  .tc-portfolio-st7 .portfolio-content .works .item.active {
    width: 100%;
    height: 00px;
  }
}

/* --------------- clients st7 --------------- */
.tc-clients-st7 {
  position: relative;
  padding-top: 140px;
}

.tc-clients-st7 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.tc-clients-st7 .title {
  position: relative;
  margin-bottom: 20px;
}

.tc-clients-st7 .title .text {
  position: relative;
  padding-top: 20px;
}

.tc-clients-st7 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}

.tc-clients-st7 .cards .logo {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #9994;
  margin-top: 30px;
}

.tc-clients-st7 .cards .logo img {
  height: 30px;
  max-width: 75%;
}

/* --------------- testimonials st7 --------------- */
.tc-testimonials-st7 {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  background-image: url(../img/player2.png);
  background-repeat: no-repeat;
  background-position: right 100px;
}

.tc-testimonials-st7 .testi-slider {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.tc-testimonials-st7 .testi-slider .swiper-pagination {
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  bottom: 15px !important;
}

.tc-testimonials-st7 .testi-card {
  position: relative;
}

.tc-testimonials-st7 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.tc-testimonials-st7 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  position: relative;
  top: -10px;
}

.tc-testimonials-st7 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}

.tc-testimonials-st7 .testi-card .main-txt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9993;
}

.tc-testimonials-st7 .trans-txt {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg) translateX(-100px);
  transform: rotate(90deg) translateX(-100px);
  white-space: nowrap;
}

.tc-testimonials-st7 .trans-txt .icon {
  height: 50px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st7 .testi-card .main-txt {
    font-size: 18px;
  }
}

/* --------------- video st7 --------------- */




.tc-video-st7 {
  position: relative;
  color: #fff;
}

.tc-video-st7 .content {
  position: relative;
  background-image: url(../img/rhy_studio-thrive_img.jpg);
  background-size: cover;
  padding: 100px 0 60px 0;
  background-position: bottom;
}

.tc-video-st8 .content {
  background-image: url(../img/subpage/play.jpg) !important;
}

.tc-video-st9 .content {
  background-image: url(../img/cricket-bg.jpg) !important;
}

.tc-video-st10 .content {
  background-image: url(../img/academic-bg.jpg) !important;
}

.tc-video-st7 .main-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
}

.tc-video-st7 h2 {
  position: relative;
  font-size: 110px;
  color: transparent;
  -webkit-text-stroke: 1px #9994;
  text-transform: uppercase;
}

.tc-video-st7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-top: 10px;
}

.tc-video-st7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-video-st7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.tc-video-st7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

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

@media screen and (max-width: 991px) {
  .tc-video-st7 h2 {
    font-size: 45px;
    margin-top: 30px;
  }

  .tc-video-st7 .main-text {
    font-size: 30px;
  }

  .tc-video-st7 .content {
    padding: 80px 0;
  }

  .tc-video-st-indoor h2 {
    font-size: 45px;
    margin-top: 30px;
  }

  .tc-video-st-indoor .main-text {
    font-size: 30px;
  }

  .tc-video-st-indoor .content {
    padding: 80px 0;
  }
}

/* --------------- goals st7 --------------- */
.tc-goals-st7 {
  position: relative;
  padding: 60px 0;
  background-image: url(../img/bg-4.png);
  background-repeat: no-repeat;
  ;
  background-position: left;
}

.tc-goals-st7 .img-side h2 {
  font-size: 50px;
}

.tc-goals-st7 .img-side h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-dark1);
}

.tc-goals-st7 .features-wrapper {
  position: relative;
  padding: 20px 40px;
  margin-top: 80px;
  background-color: #fffc;
}

.tc-goals-st7 .features-wrapper .feat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #9993;
}

.tc-goals-st7 .features-wrapper .feat-card:hover {
  border-color: var(--cr-dark1);
}

.tc-goals-st7 .features-wrapper .feat-card:last-of-type {
  border: 0;
}

.tc-goals-st7 .features-wrapper .feat-card .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--cr-dark1);
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

/* --------------- subscribe st7 --------------- */
.tc-subscribe-st7 {
  position: relative;
}

.tc-subscribe-st7 .subscribe-card {
  position: relative;
  padding: 0 5vw;
  background-color: #655f5d2b;
  border-radius: 30px;
  overflow: hidden;
}

.tc-subscribe-st7 .subscribe-card .row {
  position: relative;
  z-index: 20;
}

.tc-subscribe-st7 .subscribe-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.tc-subscribe-st7 .subscribe-card .form-group {
  position: relative;
}

.tc-subscribe-st7 .subscribe-card .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tc-subscribe-st7 .subscribe-card .form-control {
  padding: 10px 10px !important;
  border: 0;
  border-radius: 0;
  border: 1px solid #949190;
  font-size: 16px;
  background-color: transparent;
  /* padding: 5px; */
  border-radius: 8px;
  background: #c0c0c0;
}

.tc-subscribe-st7 .subscribe-card .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

/* --------------- blog st7 --------------- */
.tc-blog-st7 {
  position: relative;
  padding: 140px 0;
}

.tc-blog-st7 .title-wrapper {
  position: relative;
}

.tc-blog-st7 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}

.tc-blog-st7 .post {
  position: relative;
  padding: 25px;
  border: 1px solid #9995;
  margin-bottom: 20px;
}

.tc-blog-st7 .post:last-of-type {
  margin-bottom: 0;
}

.tc-blog-st7 .post .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.tc-blog-st7 .post .more-link {
  font-size: 16px;
  font-weight: 500;
}

.tc-blog-st7 .post .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

/* --------------- footer st7 --------------- */
.tc-footer-st7 {
  position: relative;
  background-color: #151515;
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.tc-footer-st7 .container {
  position: relative;
  z-index: 20;
}

.tc-footer-st7 .main-footer {
  position: relative;
  padding: 80px 0;
}

.tc-footer-st7 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
  font-weight: 300;
}

.tc-footer-st7 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tc-footer-st7 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tc-footer-st7 .links-wrapper {
  position: relative;
  margin-top: 50px;
}

.tc-footer-st7 .links-wrapper .contact-links a {
  font-size: 19px;
  font-weight: 500;
  color: #b6b6b6;
  font-family: sans-serif;
}

.icons {
  text-align: center;
  padding: 25px 0;
}

.tc-footer-st7 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}

.tc-footer-st7 .links-group .links a {
  font-size: 13px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.tc-footer-st7 .links-group .links a:hover {
  opacity: 1;
}

.tc-footer-st7 .working-time {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff2;
}

.tc-footer-st7 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
}

.tc-footer-st7 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
}

.tc-footer-st7 .social-icons {
  position: relative;
  padding: 50px 0;
}

.tc-footer-st7 .social-icons .icons a {
  width: 55px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff3;
  border-radius: 50%;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  color: #b6b6b6;
  font-size: 18px;
}

.tc-footer-st7 .social-icons .icons a:hover {
  color: #9c5511;
}


@media screen and (max-width: 991px) {
  .tc-footer-st7 .main-footer .lg-txt {
    font-size: 70px;
  }

  .tc-footer-st7 .foot {
    text-align: center;
  }
}

.home-st7 {
  position: relative;
}

.home-st7 #scrollsmoother-container {
  background-image: url(../img/body_bg.png);
  background-repeat: repeat;
  min-height: 100vh;
}

@media screen and (max-width: 991px) {
  .home-st7 br {
    display: none;
  }

  .home-st7 .fsz-50 {
    font-size: 30px !important;
  }

  .home-st7 .fsz-45 {
    font-size: 25px !important;
  }

  .home-st7 .fsz-40 {
    font-size: 25px !important;
  }

  .home-st7 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-st7 .fsz-30 {
    font-size: 18px !important;
  }

  .home-st7 .mb-50 {
    margin-bottom: 30px !important;
  }

  .home-st7 .mt-5 {
    margin-top: 2rem !important;
  }
}

#video-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  height: 100vh;
  min-height: 100%;
  z-index: -100;

}

video {
  display: block;
  height: 100vh;
  object-fit: cover;
}

.overly {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #00000055;
  z-index: 99;
}

.home-7 h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0px;
}

.paragraph {
  line-height: 28px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  font-size: 15px;
  padding: 10px 0;
}

.box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
}

.parent-box {
  width: 22%;
  border: 3px solid #fff;
  /* padding: 35px; */
  position: relative;
  margin: 0 20px 0 0;
}

.bot-btn {
  position: absolute;
  background: #262424;
  padding: 5px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  right: -3px;
  top: -12px;
}

.box-read {
  letter-spacing: 1px;
  position: absolute;
  bottom: -2px;
  left: -3px;
  padding: 5px;
  background: #9c5511;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
}



.single-products-box {
  margin-bottom: 30px;
  position: relative;
}

.single-products-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.6;
  /* transition: $transition; */
  z-index: 1;
}

.content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  z-index: 2;
}

.single-products-box h3 {
  margin-bottom: 6px;
  color: #fff;
  font-family: "Playfair Display", serif;

}

.single-products-box p {
  line-height: 24px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  padding-top: 13px;
}

.shop-now-btn {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 30px 5px;
  /* transition: $transition; */
  /* font: {
              size: 16px;
              weight: 600;
          }; */
  color: #fff;
  margin-top: 15px;
  ;
}

.single-products-box:hover {
  &::before {
    opacity: 0;
    visibility: hidden;
  }

  .content {
    .shop-now-btn {
      background-color: #9c5511;
      border-color: #E1E1E1;
      color: #fff;
    }
  }
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.main-footer .logo {
  width: 100px;
  padding-top: 20px;
}

ul.contact-links {
  text-align: center;
}

h3.banner-text {
  color: #fff;
}

h3.banner-text span {
  color: #b66a0f;
}

.banner-smal-text {
  color: #fff;
  padding: 30px 0;
  font-family: "Playwrite BE WAL", cursive;
}


@media only screen and (max-width: 600px) {
  .cd-infos {
    padding-left: 22px !important;
  }

  .fsz-65 {
    font-size: 40px !important;
  }

  .fsz-35 {
    padding-top: 70px;
  }

  .fsz-65 span {
    padding-top: 18px;
    line-height: 30px;
    font-size: 21px !important;
  }

  .tc-goals-st7 .features-wrapper {
    padding: 20px 40px;
  }


  .tc-testimonials-st7 {
    padding: 45px 0 0 0;
    background-position: center 100px;
  }

  .tc-goals-st7 {
    padding: 10px 0 !important;
  }

  h2.fsz-75 {
    font-size: 45px !important;
  }

  .home-7 h3 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0px;
  }

  .parent-box {
    width: 44%;
    border: 3px solid #fff;
    padding: 23px;
    position: relative;
    margin: 25px 10px 0 9px;
  }

  .bot-btn {
    position: absolute;
    background: #262424;
    padding: 5px;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    right: -3px;
    top: -12px;
  }

  .box-content {
    margin: 0px 0;
  }

  .paragraph {
    padding: 20px 5px;
    background: #ffffffd9;
    color: #635e5e;
  }

  .navbar-toggler {
    border: 1px solid rgb(255 255 255 / 61%);
  }

  .tc-navbar-st7 .navbar-nav .nav-link {
    margin: 0px 15px;
  }

  h3.banner-text {
    font-size: 60px !important;
    text-align: center;
  }

  .banner-smal-text {
    text-align: center;
    font-size: 15px !important;
  }
}

/* about page */
.about-head {
  position: relative;
  color: #fff;
}

.about-head .content {
  position: relative;
  background-image: url(../img/subpage/About-IIG-Sports.jpg);
  background-size: cover;
  padding: 150px 0 60px 0;
  height: 100vh;
}

.about-head .rotate-box {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin-top: 10px;
}

.about-head .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.about-head .rotate-box .rotate-circle svg {
  width: 300px;
  height: 300px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.about-head .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.number-card {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #e8b706d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 60px;
  margin: 0 auto;
  margin-top: 40px;
}

.display-block {
  display: block;
}


.cont p {
  font-family: 'Playfair Display';
  font-weight: bold;
  /* letter-spacing: 1px; */
  color: #9c5511;
  font-size: 18px;
}

h3.num {
  font-family: inherit;
  font-size: 42px;
  letter-spacing: 2px;
}

ul.info-list {
  letter-spacing: 2px;
}

/* mission page */

p.message-box {
  line-height: 45px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  font-size: 16px;
  padding: 20px 0;
  font-style: italic;
  font-family: "Playwrite BE WAL", cursive;
  color: #504c4c;
}

p.message-box span {
  color: #9c5511;
  font-weight: 900;
  font-size: larger;
  font-family: 'Open Sans';
  display: block;
}

.why-choose .content {
  background-image: url(../img/subpage/Why-Choose-us.jpg) !important;
}

/* about page */
.chess-head {
  position: relative;
  color: #fff;
}

.chess-head .content {
  position: relative;
  background-image: url(../img/subpage/chess.jpg);
  background-size: cover;
  padding: 150px 0 60px 0;
  height: 100vh;
  background-position: bottom;
}

.chess-head.rotate-box {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin-top: 10px;
}

.chess-head .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.chess-head .rotate-box .rotate-circle svg {
  width: 300px;
  height: 300px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.chess-head .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  transform: translate(165%, 167%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* about page */
.cricket-head {
  position: relative;
  color: #fff;
}

.cricket-head .content {
  position: relative;
  background-image: url(../img/subpage/cricket.jpg);
  background-size: cover;
  padding: 150px 0 60px 0;
  height: 100vh;
  background-position: bottom;
}

.cricket-head.rotate-box {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin-top: 10px;
}

.cricket-head .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.cricket-head .rotate-box .rotate-circle svg {
  width: 300px;
  height: 300px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cricket-head .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  transform: translate(163%, 166%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* about page */
.tennis-head {
  position: relative;
  color: #fff;
}

.tennis-head .content {
  position: relative;
  background-image: url(../img/subpage/junior-tennis.jpg);
  background-size: cover;
  padding: 150px 0 60px 0;
  height: 100vh;
  background-position: bottom;
}

.tennis-head.rotate-box {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin-top: 10px;
}

.tennis-head .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.tennis-head .rotate-box .rotate-circle svg {
  width: 300px;
  height: 300px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tennis-head .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}





.swimming-head .content {
  position: relative;
  background-image: url(../img/subpage/swiming.jpg) !important;
  background-size: cover;
  padding: 150px 0 60px 0;
  height: 100vh;
  background-position: bottom;
}

.swimming-head {
  position: relative;
  color: #fff;
}

.swimming-head.rotate-box {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin-top: 10px;
}

.swimming-head .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.swimming-head .rotate-box .rotate-circle svg {
  width: 300px;
  height: 300px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swimming-head .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  transform: translate(165%, 161%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.volly-head .content {
  position: relative;
  background-image: url(../img/subpage/vallyball.jpg) !important;
  background-size: cover;
  padding: 150px 0 60px 0;
  height: 100vh;
  background-position: bottom;
}

.volly-head {
  position: relative;
  color: #fff;
}

.volly-head.rotate-box {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  margin-top: 10px;
}

.volly-head .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.volly-head .rotate-box .rotate-circle svg {
  width: 300px;
  height: 300px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.volly-head .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  transform: translate(164%, 166%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-wrap {
  background-color: #dbecec;
  border-radius: 20px !important;
}

.football .content {
  background-image: url(../img/subpage/football-banner.jpg) !important;
}

.running .content {
  background-image: url(../img/subpage/running.jpg) !important;
}

.vollyball-banner .content {
  background-image: url(../img/subpage/vallyball.jpg) !important;
}

.basketball .content {
  background-image: url(../img/subpage/basketball.jpg) !important;
}

/* .hostel .content{
  background-image: url(../img/hostel/hostel.webp) !important; 
 } */
.about-banner .content {
  background-image: url(../img/subpage/about-banner.jpg) !important;
}

.mission-vision .content {
  background-image: url(../img/subpage/mission-banner.jpg) !important;
}

.infra .content {
  background-image: url(../img/subpage/infra4.jpg) !important;
}

.carrom-banner .content {
  background-image: url(../img/subpage/carrom.jpg) !important;
}

.table-tennis .content {
  background-image: url(../img/subpage/table-tennis.jpg) !important;
}

.badminton-banner .content {
  background-image: url(../img/subpage/bad-banner.jpg) !important;
}

.hostel-banner .content {
  background-image: url(../img/subpage/banner-hostel.jpg) !important;
}

.contact-banner .content {
  background-image: url(../img/subpage/contact.jpg) !important;
}

.billiards-banner .content {
  background-image: url(../img/subpage/billiads.jpg) !important;
}

.admission-banner .content {
  background-image: url(../img/subpage/admission.jpg) !important;
}

.gallery-banner .content {
  background-image: url(../img/subpage/gallery-banner.jpg) !important;
  /* height: 40vh !important;
  background-position: bottom !important; */
}

.fa-map:before {
  content: "\f279" !important;
}

.cd-icon .icon {
  background-color: #9c5511 !important;
  padding: 30px !important;
  border-radius: 50px !important;
  color: white !important;

}

.cd-icon {
  /* text-align: right !important; */
}

select,
.form-select,
.form-control {
  height: 60px;
  padding: 0 28px;
  border: 2px solid rgba(39, 71, 125, 0.1);
  color: var(--body-color);
  /* background-color: transparent; */
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
}

textarea.form-control {
  min-height: 150px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.title-wrapper {
  padding: 15px;
  /* background: var(--white); */
  margin: 15px;
  border-radius: 10px;
}

.t-color {
  color: #9c5511;
  text-align: left;
}

.btn__secondary {
  color: #ffffff !important;
  background-color: #9c5511 !important;
  letter-spacing: 2px;
  font-weight: bold !important;
  padding: 10px 40px !important;

}

.getin {
  font-size: 45px !important;
  font-weight: bold !important;
  text-align: justify;
}

.offering-box {
  background-color: #9c5511 !important;
  padding: 10px !important;
  text-align: center !important;
  margin: 5px !important;
  border-radius: 0.3em !important;
  color: #ffff;
}

h1.headingone {
  font-size: 26px;
}

.pp_bullets li {
  list-style: disc !important;
  margin-left: 30px;
}

.accordion-button {
  font-size: 19px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

.accordion-body {
  font-size: 16px;
}

/* gallery */
.home-7 h1 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0px
}

.para-list {
  list-style-type: disc !important;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 10px 10px;
}

.bnr-title {
  font-size: 5rem !important;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0px;
}

/* career */
body {
  /* font-family: Arial, sans-serif; */
  font-family: "Playfair Display", serif;
}

.banner {
  background: url('../img/banner/career_banner.jpg') center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
  color: white;
}

.banner h1 {
  font-size: 2.5em;
}

.section {
  padding: 50px 0;
  text-align: center;
}

.section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.section p {
  font-size: 1.1em;
  color: #666;
}

.job-listings {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.job-card {
  background: white;
  padding: 33px !important;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 350px;
  text-align: left;
}

.job-card h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.job-card ul {
  padding: 0;
  list-style: none;
  color: #666;
}

.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #9c5511 !important;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

/* .btn:hover {
  background:  #9c5511 !important;
} */


/* job apply page */
.form-section {
  font-family: inherit;
  text-align: center;
  padding: 40px 20px;
  background-color: #f5f5f5;
}

.form-section h2 {
  font-size: 2rem;
  color: #1a3c34;
  margin-bottom: 15px;
}

.form-section p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.form-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.form-container {
  flex: 1;
  max-width: 600px;
  height: 550px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-container .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

.form-container .form-control {
  border-radius: 5px;
  border: 1px solid #ced4da;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  height: 45px;
}

.form-container .btn-success {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  background-color: #9c5511 !important;
  border: none;
  border-radius: 5px;
  color: #fff;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.form-container .btn-success:hover {
  background-color: #9c5511 !important;
}

.form-container .mb-3 {
  margin-bottom: 10px;
}

.image-container {
  flex: 1;
  max-width: 600px;
  height: 550px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 768px) {
  .form-container-wrapper {
    flex-direction: column;
    padding: 0 20px;
  }

  .form-container,
  .image-container {
    max-width: 100%;
    height: auto;
  }

  .form-container .form-control {
    height: 40px;
  }

  .form-container .btn-success {
    padding: 8px;
    font-size: 14px;
    margin-top: 10px;
  }

  .image-container img {
    height: auto;
    max-height: 550px;
  }

  .bnr-title {
    font-size: 3rem !important;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0px;
  }

  .fsz-55 {
    font-size: 35px !important;
  }

  .home-7 h1 {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 0px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover {
  color: #e6e6e6 !important;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.academics-title {
  font-size: 3.8rem !important;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0px;
}

.sp-listtype {
  list-style: disc !important;
  line-height: 25px;
}

.tc-testimonials-st8 .testi-slider {
  padding: 20px 0;
}

.tc-testimonials-st8 .swiper-slide {
  text-align: center;
  background: #f5f5f5;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  height: 205px;
}

.tc-testimonials-st8 .testimonial-box p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.tc-testimonials-st8 .testimonial-box h4 {
  font-size: 16px;
  color: #9c5511;
}

.tc-gallery-st7 {
  background-color: #fff !important;
}

.tc-gallery-st7 .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.tc-gallery-st7 .gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tc-gallery-st7 .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.tc-gallery-st7 .gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.tc-gallery-st7 .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-filters .filter-button {
  background: #eee;
  border: none;
  padding: 10px 25px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 15px;
  font-weight: 600;
}

.gallery-filters .filter-button.active {
  background: #9c5511;
  color: #fff;
}

.gallery-item {
  display: none;
  margin-bottom: 20px;
}

.gallery-item img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .tc-testimonials-st8 .title h2 {
    font-size: 32px;
    margin-top: 30px;
  }

  .tc-testimonials-st8 .title h3 {
    font-size: 20px;
  }

  .testimonial-box {
    padding: 15px;
  }

  .testimonial-box p {
    font-size: 16px;
  }

  .testimonial-box h4 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .tc-testimonials-st8 .title h2 {
    font-size: 26px;
    margin-top: 20px;
  }

  .tc-testimonials-st8 .title h3 {
    font-size: 18px;
  }

  .testimonial-box p {
    font-size: 15px;
  }

  .testimonial-box h4 {
    font-size: 13px;
  }
}

.primary-bg .content {
  background-image: url(../img/academics/primary_banner_1.webp) !important;
}

.tc-video-st11 .content {
  background-image: url(../img/academics/blure_pic_1.webp) !important;
}

.tc-video-st12 .content {
  background-image: url(../img/academics/Experience_the_Joy_of_Healthy_Competition.webp) !important;
}

.secondary-bg .content {
  background-image: url(../img/academics/secondary_banner_1.webp) !important;
}

.tc-video-sec13 .content {
  background-image: url(../img/academics/Crafting_Competence_Through_Coaching.webp) !important;
}

.tc-video-sec14 .content {
  background-image: url(../img/academics/Beyond_Medals_We_Build_Meaning.webp) !important;
}

.senior-sec-bg .content {
  background-image: url(../img/academics/senior-sec-bg.webp) !important;
}

.tc-video-ss2 .content {
  background-image: url(../img/academics/Academics_Deep_Learning_with_Direction.webp) !important;
}

.tc-video-ss3 .content {
  background-image: url(../img/academics/A_Campus_Built_for_Success.webp) !important;
}

.tc-video-st-indoor {
  position: relative;
  color: #fff;
}

.tc-video-st-indoor .content {
  position: relative;
  background-image: url(../img/indoor-games.webp);
  background-size: cover;
  padding: 100px 0 60px 0;
  background-position: bottom;
}

.tc-video-st-indoor .main-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
}

.tc-video-st-indoor h2 {
  position: relative;
  font-size: 110px;
  color: transparent;
  -webkit-text-stroke: 1px #9994;
  text-transform: uppercase;
}

.tc-video-st-indoor .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-top: 10px;
}

.tc-video-st-indoor .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tc-video-st-indoor .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}

.tc-video-st-indoor .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Added by css shashikanta for newsletter card show in frontend */
.newsletter-card {
    transition: transform 0.3s;
}
.newsletter-card:hover {
    transform: translateY(-5px);
}
.newsletter-card img {
    height: 411px; 
    object-fit: cover; 
    width: 100%; 
}
.newsletter-card .card-body {
    padding: 15px; 
}
.newsletter-card .card-title {
    font-size: 1.1rem; 
    margin-bottom: 10px;
}
.newsletter-card .card-text {
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.newsletter-card .btn {
    font-size: 0.8rem; 
    padding: 5px 10px; 
}
.news-bnr-title{
  position: relative;
  top: 188px;
}