@font-face {
    font-family: 'Brooklyn';
    src: url('../fonts/BrooklynPlain.eot');
    src: url('../fonts/BrooklynPlain.eot?#iefix') format('embedded-opentype'), url('../fonts/BrooklynPlain.woff2') format('woff2'), url('../fonts/BrooklynPlain.woff') format('woff'), url('../fonts/BrooklynPlain.ttf') format('truetype'), url('../fonts/BrooklynPlain.svg#BrooklynPlain') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brooklyn';
    src: url('../fonts/BrooklynPlain_1.eot');
    src: url('../fonts/BrooklynPlain_1.eot?#iefix') format('embedded-opentype'), url('../fonts/BrooklynPlain_1.woff2') format('woff2'), url('../fonts/BrooklynPlain_1.woff') format('woff'), url('../fonts/BrooklynPlain_1.ttf') format('truetype'), url('../fonts/BrooklynPlain_1.svg#BrooklynPlain') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{
        right:0;
        left: auto;
   }
    .navbar .nav-item .dropdown-menu{
       display:block;
       opacity: 0;
       visibility: hidden;
       transition:.3s;
       margin-top:0;
       margin: 0;
       padding: 0;
   }
    .navbar .nav-item:hover .nav-link{
        color: #fff;
   }
    .navbar .dropdown-menu.fade-down{
        top:80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
   }
    .navbar .dropdown-menu.fade-up{
        top:180%;
   }
    .navbar .nav-item:hover .dropdown-menu{
        transition: .3s;
        opacity:1;
        visibility:visible;
        top:100%;
        transform: rotateX(0deg);
   }
}
body {
    font-family: 'Roboto', sans-serif;
   /* background: #fdf2e9;
   */
}
.header-logo {
    background: #fdf2e9;
}
/*.logo img {
    max-height: 113.5px;
}
*/
.header-logo {
    padding: 5px 0;
}
.header-logo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-contact-info ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header-contact-info ul li a {
    color: #9b3131;
    text-decoration: none;
    display: flex;
    font-size: 17px;
    line-height: 17px;
}
.header-contact-info ul li a img {
    max-width: 32px;
    margin-right: 10px;
}
.header-contact-info {
    margin-right: 15px;
}
.header-contact-info ul li {
    margin-right: 10px;
}
.header-lan-info select {
    font-size: 17px;
    outline: none !important;
    color: #9b3131;
    background: url(../images/sele_arw.png)no-repeat right center;
    border: none;
    background-color: inherit;
    -webkit-appearance: none;
    cursor: pointer;
    appearance: none;
    padding-right: 15px;
    background-size: 10px !important;
    padding-left: 3px;
}
.header-lan-info img {
    max-width: 24px;
    margin-right: 5px;
}
.header-lan-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu {
    background: #9b3131;
}
.header-menu ul li a {
    color: #fff!important;
    font-size: 17px;
    line-height: 20px;
    padding: 15px 33px!important;
}
.header-menu ul li a:hover {
    background: #fdf2e9;
    color: #9b3131!important;
}
.nav-link{color: #fff!important;}
.navbar-toggler{color:#fff;}
.dropdown-item{background: #9b3131; color:#fff;}
.dropdown-item:focus, .dropdown-item:hover {
    color:#9b3131!important;
    background-color:#fdf2e9!important;
}
ul.dropdown-menu {
    background: #9b3131;
}
.header-menu nav {
    padding: 0;
}
.banner .owl-nav {
    display: none;
}
.banner .owl-dots {
    position: absolute;
    bottom: 12.5px;
    left: 0;
    width: 100%;
}
.banner .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #9b3131;
    border: 1px solid #9b3131;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #9b3131;
}
.banner .owl-carousel img {
    width: 100%;
}
.wel-inn {
    background: #9b3131;
    max-width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 2px 2px 12px #bbbaba;
}
.wel-inn p {
    font-size: 18px;
    padding-top: 25px;
    position: relative;
    z-index: 1;
}
.wel-inn h1 {
    font-family: 'Brooklyn';
    padding-bottom: 5px;
    font-size: 2rem;
}
.wel-inn h1 span {
    display: block;
}
.bg-whit {
    background: #fff;
    height: 2px;
    width: 200px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.bg-whit::before {
    background: #fff;
    height: 2px;
    width: 75px;
    display: block;
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
}
.bg-whit::after {
    background: #fff;
    height: 2px;
    width: 75px;
    display: block;
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
}
.welcome-sec {
    padding: 45px 0;
    background: #fdf2e9;
}
.bg-drk {
    background: #9b3131;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.bg-drk::before {
    background: #9b3131;
    height: 2px;
    width: 40px;
    display: block;
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
}
.bg-drk::after {
    background: #9b3131;
    height: 2px;
    width: 40px;
    display: block;
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
}
.custom-heading h1 {
    font-family: 'Brooklyn';
    padding-bottom: 5px;
    color: #9b3131;
    font-size: 2rem;
}
.parampara-sec {
    padding: 45px 0;
}
.parampara-list-item {
    display: flex;
    justify-content: space-between;
}
.parampara-pic {
    background: #fff;
    border: 1px solid #b0b0af;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 15px -6px #e1c9c9;
    transition: all 0.3s;
    border-radius: 3px;
    max-height: 440px;
}
.parampara-pic:hover {
    -webkit-box-shadow: 0px 0px 27px -7px #c1b2b2;
    -moz-box-shadow: 0px 0px 27px -7px #c1b2b2;
    box-shadow: 0px 0px 27px -7px #c1b2b2;
    cursor: pointer;
}
.parampara-pic span {
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    color: #494746;
    line-height: 20px;
    font-weight: 500;
}
.parampara-info {
    padding: 10px 0 0 20px;
}
.parampara-info p {
    color: #676767;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}
.parampara-pic img {
    max-width: 400px;
    cursor:default;
}
.parampara-list {
    padding: 12px 0;
}
.parampara-pic::before {
    background: #9b3131;
    height: 30px;
    width: 2px;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}
.parampara-sec .container .parampara-list:last-child .parampara-list-item .parampara-pic::before {
    display: none;
}
.social-sec {
    padding: 90px 0 90px 0;
    position: relative;
    z-index: 99;
}
.social-item {
    background: #fff;
    border: 1px solid #b0b0af;
    padding: 10px;
    position: relative;
    margin: 0 15px;
    transition: all 0.3s;
    box-shadow: 0 0 5px 3px #eeeedd8f;
    cursor: pointer;
    border-radius: 3px;
}
.social-item span {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.social-item img {
    transition: transform .5s;
}
.social-item:hover img {
    transform: scale(1.1);
    transition: transform .5s;
}
.social-item:hover h3 {
    background: #fdf2e9;
    color: #9b3131;
    border: 1px solid #9b3131;
}
.social-item img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}
.social-item h3 {
    padding: 10px;
    margin: 0;
    background: #9b3131;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    transition: all 0.3s;
}
.socialinr {
    padding-top: 45px;
}
.socialinr .owl-nav {
    display: none;
}
.socialinr .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #9b3131;
    border: 1px solid #9b3131;
}
.socialinr .owl-theme .owl-dots .owl-dot.active span, .socialinr .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #9b3131;
}
.socialinr .owl-dots {
    margin-top: 20px;
}
.ashram-picglry img {
    width: 100%;
}
.ashram-picglry {
    margin-top: 31px;
    border-radius: 3px;
    overflow: hidden;
}
.mb-21 {
    margin-bottom: 22px;
}
.btn-view-all-btn{
    background: #9b3131;
    height: 50px;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    /* max-width: 120px; */
    margin: 30px auto;
    border-radius: 3px;
    border: 1px solid #9b3131;
    transition: all 0.3s;
}
.btn-view-all-btn:hover {
    background: #fdf2e9;
    color: #9b3131;
}
.religious-sec {
    padding: 90px 0 45px 0;
    position: relative;
}
.programmes-item {
    background: #fdf2e9;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 45px;
    border-radius: 3px;
}
.programmes-pic-item img {
    max-width: 200px;
}
.programmes-info-item span {
    color: #fff;
    background: #9b3131;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -20px;
    left: 15px;
    border-radius: 3px;
}
.programmes-info-item h3 {
    color: #9b3131;
    padding-top: 15px;
    font-weight: normal;
    font-size: 22px;
}
.programmes-info-item p {
    color: #343434;
    font-size: 17px;
    margin-right: 2px;
}
.religious-programmes {
    padding: 30px 0 0 0;
}
footer {
    padding: 45px 0;
    background: url(../images/footer-bg.png) #9b3131;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 50%;
}
.foot-box1 p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}
.foot-box1 a {
    color: #fff;
    text-decoration: none;
}
.foot-box1 a:hover{
    color: #f9d5b8;
    text-decoration: none;
}
.foot-box1 a i {
    font-size: 100%;
}
footer h2 {
    color: #fff;
    font-family: 'Brooklyn';
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    margin-top: 16px;
}
.foot-box2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.foot-box2 ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.foot-box2 ul li {
    padding-bottom: 3px;
}
.foot-box3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.foot-box3 ul li {
    display: flex;
    color: #fff;
    padding-bottom: 10px;
}
.foot-box3 ul li img {
    max-width: 32px;
    margin-right: 15px;
}
.parampara-sec {
    position: relative;
    background: url(../images/Parampara-bg.png) #fdf2e9;
   ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.parampara-sec::before {
    content: "";
    background: url(../images/bottom-structure1.png);
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: -250px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ashram-pic {
    position: relative;
    background: #fdf2e9;
    padding-top: 75px;
}
.ashram-pic::before {
    content: "";
    background: url(../images/bottom-structure1.png);
    position: absolute;
    width: 100%;
    height: 250px;
    bottom: -250px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ashram-pic::after {
    content: "";
    background: url(../images/top-structure1.png);
    position: absolute;
    width: 100%;
    height: 250px;
    top: -150px;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ashram-pic .container {
    z-index: 1;
    position: relative;
}
/* button.navbar-toggler {
    display: none;
} */
.wel-inn {
    position: relative;
    overflow: hidden;
}
.wel-inn::before {
    content: "";
    background: url(../images/mandala1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: -50px;
    background-size: 15%;
    background-repeat: no-repeat;
   /* -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
   */
}
.wel-inn::after {
    content: "";
    background: url(../images/mandala1.png);
    position: absolute;
    width: 254px;
    height: 254px;
    bottom: 5px;
    right: 5px;
    background-size: 51%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.foot_arw {
    position: fixed;
    bottom: 116px;
    right: 40px;
    z-index: 99;
}
.foot_arw.fixed {
    bottom: 3px;
}
.foot_arw.fixed {
    opacity: 1;
    visibility: visible;
    bottom: 116px;
}
.foot_arw {
    opacity: 0;
    visibility: hidden;
    bottom: -100px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
#return-to-top {
    background: #9b3131;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
}
#return-to-top:hover {
    background: #fdf2e9;
    color: #9b3131;
}
.inner-banner img {
    width: 100%;
}
.about-txt {
    padding: 60px 0;
}
.about-txt p {
    color: #676767;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    /* text-align:justify; */
}
.about-info {
    background: #fdf2e9;
}
.about-txt {
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
}
.about-txt ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #694c5c;
    font-size: 16px;
}
.about-txt ul i {
    color: #9b3131;
    font-size: 16px;
}
.about-txt ul li {
    margin-top: 10px;
    color: #676767;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
}
.custom_heading h2 {
    font-size: 25px;
    color: #000000;
    position: relative;
}
.custom_heading h2:before {
    content: '';
    border: 1px solid #9b3131;
    width: 8px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.custom_heading h2:after {
    content: '';
    border: 1px solid #9b3131;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: 11px;
}
.mis_cont {
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 0 25px 25px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    display: flex;
    background: #fff;
    border-bottom: 5px solid #9b3131;
    margin-bottom: 25px;
}
.mis_cont {
    margin-top: 60px;
}
.mis_cont .media_img {
    display: inline-block;
    width: 91px;
    background: #9b3131;
    border-radius: 0 0 50px 50px;
    padding: 27px 0 18px;
    height: 115px;
    text-align: center;
    margin-right: 22px;
}
.mis_cont .media-body {
    padding-top: 25px;
    width: calc(100% - 113px);
}
.mis_cont .media-body h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #000;
    font-weight: 500;
    margin-bottom: 13px;
}
.mis_cont .media-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #676767;
    padding-top: 0;
}
.how_did_we_do {
    width: 100%;
    background: #fcf9f4;
    display: inline-block;
    padding: 60px 0 65px;
    position: relative;
}
.how_did_we_do {
    font-family: 'Roboto', sans-serif;
}
.section-heading2 p {
    font-family: 'Brooklyn';
    font-size: 22px;
    color: #40464c;
}
.section-heading2 h2 {
    color: #000;
}
footer, header {
    font-family: 'Roboto', sans-serif;
}
footer p {
    font-size: 15px;
    margin-top: 9px;
    line-height: 27px;
    font-weight: 300;
}
footer li {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 300;
}
header i {
    color: #9b3131;
    margin-right: 5px;
}
.header-menu ul .dropdown-menu li a {
    padding: 10px 35px!important;
    font-size: 15px!important;
    line-height: 18px!important;
}
.programmes-item-odd .programmes-info-item span {
    right: 15px;
    left: unset;
}
.programmes-item-odd .programmes-pic-item {
    margin-right: 10px;
}
.administration-tbl {
    padding: 0;
}
.administration-tbl table thead {
    background: #9b3131;
    color: #fff;
}
.administration-tbl table thead tr th:first-child {
    width: 80px;
}
.administration-tbl table {
    text-align: center;
}
.table-bordered>:not(caption)>* {
    border-color: #9b3131;
}
.administration-info {
    padding: 45px 0 0 0;
    background: #fdf2e9;
}
.administration-tbl table tbody tr:hover {
    background: #ffdbdb;
    cursor: pointer;
}
.social-activities-item-thum img {
    max-width: 100%;
}
.social-activities-item {
    background: #fff;
    padding: 10px;
    margin-top: 30px;
    transition: all 0.3s;
    box-shadow: 0 0 5px 3px #eeeedd8f;
    cursor: pointer;
    border-radius: 3px;
}
.social-activities-info {
    padding: 45px 0;
    background: #fdf2e9;
}
.social-activities-item-info {
    margin-top: 1rem;
}
.social-activities-item-info h2 {
    font-size: 24px;
    color:#9b3131;
}
.social-activities-item-info p {
    color: #676767;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.religious-activities-item-thum img {
    max-width: 100%;
}
.religious-activities-item-info {
    margin-top: 0;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    min-height: 102px;
}
.religious-activities-info {
    background: #fdf2e9;
    padding: 45px 0;
}
.religious-activities-item-info span {
    color: #9b3131;
    font-size: 18px;
    margin-bottom: 0.5rem;
    display: block;
}
.religious-activities-item-info h2 {
    font-size: 20px;
    margin-bottom: 0;
}
.religious-activities-item {
    margin-top: 30px;
    transition: all 0.3s;
    box-shadow: 0 0 5px 3px #eeeedd8f;
    /* cursor: pointer; */
    border-radius: 3px;
    overflow: hidden;
}
.social-activities-item-thum img {
    transition: transform .5s;
}
.social-activities-item-thum {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.social-activities-item:hover img {
    transform: scale(1.1);
    transition: transform .5s;
}
.religious-activities-item-thum img {
    transition: transform .5s;
}
.religious-activities-item-thum {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.religious-activities-item:hover img {
    transform: scale(1.1);
    transition: transform .5s;
}
.about-txt img {
    border-radius: 3px;
}
.ashram-pic-top-right {
    position: absolute;
    top: 0;
    right: 0px;
    width: 127px;
}
.ashram-pic-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 250px;
}
.foot-box2 ul li a:hover {
    color: #f9d5b8;
}
.ashram-picglry .port-box {
    border-radius: 3px;
    cursor: pointer;
}
.ashram-picglry .port-box {
    margin: 18px 0;
    width: calc(33.33% - 30px);
}
.port-img img {
    border-radius: 3px;
}
.row.lightgallery {
    align-items: center;
    justify-content: center;
}
.cover_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-radius: 3px;
}
.port-img:hover .cover_mask {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.port-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.cover_mask img {
    border-radius: 0px;
    width: 42px;
    height: 42px;
}
.photo-gallery-pic {
    background: #fdf2e9;
}
.photo-gallery-pic .port-img {
    border: 10px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 3px #eeeedd8f;
}
.photo-gallery-pic .port-box {
    margin: 15px 0;
    width: calc(33.33% - 30px);
}
.publications-pic {
    background: #fff;
    border-radius: 3px;
    padding: 0;
    transition: all 0.3s;
    cursor: pointer;
    box-shadow: 0 0 5px 3px #eeeedd8f;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}
.publications-pic img {
    max-width: 100%;
    border-radius: 3px;
    transition: transform .5s;
}
.publications-pic:hover img {
    transform: scale(1.1);
    transition: transform .5s;
}
.publications {
    background: #fdf2e9;
    padding: 45px 0;
}
.publications h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}
.publications-title {
    padding: 15px 0;
}
.btn-donate a {
    background: #9b3131;
    height: 50px;
    padding: 0 18px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    max-width: 120px;
    margin: 30px 0;
    border-radius: 3px;
    border: 1px solid #9b3131;
    transition: all 0.3s;
}
.btn-donate a:hover {
    background: #fdf2e9;
    color: #9b3131;
}
.contact-from {
    border-radius: 3px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 22px;
    margin-top: 42px;
}
.elementor-field-required {
    margin-bottom: 22px;
}
.elementor-field-required input, .elementor-field-required select, .elementor-field-required textarea {
    height: 52px;
    font-size: 15px;
    box-shadow: none;
    letter-spacing: 0.5px;
    padding: 0.5rem 0.75rem;
    border: 1px solid #cccbcb;
    border-radius: 3px;
    background-clip: initial;
    background: #fff;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.elementor-field-required textarea {
    resize: none;
    height: 120px;
}
.elementor-field-required textarea {
    outline: none !important;
}
.pg_btn {
    display: inline-block;
    height: 46px;
    line-height: 44px;
    background: #9b3131;
    color: #fff;
    border: solid 1px #9b3131;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.ne_pg_btns {
    height: 48px;
    line-height: 47px;
    font-size: 17.5px;
    padding: 0 22px;
}
.pg_btn:hover {
    background: #fdf2e9;
    color: #9b3131;
}
.cont-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.cont-box i {
    margin-right: 18px;
    color: #9b3131;
    font-size: 24px;
}
.cont-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #9b3131;
    margin-bottom: 6px;
}
.cont-box p, .cont-box p a {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}
.social-icons-cont {
    margin-top: 25px;
    border-top: 1px solid #e7e4e4;
    padding-top: 20px;
}
.social-icons-cont h2 {
    color: #212529;
    font-size: 20px;
    font-weight: bold;
}
.social-icons-cont ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 5px!important;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.social-icons-cont ul li {
    margin: 0 10px;
}
.contact-us-info {
    background: #fdf2e9;
    padding: 45px 0;
}
.elementor-field-required label span {
    color: red;
    font-weight: 900;
}
.form-control:focus {
    box-shadow: unset;
}
.contact-map img {
    max-width: 100%;
}
.contact-from h1 {
    color: #212529;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.navbar-toggler-icon i{
   color:#fff;
    margin-right:0;
}
.video-wrap{
   margin-bottom:18px;
   background: #fff;
   padding: 15px;
   border-radius: 3px;
}
.pre-block img {
    float: left;
    margin-right: 15px;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
}
/* Float Shadow */
.hvr-float-shadow {
    display:block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
   /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
   /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.publication-book{
   background:#fff;
   border-radius:3px;
   padding: 10px;
   margin: 15px 0;
   box-shadow: 2px 2px 2px 2px #f5e8dd;
   min-height: 700px;
}
.publication-book h3{
   font-size: 22px;
}
.publication-book p{
   font-size:14px;
}
.admins-table td, .admins-table th{
   text-align: left;
}
.admins-table td:first-child{
   text-align:center;
   width: 30%;
}
.admins-table th:first-child{
   text-align:center;
}
.about-img{
   background:#fff;
    padding:15px;
    border-radius:3px;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(253 242 233);
}
/* .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
   background: #fdf2e9;
    color: #9b3131!important;
} */
.navbar-nav .nav-link.active{
    background: #fdf2e9;
     color: #9b3131!important;
 }
 /* .navbar-nav .nav-item.show.dropdown{
    background: #fdf2e9;
     color: #9b3131!important;
 } */
 .bgActive a{
    background: #fdf2e9;
    color: #9b3131!important;
 }
 .bgActive2 a{ background: #000;
    color: #9b3131!important;}
.footerLink{
   background:transparent;
   border:none;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.footerLink:hover {
   color: #f9d5b8;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
   }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
   }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
        transform: translateX(25%);
   }
    .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
   }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #9b3131!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.errorTxt{
   font-size: 16px;
    padding: 10px;
    font-weight: normal;
    color: #f00;
}
.religious-activities-item-thum img{
   width:100%;
   height:186px;
   /*object-fit: cover;*/
}
.social-activities-item-thum img{
   width:100%;
   height: 450px;
   /* object-fit: cover; */
}
.activity-img {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    width:100%;
   /* height:400px;
   object-fit: cover; */
}
.click-text-small{
   font-size:14px;
   color: #9b3131;
    text-decoration:underline;
}
.ac-details-wrap img{
   float:left;
   width:45%;
   margin-right:20px;
    margin-bottom:10px;
}
.ac-details-wrap p{
   text-align:justify;
}
.ac-details-wrap .custom_heading h2:before {
    content: '';
    border: 1px solid #9b3131;
    width: 8px;
    position: absolute;
    bottom: -15px;
    right: 52%;
    left:auto;
}
.ac-details-wrap .custom_heading h2:after {
    content: '';
    border: 1px solid #9b3131;
    width: 30px;
    position: absolute;
    bottom: -15px;
    left: auto;
    right: 49%;
}
.avail{
   position: absolute;
    right: 5px;
    background: #0cbd39;
    color:#fff;
    top: 5px;
    padding: 3px;
}
.notAvail{
    position: absolute;
    right: 5px;
    background: #f00;
    color:#fff;
    top: 5px;
    padding: 3px;
}
.photo-wrap img{
   margin:0!important;
   width:100%!important;
    /* height:210px!important;
   object-fit: cover; */
}
.galleryModal .modal-header{
   padding:0!important;
   border-bottom:none!important;;
}
.pagination{
   justify-content:center;
}
.galleryModal .modal-header .btn-close{position:absolute;right:0;
    background: transparent url("../images/error.png") center/1em auto no-repeat;}
.galleryModal .modal-content{background-color:transparent!important;;}
.pagination button{
   padding: 3px;
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #9b3131;
    background: #fff;
    color: #9b3131;
}
.pagination button.active{
   border: 1px solid #9b3131;
    background:#9b3131;
    color:#fff;
}
.dropdown-item.active, .dropdown-item:active {
    background: #9b3131;
    color: #fdf2e9!important;
}
.imgContainer {
    position: relative;
    width: 100%;
    max-width: 400px;
  }
  
  /* Make the image to responsive */
  .imgContainer .image {
    width: 100%;
    height: auto;
  }
  
  /* The overlay effect (full height and width) - lays on top of the container and over the image */
  .imgContainer .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background: rgba(0, 0, 0, 0.7);
    cursor:pointer;
  }
  
  /* When you mouse over the container, fade in the overlay icon*/
  .imgContainer:hover .overlay {
    opacity: 1;
  }

  
  /* The icon inside the overlay is positioned in the middle vertically and horizontally */
  .imgContainer .icon {
    color: white;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
   }

  .imgContainer .fa-user:hover {
    color: #eee;
  }
  .navbar-toggler {
    padding: 10px;
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggler-icon{background-image: url(../images/menu.png);}
.navbar-toggler:focus{box-shadow:none;}
.d-nnone{display:none;}
/* .ashramLifeImg img{width:100%; height:203px; object-fit: cover;} */
.ashramLifeImg img{width:100%;}
.ashramLifeImg{margin-bottom: 18px;
    background: #fff;
    padding: 15px;
    border-radius: 3px;}
.ashramLifeImg p{margin-top:15px;}
.wel-inn p{text-align:justify;letter-spacing:1px;}
.parampara-list:nth-child(5) .parampara-pic::before {
    height: 190px;
    bottom: -190px;
  }
.img-fluid2{max-width:100%;height:auto; border: 10px solid #fff;}
.wel-inn strong{display:block; text-align:center;}
.sanskritTxt p{margin-bottom:0;}
.paramparaIntroSec{background:#fdf2e9;}
.blockquote {
    padding: 60px 80px 0px;
    position: relative;
    line-height: 32px;
}
.blockquote p {
    /* font-family: "Utopia-italic"; */
    font-size: 16px;
    text-align: center;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 147px;
  content:"\f10d";
  font-size: 200px;
  color: rgba(155 49 49 / 0.1);
  margin-left: -80px;
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 2px solid #9b3131;
    height: 2px;
    width: 200px;
}
.sanskritTxt strong{color:#9b3131;font-size:20px;}
.transBorder{text-decoration:none;}
.publicationsBook .publication-book{min-height: 430px;}
.publicationsBook .publication-book h3 {
    font-size: 20px;
    height: 52px;
}
.publicationsBook .publication-book p {
    font-size: 14px;
    height: 90px;
}
.ddMenu{color:#fdf2e9; text-decoration:none;}
.ddMenu:hover{color: #9b3131!important;background-color: #fdf2e9;}
/* .dropdown-item:focus, .dropdown-item:hover .ddMenu{} */
.dropdown-item:hover .ddMenu{color: #9b3131!important;}
.logo img{width: 34%;}
.foot-box1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.foot-box1 p {
    padding-top: 0;
    margin-top: 0;
}
.foot-box1 ul li:before {
    content: "||";
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 3px;
}
.foot-box1 ul li {
    position: relative;
    padding-left: 15px;
}


.face-link a {
    display: inline-block;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #3a5795;
    color: #fff;
    border-radius: 4px;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.face-link a:hover {
    opacity: 0.6;
}
.signTxt {
    padding-left: 30px;
    padding-top: 15px;
}
.social-icons-cont.text-center .face-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.face-link a {
	text-decoration: none!important;
}