@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth; }

.yellow-color {
  color: #0099A8 !important; }

.gray-color {
  color: #e6e7e8 !important; }

.navyblue-color {
  color: #5C0F8B !important; }

.bg-yellow-color {
  background-color: #0099A8 !important; }

.bg-navyblue {
  background-color: #5C0F8B; }

.overflow-hidden {
  overflow: hidden; }

body {
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #fff;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333333; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    body {
      font-size: 1.15rem; }
      body h6 {
        font-size: 1.3rem; } }
  body p {
    font-size: 0.95rem; }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      body p {
        font-size: 1.15rem; } }

@media screen and (max-width: 1920px) and (min-width: 1650px) {
  .container {
    max-width: 1650px; } }
.d-mob-none {
  display: block; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .d-mob-none {
      display: none; } }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #0099A8; }

a {
  text-decoration: none;
  color: #333333;
  transition: 0.5s; }
  a:hover {
    text-decoration: none;
    color: #0099A8; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

.text-justify {
  text-align: justify; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 35px 0;
  position: relative; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 20px 0; } }

.section-md {
  padding: 60px 0;
  position: relative; }
  @media (min-width: 1600px) {
    .section-md {
      padding: 100px 0; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 30px 0; } }

.section-lg {
  padding: 100px 0;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .section-lg {
      padding: 40px 0; } }

.count-list {
  column-count: 2; }

.section-title {
  margin-bottom: 2rem; }
  .section-title h2 {
    color: #5C0F8B; }
    .section-title h2 span {
      background: #5C0F8B;
      background: linear-gradient(144deg, #5C0F8B 63%, #0099A8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .section-title h2 {
      font-size: 3rem; } }

.img-effect {
  position: relative;
  box-shadow: -8px -8px #0099A8;
  border-radius: 15px; }
  .img-effect img {
    border-radius: 15px; }

.glimpses-sec img {
  border-radius: 15px; }

/* ----------------------------------------------------------
:: Common btn
---------------------------------------------------------- */
.custom-btn {
  padding: 0.3rem 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #0099A8;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 0.9rem; }
  .custom-btn:hover {
    color: #fff;
    background-color: #5C0F8B; }
  @media (min-width: 1600px) {
    .custom-btn {
      padding: 0.5rem 1.5rem;
      font-size: 1.2rem; } }

input,
select,
textarea {
  width: 100%;
  padding: 0.5rem;
  background: #F8F5F0;
  border-radius: 3px;
  transition: .5s;
  border: #5C0F8B solid 1px;
  color: #666;
  margin-bottom: 10px;
  font-size: 0.9rem; }
  @media screen and (max-width: 767px) {
    input,
    select,
    textarea {
      padding: 0.3rem; } }
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    border: #0099A8 solid 1px;
    outline: none; }

/* ----------------------------------------------------------
:: Section Title
---------------------------------------------------------- */
.pattern-bg {
  position: relative; }
  .pattern-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e8b94c29;
    width: 40%;
    z-index: -1; }
  .pattern-bg::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    right: 0;
    left: auto;
    background-color: #0439500f;
    z-index: -1; }

.social-link li {
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.1rem;
  color: #5C0F8B;
  text-align: center;
  border-radius: 10px;
  margin-right: 0.5rem; }

.fixed-top {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }

.top-header {
  padding: 0.4rem 0; }
  .top-header img {
    width: 180px; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .top-header img {
      width: 250px; } }

/* ----------------------------------------------------------
:: Home page Banner
---------------------------------------------------------- */
.home-banner {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/ghrps-pune/banner-images.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 70px); }
  @media screen and (max-width: 767px) {
    .home-banner {
      height: 90vh; } }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    .home-banner {
      height: calc(70vh - 70px); } }

.banner-text {
  background-color: #fefefeab;
  padding: 1.2rem;
  border-radius: 20px; }
  .banner-text h1 {
    font-size: 2rem;
    color: #5C0F8B; }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      .banner-text h1 {
        font-size: 3rem; } }
  .banner-text h6 {
    line-height: 1.5;
    color: #585858; }

.form-div {
  background: #5b0f89ad;
  padding: 2rem;
  box-shadow: 10px 10px #0b9ea9bd;
  border-radius: 2rem; }
  @media screen and (max-width: 767px) {
    .form-div {
      padding: 1rem; } }

/* ----------------------------------------------------------
:: About
---------------------------------------------------------- */
.sec-counter {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/ghrps-pune/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .sec-counter:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #043950de;
    z-index: -1; }

#counter .item {
  background: #fff;
  padding: 1rem;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #counter .item h3 {
    color: #5C0F8B;
    text-transform: capitalize; }
  #counter .item .count,
  #counter .item .count1 {
    color: #0099A8;
    margin-bottom: 5px;
    font-size: 40px; }

/* ----------------------------------------------------------
:: Why Choose
---------------------------------------------------------- */
.why-box {
  padding: 1rem;
  text-align: center;
  border-radius: 20px;
  border: #0099A8 solid 1px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0px 0px 10px #d2d2d291;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .why-box i {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    background: #5C0F8B;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .why-box:hover {
    background: #efecec;
    border: #5C0F8B solid 1px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
    .why-box:hover i {
      background: #0099A8;
      color: #5C0F8B; }

/* ----------------------------------------------------------
:: sec-facility
---------------------------------------------------------- */
.sec-facility {
  background-image: url(https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/ghrps-pune/facility-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .sec-facility::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background-color: #043950de;
    z-index: -1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-facility::after {
      width: 100%; } }

.facility-inner {
  text-align: center;
  padding: 1rem 0.5rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(136, 136, 136, 0.08);
  position: relative;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .facility-inner h6 {
    margin-top: 1rem;
    font-size: 0.9rem; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .facility-inner h6 {
      font-size: 1.2rem; } }

/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.footer-sec {
  padding: 70px 0 10px 0; }
  .footer-sec p {
    font-size: 0.85rem; }

.logo-footer img {
  width: 160px; }

.footer-link li {
  padding-bottom: 0.2rem; }
  .footer-link li a {
    color: #fff;
    font-size: 0.95rem; }
@media screen and (max-width: 1920px) and (min-width: 1400px) {
  .footer-link li a {
    font-size: 1.1rem; } }

.branches {
  padding: 80px 0 0; }
  .branches::before {
    background-image: url("https://rgicdn.s3.ap-south-1.amazonaws.com/landingpage-new/images/ghrps-ngp/ghrpsngp25/home/roket-green.webp");
    height: 70px;
    width: 70px;
    top: 17%;
    left: -11% !important;
    animation: 4s ease-in-out infinite smoothGrowBlurLoop; }
  .branches .our-branches .our-branches-div .our-branches-img {
    position: relative; }
    .branches .our-branches .our-branches-div .our-branches-img img {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px; }
    .branches .our-branches .our-branches-div .our-branches-img::before {
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000 100%); }
    .branches .our-branches .our-branches-div .our-branches-img:after {
      content: '';
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom;
      bottom: 0;
      left: 10%;
      height: 40px;
      width: 80px;
      background-image: url("https://rgicdn.s3.ap-south-1.amazonaws.com/raisoni/rgi/images/identity/white-group-identity.webp");
      z-index: 1; }
  .branches .our-branches .our-branches-div .our-branches-text {
    padding: 10px;
    border-bottom: 2px solid #5c0f8b; }

.about-sec .about-img {
  position: relative;
  width: 100%;
  height: 47vh;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .about-sec .about-img {
      height: 27vh; } }
  @media screen and (min-width: 1601px) {
    .about-sec .about-img {
      height: 39vh; } }
  .about-sec .about-img video,
  .about-sec .about-img .video-poster,
  .about-sec .about-img #poster,
  .about-sec .about-img img.fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 21px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .about-sec .about-img video,
      .about-sec .about-img .video-poster,
      .about-sec .about-img #poster,
      .about-sec .about-img img.fallback-img {
        height: 100%; } }
    @media screen and (min-width: 1601px) {
      .about-sec .about-img video,
      .about-sec .about-img .video-poster,
      .about-sec .about-img #poster,
      .about-sec .about-img img.fallback-img {
        height: 100%; } }
  .about-sec .about-img .video-wrapper {
    position: relative;
    max-width: 720px;
    width: fit-content;
    margin: auto; }
  .about-sec .about-img #playButton,
  .about-sec .about-img #pauseButton {
    position: absolute;
    bottom: -50px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 50%;
    color: white;
    z-index: 10;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .about-sec .about-img #playButton,
      .about-sec .about-img #pauseButton {
        bottom: -40px;
        width: 40px;
        height: 40px; } }
    @media screen and (min-width: 1601px) {
      .about-sec .about-img #playButton,
      .about-sec .about-img #pauseButton {
        bottom: -45px; }
        .about-sec .about-img #playButton i,
        .about-sec .about-img #pauseButton i {
          line-height: 1.5; } }
  .about-sec .about-img .play-button,
  .about-sec .about-img .pause-button {
    position: relative;
    z-index: 2; }
    .about-sec .about-img .play-button::before,
    .about-sec .about-img .pause-button::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 120%;
      height: 120%;
      transform: translate(-50%, -50%) scale(0.6);
      border-radius: 50%;
      background-color: #000;
      animation: ripple-loop 2s ease-out infinite;
      z-index: -1; }
    .about-sec .about-img .play-button::after,
    .about-sec .about-img .pause-button::after {
      content: '';
      position: absolute;
      top: 45%;
      left: 45%;
      width: 5px;
      height: 5px;
      background: #0099a863;
      border-radius: 50%;
      transform: scale(12);
      opacity: 1;
      z-index: -1;
      pointer-events: none;
      transition: transform 0.6s ease-out, opacity 1s ease; }
      .about-sec .about-img .play-button::after:active::after,
      .about-sec .about-img .pause-button::after:active::after {
        transform: scale(12);
        opacity: 0;
        transition: 0s; }
    .about-sec .about-img .play-button img,
    .about-sec .about-img .pause-button img {
      width: 50%;
      margin-left: 8px;
      border-radius: 0; }
    @media screen and (max-width: 767px) {
      .about-sec .about-img .play-button,
      .about-sec .about-img .pause-button {
        line-height: 3.9; } }
    @media screen and (min-width: 1601px) {
      .about-sec .about-img .play-button,
      .about-sec .about-img .pause-button {
        bottom: -31px;
        width: 70px;
        height: 70px; }
        .about-sec .about-img .play-button img,
        .about-sec .about-img .pause-button img {
          width: 30px;
          padding-top: 0.3rem;
          margin-left: 10px; } }
  .about-sec .about-img #schoolLogo {
    position: absolute;
    top: 14px;
    left: 10px;
    z-index: 5;
    width: 18%;
    height: auto;
    background: #ffffff;
    padding: 0.4rem;
    border-radius: 5px; }
    .about-sec .about-img #schoolLogo img {
      width: 100%;
      height: auto;
      display: block; }
  .about-sec .about-img .school-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 225px;
    height: 25px;
    z-index: 0; }
    .about-sec .about-img .school-logo img {
      border-radius: 0;
      width: 100%;
      height: auto; }
@media screen and (max-width: 767px) {
  .about-sec .about-text {
    padding-top: 1.5rem; } }

@keyframes ripple-loop {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
