:root {
  --brand: #BF1D2E;
  --brand-light: #F48D99;
  --light: #FFCCD2;
  --brand-ex-light: rgba(255, 199, 205, 0.2);
  --dark: #263238;
  --white: #ffffff;
  --blue: #0089E5;
  --green: #2AA77B;
  --roboto: "Roboto", sans-serif;
  --open-sans: "Open Sans", sans-serif;
  --montsterrat: "Montserrat", sans-serif;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul, ol {
  padding-left: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.75rem;
  letter-spacing: -0.02em;
  color: var(--brand);
}

h3, .h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
  color: var(--brand);
}

h3 span, .h3 span {
  color: #F48D99;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.35rem;
  text-align: center;
  color: var(--brand);
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.link {
  color: var(--blue);
}

.bh-328 {
  width: 100%;
  height: 328px;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.25rem;
}

.h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.3rem;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0px 0px 18px #000000;
  margin-bottom: 1.5rem;
}

.h1.inner {
  font-size: 2rem;
  margin-bottom: .5rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.h1 span {
  display: inline-block;
}

.h1 span::first-letter {
  color: #DA0118;
}

.lead-lg {
  font-size: 1.5rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.ff-open {
  font-family: var(--open-sans);
}

.ff-montsterrat {
  font-family: var(--montsterrat);
}

.text-dark {
  color: var(--dark) !important;
}

.bg-primary-light {
  background: #FFC7CD;
}

.text-primary {
  color: var(--brand) !important;
}

.z--1 { z-index: -1; }

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.z-index {
  position: relative;
  z-index: 11;
}

.display_none {
  display: none !important;
}

.form-control {
  border: 0;
  border-bottom: 1px solid var(--brand);
  border-radius: 0;
  color: var(--dark);
}

.form-control:focus {
  border-color: var(--light);
}

.divider {
  width: 6.25rem;
  height: .45rem;
  background-color: var(--light);
  position: relative;
  display: inline-block;
}

.divider::before, .divider::after {
  content: '';
  width: 33%;
  height: 100%;
  left: 0;
  top: 0%;
  position: absolute;
  display: block;
  background-color: var(--brand);
}

.divider::after {
  background-color: #FF8895;
  left: 33%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .437rem;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  opacity: 1;
}


.carousel-control-next .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  transform: rotate(180deg);
  background-size: 1rem 1rem;
}


.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 1rem 1rem;
}

.carousel-indicators {
  bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--brand);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-indicators [data-bs-target]::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  display: block;
  background-color: var(--brand);
  opacity: 0;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators .active::after {
  opacity: 1;
}

.form-select {
  border-color: var(--white);
  border-radius: .437rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-family: var(--montsterrat);
  height: 3.125rem;
  cursor: pointer;
  padding-left: 1.35rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNCRjFEMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+");
  background-size: 1.35rem 1.35rem;
  background-position: right 1.35rem center;
}

.form-select.custom {
  border: 0;
  border-bottom: 1px solid var(--brand);
  border-radius: 0;padding-left: 0;
}

.form-select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNCRjFEMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tdXAiPjxwb2x5bGluZSBwb2ludHM9IjE4IDE1IDEyIDkgNiAxNSI+PC9wb2x5bGluZT48L3N2Zz4=");
  border-color: var(--brand);
}

.form-control.donate__input {
  border-color: var(--white);
  border-radius: .437rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-family: var(--montsterrat);
  height: 3.125rem;
}

.form-control.donate__input::placeholder {
  color: #FFCFD4 !important;
}

.owl-item {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
  padding-bottom: .25rem !important;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #333;
  z-index: 999;
  display: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LXVwIj48bGluZSB4MT0iMTIiIHkxPSIxOSIgeDI9IjEyIiB5Mj0iNSI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjUgMTIgMTIgNSAxOSAxMiI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  border: 0;
}

.backTop.show {
  display: block;
}

.backTop:hover {
  background-color: #000;
}

/*----------- Right Arrowed Btn Styles -----------*/
.btn-arrowed {
  background: linear-gradient(0deg, #FF6666 0%, #F96262 27%, #E95656 62%, #CF4242 100%);
  font-size: 1.125rem;
  font-family: var(--roboto);
  color: var(--white);
  text-transform: uppercase;
  height: 32px;
  min-width: 130px;
  padding: 8px 8px 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem;
  position: relative;
  border: 0;
}

.btn-arrowed .icon {
  width: 24px;
  height: 24px;
  margin-left: .75rem;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/11px;
  transition: all .3s ease-in-out;
}

.btn-arrowed::before {
  content: '';
  height: 38px;
  display: block;
  background: linear-gradient(180deg, #D54646 -25.76%, #FD6464 100%);
  position: absolute;
  top: -3px;
  left: -5px;
  width: 74px;
  border-radius: 30px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.btn-arrowed::after {
  content: '';
  height: 38px;
  display: block;
  border: 1px solid #F48D99;
  position: absolute;
  top: -3px;
  left: -1px;
  width: calc(100% + 6px);
  border-radius: 30px;
  z-index: -2;
}

.btn-arrowed:hover {
  color: var(--white);
}

.btn-arrowed:hover .icon {
  animation-name: btnarrow;
  animation-duration: 1s;
  background-color: var(--brand) !important;
}

.btn-arrowed:hover::before {
  width: calc(100% + 10px);
}

@keyframes btnarrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(20px);
    opacity: 0;
  }
  60% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.btn-primary {
  background: linear-gradient(0deg, rgba(207, 66, 66, 0.5) 0%, rgba(233, 86, 86, 0.5) 38%, rgba(249, 98, 98, 0.5) 73%, rgba(255, 102, 102, 0.5) 100%);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px !important;
  margin-right: 6px;
}

.btn-primary.blue { background: var(--blue);border-color: var(--blue); }

.btn-primary:hover {
  background: linear-gradient(0deg, #cf4242 0%, #e95656 38%, #f96262 73%, #ff6666 100%);
  border-color: #ff6666;
}

.btn-outline-primary {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px #FFA4AE;
  border: transparent;
  font-size: 1.25rem;
  color: var(--brand);
  font-weight: 600;
  font-family: var(--open-sans);
  border-radius: .65rem;
  padding: .5rem 1rem;
}

.btn-outline-primary:hover {
  background: #FFA4AE;
  border-color: #FFA4AE;
  color: #fff;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #FFFFFF;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  padding: 2px;
  animation: pulse 1.5s infinite;
}

.btn-play img {
  transition: all .3s ease-in-out;
}

.btn-play:hover img {
  transform: scale(0.85);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 1.25rem #ffffff00;
  }
  100% {
    box-shadow: 0 0 0 0 #ffffff00;
  }
}

.form-control:focus,
.btn:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
}

.mh__auto {
  min-height: auto !important;
}

#preloader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #fff;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
  opacity: 1;
}

.load :first-child {
  background: #19A68C;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #F63D3A;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #FDA543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #193B48;
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}

@media (max-width: 576px) {
  .load {
    width: 40px;
    height: 40px;
  }
}

/*--------------------------------------------------------- Navber Section Css Start -------------------------------------------------- --*/
.navbar-brand img {
  height: 65px;
  object-fit: contain;
}

.navber-section {
  background: #fff;
}

.navbar-toggler {
  color: #BF1D2E;
  border-color: transparent;
  padding: 0%;
  margin-left: 10px;
  width: 28px;
  height: 22px;
  position: relative;
  margin-left: .5rem;
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
}

.navbar-toggler span::after, .navbar-toggler span::before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
  position: absolute;
  top: 0;
}

.navbar-toggler span::after {
  top: auto;
  bottom: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar {
  padding: 0px;
}
.navbar .nav-item {
  margin-left: .5rem;
}
.navbar .nav-link { 
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--brand);
  position: relative;
  display: inline-block;
}

.navbar .nav-link:hover {
  color: var(--green);
}

.navbar .nav-link::after {
  position: absolute;
  bottom: .35rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F48D99;
  display: none;
}

.navbar .active .nav-link::after {
  display: block;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: var(--green);
}

.navbar .custom-button {
  font-size: 12px;
  height: 33px;
  margin-left: .5rem;
}

.navbar .custom-button.soponsor {
  background: linear-gradient(180deg, #207FBE -22.73%, #57BBFF 75.76%);
}

.navber-section.fixed-top {
  background: #FFF6F6;
  animation: mymove 1s ease-in-out;
  box-shadow: 0 0 9px rgba(191, 29, 46, 0.3);
}

.navber-section.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
}

.navber-section.fixed-top .navbar-brand img {
  height: 58px;
}

@keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (max-width: 1400px) {
  .navbar .nav-link {
    font-size: .850rem;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .navbar .custom-button {
    height: 30px;
    min-width: auto;
  }
  .navbar .custom-button .icon {
    width: 20px;
    height: 20px;
    margin-left: .25rem;
    background-size: 10px 10px !important;
  }
  .navber-section.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .875rem;
  }
}


@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .navbar .container {
    position: relative;
  }
  .navbar .btn-close {
    width: 1.65rem;
    height: 1.65rem;
    background-size: 1.125rem;
    border: 1px solid var(--light);
    border-radius: 50%;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 00%;
    right: 0%;
    z-index: 999;
    background-color: #fff;
    border-top: 3px solid var(--brand);
    max-width: 24rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 2rem 1rem 1rem 1rem;
    transform: translateX(100%);
    transition: all .25s ease-in-out;
    display: block !important;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.4);
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
    display: block;
  }
  .navbar .navbar-collapse .nav-link {
    font-size: 14px;
  }
  .navbar .navbar-collapse .nav-item {
    margin-bottom: .5rem;
  }
  .navbar .navbar-collapse .active .nav-link {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .navbar .navbar-collapse .active .nav-link::after {
    width: 4px;
    height: 100%;
    left: -5%;
    top: 7%;
  }
  .navbar .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

/*--------------------------------------------------------- Navber Section Css Close -------------------------------------------------- --*/
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}

.mt16 {
  margin-top: 16rem !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2AA77B;
}

.mt {
  margin-top: 30px;
}

ul,
ol {
  margin: 0px;
  list-style-type: none;
}

body {
  margin: 0px;
  padding: 0px;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
}

body.modal-open { padding-right: 0 !important; }

label { font-size: 1.125rem;color: var(--dark); padding-left: 0; }

.custom-button {
  min-width: 8.75rem;
  height: 36px;
  background: #2AA77B;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: space-around;
  padding: 5px 4px 5px 10px;
  align-items: center;
  transition: all 0.7s ease;
}

.custom-button .icon {
  width: 24px;
  height: 24px;
  margin-left: .75rem;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/11px;
  transition: all .3s ease-in-out;
}

.custom-button.btn-lg {
  font-size: 20px;
  height: 42px;
  min-width: 186px;
}

.custom-button:hover {
  color: var(--brand) !important;
  background: var(--light) !important;
}

.custom-button:hover .icon {
  animation-name: btnarrow;
  animation-duration: .7s;
  background-color: var(--brand) !important;
}

.custom-button:hover::before {
  width: calc(100% + 10px);
}

.custom-button.white:hover {
  color: var(--brand) !important;
  background: var(--white) !important;
}

.custom-button.signup {
  min-width: 7rem;
}

.custom-button span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.31);
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
}

.custom-button img {
  width: 9px !important;
  height: 10px;
}

.custom-button:hover {
  background: #179f6f;
  color: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  width: calc(100% + 6rem);
  left: -3rem;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: unset !important;
  margin: 0%;
  width: 36px;
  height: 36px;
  border-radius: 6px !important;
  background: #FF6666 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/16px !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  background: #FF6666 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjQ1MzYxIDExTDE3Ljc1NDkgMC44OTE0NzlMNy4xOTE3IDExTDE3Ljc1NDkgMjEuMTA4NEwwLjI0NTM2MSAxMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat center center/16px !important;
}

.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  border: 1px solid var(--light);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center; 
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  background-color: var(--brand) !important;
  display: none !important;
}

.owl-theme .owl-dots .owl-dot.active {
  border-color: var(--brand);
}

.owl-theme .owl-dots .owl-dot.active span {
  display: block !important;
}

/*--------------------------------------------------------- Header Section Css Start-------------------------------------------------- -- */
.header-top {
  background: #BF1D2E;
  padding: 8px 0;
}

.email-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-contact-details {
  display: flex;
}

.header-contact-details li:first-child {
  pointer-events: none;
}

.header-contact-details li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  color: #FFFFFF;
}

.header-social-icon li {
  position: relative;
}

.header-social-icon li::after {
  position: absolute;
  content: "|";
  color: #fff;
  right: -14px;
  top: 0;
}

.header-social-icon li i {
  margin-right: 8px;
}

.header-social-icon li:last-child::after {
  content: none;
}

.header-social-icon li a {
  font-size: .875rem;
  color: #FFFFFF;
  font-weight: 600;
}

.header-contact-details li {
  margin: 0 5px;
}

.header-social-icon li {
  margin: 0 12px;
}

.header-contact-details i {
  margin-right: 5px;
}

.header-contact-details li:first-child {
  margin-left: 0px;
}

.header-social-icon li:last-child {
  margin-right: 0px;
}

/*--------------------------------------------------------- Header Section Css Close -------------------------------------------------- --*/
/*--------------------------------------------------------- Banner Section Css Start -------------------------------------------------- --*/
.banner-section {
  position: relative; 
}
.banner-section .carousel-item { 
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.banner-bottom-curve, .top__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
}

.top__curve {
  top: -1.25rem;
}

.banner-section .carousel-caption {
  text-align: center;
  bottom: 15px;
}

.banner-section .carousel-caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin: 30px 0px 40px;
}

.banner-section .carousel-caption .custom-button {
  width: 150px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding-left: 18px;
  margin: 0 auto 70px;
}

.banner-section .carousel-control-prev,
.banner-section .carousel-control-next {
  background: inherit;
  width: auto;
  height: auto;
}

.banner-section .carousel-control-prev span, .banner-section .carousel-control-next span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  color: #fff;
  font-size: 16px;
}

.banner-section .carousel-control-prev {
  left: 12%;
}

.banner-section .carousel-control-prev span {
  transform: none;
}

.banner-section .carousel-control-next {
  right: 12%;
}

.carousel-control-next i, .carousel-control-prev i {
  background-color: transparent;
}

.book-section .custom-button {
  width: 134px;
  margin-left: auto;
}

.banner-section .d-block.img-fluid {
  height: 532px;
  width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------- Banner Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Counciler Section Css Start -------------------------------------------------- --*/
.counciler-section {
  background-image: url("../images/framee.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.counciler-m {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}



.counciler-name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.35rem;
  color: #BF1D2E;
  text-align: left;
}

.book-section h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 1.875rem;
  color: #BF1D2E;
  margin-bottom: 30px;
  text-align: right;
}

.counciler-m .banner__box {
  width: 100%;
  max-width: 25rem;
  max-height: 25rem;
  position: relative;
  text-align: center;
  height: 25rem;
}

.counciler-m .carousel-item .councilor__img { 
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 23rem; 
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

 

.counciler-content {
  flex: 0 0 30%;
  overflow: hidden;
}

.counciler-carasol {
  flex: 0 0 50%;
  overflow: hidden;
}

.book-section {
  flex: 0 0 20%;
  padding-top: 11%;
}

.counciler-m .carousel-control-prev, .counciler-m .carousel-control-next {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  top: auto;
  bottom: 15%;
}

.counciler-m .carousel-control-prev {
  left: 80px;
}

.counciler-m .carousel-control-next {
  right: 80px;
}

/*---------------------------------------------------- Counciler Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Courses Section Css Start -------------------------------------------------- --*/
.courses {
  position: relative;
}

.background-cell {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}

.courses h2 {
  /* width: 25%;
    margin-left: auto;*/
  margin-bottom: 20px;
}

.owl-cus-button {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  box-shadow: none;
  border: none;
  margin-left: 15px;
}

.courses .card {
  padding: .65rem;
  background: #FFF6F6;
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 1.25rem;
}

.courses .card h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  color: #BF1D2E;
  min-height: 3rem;
}

.inside-content {
  padding-left: 1rem;
  min-height: 8rem;
}

.inside-content p {
  font-weight: 600;
  color: #263238;
  margin-bottom: 0px;
}

.inside-content ol li {
  font-weight: 600;
  color: #263238;
}

.inside-content .custom-button {
  margin-top: 15px;
}

.courses .img-thumbnail {
  object-fit: cover;
  object-position: center center;
  margin-bottom: 30px;
  background: none;
  border: none;
  height: 11rem;
  width: 100%;
  border-radius: 1.25rem;
}

.courses .custom-button img {
  width: 9px !important;
  height: 10px;
}

.courses .item {
  padding: 0 5px;
}

.courses .container {
  position: relative;
}
 
/*---------------------------------------------------- Courses Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Student Testimonial Section Css Start -------------------------------------------------- --*/
.student-testimonial {
  position: relative;
}

.student-testimonial .item {
  padding: 10px;
}
 

.student-testimonial p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: var(--dark);
  min-height: 8rem;
  max-height: 8rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.pink-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url("../images/curve.png");
  background-size: contain;
}

.student-testimonial .card {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px #FFA4AE;
  border-radius: 20px;
  padding: 15px 30px;
  position: relative;
}

.quote {
  position: absolute;
  top: 15px;
  right: 30px;
}

.student {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 15px;
}

.student .img-fluid {
  height: 100px;
  width: 100px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.45));
}

.student h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #BF1D2E;
  margin-bottom: 0;
  margin-left: 15px;
}

.student p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #263238;
  margin-bottom: 15px;
}

.name {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #BF1D2E;
}

.designation {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #263238;
}

.student-testimonial .center .card {
  background: #FFEEF0;
  box-shadow: 0px 0px 15px #FFA4AE;
  border-radius: 20px;
  padding: 20px 30px;
}

.student-testimonial .owl-prev, .student-testimonial .owl-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  text-align: center;
  opacity: 1;
  z-index: 55;
  margin: 0%;
}

.student-testimonial .owl-prev {
  left: -1.5rem;
}

.student-testimonial .owl-next {
  right: -1.5rem;
}

.student-testimonial .container {
  position: relative;
}

/*---------------------------------------------------- Student Testimonial Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Courses Section Css Start -------------------------------------------------- --*/
.fund {
  position: relative;
  background-image: url(../images/framee.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.fund.fund__raising {
  background-image: none !important;
}

.fund h4 {
  margin-top: 1rem;
  padding: 0 1rem;
}

.fund .inside-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  color: #BF1D2E;
  background: #fff;
}

.info-num {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #263238;
  margin-left: 10px;
}

.fund-footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: .75rem;
}

.fund-footer-content h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  text-align: center;
  color: #BF1D2E;
  width: 40%;
  margin-bottom: 0;
}

.information-flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.fund .card {
  background: rgba(255, 199, 205, 0.5);
  box-shadow: 0px 0px 4px 2px rgba(191, 29, 46, 0.4);
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 1.25rem;
  padding: .75rem;
  overflow: hidden;
}

.fund .card .fund__banner {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  border-radius: 1.25rem;
  height: 11.43rem;
  object-fit: cover;
  object-position: center center;
}
.fund .card .banner {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  border-radius: 1.25rem;
  height: 11.45rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.fund.fund__raising .card {
  padding: 0rem;
  box-shadow: none;
}

.fund.fund__raising .card .bg-white {
  border-radius: 0 0 1.25rem 1.25rem;
  padding: .75rem;
}

/*---------------------------------------------------- progress Section Css Start -------------------------------------------------- --*/
.progress {
  width: 50px;
  height: 50px !important;
  float: left;
  /*line-height: 150px;*/
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 15%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #BF1D2E;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #BF1D2E;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: var(--to-transform);
  }
}

/*---------------------------------------------------- Fund Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- About Section Css Start -------------------------------------------------- --*/
.about-sec {
  background-image: url("../images/framee-right.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-im-m {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-im-m .abou-wo {
  position: relative;
  height: 450px;
  object-fit: contain;
}

.about-im-frame {
  position: absolute;
  left: 8%;
  top: 0;
}

.about-im-frame .img-fluid {
  height: 400px;
} 

/*---------------------------------------------------- About Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Testimonial Section Css Start -------------------------------------------------- --*/
.testimonial-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 10%;
}

.testimonial-m .test-im {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  padding: 1rem;
  position: relative;
}

.testimonial-m .test-im .test-student-im {
  position: absolute;
  height: 8.375rem;
  width: 8.375rem !important;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 2px rgba(255, 199, 205, 0.5);
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-m .test-inside-content {
  width: calc(100% - 13rem);
  padding-left: 1rem;
}

.testimonial-m.review {
  display: block;
  padding: 2rem;
}

.testimonial-m.review .test-im {
  margin: -6rem auto 2rem auto;
}

.testimonial-m.review.student__ex { margin-top: 7rem;background-color: rgba(255, 199, 205, 0.13) !important; }
.testimonial-m.review.student__ex .test-im { margin: -8.5rem auto 2rem auto; }

.testimonial-m.review .test-inside-content {
  width: 100%;
}

.testimonial-m.review .test-inside-content .testi__test {
  position: relative;
  color: var(--dark);
  text-align: center;
  margin-bottom: 2.5rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  white-space: normal;
  max-width: 21rem; */
}

.testimonial-m.review .test-inside-content .testi__test::before, .testimonial-m.review .test-inside-content .testi__test::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../images/icons/right-quotes.svg") no-repeat center center/1.25rem;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
}

.testimonial-m.review .test-inside-content .testi__test::after {
  background: url("../images/icons/right-quotes-down.svg") no-repeat center center/1.25rem;
  left: auto;
  right: -1.5rem;
}

.testimonial .card {
  position: relative;
  border: none;
  background-color: #fff;
}

.test-quote-left, .test-quote-right {
  position: absolute;
  top: 0;
  width: 83px !important;
  height: 83px;
}

.test-quote-left {
  left: 0;
}

.test-quote-right {
  right: 0;
}

.testimonial-navigation .owl-prev, .testimonial-navigation .owl-next {
  position: unset;
}

.testimonial-navigation .arrow {
  margin-top: -2rem;
}

.testimonial-navigation .arrow img {
  max-height: 6rem;
}

/*---------------------------------------------------- Testimonial Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Footer Section Css Start -------------------------------------------------- --*/
.address-m {
  display: flex;
  margin-bottom: 10px;
}

.add-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #BF1D2E; 
}

.add-detail, .add-detail a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF; 
}

.add-detail { width: calc(100% - 32px);padding-left: 1rem; }
.add-detail.links a { position: relative;display: inline-block; }
.add-detail.links a::after { 
  content: '';width: 0%;height: 2px;border-radius: 2px;background-color: #fff; position: absolute;
  display: block;bottom: -.1rem;left: 0%;transition: all .3s ease-in-out; 
}
.add-detail.links a:hover::after { width: 100%; }

.subscribe-form .form-control {
  background: #FFA4AE;
  box-shadow: 0px 0px 8px #310106;
  border-radius: .625rem;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  color: #BF1D2E;
  padding-left: 1.25rem;
  border: none;
}

.subscribe-form ::placeholder {
  /* modern browser */
  color: #BF1D2E;
  font-family: 'Open Sans', sans-serif;
}

.subscribe-form .btn-primary {
  background: #FFA4AE;
  box-shadow: 0px 0px 8px #310106;
  border-radius: .625rem;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  color: #BF1D2E; 
  border: none;
  justify-content: center;
}
.footer-sec .middle { position: relative; }
.footer-sec .middle::before,
.footer-sec .subscribe-form::before {
  content: '';width: 1px;height: 100%;border-radius: 2px;display: block;
  position: absolute;top: 1rem;left: -3rem;background-color: #fff;min-height: 13rem;
}
.footer-sec .middle::before { top: 0rem;left: -1.5rem; }

.subscribe-form .form-row {
  justify-content: space-between;
}

.footer-rot-up, .footer-rot-down {
  position: absolute;
  left: 0;
  width: 100%;
}

.footer-rot-up {
  top: 0;
}

.footer-rot-down {
  bottom: 0;
}

.footer-sec .social__links li { margin-right: 1rem; }
.footer-sec .social__links a svg { width: 2rem;height: 2rem;color: var(--white); }
.footer-sec .social__links a:hover svg { color: var(--blue); }

/*---------------------------------------------------- Footer Section Css Close -------------------------------------------------- --*/
/*==================== Authentication Pages Styles ==================*/
.authentication__wrapper { padding: 5rem 0 5rem 0;position: relative; }

.authentication__wrapper.booking { padding: 4rem 0 3rem 0; }

.authentication__wrapper .content {
  max-width: 610px;
  width: 100%;
  border: 5px solid var(--light);
  border-radius: 2px;
  position: relative;
  background-color: #fff;
  z-index: 11;
}

.authentication__wrapper .content .form-floating .form-control { padding-left: 0; }

.authentication__wrapper .content .form-floating label { font-size: 1.125rem; color: var(--dark); padding-left: 0; }

.authentication__wrapper .content.static label {
  font-size: 1.125rem;color: var(--dark);padding-left: 0;display: block;line-height: 1.2;
}

.authentication__wrapper .content.static .form-control {
  padding-left: 0;padding-bottom: 0;
}

.authentication__wrapper .content.static .form-control::placeholder {
  color: rgba(38, 50, 56, 0.2) !important;
}

.authentication__wrapper .content.static .form-select {
  border:0;border-bottom: 1px solid var(--brand);color: var(--dark);font-size: 1rem;padding: .75rem 0 0 0;height: 2.5rem;border-radius: 0%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyNjMyMzgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+');
  background-position: right 0rem bottom;
}

.authentication__wrapper .content.static .form-control:focus, .authentication__wrapper .content.static .form-select:focus {
  border-color: #F9909C;
}
 
.authentication__wrapper .content::before {
  content: '';
  width: 12.825rem;
  height: 25rem;
  background: url("../images/frames/left-frame.svg") no-repeat center center/cover;
  position: absolute;
  top: 0%;
  left: -12.825rem;
  z-index: 0;
}

.authentication__wrapper .content::after {
  content: '';
  width: 11rem;
  height: 20rem;
  background: url("../images/frames/right-frame-bottom.svg") no-repeat center center/cover;
  position: absolute;
  bottom: 0%;
  right: -11rem;
  z-index: 0;
}

.authentication__wrapper.reset .content::after {
  height: 16rem;
  width: 9rem;
  right: -9rem;
}

.authentication__wrapper .fream__group {
  max-height: 25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}

/*================== About page Styles ======================*/
.after__bg {
  position: relative;
  margin-top: 4rem;
}

.after__bg::after {
  content: '';
  width: 90%;
  height: calc(100% + 4rem);
  display: block;
  background-color: #FFF6F6;
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: -1;
}

.disc__list li {
  position: relative;
  padding-left: 2.5rem;
}

.disc__list li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.disc__list li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS43NSIgZmlsbD0iI0ZGRTNFNiIgc3Ryb2tlPSIjRkZBNEFFIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI1IiBmaWxsPSIjQkYxRDJFIi8+Cjwvc3ZnPgo=") no-repeat center center/12px;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
}

.disc__list li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 143%;
  display: block;
  position: absolute;
  top: .85rem;
  left: .65rem;
  background-color: var(--brand-light);
  z-index: -1;
}

.disc__list.value__list li {
  padding-left: 4rem;
}

.disc__list.value__list li::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
  left: .65rem;
  background-color: var(--brand-light);
  z-index: -1;
}
.disc__list.value__list { 
  margin-top: 3rem;
} 
.disc__list.value__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.coreValues__wrapper .disc__list.value__list li > div::after {
  width: 90%;
  height: calc(100% + 2rem);
  top: -1rem;
  left: 13%;
  content: '';  
  display: block;
  background-color: #FFF6F6;
  position: absolute; 
  z-index: -1;
}
.coreValues__wrapper .disc__list.value__list li > div > div:nth-child(1) {
  font-weight: 700;
}

/* ====================== About Page Styles ============================*/

/*================= Course Page Styles =========================*/
.card {
  background: rgba(255, 199, 205, 0.1);
  border: 0.5px solid #FFC7CD;
  box-sizing: border-box;
  border-radius: 20px;
}

.card .banner__img {
  border-radius: 1.25rem;
  height: 11.5rem;
  object-fit: cover;
  object-position: center center;
}

.card .icon__box {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #ff6666;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card .icon__box img {
  width: .875rem;
  height: .875rem;
}

.hero__course__wrapper .carousel-control-next,
.hero__course__wrapper .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

.hero__course__wrapper .carousel-control-next {
  right: -4rem;
  left: auto;
}

.hero__course__wrapper .frame_hr {
  top: 2%;
  left: 2%;
}

.hero__course__wrapper .fream__group {
  left: 2%;
}

.course__sm__card {
  max-width: 18rem;
  width: 100%;
  margin: 0 auto;
}

.course__sm__card .banner {
  max-width: 8.875rem;
  border-radius: .45rem;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.course__sm__card .banner img {
  transition: all .3s ease-in-out;
  width: 8.875rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}

.course__sm__card .banner:hover img {
  transform: scale(0.9);
}

.course__sm__card .caption {
  max-width: 11.875rem;
  padding: .75rem .25rem 1rem 3.5rem;
  background-color: var(--brand-ex-light);
  border-radius: .45rem;
  border: 0.5px solid #BF1D2E;
  position: relative;
  margin-top: -3rem;
  margin-left: 6rem;
  z-index: 0;
}

.course__sm__card .caption .name {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: var(--brand);
}

.course__sm__card .caption .name:hover {
  color: var(--dark);
  text-decoration: underline;
}

.course__sm__card .caption .small {
  font-size: 10px;
  color: #575757;
}

.course__sm__card.fundraising .banner {
  width: 5rem;
  height: 5rem;
}

.course__sm__card.fundraising .banner img {
  border: .312rem;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}

.course__sm__card.fundraising .caption {
  padding: .5rem .25rem .5rem 1.5rem !important;
  margin-left: 4rem !important;
}

/*================ Support Higma Page Styles ======================*/
.disc__list.support li:not(:last-child)::after {
  height: 126%;
}

.after__bg.support::after {
  right: 0;
}

.btn-group li input[type="radio"]:checked + label {
  background: linear-gradient(0deg, #cf4242 0%, #e95656 38%, #f96262 73%, #ff6666 100%);
  border-color: #ff6666;
}

/*================ Fund Raising Page Styles ======================*/
.fundraising__wrapper .frame_hr_1 {
  top: 4%;
  left: 3%;
}

.fundraising__wrapper .frame_hr_2 {
  top: 40%;
  left: -3%;
  transform: rotate(270deg);
}

.video__banner {
  position: relative;border-radius: 1.25rem;
}

.video__banner::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 1.25rem;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}

.fundraising__details__wrapper .video__banner img { width: 100%;height: 19rem;object-fit: cover;object-position: center center;border-radius: 1.25rem; }

.fundraising__details__wrapper .details {
  margin-top: -10rem;
  background: #FFF6F6;
  border-radius: .65rem;
}

.fundraising__details__wrapper .details .progress {
  width: 100px;
  height: 100px !important;
}

.fundraising__details__wrapper .details .progress .progress-value {
  font-size: 1.875rem;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.fundraising__details__wrapper .frame_hr_1, .fundraising__details__wrapper .frame_hr_2 {
  top: 3%;
  right: 4%;
}

.fundraising__details__wrapper .frame_hr_2 {
  top: auto;
  bottom: -50%;
  right: 0%;
  max-width: 11rem;
}

.fundraising__details__wrapper .frame_hr_lg, .fundraising__details__wrapper .frame_hr_lg_2 {
  top: 14%;
  left: 2%;
  max-width: 10rem;
}

.fundraising__details__wrapper .frame_hr_lg_2 {
  top: auto;
  bottom: -60%;
  left: 0%;
}

.fundraising__details__wrapper .frame_hr_3 {
  right: 0%;
  bottom: 5%;
}

.fundraising__details__wrapper .frame_hr_4 {
  left: 0%;
  bottom: 18%;
}
.level-car .card h3{
  font-size: 1.8rem;

}

.level-car .owl-item, .testimonial__car .owl-item {
  padding: 5rem 0 0 0;
}

.level-car .level__card, .testimonial__car .level__card {
  display: block;
  text-align: center;
}

.level-car .level__card .price, .testimonial__car .level__card .price {
  width: 6.25rem;
  height: 6.25rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(217, 83, 98, 0.5);
  border-radius: 50%;
  margin: -5rem auto 1.5rem auto;
}

.level-car .level__card .btn-outline-primary { background-color: var(--green);border-color: var(--green);color: var(--white); }
.level-car .level__card .btn-outline-primary:hover { background-color: var(--dark);border-color: var(--dark);color: var(--white); }

.prev__fundraising {
  position: relative;
}

.prev__fundraising .vertical__frame {
  top: -30%;
  max-width: 9rem;
}

/* ======================== Wordbook Page Styles ======================= */
.wordbook__wrapper .bookSlider .carousel-item { background: rgba(255, 199, 205, 0.6); }
.wordbook__wrapper .bookSlider .carousel-item img { 
  width: 100%;height: 21rem;object-fit: contain; object-position: center center;
}

.wordbook__wrapper .bookSlider .carousel-indicators {
  margin-top: 1rem;
  margin-bottom: 0;
  position: unset;
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] {
  width: 4rem;
  height: 4rem;
  border-radius: .2rem;
  border: 1px solid var(--brand);
  background: rgba(255, 231, 234, 0.6);
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target]::after {
  content: none;
}

@media (max-width:1200px) { 
.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] { height: 3.25rem; }
.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] img { width: 3rem;height: 2.75rem; }
}

.wordbook__wrapper .author__wrapp .author {
  background-color: #fff;
  border: 1px dashed var(--brand);
  padding: 0 .4rem .2rem .4rem;
  border-radius: .2rem;
  margin: 0 .25rem;
}

.similar__book__card .thumbnail { display: block;background: rgba(255, 199, 205, 0.2);margin-bottom: 1rem; }
.similar__book__card .thumbnail .card { background-color: #fff;border-radius: 0%;padding: .25rem; }
.similar__book__card .thumbnail .card .content { background: rgba(255, 199, 205, 0.2);padding: .65rem;overflow: hidden; }
.similar__book__card .thumbnail .card .content img { height: 13.5rem;object-fit: cover;object-position: center center;transition: all .3s ease-in-out; }
.similar__book__card .thumbnail:hover .card .content img { transform: scale(1.1); }
.similar__book__card .price { color: var(--brand);font-weight: 600;background: rgba(255, 199, 205, 0.5);border: 0.6px dashed #F48D99;border-radius: 2px;padding: .25rem .75rem;
  display: inline-block;font-size: .875rem; }
 

/* ======================== Course Details page Styles ======================= */
.course__details__wrapper .header__wrapp .icon {
  width: 1.875rem;height: 1.875rem;border-radius: 50%;background: rgba(255, 199, 205, 0.4);border: 0.6px solid #F48D99;
}
.course__details__wrapper .header__wrapp .icon img {
  width: 1.25rem;height: auto; 
}
.course__details__wrapper .disc__list { 
  margin-left: -.6rem;
}
.course__details__wrapper .disc__list li::before { 
  z-index: 1;
}
.course__details__wrapper .disc__list li:not(:last-child)::after { 
  z-index: 0;left: .6rem;
}
.course__details__wrapper .disc__list.desc li::after { 
  z-index: 0;left: .6rem;content: ''; width: 1px; height: 100%;
  display: block; position: absolute;top: -93%;left: .65rem;
  background-color: var(--brand-light);
}
.course__details__wrapper .banner__img {
  max-height: 39rem;
  margin-top: -5rem;
}
.course__details__wrapper .frame_hr_lg {
  max-height: 22rem;
}
.course__details__wrapper .frame_hr_lg_2 {
  max-height: 19rem;
}
.course__details__wrapper .frame_hr_1 {
  top: 5%;
}


/* ================== Counciling Page Styles =================================== */
.wordbook__wrapper.counciling .banner__box {
  /* margin-top: 4rem; */
  position: relative;
}
.wordbook__wrapper.counciling .banner__box img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));border: .5rem solid rgba(255, 199, 205, 0.6);border-right: 0;border-radius: .12rem;width: 100%;
  height: 13.875rem;object-fit: cover;object-position: center center;
}
.wordbook__wrapper.counciling .banner__box::before {
  content: '';width: 40%;height: 90%;display: block;background: rgba(255, 199, 205, 0.5);position: absolute;top: -2rem;left: -3rem;
  border-radius: .12rem;
}
/* .wordbook__wrapper.counciling .details__wrapp { padding-top: 4rem;  } */
.wordbook__wrapper.counciling .card { 
  border-radius: 0rem;
  border-color: rgba(255, 199, 205, 0.15);
}
.counciling__details__wrapper .author__wrapp.time__wrapp .author {
  background: rgba(255, 199, 205, 0.5);
  border: 0.6px dashed #F48D99;padding: .35rem 1rem;border-radius: .2rem;
}
.counciling__details__wrapper .availability__wrapp ul {
  max-height: 4.6rem;
  overflow-y: auto;
  margin-top: 1rem;
  max-width: 8rem;
}
.counciling__details__wrapper .availability__wrapp ul li {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: .5rem;
}
.counciling__details__wrapper .availability__wrapp .time {
  font-size: 13px;
  line-height: 28px;  
  color: #263238;
  background: #FFFFFF;
  border: 0.6px dashed #F48D99;
  box-sizing: border-box;
  border-radius: 2px;
  padding:  .25rem 1rem;
  text-align: center;
  display: inline-block;
}
.counciling__details__wrapper .top-25 { top:25%; }
.counciling__details__wrapper .bottom-15 { bottom:15%; }

.wordbook__wrapper .details__wrapp .card,
.counciling__details__wrapper .details__wrapp .card { border-top-left-radius:0; }
.counciling__details__wrapper .banner__box {
  background: rgba(255, 199, 205, 0.6);text-align:center;
}
 

.scroll * {
  scrollbar-width: thin;
  scrollbar-color: #CE3C4C #FFC7CD;
}

/* Works on Chrome, Edge, and Safari */
.scroll *::-webkit-scrollbar {
  width: 12px;
}

.scroll *::-webkit-scrollbar-track {
  background: #FFC7CD;
}

.scroll *::-webkit-scrollbar-thumb {
  background-color: #CE3C4C;
  border-radius: 20px;
  border: 3px solid #FFC7CD;
}

.banner-shadow {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

/* ============================ Podcast Page Styles ====================================== */
.podcast__card {
  max-width: 18.875rem;width: 100%;
  background: rgba(255, 199, 205, 0.2);
  padding: 1.25rem;margin-left: auto;margin-right: auto;
}
.podcast__card .card {
  background: #FFFFFF; border: 0.4px solid #D95362; box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(206, 60, 76, 0.5); border-radius: 0%;padding: .375rem;position: relative;
}
.podcast__card .card img {
  border: .5rem solid #FFE7EA;
}
.podcast__card .card .thumbnail { height: 20rem;object-fit: cover;object-position: center center; }
.podcast__card.sm .card .thumbnail { height: 12rem; }
.podcast__card .card .caption {
  position: absolute;bottom: 0.9rem;text-align: center;
  padding: .75rem .75rem 1rem .75rem;width: calc(100% - 1.75rem);left: .9rem;
}
.podcast__card .card .caption a:hover { text-decoration: underline; }
.podcast__card .card .btn-play { 
  position: absolute;top: 20%;left: 50%;transform: translateX(-50%);  
  background-color: #270748;border: 1px solid #fff;border-radius: 50%;
  width: 4.375rem;height: 4.375rem;display: flex;justify-content: center;align-items: center;
}
.podcast__card .card .btn-play img { border: 0; }
@media (max-width:1400px) {
  .podcast__card.sm .card .thumbnail {
    height: 9rem;
  }
}
@media (max-width:992px) {
  .podcast__card .card .thumbnail { height: 16rem; }
}
@media (max-width:768px) {
  .podcast__card .card .thumbnail { height: 18rem; }
  .podcast__card.sm .card .thumbnail {
    height: 18rem;
  }
} 

@media (max-width:576px) {
  .podcast__card .card .thumbnail { height: 24rem; }
  .podcast__card.sm .card .thumbnail {
    height: 22rem;
  }
  .podcast__card { max-width: 20.875rem; }
} 

/* ============================ Podcast Details Page Styles ====================================== */
.fs11 { font-size: 11px; }
.podcastdetails__wrapper .podcast__card {
  max-width: 100%;background-color: #fff;padding-right: 0;position: relative;
}
.podcastdetails__wrapper .podcast__card::before {
  content: '';width: 80%;height: 2px;display: block;position: absolute;top: 0%;left: 0;background-color: var(--brand-light);
}
.podcastdetails__wrapper .podcast__card::after {
  content: '';width: 2px;height: 70%;display: block;position: absolute;top: 0%;left: 0;background-color: var(--brand-light);
}
.podcastdetails__wrapper .podcast__card .card {
  max-width: 100%;padding: 0%;border: 0;
}
.podcastdetails__wrapper .podcast__card .card img {
  border: 0;
}
.podcastdetails__wrapper .details__wrapp {
  background: rgba(255, 199, 205, 0.15); border-radius: 2px;padding: 1.25rem;
}
.podcastdetails__wrapper .details__wrapp .card {
  box-shadow: inset 0px 0px 4px 4px #fff;
}
.podcastdetails__wrapper .details__wrapp .card .scrollbox {
  max-height: 300px;overflow-y: auto;
}
.podcastdetails__wrapper .details__wrapp .card .breakdown {
  background: linear-gradient(89.99deg, #FFEEEF 0%, rgba(255, 199, 205, 0.5) 51.5%, #FFEEEF 99.16%);
  border: 1px dashed #FFA4AE;border-radius: .625rem;
  padding: .75rem 1rem;position: relative;margin: 2.5rem 0;
}
.podcastdetails__wrapper .details__wrapp .card .breakdown .btn-play {
  position: static;width: 2.125rem;height: 2.125rem;transform: none;
}
.podcastdetails__wrapper .details__wrapp .card .custom-button {
  min-width: 6.75rem;justify-content: space-evenly;
}
.owl-carousel .podcast__card .btn-play {
  width: 2.875rem;height: 2.875rem;
}
.owl-carousel .podcast__card .btn-play img {
  width: 1.25rem;
}


/* ========================== Contact Page Styles ================================== */
.authentication__wrapper.contact__page .content {
  max-width: 100%;
}
.authentication__wrapper.contact__page .content::after {
  content: none;
}
.authentication__wrapper.contact__page .address {
  background-color: rgba(255, 204, 210, 0.5);padding: .625rem .625rem .625rem 0;
}
.authentication__wrapper.contact__page .caption {
  background-color: #FFCFD4;border: .625rem solid rgba(255, 204, 210, 0.5);border-left: 0;padding: 2rem;
}
.authentication__wrapper.contact__page .caption .table td {
  border: 0;padding: .5rem .75rem;
}
.authentication__wrapper.contact__page .caption .table td:nth-child(1) {
  width: 6rem;color: var(--brand);font-weight: 600;text-align: center;border-right: 2px solid var(--white);
}
.authentication__wrapper.contact__page .caption .table td:nth-child(2) {
  color: var(--dark);
}


.team__card {
  display: flex;align-items: center;
}
.team__card .thumbnail {
  width: 10rem;height: 10.8rem;
  background: rgba(255, 199, 205, 0.6);border-radius: 2px;
} 
.team__card .thumbnail img {
  width: 10rem;height: 10.5rem; filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  position: relative;left: .437rem;top: -.375rem;object-fit: cover;object-position: center center;
}
.team__card .caption { 
  background: rgba(255, 199, 205, 0.3);border-radius: 2px;z-index: -1;
  margin-left: auto;width: calc(100% - 10rem);padding: 2rem 1rem 1rem 2rem;min-height: 15rem;
}
.team__card .caption .tag { 
  background: rgba(255, 199, 205, 0.5);border: 0.6px dashed #F48D99;box-sizing: border-box;border-radius: 2px;
  padding: .2rem .5rem;font-size: .875rem;color: var(--dark);font-weight: 600;margin-right: .5rem;
}

/* =================== Team Details Page ====================== */
.team__card.details .thumbnail { width: 17rem;height: 15.8rem; } 
.team__card.details .thumbnail img { width: 100%;height: 100%;  }
.team__card.details .caption { width: calc(100% - 17rem); }

/* ========================== Profile Page Styles ================================== */
.loginDrop .btn { width: 2.25rem;height: 2.25rem;border-radius: 50%;background-color: var(--brand);margin-left: .75rem; }
.loginDrop .btn img { width: 1.75rem;height: 1.75rem;border-radius: 50%; }
.loginDrop .dropdown-menu { min-width: 7rem;border: 1px solid rgba(0,0,0,.08);filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));left: -4rem; }
.loginDrop .dropdown-menu a { text-transform: uppercase;font-size: .875rem;color: var(--brand);font-weight: 600; }

.profile__content .team__card .thumbnail { width: 25rem;height: 22rem; }
.profile__content .team__card .thumbnail img { width: 100%;height: 100%;left: .75rem;top: -.75rem; }
.profile__content .edit__box input[type="file"] { position: absolute;top: 0%;left: 0%;width: 1px;height: 1px;visibility: hidden;opacity: 0; }
.profile__content .edit__box label { 
    position: absolute;top: 0%;right: 0%;width: 2.5rem;height: 2.5rem;border-radius: 50%;background-color: rgba(255, 199, 205, 0.9);color: #fff; 
    display: flex;justify-content: center;align-items: center;cursor: pointer;filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

.profile__content .edit__box label:hover { background-color: rgba(255, 199, 205, 1);color: var(--brand); } 
.profile__content .caption .table td { border: 0;padding: .2rem .25rem; }
.profile__content .caption .table td:nth-child(1) { font-size: 13px;font-weight: bold; }


/* ========================== Pagination Global Styles ================================== */
.pagination .page-item { margin: 0% .25rem; }
.pagination .page-link {
  padding: 0;border-radius: 50% !important;width: 2.5rem;height: 2.5rem;color: #747474;
  display: flex;justify-content: center;align-items: center;font-size: 1rem;font-weight: 600;border: 1px solid #fedce0;
}
.page-item.active .page-link { background-color: var(--green);border-color: var(--green); }

#flashdisable { max-width: 520px;margin: 0 auto;position: relative; }
#flashdisable .icon { margin-right: .75rem; }
#flashdisable .btn-close { position: absolute;top: .25rem;right: .25rem; }

#BookSpeakerModal .modal-dialog { max-width: 700px; }
.modal-title { color: var(--brand);font-weight: 600;margin-bottom: 0; }

/* ======================== Review Modal Styles ======================== */
/* @charset "UTF-8"; */
.star-cb-group { 
  font-size: 0; 
  unicode-bidi: bidi-override;
  direction: rtl; display: inline-block;
}
/* .star-cb-group { background-color: red; } */
.star-cb-group * {
  font-size: 1.5rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label { 
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1.12em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
 
.pricing__modal .level__box { border: 3px solid #ddd;border-radius: 2px; }
.pricing__modal .amout__box { border: 3px solid #ddd;border-radius: 2px; }
.pricing__modal .input__box .form-control { border: 0;font-size: 3rem;font-weight: 600;color: var(--dark);display: inline-block;width: 9rem; }
.pricing__modal .input__box .currency { font-size: 3rem;font-weight: 600;color: var(--dark);display: inline-block;width: auto; }
.rating.pointer.star-cb-group * { 
  pointer-events: none !important;
}
.star-cb-group.pointer {
  pointer-events: none;
}


/* --------------------------- Show Passwork ------------------- */


.form-floating { position: relative; }
.form-floating .password_view, #eye { position: absolute;top: 65%;transform: translateY(-50%);right: 0.5rem;cursor: pointer;z-index: 99; }


/* Ratings widget */
.rate {
  display: inline-block;
  border: 0;
}


/* Hide radio */
.rate > input {
  display: none;
}


/* Order correctly by floating highest to the right */
.rate > label {
  float: right;color: #ccc;pointer-events: none;
}


/* The star of the show */
.rate > label:before {
  display: inline-block;
  font-size: 1.25rem;
  padding: .3rem .2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 "; /* full star */
}


/* Half star trick */
.rate .half:before {
  content: "\f089 "; /* half star no outline */
  position: absolute;
  padding-right: 0;
}


/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: var(--brand);  } /* color previous stars on hover */


/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: var(--brand);  } 

.success .icon { margin: 1.5rem auto;text-align: center; }
.success .icon svg { width: 4rem;height: 4rem;color: var(--brand); }

.aos-animate .testimonial__car .btn-danger {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #bf1d2e;
}
 

#form-contact .form-floating>.form-control {
    padding: 0;
}
#form-contact .form-floating>label {
	position: relative;
}
#form-contact .form-floating>.form-control,#form-contact .form-floating>.form-select {
    height: auto;
 }
.loginDrop .dropdown-item:focus,.loginDrop .dropdown-item:hover {
    color: #fff !important;
    
}
#form-contact .form-control {
   padding: 0.375rem 0;
}




/* .navbar-expand-xl .navbar-nav li:last-child{
  display:none;
  } */
  
  @media (max-width: 500px){
  .navbar-expand-xl .navbar-nav li:last-child{
  display:block;
  }
  .mr-t-mobile{
	margin-top: 2.5rem;
  }
  }:root {
  --brand: #BF1D2E;
  --brand-light: #F48D99;
  --light: #FFCCD2;
  --brand-ex-light: rgba(255, 199, 205, 0.2);
  --dark: #263238;
  --white: #ffffff;
  --blue: #0089E5;
  --green: #2AA77B;
  --roboto: "Roboto", sans-serif;
  --open-sans: "Open Sans", sans-serif;
  --montsterrat: "Montserrat", sans-serif;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul, ol {
  padding-left: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.75rem;
  letter-spacing: -0.02em;
  color: var(--brand);
}

/*h2 span, .h2 span {
  opacity: 0.3;
}*/

h3, .h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
  color: var(--brand);
}

h3 span, .h3 span {
  color: #F48D99;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.35rem;
  text-align: center;
  color: var(--brand);
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.link {
  color: var(--blue);
}

.bh-328 {
  width: 100%;
  height: 328px;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.25rem;
}

.h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.3rem;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0px 0px 18px #000000;
  margin-bottom: 1.5rem;
}

.h1.inner {
  font-size: 2rem;
  margin-bottom: .5rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.h1 span {
  display: inline-block;
}

.h1 span::first-letter {
  color: #DA0118;
}

.lead-lg {
  font-size: 1.5rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.ff-open {
  font-family: var(--open-sans);
}

.ff-montsterrat {
  font-family: var(--montsterrat);
}

.text-dark {
  color: var(--dark) !important;
}

.bg-primary-light {
  background: #FFC7CD;
}

.text-primary {
  color: var(--brand) !important;
}

.z--1 { z-index: -1; }

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.z-index {
  position: relative;
  z-index: 11;
}

.display_none {
  display: none !important;
}

.form-control {
  border: 0;
  border-bottom: 1px solid var(--brand);
  border-radius: 0;
  color: var(--dark);
}

.form-control:focus {
  border-color: var(--light);
}

.divider {
  width: 6.25rem;
  height: .45rem;
  background-color: var(--light);
  position: relative;
  display: inline-block;
}

.divider::before, .divider::after {
  content: '';
  width: 33%;
  height: 100%;
  left: 0;
  top: 0%;
  position: absolute;
  display: block;
  background-color: var(--brand);
}

.divider::after {
  background-color: #FF8895;
  left: 33%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .437rem;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  opacity: 1;
}

.carousel-control-next .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  transform: rotate(180deg);
  background-size: 1rem 1rem;
}

.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 1rem 1rem;
}

.carousel-indicators {
  bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--brand);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-indicators [data-bs-target]::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  display: block;
  background-color: var(--brand);
  opacity: 0;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators .active::after {
  opacity: 1;
}

.form-select {
  border-color: var(--white);
  border-radius: .437rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-family: var(--montsterrat);
  height: 3.125rem;
  cursor: pointer;
  padding-left: 1.35rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNCRjFEMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+");
  background-size: 1.35rem 1.35rem;
  background-position: right 1.35rem center;
}

.form-select.custom {
  border: 0;
  border-bottom: 1px solid var(--brand);
  border-radius: 0;padding-left: 0;
}

.form-select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNCRjFEMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tdXAiPjxwb2x5bGluZSBwb2ludHM9IjE4IDE1IDEyIDkgNiAxNSI+PC9wb2x5bGluZT48L3N2Zz4=");
  border-color: var(--brand);
}

.form-control.donate__input {
  border-color: var(--white);
  border-radius: .437rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-family: var(--montsterrat);
  height: 3.125rem;
}

.form-control.donate__input::placeholder {
  color: #FFCFD4 !important;
}

.owl-item {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
  padding-bottom: .25rem !important;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #333;
  z-index: 999;
  display: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LXVwIj48bGluZSB4MT0iMTIiIHkxPSIxOSIgeDI9IjEyIiB5Mj0iNSI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjUgMTIgMTIgNSAxOSAxMiI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  border: 0;
}

.backTop.show {
  display: block;
}

.backTop:hover {
  background-color: #000;
}

/*----------- Right Arrowed Btn Styles -----------*/
.btn-arrowed {
  background: linear-gradient(0deg, #FF6666 0%, #F96262 27%, #E95656 62%, #CF4242 100%);
  font-size: 1.125rem;
  font-family: var(--roboto);
  color: var(--white);
  text-transform: uppercase;
  height: 32px;
  min-width: 130px;
  padding: 8px 8px 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem;
  position: relative;
  border: 0;
}

.btn-arrowed .icon {
  width: 24px;
  height: 24px;
  margin-left: .75rem;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/11px;
  transition: all .3s ease-in-out;
}

.btn-arrowed::before {
  content: '';
  height: 38px;
  display: block;
  background: linear-gradient(180deg, #D54646 -25.76%, #FD6464 100%);
  position: absolute;
  top: -3px;
  left: -5px;
  width: 74px;
  border-radius: 30px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.btn-arrowed::after {
  content: '';
  height: 38px;
  display: block;
  border: 1px solid #F48D99;
  position: absolute;
  top: -3px;
  left: -1px;
  width: calc(100% + 6px);
  border-radius: 30px;
  z-index: -2;
}

.btn-arrowed:hover {
  color: var(--white);
}

.btn-arrowed:hover .icon {
  animation-name: btnarrow;
  animation-duration: 1s;
  background-color: var(--brand) !important;
}

.btn-arrowed:hover::before {
  width: calc(100% + 10px);
}

@keyframes btnarrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(20px);
    opacity: 0;
  }
  60% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.btn-primary {
  background: linear-gradient(0deg, rgba(207, 66, 66, 0.5) 0%, rgba(233, 86, 86, 0.5) 38%, rgba(249, 98, 98, 0.5) 73%, rgba(255, 102, 102, 0.5) 100%);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px !important;
  margin-right: 6px;
}

.btn-primary.blue { background: var(--blue);border-color: var(--blue); }

.btn-primary:hover {
  background: linear-gradient(0deg, #cf4242 0%, #e95656 38%, #f96262 73%, #ff6666 100%);
  border-color: #ff6666;
}

.btn-outline-primary {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px #FFA4AE;
  border: transparent;
  font-size: 1.25rem;
  color: var(--brand);
  font-weight: 600;
  font-family: var(--open-sans);
  border-radius: .65rem;
  padding: .5rem 1rem;
}

.btn-outline-primary:hover {
  background: #FFA4AE;
  border-color: #FFA4AE;
  color: #fff;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #FFFFFF;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  padding: 2px;
  animation: pulse 1.5s infinite;
}

.btn-play img {
  transition: all .3s ease-in-out;
}

.btn-play:hover img {
  transform: scale(0.85);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 1.25rem #ffffff00;
  }
  100% {
    box-shadow: 0 0 0 0 #ffffff00;
  }
}

.form-control:focus,
.btn:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
}

.mh__auto {
  min-height: auto !important;
}

#preloader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #fff;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
  opacity: 1;
}

.load :first-child {
  background: #19A68C;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #F63D3A;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #FDA543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #193B48;
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}

@media (max-width: 576px) {
  .load {
    width: 40px;
    height: 40px;
  }
}

/*--------------------------------------------------------- Navber Section Css Start -------------------------------------------------- --*/
.navbar-brand img {
  height: 65px;
  object-fit: contain;
}

.navber-section {
  background: #fff;
}

.navbar-toggler {
  color: #BF1D2E;
  border-color: transparent;
  padding: 0%;
  margin-left: 10px;
  width: 28px;
  height: 22px;
  position: relative;
  margin-left: .5rem;
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
}

.navbar-toggler span::after, .navbar-toggler span::before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
  position: absolute;
  top: 0;
}

.navbar-toggler span::after {
  top: auto;
  bottom: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar {
  padding: 0px;
}
.navbar .nav-item {
  margin-left: .5rem;
}
.navbar .nav-link { 
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--brand);
  position: relative;
  display: inline-block;
}

.navbar .nav-link:hover {
  color: var(--green);
}

.navbar .nav-link::after {
  position: absolute;
  bottom: .35rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F48D99;
  display: none;
}

.navbar .active .nav-link::after {
  display: block;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: var(--green);
}

.navbar .custom-button {
  font-size: 12px;
  height: 33px;
  margin-left: .5rem;
}

.navbar .custom-button.soponsor {
  background: linear-gradient(180deg, #207FBE -22.73%, #57BBFF 75.76%);
}

.navber-section.fixed-top {
  background: #FFF6F6;
  animation: mymove 1s ease-in-out;
  box-shadow: 0 0 9px rgba(191, 29, 46, 0.3);
}

.navber-section.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
}

.navber-section.fixed-top .navbar-brand img {
  height: 58px;
}

@keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (max-width: 1400px) {
  .navbar .nav-link {
    font-size: .850rem;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .navbar .custom-button {
    height: 30px;
    min-width: auto;
  }
  .navbar .custom-button .icon {
    width: 20px;
    height: 20px;
    margin-left: .25rem;
    background-size: 10px 10px !important;
  }
  .navber-section.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .875rem;
  }
}


@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .navbar .container {
    position: relative;
  }
  .navbar .btn-close {
    width: 1.65rem;
    height: 1.65rem;
    background-size: 1.125rem;
    border: 1px solid var(--light);
    border-radius: 50%;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 00%;
    right: 0%;
    z-index: 999;
    background-color: #fff;
    border-top: 3px solid var(--brand);
    max-width: 24rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 2rem 1rem 1rem 1rem;
    transform: translateX(100%);
    transition: all .25s ease-in-out;
    display: block !important;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.4);
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
    display: block;
  }
  .navbar .navbar-collapse .nav-link {
    font-size: 14px;
  }
  .navbar .navbar-collapse .nav-item {
    margin-bottom: .5rem;
  }
  .navbar .navbar-collapse .active .nav-link {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .navbar .navbar-collapse .active .nav-link::after {
    width: 4px;
    height: 100%;
    left: -5%;
    top: 7%;
  }
  .navbar .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

/*--------------------------------------------------------- Navber Section Css Close -------------------------------------------------- --*/
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}

.mt16 {
  margin-top: 16rem !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2AA77B;
}

.mt {
  margin-top: 30px;
}

ul,
ol {
  margin: 0px;
  list-style-type: none;
}

body {
  margin: 0px;
  padding: 0px;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
}

body.modal-open { padding-right: 0 !important; }

label { font-size: 1.125rem;color: var(--dark); padding-left: 0; }

.custom-button {
  min-width: 8.75rem;
  height: 36px;
  background: #2AA77B;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: space-around;
  padding: 5px 4px 5px 10px;
  align-items: center;
  transition: all 0.7s ease;
}

.custom-button .icon {
  width: 24px;
  height: 24px;
  margin-left: .75rem;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/11px;
  transition: all .3s ease-in-out;
}

.custom-button.btn-lg {
  font-size: 20px;
  height: 42px;
  min-width: 186px;
}

.custom-button:hover {
  color: var(--brand) !important;
  background: var(--light) !important;
}

.custom-button:hover .icon {
  animation-name: btnarrow;
  animation-duration: .7s;
  background-color: var(--brand) !important;
}

.custom-button:hover::before {
  width: calc(100% + 10px);
}

.custom-button.white:hover {
  color: var(--brand) !important;
  background: var(--white) !important;
}

.custom-button.signup {
  min-width: 7rem;
}

.custom-button span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.31);
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
}

.custom-button img {
  width: 9px !important;
  height: 10px;
}

.custom-button:hover {
  background: #179f6f;
  color: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  width: calc(100% + 6rem);
  left: -3rem;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: unset !important;
  margin: 0%;
  width: 36px;
  height: 36px;
  border-radius: 6px !important;
  background: #FF6666 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/16px !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  background: #FF6666 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjQ1MzYxIDExTDE3Ljc1NDkgMC44OTE0NzlMNy4xOTE3IDExTDE3Ljc1NDkgMjEuMTA4NEwwLjI0NTM2MSAxMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat center center/16px !important;
}

.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  border: 1px solid var(--light);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center; 
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  background-color: var(--brand) !important;
  display: none !important;
}

.owl-theme .owl-dots .owl-dot.active {
  border-color: var(--brand);
}

.owl-theme .owl-dots .owl-dot.active span {
  display: block !important;
}

/*--------------------------------------------------------- Header Section Css Start-------------------------------------------------- -- */
.header-top {
  background: #BF1D2E;
  padding: 8px 0;
}

.email-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-contact-details {
  display: flex;
}

.header-contact-details li:first-child {
  pointer-events: none;
}

.header-contact-details li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  color: #FFFFFF;
}

.header-social-icon li {
  position: relative;
}

.header-social-icon li::after {
  position: absolute;
  content: "|";
  color: #fff;
  right: -14px;
  top: 0;
}

.header-social-icon li i {
  margin-right: 8px;
}

.header-social-icon li:last-child::after {
  content: none;
}

.header-social-icon li a {
  font-size: .875rem;
  color: #FFFFFF;
  font-weight: 600;
}

.header-contact-details li {
  margin: 0 5px;
}

.header-social-icon li {
  margin: 0 12px;
}

.header-contact-details i {
  margin-right: 5px;
}

.header-contact-details li:first-child {
  margin-left: 0px;
}

.header-social-icon li:last-child {
  margin-right: 0px;
}

/*--------------------------------------------------------- Header Section Css Close -------------------------------------------------- --*/
/*--------------------------------------------------------- Banner Section Css Start -------------------------------------------------- --*/
.banner-section {
  position: relative; 
}
.banner-section .carousel-item { 
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.banner-bottom-curve, .top__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
}

.top__curve {
  top: -1.25rem;
}

.banner-section .carousel-caption {
  text-align: center;
  bottom: 15px;
}

.banner-section .carousel-caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin: 30px 0px 40px;
}

.banner-section .carousel-caption .custom-button {
  width: 150px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding-left: 18px;
  margin: 0 auto 70px;
}

.banner-section .carousel-control-prev,
.banner-section .carousel-control-next {
  background: inherit;
  width: auto;
  height: auto;
}

.banner-section .carousel-control-prev span, .banner-section .carousel-control-next span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  color: #fff;
  font-size: 16px;
}

.banner-section .carousel-control-prev {
  left: 12%;
}

.banner-section .carousel-control-prev span {
  transform: none;
}

.banner-section .carousel-control-next {
  right: 12%;
}

.carousel-control-next i, .carousel-control-prev i {
  background-color: transparent;
}

.book-section .custom-button {
  width: 134px;
  margin-left: auto;
}

.banner-section .d-block.img-fluid {
  height: 532px;
  width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------- Banner Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Counciler Section Css Start -------------------------------------------------- --*/
.counciler-section {
  background-image: url("../images/framee.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.counciler-m {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}



.counciler-name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.35rem;
  color: #BF1D2E;
  text-align: left;
}

.book-section h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 1.875rem;
  color: #BF1D2E;
  margin-bottom: 30px;
  text-align: right;
}

.counciler-m .banner__box {
  width: 100%;
  max-width: 25rem;
  max-height: 25rem;
  position: relative;
  text-align: center;
  height: 25rem;
}

.counciler-m .carousel-item .councilor__img { 
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 23rem; 
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

 

.counciler-content {
  flex: 0 0 30%;
  overflow: hidden;
}

.counciler-carasol {
  flex: 0 0 50%;
  overflow: hidden;
}

.book-section {
  flex: 0 0 20%;
  padding-top: 11%;
}

.counciler-m .carousel-control-prev, .counciler-m .carousel-control-next {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  top: auto;
  bottom: 15%;
}

.counciler-m .carousel-control-prev {
  left: 80px;
}

.counciler-m .carousel-control-next {
  right: 80px;
}

/*---------------------------------------------------- Counciler Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Courses Section Css Start -------------------------------------------------- --*/
.courses {
  position: relative;
}

.background-cell {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}

.courses h2 {
  /* width: 25%;
    margin-left: auto;*/
  margin-bottom: 20px;
}

.owl-cus-button {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  box-shadow: none;
  border: none;
  margin-left: 15px;
}

.courses .card {
  padding: .65rem;
  background: #FFF6F6;
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 1.25rem;
}

.courses .card h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  color: #BF1D2E;
  min-height: 3rem;
}

.inside-content {
  padding-left: 1rem;
  min-height: 8rem;
}

.inside-content p {
  font-weight: 600;
  color: #263238;
  margin-bottom: 0px;
}

.inside-content ol li {
  font-weight: 600;
  color: #263238;
}

.inside-content .custom-button {
  margin-top: 15px;
}

.courses .img-thumbnail {
  object-fit: cover;
  object-position: center center;
  margin-bottom: 30px;
  background: none;
  border: none;
  height: 11rem;
  width: 100%;
  border-radius: 1.25rem;
}

.courses .custom-button img {
  width: 9px !important;
  height: 10px;
}

.courses .item {
  padding: 0 5px;
}

.courses .container {
  position: relative;
}
 
/*---------------------------------------------------- Courses Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Student Testimonial Section Css Start -------------------------------------------------- --*/
.student-testimonial {
  position: relative;
}

.student-testimonial .item {
  padding: 10px;
}
 

.student-testimonial p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: var(--dark);
  min-height: 8rem;
  max-height: 8rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.pink-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url("../images/curve.png");
  background-size: contain;
}

.student-testimonial .card {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px #FFA4AE;
  border-radius: 20px;
  padding: 15px 30px;
  position: relative;
}

.quote {
  position: absolute;
  top: 15px;
  right: 30px;
}

.student {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 15px;
}

.student .img-fluid {
  height: 100px;
  width: 100px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.45));
}

.student h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #BF1D2E;
  margin-bottom: 0;
  margin-left: 15px;
}

.student p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #263238;
  margin-bottom: 15px;
}

.name {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #BF1D2E;
}

.designation {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #263238;
}

.student-testimonial .center .card {
  background: #FFEEF0;
  box-shadow: 0px 0px 15px #FFA4AE;
  border-radius: 20px;
  padding: 20px 30px;
}

.student-testimonial .owl-prev, .student-testimonial .owl-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  text-align: center;
  opacity: 1;
  z-index: 55;
  margin: 0%;
}

.student-testimonial .owl-prev {
  left: -1.5rem;
}

.student-testimonial .owl-next {
  right: -1.5rem;
}

.student-testimonial .container {
  position: relative;
}

/*---------------------------------------------------- Student Testimonial Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Courses Section Css Start -------------------------------------------------- --*/
.fund {
  position: relative;
  background-image: url(../images/framee.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.fund.fund__raising {
  background-image: none !important;
}

.fund h4 {
  margin-top: 1rem;
  padding: 0 1rem;
}

.fund .inside-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  color: #BF1D2E;
  background: #fff;
}

.info-num {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #263238;
  margin-left: 10px;
}

.fund-footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: .75rem;
}

.fund-footer-content h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  text-align: center;
  color: #BF1D2E;
  width: 40%;
  margin-bottom: 0;
}

.information-flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.fund .card {
  background: rgba(255, 199, 205, 0.5);
  box-shadow: 0px 0px 4px 2px rgba(191, 29, 46, 0.4);
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 1.25rem;
  padding: .75rem;
  overflow: hidden;
}

.fund .card .fund__banner {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  border-radius: 1.25rem;
  height: 11.43rem;
  object-fit: cover;
  object-position: center center;
}
.fund .card .banner {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  border-radius: 1.25rem;
  height: 11.45rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.fund.fund__raising .card {
  padding: 0rem;
  box-shadow: none;
}

.fund.fund__raising .card .bg-white {
  border-radius: 0 0 1.25rem 1.25rem;
  padding: .75rem;
}

/*---------------------------------------------------- progress Section Css Start -------------------------------------------------- --*/
.progress {
  width: 50px;
  height: 50px !important;
  float: left;
  /*line-height: 150px;*/
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 15%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #BF1D2E;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #BF1D2E;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: var(--to-transform);
  }
}

/*---------------------------------------------------- Fund Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- About Section Css Start -------------------------------------------------- --*/
.about-sec {
  background-image: url("../images/framee-right.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-im-m {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-im-m .abou-wo {
  position: relative;
  height: 450px;
  object-fit: contain;
}

.about-im-frame {
  position: absolute;
  left: 8%;
  top: 0;
}

.about-im-frame .img-fluid {
  height: 400px;
} 

/*---------------------------------------------------- About Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Testimonial Section Css Start -------------------------------------------------- --*/
.testimonial-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 10%;
}

.testimonial-m .test-im {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  padding: 1rem;
  position: relative;
}

.testimonial-m .test-im .test-student-im {
  position: absolute;
  height: 8.375rem;
  width: 8.375rem !important;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 2px rgba(255, 199, 205, 0.5);
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-m .test-inside-content {
  width: calc(100% - 13rem);
  padding-left: 1rem;
}

.testimonial-m.review {
  display: block;
  padding: 2rem;
}

.testimonial-m.review .test-im {
  margin: -6rem auto 2rem auto;
}

.testimonial-m.review.student__ex { margin-top: 7rem;background-color: rgba(255, 199, 205, 0.13) !important; }
.testimonial-m.review.student__ex .test-im { margin: -8.5rem auto 2rem auto; }

.testimonial-m.review .test-inside-content {
  width: 100%;
}

.testimonial-m.review .test-inside-content .testi__test {
  position: relative;
  color: var(--dark);
  text-align: center;
  margin-bottom: 2.5rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  white-space: normal;
  max-width: 21rem; */
}

.testimonial-m.review .test-inside-content .testi__test::before, .testimonial-m.review .test-inside-content .testi__test::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../images/icons/right-quotes.svg") no-repeat center center/1.25rem;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
}

.testimonial-m.review .test-inside-content .testi__test::after {
  background: url("../images/icons/right-quotes-down.svg") no-repeat center center/1.25rem;
  left: auto;
  right: -1.5rem;
}

.testimonial .card {
  position: relative;
  border: none;
  background-color: #fff;
}

.test-quote-left, .test-quote-right {
  position: absolute;
  top: 0;
  width: 83px !important;
  height: 83px;
}

.test-quote-left {
  left: 0;
}

.test-quote-right {
  right: 0;
}

.testimonial-navigation .owl-prev, .testimonial-navigation .owl-next {
  position: unset;
}

.testimonial-navigation .arrow {
  margin-top: -2rem;
}

.testimonial-navigation .arrow img {
  max-height: 6rem;
}

/*---------------------------------------------------- Testimonial Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Footer Section Css Start -------------------------------------------------- --*/




.address-m {
  display: flex;
  margin-bottom: 10px;
}

.add-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #BF1D2E; 
}

.add-detail, .add-detail a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF; 
}

.add-detail { width: calc(100% - 32px);padding-left: 1rem; }
.add-detail.links a { position: relative;display: inline-block; }
.add-detail.links a::after { 
  content: '';width: 0%;height: 2px;border-radius: 2px;background-color: #fff; position: absolute;
  display: block;bottom: -.1rem;left: 0%;transition: all .3s ease-in-out; 
}
.add-detail.links a:hover::after { width: 100%; }

.subscribe-form .form-control {
  background: #FFA4AE;
  box-shadow: 0px 0px 8px #310106;
  border-radius: .625rem;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  color: #BF1D2E;
  padding-left: 1.25rem;
  border: none;
}

.subscribe-form ::placeholder {
  /* modern browser */
  color: #BF1D2E;
  font-family: 'Open Sans', sans-serif;
}

.subscribe-form .btn-primary {
  background: #FFA4AE;
  box-shadow: 0px 0px 8px #310106;
  border-radius: .625rem;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  color: #BF1D2E; 
  border: none;
  justify-content: center;
}
.footer-sec .middle { position: relative; }
.footer-sec .middle::before,
.footer-sec .subscribe-form::before {
  content: '';width: 1px;height: 100%;border-radius: 2px;display: block;
  position: absolute;top: 1rem;left: -3rem;background-color: #fff;min-height: 13rem;
}
.footer-sec .middle::before { top: 0rem;left: -1.5rem; }

.subscribe-form .form-row {
  justify-content: space-between;
}

.footer-rot-up, .footer-rot-down {
  position: absolute;
  left: 0;
  width: 100%;
}

.footer-rot-up {
  top: 0;
}

.footer-rot-down {
  bottom: 0;
}

.footer-sec .social__links li { margin-right: 1rem; }
.footer-sec .social__links a svg { width: 2rem;height: 2rem;color: var(--white); }
.footer-sec .social__links a:hover svg { color: var(--blue); }

/*---------------------------------------------------- Footer Section Css Close -------------------------------------------------- --*/
/*==================== Authentication Pages Styles ==================*/
.authentication__wrapper { padding: 5rem 0 5rem 0;position: relative; }

.authentication__wrapper.booking { padding: 4rem 0 3rem 0; }

.authentication__wrapper .content {
  max-width: 610px;
  width: 100%;
  border: 5px solid var(--light);
  border-radius: 2px;
  position: relative;
  background-color: #fff;
  z-index: 11;
}

.authentication__wrapper .content .form-floating .form-control { padding-left: 0; }

.authentication__wrapper .content .form-floating label { font-size: 1.125rem; color: var(--dark); padding-left: 0; }

.authentication__wrapper .content.static label {
  font-size: 1.125rem;color: var(--dark);padding-left: 0;display: block;line-height: 1.2;
}

.authentication__wrapper .content.static .form-control {
  padding-left: 0;padding-bottom: 0;
}

.authentication__wrapper .content.static .form-control::placeholder {
  color: rgba(38, 50, 56, 0.2) !important;
}

.authentication__wrapper .content.static .form-select {
  border:0;border-bottom: 1px solid var(--brand);color: var(--dark);font-size: 1rem;padding: .75rem 0 0 0;height: 2.5rem;border-radius: 0%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyNjMyMzgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+');
  background-position: right 0rem bottom;
}

.authentication__wrapper .content.static .form-control:focus, .authentication__wrapper .content.static .form-select:focus {
  border-color: #F9909C;
}
 
.authentication__wrapper .content::before {
  content: '';
  width: 12.825rem;
  height: 25rem;
  background: url("../images/frames/left-frame.svg") no-repeat center center/cover;
  position: absolute;
  top: 0%;
  left: -12.825rem;
  z-index: 0;
}

.authentication__wrapper .content::after {
  content: '';
  width: 11rem;
  height: 20rem;
  background: url("../images/frames/right-frame-bottom.svg") no-repeat center center/cover;
  position: absolute;
  bottom: 0%;
  right: -11rem;
  z-index: 0;
}

.authentication__wrapper.reset .content::after {
  height: 16rem;
  width: 9rem;
  right: -9rem;
}

.authentication__wrapper .fream__group {
  max-height: 25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}

/*================== About page Styles ======================*/
.after__bg {
  position: relative;
  margin-top: 4rem;
}

.after__bg::after {
  content: '';
  width: 90%;
  height: calc(100% + 4rem);
  display: block;
  background-color: #FFF6F6;
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: -1;
}

.disc__list li {
  position: relative;
  padding-left: 2.5rem;
}

.disc__list li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.disc__list li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS43NSIgZmlsbD0iI0ZGRTNFNiIgc3Ryb2tlPSIjRkZBNEFFIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI1IiBmaWxsPSIjQkYxRDJFIi8+Cjwvc3ZnPgo=") no-repeat center center/12px;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
}

.disc__list li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 143%;
  display: block;
  position: absolute;
  top: .85rem;
  left: .65rem;
  background-color: var(--brand-light);
  z-index: -1;
}

.disc__list.value__list li {
  padding-left: 4rem;
}

.disc__list.value__list li::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
  left: .65rem;
  background-color: var(--brand-light);
  z-index: -1;
}
.disc__list.value__list { 
  margin-top: 3rem;
} 
.disc__list.value__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.coreValues__wrapper .disc__list.value__list li > div::after {
  width: 90%;
  height: calc(100% + 2rem);
  top: -1rem;
  left: 13%;
  content: '';  
  display: block;
  background-color: #FFF6F6;
  position: absolute; 
  z-index: -1;
}
.coreValues__wrapper .disc__list.value__list li > div > div:nth-child(1) {
  font-weight: 700;
}

/* ====================== About Page Styles ============================*/

/*================= Course Page Styles =========================*/
.card {
  background: rgba(255, 199, 205, 0.1);
  border: 0.5px solid #FFC7CD;
  box-sizing: border-box;
  border-radius: 20px;
}

.card .banner__img {
  border-radius: 1.25rem;
  height: 11.5rem;
  object-fit: cover;
  object-position: center center;
}

.card .icon__box {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #ff6666;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card .icon__box img {
  width: .875rem;
  height: .875rem;
}

.hero__course__wrapper .carousel-control-next,
.hero__course__wrapper .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

.hero__course__wrapper .carousel-control-next {
  right: -4rem;
  left: auto;
}

.hero__course__wrapper .frame_hr {
  top: 2%;
  left: 2%;
}

.hero__course__wrapper .fream__group {
  left: 2%;
}

.course__sm__card {
  max-width: 18rem;
  width: 100%;
  margin: 0 auto;
}

.course__sm__card .banner {
  max-width: 8.875rem;
  border-radius: .45rem;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.course__sm__card .banner img {
  transition: all .3s ease-in-out;
  width: 8.875rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}

.course__sm__card .banner:hover img {
  transform: scale(0.9);
}

.course__sm__card .caption {
  max-width: 11.875rem;
  padding: .75rem .25rem 1rem 3.5rem;
  background-color: var(--brand-ex-light);
  border-radius: .45rem;
  border: 0.5px solid #BF1D2E;
  position: relative;
  margin-top: -3rem;
  margin-left: 6rem;
  z-index: 0;
}

.course__sm__card .caption .name {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: var(--brand);
}

.course__sm__card .caption .name:hover {
  color: var(--dark);
  text-decoration: underline;
}

.course__sm__card .caption .small {
  font-size: 10px;
  color: #575757;
}

.course__sm__card.fundraising .banner {
  width: 5rem;
  height: 5rem;
}

.course__sm__card.fundraising .banner img {
  border: .312rem;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}

.course__sm__card.fundraising .caption {
  padding: .5rem .25rem .5rem 1.5rem !important;
  margin-left: 4rem !important;
}

/*================ Support Higma Page Styles ======================*/
.disc__list.support li:not(:last-child)::after {
  height: 126%;
}

/*.after__bg.support::after {
  right: -33%;
}*/

.btn-group li input[type="radio"]:checked + label {
  background: linear-gradient(0deg, #cf4242 0%, #e95656 38%, #f96262 73%, #ff6666 100%);
  border-color: #ff6666;
}

/*================ Fund Raising Page Styles ======================*/
.fundraising__wrapper .frame_hr_1 {
  top: 4%;
  left: 3%;
}

.fundraising__wrapper .frame_hr_2 {
  top: 40%;
  left: -3%;
  transform: rotate(270deg);
}

.video__banner {
  position: relative;border-radius: 1.25rem;
}

.video__banner::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 1.25rem;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}

.fundraising__details__wrapper .video__banner img { width: 100%;height: 19rem;object-fit: cover;object-position: center center;border-radius: 1.25rem; }

.fundraising__details__wrapper .details {
  margin-top: -10rem;
  background: #FFF6F6;
  border-radius: .65rem;
}

.fundraising__details__wrapper .details .progress {
  width: 100px;
  height: 100px !important;
}

.fundraising__details__wrapper .details .progress .progress-value {
  font-size: 1.875rem;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.fundraising__details__wrapper .frame_hr_1, .fundraising__details__wrapper .frame_hr_2 {
  top: 3%;
  right: 4%;
}

.fundraising__details__wrapper .frame_hr_2 {
  top: auto;
  bottom: -50%;
  right: 0%;
  max-width: 11rem;
}

.fundraising__details__wrapper .frame_hr_lg, .fundraising__details__wrapper .frame_hr_lg_2 {
  top: 14%;
  left: 2%;
  max-width: 10rem;
}

.fundraising__details__wrapper .frame_hr_lg_2 {
  top: auto;
  bottom: -60%;
  left: 0%;
}

.fundraising__details__wrapper .frame_hr_3 {
  right: 0%;
  bottom: 5%;
}

.fundraising__details__wrapper .frame_hr_4 {
  left: 0%;
  bottom: 18%;
}

.level-car .owl-item, .testimonial__car .owl-item {
  padding: 5rem 0 0 0;
}

.level-car .level__card, .testimonial__car .level__card {
  display: block;
  text-align: center;
}

.level-car .level__card .price, .testimonial__car .level__card .price {
  width: 6.25rem;
  height: 6.25rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(217, 83, 98, 0.5);
  border-radius: 50%;
  margin: -5rem auto 1.5rem auto;
}

.level-car .level__card .btn-outline-primary { background-color: var(--green);border-color: var(--green);color: var(--white); }
.level-car .level__card .btn-outline-primary:hover { background-color: var(--dark);border-color: var(--dark);color: var(--white); }

.prev__fundraising {
  position: relative;
}

.prev__fundraising .vertical__frame {
  top: -30%;
  max-width: 9rem;
}

/* ======================== Wordbook Page Styles ======================= */
.wordbook__wrapper .bookSlider .carousel-item { background: rgba(255, 199, 205, 0.6); }
.wordbook__wrapper .bookSlider .carousel-item img { 
  width: 100%;height: 21rem;object-fit: contain; object-position: center center;
}

.wordbook__wrapper .bookSlider .carousel-indicators {
  margin-top: 1rem;
  margin-bottom: 0;
  position: unset;
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] {
  width: 4rem;
  height: 4rem;
  border-radius: .2rem;
  border: 1px solid var(--brand);
  background: rgba(255, 231, 234, 0.6);
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target]::after {
  content: none;
}

@media (max-width:1200px) { 
.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] { height: 3.25rem; }
.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] img { width: 3rem;height: 2.75rem; }
}

.wordbook__wrapper .author__wrapp .author {
  background-color: #fff;
  border: 1px dashed var(--brand);
  padding: 0 .4rem .2rem .4rem;
  border-radius: .2rem;
  margin: 0 .25rem;
}

.similar__book__card .thumbnail { display: block;background: rgba(255, 199, 205, 0.2);margin-bottom: 1rem; }
.similar__book__card .thumbnail .card { background-color: #fff;border-radius: 0%;padding: .25rem; }
.similar__book__card .thumbnail .card .content { background: rgba(255, 199, 205, 0.2);padding: .65rem;overflow: hidden; }
.similar__book__card .thumbnail .card .content img { height: 13.5rem;object-fit: cover;object-position: center center;transition: all .3s ease-in-out; }
.similar__book__card .thumbnail:hover .card .content img { transform: scale(1.1); }
.similar__book__card .price { color: var(--brand);font-weight: 600;background: rgba(255, 199, 205, 0.5);border: 0.6px dashed #F48D99;border-radius: 2px;padding: .25rem .75rem;
  display: inline-block;font-size: .875rem; }
 

/* ======================== Course Details page Styles ======================= */
.course__details__wrapper .header__wrapp .icon {
  width: 1.875rem;height: 1.875rem;border-radius: 50%;background: rgba(255, 199, 205, 0.4);border: 0.6px solid #F48D99;
}
.course__details__wrapper .header__wrapp .icon img {
  width: 1.25rem;height: auto; 
}
.course__details__wrapper .disc__list { 
  margin-left: -.6rem;
}
.course__details__wrapper .disc__list li::before { 
  z-index: 1;
}
.course__details__wrapper .disc__list li:not(:last-child)::after { 
  z-index: 0;left: .6rem;
}
.course__details__wrapper .disc__list.desc li::after { 
  z-index: 0;left: .6rem;content: ''; width: 1px; height: 100%;
  display: block; position: absolute;top: -93%;left: .65rem;
  background-color: var(--brand-light);
}
.course__details__wrapper .banner__img {
  max-height: 39rem;
  margin-top: -5rem;
}
.course__details__wrapper .frame_hr_lg {
  max-height: 22rem;
}
.course__details__wrapper .frame_hr_lg_2 {
  max-height: 19rem;
}
.course__details__wrapper .frame_hr_1 {
  top: 5%;
}


/* ================== Counciling Page Styles =================================== */
.wordbook__wrapper.counciling .banner__box {
  /* margin-top: 4rem; */
  position: relative;
}
.wordbook__wrapper.counciling .banner__box img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));border: .5rem solid rgba(255, 199, 205, 0.6);border-right: 0;border-radius: .12rem;width: 100%;
  height: 13.875rem;object-fit: cover;object-position: center center;
}
.wordbook__wrapper.counciling .banner__box::before {
  content: '';width: 40%;height: 90%;display: block;background: rgba(255, 199, 205, 0.5);position: absolute;top: -2rem;left: -3rem;
  border-radius: .12rem;
}
/* .wordbook__wrapper.counciling .details__wrapp { padding-top: 4rem;  } */
.wordbook__wrapper.counciling .card { 
  border-radius: 0rem;
  border-color: rgba(255, 199, 205, 0.15);
}
.counciling__details__wrapper .author__wrapp.time__wrapp .author {
  background: rgba(255, 199, 205, 0.5);
  border: 0.6px dashed #F48D99;padding: .35rem 1rem;border-radius: .2rem;
}
.counciling__details__wrapper .availability__wrapp ul {
  max-height: 4.6rem;
  overflow-y: auto;
  margin-top: 1rem;
  max-width: 8rem;
}
.counciling__details__wrapper .availability__wrapp ul li {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: .5rem;
}
.counciling__details__wrapper .availability__wrapp .time {
  font-size: 13px;
  line-height: 28px;  
  color: #263238;
  background: #FFFFFF;
  border: 0.6px dashed #F48D99;
  box-sizing: border-box;
  border-radius: 2px;
  padding:  .25rem 1rem;
  text-align: center;
  display: inline-block;
}
.counciling__details__wrapper .top-25 { top:25%; }
.counciling__details__wrapper .bottom-15 { bottom:15%; }

.wordbook__wrapper .details__wrapp .card,
.counciling__details__wrapper .details__wrapp .card { border-top-left-radius:0; }
.counciling__details__wrapper .banner__box {
  background: rgba(255, 199, 205, 0.6);text-align:center;
}
 

.scroll * {
  scrollbar-width: thin;
  scrollbar-color: #CE3C4C #FFC7CD;
}

/* Works on Chrome, Edge, and Safari */
.scroll *::-webkit-scrollbar {
  width: 12px;
}

.scroll *::-webkit-scrollbar-track {
  background: #FFC7CD;
}

.scroll *::-webkit-scrollbar-thumb {
  background-color: #CE3C4C;
  border-radius: 20px;
  border: 3px solid #FFC7CD;
}

.banner-shadow {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

/* ============================ Podcast Page Styles ====================================== */
.podcast__card {
  max-width: 18.875rem;width: 100%;
  background: rgba(255, 199, 205, 0.2);
  padding: 1.25rem;margin-left: auto;margin-right: auto;
}
.podcast__card .card {
  background: #FFFFFF; border: 0.4px solid #D95362; box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(206, 60, 76, 0.5); border-radius: 0%;padding: .375rem;position: relative;
}
.podcast__card .card img {
  border: .5rem solid #FFE7EA;
}
.podcast__card .card .thumbnail { height: 20rem;object-fit: cover;object-position: center center; }
.podcast__card.sm .card .thumbnail { height: 12rem; }
.podcast__card .card .caption {
  position: absolute;bottom: 0.9rem;text-align: center;
  padding: .75rem .75rem 1rem .75rem;width: calc(100% - 1.75rem);left: .9rem;
}
.podcast__card .card .caption a:hover { text-decoration: underline; }
.podcast__card .card .btn-play { 
  position: absolute;top: 20%;left: 50%;transform: translateX(-50%);  
  background-color: #270748;border: 1px solid #fff;border-radius: 50%;
  width: 4.375rem;height: 4.375rem;display: flex;justify-content: center;align-items: center;
}
.podcast__card .card .btn-play img { border: 0; }
@media (max-width:1400px) {
  .podcast__card.sm .card .thumbnail {
    height: 9rem;
  }
}
@media (max-width:992px) {
  .podcast__card .card .thumbnail { height: 16rem; }
}
@media (max-width:768px) {
  .podcast__card .card .thumbnail { height: 18rem; }
  .podcast__card.sm .card .thumbnail {
    height: 18rem;
  }
} 

@media (max-width:576px) {
  .podcast__card .card .thumbnail { height: 24rem; }
  .podcast__card.sm .card .thumbnail {
    height: 22rem;
  }
  .podcast__card { max-width: 20.875rem; }
} 

/* ============================ Podcast Details Page Styles ====================================== */
.fs11 { font-size: 11px; }
.podcastdetails__wrapper .podcast__card {
  max-width: 100%;background-color: #fff;padding-right: 0;position: relative;
}
.podcastdetails__wrapper .podcast__card::before {
  content: '';width: 80%;height: 2px;display: block;position: absolute;top: 0%;left: 0;background-color: var(--brand-light);
}
.podcastdetails__wrapper .podcast__card::after {
  content: '';width: 2px;height: 70%;display: block;position: absolute;top: 0%;left: 0;background-color: var(--brand-light);
}
.podcastdetails__wrapper .podcast__card .card {
  max-width: 100%;padding: 0%;border: 0;
}
.podcastdetails__wrapper .podcast__card .card img {
  border: 0;
}
.podcastdetails__wrapper .details__wrapp {
  background: rgba(255, 199, 205, 0.15); border-radius: 2px;padding: 1.25rem;
}
.podcastdetails__wrapper .details__wrapp .card {
  box-shadow: inset 0px 0px 4px 4px #fff;
}
.podcastdetails__wrapper .details__wrapp .card .scrollbox {
  max-height: 300px;overflow-y: auto;
}
.podcastdetails__wrapper .details__wrapp .card .breakdown {
  background: linear-gradient(89.99deg, #FFEEEF 0%, rgba(255, 199, 205, 0.5) 51.5%, #FFEEEF 99.16%);
  border: 1px dashed #FFA4AE;border-radius: .625rem;
  padding: .75rem 1rem;position: relative;margin: 2.5rem 0;
}
.podcastdetails__wrapper .details__wrapp .card .breakdown .btn-play {
  position: static;width: 2.125rem;height: 2.125rem;transform: none;
}
.podcastdetails__wrapper .details__wrapp .card .custom-button {
  min-width: 6.75rem;justify-content: space-evenly;
}
.owl-carousel .podcast__card .btn-play {
  width: 2.875rem;height: 2.875rem;
}
.owl-carousel .podcast__card .btn-play img {
  width: 1.25rem;
}


/* ========================== Contact Page Styles ================================== */
.authentication__wrapper.contact__page .content {
  max-width: 100%;
}
.authentication__wrapper.contact__page .content::after {
  content: none;
}
.authentication__wrapper.contact__page .address {
  background-color: rgba(255, 204, 210, 0.5);padding: .625rem .625rem .625rem 0;
}
.authentication__wrapper.contact__page .caption {
  background-color: #FFCFD4;border: .625rem solid rgba(255, 204, 210, 0.5);border-left: 0;padding: 2rem;
}
.authentication__wrapper.contact__page .caption .table td {
  border: 0;padding: .5rem .75rem;
}
.authentication__wrapper.contact__page .caption .table td:nth-child(1) {
  width: 6rem;color: var(--brand);font-weight: 600;text-align: center;border-right: 2px solid var(--white);
}
.authentication__wrapper.contact__page .caption .table td:nth-child(2) {
  color: var(--dark);
}


.team__card {
  display: flex;align-items: center;
}
.team__card .thumbnail {
  width: 10rem;height: 10.8rem;
  background: rgba(255, 199, 205, 0.6);border-radius: 2px;
} 
.team__card .thumbnail img {
  width: 10rem;height: 10.5rem; filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  position: relative;left: .437rem;top: -.375rem;object-fit: cover;object-position: center center;
}
.team__card .caption { 
  background: rgba(255, 199, 205, 0.3);border-radius: 2px;z-index: -1;
  margin-left: auto;width: calc(100% - 10rem);padding: 2rem 1rem 1rem 2rem;min-height: 15rem;
}
.team__card .caption .tag { 
  background: rgba(255, 199, 205, 0.5);border: 0.6px dashed #F48D99;box-sizing: border-box;border-radius: 2px;
  padding: .2rem .5rem;font-size: .875rem;color: var(--dark);font-weight: 600;margin-right: .5rem;
}

/* =================== Team Details Page ====================== */
.team__card.details .thumbnail { width: 17rem;height: 15.8rem; } 
.team__card.details .thumbnail img { width: 100%;height: 100%;  }
.team__card.details .caption { width: calc(100% - 17rem); }

/* ========================== Profile Page Styles ================================== */
.loginDrop .btn { width: 2.25rem;height: 2.25rem;border-radius: 50%;background-color: var(--brand);margin-left: .75rem; }
.loginDrop .btn img { width: 1.75rem;height: 1.75rem;border-radius: 50%; }
.loginDrop .dropdown-menu { min-width: 7rem;border: 1px solid rgba(0,0,0,.08);filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));left: -4rem; }
.loginDrop .dropdown-menu a { text-transform: uppercase;font-size: .875rem;color: var(--brand);font-weight: 600; }

.profile__content .team__card .thumbnail { width: 25rem;height: 22rem; }
.profile__content .team__card .thumbnail img { width: 100%;height: 100%;left: .75rem;top: -.75rem; }
.profile__content .edit__box input[type="file"] { position: absolute;top: 0%;left: 0%;width: 1px;height: 1px;visibility: hidden;opacity: 0; }
.profile__content .edit__box label { 
    position: absolute;top: 0%;right: 0%;width: 2.5rem;height: 2.5rem;border-radius: 50%;background-color: rgba(255, 199, 205, 0.9);color: #fff; 
    display: flex;justify-content: center;align-items: center;cursor: pointer;filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

.profile__content .edit__box label:hover { background-color: rgba(255, 199, 205, 1);color: var(--brand); } 
.profile__content .caption .table td { border: 0;padding: .2rem .25rem; }
.profile__content .caption .table td:nth-child(1) { font-size: 13px;font-weight: bold; }


/* ========================== Pagination Global Styles ================================== */
.pagination .page-item { margin: 0% .25rem; }
.pagination .page-link {
  padding: 0;border-radius: 50% !important;width: 2.5rem;height: 2.5rem;color: #747474;
  display: flex;justify-content: center;align-items: center;font-size: 1rem;font-weight: 600;border: 1px solid #fedce0;
}
.page-item.active .page-link { background-color: var(--green);border-color: var(--green); }

#flashdisable { max-width: 520px;margin: 0 auto;position: relative; }
#flashdisable .icon { margin-right: .75rem; }
#flashdisable .btn-close { position: absolute;top: .25rem;right: .25rem; }

#BookSpeakerModal .modal-dialog { max-width: 700px; }
.modal-title { color: var(--brand);font-weight: 600;margin-bottom: 0; }

/* ======================== Review Modal Styles ======================== */
/* @charset "UTF-8"; */
.star-cb-group { 
  font-size: 0; 
  unicode-bidi: bidi-override;
  direction: rtl; display: inline-block;
}
/* .star-cb-group { background-color: red; } */
.star-cb-group * {
  font-size: 1.5rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label { 
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1.12em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
 
.pricing__modal .level__box { border: 3px solid #ddd;border-radius: 2px; }
.pricing__modal .amout__box { border: 3px solid #ddd;border-radius: 2px; }
.pricing__modal .input__box .form-control { border: 0;font-size: 3rem;font-weight: 600;color: var(--dark);display: inline-block;width: 9rem; }
.pricing__modal .input__box .currency { font-size: 3rem;font-weight: 600;color: var(--dark);display: inline-block;width: auto; }
.rating.pointer.star-cb-group * { 
  pointer-events: none !important;
}
.star-cb-group.pointer {
  pointer-events: none;
}


/* --------------------------- Show Passwork ------------------- */


.form-floating { position: relative; }
.form-floating .password_view, #eye { position: absolute;top: 65%;transform: translateY(-50%);right: 0.5rem;cursor: pointer;z-index: 99; }


/* Ratings widget */
.rate {
  display: inline-block;
  border: 0;
}


/* Hide radio */
.rate > input {
  display: none;
}


/* Order correctly by floating highest to the right */
.rate > label {
  float: right;color: #ccc;pointer-events: none;
}


/* The star of the show */
.rate > label:before {
  display: inline-block;
  font-size: 1.25rem;
  padding: .3rem .2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 "; /* full star */
}


/* Half star trick */
.rate .half:before {
  content: "\f089 "; /* half star no outline */
  position: absolute;
  padding-right: 0;
}


/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: var(--brand);  } /* color previous stars on hover */


/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: var(--brand);  } 

.success .icon { margin: 1.5rem auto;text-align: center; }
.success .icon svg { width: 4rem;height: 4rem;color: var(--brand); }

.aos-animate .testimonial__car .btn-danger {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #bf1d2e;
}
 

#form-contact .form-floating>.form-control {
    padding: 0;
}
#form-contact .form-floating>label {
	position: relative;
}
#form-contact .form-floating>.form-control,#form-contact .form-floating>.form-select {
    height: auto;
 }
.loginDrop .dropdown-item:focus,.loginDrop .dropdown-item:hover {
    color: #fff !important;
    
}
#form-contact .form-control {
   padding: 0.375rem 0;
}
/* .navbar-expand-xl .navbar-nav li:last-child{
  display:none;
  } */
  
  @media (max-width: 500px){
  .navbar-expand-xl .navbar-nav li:last-child{
  display:block;
  }
  .mr-t-mobile{
	margin-top: 2.5rem;
  }
  }:root {
  --brand: #BF1D2E;
  --brand-light: #F48D99;
  --light: #FFCCD2;
  --brand-ex-light: rgba(255, 199, 205, 0.2);
  --dark: #263238;
  --white: #ffffff;
  --blue: #0089E5;
  --green: #2AA77B;
  --roboto: "Roboto", sans-serif;
  --open-sans: "Open Sans", sans-serif;
  --montsterrat: "Montserrat", sans-serif;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul, ol {
  padding-left: 0;
  margin-bottom: 0;
}

h2, .h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.75rem;
  letter-spacing: -0.02em;
  color: #000000;
  text-transform: capitalize;
}

/*h2 span, .h2 span {
  opacity: 1;
}*/

h3, .h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: center;
  color: var(--brand);
}

h3 span, .h3 span {
  color: #F48D99;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.35rem;
  text-align: center;
  color: var(--brand);
}

.ptb {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.link {
  color: var(--blue);
}

.bh-328 {
  width: 100%;
  height: 328px;
  object-fit: cover;
  object-position: center center;
  border-radius: 1.25rem;
}

.h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.3rem;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0px 0px 18px #000000;
  margin-bottom: 1.5rem;
}

.h1.inner {
  font-size: 2rem;
  margin-bottom: .5rem;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}

.h1 span {
  display: inline-block;
}

.h1 span::first-letter {
  color: #DA0118;
}

.lead-lg {
  font-size: 1.5rem;
}

.lead-sm {
  font-size: 1.125rem;
}

.ff-open {
  font-family: var(--open-sans);
}

.ff-montsterrat {
  font-family: var(--montsterrat);
}

.text-dark {
  color: var(--dark) !important;
}

.bg-primary-light {
  background: #FFC7CD;
}

.text-primary {
  color: var(--brand) !important;
}

.z--1 { z-index: -1; }

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.z-index {
  position: relative;
  z-index: 11;
}

.display_none {
  display: none !important;
}

.form-control {
  border: 0;
  border-bottom: 1px solid var(--brand);
  border-radius: 0;
  color: var(--dark);
}

.form-control:focus {
  border-color: var(--light);
}

.divider {
  width: 6.25rem;
  height: .45rem;
  background-color: var(--light);
  position: relative;
  display: none;
}

.divider::before, .divider::after {
  content: '';
  width: 33%;
  height: 100%;
  left: 0;
  top: 0%;
  position: absolute;
  display: block;
  background-color: var(--brand);
}

.divider::after {
  background-color: #FF8895;
  left: 33%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .437rem;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  opacity: 1;
}

.carousel-control-next .carousel-control-prev-icon,
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  transform: rotate(180deg);
  background-size: 1rem 1rem;
}

.carousel-control-next .carousel-control-next-icon,
.carousel-control-prev .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 1rem 1rem;
}

.carousel-indicators {
  bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid var(--brand);
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-indicators [data-bs-target]::after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 5px;
  display: block;
  background-color: var(--brand);
  opacity: 0;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators .active::after {
  opacity: 1;
}

.form-select {
  border-color: var(--white);
  border-radius: .437rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-family: var(--montsterrat);
  height: 3.125rem;
  cursor: pointer;
  padding-left: 1.35rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNCRjFEMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+");
  background-size: 1.35rem 1.35rem;
  background-position: right 1.35rem center;
}

.form-select.custom {
  border: 0;
  border-bottom: 1px solid var(--brand);
  border-radius: 0;padding-left: 0;
}

.form-select:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNCRjFEMkUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tdXAiPjxwb2x5bGluZSBwb2ludHM9IjE4IDE1IDEyIDkgNiAxNSI+PC9wb2x5bGluZT48L3N2Zz4=");
  border-color: var(--brand);
}

.form-control.donate__input {
  border-color: var(--white);
  border-radius: .437rem;
  color: var(--brand);
  font-size: 1.25rem;
  font-family: var(--montsterrat);
  height: 3.125rem;
}

.form-control.donate__input::placeholder {
  color: #FFCFD4 !important;
}

.owl-item {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
  padding-bottom: .25rem !important;
}

/*---------------------- Back to Top Css --------------*/
.backTop {
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #333;
  z-index: 999;
  display: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWFycm93LXVwIj48bGluZSB4MT0iMTIiIHkxPSIxOSIgeDI9IjEyIiB5Mj0iNSI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjUgMTIgMTIgNSAxOSAxMiI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  border: 0;
}

.backTop.show {
  display: block;
}

.backTop:hover {
  background-color: #000;
}

/*----------- Right Arrowed Btn Styles -----------*/
.btn-arrowed {
  background: linear-gradient(0deg, #FF6666 0%, #F96262 27%, #E95656 62%, #CF4242 100%);
  font-size: 1.125rem;
  font-family: var(--roboto);
  color: var(--white);
  text-transform: uppercase;
  height: 32px;
  min-width: 130px;
  padding: 8px 8px 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2rem;
  position: relative;
  border: 0;
}

.btn-arrowed .icon {
  width: 24px;
  height: 24px;
  margin-left: .75rem;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/11px;
  transition: all .3s ease-in-out;
}

.btn-arrowed::before {
  content: '';
  height: 38px;
  display: block;
  background: linear-gradient(180deg, #D54646 -25.76%, #FD6464 100%);
  position: absolute;
  top: -3px;
  left: -5px;
  width: 74px;
  border-radius: 30px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

.btn-arrowed::after {
  content: '';
  height: 38px;
  display: block;
  border: 1px solid #F48D99;
  position: absolute;
  top: -3px;
  left: -1px;
  width: calc(100% + 6px);
  border-radius: 30px;
  z-index: -2;
}

.btn-arrowed:hover {
  color: var(--white);
}

.btn-arrowed:hover .icon {
  animation-name: btnarrow;
  animation-duration: 1s;
  background-color: var(--brand) !important;
}

.btn-arrowed:hover::before {
  width: calc(100% + 10px);
}

@keyframes btnarrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(20px);
    opacity: 0;
  }
  60% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.btn-primary {
  background: linear-gradient(0deg, rgba(207, 66, 66, 0.5) 0%, rgba(233, 86, 86, 0.5) 38%, rgba(249, 98, 98, 0.5) 73%, rgba(255, 102, 102, 0.5) 100%);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px !important;
  margin-right: 6px;
}

.btn-primary.blue { background: var(--blue);border-color: var(--blue); }

.btn-primary:hover {
  background: linear-gradient(0deg, #cf4242 0%, #e95656 38%, #f96262 73%, #ff6666 100%);
  border-color: #ff6666;
}

.btn-outline-primary {
  background: #FFFFFF;
  box-shadow: 0px 0px 4px #FFA4AE;
  border: transparent;
  font-size: 1.25rem;
  color: var(--brand);
  font-weight: 600;
  font-family: var(--open-sans);
  border-radius: .65rem;
  padding: .5rem 1rem;
}

.btn-outline-primary:hover {
  background: #FFA4AE;
  border-color: #FFA4AE;
  color: #fff;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #FFFFFF;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  padding: 2px;
  animation: pulse 1.5s infinite;
}

.btn-play img {
  transition: all .3s ease-in-out;
}

.btn-play:hover img {
  transform: scale(0.85);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  70% {
    box-shadow: 0 0 0 1.25rem #ffffff00;
  }
  100% {
    box-shadow: 0 0 0 0 #ffffff00;
  }
}

.form-control:focus,
.btn:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
}

.mh__auto {
  min-height: auto !important;
}

#preloader {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: #fff;
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
  opacity: 1;
}

.load :first-child {
  background: #19A68C;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #F63D3A;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #FDA543;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #193B48;
}

@keyframes spin {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}

@media (max-width: 576px) {
  .load {
    width: 40px;
    height: 40px;
  }
}

/*--------------------------------------------------------- Navber Section Css Start -------------------------------------------------- --*/
.navbar-brand img {
  height: 65px;
  object-fit: contain;
}

.navber-section {
  background: #fff;
}

.navbar-toggler {
  color: #BF1D2E;
  border-color: transparent;
  padding: 0%;
  margin-left: 10px;
  width: 28px;
  height: 22px;
  position: relative;
  margin-left: .5rem;
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
}

.navbar-toggler span::after, .navbar-toggler span::before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
  position: absolute;
  top: 0;
}

.navbar-toggler span::after {
  top: auto;
  bottom: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar {
  padding: 0px;
}
.navbar .nav-item {
  margin-left: .5rem;
}
.navbar .nav-link { 
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: var(--brand);
  position: relative;
  display: inline-block;
}

.navbar .nav-link:hover {
  color: var(--green);
}

.navbar .nav-link::after {
  position: absolute;
  bottom: .35rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #F48D99;
  display: none;
}

.navbar .active .nav-link::after {
  display: block;
}

.navbar .nav-link:focus,
.navbar .nav-link:hover {
  color: var(--dark);
}

.navbar .custom-button {
  font-size: 12px;
  height: 33px;
  margin-left: .5rem;
}

.navbar .custom-button.soponsor {
  background: linear-gradient(180deg, #207FBE -22.73%, #57BBFF 75.76%);
}

.navber-section.fixed-top {
  background: #FFF6F6;
  animation: mymove 1s ease-in-out;
  box-shadow: 0 0 9px rgba(191, 29, 46, 0.3);
}

.navber-section.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
}

.navber-section.fixed-top .navbar-brand img {
  height: 58px;
}

@keyframes mymove {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@media (max-width: 1400px) {
  .navbar .nav-link {
    font-size: .850rem;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .navbar .custom-button {
    height: 30px;
    min-width: auto;
  }
  .navbar .custom-button .icon {
    width: 20px;
    height: 20px;
    margin-left: .25rem;
    background-size: 10px 10px !important;
  }
  .navber-section.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
    font-size: .875rem;
  }
}


@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    transform: scaleY(1);
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .navbar .container {
    position: relative;
  }
  .navbar .btn-close {
    width: 1.65rem;
    height: 1.65rem;
    background-size: 1.125rem;
    border: 1px solid var(--light);
    border-radius: 50%;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 00%;
    right: 0%;
    z-index: 999;
    background-color: #fff;
    border-top: 3px solid var(--brand);
    max-width: 24rem;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 2rem 1rem 1rem 1rem;
    transform: translateX(100%);
    transition: all .25s ease-in-out;
    display: block !important;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.4);
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
    display: block;
  }
  .navbar .navbar-collapse .nav-link {
    font-size: 14px;
  }
  .navbar .navbar-collapse .nav-item {
    margin-bottom: .5rem;
  }
  .navbar .navbar-collapse .active .nav-link {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .navbar .navbar-collapse .active .nav-link::after {
    width: 4px;
    height: 100%;
    left: -5%;
    top: 7%;
  }
  .navbar .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

/*--------------------------------------------------------- Navber Section Css Close -------------------------------------------------- --*/
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}

.mt16 {
  margin-top: 16rem !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2AA77B;
}

.mt {
  margin-top: 30px;
}

ul,
ol {
  margin: 0px;
  list-style-type: none;
}

body {
  margin: 0px;
  padding: 0px;
  color: #747474;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  font-style: normal;
}

body.modal-open { padding-right: 0 !important; }

label { font-size: 1.125rem;color: var(--dark); padding-left: 0; }

.custom-button {
  min-width: 8.75rem;
  height: 36px;
  background: var(--brand);
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: space-around;
  padding: 5px 4px 5px 10px;
  align-items: center;
  transition: all 0.7s ease;
}

.custom-button .icon {
  width: 24px;
  height: 24px;
  margin-left: .75rem;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3) !important;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/11px;
  transition: all .3s ease-in-out;
}

.custom-button.btn-lg {
  font-size: 20px;
  height: 42px;
  min-width: 186px;
}

.custom-button:hover {
  color: var(--brand) !important;
  background: var(--light) !important;
}

.custom-button:hover .icon {
  animation-name: btnarrow;
  animation-duration: .7s;
  background-color: var(--brand) !important;
}

.custom-button:hover::before {
  width: calc(100% + 10px);
}

.custom-button.white:hover {
  color: var(--brand) !important;
  background: var(--white) !important;
}

.custom-button.signup {
  min-width: 7rem;
}

.custom-button span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.31);
  justify-content: center;
  border-radius: 50%;
  margin-left: 5px;
}

.custom-button img {
  width: 9px !important;
  height: 10px;
}

.custom-button:hover {
  background: #179f6f;
  color: #fff;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  width: calc(100% + 6rem);
  left: -3rem;
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: unset !important;
  margin: 0%;
  width: 36px;
  height: 36px;
  border-radius: 6px !important;
  background: #FF6666 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K") no-repeat center center/16px !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  background: #FF6666 url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxOCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjQ1MzYxIDExTDE3Ljc1NDkgMC44OTE0NzlMNy4xOTE3IDExTDE3Ljc1NDkgMjEuMTA4NEwwLjI0NTM2MSAxMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat center center/16px !important;
}

.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
  border: 1px solid var(--light);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center; 
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  background-color: var(--brand) !important;
  display: none !important;
}

.owl-theme .owl-dots .owl-dot.active {
  border-color: var(--brand);
}

.owl-theme .owl-dots .owl-dot.active span {
  display: block !important;
}

/*--------------------------------------------------------- Header Section Css Start-------------------------------------------------- -- */
.header-top {
  background: #BF1D2E;
  padding: 8px 0;
}

.email-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.header-contact-details {
  display: flex;
}

.header-contact-details li:first-child {
  pointer-events: none;
}

.header-contact-details li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: .875rem;
  color: #FFFFFF;
}

.header-social-icon li {
  position: relative;
}

.header-social-icon li::after {
  position: absolute;
  content: "|";
  color: #fff;
  right: -14px;
  top: 0;
}

.header-social-icon li i {
  margin-right: 8px;
}

.header-social-icon li:last-child::after {
  content: none;
}

.header-social-icon li a {
  font-size: .875rem;
  color: #FFFFFF;
  font-weight: 600;
}

.header-contact-details li {
  margin: 0 5px;
}

.header-social-icon li {
  margin: 0 12px;
}

.header-contact-details i {
  margin-right: 5px;
}

.header-contact-details li:first-child {
  margin-left: 0px;
}

.header-social-icon li:last-child {
  margin-right: 0px;
}

/*--------------------------------------------------------- Header Section Css Close -------------------------------------------------- --*/
/*--------------------------------------------------------- Banner Section Css Start -------------------------------------------------- --*/
.banner-section {
  position: relative; 
}
.banner-section .carousel-item { 
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.banner-bottom-curve, .top__curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
}

.top__curve {
  top: -1.25rem;
}

.banner-section .carousel-caption {
  text-align: center;
  bottom: 15px;
}

.banner-section .carousel-caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
  margin: 30px 0px 40px;
}

.banner-section .carousel-caption .custom-button {
  width: 150px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding-left: 18px;
  margin: 0 auto 70px;
}

.banner-section .carousel-control-prev,
.banner-section .carousel-control-next {
  background: inherit;
  width: auto;
  height: auto;
}

.banner-section .carousel-control-prev span, .banner-section .carousel-control-next span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  color: #fff;
  font-size: 16px;
}

.banner-section .carousel-control-prev {
  left: 12%;
}

.banner-section .carousel-control-prev span {
  transform: none;
}

.banner-section .carousel-control-next {
  right: 12%;
}

.carousel-control-next i, .carousel-control-prev i {
  background-color: transparent;
}

.book-section .custom-button {
  width: 134px;
  margin-left: auto;
}

.banner-section .d-block.img-fluid {
  height: 532px;
  width: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------- Banner Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Counciler Section Css Start -------------------------------------------------- --*/
.counciler-section {
  background-image: url("../images/framee.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.counciler-m {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}



.counciler-name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.35rem;
  color: #BF1D2E;
  text-align: left;
}

.book-section h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 1.875rem;
  color: #BF1D2E;
  margin-bottom: 30px;
  text-align: right;
}

.counciler-m .banner__box {
  width: 100%;
  max-width: 25rem;
  max-height: 25rem;
  position: relative;
  text-align: center;
  height: 25rem;
}

.counciler-m .carousel-item .councilor__img { 
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 23rem; 
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}

 

.counciler-content {
  flex: 0 0 30%;
  overflow: hidden;
}

.counciler-carasol {
  flex: 0 0 50%;
  overflow: hidden;
}

.book-section {
  flex: 0 0 20%;
  padding-top: 11%;
}

.counciler-m .carousel-control-prev, .counciler-m .carousel-control-next {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  top: auto;
  bottom: 15%;
}

.counciler-m .carousel-control-prev {
  left: 80px;
}

.counciler-m .carousel-control-next {
  right: 80px;
}

/*---------------------------------------------------- Counciler Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Courses Section Css Start -------------------------------------------------- --*/
.courses {
  position: relative;
}

.background-cell {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: -1;
}

.courses h2 {
  /* width: 25%;
    margin-left: auto;*/
  margin-bottom: 20px;
}

.owl-cus-button {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #CF4242 0%, #E95656 38%, #F96262 73%, #FF6666 100%);
  box-shadow: none;
  border: none;
  margin-left: 15px;
}

.courses .card {
  padding: .65rem;
  background: #FFF6F6;
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 555;
  position: relative;
}

.image-div {
    flex: 0 0 40%;
	display: flex;
    justify-content: center;
}

.inside-content {
    flex: 0 0 60%;
}
.courses .card h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.375rem;
  color: #BF1D2E;
  min-height: 3rem;
  text-align: center !important;

}

.inside-content {
  padding-left: 1rem;
  min-height: 8rem;
  text-align: center;
  
}

.inside-content p {
  font-weight: normal;
  color: #000000;
  margin-bottom: 0px;
  text-align: center;
}

.inside-content ol li {
  font-weight: 600;
  color: #263238;
}

.inside-content .custom-button {
  margin-top: 15px;
}

.courses .img-thumbnail {
  object-fit: contain;
  object-position: center center;
  margin-bottom: 30px;
  background: none;
  border: none;
  height: 11rem;
  width: 100%;
  border-radius: 1.25rem;
}

.courses .custom-button img {
  width: 9px !important;
  height: 10px;
}

.courses .item {
  padding: 0 5px;
}

.courses .container {
  position: relative;
}
 
/*---------------------------------------------------- Courses Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Student Testimonial Section Css Start -------------------------------------------------- --*/
.student-testimonial {
  position: relative;
}

.student-testimonial .item {
  padding: 10px;
}
 

.student-testimonial p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  color: var(--dark);
  min-height: 8rem;
  max-height: 8rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.pink-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url("../images/curve.png");
  background-size: contain;
}

.student-testimonial .card {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px #FFA4AE;
  border-radius: 20px;
  padding: 15px 30px;
  position: relative;
}

.quote {
  position: absolute;
  top: 15px;
  right: 30px;
}

.student {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 15px;
}

.student .img-fluid {
  height: 100px;
  width: 100px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.45));
}

.student h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #BF1D2E;
  margin-bottom: 0;
  margin-left: 15px;
}

.student p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #263238;
  margin-bottom: 15px;
}

.name {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #BF1D2E;
}

.designation {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #263238;
}

.student-testimonial .center .card {
  background: #FFEEF0;
  box-shadow: 0px 0px 15px #FFA4AE;
  border-radius: 20px;
  padding: 20px 30px;
}

.student-testimonial .owl-prev, .student-testimonial .owl-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  text-align: center;
  opacity: 1;
  z-index: 55;
  margin: 0%;
}

.student-testimonial .owl-prev {
  left: -1.5rem;
}

.student-testimonial .owl-next {
  right: -1.5rem;
}

.student-testimonial .container {
  position: relative;
}

/*---------------------------------------------------- Student Testimonial Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Courses Section Css Start -------------------------------------------------- --*/
.fund {
  position: relative;
  background-image: url(../images/framee.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.fund.fund__raising {
  background-image: none !important;
}

.fund h4 {
  margin-top: 1rem;
  padding: 0 1rem;
}

.fund .inside-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  color: #BF1D2E;
  background: #fff;
}

.info-num {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #263238;
  margin-left: 10px;
}

.fund-footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: .75rem;
}

.fund-footer-content h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  text-align: center;
  color: #BF1D2E;
  width: 40%;
  margin-bottom: 0;
}

.information-flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.fund .card {
  background: rgba(255, 199, 205, 0.5);
  box-shadow: 0px 0px 4px 2px rgba(191, 29, 46, 0.4);
  border: 0.5px solid #BF1D2E;
  box-sizing: border-box;
  border-radius: 1.25rem;
  padding: .75rem;
  overflow: hidden;
}

.fund .card .fund__banner {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  border-radius: 1.25rem;
  height: 11.43rem;
  object-fit: cover;
  object-position: center center;
}
.fund .card .banner {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  border-radius: 1.25rem;
  height: 11.45rem;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.fund.fund__raising .card {
  padding: 0rem;
  box-shadow: none;
}

.fund.fund__raising .card .bg-white {
  border-radius: 0 0 1.25rem 1.25rem;
  padding: .75rem;
}

/*---------------------------------------------------- progress Section Css Start -------------------------------------------------- --*/
.progress {
  width: 50px;
  height: 50px !important;
  float: left;
  /*line-height: 150px;*/
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 15%;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #BF1D2E;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #BF1D2E;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: var(--to-transform);
  }
}

/*---------------------------------------------------- Fund Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- About Section Css Start -------------------------------------------------- --*/
.about-sec {
  background-image: url("../images/framee-right.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-im-m {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-im-m .abou-wo {
  position: relative;
  height: 450px;
  object-fit: contain;
}

.about-im-frame {
  position: absolute;
  left: 8%;
  top: 0;
}

.about-im-frame .img-fluid {
  height: 400px;
} 

/*---------------------------------------------------- About Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Testimonial Section Css Start -------------------------------------------------- --*/
.testimonial-m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 10%;
}

.testimonial-m .test-im {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  padding: 1rem;
  position: relative;
}

.testimonial-m .test-im .test-student-im {
  position: absolute;
  height: 8.375rem;
  width: 8.375rem !important;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 2px rgba(255, 199, 205, 0.5);
  object-fit: cover;
  object-position: center center;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-m .test-inside-content {
  width: calc(100% - 13rem);
  padding-left: 1rem;
}

.testimonial-m.review {
  display: block;
  padding: 2rem;
}

.testimonial-m.review .test-im {
  margin: -6rem auto 2rem auto;
}

.testimonial-m.review.student__ex { margin-top: 7rem;background-color: rgba(255, 199, 205, 0.13) !important; }
.testimonial-m.review.student__ex .test-im { margin: -8.5rem auto 2rem auto; }

.testimonial-m.review .test-inside-content {
  width: 100%;
}

.testimonial-m.review .test-inside-content .testi__test {
  position: relative;
  color: var(--dark);
  text-align: center;
  margin-bottom: 2.5rem;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  white-space: normal;
  max-width: 21rem; */
}

.testimonial-m.review .test-inside-content .testi__test::before, .testimonial-m.review .test-inside-content .testi__test::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url("../images/icons/right-quotes.svg") no-repeat center center/1.25rem;
  position: absolute;
  top: -1rem;
  left: -1.5rem;
}

.testimonial-m.review .test-inside-content .testi__test::after {
  background: url("../images/icons/right-quotes-down.svg") no-repeat center center/1.25rem;
  left: auto;
  right: -1.5rem;
}

.testimonial .card {
  position: relative;
  border: none;
  background-color: #fff;
}

.test-quote-left, .test-quote-right {
  position: absolute;
  top: 0;
  width: 83px !important;
  height: 83px;
}

.test-quote-left {
  left: 0;
}

.test-quote-right {
  right: 0;
}

.testimonial-navigation .owl-prev, .testimonial-navigation .owl-next {
  position: unset;
}

.testimonial-navigation .arrow {
  margin-top: -2rem;
}

.testimonial-navigation .arrow img {
  max-height: 6rem;
}

/*---------------------------------------------------- Testimonial Section Css Close -------------------------------------------------- --*/
/*---------------------------------------------------- Footer Section Css Start -------------------------------------------------- --*/
.footer-sec {
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* background-color: #0a0a0a; */
    padding: 3rem 0 3rem 0;
    margin-top: 0;
	/*margin-top: 1.5rem;*/
}

.footer-sec h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-align: left;
}

.address-m {
  display: flex;
  margin-bottom: 10px;
}

.add-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  color: #BF1D2E; 
}

.add-detail, .add-detail a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  color: #FFFFFF; 
}

.add-detail { width: calc(100% - 32px);padding-left: 1rem; }
.add-detail.links a { position: relative;display: inline-block; }
.add-detail.links a::after { 
  content: '';width: 0%;height: 2px;border-radius: 2px;background-color: #fff; position: absolute;
  display: block;bottom: -.1rem;left: 0%;transition: all .3s ease-in-out; 
}
.add-detail.links a:hover::after { width: 100%; }

.subscribe-form .form-control {
  background: #FFA4AE;
  box-shadow: 0px 0px 8px #310106;
  border-radius: .625rem;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  color: #BF1D2E;
  padding-left: 1.25rem;
  border: none;
}

.subscribe-form ::placeholder {
  /* modern browser */
  color: #BF1D2E;
  font-family: 'Open Sans', sans-serif;
}

.subscribe-form .btn-primary {
  background: #FFA4AE;
  box-shadow: 0px 0px 8px #310106;
  border-radius: .625rem;
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  color: #BF1D2E; 
  border: none;
  justify-content: center;
}
.footer-sec .middle { position: relative; }
.footer-sec .middle::before,
.footer-sec .subscribe-form::before {
  content: '';width: 1px;height: 100%;border-radius: 2px;display: block;
  position: absolute;top: 1rem;left: -3rem;background-color: #fff;min-height: 13rem;
}
.footer-sec .middle::before { top: 0rem;left: -1.5rem; }

.subscribe-form .form-row {
  justify-content: space-between;
}

.footer-rot-up, .footer-rot-down {
  position: absolute;
  left: 0;
  width: 100%;
}

.footer-rot-up {
  top: 0;
}

.footer-rot-down {
  bottom: 0;
}

.footer-sec .social__links li { margin-right: 1rem; }
.footer-sec .social__links a svg { width: 2rem;height: 2rem;color: var(--white); }
.footer-sec .social__links a:hover svg { color: var(--blue); }

/*---------------------------------------------------- Footer Section Css Close -------------------------------------------------- --*/
/*==================== Authentication Pages Styles ==================*/
.authentication__wrapper { padding: 5rem 0 5rem 0;position: relative; }

.authentication__wrapper.booking { padding: 4rem 0 3rem 0; }

.authentication__wrapper .content {
  max-width: 610px;
  width: 100%;
  border: 5px solid var(--light);
  border-radius: 2px;
  position: relative;
  background-color: #fff;
  z-index: 11;
}

.authentication__wrapper .content .form-floating .form-control { padding-left: 0; }

.authentication__wrapper .content .form-floating label { font-size: 1.125rem; color: var(--dark); padding-left: 0; }

.authentication__wrapper .content.static label {
  font-size: 1.125rem;color: var(--dark);padding-left: 0;display: block;line-height: 1.2;
}

.authentication__wrapper .content.static .form-control {
  padding-left: 0;padding-bottom: 0;
}

.authentication__wrapper .content.static .form-control::placeholder {
  color: rgba(38, 50, 56, 0.2) !important;
}

.authentication__wrapper .content.static .form-select {
  border:0;border-bottom: 1px solid var(--brand);color: var(--dark);font-size: 1rem;padding: .75rem 0 0 0;height: 2.5rem;border-radius: 0%;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyNjMyMzgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tZG93biI+PHBvbHlsaW5lIHBvaW50cz0iNiA5IDEyIDE1IDE4IDkiPjwvcG9seWxpbmU+PC9zdmc+');
  background-position: right 0rem bottom;
}

.authentication__wrapper .content.static .form-control:focus, .authentication__wrapper .content.static .form-select:focus {
  border-color: #F9909C;
}
 
.authentication__wrapper .content::before {
  content: '';
  width: 12.825rem;
  height: 25rem;
  background: url("../images/frames/left-frame.svg") no-repeat center center/cover;
  position: absolute;
  top: 0%;
  left: -12.825rem;
  z-index: 0;
}

.authentication__wrapper .content::after {
  content: '';
  width: 11rem;
  height: 20rem;
  background: url("../images/frames/right-frame-bottom.svg") no-repeat center center/cover;
  position: absolute;
  bottom: 0%;
  right: -11rem;
  z-index: 0;
}

.authentication__wrapper.reset .content::after {
  height: 16rem;
  width: 9rem;
  right: -9rem;
}

.authentication__wrapper .fream__group {
  max-height: 25rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
}

/*================== About page Styles ======================*/
.after__bg {
  position: relative;
  margin-top: 4rem;
  padding: 0 20px;
}

.after__bg::after {
  content: '';
  width: 100%;
  height: calc(100% + 4rem);
  display: block;
  background-color: #FFF6F6;
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: -1;
}
li h4.text-start {
    color: #f50b0b;
}
.disc__list li {
  position: relative;
  padding-left: 2.5rem;
}

.disc__list li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.disc__list li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS43NSIgZmlsbD0iI0ZGRTNFNiIgc3Ryb2tlPSIjRkZBNEFFIiBzdHJva2Utd2lkdGg9IjAuNSIvPgo8Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI1IiBmaWxsPSIjQkYxRDJFIi8+Cjwvc3ZnPgo=") no-repeat center center/12px;
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0rem;
}

.disc__list li:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 143%;
  display: block;
  position: absolute;
  top: .85rem;
  left: .65rem;
  background-color: var(--brand-light);
  z-index: -1;
}

.disc__list.value__list li {
  padding-left: 4rem;
}

.disc__list.value__list li::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
  left: .65rem;
  background-color: var(--brand-light);
  z-index: -1;
}
.disc__list.value__list { 
  margin-top: 3rem;
} 
.disc__list.value__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.coreValues__wrapper .disc__list.value__list li > div::after {
  width: 90%;
  height: calc(100% + 2rem);
  top: -1rem;
  left: 13%;
  content: '';  
  display: block;
  background-color: #FFF6F6;
  position: absolute; 
  z-index: -1;
}
.coreValues__wrapper .disc__list.value__list li > div > div:nth-child(1) {
  font-weight: 700;
}

/* ====================== About Page Styles ============================*/

/*================= Course Page Styles =========================*/
.card {
  background: rgba(255, 199, 205, 0.1);
  border: 0.5px solid #FFC7CD;
  box-sizing: border-box;
  border-radius: 20px;
}

.card .banner__img {
  border-radius: 1.25rem;
  height: 11.5rem;
  object-fit: cover;
  object-position: center center;
}

.card .icon__box {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #ff6666;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.card .icon__box img {
  width: .875rem;
  height: .875rem;
}

.hero__course__wrapper .carousel-control-next,
.hero__course__wrapper .carousel-control-prev {
  top: 50%;
  transform: translateY(-50%);
  left: -4rem;
}

.hero__course__wrapper .carousel-control-next {
  right: -4rem;
  left: auto;
}

.hero__course__wrapper .frame_hr {
  top: 2%;
  left: 2%;
}

.hero__course__wrapper .fream__group {
  left: 2%;
}

.course__sm__card {
  max-width: 18rem;
  width: 100%;
  margin: 0 auto;
}

.course__sm__card .banner {
  max-width: 8.875rem;
  border-radius: .45rem;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.course__sm__card .banner img {
  transition: all .3s ease-in-out;
  width: 8.875rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}

.course__sm__card .banner:hover img {
  transform: scale(0.9);
}

.course__sm__card .caption {
  max-width: 11.875rem;
  padding: .75rem .25rem 1rem 3.5rem;
  background-color: var(--brand-ex-light);
  border-radius: .45rem;
  border: 0.5px solid #BF1D2E;
  position: relative;
  margin-top: -3rem;
  margin-left: 6rem;
  z-index: 0;
}

.course__sm__card .caption .name {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: var(--brand);
}

.course__sm__card .caption .name:hover {
  color: var(--dark);
  text-decoration: underline;
}

.course__sm__card .caption .small {
  font-size: 10px;
  color: #575757;
}

.course__sm__card.fundraising .banner {
  width: 5rem;
  height: 5rem;
}

.course__sm__card.fundraising .banner img {
  border: .312rem;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
}

.course__sm__card.fundraising .caption {
  padding: .5rem .25rem .5rem 1.5rem !important;
  margin-left: 4rem !important;
}

/*================ Support Higma Page Styles ======================*/
.disc__list.support li:not(:last-child)::after {
  height: 126%;
}

/*.after__bg.support::after {
  right: -33%;
}*/

.btn-group li input[type="radio"]:checked + label {
  background: linear-gradient(0deg, #cf4242 0%, #e95656 38%, #f96262 73%, #ff6666 100%);
  border-color: #ff6666;
}

/*================ Fund Raising Page Styles ======================*/
.fundraising__wrapper .frame_hr_1 {
  top: 4%;
  left: 3%;
}

.fundraising__wrapper .frame_hr_2 {
  top: 40%;
  left: -3%;
  transform: rotate(270deg);
}

.video__banner {
  position: relative;border-radius: 1.25rem;
}

.video__banner::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 1.25rem;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
}

.fundraising__details__wrapper .video__banner img { width: 100%;height: 19rem;object-fit: cover;object-position: center center;border-radius: 1.25rem; }

.fundraising__details__wrapper .details {
  margin-top: -10rem;
  background: #FFF6F6;
  border-radius: .65rem;
}

.fundraising__details__wrapper .details .progress {
  width: 100px;
  height: 100px !important;
}

.fundraising__details__wrapper .details .progress .progress-value {
  font-size: 1.875rem;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}

.fundraising__details__wrapper .frame_hr_1, .fundraising__details__wrapper .frame_hr_2 {
  top: 3%;
  right: 4%;
}

.fundraising__details__wrapper .frame_hr_2 {
  top: auto;
  bottom: -50%;
  right: 0%;
  max-width: 11rem;
}

.fundraising__details__wrapper .frame_hr_lg, .fundraising__details__wrapper .frame_hr_lg_2 {
  top: 14%;
  left: 2%;
  max-width: 10rem;
}

.fundraising__details__wrapper .frame_hr_lg_2 {
  top: auto;
  bottom: -60%;
  left: 0%;
}

.fundraising__details__wrapper .frame_hr_3 {
  right: 0%;
  bottom: 5%;
}

.fundraising__details__wrapper .frame_hr_4 {
  left: 0%;
  bottom: 18%;
}

.level-car .owl-item, .testimonial__car .owl-item {
  padding: 5rem 0 0 0;
}

.level-car .level__card, .testimonial__car .level__card {
  display: block;
  text-align: center;
}

.level-car .level__card .price, .testimonial__car .level__card .price {
  width: 6.25rem;
  height: 6.25rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(217, 83, 98, 0.5);
  border-radius: 50%;
  margin: -5rem auto 1.5rem auto;
}

.level-car .level__card .btn-outline-primary { background-color: var(--green);border-color: var(--green);color: var(--white); }
.level-car .level__card .btn-outline-primary:hover { background-color: var(--dark);border-color: var(--dark);color: var(--white); }

.prev__fundraising {
  position: relative;
}

.prev__fundraising .vertical__frame {
  top: -30%;
  max-width: 9rem;
}

/* ======================== Wordbook Page Styles ======================= */
.wordbook__wrapper .bookSlider .carousel-item { background: rgba(255, 199, 205, 0.6); }
.wordbook__wrapper .bookSlider .carousel-item img { 
  width: 100%;height: 21rem;object-fit: contain; object-position: center center;
}

.wordbook__wrapper .bookSlider .carousel-indicators {
  margin-top: 1rem;
  margin-bottom: 0;
  position: unset;
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] {
  width: 4rem;
  height: 4rem;
  border-radius: .2rem;
  border: 1px solid var(--brand);
  background: rgba(255, 231, 234, 0.6);
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
}

.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target]::after {
  content: none;
}

@media (max-width:1200px) { 
.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] { height: 3.25rem; }
.wordbook__wrapper .bookSlider .carousel-indicators [data-bs-target] img { width: 3rem;height: 2.75rem; }
}

.wordbook__wrapper .author__wrapp .author {
  background-color: #fff;
  border: 1px dashed var(--brand);
  padding: 0 .4rem .2rem .4rem;
  border-radius: .2rem;
  margin: 0 .25rem;
}

.similar__book__card .thumbnail { display: block;background: rgba(255, 199, 205, 0.2);margin-bottom: 1rem; }
.similar__book__card .thumbnail .card { background-color: #fff;border-radius: 0%;padding: .25rem; }
.similar__book__card .thumbnail .card .content { background: rgba(255, 199, 205, 0.2);padding: .65rem;overflow: hidden; }
.similar__book__card .thumbnail .card .content img { height: 13.5rem;object-fit: cover;object-position: center center;transition: all .3s ease-in-out; }
.similar__book__card .thumbnail:hover .card .content img { transform: scale(1.1); }
.similar__book__card .price { color: var(--brand);font-weight: 600;background: rgba(255, 199, 205, 0.5);border: 0.6px dashed #F48D99;border-radius: 2px;padding: .25rem .75rem;
  display: inline-block;font-size: .875rem; }
 

/* ======================== Course Details page Styles ======================= */
.course__details__wrapper .header__wrapp .icon {
  width: 1.875rem;height: 1.875rem;border-radius: 50%;background: rgba(255, 199, 205, 0.4);border: 0.6px solid #F48D99;
}
.course__details__wrapper .header__wrapp .icon img {
  width: 1.25rem;height: auto; 
}
.course__details__wrapper .disc__list { 
  margin-left: -.6rem;
}
.course__details__wrapper .disc__list li::before { 
  z-index: 1;
}
.course__details__wrapper .disc__list li:not(:last-child)::after { 
  z-index: 0;left: .6rem;
}
.course__details__wrapper .disc__list.desc li::after { 
  z-index: 0;left: .6rem;content: ''; width: 1px; height: 100%;
  display: block; position: absolute;top: -93%;left: .65rem;
  background-color: var(--brand-light);
}
.course__details__wrapper .banner__img {
  max-height: 39rem;
  margin-top: -22rem;
}
.course__details__wrapper .frame_hr_lg {
  max-height: 22rem;
}
.course__details__wrapper .frame_hr_lg_2 {
  max-height: 19rem;
}
.course__details__wrapper .frame_hr_1 {
  top: 5%;
}


/* ================== Counciling Page Styles =================================== */
.wordbook__wrapper.counciling .banner__box {
  /* margin-top: 4rem; */
  position: relative;
}
.wordbook__wrapper.counciling .banner__box img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));border: .5rem solid rgba(255, 199, 205, 0.6);border-right: 0;border-radius: .12rem;width: 100%;
  height: 13.875rem;object-fit: cover;object-position: center center;
}
.wordbook__wrapper.counciling .banner__box::before {
  content: '';width: 40%;height: 90%;display: block;background: rgba(255, 199, 205, 0.5);position: absolute;top: -2rem;left: -3rem;
  border-radius: .12rem;
}
/* .wordbook__wrapper.counciling .details__wrapp { padding-top: 4rem;  } */
.wordbook__wrapper.counciling .card { 
  border-radius: 0rem;
  border-color: rgba(255, 199, 205, 0.15);
}
.counciling__details__wrapper .author__wrapp.time__wrapp .author {
  background: rgba(255, 199, 205, 0.5);
  border: 0.6px dashed #F48D99;padding: .35rem 1rem;border-radius: .2rem;
}
.counciling__details__wrapper .availability__wrapp ul {
  max-height: 4.6rem;
  overflow-y: auto;
  margin-top: 1rem;
  max-width: 8rem;
}
.counciling__details__wrapper .availability__wrapp ul li {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: .5rem;
}
.counciling__details__wrapper .availability__wrapp .time {
  font-size: 13px;
  line-height: 28px;  
  color: #263238;
  background: #FFFFFF;
  border: 0.6px dashed #F48D99;
  box-sizing: border-box;
  border-radius: 2px;
  padding:  .25rem 1rem;
  text-align: center;
  display: inline-block;
}
.counciling__details__wrapper .top-25 { top:25%; }
.counciling__details__wrapper .bottom-15 { bottom:15%; }

.wordbook__wrapper .details__wrapp .card,
.counciling__details__wrapper .details__wrapp .card { border-top-left-radius:0; }
.counciling__details__wrapper .banner__box {
  background: rgba(255, 199, 205, 0.6);text-align:center;
}
 

.scroll * {
  scrollbar-width: thin;
  scrollbar-color: #CE3C4C #FFC7CD;
}

/* Works on Chrome, Edge, and Safari */
.scroll *::-webkit-scrollbar {
  width: 12px;
}

.scroll *::-webkit-scrollbar-track {
  background: #FFC7CD;
}

.scroll *::-webkit-scrollbar-thumb {
  background-color: #CE3C4C;
  border-radius: 20px;
  border: 3px solid #FFC7CD;
}

.banner-shadow {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

/* ============================ Podcast Page Styles ====================================== */
.podcast__card {
  max-width: 18.875rem;width: 100%;
  background: rgba(255, 199, 205, 0.2);
  padding: 1.25rem;margin-left: auto;margin-right: auto;
}
.podcast__card .card {
  background: #FFFFFF; border: 0.4px solid #D95362; box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(206, 60, 76, 0.5); border-radius: 0%;padding: .375rem;position: relative;
}
.podcast__card .card img {
  border: .5rem solid #FFE7EA;
}
.podcast__card .card .thumbnail { height: 20rem;object-fit: cover;object-position: center center; }
.podcast__card.sm .card .thumbnail { height: 12rem; }
.podcast__card .card .caption {
  position: absolute;bottom: 0.9rem;text-align: center;
  padding: .75rem .75rem 1rem .75rem;width: calc(100% - 1.75rem);left: .9rem;
}
.podcast__card .card .caption a:hover { text-decoration: underline; }
.podcast__card .card .btn-play { 
  position: absolute;top: 20%;left: 50%;transform: translateX(-50%);  
  background-color: #270748;border: 1px solid #fff;border-radius: 50%;
  width: 4.375rem;height: 4.375rem;display: flex;justify-content: center;align-items: center;
}
.podcast__card .card .btn-play img { border: 0; }
@media (max-width:1400px) {
  .podcast__card.sm .card .thumbnail {
    height: 9rem;
  }
}
@media (max-width:992px) {
  .podcast__card .card .thumbnail { height: 16rem; }
}
@media (max-width:768px) {
  .podcast__card .card .thumbnail { height: 18rem; }
  .podcast__card.sm .card .thumbnail {
    height: 18rem;
  }
} 

@media (max-width:576px) {
  .podcast__card .card .thumbnail { height: 24rem; }
  .podcast__card.sm .card .thumbnail {
    height: 22rem;
  }
  .podcast__card { max-width: 20.875rem; }
} 

/* ============================ Podcast Details Page Styles ====================================== */
.fs11 { font-size: 11px; }
.podcastdetails__wrapper .podcast__card {
  max-width: 100%;background-color: #fff;padding-right: 0;position: relative;
}
.podcastdetails__wrapper .podcast__card::before {
  content: '';width: 80%;height: 2px;display: block;position: absolute;top: 0%;left: 0;background-color: var(--brand-light);
}
.podcastdetails__wrapper .podcast__card::after {
  content: '';width: 2px;height: 70%;display: block;position: absolute;top: 0%;left: 0;background-color: var(--brand-light);
}
.podcastdetails__wrapper .podcast__card .card {
  max-width: 100%;padding: 0%;border: 0;
}
.podcastdetails__wrapper .podcast__card .card img {
  border: 0;
}
.podcastdetails__wrapper .details__wrapp {
  background: rgba(255, 199, 205, 0.15); border-radius: 2px;padding: 1.25rem;
}
.podcastdetails__wrapper .details__wrapp .card {
  box-shadow: inset 0px 0px 4px 4px #fff;
}
.podcastdetails__wrapper .details__wrapp .card .scrollbox {
  max-height: 300px;overflow-y: auto;
}
.podcastdetails__wrapper .details__wrapp .card .breakdown {
  background: linear-gradient(89.99deg, #FFEEEF 0%, rgba(255, 199, 205, 0.5) 51.5%, #FFEEEF 99.16%);
  border: 1px dashed #FFA4AE;border-radius: .625rem;
  padding: .75rem 1rem;position: relative;margin: 2.5rem 0;
}
.podcastdetails__wrapper .details__wrapp .card .breakdown .btn-play {
  position: static;width: 2.125rem;height: 2.125rem;transform: none;
}
.podcastdetails__wrapper .details__wrapp .card .custom-button {
  min-width: 6.75rem;justify-content: space-evenly;
}
.owl-carousel .podcast__card .btn-play {
  width: 2.875rem;height: 2.875rem;
}
.owl-carousel .podcast__card .btn-play img {
  width: 1.25rem;
}


/* ========================== Contact Page Styles ================================== */
.authentication__wrapper.contact__page .content {
  max-width: 100%;
}
.authentication__wrapper.contact__page .content::after {
  content: none;
}
.authentication__wrapper.contact__page .address {
  background-color: rgba(255, 204, 210, 0.5);padding: .625rem .625rem .625rem 0;
}
.authentication__wrapper.contact__page .caption {
  background-color: #FFCFD4;border: .625rem solid rgba(255, 204, 210, 0.5);border-left: 0;padding: 2rem;
}
.authentication__wrapper.contact__page .caption .table td {
  border: 0;padding: .5rem .75rem;
}
.authentication__wrapper.contact__page .caption .table td:nth-child(1) {
  width: 6rem;color: var(--brand);font-weight: 600;text-align: center;border-right: 2px solid var(--white);
}
.authentication__wrapper.contact__page .caption .table td:nth-child(2) {
  color: var(--dark);
}


.team__card {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  
}
.team__card .thumbnail {
  width: 10rem;height: 10.8rem;
  background: rgba(255, 199, 205, 0.6);border-radius: 2px;
} 
.team__card .thumbnail img {
  width: 10rem;height: 10.5rem; filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  position: relative;left: .437rem;top: -.375rem;object-fit: cover;object-position: center center;
}
.team__card .caption { 
  background: rgba(255, 199, 205, 0.3);border-radius: 2px;z-index: -1;
  margin-left: auto;width: calc(100% - 10rem);padding: 2rem 1rem 1rem 2rem;min-height: 15rem;
}
.team__card .caption .tag { 
  background: rgba(255, 199, 205, 0.5);border: 0.6px dashed #F48D99;box-sizing: border-box;border-radius: 2px;padding: .2rem .5rem;font-size: .875rem;color: var(--dark);font-weight: 600;margin-right: .5rem;width: 100%;text-align: center;
}

/* =================== Team Details Page ====================== */
.team__card.details .thumbnail { width: 17rem;height: 15.8rem; } 
.team__card.details .thumbnail img { width: 100%;height: 100%;  }
.team__card.details .caption { width: calc(100% - 17rem); }

/* ========================== Profile Page Styles ================================== */
.loginDrop .btn { width: 2.25rem;height: 2.25rem;border-radius: 50%;background-color: var(--brand);margin-left: .75rem; }
.loginDrop .btn img { width: 1.75rem;height: 1.75rem;border-radius: 50%; }
.loginDrop .dropdown-menu { min-width: 7rem;border: 1px solid rgba(0,0,0,.08);filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));left: -4rem; }
.loginDrop .dropdown-menu a { text-transform: uppercase;font-size: .875rem;color: var(--brand);font-weight: 600; }

.profile__content .team__card .thumbnail { width: 25rem;height: 22rem; }
.profile__content .team__card .thumbnail img { width: 100%;height: 100%;left: .75rem;top: -.75rem; }
.profile__content .edit__box input[type="file"] { position: absolute;top: 0%;left: 0%;width: 1px;height: 1px;visibility: hidden;opacity: 0; }
.profile__content .edit__box label { 
    position: absolute;top: 0%;right: 0%;width: 2.5rem;height: 2.5rem;border-radius: 50%;background-color: rgba(255, 199, 205, 0.9);color: #fff; 
    display: flex;justify-content: center;align-items: center;cursor: pointer;filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

.profile__content .edit__box label:hover { background-color: rgba(255, 199, 205, 1);color: var(--brand); } 
.profile__content .caption .table td { border: 0;padding: .2rem .25rem; }
.profile__content .caption .table td:nth-child(1) { font-size: 13px;font-weight: bold; }


/* ========================== Pagination Global Styles ================================== */
.pagination .page-item { margin: 0% .25rem; }
.pagination .page-link {
  padding: 0;border-radius: 50% !important;width: 2.5rem;height: 2.5rem;color: #747474;
  display: flex;justify-content: center;align-items: center;font-size: 1rem;font-weight: 600;border: 1px solid #fedce0;
}
.page-item.active .page-link { background-color: var(--green);border-color: var(--green); }

#flashdisable { max-width: 520px;margin: 0 auto;position: relative; }
#flashdisable .icon { margin-right: .75rem; }
#flashdisable .btn-close { position: absolute;top: .25rem;right: .25rem; }

#BookSpeakerModal .modal-dialog { max-width: 700px; }
.modal-title { color: var(--brand);font-weight: 600;margin-bottom: 0; }

/* ======================== Review Modal Styles ======================== */
/* @charset "UTF-8"; */
.star-cb-group { 
  font-size: 0; 
  unicode-bidi: bidi-override;
  direction: rtl; display: inline-block;
}
/* .star-cb-group { background-color: red; } */
.star-cb-group * {
  font-size: 1.5rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label { 
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1.12em;
  white-space: nowrap;
  cursor: pointer;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
 
.pricing__modal .level__box { border: 3px solid #ddd;border-radius: 2px; }
.pricing__modal .amout__box { border: 3px solid #ddd;border-radius: 2px; }
.pricing__modal .input__box .form-control { border: 0;font-size: 3rem;font-weight: 600;color: var(--dark);display: inline-block;width: 9rem; }
.pricing__modal .input__box .currency { font-size: 3rem;font-weight: 600;color: var(--dark);display: inline-block;width: auto; }
.rating.pointer.star-cb-group * { 
  pointer-events: none !important;
}
.star-cb-group.pointer {
  pointer-events: none;
}


/* --------------------------- Show Passwork ------------------- */


.form-floating { position: relative; }
.form-floating .password_view, #eye { position: absolute;top: 65%;transform: translateY(-50%);right: 0.5rem;cursor: pointer;z-index: 99; }


/* Ratings widget */
.rate {
  display: inline-block;
  border: 0;
}


/* Hide radio */
.rate > input {
  display: none;
}


/* Order correctly by floating highest to the right */
.rate > label {
  float: right;color: #ccc;pointer-events: none;
}


/* The star of the show */
.rate > label:before {
  display: inline-block;
  font-size: 1.25rem;
  padding: .3rem .2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 "; /* full star */
}


/* Half star trick */
.rate .half:before {
  content: "\f089 "; /* half star no outline */
  position: absolute;
  padding-right: 0;
}


/* Click + hover color */
input:checked ~ label, /* color current and previous stars on checked */
label:hover, label:hover ~ label { color: var(--brand);  } /* color previous stars on hover */


/* Hover highlights */
input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: var(--brand);  } 

.success .icon { margin: 1.5rem auto;text-align: center; }
.success .icon svg { width: 4rem;height: 4rem;color: var(--brand); }

.aos-animate .testimonial__car .btn-danger {
  text-align: center;
  display: block;
  margin-bottom: 8px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #bf1d2e;
}
 

#form-contact .form-floating>.form-control {
    padding: 0;
}
#form-contact .form-floating>label {
	position: relative;
}
#form-contact .form-floating>.form-control,#form-contact .form-floating>.form-select {
    height: auto;
 }
.loginDrop .dropdown-item:focus,.loginDrop .dropdown-item:hover {
    color: #fff !important;
    
}
#form-contact .form-control {
   padding: 0.375rem 0;
}
/* .navbar-expand-xl .navbar-nav li:last-child{
  display: block;
  } */
  
  @media (max-width: 500px){
  .navbar-expand-xl .navbar-nav li:last-child{
  display:block;
  }
  .mr-t-mobile{
	margin-top: 2.5rem;
  }
  }

	/******************************Order Details Css Start******************************/
.order-details{
	margin: 50px 0;
}
.order-details th, .order-details td {
    text-align: center;
}
.order-details .nav {
    justify-content: space-between;
    width: 46%;
    margin: 0 auto;
    background: #323333;
    border-radius: 20px;
}
.order-details .nav-pills .nav-link {
    font-size: 18px;
    color: #fff !important;
	padding: 8px 25px;
}
.order-details .nav-pills .nav-link.active{
    background: #2AA77B;
    border-radius: 20px;
}
.order-details thead tr{
background: #2AA77B !important;
}
.order-details thead tr th{
color: #fff !important;
}
@media (min-width: 1200px) and (max-width: 1300px){	
.order-details .nav {
    width: 64%;
}


}
@media (max-width: 480px){
	.order-details .nav-pills .nav-link {
		font-size: 16px;
		padding: 8px 20px;
	}
	
	.order-details .nav {
		justify-content: center;
		width: 100%;
		padding: 5px 0;
	}
}
/******************************Order Details Css Close******************************/

.thank-you h1,.thank-you h6,.thank-you p{
	text-align: center;
}
.thank-you h1{
	font-size: 60px;
	text-transform: capitalize;
	font-style: italic;
	color: #2AA77B;
}
.thank-you h6{
	font-size: 25px;
}
.thank-you p{
	font-size: 18px;
}

/************************************************Faq Css Start--********************************************/
.faq-page{
	padding-bottom: 5rem;
	position: relative;
    background-image: url(../images/framee.png);
    background-position: left;
    background-repeat: no-repeat;
   
}
.faq-page h2{
	margin-bottom: 45px;
}
.faq-outside{
	padding: 0px;
	background: #fff;
	position: relative;
    z-index: 5;
}
.faq-outside .d-h-outside{
	flex-direction: row;
}
.faq-outside .pin-icon{
	margin-left: 15px;
	height: 14px;
}
.faq-page .panel-body {
    display: none;
}
.faq-page .panel:first-child .panel-body {
    display: block;
}
.number{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	font-family: 'El Messiri', sans-serif;
	font-size: 20px;
	color: #021137;
	margin-right: 15px;
	background: #fff;
	padding-top: 3px;
}
span.pull-right.clickable {
    margin-left: auto;
	display: flex;
	align-items: center;
}
.faq-outside .service-details-icon{
	height: 200px;
}

.faq-page .panel-primary{
	box-sizing: border-box;
}

.faq-page .panel-primary .panel-heading{
	background: #F8F8F8;
	box-sizing: border-box;
	cursor:pointer;
	}
.faq-page .border-big-left::before {
   	z-index: -1;
	left: -30px;
}
.border-big-left::after {
    top: -30px;
    left: -30px;
}
.panel-heading {
    padding:20px;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    cursor: pointer;
}
.faq-page .panel-primary .panel-title{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.01em;
	color: #333333;
	margin-bottom: 0px;
	text-align: left;
    line-height: 30px;
	margin-right: 10px;
}
.faq-page .panel-primary .panel-title .fa-circle{
	color: #68BD60;
	padding-right:15px;
	}
.faq-page .panel-primary .fa-plus ,.faq-page .panel-primary .fa-minus{
	color: #a9a9a9;
    font-size: 18px;
    vertical-align: bottom;
	}
.faq-page .panel-primary .panel-body{
	padding:20px;
	background: #fff;
}
.faq-page .panel-primary .panel-body p{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.01em;
	color: #333333;
}
.test-readmore-text {
    cursor: pointer;
    color: #c7192b;
    text-transform: capitalize;
}
.test-readmore-text:hover {
    color: #9d0515;
}
.course__details__wrapper .header__wrapp.align-items-end {
    width: 50%;
}
.tab-content .testimonial__car .owl-item {
    padding: 0rem 0 0 0;
}

/************************************************Faq Css Close--********************************************/
.course-details-tab{
	padding: 50px 0;
}
.course-details-tab .nav-pills{
	padding:30px 0 0;
	justify-content: center;
}
.course-details-tab .nav-pills .nav-link {
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    color: #dc3545 !important;
    margin-right: 10px;
    font-size: 18px;
    padding: 8px 0px;
    margin-bottom: 10px;
    width: 190px;
	background: #ffcccc;
}
.course-details-tab .nav-pills .nav-link.active, .course-details-tab .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #dc3545;
}
.course-details-tab .icon {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    background: rgba(255, 199, 205, 0.4);
    border: 0.6px solid #F48D99;
}
.course-details-tab .disc__list li:not(:last-child)::after {
    z-index: 0;
    left: 0.6rem;
}
.course-details-tab .disc__list li:not(:last-child)::after {
    z-index: 0;
    left: 0.6rem;
}
.course-details-tab .disc__list li:not(:last-child)::after {
    z-index: 0;
    left: 0.6rem;
}
.woman-banner {
    height: 500px;
    object-fit: contain;
}
.course-details-tab .custom-button .icon {
    width: 24px;
    height: 24px;
    margin-left: 0.75rem;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.3) !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDUuNUwwIDBMNi4wMzMxMSA1LjVMMCAxMUwxMCA1LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat center center/11px;
    transition: all .3s ease-in-out;
}
.course-details-tab .custom-button:hover .icon {
    background-color: #BF1D2E !important;
	border: 0.6px solid #BF1D2E;
}
.course-details-tab .custom-button{
	background: #2AA77B;
}
.course-details-tab .custom-button .icon{
	border: 0.6px solid #2AA77B;
}

.course-details-tab .card-items .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: .25rem;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}

.course-details-tab .card-items .card .card-body i {
	border-radius: 6px;
	font-size: 31px;
	color:#bf1d2e;
	background-color: #ff57221c;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course-details-tab .card-items .card .card-body .card-title {
	margin-bottom: .75rem;
	margin-top: 26px;
	margin-bottom: 15px;
}
.course-details-tab .card-text {
    font-weight: 600;
}
.pink-bg-two{
background: #FFF6F6;
padding: 30px;
}
.course-details-tab .card-body .custom-button {
    font-size: 16px;
    border-radius: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
	padding: 22px 0;
	
}
.course-details-tab .item .card {
    padding: 20px;
}
.course-details-tab .imag-div {
    position: relative;
}
.course-details-tab .hover-effect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.40);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
  z-index: 55555;
  font-size: 45px;
}
.course-details-tab .imag-div i.fas.fa-play {
    font-size: 40px;
   color: rgb(0, 173, 239);
}
.course-details-tab .imag-div .img-fluid {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    object-fit: cover;
    height: 220px;
	border-radius: 20px;
}
.course-details-tab .inside-content {
    min-height: auto;
	
}
.password-new{
	margin-top: 15px;
	font-size: 18px;
}
.password-new strong{
	background: #eb1e31;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    border-radius: 16px;
    font-size: 15px;
    margin-left: 10px;
}

.document-panel{
	border-bottom:1px rgba(181,176,176,1.00);
	padding: 20px 10px;
	
}
.document-box{
	border-left: 1px solid #000;
	padding-left: 20px;
}
.pdf-icon{
	font-size: 30px;
	color: red;
}

.pdf-title{
	font-size: 18px;
	color:#000;
	font-weight: 600;
}
.pdf-content p{
	font-size: 16px;
	color: #312F2F;
}
.pink-bg-two h2{
font-size: 30px;
}
.pb-20{
padding-bottom: 20px;
}
.documents .inside-content{
	padding-top: 15px;
}
.documents .inside-content p{
	text-align: left;
	margin-top: 5px;
}
@media (max-width: 430px) {
	.course-details-tab .nav-pills .nav-link {
		font-size: 15px;
		width: 160px;
	}
	.pink-bg-two {
 		 padding: 15px;
	}
	.course-details-tab .imag-div .img-fluid {
    
    height: 100%;
    
}
	.course-details-tab .item .card {
    padding: 10px;
}
.course-details-tab h2{
    font-size: 30px;
}
.course-details-tab {
    padding: 20px 0;
}
.course-details-tab .h3{
    font-size: 25px;
}
}
@media (max-width: 330px){
.course-details-tab .nav-pills .nav-link {
    font-size: 13px;
    width: 135px;
}
}

/****************************New Css Date 20/09/2022 Start*******************************************/
.add-detail.links {
    padding-left: 0px;
}
.newsletter_email .formkit-form{
    max-width: 100% !important;
 }
.newsletter_email.ptb {
    padding-top: 0;
}
.team__card .caption {
    position: relative;
    z-index: 5555;
	text-align: center;
}
.blur-image-div{
	position: relative;
}
.blur-image-div img{
	height: 400px;
	object-fit: contain;
	width: 100%;
}
.password-submit{
	position: absolute;
	left: 28%;
    top: 50%;
}
@media (max-width: 830px){
.password-submit {
   left: 24%;
    top: 50%;
}	
}
@media (max-width: 430px){
.password-submit {
    left: 22%;
    top: 34%;
}
.blur-image-div img {
    height: auto;
}
}
@media (max-width: 375px){
.password-submit {
   left: 20%;
}	
}
@media (max-width: 330px){
.password-submit {
   left: 16%;
   top: 28%;
}	
}
/****************************New Css Date 20/09/2022 Close********************************/

/*.student-testimonial .tab-pane .owl-carousel .owl-stage {
    display: flex;
    flex: 0 0 1;
    flex-wrap: wrap;
}

.student-testimonial .tab-pane .owl-carousel.owl-drag .owl-item {
   flex: 1 !important;
    
}
.course-details.pink-bg {
    height: 300px;
    background-size: cover;
}
.student-testimonial .tab-pane .testimonial__car .test-inside-content .btn-danger{
    width: 90%;
    margin: 0 auto;
}
.student-testimonial .tab-pane .testimonial__car .test-inside-content h4{
    width: 90%;
    margin: 10px auto;
}
.course__details__wrapper .disc__list.responsive .custom-button{
	background: #2AA77B;
}
@media (max-width: 430px) {
.student-testimonial .nav-pills{
	padding:30px 0 0;
}
.student-testimonial .tab-pane .testimonial__car .test-inside-content .btn-danger{
    width: 100%;
}
.student-testimonial .tab-pane .testimonial__car .test-inside-content h4{
    width: 100%;
}
.student-testimonial .nav-pills .nav-link {
    font-size: 16px;
    width: 160px;
}
}*/

.course-details-tab .owl-carousel .owl-stage-outer {
  z-index: 5555555;
}
.padding-left {
  padding-left: 22px;
}
.courses-car .custom-button,.card-display-flex .custom-button{
	background:#2AA77B;
}
.team__card .caption .tag{
	width: 100%;
	text-align: center;
}
.card-display-flex 
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	height: 100%;
}
.courses-car .card 
{
    height: 100%;
}
.card-display-flex .caption{
    flex: 0 0 60%;
	   display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.card-display-flex .caption{
	padding: 10px 15px;
}

.course-details-tab .tab-pane .details__wrapp{
    padding: 0 20px;
}
.course-image{
	padding-right: 20px;
}
.tab-content .course-link{
	font-size: 18px;
    padding: 8px 0px;
    margin-bottom: 10px;
	color: #dc3545;
    width: 94%;
	margin-top: 10px;
    background: #ffcccc;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
}
.tab-content .course-link:hover{
	background: #dc3545;
	color:#fff;
}
.course-new-tagline {
    margin-bottom: 30px;
}
.assinment-thumbnail{
	border-top:1px solid #ccc;
	display: flex;
    flex-wrap: wrap;
	padding: 20px;
}
.assinment-thumbnail .img-fluid{
	padding-right: 20px;
}
.assinment-thumbnail h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.course-details-tab .nav-pills .nav-item:last-child .nav-link{
	margin-right: 0px;	
}
.display-flex-class{
	display: flex;
	align-items: center;
}
.passcode {
    font-size: 20px;
    margin-left: 10px;
}
.fundraising__wrapper .position-absolute {
   z-index: -1; 
}
.ml-auto {
   margin-left: auto; 
}
.fundraising__wrapper .info-num {
   text-align: left;
}
.fundraising__wrapper .info-num.days-left{
	font-weight: 600;
    font-size: 15px;	
}
.information-flex h5 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
    text-align: center;
    color: #BF1D2E;
    margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1300px) {
.course-details-tab .nav-pills .nav-link {
    font-size: 17px;
    width: 175px;
}	
}
@media (max-width: 430px){
	.card-display-flex,.courses-car .card {
		height: 100%;
	}
	.assinment-thumbnail .img-fluid{
	margin-bottom: 10px;
}
.course-details-tab h2 {
    font-size: 24px;
}
}
.courses-car.blog-list-car .card {
    height: 100%;
}
.blog-list-car .inside-content {
    flex: 0 0 100%;
}
.courses .blog-list-car .card {
    flex-direction: column;
}
.copy-right-text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.copy-right-text a {
    color: #eb1a30;
}
.copy-right-text a:hover {
    color: #2AA77B;
}

@media (min-width: 1100px) and (max-width: 1200px) {
.courses-car .card {
    height: 310px;
}
.courses-car .inside-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
}
.after__bg_same_height .after__bg::after {
    height: 210px;
}

.profile-details-table td:first-child {
    width: 10%;
    text-align: left;
}

.profile-details-table tr {
    display: flex;
    align-items: center;
}

.profile-name-edit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile__content .custom-button {
    display: block;
}

.profile__content .team__card .caption {
    z-index: -10;
    
}
@media (max-width: 890px){
.profile-details-table td:first-child {
    width: 30%;
    
}
}