@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

.fixed-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 5px 25px 3px #000000a3;
}

.color-green {
  color: #4b9079;
}

.text-mute {
  color: #6c6c6c;
}

.main-img-box img {
  border-radius: 30px;
  border: 2px solid #ffffff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.img-box img {
  border-radius: 30px;
  border: 2px solid #ffffff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
  margin-top: 20px;
}

.blog-content a {
  color: #4b9079;
  text-decoration: none;
}

.blog-content a:hover {
  color: #f58532;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.blog-content ul {
  margin-top: 15px !important;
}

.pbmit-event-meta {
  margin-top: 15px;
}

/* #coursesZone {
  background-color: #dfbf651a;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
} */

.blog-content ul li {
  position: relative;
  margin-left: 35px !important;
  margin-bottom: 10px;
}

.blog-content ul li::before {
  content: "";
  background-image: url(../img/check-new.webp);
  position: absolute;
  left: -35px;
  top: -3px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.download-brochure-btn {
  border-radius: 50px;
  display: inline-block;
  position: fixed;
  bottom: 45px;
  right: 115px;
  background-color: #ff9b00;
  border: 1px solid #fff !important;
  z-index: 999;
  box-shadow: rgba(115, 50, 12, 0.05) 0px 0.40741px 2.2037px 0px, rgba(115, 50, 12, 0.07) 0px 1.79259px 4.56296px 0px, rgba(115, 50, 12, 0.09) 0px 4.4px 9.1px 0px, rgba(115, 50, 12, 0.12) 0px 8.47407px 17.837px 0px, rgba(115, 50, 12, 0.14) 0px 14.2593px 32.7963px 0px, rgba(115, 50, 12, 0.19) 0px 22px 56px 0px;
}

.download-brochure-btn:hover {
  background-color: #e5c466 !important;
}

.zod-brief {
  padding: 25px;
  background: url(../img/zd.png) no-repeat center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border: 1px solid #ffffff;
  margin-top: 30px;
}

.navbar-toggler .pbmit-base-icon-menu-1 {
  font-size: 25px;
}

.pbmit-footer-widget-area .footer-container {
  position: relative;
  z-index: 2;
}

.pbmit-ihbox-contents hr {
  color: #fff;
}

.benef-wrap ul li {
  font-size: 18px;
  margin-top: 15px;
}

.benef-wrap ul li i {
  color: #ea7525;
}

.benf-bx {
  min-height: 145px;
  position: relative;
  width: 100%;
  background: #faf7f0;
  border-left: 6px solid #4b9079;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
  border-radius: 8px;
}

.benf-bx:hover {
  border-left: 6px solid #E6C466;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.3s ease-in-out;
}

.benf-bx:hover .benef-icn {
  top: -40px;
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(2px 4px 6px #00000037);
  border: 1px solid #4a9179;
}

.benef-icn {
  width: 75px;
  height: 75px;
  top: -34px;
  left: 20px;
  position: absolute;
  background-color: #e6c466;
  border-radius: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.benef-icn img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  filter: brightness(7.5);
}

.benef-txt {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}

.benef-txt h4 {
  font-size: 27px;
  line-height: 1;
}

.benef-txt h4 span {
  color: #ea7525;
}

.why-us-list .pbmit-icon-list-text {
  color: #a47515;
}

.why-us-list .pbmit-icon-list-icon i {
  color: #448c74;
}

.zod-brief li {
  color: #f58532;
  font-size: 16px;
  margin-bottom: 15px;
}

.zod-brief strong {
  color: #75707f;
  padding: 2px 5px 2px 0;
}

.zodic-main-head {
  font-size: 45px;
  color: #555 !important;
  padding-bottom: 20px;
  width: fit-content;
  margin: 30px auto;
  border-image: linear-gradient(267deg, #f3ebde00 0, #f3ebde00 25%, #d8b944 50%, #f3ebde00 75%, #f3ebde00 100%) 1 !important;
  border-bottom: 2px solid #555 !important;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

.zodic-head2 {
  font-weight: 300;
  border-image: linear-gradient(272deg, #f3ebde00 0, #f3ebde00 15%, #4b886e 50%, #f3ebde00 85%, #f3ebde00 100%) 1 !important;
  border-bottom: 3px solid #fff8f1 !important;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  background: 0 0 !important;
  margin-top: 25px !important;
  margin-bottom: 10px;
  font-size: 22px;
  padding-bottom: 10px;
  display: inline-block;
}

.lisst-2 {
  padding: 31px;
  background: #ece7e1;
  margin-bottom: 25px;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid #ffffff;
  border-left: 2px solid #e6c466;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.lisst-2 li {
  margin-bottom: 8px;
}

.lisst-2 li strong {
  color: #ff9b00;
}

.zodd-img {
  height: 448px;
  width: 100%;
  border: 1px solid #ffffff;
  margin: 10px auto 25px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}

.zodd-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.side-frm {
  padding: 25px;
  background: #ece7e1;
  border-radius: 15px;
  position: sticky;
  top: 100px;
  left: 0;
  border: 1px solid #ffffff;
  border-bottom: 2px solid #5a9179;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.side-frm h4 {
  border-bottom: 2px solid #f5cb4b;
  padding-bottom: 15px;
  /* display: inline-block; */
  margin-bottom: 20px;
}

.side-frm .input-group-text {
  height: 43px;
  background: #e5c466;
  /* border-right: none; */
}

.side-frm .form-control {
  /* margin-bottom: 20px; */
  font-size: 14px;
  height: 43px;
  line-height: normal;
  padding: 0 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #458d756b;
  border-left-color: #e6c466;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  margin-bottom: 0;
}

.side-frm button {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: #448c74;
  color: #fff;
  border: 1px solid #448c74;
}

.modal.show .modal-dialog {
  flex-direction: column !important;
  /* background-color: #4c463e !important; */
}

.pbmit-title-bar-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.kundali-popUp .pop-up-footer {
  padding-top: 7px;
}

.kundali-popUp {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 385px;
  background-color: #071b37;
  padding: 10px;
  z-index: 9999999;
  border-radius: 6px;
}

.pop-up-icon {
  padding: 10px;
  cursor: pointer;
}

.pop-up-footer {
  display: flex;
  justify-content: space-around;
}

.pop-up-icon svg {
  height: 40px;
  width: 40px;
}

.pop-up-icon:hover svg {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }

}

.top-btn:hover {
  background: #dfbf65;
  border: 1px solid #d2c8b5;
  transition: 0.6s ease-in-out;
  color: #424141;
}

.text-grazy {
  color: #898121 !important;
}

.text-purple {
  color: #7100b7 !important;
}

.growth-partner h6 {
  font-size: 1.1rem;
  margin: 0;
}

.pbmit-footer-widget-area a,
.pbmit-footer-menu a {
  color: #898121;
}

.main-heading-title {
  font-size: 45px !important;
  line-height: 55px !important;
  font-weight: 500 !important;
}

.map-box {
  border: 2px solid #f87a53;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 25px;
  height: 140px;
}

#aboutUsContentMore {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  will-change: max-height;
}

#aboutUsContentMore.collapsed {
  max-height: max-content;
}

.pbmit-footer-wrapper {
  position: relative;
}

.pbmit-footer-widget-area .container {
  position: relative;
  z-index: 2;
}

/* .footer-bg-box {
  position: relative;
} */

.footer-bg-box img {
  position: absolute;
  left: 70px;
  bottom: 70px;
  z-index: 1;
  height: 300px;
  opacity: 0.3;
  animation: rotate 30s linear infinite;
  transform-origin: center center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.pbmit-footer-widget-area a:hover,
.pbmit-footer-menu a:hover {
  color: #f87a53;
}

.top-header-wrap {
  width: 100%;
  height: 38px;
  background-color: #e0d7c8;
}

.bottom-header-wrap .navbar {
  width: 100%;
  height: 76px;
  background: #464038;
}

.top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.top-ul {
  margin-inline-start: 1em;
  color: #797160;
  font-size: 12px;
  padding: 10px 0 0 0;
}

.top-ul li {
  display: inline;
  margin: 0 25px 0 0;
}

.top-ul li a {
  color: #6e665b;
  /* font-family: "Open Sans", sans-serif; */
  font-size: 12px;
  font-weight: 400;
}

.top-ul li a:hover {
  color: #ff9b00;
}

.top-ul li a svg {
  width: 20px;
  height: 20px;
  color: #6e665b;
}

.top-btn {
  background: #d2c8b5;
  border-radius: 0;
  font-weight: 500;
  width: auto;
  font-size: 16px;
}

.sign-wrap {
  margin-top: 11px;
  position: relative;
  margin-left: 19px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.sign-wrap a {
  color: #464038;
  float: left;
  width: auto;
  font-size: 12px;
  padding-right: 2px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.sign-wrap span {
  float: left;
  width: auto;
  font-size: 12px;
  color: #464038;
  margin: 0 1px 0 0;
  font-weight: 600;
  line-height: inherit;
}

@media screen and (max-width: 991px) {
  .top-header-wrap {
    display: none;
  }
}

.bottom-header-wrap {
  width: 100%;
  height: 75px;
  background: #ebe7e1;
  padding: 0 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.logo-branding .logo-text img {
  width: 140px;
  height: auto;
}

.video-box {
  top: 40%;
  left: 17.5%;
  z-index: 3;
  position: absolute;
}

.video-box iframe {
  /* transform: scale(1.5); */
  border: 3px solid #fff;
  width: 930px;
  height: 530px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgb(0 0 0 / 24%) 0px 8px 16px -8px;
}

.video-section {
  position: relative;
  margin-bottom: 240px;
}

.video-section .quote-box {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  background-color: #ece7e1;
  height: 416px;
  margin: 0 auto;
  position: relative;
  padding: 50px;
}

.video-section .video-btn-wrapper {
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  inset: unset;
  left: 45%;
  top: 40%;
}

.video-btn-wrapper .open-video-popup {
  width: 80px;
  height: 80px;
  background: #ffc107;
  border-radius: 100%;
  position: relative;
  -webkit-animation: pulse-shadow 3s 2s linear infinite;
  animation: pulse-shadow 3s 2s linear infinite;
  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;
  z-index: 1;
}

.video-section .video-btn-wrapper::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed #000;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.video-section .video-btn-wrapper i {
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.video-btn-wrapper .open-video-popup i {
  font-size: 20px;
  color: #0c1d1a;
}

@keyframes pulse-shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }

  100% {
    -webkit-box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 85px rgba(0, 0, 0, 0);
  }
}

.bottom-header-wrap .my-navbx {
  height: 75px;
}

.nabatara-logo {
  width: 65px;
  height: auto;
  animation: rotate 30s linear infinite;
  transform-origin: center center;
}

.dropdown ul li:hover a {
  padding-left: 35px;
  transition: all 0.3s ease-in;
  color: #93650c;
}

.logo-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
}

/* .main-content-index {
  max-height: 120vh;
  overflow: scroll;
} */

.banner-section {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.banners img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.banners {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: 0 18px 16px -5px rgb(0 0 0 / 30%);
}

.banner1 {
  height: 75vh;
}

.banner2 {
  height: 82vh;
}

.banner3 {
  height: 78vh;
}

.banner-text {
  position: absolute;
  background-color: rgba(45, 45, 45, 0.31);
  bottom: -1px;
  right: 0%;
  left: 0%;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  padding-bottom: 15px;
  padding-top: 30px;
}

.banner-text-box h2 {
  font-size: 48px;
  display: flex;
  justify-content: center;
  text-align: left;
  color: #faf7f0;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.about-box {
  position: sticky;
  top: 110px;
}

.calc-box {
  padding: 30px;
  border-radius: 10px;
}

.cal-right h4 {
  font-size: 30px;
  margin-bottom: 25px;
}

.cal-right label {
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 500;
}

.cal-right .input-group-text {
  height: 55px;
  width: 55px;
  text-align: center;
  display: block;
  line-height: 55px;
  padding: 0px;
  border-radius: 30px;
  background: #e6c466;
}

.cal-right .input-group-text i {
  fill: var(--pbmit-secondary-color);
  color: #000000;
}

.cal-right {
  padding: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
  background-color: #fff;
}

.pbmit-yoge-icon-subscribe i {
  color: var(--pbmit-secondary-color);
}

.cal-right input {
  background: transparent;
}

.cal-right input,
.cal-right select {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ffffff;
  height: 55px;
  box-shadow: 0 0 28px -10px rgb(0 0 0 / 26%);
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;

  &:focus {
    background-color: #e9f0ec;
    border: 1px solid #ffffff;
  }

  &:active {
    background-color: #e9f0ec;
    border: 1px solid #ffffff;
  }

  &:hover {
    background-color: #e9f0ec;
    border: 1px solid #ffffff;
  }
}

.input-container input[type="date"] {
  color: #7d7f7d;
}

.cal-right button:hover {
  border: 1px solid var(--pbmit-global-color);
  background-color: var(--pbmit-secondary-color);
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
}

.affiliation-section {
  background: url(../images/homepage-3/bg/yoga-pattern-new-01.png);
  background-color: #448c74;
  /* background: linear-gradient(90deg, rgba(230, 196, 102, 1) 0%, rgba(68, 140, 116, 1) 100%); */
  position: relative;
  background-attachment: fixed;
}

.affiliation-section .container {
  position: relative;
  z-index: 2;
}

.affiliation-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.counter-icon {
  width: 70px;
}

.cal-right button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-style: normal;
  padding: 10px 25px;
  border-radius: 50px;
  z-index: 1;
  color: #ffffff;
  background-color: var(--pbmit-secondary-color);
  margin-top: 25px;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 7px #00000036;
}

.bg-cream {
  background: #fff8e1;
}

.cut-bg {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

.color-maroon {
  color: #800020;
}

.pb-100 {
  padding-bottom: 7rem;
}

.pt-100 {
  padding-top: 7rem;
}

/* about gaurav */
.video-gt {
  width: 100px;
  height: 100px;
  background: #e6c767;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 35%;
  left: -9%;
  color: #fff;
  z-index: 2;
  display: block;
}

.video-gt:hover {
  color: #fff;
}

.p-25 {
  padding: 25px;
}

.pulse {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  animation: pulse 2s ease infinite;
  background: #e6c767;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.icon-leaf {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: -9%;
}

.icon-leaf svg path {
  fill: #e0c166;
}

.img-box-gaurav img {
  /* max-width: 85%; */
  border-radius: 50%;
}

.icon-sun {
  animation: infinite-rotate 9s linear infinite;
  /* animation-duration: 0.75s; */
  position: absolute;
  top: 8%;
  right: 2%;
}

@keyframes infinite-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.icon-sun svg path {
  fill: #ffd700;
}

.gt-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #e0c166;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gt-icon svg path {
  fill: #fff;
}

.gt-icon svg {
  height: 2em;
  width: 2em;
}

.gt-feature h3 {
  margin-bottom: 0;
  margin-left: 15px;
}

.gt-feature p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 15px;
}

.gt-feature {
  margin-top: 25px;
}

/* certificate */
.cert-img-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

/* zodiac */
/* zodiac */
.zodi-btn a {
  display: inline-block;
  background: #e0c166;
  border-radius: 0;
  font-weight: 400;
  width: auto;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
}

.zodi-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zodi-img img {
  opacity: 0.8;
}

.zodiac-box {
  text-align: center;
}

.zodiac-box h3 {
  color: #e0c166;
  margin-bottom: 5px;
  /* display:none; */
  opacity: 0;
  visibility: hidden;
}

.zodiac-box p {
  font-size: 12px;
  margin-bottom: 0;
  /* display:none; */
  opacity: 0;
  visibility: hidden;
}

.owl-item .zodiac-box img {
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
}

.owl-item.active.center .zodiac-box img {
  transform: scale(1.2);
  margin-bottom: 5px;
}

.owl-item.active.center .zodiac-box h3,
.owl-item.active.center .zodiac-box p {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}

.pb-70 {
  padding-bottom: 5rem;
}

.pt-70 {
  padding-top: 5rem;
}

.btn-1 {
  display: inline-block;
  background: #e0c166;
  border-radius: 30px;
  font-weight: 400;
  width: auto;
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #f2e2b4;
  transition: 0.3s ease-in-out;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-40 {
  padding-top: 2.857rem;
}

/* advt banner */
.advt-btn {
  position: absolute;
  left: 20%;
  bottom: 5%;
}

.advt-mob-btn {
  position: absolute;
  left: 26%;
  bottom: 5%;
}

/* NGO Start */
.cons-box1 {
  background: url(../images/Natural-World.jpg) no-repeat;
}

.cons-box2 {
  background: url(../images/Education.jpg) no-repeat;
}

.cons-box3 {
  background: url(../images/Rural-Development.jpg) no-repeat;
}

.cons-box {
  min-height: 521px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}

.cons-text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0px;
  text-shadow: 0 1px 3px rgb(255 255 255);
  font-family: "Marcellus", serif;
  font-size: 35px;
  font-weight: 500;
  color: #000;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.cons-text2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  width: 100%;
}

.cons-text2 h2,
.cons-text2 h5 {
  text-align: center;
  display: block;
  color: #28231e;
}

.cons-text2 h2 {
  font-size: 65px;
  line-height: 1;
}

.bng-bg {
  position: relative;
  padding: 0 85px;
  padding-bottom: 135px;
}

.bng-bg::before {
  position: absolute;
  content: "";
  background-color: var(--pbmit-global-color);
  width: 100%;
  height: 87%;
  top: 12%;
  left: 0;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

.bng-bg::after {
  position: absolute;
  content: "";
  background: url("../img/nbbg-8.webp") repeat center;
  background-size: cover;
  width: 100%;
  height: 87%;
  top: 12%;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  /* opacity: 0.12; */
}

.tech-btn-wrap a {
  background: #448c74;
  color: #fff;
  border-radius: 8px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  display: inline-block;
  border: 0.6px solid #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.tech-btn-wrap a:hover {
  background: #dfbf65;
  transition: all 0.3s ease-in-out;
}

.course-types .pbmit-event-meta-line {
  margin-left: 20px;
  margin-right: 0 !important;
}

.thank-you-message {
  padding: 25px;
  background: #fff;
}

#thankYouModal .modal-content {
  border: none;
}

.thank-you-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12;
  background-color: #fff;
  border: 1px solid #ffc207;
  border-radius: 50% 50%;
  padding: 10px;
  cursor: pointer;
  color: #f58532;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-you-modal-close:hover {
  background-color: #f58532;
  border: 1px solid #74b754;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.336) 0px 7px 29px 0px;
}

.thank-you-modal-close i {
  font-size: 20px;
}

.text-orange {
  color: #f58532 !important;
}

.section__header span {
  font-weight: 700;
  color: #026f5c;
}

.section__header span {
  font-weight: 700;
  color: #026f5c;
}

.blockquote__icon {
  font-size: 6rem;
  margin-top: 34px;
  font-family: 'Nunito', sans-serif;
}

.blockquote__text {
  font-style: normal;
  font-size: 1.4rem !important;
  line-height: 35px;
  font-family: "Caveat", cursive;
  margin-top: -25px !important;
  padding-left: 30px;
}

.modal-backdrop.show {
  z-index: 1;
}

.course-types i {
  font-size: 18px;
  line-height: 25px;
  color: #448c74 !important;
}

.course-types p {
  font-size: 14px;
}

.mt-70 {
  margin-top: 5rem;
}

.mt-25 {
  margin-top: 1.785rem;
}

.bng-bg .container {
  position: relative;
  z-index: 2;
}

.sub-text {
  color: #ffd182;
}

.bng-bg .sub-text {
  color: #478c74;
}

.border-w {
  border: 3px solid #fff;
}

.text-brown {
  color: var(--pbmit-secondary-color) !important;
}

.iso-box {
  padding: 30px;
  box-shadow: 0 0 20px -5px #00000045;
  margin: 10px 0;
  border-radius: 10px;
}

.icon-box {
  padding: 20px;
  box-shadow: 0 0 20px -5px #00000045;
  border-radius: 50% 50%;
  margin: 10px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 50px;
}

.text-golden {
  color: #e6c767 !important;
}

.text-green {
  color: #898121 !important;
}

.text-justify {
  text-align: justify;
}

/* Gallery */

/* Gallery */
/* governing body */
.governing-card {
  padding: 30px;
  box-shadow: 0 0 10px -5px #00000054;
  border-radius: 12px;
  overflow: hidden;
}

/* governing body */
.section-heading {
  position: relative;
  text-align: center;
}

.section-devider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  z-index: 3;
  position: relative;
}

.section-devider img {
  width: 450px;
  height: auto;
  object-fit: cover;
}

.phone-banner {
  height: 485px;
}

.faq-sec-box {
  padding: 30px;
}

.btnoutline {
  background-color: #8b480b;
  border: 2px solid #ffffff;
}

.method-box .method-icon img {
  width: 100px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.method-box {
  position: relative;
  z-index: 1;
  padding: 40px;
  margin: 0 18px;
  border: 2px solid #4b907965;
  border-bottom: 2px solid #4b9079;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px #00000054;
  background-color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.method-box:hover {
  border: 2px solid #4b9079;
  transition: 0.3s ease-in-out;
}

.method-box .method-title {
  color: #4b9079;
  font-size: 25px;
}

.method-box .method-title:hover {
  color: #e6c466;
  transition: all 0.3s ease;
}

.bg-top-cut {
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
  background-color: #ece7e1;
}

.course-offer-icon img {
  width: 70px;
  height: 70px;
}

.course-offer-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  margin: 0 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px -5px #00000054;
}

.my-custom-list {
  list-style: none;
  padding-left: 0;
}

.my-custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.my-custom-list .list-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.zodiac-sidebar-list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: sticky;
  top: 70px;
  left: 0;
}

.zodiac-sidebar-list li {
  border-bottom: 1px solid #ddd;
  padding: 25px;
  font-size: 25px;
}

.zodiac-sidebar-list li a {
  color: #111111;
}

.zodiac-sidebar-list li a:hover {
  color: #458d75;
  transition: 0.3s ease-in-out;
}

.zodiac-sidebar-list li:hover {
  background-color: #ece7e1;
  box-shadow: 0 0 10px -5px #00000054;
  transition: 0.3s ease-in-out;
}

.zodiac-sidebar-list li a img {
  width: 30px;
  margin-right: 10px;
  filter: invert(40%) sepia(9%) saturate(1408%) hue-rotate(349deg) brightness(98%) contrast(87%);
}

.zodiac-sidebar-list li span {
  float: inline-end;
  transform: rotate(45deg);
}

.zodiac-sidebar-list li span i {
  width: 40px;
  height: 40px;
  background: #ff9b00;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #468e76;
  font-size: 20px;
}

.pbmit-breadcrumb-inner span {
  font-family: "Font-C";
}

.ax-cut {
  background: rgb(243 235 222);
  padding: 70px 0 250px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, -30% 100%);
}

.popup-gallery,
.popup-gallery2 {
  display: block;
  position: relative;
}

.pp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;

  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backdrop-filter: blur(2px); */
}

.pp-overlay i {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 800;
}

.cert-box:hover .pp-overlay,
.cert-box2:hover .pp-overlay,
.masonry .item:hover .pp-overlay,
.award-bx:hover .pp-overlay {
  opacity: 1;
}

.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
  position: relative;
}

.masonry .item {
  display: inline-block;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
  padding: 5px;
  background: #aea493;
  margin-bottom: 25px;
  position: relative;
}

.masonry .item img {
  max-width: 100%;
}

/* zodiac */

/* .zodiac-section {
  background: url('../img/nbbg-21.webp') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
} */

.zodiac-box {
  text-align: center;
  padding: 24px 5px;
  border-radius: 8px;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #fb7100cc;
  background-color: #f5f3f0;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 3;
}

.ft-img img {
  width: 100%;
  height: 100px;
}

.zodiac-box img {
  width: 140px;
  height: auto;
  border: 1px solid #0000003b;
  border-radius: 50% 50%;
  padding: 10px;
  box-shadow: rgb(0 0 0 / 25%) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  filter: invert(9%) sepia(9%) saturate(1408%) hue-rotate(349deg) brightness(98%) contrast(87%);
}

.zod-text {
  margin-top: 25px;
  position: relative;
}

.zod-text .tech-btn-wrap a {
  font-size: 12px;
}

.zod-text h4 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  color: #4a4949;
}

.zod-text h6 {
  color: var(--pbmit-secondary-color);
  font-size: 14px;
  margin-top: 8px;
}

.dettails {
  background: #4b9079;
  position: absolute;
  width: 235px;
  height: 195px;
  border-radius: 50% 50%;
  padding-top: 27px;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  color: #ffffff;
}

.zodiac-box:hover {
  transition: 0.3s ease-in-out;
  border: 1px solid #4b9079;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

.zodiac-box:hover .dettails {
  bottom: -47%;
}

.journey-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.journey-section .journey-box {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100%);
  padding: 35px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

.journey-section .journey-box .tech-box p {
  font-size: 18px;
  max-height: 100px;
  padding: 18px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #28231e;
  font-weight: 600;
  font-family: "Font-B", sans-serif;
}

.journey-section .custom-shape-divider-top-1757460153 svg path {
  fill: #ccc3b0;
}


.custom-shape-divider-top-1757460153 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  width: 100%;
  top: -2px;
}

.journey-section .journey-box .journey-img {
  padding-bottom: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgb(0 0 0 / 24%) 0px 8px 16px -8px;
}

.about-us-section {
  /* background-color: var(--pbmit-light-color); */
  padding-top: 45px;
}

.section-divider {
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.section-divider .divider {
  width: 400px;
  height: auto;
  object-fit: cover;
}

.preloader img {
  animation: preloaderRotate 2s ease-in-out infinite;
}

.navbar-logo img {
  /* gear rotate animation, delay 3s then again start smoothly only 3 spin */
  animation: rotateGear 3s ease-in-out infinite;
  animation-delay: 3s;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-play-state: running;
}

@keyframes preloaderRotate {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes rotateGear {
  0% {
    transform: rotate(0deg);
  }

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

.cal-left {
  height: 100%;
  background-size: 200% 200%;
  border-radius: 15px 15px 6px 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 20px 4px #11111152;
  background: linear-gradient(135deg,
      rgba(230, 196, 102, 1) 0%,
      rgba(255, 155, 0, 1) 50%,
      rgba(230, 196, 102, 1) 100%);
  animation: gradient 10s ease-in-out infinite;
  will-change: background-position;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }

  100% {
    background: linear-gradient(360deg, rgba(230, 196, 102, 1) 0%, rgba(255, 155, 0, 1) 100%);
  }
}

.cal-left-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cal-left-bg video {
  width: -webkit-fill-available;
}

.pbmit-ihbox-headingicon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: #448c74;
  padding: 40px;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-image: url(../images/homepage-2/bg/yoga-pattern-01.png);
}

.pbmit-heading-desc {
  color: #ece7e1;
}

.main-content-area-cta {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.subx-text {
  font-size: 15px;
}


.pbmit-link:hover .pbmit-title-inner {
  color: #e5c466 !important;
  transition: all 0.3s ease-in-out;
}

.services-section {
  padding: 70px 0;
  background: url(../img/nbbg-17.webp) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}

.services-section .pbmit-heading-text a {
  color: #000000 !important;
}

.services-section .pbmit-heading-text a:hover {
  color: #458d75 !important;
  transition: all 0.3s ease-in-out;
}

.cause-two .cause-two__inner {
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}

.cause-two .cause-two__inner::before {
  content: "";
  position: absolute;
  width: 500vw;
  height: 500vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 80%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 3;
}

.cause-two .cause-two__inner::after {
  content: "";
  position: absolute;
  width: 500vw;
  height: 500vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 3;
}

.cause-two .cause-two__slider-single {
  position: relative;
  z-index: 5;
}

.cause-two .cause-two__slider-single .cause-thumb {
  position: relative;
}

.cause-two .cause-two__slider-single img {
  width: 100%;
  height: 745px;
}

.cause-two {
  overflow: hidden;
  padding-top: 0px;
}

.cause-two .cause-two__content-slider {
  position: relative;
  z-index: 9;
  top: -90px;
  margin-bottom: -90px;
  pointer-events: none !important;
}

.cause-two .cause-two__content-slider .swiper-slide {
  pointer-events: none !important;
}

.cause-two .cause-content {
  text-align: center;
  max-width: 580px;
  margin-inline: auto;
  -webkit-transform: translateY(100%) !important;
  -ms-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.cause-two .cause-two__content-slider .swiper-slide-active .cause-content {
  -webkit-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

.cause-two .cause-content h4 {
  font-weight: 800;
  color: var(--secondary-color);
}

.home-faq-section {
  background-color: #ece7e1;
}

.pop-up-cta-btn {
  border: 1px solid #dfbf6500;
}

.pop-up-cta-btn:hover {
  border: 1px solid #ffffff;
  background-color: #ff9b00;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  transition: all 0.3s ease-in-out;
}

.pop-up-cta-btn:hover .pbmit-btn-content-wrapper svg path {
  fill: #dfbf65;
  transition: all 0.3s ease-in-out;
}

.pbmit-event-price .text-dark {
  color: #4c463e !important;
  font-size: 20px;
  font-family: 'Font-C', sans-serif;
}

.journey-section .tech-box {
  margin-bottom: 25px;
}

.main-img-box {
  position: sticky;
  top: 120px;
}

.about-us-two_leftbox {
  padding-right: 90px;
  text-align: right;
}

.benefits-section .benefits-box {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
  overflow: hidden;
}

.benefits-section .benefits-box .benefits-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #e2d9c8;
  margin-bottom: 15px;
}

.benefits-section .benefits-box .benefits-img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.service-benefit .benefit-box {
  display: flex;
}

.service-benefit .benefit-box .benefit-img-box {
  margin-right: 15px;
}

.service-benefit .benefit-box .benefit-img-box .benefit-img {
  width: 90px;
  border: 2px solid #fff;
  border-radius: 50% 50%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.solutions-section {
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
  /* background: url(../img/solutions-bg-pannern.svg) repeat center center; */
  background-color: #e0f8f0;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.solutions-section .solution-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid #e7c56600;
}

.solutions-section .solution-box:hover {
  border-bottom: 1px solid #e7c466;
  transition: all 0.3s ease-in-out;
}

.solutions-section .solution-box:hover .solution-img-box {
  border: 1px solid #e7c466;
  transition: all 0.3s ease-in-out;
}

.solutions-section .solution-box .solution-img-box {
  width: 125px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: rgb(50 50 93 / 17%) 0px 6px 12px -2px, rgb(0 0 0 / 17%) 0px 3px 7px -3px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.solutions-section .solution-box .solution-details {
  text-align: center;
}

.solutions-section .solution-box .solution-details h5 {
  font-size: 20px;
  border-bottom: 1px solid #e7c4666e;
  padding-bottom: 10px;
}

.solutions-section .solution-box .solution-img-box .benefit-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.m0 {
  margin: 0 !important;
}

.programme-curriculum .curriculum-box {
  margin-top: 25px;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
}

.programme-curriculum .curriculum-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.programme-curriculum .curriculum-box .curriculum-heading h5 {
  color: #fff;
}

.programme-curriculum .curriculum-box .curriculum-description {
  padding: 20px;
  background-color: #fff;
}

.programme-curriculum .curriculum-box .curriculum-heading {
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  width: calc(100% + 1px);
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background-color: #f5ac3e; */
  font-size: 18px;
  color: #fff;
  line-height: 1.18;
  padding-top: 12px;
}

.programme-curriculum {
  clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
  background-color: #448c7438;
}

.ngo-section .ngo-section-heading {
  color: #a95134;
}

.ngo-section .ngo-section-text {
  color: #282626;
  font-size: 20px;
}

.ngo-top-box {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}

.pbmit-element-service-style-3 .pbmit-title-data-hover .pbmit-title-inner {
  color: #ffffff;
}

.pbmit-element-service-style-3 .pbmit-title-data-hover .pbmit-title-inner:hover {
  color: #e5c365;
  transition: all 0.3s ease-in-out;
}

.pbmit-element-service-style-3 .pbmit-title-data-hover .pbmit-link:hover {
  color: #e5c365;
  transition: all 0.3s ease-in-out;
}

.testimonial-section {
  padding: 70px 0;
  background: #ece7e1;
}

.numer-calculater {
  background: linear-gradient(to bottom, rgb(247 242 242) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  padding-bottom: 50px;
}

.lotus-icon {
  position: absolute;
  top: -190px;
  right: 70px;
  z-index: -1;
  opacity: 0.4;
  width: 275px;
}

.solution-box:hover .solution-img-box .benefit-img {
  transform: rotateY(360deg);
  transition: all 0.3s ease-in-out;
}

.blog-main-wrapp {
  background: linear-gradient(to bottom, rgb(238 234 234) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100%);
  padding: 85px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  margin-top: 30px;
}

.footer-top-section .pbmit-element-title a:hover,
.footer-top-section .pbmit-inline-item a:hover {
  color: #448c74;
  transition: all 0.3s ease-in-out;
}

.pbmit-ihbox-box .pbmit-heading-desc {
  color: #000000;
}

.pl-3 {
  padding-left: 16px;
}

.pagination li {
  margin: 2px 5px 2px 0;
}

.pagination .active>.page-link,
.page-link.active {
  background: #448c74;
  border: 1px solid #448c74;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 50% 50%;
}

.pagination li a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #448c74;
  padding: 0;
  color: #448c74;
  border-radius: 50% 50%;
}

.share-ff {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid rgba(24, 26, 23, 0.1);
  padding-top: 30px;
}

.share-ff span.bg-ws a {
  background: #25d366;
}

.share-ff span a {
  width: 43px;
  height: 43px;
  line-height: 43px !important;
  background: #4b9079;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  margin: 0 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.right-fft i {
  color: #fff;
}

.share-ff span.bg-fb a {
  background: #48bde9;
}

.share-ff span.bg-in a {
  background: #962fbf;
}

.blog-main-pic-index {
  bottom: 30px;
  z-index: 3;
  position: relative;
  padding: 50px;
}


.blog-main-pic-index .blog-pic-index {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: 1px solid #ffffff;
  object-fit: cover;
}

.big-letter {
  color: #e6c466;
  float: left;
  display: block;
  font-size: 50px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 35px;
  padding-right: 0px;
  overflow: visible;
}

.quote-box p {
  font-size: 20px;
}

.blog-main-img-area .blog-content-area {
  position: relative;
}

.blog-main-img-area .blog-content-area::before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100%);
  min-height: 550px;
  width: 100%;
  top: 0;
  margin: 0 auto;
  position: absolute;
  padding: 50px;
  width: 100%;
  z-index: 0;
}

.blog-main-img-area .blog-content-heading-area {
  position: relative;
  z-index: 3;
  padding: 30px;
}

.blog-right-sticky-nav {
  position: sticky;
  top: 100px;
}

.widget-tag-cloud .tags {
  line-height: 30px;
  margin: 0 4px 12px 0;
  display: inline-block;
  font-size: 13px !important;
  padding: 0 20px;
  height: 30px;
  letter-spacing: 0;
  /* text-transform: uppercase; */
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  color: var(--pbmit-blackish-color);
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.blog-details .sticky-sideber {
  position: sticky;
  top: 100px;
}

.nabatara-gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  font-size: 0.85em;
  position: relative;
}

.nabatara-gallery .item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border: 2px solid #fff;
}

.nabatara-gallery .item:hover .pp-overlay {
  opacity: 1;
}

.nabatara-gallery .gallery-details-text .gallery-context h5 {
  color: #fff;
}

.nabatara-gallery .gallery-details-text .gallery-context p {
  color: #fff;
}

.nabatara-gallery .gallery-details-text {
  padding: 20px 20px;
  border-radius: 11px;
  background: rgba(10, 32, 28, 0.51);
  backdrop-filter: blur(5.5px);
  position: absolute;
  bottom: 20px;
  margin-inline: 20px;
  width: 90%;
  transform: translateY(150%);
  transition: all 0.3s ease-in-out;
}

.blog-main-wrapp .blog-sec-box .pbmit-blog-style-2 .pbmit-blog-style-2 {
  margin-bottom: 20px;
}

.nabatara-gallery .item:hover .popup-gallery img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.nabatara-gallery .item .popup-gallery:hover .gallery-details-text {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

.video-content-zone {
  position: relative;
  z-index: 3;
}

.admission-area {
  padding: 30px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  border: 1px solid #458d755c;
  background-color: #ede9de;
}

.afftc {
  color: #8a8080;
  font-size: 14px;
  text-align: center;
}

.afftc i {
  color: #ff9b00;
  font-size: 10px;
  padding-right: 5px;
}

.admission-box {
  padding: 50px;
  border-radius: 10px;
  background-color: var(--pbmit-white-color);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.admission-form .form-control:focus,
.admission-form .form-control:focus-within {
  border-color: #458d75;
  transition: all 0.3s ease-in-out;
}

.admission-form .form-control {
  padding: 16px;
  border: 1px solid #e2d9c8;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #454039;
  font-size: 14px;
  font-weight: 500;
  font-family: "Font-C";
}

.admission-form .form-control::placeholder {
  font-weight: 400;
  color: #454039;
}

.admission-form select {
  font-weight: 400;
  color: #454039;
}

.admission-form input[type="file"] {
  padding: 18px 24px;
}

.admission-form label {
  font-size: 14px;
  color: #5e554cb3;
  font-weight: 400;
}

.admission-section {
  background: linear-gradient(to bottom, rgb(246 241 241) 0%, rgba(246, 246, 246, 1) 21%, rgba(204, 195, 176, 1) 100% 100%);
}

.admission-form .admission-img {
  display: flex;
  justify-content: center;
}

.admission-form .admission-img img {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 25px;
  border: 1px solid #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.benefits-section {
  position: relative;
}

.benefits-section::before {
  content: "";
  position: absolute;
  bottom: -53px;
  right: 30px;
  width: 310px;
  height: 300px;
  background: url(../img/flores.webp) no-repeat center center;
  background-size: contain;
  transform: rotate(-2deg);
}

.testimonial-two_rightbox hr {
  color: #fff;
  opacity: 0.7;
}

.terms-box ul {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 15px;
  list-style: none;
  margin-right: 25px;
}

.terms-box ul li a {
  color: #898121;
  margin: 0 7px;
  border-right: 1px solid #fff;
  padding-right: 14px;
}

.terms-box ul li a:hover {
  color: #f87a53;
  transition: all 0.3s ease-in-out;
}

.terms-box ul li:last-child a {
  border-right: none;
}

.help-three {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 15px;
}

.help-three .help-three__inner {
  padding: 40px 20px 50px;
  background: #fff;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 8px;
}

.section__header h2 {
  color: #102b26;
  font-weight: 800;
  margin-top: 15px;
}

.help-three .help-three__wrapper {
  position: relative;
  z-index: 1;
}

.help-three .help-three__wrapper .v-line {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.help-three .help-three__single {
  text-align: center;
}

.help-three .help-three__thumb {
  position: relative;
  margin-bottom: 25px;
}

.help-three .thumb {
  width: 194px;
  min-width: 194px;
  height: 194px;
  border-radius: 50%;
  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;
  margin-inline: auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 8px 23px rgba(0, 0, 0, 0.07));
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.help-three .thumb i {
  font-size: 60px;
  color: #f58532;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.help-three .help-three__tag {
  padding: 20px 40px;
  background-color: #00715d;
  -webkit-clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 30%, 80% 100%, 10% 90%, 0% 0%);
  width: 194px;
  margin-inline: auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.help-three .help-three__single:hover .thumb i {
  color: #1095d3;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.help-three .help-three__single:hover .help-three__tag {
  background-color: #ffc107;
}

.help-three .help-three__single:hover .help-three__tag h6 {
  color: #088791;
}

.help-three .help-three__tag h6 {
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-bottom: -6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.help-three .help-three__content {
  padding-top: 25px;
}

.help-three .help-three__content h6 {
  font-weight: 700;
  color: #12312b;
  margin-bottom: 6px;
}

.help-three .help-three__content p {
  color: #5e5f63;
  font-size: 15px;
  max-width: 230px;
  margin-inline: auto;
}

.help-three .help-three-bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 70%;
  z-index: -1;
  overflow: hidden;
}

.help-three .help-three-bg::before {
  content: "";
  position: absolute;
  top: -80px;
  inset-inline-start: -80px;
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  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;
  background-color: #ffc107;
  z-index: -2;
}

.help-three .help-three-bg .bg-help {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  z-index: -4;
}

.help-three .parasuit {
  position: absolute;
  top: -150px;
  inset-inline-start: 8%;
  z-index: -1;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -webkit-animation: fall 15s ease-in-out infinite;
  animation: fall 15s ease-in-out infinite;
}

.help-three .parasuit img {
  max-width: 8vw;
  min-width: 40px;
}

@-webkit-keyframes fall {
  0% {
    top: -150px;
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(-45%) rotate(-40deg);
    transform: translateX(-45%) rotate(-40deg);
  }

  50% {
    top: 400px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }

  75% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
    transform: translateX(-55%) rotate(-30deg);
  }

  100% {
    top: 1600px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }
}

@keyframes fall {
  0% {
    top: -150px;
    -webkit-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(-45%) rotate(-40deg);
    transform: translateX(-45%) rotate(-40deg);
  }

  50% {
    top: 400px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }

  75% {
    -webkit-transform: translateX(-55%) rotate(-30deg);
    transform: translateX(-55%) rotate(-30deg);
  }

  100% {
    top: 1600px;
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }
}

.alert {
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  padding: 25px 50px;
  border-radius: 10px;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* .nav-footer-box {
  position: relative;
  bottom: -130px;
} */

.mob-only {
  display: none;
}

#thankYouModal .modal-content {
  position: relative;
  top: 115px;
  border-radius: 10px;
  overflow: hidden;
  width: 660px;
  height: 450px;
}

.thank-you-message-content .blockquote {
  position: relative;
  bottom: -30px;
}

.thank-you-message-content .blockquote__icon {
  position: absolute;
  top: -110px;
}

.thank-you-message-content .blockquote__text {
  font-size: 2rem !important;
}

.thank-you-message-content .signature {
  font-size: 2rem !important;
}

.text-green {
  color: #198754 !important;
}

.site-footer {
  border-bottom: 6px solid #d8b944;
}

.share-ff a:hover {
  background-color: #d8b944 !important;
  transition: all .3s ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.certification-details-form label {
  font-size: 14px;
  color: #5e554cb3;
  font-weight: 400;
}

.certification-details-form .form-control {
  margin-bottom: 20px;
  font-size: 14px;
  height: 55px;
  line-height: normal;
  padding: 0 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgb(1 113 93);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  color: #86837f;
}

.certification-details-form .form-control:focus {
  border-bottom: 1px solid #d8b944;
  transition: all .3s ease-in-out;
}

.profile-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}

.profile-area .certificate-profile-pic {
  height: 165px;
  width: auto;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.work-cta {
  padding: 50px;
  background: #448c74;
  border-radius: 30px;
  background-color: #464038;
  background: url(../images/homepage-1/bg/yoga-pattern-new-01-1.png) no-repeat top center;
  background-size: cover;
  background-position: fixed;
}

.work-cta .sm-title {
  color: #dfbf65;
}

.work-cta h2 {
  color: #ffffff;
  font-size: 35px;
}

.work-cta .cta-button-holder {
  text-align: end;
  display: inline-flex;
  position: relative;
  width: 100%;
}

.work-cta .cta-button:hover span {
  color: #ff9b00;
  transition: all .3s ease-in-out;
}

.work-cta .cta-button {
  text-align: end;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  color: #fff;
}

.work-cta .cta-button-text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

.work-cta .cta-button-text i {
  color: #dfbf65;
}

.work-cta .cta-button span {
  color: #fff;
}

.blink:hover {
  animation: none;
  font-weight: bold;
}

.blink {
  animation: blinker 2s linear infinite;
}

.blink:hover i {
  color: #ea7525 !important;
  font-size: 2rem !important;
  transition: all 0.3s ease-in-out;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

/* service form */
.service-form-area {
  padding: 60px 58px 38px 58px;
  margin: 0px 65px 0px 0px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgb(139 195 74 / 31%) 0px 6px 12px -2px, rgb(118 107 19 / 56%) 0px 3px 7px -3px;
}

.service-form .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.service-form .form-group .service-input {
  width: 100%;
  padding: 14px 10px;
  font-size: 15px;
  border: 1px solid #ced1cc;
  outline: none;
  border-radius: 8px;
  color: #645d5d;
}

.service-form .form-group .service-select {
  width: 100%;
  padding: 14px 10px;
  font-size: 15px;
  border: 1px solid #ced1cc;
  outline: none;
  border-radius: 6px;
  color: #645d5d;
}

.service-form .form-group .service-input:focus,
.service-form .form-group .service-select:focus {
  border: 1px solid #7eb44d;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.service-form .form-group label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #777;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.service-form .form-group .service-input:focus+label,
.service-form .form-group .service-input:valid+label {
  top: -1px;
  font-size: 13px;
}

.service-form .form-group .service-select:focus+label,
.service-form .form-group .service-select:valid+label {
  top: -1px;
  font-size: 13px;
}

.package .p-img {
  margin-bottom: 20px;
}

.package .p-img img {
  width: 60px;
}

.package {
  text-align: center;
  padding: 45px 10px;
  transition: 0.3s ease-in-out;
  box-shadow: rgb(139 195 74 / 31%) 0px 6px 12px -2px, rgb(118 107 19 / 56%) 0px 3px 7px -3px;
  border-radius: 8px;
  margin-bottom: 25px;
}

.package .c-badge {
  background: radial-gradient(circle at 18.7% 37.8%, #fcf6ba 0%, #efc05f 90%);
  padding: 5px 15px 5px 15px;
  border-radius: 30px;
  display: inline-block;
}

.package .c-price {
  font-size: 25px;
  font-weight: 800;
  padding-bottom: 15px;
  color: #448c74;
}

.package .service-plan-details {
  margin: 25px 0px;
}

.package ul li {
  margin: 10px 0px;
  font-size: 14px;
  text-align: left;
  position: relative;
  font-weight: 400;
  color: #655050;
  margin-left: 40px;
}

.package ul li::before {
  content: "";
  background-image: url(../img/check-new.webp);
  position: absolute;
  left: -30px;
  top: -3px;
  height: 25px;
  width: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.servicePlanBtn.active {
  background: #dfbf65;
  transition: all 0.3s ease-in-out;
}

/* sitemap */
.sitemap-links {
  margin-bottom: 15px;
}

.sitemap-links,
.sitemap-link {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 10px;
  text-transform: capitalize;
}

.sitemap-link a {
  font-size: 14px;
  letter-spacing: 0.3px;
}

.sitemap-link::before {
  content: "\f101";
  color: #f1851c;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.sitemap-link a:hover {
  padding-left: 10px;
  transition: 0.8s ease-in-out;
}

.sitemap-heading {
  margin: 16px 0px;
}

.connect-bx ul {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
  gap: 1.5%;
}

.connect-bx ul li {
  padding: 10px 20px 10px 10px;
  background: #fff;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  box-shadow: rgb(0 0 0 / 17%) 3px 3px 6px 0px inset,
    rgb(0 0 0 / 21%) -3px -3px 6px 1px inset;
  margin: 0 10px;
}

.connect-bx ul li a {
  color: #fff;
  padding: 0px 3px;
}

.connect-bx ul li:hover a {
  color: #fff;
  padding: 0px 12px;
  transition: 0.6s ease-in-out;
}

.connect-bx ul li:hover {
  box-shadow: 0px 7px 28px #00000080;
  transition: 0.6s ease-in-out;
}

.connect-bx ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.connect-bx ul li:nth-child(1) {
  background: #1877f2;
}

.connect-bx ul li:nth-child(1) i {
  color: #1877f2;
}

.connect-bx ul li:nth-child(2) {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.connect-bx ul li:nth-child(2) i {
  color: #ee2a7b;
}

.connect-bx ul li:nth-child(3) {
  background: #ff0000;
}

.connect-bx ul li:nth-child(3) i {
  color: #ff0000;
}

/* star achivement gallery */


/*  */
/*  */


@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }

  .mob-only {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

/* Large desktops */
@media (min-width: 1200px) {
  /* styles */
}

/* Medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  /* styles */
  .help-three {
    padding: 100px 0;
  }

  .section__header-secondary {
    margin-bottom: 60px;
  }

  .mob-only {
    display: none;
  }
}

/* Small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  /* styles */
}

/* Large tablets */
@media (min-width: 600px) and (max-width: 767px) {

  /* styles */
  .help-three .help-three__inner {
    padding: 5px 80px 80px;
  }

}

/* Small tablets */
@media (min-width: 480px) and (max-width: 599px) {
  /* styles */
}

/* Large smartphones */
@media (min-width: 320px) and (max-width: 479px) {
  .terms-box ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .download-brochure-btn {
    bottom: 25px;
  }

  .terms-box ul li {
    margin-bottom: 10px;
  }

  .terms-box ul li:nth-child(2) a {
    border-right: none;
  }

  .map-box {
    width: 100%;
    height: 250px;
  }

  .map-box iframe {
    width: 100%;
    height: 250px;
  }

  .method-box .method-title {
    font-size: 25px;
  }

  .lotus-icon {
    top: -220px;
    right: 50px;
    width: 245px;
  }

  .main-content {
    margin-top: 40px;
  }

  .terms-box ul {
    flex-wrap: wrap;
  }

  .blog-main-wrapp {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99.6%);
  }

  #thankYouModal .modal-content {
    width: 100%;
    height: 532px;
  }

  .thank-you-message-content .blockquote__icon {
    position: absolute;
    top: -100px;
    left: -10px;
  }

  .thank-you-message-content .blockquote__text {
    font-size: 1.9rem !important;
  }

  .pbmit-team-style-1 .pbmit-featured-wrapper img {
    height: 430px;
  }

  .pbmit-menu-wrap::before {
    content: "";
    position: fixed;
    height: 75px;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    top: 0;
  }

  .mob-only .top-btn {
    display: block;
    padding: 20px;
  }

  .mob-only .top-ul {
    display: flex;
    padding: 20px;
    margin-inline-start: 0;
    justify-content: space-around;
    background-color: #f2f0ec;
  }

  ul.navigation.clearfix {
    padding-top: 116px;
    padding-bottom: 40px;
    overflow-y: scroll;
    height: 80vh;
  }

  .mob-only .top-ul li {
    margin: 0 5px 0 0;
  }

  .journey-section .journey-box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 99%);
    padding: 20px;
  }

  .benefits-section::before {
    display: none;
  }

  .pbmit-element-service-style-3 .pbmit-hover-inner {
    padding-left: 0px;
  }

  .programme-curriculum {
    clip-path: polygon(0 0%, 100% 0%, 100% 98%, 0% 100%);
  }

  .numer-calculater {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  }

  .video-section {
    position: relative;
    margin-bottom: 0px;
    margin-top: 35px;
  }

  .pbmit-entry-content {
    margin-top: 30px;
  }

  .blog-main-img-area {
    margin-bottom: 50px;
  }

  .video-section .quote-box {
    margin: 0 auto;
    padding: 20px;
  }

  h1 {
    font-size: 25px;
    line-height: 40px;
  }

  .banner-text-box h2 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
    line-height: 40px;
  }

  /* .about-us-section {
    padding-top: 0px;
  } */

  /* .main-content-section .main-img-index {
    order: 2;
  } */

  .cal-right {
    padding: 45px 20px;
  }

  /* styles */
  .banner-section {
    display: none;
  }

  .phone-banner {
    height: 485px;
  }

  .pbmit-testimonial-style-2 .pbminfotech-post-item {
    padding-left: 0;
  }

  .pbmit-testimonial-style-2 .pbminfotech-post-item::before {
    font-size: 50px;
    line-height: 50px;
    position: inherit;
    display: block;
    padding-bottom: 15px;
  }

  .footer-bg-box img {
    left: 70px;
    top: 40%;
    height: 250px;
  }

  .calc-box {
    padding: 15px 0;
  }

  .counter-section_one {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    padding: 100px 0;
  }

  .bng-bg::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
  }

  /* .cal-left {
    margin-bottom: 20px;
  } */

  .admission-box {
    padding: 25px;
    margin: 0;
  }

  .ascendant-Calculator h4 {
    font-size: 25px;
  }

  .pbmit-btn {
    margin-bottom: 20px;
  }

  .bng-bg {
    padding: 0;
  }

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

  .faq-sec-box {
    padding: 0px;
  }

  .section-devider img {
    width: 250px;
  }

  .blog-main-pic-index {
    padding: 0px;
  }

  .pbmit-element-service-style-3 .pbmit-service-btn a {
    position: absolute;
    right: -11px;
    bottom: 40px;
  }

  .section-divider .divider {
    width: 300px;
  }

  .main-content-area-cta {
    flex-direction: column;
  }

  .video-box iframe {
    /* transform: scale(1); */
    width: 100vw;
    height: 220px;
    border: none;
  }

  .star-achievements-section {
    padding-top: 30px !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .video-box {
    top: 63%;
    left: 0;
    position: absolute;
  }

  .footer-top-section .pbmit-icon-list-items {
    justify-content: center;
  }

  .site-header .pbmit-header-search-btn a {
    margin-right: 25px;
  }

  .main-heading-title {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  .method-box {
    margin-bottom: 30px;
    padding: 40px 10px;
  }

  .pbmit-ihbox-style-7 .pbmit-ihbox-box {
    margin-bottom: 30px;
  }

  .bg-top-cut {
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  }

  .nabatara-logo {
    width: 50px;
  }

  .logo-branding .logo-text img {
    width: 120px;
  }

  .video-section .quote-box {
    margin-bottom: 110px;
    height: 260px;
  }

  .pbmit-element-service-style-3 .swiper-hover-slide-nav {
    width: 100%;
  }

  .admission-area {
    padding: 10px;
    border-radius: 10px;
  }

  .mob-only {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }

  .kundali-popUp {
    width: 97%;
    right: 6px;
    bottom: 6px;
  }

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

  .footer-top-section .pbmit-icon-list-items li {
    margin-bottom: 12px;
  }
}

/* Small smartphones */
@media (max-width: 319px) {
  .pbmit-element-service-style-3 .pbmit-service-btn a {
    position: absolute;
    right: -11px;
    bottom: 40px;
  }

  .mob-only {
    display: block;
  }

  .admission-area {
    padding: 10px;
    border-radius: 10px;
  }

  .pbmit-element-service-style-3 .pbmit-hover-inner {
    padding-left: 0px;
  }

  .section-divider .divider {
    width: 250px;
  }

  .section-devider img {
    width: 250px;
  }

  /* styles */
  .banner-section {
    display: none;
  }

  .phone-banner {
    height: 485px;
  }

  .footer-bg-box img {
    left: 75px;
    top: 40%;
    height: 275px;
  }

  .cal-left {
    margin-bottom: 20px;
  }

  .ascendant-Calculator h4 {
    font-size: 25px;
  }

  .pbmit-btn {
    margin-bottom: 20px;
  }

  .bng-bg {
    padding: 0;
  }

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

  .faq-sec-box {
    padding: 0px;
  }

  .pbmit-element-service-style-3 .swiper-hover-slide-nav {
    width: 100%;
  }

  .terms-box ul {
    margin-right: 0px;
  }
}


/* High resolution screens */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  /* styles */
}

/* Retina displays */
@media (min-resolution: 240dpi) {
  /* styles */
}

/* Portrait orientation */
@media (orientation: portrait) {
  /* styles */
}

/* Landscape orientation */
@media (orientation: landscape) {
  /* styles */
}

/* TV screens */
@media (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /* styles */
}

/* Wearable devices */
@media (max-device-width: 400px) and (max-device-height: 600px) {
  /* styles */
}