/********** Template CSS **********/
:root {
    --primary: #FFE0D2;
    --secondary: #F8776B;
    --light: #ffffff;
    --dark: #F8776B;
	--bs-primary-rgb:248,117,107 !important;
	--bs-btn-bg: #F8776B !important;
    --bs-btn-border-color: #F8776B !important;
	--bs-btn-disabled-bg: #F8776B !important;
    --bs-btn-disabled-border-color: #F8776B !important;
    --orange:#e3a72f !important; 
    --default-font-family : "Alegreya Sans", sans-serif;
	--bs-focus-ring-color: rgba(255, 0, 0, 0.5); /* Red focus ring */
    --bs-focus-ring-width: 3px; /* Wider focus ring */
}

*:focus,
.form-control:focus,
.form-select:focus,
.btn:focus,
button:focus,
textarea:focus,
input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.light-background {background:var(--primary);}
.white-bg {background:var(--light);}
.btn-primary {background:var(--dark); border-color:var(--dark);}
.btn-primary:hover {background:var(--secondary); border-color:var(--secondary);}
.carousel-item .btn-outline-light { border-color:var(--dark); color:var(--dark);}
.carousel-item .btn-outline-light:hover { border-color:var(--secondary); color:var(--light); background: var(--secondary);}
.section-title::after {background:var(--secondary) !important;}
.logo-img {width:75px;}
.primary-text, .blog .sidebar .tags ul a, .blog .posts-list .read-more a, .blog .posts-list article .meta-top a, .blog .posts-list article i  {color: var(--dark);}
.blog .posts-list article i {font-family: 'Font Awesome 5 Free'; font-weight: 600; font-style: normal;}
.orange-text, .blog .sidebar .categories ul a:hover {color: var(--secondary) !important;}
.primary-background, .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a, .blog .sidebar .search-form form button, .blog .sidebar .tags ul a:hover {background : var(--dark);}
.blog .sidebar .tags ul a:hover {border-color:var(--dark); color: var(--light) !important;}
.orange-background {background : var(--secondary) !important;}
.footer-bg {
    background: linear-gradient(360deg, #FFE0D2 0%, #FFFFFF 65.57%);
}
/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1, h2, h3, h4, h5, h6, body, body p {font-weight: 400 !important; font-family:var(--default-font-family);}
p {font-size:20px;}
.fw-bold {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: var(--default-font-family);
	font-style: normal;
    font-weight: 400;
    transition: .5s;
}
.btn-primary,
.btn-secondary {
    color: var(--light);
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
	font-family: var(--default-font-family);
	font-style: normal;
    position: relative;
    color: var(--color-default);
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar-dark .navbar-brand h1 {
    color: var(--dark);
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: var(--light);
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--light);
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--secondary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--dark);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}

/*** Breadcrumbs ***/
.breadcrumbs:before {background: rgba(255, 255, 255, .75);}
.breadcrumbs ol li + li::before {color:var(--secondary);}
.breadcrumbs h2 { font-size: 40px;}


.hero-section {
    overflow: hidden;
    background: linear-gradient(91.65deg, rgba(255, 139, 102, 0.58) 11.41%, rgba(237, 237, 237, 0) 110.88%);
}

.art_one {
    position: absolute;
    right: 0;
    top: 100px;
    height: auto;
}

.art_two {
    position: absolute;
    left: 0;
    top: 15%;
    height: auto;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: var(--light);
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--light);
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../image/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }

.missionH-col {
    position: relative;
    display: flex;
    justify-content: center;
}

.mission-main-img {
    width: 361px;
    height: auto;
    z-index: 2;
    position: relative;
}

.mission-bottom-img {
    position: absolute;
    width: 428px;
     bottom:top: 106px;
    opacity: 0.8; 
    z-index: 1;
}
.mission-main-img-1 {
    width: 365px;
    height: auto;
    z-index: 2;
    position: relative;
}
.mission-bottom-img-2 {
    position: absolute;
    width: 384px;
    bottom:44px;
    opacity: 0.8; 
    z-index: 1;
}
a.btn-orange {
    height: fit-content;
    padding: 5px 30px;}
.btn-orange {
    background: #FF8B66;
    font-family: 'Alegreya Sans', sans-serif;
    border-radius: 10px;
        font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    
}

.home-mission-col2 {
    background: linear-gradient(269.9deg, #FFE0D2 0.09%, rgba(255, 224, 210, 0) 40%);
}
.home-col-4 {
    background-image: url(/images/g102.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.missionH-col{display: flex; 
flex-direction: column; 
align-items: center;
 justify-content: center; 
height: 100%; 
position: relative;}
}

.ashram-box {
    height: 412px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.ashram-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: rgba(0,0,0,0.35); 
    backdrop-filter: blur(2px);
}

.accordion-button:not(.collapsed) {color: #000000; background-color: #ffe0d2;}

.home-col {width: 100%;
          height: 400px;

    object-fit: cover;}

.content {position: absolute;
    left: 50%;
    transform: translate(-50%, -130%);
    background: rgb(255 255 255 / .7);
    border-radius: 10px;
    width: 75%;
    padding: 10px;
    text-align: center;}

.img {
    border-radius: var(--bs-border-radius) 10px !important;
    box-shadow: 0 4px 15px rgb(0 0 0 / .25);
}

.carousel-indicators {margin-bottom: -2rem; }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s 
ease-in-out;
}

.quote {
    left: 10%;
    width: 12%;
}

.black-text {
    color: #000;
    font-weight: 500;
    font-size: 32px;
}

.about-col-5-1 {
    background: radial-gradient(53.24% 69.54% at 50.15% 50%, #FFFFFF 24.79%, #FFFBFA 44.58%, #FFE0D2 85.73%);
    border-radius: 50px;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 35px;
}
.carousel-indicators .active {
    background-color: #F6877D !important;
}

.carousel-indicators .active {
    opacity: 1;
}


.carousel-indicators [data-bs-target] {
    border: 2px solid #f6877d;
    background: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 0;
    margin: 0 10px !important;
}
.history-btns img {
    background: #FFF;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%), inset 2px 0 4px rgb(0 0 0 / 15%);
    border-radius: 50%;
    padding: 10px;
    width: 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.awards-card {
    width: 100%;
    background: #FFFDFD;
    box-shadow: -5px -5px 20px rgb(246 135 125 / .1), 10px 15px 15px rgb(246 135 125 / .15);
    border: none;
}
.awards-card a {
    margin-bottom: 0;
    font-family: 'Alegreya';
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.awards-card img {
    object-fit: contain;
    padding: 1rem 1rem 0 1rem;
    height: 150px;
}
    
.media-gallery-grid {
    padding: 5px;
    column-width: 250px;
    column-gap: 10px;
}
.media-gallery-grid img {
    width: 100%;
    cursor: pointer;
    border: 2px solid lightgrey;
    margin-bottom: 10px;
    padding: 5px;
}















p.content-justify {
    text-align: justify;
}

