/**
* Template Name: FlexStart
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  /* color: #4154f1; */
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

h5{
  font-size: 16px;
 color: #6c2020f2;
  font-weight: 600;
  line-height: 20px;
}

h2{
  font-size: 32px;
  color:#6a1f1f;
  font-weight: 600;
}

p{
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
}
img{
    max-width:100%;
}
.mission img{
 width:200px;   
 margin-left:50px;
}
.mission p{
    text-align:justify;
}

.news ul{
    padding-left:0px!important;
}
.messge-from-leadeship img{
    border-radius:6px;
}
.news-updates .col-lg-4{
    padding:6px;
}
.abou-us-slide p{
    text-align:justify;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.internal-banner {
  position: relative;
  padding: 8px;
  margin-top: 91px;
  background: #f9eeee;
}

.single-news p{
    text-align:justify;
}
.single-news img{
    border-radius:6px;
}
.single-news-left{
    padding-right:30px;
}
.internal-banner span {
  color: #760202;
  font-size: 14px;
}


/* .banner-inr h1 {
  text-align: center;
  padding: 20px;
  font-weight: 900;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 40px;
  padding: 4px 17px 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
} */

.banner-inr h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  margin-top: 5px;
}

.banner-inr a {
  font-size: 15px;
  color: #6a1f1f;
  text-decoration: none;
}

.banner-inr span {
  color: #000;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #6a1f1f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6a1f1f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 6px 0;
  background: #6a1f1f;
}

.header.header-scrolled {
  background-color: #6a1f1f;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 80px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  width: 100%;
  justify-content: end;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #c99c9c;
}




.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 2px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 6px 10px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #000;
  border-bottom: 1px dotted #dfa0a08f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #6a1f1f;
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.navbar .social-icons{
padding-left: 40px;
}

.navbar .social-icons a{
  padding: 2px;
}

.navbar .social-icons a i{
  background-color: #dfa0a08f;
  padding: 8px;
    border-radius: 50%;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .header.header-scrolled,.header{
    padding: 5px 0;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #6a1f1f;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #6a1f1f;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%; /* Cover the entire section */
  z-index: -1; /* Place behind the content */
}

.hero .container {
  position: relative;
  z-index: 1; /* Ensure content is above background */
}

.hero img {
  max-width: 100%;
  height: auto;
  display: block; /* Remove any extra spacing */
  margin-top: 45px; /* Example margin */
  border-radius: 5px;
}


.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 60px 0 40px 0;
  }

  .hero .hero-img {
    text-align: center;
  }

  .hero .hero-img img {
    width: 80%;
  }
  .about .content {
    padding: 10px!important;
}
.mission .row{
        flex-direction: column-reverse;

}
}

@media (max-width: 768px) {
    .mission img{
 margin-left:0px;
}
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

.hero img {
    width: 100%;
    margin-top: 0px;
  }

  h5{
    font-size: 14px;
  }

  h2{
    font-size: 25px;
  }

  p{
    font-size: 14px;
  }

  .about img{
    margin: 0px auto;
  }

  .pricing img {
   height: 250px;
   object-fit: cover;
}

.header .logo img {
  max-height: 55px;
}

.course-inr {
margin: 20px;
}

.training-sesond-inr p {
  min-width: 100%;
}

.pricing{
  text-align: center;
}

.internal-banner {
        height: 86px;
        margin-top: 6px;
}
.banner-inr h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.carousel-indicators {
  bottom: -15px;
}

.msg-acharya-ji{
  margin-top: 20px;
}

.introduction {
  padding: 60px 0px 0px !important;
}

.banner-inr {
  position: absolute;
  top: 70%;
}
/* .banner-inr h5 {
  line-height: 16px;
} */

.banner-inr a {
  font-size: 13px;
}

.messge-from-leadeship img {
  height: 450px;
    width: 100%;
    object-fit: cover;
}

.course-inr{
  order: 1;
  padding: 0px !important;
}

.abt-inr img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.banner-inr span {
  font-size: 13px;
}

.abt-inr ul li {
  font-size: 14px;
}

.abt-inr ul {
  padding-left: 18px !important;
}

.features .feture-tabs .nav-link {
  font-size: 22px !important;
}

section{
  padding: 20px 0px;
}
}

.yoga-benefit h2{
  text-align: center;
}

.yoga-benefit img{
  width: 100%;
  max-height:500px;
  object-fit: contain;
  margin-top: 10px;
}


.introduction{
  background-color: #FFF1E4;
  margin-top: -86px;
  padding: 90px 0px 20px;
}

.message{
  text-align: center;
  padding: 20px 0px;
}

.message .box {
  padding: 20px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  /* transform: scale(1.1); */
  background-color: #fff;
  border-radius: 6px;
}

.message .box img {
  padding: 10px 10px;
  transition: 0.5s; 
}

.message .box h3 {
  font-size: 18px;
  color: #6a1f1f;
  font-weight: 700;
  margin-top: 5px;
}

.message .btn-read-more{
  font-size: 14px;
  color: #6a1f1f;
  font-weight: 700;
}

.message .box:hover  {
  transform: scale(1.1);
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding: 40px;
}


.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  font-size: 32px;
  font-weight: 600;
  color: #d7d7d7;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #6a1f1f;
  border-bottom: 3px solid #6c20209c;
}


@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing{
  background-color: #F9F9F9;
}

.pricing h2{
text-align: center;
}

.pricing p{
  width: 80%;
  margin: 0px auto;
  text-align: center;
  color: #6a1f1f;
}

.pricing .box {
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing .btn-read-more{
  font-size: 14px;
    color: #6a1f1f;
    font-weight: 700;
}

.pricing h5{
  color: #6a1f1f;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
}

/* .pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
} */

.pricing .box p{
  color: #000;
  font-size: 13px;
  width: 100%;
text-align: justify;
line-height: 20px;
}

.pricing .box h6{
  text-decoration: underline;
  color: #6a1f1f;
  font-weight: 700;
}

.course-inr{
  padding: 0px 8px 0px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing img{
  width: 100%;
}

.training-center{
  background-color: #6a1f1f;
}

.training-center h2{
  color: #fff;
  text-align: center;
}

.training-inr {
  background-color: #fff;
  position: relative; /* Ensure relative positioning for pseudo-elements */
  padding: 20px 60px 10px; /* Moved padding from .training-inr p to .training-inr */
}

.training-inr p {
  color: #6a1f1f;
  font-weight: 600;
  font-size: 15px;
  margin: 0; /* Reset margin for paragraphs */
}

.training-sesond-inr p {
  color: gray;
  text-align: center;
  width: 80%;
  margin: 0 auto; /* Center align the paragraph */
  padding: 20px;
}

.training-inr::before {
  position: absolute;
  top: 16px;
  left: 26px;
  width: 28px;
  height: 23px;
  background-image: url(../img/mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

.training-inr::after {
  position: absolute;
  top: 57px;
  right: 26%;
  width: 28px;
  height: 23px;
  background-image: url(../img/mark-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
}

.media-gallery h2{
  text-align: center;
}

.media-gallery .portfolio-wrap img {
  min-height: 250px;
  object-fit: cover;
      border-radius: 5px;
}
.media-gallery .col-lg-4{
    padding:6px;
}
.media-gallery .col-lg-4 .portfolio-wrap{
    background:#fff2f2;
    padding:6px;
    border-radius: 5px;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #6a1f1f;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #6a1f1f;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.abt-inr{
  background: #fff5f5;
}

.msg-website i,.abt-inr i,.introduction i{
  color: #6a1f1f;
  font-weight: 700;
}

.abt-inr ul {
  padding-left: 0;
}

.abt-inr ul li {
  list-style: none;
  padding: 8px;
  position: relative;
}

.abt-inr ul li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 40%;
  transform: translateY(-50%);
  width: 20px; /* Adjusted width for the icon */
  height: 20px; /* Adjusted height for the icon */
  background: url(../img/hinduist-yoga-position.png) no-repeat;
  background-size: cover; /* Ensures the icon covers the entire space */
  margin-bottom: 10px;
  padding-right: 8px; /* Adjusted padding to separate icon from text */
}

.abt-inr h4{
  color: #6a1f1f;
  font-weight: 600;
}

.messge-from-leadeship img {
  margin-bottom: 10px;
}

.video-gallery .video-inr{
  background: #f9eeee;
    padding: 6px;
    border-radius: 7px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #6a1f1f;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #6a1f1f;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #6a1f1f;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #6a1f1f;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #6c20209c;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

.messge-from-leadeship i{
  color: #6a1f1f;
    font-weight: 700;
}


/* news */

.news .recognize .card {
  position: relative;
  border-radius: 10px;
  height: 380px;
  border: none;
  background: white;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.news .recognize .card img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  min-height: 230px;
  height: 230px;
}

.recognize li {
  list-style: none;
}
.recognize li {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.owl-theme .owl-dots{
  display: none;
}

#updates .owl-prev {
  position: relative;
  left: -1%;
}

#updates .owl-next {
  position: relative;
  right: -1%;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

 #updates .owl-prev,#updates .owl-next {
background-color: #760202;
color: #fff;
width: 45px;
height: 45px;
}

.news .btn-read-more span,.btn-read-more  i{
  font-size: 14px;
  color: #760202;
}

.news .card-body h5{
    color: #000000;
    font-size: 16px;
    line-height: 21px;
}

.news .button .btn-read-more {
  position: relative;
  line-height: 0;
  padding: 16px 16px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff !important;
  background: #760202;
}

.news .button .btn-read-more span,.button .btn-read-more i{
  color: #fff;
  font-size: 16px;
}

/* news-update */

.news-updates .box {
  padding: 8px 8px 10px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  text-align: left;
      height: 480px;
}

.news-updates .box img {
  width: 100%;
  max-height: 212px;
  border-radius:6px;
}

.news-updates .box-content {
  padding: 6px;
      border-bottom: 1px dashed #dfa0a08f;
}

.news-updates .box-content p{
font-size: 14px !important;
    line-height: 23px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-updates .box-content h5 {
  padding: 10px 0px 0px;
    font-size: 18px;
}

.news-updates .btn-buy {
  display: inline-block;
  padding: 5px 13px 5px 13px;
  border-radius: 10px;
  color: #760202;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  border: 1px solid #760202;
}

.news-updates .btn-buy:hover{
  background-color: #760202;
  color: #fff;
}

.news-updates .box:hover{
  transform: scale(1.1);
}

.news-date p {
    padding: 2px;
    font-size: 11px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #000c;
  padding: 0 0 10px 0;
  font-size: 14px;
}


.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #012970;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #013289;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #4154f1;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 10px;
  color: #fff;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

