﻿@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
    CSS RESET
-------------------------------------------------------------------*/

*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio,
video {	margin: 0; 	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------------------------
BASIC STYLES
-------------------------------------------------------------------*/


/***

====================================================================
Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&display=swap');

/***

====================================================================
            global setting
====================================================================
***/
html{
    scroll-behavior: smooth;
}

body { background: #fff; color: #2a2a2a; overflow-x: hidden; font-family: 'Poppins', sans-serif;

 }
a { text-decoration: none;  -ms-transition: all 1s;  -o-transition: all 1s;  transition: all 1s;
 color: #2a2a2a; }
a:hover { text-decoration: none; }
a:hover, a:active { outline: 0; }
hr {margin: 15px 0;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

    /*-- Heading --*/

h1, h2, h3, h4, h5, h6 {-ms-transition: all .8s;  -o-transition: all .8s;  transition: all .8s;
    font-family: 'Poppins', sans-serif; margin: 0; padding: 0; }
p{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

}

/*-- Lists --*/
ul {}
ul li {font-family: 'Poppins', sans-serif;}
ul li a {font-family: 'Poppins', sans-serif;}

ol {}
ol li {font-family: 'Poppins', sans-serif;}
ol li a {font-family: 'Poppins', sans-serif;}
/* --------------------------common heading------------------------- */
.heading{
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: center;
    font-family: 'recoletamedium';
    font-size: 36px;
}

.heading strong{
    color: #dc2b20;
    text-transform: uppercase;
}

.heading span{
    color:#1b1b1b;
}
/* --------------------------common heading------------------------- */
/* ================================homePage Start======================================== */

/* ======================================headerStart===================================== */
header{
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    padding-top: 0px;
}
.header-top {
    background-color: #dc2b20;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.header-top .top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.header-top .top-main p{
    padding: 0px;
    margin: 0px;
}
header nav{
    background-color: #fff;
    padding: 0;
}
header nav.navbar-light .navbar-brand {
    display: contents;
}
header nav.navbar-light .navbar-brand span {
    color: #dc2b20;
    font-size: 34px;
    margin: auto;
    display: inline-block;
    font-weight: 700;
    margin-left: 10px;
}
header .navbar-light .navbar-toggler-icon{
    filter: invert(1);
}
header .navbar-toggler:focus, header .navbar-toggler:hover {
    text-decoration: none;
    border: none;
    outline: none;
}
header .navbar-collapse{
    text-align: center;
}

header nav .nav-item .nav-link{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #1b1b1b !important;
}
header nav .nav-item .nav-link:hover{
    color: #dc2b20 !important;
}

header nav .navbar-brand img{
    width: auto;
    height: auto;
    max-height: 70px;
}

/* ======================================headerEnd===================================== */
/* ======================================SliderStart===================================== */

.slider{
    position: relative;
}
.slider img{
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
}
.slider h3 {
    display: inline-block;
    position: absolute;
    bottom: 118px;
    background-color: #0000008a;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin: 0px 30px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-red{
    background-color: #dc2b20;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    z-index: 1;
}

.slider-red p{
    font-family: 'recoletamedium';
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.slider-red span {
    color: #fff;
}

.slider-red .donate-now{
 text-align: right;
}

.slider-red .donate-now a{
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 600;
color: #fff;
display: inline-block;
padding: 10px 15px;
border: 1px solid #fff;
border-radius: 30px;
background: transparent;
transition: .5s;
   }


.slider-red .donate-now a:hover{
    background: #fff;
    color: #dc2b20;
}
/* ======================================SliderEnd===================================== */
/* ======================================AboutStart===================================== */
.about{
    margin: 60px 0;
    position: relative;
}
.about .dham{
    margin-top: 30px;
}

.about .dham .gold img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 430px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
}
.about .dham .mains p{
    line-height: 1.5;
    color: #222;
    text-align: left;
    font-size: 16px;
}
.about .dham .mains .button-div{
    margin-top: 40px;
    position: relative;
    padding-left: 20px;
}
.about .dham .mains .button-div:after{
    content: '';
    position: absolute;
    height: 150px;
    width: 5px;
    background: #dc2b20;
    left: 0;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.about .dham .mains .button-div p{
    font-style: italic;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}


.button-div-inner{
    display: flex;
    align-items: center;
    column-gap: 2rem;
    margin-top: 15px;
}
.button-div-inner a.one{
    padding: 8.5px 30px;
    border-radius: 20px;
    background-color: #dc2b20;
    color: #fff;
    transition: .5s;
    border:1px solid transparent;
}

.button-div-inner a.two{
    padding: 8.5px 30px;
    border-radius: 20px;
    border: solid 1.5px #dc2b20;
    background-color: #fff;
    color: #dc2b20;
    transition: .5s;
}

.button-div-inner a.one:hover{
  border-color:#dc2b20;
  background-color: #fff;
  color: #dc2b20;
}

.button-div-inner a.two:hover{
    background-color: #dc2b20;
    color: #fff;
    border-color:transparent;
}

.about img.left-side{
    position: absolute;
    bottom: -52px;
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
}

.about img.right-side{
    position: absolute;
    right: 0;
    bottom: -52px;
    max-width: 350px;
    max-height: 350px;
}
/* ======================================AboutEnd===================================== */
.latest-update {
    padding: 20px 0px;
    background-color: #f7f8f2;
}
.latest-update .main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.latest-update .main-box p {
    font-size: 22px;
    font-weight: 600;
}
.latest-update .main-box a {
    padding: 8.5px 30px;
    border-radius: 20px;
    background-color: #dc2b20;
    color: #fff;
    transition: .5s;
    border: 1px solid transparent;
}
.latest-update .main-box a:hover{
    border-color:#dc2b20;
    background-color: #fff;
    color: #dc2b20;
  }
/* ======================================TrustieStart===================================== */
.trusties {
    padding: 60px 0px;
}
.trusties.home {
    background: url(../../images/red-full.svg) no-repeat;
    background-size: 100%;
    padding: 60px 0px;
}
.trusties.home .heading strong {
    color: #fff;
}
.trusties p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.trusties button{
    padding: 14px 40px 13px;
    background-color: #dc2b20;
    color: #fff;
    border: none;
    font-family:'Poppins', sans-serif;
    font-size: 16px;
}
.trusties button:focus{
    border: none;
    border-radius: none;
    outline: none;
} 

.trusties ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
    row-gap: 20px;
  
}

.trusties.home ul li{
    width: calc(20% - 1rem);
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    padding: 40px 20px !important;
}

.trusties ul li{
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    width: calc(20% - 1rem);
    row-gap: 15px;
}
.trusties ul li h4{
    text-align: center;
}

.trusties ul li img{
    width: 110px;
    height: 110px;
    border-radius: 2px;
    border: 1px solid #dc2b20;
    padding: 5px;
    margin-bottom: 10px;
}
.trusties ul li span{
    display: inline-block;
    text-align: center;
    font-family:' Poppins', sans-serif;
    font-size: 14px;
    color: #585858;
}

.trusties ul li h6 {
    font-size: 14px;
    font-weight: 600;
}

.trusties ul li a{
    /* padding: 8px 26px;
    border-radius: 20px;
    border: solid 1px #dc2b20;
    background-color: #fff;
    color: #dc2b20;
    transition: .5s; */
    text-align: center;
    width: 100%;
}
/* .trusties ul li a:hover{
background-color:#dc2b20;
border-color: #fff; 
color: #fff; 
} */
/* ======================================TrustieEnd===================================== */
/* ======================================GotraStart===================================== */
.gotra{
    display: flex;
    align-items: center;
    margin-top: 60px;
    height: 300px;
    overflow: hidden;
    background: url(../../images/red-full.svg) no-repeat;
    background-size:100%;

}

.gotra .gotra-left{
 width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
 height: 100%;
 justify-content: center;

}
.gotra .gotra-left .gotra-padding{
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    row-gap:15px;
    align-items: center;
}

.gotra .gotra-left .heading{
    display: inherit;

}
.gotra .gotra-left .heading strong{
    color: #fff;
    display: block;
    
}
.gotra .gotra-left .heading span{
    color: #fff;
    display: block;
    
}

.gotra .gotra-left p{
    font-family:'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #fff;
}
.gotra .gotra-left a{
    padding: 14px 49px 13px;
    background-color: #323232;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: .5s;
    border: 1px solid transparent;
}
.gotra .gotra-left a:hover {
    background: #fff;
    color: #323232;
    border-color: #323232;
}

.gotra .gotra-right{
    width: 50%;
    height: 100%;
}

.gotra .gotra-right img{
    width: 100%;
    max-width: 100%;
  
}

/* ======================================GotraEnd===================================== */

/* ======================================DeviStart===================================== */
.devi{
    margin-top: 60px;
}
.devi #devit {
    display:none;
    transition: .5s;
  }



.devi button {
    padding: 14px 40px 13px;
    background-color: #dc2b20;
    color: #fff;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.devi button:focus{
outline: none;
border-radius: none;
}

.devi .Hide{
    display: none;
}
.devi .name{
    border: solid 1.5px #b5b5b5;
    margin-top: 30px;
}
.devi .name .name-content{
    padding-left: 15px;
}

.devi .name span{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #323232;
    text-decoration: underline;
}
.devi .name h2{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #222;
    padding: 5px 0;
}

.devi .name p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

.devi .name a{
    padding: 10px 15px;
    background-color: #323232;
    color: #fff;
    display: inline-block;
    margin-top: 16px;
    transition: .5s;
    border: 1px solid transparent;
    cursor: pointer;
}
.devi .name a:hover {
    background: #fff;
    color: #323232;
    border-color: #323232;
}

.devi .name .devi-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.devi .name .devi-img .shape{
    position: absolute;
    content: '';
    left: 3%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
}
.devi .name .devi-img .shape-shape{
    position: absolute;
    content: '';
    right: -4%;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    
}

.devi .name .devi-img img{
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}
/* ======================================DeviEnd===================================== */
/* ======================================Experience Start===================================== */
.Experience{
    background: #fff;
    /* margin-top: 60px; */
    padding-top: 60px;
    padding-bottom: 170px;
}
.Experience .exp-slider{
    margin-top: 60px;
    position: relative;
}
.Experience .exp-slider .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    border-radius: 10px;
    margin: auto;
}
.Experience .exp-slider .owl-carousel .owl-nav button.owl-next, .Experience .exp-slider .owl-carousel .owl-nav button.owl-prev, .Experience .exp-slider .owl-carousel button.owl-dot{
    display: none;
}
.Experience .exp-slider .meditation{
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: -25%;
}
.Experience .exp-slider .meditation .col-md-6.col-lg-6.col-sm-12.col-12{
    margin: auto;
}
.Experience .exp-slider .meditation .meditation-box{
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    text-align: center;

}
.Experience .exp-slider .meditation .meditation-box p{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #222;
    position: relative;
}
.Experience .exp-slider .meditation .meditation-box p:after{
    content: '';
    position: absolute;
    height: 4px;
    width: 130px;
    background: #dc2b20;
    bottom: -20px;
    border-radius: 5px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}
.pre{
 padding-top: 40px;
 font-family: 'Montserrat' sans-serif;
 font-size: 16px;
 color: #222;
 text-align: center;
}
.pre strong{
    font-weight:600;
}

.Experience .exp-slider .meditation .meditation-box a {
    display: inline-block;
    background-color: #323232;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    margin-top: 20px;
}
/* ======================================Experience End===================================== */

/* ======================================Latest Start===================================== */
.latest {
    margin-top: 60px;
    margin-bottom: 60px;
}
.latest .latest-main{
    display: flex;
    grid-template-columns: auto auto auto;
    grid-gap: 2rem;
    margin-top: 60px;
}
.latest .latest-main .latest-single{
    background: #fff;
    border: solid 1px #ecebeb;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
}
.latest .latest-main .latest-single .latest-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    row-gap: 10px;
}
.latest .latest-main .latest-single .latest-content h4{
    font-family: 'recoletamedium';
    font-size: 20px;
    text-align: center;
    color: #222;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: inherit;
}
.latest .latest-main .latest-single .latest-content p{
    font-family:' Poppins', sans-serif;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #222;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: inherit;
}
.latest .latest-main .latest-single .latest-content a {
    padding: 10px 15px;
    background-color: #323232;
    color: #fff;
    display: inline-block;
    transition: .5s;
    border:1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.latest .latest-main .latest-single .latest-content a:hover{
    color: #323232;
    background-color:#fff;
    border-color:#323232;  
} 

.latest .latest-main .latest-single img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
    display: block;
}
/* ======================================Latest End===================================== */

/* ======================================Donation Start===================================== */
.donation{
    background: #f7f8f2;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.donation .four-cut{
    width: 100%;
    height: 100%;
    margin-left: auto;
    position: relative;
}
/* .donation .four-cut:after{
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    height: 10px;
    top: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.donation .four-cut:before{
    content: '';
    position: absolute;
    left: 50%;
    width: 10px;
    height: 100%;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
} */
.donation .four-cut img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
}
.donation .d-box p{
    display: flex;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
}
.input-group-text{
    display: flex;
    align-items: center;
    padding: 1px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border-radius: 5px;
    background-color: #323232;
    color: #fff;
}
.form-control{
    border: solid 1px #ecebeb;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
    border-color: #323232;

}
.donation .d-box form ul {
    display: flex;
    column-gap: 15px;
}
.donation .d-box form ul li a{
    font-family: 'recoletamedium';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6e2cd;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
}
.donation .d-box form ul li a.active{
    background-color: #323232; 
    color: #fff; 
}

.donation .d-box form button{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #dc2b20;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border:none;
    text-transform: uppercase;
    margin-top: 30px;
}
.donation .d-box form button:focus{
    box-shadow: none;
    border:none;
    outline: none;
}
.donation .d-box form .input-group.w-50{
    margin-bottom: 30px;
}

.donation .d-box button{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #dc2b20;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border:none;
    text-transform: uppercase;
    margin-top: 30px;
}
.donation .d-box button:focus{
    box-shadow: none;
    border:none;
    outline: none;
}
/* ======================================Donation End===================================== */

footer .footer-first{
    background: #dc2b20;
    padding: 60px 0px;
}
footer .footer-first h3.book {
    font-size: 36px;
    color: #fff;
    font-family: 'recoletamedium';
    margin-bottom: 30px;
}
footer .footer-first .main-box {
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin: auto;
    height: 100%;
}

footer .footer-first .main-box h5 {
    font-weight: 600;
}

footer .footer-first .book-btn{
    text-align: right;
}

footer .footer-first .book-btn a{
    background-color: #323232;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

footer .footer-first .book-btn a img {
    width: auto;
    height: auto;
    max-width: 20px;
    transition: .5s;
}

footer .footer-first .book-btn a:hover img{
    transform: translateX(10px);
}
footer .footer-main .footer-inner{
    padding: 30px 0px;
    border-bottom: 1px solid #323232;
}
footer .footer-main{
    background-color: #222;
}
footer .footer-main ul h5{
    font-size: 18px;
    font-family: 'recoletamedium';
    color: #fff;
    padding-bottom: 20px;
}
footer .footer-main ul li{
    width: 50%;
    display: inline-block;
    float: left;
}
footer .footer-main ul li:nth-child(odd){
    float: right;
}

footer .footer-main ul li a {
    display: inline-block;
    padding: 5px 0;
    font-family: 'recoletamedium';
    font-size: 16px;
    color: #8f8f8f;
    transition: .5s;
}
footer .footer-main ul li a:hover{
    color: #fff;
    transform: translateX(5px);
}
footer .footer-main .footer-logo{
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: left;
    flex-direction: column;
    /* row-gap: 25px; */
    margin-bottom: 20px;
}

footer .footer-main .footer-logo img{
    height: auto;
    width: auto;
    max-width: 100px;
    max-height: 100px;
}
footer .footer-main .footer-logo address{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 7px;
    display: block;
    text-align: left;
}

footer .footer-main .footer-logo address h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-weight: normal;
    margin-bottom: 10px;
}
footer .footer-main .footer-logo address p{
    font-size: 16px;
    color: #8f8f8f;
    text-transform: unset;
    margin-bottom: 10px;
}

footer .footer-main .footer-logo address span {
    color: #8f8f8f;
    font-size: 16px;
}

footer .footer-main .footer-logo address a {
    font-size: 16px;
    color: #8f8f8f;
    margin-bottom: 10px;
    display: inline-block;
}

footer .footer-main .follow{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .footer-main .follow .social{
    display: flex;
    column-gap: 10px;
}
footer .footer-main .follow .social a{
    transition: .5s;
}
footer .footer-main .follow .social a:hover{
    transform: translateY(-5px);
}
footer .footer-main h5 {
    font-size: 18px;
    font-family: 'recoletamedium';
    color: #fff;
    padding-bottom: 20px;
}

footer .footer-main .follow a img {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
}

footer .footer-main .f-last{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #8f8f8f;
}

/* ================================homePage End======================================== */

/* ================================Devi poojaPage Start======================================== */

/* ================================Slider Start======================================== */

.slider.pooja-slider{
    position: relative;
}
.slider.pooja-slider:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(27, 27, 27, 0.9);
    content: '';
}
.slider.pooja-slider .slider-red{
    display: none;
}

.slider.pooja-slider img{
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  display: block;
}

.slider.pooja-slider .devi-pooja2{
    z-index: 2;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 1140px;
    margin: auto;
}
.slider.pooja-slider .devi-pooja2 .heading{
    font-size: 50px;
}

.slider.pooja-slider .devi-pooja2 .heading span{
    color: #fff;
}
/* ================================Slider End======================================== */


/* ================================Devi Name BoxesStart======================================== */
.devi.devi-main .name .devi-img img{
    width: 100%;
    height: 250px;
}
.search-bar form .input-group .input-group-prepend .input-group-text{
    border-radius: 0px 5px 5px 0px;
    border: none;
}
.search-bar form .input-group{
    flex-direction: row-reverse;
}
.search-bar form .input-group .input-group-prepend{
    cursor: pointer;
}

.search-bar form .input-group .input-group-prepend .input-group-text img{
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
    filter: invert(1);
}
.search-bar form .input-group .form-control{
    font-family: 'recoletamedium';
    font-size: 16px;
    padding: 20px;
    border-radius: 5px 0px 0px 5px !important;
}

.devi.devi-main .name .name-content{
 padding: 20px;
}
.devi.devi-main .name .devi-img .shape{
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    transform: rotate(-90deg);
    bottom: 0;
}
.devi-pagination{
    display: flex;
    justify-content: end;
    margin: 60px 0px;
}

/* ================================Devi Name BoxesEnd======================================== */


/* ================================Devi poojaPage End======================================== */

/* ================================72 gotraPage Start======================================== */
.khandela .khandela-inner{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.khandela .khandela-inner .heading span{
    color: #dc2b20;
}
.khandela .khandela-inner .heading{
    width: 56%;
    margin-bottom: 20px;
}
.khandela .khandela-inner p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    padding-bottom: 30px;
}
.khandela .khandela-inner h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.khandela table{
    margin-top: 60px;
}
.khandela table tr{
    text-align: center;
}
.khandela table.table thead tr th.head-custom{
 max-width: auto;
 width: 7%;
}

.khandela table.table.table-bordered thead td, .table-bordered thead th{
    background-color: #323232;
    border: none;
    color: #fff;
    
}

.khandela .khandela-school {
    margin: 60px 0px;
}

.khandela .khandela-school img{
    border-radius: 10px;
}
.khandela .khandela-school h3{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #da251d;
    text-transform: uppercase;
}

.khandela .khandela-school .d-box{
    width: 40%;
    margin-top: 20px;
}

.khandela .khandela-school .d-box p:last-child{
    border-bottom: 1px solid;
}

.khandela .khandela-school .d-box p {
    display: flex;
    justify-content: space-between;
    border: 1px solid;
    padding: 10px;
    border-bottom: none;
}
.khandela .khandela-school .d-box p strong {
    font-weight: 600;
}
/* ================================72 gotraPage End======================================== */


/* ================================Book-stayPage Start======================================== */
.book-stay{
 position: relative;
}
.book-stay:after{
    position:absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.9);
   }
.book-stay .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.book-stay .container .row{
    align-items: center;
    height: 85vh;
}
.book-stay .book-slide .book-content .heading{
    text-align: left;
    font-size: 50px;
}
.book-stay .book-slide .book-content .heading span{
   color: #fff;
}
.book-stay .book-slide .book-content p{
    width: clamp(64%, 80%, 100%);
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'recoletamedium';
    color: #fff;
    font-weight: 400 !important;
} 
.book-stay img{
    width:100%;
    height: 85vh;
    object-fit: cover;
    display: block;
}
.book-stay .book-slide form{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.book-stay .book-slide form .form-control{
    font-size: 14px;
    font-family: 'recoletamedium';
}
.book-stay .book-slide form .form-control.arrival{
   margin-bottom:20px;
}
.book-stay .book-slide form label{
    font-size: 16px;
    font-family: 'recoletamedium';
    padding-bottom: 10px;
}
.book-stay .book-slide form .custom-select{
    font-size: 16px;
    font-family: 'recoletamedium';
    transition: .2s; 
}
.book-stay .book-slide form .custom-select:focus{
    box-shadow: none;
    border-color: #323232;
}
.book-stay .book-slide form .custom-select option:hover{
  background-color: #323232 !important;
  color: #fff;  
}
.book-stay .book-slide form button.btn{
    background-color: #323232;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;

}
.book-stay .book-slide form button.btn:focus{
    box-shadow: none;
    border: none;
    background-color: #323232;
    outline: none;
}
.book-stay .book-slide form button.btn:hover{
    box-shadow: none;
    border: none;
    outline: none;  
}
.book-stay .book-slide form button.btn:hover span{
transform: translateX(10px);
}

.book-stay .book-slide form button.btn span{
    display: inline-block;
    padding-left: 10px;
    transition: .5s;
}
.book-stay .book-slide form button.btn span img{
    width: auto;
    height: auto;
    max-width: 20px;
    transition: .5s;
}

.room{
    margin-top: 60px;
}

.room .rooms{
   margin-top: 30px;
}

.room .rooms h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.room .rooms .name {
    border: solid 1.5px #b5b5b5;
}
.room .rooms .devi-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.room .rooms .shape {
    position: absolute;
    content: '';
    left: 50%;
    right: 50%;
    top: 89%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    transform: rotate(-90deg);
    bottom: 0;
}
.room .rooms img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 250px;
}
.room .rooms .name-content {
    padding: 20px;
}
.room .rooms .name-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #222;
    padding: 5px 0;
}
p.p-heading{
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
}
.room .rooms .name-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}
.room .rooms .book-details{
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

.room .rooms .book-details a{
    justify-content: center;
    align-items: center;
    display: flex;
    width: calc(50% - 10px);
    padding: 10px 0px;
    border-radius: 25px;
    border: 1px solid #323232;
    transition: .5s;
}
.room .rooms .book-details a:hover{
    color: inherit;
}
.room .rooms .book-details a.active{
    background: #323232;
    color: #fff;
    border: none;
    cursor: pointer;
}
/* ================================Book-stayPage End======================================= */


.main-content-modal .modal-contact-form h4{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 5px;
}


.main-content-modal .modal-contact-form .Rectangle-7 {
    width: 104px;
    height: 3px;
    background-color: #323232;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.main-content-modal .modal-contact-form{
    padding: 30px 16px;
}

.main-content-modal .modal-contact-form .col-sm-12{
    margin-bottom: 20px;
}

.main-content-modal .modal-contact-form label.error, .main-content-modal .modal-contact-form div.error{
    font-size: 12px;
    color: red;
    font-weight: normal;
    margin: 0px;
}

.main-content-modal .modal-contact-form .form-control{
    height: 43px;
}

.main-content-modal .modal-contact-form textarea.form-control {
    height: 200px;
}

.main-content-modal .modal-contact-form input.button {
    width: 100%;
    border: 3px solid rgba(0,0,0,.0) !important;
    background-color: #323232;
    border-radius: 4px;
    padding: 10px 20px;
}

.main-content-modal .modal-contact-form .button:hover {
    border: 3px solid #323232 !important;
    background-color: transparent;
    color: #213473 !important;
}

.main-content-modal .modal-contact-form input.form-control{
    outline: none; 
    box-shadow: none !important; 
    border: 1px solid #ccd7e0; 
    background: none; 
    border-radius: 4px; 
    font-size: 16px;
    font-family: Montserrat;; 
    color: #9e9e9e;
}

.main-content-modal .modal-contact-form label{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.main-content-modal .modal-contact-form .form-control:focus{
    border-color: #ccd7e0;
    box-shadow: none !important;
}
.main-content-modal .modal-contact-form textarea.form-control {
    outline: none; box-shadow: none !important;
    resize: none; 
    border: 1px solid #ccd7e0; 
    background: none; 
    border-radius: 4px; 
    font-size: 16px;
    font-family: Montserrat;;
    height: 63px; 
    color: #9e9e9e;
}

/* ================================Donation Modal======================================= */
.donation-amount h5{
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eeee;
    margin-bottom: 10px;
}

.donation-amount ul{
    margin-bottom: 23px;
    margin-left: 20px;
}

.donation-amount ul li p span{
    margin-right: 30px;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    display: inline-block;
}

.donation-amount ul li p{
    margin: 5px 0px;
}

.donation-amount .form-group label{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.donation-amount .form-group p{
    font-size: 14px;
    margin-bottom: 5px;
}

#donationModalCenter .modal-header{
    padding: 0.5rem 1rem;
}

#donationModalCenter .modal-header h5{
    font-size: 22px;
    font-weight: 600;
    color: #dc2b20;
}


/*===========================================blog-detail-page-start================================*/
#main-container {
    padding-top: 60px;
}
.post-image-wrapper {
    margin-bottom: 20px;
    position: relative;
    width: 1024px;
    height: 497px;
}
.post-image-wrapper img {
    border-radius: 10px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.blog-date {
    position: absolute;
    top: 10px;
    left: -1px;
    color: #fff;
    font-weight: 700;
}
.blog-date a {
   background-color: #323232;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px 0px 10px 0;
}
.post-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.post-title a {
    color: #1b1b1b;
    cursor: auto;
}

.entry-content p {
    font-size: 16px;
    line-height: 1.4;
    color:#1b1b1b;
    font-family: 'Poppins', sans-serif;
}
/*===========================================blog-detail-page-End================================*/


/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/
.contact_section{
    padding: 80px 0px;
    display: block;
    background: transparent;
    margin: 0px;
}
.contact_section h3{
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: left;
    font-family: 'recoletamedium';
    font-size: 36px;
    color: #dc2b20;
}

/* .contact_section .Rectangle-7 {
    width: 104px; 
    height: 5px; 
    background-color: #213473; 
    text-align: left; 
    margin-bottom: 20px;
} */

.contact_section .contact_form p#error {
    background: #ef0707;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
.contact_section .contact_form p#success {
    background: #26790c;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
.career_form{
    padding: 30px;
}

.contact_section .contact_map {
    margin-bottom:0px;
}
.contact_section .contact_map iframe{
    width: 100%; 
    height: 360px; 
    border: 0px;
}

.contact_section .contact_address address {
    padding:0px; 
    border-radius: 8px; 
    margin-bottom: 20px;
}
.contact_section .contact_address address p{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.contact_section .contact_address address p span{
    display: inline-flex;
    width: calc(100% - 50px);
}


.contact_section .contact_address address p a{
    color: #000;
}
.contact_section .contact_address address p i{
    display: inline-block;
    background-color: #dc2b20;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 15px 30px 0 rgba(255, 91, 49, 0.3);
}
.contact_section .contact_address address p.hed{
    color: #666;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
}

.contact_section .contact_address address p.tami-table{
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #252a3f;
}
.contact_section .contact_address p i {
    color: #ff3514; 
    margin-right: 15px; 
    font-size: 15px;
}

.contact_section .contact_address > p {
    margin-bottom: 45px;
}

.contact_section .contact_form p {
    margin-bottom: 35px;
}

.contact_section .contact_form .form-control {
    height: 43px;
}

.contact_section .contact_form textarea.form-control {
    height: 200px;
}

.contact_section .contact_form input.button {
    padding: 8.5px 30px;
    border-radius: 20px;
    background-color: #dc2b20;
    color: #fff;
    transition: .5s;
    border: 1px solid transparent;
}

.contact_section .contact_form .button:hover {
    border-color: #dc2b20;
    background-color: #fff;
    color: #dc2b20;
}

.contact_section .contact_form input.form-control {
    outline: none; 
    box-shadow: none !important; 
    border: 1px solid #ccd7e0; 
    background: #fff; 
    border-radius: 4px; 
    font-size: 16px;
    font-family: Montserrat;; 
    /*margin-bottom: 20px;*/ 
    color: #9e9e9e;
}
.contact_section .contact_form textarea.form-control {
    outline: none; box-shadow: none !important;
    resize: none; 
    border: 1px solid #ccd7e0; 
    background: #fff; 
    border-radius: 4px; 
    font-size: 16px;
    font-family: Montserrat;;
    /*margin-bottom: 20px; */
    height: 63px; 
    color: #9e9e9e;
}

.contact_section .contact_form .col-sm-12{
    margin-bottom: 20px;
}

.contact_section .contact_form label.error, .contact_section .contact_form div.error{
    font-size: 12px;
    color: red;
    margin: 0px;
}

.contact_map {margin-bottom:0px;}
.contact_map iframe{width: 100%; height: 360px; border: 0px;}