﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,500,400,600,700|Playfair+Display:400,700,900');

html {
    height: 100%;
}

body {
    width: 100%;
    float: left;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.header-first {
    padding-top: 0px !important;
    background-color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

header.header-cont {
    background-color: #9c0d0f;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
    box-shadow: 0 6px 18px 0 rgba(0,24,78,.12);
}

.header-first {
    padding-top: 10px;
    background-color: #ffffff;
}

.border-right {
    border-right: 1px solid #ccc !important;
}

.mob-logo-responsive img {
    max-width: 100%;
}


/*menu*/

nav {
    position: relative;
    margin: 4px auto;
    width: 94%;
    margin-bottom: 0px;
    float: right;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

#cssmenu {
    float: right;
    margin-top: 0px;
}

    #cssmenu > ul > li {
        float: left;
        border-bottom: 4px solid #ffffff;
    }

        #cssmenu > ul > li > a {
            padding: 10px 15px;
            font-size: 14px;
            letter-spacing: 0px;
            text-decoration: none;
            color: #000000;
            font-weight: 500;
            /*margin-bottom: 10px;*/
            /*text-transform:uppercase;*/
        }

.main-menu li.active {
    border-bottom: 2px solid #fff;
    color: #fff;
}

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #000;
}

#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    /*background:#051c46!important;*/
    border-bottom: 4px solid #e95612;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    /*padding-right:30px*/
}
/*#cssmenu > ul > li.has-sub > a:after {
  position:absolute;
  top:22px;
  right:11px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:''
}
#cssmenu > ul > li.has-sub > a:before {
  position:absolute;
  top:19px;
  right:14px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
  -webkit-transition:all .25s ease;
  -ms-transition:all .25s ease;
  transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top:23px;
  height:0
}*/
#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        background: #ffffff;
        transition: all .25s ease
    }

        #cssmenu ul ul li:hover {
        }

#cssmenu li:hover > ul {
    left: auto;
    margin-top: 5px;
    z-index: 9;
}

    #cssmenu li:hover > ul > li {
        height: 37px
    }

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background: #333;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #ffffff;
    background: #f36d31;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

.aarti-app img {
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    margin: 0 10px;
    transition: all .2s ease-in-out;
}

.aarti-app {
    margin: 20px 0;
    display: none;
}

.darshan-margin.Aarti.Booking {
    position: relative;
}

    .darshan-margin.Aarti.Booking .aarti-app {
        position: absolute;
        left: 30%;
    }

.aarti-app img:hover {
    transform: scale(1.1);
}

.silder-temple a.view_slider {
    top: -128px;
    position: relative;
    text-align: left;
    left: -40%;
    /*
    background: #e73801;
*/
    color: white;
    text-decoration: none;
    /*
    padding: 11px 39px;
    border: 1px solid #e73801;
*/
}

    .silder-temple a.view_slider img {
        opacity: 1;
        width: 19%;
    }

a.view_slider.ios-andriod img {
    width: 16%;
}

a.view_slider.ios-andriod {
    background: transparent;
    border: none;
    left: -30%;
    padding: 11px 39px 11px 0px;
}

@media screen and (max-width:1000px) {
    nav {
        width: 100%;
    }

    #cssmenu > ul > li {
        float: left;
        border-bottom: none;
    }


        #cssmenu > ul > li > a {
            color: #000000 !important;
            margin-bottom: 0px;
        }

    #cssmenu ul li:hover {
        background: #ffffff !important;
        border-bottom: none;
    }

        #cssmenu ul li:hover a {
            color: #000 !important;
        }

        #cssmenu ul li:hover ul.open li a {
            color: #ffffff !important;
        }

    #cssmenu ul ul li a {
        color: #ffffff !important;
    }

    #cssmenu {
        width: 100%
    }

        #cssmenu ul {
            width: 100%;
            display: none
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #eeeeee
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px
        }

        #cssmenu ul ul li {
            background: #262626 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px
        }

        #cssmenu ul ul li a {
            color: #000;
            background: none
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 13px;
            color: #ffffff;
            font-size: 16px;
        }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -3px;
        cursor: pointer;
        z-index: 99;
    }

        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 8px;
            width: 20px;
            border-top: 2px solid #ffffff;
            border-bottom: 2px solid #ffffff;
            content: ''
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #ffffff;
            content: ''
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #ffffff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .button.menu-opened:before {
            top: 23px;
            background: #ffffff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #eeeeee;
        height: 36px;
        width: 36px;
        cursor: pointer
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 8px;
        height: 2px;
        display: block;
        background: #777777;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 14px;
        right: 18px;
        display: block;
        width: 2px;
        height: 8px;
        background: #777777;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }

    #cssmenu ul {
        position: absolute;
        z-index: 9;
        background: #fff;
    }
}

#cssmenu > ul > li > a img {
    width: 35px;
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
}


.menu-box {
    position: absolute;
    width: 50px;
    float: right;
    height: 50px;
    background: #e73801;
    top: 20px;
    right: 60px;
}

.button_container {
    position: absolute;
    top: 34%;
    right: 22%;
    height: 30px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

    .button_container:hover {
        opacity: .7;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }

    .button_container.active span:nth-of-type(3) {
        top: 21px;
    }

    .button_container.active {
        top: 28%;
    }

    .button_container span {
        background: #ffffff;
        border: none;
        height: 4px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
    }

        .button_container span:nth-of-type(2) {
            top: 7px;
        }

        .button_container span:nth-of-type(3) {
            top: 14px;
        }

.overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

    .overlay.open {
        opacity: .9;
        visibility: visible;
        height: 100%;
        z-index: 99;
    }

        .overlay.open li {
            animation: fadeInRight .5s ease forwards;
            animation-delay: .35s;
        }

            .overlay.open li:nth-of-type(2) {
                animation-delay: .4s;
            }

            .overlay.open li:nth-of-type(3) {
                animation-delay: .45s;
            }

            .overlay.open li:nth-of-type(4) {
                animation-delay: .50s;
            }

    .overlay nav {
        position: relative;
        height: 40%;
        top: 40%;
        transform: translateY(-50%);
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }

        .overlay ul li {
            display: block;
            height: 25%;
            height: calc(100% / 4);
            min-height: 50px;
            position: relative;
            opacity: 0;
        }

            .overlay ul li a {
                display: block;
                position: relative;
                color: #FFF;
                text-decoration: none;
                overflow: hidden;
            }

                .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
                    width: 25%;
                }

                .overlay ul li a:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 0%;
                    transform: translateX(-50%);
                    height: 3px;
                    background: #FFF;
                    transition: .35s;
                }

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.silder-temple {
    width: 100%;
    float: left;
}

    .silder-temple h5 {
        text-align: left;
        font-size: 70px;
        font-weight: 600;
        position: relative;
        top: -140px;
    }

        .silder-temple h5 span {
            font-size: 60px;
            font-weight: 400;
        }

.special-darshan {
    width: 100%;
    float: left;
    background: url(../images/special-dharan-bg.png)no-repeat;
    padding-bottom: 15%;
    background-position: top right;
}

.online-special-box {
    text-align: center;
    background-image: linear-gradient(#ad0502, #e53301);
    padding: 2rem;
    color: #fff;
}

    .online-special-box h2 {
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
    }

    .online-special-box p {
        margin-bottom: 0px;
    }

.help-desk p {
    font-size: 12px;
    margin-top: 15px;
}

.border-line:after {
    content: " ";
    display: block;
    /* position: absolute; */
    height: 1px;
    background: white;
    width: 160px;
    left: 100%;
    top: calc(50% - 2px);
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.darshan-es {
    position: absolute;
    top: -110px;
    z-index: 1;
}

    .darshan-es h6 {
        font-size: 20px;
        width: 66%;
        margin-top: 4rem;
        font-family: 'Montserrat', sans-serif;
        float: left;
        line-height: 30px;
    }

.service-pr {
    position: relative;
}

.khashi-temple {
    position: relative;
    top: 100px;
}

.our-programs {
    width: 100%;
    float: left;
    text-align: center;
    background: url(../images/program-bg.png)no-repeat;
    background-position: bottom left;
    padding-bottom: 4rem;
}

    .our-programs h3 {
        position: relative;
        color: #fff;
        top: -185px;
        font-size: 60px;
    }

        .our-programs h3:after {
            content: " ";
            display: block;
            /* position: absolute; */
            height: 1px;
            background: white;
            width: 160px;
            left: 100%;
            top: calc(50% - 2px);
            margin: 0px auto;
            margin-top: 15px;
            margin-bottom: 20px;
        }

.back-color-program {
    width: 100%;
    float: left;
    height: 210px;
    background-color: #a70302;
}

.darshan-sugam {
    position: relative;
    top: -170px;
    padding: 0px 2.5rem;
}

    .darshan-sugam p {
        font-size: 20px;
        background: #e73801;
        color: white;
        width: auto;
        margin: 20px auto 0;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
    }

        .darshan-sugam p:hover {
            background: black;
        }

.about-temple {
    width: 100%;
    float: left;
    margin-bottom: 12rem;
    /*background:url(../images/about-temple.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20rem 0;*/
}

.parallax-window {
    height: 570px;
    background: transparent;
}

.img-lord-shiva {
    position: relative;
    top: -70px;
}

.temple-details {
    /*background-image: url("../images/temple-bg.png") no-repeat;*/
    background-image: url("../images/temple-bg.png"), linear-gradient(#ad0502, #e53301); /* W3C */
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 100%;
    color: #fff;
    position: relative;
    top: 10rem;
}

.temple-content {
    padding: 2.5rem 1.5rem;
}

    .temple-content h4 {
        font-size: 40px;
        text-align: center;
        color: #fff;
    }

        .temple-content h4:after {
            content: " ";
            display: block;
            /* position: absolute; */
            height: 1px;
            background: white;
            width: 160px;
            left: 100%;
            top: calc(50% - 2px);
            margin: 0px auto;
            margin-top: 15px;
            margin-bottom: 20px;
        }

    .temple-content p {
        line-height: 34px;
        font-size: 19px;
        font-weight: 300;
    }

.btn-read {
    text-align: center;
    display: block;
    margin-top: 30px;
}

    .btn-read a {
        background: #222222;
        padding: 15px 30px;
        margin-top: 20px;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        text-decoration: none;
    }

        .btn-read a:hover {
            background: #000;
        }

.live-darshan {
    width: 100%;
    float: left;
    padding-bottom: 10rem;
    background: url(../images/vr-bg.png) no-repeat;
    background-position: bottom right;
}

.video-darshan img {
    position: relative;
}

.video-darshan h5 {
    position: absolute;
    top: 25px;
    z-index: 1;
    color: #fff;
    font-size: 46px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.btn-play {
    position: absolute !important;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 10;
}

.footer {
    width: 100%;
    float: left;
    background-color: #222;
    color: #ffffff;
    padding: 3rem 0px;
    padding-bottom: 15px;
    background: url(../images/footer-bg.png)no-repeat;
    background-size: cover;
}

.footer-hed h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-hed ul li {
    font-size: 14px;
    line-height: 28px;
}

.footer-contact h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.footer-contact p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.social-links {
    margin-top: 10px;
}

    .social-links ul {
        display: inline-block;
    }

    .social-links li {
        background-color: #ffffff;
        display: inline-block;
        width: 40px;
        padding: 10px;
        height: 40px;
        line-height: 17px;
        border-radius: 100px;
        margin: 0px 5px;
    }

        .social-links li img {
            width: 20px;
            -webkit-filter: invert(100%);
        }

        .social-links li:hover {
            background-color: #e23001;
            cursor: pointer;
        }

            .social-links li:hover a img {
                -webkit-filter: invert(0%);
            }

.footer hr {
    width: 100%;
    background: #fff;
    margin-top: 2rem;
}

.copyrights {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.video-darshan h5 img {
    position: absolute;
    top: 60%;
}

.darshan-margin a {
    color: #111111;
    text-decoration: none;
    font-weight: 500;
}

.footer-hed a, .footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

    .footer-hed a:hover, .footer-contact a:hover {
        color: #e73801;
    }

.over-flow {
    overflow: hidden;
}


.parallax-block {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    max-width: none !important;
    max-height: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none !important;
    max-height: none !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

.about-temple {
    width: 100%;
    float: left;
    height: 570px;
}

#separator-section {
    color: #000;
    padding: 4em;
}

.
/*=======================BITTOO=====================*/
.inner-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.inner-banner .container {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    z-index: 0;
    margin-top: -140px;
}

.inner-banner h2 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}

.inner-wrapper {
    width: 100%;
    float: left;
    padding-bottom: 10rem;
    background: url(../images/inner-bg.png) no-repeat;
    background-position: bottom right;
}

.bg-one {
    background: url(../images/bg-5.jpg);
    padding: 100px 0px;
}

.bg-two {
    background: url(../images/bg-1.jpg);
    padding: 100px 0px;
}

.bg-three {
    background: url(../images/bg-2.jpg);
    padding: 100px 0px;
}

.bg-four {
    background: url(../images/bg-6.jpg);
    padding: 100px 0px;
}

.back-one {
    background: #ffefe2;
    padding: 80px 0px;
}

.back-two {
    background: #F4F4F4;
    padding-bottom: 50px;
}

.back-three {
    background: #FFFFFF;
    padding: 80px 0px;
}

.back-four {
    background: #852564;
    padding: 80px 0px;
}

.small-text {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #333333;
}

.white-back {
    background: #ffefe2d1;
    padding: 30px;
    border: solid 1px #fee1c9;
}

    .white-back p:last-child {
        margin-bottom: 0px;
    }


.back-one .white-back {
    padding: 0px;
    border: 0px;
}

.back-one .small-text {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    color: #db4242;
}

.white-box {
    background: #FFFFFF;
    padding: 20px;
    text-align: center;
}

.address-wrapper .white-box {
    height: 400px;
}

    .address-wrapper .white-box img {
        margin: 50px 0px;
    }

    .address-wrapper .white-box h2 {
        color: #db4242;
    }

.contact-form {
    font-size: 14px;
}

    .contact-form h3 {
        margin-bottom: 20px;
    }


.top-white {
    background: #FFFFFF;
    padding: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 0;
}


.list-group-item.active {
    background: #e95612;
    border: 0px;
}

.list-group a {
    color: #e95612;
    font-size: 14px;
}

    .list-group a:hover {
        background: #e95612;
        color: #FFFFFF;
    }

.c-card .card {
    margin-bottom: 30px;
}
/*=====BITTOO END=====*/
/*custom css start*/

p {
    overflow-wrap: break-word;
}

.pad10 {
    padding: 10px 0px;
}

.ci_errors p {
    color: red;
    font-weight: 500;
}


.new-design-wrapper {
    padding-bottom: 50px;
    padding-top: 0;
}

    .new-design-wrapper .container {
        padding: 2rem !important;
        background: #fff;
        margin-top: -71px;
        position: relative;
        z-index: 1;
    }

        .new-design-wrapper .container .card {
            border: 0;
        }

        .new-design-wrapper .container .card-body {
            padding: 0;
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 30px;
            margin-bottom: 23px;
        }

        .new-design-wrapper .container .col-sm-12:last-child .card-body {
            padding: 0;
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .new-design-wrapper .container .card-body .card-title span {
            padding: 7px;
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 36px;
            color: #fff;
            background: #e73801;
            display: inline-block;
            font-size: 30px;
            margin-right: 30px;
            position: relative;
        }

            .new-design-wrapper .container .card-body .card-title span:after {
                width: 10px;
                height: 10px;
                background: #e73801;
                transform: rotate(45deg);
                position: absolute;
                right: -5px;
                top: 19px;
                content: '';
            }

        .new-design-wrapper .container .card-body .card-title {
            font-size: 24px;
        }

.heading-wrapper .container {
    padding: 0;
}

.new-design-wrapper .container .card-body ol {
    list-style-type: none;
    padding: 0;
    margin-left: 80px;
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
}

    .new-design-wrapper .container .card-body ol li {
        padding-left: 26px;
        position: relative;
    }

        .new-design-wrapper .container .card-body ol li a {
            margin-left: 5px;
        }

        .new-design-wrapper .container .card-body ol li:after {
            width: 7px;
            height: 7px;
            background: #e5e5e5;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -3.5px;
            content: '';
        }

.new-design-wrapper label {
    font-size: 14px;
}

.bg-four.new-design-wrapper {
    background: #F4F4F4;
}

section.bg-four.new-design-wrapper:after {
    content: '.';
    visibility: hidden;
    font-size: 0;
    text-indent: -999999em;
}

.inner-banner {
    background: #000;
    position: relative;
}

    .inner-banner img {
        opacity: 1;
        width: 100%;
    }

.header-cont {
    position: relative;
    z-index: 9;
}

.address-wrapper .white-box img {
    margin: 20px 0px;
    width: 37px;
}

.address-wrapper .white-box {
    min-height: 240px;
    height: auto !important;
    font-size: 16px;
}

.new-design-wrapper .address-wrapper.mt-5, .new-design-wrapper .contact-form.mt-5 {
    margin-top: 1rem !important;
}

.list-group a {
    color: #666;
}

.new-update-block {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
}

    .new-update-block h6 {
        display: inline-block;
        margin-right: 20px;
    }

.trensinfo .card-title {
    padding-left: 75px;
}

    .trensinfo .card-title span {
        position: absolute !important;
        left: 0;
    }


.carousel-item img {
    opacity: .9;
}

@media(min-width: 200px) and (max-width: 575px) {
    .shivaling-text {
        width: auto !important;
        margin-right: 0 !important;
    }

    .back-two {
        margin-top: 80px;
    }

        .back-two > .container {
            padding: 0;
        }

        .back-two.new-design-wrapper {
            margin-top: 0 !important;
        }

    .sidebar {
        margin-bottom: 25px;
    }

    .new-design-wrapper .container {
        margin-top: 0px;
    }

    .inner-banner .container {
        padding: 0 15px !important;
        margin-top: -70px;
    }

    .new-design-wrapper .container .card-body .card-title span {
        width: auto;
        height: auto;
        text-align: center;
        line-height: normal;
        color: #000;
        background: transparent;
        display: inline-block;
        font-size: 28px;
        margin-right: 10px;
        position: relative;
    }

    .new-design-wrapper .container .card-body ol {
        font-size: 12px;
        margin-left: 0;
    }

    .new-design-wrapper .container .card-body .card-title span:after {
        display: none;
    }

    .inner-banner h2 {
        font-size: 30px !important;
    }
}

@media(min-width: 576px) and (max-width: 770px) {
    .shivaling-text {
        width: auto !important;
        margin-right: 0 !important;
    }

    .new-design-wrapper .container .card-body .card-title span {
        width: auto;
        height: auto;
        text-align: center;
        line-height: normal;
        color: #000;
        background: transparent;
        display: inline-block;
        font-size: 28px;
        margin-right: 10px;
        position: relative;
    }

        .new-design-wrapper .container .card-body .card-title span:after {
            display: none;
        }

    .contact-form .col-md-4 h3 {
        margin-top: 30px;
    }

    .new-design-wrapper .container .card-body ol {
        margin-left: 0;
    }
}

.mob-logo-responsive a img {
    width: 62%;
}

.shivaling-text {
    float: left;
    width: 50%;
    margin-right: 20px;
}

.shivaling-img {
    float: left;
    margin-top: 25px;
}

.social-links a {
    color: #000000
}

    .social-links a:hover, .social-links li:hover a {
        color: #ffffff
    }

    .social-links a i {
        margin: 2px 4px;
    }

.bannerlink, .bannerlink:hover {
    color: #ffffff;
    text-decoration: none;
}

.online-booking {
    top: -90px !important;
}

.banner-app-links {
    position: relative;
    top: -100px;
}

    .banner-app-links li {
        float: left;
        margin-right: 20px;
    }

        .banner-app-links li a {
            font-size: 40px;
            color: #ffffff;
        }

.help_desk {
    list-style-type: none;
    padding: 0;
    margin-left: 80px;
    font-size: 14px;
    line-height: 33px;
    font-weight: 500;
}

    .help_desk > p {
        margin-bottom: 0px;
    }
