@font-face {
  font-family: "custom_icons";
  src: url("icon_fonts/font/custom_icons.eot");
  src: url("icon_fonts/font/custom_icons.eot") format("embedded-opentype"),
    url("icon_fonts/font/custom_icons.woff2") format("woff2"),
    url("icon_fonts/font/ustom_icons.woff?34716924") format("woff"),
    url("icon_fonts/font/custom_icons.ttf") format("truetype"),
    url("icon_fonts/font/custom_icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*=" icon-"]:before {
  font-family: "custom_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "ElegantIcons";
  src: url("icon_fonts/font/ElegantIcons.eot");
  src: url("icon_fonts/font/ElegantIcons-1.eot") format("embedded-opentype"),
    url("icon_fonts/font/ElegantIcons.woff") format("woff"),
    url("icon_fonts/font/ElegantIcons.ttf") format("truetype"),
    url("icon_fonts/font/ElegantIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.arrow_carrot-left,
.arrow_carrot-right,
.icon_close,
.icon_menu,
.icon_loading {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.arrow_carrot-left:before {
  content: "\34";
}
.arrow_carrot-right:before {
  content: "\35";
}
.icon_close:before {
  content: "\4d";
}
.icon_menu:before {
  content: "\61";
}
.icon_loading:before {
  content: "\e02d";
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: Inter, sans-serif;
  color: #444;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 500;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Rajdhani", sans-serif;
}
p {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Inter, sans-serif;
}
strong {
  font-weight: 500;
}
label {
  font-weight: 500;
  margin-bottom: 3px;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-color: #ededed;
  opacity: 1;
}
a {
  color: #7e0535;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  font-family: "Rajdhani", sans-serif;
}
a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1280px !important;
}
.custom-strong{
    font-weight:700;
}
.text-justify{
    text-align:justify !important;
}
@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}
header {
  position: fixed;
  left: 0;
  top: 37px;
  width: 100%;
  padding: 15px 0;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media (max-width: 991px) {
  header {
    padding: 10px 0 10px 0;
  }
}
header.header .logo_sticky {
  display: none;
}
header.header.sticky {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
  -webkit-animation-name: smoothScroll;
  animation-name: smoothScroll;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  top: 0px !important;
}
header.header.sticky .logo_normal {
  display: none;
}
header.header.sticky .logo_sticky {
  display: inline-block;
}
header.header.sticky ul#top_menu:before {
  content: "";
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.175);
}
header.header.sticky ul#top_menu li a {
  color: #444;
}
header.header.sticky ul#top_menu li a:hover {
  color: #fff;
}
header.header.sticky ul#top_menu li a.green {
  color: #fff;
}
header a.open_close {
  position: absolute;
  right: 50px;
  top: 25px;
  z-index: 999;
  color: #fff;
  font-size: 32px;
  display: none;
  width: 25px;
  height: 25px;
}
#header-container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header a.open_close {
    display: block;
  }
}
header a.open_close span {
  display: none;
}
header a.open_close:hover {
  opacity: 0.8;
}
header.sticky a.open_close {
  color: #444;
}
@media (max-width: 991px) {
  #logo {
    width: 100%;
  }
  #logo img {
    width: 100px;
    height: auto;
    max-width: 60px;
  }
}
.main-menu {
  position: relative;
  z-index: 9;
  top: 7px;
  margin: auto;
  /* align-items: center;
  display: flex;
  justify-content: flex-end; */
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul,
.main-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.main-menu ul a,
.main-menu ul li a {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
}
.main-menu > ul > li > a {
  color: #fff;
  padding: 0 8px 10px 8px;
  font-size: 20px;
  font-weight: 500;
}
.main-menu > ul > li:hover > a {
  opacity: 0.8;
  /* text-decoration: underline; */
}
header.sticky .main-menu > ul > li > a {
  color: #444;
}
header.sticky .main-menu > ul > li:hover > a {
  opacity: 1;
  color: #7e0535;
}

#header_menu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .main-menu {
    width: auto;
  }
  .main-menu a {
    white-space: nowrap;
  }
  .main-menu ul li {
    display: inline-block;
  }
  .main-menu ul li.submenu:hover > a:before,
  .main-menu ul li.submenu:hover > a:after {
    bottom: -10px;
    opacity: 0;
  }
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 100%;
    margin: 0;
    display: block;
    padding: 10px 0 !important;
    background: #7e0535;
    min-width: 210px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),
      0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #7e0535;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    font-size: 18px;
    color: #ccc;
    display: block;
    padding: 7px 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
  }
  .main-menu ul ul li:first-child a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:last-child a:hover {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .main-menu ul ul li:hover > a {
    color: #fff;
    padding-left: 18px;
  }
  .main-menu ul ul ul {
    position: absolute;
    z-index: 1;
    height: auto;
    left: 100%;
    top: -10px;
    margin: 0 0 0 3px;
    padding: 0;
    min-width: 190px;
  }
  .main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #header_menu {
    display: block;
    text-align: center;
    position: relative;
    padding: 30px 0 25px 0;
    background-color: #7e0535;
  }
  #header_menu a.open_close {
    position: absolute;
    right: 15px;
    top: 0;
    left: inherit;
    color: #fff !important;
  }
  .main-menu ul li a:hover,
  a.show-submenu:hover {
    color: #7e0535 !important;
    background-color: #f9f9f9;
    opacity: 1 !important;
  }
  .main-menu ul li {
    border-top: none;
    border-bottom: 1px solid #ededed;
    color: #fff;
  }
  .main-menu ul li a {
    padding: 15px !important;
  }
  .main-menu li,
  .main-menu a {
    display: block;
    color: #333 !important;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu ul > li {
    padding-bottom: 0;
  }
  .main-menu ul > li i {
    float: right;
  }
  .main-menu > ul > li.submenu:hover > a:after {
    transform: rotate(180deg);
    color: #7e0535;
  }
  .main-menu ul > li.submenu > a:after {
    font-family: "Rajdhani", sans-serif;
    font-size: 21px;
    font-size: 1.3125rem;
    color: #444;
    line-height: 1;
    float: right;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-menu ul li.submenu ul {
    border-left: 1px solid #ededed;
    margin: 0 0 10px 25px;
  }
  .main-menu ul li.submenu ul li {
    border: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .main-menu ul li.submenu ul ul {
    border-left: none;
    margin: 0 0 0 15px;
  }
  .main-menu {
    overflow-y: scroll;
    transform: translateX(-102%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .main-menu.show {
    transform: translateX(0);
    transform: translateY(auto);
  }
  .main-menu .show-submenu + ul {
    display: none;
    visibility: hidden;
  }
  .main-menu a.show-submenu + ul.show_normal {
    display: block;
    visibility: visible;
  }
}
ul#top_menu {
  float: right;
  padding: 0 0 0 22px;
  list-style: none;
  margin: 0 0 0 10px;
  position: relative;
}
ul#top_menu:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 32px;
  content: "";
  background-color: #fbfbfb;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  ul#top_menu {
    position: absolute;
    top: 11px;
    right: 15px;
    float: none;
  }
}
ul#top_menu > li {
  float: left;
  margin-left: 10px;
  font-weight: 500;
}
ul#top_menu > li:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  ul#top_menu > li:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  ul#top_menu {
    padding: 2px 0 0 0;
    margin: 0;
  }
  ul#top_menu:before {
    display: none;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: all 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -60px;
  z-index: 999;
  right: -10px;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 32px;
  font-size: 2rem;
  outline: none;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #222 !important;
  margin: 5px 0;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent !important;
  border: 2px solid #7e0535;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
  position: relative;
  margin: 0 5px;
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.3s ease;
  border: 2px solid #ccc;
}
.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  background-color: #7e0535 !important;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.margin_60_40 {
  padding-top: 60px;
  padding-bottom: 40px;
}
a.btn_1,
.btn_1 {
  border: none;
  background: #7e0535;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: normal;
}
a.btn_1:focus,
.btn_1:focus {
  outline: none;
}
a.btn_1:hover,
.btn_1:hover {
  background: #1f2f6a;
}
a.btn_1.small,
.btn_1.small {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 7px 15px;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_1.gray,
.btn_1.gray {
  background: #f0f0f0;
  color: #111 !important;
}
a.btn_1.gray:hover,
.btn_1.gray:hover {
  background-color: #ffc107;
  color: #111 !important;
}
.tooltip {
  line-height: 1.3;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
}
.tooltip.show {
  opacity: 0.8;
}
.opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}
.layer-is-visible {
  opacity: 1;
  visibility: visible;
}
.rotate-x {
  animation-duration: 0.5s;
  animation-name: rotate-x;
}
@keyframes rotate-x {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.dropdown.user {
  padding: 0;
  border: 0;
  margin-top: -6px;
  margin-bottom: 0;
}
.dropdown.user > a {
  float: left;
  padding: 10px 0 10px 45px !important;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .dropdown.user > a {
    padding-left: 0;
  }
}
.dropdown.user > a:hover {
  opacity: 0.8;
}
.dropdown.user > a figure {
  width: 34px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
}
@media (max-width: 767px) {
  .dropdown.user > a figure {
    display: none;
  }
}
.dropdown.user > a figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.dropdown.user > a:after {
  font-family: "Rajdhani", sans-serif;
  content: "\33";
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  margin: 0;
  line-height: 1;
  margin-top: -2px;
  margin-left: 5px;
  float: right;
}
.dropdown.user.show a:after {
  transform: rotate(180deg);
}
.dropdown.user .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  background: #121921;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 18px;
  width: auto;
  left: -1px !important;
  right: -1px !important;
  margin: 5px 0 0 0;
  min-width: inherit;
}
.dropdown.user .dropdown-menu h4 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.dropdown.user .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown.user .dropdown-menu ul li a {
  padding: 8px 0;
  line-height: 1;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ccc !important;
}
.dropdown.user .dropdown-menu ul li a i {
  margin-right: 8px;
}
.dropdown.user .dropdown-menu ul li a:hover {
  color: #fff !important;
}
.sticky .dropdown.user > a {
  color: #444;
}
.sticky .dropdown.user > a:hover {
  color: #7e0535 !important;
}
.nav-link {
  display: block;
  padding: 0 15px;
  height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  color: #7e0535;
}
.nav-link.disabled {
  color: #777;
}

footer {
  background-color: #7e0535;
  background: url(../img/footer-bg.png);
  background-repeat: repeat;
  padding: 60px 0 35px 0;
  position: relative;
}
footer::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #7e0535f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .container {
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding: 5px 0 15px 0;
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #7e0535;
  background: -webkit-linear-gradient(left, #7e0535, #1f2f6a);
  background: linear-gradient(to right, #7e0535, #1f2f6a);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
footer hr {
  border-color: rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  opacity: 1;
}
@media (max-width: 767px) {
  footer hr {
    border-color: transparent;
  }
}
footer h3 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222;
}
@media (max-width: 767px) {
  footer h3 {
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 -10px 0 -10px;
    padding: 15px 15px 15px 15px;
    display: block;
  }
}
footer .links ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  footer .links ul {
    margin-top: 15px;
  }
}
footer .links ul li {
  margin-bottom: 8px;
  line-height: 1.2;
}
footer .links ul li a {
  position: relative;
  color: #fff;
  opacity: 0.8;
  display: inline-block;
}
footer .links ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
  color: #222;
  opacity: 1;
}
footer .links ul li a:hover:after {
  opacity: 1;
  color: #222;
}
footer .links ul li a:after {
  font-family: "Rajdhani", sans-serif;
  content: "\24";
  position: relative;
  margin-left: 5px;
  top: 2px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@media (max-width: 767px) {
  #newsletter {
    margin-top: 20px;
  }
}
#newsletter h6 {
  margin: 15px 0 15px 0;
}
#newsletter button[type="submit"] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  top: 0;
  border: 0;
  padding: 0 10px;
  height: 40px;
  line-height: 44px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #7e0535;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
#newsletter button[type="submit"]:hover {
  background-color: #1f2f6a;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.96;
}
.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-close,
.mfp-arrow,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button.mfp-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -20px;
  display: block;
  right: -12px;
  cursor: pointer !important;
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  margin: 0px;
  background-color: transparent;
  outline: none;
  transform: translate3d(0, 0, 0);
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}
.mfp-arrow {
  opacity: 1;
  margin: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  outline: none !important;
}
.mfp-arrow:hover {
  background: #66676b;
  color: #fff;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 54%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto;
  border-radius: 4px;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 102%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.popup_wrapper {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.popup_wrapper .popup_close {
  color: #ffffff;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #000;
  width: 53px;
  height: 25px;
  line-height: 27px;
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_wrapper .popup_close:hover {
  background: #cc0000;
}
.mfp-bottom-bar {
  padding: 0 10px !important;
}
.mfp-counter {
  right: 10px !important;
  color: #fff !important;
}
.mfp-bg {
  opacity: 0.8 !important;
}
#toTop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  margin: 0 25px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: scale(0.7);
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toTop.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/* #toTop:after {
  font-family: 'Rajdhani', sans-serif;
  content: "\32";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */
#toTop:hover {
  background-color: #7e0535;
}
#toTop svg {
  width: 30px;
  height: 30px;
}
.my-toggle {
  background: transparent;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #888;
  cursor: pointer;
  font-size: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}
.hideShowPassword-wrapper {
  width: 100% !important;
}
.loader {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
.loader.newsletter {
  right: -22px;
}
.loader.register {
  color: #444;
}
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}
#cookie-bar .cb-enable {
  background: #1f2f6a;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #1f2f6a;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #7e0535;
}
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #1f2f6a;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  #cookie-bar {
    padding: 5px 0;
  }
}

/* New */

.bgg-light {
  background-color: #fff6f0;
}

.para {
  text-align: justify;
  line-height: 25px;
}

.title {
  font-size: 28px;
  font-weight: 700;
  color: #2e2e2d;
}

.sub-title {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #7e0535;
}

.mini-title {
  font-size: 22px;
  font-weight: 600;
  color: #2e2e2d;
}

.text-deep-dark {
  color: #000;
}

.bttn {
  background-color: #7e0535;
  padding: 10px 25px;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  max-width: fit-content;
}
.btn-100 {
  width: 100%;
  max-width: 100%;
}
.bttn:hover,
.bttn.text-white:hover {
  background: transparent;
  border: 2px solid #7e0535 !important;
  color: #7e0535 !important;
}

.img-fluid {
  width: 100%;
}

.welcome-box .images .col-md-6 img {
  height: 350px;
  margin-top: 20px;
  object-fit: cover;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.welcome-box .btn1 {
  width: 98%;
  margin: auto;
  border: 2px solid #7e0535;
  margin-bottom: 15px;
}
.welcome-box .btn1 .col-md-8 {
  text-decoration: none;
  color: #7e0535;
  padding: 5px 10px;
  font-size: 15px;
}
.welcome-box .btn1 .col-md-4 {
  text-decoration: none;
  color: #fff;
  background-color: #7e0535;
  padding: 5px 10px;
  font-size: 15px;
  text-align: center;
}

.welcome-box .wel-slider {
  position: relative;
}
.welcome-box .wel-slider::before {
  content: "";
  background-image: url(../img/svg/bg-slide.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  height: 90%;
  width: 100%;
  position: absolute;
  top: -8%;
  left: 8%;
}

.slick-prev {
  left: -1%;
}
.slick-next {
  right: -1%;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  padding: 10px 5px;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  z-index: 1;
  background-color: #7e0535;
}
.slick-prev:hover,
.slick-next:hover {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  padding: 10px 5px;
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  z-index: 1;
  background-color: #7e0535;
}

.about-box .images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-box .images img {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.courses-box .card1 {
  text-align: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  min-height: 470px;
  width: 30%;
  margin: 10px;
}
.courses-box .card1 .p1 {
  border: 2px solid #7e0535;
  background-color: #7e0535;
  padding: 6px 0;
  width: 80%;
  margin: auto;
  border-top: none;
  color: #fff;
  font-size: 14px;
}
.courses-box .card1 h2 {
  font-size: 20px;
  margin: 10px;
font-weight: bold;
}
.courses-box .card1 .para {
  margin: 10px;
  margin-bottom: 20px;
}
.courses-box .card1 .bttn-2 {
  width: 90%;
  background-color: #7e0535;
  padding: 10px 25px;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 14px;
  margin: 0 auto 20px auto;
}

.whyus-box .col-md-12 {
  border: 1px solid #7e0535;
  border-radius: 5px;
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  padding: 10px 10px 0 10px;
  cursor: pointer;
  background-color: #fff;
}
.whyus-box .col-md-12 .numbr {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #fff;
  padding: 2px;
  margin-right: 10px;
}
.whyus-box .col-md-12 p {
  text-align: justify;
}

.team-member,
.team-member .team-img {
  position: relative;
}

.team-member .team-img {
  height: 375px;
}

.team-member .team-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-member {
  overflow: hidden;
}
.team-member,
.team-member .team-img {
  position: relative;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
  top: 35%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}
.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}
.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}
.ourGuru-box .guruDiv .item .image img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 20px auto;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.ourGuru-box .guruDiv .item .image .name {
  text-align: center;
  font-size: 18px;
  color: #7e0535;
}

.YttcRishikesh-box .pop-box {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}
.YttcRishikesh-box .pop-box p {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  padding: 0 40px;
  border-left: 2px solid #7e0535;
  margin-bottom: 20px;
  margin-top: 20px;
}
.YttcRishikesh-box .pop-box .join-btn {
  display: flex;
  justify-content: center;
}

.onlineCourse-box .right-card {
  width: 48%;
  margin-left: auto;
  background: #fff;
  padding: 50px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}
.onlineCourse-box .right-card .col-md-4 img {
  width: 60%;
}

.teacher-box .teacherDiv .image {
  text-align: center;
}
.teacher-box .teacherDiv .image img {
  width: 200px;
  height: 180px;
  margin: 20px auto;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.teacher-box .teacherDiv .image .name {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.teacher-box .teacherDiv .image .prof {
  font-size: 15px;
  color: #7e0535;
}
.teacher-box .teacherDiv .image .exp {
  font-size: 14px;
  color: rgb(110, 110, 110);
}
.teacher-box #teacher-slider .col-md-4 {
  margin: 0 10px;
}

.location-box .icon-box {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.location-box .icon-box .box-one {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.location-box .icon-box .box-one .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.location-box .icon-box .box-one .icon img {
  width: 80%;
}
.location-box .icon-box .box-one h3 {
  font-size: 22px;
}
.location-box .icon-box ul li {
  list-style: none;
}
.location-box .icon-box ul li img {
  width: 8%;
  margin-right: 5px;
}

.location-box .facility-card {
  width: 47%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  padding: 0;
  padding-right: 12px;
  background-color: #fff;
  overflow: hidden;
}
.location-box .facility-card .image1 {
  background-image: url(../img/yoga/accommodation.webp);
  background-size: cover;
  background-position: center center;
}
.location-box .facility-card .image2 {
  background-image: url(../img/yoga/food.webp);
  background-size: cover;
  background-position: center center;
}
.location-box .facility-card .image3 {
  background-image: url(../img/yoga/excursion3.jpg);
  background-size: cover;
  background-position: center center;
}
.location-box .facility-card .image4 {
  background-image: url(../img/yoga/indoor-yoga.webp);
  background-size: cover;
  background-position: center center;
}
.location-box .facility-card .col-md-8 {
  padding: 10px;
}
.location-box .facility-card .col-md-8 .para {
  padding: 0;
}

.review-box .review-card {
  width: 90%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 60px auto 15px;
  padding: 10px 30px 10px 30px;
  background: #fff;
}
.review-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.review-box .review-card .pic {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #7e0535;
  padding: 2px;
}
.review-box .review-card .name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.review-box .review-card .course {
  font-size: 14px;
  color: #7e0535;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 5px;
}
.review-box .review-card .rating {
  width: 100px;
  margin: auto;
  margin-bottom: 10px;
}

.sec {
  font-size: 1.2vw;
  width: 100%;
  padding: 1vw;
  cursor: pointer;
  margin-top: 0.5vw;
  background-color: #fff;
  text-align: left;
  color: #9e9e9e;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.collapsable {
  width: 100%;
  padding: 2vw;
  font-size: 1.2vw;
  display: none;
  color: #757575;
  background-color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.sec i {
  font-size: 1.4vw;
  color: #838383;
}

.footer .para {
  color: #fff;
  line-height: 22px;
  margin-top: 10px;
}
.footer a {
  color: #fff;
}
.footer .social-icon {
  margin-top: 20px;
}
.footer .social-icon a {
  color: #fff;
  padding-right: 20px;
  font-size: 20px;
}
.footer .col-md-3 p {
  margin-bottom: 0.5rem;
}
.footer-logo {
  max-width: 150px;
}
.quick-links {
  display: flex;
  gap: 16px;
}
.quick-links a {
  background-color: #fff;
  color: #7e0535;
  font-weight: bold;
  text-align: center;
  padding: 6px 10px;
  border-radius: 10px;
}
.footer .col-md-3 p a {
  text-decoration: none;
  color: #fff;
}
.footer .col-md-3 p i {
  color: #7e0535;
  margin-right: 4px;
}
.footer .links ul {
  padding-left: 0;
}
.footer .links ul li {
  display: inline-flex;
  background-color: #7e0535;
  padding: 4px 15px;
  transform: skew(-20deg);
  margin: 5px;
}
.footer .links ul li a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: 13px;
}
.footer .end-footer {
  border-top: 1px solid #ffb380;
  padding: 5px 0;
}

@media screen and (max-width: 1024px) {
  .courses-box .card1 {
    min-height: 500px;
  }
  .footer .social-icon a {
    padding-right: 16px;
    font-size: 18px;
  }
  .onlineCourse-box .right-card .col-md-4 img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
    font-weight: 600;
  }
  .sub-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center !important;
  }
  .mini-title {
    font-size: 20px;
    font-weight: 500;
  }
  .about-box .images img {
    height: 300px;
    object-fit: cover;
  }
  .courses-box .card1 {
    min-height: 500px;
    width: 100%;
  }
  .courses-box .card1 img.img-card {
    height: 280px;
    object-fit: cover;
  }
  .whyus-box .col-md-12 {
    width: 100%;
  }
  .yogaInRishikesh-box .col-md-12 img {
    height: 400px;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .YttcRishikesh-box p {
    text-align: justify;
  }
  .YttcRishikesh-box .pop-box .col-md-8 {
    width: 100%;
  }
  .YttcRishikesh-box .pop-box .col-md-4 {
    width: 100%;
  }
  .YttcRishikesh-box .pop-box p {
    border: none;
    font-size: 23px;
    text-align: center;
  }
  .onlineCourse-box .right-card .col-md-4,
  .onlineCourse-box .right-card .col-md-8 {
    width: 100%;
    text-align: center;
  }
  .onlineCourse-box .right-card .col-md-4 img {
    width: 20%;
    margin-bottom: 10px;
  }
  .location-box .facility-card {
    width: 100%;
  }
  .location-box .facility-card .col-md-8 {
    width: 100%;
    padding-left: 20px;
  }
  .location-box .facility-card .col-md-4 {
    height: 280px;
    width: 100%;
  }
  .sec {
    font-size: 2vw;
    width: 100%;
    padding: 2.5vw;
    margin-top: 1.5vw;
  }
  .collapsable {
    width: 100%;
    padding: 2.5vw;
    font-size: 2vw;
    display: none;
  }
  .sec i {
    font-size: 3vw;
  }
  .footer .col-md-3 {
    margin-bottom: 25px;
  }
  .location-box .icon-box .box-one {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .title {
    font-size: 22px;
    font-weight: 600;
  }
  .mini-title {
    font-size: 19px;
    font-weight: 500;
  }
  .courses-box .card1 {
    min-height: 480px;
    width: 96%;
  }
  .courses-box .card1 img.img-card {
    height: 250px;
  }
  .whyus-box .col-md-12 {
    width: 96%;
  }
  .YttcRishikesh-box .pop-box {
    width: 98%;
    margin: auto;
    padding-bottom: 20px;
  }
  .YttcRishikesh-box .pop-box p {
    font-size: 22px;
    padding: 0 10px;
  }
  .location-box .facility-card {
    width: 96%;
  }
  .onlineCourse-box .right-card {
    width: 96%;
    margin: auto;
  }
}

@media screen and (max-width: 415px) {
  .courses-box .card1 img.img-card {
    height: 230px;
  }
  .location-box .facility-card .col-md-4 {
    height: 260px;
  }
}

@media screen and (max-width: 360px) {
  .location-box .facility-card .col-md-4 {
    height: 240px;
  }
}

/* new */

.btn1 {
  border: 2px solid #ffa07a; /* Light Salmon color for the border */
  border-radius: 8px;
  padding: 20px;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn1 a {
  display: block;
  font-size: 1.25rem; /* Larger font size for better readability */
  color: #333; /* Darker text for better contrast */
  text-decoration: none;
  margin-bottom: 8px;
}

.btn1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.levels {
  color: #777; /* Grey color for the level description */
  font-size: 0.9rem;
}
/* Base styles to ensure consistency */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Adding some padding and a light background to the overall courses container */
.courses-box {
  background-color: #f9f9f9;
  padding: 2rem 0;
}

/* Styling for the course cards */
.card1 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 1rem;
  transition: transform 0.3s ease-in-out;
}

/* Slightly raise the card on hover for a subtle effect */
.card1:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Styling the image to fit nicely */
.card1 img.img-card {
  width: 100%;
  height: 250px;
  display: block;
}

/* Padding inside the card for text */
.card1 h2,
.card1 .para,
.card1 .p1,
.card1 .bttn-2 {
  padding: 0.8rem;
}

/* Styling the title */
.card1 h2 {
  color: #333;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

/* Styling for the paragraph */
.card1 .para {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}

/* Level indicator (beginner, intermediate, advanced) */
.card1 .p1 {
  background-color: #fff0e6;
  color: #7e0535;
  font-weight: bold;
  border: none;
  text-transform: uppercase;
  font-size: 0.85rem;
}

/* Button styling */
.card1 .bttn-2 {
  background-color: #7e0535; /* Orange color for the button */
  color: #fff; /* White text for readability */
  text-transform: uppercase; /* Capitalize text */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Align properly without full width */
  padding: 10px 20px; /* Padding for spacing */
  margin-top: 10px; /* Spacing from the text above */
  border-radius: 20px; /* Rounded edges */
  transition: background-color 0.3s ease, color 0.3s ease; /* Transition for hover effect */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* subtle shadow for depth */
  font-weight: 600; /* making the text a bit bolder */
}

/* Hover effect for the button to give feedback on interaction */
.card1 .bttn-2:hover {
  background-color: #ff7f50; /* Lighter orange on hover */
  color: #fff; /* Keeping text white for contrast */
  text-decoration: none; /* Ensuring no underline appears */
}

/* Responsive design adjustments for smaller screens */
@media (max-width: 768px) {
  .courses-box .row {
    display: flex;
    flex-direction: column;
  }

  .courses-box .card1 {
    margin: 1rem auto; /* Centering cards on small screens */
    max-width: 90%; /* Setting max width for small screens */
  }
}

/* Additional responsive handling for very small screens */
@media (max-width: 480px) {
  .courses-box .card1 {
    max-width: 95%; /* Allowing more margin on the smallest screens */
  }

  .card1 .bttn-2 {
    padding: 8px 15px; /* Adjusting padding for smaller buttons */
    font-size: 0.9rem; /* Adjusting font size for smaller screens */
  }
}

/* Ensuring images don't appear too large on small screens */
.card1 img.img-card {
  max-height: 300px; /* Limiting image height on small screens */
  object-fit: cover; /* Ensuring images cover the area properly */
}

/* Adjust heading size on smaller screens for better readability */
.card1 h2 {
  font-size: 1.2rem; /* Smaller font size for headings on small screens */
}

/* Adjust paragraph size on smaller screens to prevent too narrow text */
.card1 .para {
  font-size: 0.9rem; /* Smaller font size for paragraphs on small screens */
}

/* Aligning the 'level' label to the center for a cleaner look */
.card1 .p1 {
  display: block; /* Block level for centering text */
  margin: 0.5rem auto; /* Auto margins for horizontal centering */
  width: fit-content; /* Fit the content width */
}

/* Ensuring the button is centered under the text */
.card1 .bttn-2 {
  display: block; /* Block display for the button */
  margin: 1rem auto; /* Auto margins for horizontal centering */
  width: fit-content; /* Fit the content width */
}

.span-underline {
  /*background-image: url(images/underline.svg);*/
  background-image:url("images/underline.png");
  /*background-position: 50% 100%;*/
  background-repeat: no-repeat;
   background-size: contain;
  background-position:center;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.arrow {
  width: 120px !important;
  position: absolute;
  top: auto;
  bottom: -28%;
  left: auto;
  right: 35%;
}

.img-slider {
  width: 100%;
  height: 100%; /* Full height of the viewport */
  min-height: 500px;
}

.img-slide {
  width: 100%;
  height: 100%; /* Full height of the viewport */
  min-height: 500px;
  background-size: cover;
  background-position: center;
}
#rotating-svg {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}
.icon-ttc {
  height: 100px;
  width: 100px;
  background: #ffffff;
  position: absolute;
  margin-top: -50px;
  margin-left: 20px;
  padding: 15px;
  border-radius: 50%;
}
.course-list {
  list-style: none;
  text-align: left;
}
.course-list li {
  padding: 8px 10px;
}
.course-list i {
  color: #7e0535;
  margin-right: 5px !important;
}
.guru-slider .image-guru {
  height: 280px; /* Set a fixed height */
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guru-slider .guru {
  margin: 10px;
}
.guru {
  width: 200px;
}

.border-guru {
  padding: 25px;
  height: 100%;
  width: 100%;
  position: relative;
}

.image-guru::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(../img/guru-border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 280px;
  width: 280px;
}

.guru-text {
  font-family: "Playball", cursive;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.guru-slider img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}
.yoga-card-container {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 20px;
}

.yoga-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 400px;
  background-color: #7e0535;
  color: #fff;
  flex-wrap: wrap;
  padding: 1rem;
}

.yoga-card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}
.yoga-card-image img {
  width: 100%;
  max-width: 150px;
  height: auto;
  filter: invert(1);
}

.yoga-card-content {
  padding: 10px;
}

.yoga-card-content h4 {
  margin-top: 0;
}
.yoga-card-content p {
  margin-bottom: 0;
  text-align: justify;
}

/* Responsive layout */
@media (max-width: 600px) {
  .yoga-card {
    flex-direction: column;
  }
}
.brand-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-icon img {
  max-width: 100%;
  max-height: 100px !important;
  cursor: pointer;
  width: 200px;
  height: auto;
  object-fit: contain;
}
.brand-icon img:hover {
  filter: grayscale(0);
}
.nys-single-newsletter {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
}
.nys-newsfeed-header {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.nys-newsfeed-header img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.5s ease, filter 0.5s ease; /* Smooth transition for transform and filter */
}

.nys-single-newsletter:hover img {
  filter: grayscale(0);
  transform: scale(1.25) rotate(3deg); /* Slight zoom and rotate */
}

.nys-newsfeed-header-content {
  position: absolute;
  bottom: 0px;
  left: 10px;
  background: #7e0535;
  padding: 10px;
  color: #fff;
}
.nys-newsfeed-footer {
  padding: 20px;
}
.nys-newsfeed-footer a {
  font-size: 18px;
  margin-top: 20px;
}
.sub-title::after {
  content: "";
  display: block;
  background: url(../img/underline.png) no-repeat;
  background-size: contain;
  background-position:center;
  width: 300px;
  height: 32px;
}
.heading-box.text-center .sub-title::after {
  margin: auto;
}

.contact-info .address-box {
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
}

.contact-info .address-box i {
  background-color: #7e0535;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 10px;
}

.contact-info .form-box {
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 50px 30px;
  background-color: #fff;
  height: calc(100% - 20px);
}

.carousel-pdetails-box .course-detail-card {
  width: 100%;
  border: 3px solid #7e0535;
  padding: 25px;
  background-color: #fff6f0;
}
.carousel-pdetails-box .course-detail-card p {
  border-bottom: 1px solid #7e05357a;
  padding: 8px 0;
  font-size: 16px;
  margin-bottom: 0;
}
.carousel-pdetails-box .course-detail-card p .que {
  font-weight: 600;
}
.carousel-pdetails-box .course-detail-card p .value {
  font-weight: 400;
  float: right;
}
.carousel-pdetails-box .course-detail-card .price-box {
  display: flex;
  justify-content: space-between;
}
.carousel-pdetails-box .course-detail-card .price-box .price {
  display: flex;
  flex-direction: column;
}
.carousel-pdetails-box .course-detail-card .price-box .price .p1 {
  font-size: 28px;
  font-weight: 600;
}
.carousel-pdetails-box .course-detail-card .price-box .price .p2 {
  font-size: 13px;
  font-weight: 400;
}

.all-linkbox {
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 120px;
}
.hero-container .all-linkbox a {
  margin-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px dashed #000;
  background-color: #7e053547;
  cursor: pointer;
  color: #000;
}
.hero-container .all-linkbox a:last-child {
  border-bottom: none;
}
.hero-container .all-linkbox a img {
  width: 5%;
  margin-right: 8px;
}
.list-group-item-action:hover {
  color: #777;
}
.hero-container .all-linkbox a.active img {
  filter: brightness(0) invert(1);
}
.hero-container .all-linkbox a span {
  font-size: 15px;
}
.hero-container .all-linkbox a:hover span {
  color: #000;
}
a.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #7e0535;
  border-color: #7e0535;
}

.hero-container .overview-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
}
.line {
  display: block;
  background: url(../img/underline.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 30px;
  margin: 0 auto;
}
.hero-container .included-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .included-box .included {
  border-bottom: 1px solid #ffaccd91;
  padding: 22px 20px;
}
.hero-container .included-box .included img {
  width: 8%;
  margin-right: 10px;
}
.hero-container .included-box .included span {
  font-size: 16px;
}

.hero-container .whyChoose-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .whyChoose-box .col-lg-12 {
  margin-top: 10px;
}
.hero-container .whyChoose-box .col-lg-12 img {
  width: 3%;
}

.image-wrapper-slider {
  width: 100%;
  height: 450px;
  position: relative;
}
.image-wrapper-slider img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnail-wrapper-slider {
  width: 130px;
  height: 70px;
  position: relative;
}
.thumbnail-wrapper-slider img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.thumbnail-slider .slick-slide {
  margin: 10px; /* Add space between thumbnails */
}
.thumbnail-slider .slick-slide img {
  border: 2px solid transparent; /* Optional border for thumbnails */
}
.thumbnail-slider .slick-current img {
  border-color: #333; /* Highlight the current thumbnail */
}
.hero_single.inner_pages {
  height: 480px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ededed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.hero_single.inner_pages h1 {
  padding-top: 45px;
  color: #fff;
  text-align: center;
}
.hero_single .opacity-mask p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.hero_single .opacity-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-container .eligibility-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .eligibility-box .elig-list {
  display: flex;
  align-items: flex-start;
}
.hero-container .eligibility-box .elig-list img {
  width: 3%;
  margin-right: 8px;
  margin-top: 1px;
}

.hero-container .curriculum-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}

.hero-container .daily-schedule-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .daily-schedule-box .timeline-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
}
.hero-container .daily-schedule-box .timeline-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #7e0535;
}
.hero-container .daily-schedule-box .timeline-box .spn1 {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 10px;
}
.hero-container .daily-schedule-box .timeline-box .spn1::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 12px;
  height: 1px;
  background-color: #7e0535;
}
.hero-container .daily-schedule-box .timeline-box .spn2 {
  margin-bottom: 25px;
  color: #7e0535;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
}
.hero-container .daily-schedule-box .time-box {
  background-color: white;
  border: 2px solid #7e0535;
  padding: 0 20px;
  padding-bottom: 10px;
  margin-top: 35px;
}
.hero-container .daily-schedule-box .time-box .time {
  background-color: #7e0535;
  color: white;
  padding: 5px 20px;
  position: relative;
  bottom: 12px;
  font-weight: bold;
}
.hero-container .daily-schedule-box .time-box .content {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-container .daily-schedule-box .time-box img {
  width: 10%;
}

.hero-container .certificate {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}

.hero-container .food-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .food-box .accom-box {
  text-align: center;
}
.hero-container .food-box .accom-box img {
  width: 95%;
  height: 250px;
  object-fit: cover;
  margin: auto;
}
.hero-container .food-box .accom-box span {
  font-size: 16px;
  color: #7e0535;
  font-weight: 600;
}

.hero-container .datesfee-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .datesfee-box .col-lg-6 {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.hero-container .datesfee-box .col-lg-6 .txt {
  font-size: 16px;
  font-weight: 700;
}
.hero-container .datesfee-box .col-lg-6 .price {
  font-size: 17px;
  margin-top: 5px;
}
.hero-container .datesfee-box table thead {
  background-color: #7e0535;
  color: #fff;
}
.hero-container .datesfee-box table tbody {
  font-size: 16px;
  font-weight: 600;
}

.hero-container .location-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .location-box .teacher-slider-200 .teacher-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}
.hero-container .location-box .teacher-slider-200 .teacher-card .image-card {
  width: 345px;
  border: 10px solid #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.hero-container
  .location-box
  .teacher-slider-200
  .teacher-card
  .image-card
  img {
  width: 345px;
  height: 280px;
  object-fit: cover;
}
.hero-container .location-box .teacher-slider-200 .teacher-card h5 {
  color: #7e0535;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 2px;
  text-align: center;
}
.hero-container .location-box .teacher-slider-200 .teacher-card span {
  font-size: 16px;
}
.hero-container .location-box .teacher-slider-200 .teacher-card i {
  font-size: 15px;
  padding: 10px;
  text-align: justify;
}

.hero-container .facilities-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.hero-container .facilities-box .elig-list {
  display: flex;
  align-items: flex-start;
}
.hero-container .facilities-box .elig-list img {
  width: 3%;
  margin-right: 8px;
  margin-top: 1px;
}

.testimonial-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.testimonial-box .test-card,
.review-box .test-card {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
}
.testimonial-box .test-card .upper-div,
.review-box .test-card .upper-div {
  margin-bottom: 12px;
}
.testimonial-box .test-card .upper-div img,
.review-box .test-card .upper-div img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-right: 10px;
  object-fit: cover;
}
.testimonial-box .test-card .upper-div span,
.review-box .test-card .upper-div span {
  font-size: 18px;
  font-weight: 700;
}
.bg-banner {
  background: url(../img/yoga/parallex-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.bg-kundalini {
  background: url(../img/kundalini-bg.webp);
  background-attachment: fixed;
  background-size: cover;
}

.books-box {
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}
.books-box .book-card {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border: 5px solid #fff;
  margin: 20px;
}
.books-box .book-card img {
  height: 420px;
}
.books-box .book-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}
.books-box .book-card .dwn {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.booking-form-container {
  padding: 75px 50px;
  margin: 0 auto;
}
.booking-form-container input,
.booking-form-container select,
.booking-form-container textarea {
  border: 2px solid #7e0535;
  padding: 8px;
}
.booking-form-container input,
.booking-form-container select {
  border-left: none;
}
.booking-form-container span.input-group-text {
  padding: 10px 12px;
  background: #7e0535;
  border-radius: 0.375rem 0 0 0.37rem;
  border: 2px solid #7e0535;
  color: #fff;
  min-height: 45px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-form-container .input-group {
  margin: 10px 0;
}
.booking-form-container .bttn {
  padding: 10px 40px;
}

.payment-box {
  padding: 75px 0;
}
.payment-box .pay-card {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  border-radius: 20px;
  margin-top: 40px;
}
.payment-box .pay-card .heading {
  background-color: #7e0535;
  padding: 12px 20px;
}
.payment-box .pay-card .heading h4 {
  color: #fff;
  margin-bottom: 0;
}
.payment-box .pay-card .fees-num {
  background-color: #7e0535;
  padding: 20px;
  margin: 40px 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
.payment-box .pay-card .fees-num .price {
  font-size: 25px;
  margin-bottom: 20px;
}
.payment-box .pay-card .fees-num .pchrge {
  font-size: 16px;
}
.payment-box .pay-card .fee-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payment-box .pay-card .fee-btn h6 {
  font-size: 25px;
  font-weight: 700;
}
.payment-box .pay-card .fee-btn div {
  font-size: 16px;
  background-color: #808080;
  padding: 8px 15px;
  color: #fff;
  margin: 10px 0;
}
.payment-box .pay-card .fees-num2 img {
  width: 80%;
  margin: 40px 20px;
}

.footer .col-md-6 p img {
  width: 7%;
  margin-right: 5px;
}

.topbar .circle-icons i, .footer .social-icon i {
  font-size: 14px;
  padding: 10px;
  background-color: #fff;
  color: #7e0535;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.accordion-button {
  color: #000;
  background-color: #7e053547;
  box-shadow: none;
  border: 1px solid #7e0535;
}

button.accordion-button:not(.collapsed),
button.accordion-button:hover {
  background-color: #7e0535;
  color: #fff;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bttn[disabled] {
  background-color: #666;
  cursor: not-allowed;
  pointer-events: none; /* Disable pointer events */
  text-decoration: none; /* Optionally remove underline */
  /* Add any additional styles as needed */
}
span.user-icon-g {
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #4caf50;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px !important;
  margin-bottom: 10px;
}

.ed-img {
  border: 2px solid #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.touch-box .box {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.touch-box .box .image-icon {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  width: 80px;
  height: 80px;
  padding: 10px;
  margin-bottom: 20px;
}
.touch-box .box .image-icon img {
  width: 100%;
}
.touch-box .box h5 {
  font-size: 25px;
  font-weight: 500;
  text-decoration: underline;
}
ul.custom-list {
  list-style: none;
  padding: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 30px; /* Adjust as needed based on your design */
  margin-bottom: 8px; /* Adjust as needed based on your design */
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../img/icon/chakra.png") no-repeat;
  background-size: contain;
}
.text-primary {
  color: #7e0535 !important;
}
#whatsapp-btn {
  position: fixed;
  bottom: 80px;
  right: 25px;
  height: 46px;
  display: flex;
  width: 46px;
  background-color: #25d366; /* WhatsApp green color */
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  font-size: 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  align-items: center;
  justify-content: center;
}

#whatsapp-btn:hover {
  background-color: #128c7e; /* Darker shade on hover */
}
/* Custom CSS for Yoga Cards in .yoga-card-container */
.yoga-card-container .yoga-card {
  margin-bottom: 20px;
}

.yoga-card-container .card {
  transition: transform 0.2s;
}

.yoga-card-container .card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.yoga-card-container .card-title {
  font-size: 1.25rem;
}

.yoga-card-container .card-text {
  font-size: 0.9rem;
  line-height: 1.4;
}

.yoga-card-container .yoga-card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

/* .yoga-card-container .yoga-card-content {
  padding: 20px 20px 0;
} */

/* Center the yoga card titles on smaller screens */
@media (max-width: 768px) {
  .yoga-card-container .card-title {
    text-align: center;
  }
}
.book-info {
  position: relative;
  padding: 5px 20px 10px 20px;
  text-align: center;
}
.book-info span {
  display: block;
  margin-bottom: 10px;
}
.find-us-image img {
  width: 80px;
  margin-bottom: 20px;
}

.quick-tags {
  margin: 40px auto 0;
  padding: 40px 0;
  border-top: 1px solid #fff;
  text-align: center;
}
.quick-tags a {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
}

.image-frame, .image-frame img {
  position: relative;
}
.image-frame img {
  z-index: 1;
  border: 5px solid #fff;
}
.image-frame-dark img {
  z-index: 1;
  border: 5px solid #000;
}

.chakra-frame::after {
  content: "";
  background-image: url("../img/icon/chakra-border.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -25px;
  z-index: 0;
  width: 50px;
  aspect-ratio: 1;
  animation: rotate 15s linear infinite; /* 2s duration, linear timing, infinite loop */
}
.chakra-frame::before {
  content: "";
  background-image: url("../img/icon/chakra-border.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  left: -25px;
  z-index: 0;
  width: 50px;
  aspect-ratio: 1;
  animation: rotate 15s linear infinite; /* 2s duration, linear timing, infinite loop */
}

@keyframes rotate {
  from {
    transform: rotate(0deg); /* Starting position */
  }

  to {
    transform: rotate(360deg); /* Ending position (full rotation) */
  }
}
.image-frame {
  border: 5px solid #7e0535;
}

@media screen and (max-width: 768px) {
  .topbar .links {
    justify-content: center !important;
  }
  .topbar .links a {
    font-size: 14px;
  }
  .topbar .links a i {
    display: none;
  }
  .topbar .circle-icons {
    display: none !important;
  }
  #rotating-svg {
    display: none;
  }
  .welcome-box .wel-slider::before {
    display: none;
  }
}

.new-cols {
  margin: 0 auto;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.three-lights {
  margin-bottom: 40px;
}
.three-lights .smallCard {
  background-color: #7e0535;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.find-us-media-box {
  text-align: center;
}

.about-teacher-box .teach-card {
  background-color: #fff6f0;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1), -1px -1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}
.about-teacher-box .teach-card .col-lg-8 {
  padding: 50px;
}
.about-teacher-box .teach-card .col-lg-4 {
  position: relative;
}
.about-teacher-box .teach-card .col-lg-4::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 102%;
  background-color: #fff6f0;
  top: 0;
  right: -32px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.about-teacher-box .teach-card2 {
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1), -1px -1px 5px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}
.about-teacher-box .teach-card2 .col-lg-8 {
  padding: 50px;
}
.about-teacher-box .teach-card2 .col-lg-4 {
  position: relative;
}
.about-teacher-box .teach-card2 .col-lg-4::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 102%;
  background-color: #fff;
  top: 0;
  left: -32px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.gallery-item, .book-card, .test-card {
  height: auto !important;
}


@media screen and (max-width: 767px) {
  .heading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .find-us-media-box {
    margin: 20px 0;
  }
  .books-box {
    padding: 10px;
  }
  .booking-form-container {
    padding: 75px 5px;
  }
  .about-container .para {
    text-align: justify !important;
  }
  .course-detail-card {
    margin: 20px 0;
    padding: 15px;
  }
  .hero-container .overview-box {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .hero-container .overview-box .image-frame {
    margin: 10px 0;
  }
  .hero-container .whyChoose-box, 
  .hero-container .eligibility-box, 
  .hero-container .location-box,
  .hero-container .included-box,
  .hero-container .curriculum-box,
  .hero-container .daily-schedule-box,
  .hero-container .certificate,
  .hero-container .food-box,
  .hero-container .datesfee-box,
  .hero-container .facilities-box,
  .testimonial-box,
  .hero-container .curriculum-box {
    padding: 20px 15px;
  }
  .about-teacher-box .teach-card .col-lg-8,
  .about-teacher-box .teach-card2 .col-lg-8 {
    padding: 15px;
  }
  .about-teacher-box .teach-card .col-lg-4::before,
  .about-teacher-box .teach-card2 .col-lg-4::before {
    display: none;
  }
  .teacher-about .col-md-12 {
    text-align: justify !important;
  }
}

#new-teacher-section .team-member{
    border:2px solid #7e0535 !important;
    padding:3px;
}
#new-teacher-section .team-title {
    position: relative;
    padding: 10px 16px;
    display: block;
    letter-spacing: 2px;
    width: 86%;
    margin-left: auto;
    background-color: #7e0535;
    margin-right: auto;
    margin-top: -30px;
    z-index: 999;
}
#new-teacher-section .team-member .team-img {
    height: 415px !important;
}
.col-lg-8.scrollspy-example .line{
        background-position: center;
}

