@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";

.clr-black-1 {
    color: #000 !important
}

.clr-black-2 {
    color: #333 !important
}

.clr-black-3 {
    color: #666 !important
}

.clr-black-4 {
    color: #999 !important
}

.clr-black-5 {
    color: #ccc !important
}

.clr-orange {
    color: #222222;
 !important
}

.clr-orange-dark {
    color: #ff6202 !important
}

.clr-bulgarianRosen {
    color: #460909 !important
}

.clr-oldBrownCrayo {
    color: #300101 !important
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box
}

html,
body {
    float: left;
    width: 100%
}

body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color:black;
}

@media screen and (max-width: 1024px) {
    body {
        font-size: .875rem
    }
}

a {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

a:focus-visible {
    text-decoration: none;
    outline: 0
}

.container {
    width: 100%;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem
}

@media screen and (max-width: 1300px) {
    .container {
        max-width: 100%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

section {
    float: left;
    width: 100%;
    padding: 3.75rem 0;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    section {
        padding: 2.5rem 0
    }
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: "Inter", sans-serif
}

h1,
.h1 {
    font-size: 32px
}

@media screen and (max-width: 1120px) {

    h1,
    .h1 {
        font-size: 28px
    }
}

h2,
.h2 {
    font-size: 30px
}

@media screen and (max-width: 1120px) {

    h2,
    .h2 {
        font-size: 26px
    }
}

h3,
.h3 {
    font-size: 28px
}

@media screen and (max-width: 1120px) {

    h3,
    .h3 {
        font-size: 24px
    }
}

h4,
.h4 {
    font-size: 26px
}

@media screen and (max-width: 1120px) {

    h4,
    .h4 {
        font-size: 22px
    }
}

h5,
.h5 {
    font-size: 24px
}

@media screen and (max-width: 1120px) {

    h5,
    .h5 {
        font-size: 20px
    }
}

h6,
.h6 {
    font-size: 22px
}

@media screen and (max-width: 1120px) {

    h6,
    .h6 {
        font-size: 18px
    }
}

a.contact-no {
    float: left;
    text-decoration: none;
    padding-right: 1rem;
    background: #222222;
    color: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    font-size: 1.625rem;
    border: 3px solid #fff
}

@media screen and (max-width: 1120px) {
    a.contact-no {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 991px) {
    a.contact-no {
        font-size: 1rem;
        padding-right: .7rem;
        border: 0
    }
}

a.contact-no i {
    float: left;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e37100;
    -webkit-border-radius: 9px 0 0 9px;
    -moz-border-radius: 9px 0 0 9px;
    -ms-border-radius: 9px 0 0 9px;
    border-radius: 9px 0 0 9px;
    margin-right: 1rem
}

@media screen and (max-width: 991px) {
    a.contact-no i {
        width: 40px;
        height: 50px;
        margin-right: .7rem
    }

    a.contact-no i img {
        height: 20px
    }
}

header {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 3;
    position: sticky;
    top: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, .05);
    overflow: hidden
}

@media screen and (max-width: 480px) {
    header {
        overflow: visible
    }
}

header::after,
header::before {
    float: left;
    content: "";
    height: 100%;
    background: #222222;
    -webkit-transform: skew(-40deg, 0deg);
    -moz-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    position: absolute;
    top: 0;
    z-index: -1
}

@media screen and (max-width: 991px) {

    header::after,
    header::before {
        display: none
    }
}

header::before {
    width: 20%;
    left: -3rem
}

@media screen and (max-width: 2100px) {
    header::before {
        width: 16%
    }
}

@media screen and (max-width: 1920px) {
    header::before {
        width: 12%
    }
}

@media screen and (max-width: 1600px) {
    header::before {
        width: 8%
    }
}

header::after {
    width: 30%;
    right: -3rem
}

@media screen and (max-width: 2100px) {
    header::after {
        width: 26%
    }
}

@media screen and (max-width: 1920px) {
    header::after {
        width: 22%
    }
}

@media screen and (max-width: 1600px) {
    header::after {
        width: 18%
    }
}

@media screen and (max-width: 1440px) {
    header::after {
        width: 14%
    }
}

header .container {
    padding: 1rem
}

@media screen and (max-width: 480px) {
    header .container {
        padding: .5rem 1rem
    }
}

header .logo {
    float: left
}

header .logo img {
    float: left;
    height: 66px
}

@media screen and (max-width: 991px) {
    header .logo img {
        height: 30px
    }
}

header .header-right {
    float: right;
    display: flex;
    align-items: center
}

header .header-right .nav {
    float: left;
    margin-right: 2rem
}

@media screen and (max-width: 1280px) {
    header .header-right .nav {
        margin-right: 1rem
    }
}

@media screen and (max-width: 991px) {
    header .header-right .nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff
    }
}

header .header-right .nav li {
    float: left
}

@media screen and (max-width: 991px) {
    header .header-right .nav li {
        width: 100%;
        border-top: 1px solid #f7f7f7
    }
}

header .header-right .nav li a {
    float: left;
    padding: 0 2rem;
    font-size: 1.25rem;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    font-weight: 500
}

@media screen and (max-width: 1280px) {
    header .header-right .nav li a {
        padding: 0 1rem
    }
}

@media screen and (max-width: 991px) {
    header .header-right .nav li a {
        width: 100%;
        padding: 1rem
    }
}

header .header-right .nav li a:hover {
    color: #ff6202
}

header .navbar-toggler {
    float: left;
    margin: 8px 0 8px 1rem;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #fff;
    background: #ff6202;
    width: 50px;
    height: 50px;
    line-height: 1.8;
    padding: 15px !important;
    display: none;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden
}

@media screen and (max-width: 991px) {
    header .navbar-toggler {
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: .5rem;
        border: 0
    }
}

header .navbar-toggler:focus {
    box-shadow: none
}

header .navbar-toggler .icon-bar {
    float: left;
    background: #fff;
    width: 28px;
    height: 2px;
    transition: .5s ease
}

header .navbar-toggler .icon-bar:nth-child(1) {
    transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    -moz-transform: rotate(0) translateY(0) translateX(0);
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -o-transform: rotate(0) translateY(0) translateX(0)
}

header .navbar-toggler .icon-bar :nth-child(2) {
    opacity: 1
}

header .navbar-toggler .icon-bar:nth-child(3) {
    transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    -moz-transform: rotate(0) translateY(0) translateX(0);
    -ms-transform: rotate(0) translateY(0) translateX(0);
    -o-transform: rotate(0) translateY(0) translateX(0)
}

@media screen and (max-width: 991px) {
    header .navbar-toggler.active {
        background: #ff6202
    }

    header .navbar-toggler.active .icon-bar {
        background: #fff
    }
}

header .navbar-toggler.active .icon-bar:nth-child(1) {
    transform: rotate(-45deg) translateY(5px) translateX(-5px);
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    -moz-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    -ms-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    -o-transform: rotate(-45deg) translateY(5px) translateX(-5px)
}

header .navbar-toggler.active .icon-bar:nth-child(2) {
    opacity: 0
}

header .navbar-toggler.active .icon-bar:nth-child(3) {
    transform: rotate(45deg) translateY(-7px) translateX(-7px);
    -webkit-transform: rotate(45deg) translateY(-7px) translateX(-7px);
    -moz-transform: rotate(45deg) translateY(-7px) translateX(-7px);
    -ms-transform: rotate(45deg) translateY(-7px) translateX(-7px);
    -o-transform: rotate(45deg) translateY(-7px) translateX(-7px)
}

.form-banner {
    float: left;
    width: 100%;
    background: url(/images/bg-form.png) no-repeat center #e37100;
    background-size: cover;
    color: #fff;
    overflow: visible
}

.form-banner .data {
    float: left;
    width: 50%
}

@media screen and (max-width: 991px) {
    .form-banner .data {
        width: 100%
    }
}

.form-banner .data h1 {
    margin-bottom: 1rem
}

.form-banner .data h2 {
    margin-bottom: 1rem
}

.form-banner .data h3 {
    margin-bottom: .7rem;
    font-weight: 600
}

.form-banner .data .num {
    float: left;
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

@media screen and (max-width: 767px) {
    .form-banner .data .num {
        font-size: 1.5rem
    }
}

.form-banner .data .fasList {
    float: left;
    width: 100%;
    margin: 1rem 0;
    padding-left: 1.3rem
}

.form-banner .data .fasList li {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    list-style: disc
}

.form-banner .formWrapp {
    float: right;
    width: 40%;
    background: #222222;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: -7rem
}

@media screen and (max-width: 991px) {
    .form-banner .formWrapp {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 0
    }
}

.form-banner .formWrapp h2 {
    float: left;
    width: 100%;
    text-align: center;
    background: #222222;
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    -ms-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
    padding: 1rem
}

.form-banner .formWrapp .form {
    float: left;
    width: 100%;
    padding: 2rem
}

@media screen and (max-width: 767px) {
    .form-banner .formWrapp .form {
        padding: 1.5rem
    }
}

.form-banner .formWrapp .form li {
    float: left;
    width: 100%;
    margin-bottom: 1rem
}

.form-banner .formWrapp .form li:last-child {
    margin-bottom: 0
}

.form-banner .formWrapp .form li .form-control {
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #f7f7f7;
    background: #fff;
    padding: 0 1rem;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px
}

.form-banner .formWrapp .form li textarea.form-control {
    padding: 1rem;
    height: 10rem
}

.form-banner .formWrapp .form li .btn {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 1rem;
    background: #e37100;
    color: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    border: 0;
    font-weight: 700;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .form-banner .formWrapp .form li .btn {
        font-size: 1.3rem
    }
}

.aboutUs .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 991px) {
    .aboutUs .container {
        flex-wrap: wrap
    }
}

.aboutUs .img-box {
    float: left;
    padding-right: 2rem
}

@media screen and (max-width: 991px) {
    .aboutUs .img-box {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center
    }
}

.aboutUs .img-box img {
    max-width: 100%
}

.aboutUs .data {
    float: right;
    width: 60%
}

@media screen and (max-width: 991px) {
    .aboutUs .data {
        width: 100%;
        margin-top: 2rem
    }
}

.aboutUs .data h6 {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.aboutUs .data h6 span {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

.aboutUs .data h6 i {
    margin-right: 1rem;
    float: left
}

.aboutUs .data h6:after {
    float: right;
    width: calc(100% - 180px);
    height: 1px;
    content: "";
    border-bottom: 1px dashed #999
}

@media screen and (max-width: 991px) {
    .aboutUs .data h6:after {
        width: calc(100% - 160px)
    }
}

.aboutUs .data h2 {
    margin-bottom: 1rem
}

.aboutUs .data p {
    margin-bottom: 1rem;
    line-height: 1.3
}

.aboutUs .data .contact-no {
    margin-top: .8rem
}

.doshNivaranPuja {
    background: url(/images/om.png) no-repeat -2rem center #f7f7f7;
    padding: 0;
    position: relative
}

@media screen and (max-width: 1120px) {
    .doshNivaranPuja {
        background-position: center bottom !important
    }
}

.doshNivaranPuja .img-box {
    float: right;
    width: 46%
}

@media screen and (max-width: 1120px) {
    .doshNivaranPuja .img-box {
        width: 100%
    }
}

.doshNivaranPuja .img-box img {
    float: left;
    width: 100%
}

@media screen and (max-width: 1540px) {
    .doshNivaranPuja .img-box img {
        height: 600px;
        object-fit: cover
    }
}

@media screen and (max-width: 1120px) {
    .doshNivaranPuja .img-box img {
        height: auto
    }
}

.doshNivaranPuja .container {
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    padding: 2rem 1rem
}

@media screen and (max-width: 2040px) {
    .doshNivaranPuja .container {
        top: 0;
        left: 0;
        -webkit-transform: translate(0%, 0);
        -moz-transform: translate(0%, 0);
        -ms-transform: translate(0%, 0);
        transform: translate(0%, 0)
    }
}

@media screen and (max-width: 1120px) {
    .doshNivaranPuja .container {
        position: relative
    }
}

.doshNivaranPuja .container .data {
    float: left;
    width: 50%
}

@media screen and (max-width: 1120px) {
    .doshNivaranPuja .container .data {
        width: 100%;
        margin-top: 2rem
    }
}

.doshNivaranPuja .container .data h6 {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem
}

.doshNivaranPuja .container .data h2 {
    margin-bottom: 1rem
}

.doshNivaranPuja .container .data ul.txtList {
    float: left;
    width: 100%
}

.doshNivaranPuja .container .data ul.txtList li {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem
}

.doshNivaranPuja .container .data ul.txtList li h6 {
    margin-bottom: .7rem
}

.doshNivaranPuja .container .data ul.txtList li p {
    line-height: 1.3
}

.doshNivaranPuja.leftImg {
    background-position: right center
}

.doshNivaranPuja.leftImg .img-box {
    float: left
}

.doshNivaranPuja.leftImg .data {
    float: right
}

.panditji-puja-list {
    background: url(/images/bg-form.png) no-repeat center bottom;
    background-size: contain;
    text-align: center
}

.panditji-puja-list h6 {
    margin-bottom: .5rem
}

.panditji-puja-list h2 {
    margin-bottom: 1rem
}

.panditji-puja-list ul.puja-list {
    float: left;
    width: 100%;
    display: inline-flex;
    margin-top: 1rem;
    flex-wrap: wrap
}

.panditji-puja-list ul.puja-list li {
    float: left;
    width: 33.333%;
    padding: 0 1rem
}

@media screen and (max-width: 991px) {
    .panditji-puja-list ul.puja-list li {
        width: 50%;
        margin-bottom: 2rem
    }

    .panditji-puja-list ul.puja-list li:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .panditji-puja-list ul.puja-list li {
        width: 100%;
        padding: 0
    }
}

.panditji-puja-list ul.puja-list li .imgBox {
    float: left;
    width: 100%;
    margin-bottom: 1rem
}

.panditji-puja-list ul.puja-list li .imgBox img {
    float: left;
    width: 100%
}

.panditji-puja-list ul.puja-list li h3 {
    margin-bottom: 1rem
}

.panditji-puja-list ul.puja-list li a {
    display: inline-flex;
    text-decoration: none;
    color: #ff6202;
    align-items: center;
    font-size: 1.3rem
}

.panditji-puja-list ul.puja-list li a i {
    margin-left: 1rem;
    float: left
}

.panditji-puja-list ul.puja-list li a i img {
    float: left
}

.cunsultation {
    background: url(/images/bg-hills-2.png) no-repeat center bottom #e37100;
    background-size: 100%;
    text-align: center;
    color: #fff
}

.cunsultation h2 {
    margin-bottom: 1rem
}

.cunsultation p {
    font-size: 1.2em;
    display: inline-block;
    width: 100%;
    line-height: 1.5
}

.cunsultation a {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 1.3rem
}

.photo-gallery {
    text-align: center
}

.photo-gallery ul.photo-list {
    float: left;
    width: 100%;
    display: inline-flex;
    margin-top: 1rem;
    flex-wrap: wrap
}

.photo-gallery ul.photo-list li {
    float: left;
    width: 33.333%;
    padding: 0 1rem
}

@media screen and (max-width: 991px) {
    .photo-gallery ul.photo-list li {
        width: 50%;
        margin-bottom: 2rem
    }
}

@media screen and (max-width: 767px) {
    .photo-gallery ul.photo-list li {
        width: 100%;
        padding: 0
    }

    .photo-gallery ul.photo-list li:last-child {
        margin-bottom: 0
    }
}

.photo-gallery ul.photo-list li img {
    float: left;
    width: 100%
}

footer {
    float: left;
    width: 100%;
    color: #fff;
    background: #e37100;
}

footer ul.footer-list {
    float: left;
    display: flex;
    width: 100%;
    padding: 1rem 0;
    flex-wrap: wrap
}

footer ul.footer-list li {
    width: 33.333%;
    padding: .5rem 0
}

@media screen and (max-width: 991px) {
    footer ul.footer-list li {
        width: 50%
    }
}

@media screen and (max-width: 640px) {
    footer ul.footer-list li {
        width: 100%
    }
}

footer a {
    color: #fff;
    text-decoration: none
}

footer .design {
    float: left;
    width: 100%;
    background: #222222;
    padding: .5rem 1rem;
    text-align: center
}

/*# sourceMappingURL=style.css.map */

/*  */
.footer-list
{
    text-align: center;
}
.datanew
{
    text-align: center;
}
.datanew a
{
    color:#031728;
}
.datanew h3 
{
    font-size: 40px;
}
