/* @charset "UTF-8"; */
@font-face {
  font-family: "LibreFranklin-Bold";
  src: url("../font/LIBREFRANKLIN-BOLD.OTF") format("opentype");
}
@font-face {
  font-family: "LibreFranklin-Medium";
  src: url("../font/LIBREFRANKLIN-MEDIUM.OTF") format("opentype");
}
@font-face {
  font-family: "LibreFranklin-Regular";
  src: url("../font/LIBREFRANKLIN-REGULAR.OTF") format("opentype");
}
@font-face {
  font-family: "LibreFranklin-SemiBold";
  src: url("../font/LIBREFRANKLIN-SEMIBOLD.OTF") format("opentype");
}
@font-face {
  font-family: "LibreFranklin-Black";
  src: url("../font/LIBREFRANKLIN-BLACK.OTF") format("opentype");
}
@font-face {
  font-family: "LibreFranklin-Light";
  src: url("../font/LIBREFRANKLIN-LIGHT.OTF") format("opentype");
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
label,
span {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "LibreFranklin-Regular", sans-serif;
}

p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular", sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

h1 {
  font-family: "LibreFranklin-Bold", sans-serif;
}

h2 {
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 15px;
  color: #000000;
}

bdi {
  font-family: "LibreFranklin-Medium", sans-serif;
  color: #038140;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

header nav ul .dropdown .wht-box .dropdown-description a:hover{
	color:#fff !important;
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
}
header .tab-bar {
  background-color: #E00501;
  padding: 10px 0;
}
header .tab-bar span {
  color: #FDB4BB;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 13px;
  line-height: 10px;
  display: block;
}
header .tab-bar p {
  color: #ffffff;
  margin-bottom: 0;
	font-size:14px;
	line-height:22px;
}
header .tab-bar a {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
header .tab-bar a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 20px;
  top: 0px;
  left: -20px;
  background-repeat: no-repeat;
  background-size: contain;
}
header .follow-links .locate {
  position: relative;
}
header .follow-links .locate::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: -14px;
  border-right: 1px solid #C8E2D5;
}
header .follow-links .locate a::before {
  background-image: url("../images/common/location.svg");
}
header .follow-links .phone-number a::before {
  background-image: url("../images/common/call.svg");
}
header nav {
  padding: 10px 0 !important;
  background-color: #ffffff;
}

header .navbar {
    padding: 10px 0 !important;
}
/* 
header .navbar img{
    position: absolute;
    bottom: -66px;
	border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 15px;
	background:#fff;
} */
header nav .mobile-logo {
  display: none;
}
header nav ul {
  gap: 40px;
}
header nav ul li a {
  color: #000000 !important;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px !important;
  line-height: 20px;
  padding: 0 !important;
}

header nav ul .menu-item a:hover {
	color:#e00501 !important;
}

header nav ul .dropdown .menu-link svg {
  transition: 0.3s linear;
	margin-left:5px;
}
header nav ul .dropdown:hover .menu-link svg {
  transform: rotate(180deg);
}
header nav ul .dropdown:hover .dropdown-menu {
  display: block;
  padding: 25px 0px 0px;
  background-color: transparent;
  border: none;
  left: -200px;
}
header nav ul .dropdown .wht-box {
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: #ffffff;
  width: 725px;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
header nav ul .dropdown .wht-box::before {
  position: absolute;
  background-color: #ffffff;
  width: 17px;
  height: 17px;
  content: "";
  transform: rotate(45deg);
  top: -9px;
  left: 37%;
  border-top: 1px solid #C8E2D5;
  border-left: 1px solid #C8E2D5;
}
header nav ul .dropdown .wht-box h5 {
  color: #000000;
  font-size: 16px;
  line-height: normal;
  font-family: "LibreFranklin-Medium", sans-serif;
  margin-bottom: 5px;
}
header nav ul .dropdown .wht-box p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 0;
}
header nav ul .dropdown .wht-box li {
  margin-bottom: 10px;
  width: 335px;
}
header nav ul .dropdown .wht-box li:hover {
  border-radius: 8px;
  background: #EFFDF6;
}
header nav ul .dropdown .wht-box li a {
  cursor: pointer;
  padding: 15px 15px !important;
  text-decoration: none;
  display: flex;
  width: 100%;
}
header nav ul .dropdown .wht-box li:last-of-type {
  margin-left: 0px !important;
}
header nav ul .dropdown .wht-box .menu-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}
header nav ul .dropdown .wht-box .menu-links ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:0;
}
header nav ul .dropdown .wht-box .dropdown-description {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
  border: 1px solid #DFDFDF;
  background: #F9F9F9;
  padding: 18px 20px;
}
header nav .nav-bottom-links {
  display: none;
}

footer {
  background-image: url("https://iyarkaianandham.org/wp-content/uploads/2026/03/footer-bg.png");
	background-color:#038140;
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: cover;
  padding: 70px 0 30px;
}
footer h3 {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 40px;
  line-height: 52px;
}
footer p {
  color: #ffffff;
	 font-family: "LibreFranklin-Light", sans-serif;
}
footer .footer-address {
  margin-bottom: 15px;
}

footer .footer-donate-box {
	display:flex;
	border-radius: 20px;
    border: 1px solid #407A57;
    background: #04612A;
	    padding: 10px 20px;
    gap: 35px;
    align-items: center;

}


footer .footer-donate-box h4 {
	color: #E0E0E0;
    font-family: 'LibreFranklin-SemiBold';
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase; 
	margin-bottom:8px;
}
footer .footer-donate-box bdi {
	display:unset;
	text-transform:uppercase;
}

footer .footer-donate-box .bank-name bdi {
	text-transform:capitalize;
}
footer .footer-donate-box bdi, span{
	color: #E0E0E0;
    font-family: 'LibreFranklin-Regular';
    font-size: 16px;
    line-height: 20px;
	font-family: 'LibreFranklin-Regular';
}

footer a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  font-family: 'LibreFranklin-Light';
}

footer .follow-links h6 {
  font-family: "LibreFranklin-Regular", sans-serif !important;
}

footer h6 {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  margin-bottom: 20px;
}
footer .left-side img {
  margin-bottom: 15px;
}
footer .left-side p {
  margin-bottom: 20px;
}
footer .left-side h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  font-family: "LibreFranklin-Medium", sans-serif;
  text-transform: uppercase;
}
footer .left-side h6 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  font-family: "LibreFranklin-Medium", sans-serif;
}
footer .policies {
  margin-top: 40px;
}
footer ul li {
  list-style: none;
  margin-bottom: 12px;
}
footer ul li:last-of-type {
  margin-bottom: 0px;
}
footer ul li a {
  color: #E0E0E0 !important;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;

}

footer ul li a:hover {
	color:#fff !important;
}
footer .top-line {
  border-top: 1px solid #407A57;
  padding-top: 40px;
  margin-top: 35px !important;
}
footer .copyrights {
  border-top: 1px solid #407A57;
  margin-top: 50px;
  padding-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .copyrights p {
  color: #C8E2D5;
  font-size: 13px;
  line-height: 20px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
footer .copyrights .design-by {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-family: "LibreFranklin-Light", sans-serif;
}
footer .copyrights .design-by a {
  font-family: "LibreFranklin-Medium", sans-serif;
}

.about-header {
  position: relative;
}

.about-header .navbar {
	background:#F8F8F8;
}

/* .about-header .navbar img{
	background: #f8f8f8;
} */

.main-header .tab-bar {
  display: none;
}

.btn-primary {
  border-radius: 58px !important;
  background: #038140 !important;
  font-size: 16px;
  padding: 12px 20px !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 1px solid #038140 !important;
  text-decoration: none;
}
.btn-primary svg {
  transition: all 0.3s;
}
.btn-primary img {
  transition: all 0.3s;
}
.btn-primary:hover svg {
  transform: translateX(5px);
}
.btn-primary:hover img {
  transform: translateX(5px);
}

.whitebtn-primary {
  border-radius: 58px;
  background: #ffffff;
  font-size: 16px;
  padding: 12px 20px !important;
  color: #038140 !important;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 1px solid #038140;
  text-decoration: none;
}
.whitebtn-primary svg {
  transition: all 0.3s;
}
.whitebtn-primary:hover svg {
  transform: translateX(5px);
}

.zoom-animate {
  overflow: hidden;
  border-radius: 8px;
}
.zoom-animate img {
  transition: transform 0.5s ease;
}
.zoom-animate:hover img {
  transform: scale(1.1);
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #C92636;
  border-radius: 4px;
}
.hamburger .bar:nth-child(2) {
  width: 20px;
  margin-right: inherit;
}

.main-banner {
  padding-top: 100px;
}
.main-banner h2 {
  margin-bottom: 0;
}
.main-banner p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.main-banner .main-banner-img {
  padding-top: 80px;
}
.main-banner .main-banner-trusted {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 70%;
}
.main-banner .main-banner-trusted p {
  font-size: 14px;
}
.main-banner .main-banner-trusted p span {
  color: #C92636;
}

.form-area {
  background-color: #fff;
  box-shadow: 0 0 124px rgba(0, 0, 0, 0.07);
  padding: 50px;
}
.form-area h3 {
  color: #000000;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 8px;
  font-family: "LibreFranklin-Medium", sans-serif;
}
.form-area p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.form-area form {
  margin-top: 30px;
}
.form-area form textarea {
  resize: none;
	height: 150px;
}
.form-area form .row-gap-20 {
  row-gap: 20px;
}
.form-area form label {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: "LibreFranklin-Regular", sans-serif;
  margin-bottom: 6px;
}
.form-area form label span {
  color: red;
  font-size: 16px;
  line-height: 24px;
}
.form-area form .form-control {
  padding: 10px;
	border-radius: 6px;
}
.form-area form .form-select {
  padding: 10px;
	border-radius:6px;
}
.form-area form .form-select:focus {
	box-shadow:none;
}
.form-area form input {
  color: #000000;
}
.form-area form input::-moz-placeholder {
  color: #8E8E8E;
  font-size: 16px;
  line-height: normal;
}
.form-area form input::placeholder {
  color: #8E8E8E;
  font-size: 16px;
  line-height: normal;
}
.form-area form .comment {
  color: #7B7B7B;
  font-size: 14px;
  line-height: normal;
  margin-top: 8px;
}
.form-area form .checkbox {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.form-area form .checkbox input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 3px !important;
}
.form-area form .checkbox input:focus {
  box-shadow: none;
}
.form-area form .checkbox p {
  color: #333333;
  font-size: 16px;
  line-height: normal;
}
.form-area form .checkbox p a {
  text-decoration: underline;
  color: #000000;
}
.form-area form .error-msg {
  color: red;
  font-size: 16px;
  line-height: 22px;
}
.form-area form .submit {
  border: 0;
  margin-top: 30px;
}
.form-area .form-check-input:checked {
  background-color: #038140;
  border-color: #038140;
  border-radius: 0;
}

.blog-slide {
  margin-top: 40px;
}
.blog-slide .card {
  border: 0;
}

.blog-slide .card:hover .top-card {
	position:relative;
}
.blog-slide .card .top-card .blog-svg-card {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: unset;
    height: unset;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}

.blog-slide .card .top-card span {
	position: absolute;
    top: 15px;
    border-radius: 8px;
    background: #038140;
    padding: 6px 15px;
    left: 15px; 
	color: #FFF;
font-size: 16px;
line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.blog-slide .card .top-card .finish {
	background:#7B7C7F !important;
}

.blog-slide .card:hover .top-card .blog-svg-card{
	display:block;
}
.blog-slide .card .card-body {
  padding-left: 0;
  padding-bottom: 0;
}
.blog-slide .card .card-body span {
  color: #038140;
  font-size: 13px;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
	    display: inline-flex;
    align-items: center;
}
.blog-slide .card .card-body span:first-of-type {
  border-radius: 50px;
  background: #E8F8F0;
  padding: 10px 15px;
}
.blog-slide .card .card-body span:last-of-type {
  color: #5E5E5E;
}
.blog-slide .card .card-body h5 {
  color: #333333;
  font-size: 24px;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  line-height: 32px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.blog-slide .card .card-body p {
  color: #7E7E7E;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-banner-sec{
	position:relative;
}
.home-banner-sec .banner-slider .slide {
  position: relative;
}
.home-banner-sec .banner-slider .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.42) 47.12%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.home-banner-sec .banner-slider .slide .home-banner-img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-banner-sec .banner-slider .slide .container {
  position: absolute;
  z-index: 9;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-banner-sec .banner-slider .slide h1 {
  color: #ffffff;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}
.home-banner-sec .banner-slider .slide bdi {
  color: #ffffff;
}
.home-banner-sec .banner-slider .slide p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.home-banner-sec .banner-slider .slide .home-btn {
  border-radius: 25px;
  border: 1px solid #FFF;
  padding: 12px 25px;
  display: inline-block;
}
.home-banner-sec .banner-slider .slide .home-btn a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}
.home-banner-sec .banner-slider .slide .home-btn a svg {
  transition: all 0.3s;
}
.home-banner-sec .banner-slider .slide .home-btn a:hover svg {
  transform: translateX(5px);
}
.home-banner-sec .banner-slider .slick-next {
  position: absolute;
  bottom: 0;
  left: 58%;
}
.home-banner-sec .banner-slider .slick-prev {
  position: absolute;
  bottom: 0;
  left: 27%;
  z-index: 1;
}
.home-banner-sec .progressBarContainer {
  position: absolute;
  bottom: 0px;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  gap: 70px;
}
.home-banner-sec .progressBarContainer .item {
  cursor: pointer;
  width: 195px;
  height: 90px;
  padding: 20px 0 0;
}
.home-banner-sec .progressBarContainer .item h6 {
  color: #ffffff;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
.home-banner-sec .progressBarContainer .bck {
  background: rgba(255, 255, 255, 0.1411764706);
  transition: 0.4s ease-in-out;
  /* 👈 smooth */
}
.home-banner-sec .progressBarContainer .progressBar {
  background-color: transparent;
  display: block;
}
.home-banner-sec .progressBarContainer .inProgress {
  background-color: #038140;
  height: 5px;
}
.home-banner-sec .banner-social-icon {
  position: absolute;
  bottom: 40px;
  right: 0;
  transform: translateX(-50%);
}
.home-banner-sec .banner-social-icon ul li {
  margin-top: 20px;
}
.home-banner-sec .banner-social-icon p {
  transform: rotate(270deg);
  position: relative;
  bottom: 49px;
  right: 48px;
  color: #ffffff;
  text-transform: uppercase;
}

.home-about-sec {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.home-about-sec .aurvedha-img {
  position: absolute;
  right: 0;
  bottom: -36px;
  z-index: -1;
}
.home-about-sec .counted-2 {
  display: none !important;
}
.home-about-sec h3 {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
.home-about-sec .box-2 {
  margin-top: 40px;
}
.home-about-sec .count-area {
  padding-top: 40px;
  display: flex;
  align-items: start;
  row-gap: 40px;
}
.home-about-sec .count-area h3 {
  color: #038140;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 70px;
  line-height: 74px;
}
.home-about-sec .count-area h6 {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.home-about-sec .about-content p {
  margin-bottom: 15px;
}
.home-about-sec .about-content p:last-of-type {
  margin-bottom: 0;
}
.home-about-sec .abt-btn {
  margin-top: 30px;
}

.product-sec {
  padding: 100px 0;
  background-color: #E9FFF4;
  position: relative;
}
.product-sec::after {
  position: absolute;
  content: "";
  background-image: url("../images/common/before-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 331px;
  top: -13%;
  right: 0;
  transform: rotate(180deg);
}
.product-sec .card {
  border-radius: 20px;
  border: 1px solid #C8E2D5;
  background: #ffffff;
  height: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.product-sec .card .card-heading {
  padding: 30px 30px 0px 30px;
}
.product-sec .card .card-heading h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 6px;
}
.product-sec .card .card-heading p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.product-sec .card .card-heading .btn-secondary {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.product-sec .card .card-heading .btn-secondary svg {
  margin-left: 6px;
  transition: all 0.3s;
}
.product-sec .card .card-body {
  padding: 20px;
}
.product-sec .card .card-body img {
  border-radius: 8px;
  width: 379px;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-sec .card:hover {
  background: #038140;
  transform: translateY(0);
}
.product-sec .card:hover h5 {
  color: #ffffff;
}
.product-sec .card:hover p {
  color: #ffffff;
}
.product-sec .card:hover .btn-secondary {
  color: #ffffff;
}
.product-sec .card:hover .btn-secondary svg {
  transform: translateX(5px);
}
.product-sec .card:hover .btn-secondary svg path {
  fill: #ffffff;
}
.product-sec .card:hover img {
  transform: scale(1.1);
}

.gallery-info {
  padding: 120px 0 120px 0;
  background-color: #E9FFF4;
  position: relative;
}
.gallery-info::after {
  position: absolute;
  content: "";
  width: 344px;
  height: 335px;
  right: 0;
  bottom: -100px;
  background-image: url("../images/common/right-side-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.gallery-info h1 {
  color: #D3F4E3;
  font-size: 120px;
  line-height: normal;
  text-transform: uppercase;
}
.gallery-info .zoom-animate {
  border-radius: 0;
}
.gallery-info .zoom-animate img {
  width: 100%; 
  height: 387px;
  object-fit: cover;
}
.gallery-info .gallery-images {
  margin-top: 26px;
}
.gallery-info .card {
  border: 0;
  border-radius: 0;
  position: relative;
}
.gallery-info .card::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.gallery-info .card .gallery-text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-info .card .gallery-text .cont-box {
  padding: 25px;
}
.gallery-info .card .gallery-text h5 {
  color: #ffffff;
  font-size: 16px;
  font-family: "LibreFranklin-Regular", sans-serif;
  line-height: normal;
  margin-bottom: 8px;
}
.gallery-info .card .gallery-text p {
  color: #ffffff;
  font-size: 20px;
  font-family: "LibreFranklin-Regular", sans-serif;
  line-height: normal;
  margin-bottom: 0;
}
.gallery-info .gallery-btn {
  text-align: center;
  margin-top: 50px;
}
.gallery-info .modal .btn-close {
  position: absolute;
  right: -53px;
  top: -20px;
}

.home-event {
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
  padding: 120px 0;
  overflow: hidden;
}
.home-event h2 {
  margin-bottom: 0;
}
.home-event .event-slider-wrapper {
  padding-left: calc((100vw - 1335px) / 2);
  margin-top: 50px;
}
.home-event .card {
  margin: 0 15px;
  background: transparent;
}
.home-event .card .zoom-animate {
  position: relative;
}
.home-event .card .zoom-animate h6 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  padding: 6px 15px;
  border-radius: 8px;
   background: #038140;
}
.home-event .card .zoom-animate img {
  width: 100%;
  height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-event .card span {
  color: #777272;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size:13px;
  line-height:normal;
  display: block;
}
.home-event .card h5 {
  margin-top: 8px;
  color: #000000;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 24px;
  line-height: normal;
	margin-bottom: 8px;
}
.home-event .slick-arrow {
  position: absolute;
     top: -18%;
    right: 20%;
    left: auto;
    width: 5%;
}
.home-event .slick-arrow::before {
  display: none;
}
.home-event .slick-arrow:hover svg circle {
  fill: #038140;
  opacity: 0.1;
}
.home-event .slick-arrow:hover svg path {
  fill: #038140;
}
.home-event .slick-next {
  right: 16%;
}
.home-event .card span:first-of-type {
    border-radius: 50px;
    background: #E8F8F0;
    padding: 10px 17px;
	color:#038140;
}

.home-certficate {
  background-color: #F9F9F9;
  padding: 100px 0px 150px;
  position: relative;
}

.home-certficate .container-width {
	margin-bottom:95px;
}
.home-certficate h2 {
  margin-bottom: 10px;
}
.home-certficate p {
  margin-bottom: 15px;
}
.home-certficate .all-cerficates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 65px;
}
.home-certficate h6 {
  color: #EDEDED;
  text-align: end;
  font-size: 160px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "LibreFranklin-Bold", sans-serif;
  position: absolute;
  bottom: -35px;
  right: 0;
}
.home-certficate .ayurvedha-bottom-img {
  position: absolute;
  bottom: -66px;
  left: -13%;
}

.testimonial-section {
  padding: 120px 0;
}
.testimonial-section .testimonial-heading {
  padding-bottom: 60px;
}
.testimonial-section .testimonial-heading p {
  margin-bottom: 20px;
}
.testimonial-section .testimonial-slider {
  overflow: hidden;
}
.testimonial-section .testimonial-slider .card {
  border-radius: 8px;
  background: #F9F9F9;
  padding: 40px 30px;
  border: 0;
  margin: 10px;
  min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonial-section .testimonial-slider .card:hover {
  background: #E9FFF4;
}
.testimonial-section .testimonial-slider .card:hover svg path {
  fill: #CBF1DE;
}
.testimonial-section .testimonial-slider .card .card-body {
  padding-top: 30px !important;
  padding: 0;
}
.testimonial-section .testimonial-slider .card .card-body p {
  font-size: 16px;
  line-height: 22px;
}
.testimonial-section .testimonial-slider .card .card-footer {
  background: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-section .testimonial-slider .card .card-footer img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-slider .card .card-footer h4 {
  color: #000000;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.testimonial-section .testimonial-slider .card .card-footer span {
  color: #7B7C7F;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.partners-logo {
  padding: 0px 0px 120px;
}
.partners-logo h3 {
  color: #000000;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
}
.partners-logo .logos {
  margin-top: 50px;
}
.partners-logo .partners-logo-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners-logo .partners-logo-images img {
  filter: grayscale(1);
}
.partners-logo .partners-logo-images img:hover {
  filter: grayscale(0);
}

.blog-section {
  padding: 0 0 100px;
  position: relative;
}
.blog-section::after {
  position: absolute;
  content: "";
  width: 344px;
  height: 345px;
  right: 0;
  top: -225px;
  background-image: url("../images/common/right-side-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-section h2 {
  margin-bottom: 0;
}

.blog-section .zoom-animate img {
    height: 259px;
    object-fit: cover;
}

.video-section {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37) 23.37%, rgba(0, 0, 0, 0.53) 50.18%, rgba(0, 0, 0, 0.65) 74.41%, rgba(0, 0, 0, 0.8) 100%), url("../images/home/video-banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0px;
}
.video-section h2 {
  color: #ffffff;
}
.video-section .equal-educate-heading {
  margin-bottom: 30px;
}
.video-section .equal-educate-heading p {
  width: 80%;
}
.video-section p {
  color: #fff;
}
.video-section .count-animate {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.video-section .count-animate .thrus-count-line {
  position: relative;
}
.video-section .count-animate .thrus-count-line::after {
  position: absolute;
  content: "";
  right: -23px;
  top: 0;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
     border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  height: 100%;
}
.video-section .count-animate span {
  color: #FFF;
  font-size: 50px;
  line-height: normal;
  font-family: "Inter-Bold";
}
.video-section .count-animate sup {
  color: #FFF;
  font-size: 30px;
  line-height: normal;
  font-family: "Inter-Bold";
}
.video-section .count-animate p {
  color: #FFF;
  font-size: 15px;
  line-height: 19px;
}
.video-section .home-btn {
  border-radius: 25px;
  border: 1px solid #FFF;
  padding: 12px 25px;
  display: inline-block;
}
.video-section .home-btn a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}
.video-section .home-btn:hover {
  background: #038140;
  border: 1px solid #038140;
}
.video-section .downode-modal-icon .mindzchatwhatsappbutton {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
.video-section .downode-modal-icon .mindzchatwhatsappbutton .buttonbbase {
  position: relative;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-section .downode-modal-icon .mindzchatwhatsappbutton .buttonbbase::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 2s infinite;
  z-index: -1;
}
.video-section .downode-modal-icon .mindzchatwhatsappbutton .buttonbbase::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: pulse 2s infinite;
  z-index: 99;
  animation-delay: 1s;
}
.video-section .downode-modal-icon .mindzchatwhatsappbutton .buttonbbase svg {
  z-index: 2;
}
.video-section .downode-modal-icon .mindzchatwhatsappbutton .buttonbbase a {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .downode-modal-icon {
  /* Pulse animation */
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes es-chats-pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.about-banner {
  padding: 80px 0px 0px;
}

.about-sec {
  padding: 80px 0px;
}

.our-vision-sec {
  padding: 100px 0px;
  background: #F9F9F9;
}
.our-vision-sec p {
  font-size: 16px;
}
.our-vision-sec h2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.our-vision-sec .card {
  border-radius: 15px;
  background: #ffffff;
  border: 1px solid #EBEBEB;
  padding: 50px;
  height: 100%;
}
.our-vision-sec .card img {
  width: 62px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-vision-sec .card .card-body {
  padding: 0;
}
.our-vision-sec .card .card-body h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin: 25px 0 9px 0;
  text-transform: capitalize;
}
.our-vision-sec .card .card-body ul {
  padding: 0;
}
.our-vision-sec .card .card-body ul li {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
  list-style-type: none;
  padding-left: 6px;
  margin-bottom: 12px;
}
.our-vision-sec .card .card-body ul li::before {
  content: "";
  position: relative;
  left: -5px;
  top: 3px;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M5.17501 9L7.725 11.55L12.825 6.44999M17.5 9C17.5 13.6944 13.6945 17.5 8.99995 17.5C4.30552 17.5 0.5 13.6944 0.5 9C0.5 4.30551 4.30552 0.5 8.99995 0.5C13.6945 0.5 17.5 4.30551 17.5 9Z' stroke='%23818181' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.our-vision-sec .ceo-message {
  margin-top: 60px;
}
.our-vision-sec .ceo-message .card {
  padding: 40px;
  background: #038140;
  border-radius: 10px;
}
.our-vision-sec .ceo-message .card span {
  color: #F5F5F5;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 34px;
  line-height: 40px;
}
.our-vision-sec .ceo-message .card h6 {
  color: #F5F5F5;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-top: 10px;
}
.our-vision-sec .ceo-message .card p {
  color: #F5F5F5;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.our-vision-sec .ceo-message .card .ceo-detail {
  margin-top: 50px;
}
.our-vision-sec .ceo-message .card .ceo-detail h6 {
  margin-bottom: 0;
}
.our-vision-sec .ceo-message .card .ceo-detail p {
  margin: 0;
}
.our-vision-sec .ceo-message .vedio-sec {
  position: relative;
}
.our-vision-sec .ceo-message .vedio-sec .zoom-animate {
  height: 100%;
}
.our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.our-vision-sec .ceo-message .vedio-sec button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-choose {
  padding: 100px 0px;
  position: relative;
}
.why-choose::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 484px;
  height: 352px;
  background-image: url("../images/about/why-choose-before-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.why-choose::after {
  position: absolute;
  content: "";
  right: 0;
  top: -15%;
  width: 145px;
  height: 300px;
  background-image: url("../images/about/why-choose-after-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.why-choose .why-choose-gap {
  margin-top: 50px;
  row-gap: 120px;
  position: relative;
}
.why-choose .why-choose-gap .why-choose-center-img {
  position: relative;
}
.why-choose .why-choose-gap .why-choose-center-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.why-choose .why-choose-gap .why-choose-center-img .center-img {
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
   width: 594px;
  height: 625px;
}
.why-choose .why-choose-gap .why-choose-center-img .animate-img-1 {
  top: 245px;
  left: 55%;
  animation: floating1 2s ease-in-out infinite;
}
.why-choose .why-choose-gap .why-choose-center-img .animate-img-2 {
  top: 400px;
  left: 35%;
  animation: floating2 1s ease-in-out infinite;
}
.why-choose .card {
  border: 0;
  background-color: transparent;
}
.why-choose .card span {
  color: #F5F5F5;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 126px;
  line-height: 48px;
  margin-left: -18px;
}
.why-choose .card h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 9px;
}

.become-form {
  padding: 100px 0px;
}

.guidence-details {
  padding: 120px 0px 0px;
	position:relative;
	overflow:hidden;
}
.guidence-details::after {
	content: "";
  position: absolute;
        width: 135px;
    height: 200px;
  top: 0;
  right: -14px;
	background-image: url("https://iyarkaianandham.org/wp-content/uploads/2026/04/—Pngtree—floating-leaves-transparent-background_13096484-6.png");
	background-repeat:no-repeat;
	background-size:contain;
}
.guidence-details .city-img {
  width: 100%;
  height: 100%;
}
.guidence-details .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: start;
  margin-bottom: 60px;
  width: 50%;
  margin-left: 50px;
}
.guidence-details .box {
  background-color: #038140;
  padding: 50px 50px;
  color: white;
  height: 100%;
  position: relative;
}
.guidence-details .box h4 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 13px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.guidence-details .box p {
  margin-bottom: 40px;
  color: #ffffff;
}
.guidence-details .box img {
  position: absolute;
  z-index: 99;
  right: -136px;
  bottom: -140px;
  width: 480px;
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}

.conatct-form {
  padding: 60px 0 85px 0;
}
.conatct-form .contact-company h6 {
  color: #333;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.conatct-form .contact-company h5 {
  color: #333;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 7px;
}
.conatct-form .contact-company a {
  color: #333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.conatct-form .contact-company .get-direction {
  color: #038140;
  display: inline-flex;
  gap: 4px;
  margin-top: 7px;
  align-items: center;
	text-decoration:underline;
}
.conatct-form .conatct-mail {
  padding-top: 20px;
}
.conatct-form .conatct-mail h5 {
  color: #888888;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.conatct-form .conatct-mail a {
  color: #333;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.conatct-form .conatct-mail .contact-detail {
  gap: 12px;
  margin-top: 21px;
}
.conatct-form .conatct-mail .contact-detail:first-of-type {
  margin-top: 0;
}
.conatct-form .form-area {
  margin-top: -25%;
}

.map-sec {
  padding-bottom: 100px;
}
.map-sec iframe {
  width: 100%;
  height: 600px;
}

.event-items {
  row-gap: 50px;
}

.event-details {
  padding: 80px 0px 120px;
}
.event-details .nav-tabs .nav-item.show .nav-link,
.event-details .nav-tabs .nav-link.active {
  border-color: #038140;
  border-bottom: 6px solid #038140 !important;
  border: 0;
  padding-bottom: 17px !important;
  padding: 0;
}
.event-details .nav-tabs .nav-link:focus,
.event-details .nav-tabs .nav-link:hover {
  isolation: isolate;
  border: 0;
}
.event-details .nav-tabs {
  display: flex;
  gap: 35px;
  border-bottom: 4px solid #F0F0F0;
}
.event-details .nav-tabs .nav-link {
  border: 0;
  padding-bottom: 10px !important;
  padding: 0;
  margin-bottom: -2px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.event-details .event-btn {
  margin-top: 50px;
  text-align: center;
}
.event-details .card img {
	width: 412px;
   height: 259px;
}

.blog-detail-page {
  padding: 100px 0px;
}

.blog-detail-page  .blog-cate {
	position: absolute;
    top: 20px;
    left: 20px;
	color: #038140;
    font-size: 13px;
    line-height: normal;
    font-family: "LibreFranklin-Regular", sans-serif;
    display: inline-flex;
    align-items: center;
}

.blog-detail-page  .blog-cate:first-of-type {
	   border-radius: 50px;
    background: #E8F8F0;
    padding: 10px 15px;
}

.blog-detail-page a:hover, a:focus, a:active{
	color:#E52E2A;
}
.blog-detail-page .event-location h4{
	color: #000;
    font-size: 20px;
    line-height: normal;
	font-family: "LibreFranklin-Medium", sans-serif;	
	margin-bottom:2px;
}
.blog-detail-page .event-location h3{
	color: #7E7E7E;
	font-family: "LibreFranklin-Regular", sans-serif;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
}

.blog-detail-page .event-location h5{
	color: #000;
    font-size: 16px;	
	font-family: "LibreFranklin-Medium", sans-serif;
   line-height: 24px; /* 150% */
}
.blog-detail-page .event-location a {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.blog-detail-page .event-location .direction-link {
  color: #038140;
  text-decoration: underline;
}

.blog-detail-page .event-location .event-detail-box {
	border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #F2F2F2;
	padding:17px 20px;
	margin:20px 0;  
	gap: 84px;
}

.blog-detail-page .event-location .event-detail-box h6{
	color: #7E7E7E;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;	
	font-family: "LibreFranklin-Medium", sans-serif;
}
.blog-detail-page .event-location .event-detail-box p{
	color:#000;
	font-family: "LibreFranklin-Medium", sans-serif;
}
.blog-detail-page iframe {
  width: 100%;
  height: 300px;
  border-radius: 15px;
  border: 1px solid #EEE;
}
.blog-detail-page .left-side-content .form-area {
  background-color: #F9F9F9;
  box-shadow: none;
  stroke-width: 1px;
  stroke: #EEE;
}
.blog-detail-page .left-side-content .form-area h3 {
  padding-top: 0 !important;
}

.event-detail-section {
  padding: 100px 0px;
  background: #F9F9F9;
}
.event-detail-section .card {
  background: transparent;
	margin:0;
}
.event-detail-section h2 {
  margin-bottom: 0;
}

.all-blogs {
  padding: 80px 0 100px;
}
.all-blogs .blog-items {
  margin-top: 30px;
  row-gap: 40px;
}
.all-blogs .blog-btn {
  margin-top: 80px;
  text-align: center;
}

.all-blogs .blogs-heading .form-select {
	border-radius:6px;
}
.all-blogs .blogs-heading .form-select:focus{
	box-shadow:none;
}

.all-blogs .blogs-heading h3 {
	color: #333; 
	font-family: "LibreFranklin-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px; 
}

.all-blogs .zoom-animate img {
    height: 259px;
    object-fit: cover;
}

.blog-detail-page {
  padding: 100px 0px;
}

.blog-detail-page bdo {
	color: #818181;
font-family: "LibreFranklin-Regular", sans-serif;
font-size: 16px;
line-height: 24px;
}

.blog-detail-page .event-location {
	border-radius: 15px;
    background: #F9F9F9;
	padding:30px ;
	margin-top:30px;
	border: 1px solid #E7E7E7;
}
.blog-detail-page a {
  color: #E52E2A;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: normal;
}
.blog-detail-page h3 {
  padding: 20px 0 10px 0;
  color: #333;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.blog-detail-page .form-area h3 {
	padding:0;
}

.blog-detail-page .pos-sticky{
	position:sticky;
	top:100px;
}

.blog-detail-page .main-detail-img {
  margin: 30px 0;
}
.event-detail .main-detail-img span {
  color: #038140;
  font-size: 13px;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
}

.blog-detail-page .main-detail-img .finish {
	background:#7B7C7F !important;
}
.event-detail .main-detail-img span:first-of-type {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 8px;
    background: #038140;
    padding: 6px 15px;
	color:#fff;
}
.event-detail .top-heading span {
	    color: #333;
    font-size: 13px;
    line-height: normal;
    font-family: "LibreFranklin-Regular", sans-serif;
    display: inline-flex;
    align-items: center;
}

.event-detail .top-heading span:first-of-type {
	border-radius: 50px;
    background: #E8F8F0;
    padding: 10px 15px;
	color: #038140;
}

.blog-detail-page h4 {
  color: #000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 8px;
}
.blog-detail-page p {
  margin-bottom: 15px;
  font-size: 16px;
}
.blog-detail-page p:last-of-type {
  margin: 0;
}
.blog-detail-page .left-side-content {
  position: sticky;
  top: 80px;
}
.blog-detail-page .left-side-content .related-blog {
  margin-bottom: 50px;
}
.blog-detail-page .left-side-content .related-blog h5 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
}
.blog-detail-page .left-side-content .related-blog ol {
  margin-top: 18px;
}
.blog-detail-page .left-side-content .related-blog ol li {
  list-style-type: none;
  margin-bottom: 18px;
}
.blog-detail-page .left-side-content .related-blog ol li:last-of-type {
  margin-bottom: 0;
}
.blog-detail-page .left-side-content .related-blog ol li a {
  color: #333333;
}
.blog-detail-page .left-side-content .related-blog ol li a:hover {
  color: #038140;
  text-decoration: underline;
}
.blog-detail-page .left-side-content .related-blog ol li .active {
  color: #038140;
  text-decoration: underline;
}
.blog-detail-page .left-side-content .smart-solution {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.blog-detail-page .left-side-content .smart-solution::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  left: 0;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.blog-detail-page .left-side-content .smart-solution .detail-side-img {
  border-radius: 15px;
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .blog-detail-page .left-side-content .smart-solution .smart-solution-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card h5 {
  color: #F5F5F5;
  font-family: "LibreFranklin-Bold", sans-serif;
  font-size: 24px;
  line-height: 26px;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card p {
  color: #F5F5F5;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0 25px 0;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card .home-btn {
  border-radius: 25px;
  border: 1px solid #FFF;
  padding: 12px 25px;
  display: inline-block;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card .home-btn a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card .home-btn a svg {
  transition: all 0.3s;
}
.blog-detail-page .left-side-content .smart-solution .smart-solution-card .home-btn a:hover svg {
  transform: translateX(5px);
} */

.faq-section {
  padding: 80px 0 120px;
}
.faq-section .box {
  border-radius: 15px;
  background: #038140;
  color: #ffffff;
  padding: 50px 40px;
  margin-top: 60px;
}
.faq-section .box h5 {
  color: #ffffff;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 22px;
}
.faq-section .box p {
  font-size: 14px;
  line-height: 19px;
  font-family: "LibreFranklin-Regular", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.faq-section .sticky-side {
  position: sticky;
  top: 100px;
}
.faq-section .faq-list li {
  list-style: none;
  border-left: 3px solid #E8E8E8;
}
.faq-section .faq-list li a {
  color: #333333;
  font-size: 16px;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
  text-decoration: none;
  padding: 11px 0 12px 23px;
  display: block;
  position: relative;
}
.faq-section .faq-list li:first-of-type a {
  padding-top: 0;
}
.faq-section .faq-list li:first-of-type a::before {
  top: 0px !important;
}
.faq-section .faq-list li:last-of-type a {
  padding-bottom: 0;
}
.faq-section .faq-list li.active a {
  color: #038140;
}
.faq-section .faq-list li.active a::before {
  content: "";
  position: absolute;
  border-left: 2px solid #038140;
  width: 10px;
  height: 18px;
  left: -3px;
  top: 10px;
}
.faq-section .faqs {
  margin-bottom: 30px;
	    background: #F9F9F9;
    padding: 25px 40px;
    border-radius: 15px;
}
.faq-section .faqs:last-of-type {
  margin-bottom: 0;
}
/* .faq-section .accordion {
  background: #F9F9F9;
  padding: 25px 40px;
  border-radius: 15px;
} */
.faq-section .accordion .accordion-item {
  background: #F9F9F9;
  border: none;
  border-bottom: 1px solid rgb(206, 206, 206);
  padding: 25px 0px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  color: #000000;
  font-size: 18px;
  line-height: normal;
  font-family: "LibreFranklin-Regular", sans-serif;
  padding: 0;
}
.faq-section .accordion .accordion-item:last-of-type {
  border-bottom: 0;
}
.faq-section .accordion .accordion-item .accordion-body {
  padding: 15px 0px 0px 0px;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-family: "LibreFranklin-Regular", sans-serif;
}
.faq-section .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-section .accordion .accordion-button::after {
  background-image: url("../images/faq/open.png");
}
.faq-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq/close.png");
}

.all-gallery {
  background-color: transparent;
}
.all-gallery h1 {
  color: #F0F0F0;
}

.gallery-testimonial {
  background-color: #E9FFF4;
}
.gallery-testimonial .testimonial-slider .card {
  background-color: #F5FFFB;
}
.gallery-testimonial .testimonial-slider .card:hover {
  background-color: #ffffff;
}

.gallery-blog {
  padding: 100px 0px 120px;
}
.gallery-blog::after {
  display: none;
}

.service-detail-page {
  padding: 80px 0px 120px;
}

.service-detail-page h3 {
	 color: #0D0D0D;
  font-size: 26px;
  line-height: 42px;
  font-family: "LibreFranklin-Medium", sans-serif;
  margin-bottom: 8px;
}
.service-detail-page h4 {
  color: #0D0D0D;
  font-size: 20px;
  line-height: 26px;
  font-family: "LibreFranklin-Regular", sans-serif;
  margin-bottom: 20px;
}
.service-detail-page p {
  margin-bottom: 15px;
}
.service-detail-page ul li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
.service-detail-page ul li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0px;
  background-image: url("../images/common/tick.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.service-detail-page ul li a {
  color: #0D0D0D !important;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-detail-page ul li a:hover {
  text-decoration: underline;
  color: #038140 !important;
}
.service-detail-page .count-animate {
  display: flex;
  align-items: start;
  gap: 60px;
  margin-top: 50px;
}
.service-detail-page .count-animate h3 {
  color: #038140;
  font-family: "LibreFranklin-SemiBold", sans-serif;
  font-size: 70px;
  line-height: 74px;
  margin-bottom: 10px;
}
.service-detail-page .count-animate h6 {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-family: "LibreFranklin-Medium", sans-serif;
  margin-bottom: 5px;
}
.service-detail-page .count-animate .line {
  position: relative;
}
.service-detail-page .count-animate .line::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -35px;
  top: 0;
  border-left: 1px solid rgba(128, 128, 128, 0.493);
}
.service-detail-page .pos-sticky {
  position: sticky;
  top: 20px;
}
.service-detail-page .box {
  background-color: #038140;
  padding: 50px 30px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: -160px;
}
.service-detail-page .box a {
  color: #fff;
  text-decoration: none;
}
.service-detail-page .box h6 {
  color: #fff;
}
.service-detail-page .box p {
  color: #fff;   
  font-family: "LibreFranklin-Light", sans-serif;
}
.service-detail-page .box h4 {
  color: #ffffff;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 12px;
  font-family: "LibreFranklin-SemiBold", sans-serif;
}
.service-detail-page .box .faq-bottom-content {
  margin-top: 30px;
}
.service-detail-page .list-box {
  background-color: #E9FFF4;
  padding: 40px;
  border-radius: 10px;
}
.service-detail-page .list-box ul li {
  padding: 0;
}
.service-detail-page .list-box ul li::before {
  display: none;
}
.service-detail-page .list-box h4 {
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  font-family: "LibreFranklin-SemiBold", sans-serif;
}

.service-whychoose {
  background-color: #E9FFF4;
}
.service-whychoose .card span {
  color: #DCF6E9;
}
.service-whychoose .why-choose-gap .why-choose-center-img .center-img {
  mix-blend-mode: multiply;
}

.policy-page {
  padding: 100px 0px;
}
.policy-page h1 {
  margin: 0;
}
.policy-page span {
  color: #818181;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  display: block;
}
.policy-page .smart-solution {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.policy-page .smart-solution::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  left: 0;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.policy-page .smart-solution .detail-side-img {
  border-radius: 15px;
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.policy-page .policy-content {
  margin-top: 30px;
}
.policy-page .policy-content h4 {
  color: #000000;
  font-family: "LibreFranklin-Medium", sans-serif;
  font-size: 24px;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
.policy-page .policy-content h4:first-of-type {
  margin-top: 0;
}
.policy-page .policy-content p {
  color: #333333;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.policy-page .policy-content p:last-of-type {
  margin: 0;
}
.policy-page .policy-side {
  position: sticky;
  top: 100px;
}
.policy-page .policy-side-content ul li {
  border-left: 2px solid #E8E8E8;
}
.policy-page .policy-side-content ul li:last-of-type {
  margin-bottom: 60px;
}
.policy-page .policy-side-content ul li:last-of-type a {
  margin-bottom: 10px;
}
.policy-page .policy-side-content ul li a {
  color: #333;
  padding-left: 12px;
  font-family: "LibreFranklin-Regular", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
  display: inline-block;
}
.policy-page .policy-side-content ul .active {
  color: #038140;
  position: relative;
}
.policy-page .policy-side-content ul .active a{
	color: #038140;
}
.policy-page .policy-side-content ul .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  border-left: 2px solid #038140;
}

.error-page {
  padding: 200px 0px;
}
.error-page img {
  margin-bottom: 30px;
}
.error-page .error-content h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: normal;
  font-family: "LibreFranklin-Medium", sans-serif;
  margin-bottom: 6px;
}
.error-page .error-content p {
  margin-bottom: 30px;
}

@media screen and (min-width: 1900px) {
  .home-banner-sec .banner-slider .slide .container {
    top: 65%;
  }
  .home-certficate .ayurvedha-bottom-img {
    left: -1%;
  }
  .guidence-details .box {
    left: -45px;
  }
	
	.guidence-details .content {
		margin-left:6px;
	}
}

/* @media (min-width: 2165px) {
    
  .guidence-details .box {
        left: -148px;
    }
    .guidence-details .content {
        margin-left: -100px;
    }
.why-choose::after {
display:none;
}

.guidence-details::after {
        width: 135px;
}

} */

@media screen and (min-width: 1600px){
	.home-banner-sec .banner-slider .slide .home-banner-img{
		height:960px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
	..home-banner-sec .banner-slider .slide .home-banner-img{
		height:750px;
	}
}

@media screen and (min-width: 1199px){
	header nav ul{
		align-items:center;
	}
	
	
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-banner-sec .banner-slider .slide {
    position: relative;
  }
  .home-banner-sec .banner-slider .slide .container {
    top: 70%;
  }
  .home-banner-sec .banner-slider .slide h1 {
    margin-bottom: 12px;
  }
  .home-banner-sec .banner-slider .slide bdi {
    color: #ffffff;
    margin-bottom: 6px;
  }
  .home-banner-sec .banner-slider .slide p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .home-banner-sec .progressBarContainer {
    gap: 15px;
    display: none;
  }
  .home-banner-sec .progressBarContainer .item {
    cursor: pointer;
  }
  .home-banner-sec .progressBarContainer .item h6 {
    font-size: 13px;
    margin-top: 10px;
  }
  .home-banner-sec .banner-social-icon {
    transform: translateX(50%);
    display: none;
  }
  .home-about-sec {
    padding: 50px 0px 200px 0px;
  }
  .home-about-sec h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .home-about-sec p {
    margin-bottom: 10px;
  }
  .home-about-sec .counted-2 {
    display: none;
  }
  .home-about-sec .count-area {
    padding-top: 10px;
    padding-bottom: 20px;
    row-gap: 25px;
  }
  .home-about-sec .count-area h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 0;
  }
  .home-about-sec .count-area h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-about-sec .count-area .box-2 {
    margin-top: 24px;
  }
  .home-about-sec .aurvedha-img {
    right: 0;
    bottom: -28px;
  }
  .home-about-sec .aurvedha-img img {
    width: 100%;
  }
  .home-event {
    padding: 100px 0px;
  }
  .home-event .slick-arrow {
    display: none !important;
  }
  .home-certficate .all-cerficates {
    gap: 50px;
  }
  .home-certficate h6 {
    font-size: 100px;
    bottom: -21px;
  }
  .home-certficate .ayurvedha-bottom-img img {
    width: 80%;
  }
  .partners-logo .partners-logo-images {
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 70px;
         column-gap: 70px;
    row-gap: 30px;
  }
  .blog-section .card {
    margin: 0 15px;
  }
  .why-choose .why-choose-gap .why-choose-center-img .center-img {
    top: 100px;
  }
  .our-vision-sec {
    overflow: hidden;
  }
  .our-vision-sec h2 {
    width: 80%;
  }
  .our-vision-sec .card {
    padding: 25px;
  }
  .our-vision-sec .card img {
    width: 36px;
    height: 56px;
  }
  .our-vision-sec .card .card-body {
    padding: 0;
  }
  .our-vision-sec .card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 6px 0;
  }
  .our-vision-sec .card .card-body ul {
    padding: 0;
  }
  .our-vision-sec .card .card-body ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message {
    padding: 50px 0 0;
  }
  .our-vision-sec .ceo-message .card {
    padding: 30px;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .card span {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  .our-vision-sec .ceo-message .card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail h6 {
    margin-bottom: 2px !important;
  }
  .our-vision-sec .ceo-message .card .ceo-detail p {
    margin: 0;
  }
  .our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
    height: 100%;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .vedio-sec button a svg {
    width: 80px;
    height: 80px;
  }
  .main-banner {
    padding-top: 50px;
  }
  .main-banner h1 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main-banner p {
    line-height: 20px;
  }
  .main-banner .main-banner-img {
    padding-top: 30px;
  }
  .main-banner .main-banner-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-banner .main-banner-trusted {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
  .main-banner .main-banner-trusted p {
    margin-top: 8px;
  }
  .guidence-details {
    padding: 0;
  }
  .guidence-details .content {
    margin-bottom: 30px;
    margin-left: 30px;
    align-items: start;
  }
  .guidence-details .become-guidenessimg {
    display: none !important;
  }
  .guidence-details .box {
    padding: 50px 30px 116px;
    width: 100%;
    left: 12px;
  }
  .guidence-details .box img {
    right: 0;
    bottom: -120px;
    width: 480px;
    height: 450px;
  }
  .event-detail-section .card {
    background: transparent;
    margin: 0 15px;
  }
  .faq-section .box {
    padding: 50px 35px;
  }
  .policy-page .smart-solution .smart-solution-card {
    bottom: 30px;
    left: 25px;
  }
	
	.blog-detail-page .event-location .event-detail-box {
		gap:25px;
	}
	.blog-detail-page .event-location .event-detail-box .top-line::before, .top-line::after {
		display:none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .home-banner-sec .banner-slider .slide {
    position: relative;
  }
  .home-banner-sec .banner-slider .slide .container {
    top: 70%;
  }
  .home-banner-sec .banner-slider .slide h1 {
    margin-bottom: 12px;
  }
  .home-banner-sec .banner-slider .slide bdi {
    color: #ffffff;
    margin-bottom: 6px;
  }
  .home-banner-sec .banner-slider .slide p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .home-banner-sec .progressBarContainer {
    gap: 15px;
    display: none;
  }
  .home-banner-sec .progressBarContainer .item {
    cursor: pointer;
  }
  .home-banner-sec .progressBarContainer .item h6 {
    font-size: 13px;
    margin-top: 10px;
  }
  .home-banner-sec .banner-social-icon {
    transform: translateX(50%);
    display: none;
  }
  .home-about-sec {
    padding: 50px 0px 200px 0px;
  }
  .home-about-sec h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .home-about-sec p {
    margin-bottom: 10px;
  }
  .home-about-sec .counted-2 {
    display: none;
  }
  .home-about-sec .count-area {
    padding-top: 10px;
    padding-bottom: 20px;
    row-gap: 25px;
  }
  .home-about-sec .count-area h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 0;
  }
  .home-about-sec .count-area h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-about-sec .count-area .box-2 {
    margin-top: 24px;
  }
  .home-certficate h6 {
    font-size: 80px;
    bottom: -17px;
  }
  .home-certficate .ayurvedha-bottom-img {
    bottom: -25px;
    left: -10%;
  }
  .home-certficate .ayurvedha-bottom-img img {
    width: 50%;
  }
  .home-certficate .row-gap {
    row-gap: 20px;
  }
  .home-certficate .all-cerficates {
    gap: 33px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .home-certficate .all-cerficates img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-sec::before {
    width: 185px;
    height: 200px;
    top: -6%;
  }
  .partners-logo {
    padding: 0;
	 padding-bottom: 70px;
  }
  .partners-logo h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .partners-logo .logos {
    margin-top: 40px;
  }
  .partners-logo .partners-logo-images {
    flex-wrap: wrap;
    row-gap: 30px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: center;
  }
  .partners-logo .partners-logo-images img {
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .partners-logo .mt-5 {
    margin-top: 30px !important;
  }
  .gallery-info::after {
    width: 260px;
    height: 255px;
  }
  .gallery-info .gallery-btn {
    text-align: start !important;
    margin-top: 20px;
  }
  .home-event {
    padding: 70px 0px;
  }
  .home-event .slick-arrow {
    display: none !important;
  }
  .testimonial-section {
    padding: 70px 0px;
    overflow: hidden;
  }
  .testimonial-section .testimonial-slider {
    overflow: visible;
  }
  .blog-section {
    padding: 50px 0px;
  }
  .blog-section::after {
    display: none;
  }
  .blog-section .blog-heading {
    row-gap: 20px;
  }
  .blog-section .card {
    margin: 0 10px;
  }
  .video-section {
    position: relative;
    padding: 250px 0px 70px 0;
  }
  .video-section .downode-modal-icon {
    position: absolute;
    top: 23%;
    left: 10%;
    width: 50%;
  }
  .about-sec {
    padding: 70px 0px;
  }
  .about-sec .row-gap-20 {
    row-gap: 20px;
  }
  .why-choose {
    padding-bottom: 0;
  }
  .why-choose::before {
    width: 90px;
  }
  .why-choose .why-choose-gap {
    margin-top: 50px;
    row-gap: 20px;
  }
  .why-choose .why-choose-gap img {
    display: none;
  }
  .why-choose .why-choose-gap .card {
    border: 0;
    margin-bottom: 30px;
  }
  .why-choose .why-choose-gap .card span {
    font-size: 100px;
    line-height: 48px;
    margin-left: 0px;
  }
  .why-choose .why-choose-gap .card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .our-vision-sec {
    overflow: hidden;
  }
  .our-vision-sec h2 {
    width: 80%;
  }
  .our-vision-sec .card {
    padding: 25px;
  }
  .our-vision-sec .card img {
    width: 36px;
    height: 56px;
  }
  .our-vision-sec .card .card-body {
    padding: 0;
  }
  .our-vision-sec .card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 6px 0;
  }
  .our-vision-sec .card .card-body ul {
    padding: 0;
  }
  .our-vision-sec .card .card-body ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card {
    padding: 30px;
  }
  .our-vision-sec .ceo-message .card span {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  .our-vision-sec .ceo-message .card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail h6 {
    margin-bottom: 2px !important;
  }
  .our-vision-sec .ceo-message .card .ceo-detail p {
    margin: 0;
  }
  .our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
    height: 100%;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .vedio-sec button a svg {
    width: 80px;
    height: 80px;
  }
  .main-banner {
    padding-top: 50px;
  }
  .main-banner h1 {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .main-banner p {
    line-height: 20px;
  }
  .main-banner .main-banner-img {
    padding-top: 30px;
  }
  .main-banner .main-banner-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-banner .main-banner-trusted {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
  .main-banner .main-banner-trusted p {
    margin-top: 8px;
  }
  .guidence-details {
    padding: 0;
  }
  .guidence-details .content {
    margin-bottom: 30px;
    width: 80%;
    margin-left: 30px;
    align-items: start;
  }
  .guidence-details .become-guidenessimg {
    display: none !important;
  }
  .guidence-details .box {
    padding: 50px 30px 116px;
    width: 100%;
    left: 12px;
  }
  .guidence-details .box h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .guidence-details .box p {
    margin-bottom: 30px;
  }
  .guidence-details .box img {
    right: 0;
    bottom: -79px;
    width: 400px;
    height: 340px;
  }
  .become-form {
    padding: 70px 0px;
  }
  .become-form .form-area {
    margin-top: 30px;
  }
  .conatct-form .form-area {
    margin-top: 30px;
  }
  .map-sec {
    padding-bottom: 70px;
  }
  .contact-logos {
    padding-bottom: 70px;
  }
  .event-details {
    padding: 70px 0px;
  }
  .event-detail-section .card {
    margin: 0 10px;
  }
  .blog-detail-page {
    padding: 70px 0px;
  }
  .blog-detail-page .form-area {
    margin-top: 30px;
  }
  .blog-detail-page .left-side-content {
    display: none;
  }
  .faq-section {
    padding: 50px 0px 25px;
  }
  .faq-section .sticky-side {
    display: none;
  }
  .error-page {
    padding: 70px 0px;
  }
  .policy-page {
    padding: 50px 0px;
  }
  .policy-page .policy-side-content {
    display: none;
  }
  .service-detail-page {
    padding: 70px 0px;
  }
  .service-detail-page .box {
    margin-top: 50px;
  }
  .service-logo {
    padding-bottom: 70px;
  }
	
	footer .footer-donate-box {
		margin-top:30px;
	}
	footer .left-side{
       margin-bottom: 20px;
    }
	
	footer h3 {
		font-size:26px;
		line-height:36px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
   header .navbar-nav {
        gap: 20px;
        align-items: center;
    }

   header .logo {
      width: 200px;
    }
	header nav ul .dropdown .wht-box {
		width:650px;
	}
}
@media only screen and (max-width: 1025px)  {
		header .nav-down {
    transform: translateY(0);
    transition: transform 0.3s ease;
}
	
	header .nav-up {
    transform: translateY(-100%);
}
	header .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    gap: 127px;
    padding: 20px 0px !important;
    justify-content: center !important;
    box-shadow: rgb(33 35 38 / .1) 0 10px 10px -10px;
    background-color: #fff;
}
}
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
  .sticky-header .hamburger .bar {
    background-color: #C92636;
  }
  .header .tab-bar {
    display: none;
  }
  header .is-fixed {
    background: #ffffff;
    top: 0;
    position: fixed;
    width: 100%;    
	 padding: 20px 0px !important;
  }
  .header .is-fixed {
    background: #ffffff;
    top: 0;
  }
	header .nav-down {
		transform: unset;
	}
  header #dynamic-logo {
        object-fit: contain;
        width: 200px;
        height: 100%;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
	header nav ul .menu-item a:hover {
		color:#fff !important;
	}
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #ffffff !important;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-43deg);
    background-color: #ffffff !important;
    width: 100% !important;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 0px;
    gap: 0 !important;
    flex-direction: column !important;
    background: #038140;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    text-align: start;
    z-index: -9;
    padding: 30px 30px 100px 30px;
    justify-content: space-between;
  }
  .nav-menu.active {
    left: 0;
    padding: 110px 30px 30px 30px;
  }
  .nav-active {
    position: fixed;
    width: 100%;
    padding: 15px 0px !important;
    background: transparent;
  }
  .nav-active .mobile-logo {
    display: block !important;
    position: relative;
    z-index: 1;
  }
  .nav-active .logo {
    display: none;
  }
  .nav-active .nav-bottom-links {
    display: block;
    width: 100%;
  }
  .nav-active .nav-bottom-links .bottom-line {
    border-top: 1px solid #C8E2D5;
    padding-top: 15px;
    margin-top: 15px;
  }
  .nav-active .nav-bottom-links .bottom-line .copyright {
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
  }
  .nav-active .nav-bottom-links .bottom-line p {
    color: #E0E0E0;
    font-size: 14px;
    line-height: 22px;
  }
  .nav-active .nav-bottom-links .bottom-line p a {
    color: #E0E0E0;
    font-family: "LibreFranklin-Medium", sans-serif;
    text-decoration: none;
  }
  header .tab-bar .follow-links {
    display: none !important;
  }
  header nav ul li {
    margin-bottom: 20px;
  }
  header nav ul li a {
    color: #ffffff !important;
  }
  header nav ul li svg {
    filter: invert(1);
  }
	header nav ul li  .btn-primary svg {
		display:none;
	}
  header nav ul li .btn-primary {
    padding: 0 !important;
  }
  header nav ul li .btn-primary img {
    display: none;
  }
  header nav ul .dropdown .wht-box {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  header nav ul .dropdown .wht-box::before {
    display: none;
  }
  header nav ul .dropdown .wht-box p {
    display: none;
  }
  header nav ul .dropdown .wht-box h5 {
    color: #C0DECD;
  }
  header nav ul .dropdown .wht-box h5 img {
    display: none;
  }
  header nav ul .dropdown .wht-box li a {
    padding: 0 !important;
    font-size: 14px;
  }
  header nav ul .dropdown .wht-box li:hover {
    background: transparent;
  }
  header nav ul .dropdown .wht-box .menu-links {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  header nav ul .dropdown:hover .dropdown-menu {
    margin-left: 20px;
    position: relative;
    left: 0;
  }
  header nav ul .dropdown-description {
    display: none !important;
  }
  header .bottom-content {
    display: none !important;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li button:before {
    content: "";
    transition: all 0.3s ease;
    background: #C8E2D5;
    font-size: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }
  .slick-dots .slick-active button:before {
    background: #038140;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  bdi {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  h1 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li button:before {
    content: "";
    transition: all 0.3s ease;
    background: #C8E2D5;
    font-size: 13px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
  }
  .slick-dots .slick-active button:before {
    background: #038140;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
  }
  .container-width {
    padding-right: 30px;
    padding-left: 30px;
  }
  .banner-section img {
    height: 435px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-section h1 {
    bottom: -20px;
    font-size: 58px !important;
    line-height: 68px !important;
  }
  .home-banner-sec .banner-slider .slide {
    position: relative;
  }
  .home-banner-sec .banner-slider .slide .container {
    top: 70%;
  }
  .home-banner-sec .banner-slider .slide h1 {
    margin-bottom: 12px;
  }
  .home-banner-sec .banner-slider .slide bdi {
    color: #ffffff;
    margin-bottom: 6px;
  }
  .home-banner-sec .banner-slider .slide p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .home-banner-sec .progressBarContainer {
    gap: 15px;
    display: none;
  }
  .home-banner-sec .progressBarContainer .item {
    cursor: pointer;
  }
  .home-banner-sec .progressBarContainer .item h6 {
    font-size: 13px;
    margin-top: 10px;
  }
  .home-banner-sec .banner-social-icon {
    transform: translateX(50%);
    display: none;
  }
  .home-about-sec {
    padding: 50px 0px 200px 0px;
  }
  .home-about-sec h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .home-about-sec p {
    margin-bottom: 10px;
  }
  .home-about-sec .counted-2 {
    display: flex !important;
    margin-top: 30px;
  }
  .home-about-sec .counted-1 {
    display: none;
  }
  .home-about-sec .count-area {
    padding-top: 10px;
    padding-bottom: 20px;
    row-gap: 25px;
  }
  .home-about-sec .count-area h3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 0;
  }
  .home-about-sec .count-area h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-about-sec .count-area .box-2 {
    margin-top: 24px;
  }
  .home-about-sec .aurvedha-img {
    right: 0;
    bottom: -28px;
  }
  .home-about-sec .aurvedha-img img {
    width: 100%;
  }
  .product-sec {
    padding: 50px 0px;
  }
  .product-sec::before {
    width: 120px;
    height: 100px;
    top: -35px;
    left: 0;
  }
  .product-sec h2 {
    margin-bottom: 10px;
  }
  .product-sec .card {
    margin: 0 6px;
  }
  .product-sec .card .card-heading {
    padding: 15px 15px 0px 15px;
  }
  .product-sec .card .card-heading h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .product-sec .card .card-heading p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .product-sec .card .card-body {
    padding: 15px;
  }
  .video-section {
    padding: 232px 0px 50px;
    position: relative;
  }
  .video-section .downode-modal-icon {
    position: absolute;
    top: 23%;
    left: 13%;
    width: 50%;
  }
  .video-section .equal-educate-heading {
    margin-bottom: 20px;
  }
  .gallery-info {
    padding: 50px 0px;
  }
  .gallery-info::after {
    display: none;
  }
  .gallery-info .card {
    margin: 0 10px;
  }
  .gallery-info .gallery-images {
    margin-top: 0;
  }
  .gallery-info .gallery-title-text {
    display: none !important;
  }
  .gallery-info .gallery-btn {
    text-align: start;
    margin-top: 20px;
  }
  .home-event {
    padding: 50px 0 70px 0;
  }
  .home-event .slick-arrow {
    display: none !important;
  }
  .home-event h2 {
    margin-bottom: 20px;
  }
  .home-event .event-slider {
    padding: 0;
  }
  .home-event .card {
    margin: 0px 16px;
    padding: 0;
  }
  .home-event .card h5 {
    font-size: 18px;
    line-height: normal;
  }
  .home-event .card .zoom-animate img {
    width: 315px;
    height: 287px;
  }
  .home-certficate {
    padding: 50px 0px;
  }
  .home-certficate h6 {
    font-size: 33px;
    line-height: normal;
    bottom: 0;
    right: 0;
  }
  .home-certficate .row-gap {
    row-gap: 20px;
  }
  .home-certficate .ayurvedha-bottom-img {
    bottom: -25px;
    left: -10%;
  }
  .home-certficate .ayurvedha-bottom-img img {
    width: 50%;
  }
  .home-certficate .all-cerficates {
    flex-wrap: wrap;
    gap: 33px;
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .home-certficate .all-cerficates img {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .testimonial-section {
    padding: 50px 0px 70px;
    overflow: hidden;
  }
  .testimonial-section .testimonial-slider {
    overflow: visible;
  }
  .testimonial-section .testimonial-slider .card {
    margin: 0 25px;
  }
  .testimonial-section .testimonial-heading {
    padding-bottom: 30px;
  }
  .partners-logo {
    padding: 0;
  }
  .partners-logo h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .partners-logo .logos {
    margin-top: 20px;
  }
  .partners-logo .partners-logo-images {
    flex-wrap: wrap;
    row-gap: 20px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: center;
  }
  .partners-logo .partners-logo-images img {
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .partners-logo .mt-5 {
    margin-top: 20px !important;
  }
  .blog-section {
    padding: 50px 0px;
  }
  .blog-section::after {
    display: none;
  }
  .blog-section .card {
    margin: 0 10px;
  }
  .blog-section .card .card-body span {
    font-size: 12px;
  }
  .blog-section .card .card-body h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .blog-section h2 {
    margin-bottom: 10px;
  }
  .blog-section .text-end {
    text-align: start !important;
    margin-top: 20px;
  }
  footer h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  footer h6 {
    margin-bottom: 15px;
  }
  footer .form-area {
    margin-top: 30px;
	  padding:0 !important;
	  background-color:transparent !important;
	  box-shadow:none !important;
  }
  footer .email-input h6 {
    margin-bottom: 8px;
  }
	
	footer .email-input p{
		color:#fff;
	}
  footer .left-side img {
    margin-bottom: 20px;
  }
  footer .footer-address {
    margin-bottom: 20px;
  }
  footer .top-line {
    row-gap: 20px;
  }
  footer .policies {
    margin-top: 20px;
  }
  footer .copyrights {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .why-choose {
    padding: 50px 0px 0px;
  }
  .why-choose::before {
    display: none;
  }
  .why-choose::after {
    display: none;
  }
  .why-choose .why-choose-gap {
    margin-top: 50px;
    row-gap: 20px;
  }
  .why-choose .why-choose-gap img {
    display: none;
  }
  .why-choose .why-choose-gap .card {
    border: 0;
    margin-bottom: 30px;
  }
  .why-choose .why-choose-gap .card span {
    font-size: 50px;
    line-height: 20px;
    margin-left: 0px;
  }
  .why-choose .why-choose-gap .card h5 {
    font-size: 16px;
    line-height: normal;
  }
  .about-sec {
    padding-bottom: 50px;
  }
  .our-vision-sec {
    padding: 50px 0px;
  }
  .our-vision-sec h2 {
    width: 80%;
  }
  .our-vision-sec p {
    font-size: 14px;
  }
  .our-vision-sec .card {
    padding: 25px;
  }
  .our-vision-sec .card img {
    width: 36px;
    height: 56px;
  }
  .our-vision-sec .card .card-body {
    padding: 0;
  }
  .our-vision-sec .card .card-body h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 6px 0;
  }
  .our-vision-sec .card .card-body ul {
    padding: 0;
  }
  .our-vision-sec .card .card-body ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message {
    margin: 50px 0 0;
  }
  .our-vision-sec .ceo-message .card {
    padding: 30px;
  }
  .our-vision-sec .ceo-message .card span {
    font-size: 22px;
    line-height: 28px;
    display: block;
    margin-bottom: 8px;
  }
  .our-vision-sec .ceo-message .card h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px !important;
    margin-top: 0;
  }
  .our-vision-sec .ceo-message .card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .card .ceo-detail h6 {
    margin-bottom: 2px !important;
  }
  .our-vision-sec .ceo-message .card .ceo-detail p {
    margin: 0;
  }
  .our-vision-sec .ceo-message .vedio-sec {
    margin-top: 30px;
  }
  .our-vision-sec .ceo-message .vedio-sec .zoom-animate img {
    height: 362px;
    border-radius: 0px;
  }
  .our-vision-sec .ceo-message .vedio-sec button a svg {
    width: 60px;
    height: 60px;
  }
  .main-banner {
    padding-top: 50px;
  }
  .main-banner h2 {
    margin-bottom: 10px;
  }
  .main-banner p {
    line-height: 20px;
  }
  .main-banner .main-banner-img {
    padding-top: 30px;
  }
  .main-banner .main-banner-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-banner .main-banner-trusted {
    margin-top: 16px;
    display: block;
    width: 100%;
  }
  .main-banner .main-banner-trusted p {
    margin-top: 8px;
  }
  .form-area {
    padding: 30px;
    border: unset !important;
    margin-top: 30px;
  }
  .form-area form label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .become-form {
    padding: 50px 0px;
  }
  .guidence-details {
    padding: 0;
  }
  .guidence-details .content {
    margin-bottom: 30px;
    width: 80%;
    margin-left: 30px;
  }
  .guidence-details .become-guidenessimg {
    display: none !important;
  }
  .guidence-details .box {
    padding: 50px 30px 116px;
    width: 100%;
    left: 12px;
  }
  .guidence-details .box h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .guidence-details .box p {
    margin-bottom: 30px;
  }
  .guidence-details .box img {
    right: 0;
    bottom: -50px;
    width: 185px;
    height: 180px;
  }
  .conatct-form {
    padding: 50px 0px;
  }
  .conatct-form .contact-company h5 {
    margin-top: 15px;
    margin-bottom: 7px;
  }
  .conatct-form .contact-company h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .conatct-form .form-area {
    margin-top: 30px;
  }
  .map-sec {
    padding-bottom: 50px;
  }
  .map-sec iframe {
    height: 346px;
  }
  .contact-logos {
    padding-bottom: 50px;
  }
  .event-details {
    padding: 50px 0px;
  }
  .event-details .event-btn {
    margin-top: 30px;
  }
  .event-detail-section {
    padding: 50px 0px;
  }
  .event-detail-section .card {
    background: transparent;
    margin: 0 6px;
  }
  .blog-detail-page {
    padding: 50px 0px;
  }
  .blog-detail-page .event-location .place-locate {
    flex-direction: column;
    align-items: start !important;
    gap: 15px;
  }
  .blog-detail-page .left-side-content {
    display: none;
  }
  .all-blogs {
    padding: 50px 0px;
  }
  .all-blogs .blogs-heading {
    row-gap: 20px;
  }
  .faq-section {
    padding: 50px 0px 25px;
  }
  .faq-section .sticky-side {
    display: none;
  }
  .faq-section .accordion {
    background: transparent;
    padding: 0;
  }
  .faq-section .accordion .accordion-item {
    background: transparent;
  }
  .faq-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-section h4 {
    color: #333;
    font-family: "LibreFranklin-Medium", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .service-detail-page {
    padding: 50px 0px;
  }
  .service-detail-page .box {
    margin-top: 30px;
  }
  .service-detail-page .count-animate {
    flex-direction: column;
    row-gap: 15px;
  }
  .service-logo {
    padding: 0px 0px 50px 0px;
  }
  .policy-page {
    padding: 50px 0px;
  }
  .policy-page .policy-side-content {
    display: none;
  }
  .policy-page h2 {
    margin-bottom: 10px;
  }
  .policy-page .policy-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .policy-page .policy-content h4 {
    font-size: 22px;
  }
  .error-page {
    padding: 50px 0px;
  }
  .error-page .error-content h3 {
    font-size: 22px;
  }
	
	.blog-detail-page .event-location .event-detail-box {
		    flex-direction: column;
           align-items: flex-start !important;
           gap: 30px;
	}
	
	.blog-detail-page .event-location .event-detail-box .top-line::before, .top-line::after {
		display:none;
	}
	
	.blog-detail-page .form-area {
		    background-color: #fff !important; 
            padding: 30px 0;
	}
	
	.event-detail .top-heading span:first-of-type {
		padding:10px 10px;
	}
	
	.blog-slide .card .card-body span {
		font-size:11px;
	}
	.blog-slide .card .card-body span:first-of-type {
		padding:10px 10px;
	}
	.event-details .nav-tabs{
		gap:22px;
	}
	
	
	footer .footer-donate-box {
		display:block;
		margin-top:25px;
	}
	
	footer .footer-donate-box img{
		display:none;
	}
	.home-event .card span {
		font-size:12px;
	}
	.product-sec::after {
		display:none;
	}
}/*# sourceMappingURL=style.css.map */


.form-area p br{
	display:none;
}

.form-area input[type="checkbox"]{
	accent-color:#038140;
}

.checkbox .wpcf7-list-item-label {
	display:none;
}

.all-gallery .gallery-item{
	text-align:left;
}

.event-location .w-70 {
	    width: 70%;
}
.blog-detail-page .main-detail-img .zoom-animate img {
	height:420px;
	object-fit:cover;
}

/* a:hover, a:focus, a:active {
	color:currentcolor;
} */

.smart-solution {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.smart-solution::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75%;
    left: 0;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.smart-solution .detail-side-img {
    border-radius: 15px;
    height: 560px;
    width: 100%;
    object-fit: cover;
}

.smart-solution .smart-solution-card {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.smart-solution .smart-solution-card h5 {
    color: #F5F5F5;
    font-family: "LibreFranklin-Bold", sans-serif;
    font-size: 24px;
    line-height: 26px;
}

.smart-solution .smart-solution-card p {
    color: #F5F5F5;
    font-family: "LibreFranklin-Medium", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 25px 0;
}

.smart-solution .smart-solution-card .home-btn {
    border-radius: 25px;
    border: 1px solid #FFF;
    padding: 12px 25px;
    display: inline-block;
}

.smart-solution .smart-solution-card .home-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: normal;
}

.smart-solution .smart-solution-card .home-btn a svg {
    transition: all 0.3s;
}

.smart-solution .smart-solution-card .home-btn a:hover svg {
    transform: translateX(5px);
}


footer .email-input .mail-tab br{
	display:none;
}

table tbody tr td p{
	margin:0;
}

header nav ul .current_page_item a, header nav ul .current_page_parent a {
    color: #e00501 !important;
}

.form-area form label .wpcf7-list-item-label {
	color: #333;
    font-size: 16px;
    line-height: normal;
	font-family: "LibreFranklin-Regular", sans-serif;
}

.form-area form input[type="radio"] {
	    border-color: #D9D9D9;
    width: 20px;
    height: 20px;
	 accent-color: #038140;
}

form .iti__flag {
	display:none;
}
.iti--separate-dial-code .iti__selected-flag {
	background-color:transparent;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchartuserimg img {
	object-fit:contain;
}

.mindzchatboxbody #minzchatform .minzchatform .mindzchatsendmsgentered .mindzchatmsgsend-button .mindzchatmsgsend-greenround .mindzchatmsgsend img {
	filter: brightness(0) invert(1);
    display: block;
    position: absolute;
    object-fit: none;
    left: 0;
    top: -6px;
}

.mindzchatboxbody .mindzchatbodywindow .mindzchatbodywindow-receivedmsg .mindzchatbodywindowreceivedmsgchat .emoji {
	position:unset;
}

.mindzchatboxbody .mindzchathead .usercolforminzchat .mindzchatusername p{
	color:#fff;
}

.mindzchatboxbody .mindzchathead .mindzchatboxbodyclose {
	  top: 20px;
    right: -20px;
}


.fancybox__caption{
	position:absolute;
	top: 15%;
}

.wpcf7-list-item{
	margin:0;
}

.blog-detail-page .form-area {
	background-color:#F9F9F9;
	box-shadow:none;
	border:1px solid #EEEEEE;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-flex !important;
    align-items: center;
    margin: 0 10px 0 0;
	margin-left:10px;
}
.wpcf7-radio .wpcf7-list-item label {
	    display: flex;
    align-items: center;
    gap: 5px;
	margin:0;
}


.blog-detail-page .event-location .event-detail-box .top-line {
	position: relative;
}

.blog-detail-page .event-location .event-detail-box .top-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    border: 1px solid #E7E7E7;
    left: -20px;
    top: 0;
}

.blog-detail-page .event-location .event-detail-box .top-line::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    border: 1px solid #E7E7E7;
    right: -70px;
    top: 0;
}
.iti--separate-dial-code .iti__selected-dial-code {
	color:#000;
}

.form-control:focus {
	box-shadow:none;
}

form .wpcf7-radio{
	position:relative;
	top:4px;
}




/* .form-area form .wpcf7-form-control-wrap {
	display: flex; 
	align-items: center;
	gap: 5px; 
	margin: 0;
} */


@media screen and (min-width: 1200px) and (max-width: 1500px) {
	
	.home-banner-sec .progressBarContainer {
		bottom:5px;
	}
	.navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 20px;
    }
	
	.home-banner-sec .progressBarContainer .item {
		height: 75px;
        padding: 10px 0 0;
	}
/* 	.home-banner-sec .banner-slider .slide .home-banner-img {
		height:120vh;
	} */
	
	.home-banner-sec .banner-slider .slide h1 {
		font-size:35px;
		line-height:40px;
	}
	
	.home-banner-sec .banner-social-icon {
		    right: -53px;
	}
	
	.home-event .slick-arrow{
		display:none !important;
	}
	
	.blog-section::after {
		width: 230px;
        top: -160px;
	}
	
	.home-certficate .ayurvedha-bottom-img img{
		    width: 85%;
	}
	
	.home-certficate h6 {
		font-size:140px;
	}
	
	footer .footer-img{
		display:none !important;
	}
}