/*
* Theme Name: Developerzones
* Theme URL:  https://developerzones.com
* Author: Developerzones Team
* Version: 4.2
*/

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background-image: url(assets/img/bg.png);
    background-position: center;
    background-color: #f6f6f6;
    font-family: 'Poppins', sans-serif;
    color: #282424;
  }

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1{
  font-family: 'Oleo Script', cursive;
}

h2, h3, h4, h5, h6, .font-primary {
  font-family: 'Lobster', cursive;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    border: solid 2px white;
    box-shadow: 0px 0px 0px 3px #ff7200;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%)!important;
}
.back-to-top i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.back-to-top:hover {
    color: #fff;
    background: #282424;
    transition: background 0.2s ease-in-out;
    border: solid 2px white;
    box-shadow: 0px 0px 0px 3px #ff7200;
}

/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/

section.top-bar-sec {
    padding: 5px 15px;
    background: #f4f4f4;
    border-bottom: solid 1px #ff520026;
	display:none;
}
section.top-bar-sec .row {
    justify-content: space-between;
    align-items: center;
}
section.top-bar-sec p {
    margin: 0;
    color: #ff7200;
    font-size: 16px;
    letter-spacing: -0.2px;
	font-weight: 600;
}
section.top-bar-sec span {
    color: #282424;
}
section.top-bar-sec i.fa {
    font-size: 23px;
    margin-right: 7px;
}

@media (max-width: 1024px) {
	section.top-bar-sec {
	display:block;
}
.desktop-lang{
		display:none;
	}
}
@media (max-width: 528px) {
section.top-bar-sec span {
    display:none;
}
}
@media (max-width: 433px) {
	section.top-bar-sec i.fa {
    font-size: 17px;
    margin-right: 0px;
}
section.top-bar-sec p {
    font-size: 14px;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 87px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 0;
  background: #f4f4f4;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}
div#header-sticky-wrapper {
    height: 87px!important;
	background: #f4f4f4;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}
@media (max-width: 992px) {
#header {
  padding:0;
}
	.header-wrap {
    justify-content: space-between;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #282424;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 17px;
  font-family: 'Tinos', serif;
  font-weight: 700;
  letter-spacing: 0.1px;
	text-transform:capitalize;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff7200;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #103453;
  font-size: 17px;
  font-family: 'Tinos', serif;
  font-weight: 700;
  letter-spacing: 0.1px;
}

.donate-link {
    color: white!important;
    padding: 0px 17px!important;
    border-radius: 50px;
    margin-top: 0px;
    font-size: 16px!important;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 15%);
    margin-top:4px;
}
.donate-link a {
    color: white!important;
    padding: 7px;
}
.donate-link:hover {
  background: linear-gradient(90deg, rgba(252,128,0,1) 0%, rgba(253,71,1,1) 100%);
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff7200;
}

.nav-menu .drop-down > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  font-weight: 900;
  font-size: 10px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

nav.nav-custom-links ul {
    margin-bottom: 0;
}

nav.nav-custom-links ul li {
    list-style: none;
    display: inline-block;
    padding: 7px;
    font-size: 17px;
    font-family: 'Tinos', serif;
    font-weight: 700;
    letter-spacing: 0.1px;
}
nav.nav-custom-links ul li a{
    color:#282424;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media (max-width: 1024px) {
.nav-menu a {
    padding: 12px 10px;
    font-size: 15px;
}
nav.nav-custom-links ul {
    padding-left: 0;
}
.donate-link {
    padding: 4px 14px!important;
    margin-top: 8px;
    font-size: 15px!important;
}
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #ff7200;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
    position: relative;
    color: #e3f0fc;
    padding: 10px 20px;
    font-weight: 700;
    font-family: 'Tinos', serif;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #5c0a02;
    text-decoration: none;
    font-weight: 700;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  position: absolute;
  right: 15px;
  font-weight: 900;
}

.mobile-nav .active.drop-down > a:after {
   content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 99;
    border: 0;
    background: #ff7200;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    padding: 5px 10px;
}

.mobile-nav-toggle i {
    color: #f0f2f7;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 992px) {
div#header-sticky-wrapper {
    height: 74px!important;
}
}

@media (max-width: 991px) {
.donate-link {
    background: white;
    border-radius: 0;
}
.donate-link a{
    padding:5px 20px;
    color: orange!important;
}
}

/*--------------------------------------------------------------
# Language
--------------------------------------------------------------*/
nav.nav-custom-links ul {
    padding: 0;
}
.nav-custom-links ul li {
    font-family: 'Tinos', serif;
    font-weight: 700;
    letter-spacing: 0.1px;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
    padding: 6px 12px!important;
    border-radius: 50px;
    font-size: 15px!important;
    display: inline-block;
    border: solid 1.2px white;
    box-shadow: 1px 2px 7px 0px rgb(226 103 3 / 57%);
    transition: 0.3s ease;
}
.nav-custom-links ul li select#gtranslate_selector {
    background: transparent;
    border: none;
}
nav.nav-custom-links ul li select#gtranslate_selector:focus{
  outline:none;
}
nav.nav-custom-links ul li a {
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
}
nav.nav-custom-links ul li a:after {
    content: "|";
    position: absolute;
    right: -3px;
    top: 1px;
    color: #282424;
}
nav.nav-custom-links ul li a:last-child:after {
    display: none;
}

@media screen and (min-width: 992px){
    .mob{display:none;
}
}
@media screen and (max-width: 640px){
	#header {
    height: 75px;
}
nav.nav-custom-links ul li {
    margin: 0 7px;
}
}
@media (max-width: 433px) {
	section.top-bar-sec i.fa {
    font-size: 17px;
    margin-right: 0px;
}
nav.nav-custom-links ul li a {
    padding: 3px 3px;
}
.nav-custom-links ul li {
    padding: 4px 10px!important;
}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.page-heading {
    text-align: center;
    margin-bottom: 4%;
}
.page-heading h2 {
    font-size: 40px;
    color: #282424;
    margin-bottom: 3px;
}
.page-heading img {
    height: 20px;
}
.button-sec {
    width: 100%;
}
a.page-button {
    font-family: 'Tinos', serif;
    font-weight: 700;
    letter-spacing: 0.1px;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
    color: white!important;
    padding: 6px 20px!important;
    border-radius: 50px;
    margin-top: 25px;
    font-size: 16px!important;
    display: inline-block;
    border: solid 1.2px white;
    box-shadow: 3px 5px 8px 0px rgb(226 103 3 / 57%);
    transition: 0.3s ease;
}
a.page-button:hover {
    animation: headShake;
    animation-duration: 1.5s;
    background: linear-gradient(90deg, rgba(252,128,0,1) 0%, rgba(253,71,1,1) 100%);
}

audio:focus {
    outline: none;
}
button:focus {
    outline: none!important;
    box-shadow: none!important;
    text-decoration: none!important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
button.owl-dot {
    background: #4e4e4d!important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px;
    border: solid 1px #fff!important;
}
button.owl-dot.active {
    background: #ff7200!important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 8px;
    box-shadow: 0px 0px 0px 3px #ff7200;
    border: solid 2px #ffffff!important;
}

button.owl-prev, button.owl-next {
    background: #ff7200!important;
    width: 32px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
button.owl-prev span, button.owl-next span {
    font-size: 31px;
    color: white;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
}

.modal-dialog {
    display: flex;
    align-items: center;
    margin: auto;
    height: 100%;
}
.inner-banner-sec {
    background-image: url(assets/img/inner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
  position:relative;
}
section.inner-banner-sec h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    letter-spacing: 0.7px;
    text-shadow: 2px 0px 5px rgb(193 55 2 / 88%);
}
@media screen and (max-width: 767px) {
  .inner-banner-sec {
    height: 300px;
}
}


/*------------------banner sec---------------
----------------------------------------------*/

.banner-sec {
    position: relative;
    height: 100%;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
    padding-bottom: 0;
  overflow:hidden;
    /*background: linear-gradient(90deg, rgba(255,114,0,1) 0%, rgba(255,166,0,1) 100%);*/
    padding-top: 0;
}

.content-left-wrapper {
    width: 40%;
    float: left;
    margin-right: 1em;
  box-sizing: border-box;
    padding: 5% 1% 0% 6%;
}
.content-right-wrapper {
    width: calc(60% - 1em);
    float: right;
}
.content-right-wrapper img {
    max-height: 600px;
    height: fit-content;
    object-fit: cover;
    object-position: top;
}
.content-left-wrapper h1 {
    font-family: Poppins;
    color: white;
    font-size: 34px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 46px;
    padding-top: 5px;
}
.content-left-wrapper span.heading-quote {
    color: #941603;
}
/* .content-left-wrapper span.heading-quote:first-child {
    position: absolute;
    left: -26px;
} */
.content-left-wrapper p.banner-first-content {
    color: #880202;
    font-size: 20px;
    margin-top: 5%;
    font-weight: 600;
}
.content-left-wrapper p {
    color: white;
    font-family: 'Tinos', serif;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 29px;
}

.hero-social {
    display: flex;
    margin: 4% 0 2%;
}

.hero-social i.fab {
    display: flex;
    width: 35px;
    height: 35px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 6px 7px;
    border: solid 3px #ff7200;
    box-shadow: 0px 0px 0px 2px #ffffff;
    color: #ff7200;
    transition: 0.4s ease;
}

.hero-social i.fab:hover {

    background: #ff7200;
    border: solid 3px #f5f1ee;
    box-shadow: 0px 0px 0px 2px #984400;
    color: #f5f1ee;
}

.big-circle {
    border-radius: 50%;
    height: 540px;
    width: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(253,124,53,1) 0%, rgba(255,167,57,1) 100%);
    animation-name: banner-glow;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.middle-circle {
    border-radius: 50%;
    height: 400px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(255,143,75,1) 0%, rgba(254,166,78,1) 100%);
}
@keyframes banner-glow {
0% {
    box-shadow: 0px 0px 0px 0px rgb(241 114 24 / 92%);
}

100% {
       box-shadow: 0px 0px 0px 54px rgb(241 114 24 / 0%);
}
}
.banner .owl-nav {
    display: none;
}
.banner-pd{
  padding: 0;
}
.banner .owl-dots {
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner button.owl-dot {
    background: #f0f2f7!important;
    width: 28px;
    height: 8px;
    border-radius: 50px;
    border: solid 1px #fff;
  box-sizing:border-box;
}
.banner button.owl-dot.active {
    background: #ff7200!important;
    margin: 0 8px;
    box-shadow: 0px 0px 0px 1.5px #f0f2f7;
    border: solid 1px #ff7200!important;
}

@media screen and (max-width: 1024px) {
.content-left-wrapper {
    padding: 0% 1% 0% 6%;
}
.content-left-wrapper h1 {
    font-size: 35px;
}
.content-left-wrapper p.banner-first-content {
    font-size: 22px;
}
.content-left-wrapper p {
    font-size: 17px;
    line-height: 20px;
}
a.page-button {
    margin-top: 16px;
}
}

@media screen and (max-width: 991px) {
.content-left-wrapper {
    width: 40%;
  margin-right: 0em;
  padding: 0% 0% 0% 3%;
  box-sizing:border-box;
}
.content-right-wrapper {
    width: calc(60% - 0em);
}
.content-left-wrapper h1 {
    font-size: 30px;
}
.content-left-wrapper p.banner-first-content {
    font-size: 20px;
  margin-bottom: 3%;
}
.content-left-wrapper p {
    font-size: 15px;
    line-height: 19px;
}
.banner-sec a.page-button {
  display:none;
}
.hero-social i.fab {
    width: 30px;
    height: 30px;
    margin: 6px 7px;
    border: solid 2px #ff7200;
}
}

@media screen and (max-width: 767px) {
.content-left-wrapper, .content-right-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  box-sizing:border-box;
  } 
.content-left-wrapper {
    padding: 0% 5%;
  }
.banner-sec a.page-button {
    display: inline-block;
}
.content-left-wrapper p {
    font-size: 16px;
    padding: 0 8%;
  display:none;
}
.hero-social {
    justify-content: center;
}
}



/*-------------Scriptures--sec------------------
----------------------------------------------*/

.scriptures-sec .scriptures-tab-sec {
    padding: 0 0 4%;
}
.scriptures-sec ul.scriptures-tab {
    padding: 0;
    text-align: center;
    margin: 0;
}
.scriptures-sec ul.scriptures-tab li {
    display: inline-block;
    list-style: none;
    padding: 8px 15px;
    background: #fff;
    margin: 0;
    font-family: 'Oleo Script', cursive;
    font-size: 23px;
    border: solid 1px #e4e3e3;
    cursor: pointer;
}
.scriptures-tab li.active {
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%)!important;
    color: white;
}
.scriptures-sec .scriptures-logo-sec {
    height: 100%;
    background: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
}
.scriptures-sec .scriptures-heading h3 {
    color: #ff7200;
    font-size: 30px;
    padding-left: 2px;
}
.scriptures-sec .scriptures-heading h4 {
    font-size: 28px;
    letter-spacing: 0.5px;
}
.scriptures-sec .scriptures-title {
    margin: 2% 0;
}
.scriptures-sec .scriptures-title h6 {
    font-size: 23px;
    margin: 0;
    color:#ff7200;
}
.scriptures-sec .scriptures-content {
    max-height: 200px;
    overflow: auto;
    padding: 0 3% 3% 0;
}
.scriptures-sec .scriptures-content p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.1px;
    text-align: justify;
}
.scriptures-carousel .owl-dots {
    display: none;
}
.scriptures-carousel .owl-nav {
    text-align: right;
    margin: 5% 0 0;
}
.scriptures-wrapper-sec .button-sec  {
    position: relative;
    margin-top: -5%;
    z-index: 1;
    width: 50%;
}
.scriptures-wrapper-sec a.page-button {
    margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .hide-tab{
    display: none;
  }
}

/*-------------Gallery--sec---------------------
----------------------------------------------*/

section.gallery-sec {
    background: #fafafa;
    text-align: center;
    border-top: solid 4px rgb(227 101 0 / 11%); 
}
.gallery-wrapper {
    background: black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-wrapper:hover a:before {
  content: "";
    width: 100%;
    height: 100%;
    background: rgb(16 16 16 / 40%);
    z-index: 999;
    display: block;
    position: absolute;
    animation-duration: 1s;
    animation-name: zoomIn;
}
.gallery-wrapper i.fas{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ff7200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color:white;
    opacity: 0;
}
.gallery-wrapper:hover i.fas {
    animation:fadeInUp;
    animation-iteration-count: 1;
    animation-duration: 1s;
    opacity: 1;
}
.gallery-carousel .owl-dots {
    text-align: right;
    margin-right: 3%;
    padding: 2% 0 0;
}
section.gallery-sec a.page-button {
    margin-top: 20px;
}
.owl-carousel.gallery-carousel .owl-nav.disabled {
    display: none;
}
.gallery-carousel .item .gallery-wrapper img {
    max-height: 280px;
    height: fit-content;
    object-fit: cover;
    object-position: top;
}

/*------------------About us sec---------------
----------------------------------------------*/


section.about-sec .page-heading {
    text-align: left;
}
.about-pd {
    padding: 7% 0 0 2%;
}
.about-content {
    padding: 2% 0;
}
.about-content p {
    line-height: 28px;
}


/*------------------Event sec------------------
----------------------------------------------*/

section.event-sec {
  position: relative;
  overflow: hidden;
}
.schd-bg {
    background: #ff7200;
}
.default-pd {
    padding-right: 0;
}
.event-sec .page-heading h2 {
    color: #f4f4f4;
  text-shadow: 4px 1px 4px rgb(144 36 3 / 15%);
}
.event-sec .page-heading h4 {
    color: #f4f4f4;
    margin: 0;
  text-shadow: 3px 0px 4px rgb(144 36 3 / 15%);
}
.event-sec .page-heading {
    text-align:left;

}
.event-scheduled-sec {
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    background: #ff7200;
    height: 100%;
    position: relative;
    left: 22%;
    padding: 7% 0;
}

.location-wrapper, .date-wrapper {
    width: calc(100%/2 - 13%);
    float: left;
    margin: 0 3% 0 0;
    position: relative;
}


h5.event-location, h5.event-date {
    font-family: 'Poppins', sans-serif;
    color:#f4f4f4;
    font-size: 19px;
}
p.sub-event-txt {
    color:#f4f4f4;
}

.counter-sec {
display: flex;
    clear: both;
    position: relative;
    max-height: 121px;
    height: 100%;
    padding-top: 2%;
    width: 80%;
}
.counter-sec .days, .counter-sec .hrs, .counter-sec .mins, .counter-sec .sec {
    width: 100%;
}
.days-wrap, .hrs-wrap, .mins-wrap, .sec-wrap {
    background: #282424;
    width: 87%;
    border: solid 2px #f4f4f4;
    text-align: center;
}
.days-wrap h4, .hrs-wrap h4, .mins-wrap h4, .sec-wrap h4 {
    color: #f4f4f4;
    padding: 10% 0 0%;
    margin: 0;
    font-size: 36px;
}
.days-wrap p, .hrs-wrap p, .mins-wrap p, .sec-wrap p{
    color:#f4f4f4;
    padding: 0% 0 15%;
    margin: 0;
}

.event-img-sec {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13.5% 100%);
    background: white;
    overflow: hidden;
}
.event-img-sec img {
    max-height: 500px;
    object-fit: cover;
    height: fit-content;
    object-position: top;
    width: 100%;
}
.complete-event-msg {
    display: flex;
    align-items: center;
}
.complete-event-msg h2 {
    color: #f0f2f7;
    letter-spacing: 0.7px;
    font-size: 47px;
    text-shadow: 0px 2px 4px #ec4c00;
}
.event-scheduled-sec a.page-button {
    margin-top: 0px;
}

@media screen and (max-width: 1024px) {

.event-scheduled-sec {
    clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
}
.location-wrapper:after {
    right: 4%;
}
p.sub-event-txt {
    margin-bottom: 8px;
}
.event-img-sec {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 11.5% 100%);
    max-height: 430px; 
}
.event-img-sec img{
    max-height: 430px; 
}
.counter-sec {
    max-height: 115px;
}
.days-wrap, .hrs-wrap, .mins-wrap, .sec-wrap {
    width: 90%;
}
.days-wrap h4, .hrs-wrap h4, .mins-wrap h4, .sec-wrap h4 {
    padding: 8% 0 0%;
    font-size: 26px;
}
.days-wrap p, .hrs-wrap p, .mins-wrap p, .sec-wrap p {
    padding: 0 0 11%;
    font-size: 13px;
}
}

@media screen and (max-width: 991px) {

.schd-bg {
	background: #ff7200;
    background-image: url(http://siyavallabhsharan.com/wp-content/uploads/2020/08/audio-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.event-scheduled-sec {
    background: transparent;
	}
p.sub-event-txt {
    margin-bottom: 2px;
}
  .location-wrapper, .date-wrapper {
    width: calc(100%/2 - 0%);
    margin: 4% 0;
}
.counter-sec {
    padding-top: 4%;
    width: 95%;
	max-height:106px;
}

  .event-scheduled-sec {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    left: 0%;
}
.event-img-sec {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    max-height: none;
    height: 100%;
}
.event-img-sec img {
    max-height: none;
    height: inherit;
}
.default-pd {
    padding: 0;
}
section.event-sec a.page-button {
    margin-top: 0px;
}
.schd-bg .button-sec {
    width: 100%;
    margin-bottom: 4%;
}
}



/*-------------Katha-Audio-Video--sec---------------
--------------------------------------------------*/



.video-pd-space{
  padding-right: 4%;
}
.video-sec {
    background: black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-sec i.fas{
  position: absolute;
    width: 65px;
    height: 65px;
    background: #ff7200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 22px;
    border: solid 2px #e8c1b1;
    box-sizing: border-box;
    animation-name: glow;
    animation-iteration-count: infinite;
    animation-duration: 2s;
}
.video-sec img {
    box-shadow: 19px 20px 19px -18px rgb(150 68 3 / 48%);
    opacity: 0.8;
}

@keyframes glow {
0% {
    box-shadow: 0px 0px 2px 1px rgb(216 100 0 / 100%);
}

100% {
    box-shadow: 0px 0px 1px 39px rgb(216 100 0 / 6%);
}
}
.video-pd-space .button-sec {
    position: relative;
    top: -13%;
    text-align: center;
}

.katha-audio-sec{
  padding-top:13%;
}
.katha-audio-sec .page-heading{
  text-align:left;
}
.audio-content {
    padding: 2% 0;
}
.audio-content h4.audio-title {
    margin: 2% 2% 4%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 22px;
}
.audio-content audio {
    border: solid 1.5px #ff7200;
    border-radius: 50px;
    padding:1px;
    box-sizing: border-box;
    box-shadow: 0px 5px 7px 0px rgb(255 114 0 / 20%);
    width:100%;
}
#video-modal button.close {
    position: absolute;
    top: -7%;
    right: 0;
    background: #ff7200;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 991px) {

  .video-pd-space {
    padding-right: 2%;
}
.video-pd-space .button-sec {
    top: -16%;
}
}

@media screen and (max-width: 480px) {

  .katha-audio-sec {
    padding-top: 0%;
}
.video-pd-space {
    padding: inherit;
}
}



/*------------------News sec--------------------
----------------------------------------------*/

section.news-sec {
    /* background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(252,128,0,1) 50%, rgba(253,71,1,1) 100%); */
}

.news-wrapper {
    background: rgb(255 255 255 / 47%);
    border-radius: 0px;
    box-shadow: 0px 0px 13px 0px rgb(29 29 29 / 37%);
    border: solid 5px #e8e7e7;
    padding-bottom: 6%;
    margin: 0% 2% 0;
    transition: 0.4s ease;
    cursor: pointer;
}
.news-wrapper:hover {
    margin: -4% 2% 0;
    border: solid 5px rgb(255 114 0 / 33%);
}
.news-img-sec {
    position: relative;
    overflow: hidden;
    padding: 3%;
	background: #f9f9f9;
}
.news-img-sec img {
    max-height: 202px;
    height: fit-content;
    object-fit: cover;
    object-position: top;
}
.news-date-wrap {
    padding: 3% 3% 1%;
}
.news-date-wrap p {
    margin: 0;
    font-family: 'Tinos', serif;
    font-weight: 600;
    font-size: 17px;
    color: #ff7200;
}
.news-date-wrap p:before {
    content: "\f017";
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
    padding-right: 5px;
}
.news-title {
    padding: 1% 3% 2%;
}
.news-title h3 {
    font-size: 25px;
    font-family: 'Tinos', serif;
    font-weight: 600;
}
.news-content {
    padding: 0 3%;
}
.news-content p {
    line-height: 28px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-wrapper .button-sec {
    padding: 0 3%;
}
.news-wrapper a.page-button {
    margin-top: 12px;
}
.news-carousel .item {
    padding: 6% 2%;
}
.news-carousel .owl-nav {
    display: none!important;
}
.news-wrapper:hover .news-title h3 {
    color: #ff7200;
}



/******* Gallery ******/

.gal {
-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;
}
.gal a {
    margin-bottom: 4%;
    display: block;
}
.gal img{ width: 100%; padding: 7px 0;}

@media (max-width: 500px) {

.gal {
-webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;

}
}
.gal img {
    display: block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*** Gallery End ****/


/*------------------Footer sec---------------
----------------------------------------------*/

footer {
  background: #282424;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
footer .row {
    justify-content: space-between;
}
footer .copyright span {
    color: #ff7200;
    font-weight: 400;
}
footer .credits a {
    color: #ff7200;
}
.credits audio {
    height: 50px;
    display: block;
}

nav.footer-menu ul {
    padding: 0;
    margin: 0;
}

nav.footer-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
nav.footer-menu ul li a {
    color: #f0f2f7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}
nav.footer-menu ul li a:hover{
  color:#ff7200;
}
nav.footer-menu ul:before, nav.footer-menu ul:after {
    content: "...";
    position: relative;
    top: -3px;
    letter-spacing: 2px;
    color: #ff7200;
}
nav.footer-menu ul li:after {
    display: inline;
    padding-left: 9px;
    content: "|";
}
nav.footer-menu ul li:last-child:after {
    display: none;
}



@media screen and (max-width: 991px) {

  footer .row {
    justify-content: center;
  flex-direction: column-reverse;
  text-align: center;
}
nav.footer-menu ul {
   padding: 5% 0 4%;
}
.credits {
    padding: 2% 0;
    border-bottom: solid 1px rgb(240 242 247 / 22%);
  box-sizing:border-box;
}
.copyright {
    padding: 2% 0;
}
}


/*---------------------Page-Archive-Gallery---------------------------
* -------------------------------------------------------------*/

.folder-wrapper {
    box-sizing: border-box;
    border: solid 14px #ff7200;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 15px #000000;
    transition: 0.3s ease;
    margin: 5%;
    padding: 0%;
    position: relative;
}
.folder-wrapper:before {
    font-size: 40px;
    position: absolute;
    top: -18%;
    display: flex;
    justify-content: left;
    width: 100%;
    z-index: 99999;
    color: white;
    content: "...";
}

.folder-img-wrapper {
    border: solid 8px white;
    box-sizing: border-box;
    padding: 3%;
}
.folder-img-wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.folder-img-wrapper a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.folder-img-wrapper:hover a:after {
    animation-name: zoomIn;
    animation-duration: 1s;
    background: rgb(0 0 0 / 50%);
}
.folder-img-wrapper img {
    border: solid 2px #f0f2f7;
    max-height: 237px;
    height: fit-content;
    object-fit: cover;
    object-position: top;
}
.folder-img-wrapper a i.fas {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    font-size: 40px;
    top: 0;
    color: #f0f2f7;
  opacity:0;
  z-index:9;
}
.folder-img-wrapper:hover i.fas {
    animation-name: bounceIn;
    animation-duration: 1s;
    opacity: 1;
}
.folder-title {
    margin: 0 5%;
    background: #ff7200;
    box-shadow: 1px 2px 5px 5px rgb(0 0 0 / 5%);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.folder-title h4 {
    margin: 0;
    text-align: center;
    padding: 2%;
    color: white;
    letter-spacing: 0.7px;
}
.gallery-btm-pd{
  margin-bottom: 4%;
}

@media screen and (max-width: 1024px) {
.folder-wrapper {
    margin: 1%;
}
.folder-title {
    margin: 0 1%;
}
}

/*---------------------Page-contact-us----------------------------
 * -------------------------------------------------------------*/


section.contact-sec .page-heading {
    text-align: left;
}
.address-sec h5, .mail-sec h5, .tel-sec h5 {
    font-size: 26px;
    letter-spacing: -0.7px;
}

.address-sec .inner-wrapper, .mail-sec .inner-wrapper, .tel-sec .inner-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-sec .inner-wrapper i.fas {
    font-size: 21px;
    color: #ff7200;
    margin: -8px 9px 0 0;
}
.contact-sec .address-sec {
    margin-bottom: 5%;
}
.contact-sec .mail-sec, .contact-sec .tel-sec {
    width: 50%;
    float: left;
}
.home-map-sec {
    border-top: solid 14px #ff7200;
    box-shadow: 7px 7px 19px -16px #000;
}
.social-wrapper{
  clear: both;
  padding-top: 2%;
}
.contact-sec .hero-social {
    margin-top: 1%;
}
.contact-sec .hero-social i.fab {
    margin: 6px 12px 6px 0;
}


.enquiry-form-sec .form-wrapper, .donation-form-sec .form-wrapper {
    background: rgb(255 255 255 / 11%);
    padding: 4%;
    box-shadow: 0px 0px 14px -2px rgb(0 0 0 / 24%);
}
.enquiry-form-sec form .form-flex, .donation-form-sec form .form-flex {
    display: flex;
    justify-content: space-between;
}
.enquiry-form-sec .form-flex .wpcf7-form-control-wrap, .donation-form-sec .form-flex .wpcf7-form-control-wrap
{
    width: 49%;
}
.enquiry-form-sec form .form-group, .donation-form-sec form .form-group {
    margin-bottom: 8px;
}
.enquiry-form-sec .form-group input, .enquiry-form-sec .form-group select, .enquiry-form-sec .form-group textarea,
.donation-form-sec .form-group input, .donation-form-sec .form-group select, .donation-form-sec .form-group textarea, .donation-form-sec .form-group select{
    font-size: 15px;
    min-height: 46px;
    background: rgb(255 255 255 / 68%);
}
.donation-form-sec .form-group select{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
  width: 100%;
}
.donation-form-sec .form-group select:focus{
  outline:none;
}
.form-wrapper .s-page-button {
    padding: 5px 26px!important;
    margin-top: 5px;
}
.s-page-button:hover {
    animation: headShake;
    animation-duration: 1.5s;
    background: linear-gradient(90deg, rgba(252,128,0,1) 0%, rgba(253,71,1,1) 100%);
}
.s-page-button {
    font-family: 'Tinos', serif;
    font-weight: 700;
    letter-spacing: 0.1px;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
    color: white!important;
    padding: 6px 20px!important;
    border-radius: 50px;
    margin-top: 25px;
    font-size: 16px!important;
    display: inline-block;
    border: solid 1.2px white;
    box-shadow: 3px 5px 8px 0px rgb(226 103 3 / 57%);
    transition: 0.3s ease;
}
.donation-form-sec .form-wrapper{
  width:45%;
  margin: 0 auto;
}
.s-page-button:focus{
  outline:none;
}
.donation-form-sec ul{
    justify-content:center;
}

@media screen and (max-width: 1199px){
.donation-form-sec .form-wrapper {
    width: 70%;
}
}

@media screen and (max-width: 1024px){
  .contact-sec .mail-sec, .contact-sec .tel-sec {
    width: 100%;
    float:none;
}
}
@media screen and (max-width: 767px){
.donation-form-sec .form-wrapper {
    width: 90%;
}
}
  
  
  

/*---------------------Page-Video-Gallery------------------------
 * -------------------------------------------------------------*/

.youtubeplayer iframe:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.18);
}
.youtubeplayer iframe {
    width: 100%;
    background: #fff;
    padding: 8px;
    transition: .3s ease;
    min-height: 225px;
    height: 100%;
}


/*---------------------Page-Audio-Gallery------------------------
 * ------------------------------------------------------------*/

.inner-audio-wrapper {
    background-image: url(http://siyavallabhsharan.com/wp-content/uploads/2020/08/audio-bg.png);
    background-color: #f96202;
    padding: 12% 10% 10%;
    border-radius: 15px;
    border-top-right-radius: 50px;
    position: relative;
  cursor:pointer;
  box-shadow: 4px 5px 15px -2px #d04300;
}
.inner-audio-wrapper:hover {
    animation-duration: 1s;
    animation-name: pulse;
}
.audio-sec-img {
    border-top-right-radius: 24px;
    position: relative;
    overflow: hidden;
    border: solid 1.3px rgb(255 255 255 / 31%);
    box-shadow: 0px 0px 13px -1px rgb(202 61 8 / 78%);
}
.audio-sec-img img {
    max-height: 165px;
    height: fit-content;
    object-fit: cover;
    object-position: center;
}
.inner-audio-name h4 {
    margin: 6% 2%;
    text-align: left;
    color: white;
    letter-spacing: 0.6px;
    overflow: hidden;
    text-shadow: 0px 1px 5px #ca4607;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.inner-audio-sec audio {
    border: solid 1.5px #ff7200;
    border-radius: 50px;
    padding: 1px;
    box-sizing: border-box;
    box-shadow: 0px 5px 7px 0px rgb(255 114 0 / 20%);
    width: 100%;
}
.inner-audio-sec:before {
    letter-spacing: -1px;
    font-size: 60px;
    position: absolute;
    top: -10%;
    color: white;
    content: "...";
}

/*---------------------Page-archive-News------------------------
 * ------------------------------------------------------------*/

section.archive-news-sec .news-img-sec img {
    max-height: 170px;
}
section.archive-news-sec .news-content p {
    line-height: 24px;
    -webkit-line-clamp: 2;
}

/*---------------------Page-Single-News------------------------
*------------------------------------------------------------*/

.single-blog-img img {
    max-height: 450px;
    height: fit-content;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border: solid 6px white;
}
ul.blog-info-link {
    padding: 5px 20px;
    list-style: none;
    margin: 0;
    background: white;
}
ul.blog-info-link li {
    display: inline-block;
    padding: 10px 10px 10px 0;
}
ul.blog-info-link li:last-child{
  float:right;
}
ul.blog-info-link li a {
    color: #282424;
    font-weight: 600;
    letter-spacing: -0.3px;
}
ul.blog-info-link li a i.fa {
    color: #ff7200;
    padding-right: 5px;
}
.single-blog-content {
    margin: 2% 0;
}
.single-blog-content p {
    line-height: 31px;
}


h3#comments {
    background: #ff7200;
    padding: 1% 2%;
    color: white;
    letter-spacing: 1px;
    margin: 4% 0 0%;
}
ol.commentlist {
    background: rgb(255 255 255 / 64%);
    list-style: none;
    padding: 3% 4%;
}
.comment-body {
    padding-bottom: 2%;
    border-bottom: 1px solid rgb(230 230 230);
}
.comment-body p {
    margin: 6px 0 12px;
}
.reply a {
    color: #ff7200;
    font-weight: 500;
}

div#respond {
    background: rgb(255 255 255 / 11%);
    padding: 4%;
    box-shadow: 0px 0px 14px -2px rgb(0 0 0 / 24%);
  margin-top:6%;
}
#commentform textarea#comment {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
#commentform input#submit {
	width:auto;
    font-family: 'Tinos', serif;
    font-weight: 700;
    letter-spacing: 0.1px;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
    color: white!important;
    padding: 6px 20px!important;
    border-radius: 50px;
    font-size: 16px!important;
    display: inline-block;
    border: solid 1.2px white;
    box-shadow: 3px 5px 8px 0px rgb(226 103 3 / 57%);
    transition: 0.3s ease;
}
#commentform input#submit:focus{
  outline:none;
}
#commentform p.logged-in-as {
    margin: 20px 0;
}
.logged-in-as a:first-child {
    color: #282424;
    font-weight: 500;
}
.logged-in-as a:last-child{
    background: white;
    padding: 6px 15px;
    border-radius: 50px;
    border: 1px solid #ced4da;
    font-size: 15px;
    color: #ff7200;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -0.3px;
    box-shadow: 0px 0px 7px -1px rgb(234 109 1 / 46%);
}
form#commentform input {
    width: 50%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: block;
    min-height: 42px;
}
form#commentform input:focus,
form#commentform textarea:focus{
outline:none;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin: 0;
}
p.comment-form-cookies-consent input {
    width: auto!important;
	margin-right: 10px!important;
}
p.comment-form-cookies-consent label {
    margin: 0;
}

@media screen and (max-width: 992px){
	form#commentform input {
    width: 100%;
}
}

@media screen and (max-width: 640px){
ul.blog-info-link li {
    padding: 5px 10px 5px 0;
}
ul.blog-info-link li:last-child {
    float: none;
}
}



.bhagvad-chintan-wrapper {
    background: rgb(255 255 255 / 68%);
    border-radius: 23px;
    padding: 3%;
    border-top: solid 10px #ff7200;
    cursor: pointer;
    box-shadow: 1px 2px 8px 2px rgb(0 0 0 / 9%);
}
.chintan-img-sec {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 21%);
    text-align:center;
}
.chintan-img-sec img {
    max-height: 146px;
    height: fit-content;
    object-fit: cover;
    object-position: center;
}
.chintan-types h5 {
    font-size: 20px;
    letter-spacing: 0.2px;
}
.chintan-types h5:after {
    content: "...";
    display: block;
    font-size: 33px;
    color: #ff7200;
    margin-top: -10%;
}
.cintain-title-sec h3 {
    color: #ff7200;
}
.chintan-date-sec {
    display: flex;
    align-items: center;
}
.chintan-date-sec p {
    margin: 0;
    padding-left: 5%;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.flex-sec{
  display:flex;
  align-items: flex-end;
}
.chintant-content {
    margin-top: 3%;
}
.chintant-content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.1px;
    word-break: break-all;
    margin-bottom: 1%;
}
a.more-content {
    color: #ff7200;
    letter-spacing: -0.3px;
    font-size: 17px;
    font-family: 'Tinos', serif;
    font-weight: 700;
}

/*---------------Page-Bhagwad and Manas Sutra--------------------
* -------------------------------------------------------------*/

div#bhagwad-sutra, 
div#manas-sutra, 
div#stuti-modal,
div#sloka-modal{
    overflow-y: hidden;
}
div#bhagwad-sutra .modal-body, 
div#manas-sutra .modal-body, 
div#stuti-modal .modal-body,
div#sloka-modal .modal-body
{
    padding: 0rem 0rem 0;
}
div#bhagwad-sutra .modal-content, 
div#manas-sutra .modal-content, 
div#stuti-modal .modal-content,
div#sloka-modal .modal-content{
    width: 84%;
    margin: auto;
  	border:none;
}

#showbhagwad .row.bhagvad-chintan-wrapper, 
#showmanas-sutra .row.bhagvad-chintan-wrapper, 
#showstuti .row.bhagvad-chintan-wrapper,
#showsloka .row.bhagvad-chintan-wrapper{
    background-image: url(http://siyavallabhsharan.com/wp-content/uploads/2020/08/audio-bg.png);
    background-color: #ff8d00;
    border: none;
}
#showbhagwad h4.modal-title, 
#showmanas-sutra h4.modal-title, 
#showstuti h4.modal-title,
#showsloka h4.modal-title{
    color: white;
    letter-spacing: 0.5px;
    font-size: 28px;
    line-height: 30px;
    text-shadow: 0px -1px 6px rgb(206 60 4 / 82%);
}
#showbhagwad .chintan-types h5:after, #showmanas-sutra .chintan-types h5:after {
display:none;
}
#showbhagwad.chintan-date-sec, #showmanas-sutra.chintan-date-sec, #showstuti.chintan-date-sec, #showsloka.chintan-date-sec {
    margin: 2% 0;
}
#showbhagwad .chintan-date-sec p, #showmanas-sutra .chintan-date-sec p, #showstuti .chintan-date-sec p, #showsloka .chintan-date-sec p {
    padding-left: 3%;
}
#showbhagwad .chintant-content, #showmanas-sutra .chintant-content, #showstuti .chintant-content, #showsloka .chintant-content {
    height: 52vh;
    overflow-y: auto;
}
#showbhagwad .chintant-content p, #showmanas-sutra .chintant-content p, #showstuti .chintant-content p, #showsloka .chintant-content p {
    color: #fff;
    word-break: break-word;
}
#showbhagwad .chintan-types h5, #showbhagwad .chintant-content h5, 
#showmanas-sutra .chintan-types h5, #showmanas-sutra .chintant-content h5,
#showstuti .chintan-types h5, #showstuti .chintant-content h5{
    background: rgb(109 1 1 / 61%);
    border-radius: 7px;
    border: solid 1.5px rgb(255 255 255 / 55%);
    box-sizing: border-box;
    padding: 2% 5%;
    color: white;
    letter-spacing: 0.3px;
  margin-top: 5%;
}
#showbhagwad .bhagvad-chintan-wrapper img, #showmanas-sutra .bhagvad-chintan-wrapper img, #showstuti .bhagvad-chintan-wrapper img {
    max-height: 500px;
    height: fit-content;
    object-fit: cover;
    object-position: center;
}
#bhagwad-sutra button.close, div#manas-sutra button.close, div#stuti-modal button.close, div#sloka-modal button.close {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff7200;
    color: white;
    font-weight: 100;
    opacity: 1;
    padding: 5px 10px;
	z-index: 1;
}

@media screen and (max-width: 480px){

#showbhagwad .chintant-content, #showmanas-sutra .chintant-content, #showstuti .chintant-content, #showsloka .chintant-content {
    height: 35vh;
}
}



/*Upcoming Event Sec*/

.Title-sec {
	text-align: center;
    color: white;
    padding: 1%;
    margin: auto;
    position: relative;
    border: solid 1px rgb(255 255 255 / 55%);
}
.img-sec img {
    max-height: 280px;
    height: fit-content;
    object-fit: cover;
    object-position: center;
}
.upcoming-wrapper {
    background: #f7f7f7;
    padding: 1%;
    border-radius: 18px;
    box-shadow: 0px 0px 4px 6px rgb(16 8 6 / 5%);
}
.img-sec {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.event-inner-wrap {
    width: 95%;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    top: -16px;
    background: linear-gradient(90deg, rgba(253,71,1,1) 0%, rgba(252,128,0,1) 100%);
}
.location-sec h4 {
    color: #4e1900;
    text-align: center;
    padding: 3% 0 2%;
}
.from-date {
    display: flex;
}
.to-date {
    display: flex;
}
.date-sec {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
	color: white;
}
.date-sec span {
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
	color: black;
	padding-right: 5px;
}


@media screen and (max-width: 560px){
	
.date-sec {
    width: 95%;
}	
}



/*Faq Sec*/

.faq-sec .card {
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}
.faq-sec .card-header {
    background-color: #fc5e00;
	cursor:pointer;
	border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}
.faq-sec .card-header:hover {
    background: #a63a03;
}
.faq-sec .card-header .btn-link {
    color: white;
	font-size: 19px;
    letter-spacing: 0.3px;
}
.faq-sec button.btn.btn-link:hover {
    text-decoration: none;
    color: white;
}
/* nav.nav-custom-links ul li:nth-child(1) a::after{
	display:none;
} */
