/*!
 * Saastha Samooham Theme
 */
.bg-mellow {
  background-color: #d2b798;
}
.bg-sand {
  background-color: #c5a480;
}
.bg-primary {
  background-color: #ff5851 !important;
}
.bg-light {
  background-color: rgb(255, 244.6344827586, 244.2) !important;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 9999999999;
}
.mul8 {
  height: 5rem;
  width: 5rem;
  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.mul8circ1 {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  border: 5px solid rgb(255, 166.3172413793, 162.6);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  animation: mul8circ1Anim 2s infinite linear;
  position: absolute;
}
.mul8circ2 {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  border: 5px solid #ff5851;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  animation: mul8circ2Anim 2.5s infinite linear;
  position: absolute;
}
@keyframes mul8circ1Anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mul8circ2Anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
body {
  font-family: "Roboto", sans-serif;
  color: #522422;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
a {
  color: #ff5851;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #522422;
  text-decoration: none;
}
*:focus {
  outline: 0 !important;
  outline: none !important;
}
b,
strong {
  font-weight: bold;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
}
.btn-primary {
  color: #fff;
  background-color: #ff5851;
  border-color: #ff5851;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(255, 51.2887931034, 42.75);
  border-color: rgb(255, 39.0517241379, 30);
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 113.05, 107.1, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ff5851;
  border-color: #ff5851;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 39.0517241379, 30);
  border-color: rgb(255, 26.8146551724, 17.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 113.05, 107.1, 0.5);
}
.btn-outline-primary {
  color: #ff5851;
  border-color: #ff5851;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff5851;
  border-color: #ff5851;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 81, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ff5851;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff5851;
  border-color: #ff5851;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 88, 81, 0.5);
}
button.close {
  font-size: 1rem;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  transition: all 0.25s linear;
}
.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.form-control {
  border: 1px solid rgba(255, 88, 81, 0.4);
}
.form-control:focus {
  border-color: #ff5851;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::placeholder {
  color: #adb5bd;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff5851;
  background-color: #ff5851;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 95, 40, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(56, 95, 40, 0.25);
}
.section_title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Yeseva One", cursive;
}
.section_title h2 {
  color: #522422;
  font-size: 2.75rem;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .section_title h2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
.section_title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background: #ff5851;
  bottom: 13px;
  margin-left: -76px;
}
.section_title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background: #ff5851;
  bottom: 13px;
  margin-left: 5px;
}
.section_title span {
  color: #ff5851;
  font-size: 1.25rem;
}
.pg-header {
  position: relative;
  padding: 160px 0 120px;
  margin-top: 40px;
  text-align: center;
}
.pg-header::before {
  position: absolute;
  content: "";
  background-color: rgba(119, 57, 52, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pg-header.title-header {
  background: #c5a480 url(../images/title-img.jpg) no-repeat center center;
  background-size: cover;
}
.pg-header.histroy-header {
  background: #c5a480 url(../images/history-title-img.jpg) no-repeat center
    center;
  background-size: cover;
}
.pg-header.gallery-header {
  background: #c5a480 url(../images/gallery-title-img.jpg) no-repeat center
    center;
  background-size: cover;
}
.pg-header.about-header {
  background: #c5a480 url(../images/about-title-img.jpg) no-repeat center center;
  background-size: cover;
}
.pg-header.puja-header {
  background: #c5a480 url(../images/puja-title-img.jpg) no-repeat center center;
  background-size: cover;
}
.pg-header .pg-title {
  position: relative;
}
.pg-header h1 {
  color: #fff;
  font-size: 2.75rem;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .pg-header h1 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
.pg-header .breadcrumb {
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.pg-header .breadcrumb a {
  color: #fff;
  font-weight: 500;
}
.pg-header .breadcrumb-item + .breadcrumb-item::before {
  color: #e4e4e4;
}
.pg-header .breadcrumb-item.active {
  color: #e4e4e4;
}
#mainNav {
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.navbar-light .navbar-brand {
  color: #522422;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
  color: #522422;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #ff5851;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #ff5851;
  font-weight: 500;
}
.dropdown-item:active,
.dropdown-item.active {
  background-color: #ff5851 !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgb(255, 176.1068965517, 172.8);
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes zoom-fade {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#headerslider .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 50%;
  bottom: 3%;
  z-index: 12;
  padding: 0;
  transform: translateX(-50%);
}
#headerslider .owl-nav button.owl-prev {
  left: 10%;
  transition: 0.4s;
  background-color: #ff5851;
  border-radius: 0;
  padding: 2px 10px !important;
}
#headerslider .owl-nav button.owl-prev:hover {
  background-color: #c5a480;
}
#headerslider .owl-nav button.owl-prev i {
  font-size: 1.5rem;
  color: #fff;
  display: block;
}
#headerslider .owl-nav button.owl-next {
  right: 10%;
  transition: 0.4s;
  background-color: #ff5851;
  border-radius: 0;
  margin: 0;
  padding: 2px 10px !important;
}
#headerslider .owl-nav button.owl-next:hover {
  background-color: #c5a480;
}
#headerslider .owl-nav button.owl-next i {
  font-size: 1.5rem;
  color: #fff;
  display: block;
}
.slider-item {
  padding-top: 5rem;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 50%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .carousel-caption h1 {
    font-size: calc(1.5rem + 3vw);
  }
}
.carousel-caption .swamiya {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 65, 81, 0.75);
  animation-name: zoom-fade;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.contact-info {
  color: #fff;
  overflow: hidden;
}
.contact-info i {
  color: #522422;
  font-size: 2rem;
}
.contact-info address {
  margin-bottom: 0;
}
.contact-info a {
  color: #fff;
  line-height: 1.3;
}
.contact-info a:hover,
.contact-info a:focus {
  color: hsl(0, 0%, 90%);
}
.notice .abt-txt {
  margin-right: 0;
  padding: 2rem;
  border: 3px dashed rgba(255, 88, 81, 0.65);
  background-color: rgb(255, 244.6344827586, 244.2);
  box-shadow: none;
}
.abt-img {
  position: relative;
  max-width: 85%;
  margin: auto;
}
.abt-img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 50px;
  border-left: solid 50px #ff5851;
  border-bottom: solid 50px rgba(0, 0, 0, 0);
  border-top: solid 50px rgba(0, 0, 0, 0);
  transform: translateY(-50%);
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.1607843137));
}
.abt-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: hsl(31.3043478261, 37.2972972973%, 71.7254901961%);
  z-index: -99;
  position: absolute;
  left: -15px;
  top: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.abt-img img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.abt-txt {
  margin-right: 0;
  padding: 2rem 3rem;
  background-color: rgb(255, 239.7396551724, 239.1);
  box-shadow: none;
}
.activity {
  overflow: hidden;
}
.activity .nav-tabs {
  display: block;
  border-bottom: none;
}
.activity .nav-tabs .nav-item {
  margin-bottom: 16px;
  text-align: center;
  margin: 0 10px;
  display: inline-block;
}
.activity .nav-tabs .nav-item.show .nav-link {
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  background-color: #ff5851;
}
.activity .nav-tabs .nav-item.show .nav-link h4,
.activity .nav-tabs .nav-item.show .nav-link h5 {
  color: #fff;
}
.activity .nav-tabs .nav-item.show .nav-link::before {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: #ff5851 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.activity .nav-tabs .nav-link {
  padding: 12px 15px;
  background: #fff;
  padding-top: 16px;
  border-radius: 4px;
  box-shadow: 0 8px 24px #e2e8ed;
  transition: all 0.2s linear;
}
.activity .nav-tabs .nav-link:hover {
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  background-color: #ff5851;
}
.activity .nav-tabs .nav-link:hover h4,
.activity .nav-tabs .nav-link:hover h5 {
  color: #fff;
}
.activity .nav-tabs .nav-link.active {
  border-color: rgba(0, 0, 0, 0);
  position: relative;
  background-color: #ff5851;
}
.activity .nav-tabs .nav-link.active h4,
.activity .nav-tabs .nav-link.active h5 {
  color: #fff;
}
.activity .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  left: 42%;
  bottom: -24px;
  border-width: 12px;
  border-style: solid;
  border-color: #ff5851 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.activity .item-text {
  border-radius: 4px;
  position: relative;
}
.activity .item-text h4,
.activity .item-text h5 {
  font-family: "Roboto", sans-serif;
}
.activity .item-text h4 {
  font-size: 0.9375rem;
  color: #522422;
  line-height: 22px;
  text-transform: uppercase;
}
.activity .item-text h5 {
  font-size: 0.875rem;
  color: #522422;
  line-height: 16px;
  text-transform: capitalize;
}
.activity .schedule-tab-content .tab-content {
  box-shadow: 0 8px 24px #e2e8ed;
}
.activity .schedule-tab-content .card {
  border: none;
}
.activity .show .card-body {
  background: hsl(31.3043478261, 37.2972972973%, 87.2254901961%);
}
.activity .card .schedule-slot-time {
  background-color: #ff5851;
  color: #fff;
  padding: 25px 28px;
  float: left;
  font-weight: 500;
  flex: 0 0 20%;
  max-width: 20%;
}
.activity .card-header {
  position: relative;
  padding: 39px 40px 39px 20px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  border-left: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.01);
}
.activity .card-header .time {
  color: #777;
  font-size: 13px;
  margin-bottom: 5px;
}
.activity .card-header h4 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #522422;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.activity .card-body {
  padding: 30px 45px 30px 45px;
  background: #fff;
}
.about,
.welfare {
  overflow: hidden;
}
.puja {
  overflow: hidden;
}
.puja .bg-light {
  background-color: rgb(255, 234.8448275862, 234);
}
.puja .time {
  font-size: 1.125rem;
}
.puja .program-table table td.date {
  width: 30%;
}
.puja .program-table table td.details {
  width: 70%;
}
.puja .table {
  color: #522422;
}
.puja .star-table .table {
  color: inherit;
}
.puja .star-table .table thead th {
  vertical-align: middle;
}
.puja .star-table .table .thead-dark th {
  background-color: #ff5851 !important;
  border-color: rgb(255, 161.4224137931, 157.5);
}
.puja .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 88, 81, 0.06);
}
.puja .table-bordered th,
.puja .table-bordered td {
  border: 1px solid rgba(255, 88, 81, 0.65);
}
.puja .calendar-table th,
.puja .calendar-table td {
  border-top: 1px solid rgba(255, 88, 81, 0.65);
}
.puja .card {
  border: 1px solid rgba(255, 88, 81, 0.65);
}
.puja .card-header {
  background-color: #ff5851;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.puja .list-group-item {
  border: 1px solid rgba(255, 88, 81, 0.65);
}
.puja .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-weight: 500;
}
.puja .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: Flaticon;
}
.history .abt-img {
  shape-outside: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  max-width: 24%;
}
.history .abt-img::after {
  width: 30px !important;
  height: 30px;
  border-left: solid 30px #ff5851;
  border-bottom: solid 30px rgba(0, 0, 0, 0);
  border-top: solid 30px rgba(0, 0, 0, 0);
}
.member .card-title {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
.member .accordion .card {
  margin-bottom: 1rem;
}
.member .accordion .card:first-of-type .show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.member .accordion .card:last-of-type {
  border-bottom: 0;
}
.member .accordion .card:last-of-type .show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.member .accordion .card:not(:first-of-type):not(:last-of-type) .show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.member .accordion .section_title::before {
  width: 40px;
  margin-left: -56px;
}
.member .accordion .section_title::after {
  width: 40px;
  margin-left: 5px;
}
.member .accordion .card-header {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
}
.member .accordion .card-header a {
  color: #522422;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.member .accordion .card-header a:hover,
.member .accordion .card-header a:focus {
  color: #ff5851;
}
.member .accordion .card-header a:not(.collapsed) .rotate-icon {
  transform: rotate(0deg);
}
.member .accordion .card-header span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem;
  color: #fff;
  background-color: #ff5851;
}
.member .accordion .card-header span i {
  transform: rotate(180deg);
  transition: all 0.18s ease;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    -moz-column-count: 5;
    column-count: 5;
  }
}
.chants .card-body {
  padding: 1rem;
}
.chants .plyr--audio .plyr__controls {
  padding: 0;
}
.chants .plyr--audio .plyr__controls .plyr__time,
.chants .plyr--audio .plyr__controls .plyr__tooltip {
  font-size: 0.75rem;
}
.chants .plyr--audio .plyr__control svg {
  fill: #ff5851;
}
.chants .plyr--audio .plyr__control:hover {
  background: #ff5851;
}
.chants .plyr--audio .plyr__control:hover svg {
  fill: #fff;
}
.chants .plyr--full-ui input[type="range"] {
  color: #ff5851;
}
.icon {
  flex-shrink: 0;
  width: auto;
  font-size: 2.125rem;
}
.address a {
  color: #522422;
}
.address a:hover,
.address a:focus {
  color: #ff5851;
}
.phone {
  font-size: 1.25rem;
  font-weight: 500;
}
.error {
  display: block !important;
}
footer {
  background-color: #d2b798;
  overflow: hidden;
}
footer p {
  font-size: 0.8rem;
}
.bg-music {
  position: relative;
}
.bg-music .aud-btn {
  position: fixed;
  bottom: 6em;
  right: 0.6rem;
  z-index: 1001;
}
.bg-music .aud-btn i {
  font-size: 1.25rem;
}
.scroll-to-top {
  display: block;
  position: fixed;
  overflow: hidden;
  width: 44px;
  height: 44px;
  background-color: #522422;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 40px;
  text-align: center;
  border: none;
  bottom: -4em;
  right: 0.6rem;
  cursor: pointer;
  z-index: 1001;
  opacity: 0;
  transition-duration: 500ms;
}
.scroll-to-top i {
  font-size: 1.75rem;
}
.scroll-to-top.show {
  opacity: 0.85;
  bottom: 2rem;
}
.feedback .section_title h2 {
  font-size: 2.375rem;
}
@media (max-width: 1200px) {
  .feedback .section_title h2 {
    font-size: calc(1.3625rem + 1.35vw);
  }
}
.feedback i {
  font-size: 3.5rem;
  line-height: 1.2;
}
.thanku .icon {
  margin-bottom: 0.5rem;
}
.thanku .icon i {
  color: #ff5851;
  font-size: 7rem;
  line-height: 1;
}
.thanku h1 {
  color: #522422;
  font-size: 2.5rem;
  font-family: "Yeseva One", cursive;
  line-height: 1;
}
.thanku p {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .slider-item {
    position: relative;
    min-height: 28rem;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    box-shadow: none;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  #mainNav .navbar-brand {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #mainNav .navbar-brand {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.375rem;
    padding: 5px 0;
  }
  .abt-img {
    max-width: 100%;
  }
  .abt-txt {
    color: #522422;
    margin-right: -70px;
    padding: 3.5rem 3rem;
    background-color: rgb(255, 234.8448275862, 234);
    box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.18);
  }
}
@media (max-width: 991.98px) {
  .slider-item {
    padding-top: 3.45rem;
    padding-bottom: calc(3.45rem - 56px);
  }
}
@media (max-width: 767px) {
  .slider-item {
    padding-top: 3.45rem;
    padding-bottom: calc(3.45rem - 56px);
  }
  .activity .nav-tabs .nav-item {
    margin: 15px 1px;
  }
  .activity .card .schedule-slot-time {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .activity .card .card-header {
    padding: 30px;
  }
}
