/*----------------------------------------------

[Master Stylesheet]

Project:    Lotus India
Version:    1.0
Last change:    21.2.2024
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content) 1 : Inter;
Icon Fonts                       : SVG

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Be Vietnam Pro", sans-serif;
}

button {
  margin: 0;
  padding: 0;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

:focus {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.m-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

.unstyled {
  -webkit-appearance: none;
  appearance: none;
}

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

input {
  background-color: transparent;
}

select {
  background-color: transparent;
}
select:focus {
  outline: none;
}

textarea {
  resize: none;
}

.border-less {
  border: 0 !important;
}

.bg-hash {
  background-color: #A6A5A5;
}

.bg-white {
  background-color: #fff !important;
}

.spacer {
  padding: 15px;
  background-color: #ffffff;
}

.fsz-16 {
  font-size: 16px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.btn-close {
  --bs-btn-close-bg: none;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  --bs-btn-close-opacity: none;
  --bs-btn-close-hover-opacity: none;
}
.btn-close:focus {
  box-shadow: none;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.bx-unset {
  box-shadow: unset !important;
}

.bdr-btm-1 {
  border-bottom: 1px solid;
}

.fsz-16 {
  font-size: 16px !important;
}

.bdr-5 {
  border-radius: 5px;
}

.bdr-10 {
  border-radius: 10px !important;
}

.bg-unset {
  background-color: unset;
}

.word-break {
  word-break: break-all;
}

.ht-100 {
  height: 100px !important;
}

.ht-150 {
  height: 150px !important;
}

.text-left {
  text-align: left !important;
}

.justify-content-unset {
  justify-content: unset !important;
}

.text-underlined {
  text-decoration: underline;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 86%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-order-md-1 {
    order: 1;
  }
  .custom-order-md-2 {
    order: 2;
  }
}
@media only screen and (max-width: 576px) {
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
}
@media (max-width: 576px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
}
html {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
/*--------------------------------------------------Header------------------------------------------------*/
header .navbar {
  background-color: #f7f7f7;
  padding: 15px 0px;
}
header .navbar .container {
  padding: 0px 15px;
}
header .navbar .custom-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .navbar .custom-navbar a img {
  width: 190px;
}
header .navbar .custom-navbar .menubar .main-menu .menunav {
  display: flex;
}
header .navbar #access li a {
  color: #000000;
}

/*--------------------------------------------------Banner--------------------------------------------------*/
.banner .swiper-wrapper .swiper-slide {
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.banner .swiper-wrapper .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(132, 88, 47, 0.9);
  z-index: -1;
}
.banner .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
}
.banner .banner-content h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

/*--------------------------------------------------About--------------------------------------------------*/
.about {
  padding: 30px 0px;
  background-color: #fff0e1;
  position: relative;
  z-index: 5;
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
}
.about .row {
  align-items: center;
}
.about .about-img {
  width: 100%;
}
.about .about-content {
  padding-left: 30px;
}
.about .about-content h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #f38118;
}
.about .about-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #272727;
  padding-bottom: 15px;
}
.about .about-content a {
  background-color: transparent;
  border: 2px solid #f38118;
  border-radius: 5px;
  color: #f38118;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 6px 20px;
  transition: all 0.3s linear;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block;
}
.about .about-content a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #f38118;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.about .about-content a:hover {
  background-color: transparent;
  color: #ffffff;
}
.about .about-content a:hover::before {
  width: 100%;
  transition: all 0.3s ease-in-out;
  left: 0;
}

/*--------------------------------------------------Recent-Blogs--------------------------------------------------*/
.recent-blogs {
  padding: 30px 0px;
  background-color: #fff0e1;
  background-image: url(../images/pattern-grudge.png);
  background-repeat: repeat;
  background-position: center;
}
.recent-blogs .section-title {
  padding-bottom: 40px;
}
.recent-blogs .section-title h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: #f38118;
  text-align: center;
}
.recent-blogs .section-title .section-title-underline-style {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 30%;
  margin: 0 auto;
  align-items: center;
}
.recent-blogs .section-title .section-title-underline-style-line {
  width: 46%;
  height: 1px;
  background: #f38118;
  opacity: 0.5;
  margin-bottom: 0;
  position: relative;
}
.recent-blogs .section-title .section-title-underline-style > .section-title-underline-style-line:last-child {
  margin-left: auto;
  left: auto;
  right: 0;
}
.recent-blogs .section-title .section-title-underline-style-line:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-style: dashed;
  border-top-width: 1px;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  border-top-color: #f38118;
}
.recent-blogs .section-title .section-title-underline-style-img {
  position: relative;
  background-image: url(../images/section-circle.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}
.recent-blogs .section-title p {
  text-align: center;
}
.recent-blogs .blog-content {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  background-image: url(../images/pattern-grudge.png);
  background-repeat: repeat;
  background-position: center;
  transition: all 0.75s ease 0s;
  height: 100%;
}
.recent-blogs .blog-content::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 15px;
  right: 15px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(165, 130, 81, 0.25);
  transition: all 0.75s ease 0s;
}
.recent-blogs .blog-content::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f38118;
  transition: all 0.75s ease 0s;
}
.recent-blogs .blog-content .blog-context {
  padding: 30px 20px 30px 0px;
}
.recent-blogs .blog-content .blog-context .blog-context-inner {
  display: flex;
  position: relative;
  gap: 20px;
}
.recent-blogs .blog-content .blog-context .context h5 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 5px;
}
.recent-blogs .blog-content .blog-context .context h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 5px;
}
.recent-blogs .blog-content .blog-context .context p {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 15px;
}
.recent-blogs .blog-content .blog-context .context a {
  font-size: 16px;
  line-height: 26px;
  color: #f38118;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recent-blogs .blog-content .blog-context .context a i {
  opacity: 0;
  font-size: 30px;
  transition: all 0.75s ease 0s;
}
.recent-blogs .blog-content .blog-context .blog-date {
  padding: 15px;
  background-color: #fff0e1;
  height: fit-content;
  background-image: url(../images/pattern-grudge.png);
  background-position: center;
  transition: all 0.75s ease 0s;
}
.recent-blogs .blog-content .blog-context .blog-date .date {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #f38118;
  display: block;
}
.recent-blogs .blog-content .blog-context .blog-date .month {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.recent-blogs .blog-content:hover {
  transform: translateY(-10px);
}
.recent-blogs .blog-content:hover::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.recent-blogs .blog-content:hover::after {
  top: 15px;
  right: 15px;
}
.recent-blogs .blog-content:hover .blog-context {
  background-color: #fff0e1;
}
.recent-blogs .blog-content:hover .blog-context .context a i {
  opacity: 1;
}
.recent-blogs .blog-content:hover .blog-date {
  background-color: #f5f5f5;
}
.recent-blogs .row-gap {
  gap: 30px 0px;
}

.blog-inner .blog-single-content .blog-inner-image {
  padding-bottom: 20px;
}
.blog-inner .blog-single-content .blog-inner-context h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 10px;
  padding-top: 12px;
  transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.blog-inner .blog-single-content .blog-inner-context h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 10px;
  transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.blog-inner .blog-single-content .blog-inner-context h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 10px;
  transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.blog-inner .blog-single-content .blog-inner-context p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #272727;
  padding-bottom: 10px;
}
.blog-inner .blog-single-content .blog-inner-context p:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-single-content .blog-inner-context p b {
  color: #000000;
}
.blog-inner .blog-single-content .blog-inner-context ul {
  padding-left: 35px;
  padding-bottom: 15px;
}
.blog-inner .blog-single-content .blog-inner-context ul li {
  list-style-type: disc;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  padding-bottom: 7px;
}
.blog-inner .blog-single-content .blog-inner-context ul li:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-single-content .blog-inner-context ul li::marker {
  color: #000000;
}
.blog-inner .blog-single-content .blog-inner-context .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.blog-inner .blog-single-content .blog-inner-context .accordion .accordion-item .accordion-button.collapsed {
  color: #f38118;
}
.blog-inner .blog-single-content .blog-inner-context .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffe2c7;
  color: #f38118;
}
.blog-inner .blog-sidebar {
  position: sticky;
  top: 100px;
}
.blog-inner .blog-sidebar .sidebar-sticky {
  padding: 25px 20px 20px;
  margin-bottom: 1.5rem;
  border: 1px solid #c4c3c3;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 30px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #29456A;
  font-weight: 600;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex {
  padding-bottom: 20px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex:last-child {
  padding-bottom: 0;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a {
  display: flex;
  gap: 20px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .image {
  width: 30%;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context {
  width: 70%;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context .date {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #f38118;
  margin-bottom: 5px;
}
.blog-inner .blog-sidebar .sidebar-sticky .recent-posts .sidebar-flex a .context h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
}

/*--------------------------------------------------Why-Lotus-India--------------------------------------------------*/
.why-lotus-india {
  padding: 30px 0px;
  background-color: #fff0e1;
  background-image: url(../images/pattern-bg.png);
  background-repeat: repeat;
  background-position: center;
}
.why-lotus-india .section-title {
  padding-bottom: 40px;
}
.why-lotus-india .section-title h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: #f38118;
  text-align: center;
}
.why-lotus-india .section-title .section-title-underline-style {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 30%;
  margin: 0 auto;
  align-items: center;
}
.why-lotus-india .section-title .section-title-underline-style-line {
  width: 46%;
  height: 1px;
  background: #f38118;
  opacity: 0.5;
  margin-bottom: 0;
  position: relative;
}
.why-lotus-india .section-title .section-title-underline-style > .section-title-underline-style-line:last-child {
  margin-left: auto;
  left: auto;
  right: 0;
}
.why-lotus-india .section-title .section-title-underline-style-line:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-style: dashed;
  border-top-width: 1px;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  border-top-color: #f38118;
}
.why-lotus-india .section-title .section-title-underline-style-img {
  position: relative;
  background-image: url(../images/section-circle.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}
.why-lotus-india .section-title p {
  text-align: center;
}
.why-lotus-india .lotus-india-inn {
  display: flex;
}
.why-lotus-india .lotus-india-inn .icon {
  padding-right: 10px;
}
.why-lotus-india .lotus-india-inn .icon img {
  width: 50px;
}
.why-lotus-india .lotus-india-inn .content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 5px;
}

/*--------------------------------------------------Gallery--------------------------------------------------*/
.gallery {
  padding: 30px 0px;
  background-color: #ffe2c7;
  position: relative;
  z-index: 5;
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
}
.gallery .section-title {
  padding-bottom: 40px;
}
.gallery .section-title h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: #f38118;
  text-align: center;
}
.gallery .section-title p {
  text-align: center;
}
.gallery .section-title .section-title-underline-style {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 30%;
  margin: 0 auto;
  align-items: center;
}
.gallery .section-title .section-title-underline-style-line {
  width: 46%;
  height: 1px;
  background: #f38118;
  opacity: 0.5;
  margin-bottom: 0;
  position: relative;
}
.gallery .section-title .section-title-underline-style > .section-title-underline-style-line:last-child {
  margin-left: auto;
  left: auto;
  right: 0;
}
.gallery .section-title .section-title-underline-style-line:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-style: dashed;
  border-top-width: 1px;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  border-top-color: #f38118;
}
.gallery .section-title .section-title-underline-style-img {
  position: relative;
  background-image: url(../images/section-circle.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}

.gallery-inn .photos {
  gap: 30px 0px;
}
.gallery-inn .item {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  z-index: 5;
}
.gallery-inn .item img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.gallery-inn .item .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -100%;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
.gallery-inn .item .label .label-text {
  position: absolute;
  bottom: 15px;
  left: 25px;
}
.gallery-inn .item .label .label-text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.gallery-inn .item .label .label-bg {
  background: linear-gradient(1deg, #f38118 1%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gallery-inn .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
  border-radius: 5px;
}
.gallery-inn .item:hover .label {
  bottom: 0;
  transform: translateY(0);
  height: 100%;
}

/*---------------------------------------------------Contact-Us----------------------------------------------------*/
.contact-us {
  padding: 30px 0px;
  background-color: #fff0e1;
  position: relative;
  z-index: 5;
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
}
.contact-us .contact-inn h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: #f38118;
  padding-bottom: 15px;
}
.contact-us .contact-inn p {
  font-size: 16px;
  line-height: 29px;
}
.contact-us .contact-inn p a {
  color: #f38118;
}
.contact-us .contact-inn ul {
  padding-bottom: 10px;
}
.contact-us .contact-inn ul:last-child {
  padding-bottom: 0;
}
.contact-us .contact-inn ul li {
  font-size: 16px;
  line-height: 28px;
}
.contact-us .contact-inn ul li:first-child {
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .contact-us .row-gap {
    gap: 20px 0px;
  }
  .contact-us .contact-inn h3 {
    padding-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .contact-us {
    padding: 30px 0px;
  }
}

/*---------------------------------------------------Custom-Breadcrumb---------------------------------------------*/
.custom-breadcrumb {
  background-color: #ffd8b5;
  background-image: url(../images/pattern-grudge.png);
  padding: 20px 0px;
}
.custom-breadcrumb .breadcrumb-title h3 {
  font-size: 23px;
  line-height: 35px;
  padding-bottom: 8px;
  font-weight: 700;
  color: #f38118;
}
.custom-breadcrumb .breadcrumb-title ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-breadcrumb .breadcrumb-title ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.custom-breadcrumb .breadcrumb-title ul li a {
  color: #f38118;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.custom-breadcrumb .breadcrumb-title ul li a.active {
  color: #000000;
}
.custom-breadcrumb .breadcrumb-title ul li a.active::after {
  display: none;
}
.custom-breadcrumb .breadcrumb-title ul li a::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -12px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #f38118;
}
.custom-breadcrumb .breadcrumb-title ul li.active {
  color: #000000;
}
.custom-breadcrumb .breadcrumb-title ul li.active::after {
  display: none;
}

/*-----------------------------------------------------Footer----------------------------------------------------*/
.footer-top {
  padding: 25px 0 25px;
  background: #ffe2c7;
  background-image: url(../images/pattern-grudge.png);
}

.footer-title h3 span {
  position: relative;
  font-size: 20px;
  padding-bottom: 15px;
}

.footer-title h3 span:after {
  content: "";
  width: 60px;
  height: 5px;
  border-style: dashed dashed solid;
  border-width: 1px 0 1px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-title h3 {
  margin-bottom: 30px;
  color: #f38118;
}

.footer-contact-info .footer-title h3 span:after {
  left: 0;
}

.footer-working-time ul {
  padding-bottom: 10px;
}
.footer-working-time ul:last-child {
  padding-bottom: 0;
}
.footer-working-time ul li b {
  display: block;
  margin-bottom: 7px;
}

.footer-about-logo {
  width: 300px;
  margin: 0 auto 20px;
}

.footer-about {
  height: 100%;
  background: rgba(255, 205, 159, 0.4588235294);
  background-image: url(../images/pattern-grudge.png);
  padding: 40px;
  text-align: center;
  display: flex;
  align-items: center;
}

.footer-contact-info .footer-contact-icon {
  width: 30px;
  font-size: 25px;
}

.footer-contact-info p,
.footer-working-time p {
  margin-bottom: 10px;
}

.footer-contact-content ul {
  padding-bottom: 10px;
}
.footer-contact-content ul li {
  padding-bottom: 7px;
}
.footer-contact-content ul li a {
  color: #212529;
  position: relative;
  padding-left: 23px;
}
.footer-contact-content ul li a i {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-contact-info p a {
  font-weight: 500;
  color: #f38118;
}

.footer-copy {
  background: #ffcd9f;
  padding-bottom: 20px;
  padding-top: 30px;
}

.footer-copy .divider {
  padding: 20px 0;
}

.footer-copy p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-working-time .footer-title h3 span:after {
    right: unset;
    left: 0;
  }
  .footer-working-time {
    text-align: left;
    margin-bottom: 30px;
  }
  .footer-contact-info {
    margin-top: 30px;
  }
}
footer .social-media {
  display: flex;
  gap: 20px;
}
footer .social-media a {
  font-size: 20px;
  color: #000;
}

/*--------------------------------------------------Doubt--------------------------------------------------*/
.equal-section-grid .equal-section-grid-content {
  padding: 30px 30px;
  background-color: #f7f7f7;
  height: 100%;
  display: grid;
  align-content: center;
}
.equal-section-grid .equal-section-grid-content h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
}
.equal-section-grid .equal-section-grid-content h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-top: 5px;
  left: 0;
}
.equal-section-grid .equal-section-grid-content h4 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
}
.equal-section-grid .equal-section-grid-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #272727;
  text-align: justify;
}
.equal-section-grid .equal-section-grid-content p:last-child {
  padding-bottom: 0 !important;
}
.equal-section-grid .equal-section-grid-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.equal-section-grid .equal-section-grid-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hyper-link {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.hyper-link a {
  font-size: 18px;
  line-height: 26px;
  color: #272727;
  font-weight: 500;
}

/*--------------------------------------------------Doubt--------------------------------------------------*/
.general-inner-section {
  padding: 30px 0px;
  background-color: #e9e9e9;
}
.general-inner-section h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
}
.general-inner-section h4 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
}
.general-inner-section p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #272727;
}

/*--------------------------------------------------Doubt--------------------------------------------------*/
.services-page {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}

.books-page {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}

.advisory-council {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}
.advisory-council h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.advisory-council h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  left: 0;
}
.advisory-council p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 30px;
  color: #272727;
  text-align: center;
}
.advisory-council .advisory-council-card {
  padding: 30px 30px 30px 20px;
  background-color: #ffffff;
  background-image: url(../images/pattern-grudge.png);
  background-repeat: repeat;
  background-position: center;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.advisory-council .advisory-council-card .image {
  padding-bottom: 30px;
}
.advisory-council .advisory-council-card .image img {
  margin: 0 auto;
  display: block;
}
.advisory-council .advisory-council-card .card-content {
  text-align: center;
}
.advisory-council .advisory-council-card .card-content h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.advisory-council .advisory-council-card:hover {
  transform: translateY(-5px);
}

.accolades-page {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}
.accolades-page h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.accolades-page h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  left: 0;
}
.accolades-page .swiper {
  padding-top: 50px;
  height: 100%;
}
.accolades-page .swiper .swiper-container {
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
}
.accolades-page .swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.accolades-page .swiper .swiper-container .swiper-wrapper .swiper-slide .accolades-content {
  padding: 20px;
  background-image: url(../images/pattern-grudge.png);
  background-position: center;
  background-repeat: repeat;
  background-color: #FFF;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.accolades-page .swiper .swiper-container .swiper-wrapper .swiper-slide .accolades-content img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  width: 120px;
}
.accolades-page .swiper .swiper-container .swiper-wrapper .swiper-slide .accolades-content p {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding: 10px;
}
.accolades-page .swiper .swiper-container .swiper-wrapper .swiper-slide .accolades-content blockquote {
  font-size: 16px;
  font-weight: 600;
  margin: auto 0 0 0;
}
.accolades-page .swiper .swiper-container .swiper-button-prev::after {
  font-size: 24px;
  color: #f38118;
}
.accolades-page .swiper .swiper-container .swiper-button-next::after {
  font-size: 24px;
  color: #f38118;
}

.feedback-form {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}
.feedback-form .form-inn .gform_title {
  padding-bottom: 20px;
}
.feedback-form .form-inn .gform_required_legend {
  display: none;
}
.feedback-form .form-inn input {
  height: 45px;
  background-color: transparent;
  border: 1px solid #5c5c5c;
  color: #000000;
  font-size: 16px;
  border-radius: 5px;
}
.feedback-form .form-inn input::placeholder {
  color: #000000;
}
.feedback-form .form-inn input:focus {
  box-shadow: none;
  outline: none;
  border-color: #5c5c5c;
}
.feedback-form .form-inn textarea {
  background-color: transparent;
  resize: none;
  font-size: 16px;
  border-radius: 5px;
  height: 150px !important;
  color: #000000;
}
.feedback-form .form-inn textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #5c5c5c;
}
.feedback-form .form-inn textarea::placeholder {
  color: #000000;
}
.feedback-form .form-inn .gform-theme--foundation .gform_fields {
  gap: 20px;
}
.feedback-form .form-inn .gform-field-label, .feedback-form .form-inn label {
  font-size: 16px;
  color: #000000;
}
.feedback-form .form-inn #gform_submit_button_1 {
  padding: 8px 30px;
  background-color: #f38118;
  border: 1px solid #f38118;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  border-radius: 5px;
}

.gallery-section-page {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}
.gallery-section-page h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.gallery-section-page h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  left: 0;
}
.gallery-section-page .general-gallery-photos-inn {
  padding-top: 40px;
}
.gallery-section-page .general-gallery-photos-inn .item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  z-index: 5;
}
.gallery-section-page .general-gallery-photos-inn .item img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.gallery-section-page .general-gallery-photos-inn .item .label {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  transform: translateY(0);
  pointer-events: none;
  height: 100%;
}
.gallery-section-page .general-gallery-photos-inn .item .label .label-text {
  position: absolute;
  bottom: 15px;
  left: 10px;
  pointer-events: all;
}
.gallery-section-page .general-gallery-photos-inn .item .label .label-text h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.gallery-section-page .general-gallery-photos-inn .item .label .label-text h4 a {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.gallery-section-page .general-gallery-photos-inn .item .label .label-bg {
  background: linear-gradient(1deg, #f38118 1%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gallery-section-page .general-gallery-photos-inn .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
  border-radius: 5px;
}
.gallery-section-page .general-gallery-photos-inn .item:hover .label {
  bottom: 0;
  transform: translateY(0);
  height: 100%;
}

.general-photos {
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 30px 0px;
  background-color: #F7F7F7;
}
.general-photos h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.general-photos h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  left: 0;
}
.general-photos .general-photos-inn {
  padding-top: 40px;
}
.general-photos .general-photos-inn .item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  z-index: 5;
}
.general-photos .general-photos-inn .item img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.general-photos .general-photos-inn .item .label {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out;
  bottom: 0;
  transform: translateY(0);
  pointer-events: none;
  height: 100%;
}
.general-photos .general-photos-inn .item .label .label-text {
  position: absolute;
  bottom: 15px;
  left: 10px;
  pointer-events: all;
}
.general-photos .general-photos-inn .item .label .label-text h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.general-photos .general-photos-inn .item .label .label-text h4 a {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.general-photos .general-photos-inn .item .label .label-bg {
  background: linear-gradient(1deg, #f38118 1%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.general-photos .general-photos-inn .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
  border-radius: 5px;
}
.general-photos .general-photos-inn .item:hover .label {
  bottom: 0;
  transform: translateY(0);
  height: 100%;
}

.monthly-meetings .general-gallery-photos-inn .item .label .label-bg {
  height: 60px;
  top: unset;
  bottom: 0px;
  background: linear-gradient(20deg, #f38118 1%, transparent);
}
.monthly-meetings #meetings-posts {
  transition: all 0.3s ease;
}
.monthly-meetings #load-more-meetings {
  background-color: transparent;
  border: 2px solid #f38118;
  border-radius: 5px;
  color: #f38118;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 6px 20px;
  transition: all 0.3s linear;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block;
  z-index: 5;
}
.monthly-meetings #load-more-meetings::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #f38118;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.monthly-meetings #load-more-meetings:hover {
  color: #ffffff;
}
.monthly-meetings #load-more-meetings:hover::before {
  width: 100%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.monthly-meetings #load-more-meetings:disabled {
  background: #f38118;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.monthly-meetings #loading {
  color: #f38118;
  font-weight: 500;
}
.monthly-meetings #loading p {
  margin: 0;
}
.monthly-meetings #meetings-posts .col-sm-6 {
  opacity: 0;
  animation: fadeInUp 0.6s forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .monthly-meetings #load-more-meetings {
    padding: 10px 28px;
    font-size: 15px;
  }
}

.common-accordion .section-title {
  padding-bottom: 40px;
}
.common-accordion .section-title h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
  color: #f38118;
  text-align: center;
}
.common-accordion .section-title .section-title-underline-style {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 30%;
  margin: 0 auto;
  align-items: center;
}
.common-accordion .section-title .section-title-underline-style-line {
  width: 46%;
  height: 1px;
  background: #f38118;
  opacity: 0.5;
  margin-bottom: 0;
  position: relative;
}
.common-accordion .section-title .section-title-underline-style > .section-title-underline-style-line:last-child {
  margin-left: auto;
  left: auto;
  right: 0;
}
.common-accordion .section-title .section-title-underline-style-line:after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  border-style: dashed;
  border-top-width: 1px;
  border-left: 0;
  border-right: 0;
  border-color: transparent;
  border-top-color: #f38118;
}
.common-accordion .section-title .section-title-underline-style-img {
  position: relative;
  background-image: url(../images/section-circle.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}
.common-accordion.no-marker .accordion .accordion-collapse .accordion-body ul li {
  list-style: none;
}
.common-accordion .accordion .accordion-header .accordion-button {
  background-color: #f38118;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.common-accordion .accordion .accordion-header .accordion-button:focus {
  outline: none !important;
  box-shadow: none;
}
.common-accordion .accordion .accordion-header .accordion-button::after {
  filter: invert(1);
}
.common-accordion .accordion .accordion-collapse .accordion-body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #272727;
  text-align: justify;
}
.common-accordion .accordion .accordion-collapse .accordion-body h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
}
.common-accordion .accordion .accordion-collapse .accordion-body h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-top: 5px;
  left: 0;
}
.common-accordion .accordion .accordion-collapse .accordion-body ul {
  padding-bottom: 15px;
}
.common-accordion .accordion .accordion-collapse .accordion-body ul li {
  padding-bottom: 8px;
  list-style-type: square;
  margin-left: 25px;
}
.common-accordion .accordion .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0;
}
.common-accordion .accordion .accordion-collapse .accordion-body blockquote cite {
  font-style: normal;
  font-weight: 600;
}

/*--------------------------------------------------Doubt--------------------------------------------------*/
.teachings-page {
  padding: 30px 0px;
  background-color: #f7f7f7;
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
}
.teachings-page h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.teachings-page h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  left: 0;
}
.teachings-page h4 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
}
.teachings-page p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #272727;
}
.teachings-page blockquote {
  font-size: 20px;
  font-style: italic;
}
.teachings-page .teaching-inner {
  border: 1px solid #f38118;
  padding: 30px;
  background-color: #ffffff;
  background-image: url(../images/pattern-grudge.png);
  background-position: center;
  background-repeat: repeat;
}

/*--------------------------------------------------Doubt--------------------------------------------------*/
.awards-honours {
  padding: 30px 0px;
  background-color: #f7f7f7;
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
}
.awards-honours h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.awards-honours h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  left: 0;
}
.awards-honours ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
.awards-honours ul li .bi {
  font-size: 20px;
  color: #f38118;
  position: absolute;
  top: 0;
  left: 0;
}
.awards-honours .awards-honours-content {
  border: 1px solid #f38118;
  padding: 30px;
  background-color: #ffffff;
  background-image: url(../images/pattern-grudge.png);
  background-position: center;
  background-repeat: repeat;
}

/*--------------------------------------------------Doubt--------------------------------------------------*/
.all-fails-yantra {
  padding: 30px 0px;
  background-color: #e9e9e9;
  background-image: url(../images/pattern-bg.png);
  background-position: center;
  background-repeat: repeat;
}
.all-fails-yantra h3 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
  text-align: center;
}
.all-fails-yantra h3::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  left: 0;
}
.all-fails-yantra p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #272727;
}

/*--------------------------------------------------Breakpoints--------------------------------------------------*/
.custom-spacing {
  padding: 30px 0px;
}

@media (max-width: 992px) {
  .custom-order-md-2 {
    order: 2;
  }
  header .navbar .navbar-nav .nav-item {
    padding-bottom: 5px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding-right: 0;
  }
  .recent-blogs .section-title {
    padding-bottom: 30px;
  }
  .recent-blogs .blog-content {
    margin-bottom: 30px;
  }
  .why-lotus-india .section-title {
    padding-bottom: 30px;
  }
  .about .about-img {
    padding-bottom: 20px;
  }
  .about .about-content {
    padding-left: 0;
  }
  .about .about-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .about .about-content a {
    font-size: 16px;
    line-height: 24px;
  }
  .gallery .section-title {
    padding-bottom: 30px;
  }
  .equal-section-grid .equal-section-grid-content {
    padding: 30px 30px;
  }
  .equal-section-grid .equal-section-grid-content h4 {
    padding-bottom: 2px;
  }
  .general-inner-section .custom-image {
    padding-bottom: 20px;
  }
  .common-accordion .section-title {
    padding-bottom: 30px;
  }
  .teachings-page .custom-image {
    padding-bottom: 20px;
  }
  footer .testimonial .section-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .custom-md-mb-0 {
    margin-bottom: 0 !important;
  }
  .banner .swiper-wrapper .swiper-slide {
    height: 80vh;
  }
  .why-lotus-india .lotus-india-inn {
    margin-bottom: 30px;
  }
  .equal-section-grid .equal-section-grid-content {
    padding: 30px 30px;
  }
  .gallery-section-page .general-gallery-photos-inn .item .label .label-text h4 {
    font-size: 20px;
  }
  .teachings-page .teaching-inner {
    padding: 20px;
  }
  .awards-honours .awards-honours-content {
    padding: 20px;
  }
  footer .testimonial {
    padding: 40px 0px;
  }
}
@media (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .custom-sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .about .lotus-bg-2 img {
    width: 100px;
  }
  .recent-blogs .section-title {
    padding-bottom: 20px;
  }
  .why-lotus-india .section-title {
    padding-bottom: 20px;
  }
  .gallery .section-title {
    padding-bottom: 20px;
  }
  .equal-section-grid .equal-section-grid-content {
    padding: 20px 25px;
  }
  .advisory-council .advisory-council-card {
    margin-bottom: 20px;
  }
  .accolades-page .swiper {
    padding-top: 20px;
  }
  .gallery-section-page .general-gallery-photos-inn {
    padding-top: 20px;
  }
  .gallery-section-page .general-gallery-photos-inn .item {
    margin-bottom: 20px;
  }
  .common-accordion .section-title {
    padding-bottom: 10px;
  }
  .teachings-page .teaching-inner {
    padding: 15px;
  }
  .teachings-page .teaching-inner blockquote {
    margin-bottom: 0;
  }
  .awards-honours .awards-honours-content {
    padding: 15px;
  }
  footer .testimonial .section-title {
    padding-bottom: 20px;
  }
  footer .testimonial .section-title h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
}

.load-more-btn {
  background-color: transparent;
  border: 2px solid #f38118;
  border-radius: 5px;
  color: #f38118;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding: 6px 20px;
  transition: all 0.3s linear;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: inline-block;
  z-index: 5;
}
.load-more-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #f38118;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.load-more-btn:hover {
  color: #ffffff;
}
.load-more-btn:hover::before {
  width: 100%;
  transition: all 0.3s ease-in-out;
  left: 0;
}

.integral-yoga-institute h2 {
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #f38118;
  position: relative;
}
.integral-yoga-institute h2::after {
  content: "";
  width: 80px;
  height: 4px;
  position: relative;
  background-color: #f38118;
  display: block;
  margin-top: 5px;
  left: 0;
}
.integral-yoga-institute p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #272727;
  text-align: justify;
}

.integral-yoga-gallery .integral-yoga-gallery-photos-inn .item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  z-index: 5;
}
.integral-yoga-gallery .integral-yoga-gallery-photos-inn .item img {
  width: 100%;
  transition: all 1.5s ease-in-out;
  height: 300px;
  object-fit: cover;
}
.integral-yoga-gallery .integral-yoga-gallery-photos-inn .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .row-gap {
    gap: 20px 0px;
  }
}
@media (min-width: 992px) {
  .mx-auto-lg {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=main.css.map */
