/* 
========================================== 
General CSS
========================================== 
*/
:root {
  --srmpurple: #49378d;
  --srmgolden: #f0e9e1;
  --bodyFont: "Satoshi-Regular", sans-serif;
  --headingfont: "Satoshi-Bold", serif;
  --pageBg: #fefefe;
  --baseFont: 16px;
  --headingcolor: #25232b;
  --srmorange: #cf9e69;
  --paracolor: #6b6970;
}
html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
body {
  font-family: var(--bodyFont);
  font-display: swap;
  line-height: normal;
  line-height: 150%;
}

.editors_data p {
  margin-top: 20px!important;
  color:#6b6970;
}
.editors_data h1,
.editors_data h2,
.editors_data h3,
.editors_data h4,
.editors_data h5,
.editors_data h6{
  font-family: var(--headingfont);
  margin-top:30px!important;
}
.editors_data.tbbtm_left p {
  margin-top: 0px!important;
}
.editors_data.tbbtm_left h1,
.editors_data.tbbtm_left h2,
.editors_data.tbbtm_left h3,
.editors_data.tbbtm_left h4,
.editors_data.tbbtm_left h5,
.editors_data.tbbtm_left h6{
  margin-top:0px!important;
}
.editors_data ul li ul{
  margin-top: 0px !important;
}
.editors_data ul li{
 list-style-type: disc !important;
    color:#6b6970;

}
.editors_data ul{
  padding-left: 25px !important;
    margin-top: 6px;
}
.editors_data ol{
  margin-top: 10px !important;
  padding-left: 25px !important;
}
.editors_data ol li{
  list-style-type: decimal !important;
    color:#6b6970;
 
}
.editors_data strong{
  font-size: 16px !important;
  font-weight: 400 !important;
}

.editors_data img{
  margin-top: 30px !important;
   width: 100% !important;
   border-radius: 10px !important;
}

.editors_data figure{
  width: 100% !important;
}
.editors_data a{
  color: #CF9E69 !important;
  transition: .5s ease all !important;
}
.editors_data a:hover{
  color: #49378D !important;
}



/* to hide he scrollbar add the class hideScroll */
.hideScroll::-webkit-scrollbar{
    display: none;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6,
.p1,
.p2,
.p3,
.p4,
.p5,
.p6
 {
  margin: 0;
  padding: 0;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}


ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
.p1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}
h1.font-32 {
  font-size: 32px;
}
.font-32-p1 {
  font-size: 32px;
}
h1.font-48 {
  font-size: 48px;
}
h1.letter-space-h3 {
  letter-spacing: -0.7px;
  font-weight: 900;
}
.font-48-h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
}
.p2 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
}
h2.font-48 {
  font-size: 48px;
}
.font-48-p2 {
  font-size: 48px;
}
h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.7px;
}
.p3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.7px;
}
.font-32-p3 {
  font-size: 32px;
}
h3.font-32 {
  font-size: 32px;
}
h3.font-26 {
  font-size: 26px;
}
.font-26-p3 {
  font-size: 26px;
}
h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}
.p4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}
.p5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}
h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
}
.p6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 128%;
}
h6.font-16 {
  font-size: 16px;
}
.font-16-p6 {
  font-size: 16px;
}
p {
  font-size: var(--baseFont);
  font-weight: 400;
  margin: 0px;
  line-height: 150%;
}
p.font-14 {
  font-size: 14px;
  line-height: 150%;
}
p.small {
  font-size: 12px;
  line-height: 150%;
}
p.small-med {
  font-weight: 500;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.spacer {
  padding: 90px 0;
}
.spacer-120 {
  padding: 60px 0;
}

.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
button:focus {
  outline: 1px dotted;
  outline: none;
}
img {
  width: 100%;
  height: 100%;
}
/*Buttons*/

/*Input*/
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}
.pad-bot0 {
    padding-bottom: 0!important;
}

/* Animation CSS start */
.trans {
  overflow: hidden;
}
.trans-first {
  padding-bottom: 5px;
  transition: 1s ease all;
  transition-delay: 0.2s;
}
.trans-second {
  transition: 1s ease all;
  transition-delay: 0.5s;
}
.trans-third {
  transition: 1s ease all;
  transition-delay: 0.8s;
}
.trans-forth {
  transition: 1s ease all;
  transition-delay: 1.1s;
}
.trans-five {
  transition: 1s ease all;
  transition-delay: 1.5s;
}

.trans p,
.trans h1,
.trans h2,
.trans h3,
.trans h4,
.trans h5,
.trans h6,
.trans .custom-btn {
  transform: translateY(120%);
}
.choose-tag.trans div {
  transform: translateY(100%);
}
.active .trans p,
.active .trans h1,
.active .trans h2,
.active .trans h3,
.active .trans h4,
.active .trans h5,
.active .trans h6,
.active .trans .custom-btn {
  transform: translateY(0);
}

.active .choose-tag.trans div {
  transform: translateY(100%);
}
.element.in-viewport .trans p,
.element.in-viewport .trans h1,
.element.in-viewport .trans h2,
.element.in-viewport .trans h3,
.element.in-viewport .trans h4,
.element.in-viewport .trans h5,
.element.in-viewport .trans h6,
.element.in-viewport .trans .custom-btn {
  transform: translateY(0);
}
.was-in-viewport .trans p,
.was-in-viewport .trans h1,
.was-in-viewport .trans h2,
.was-in-viewport .trans h3,
.was-in-viewport .trans h4,
.was-in-viewport .trans h5,
.was-in-viewport .trans h6,
.was-in-viewport .trans .custom-btn {
  transform: translateY(0);
}
.was-in-viewport .our-centre-box {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.was-in-viewport .choose-feat-img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.stay {
  overflow: hidden;
}
.no-stay {
    overflow: auto!important;
}
.navopen {
    overflow: hidden;
    position: relative;
}
.navopen::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.5s ease all;
    z-index: 99;
}

/* Spacer Start */
.spacer {
  padding: 60px 0;
}
.spacer-160 {
  padding: 65px 0;
}
.break-point {
  border-top: 1px solid #efd7bd;
}
.spacer-80 {
  padding: 40px 0;
}
/* Spacer End */

/* swiper custom css start */
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  height: auto;
}
/* swiper custom css End */
.center {
  text-align: center;
}

/* Loader Start CSS */
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
      180deg,
      rgba(78, 62, 136, 0.2) 67.02%,
      rgba(0, 0, 0, 0.2) 97.11%
    ),
    linear-gradient(
      180deg,
      rgba(92, 69, 183, 0.2) 0%,
      rgba(27, 16, 64, 0.2) 20.04%
    ),
    linear-gradient(180deg, #49378d 0%, #3d2c7d 50%, #49378d 100%);
  z-index: 100000;
  transition: opacity 0.8s cubic-bezier(0.82, 0, 0.36, 1),
    height 0.6s cubic-bezier(0.82, 0, 0.36, 1);
  flex-direction: column;
  gap: 70px;
  overflow: hidden;
}
.loader.active {
  height: 0vh;
  transition: opacity 0.8s cubic-bezier(0.82, 0, 0.36, 1),
    height 1.2s cubic-bezier(0.82, 0, 0.36, 1) 0.2s;
}
.loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-image: url(../img/loader-overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.loader-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.loading {
  display: flex;
  flex-direction: row;
}
.loading h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--headingfont);
  color: #fff;
}
span[class^="dot-"] {
  opacity: 0;
}
.dot-one {
  animation: dot-one 2s infinite linear;
}
.dot-two {
  animation: dot-two 2s infinite linear;
}
.dot-three {
  animation: dot-three 2s infinite linear;
}
@keyframes dot-one {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot-two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dot-three {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loader-img {
  transform: scale(1);
  opacity: 1;
  transition: 0s cubic-bezier(0.82, 0, 0.36, 1) 1s;
}
.loader.active .loader-img {
  /* transform: scale(0.8); */
  /* opacity: 0; */
  /* transition: 0.6s cubic-bezier(0.82, 0, 0.36, 1) 0s; */
}
.loader-flex-box {
  transform: scale(1);
  opacity: 1;
  transition: 0s cubic-bezier(0.82, 0, 0.36, 1) 1s;
}
.loader.active .loader-flex-box {
  /* transform: scale(0.8); */
  /* opacity: 0; */
  transition: 0.6s cubic-bezier(0.82, 0, 0.36, 1) 0s;
}
.loader.active .loader-icon {
  /* width: 0;
    height: 0; */
}
.loader.active .loader-icon svg {
  /* width: 0;
    height: 0; */
}

/* Loader Start End */
.body-wrapper {
  margin-top: 0px;
}
/* Header CSS Start */
.main-header {
  transition: 0.4s ease all;
  padding-bottom: 30px;
  padding-top: 10px;
/* background: linear-gradient(260deg, #FFF 1.16%, #F9F6F3 95.93%); */
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  height: 80px;
  transition: 0.5s ease all;
}

.main-header.header-active {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: 0.4s ease all;
  height: 45px;
  background-color: #f1f0ea;
  #box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.main-header .header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.nav_list ul {
  display: flex;
  align-items: center;
  /* gap: 38px; */
}
.navigation .nav-left {
  display: flex;
  gap: 40px;
}
.nav-left .nav_list ul li {
  position: relative;
  padding: 0 0;
  z-index: 10;
  cursor: pointer;
  padding-right: 38px;
}
.nav-left .nav_list ul li:before {
  /* content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: var(--srmpurple);
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s; */
}
.nav-left .nav_list ul a {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.25px;
  color: #6b6970;
  transition: 0.2s ease all;
  border-radius: 2px;
  z-index: 4;
  position: relative;
  /* padding-bottom: 10px; */
  transform: perspective(1000px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-left .nav_list ul li:hover a {
  color: #25232b;
}
.nav_list ul a span {
  margin-left: 4px;
  transition: 0.6s ease all;
}
.nav-dropdown {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  text-align: center;
  top: 16px;
  visibility: hidden;
  z-index: -99999;
  border-radius: 2px;
  background: #f1f0ea;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  transition: 0.2s ease all;
  padding: 20px 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    margin-bottom: 18px;
}
.nav-left .nav_list ul li:hover a span svg {
  transform: rotate(180deg);

}
.nav-left .nav_list ul li .has_subs_inner span svg{
    transition: .5s ease all;
}

.nav-left .nav_list ul li:hover .has_subs_inner span svg {
  transform: rotate(180deg);
}
.nav_list ul a span svg {
  transition: 0.6s ease all;
}
.nav-left .nav_list ul li:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.6s, background, 2s 0.6s linear;
  transition: all 0.6s, background 2s 0.6s linear;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.nav-dropdown ul.nav-dropdown-list li {
  transform: translate(0px, 0.5em);
  opacity: 0;
  overflow: hidden;
}
.nav-left .nav_list ul li:hover .nav-dropdown ul.nav-dropdown-list li {
  transform: translate(0px, 0em);
  opacity: 1;
}
.nav-left .nav_list ul li:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-left .nav_list ul li:hover .nav-dropdown ul.nav-dropdown-list {
  height: auto;
}

.nav_list ul.nav-dropdown-list {
  flex-direction: column;
  gap: 20px;
  height: 0;
  cursor: pointer;
  align-items: baseline;
}
.nav_list ul.nav-dropdown-list li {
  overflow: hidden;
  z-index: 0;
}
.nav_list ul.nav-dropdown-list li {
  padding: 0px;
  display: flex;
}
.nav-left .nav_list ul li:hover ul.nav-dropdown-list li a {
  /* transform: translateY(0%); */
}
.nav-left .nav_list ul.nav-dropdown-list li a {
  background: transparent !important;
  padding: 0px;
  display: flex;
  color: #6b6970;
  transform: none;
    text-align: left;
}
.nav-left .nav_list ul.nav-dropdown-list li a:hover {
  color: #25232b;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-right .nav-cart a {
    padding-right: 16px;
    position: relative;
}
.nav-right .nav-cart .cart-num {
    background-color: #cf9e69;
    position: absolute;
    top: -5px;
    right: 0;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 22px;
    height: 22px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.nav-sign-in-box a {
  color: var(--srm-grey, #6b6970);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.4s ease all;
  display: inline-flex;
}
.nav-sign-in-box a:hover {
  color: #25232b;
}
.nav-lang-box .nav-lang {
  color: var(--srm-grey, #6b6970);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
}
.nav-lang-box .nav-lang:hover {
  color: #25232b;
}
.nav-lang.active:first-letter {
  text-decoration: underline;
}
.course_inner_header .nav-sign-in-box a {
    color: #FDFDFD;
}
.course_inner_header .nav-right .nav-cart a svg path {
    stroke: #FDFDFD;
}
.course_inner_header .wpml-ls-legacy-list-horizontal a {
    color: #FDFDFD;
}
.course_inner_header .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
    color: #FDFDFD;
}
.course_inner_header.header-active .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
    color: #25232b;
}
.course_inner_header.header-active .nav-sign-in-box a {
    color: var(--srm-grey, #6b6970);
}
.course_inner_header.header-active .nav-right .nav-cart a svg path {
    stroke: var(--srm-grey, #6b6970);
}
.course_inner_header.header-active .wpml-ls-legacy-list-horizontal a {
    color: var(--srm-grey, #6b6970);
}
.course_inner_header.header-active .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
    color: var(--srm-grey, #6b6970);
}
.course_inner_header .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    border-color: #FDFDFD;
}
.course_inner_header.header-active .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    border-color: #6b6970;
}
.nav-menu {
  display: none;
}
.nav-cross {
  display: none;
}
.login-icon {
  display: none;
}
.mobile-link-list {
  display: none;
}
.tablet-nav {
  display: none;
}
/* Header CSS End */

/* Footer CSS start */
.main-footer {
  background: linear-gradient(
      180deg,
      rgba(78, 62, 136, 0.2) 67.02%,
      rgba(0, 0, 0, 0.2) 97.11%
    ),
    linear-gradient(
      180deg,
      rgba(92, 69, 183, 0.2) 0%,
      rgba(27, 16, 64, 0.2) 20.04%
    ),
    linear-gradient(180deg, #49378d 0%, #3d2c7d 50%, #49378d 100%);
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.main-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background-image: url(../img/footer-overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}
.footer-top {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.footer-top .footer-in {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.footer-logo img {
  height: auto;
}
.footer-right {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.footer-navigation {
  display: flex;
  justify-content: space-between;
  width: 60%;
  gap: 65px;
}
.footer-label {
  color: #151515;
  text-align: left;
  font-family: var(--cta-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  margin-top: 0px;
  position: relative;
}
ul.footer-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
ul.footer-list li a {
  color: #d9d3d3;
  font-family: var(--bodyFont);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
  max-width: 16ch;
  display: inline-block;
  position: relative;
  transition: 0.4s ease all;
}
ul.footer-list li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--srmorange);
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
ul.footer-list li a:hover {
  color: var(--srmorange);
}
ul.footer-list li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.social-icon-label {
  display: flex;
  align-items: end;
  gap: 20px;
  flex-direction: column;
}
.footer-label {
  color: var(--srm-white, #fdfdfd);
  font-family: var(--headingfont);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.5%;
  text-transform: capitalize;
}
ul.social-icon-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
ul.social-icon-list li a,
ul.social-icon-list li a svg {
  transition: 0.4s ease all;
}
ul.social-icon-list li:hover svg {
  transform: scale(1.2);
}
.newsletter-flex {
  display: flex;
  justify-content: space-between;
}
.newsletter-box {
  width: 35%;
}
.newsletter-title h6 {
  color: var(--srm-white, #fdfdfd);
  text-transform: capitalize;
}
.newsletter-para p {
  color: #d9d3d3;
  margin-top: 6px;
}
.newsletter-form-box {
  margin-top: 26px;
}
form.newsletter-form {
  margin: 0;
}
.newsletter-form-field {
  display: flex;
  border-radius: 5px;
  background: #f0e9e1;
  padding: 3px;
}
input.form-control {
  background: transparent;
  padding: 10px 18px;
  border: none;
  border-radius: 0px;
  color: var(--srm-grey, #6b6970);
  font-family: var(--bodyFont);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
input.newsletter-btn {
  padding: 8px 45px;
  border-radius: 5px;
  background: linear-gradient(90deg, #cf9e69 -0.02%, #cf9e69 100%);
  border: 0px;
  color: #fff;
  text-align: center;
  font-family: var(--bodyFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.4s ease all;
  position: relative;
  transition: 0.4s ease-out;
}
input.newsletter-btn:hover {
  background: linear-gradient(90deg, #cf9e69 -0.02%, #b36e25 100%);
}

.static-link-ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}
.static-link-ul li a {
  color: #d9d3d3;
  font-family: var(--bodyFont);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  transition: 0.4s ease all;
}
.static-link-ul li a:hover {
  color: var(--srmorange);
}
.static-link-ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--srmorange);
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
ul.static-link-ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer-bottom {
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.copyright-icon {
    flex-shrink: 0;
    color: #d9d3d3;
    font-size: 12px;
    
}

.copyright-wrap .small {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Space between links */
    margin: 0; /* Remove default margins */
    line-height: 1.5;
}

.copyright-wrap p {
  color: #d9d3d3;
}
.madeby-flex {
  display: flex;
  align-items: center;
  gap: 2px;
}
.madeby-label {
  color: #d9d3d3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.simpleplan_cta {
  position: relative;
  transition: 0.4s ease all;
}
.simpleplan_cta:hover {
  color: var(--srmorange);
}
.simpleplan_cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--srmorange);
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.simpleplan_cta:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.footer-link-box {
  display: none;
}
.mobile-navigation {
  display: none;
}
.mobile-navigation .footer-nav-box .footer-label span.arrowicon {
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.3s ease all;
  background-image: url(../img/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
}
.mobile-navigation .footer-nav-box.active .footer-label span.arrowicon {
  background-image: url(../img/minusicon.svg);
}
ul.social-icon-list li:hover svg path {
  stroke: #d9d3d3;
}
/* Footer CSS End */

/* Customize Css Page Wise Start */
.common_h1 {
  font-size: 40px !important;
  font-weight: 500 !important;
  line-height: 120% !important;
}
.single_course h2 {
	  font-size: 24px;
    font-weight: 400;
    line-height: 128%;
}
.main_meditation p {
  font-size: 40px;
  font-weight: 500 !important;
  line-height: 120% !important;
  color: #25232b !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family:"Satoshi-Bold", serif;
}
.main_meditation h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}
.events_all_events_heading h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.7px;
}
.single_upcoming_event h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.7px;
  margin: 0;
  padding: 0;
  font-family: var(--headingfont);
  margin-top: 30px !important;
}

/* Customize Css Page Wise End */
