    * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Hind Siliguri", sans-serif;
  color: #0e1133;
  transition: all 0.3s ease-out 0s;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p {
  font-weight: 400;
}
img {
  width: 100%;
}
.logo img {
  max-width: 100px;
  min-width: 75px;
  width: 100%;
}
header p {
  color: #21216b;
  font-weight: 700;
  font-size: 20px;
}
header .menu li p i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}
.top-header p,
.top-header a,
.top-header i {
  color: #fff;
}
.top-header .social-media-header img {
  width: 35px;
  margin: 0 2.5px;
}
.top-header {
  background-color: #21216b;
  position: relative;
  z-index: 9999;
}

/* common */

.header-sub-title {
  color: #4f5de4;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 21px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.header-sub-title svg {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  width: 133px;
  height: 13px;
}
.header-title {
  font-size: 40px;
  line-height: 47px;
  color: #21216b;
  font-weight: 500;
}
header .menu .submenu {
  background: #fff;
  width: 295px;
  position: absolute;
  border-radius: 5px;
  transform: translate(0%, 45%);
  top: -40%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .menu .submenu ul {
  flex-direction: column;
  padding: 10px;
}

header .menu .submenu ul li {
  padding: 10px 15px;
}
header .menu .submenu ul li a {
  color: #21216b;
  font-weight: 700;
}
header .menu .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

header .menu .submenu ul li:hover {
  padding: 10px 15px 10px 20px;
}
p {
  margin: 20px 0 30px;
  color: #697585;
  font-size: 20px;
}

.button {
  display: inline-block;
  border: none;
  outline: none;
  background-color: #4f5de4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  padding: 16px 32px 15px;
  cursor: pointer;
}
.button:hover {
  background-color: #707be7;
}

/* Accordion css */
 .accordion-card {
  margin-bottom: 25px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 5px 15px 0px rgba(42,77,113,0.06);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  box-shadow: 0px 5px 15px rgba(42,77,113,0.04);
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.accordion-card.active .accordion-body{
  padding: 23px 25px 30px 25px;
  height: 100%;
}
.accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  border: 0;
  color: #0F2239;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 60px 15px 25px;
  min-height: 55px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 100%;
}
.active.accordion-card .accordion-button{
  color: #FFFFFF;
  background-color: #2a254d;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
 .accordion-card:last-child {
  margin-bottom: 0;
}
.accordion-card .accordion-button:after {
  content: "\f070";
  width: 55px;
  height: 100%;
  line-height: 1;
  background-image: none;
     font-family: "Font Awesome 6 Free";
  color: #9FAAB7;
  font-weight: 900;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 8px;
}
.accordion-card.active .accordion-button:after {
  content: "\f06e";
  color: #FFFFFF;
}
/* Accordion css end*/
/* Hero sec */

.hero-section .container-fluid .col {
  padding: 0;
}
.hero-section .container-fluid img {
  width: 100%;
}

/* about */
.about-section {
  padding: 90px 0;
  background-image: url("../images/assests/background-about.png");
  background-size: cover;
}
.about-us-image {
  position: relative;
}
.about-us-image:after,
.about-us-image:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4f5de4;
  opacity: 0.2;
  border-radius: 63% 95% 77% 86%;
  transform: rotate(45deg);
  z-index: -1;
}
.about-us-image:before {
  transform: rotate(-45deg);
}
.about-us-image img {
  border-radius: 63% 95% 77% 86%;
  width: 90%;
}
.about.main .counter-item .counter-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

/* Course section */

.course-section {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.course-section .row {
  margin-bottom: 45px;
}

.course-section .header-sub-title {
  margin-bottom: 10px;
}
.course-section .header-sub-title svg {
  right: 0;
  margin: auto;
}

.course-card {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.course-card:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(transparent, #0d2147);
}

.content-part {
  position: absolute;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  background: rgba(17, 41, 88, 0.9);
  border-radius: 3px;
  padding: 25px 35px 0;
  color: #ffffff;
  z-index: 2;
}
.course-card:hover .content-part {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1;
}

.content-part li,
.content-part h4,
.content-part a,
.content-part i,
.title-part h4 {
  color: #fff;
}
.course-card .content-part .btn-part a {
  padding: 5px 10px;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  color: #21216b;
}
.course-card .title-part {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 21px;
  opacity: 1;
  z-index: 1;
}
.course-card:hover .title-part {
  bottom: -20%;
}

/* Gallery */
.main.gallery section.banner-section {
  background-image: url(../images/background/about-bg.jpg);
}
.header-sub-title svg {
  right: 0;
  margin: 0 auto;
}

.gallery-testimonial {
  padding: 50px 0;
  background-image: url("../images/assests/bg-3.png");
}
.gallry-slide:hover {
  transform: scale(1.1);
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  margin: 15px 30px;
  position: relative;
}
.testimonial-card:before,
.testimonial-card:after {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 170px;
  height: 199px;
  border-radius: 20px;
  content: "";
  background-color: #21216b;
  z-index: -1;
}
.testimonial-card:after {
  top: inherit;
  bottom: -10px;
  right: -10px;
  left: inherit;
}
.testimonial-card-img {
  padding: 10px;
  width: max-content;
  margin: 0 auto;
  border: 2px dashed #21216b;
  border-radius: 50%;
}
.testimonial-card-img img {
  border-radius: 50%;
}

.testimonial-card-content h2 {
  margin: 20px 0 10px;
  font-size: 22px;
  color: #21216b;
}

section.footer-bottom {
  margin: 0;
  text-align: center;
  background-color: #21216b;
}
section.footer p,
section.footer a {
  font-size: 20px;
}

section.footer-bottom p {
  margin: 10px;
}
footer * {
  color: #fff !important;
}
.footer p {
  margin: 5px 0;
}
.footer p i {
  margin-right: 5px;
}
.footer .col-c a,
.footer .col-d a {
  display: block;
}

.footer .row-a .col-a img {
  width: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
}

section.footer {
  position: sticky;
  background-image: url("../images/assests/footer-bg-1.png");
  padding: 30px calc(10px + 2%);
}
.footer:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2a254d;
  opacity: 1;
  z-index: -1;
}
.footer .row-a .col i {
  margin-right: 10px;
}

.footer .row-a .col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  padding: 0 15px;
}

.footer .row-a .col-a .social-media-header img {
  margin: 10px 5px 0 0;
  width: 40px;
}

.footer .row-a .col-a .social-media-header img:hover {
  transform: scale(1.1);
  transition: ease-in 0.2s;
}

.footer .row-a {
  justify-content: center;
  align-items: baseline;
}

.footer .row-a h3 {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 25px;
}

.footer .row-a .col-b p {
  margin: 08px 0 20px;
  font-size: 18px;
}

.footer-button {
  position: relative;
}

.footer .row-a .col-b input {
  height: 45px;
  background-color: #ffffff;
  border: 1px solid rgb(121 121 121 / 20%);
  outline: none;
  box-shadow: none !important;
  color: #797979;
  padding: 0 28px;
  border-radius: 45px;
  width: 100%;
}

.footer .row-a .footer-button button img {
  width: 17px;
}

.footer .row-a .footer-button button {
  position: absolute;
  right: 5px;
  height: 35px;
  top: 5px;
  bottom: 5px;
  min-width: 60px;
  z-index: 1;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(0deg, #2a254d 0%, #21216b 100%);
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  font-size: 14px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border: none !important;
  color: var(--white-color);
  border-radius: 45px;
  justify-content: center;
  outline: none;
  overflow: hidden;
}

/* Whatsapp css */
.whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99999;
}

.whatsapp a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-icon-svg svg {
  width: 26.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.whatsapp-icon-svg {
  display: inline-block;
  background: #1db843;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
}
/* Home page FAQ secction css  */
.section-faq{
  padding: 45px 0;
}
/* About-us page CSS Start */

section.banner-section {
  position: relative;
  display: flex;
  min-height: 450px;
}
section.banner-section:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 32, 0.6);
}

.banner-section .container {
  position: relative;
  z-index: 1;
}

.banner-section .container .row {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}

h3.banner-title {
  font-size: 70px;
  color: #fff;
  line-height: 62px;
  margin-bottom: 0;
}
nav.breadcrumb-text ul {
  display: flex;
  gap: 35px;
  margin-top: 10px;
}
nav.breadcrumb-text ul li:last-child {
  list-style: disc;
  color: #fff;
}
nav.breadcrumb-text li a,
nav.breadcrumb-text li span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

/* .main.about section.banner-section {
  background-image: url("../images/background/about-bg.jpg");
} */
/* About-us page CSS End */
/* Contact page CSS start */
.main.contact section.banner-section {
  background-image: url("../images/background/contact-bg.jpg");
}
section.contact-section {
  padding: calc(20px + 5%) 0;
}
.contact-section .section__title {
  font-size: 40px;
  color: #0e1133;
  text-transform: capitalize;
  z-index: 1;
  margin-bottom: 3px;
}
.section__title span {
  position: relative;
}
.section__title img {
  position: absolute;
  left: -14px;
  z-index: -1;
  bottom: 15px;
  width: 120%;
  animation: section-animation-2 3s infinite;
}
.contact-section .section__title + p {
  font-size: 16px;
  color: #53545b;
}
.contact__form-input input,
.contact__form-input select,
.contact__form-input textarea {
  width: 100%;
  height: 56px;
  line-height: 54px;
  padding: 0 23px;
  background: #f3f4f8;
  border-radius: 4px;
  border: 2px solid #f3f4f8;
  color: #0e1133;
  font-size: 15px;
  margin-bottom: 20px;
}
.contact__form-input textarea {
  height: 180px;
  padding: 23px 25px;
  line-height: 1.1;
  resize: none;
  margin-bottom: 13px;
}

.e-btn {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #fff;
  background: #2b4eff;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.e-btn:hover {
  color: #fff;
  box-shadow: 0 10px 24px 0 rgba(4, 23, 118, 0.3);
}
.contact-info {
  padding: 45px 40px;
  border-radius: 4px;
  box-shadow: 0 30px 50px 0 rgba(1, 11, 60, 0.1);
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.contact-data-single {
  margin-bottom: 35px;
}
.contact-info svg {
  width: 16px;
  height: 20px;
  margin-right: 15px;
  fill: none;
  stroke: #2b4eff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-single-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-single-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 26px;
}
.address-container {
  position: relative;
}
.address-container:before {
  content: "";
  background-image: url("../images/assests/contact-shape-2.png");
  width: 75px;
  height: 115px;
  position: absolute;
  top: -20px;
  background-repeat: no-repeat;
  right: -25px;
}
.address-container:after {
  content: "";
  background-image: url("../images/assests/contact-shape-1.png");
  width: 84px;
  height: 90px;
  position: absolute;
  bottom: 2%;
  left: -30px;
  background-repeat: no-repeat;
}
@keyframes section-animation-2 {
  0% {
    width: 0;
  }

  15% {
    width: 125%;
  }

  85% {
    opacity: 1;
  }

  90% {
    width: 125%;
    opacity: 0;
  }

  to {
    width: 0;
    opacity: 0;
  }
}
/* Contact page CSS End */
/* Blog page CSS */
.main.blog section.banner-section {
  background-image: url("../images/background/blog.jpg");
}
.blog-section {
  padding: calc(20px + 5%) 0 calc(-10px + 5%);
}
.single-blog-item:hover img {
  transform: scale(1.1);
}
.single-blog-item .blog-img {
  overflow: hidden;
}
.single-blog-item {
  border-radius: 6px;
  box-shadow: 0 30px 40px 0 rgba(1, 11, 60, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}
.content-part li{
  font-size:12px;
}
.single-blog-item .blog-text {
  padding: 30px 30px 35px;
}

.single-blog-item .blog-title {
  font-size: 20px;
  margin-bottom: 35px;
  color: #2a254d;
}
.single-blog-item .blog-title a {
  color: inherit;
}
.single-blog-item .blog__author-thumb {
  border-radius: 50%;
  overflow: hidden;
}
.single-blog-item h5 {
  margin: 0 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: #53545b;
}

/* Blog page CSS End */
/* Gallery CSS */
.main.gallery .awards-slider.row .gallry-slide {
  padding: 0;
  overflow: hidden;
  transform: scale(1);
}
.main.gallery .awards-slider .awards-slider.row .gallry-slide:hover {
  transform: scale(1);
}

.main.gallery .awards-slider.row .gallry-slide img:hover {
  transform: scale(1.1) !important;
}

.main.gallery .gallery-section {
  padding: calc(10px + 0%) 0 0 0;
}
.main.gallery .gallery-section .header-title {
  padding: calc(10px + 5%) 0 calc(10px + 0.5%) 0;
}
/* Gallery CSS End */
/*Course Pages CSS**/
.content.blue-bg {
  padding: 20px 40px;
  background: rgb(117 117 242 / 20%);
  border-radius: 5px;
}
.course-overview .inner-box h4 {
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
  font-size: 24px;
}
.course-overview .inner-box p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 0 0 15px;
}
.course-overview .inner-box h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 18px;
}
.course-overview .inner-box .review-list li {
  position: relative;
  color: #626262;
  font-size: 16px;
  margin-bottom: 14px;
  padding-left: 30px;
}
.content.service-list {
    padding: 20px 40px;
    border-radius: 5px;
    box-shadow: 0 0 30px #d7cfcf;
    margin-bottom: 40px;
}
.content.service-list ul {
  margin: 0;
}
.content.service-list ul li {
  color: #626262;
  font-size: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #70cee9;
}
.content.service-list ul li a {
  display: block;
}
.content.service-list ul li a:hover {
  padding-left: 10px;
}
.enquire .contact__form-input textarea{
    height: 70px;
}
.course-about{
  padding: calc(20px + 2.5%) 0;
    background-color: #e5eaef;
}
.service-courses  .accordion-card {
  margin-bottom: 25px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 5px 15px 0px rgba(42,77,113,0.06);
}
.service-courses .accordion-card .accordion-collapse {
  border: none;
}
.service-courses  .accordion-card .accordion-body {
  box-shadow: 0px 5px 15px rgba(42,77,113,0.04);
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.service-courses  .accordion-card.active .accordion-body{
  padding: 23px 25px 30px 25px;
  height: 100%;
}
.service-courses  .accordion-card .faq-text {
  margin-bottom: -0.48em;
}
.service-courses  .accordion-card .accordion-button {
  font-size: 18px;
  font-weight: 500;
  border: 0;
  color: #0F2239;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 15px 60px 15px 25px;
  min-height: 55px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 100%;
}
.service-courses  .active.accordion-card .accordion-button{
  color: #FFFFFF;
  background-color: #2a254d;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.service-courses  .accordion-card:last-child {
  margin-bottom: 0;
}
.service-courses  .accordion-card .accordion-button:after {
  content: "\f070";
  width: 55px;
  height: 100%;
  line-height: 1;
  background-image: none;
     font-family: "Font Awesome 6 Free";
  color: #9FAAB7;
  font-weight: 900;
  font-size: 1em;
  display: grid;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 8px;
}
.service-courses  .accordion-card.active .accordion-button:after {
  content: "\f06e";
  color: #FFFFFF;
}
.service-courses .course-content{
  padding: calc(10px + 2.5%) 0;
}
.service-courses .accordion-area.accordion ul{
  margin:0
}
.service-courses .accordion-area.accordion ul li{
  margin:10px 20px;
  list-style:circle
}
/*Course Pages CSS End**/
/*Well being Pages CSS **/
.main.well-being section.banner-section {
  background-image: url(../images/banner/banner3.png);
}
.main.well-being section.banner-section::after {
  background-color: initial;
}
.main.service-courses.well-being .right-panel .content{
  box-shadow: 0 0 30px #d7cfcf;
}
.main.service-courses.well-being .right-panel .content h3,.main.service-courses.well-being .right-panel .content p {
  padding:0 5%;
}
.main.service-courses.well-being .right-panel .content h3{
  margin:10px 5px;
}
.main.service-courses.well-being .right-panel .content p{
  margin-top:0;
  padding-bottom:20px;
}
/*Well being Pages CSS End **/
/* Thank you page css */

.wrapper-1 {
  height: initial;
  max-width: 620px;
  margin: 5% auto;
  width:100%;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2{
padding :30px;
text-align:center;
}
.wrapper-2 p{
margin:0;
font-size:1.3em;
color:#aaa;
font-family: 'Source Sans Pro', sans-serif;
letter-spacing:1px;
}
/* Thank you page css end*/
/* Terms and Condition & privacy policy CSS start */
.main.terms .terms-section .row{
  margin:25px 0;
  padding: 20px 40px;
  background: rgb(117 117 242 / 20%);
  border-radius: 5px;
}
.main.terms .terms-section .row h2{
  text-align:center;
  font-size:34px;
  margin:30px 0 15px;
}
.main.terms .terms-section .header-sub-title{
  padding:0;
  margin-bottom:0;
}
.main.terms .terms-section p{
  margin:10px 0 25px
}
/* Terms and Condition & privacy policy CSS end */
