html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-family: Roboto Condensed;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

@font-face {
    font-family: Roboto Condensed;
    src: url('../fonts/RobotoCondensed-SemiBold.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: Roboto Condensed;
    src: url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
main {
    overflow: hidden;
}
/* Praloader */

#loader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
}

#element {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}

.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wow {
    visibility: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

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


    

header .classyright-menu {
    width: auto;
    height: 100%;
    margin-top: 15px;
}

.classyright-menu li a {
    padding: 10px 20px 10px 40px !important;
    margin-top: 12px;
    color: #584191 !important;
    font-weight: 600 !important;
}

header .classyright-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.navbar-brand {
    padding: 10px 0;
}

.navbar-brand.color-logo {
    display: none;
}

.home-slider .swiper-slide {
    height: 100vh;
    min-height: 650px;
}

.home-slider .swiper-slide img.bg {
    visibility: hidden;
}

.home-banner {
    height: 100vh;
    min-height: 650px;
    position: relative;
}

.banner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-text sub {
    padding-bottom: 10px;
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 3px;
}


p {
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
}

.clr-wte{
    color: #ffffff;
}

a:hover {
    text-decoration: none;
}

.position-relative {
    position: relative !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #6a6a6a;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 40px 0;
    text-transform: uppercase;
}
.navbar {
    padding: 0px;
}



.read-more {
    width: 200px;
    color: #fff;
    display: inline-block;
    height: auto;
    padding: 10px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    background: url(../images/read-more-border.svg);
    background-repeat: no-repeat;
}

.read-more:hover {
    color: #fff;
    letter-spacing: 1px;
}

.head-social li {
    display: inline-block;
    margin-top: 13px;
    margin-right: 0px;
}

.head-location-btn {
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #fff;
    display: block !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    text-transform: uppercase !important;
    border: 2px solid #584191;
    line-height: 34px;
    background: url(../images/location-icon.png) top 10px left 22px no-repeat;
}
.head-location-btn:hover {
    background: url(../images/location-icon.png) top -48px left 20px no-repeat;
    color: #fff !important;
}


.head-location-btn .lctn-icon{ 
  background: url(../images/location-icon.png) no-repeat;   
}


.head-location-btn:hover{
    background-color: #584191;
    color: #fff;
    
}

.head-location-btn img{   
    margin: 0 15px 0 0;
}

/* Home Banner :start */
.homebanner-section {
	   position: relative;
}
.hombanner-slides .single-banner-slide {
	width: 100%;
}

.hombanner-slides .single-banner-slide .hombanner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hombanner-caption {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
}


.hombanner-caption .hombanner-text h1 {
    font-size: 44px;
    /* font-weight: 300; */
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hombanner-caption.homesecondslide .hombanner-text h1 {
	font-size: 61px;
	line-height: 63px;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    	touch-action: auto;
}
.hombanner-slides.owl-theme .owl-dots {
	margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hombanner-slides.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
	margin: 7px 5px;
	background: #ffffff;
	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}


.hombanner-bottom {
	position: absolute;
    bottom: 0;
    right: 0;
	width: 90px;
	padding-bottom: 50px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.hombanner-bottom div.hombannerb-txt {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.hombanner-bottom div.hombannerb-txt p {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 300px;
	color: #fff;
	margin-bottom: 0px;
}

.bounceing {	
	animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	-moz-animation: bounce 5s infinite;
	-o-animation: bounce 5s infinite;
}
 
@-webkit-keyframes bounce {
	0%, 50%, 100% {-webkit-transform: translateY(0);}	
	25% {-webkit-transform: translateY(20px);}
	75% {-webkit-transform: translateY(20px);}
}
 
@-moz-keyframes bounce {
	0%, 50%, 100% {-moz-transform: translateY(0);}
	25% {-moz-transform: translateY(20px);}
	75% {-moz-transform: translateY(20px);}
}
 
@-o-keyframes bounce {
	0%, 50%, 100% {-o-transform: translateY(0);}
	25% {-o-transform: translateY(20px);}
	75% {-o-transform: translateY(20px);}
}
@keyframes bounce {
	0%, 50%, 100% {transform: translateY(0);}
	25% {transform: translateY(20px);}
	75% {transform: translateY(20px);}
}

.banner-wlcm-txt{
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:#9eabec;
    font-weight: 300;
}

.owl-nav .leftarrow {
    background: url(../images/left-slider-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 20px;
    width: 66px;
    height: 52px;
    overflow: hidden;
        	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.owl-nav .leftarrow:hover {
    background: url(../images/left-slider-arrow.png) top 0 left -66px no-repeat;
    	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
  
}
.owl-nav .rightarrow {
    background: url(../images/right-slider-arrow.png) top 0 left -62px no-repeat;
    position: absolute;
    z-index: 1;
    top: 45%;
    right: 20px;
    width: 66px;
    height: 52px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.owl-nav .rightarrow:hover {
    background: url(../images/right-slider-arrow.png) top 0 left 0px no-repeat;
    	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
  
}


.sky-bg {
    background-image: url(../images/about-bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.sky-bg2 {
    background-image: url(../images/sky-bg-2.jpg);
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}


.about-sctn, .mor-info-sctn, .spiritual-sctn, .contact-sctn, .administration-sctn{
    padding: 70px 0;
}

.timing-sec{
    background: #3f2b70;
    padding: 30px;
    height: 350px;
    position: relative;
}
.evnt-setn .item {
    padding: 30px;
    height: 350px;
    position: relative;
}
.evnt-setn .item h3, .timing-sec h3 {
    color: #9eabec;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 600;
}    

.evnt-setn .item .evnt-head {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 20px;
}

.evnt-setn .item .evnt-time {
    color: #3f2b70;
    background: #fff;
    display: inline-block;
    padding: 4px 10px;
    letter-spacing: 1px;
    font-size: 14px;
}

.evnt-text {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}

.evnt-btn a {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 50px 10px 22px;
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.evnt-btn a:hover {
    letter-spacing: 2px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.evnt-btn span {
    background: url(../images/right-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    top: 13px;
    right: 16px;
    width: 25px;
    height: 15px;
    overflow: hidden;
}


.evnt-setn-slide .owl-dots {
    color: #fff;
    width: 54px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
.owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin-left: 6px;
    background: #a79cc2 !important;


}
.owl-dots .owl-dot.active {
    width: 20px;
    height: 6px;
    margin-left: 6px;
    background: #fff !important;
        	-webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;

}

.readmore-btn a {
    color: #3f2b70;
    border: 2px solid #3f2b70;
    padding: 15px 50px 15px 22px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
.readmore-btn a:hover {
    letter-spacing: 2px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.readmore-btn span {
    background: url(../images/readmore-arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 16px;
    width: 25px;
    height: 15px;
    overflow: hidden;
}


.evnt-time-blk {
    background: #584191;
    margin-top: -45px;
    position: relative;
    z-index: 4;
}
.timing-sec h2 {
    color: #fff;
    font-size: 30px;
}

.lctn-name {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
}

.abt-text span {
    color: #4f3985;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 4px;
    padding-bottom: 21px;
}
.abt-text{
    font-size: 42px;
    font-weight: 600;
}

.mor-info-cl {
    background: #4f3985;
    padding: 40px;
    margin: 13px 0;
}
.mor-info-blk {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 36px;
}
.mor-info-cl img {
    width: 70px;
    margin-bottom: 30px;
}
.mor-info-sctn a:hover .mor-info-cl{
    background: #fff;
    webkit-box-shadow: 0px 0px 13px 2px #e0e0e0;
    -moz-box-shadow: 0px 0px 13px 2px #e0e0e0;
    box-shadow: 0px 0px 13px 2px #e0e0e0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    
}
.mor-info-sctn a:hover .mor-info-blk{
    color: #4f3985;
    font-weight: 600;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.foot-social li {
    display: inline-block;
}
footer .copyright {
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex
;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #525252;
    overflow: hidden;
}
footer {
    padding: 70px 0;
    background: #ebe9f0;
}
.copyright{
    padding: 0 30px !important;
}
.copyright p{
    font-size: 16px;
    line-height: 24px;
}

.foot-social li {
    display: inline-block;
    margin-left: 15px;
}

.foot-social li a {
    color: #3f2b70;
    font-size: 14px;
    display: block;
    width: 44px;
    text-align: center;
    padding-top: 8px;
    height: 44px;
    background: #ebe9f0;
    position: relative;
    border: 2px solid #3f2b70;
    margin-top: 10px;
    background-color: #ebe9f0;
}
.foot-social li a:hover{
    background-color: #3f2b70;
    color: #fff;
}

.foot-social li a .fab {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.foot-social span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
    color: #000;
}


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

.inner-banner {
    height: 100vh;
    max-height: 300px;
    position: relative;
}
.inner-banner h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 2px;
}

/*--------------spiritual------------*/
.teacher-title{
    color: #3f2b70;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px
    
}
.spiritual-text {
    font-weight: 600;
    font-size: 26px;
    color: #3f2b70;
    letter-spacing: 1px;
}   
/*--------------contact------------*/
.adrs-blk h6{
   font-weight: 600;
    font-size: 22px;
    color: #3f2b70;
    letter-spacing: 1px; 
    margin-top: 20px;
    
}

.adrs-blk a, .adrs-blk p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.adrs-blk a:hover{
    color: #3f2b70;
    letter-spacing: 2px;
}


.administration-sctn .ourteam-member .ourteam-member-content {
    background-color: #3f2b70;
    padding: 160px 15px 15px 15px;
    font-weight: 300;
    text-align: center;
    margin-top: -150px;
    margin-bottom: 15px;
}

.administration-sctn .ourteam-member .ourteam-member-content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    padding-top: 20px;
}

.administration-sctn .ourteam-member .ourteam-member-image {
     padding: 10px;
}

.administration-sctn .ourteam-member .ourteam-member-image img {
    width: 100%;
    height: auto;
}

.ourteam-member-content h5 {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.location-map iframe{
    width: 100%;
    height: 370px;
    border: 0;
}
.ourteam-member-content span {
    color: #fff;
}