/*
 Theme Name: Rama Rajya Culture
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  color: #1d2130;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  font-size: 16px;
  background: #ffffff;
  padding-top: 105px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d62929;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 46px;
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 28px;
}

h5,
.h5 {
  font-size: 24px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

.fs-14 {
  font-size: 14px;
  line-height: 20px;
}

.fs-18 {
  font-size: 18px;
  line-height: 30px;
}

.fs-30 {
  font-size: 27px;
  line-height: 40px;
}

.fs-24 {
  font-size: 24px;
  line-height: 32px;
}
img {
  height: auto;
}
p,
li {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}

li,
p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #ee0c3d;
}

a:hover,
a:focus,
.our-capabilities-holder p:hover {
  color: #000;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input,
button,
button:focus,
textarea,
textarea:focus {
  outline: 0px;
}

.mx-100 {
  max-width: 100%;
  height: auto;
}

.clr-2 {
  color: #000222;
}

.w-100 {
  width: 100%;
  height: auto;
}

.fw-300 {
  font-weight: 300;
}

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

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

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

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

.fw-800 {
  font-weight: 800;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

section,
.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

.text-end {
  text-align: end;
}

.clr-orng {
  color: #ee0c3d;
}

.clr-gray {
  color: #464646;
}

.clr-white {
  color: #fff;
}

.bg-yellow {
  background: #fff8de;
}

.bg-orng {
  background: #ee0c3d;
}

.bg-white {
  background: #ffffff;
}

.container,
.container-970,
.container-fluid {
  width: 100%;
  max-width: 1310px;
  margin: auto;
  position: relative;
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  max-width: 100%;
}

.container-970 {
  max-width: 1005px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > div {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.col-center {
  margin-left: auto;
  margin-right: auto;
}

.row-86 {
  margin-right: -34px;
  margin-left: -34px;
}

.row.row-86 > div {
  padding-right: 34px;
  padding-left: 34px;
}

.row-46 {
  margin-right: -23px;
  margin-left: -23px;
}

.row.row-46 > div {
  padding-right: 23px;
  padding-left: 23px;
}

.row-24 {
  margin-right: -12px;
  margin-left: -12px;
}

.row.row-24 > div {
  padding-right: 12px;
  padding-left: 12px;
}

.col-md-12,
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-md-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-md-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-md-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-md-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-md-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-md-6,
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-md-5 {
  flex: 0 0 auto;
  width: 41.6666666%;
}

.col-md-4-5 {
  flex: 0 0 auto;
  width: 39%;
}

.col-md-4 {
  flex: 0 0 auto;
  width: 33.33333334%;
}

.col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}

.offset-md-1 {
  margin-left: 8.33333333%;
}

.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

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

.text-uppercase {
  text-transform: uppercase;
}

header {
  background: #fff8de;
  padding: 22px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 55;
}

.sticky {
  will-change: all;
  -webkit-transition: -webkit-all 0.2s ease;
  transition: -webkit-all 0.2s ease;
  transition: all 0.2s ease;
  transition: all 0.2s ease, -webkit-transform 0.2s ease;
}

/*.sticky--not-top.sticky--pinned {
}*/
.sticky--not-top.sticky--pinned.open-menu-box,
.sticky--not-top.sticky--pinned.open-search-box {
  background-color: transparent;
  box-shadow: none;
}

.sticky--not-top {
  padding: 15px 0px;
  background-color: #fff8de;
  box-shadow: 1px -4px 10px 3px #ded7d7;
}

.sticky.sticky--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sticky.sticky--unpinned {
  -webkit-transform: translateY(-13rem);
  transform: translateY(-13rem);
  -webkit-transition: -webkit-all 0.4s ease-in;
  transition: -webkit-all 0.4s ease-in;
  transition: all 0.4s ease-in;
  transition: all 0.4s ease-in, -webkit-all 0.6s ease-in;
}

.sticky--top {
  box-shadow: none !important;
}

.header-logo {
  width: 270px;
  display: inline-flex;
  align-items: center;
}

.header-logo img {
  width: 65px;
  margin-right: 10px;
  height: auto;
  border-radius: 50%;
}

.header-logo span {
  font-size: 16px;
  line-height: 1.2;
  color: #1e1e1e;
  font-weight: 700;
}

.header-menu {
  display: inline-flex;
}

.right-menus {
  display: flex;
  margin-left: 20px;
}

.menu-holder,
.header-items {
  display: flex;
  align-items: center;
  justify-content: end;
}

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

.menu-holder ul {
  display: inline-flex;
  align-items: center;
  justify-items: center;
  float: right;
}

.menu-holder ul li {
  padding: 0 15px;
  position: relative;
}

.menu-holder ul li a {
  color: #525560;
  padding: 12px 0;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  position: relative;
}

.menu-holder ul li a:hover {
  color: #000;
}

.menu-holder ul li a:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #ee0c3d;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.2s ease;
}

.menu-holder ul li.current-menu-item a:after,
.menu-holder ul li a:hover:after {
  width: 100%;
  transition: all 0.2s ease;
}

.header-menu,
.header-logo-box {
  display: inline-flex;
}
.menu-holder .sub-menu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 48px;
  width: 100%;
  font-size: 14px;
  background: #efcd72;
  left: 0;
  border-radius: 7px;
}
.menu-holder ul .sub-menu li a:after {
  display: none;
}
.menu-holder ul .sub-menu li {
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
}
.menu-holder ul .sub-menu li:last-child {
  border-bottom: 0px solid #000;
}
ul.sub-menu {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.2s ease;
}

@media (min-width: 767px) {
  .menu-item-has-children:hover > ul.sub-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: all 0.2s ease;
  }
}

.show-991,
.show-767 {
  display: none;
}

@media (max-width: 991px) {
  .show-991 {
    display: block;
  }

  .hide-991 {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-767 {
    display: block;
  }

  .hide-767 {
    display: none;
  }
}

.position-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

#nav-icon {
  width: 28px;
  height: 24px;
  margin-left: 15px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: calc(50% - 12px);
  display: none;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 3px;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 10px;
  width: 20px;
}

#nav-icon span:nth-child(3) {
  top: 20px;
}

#nav-icon.open span {
  width: 28px;
}

#nav-icon.open span:nth-child(2) {
  width: 0px;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.btn-1 {
  background: #ee0c3d;
  color: #fff;
  border: 1px solid #ee0c3d;
  font-weight: 600;
  padding: 11px 32px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}

.btn-1:hover {
  background: transparent;
  color: #ee0c3d;
  transition: all 0.2s ease;
}

.white-btn {
  color: #1d2130;
  background: #fff;
  border-color: #fff;
}

.white-btn:hover {
  color: #fff;
}

.btn-amin {
  border: 2px solid #ee0c3d;
  padding: 10px 32px;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  background: transparent;
}
.placeholder-image {
  height: 290px;
}
.btn-amin:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  background: #ee0c3d;
}

.btn-amin:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #fff8de;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-amin:hover {
  color: #000;
}

.btn-amin:hover::before {
  width: 100%;
}

.btn-amin:hover::after {
  width: 0;
}

.home-banner {
  position: relative;
}

.home-slider .swiper-slide img {
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}

.home-banner .container {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.home-banner-content {
  max-width: 685px;
  text-align: justify;
}

.home-banner-btns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.play-btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
  padding: 30px 16px;
}

.play-btn img {
  margin-right: 8px;
}

.play-btn:hover {
  color: #fff;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #d9d9d975;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  height: 20px;
  background: #fff;
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 18px 0;
}

.swiper-container-vertical .swiper-pagination-bullet {
  margin-left: 2px !important;
}

.swiper-container-vertical
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-left: 0px !important;
}

.blessings-box {
  width: 203px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 30px;
  z-index: 5;
  color: #fff;
}

.blessings-box h6,
.blessings-box p {
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
}

.blessings-box p.name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 3px;
}
.blessings-box p {
  margin-top: 3px;
  margin-bottom: 0px;
  text-align: left;
}

.blessings-box img {
  width: 55px;
  margin-left: 4px;
  border-radius: 5px;
}

.blessings-box.position-from-left img {
  margin-left: 0px;
  margin-right: 4px;
}

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

.about-sec h3,
.spiritual-amenities-box h3,
.spiritual-amenities-box p {
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.spiritual-amenities-box h3 a {
  color: #fff;
}
.blessings-box.position-from-right {
  text-align: right;
}
.blessings-box.position-from-right p {
  text-align: right;
}
.about-sec p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.sec-pad-75 {
  padding: 75px 0;
}

.about-detail-sec h2,
.about-detail-sec p {
  margin-bottom: 40px;
}

.about-detail-sec p,
.facilities-box p {
  color: #525560;
}

.about-detail-sec p {
  color: #525560;
  line-height: 30px;
}

.small-title,
.small-title-2,
.small-title-3 {
  padding-left: 95px;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.small-title:before,
.small-title-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  height: 2px;
  width: 72px;
  background: #1d2130;
}

.small-title-3 {
  padding-left: 0px;
}

.small-title-3:after {
  left: 125px;
  width: 44px;
}

.small-title-2 {
  padding-left: 0px;
}

.small-title-2 span {
  z-index: 2;
  position: relative;
  padding-right: 10px;
}

.small-title-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}

.amenities-box {
  padding-left: 52px;
  position: relative;
  margin-top: 32px;
}

.amenitie-icon {
  background: #ee0c3d;
  position: absolute;
  left: 0;
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
}

.amenities-box h5 {
  margin-bottom: 8px;
}

.amenities-box p {
  color: #525560;
  font-size: 14px;
}

.spiritual-amenities-box {
  padding: 80px 72px 54px;
  background-size: cover;
  position: relative;
  height: 100%;
  border-radius: 12px;
  background-position: center;
  overflow: hidden;
}

.spiritual-amenities-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.spiritual-amenities-sec h2 {
  margin-bottom: 65px;
}

.spiritual-amenities-sec .small-title:before {
  background-color: #fff;
}
.spiritual-amenities-box p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.facilities-box,
.reserve-your-sanctuary-box h2 {
  margin-bottom: 30px;
}

.facilities-box img {
  border-radius: 8px;
  overflow: hidden;
}

.facilities-box h4 {
  font-size: 26px;
  line-height: 40px;
  margin: 12px 0;
}

.facilities-box p {
  line-height: 25px;
}

.reserve-your-sanctuary-sec {
  padding: 30px 0 25px;
}

.reserve-your-sanctuary-box {
  background-position: center;
  background-size: cover;
  padding: 95px;
  border-radius: 12px;
}

.supporters-slider .swiper-slide,
.supporters-slider .swiper-wrapper,
.upcoming-events-slider .swiper-slide,
.upcoming-events-slider .swiper-wrapper {
  height: auto !important;
}

.upcoming-events-box {
  padding: 32px 40px;
  border-radius: 8px;
  background: #ffe2b6;
  display: inline-block;
  width: 100%;
  color: #1d2130;
  height: 100%;
}

.upcoming-event-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upcoming-event-date {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}

.upcoming-event-date span {
  font-size: 16px !important;
  display: block;
  line-height: 20px;
}

.upcoming-event-detail h6 {
  margin-bottom: 8px;
}

.upcoming-event-detail {
  padding: 0 12px 0 24px;
}

.upcoming-events-slider .swiper-slide {
  width: 500px;
}

footer {
  background: #0b0706;
  color: #fff;
  padding: 70px 0 90px;
}

.footer-logo {
  display: inline-block;
  width: 150px;
}

.footer-menu-boxes {
  display: flex;
  justify-content: space-between;
}

.subscribe-box h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.subscribe-holder-box {
  margin-bottom: 40px;
}
.subscribe-holder {
  border: 1px solid #ebf0f935;
  display: flex;
  position: relative;
  border-radius: 4px;
}
.wpcf7-form init,
.subscribe-holder input {
  background: transparent;
  border: 0;
  color: #ebf0f9;
  font-family: "Roboto", sans-serif;
  padding: 22px 18px;
}
.wpcf7-submit,
.subscribe-holder button {
  font-family: "Roboto", sans-serif;
}
.subscribe-holder button {
  position: absolute;
  right: 0;
  top: 0;
}
.subscribe-holder .wpcf7-submit,
.subscribe-holder button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-weight: 600;
  color: #1d2130;
  padding: 22px 15px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.2s ease;
}
.subscribe-holder .wpcf7-submit:hover,
.subscribe-holder button:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.2s ease;
}
.subscribe-holder .wpcf7-spinner {
  margin: 0 0;
}

.footer-menu-box h6,
.footer-menu-box li {
  margin-bottom: 24px;
}

.footer-menu-box li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s ease;
}

.subscribe-holder-box .wpcf7-response-output {
  font-size: 12px;
  width: 100%;
  position: relative;
  background: #0b0706;
  margin: 15px 0 0 0 !important;
}
.subscribe-holder-box .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.subscribe-holder .wpcf7-not-valid-tip {
  padding: 0;
  position: absolute;
  bottom: -33px;
  z-index: 55;
  background: #0b0706;
  left: 15px;
}
.subscribe-holder .wpcf7-spinner {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-menu-box li a:hover {
  color: #ee0c3d;
}

.supporters-name {
  padding: 10px 8px 0;
}
.supporters-name a h4 ,
.supporters-name  h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 20px;
}

.content-section p,
.content-section ul {
  margin-bottom: 20px;
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6d {
  margin-bottom: 10px;
}

.form-field {
  position: relative;
  margin-bottom: 20px;
}

.form-field label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.form-field button {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.form-field input,
.form-field select,
.form-field textarea {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  border: 0;
  border: 1px solid #d4d4d4;
  height: 45px;
  background: #fff;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
}

.donation-notes {
  list-style: disc;
  margin-left: 15px;
}

.saprator {
  margin: 0;
  border: 0;
  height: 1px;
  background: #ee0c3d;
  margin-bottom: 20px;
  margin-top: 10px;
}

.form-field label span {
  color: #ee0c3d;
}

.field-note,
.invalid-feedback.error {
  font-size: 12px;
  line-height: 14px;
}

.padding-box {
  padding: 12px 0;
}

/* ---------------------about-page------------------ */

.modal-section {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
}

.modal-section > .modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-section h2 {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 12px;
}

.modal-section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #525560;
}

.modal-section .image-box img {
  border-radius: 8px;
  overflow: hidden;
}

.modal-content {
  border-radius: 20px;
  background-color: rgba(255, 248, 222, 1);
  margin: auto;
  padding: 56px 25px;
  border: 1px solid #ffffff;
  max-width: 820px;
  width: calc(100vw - 30px);
  overflow: auto;
  max-height: calc(100vh - 50px);
  position: relative;
}

.popup-detail-box {
  padding-right: 20px;
  max-height: 496px;
  overflow: auto;
}
.modal-content .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
}

.modal-content .close:hover,
.modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.adveriser-member {
  padding-bottom: 24px;
}

.adveriser-member .image-box {
  overflow: hidden;
  border-radius: 8px;
  height: 313px;
}

.sect-pad-75 {
  padding: 75px 0 51px;
}

.adveriser-member .image-box img {
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
}

.adveriser-member .detail-box {
  margin: 12px 0;
}

.adveriser-member .detail-box h3 {
  color: rgba(28, 29, 40, 1);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.adveriser-member .detail-padding-box {
  padding: 12px 0;
}

.trust-member-section .detail-padding-box p,
.adveriser-member .detail-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: rgba(82, 85, 96, 1);
}
.trust-member-section .detail-padding-box ul {
  padding-left: 20px;
  list-style: decimal;
}
.adveriser-member .detail-box a {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 17px;
}

/* ----------more-advisers-memebers */
.more-advisers-memebers {
  background-color: rgba(255, 255, 255, 1);
}

.more-advisers-memebers .adveriser-member .detail-box p {
  color: rgba(82, 85, 96, 1);
}
.adveriser-member .detail-box h3 span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
/* --------------------trust-member-section----------- */
.trust-member-section {
  background-color: rgb(239, 205, 114);
}

.trust-member-section .small-title:before {
  background: #000;
}

.trust-member-section .detail-padding-box p,
.trust-member-section .small-title {
  color: #000;
}

.trust-member-section h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
}
.trust-member-section h3 span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.trust-member-section .detail-padding-box {
  padding-top: 20px;
}
.trust-member-section img {
  border-radius: 15px;
  overflow: hidden;
}
.trust-team-member {
  background: rgba(255, 248, 222, 1);
}

.trust-team-member .small-title,
.trust-team-member h3 {
  color: rgba(29, 33, 48, 1) !important;
}

.trust-team-member .small-title:before {
  background: rgba(82, 85, 96, 1);
}

.service-section-two ul li,
.trust-team-member .detail-padding-box p {
  color: rgba(82, 85, 96, 1);
}

/* ---------------------service-section------------- */
.service-section {
  background: rgb(239, 205, 114);
}

.service-section h1 {
  font-size: 55px;
  line-height: 66px;
}

/* .service-section .img-box {
  max-width: 572px;
  min-height: 393px;
} */

.service-section img {
  width: 100%;
  border-radius: 12px;
  height: auto;
}

.row-30 {
  margin-right: -30px;
  margin-left: -30px;
}

.row-30 > div {
  padding-right: 30px;
  padding-left: 30px;
}

.service-section-one {
  background: rgba(255, 248, 222, 1);
}

.service-section-two img,
.service-section-one img {
  border-radius: 12px;
}

.service-section-two {
  background: rgba(255, 255, 255, 1);
}

.mb-0 {
  margin-bottom: 0;
}

.service-section-two ul li {
  list-style-type: decimal;
}
/*---------conatct-from-----------*/
sec-pad-30 {
  padding: px 0;
}
.contact-title-section {
  background-color: #ffff;
  padding: 44px 0 48px;
}

.contact-page-section {
  background-color: rgba(253, 244, 239, 1);
}

.contact-page-section .adress-detail {
  padding-bottom: 18px;
  max-width: 420px;
}

.contact-page-section .adress-detail h2 {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.contact-page-section .adress-detail p {
  font-size: 16px;
  line-height: 24px;
  margin-left: 6px;
  position: relative;
  padding-left: 30px;
}

.contact-page-section .adress-detail .url_icon:before,
.contact-page-section .adress-detail .email_icon:before,
.contact-page-section .adress-detail .mobile_icon:before,
.contact-page-section .adress-detail .location-icon:before {
  display: block;
  background-image: url("images/location.svg");
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-page-section .adress-detail .mobile_icon:before {
  background-image: url("images/phone.svg");
}

.contact-page-section .adress-detail .email_icon:before {
  background-image: url("images/mail-icon.svg");
}

.contact-page-section .adress-detail .url_icon:before {
  background-image: url("images/web-icon.png");
}
.contact-page-section .adress-detail ul {
  margin: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-page-section .adress-detail ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-page-section .adress-detail a {
  color: rgba(61, 61, 61, 1);
  font-weight: 500;
}

.map-holder {
  border: 2px solid #db5034;
  border-radius: 18px;
  overflow: hidden;
}

.map-holder iframe {
  height: 300px;
  display: inherit;
}

.contact-from-section {
  padding: 45px 0;
}

.appointment-form {
  /*  margin-top: 56px;*/
}
.appointment-form form .row-15 {
  margin-left: -7px;
  margin-right: -7px;
}

.appointment-form form .row-15 > div {
  padding-right: 7px;
  padding-left: 7px;
}

.appointment-form form .input-field {
  margin-bottom: 15px;
}
.appointment-form form .input-field textarea,
.appointment-form form .input-field input,
.appointment-form textarea,
.appointment-form form .input-field select {
  width: 100%;
  padding: 10px 15px;
  border: solid 1px #efcd72;
  border-radius: 4px;
  outline: 0;
  color: #000;
  line-height: 20px;
  font-size: 14px;

  background: #fff;
}

.appointment-form form .input-field textarea {
  height: 125px;
  color: #000;
  line-height: 20px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.appointment-form form .input-field input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.appointment-form .input-field label {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 15px;
}

.appointment-form .form__radio-group span label {
  margin: 0;
}

.appointment-form .form__radio-group input,
.appointment-form .form__radio-group label {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.appointment-form button.btn-1 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.location_map .map-holder {
  border: none;
  border-radius: 0;
}
.location_map .map-holder iframe {
  height: 500px;
  display: inherit;
}

.social_media_icons {
  margin: 15px 0;
}

.social_media_icons a {
  background: #ee0c3d;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
}
.social_media_icons a img {
  width: 20px;
}
.contact-page-section .adress-detail .social_media_icons li {
  padding-left: 0px;
}
.footer-social_media ul li,
.contact-page-section .adress-detail .social_media_icons li {
  margin-right: 10px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.footer-social_media ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-social_media ul li:first-child {
  padding-left: 0;
}
.room-domate-section .btn-1 {
  margin-bottom: 12px;
}
.facilities-box h4 a {
  color: #1d2130;
}
.menu-holder ul li#menu-item-614.current-menu-item a:after{ display: none !important; } 
@media (max-width: 1200px) {
  body {
    line-height: 24px;
    font-size: 16px;
  }

  h1,
  .h1,
  .h1-2 {
    font-size: 45px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  h5,
  .h5,
  .fs-24 {
    font-size: 20px;
  }

  .home-banner-content {
    max-width: 650px;
  }

  .home-banner-btns {
    margin-top: 20px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
  }

  .swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 10px 0;
  }

  .about-detail-sec h2,
  .about-detail-sec p {
    margin-bottom: 30px;
  }

  .spiritual-amenities-box p {
    font-size: 21px;
    line-height: 28px;
  }

  .facilities-box h4 {
    font-size: 22px;
    line-height: 34px;
    margin: 12px 0 5px;
  }

  .upcoming-events-slider .swiper-slide {
    width: 430px;
  }
}

@media (max-width: 991px) {
  .contact-page-section .adress-detail h2 {
    margin-bottom: 15px;
  }
  body {
    padding: 0px;
  }

  h1,
  .h1,
  .h1-2 {
    font-size: 36px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  .fs-30 {
    font-size: 22px;
    line-height: 30px;
  }

  .about-sec p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-detail-sec h2,
  .about-detail-sec p {
    margin-bottom: 20px;
  }

  .about-sec h3,
  .spiritual-amenities-box h3,
  .spiritual-amenities-box p {
    margin-bottom: 15px;
  }

  .home-banner-content {
    max-width: 450px;
  }

  .small-title,
  .small-title-2,
  .small-title-3 {
    margin-bottom: 20px;
  }

  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    width: 100%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666%;
  }

  .col-sm-4-5 {
    flex: 0 0 auto;
    width: 39%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333334%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-46 {
    margin-right: -7px;
    margin-left: -7px;
  }

  .row.row-46 > div {
    padding-right: 7px;
    padding-left: 7px;
  }

  #nav-icon {
    display: block;
  }

  .menu-holder ul {
    display: none;
  }

  #main_navigation {
    padding: 10px 30px;
    width: 100%;
    background: #efcd72;
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 80px;
    border-top: 1px solid #ee0c3d;
  }

    
  .menu-holder ul li {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .menu-holder ul li a {
    width: auto;
    color: #000;
  }
  header {
    padding: 20px 0px;
    z-index: 44;
    position: relative;
  }

  .right-menus {
    margin-left: 0;
    margin-right: 50px;
  }

  .blessings-box {
    right: 15px;
  }

  .blessings-box.position-from-left {
    left: 15px;
  }

  .spiritual-amenities-box {
    padding: 50px 40px 45px;
  }

  .col-md-3.footer-logo-box,
  .col-md-4.footer-menu-boxes {
    /*    text-align: center;*/
    margin-bottom: 30px;
  }

  .offset-md-1 {
    margin-left: 0;
  }

  footer .container {
    max-width: 430px;
  }

  .spiritual-amenities-sec h2 {
    margin-bottom: 40px;
  }

  .service-section h1 {
    font-size: 32px;
    line-height: 45px;
  }
  .contact-page-section .adress-detail {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body {
    line-height: 20px;
    font-size: 14px;
  }

  h1,
  .h1,
  .h1-2 {
    font-size: 25px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5,
  .h5,
  .fs-24 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
    line-height: 20px;
  }

  header {
    padding: 10px 0px;
  }

  .sticky--not-top {
    padding: 10px 0px;
  }

  #main_navigation {
    top: 70px;
  }

  .sec-pad-75 {
    padding: 50px 0;
  }

  .spiritual-amenities-box p {
    font-size: 18px;
    line-height: 24px;
  }

  .facilities-box h4 {
    font-size: 18px;
    line-height: 30px;
    margin: 9px 0 5px;
  }

  .fs-30 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-sec p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }

  .home-banner-content {
    max-width: 341px;
  }

  .home-banner-btns {
    margin-top: 10px;
  }

  .header-logo span {
    display: none;
  }

  .header-logo {
    width: auto;
  }

  .btn-amin {
    padding: 10px 25px;
  }

  .col-sm-7,
  .col-sm-5,
  .col-sm-6,
  .col-sm-4,
  .col-sm-3,
  .col-sm-9,
  .col-sm-10 {
    width: 100%;
  }

  .about-detail-sec .col-sm-7 {
    margin-bottom: 30px;
  }

  .about-detail-sec p {
    line-height: 26px;
  }

  .amenities-box {
    padding-left: 45px;
    margin-top: 24px;
  }

  .spiritual-amenities-box {
    padding: 40px 20px 45px;
  }

  .spiritual-amenities-sec .col-md-6 {
    margin-bottom: 15px;
  }

  .spiritual-amenities-sec .col-md-6:last-child {
    margin-bottom: 0px;
  }

  .spiritual-amenities-sec h2 {
    margin-bottom: 30px;
  }

  .reserve-your-sanctuary-box {
    padding: 30px 15px;
    border-radius: 8px;
  }

  .facilities-box,
  .reserve-your-sanctuary-box h2 {
    margin-bottom: 20px;
  }

  .reserve-your-sanctuary-box h2 {
    font-size: 20px;
  }

  .swiper.supporters-slider {
    overflow: hidden;
  }

  .upcoming-events-slider .swiper-slide {
    width: 80%;
    max-width: 400px;
  }

  .upcoming-events-box {
    padding: 20px 25px;
  }

  .upcoming-event-date {
    font-size: 34px;
  }

  .upcoming-event-date span {
    font-size: 12px !important;
    line-height: 16px;
  }

  .upcoming-event-detail {
    padding: 0 8px 0 15px;
  }

  .upcoming-event-link {
    width: 40px;
  }

  .upcoming-event-link img {
    width: 100%;
  }

  .upcoming-event-detail h6 {
    margin-bottom: 3px;
    font-size: 12px;
  }

  .small-title-3::after {
    left: 90px;
  }

  .home-slider .swiper-slide img {
    min-height: 500px;
  }

  .supporters-name h4 {
    font-size: 12px;
    line-height: 17px;
  }

  .supporters-name {
    padding: 10px 3px 0;
  }

  .trust-member-section h2 {
    font-size: 22px;

    line-height: 30px;
  }

  .trust-member-section .detail-padding-box {
    padding: 15px 0;
  }

  .adveriser-member {
    padding-bottom: 35px;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .adveriser-member .image-box {
    overflow: hidden;
    border-radius: 8px;
  }

  .service-section h1 {
    font-size: 28px;
    line-height: 45px;
  }

  .service-section .img-box {
    margin-top: 20px;
  }

  .service-section-two ul {
    padding: 0 10px;
  }

  .service-section-two img,
  .service-section-one img {
    margin-top: 15px;
  }

  .trust-member-section .detail-padding-box p,
  .adveriser-member .detail-box p {
    font-size: 14px;
  }

  .sect-pad-75 {
    padding: 50px 0 20px;
  }

  .popup-detail-box {
    padding-right: 15px;
    max-height: calc(100vh - 425px);
  }
  .modal-content {
    padding: 40px 0px;
  }
  .modal-section .image-box img {
    height: 266px;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: top center;
  }

  .modal-content .close {
    right: 10px;
    top: 10px;
  }
  .placeholder-image {
    height: 209px;
  }
  .contact-page-section .adress-detail ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .location_map .map-holder iframe {
    height: 250px;
  }
  .col-md-3.footer-logo-box,
  .col-md-4.footer-menu-boxes {
    margin-bottom: 20px;
  }
  footer {
    padding: 40px 0 50px;
  }
  .footer-logo {
    width: 120px;
  }
  .blessings-box img {
    width: 40px;
  }
  .footer-menu-box h6,
  .footer-menu-box li,
  .subscribe-box h5 {
    margin-bottom: 15px;
  }
  .subscribe-box h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-menu-box li a {
    font-size: 12px;
    line-height: 16px;
  }
  .blessings-box p.name {
    font-size: 10px;
  }
  .blessings-box h6,
  .blessings-box p {
    font-size: 8px;
  }
  .blessings-box {
    width: 147px;
  }
  .subscribe-holder input,
  .subscribe-holder .wpcf7-submit,
  .subscribe-holder button {
    padding: 15px 15px;
  }
  .subscribe-holder .wpcf7-not-valid-tip {
    bottom: -25px;
  }
}

body.stop-scroll {
  height: 100vh;
  overflow: hidden;
}
