@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Engagement&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cantora+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    padding-top: 118px;
}
a, a:hover, a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}
img {
    max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
input, button {
    outline: none;
    box-shadow: none;
}
.greenColor{
    color: #136958 !important;
}
.green-border-color{
    border: 1px solid #136958 !important;
}
.redColor{
    color: #BF1B1B !important;
}
.pinkText {
    color: #FF0058;
}
.skyText {
    color: #0A66C2;
}
.mobile {
    display: none !important;
}
.mainHeader {
    background: #733;
    /* box-shadow: 0 0 10px; */
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
}
.mainHeader.fixedHeader {
    top: -39px;
    transition: all 400ms ease;
    box-shadow: 0 0 10px #0000002e;
}
.topHeader {
    /* display: flex; */
    /* justify-content: center; */
    padding: 10px 14px;
    align-items: center;
    background: #136958;
}
.listInline {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}
.gap20 {
    gap: 20px;
}
.topHeader p a {
    color: #333;
    font-weight: 500;
}
.topHeader li a, .topHeader li {
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: center;
}
.topHeader li i {
    line-height: 17px;
}
.topHeader .contactList i {
    color: #f08174;
}
.logInBtn {
    display: flex;
    align-items: center;
    height: 80px;
}
.logInBtn a {
    display: flex;
    align-items: center;
    background: #ED1C24;
    width: 150px;
    height: 31px;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
}
.contactList li:first-child {
    border-right: solid 1px #fff;
    padding-right: 10px;
}
nav#mainNav {
    background: #fff !important;
    padding: 0 0 2px;
}
.navbar-brand img {
    max-height: 60px;
}
li.menu-item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}
li.menu-item a:hover {
    background: #ed4834;
}
nav#mainNav .nav-item>a {
    font-size: 15px;
    color: #1E1E1E;
    font-weight: 500;
    padding: 29px 4px;
    position: relative;
}
nav#mainNav .nav-item>a:hover {
    color: #ffff;
    background: #136958;
}
nav#mainNav .nav-item {
    padding: 0 10px;
}
.dropMenu:hover .dropMenuWrp {
    opacity: 1;
    top: 100%;
    z-index: 9;
    transition: all 500ms ease;
    visibility: visible;
}
nav#mainNav .nav-item>i {
    position: absolute;
    right: 5px;
    top: 33px;
}
.bannerSec {
    /* background: url(../../assets/images/banner.png) 0 0 no-repeat; */
    /* background-size: cover !important; */
    padding: 0;
    position: relative;
    top: -8px;
}
.bannerContent {
    text-align: center;
}
.bannerContent h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}
.bannerSec .item {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.bannerSec .item img {
    height: 100%;
    object-fit: fill;
    width: 100%;
}
.greyText {
    color: #828282;
}
.blueBtn {
    background: #445BE7;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    cursor: pointer;
    justify-content: center;
}
.blueBtn:hover {
    background: #2c43d3;
    color: #fff;
}
.fullWidth {
    width: 100%;
}
.feature {
    padding: 30px 0;
    border-bottom: 1px solid #CECECE;
}
.feature ul {
    gap: 20px;
    align-items: center;
}
.feature ul li img {
    width: 70px;
}
.feature ul li h3 {
    font-size: 24px;
    color: #1E1E1E;
    margin: 0 0 5px;
    font-weight: 700;
}
.feature ul li p {
    font-size: 14px;
    color: #323232;
    margin: 0;
}
.sectionHeading h2 {
    color: #136958;
    font-family: 'Cantora One', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
}
.sectionHeading h2 span {
    font-weight: 700;
}
.listBxImg {
    position: relative;
}
.listBxImg img {
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.stickyNote {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 6px 15px;
    background: #000;
    color: #fff;
    font-size: 13px;
}
.pinkBg {
    background: #FF0058;
}
.listBxContent {
    padding: 5px;
    border: 1px solid #BBBBBB;
    margin-top: 5px;
}
.listBxContent ul li {
    color: #5F5C5C;
    font-size: 13px;
}
.listBxContent ul li span {
    color: #000;
    margin-left: 5px;
}
.listBxContent h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #181818;
}
.listBxContent p {
    color: #323232;
    font-size: 14px;
}
.listBx {
    margin: 0 0 30px;
}
.orangeBg {
    background: #FF4B0B;
}
.lineBtn {
    padding: 15px 10px;
    display: inline-block;
    text-align: center;
    color: #32324D;
    border: solid 1px #5F5F6D;
    font-size: 16px;
    border-radius: 5px;
}
.lineBtn:hover {
    background: #5F5F5F;
    color: #fff;
}
.locationBx {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.locationBxImg img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}
.locationBxContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    flex-wrap: wrap;
    display: flex;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6292892156862745) 41%, rgba(0, 0, 0, 0.15870098039215685) 68%, rgba(234, 42, 73, 0) 100%);
    text-align: center;
    align-items: center;
    justify-content: center;
}
.locationBxContent h3 {
    color: #fff;
    font-size: 30px;
    margin: 0;
}
.locationBxContent p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
.locationBxImg img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.unorderList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*=================================
search Area 
====================================*/
.searchSec {
    background: #15377E;
    background-size: cover !important;
    padding: 5px 0;
}
.searchbox2 {
    margin: -41px 90px;
    /* padding: 12px; */
}
.resultSec {
    padding-top: 77px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}
.filterAlphabetical {
    width: 172px;
    height: 36px;
    text-align: center;
    border-radius: 5px;
    font-weight: 100;
    float: right;
}
.bannerContent2 {
    margin: 33px;
    color: #fff;
    text-align: center;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    color: #dd1f1f
}
.pagination a.forwardarrow {
    color: #dd1f1f;
    border-radius: 50px;
    border: 1px solid #a29a9a;
}
.pagination a.backwardarrow {
    border-radius: 50px;
    border: 1px solid #a29a9a;
}
.allteampleSec {
    background: #ff4b0b !important;
    padding: 11px 0;
}
.topHeader ul.listInline li img {
    margin-right: 5px;
}
.topHeader ul.listInline li a {
    color: rgba(255, 255, 255, 0.7);
}
.listInline2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
    float: right;
}
.bottomline {
    border-bottom: 1px solid grey;
    width: 600px;
    margin: 12px 20px;
}
.bookpoojaBtn {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #fff;
    background: #4242f5;
    border: 1px solid #4242f5;
}
.donationBtn {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    color: #4242f5;
    background: #fff;
    border: 1px solid #4242f5;
}
.poojaTime {
    list-style-type: none;
    padding: 2px 0px;
}
.poojaTime li {
    padding: 3px;
    font-size: 14px;
}
.templeinfo {
    border: 1px solid black;
    border-radius: 10px;
    height: 100%;
}
.borderTop {
    border-top: 1px solid grey;
    width: 100%;
    margin-top: 12px;
}
.othertempleSec {
    padding: 50px 0;
}
.fourSlider .item {
    padding: 70px 2px;
    height: 350px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.templeInfo {
    padding: 30px 0;
    border-bottom: 1px solid grey;
}
.content {
    border: 3px solid black;
    width: 300px;
    height: 200px;
}
/*=================================
Contact Area 
====================================*/

.contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form h2 {
    color: #252525;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.contact-form .form-group label {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-form .form-group label span {
    color: #1d2152;
}
.contact-form .form-group.checkbox-option {
    position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
    position: absolute;
    top: 6px;
    left: 0;
}
.contact-form .form-group.checkbox-option p {
    padding-left: 25px;
    font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
    color: #1d2152;
}
.contact-form .form-group.checkbox-option p a:hover {
    color: #ffc221;
}
.contact-form .form-group .form-control {
    height: 50px;
    color: #252525;
    border: 1px solid #1d2152;
    background-color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500;
}
.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #ff4b0b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form .form-group textarea.form-control {
    height: auto;
}
.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative;
}
.contact-form .agree-label #chb1 {
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-form .agree-label label {
    font-weight: 500;
    color: #252525;
    margin-left: 25px;
}
.contact-form .agree-label label a {
    color: #1d2152;
}
.contact-form .agree-label label a:hover {
    color: #ffc221;
}
.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #f00;
    font-weight: 400;
    display: block;
}
.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px;
}
.contact-form .default-btn {
    border: 0;
    outline: none;
    background: #ff4b0b;
    color: #fff;
}
.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #444444;
}
.contact-form .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::placeholder {
    color: #444444;
}
.contact-card {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    border-radius: 15px;
}
.contact-card i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    font-size: 24px;
    color: #1d2152;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
}
.contact-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #252525;
}
.contact-card span {
    color: #444444;
    font-weight: 500;
    font-size: 17px;
    display: block;
}
.contact-card span a {
    color: #444444;
    display: block;
}
.contact-card span a:hover {
    color: #1d2152;
}
.contact-info {
    margin-bottom: 30px;
    /*background-color: #0a61ad;*/
    background: url(../../assets/images/contact.png);
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-info::before {
    content: '';
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/contact.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.contact-info span {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.contact-info h2 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 15px;
}
.contact-info p {
    color: #ffffff;
    margin-bottom: 20px;
}
.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-info ul li {
    display: block;
    margin-bottom: 30px;
    padding: 0px 12px;
    position: relative;
}
.contact-info ul li .content i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff;
    font-size: 20px;
    color: #1d2152;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info ul li .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
    display: block;
}
.contact-info ul li .content a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.contact-info ul li .content a:hover {
    color: #1d2152;
}
.contact-info ul li .content span {
    color: #ffffff;
    font-weight: 400;
    display: block;
    font-size: 15px;
}
.content2 {
    color: #fff;
}
.content2 a {
    color: #fff;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-right: 1px solid #888888;
    border-left: 0 solid;
}
/*=================================
footer Area End
====================================*/

.footer_area {
    background: linear-gradient(94.23deg, #232323 17.26%, #4C4C4C 100%);
}
.footer_contact {
    /* margin-bottom: 20px; */
}
.widgets_container>h3 {
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.footer_contact ul li:last-child {
    margin-bottom: 0;
}
.footer_contact ul li i {
    font-size: 15px;
    width: 15px;
    margin-right: 10px;
    color: #fff;
    padding: 6px 0px;
}
.footer_contact ul li span {
    font-weight: 700;
    margin-right: 20px;
}
.footer_menu ul li {
    margin-bottom: 8px;
}
.footer_menu ul li:last-child {
    margin-bottom: 0;
}
.footer_menu ul li a {
    font-size: 15px;
    /* line-height: 28px; */
    color: #fff !important;
}
.footer_menu ul, .footer_contact ul {
    padding: 0;
    list-style: none;
}
.footer_menu ul li a:hover {
    color: #04001b;
}
.footer_menu ul li a i {
    margin-right: 6px;
}

.footer_contact ul li {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 14px;
}
.footer_social {
    margin-top: 0;
}
.footer_social ul li {
    display: inline-block;
    padding: 0 7px;
}
.footer_social ul li:last-child {
    margin-right: 0;
}
.footer_social ul li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 17px;
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #fff;
    background: transparent;
    border-radius: 50%;
}
.footer_social ul li a:hover {
    background: #fff !important;
    color: #484848 !important;
}
.footer_top {
    padding: 77px 10px 0 6px;
    /* border-bottom: 1px solid #e5e5e5; */
}
.footer_bottom {
    border-top: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 37px 0 24px 2px;
}
.footer_contact ul li i.fa.fa-phone {
    transform: rotate(90deg);
}
.footer_contact a {
    color: #ffff;
}
.footer_social ul {
    padding: 0;
}
.copyright_area p {
    text-transform: capitalize;
}
.widgets_container p {
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
}
.newsletter_form {
    margin-top: 15px;
}
.newsletter_form form input {
    width: 77%;
    border: 2px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    color: #333;
    font-size: 13px;
    line-height: 50px;
    height: 50px;
    padding: 0 70px 0 20px;
}
.newsletter_form form button {
    padding: 8.5px 14px;
    font-size: 21px;
    border: 1px solid #fff;
    position: relative;
    top: 0;
    right: 0;
    background: #04001b;
    color: #fff !important;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.newsletter_form form button:hover {
    background: #333333;
}
.newsletter_form form {
    position: relative;
    display: flex;
}
.copyright_area_2 a {
    color: #fff;
}
.copyright_area_2 p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.w-80 {
    width: 80%;
}
.widgets_container.widget_menu {
    padding-left: 35px;
}
/*=================================
Main Banner Area 
====================================*/
.bannerSec .owl-carousel .owl-nav button.owl-prev, .bannerSec .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    color: #136958;
}
.bannerSec .owl-nav button span {
    font-size: 80px;
    height: 100%;
    display: block;
    width: 100%;
    line-height: 12px;
}
.bannerSec .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}
.bannerSec .owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.bannerSec .owl-carousel .owl-nav {
    margin: 0;
}
/*=================================
Index Section 2 Area 
====================================*/
.sectionTwo {
    padding: 70px 0;
}
.message-sec {
    width: 1118px;
    height: 288px;
    background: url('../../assets/images/section-2.png') 0 0 no-repeat;
}
.message p {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.message-sec img.quote-up-side {
    position: absolute;
    top: 30px;
    left: 114px;
    z-index: 1;
}
.message-sec img.quote-down-side {
    position: absolute;
    left: 996.18px;
    bottom: 21px;
    z-index: 1;
}
.message {
    width: 800px;
    height: 195.06px;
    top: 39.81px;
    left: 209px;
    position: absolute;
    background: #136958;
    padding: 30px 29px;
}
.message-by-sec {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-align: center;
}
/*=================================
Index Section 3 Area 
====================================*/

.aboutSec {
    padding: 47px 0px 90px 60px;
    /* background: url(../../assets/images/section-3.png) 0 0 no-repeat; */
    /* background-size: cover; */
    background: #e9e9e9cf;
}
.about-img {
    position: relative;
    top: 1px;
    left: 37px;
}
.about-img .img-1 {
    position: absolute;
    width: 261.45px;
    height: 338px;
    object-fit: contain;
}
.about-img .img-2 {
    position: absolute;
    left: 14em;
    top: 12.29em;
    width: 260.45px;
    height: 229.65px;
    object-fit: contain;
}
/* .about-img::before {
    content: "";
    width: 79px;
    height: 79px;
    border-radius: 50%;
    border: 5px solid #136958;
    position: absolute;
    z-index: 1;
    left: -3em;
    bottom: -15.5em;
}
.about-img::after {
    content: "";
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 5px solid #ED1C24;
    position: absolute;
    z-index: 1;
    left: -9em;
    bottom: -24.5em;
} */
.aboutHeading h6 {
    font-family: 'Cantora One', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
}
.aboutHeading h3 {
    font-family: 'Cantora One', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #136958;
}
.aboutContent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
section.aboutSec a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 40px;
    display: block;
    color: #136958;
}
.aboutContent {
    padding-left: 13em;
}
.aboutSecTwo {
    padding: 47px 0 107px 60px;
    background: #fff;
}
section.aboutSecTwo .aboutContent {padding: 38px 0 0 64px;}
/*=================================
Index Activity Breif Section Area 
====================================*/
.activity-breif-sec {
    background: #F0F0F0;
    padding: 45px 0;
    /* margin-bottom: 18px; */
}
.activity-card {
    width: 100%;
    height: 201px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #00000040 inset;
    text-align: center;
    /* margin-bottom: 6em; */
}
.activity-card-img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 4px solid #ffff;
    padding: 16px;
    position: absolute;
    top: 35px;
    left: 118px;
    background: #136958;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.activity-card-img .hover-up {
    display: none !important;
}
.activity-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.activity-card-content h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    /* text-align: center; */
    color: #136958;
}
.activity-card-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    /* text-align: center; */
    margin-bottom: 0;
}
.activity-card-content {
    padding: 0 0 0 10px;
    /* padding-top: 40px; */
}
.activity-card:hover .activity-card-img {
    background: #fff;
    border: 3px solid #136958;
}
.activity-card:hover .activity-card-img .hover-up {
    display: block !important;
}
.activity-card:hover .activity-card-img .main-img {
    display: none;
}
.mb-70 {
    margin-bottom: 70px;
}
/*activity section*/

.activity-sec {
    padding: 50px 0;
    /* margin-bottom: 18px; */
    background: linear-gradient(89.8deg, #0B5547 24.33%, #136958 206.95%);
}
.activities-card-img {
    width: 100%;
    height: 174px;
}
.activities-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activities-card-content h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
.activities-card-content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
.activities-card-content a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 26px;
}
.activities-card-content {
    width: 100%;
    text-align: center;
    padding: 28px;
}
.activity-card-two {
    width: 100%;
    height: 395px;
    padding: 10px;
}
/*=================================
Index Send message Area 
====================================*/
section.second-message-sec {
    z-index: 1;
    position: relative;
    color: #fff;
    /* background: url(../../assets/images/message-bg.png) 0 0 no-repeat; */
    padding: 60px 0;
    overflow: hidden;
    background-size: cover;
    /* margin-bottom: 18px; */
}
section.second-message-sec::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(91.38deg, rgba(19, 105, 88, 0.9) 12.8%, rgba(31, 116, 99, 0.9) 94.17%);
    z-index: 2;
    opacity: 0.8;
}
.secondMessage p {
    color: #ffff;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}
.secondMessage {
    position: relative;
    z-index: 999;
    opacity: 0.9;
    text-align: center;
}
/*=================================
Index Feature Area 
====================================*/
section.featureSec {
    position: relative;
    padding: 60px 0px;
    /* margin-bottom: 18px; */
}
.feature-card-img {
    width: 100%;
    height: 174px;
}
.feature-card-img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 4px solid #ffff;
    padding: 16px;
    background: #136958;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.feature-card-img .hover-up {
    display: none;
}
.feature-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-card:hover .feature-card-img{
    background: #fff;
    border: 3px solid #136958;
}
.feature-card:hover .feature-card-img .hover-up {
    display: block;
}
.feature-card:hover .feature-card-img .main-img {
    display: none;
}
.feature-card-content h4 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    color: #343434;
}
.feature-card-content p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #2A2A2A;
}
.feature-card-content a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    color: #136958;
    text-align: start;
}
.feature-card-content {
    width: 100%;
    text-align: left;
    padding: 23px 0px;
}
/*common css*/

.theme-border {
    border: 3px solid #136958 !important;
}
section.featureSec .row, section.featureSec .container-fluid {
    margin: 0;
    padding: 0;
}
.featureImg {
    position: relative;
    left: -18px;
}
/*=================================
Index Contact Us Area 
====================================*/
section.customSec {
    padding: 65px 0;
}
.contact-para p.bold {
    color: #2A2A2A;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 22.99px;
}
.contact-para {
    padding: 10px 29px 0 0;
}
.contact-para p {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
}
.enquiry-card {
    width: 266px;
    height: 144px;
    flex-shrink: 0;
    border-radius: 31px;
    background: #136958;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.enquiry-card span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    padding-bottom: 20px;
}
.enquiry-number {
    color: #FFF;
    text-align: center;
    font-family: 'Cantora One', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32.5px;
}
.enquiry-number i {
    font-size: 17px;
    transform: rotate(86deg) translate(-4px, 4px);
}
.contact-form-area {
    background: #F0F0F0;
    padding: 60px 0px;
}
.contact-form-area .footer_contact ul li, .contact-form-area .footer_contact ul li a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.label{
    color: #848484;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}
.contact-form-area input[type="text"], .contact-form-area input[type="tel"],  .contact-form-area input[type="email"]{
    width: 100%;
    height: 45px;
    border-radius: 7px;
    background: #FFFFFF;
    box-shadow: -3px -3px 3px 0px #0000001A inset;
    border: none;
    padding: 10px;
}
.contact-form-area textarea{
    width: 100%;
    height: 100px;
    border-radius: 7px;
    background: #FFFFFF;
    box-shadow: -3px -3px 3px 0px #0000001A inset;
    border: none;
    padding: 10px;
}
.blackBtn{
    width: 100%;
    height: 38px;
    border-radius: 25.5px;
    background: linear-gradient(113.91deg, #7A7B75 13.48%, #3A3A39 102.22%);
    color:#fff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    border: 0px solid transparent;
}
.checkbox{
    border-radius: 8px;
    border: 0px solid #FFF;
    background: #fff;
    width: 234px;
    height: 37px;
}
.m-l-2{
    margin-left: 2px !important;
}
.mt-12{
    margin-top: 12px !important;;
}
.ml-40{
    margin-left: 40px !important;;
}
.mr-50{
    margin-right: 50px !important;
}
/*=================================
breadcrumb Area 
====================================*/
.breadcrumb {
    background-image: url('../../assets/images/9.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 396px;
    display: grid;
    justify-content: stretch;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.breadcrumb-content h1 {
    color: #91090A;
    font-family: none;
    font-size: 40px;
}
.breadcrumb-content p {
    font-size: 31px;
    font-family: 'Lato';
}
.breadcrumb-content {
    text-transform: capitalize;
}
.w-92{
    width: 92% !important;
}
.breadcrumb-content span {
    color: #91090A;
    font-family: auto;
    font-size: 27px;
}
.blueColor{
    color: #1a7dc5 !important;
}
.font-normal {
    text-transform: lowercase;
    color: #fff;
    position: relative;
    z-index: 9999;
}
.font-normal::before {
    content: " ";
    position: absolute;
    width: 250px;
    height: 62px;
    left: -136%;
    top: 7px;
    background: #187dc5;
    z-index: -1;
}
/*=================================
Bod Area 
====================================*/
.customTable thead{
    background: #136958;
    color: #ffff;
}
.customTable.table-striped tbody tr:nth-of-type(odd) {
    background-color: #BEF2E8;
}
/*=================================
Activity Details Area 
====================================*/
.para{
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}
.centerScrollerSlider .owl-carousel .owl-stage-outer {
   /* padding: 50px 21.8em;
    width: 1086px;
    height: 360px;*/
   padding: 50px 0px 0 0;
}
.centerScrollerSlider .owl-item {
    filter: grayscale(100%);
}
.centerScrollerSlider .owl-item.active.center {
    /*transform: scale(1.2);*/
    z-index: 99;
    filter: grayscale(0%);
   /* margin: 0 80px;
    width: 354px !important;*/
    height: 238px;
}
.centerScrollerSlider .item img {
    width: 100%;
    height: 270px !important;
    object-fit: cover;
}
.centerScrollerSlider .item:nth-child(2) {
    width: 100%;
    height: 350px;
    border-radius: 20px;
}
.centerScrollerSlider .owl-nav button {
    font-size: 70px !important;
    position: absolute;
    left: 140px;
    top: 58%;
    transform: translateY(-50%);
    outline: none;
    padding: 0 !important;
    color: #136958 !important;
}
.centerScrollerSlider .owl-nav button.owl-next {
    left: auto;
}

.centerScrollerSlider .owl-item {
    filter: grayscale(0);
    /* margin-left: -8px; */
    /* padding: 0  30px; */
}
.centerScrollerSlider .owl-nav button, .centerScrollerSlider .owl-nav button.owl-next {
    left: -3%;
}
.centerScrollerSlider .owl-nav button.owl-next {
    right: -3% !important;
    left: auto;
}
.slideScroller .item {
    overflow: hidden;
}
.slideScroller .item>img {
    width: 100%;
    height: 100%;
}
.slideScroller .item .container {
    position: relative;
}
.w-281{
    width: 281px !important;
}
/*.centerSlider .owl-item:nth-child(2),.centerSlider .owl-item:nth-child(4){*/
/*.centerSlider .owl-item:nth-child(odd), .centerSlider .owl-item:nth-child(even){
    width: 285px !important;
    height: 188px;
}*/
.centerSlider.owl-carousel.owl-loaded.owl-drag{
    /* display: flex !important; */
    /* justify-content: center; */
    margin-bottom: 40px;
}
.gap10{
    gap: 10px !important;
}
.text-transform-none{
    text-transform: none !important;
}
.text-transform-uppercase{
    text-transform: uppercase !important;
}
.pilgrim-breadcrumb-margin{display: grid;width: 100%;justify-content: end;}
.custom-dropdown-menu {
    position: absolute;
    top: 96%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
}
.navbar-nav .custom-dropdown-menu {
    position: static;
    float: none;
    width: 280px;
    display: none;
}
.custom-dropdown-toggle .custom-dropdown-menu{
    position: absolute;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .custom-dropdown-menu {
        position: absolute;
    }
}

.custom-dropdown-item:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.custom-dropdown-item:focus, .custom-dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #136958;
}
.custom-dropdown-toggle:hover .custom-dropdown-menu {
    display: block;
}
.custom-dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-wrap: wrap;
}
li.nav-item.dropdown:hover .custom-dropdown-menu {
    display: block;
}
li.nav-item.dropdown:hover a#navbarDropdown{
    background: #136958;
    color: #fff;
}
/*-------------------homepage banner--------------------*/
.single-slider.owl-carousel .item img {
    position: relative;
}
.single-slider.owl-carousel .item .banner-content {
    position: absolute;
    top: 15em;
    width: 650px;
    left: 44px;
}
.single-slider.owl-carousel .item .banner-content h3{
    font-size: 60px;
    font-family: serif;
    color: #900A09;
}
ul.customList {
    list-style: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: justify;
    padding-left: 18px;
}
.fourSlider .owl-dots{
    position: relative;
    top: -31px;
    width: 100%;
    text-align: center;
}
.fourSlider .owl-dot{
    width: 10px;
    height: 10px;
    position: relative;
    background: #888 !important;
    margin-right: 10px;
    border-radius: 50%;
}
.fourSlider .owl-dot.active{
    background: #0d594b !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
ul.objectList {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
ul.objectList li {
    display: flex;
    justify-content: start;
    margin-bottom: 23px;
    align-content: center;
}
ul.objectList li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.blackColor{
    color: #343434 !important;
}
.greenColor{
    color: #136958 !important;
}
.blackColorTwo{
    color: #2A2A2A !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.briefImg img{
    width: 100%;
    height: 380px;
}
/*------------scroller--------------*/
::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #383838;
}
::selection {
    background: #383838;
    color: #fff;
    text-shadow: none;
}
.pilgrim-breadcrumb{
    background-image: url('../../assets/images/pilgrim-accommodation-banner.jpg')!important;
}
.education-breadcrumb{
    background-image: url('../../assets/images/6.png') !important;
}
.gaushala-breadcrumb{
    background-image: url('../../assets/images/8.png') !important;
}
.float, .float:hover {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 16px;
    right: 82px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galleryImg{
    height:250px;
    width:100%;
    object-fit:cover;
    margin:10px;
}
.galleryCard{
    overflow: hidden;
}
.galleryImg{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.galleryImg:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.text-end{
    text-align:end;
}
.w-70{
    width:70%;
}

.card {
    margin-bottom: 25px;
    padding: 21px 10px;
    text-align: center;
    cursor: pointer;
    background: url('../images/pooja_bg.jpg');
    background-position: center;
    background-size: cover;
    background: url('../images/pooja_bg_2.jpg');
    color: black;
    font-weight: 800;
    background: #fff;
}
.text_gradient{
    background: #FF0000;
    background: linear-gradient(to left, #FF0000 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seva_list_bg{
    background: #fdc830;
    background: -webkit-linear-gradient(to right, #fdc830, #f37335);
    background: linear-gradient(to right, #fdc830, #f37335);
}

.card_table {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 1px 9px #716666c4;
}