

html {
    font-size: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    background: url(../images/pattern.png) repeat;
    background-color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: centr;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* Link style
/* ------------------------------ */



/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}

.nopadding {
    padding: 0px;
}



/*---------------------------------------
   HEADING             
-----------------------------------------*/

h1 {
    font-size: 34px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

    h1 span {
        color: #d42100;
    }

h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #000;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 0 0;
}

h5 {
    font-size: 16px;
    font-weight: 300;
}

p { /*color: #6d747c;
    font-size: 16px;
    font-weight: 300;*/
}

img {
    border: none;
}
/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.wrapper {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    position: relative;
}

.header {
    width: 100%;
    display: inline-block;
    z-index: 111;
    top: 0px;
    left: 0px;
    position: fixed;
}

.header-top {
    width: 100%;
    float: left;
    height: 115px;
}

    .header-top .container {
        position: relative;
    }

.shape {
    width: 100%;
    position: absolute;
    bottom: -115px;
    left: 0;
    z-index: 99;
}

    .shape img {
        width: 100%;
    }

.logo {
    position: absolute;
    left: 73px;
    bottom: 0px;
    z-index: 100;
}

.logo-right {
    position: absolute;
    right: 10%;
    top: 30px;
    z-index: 98;
}

.header-menu {
    width: 100%;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.8);
    /*background:url(../images/headerbg.png) center no-repeat;*/
    box-shadow: 0 0 10px #333;
    float: left;
    border-top: solid 2px #5d5b38;
    z-index: 100;
    position: relative;
}

.temple-title {
    /*float: left;
    margin-left: 50px;*/
    display: flex;
}

    .temple-title h2 {
        font-size: 22px;
        color: #333;
        font-weight: 600;
        margin: 3px 0 0 0px;
        line-height: 30px;
    }

    .temple-title span {
        font-size: 16px;
        font-weight: 600;
    }




.menu {
    float: left;
    margin: 10px 5px 0 0;
    width: auto;
    text-align: left;
}

    .menu ul {
        padding: 0px;
        margin: 0px 0 0 0px;
        position: relative;
        width: 100%;
        text-align: right;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .menu ul li {
            list-style: none;
            margin: 0px;
            display: inline-block;
            position: relative;
            background: url(../images/navline.jpg) left no-repeat;
        }

            .menu ul li:first-child {
                background: none;
            }

            .menu ul li a {
                color: #333;
                font-size: 12px;
                font-weight: 600;
                padding: 0 13px;
                line-height: 30px;
                text-decoration: none;
                display: inline-block;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .menu ul li a:hover, .menu ul li.active a, .menu ul li.active .fa {
                    color: #f04c4b;
                }

                .menu ul li a .fa {
                    color: #333;
                    font-size: 20px;
                }
        /******  Drop menu  css ********/

        .menu ul ul {
            position: absolute;
            width: 170px;
            top: -99999px;
            left: 0;
            opacity: 0;
            -webkit-transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -o-transition: opacity .5s ease-in-out;
            z-index: 497;
            background-color: #fff;
            /*border:solid 1px #d9d9d9*/
        }

            .menu ul ul li {
                padding: 0px;
                line-height: 56px;
                font-size: 12px;
                width: 100%;
                float: left;
                border-left: none;
                margin-left: 0px;
                background-image: none;
            }

                .menu ul ul li a {
                    color: #333;
                    font-size: 14px;
                    width: 100%;
                    padding: 5px 10px;
                    line-height: 20px;
                    text-align: left;
                    float: left;
                    text-transform: none;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                }

                .menu ul ul li:hover a {
                    color: #fff;
                    background-color: #ab1e22;
                }

            .menu ul ul ul {
                position: absolute;
                top: -99999px;
                left: 100%;
                opacity: 0;
                background-color: transparent;
                -webkit-transition: opacity .5s ease-in-out;
                -moz-transition: opacity .5s ease-in-out;
                -o-transition: opacity .5s ease-in-out;
            }


        .menu ul li:hover > ul {
            opacity: 1;
            position: absolute;
            top: 30px;
            left: 0px;
        }

        .menu ul ul li:hover > ul {
            position: absolute;
            top: 0;
            left: 100%;
            opacity: 1;
            z-index: 497;
        }

/********  Drop menu css closed ***********/



.banner {
    width: 100%;
    float: left;
    margin: -73px 0 0px 0;
    background: url(../images/bannerbg.jpg);
    position: relative;
    border-bottom: solid 9px #1d2c4b;
}

    .banner img {
        width: 100%;
    }

    .banner .wrapper {
        position: absolute;
        right: 0px;
        bottom: 13%;
        z-index: 101;
        width: auto;
    }

.banner_content {
    width: 420px;
    float: left;
    margin: 0% 10% 0 0%;
    line-height: 22px;
    font-size: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #fff;
    text-align: left;
    text-shadow: 0 2px 2px #000;
}

    .banner_content h1 {
        font-size: 42px;
        font-weight: 600;
        margin: 0 0 10px 0;
        color: #fff;
        text-shadow: 0 2px 2px #000;
        text-align: left;
    }

a .banner-nomore-bu {
    text-decoration: none;
}

.banner-knowmore-but {
    padding: 0 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    float: left;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .banner-knowmore-but img {
        width: auto;
    }

    .banner-knowmore-but:hover {
        text-decoration: none;
        background: #f55133;
        color: #fff;
    }

.banner-shadow {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner-icon {
    position: absolute;
    bottom: -13%;
    left: 10%;
    z-index: 101;
}



.owl-dots {
    top: 90%;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    height: 30px;
}

.owl-dot {
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    margin: auto;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 100%;
    box-shadow: 0 0 5px #333;
}

.owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
}

.owl-prev {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0px;
    left: 40px;
    background: url(../images/prev.png);
    font-size: 0px;
}

.owl-next {
    width: 37px;
    height: 37px;
    background: url(../images/next.png);
    right: 40px;
    position: absolute;
    top: 0px;
    font-size: 0px;
}



/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
	or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.menu-icon {
    width: 30px;
    height: 30px;
    float: right;
    /*position: absolute;*/
    position: relative;
    right: 20px;
    /*top: 8px;*/
    display: none;
    cursor: pointer;
    z-index: 106;
}

    .menu-icon .fa {
        font-size: 30px;
        color: #f04c4b;
    }

.show-menu {
    position: absolute;
    right: 0px!important;
    top: 100px;
    overflow:auto;
}

.down-arrow {
    width: 80px;
    height: 80px;
    background: url(../images/down-arrow.png);
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    z-index: 101;
    cursor: pointer;
}

.services {
    border-bottom: solid 1px #000;
    margin: 60px 0 40px 0;
    padding-bottom: 40px;
    display: inline-block;
}

.services-item {
    width: 100%;
    display: inline-blockc;
}

.service-icon {
    width: 100%;
    text-align: center;
}

    .service-icon img {
        background-color: #fff;
        border-radius: 100%;
        border: solid 1px #000;
        margin-bottom: 15px;
    }

.service-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.service-desc {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    float: left;
    padding: 0 5%;
}

.left-column, .left-column2 {
    width: 50%;
    float: left;
    min-height: 500px;
}

    .left-column img, .left-column2 img {
        width: 100%;
        vertical-align: bottom;
    }

.rt-column, .rt-column2 {
    width: 50%;
    float: left;
    min-height: 500px;
}

    .rt-column img, .rt-column2 img {
        width: 100%;
        vertical-align: bottom;
    }

.graybg {
    background-color: #6e7180;
}

.pinkbg {
    background-color: #c7abaa;
}

.whitebg {
    background-color: #fff;
}

.sections {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 106;
    background: rgba(255, 255, 255, 0.5);
}

.text-columns {
    padding: 5%;
}

.full-column {
    width: 100%;
    float: left;
}


.home-section-2 {
    width: 100%;
    padding: 0px 0 0px 0;
    display: inline-block;
}

    .home-section-2 p {
        font-style: italic;
        font-size: 14px;
    }

.home-section-3 {
    width: 100%;
    padding: 0px 0 30px 0;
    display: inline-block;
}

.home-section-4 {
    width: 100%;
    display: inline-block;
}

.more-top {
    margin-top: 40px;
}

.home-section-2 h1 {
    border-bottom: solid 1px #000;
    padding-bottom: 30px;
}

.text-font {
    font-size: 20px;
    text-align: center;
}

.section-pic {
    width: 100%;
    margin-bottom: 40px;
}

    .section-pic img {
        width: 100%;
    }

.footer-top {
    width: 100%;
    position: relative;
    flaot: left;
}

.footer-shape {
    width: 100%;
}

    .footer-shape img {
        width: 100%;
    }

.footer-logo {
    position: absolute;
    left: 30px;
    bottom: 11px;
    width: 100px;
    overflow: hidden;
    height: 62px;
}

    .footer-logo img {
        width: 100px;
    }

.footer-logo-desc {
    width: 320px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    left: 140px;
    bottom: 15px;
}

    .footer-logo-desc h2 {
        color: #fff;
    }

.footer {
    width: 100%;
    background-color: #2a3f6a;
    flaot: left;
    padding: 30px 0;
}

.footer-section-top {
    width: 100%;
    float: left;
    padding: 20px 30px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.bot-links {
    width: 100%;
    float: left;
}

    .bot-links ul {
        padding: 0px 15px;
        margin: 0px;
        width: 33%;
        float: left;
    }

        .bot-links ul li {
            list-style: none;
            float: left;
            width: 100%;
            line-height: 20px;
        }

            .bot-links ul li a {
                color: #dddbdb;
                font-size: 12px;
                text-decoration: none;
                text-transform: uppercase;
            }

                .bot-links ul li a:hover {
                    color: #fff;
                }

.address {
    width: 100%;
    float: left;
}

.address-icon {
    width: 100%;
    float: left;
    border-bottom: solid 1px #fff;
    text-align: left;
}

.temple-address {
    width: 100%;
    color: #fff;
    padding: 10px 0;
    float: left;
    font-size: 12px;
}

.footer-section-bottom {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

    .footer-section-bottom a {
        color: #fff;
    }

    .footer-section-bottom .fa {
        color: #aaafcb;
        font-size: 16px;
    }

.social a {
    margin: 0 10px;
    font-size: 16px;
}

.social .fa:hover {
    color: #fff;
}

.page-title {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    /*padding-bottom:34px;
	background:url(../images/titlebg.png) bottom center no-repeat;*/
}

.picture {
    width: 100%;
}

    .picture img {
        width: 100%;
    }


.page-pictures {
    width: 100%;
    padding: 0 30px;
    margin: 40px 0;
    display: inline-block;
}

.sevas-block {
    width: 100%;
    background-clor: #fff;
    box-shadow: 0 0 15px #ccc;
    position: relative;
    overflow: hidden;
}

    .sevas-block img {
        width: 100%;
        border-bottom: solid 5px #da624b;
    }

.seva-desc {
    width: 100%;
    min-height: 160px;
    color: #000;
    background-color: #fff;
    float: left;
    border-top: solid 1px #666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sevas-block:hover .seva-desc {
    bottom: 0px;
}

.seva-title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 600;
    /*background-color:#f0a44b;*/
    color: #333;
    display: table;
}

    .seva-title p {
        display: table-cell;
        vertical-align: middle;
    }

.sevas-block .price {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.sevas-block .timing {
    margin-top: 0px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
}

.seva-desc .booknow-but {
    width: 100%;
    height: 32px;
}

.top-margin {
    margin-top: 20px;
    display: inline-block;
}

.bot-margin {
    margin-bottom: 20px;
    display: inline-block;
}

.full-col {
    width: 100%;
    display: inline-block;
}

.price {
    font-size: 20px;
    font-weight: 600;
    float: left;
    padding: 0 10px;
    line-height: 30px;
}

.timing {
    float: left;
    padding: 0 10px;
    line-height: 30px;
}

.no-of-tickets {
    font-size: 12px;
    width: 100%;
    float: left;
    margin-top: 4px;
}

    .no-of-tickets span {
        float: left;
        padding-right: 10px;
        line-height: 30px;
    }

.minus-but, .plus-but {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/minus-but.png);
    border: none;
    background-color: transparent;
}

.plus-but {
    background: url(../images/plus-but.png);
}

.no-of-tickets input[type="text"] {
    width: 30px;
    float: left;
    height: 30px;
    font-size: 20px;
    color: #fff;
    border: none;
    background-color: transparent;
    text-align: center;
}

.seva-price-but {
    width: 100%;
    background-color: #5966b8;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 34px;
    padding-left: 10px;
}

    .seva-price-but .price span {
        font-size: 14px;
    }

.addtocart-but {
    padding: 0 20px;
    height: 36px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border: none;
    background-color: #2b3576;
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .addtocart-but:hover {
        background-color: #df4e32;
    }

.view-more {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0 30px 30px 30px;
    line-height: 20px;
    background: url(../images/titlebg.png) bottom center no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
}

.more-content {
    display: none;
}

.mycart {
    width: 40px;
    height: 33px;
    background: url(../images/cart-icon.png);
    position: absolute;
    top: 10px;
    right: 10px;
}

.cart-val {
    background-color: #FFCC00;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #000;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

.acc-block {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    display: inline-block;
}

.acc-slider {
    width: 33%;
    float: left;
}

    .acc-slider img {
        width: 100%;
    }

.room-details {
    width: 65%;
    float: right;
}

.acc-title {
    float: left;
    font-size: 20px;
    font-weight: 500;
}

.acc-rating {
    width: 100px;
    float: right;
}

.acc-desc {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    line-height: 16px;
}

.rooms-block {
    width: 115px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
    float: left;
}

.avail-icon {
    width: 23px;
    height: 23px;
    background: url(../images/avail-icon.png);
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.sm-input {
    width: 100px;
    height: 24px;
    border: solid 1px #ccc;
    float: left;
    padding: 0 3px;
}

.rooms-block .sm-input {
    width: 40px;
    text-align: center;
}

.from-date-block {
    width: 65%;
    float: right;
}

    .from-date-block label {
        font-weight: normal;
        font-size: 13px;
        margin-bottom: 0px;
    }

.actual-price, .total-price {
    font-size: 24px;
    font-weight: 600;
    float: left;
    line-height: 40px;
}

.total-price {
    float: right;
}

    .total-price span {
        font-size: 14px;
    }

.acc-facilities {
    hegiht: 40px;
    float: left;
    width: 100%;
}

.but-shape {
    position: absolute;
    top: -19px;
    right: -18px;
}

.booknow-but {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    background-color: #c99bb6;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    /*float:right;*/
    margin-right: -1px;
    border: none;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .booknow-but:hover {
        color: #fff;
        text-decoration: none;
    }

.acc-service-icons {
    float: left;
    width: auto;
    padding: 6px 0 0 5px;
}

    .acc-service-icons ul {
        margin: 0px;
        float: left;
    }

        .acc-service-icons ul li {
            list-style: none;
            margin: 0 5px;
            display: inline-block;
        }

            .acc-service-icons ul li img {
                border-radius: 100%;
                border: solid 1px #444;
            }

.darshan-block {
    width: 100%;
    padding: 8px;
    /*background-color:#fff;
	box-shadow:0 0 10px #ccc;*/
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: solid 1px #575980;
}

.darshan-picture {
    width: 70%;
    float: left;
}

    .darshan-picture img {
        width: 100%;
    }

.darshan-details {
    width: 47%;
    float: right;
}

.darshan-title {
    width: 100%;
    font-size: 20px;
    font-size: 500;
    float: left;
    margin-bottom: 10px;
}

.darshan-timing {
    font-size: 12px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 16px;
}

    .darshan-timing span {
        font-size: 15px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
    }

.darshan-persons {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}

    .darshan-persons span {
        font-size: 13px;
        font-weight: 400;
    }

.darshan-price {
    font-weight: 600;
    font-size: 24px;
    float: left;
    line-height: 40px;
    width: 100%;
}

.darshan-details .but-shape {
    right: -16px;
}

label {
    width: 100%;
    margin: 10px 0px 5px 0;
}

.form-button {
    background-color: #d85e45;
    color: #fff;
    border: none;
    height: 30px;
    padding: 0 15px;
    border-radius: 3px;
}

.howtoreach {
    line-height: 20px;
}

    .howtoreach .fa {
        color: #d85e45;
        font-size: 16px;
        margin-right: 10px;
    }

.reach-block {
    /*background:url(../images/contactbg.png) top center no-repeat;*/
    padding-top: 20px;
    margin-bottom: 40px;
}

.reach-content {
    width: 100%;
    border: solid 5px #babbbb;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    display: inline-block;
    margin-top: 7px;
}

.reach-content-icon {
    width: 20%;
    float: left;
    margin: 33px 10px 0 10px;
    max-width: 80px;
}

    .reach-content-icon img {
        width: 100%;
        border-radius: 100%;
        background-color: #9ac4f3;
    }

.reach-content-desc {
    width: 76%;
    float: left;
    height: 157px;
    display: table;
}

    .reach-content-desc p {
        display: table-cell;
        vertical-align: middle;
    }

.contact-map {
    width: 100%;
    height: 630px;
    margin-bottom: -130px;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.car-item {
    width: 280px;
    margin: 0 10px;
}

#carousel .owl-dots {
    display: none!important;
}

#carousel .owl-prev {
    width: 30px;
    height: 30px;
    left: -20px;
    background: url(../images/left-arr.png) no-repeat;
}

#carousel .owl-next {
    width: 30px;
    height: 30px;
    right: -40px;
    background: url(../images/rt-arr.png) no-repeat;
}

.footer-contact ul {
    padding: 0px;
    margin: 0px;
}

    .footer-contact ul li {
        display: inline;
        margin: 0 10px;
    }

.inner-top-padding {
    margin-top: 95px;
}

.seva-pic {
    width: 100%;
}

    .seva-pic img {
        width: 100%;
    }

.home-gal-pic {
    width: 100%;
    float: left;
}

    .home-gal-pic img {
        width: 100%;
    }

.copyright, .copyright span {
    text-align: center;
    width: 100%;
    float: left;
}

.donation-type {
    background: url(../images/department.png) center 10px no-repeat;
    background-size: auto auto;
    background-color: rgba(201, 155, 182, 0.5);
    background-size: 30px;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 10px 10px 10px;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    min-height: 30px;
    border: solid 1px #575980;
    color: #333;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.shadow {
    background: url(../images/shadow.png) bottom center no-repeat;
}

.footer-email {
    color: #fff;
    float: right;
}

.darshan-column {
    width: 23%;
    float: left;
    text-align: center;
    padding: 0 10px;
    margin: 0 1%;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #f1f1f1;
    height: 100px;
    display: table;
}

    .darshan-column:first-child {
        background-color: transparent;
        text-align: left;
    }

    .darshan-column:last-child {
        background-color: transparent;
    }

    .darshan-column p {
        display: table-cell;
        vertical-align: middle;
    }

.seva-column {
    width: 25%;
    float: left;
    padding: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .seva-column:last-child {
        text-align: right;
    }

    .seva-column:first-child {
        text-align: left;
    }

.seva-block {
    width: 100%;
    padding: 8px;
    background-color: #fff;
    /*box-shadow:0 0 10px #ccc;*/
    float: left;
    border-bottom: solid 1px #5da3bb;
}

.ltgray {
    background-color: #f1f1f1;
}


.min-height-container {
    min-height: 400px;
}

.bg-1 {
    background-color: #c5afbc;
    padding: 10px;
    float: left;
}

.bg-2 {
    background-color: #c99bb6;
    padding: 10px;
    float: left;
}

.bg-3 {
    background-color: #9698c1;
    padding: 10px;
    float: left;
}

.bg-4 {
    background-color: #d0d5ff;
    padding: 10px;
    float: left;
}

.gal-desc {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .gal-desc h2 {
        margin: 10px 0;
    }

@media only screen and (max-width:1186px) {
    .menu ul li a {
        padding: 0 16px;
    }

    .banner-icon img {
        width: 60%;
    }

    .banner-icon {
        bottom: -11%;
    }
}




@media only screen and (max-width:1100px) {

    .menu-icon {
        display: block;
    }

    .menu {
        width: 260px;
        right: -260px;
        top: -6px;
        padding-top: 60px;
        margin-right: 0px;
        height: 100%;
        display: block;
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .menu ul li {
            width: 100%;
            font-size: 16px;
            background: none;
            line-height: 40px;
            border-bottom: solid 1px #1e1e1e;
        }

            .menu ul li a {
                color: #ccc;
                display: inline-block;
                width: 100%;
                line-height: 40px;
                padding-top: 0px;
                padding-bottom: 0px;
            }

            .menu ul li:hover a {
                background-color: #484848;
                color: #fff;
            }

    .banner-icon {
        display: none;
    }

    .down-arrow {
        display: none;
    }
}

@media only screen and (max-width:991px) {

    .copyright {
        width: 100%;
        text-align: center;
        float: left;
    }

    .footer-contact {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

        .footer-contact ul {
            width: 100%;
            text-align: center;
        }

    .social {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (max-width:900px) {
    .left-column, .left-column2, .rt-column, .rt-column2 {
        width: 100%;
        min-height: 500;
        float: left;
    }

        .rt-column.text-columns, .left-column2.text-columns {
            min-height: inherit;
            padding-bottom: 20px;
            padding-top: 20px;
        }

    .rt-column2 {
        margin-bottom: 20px;
    }

    .rt-column.text-columns {
        border-bottom: solid 1px #ccc;
    }

    .whitebg.text-columns {
        border-bottom: solid 1px #ccc;
    }

    .banner {
        /*margin-top:68px;*/
    }

    .banner_content {
        margin-top: 20%;
    }

        .banner_content p {
            display: none;
        }

    .banner-knowmore-but {
        line-height: 30px;
        padding: 0 20px;
        margin-top: 10px;
    }

    .banner_content h1 {
        text-align: left;
        font-size: 22px;
    }
}

@media only screen and (max-width:767px) {

    .banner_content {
        display: none;
    }

    .menu-icon {
        /*top: 16px;*/
    }


    #slider .owl-dots {
        display: none!important;
    }

    .address {
        float: none;
        margin: auto;
    }

    .bot-links ul {
        width: 50%;
    }

        .bot-links ul li {
            text-align: center;
        }

    .home-gal-pic {
        /*width:50%;*/
    }

    .darshan-column, .darshan-picture, .seva-column {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .darshan-title {
        text-align: center;
    }

    .booknow-but {
        float: none;
    }

    .seva-title {
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .banner_content, .owl-controls {
        display: none;
    }

    .logo-right {
        top: 50px;
    }

        .logo-right img {
            width: 70px;
        }

    .home-section-2 h1 {
        font-size: 30px;
    }

    .darshan-picture {
        width: 100%;
    }

    .darshan-details {
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width:457px) {

    .footer-contact ul li {
        width: 100%;
        float: left;
        margin: 5px 0;
    }
}

@media only screen and (max-width:400px) {

    .bot-links ul {
        width: 100%;
    }

    .address {
        padding-top: 20px;
        float: left;
        width: 100%;
    }

    .reach-content-desc {
        width: 70%;
    }

    .home-gal-pic {
        width: 100%;
    }
}


.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table td, .table th {
    color: #212529;
    background-color: #ffffff;
    border-color: #454d55;
}

.left_navigation {
    position: fixed;
    bottom: 0;
    z-index: 990;
    margin-bottom: 0;
    width: 160px;
    overflow: hidden;
    overflow-y: hidden;
    /*overflow-y: scroll;*/
    height: 370px;
}

.service-sidebar__links {
    margin-bottom: 30px;
    background-color: #f6f5f2;
    border-radius: 5px;
}



    .service-sidebar__links ul li a {
        display: block;
        font-size: 16px;
        color: #255946;
        line-height: 50px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 5px;
    }

        .service-sidebar__links ul li a:hover {
            background-color: #fff;
            color: #49a760;
        }

* {
    scrollbar-width: thin;
    scrollbar-color: #ffffff #f8f8f8;
}

.service-sidebar__links ul li a {
    line-height: 40px;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
}

.service-sidebar__links ul li + li {
    border-top: 1px solid #e9e7e2;
}

.table_row {
    margin-right: -15px;
    margin-left: -15px;
}

.img2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom:20px;
}

.navItem {
    border-bottom: 1px solid #ccc;
    background: #fff!important;
    color: #323232!important;
}

.navItem:hover {
    color: #ab1e22!important;
}

.menuscroll {
    max-height:400px;
    overflow:auto;
}

.temple-title {
    justify-content: center;
}
.clg-logo{
    width: 120px;
    height: 120px;
}
.ap-logo{
    width: 120px;
   
}
.logo-text {
    text-align: center;
    padding: 0 30px;
}
.temple-title h2{
    font-size: 24px;
    color: #eb4510;
    font-weight: 800;
    margin: 0;
}
.temple-title h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size:22px;
    font-weight: 600;
    color: #0c006a;
}
.temple-title h4{
    font-weight: 600;
    font-size: 18px;
    color: #2400e9;
     margin-top: 5px;
     margin-bottom: 0;
}

.temple-title h5{
    font-weight: 600;
    font-size: 16px;
    color: green;
   margin-top: 5px;
   margin-bottom: 0;
}



@media (max-width: 767.99px) {
    .clg-logo {
    width: 80px;
    height: 80px;
}
    .ap-logo {
    width: 80px;
}
    .temple-title h2{
        font-size: 20px;
    }
    .temple-title h3{
        font-size: 18px;
         margin: 0;
    }
      .temple-title h4{
        font-size: 16px;
         margin: 0;
    }
         .temple-title h5{
        font-size: 14px;
         margin: 0;
    }
}
@media (max-width: 650px) {
    .logo-text {
    padding: 0 15px;
}
    .clg-logo {
    width: 50px;
    height: 50px;
}
    .ap-logo {
    width: 50px;
}
    .temple-title h2{
        font-size: 18px;
        line-height: 20px;
    }
    .temple-title h3{
        font-size: 14px;
         margin: 0;
         line-height: 20px;
    }
      .temple-title h4{
        font-size: 13px;
         margin: 0;
          line-height: 18px;
    }
         .temple-title h5{
        font-size: 12px;
         margin: 0;
          line-height: 17px;
    }
}