@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Aleo:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Alegreya", serif;
    font-optical-sizing: auto;
    font-style: normal;
    scroll-behavior: smooth !important;
}

p {
    font-family: "Aleo", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

::selection {
    color: #000;
    background: #209cac;
}

.custom-header {
    background: #0a4e58 !important;
}

.custom-header .header-nav-top .nav>li>a {
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 0px !important;

}
.mobile-top a{
    font-size: 18px !important;
    font-family: "Aleo", serif;
    color: #ffaf01 !important;
}

.mobile-top a i{
    font-size: 13px !important;
    margin-right: 7px !important;
    color: #ffaf01 !important;
}

#header .header-nav.header-nav-line nav>ul li:hover>a {
    color: #209cac !important;
}

#header .header-nav.header-nav-line nav>ul li:hover>a:before {
    background: #209cac !important;
}

#header .header-nav-main nav>ul>li>a {
    font-size: 13px;
    letter-spacing: 0px;
}

.header-headline h2 {
    font-size: 40px;
    color: white;
    font-weight: 600;
    letter-spacing: 0;
}

.header-headline p {
    font-size: 18px;
    color: white;
}

.custom-slider .col-half-section {
    max-width: 100% !important;
}

.custom-background-slider {
    /* background: url('../img/banner-1.jpg');
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover; */
}

.img-rotate {
    animation: rotation 9s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.main-heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: #0a4e58;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

.main-heading h2 span {
    color: #209cac;
}

.main-heading p {
    color: #000;
    font-size: 16px;
}

.from-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.from-heading span {
    color: #209cac;
}

input::placeholder {
    color: #000 !important;
    opacity: 1;
}

/* .line-bar {
    background: radial-gradient(circle, rgba(32, 156, 172, 1) 6%, rgba(0, 0, 0, 0.6755952380952381) 100%);
    display: block;
    height: 3px;
    margin: 5px 0 17px;
    width: 7%;
    transition: all .2s ease-in-out;
} */

/* .about-section .line-bar {
    background: radial-gradient(circle, rgba(32, 156, 172, 1) 6%, rgba(0, 0, 0, 0.6755952380952381) 100%);
    display: block;
    height: 3px;
    margin: 0px 0 17px;
    width: 22%;
    transition: all .2s ease-in-out;
} */
.line-bar img{
    width: 300px;
}
.custom-from .line-bar {
    background: radial-gradient(circle, rgba(32, 156, 172, 1) 6%, rgba(0, 0, 0, 0.6755952380952381) 100%);
    display: block;
    height: 3px;
    margin: 0px 0 17px;
    width: 100%;
    transition: all .2s ease-in-out;
}

.submit-btn {
    color: white;
    background: #209cac;
    font-size: 16px;
    border: 2px solid #209cac;
    border-radius: 0px;
    transition: .5s;
}

.submit-btn:hover {
    color: #209cac;
    background: #fff;
    border: 2px solid #209cac;
}

.overall-button {
    /* background: black; */

    border: none;

    background-color: #209cac;
    letter-spacing: 1px;
    text-transform: uppercase;

    padding: 5px 25px !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    transition: 0.3s !important;
    font-weight: 500 !important;
    border: 2px solid #209cac !important;
    margin: 0px;
    /* transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
      background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1); */
    display: inline-block;
    cursor: pointer;
    /* width: 100%; */
    min-width: 145px;
    /* min-width: 20rem; */
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;

}

.btn-border {
    background-color: transparent;
    color: black;
}

.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out;
}

span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
}

.btn-arrow:hover span {
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow .right-arrow {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.btn-arrow:hover .right-arrow {
    opacity: 1;
    right: -2rem;
}

.overall-button:hover {
    color: #209cac !important;
    border: 2px solid #209cac !important;
}

.custom-card-img {
    border-radius: 50%;
    border: 1px solid #209cac;
    padding: 3px 6px;
}

.custom-card-img img {
    width: 57px;

}

.custom-card-text h6 {
    margin-bottom: 4px;
}

.custom-card-text {
    background: #209cac;
    /* padding: 10px; */
}

.custom-card-text p {
    font-size: 11px;
    font-weight: 800;
    color: #fff;
}

.solution-section .line-bar {
    width: 70%;
}

.solution-point ul {
    padding-left: 0rem;
}

.solution-point ul li {
    list-style: none;
    font-size: 16px;
    color: #000;
    position: relative;
    font-family: "Aleo", serif;
    padding-left: 1.5rem;
}
.solution-point ul li::before {
    content: "";
    background: url(../img/star-of-david.svg) no-repeat;
    width: 22px;
    position: absolute;
    top: 0px;
    left: -4px;
    height: 100%;
    background-size: 100%;
}
.topheader-page-saction .solution-point ul li strong{
    font-size: 19px;
}
.solution-point ul li span{
    font-family: "Aleo", serif;
}

.solution-point ul li img {
    width: 18px;
    margin-right: 5px;
}

.solution-point ul li::marker {
    color: #209cac
}

.solution-section {
    background: #bbf7ff45;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 0 15px 0 #9ee7f06a;
}

.service-icon {
    width: 100%;
    height: auto;
    /* padding: 20px; */
    text-align: center;
    transition: all .5s ease;

}

.service-content button {
    position: relative;
}

.front-content img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.service-content {
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #7dc9d375;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-box .service-icon .front-content {
    position: relative;
    top: 204px;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.service-carousel-item {
    padding: 30px;
    border-color: transparent;
    box-shadow: 0 0 15px 0 #209cac;
    position: relative;
    margin: 20px;
}

.service-carousel-item .service-carousel-content {
    padding: 30px 25px 20px 25px;
}

.service-carousel-item .overall-button {
    padding: 11px 18px !important;
    height: 0%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), #ff004f); */
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    opacity: 0;
    font-size: 14px;
    transition: height 0.5s;
}

.service-carousel-item:hover .overall-button {
    height: 100%;
    opacity: 1;
}

.service-section .overall-button {
    /* background: black; */

    border: none;

    background-color: #209cac;
    letter-spacing: 1px;
    text-transform: uppercase;

    padding: 6px 13px !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    transition: 0.3s !important;
    font-weight: bold !important;
    border: 2px solid #209cac !important;
    margin: 0px;
    /* transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1),
       background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1); */
    display: inline-block;
    cursor: pointer;
    width: 100%;
    /* min-width: 100%; */
    /* min-width: 20rem; */
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.why-section {
    background: url('../img/why-bg.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1000px #000000c4 !important;
    background-attachment: fixed;
}

.custom-counter-col strong {
    font-size: 35px;
    color: #fff;
    margin-bottom: 10px;
}

.custom-counter-col label {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.counter-bg img {
    width: 170px;
}

.custom-strong {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mangal-card-body p {
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.mangal-card-body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slider-item{
    margin: 0 10px;
    padding: 5px 0px;
    background: #ffffff00;
    /* border-radius: 50%; */
}
.slider-item .slider-item-img{
    border-radius: 50%;
    background: #fff;
}
.slider-item img{
    width: 90px;
    object-fit: cover;
    padding: 10px 0px;
}
.slider-content{
    background: #0a4e58;
    margin-top: 15px;
    border-radius: 3px;
}
.slider-content p{
    font-size: 13px !important;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}
.horizontal-arrow img{
    width: 54px;
}

.horoscope-section{
    background: url(../img/horoscope-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px #0000009c !important;
}
.mangal-btn a{
    border-radius: 0px;
    background: #ffffff;
    color: #209cac;
    border: 2px solid #209cac;
}
.mangal-btn a:before{
    background: #209cac !important;
}
.mangal-btn a:hover{
    color: #fff;
}

.mangal-btn2 a{
    border-radius: 0px;
    background: #209cac;
    letter-spacing: 0px;
    color: #ffffff;
    border: 2px solid #209cac;
}

.mangal-btn2 a:before{
    background: #ffffff !important;
}
.mangal-btn2 a:hover{
    color: #209cac;
    border: 2px solid #209cac;
}
.custom-testimonial p{
    font-size: 16px !important;
    line-height: 19px;
}
.testimonial-section{
    background: #c1f0f642;
}

.testimonial-section .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]{
    background-color: #0a4e58;
}

.testimonial-section h4{
    letter-spacing: 0px;
    text-transform: capitalize;
}

.testimonial-section p{
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.testimonial-section .owl-carousel.carousel-center-active-item-2 .owl-item.active > div{
    background: #0a4e58;
}

/* .testimonial-section .owl-carousel.carousel-center-active-item-2 .owl-item.active > div .fa-star *{
    color: red !important;
} */

.custom-footer-section h5{
    color: #209cac !important;
    letter-spacing: 0px;
    font-size: 16px;
}
.custom-footer-section ul li{
    font-size: 16px;
    letter-spacing: 0px;
}

.custom-footer-section ul li strong{
    font-weight: 400;
}

.custom-footer-section ul li p i{
    color: #209cac !important;
}
.custom-footer-section ul li p{
    font-size: 14px;
}
.custom-primary-color{
    color: #209cac !important;
    font-size: 18px !important;
}
.custom-footer-section{
    background: url('../img/footer-bg.jpg') !important;
    background-position: center;
    background-size: cover !important;
    background-attachment: fixed !important;
    border: none !important;
    box-shadow: inset 0 0 0 1000px #0000009c !important;
}
.custom-from .form-control{
    border-bottom: 1px solid black;
}

.custom-from i{
    color: #0a4e58 !important;
}

.custom-from .form-style-4.form-style-4-text-dark .form-check-label{
    color: #000;
}
.custom-from .card{
    box-shadow: rgb(32 156 172) 5px 5px;
    border-radius: 0px;
    border: 2px solid #209cac;
    transition: .5s;
}

.custom-from .card:hover{
    box-shadow: rgb(32 156 172) -5px -5px;
}

.astrology-page{
    background: #c0e2e788;
}

.custom-drop-down ul li a{
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.custom-single-page-card{
    padding: 20px;  
}
.rating{
    font-size: 18px;
    font-weight: 900;
}

.rating span i{
    color: #fcc705;
}
.services-page-section .feature-box .feature-box-icon{
    height: 15.7em;
}

.custom-page-btn{
    background: #209cac;
}

.page-header.page-header-modern.page-header-sm h1{
    letter-spacing: 1px;
}
.remedies-slider{
    background: #0a4e58;
    border-radius: 7px;
    min-height: 220px;
}
.puja-kit{
    background: #0a4e58;
    border-radius: 7px;
}
.remedies-slider img{
    width: 100%;
    height: 163px !important;
    object-fit: cover;
}
.puja-kit img{
    width: 100%;
    height: 163px !important;
    object-fit: cover;
}
a{
    text-decoration: none !important;
}
.puja-kit p{
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    line-height: 18px;
    padding: 10px;
}
.remedies-slider p{
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 0;
    line-height: 18px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .horoscope-margin-top{
    margin-top: 69px;
} */

.contact-page.custom-from .card{
    border: none;
    box-shadow: none;
}

.contact-page.custom-from .card:hover{
    box-shadow: none;
}

.contact-us-page-section p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.contact-us-page-section .list-icons-style-2 li i{
    color: #0a4e58 !important;
}

.contact-us-page-section li{
    color: #000;
    font-family: "Aleo", serif;
}


.contact-us-page-section .list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li a:first-child > .icons:first-child{
    border-color: #0a4e58;
}

.contact-label i{
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
    padding-top: 5px;
}

.contact-label{
    background: #0a4e58;
}

.contact-label p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.astrology-page .card img{
    width: 100%;
    height: 269px;
    object-fit: cover;
}
.astrology-page .card .card-body p{
    min-height: 156px;
}
.services-page-section .feature-box-icon img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.services-page-section .card{
    width: 100%;
    height: 420px;
}
.book-puja-page-section .card{
    width: 100%;
    height: 660px;
}

.pujaproduct-page .card{
    min-height: 459px;
}

.pujakit-page .card {
    min-height: 484px;
}

.payment-img img{
    width: 100px;
}
.about-page .card img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.banner-card-img{
    height: 225px;
    width: 100%;
    object-fit: cover;
}
.book-puja-content .card-body p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#fixed-social {
    position: fixed;
    top: 78%;
    right: 21px;
    z-index: 99;
    background: #ffffff00;
    padding-top: 10px;
}
#fixed-social a {
    color: #ffffff;
    display: block;
    height: 45px;
    position: relative;
    text-align: center;
    line-height: 45px;
    width: 45px;
    margin-bottom: 15px;
    z-index: 2;
}
.fixed-users img {
    width: 50px;
}
.shop-sticky{
    position: sticky;
    top: 88px;
}

.shop-content ul{
    padding-left: 1rem;
}

.shop-content ul li{
    font-size: 16px;
    font-family: "Aleo", serif;
    font-size: 16px;
    color: #000;
}

.shop-content p{
    color: #000;
    font-size: 16px;
}
.shop-content li p{
    color: #000;
    font-size: 16px;
    margin: 0px;
}
.single-page-img{
    height: 320px;
    object-fit: contain;
    width: 100%;
    margin-bottom: 20px;
}

.sticky-form{
    position: sticky;
    top: 88px;
}

.main-heading h2 b{
    font-weight: 600;
    color: #209cac;
    text-transform: capitalize;
}

custom-single-page-card .main-heading h2 strong{
    font-weight: 600;
    color: #209cac;
    text-transform: capitalize;
}

.main-heading ul li{
    font-size: 16px;
    font-family: "Aleo", serif;
}

.main-heading ul li p{
    color: #000;
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    font-family: "Aleo", serif;
}
.summary h1{
    margin-bottom: 0px;
    font-size: 34px;
    font-weight: 500;
}
.price strong{
    color: #000;
}
.solution-point ul li strong {
    font-size: 19px;
}
.custom-single-page-card .main-heading p{
    margin-bottom: 5px;
    line-height: 22px;
}

.custom-single-page-card .main-heading p strong{
    font-family: "Aleo", serif;
}

.custom-single-page-card .main-heading h3{
    font-size: 35px;
    font-weight: 600;
    color: #0a4e58;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.custom-single-page-card .main-heading h2 strong{
    font-weight: 600;
    color: #209cac;
}
.custom-single-page-card .main-heading h3 strong{
    font-weight: 600;
    line-height: 30px;  
    color: #209cac;
}
.pujaproduct-page .card img{
    height: 290px;
    object-fit: cover;
}
.puja-product-page-content {
    min-height: 90px;
}
.payment-page-section h5 {
    font-size: 15px;
    color: #000;
    letter-spacing: 0;
    font-family: "Aleo", serif;
    font-weight: 500;
    text-transform: capitalize;
}
.payment-page-section h5 span{
    font-size: 16px;
    font-family:  "Aleo", serif;
}

.custom-footer-section .social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a{
    background: transparent !important;
}

.custom-footer-section .social-icons li:hover.social-icons-facebook a{
    background: transparent !important;
}

.custom-footer-section .social-icons li:hover.social-icons-instagram a{
    background: transparent !important;
}
.custom-footer-section .social-icons li:hover.social-icons-twitter a{
    background: transparent !important; 
}
.payment-card {
    padding: 15px 10px;
    border: 2px solid #000;
    min-height: 280px;
}