﻿@font-face {
    font-family: 'ArnoPro-LightDisplay';
    src: url('../fonts/ArnoPro-LightDisplay.eot?#iefix') format('embedded-opentype'), url('../fonts/ArnoPro-LightDisplay.otf') format('opentype'), url('../fonts/ArnoPro-LightDisplay.woff') format('woff'), url('../fonts/ArnoPro-LightDisplay.ttf') format('truetype'), url('../fonts/ArnoPro-LightDisplay.svg#ArnoPro-LightDisplay') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    display: inline-block;
}

.header {
    width: 100%;
    background: #063852;
    box-shadow: 0px 0px 5px #333;
}

.header-left {
    width: 55%;
    float: left;
    height: 73px;
}

.logo {
    position: absolute;
    left: 30px;
    top: 1px;
    z-index: 102;
}

    .logo img {
        /*width: 60px;*/
    }

.header-right {
    width: 40%;
    float: right;
    height: 73px;
    padding: 0.5%;
    text-align: right;
}


.menu-icon {
    width: 27px;
    height: 16px;
    position: absolute;
    padding: 5px;
    margin: 31px 0 0 15px;
    background: url(../images/menu-icon.png) center no-repeat;
    display: none;
}

.title {
    /*width:100%;
	max-width:575px;*/
    float: left;
    margin: 30px 0 0px 15%;color: #fff;font-size: 22px;line-height:1;
    font-family:sans-serif;

}

    .title img {
        width: 100%;
    }

.left-margin-none {
    margin-left: 0px;
}

.rt-margin-none {
    margin-right: 0px;
}


.top-nav {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .top-nav ul {
        padding: 0px;
        margin: 0px;
        float: right;

    }

        .top-nav ul li {
            list-style: none;
            display: inline-block;
            padding: 3px;
            border-right: solid 1px #4dc8f4;
            float: left;
            position: relative;
            -webkit-transition: all 1s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .top-nav ul li:last-child {
                border-right: none;
            }

.top-icon {
    float: left;
    /*margin-bottom:5px;*/
    padding-top: 5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-nav ul li a {
    color: #4b4b4b;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    padding: 4px 10px;
    float: left;
    -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;
}

    .top-nav ul li a span {
        width: 100%;
        text-align: center;
    }

.top-nav ul li:hover a {
    color: #fff;
    background-color: #4dc8f4;
}

    .top-nav ul li:hover a .top-icon {
    }

.top-right img {
    width: 100%;
    height: 116px;
}

.fixed-col {
    position: fixed;
}



.row {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    display: inline-block;
}

.border {
    width: 100%;
    height: 20px;
    background: url(../images/border.png) repeat-x;
    display: inline-block;
    z-index: 100;
    position: relative;
}

.banner {
    width: 100%;
    display: inline-block;
    margin-top: 112px;
    /*border-bottom:solid 8px #edd076;
    background-color: #edd076;*/
    position: relative;
    float: left;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

.banner img {
    width: 100% !important;
}


.left-menu {
    width: 230px;
    height: 100%;
    /*overflow-y:scroll;*/
    position: fixed;
    left: -230px;
    top: 0px;
    background: #f3f2ef;
    padding: 110px 0 0 0px;
    z-index: 103;
    box-shadow: 0 0 16px #888;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

.open {
    left: 0px;
}


.left-menu ul {
    padding: 0px;
    margin: 0px;
}

    .left-menu ul li {
        list-style: none;
        width: 100%;
        float: left;
        line-height: 34px;
        margin-bottom: 10px;
    }

        .left-menu ul li a {
            display: inline-block;
            width: 100%;
            font-size: 12px;
            text-transform: uppercase;
            color: #696868;
        }

            .left-menu ul li a .icon {
                float: left;
                width: 34px;
                height: 34px;
                margin: 0 8px;
            }

        .left-menu ul li:hover a {
            background-color: #d55923;
            color: #fff;
            text-decoration: none;
        }

.l-menu-icon {
    background-position: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.left-menu ul li:hover a .l-menu-icon {
    background-position: bottom;
}

.l-menu-icon-1 {
    background: url(../images/l-menu-icon-1.png);
    background-size: 34px;
}

.l-menu-icon-2 {
    background: url(../images/l-menu-icon-2.png);
    background-size: 34px;
}

.l-menu-icon-3 {
    background: url(../images/l-menu-icon-3.png);
    background-size: 34px;
}

.l-menu-icon-4 {
    background: url(../images/l-menu-icon-4.png);
    background-size: 34px;
}

.l-menu-icon-5 {
    background: url(../images/l-menu-icon-5.png);
    background-size: 34px;
}

.l-menu-icon-6 {
    background: url(../images/l-menu-icon-6.png);
    background-size: 34px;
}

.l-menu-icon-7 {
    background: url(../images/l-menu-icon-7.png);
    background-size: 34px;
}

.l-menu-icon-8 {
    background: url(../images/l-menu-icon-8.png);
    background-size: 34px;
}

.l-menu-icon-9 {
    background: url(../images/l-menu-icon-9.png);
    background-size: 34px;
}

.l-menu-icon-10 {
    background: url(../images/l-menu-icon-10.png);
    background-size: 34px;
}

.l-menu-icon-11 {
    background: url(../images/l-menu-icon-11.png);
    background-size: 34px;
}

.l-menu-icon-12 {
    background: url(../images/l-menu-icon-12.png);
    background-size: 34px;
}

.l-menu-icon-13 {
    background: url(../images/l-menu-icon-13.png);
    background-size: 34px;
}

.l-menu-icon-14 {
    background: url(../images/l-menu-icon-14.png);
    background-size: 34px;
}


.pattern {
    width: 100%;
    height: 36px;
    float: left;
    background: url(../images/rep.png) repeat-x;
    background-size: 44px;
    position: relative;
    z-index: 101;
    margin-bottom: -34px;
    display: none;
}

.menu-pic {
    margin-top: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-top: 1%;
}

.home-content {
    width: 100%;
    text-align: center;
    padding: 40px 10%;
    margin: 20px 0;
    font-family: 'ArnoPro-LightDisplay';
    font-size: 20px;
    line-height: 26px;
    background: url(../images/home-content-bg.png) center no-repeat;
}

.home-servies {
    margin-bottom: 10px;
}

.titles-block {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.titles {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-bottom: solid 1px #be8f49;
    line-height: 25px;
    display: inline;
}

.home-services-icon {
    width: 170px;
    height: 170px;
    background-color: #f0efef;
    margin: 26px auto;
    border-radius: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .home-services-icon:hover {
        background: #ccc;
        transform: scale(1.1);
    }

.home-services-desc {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

    .home-services-desc ul {
        padding: 0px;
        margin: 0px;
    }

        .home-services-desc ul li {
            width: 50%;
            float: left;
            text-align: left;
            font-size: 13px;
            list-style: none;
            padding-left: 30px;
            line-height: 30px;
            background: url(../images/flower-icon.png) left center no-repeat;
        }

.viewmore {
    color: #CC6600;
    text-decoration: none;
    float: right;
    margin: 10px 20px 10px 0;
    display: inline-block;
}

.bot-border {
    width: 100%;
    float: left;
    border-bottom: solid 3px #e48556;
}

.other-servies {
    width: 100%;
    float: left;
    background: url(../images/pattern-elephant.jpg) repeat #f1f1f1;
    padding: 30px 0;
}

.temple-time {
    padding: 0px;
    margin: 0px;
}

    .temple-time li {
        list-style: none;
        width: 100%;
        margin-bottom: 21px;
        color: #3b3b3b;
        text-align: right;
    }

        .temple-time li span {
            font-size: 19px;
            width: 100%;
            display: inline-block;
        }

.other-servies .titles {
    border-bottom: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.right-border {
    border-right: solid 2px #ababab;
    padding-right: 50px;
}

.panchangam-container {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 15px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.panchangam-left-col {
    width: 30%;
    float: left;
}

.panchangam-right-col {
    width: 90%;
    float: left;
    border-left: solid 1px #ccc;
    padding: 10px 0 0 20px;
}

.panchangam-container .titles {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: none;
}

.panchangam-date {
    float: left;
    font-size: 16px;
}

.panchangam-icon {
    float: left;
    margin-right: 7px;
}

    .panchangam-icon img {
        vertical-align: top;
    }

.panchangam-title {
    font-size: 21px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.panchangam-desc {
    width: 100%;
    float: left;
}

    .panchangam-desc ul {
        padding: 0px;
        margin: 0px 0 0 20px;
        float: left;
    }

    .panchangam-desc li {
        list-style: none;
        /*width:100%;*/
        margin-bottom: 8px;
        float: left;
        margin-right: 20px;
    }

.home-news {
    padding-left: 50px;
}

    .home-news ul {
        padding: 0px 15px 0 0px;
        margin: 0px;
    }

    .home-news li {
        width: 100%;
        float: left;
        font-size: 19px;
        list-style: none;
        /* padding-left: 35px;*/
        margin-bottom: 15px;
        /* background: url(../images/news-icon.png) left top no-repeat;*/
    }

        .home-news li a {
            color: #333;
        }

        .home-news li span {
            font-size: 13px;
            width: 100%;
            float: left;
        }

.pad-left {
    padding-left: 30px;
}

.events {
    width: 100%;
    background-color: #f5ca76;
    padding: 30px 0;
    display: inline-block;
}

.event-pic {
    width: 340px;
    width: 100%;
    /* height: 300px;
    overflow: hidden;*/
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

    .event-pic img {
        width: 100%;
        border: solid 5px #f1f1f1;
        box-shadow: 0 0 5px #333;
    }

.event-desc {
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    background: rgba(149, 48, 4, 0.75);
    position: absolute;
    bottom: -1px;
    left: 0px;
    -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;
}
    /*.event-pic:hover .event-desc{
	top:50%;
	}*/

    .event-desc h2 {
        margin-top: 0px;
        font-size: 17px;
        margin-bottom: 0px;
    }

.footer-1 {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
    background-color: #af4213;
    border: solid 1px #af4213;
}

    .footer-1 ul {
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

        .footer-1 ul li {
            list-style: none;
            display: inline-block;
            width: 11%;
            text-align: center;
            text-transform: uppercase;
            border-right: solid 1px #b3b2b2;
        }

            .footer-1 ul li:last-child {
                border-right: none;
            }

            .footer-1 ul li:nth-child(4) {
                border-right: none;
            }

            .footer-1 ul li:nth-child(5) {
                margin-left: 94px;
            }

            .footer-1 ul li a {
                display: inline-block;
                padding: 15px 0px;
                width: 100%;
                color: #fff;
                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;
            }

                .footer-1 ul li a img {
                    -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;
                }

                .footer-1 ul li a:hover img {
                    transform: scale(1.1);
                    background-color: #f5ca76;
                    border-radius: 100%;
                }



.footer {
    width: 100%;
    display: inline-block;
    padding: 15px 0px 10px 0;
    position: relative;
    background-color: #063852;
    border: solid 1px #dfdede;
}

.gopuram {
    position: absolute;
    top: -93px;
    left: 50%;
    margin-left: -61px;
}

    .gopuram img {
        width: 122px;
    }

.alankaras .gopuram {
    position: absolute;
    top: -77px;
    left: 50%;
    margin-left: -50px;
}

    .alankaras .gopuram img {
        width: 100px;
    }

.copyright {
    font-size: 14px;
    color: #737373;
    width: 33%;
}

.visitors {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #414141;
}

    .visitors span {
        color: #d55923;
        font-weight: 700;
    }

.social-block {
    width: 25%;
    float: right;
    margin-right: 20px;
    text-align: right;
}

    .social-block ul {
        padding: 0px;
        margin: 0px;
        text-align: right;
    }

        .social-block ul li {
            list-style: none;
            display: inline-block;
            margin: 5px;
        }

            .social-block ul li a {
                font-size: 17px;
                color: #d55923;
            }

            .social-block ul li:hover a {
                font-size: 17px;
                color: #8b2b01;
            }

.fa.fa-volume-down {
    font-size: 26px;
    color: #be4611;
    margin: 0px 20px 0 0;
    line-height: 32px;
    padding-top: 5px;
}

.bannerbg-1 {
    background: url(../images/bg1.jpg) 100%;
}

.phone {
    font-size: 18px;
    margin-top: 2px;
}

    .phone span {
        color: #333;
        font-size: 14px;
    }

.powered {
    width: 100%;
}

.music-but {
    margin: 13px 10px 0 0;
    float: left;
    background-color: #cfac51;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

    .music-but .glyphicon {
        font-size: 24px;
        color: #fff;
        line-height: 44px;
    }

.alankaras .music-but {
    margin-top: 8px;
}

.right-titles {
    text-align: right !important;
}

.left-titles {
    text-align: left !important;
    margin-left:;
}

.inner-container {
    padding: 30px 0;
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    margin: auto;
}

.inner-banner {
    width: 100%;
    display: inline-block;
    margin-top: 114px;
    /*border-bottom: solid 8px #edd076;*/
}

    .inner-banner img {
        width: 100%;
    }

.page-title {
    font-size: 30px;
    font-weight: 600;
    color: #4b4b4b;
    padding: 0 0 0px 46px;
    line-height: 36px;
    text-align:right;
    /*background:url(../images/titlebg.png) left bottom no-repeat ;*/
}

.darshans-header {
    width: 100%;
    background-color: #fbf1f1;
    background-color: #3e6fb4;
    color: #fff;
    border-bottom: solid 1px #dfdede;
    float: left;
    margin-bottom: 20px;
}

.darshans-header-title {
    line-height: 56px;
    font-size: 19px;
    font-weight: 600;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.darshans-header-1 {
    width: 40.83%;
    float: left;
}

.darshans-header-2 {
    width: 13.66%;
    float: left;
}

.darshans-header-3 {
    width: 13.75%;
    float: left;
}

.darshans-header-4 {
    width: 26.58%;
    float: left;
}

h1 {
    font-size: 22px;
    font-weight: 600;
    color: #555;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.darshan-box {
    width: 100%;
    border: solid 1px #e8e6e3;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fff;
}

.darshan-box-icon {
    width: 12.83%;
    float: left;
    padding: 10px 0 0 0;
    text-align: center;
}

    .darshan-box-icon img {
        width: 100%;
        max-width: 100px;
    }

.darshan-box-right-col {
    width: 86.66%;
    float: right;
}

.darshan-row-1, .darshan-row-2 {
    background-color: #f4f3f1;
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    ;
}

.darshan-row-2 {
    background-color: #e8e6e3;
}

.darshans-col-1 {
    width: 30.46%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.swamy-col {
    width: 40.31%;
}

.darshans-col-2 {
    width: 20.30%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.darshans-col-3 {
    width: 14.45%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.darshans-col-4 {
    width: 22.58%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.darshans-col-5 {
    width: 10%;
    float: left;
    text-align: right;
}

.day-title {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 5px;
    background: url(../images/daytitlebg.png) left no-repeat;
}

.sm-icon img {
    width: auto;
    max-height: 37px;
}

.tab-content {
    /* margin-top: 20px;*/
}

.sevas-row {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ada7a7;
}

.sevas-col-1 {
    width: 10%;
    float: left;
    min-width: 78px;
    margin-right: 15px;
}

.sevas-col-2 {
    width: 30%;
    float: left;
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
    padding-top: 7px;
    color: #e38414;
}

.sevas-col-3 {
    width: 28.66%;
    float: left;
    padding-top: 7px;
    margin-right: 15px;
}

    .sevas-col-3 ul {
        padding: 0px;
        margin: 0px;
    }

        .sevas-col-3 ul li {
            list-style: none;
        }

.sevas-col-4 {
    width: 17%;
    float: right;
    text-align: right;
    color: #cf3838;
    font-size: 21px;
    font-weight: 700;
    padding-top: 7px;
}

.sevas-col-5 {
    width: 14.33%;
    float: left;
    text-align: right;
}

.sevas-title-header {
    font-weight: 600;
    background-color: #ccc;
    padding: 5px;
    color: #333 !important;
    margin-bottom: 20px;
}

    .sevas-title-header .sevas-col-1, .sevas-title-header .sevas-col-2, .sevas-title-header .sevas-col-4, .sevas-title-header .sevas-col-3 {
        color: #333;
        padding-top: 0px;
        font-weight: 600;
        font-size: 16px;
    }

.time-bg {
    width: 78px;
    height: 78px;
    padding-left: 10px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    /*background: url(../images/timebg.png);*/
    display: table;
    background-color: #f79506;
    border-radius: 100%;
    padding: 5px;
}

    .time-bg p {
        display: table-cell;
        vertical-align: middle;
        height: 69px;
        line-height: 18px;
    }

        .time-bg p span {
            width: 100%;
            text-align: center;
            float: left;
        }

.book-seva-but {
    padding: 0 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #00abc9;
    display: inline-block;
    border-radius: 4px;
    /*margin-top:-54px;*/
    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;
}

    .book-seva-but:hover {
        color: #fff;
        text-decoration: none;
        background-color: #333333;
    }
    
    .btnClass {
     padding: 0 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color:#00abc9;
    display: inline-block;
    border-radius: 4px;
    /*margin-top:-54px;*/
    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;
}

    .btnClass:hover {
        color: #fff;
        text-decoration: none;
        background-color: #333333;
    }

.bot-margin {
    margin-bottom: 15px;
}

.seva-sub-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

h3 {
    font-size: 18px;
    margin: 10px 0 15px 0;
    display: inline-block;
    width: 100%;
}

.sevas-col-2.bot-margin {
    width: 100%;
}

.checksevaavailability {
    padding-right: 40px;
    line-height: 38px;
    font-weight: 600;
    color: #cf3838;
    float: right;
    background: url(../images/date-icon.jpg) right no-repeat;
}

.form-top-margin {
    margin-top: 15px;
}

.graybg {
    background-color: #eeeeee;
    padding: 5px;
    display: inline-block;
    width: 100%;
}

    .graybg .col-md-6 {
        padding: 10px;
    }



 Commented.form-button {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    line-heigh: 40px;
    height: 40px;
    border: none;
    padding: 0 45px;
    margin: 10px 0;
    background-color: #f79506;
    -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;
}
    .form-button:hover {
        /*background-color: #cf3838;*/
        color: #fff;
    }

input[type="checkbox"] {
    /*margin: 11px 0;*/
    margin: 0;
}

label {
    width: 100%;
}

h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.pic-height {
    height: 110px;
    display: table;
}

    .pic-height p {
        display: table-cell;
        vertical-align: middle;
    }


#details {
    display: 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;
}

.show {
    display: 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;
}

.gal-pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .gal-pic img {
        width: 100%;
        border-bottom: solid 6px #ffb903;
    }

.photo-dark {
    width: 100%;
    height: 97%;
    /* background: rgba(0, 0, 0, 0.3);*/
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    -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;
}

    .photo-dark img {
        width: 30px;
        height: 30px;
        margin-top: 1%;
        border: none;
        margin-left: 84%;
        background-color: #4971ce;
        border-radius: 100%;
        padding: 5px;
    }

.album-title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 19px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.3);
    height: 50px;
    padding: 5px 0;
    display: table;
}

    .album-title p {
        display: table-cell;
        vertical-align: middle;
    }

.pic-shadow {
    width: 100%;
    height: 16px;
    background: url(../images/shadow.png) center no-repeat;
}

.gal-pic:hover .photo-dark {
    /*background: rgba(0, 0, 0, 0.7);*/
}

#fancybox-title {
    width: 100%1important;
}

.alankara-thumb {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.falling-flowers {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    background: url(../images/falling-flowers.gif) repeat;
    border-radius: 100%;
}

.alankara-thumb:hover .falling-flowers {
    top: 0px;
}

.alankara-thumb img {
    width: 90%;
    border-radius: 100%;
    border: solid 8px #f7c647;
}

.alankara-title {
    width: 100%;
    padding: 0 3%;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    float: left;
    line-height: 20px;
}

.falling-flowers-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/falling-flowers-2.gif) repeat;
    border-radius: 100%;
}

.list-alankaras {
    width: 100%;
    padding: 0 10%;
    text-align: center;
    margin-top: 100px;
}

    .list-alankaras ul {
        padding: 0px;
        margin: 0px;
    }

        .list-alankaras ul li {
            width: 8%;
            list-style: none;
            display: inline-block;
            padding: 10px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

            .list-alankaras ul li img {
                width: 100%;
                border-radius: 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;
            }

            .list-alankaras ul li.active img {
                border: solid 3px #f7c647;
                box-shadow: 0 0 10px #666;
            }

            .list-alankaras ul li:hover img {
                border: solid 5px #f7c647;
            }

    .list-alankaras .nav > li > a {
        padding: 0px;
        background: transparent;
        margin-right: 0px;
        border: none;
        border-radius: 0;
    }

    .list-alankaras .nav-tabs > li.active > a {
        background: none;
    }

#left-block {
    width: 50%;
    min-height: 600px;
    height: 100%;
    text-align: center;
    position: relative float:left;
}

    #left-block img {
        position: fixed;
        bottom: 0px;
        left: 6%;
    }

#right-block {
    width: 50%;
    min-height: 585px;
    /*max-height:585px;
	overflow-y:scroll;*/
    /*float:right;*/
    color: #444;
    font-size: 16px;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}



.list-bg {
    background-color: #f1f1f1;
    margin-bottom: -7px;
}

.right-div-content {
    padding: 40px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .right-div-content h2 {
        margin-bottom: 18px;
    }

.sub-content {
    color: #ffd465;
}

.alankaras-border {
    /*border-bottom: solid 8px #edd076;*/
    border-top: solid 8px #edd076;
}

.right-div-content h2 {
    margin-top: 0px;
}



.alankarabg-1 {
    /*background:url(../images/alankara-main-1.jpg) center top;
	background-size:cover;*/
}

.alankarabg-2 {
    /*background:url(../images/a-circle-2.png) fixed 15% 100% no-repeat;
	display:inline-block*/
}

.alankarabg-3 {
    /*background:url(../images/alankara-main-3.jpg) center top;
	background-size:cover;*/
}

.alankarabg-4 {
    /*background:url(../images/alankara-main-4.jpg) center top;
	background-size:cover;*/
}

.alankarabg-5 {
    /*background:url(../images/alankara-main-5.jpg) center top no-repeat;
	background-size:cover;*/
}

.alankarabg-6 {
    /*background:url(../images/alankara-main-6.jpg) center top; no-repeat
	background-size:cover;*/
}

.alankarabg-7 {
    /*background:url(../images/alankara-main-7.jpg) center top no-repeat;
	background-size:cover;*/
}

.alankarabg-8 {
    /*background:url(../images/alankara-main-8.jpg) center top no-repeat;
	background-size:cover;*/
}

.alankarabg-9 {
    /*background:url(../images/alankara-main-9.jpg) center top no-repeat;
	background-size:cover;*/
}

.alankarabg-10 {
    /*background:url(../images/alankara-main-10.jpg) center top no-repeat;
	background-size:cover;*/
}

.alankarabg-11 {
    /*background:url(../images/a-circle-11.png) center top no-repeat;*/
}

.alankarabg-1-color {
    background-color: #d7b100 !important;
    /*background: rgba(14,123,232,1);
    background: -moz-linear-gradient(left, rgba(14,123,232,1) 0%, rgba(8,84,165,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(14,123,232,1)), color-stop(100%, rgba(8,84,165,1)));
    background: -webkit-linear-gradient(left, rgba(14,123,232,1) 0%, rgba(8,84,165,1) 100%);
    background: -o-linear-gradient(left, rgba(14,123,232,1) 0%, rgba(8,84,165,1) 100%);
    background: -ms-linear-gradient(left, rgba(14,123,232,1) 0%, rgba(8,84,165,1) 100%);
    background: linear-gradient(to right, rgba(14,123,232,1) 0%, rgba(8,84,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e7be8', endColorstr='#0854a5', GradientType=1 );*/
}

.alankarabg-2-color {
    background-color: #faaecf !important;
    /*background: rgba(255,153,43,1);
    background: -moz-linear-gradient(left, rgba(255,153,43,1) 0%, rgba(255,103,43,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,43,1)), color-stop(100%, rgba(255,103,43,1)));
    background: -webkit-linear-gradient(left, rgba(255,153,43,1) 0%, rgba(255,103,43,1) 100%);
    background: -o-linear-gradient(left, rgba(255,153,43,1) 0%, rgba(255,103,43,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,153,43,1) 0%, rgba(255,103,43,1) 100%);
    background: linear-gradient(to right, rgba(255,153,43,1) 0%, rgba(255,103,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff992b', endColorstr='#ff672b', GradientType=1 );*/
}

.alankarabg-3-color {
    background-color: #ff7f00 !important;
    /*background: rgba(21,191,86,1);
    background: -moz-linear-gradient(left, rgba(21,191,86,1) 0%, rgba(9,72,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,191,86,1)), color-stop(100%, rgba(9,72,34,1)));
    background: -webkit-linear-gradient(left, rgba(21,191,86,1) 0%, rgba(9,72,34,1) 100%);
    background: -o-linear-gradient(left, rgba(21,191,86,1) 0%, rgba(9,72,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(21,191,86,1) 0%, rgba(9,72,34,1) 100%);
    background: linear-gradient(to right, rgba(21,191,86,1) 0%, rgba(9,72,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15bf56', endColorstr='#094822', GradientType=1 );*/
}

.alankarabg-4-color {
    background-color: #f4b938 !important;
    /*background: rgba(186,89,113,1);
    background: -moz-linear-gradient(left, rgba(186,89,113,1) 0%, rgba(69,35,43,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(186,89,113,1)), color-stop(100%, rgba(69,35,43,1)));
    background: -webkit-linear-gradient(left, rgba(186,89,113,1) 0%, rgba(69,35,43,1) 100%);
    background: -o-linear-gradient(left, rgba(186,89,113,1) 0%, rgba(69,35,43,1) 100%);
    background: -ms-linear-gradient(left, rgba(186,89,113,1) 0%, rgba(69,35,43,1) 100%);
    background: linear-gradient(to right, rgba(186,89,113,1) 0%, rgba(69,35,43,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba5971', endColorstr='#45232b', GradientType=1 );*/
}

.alankarabg-5-color {
    background-color: #623247;
    /* background: rgba(240,155,8,1);
    background: -moz-linear-gradient(left, rgba(240,155,8,1) 0%, rgba(136,89,2,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,155,8,1)), color-stop(100%, rgba(136,89,2,1)));
    background: -webkit-linear-gradient(left, rgba(240,155,8,1) 0%, rgba(136,89,2,1) 100%);
    background: -o-linear-gradient(left, rgba(240,155,8,1) 0%, rgba(136,89,2,1) 100%);
    background: -ms-linear-gradient(left, rgba(240,155,8,1) 0%, rgba(136,89,2,1) 100%);
    background: linear-gradient(to right, rgba(240,155,8,1) 0%, rgba(136,89,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09b08', endColorstr='#885902', GradientType=1 );*/
}

.alankarabg-6-color {
    background-color: #deb743;
    /* background: rgba(179,84,127,1);
    background: -moz-linear-gradient(left, rgba(179,84,127,1) 0%, rgba(98,50,71,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,84,127,1)), color-stop(100%, rgba(98,50,71,1)));
    background: -webkit-linear-gradient(left, rgba(179,84,127,1) 0%, rgba(98,50,71,1) 100%);
    background: -o-linear-gradient(left, rgba(179,84,127,1) 0%, rgba(98,50,71,1) 100%);
    background: -ms-linear-gradient(left, rgba(179,84,127,1) 0%, rgba(98,50,71,1) 100%);
    background: linear-gradient(to right, rgba(179,84,127,1) 0%, rgba(98,50,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3547f', endColorstr='#623247', GradientType=1 );*/
}

.alankarabg-7-color {
    background-color: #ff6289 !important;
    /* background: rgba(18,255,200,1);
    background: -moz-linear-gradient(left, rgba(18,255,200,1) 0%, rgba(17,156,124,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(18,255,200,1)), color-stop(100%, rgba(17,156,124,1)));
    background: -webkit-linear-gradient(left, rgba(18,255,200,1) 0%, rgba(17,156,124,1) 100%);
    background: -o-linear-gradient(left, rgba(18,255,200,1) 0%, rgba(17,156,124,1) 100%);
    background: -ms-linear-gradient(left, rgba(18,255,200,1) 0%, rgba(17,156,124,1) 100%);
    background: linear-gradient(to right, rgba(18,255,200,1) 0%, rgba(17,156,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12ffc8', endColorstr='#119c7c', GradientType=1 );*/
}

.alankarabg-8-color {
    background-color: #fff !important;
    /*background: rgba(4,145,201,1);
    background: -moz-linear-gradient(left, rgba(4,145,201,1) 0%, rgba(0,73,102,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,145,201,1)), color-stop(100%, rgba(0,73,102,1)));
    background: -webkit-linear-gradient(left, rgba(4,145,201,1) 0%, rgba(0,73,102,1) 100%);
    background: -o-linear-gradient(left, rgba(4,145,201,1) 0%, rgba(0,73,102,1) 100%);
    background: -ms-linear-gradient(left, rgba(4,145,201,1) 0%, rgba(0,73,102,1) 100%);
    background: linear-gradient(to right, rgba(4,145,201,1) 0%, rgba(0,73,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0491c9', endColorstr='#004966', GradientType=1 );*/
}

.alankarabg-9-color {
    background-color: #fe2020 !important;
    /*background: rgba(247,158,62,1);
    background: -moz-linear-gradient(left, rgba(247,158,62,1) 0%, rgba(216,115,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,158,62,1)), color-stop(100%, rgba(216,115,0,1)));
    background: -webkit-linear-gradient(left, rgba(247,158,62,1) 0%, rgba(216,115,0,1) 100%);
    background: -o-linear-gradient(left, rgba(247,158,62,1) 0%, rgba(216,115,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(247,158,62,1) 0%, rgba(216,115,0,1) 100%);
    background: linear-gradient(to right, rgba(247,158,62,1) 0%, rgba(216,115,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79e3e', endColorstr='#d87300', GradientType=1 );*/
}

.alankarabg-10-color {
    background-color: #801e1d !important;
    /* background: rgba(176,2,118,1);
    background: -moz-linear-gradient(left, rgba(176,2,118,1) 0%, rgba(83,8,58,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(176,2,118,1)), color-stop(100%, rgba(83,8,58,1)));
    background: -webkit-linear-gradient(left, rgba(176,2,118,1) 0%, rgba(83,8,58,1) 100%);
    background: -o-linear-gradient(left, rgba(176,2,118,1) 0%, rgba(83,8,58,1) 100%);
    background: -ms-linear-gradient(left, rgba(176,2,118,1) 0%, rgba(83,8,58,1) 100%);
    background: linear-gradient(to right, rgba(176,2,118,1) 0%, rgba(83,8,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00276', endColorstr='#53083a', GradientType=1 );*/
}

.alankarabg-11-color {
    background-color: #4cbb17 !important;
    /* background: rgba(22,128,173,1);
    background: -moz-linear-gradient(left, rgba(22,128,173,1) 0%, rgba(9,55,75,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,128,173,1)), color-stop(100%, rgba(9,55,75,1)));
    background: -webkit-linear-gradient(left, rgba(22,128,173,1) 0%, rgba(9,55,75,1) 100%);
    background: -o-linear-gradient(left, rgba(22,128,173,1) 0%, rgba(9,55,75,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,128,173,1) 0%, rgba(9,55,75,1) 100%);
    background: linear-gradient(to right, rgba(22,128,173,1) 0%, rgba(9,55,75,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1680ad', endColorstr='#09374b', GradientType=1 );*/
}

.pilgrim .nav-tabs > li {
    text-align: center;
    text-transform: uppercase;
    width: 11%;
}

    .pilgrim .nav-tabs > li > a {
        background-color: transparent;
        color: #333;
        font-size: 12px;
        line-height: 30px;
        border: none;
    }

        .pilgrim .nav-tabs > li > a img {
            border-radius: 100%;
            background-color: #274a2c;
            -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;
        }

        .pilgrim .nav-tabs > li > a:hover {
            border: none;
        }

            .pilgrim .nav-tabs > li > a:hover img {
                background-color: #FF9900;
            }

    .pilgrim .nav-tabs > li.active > a, .pilgrim .nav-tabs > li.active > a:hover, .pilgrim .nav-tabs > li.active > a:focus {
        background-color: transparent;
        color: #333;
    }

        .pilgrim .nav-tabs > li.active > a img, .pilgrim .nav-tabs > li.active > a:hover img, .pilgrim .nav-tabs > li.active > a:focus img {
            background-color: #FF9900;
        }

/*******************/


.alankaras .pattern {
    background-size: 30px;
}

.alankaras .logo {
    top: 78px;
    display: none;
}

    .alankaras .logo img {
        width: 80px;
    }
/*
.alankaras .top-nav ul li a {
    padding: 0px 20px;
}*/

.alankaras .header-left {
    height: auto;
    width: 40%;
}

.alankaras .header-right {
    height: auto;
    width: 52%;
}

.alankaras .title {
    margin-left: 35px;
    margin-top: 16px;
}

.title.page-title {
    margin-bottom: 0px;
    font-size: 24px;
}

.alankaras .title img {
    max-width: 400px;
    width: 100%;
}

.alankaras .top-icon {
    margin-bottom: 0px;
}

.alankaras .menu-icon {
    margin-top: 26px;
}


.alankaras .top-icon img {
    width: 30px;
}

.wrapper {
    
    top: 0%;
    left: 0px;
}
.footer.alankaras {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 12px;
}

    .footer.alankaras .copyright, .footer.alankaras .visitors, .footer.alankaras .social-block {
        display: none;
    }

.alankaras-circle {
    width: 100%;
    max-width: 700px;
    height: 70vh;
    max-height: 700px;
    margin: auto;
    padding: 0px 10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    float: none;
    left: 0px;
    top: 80px;
}

.circle {
    width: 100%;
    background: url(../images/circle-design.png) no-repeat;
    background-size: 100%;
    padding: 20px;
}

    .circle img {
        width: 100%;
    }

.alankaras-circle-1 {
    width: 22%;
    position: absolute;
    top: 41%;
    right: 39.89%;
    animation-name: alankaras-circle-1;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-1;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-1;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-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*/
}

.alankaras-circle-1-position {
    top: 0%;
    right: 27.89%;
}

@-webkit-keyframes alankaras-circle-1 {
    0% {
        top: 41%;
        right: 39.89%;
    }

    100% {
        top: 0%;
        right: 27.89%;
    }
}

@-moz-keyframes alankaras-circle-1 {
    0% {
        top: 41%;
        right: 39.89%;
    }

    100% {
        top: 0%;
        right: 27.89%;
    }
}

@-o-keyframes alankaras-circle-1 {
    0% {
        top: 41%;
        right: 39.89%;
    }

    100% {
        top: 0%;
        right: 27.89%;
    }
}

@keyframes alankaras-circle-1 {
    0% {
        top: 41%;
        right: 39.89%;
    }

    100% {
        top: 0%;
        right: 27.89%;
    }
}

.alankaras-circle-1 img {
    background-color: #faaecf;
    border-radius: 100%;
}

.alankaras-circle-2 {
    width: 22%;
    position: absolute;
    top: 42.36%;
    right: 39.97%;
    animation-name: alankaras-circle-2;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-2;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-2;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-2;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-2 {
    0% {
        top: 42.36%;
        right: 39.97%;
    }

    100% {
        top: 14.36%;
        right: 7.97%;
    }
}

@-moz-keyframes alankaras-circle-2 {
    0% {
        top: 42.36%;
        right: 39.97%;
    }

    100% {
        top: 14.36%;
        right: 7.97%;
    }
}

@-o-keyframes alankaras-circle-2 {
    0% {
        top: 42.36%;
        right: 39.97%;
    }

    100% {
        top: 14.36%;
        right: 7.97%;
    }
}

@keyframes alankaras-circle-2 {
    0% {
        top: 42.36%;
        right: 39.97%;
    }

    100% {
        top: 14.36%;
        right: 7.97%;
    }
}

.alankaras-circle-2-position {
    top: 14.36%;
    right: 7.97%;
}

.alankaras-circle-2 img {
    background-color: #ff7f00;
    border-radius: 100%;
}

.alankaras-circle-3 {
    width: 22%;
    position: absolute;
    top: 41.69%;
    right: 39%;
    animation-name: alankaras-circle-3;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-3;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-3;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-3;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-3 {
    0% {
        top: 41.69%;
        right: 39%;
    }

    100% {
        top: 41.69%;
        right: 0px;
    }
}

@-moz-keyframes alankaras-circle-3 {
    0% {
        top: 41.69%;
        right: 39%;
    }

    100% {
        top: 41.69%;
        right: 0px;
    }
}

@-o-keyframes alankaras-circle-3 {
    0% {
        top: 41.69%;
        right: 39%;
    }

    100% {
        top: 41.69%;
        right: 0px;
    }
}

@keyframes alankaras-circle-3 {
    0% {
        top: 41.69%;
        right: 39%;
    }

    100% {
        top: 41.69%;
        right: 0px;
    }
}

.alankaras-circle-3-position {
    top: 41.69%;
    right: 0px;
}

.alankaras-circle-3 img {
    background-color: #f4b938;
    border-radius: 100%;
}

.alankaras-circle-4 {
    width: 22%;
    position: absolute;
    top: 41.015%;
    right: 37.857%;
    animation-name: alankaras-circle-4;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-4;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-4;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-4;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-4 {
    0% {
        top: 41.015%;
        right: 37.857%;
    }

    100% {
        top: 68.015%;
        right: 7.857%;
    }
}

@-moz-keyframes alankaras-circle-4 {
    0% {
        top: 41.015%;
        right: 37.857%;
    }

    100% {
        top: 68.015%;
        right: 7.857%;
    }
}

@-o-keyframes alankaras-circle-4 {
    0% {
        top: 41.015%;
        right: 37.857%;
    }

    100% {
        top: 68.015%;
        right: 7.857%;
    }
}

@keyframes alankaras-circle-4 {
    0% {
        top: 41.015%;
        right: 37.857%;
    }

    100% {
        top: 68.015%;
        right: 7.857%;
    }
}

.alankaras-circle-4-position {
    top: 68.015%;
    right: 7.857%;
}

.alankaras-circle-4 img {
    background-color: #4cbb17;
    border-radius: 100%;
}

.alankaras-circle-5 {
    width: 22%;
    position: absolute;
    top: 40.52%;
    right: 38%;
    animation-name: alankaras-circle-5;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-5;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-5;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-5;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-5 {
    0% {
        top: 40.52%;
        right: 38%;
    }

    100% {
        top: 84.52%;
        right: 26%;
    }
}

@-moz-keyframes alankaras-circle-5 {
    0% {
        top: 40.52%;
        right: 38%;
    }

    100% {
        top: 84.52%;
        right: 26%;
    }
}

@-o-keyframes alankaras-circle-5 {
    0% {
        top: 40.52%;
        right: 38%;
    }

    100% {
        top: 84.52%;
        right: 26%;
    }
}

@keyframes alankaras-circle-5 {
    0% {
        top: 40.52%;
        right: 38%;
    }

    100% {
        top: 84.52%;
        right: 26%;
    }
}

.alankaras-circle-5-position {
    top: 84.52%;
    right: 26%;
}

.alankaras-circle-5 img {
    background-color: #f4b938;
    border-radius: 100%;
}

.alankaras-circle-6 {
    width: 22%;
    position: absolute;
    top: 41.52%;
    left: 39.4%;
    animation-name: alankaras-circle-6;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-6;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-6;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-6;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-6 {
    0% {
        top: 41.52%;
        left: 39.4%;
    }

    100% {
        top: 84.52%;
        left: 27.4%;
    }
}

@-moz-keyframes alankaras-circle-6 {
    0% {
        top: 41.52%;
        left: 39.4%;
    }

    100% {
        top: 84.52%;
        left: 27.4%;
    }
}

@-o-keyframes alankaras-circle-6 {
    0% {
        top: 41.52%;
        left: 39.4%;
    }

    100% {
        top: 84.52%;
        left: 27.4%;
    }
}

@keyframes alankaras-circle-6 {
    0% {
        top: 41.52%;
        left: 39.4%;
    }

    100% {
        top: 84.52%;
        left: 27.4%;
    }
}

.alankaras-circle-6-position {
    top: 84.52%;
    left: 27.4%;
}

.alankaras-circle-6 img {
    background-color: #ff6289;
    border-radius: 100%;
}

.alankaras-circle-7 {
    width: 22%;
    position: absolute;
    top: 41.015%;
    left: 39.368%;
    animation-name: alankaras-circle-7;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-7;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-7;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-7;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 1.1s ease;
	-moz-transition: all 1.1s ease;
	-ms-transition: all 1.1s ease;
	-o-transition: all 1.1s ease;
	transition: all 1.1s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-7 {
    0% {
        top: 41.015%;
        left: 39.368%;
    }

    100% {
        top: 68.015%;
        left: 8.368%;
    }
}

@-moz-keyframes alankaras-circle-7 {
    0% {
        top: 41.015%;
        left: 39.368%;
    }

    100% {
        top: 68.015%;
        left: 8.368%;
    }
}

@-o-keyframes alankaras-circle-7 {
    0% {
        top: 41.015%;
        left: 39.368%;
    }

    100% {
        top: 68.015%;
        left: 8.368%;
    }
}

@keyframes alankaras-circle-7 {
    0% {
        top: 41.015%;
        left: 39.368%;
    }

    100% {
        top: 68.015%;
        left: 8.368%;
    }
}

.alankaras-circle-7-position {
    top: 68.015%;
    left: 8.368%;
}

.alankaras-circle-7 img {
    background-color: #fff;
    border-radius: 100%;
}

.alankaras-circle-8 {
    width: 22%;
    position: absolute;
    top: 41.544%;
    left: 38%;
    animation-name: alankaras-circle-8;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-8;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-8;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-8;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-8 {
    0% {
        top: 41.544%;
        left: 38%;
    }

    100% {
        top: 41.544%;
        left: 0%;
    }
}

@-moz-keyframes alankaras-circle-8 {
    0% {
        top: 41.544%;
        left: 38%;
    }

    100% {
        top: 41.544%;
        left: 0%;
    }
}

@-o-keyframes alankaras-circle-8 {
    0% {
        top: 41.544%;
        left: 38%;
    }

    100% {
        top: 41.544%;
        left: 0%;
    }
}

@keyframes alankaras-circle-8 {
    0% {
        top: 41.544%;
        left: 38%;
    }

    100% {
        top: 41.544%;
        left: 0%;
    }
}

.alankaras-circle-8-position {
    top: 41.544%;
    left: 0%;
}

.alankaras-circle-8 img {
    background-color: #fe2020;
    border-radius: 100%;
}

.alankaras-circle-9 {
    width: 22%;
    position: absolute;
    top: 41.35%;
    left: 38.81%;
    animation-name: alankaras-circle-9;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-9;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-9;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-9;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	transition: all 1.3s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-9 {
    0% {
        top: 41.35%;
        left: 38.81%;
    }

    100% {
        top: 15.35%;
        left: 8.81%;
    }
}

@-moz-keyframes alankaras-circle-9 {
    0% {
        top: 41.35%;
        left: 38.81%;
    }

    100% {
        top: 15.35%;
        left: 8.81%;
    }
}

@-o-keyframes alankaras-circle-9 {
    0% {
        top: 41.35%;
        left: 38.81%;
    }

    100% {
        top: 15.35%;
        left: 8.81%;
    }
}

@keyframes alankaras-circle-9 {
    0% {
        top: 41.35%;
        left: 38.81%;
    }

    100% {
        top: 15.35%;
        left: 8.81%;
    }
}

.alankaras-circle-9-position {
    top: 15.35%;
    left: 8.81%;
}

.alankaras-circle-9 img {
    background-color: #801e1d;
    border-radius: 100%;
}

.alankaras-circle-10 {
    width: 22%;
    position: absolute;
    top: 40%;
    left: 38.75%;
    animation-name: alankaras-circle-10;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: alankaras-circle-10;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: alankaras-circle-10;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: forwards;
    -o-animation-name: alankaras-circle-10;
    -o-animation-duration: 2s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: forwards;
    /*-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-ms-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	transition: all 1.4s ease*/
    -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;
}

@-webkit-keyframes alankaras-circle-10 {
    0% {
        top: 40%;
        left: 38.75%;
    }

    100% {
        top: 0%;
        left: 27.75%;
    }
}

@-moz-keyframes alankaras-circle-10 {
    0% {
        top: 40%;
        left: 38.75%;
    }

    100% {
        top: 0%;
        left: 27.75%;
    }
}

@-o-keyframes alankaras-circle-10 {
    0% {
        top: 40%;
        left: 38.75%;
    }

    100% {
        top: 0%;
        left: 27.75%;
    }
}

@keyframes alankaras-circle-10 {
    0% {
        top: 40%;
        left: 38.75%;
    }

    100% {
        top: 0%;
        left: 27.75%;
    }
}

.alankaras-circle-10-position {
    top: 0%;
    left: 27.75%;
}

.alankaras-circle-10 img {
    background-color: #deb743;
    border-radius: 100%;
}

.alankaras-middle {
    width: 44.633%;
    position: absolute;
    left: 27.45%;
    top: 28.6%;
    border-radius: 100%;
    padding: 44px;
}

    .alankaras-middle img {
        width: 100%;
        border-radius: 100%;
        background-color: #d7b100;
    }

.alankaras-circle ul {
    padding: 0px;
    margin: 0px;
}

    .alankaras-circle ul li {
        list-style: none;
    }

.cross-pattern {
    background: url(../images/cross-pattern.png) #9d0206;
}

/*.alankaras-circle-1:hover, .alankaras-circle-2:hover, .alankaras-circle-3:hover, .alankaras-circle-4:hover, .alankaras-circle-5:hover, .alankaras-circle-6:hover, .alankaras-circle-7:hover, .alankaras-circle-8:hover, .alankaras-circle-9:hover, .alankaras-circle-10:hover {
}*/



/****************************/

.gray-block {
    width: 100%;
    padding: 40px 0;
    background-color: #f1f1f1;
    display: inline-block;
    margin-bottom: 30px;
}

.annaprasadam img {
    width: 100%;
}


.services-para {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    font-family: 'ArnoPro-LightDisplay';
}

.no-bot-margin {
    margin-bottom: 0px;
}

.no-top-margin {
    margin-top: 0px;
}

.no-bot-pad {
    padding-bottom: 0px;
}


.ann-donar-details ul {
    padding: 0px;
    margin: 0px;
}

    .ann-donar-details ul li {
        list-style: none;
        margin-bottom: 10px;
    }

.top-margin {
    margin-top: 20px;
}

.telugu-content {
    line-height: 30px;
}

.patasala img {
    width: 100%;
    margin-bottom: 15px;
}

.prana-year-title {
    font-size: 16px;
    background-color: #f16e02;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 5px;
}

.prana-year-row {
    line-height: 30px;
    border-bottom: solid 1px #ccc;
    width: 100%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.border-bot {
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    line-height: 30px;
}

.ticket-rates li {
    list-style: none;
    line-height: 30px;
}

.pradanam img {
    width: 100%;
}

.red {
    color: #FF0000;
}

label {
    width: 100%;
    margin: 10px 0px 5px 0;
}

.more-content {
    display: 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;
}

.show-content {
    display: block;
}

.contact-box-1 {
    background-color: #8cb4b6;
    padding: 20px;
    height: 130px;
}

.contact-box-2 {
    background-color: #ffb903;
    padding: 20px;
    height: 130px;
}

    .contact-box-2 img {
        margin-bottom: 7px;
    }

.border-left {
    border-left: solid 1px #ccc;
    min-height: 100px;
}

.border-bottom {
    border-bottom: solid 1px #ccc;
}

.gen-padding {
    padding: 15px;
}

.contact img {
    width: 100%;
}

.mgmt .prana-year-row p {
    margin-bottom: 0px;
}

.mgmt .prana-year-row {
    background-color: #f1f1f1;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 100px;
}

.gen-info-row {
    background-color: #f1f1f1;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 100px;
    display: table !important;
}

    .gen-info-row p {
        display: table-cell;
        vertical-align: middle;
    }

.genbg-1 {
    background-color: #9ff3c3;
    display: inline-block;
}

.genbg-2 {
    background-color: #ffdd75;
    display: inline-block;
}

.genbg-3 {
    background-color: #ada7fc;
    display: inline-block;
}

.genbg-4 {
    background-color: #6aecf4;
    display: inline-block;
}

.genbg-5 {
    background-color: #daff75;
    display: inline-block;
}

.genbg-6 {
    background-color: #fce0fa;
    display: inline-block;
}

.question {
    font-weight: 700;
    margin-bottom: 10px;
}

.answer {
    padding: 20px;
    border-bottom: solid 2px #edd076;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

.intro-left {
    width: 50.1%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    /*background-color:#009933;*/
    background: url(../images/intro-left.jpg) top right;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro-right {
    width: 50%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    /*background-color:#f26722;*/
    background: url(../images/intro-right.jpg) top left;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro-top {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

    .intro-top img {
        width: 100%;
    }

.intro-bottom img {
    width: 100%;
}

.intro-open-but {
    width: 405px;
    height: 406px;
    background: url(../images/intro-open-but.png);
    position: fixed;
    top: 50%;
    margin-top: -360px;
    left: 50%;
    margin-left: -204px;
    z-index: 1001;
    cursor: pointer;
    -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;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.intro-open-but-2 {
    width: 128px;
    height: 129px;
    background: url(../images/intro-but-2.png);
    position: fixed;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -58px;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.move-left {
    left: -50%;
}

.move-right {
    right: -50%;
}

.move-top {
    top: -50%;
}

.more-top {
    top: -100%;
}

.ribbon-right {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -373px;
    width: 100%;
    height: 746px;
    background: url(../images/ribbon-2-right.png) left;
}

.ribbon-left {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -373px;
    width: 100%;
    height: 746px;
    background: url(../images/ribbon-2-left.png) right;
}

.view-gal {
    padding-right: 45px;
    line-height: 40px;
    background: url(../images/gal-icon.png) no-repeat right;
    float: left;
    color: #333;
}

.cal img {
    width: 100%;
}

.cal-bg {
    background-color: #fce0fa;
    background-color: #f1f1f1;
    display: inline-block;
    margin-bottom: 20px;
}

.subscribe-but {
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #cd2525;
}

.magazine img {
    width: 100%;
}

.seva-bullet {
    color: #FF9900;
    margin-right: 10px;
    float: left;
}

.down-hill {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .down-hill img {
        width: 100%;
    }

.uphills .prana-year-row {
    margin-top: 0px;
}

.small-but {
    background-color: #f79506;
    border: none;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

.planner-heads {
    background-color: #d86906;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.gen-pad {
    padding: 6px;
}

.inner-header .title {
    margin-top: 17px;
}

.inner-header .menu-icon {
    margin-top: 24px;
}

.inner-header .header-right, .inner-header .header-left {
    height: auto;
}
/*.inner-header .top-nav ul li a {
        padding: 0px 30px;
}*/

.inner-header .top-icon {
    margin-bottom: 0px;
}

.inner-header .pattern {
    background-size: 44px;
    height: 24px;
}


.subtabs {
    /*width: 90%;*/
    margin: auto;
}


.cal-bg-gray {
    background-color: #f1f1f1;
    display: inline-block;
    margin-bottom: 20px;
}

.more-sevas {
    font-size: 14px;
    line-height: 26px;
    float: right;
    margin-top: -40px;
}

.time-block {
    width: 98%;
    border: solid 1px #ccc;
    float: left;
    padding: 10px 5px;
    height: 80px;
}

    .time-block ul {
        padding: 0px;
        margin: 0px;
    }

        .time-block ul li {
            list-style: none;
            border-right: solid 1px #ccc;
            width: 23%;
            padding: 0 2px 0 0;
            display: inline-block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            text-align: center;
        }

            .time-block ul li img {
                width: 100%;
                max-width: 33px;
            }

            .time-block ul li.disable img {
                opacity: 0.5;
            }

            .time-block ul li:last-child {
                border-right: none;
            }

            .time-block ul li input[type="text"] {
                width: 100%;
                height: 16px;
                font-size: 11px;
                border: solid 1px #ccc;
                color: #666;
                text-align: center;
            }

.pkg-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    margin-top: 10px;
    padding: 10px;
}

.pkg-block-pic {
    width: 100%;
    position: relative;
}

    .pkg-block-pic img {
        width: 100%;
    }


.pkg-block-title-block {
    background: rgba(0, 0, 0, 0.7);
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pkg-block-title {
    /* background: rgba(207, 56, 56, 0.8);*/
    color: #fff;
    text-align: left;
    float: left;
    font-size: 16px;
    width: 69%;
    float: left;
    /*margin-top: -29px;*/
}

.pkg-block-rate {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    width: 31%;
    float: right;
    text-align: center;
    line-height: 34px;
}

.pkg-block-pic .pkg-block-rate {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background-color: rgba(255,255,255,1);
    padding: 4px 10px 3px 10px;
    z-index: 106;
}

.pkg-block-rate-cart {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    d;
}

.pkg-block-persons {
    margin: 5px 0;
    float: left;
    width: 100%;
}

    .pkg-block-persons img {
        float: left;
        margin-right: 10px;
    }

    .pkg-block-persons input[type="text"] {
        width: 60px;
        padding: 0 5px;
        text-align: center;
        height: 26px;
        border: solid 1px #ccc;
        margin-left: 5px;
        float: left;
    }

    .pkg-block-persons .small-but {
        float: right;
    }



.pkg-block-prasadam {
    width: 100%;
    float: left;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

    .pkg-block-prasadam:nth-child(3), .pkg-block-prasadam:nth-child(4) {
        /*border-bottom: solid 1px #f1f1f1;*/
    }

.pkg-block-prasadam-icon {
    /*width: 100%;*/
    max-width: 50px;
    float: left;
    text-align: center;
}

    .pkg-block-prasadam-icon img {
        max-width: 30px;
        height: 30px;
    }

.pkg-block-prasadam-title {
    width: 80%;
    text-align:;
    eft;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

.plan-col {
    width: 33.333333%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 14px;
}

.cart-thumb img {
    width: 100%;
}

.cart-row .pkg-block-rate {
    margin-left: 0px;
    font-size: 16px;
}

.remove-icon {
    text-align: center;
}

    .remove-icon p {
        width: 100%;
        text-align: center;
    }

.cart-row .bot-border {
    border-bottom: solid 1px #ccc;
}

.cart-amount {
    text-align: right;
    margin: 20px 0 10px 0;
}

#bhavani .bot-border {
    border-bottom: solid 1px rgba(23,133,39,0.5);
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
}

.cart-pay .book-seva-but {
    margin: -10px 0 0 10px;
}

.nav-tabs > li {
    margin-bottom: 10px;
}

.tab-menu-icon {
    font-weight: bold;
    cursor: pointer;
    display: none;
    color: #c71522;
}

.temp-info {
    -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;
}

.move-menu {
    left: 0% !important;
    z-index: 100;
}

.temples {
    width: 100%;
    max-width: 835px;
    height: 835px;
    /* background:url(../images/ring-8.png);*/
    position: relative;
    z-index: 101;
}

    .temples li {
        list-style: none;
    }

.temple-thumb img {
    border-radius: 100%;
}

.temple-thumb-1 {
    position: absolute;
    left: 12%;
    top: 11%;
}

.temple-thumb-2 {
    position: absolute;
    left: 40%;
    top: 0%;
}

.temple-thumb-3 {
    position: absolute;
    left: 68%;
    top: 12%;
}

.temple-thumb-4 {
    position: absolute;
    left: 79%;
    top: 41%;
}

.temple-thumb-5 {
    position: absolute;
    left: 67%;
    top: 68%;
}

.temple-thumb-6 {
    position: absolute;
    left: 40%;
    top: 79%;
}

.temple-thumb-7 {
    position: absolute;
    left: 12%;
    top: 68%;
}

.temple-thumb-8 {
    position: absolute;
    left: 0%;
    top: 39%;
}

.fullarticle {
    position: absolute;
    width: 54%;
    height: 36%;
    padding: 0 10%;
    left: 22%;
    top: 32%;
    text-align: center;
    min-height: 100px;
    z-index: 99;
    -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;
}

.temple-info-block {
    display: table;
    min-height: 100px;
    text-align: center;
    -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;
}

    .temple-info-block p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        min-height: 100px;
        margin: 0px;
        width: 100%;
    }

.inner-page-title {
    width: 100%;
    background-color: #edd076;
    display: inline-block;
}

    .inner-page-title .no-pad {
        padding-right: 20px;
    }

.time-block .form-control {
    border: none;
    height: 24px;
    padding: 0px;
    box-shadow: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.time-block.persons .input-group {
    width: 100px;
    margin-top: 10px;
}

#SelectedDay {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 2px;
}

.time-block.persons input[type="text"] {
    width: 50px;
    border: none;
    float: left;
    margin-top: 0px;
    height: 34px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: solid 1px #ccc;
}

.persons-icon {
    float: left;
    margin-right: 5px;
    margin-left: 20px;
}

.plus-icon {
    float: left;
    margin: 13px 8px 0 0;
}

.cart-icon {
    float: right;
    margin: 50px 30px 0 0;
    position: relative;
}

.cart-val {
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    background-color: rgba(8,84,165,1);
    color: #fff;
    position: absolute;
    top: -6px;
    right: -16px;
}

#DharsanList, #SevasList, #PackagesList {
    /* height: 680px;
    overflow-y: scroll;*/
    margin-top: 10px;
}

.gmail-button {
    width: 100%;
    border: solid 1px #4285f4;
    line-height: 44px;
    height: 44px;
    float: left;
    margin-bottom: 10px;
    background: url(../images/gmail-icon.jpg) 6px no-repeat;
    border-radius: 3px;
}

.facebook-button {
    width: 100%;
    line-height: 44px;
    height: 44px;
    float: left;
    color: #fff;
    border: solid 1px #3b5998;
    margin-bottom: 10px;
    border-radius: 3px;
    background: url(../images/facebook-icon.jpg) 6px no-repeat #3b5998;
}

.login-forgot {
    line-height: 26px;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.login {
}

    .login h2 {
        margin-top: 0px;
    }

    .login img {
        width: 90%;
        border-radius: 10px;
        box-shadow: 0 0 10px #333;
    }

.ifno-footer {
    padding-bottom: 130px;
}

.magazine-pic {
    position: relative;
}

    .magazine-pic img {
        width: 100%;
    }

.magazine-title {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}


/*.outer-box {
	border: 1px solid black;
	float: left;
	height: 300px;
	overflow: auto;
	position: relative;
	width: 100%;
}
.inner-box {
	/*background-color: #cfc;
	padding: 20px;
	width: 200px;*/
}
/*.up { position: absolute; top: 0px; background-color: red; display: none;}
.down { position: absolute; bottom: 0px; background-color: red; display: none;}*/



.date {
    cursor: pointer;
    height: 24px;
    background: url(../images/date-picker.png) right no-repeat;
}

.search-but {
    background-color: #f1f1f1;
    border-bottom: solid 1px #ccc;
}

    .search-but:hover {
        color: #000;
    }

.footer.user {
    padding: 29px 0px 6px 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

    .footer.user .visitors {
        margin-top: 10px;
    }

    .footer.user .copyright {
        line-height: 15px;
    }

.management-pic {
    width: 100%;
    float: left;
    border: solid 1px #ccc;
    margin-bottom: 10px;
}

    .management-pic img {
        width: 100%;
    }

.management-title {
    width: 100%;
    text-align: center;
    margin-top: 6px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: solid 4px rgba(240,155,8,1);
}

    .management-title strong {
        font-size: 18px;
    }

    .management-title span {
        font-size: 12px;
    }

.sub-temples img {
    width: 100%;
}

/******  Drop menu  css ********/

.top-nav ul ul {

    position: absolute;
    width: 170px;
    top: -99999px;
    left: 0px;
    opacity: 0;
    margin-top: 38px;
    margin-left: -108px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -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*/
}

    .top-nav ul ul li {
        padding: 0px;
        line-height: 56px;
        font-size: 12px;
        width: 100%;
        float: left;
        border-left: none;
        margin-left: 0px;
        /*background: url(../images/dot_line.jpg) bottom repeat-x;*/
    }

        .top-nav ul ul li:first-child {
            padding: 0px;
            line-height: 26px;
        }

        .top-nav ul ul li:last-child a {
            border-bottom-left-radius: 5px;
        }

        .top-nav ul ul li a {
            color: #fff !important;
            font-size: 12px;
            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;
        }

        .top-nav ul ul li:hover a {
            color: #333;
            background-color: #edd076;
        }

    .top-nav 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;
    }


.top-nav ul li:hover > ul {
    opacity: 1;
    position: absolute;
    top: 26px;
    left: 0px;
}

.top-nav ul ul li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 1;
    z-index: 497;
}

/********  Drop menu css closed ***********/


/********  Main Menu ****************/
.mainmenu {
    width: 100%;
    background-color: #00293c;
    display: inline-block;
}

    .mainmenu ul {
        padding: 0px;
        margin: 0px;
        width: 90%;
        margin:0px auto;
    }

        .mainmenu ul li {
            list-style: none;
            display: inline;
            margin: 0 12px;
            position: relative;
        }

            .mainmenu ul li a {
                padding: 0 10px;
                line-height: 40px;
                font-size: 14px;
                text-transform: uppercase;
                color: #fff;
                font-weight: 300;
                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;
            }

            .mainmenu ul li:hover a {
                text-decoration: none;
                background-color: #ffd465;
                color: #333;
            }

        .mainmenu ul ul {
            position: absolute;
            width: 170px;
            top: -99999px;
            left: 0px;
            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: #ffd465;
            /*border:solid 1px #d9d9d9*/
        }

            .mainmenu ul ul li {
                padding: 0px;
                line-height: 56px;
                font-size: 12px;
                width: 100%;
                float: left;
                border-left: none;
                margin-left: 0px;
                /*background: url(../images/dot_line.jpg) bottom repeat-x;*/
            }

                /*.mainmenu ul ul li:first-child {
    padding:0px;
    line-height:26px;
}
.mainmenu ul ul li:last-child a{
    border-bottom-left-radius:5px;  
}*/

                .mainmenu ul ul li a {
                    color: #333;
                    font-size: 12px;
                    width: 100%;
                    padding: 5px 10px;
                    line-height: 20px;
                    text-align: left;
                    float: left;
                    /*text-transform:none;*/
                    text-decoration: none;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -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;
                }

                .mainmenu ul ul li:hover a {
                    background-color: #ddae33;
                    color: #fff;
                }

            .mainmenu 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;
            }


        .mainmenu ul li:hover > ul {
            opacity: 1;
            position: absolute;
            top: 30px;
            left: 0px;
        }

        .mainmenu ul ul li:hover > ul {
            position: absolute;
            top: 0;
            left: 100%;
            opacity: 1;
            z-index: 497;
        }


/******* Main Menu Closed ********/

#mCSB_2_scrollbar_vertical {
    display: none#important;
}

.tab-content > .active {
    min-height: 300px;
}

.sub-temples {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: -100px;
}

    .sub-temples img {
        width: 100%;
    }

.sub-temples-but-1 {
    width: 20.0625%;
    position: absolute;
    left: 4.15%;
    top: 40%;
}

.sub-temples-but-2 {
    width: 27.5625%;
    position: absolute;
    left: 66.41%;
    top: 7.62%;
}

.sub-temples-but-3 {
    width: 16.5%;
    position: absolute;
    left: 71.41%;
    top: 23.78%;
}

.sub-temples-but-4 {
    width: 20.625%;
    position: absolute;
    left: 54.673%;
    top: 31.688%;
}

.sub-temples-but-5 {
    width: 16%;
    position: absolute;
    left: 71.41%;
    top: 41.274%;
}

.sub-temples-but-6 {
    width: 17.875%;
    position: absolute;
    right: 2%;
    top: 82.037%;
}

.sub-temples-but-7 {
    width: 27.5%;
    position: absolute;
    left: 16%;
    top: 3%;
}

.no-pad {
    padding: 0px;
}

.routes .nav-tabs > li > a img {
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px #333;
}

.scroll-content {
    height: 670px;
    overflow-y: scroll;
}

.panel-primary > .panel-heading {
    background-color: transparent;
    color: #333;
    border: none;
}

.panel-primary {
    border: none;
}

.mCSB_scrollTools.mCSB_draggerContainer {
    margin-right: -50px;
}

.wht-txt {
    color: #fff;
}

.sakambari img {
    width: 100%;
}

#dasara .genbg-2 img, #dasara .genbg-4 img {
    width: 70%;
}

.donation-type {
    background: url(../images/types-icon.png) left top no-repeat;
    background-size: 30px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 40px;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    min-height: 30px;
    -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;
}

    .donation-type:hover {
        background-position: 6px 0px;
    }

h4 {
    font-weight: 600;
    font-size: 15px;
}

ul.objects {
    padding: 0px;
    margin: 0px;
}

.objects li {
    margin-bottom: 15px;
    list-style: none;
    width: 80%;
    background: url(../images/bullet-sq.jpg)left 6px no-repeat;
    padding-left: 22px;
}

ul.trustees {
    padding: 0px;
    margin: 0px;
}

    ul.trustees li {
        margin-bottom: 15px;
        list-style: none;
        margin-left: 15px;
    }

.giripradarshana img {
    width: 100%;
    max-width: 867px;
}

.HeaderRow {
    padding: 5px;
    text-align: center;
}

.ItemRow {
    padding: 5px;
}

.RowHeight {
    padding-bottom: 10px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}

.new {
    position: absolute;
    top: -16px;
    right: -10px;
    border: 0px !important;
    box-shadow: none;
}

.newseva {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
}

.sakambari table td {
    padding: 10px;
}

ul.varalskhmi {
    padding: 0px;
}

.varalskhmi li {
    list-style: none;
    margin: 0 0 15px 0;
}

.event-left {
    width: 50%;
    float: left;
}

    .event-left img {
        max-width: 100%;
    }

.event-right {
    float: left;
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.events-gray {
    background-color: #f1f1f1;
}

.event-pad {
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.akshara-icon {
    padding-left: 41px;
    background: url(../images/akshara-icon.png) left no-repeat;
    line-height: 36px;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
}

.yagam-icon {
    padding-left: 41px;
    background: url(../images/yagam-icon.png) left no-repeat;
    line-height: 36px;
    font-weight: 600;
    font-size: 19px;
    margin: 5px 0 0 0px;
    display: inline-block;
}

.box-border {
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.admin table {
    width: 100%;
    border: solid 1px #ccc;
    padding: 5px;
}

    .admin table th {
        padding: 5px;
        background-color: #cf3838;
        color: #fff;
    }

    .admin table tr, .admin table td {
        border: solid 1px #ccc;
        padding: 5px;
    }

    .admin table td {
        padding: 5px;
    }

.remove-button {
    border-radius: 100%;
    border: none;
    background-color: #f79506;
    color: #fff;
}

.movetop {
    margin-top: 100px;
    -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;
}



.panchangam-scroll {
    width: 241px;
    height: 280px;
    /*background:url(../images/scroll-3.png) top*/
}

.panchangam-block {
    width: 241px;
    height: 280px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 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;
}

.scroll-bot {
    width: 241px;
    height: 29px;
    background: url(../images/scroll_down.png) bottom;
    position: absolute;
    top: 28px;
    overflow: hidden;
    -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;
}

.show-scroll {
    height: 250px;
    top: 30px;
}

.scroll-top {
    width: 239px;
    height: 30px;
    float: left;
    background: url(../images/scroll_top.png);
}

.panchangam-data {
    width: 100%;
    padding: 5px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    font-size: 11px;
    opacity: 0;
    -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;
}

.show-data {
    opacity: 1;
}

.panch-date {
    border: none;
    width: 94%;
    padding-left: 10px;
    background: url(../images/panchangam-icon.png) no-repeat transparent right;
    height: 24px;
}

.panchangam-data-left {
    width: 42%;
    float: left;
    padding-left: 5px;
    font-weight: 600;
    line-height: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.panchangam-data-right {
    width: 58%;
    float: left;
    line-height: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.admin-circle {
    /*width:160px;
    height:160px;*/
    /*border-radius:100%;*/
    margin: auto;
    box-shadow: 0 5px 10px #ccc;
    border: solid 5px #fff;
    padding-bottom: 20px;
}

.adminbg-1 {
    background-color: #168ae3;
    background-color: #5c7e88;
}

.adminbg-2 {
    background-color: #94a2ac;
}

.adminbg-3 {
    background-color: #ffdb5d;
    background-color: #789ca6;
}

.adminbg-4 {
    background-color: #ff7e00;
    background-color: #5e89a7;
}

.admin-item-title {
    width: 90%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    float: left;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    margin: 0px 5% 10px 5%;
}

.nos-items {
    width: 100%;
    text-align: center;
    font-size: 54px;
    color: #fff;
    float: left;
    margin-top: 17px;
    font-weight: 600;
    line-height: 24px;
}

.admin-item-price {
    width: 100%;
    float: left;
    margin-top: 10px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 20px;
    color: #706f6e;
    padding: 5px 0;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0px;
}

.filter {
    float: left;
    font-size: 20px;
    margin: 10px 10px 0 0;
    color: #706f6e;
    width: 10%;
}

.time-climate {
    width: auto;
    background-color: #db8620;
    position: absolute;
    top: 100%;
    right: 0px;
    color: #fff;
    padding-right: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.time {
    background-color: #be6c09;
    display: inline-block;
    padding: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.w-icon img {
    width: 27px !important;
    margin-bottom: 5px;
}

.deg {
    font-size: 16px;
    line-height: 30px;
}

.banner-content {
    width: 100%;
}

.no-more-but {
    width: 14.5625%;
    position: absolute;
    top: 76%;
    right: 23%;
}

.vratham {
    top: 51%;
    right: 37%;
}

.vratham2 {
    top: 42%;
    right: 30%;
}


.no-more-but-8 {
    right: 21.5%;
}

.subscribenow-but {
    width: 14.5625%;
    position: absolute;
    top: 75%;
    right: 4%;
}

.admin-dashboard a {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.admin-dashboard .input-group {
    margin-bottom: 10px;
}

#bus img, #train img, #flight img {
    width: 100%;
    max-width: 1200px;
}

.admin-margin tbody > tr > td, .admin-margin > tr > td {
    /*padding:0 2px!important;*/
    font-size: 12px;
}

.admin-margin {
    margin-top: 100px;
}

    .admin-margin .page-title {
        font-size: 20px;
        width: 100%;
        text-align: right;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 20px;
    }

.tender-list {
    height: 500px;
    overflow-y: scroll;
}

.vert-line {
    border-left: solid 1px #f79506;
    padding-left: 16px;
}

.tender-list a {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    float: left;
}


.admin-circle-sm {
    /*width:80px;
    height:80px;
    border-radius:100%;*/
    width: 100%;
    margin: auto;
    box-shadow: 0 5px 10px #ccc;
    border: solid 2px #fff;
    margin-top: 5px;
    float: left;
}

    .admin-circle-sm .admin-item-title {
        margin-top: 13px;
        font-size: 11px;
        margin-bottom: 5px;
        line-height: 12px;
    }

    .admin-circle-sm .nos-items {
        font-size: 24px;
        margin-top: 0px;
    }

.sm.admin-item-price {
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.admin-margin .HeaderRow {
    fonts-size: 11px;
}

.l-gray {
    background-color: #f1f1f1;
    background-color: #ccc;
    padding-top: 10px;
}

.quickbook .sevas-col-1 {
    width: 10%;
}

.quickbook .sevas-col-2 {
    width: 20%;
}

.quickbook .sevas-col-3 {
    width: 20%;
}

.quickbook .sevas-col-4 {
    float: left;
    width: 10%;
    text-align: left;
    font-size: 14px;
    color: #333;
    text-align: center;
}
    /*.quickbook .sevas-col-4 input[type="text"] {
    width: 100%;
    text-align:center
}*/
    .quickbook .sevas-col-4 label {
        display: none;
    }

.quickbook .sevas-col-5 {
    width: 15%;
    text-align: right;
    color: #cf3838;
    font-size: 21px;
    font-weight: 700;
    padding-top: 7px;
}

.quickbook .sevas-col-6 {
    width: 15%;
    float: right;
}

.quickbook .book-seva-but {
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
}

.quickbook .sevas-col-5 label {
    display: none;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.header.admin .title {
    margin-left: 20px;
}

    .header.admin .title img {
        width: 100%;
    }

.header.admin .logo {
    left: 10px;
}

.header.admin .header-left {
    margin-left: 50px;
    width: 30%;
}

.header.admin .header-right {
    width: 60%;
}

.tender-desc textarea {
    width: 100%;
    height: 200px;
}


.admin-flat {
    width: 100%;
    height: 160px;
    margin: auto;
    background-color: #377eaf;
}

.flat-bg2 {
    background-color: #49a7e9;
}

.flat-bg-sm {
    background-color: #94a2ac;
    padding: 10px 0;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.flat-bg-sm2 {
    background-color: #aabecc;
    padding: 10px 0;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

    .flat-bg-sm .admin-circle-sm, .flat-bg-sm2 .admin-circle-sm {
        border: none;
        box-shadow: none;
        width: 100%;
    }



    .flat-bg-sm .admin-item-title, .flat-bg-sm2 .admin-item-title {
        border-bottom: none;
    }

.admin-flat .admin-item-title {
    border-bottom: none;
    padding-top: 15px;
}

.admin-flat-bg {
}

.admin-dashboard .container, .admin-dashboard .inner-container {
    max-width: 1300px;
}

.income-dashboard {
    margin-top: 100px;
}

#actions .dropdown-menu {
    left: -100px;
}

.social-block .glyphicon {
    top: 4px;
}

.p-details {
    width: 100%;
    overflow: scroll;
}

.pd-table {
    width: 40%;
    margin: auto;
}

.p-gateway {
    width: 100%;
    text-align: center;
}

.trust-thumb {
    width: 26%;
    float: left;
    max-width: 100px;
    margin-top: 10px;
}

.trust-desc {
    width: 70%;
    float: left;
    margin-left: 10px;
}


.admin-icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

    .admin-icon img {
        width: 100%;
        max-width: 170px;
    }

.privacy {
    color: #333;
    font-size: 12px;
}

.orange-block {
    width: 100%;
    display: inline-block;
    background-color: #ffd465;
}

    .orange-block .container {
        padding: 5px 0;
    }

.flipping-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #00366a;
}

    .flipping-title span .fa {
        font-weight: 300;
    }


.newmenu {
    padding-top: 18px;
    display: none;
}

.accommodations {
    font-size: 16px;
    line-height: 30px;
}

.darshan-title {
    margin-top: 113px;
    position: fixed;
    z-index: 100;
    height: 40px;
}

    .darshan-title .cart-icon {
        margin-top: 0px;
        position: absolute;
        right: -0%;
    }

    .darshan-title .cart-val {
        top: 0px;
    }

.donate-pic {
    display: inline-block;
}

    .donate-pic a {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    .donate-pic img {
        width: 100%;
        float: left;
    }


.home-darshans {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.darshan-val {
    font-size: 22px;
    font-weight: 600;
    padding: 10px;
}

.green {
    color: #1b8e26;
}

.blue {
    color: #0b70e2;
}

.orange {
    color: #ff6600;
}


.box-home {
    -webkit-box-shadow: 0 0 2px #a8a8a8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dontation-details {
    padding: 10px;
    margin: 0px 0px 20px 0;
    font-size: 12px;
    display: inline-block;
    background-color: #f1f1f1;
}

    .dontation-details span {
        font-weight: 600;
        font-size: 14px;
    }


.donor-table {
}

    .donor-table td {
        padding: 10px;
        border: solid 1px #ccc;
    }

    .donor-table th {
        padding: 5px;
        border: solid 1px #ccc;
        background-color: #059ad8;
        color: #fff;
    }

    .donor-table img {
        width: 100px;
    }

.donor-date {
    min-width: 130px;
}

@media only screen and (max-width: 1450px) {

    /*.top-nav ul li a {
		padding: 12px 15px;
		}*/


}

#PopContent {
    top: 17%;
    font-size: 20px;
    margin-top: -100px;
    text-align: center;
}


@media only screen and (max-width: 1300px) {

    .darshan-title .cart-icon {
        position: relative;
        float: right;
    }
}

@media only screen and (max-width: 1230px) {
    .top-icon img {
        width: 30px;
    }

    .mainmenu ul li {
        margin: 0 6px;
    }
}

@media only screen and (max-width: 1190px) {

    .home-services-desc {
        height: 120px;
    }

        .home-services-desc ul li {
            width: 100%;
        }

    #left-block img {
        width: 50%;
        position: fixed;
        bottom: 0px;
        left: 0px;
    }

    .mainmenu ul li {
        margin: 0px;
    }
}


@media only screen and (max-width: 1160px) {

    .top-nav ul li a {
        font-size: 0px;
        padding: 3px 15px;
    }

    .top-icon img {
        margin-top: 18px;
    }

    .top-nav ul li {
        border-right: none;
    }

    .header-left {
        width: 60%;
    }

    .header-right {
        width: 40%;
    }



    .alankaras .music-but {
        margin-top: 6px;
    }

    .alankaras .top-nav ul li {
        padding: 7px 0px;
    }

    .alankaras .top-icon img {
        margin-top: 0px;
    }

    .title {
        display: none;
    }

        .title.page-title {
            display: block;
        }

    .header-left {
        width: auto;
    }

    .header-right {
        width: auto;
    }

    .top-icon {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1117px) {

    .pilgrim .nav > li > a {
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 1100px) {

    .footer-1 ul li {
        font-size: 0px;
    }

    .title.page-title {
        font-size: 20px;
    }

    .admin-item-price {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1082px) {

    .vert-line {
        border-left: 0px;
        padding-left: 0px;
    }
}


@media only screen and (max-width: 1050px) {
    .contact-box-1, .contact-box-2 {
        height: 160px;
    }

    #forExport, .events-table {
        overflow: scroll;
    }

    .move-top {
        margin-top: 0px;
    }

    .mainmenu ul li a {
        font-size: 12px;
    }
}


@media only screen and (max-width: 991px) {
    .left-menu {
        display: block;
    }

    .banner {
        margin-top: 77px;
    }

        .banner .thumbs {
            display: none;
        }

    .bot-border {
        margin-bottom: 30px;
    }

    .home-services-desc ul {
        width: 100%;
        text-align: center;
    }

        .home-services-desc ul li {
            display: inline-block;
            float: none;
            margin: 0 10px;
            width: auto;
        }

    .home-services-desc {
        height: auto;
    }

        .home-services-desc ul {
            float: left;
        }

    .home-servies .col-md-4 {
        display: inline-block;
        width: 100%;
    }

    .viewmore {
        margin-bottom: 30px;
    }

    .event-pic {
        margin: auto auto 30px auto;
    }

    .footer-1 ul li:nth-child(5) {
        margin-left: 60px;
    }

    .copyright {
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .right-border {
        border-right: 0px;
    }

    .temple-time li {
        text-align: left;
    }

    .titles.right-titles {
        text-align: left !important;
    }

    .photo-dark {
        height: 99%;
    }

    .pic-shadow {
        display: none;
    }

    .gal-pic {
        margin-bottom: 20px;
    }

    .empty {
        display: none;
    }

    .right-div-content {
        max-width: inherit;
    }

    #right-block {
        min-height: auto;
        padding-bottom: 100px;
        width: 100%;
    }

    .alankarabg-11.alankarabg-11-color {
        background-color: transparent !important;
    }

    #left-block img {
        width: 50%;
        position: inherit;
    }

    #left-block {
        background-color: #fff;
        min-height: inherit !important;
        width: 100%;
    }

    .alankaras-border {
        border-top: 0px;
    }

    .list-alankaras {
        padding: 6px 2%;
    }

    .alankaras .header-right {
        width: 49%;
    }

    .alankaras .header-left {
        width: 50%;
    }

    .head-2 {
        display: none;
    }

    .cal-bg {
        padding: 10px;
    }

    .cal .top-margin {
        margin-top: 0px;
    }

    .cart-row .bot-border {
        margin-bottom: 0px;
        /*  border-bottom:none;*/
    }

    .cart-amount {
        text-align: left;
    }

    .contact-box-1, .contact-box-2 {
        margin-bottom: 15px;
        height: auto;
    }

    .contact-address .border-left {
        border-left: none;
    }

    .donation-heads {
        display: none;
    }

    #dasara .genbg-2, #dasara .genbg-4 {
        text-align: center;
    }

    .time, .area {
        display: none;
    }

    .admin-item-price {
        font-size: 20px;
    }

    .event-left, .event-right {
        width: 100%;
    }

    .menu-icon, .pattern {
        display: block;
    }

    .mainmenu {
        display: none;
    }

    .inner-banner {
        margin-top: 77px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    .inner-banner {
        margin-top: 118px;
    }

    .darshan-title {
        margin-top: 131px;
    }

    .darshan-container {
        margin-top: 170px;
    }

    .Notepal1 {
        float: left;
    }
}

@media only screen and (max-width: 960px) {

    .pilgrim .nav > li > a {
        font-size: 0px;
    }

    .plan-col {
        width: 100%;
    }

    .pkg-block {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .header.admin .header-left {
        width: 2%;
    }

    .header.admin .header-right {
        width: 80%;
    }

    .header.admin .top-icon img {
        width: 25px;
    }

    .header.admin .top-nav ul li a {
        padding: 7px 10px;
    }
}


@media only screen and (max-width: 857px) {

    .panchangam-left-col {
        width: 100%;
    }

    .panchangam-right-col {
        width: 90%;
        border-left: 0px;
        margin-top: 10px;
    }

    .thumbs .owl-item {
        width: 20px !important;
        height: 20px;
        margin: 0 5px 10px 5px;
        border: radius:100%;
        background-color: #fff;
    }


    .quickbook .sevas-title-header {
        display: none;
    }

    .quickbook .sevas-col-1 {
        width: 20%;
        margin-right: 0px;
    }

    .quickbook .sevas-col-2 {
        width: 40%;
        margin-right: 0px;
    }

    .quickbook .sevas-col-3 {
        width: 40%;
        margin-right: 0px;
    }

    .quickbook .sevas-col-4 {
        width: 30%;
        text-align: left;
        padding: 0px;
    }

        .quickbook .sevas-col-4 input[type="text"] {
            /* width:100px;*/
        }

        .quickbook .sevas-col-4 label, .quickbook .sevas-col-5 label {
            display: block;
            text-align: left;
            font-weight: 400;
            margin-top: 0px;
        }

    .quickbook .sevas-col-5 {
        width: 40%;
        text-align: left;
        margin-left: 20px;
    }

    .quickbook .sevas-col-6 {
        float: right;
        margin-top: 36px;
        width: auto;
    }

    .quickbook .left-col, .quickbook .right-col {
        width: 100%;
        float: left;
    }

    .quickbook .right-col {
        background-color: #f1f1f1;
        padding: 0 10px 10px 10px;
        margin-top: 10px;
    }

    .income-dashboard {
        margin-top: 0px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {

    .pilgrim .nav-tabs > li > a img {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {

    .home-services-desc ul li {
        width: 100%;
        text-align: center;
        background: none;
        padding-left: 0px;
        margin: 0 0 10px 0;
    }

    .footer-1 ul li a img {
        width: 50px;
    }

    .footer-1 ul li {
        border-right: none;
        width: 9%;
    }

    .footer-1 ul {
        /*margin-bottom:80px;*/
    }

        .footer-1 ul li {
            width: 11%;
        }

            .footer-1 ul li:nth-child(5) {
                margin-left: 0px;
            }

    .visitors {
        width: 100%;
        text-align: center;
    }

    .social-block {
        width: 100%;
        text-align: center;
        margin-right: 0px;
    }

        .social-block ul {
            text-align: center;
        }

    .darshans-header {
        display: none;
    }

    .darshan-box-icon {
        width: 30%;
    }

    .darshan-box-right-col {
        width: 70%;
    }

    .darshans-col-1, .darshans-col-2, .darshans-col-3, .darshans-col-4 {
        width: 100%;
    }

    .list-alankaras ul li {
        padding: 0 4px;
    }

    .alankaras .top-nav ul li {
        padding: 14px 0px;
    }

        .alankaras .top-nav ul li a {
            padding: 0 10px;
        }


    .gopuram img {
        width: 76px;
    }

    .gopuram {
        top: -58px;
        left: 50%;
        margin-left: -38px;
    }

    .pd-table {
        width: 80%;
    }

    .test th {
        display: none;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .sita .top-margin {
        margin-top: 0px;
    }

    .cart-row .bot-border {
        border-bottom: none;
    }

    .cart-row .top-margin {
        margin-top: 0px;
    }

    .remove-icon {
        height: auto;
        float: right;
    }

    .cart-icon {
        margin-top: -75px;
    }

    .pkg-block {
        width: 96%;
    }

    .page-title {
        font-size: 20px;
        line-height: 37px;
    }

    .sevas-title-header {
        display: none;
    }

    .tab-content > .active {
        min-height: auto;
    }

    .home-news {
        padding-left: 15px;
    }

    .admin-dashboard {
        /*margin-top: 20px;*/
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 741px) {
    .pilgrim .nav-tabs > li {
        width: 10%;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 732px) {
    .title.page-title {
        display: none;
    }

    .alankaras .header-left {
        width: 30%;
    }

    .alankaras .header-right {
        width: 62%;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 720px) {

    .thumbs .owl-item img {
        display: none;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}



@media only screen and (max-width: 680px) {
    .alankaras-middle {
        top: 28%;
    }

    .alankaras .logo {
        display: none;
    }


    .pilgrim .nav > ul {
        text-align: center;
    }

    .pilgrim .nav > li {
        display: inline-block;
        float: none;
    }

        .pilgrim .nav > li a {
            float: left;
            line-height: 0px;
        }

    .pilgrim .nav.nav-tabs {
        text-align: center;
    }


    .pilgrim .nav > li a img {
        width: 100%;
    }

    /*.tab-menu-icon {
        display: block;
    }

    .temp-info {
        position: absolute;
        left: 110%;
        z-index: 100;
    }
    .nav-tabs {
        border-bottom: 0px;
        width:100%;
    }

        .nav-tabs > li {
            width: 100%;
            margin-bottom: 1px;
        }

            .nav-tabs > li > a {
                border-radius: 0px;
            }
    .wrapper {
        overflow:hidden
    }*/ .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}


@media only screen and (max-width: 644px) {
    .sevas-col-2 {
        width: 70%;
    }

    .sevas-col-3 {
        width: 70%;
    }

    .sevas-col-4 {
        width: 100%;
        background-color: #f1f1f1;
        padding: 5px;
        margin-top: 5px;
    }

    .quickbook .sevas-col-4 {
        background: none;
    }

    .admin-margin .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 591px) {
    /* .quickbook .sevas-col-6 {
        margin-top:59px;
    }*/
}

@media only screen and (max-width: 568px) {
    .booknow-pic img {
        width: 100%;
    }

    .alankaras-middle {
        top: 30%;
    }

    .alankaras-circle-1, .alankaras-circle-2, .alankaras-circle-3, .alankaras-circle-4, .alankaras-circle-5, .alankaras-circle-6, .alankaras-circle-7, .alankaras-circle-8, .alankaras-circle-9, .alankaras-circle-10 {
        position: inherit;
        top: 10px;
        left: inherit;
        right: inherit;
        margin: 10px;
        float: left;
    }

    .alankaras-middle {
        position: inherit;
        left: inherit;
        top: inherit;
        width: 100%;
        text-align: center;
    }

        .alankaras-middle.circle {
            width: 70%;
            margin-left: 15%;
        }

    .alankaras-circle ul li {
        display: inline-block;
        width: 49%;
        tet-align: center;
    }

    /*.alankaras-circle ul li:last-child {
            width: 100% !important;
            text-align: center;
            float: none;
        }*/

    .alankaras-circle-1, .alankaras-circle-2, .alankaras-circle-3, .alankaras-circle-4, .alankaras-circle-5, .alankaras-circle-6, .alankaras-circle-7, .alankaras-circle-8, .alankaras-circle-9, .alankaras-circle-10 {
        width: 100%;
        margin: 0px 0 10px 0;
        text-align: center;
    }

    .alankaras-middle {
        display: none;
    }

    .circle {
        padding: 30px;
    }

    .alankaras-circle ul {
        padding-bottom: 100px;
    }

    .pilgrim .nav > li {
        display: inline-block;
        float: none;
        width: 14%;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 563px) {
    .quickbook .sevas-col-5 {
        width: 30%;
    }
}

@media only screen and (max-width: 542px) {

    .book-seva-but {
        margin: -19px 18px 10px 0;
    }

    .quickbook .sevas-col-1, .quickbook .sevas-col-2, .quickbook .sevas-col-3, .quickbook .sevas-col-4, .quickbook .sevas-col-5 {
        width: 100%;
        margin-left: 0px;
        float: left;
        text-align: left;
    }

    .quickbook .sevas-col-6 {
        width: auto;
        float: left;
        margin-top: 30px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 523px) {
    .header.admin {
        height: 40px;
    }

        .header.admin .header-left {
            display: none;
        }

        .header.admin .header-right {
            width: 100%;
            height: 40px;
        }

            .header.admin .header-right .top-icon {
                height: 30px;
            }

    .login {
        margin-top: 50px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 20px;
    }

    .logo {
        display: none;
    }

    .top-icon img {
        width: 30px;
        margin-top: 0px;
    }


    .header {
        height: 60px;
    }

    .header-left {
        height: 60px;
    }

    .header-right {
        height: 60px;
    }

    .music-but {
        margin-top: 6px;
    }

    .top-nav ul li a {
        padding: 13px 8px;
    }

    .pattern {
        background-size: 30px;
        height: 30px;
    }

    .banner {
        margin-top: 61px;
    }

    .menu-icon {
        margin-top: 24px;
    }

    .footer-1 ul li a img {
        width: 30px;
    }

    /*.gopuram {
		width:100px;
		top:-77px;
		margin-left:-56px;
		}
	.gopuram img {
		width:100%;
		}*/
    .footer-1 ul {
        margin-bottom: 0px;
    }

    .inner-banner {
        margin-top: 59px;
    }

    h1 {
        font-size: 18px;
    }

    .sevas-col-2 {
        margin-right: 0px;
        width: 100%;
    }

    .sevas-col-1 {
        width: 100%;
    }

    .time-bg {
        width: 100%;
        padding-left: 0px;
        height: auto;
        border-radius: 0px;
    }

        .time-bg p {
            height: auto;
            text-align: left;
            color: #fff;
            padding-left: 5px;
        }

            .time-bg p span {
                width: auto;
                text-align: left;
                margin-right: 10px;
            }

    .seva-sub-row {
        width: 95%;
        margin-left: 5%;
    }

    .panchangam-right-col {
        width: 100%;
        padding-left: 0px;
    }

    .panchangam-desc ul {
        margin-left: 0px;
    }

        .panchangam-desc ul li {
            width: 100%;
        }

    .list-alankaras ul li {
        width: 15%;
        margin-bottom: 5px;
    }

    .alankaras .header-left {
        width: auto;
    }

    .alankaras .header-right {
        width: 70%;
    }

    .title.page-title {
        display: none;
    }

    .inner-banner {
        display: none;
    }

    .inner-page-title {
        margin-top: 75px;
    }

    .darshan-box-icon {
        width: 20%;
    }

    .darshan-box-right-col {
        width: 80%;
    }

    .admin-dashboard {
        margin-top: 80px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}


@media only screen and (max-width: 458px) {
    .admin-margin .subscribe-but {
        padding: 0 10px;
        margin-left: 1px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}


@media only screen and (max-width: 416px) {
    .alankaras-circle {
        padding: 0px 3%;
    }

    .dist-prasadam {
        display: none;
    }

    .top-icon img {
    }

    .time-climate {
        padding-right: 5px;
    }

    .pilgrim .nav > li {
        width: 18%;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {
    .header.admin .top-nav ul li a {
        padding: 7px 5px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}



@media only screen and (max-width: 360px) {
    .alankaras-circle {
        width: 78%;
    }

        .alankaras-circle ul li {
            width: 100%;
        }

    .inner-page-title {
        margin-top: 115px;
    }

    .newmenu {
        padding-top: 18px;
        display: inline-block;
    }

    #PopContent {
        top: 25%;
        font-size: 16px;
        margin-top: -100px;
        text-align: center;
    }
}



.Notepal1 {
    border: 1px solid #ffb400;
    background: #edd076;
    margin-top: 10px;
    padding: 15px;
}




/*Pagination for Gridview*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.inner-container_New {
    padding: 30px 0;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    margin: auto;
}


/* Modal Popup Start */

.stdMainPopup {
    background: url(../images/header.jpg) repeat;
    border-radius: 10px;
}

.stdPopupClose {
    /*padding-right: -20px;
            cursor: pointer;
            margin-bottom: -30px;
            margin-top: -23px;
            margin-right: -18px;
            background-position: top;
            position: relative;*/
    cursor: pointer;
    margin-bottom: -35px;
    margin-top: 10px;
    margin-right: 12px;
    background-position: top;
    position: relative;
    height: 27px;
}

.stdPopupInnerMain {
    background-color: White;
    border-radius: 10px;
    margin: 10px;
    float: left;
}

.stdPopInnerMsg {
    font-weight: bold;
    float: left;
    color: Red;
    text-align: center;
    margin-top: 6px;
}

.stdPopupInnerContent {
    float: left;
    margin: 5px 30px 10px 25px;
}

.stdPopupInnerContentHeading {
    float: left;
    font-weight: bold;
    color: #254F5D;
    font-size: 18px;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.Adminlinks_Padding {
    padding: 15px;
    border: solid 1px #ccc;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    background-color: #eeffee;
    margin-left: 1%;
}

.nopadding {
    padding: 0px;
}

.test input {
    margin-right: 10px;
}

.test label {
    width: auto;
    margin-top: 7px;
}
.titlecss {
    text-align:right;border-bottom:dashed 1px gray;font-size:16px;font-weight:bold;color:brown;
}

.stdMainMsg
{
width:100%;min-height:25px; text-align:center; background-color:#F1EFE2;color: var(---green); font-size:14px;font-weight:600;padding: 10px; 
}
.box {
	width:100%;
	padding:15px;
	border:solid 1px #ccc;
	display:inline-block;
	margin-bottom:20px;
	}
	.intro {
	width:100%;
	height:100vh;
	position:relative;
	/*background:url(../images/introbg.jpg);*/
	background-size:cover;
	overflow:hidden
	}
	
	

.stdBorderLeft
{
	font-size:13px;
	font-weight:bold;
	background-color:#848484;
    background-color:#4dc8f4;
text-align:center;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	/*text-shadow: 1px 1px #FFCC00;*/
	color:#fff;
	height:30px;
	padding:3px;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-word;
white-space: normal;
}
.stdBorderRight
{
	font-size:13px;
	font-weight:bold;
	text-align:center;
background-color:#848484;
background-color:#4dc8f4;	
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	/*text-shadow: 1px 1px #FFCC00;*/
color:#fff;
	height:30px;
	padding:3px;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-word;
white-space: normal;
}
.stdContentLeft
{
	font-size:14px;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	
	color:Black;
	height:30px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-word;
white-space: normal;
}

.stdContentRight
{
	
	font-size:14px;
	border-bottom:solid 1px gray;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
	color:Black;
	height:30px;
	padding:3px;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-word;
white-space: normal;
}
.lblConfirm{color:Maroon;font-weight:bold;}


.stdBorderLeft_NoHeigth {
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
    text-align:center;
}

.stdBorderRight_NoHeigth {
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
    text-align:center;
}

.stdContentLeft_NoHeigth {
    font-size: 12px;
    border-bottom: solid 1px #363435;
    border-left: solid 1px #363435;
    color: Black;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}

.stdContentRight_NoHeigth {
    font-size: 12px;
    border-bottom: solid 1px #363435;
    border-left: solid 1px #363435;
    border-right: solid 1px #363435;
    color: Black;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}

.stdBorderLeft_NoBorder {
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;    
    color: #fff;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
    text-align:center;
}

.stdBorderRight_NoBorder {
    font-size: 13px;
    font-weight: bold;
    background-color: #848484;   
    color: #fff;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
    text-align:center;
}

.stdContentLeft_NoBorder {
    font-size: 12px;   
    color: Black;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}

.stdContentRight_NoBorder {
    font-size: 12px;
    color: Black;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}
.col3{width:3%;}
.col5{width:5%;}
.col8{width:8%;}
.col10{width:10%;}
.col12{width:12%;}
.col15{width:15%;}
.col20{width:20%;}
.col60{width:60%;}
@media only screen and (max-width: 800px) {

    .col3{width:100%;}
     .col5{width:100%;}
    .col8{width:100%;}
.col10{width:100%;}
.col12{width:100%;}
.col15{width:100%;}
.col20{width:100%;}
.col60{width:100%;}

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables .fiveper {
        width: 0%;
    }

    #no-more-tables .tenper {
        width: 0%;
    }

    #no-more-tables .fifteenper {
        width: 0%;
    }

    #no-more-tables .fortyper {
        width: 0%;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }



    #no-more-tables2 table,
    #no-more-tables2 thead,
    #no-more-tables2 tbody,
    #no-more-tables2 th,
    #no-more-tables2 td,
    #no-more-tables2 tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables2 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables2 tr {
        border: 1px solid #ccc;
    }

    #no-more-tables2 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables2 .fiveper {
        width: 0%;
    }

    #no-more-tables2 .tenper {
        width: 0%;
    }

    #no-more-tables2 .fifteenper {
        width: 0%;
    }

    #no-more-tables2 .fortyper {
        width: 0%;
    }

    #no-more-tables2 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables2 td:before {
        content: attr(data-title);
    }
}
.header_Height {
    height:80px;
}
#overLayBackground{
     background-color: rgb(250, 250, 250);
     opacity: 0.7; /* Safari, Opera */
     -moz-opacity:0.25; /* FireFox */
     filter: alpha(opacity=70); /* IE */
     z-index: 200;
     height: 100%;
     width: 100%;
     background-repeat:repeat;
     position:fixed;
     top: 0px;
     left: 0px;
     text-align:center; 
         line-height: 240px; 
    }

    #overLayBackground>img {
        position:absolute; bottom:0; top:0; left:0; right:0; margin:auto;
    }
     .test input {
            margin-right: 10px;
        }

        .test label {
            width: auto;
            margin-top: 7px;
        }
.container_admin {
    width: 100%;
    padding-top: 1%;
}
.PageInnerHeadingDetailsMain
{
   width:100%;color:#D65953;  margin-bottom:10px; height:25px; font-weight:bold; font-size:17px;  border-bottom:solid 2px #D0C6B1; 
}

.PageInnerHeadingDetailsSub
{
    width:100%; padding-left:20px; padding-right:20px; text-shadow: 1px 1px #FFCC00; border-top-right-radius:10px; padding-top:5px; border-top-left-radius:10px; height:25px; background-color:#D0C6B1; color:#4D88C2;
}
.btnanchor {
            text-decoration: none;
            display: inline-block;
            padding: 8px 16px;
        }

            a:hover {
                /*background-color: #ddd;*/
                color: black;
            }
    .previous {
            background-color: #1e2a39;
            color: white;
        }

        .next {
            background-color: #1e2a39;
            color: white;
        }
        .noPadding{padding:0px;}
        
        .btnControls {
    font-size: 18px;
    font-weight: 600;
    color: White;
    border-radius: 5px;
    text-transform: uppercase;
    line-heigh: 40px;
    height: 40px;
    border: none;
    padding: 0 45px;
    margin: 10px 0;
    background-color: #4DC8F4;
    -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;
}
.noPadding{padding:0px;}
.helipadName{background-color:#e5e5e5;font-size:16px;color:Maroon;font-weight:bold;text-align:center;padding:2%;}
.helipadarrivalcount{background-color:#e5e5e5;font-size:16px;color:Maroon;font-weight:bold;text-align:center;padding:2%;}
.helipadpic img{width:100%;}

.dbheader{background-color:#eeffee;font-size:18px;color:black;font-weight:bold;text-align:left;padding:.5%;border-bottom:dashed 1px gray;}
.dbarrivalsecheader{background-color:#011a27;font-size:18px;color:#fff;font-weight:bold;text-align:center;padding:2%;}

.sectorstatus_green{width: 15px;height: 15px;
    border-radius: 50%;
    color: Green;
    border: solid 1px green;
    background-color: green;}
.sectorstatus_red{width: 15px;height: 15px;
    border-radius: 50%;
    color: red;
    border: solid 1px red;
    background-color: red;}
.sectorstatus_yellow{width: 15px;height: 15px;
    border-radius: 50%;
    color: Yellow;
    
    border: solid 1px Yellow;
    background-color: Yellow;}
.dbflight_label{text-align:left;font-size:14px;line-height:2;}
.dbflight_label_values{text-align:left;font-size:14px;color:Maroon;font-weight:bold;line-height:2;}
.dbflight_label_sector{text-align: left; font-size: 14px;  color: Maroon;font-weight: bold;background-color: #eae2d6;padding: 2%;border-top: solid 1px gray;border-bottom: solid 1px gray;}

.dbflight_label_sector_a{ color: #fff;}
.Regconfirmcss {
    font-size: 20px;
    line-height: 47px;
    color: #1c3148;
    font-weight: 600;
}
.confirm{color:Maroon;font-weight:bold;}
.stdControlsNoBordersAutoComplete
{
	height:350px;overflow:auto;overflow-x:hidden; border-radius:3px; background:#f9f9f9; border:1px solid #a0988e;  padding:0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:15px; z-index:999;
}
.stdDivSliceBorder {
    background-color: White;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px 3px #CCCCCC;
    
}
.grdLabelCss {
            white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
            white-space: -pre-wrap; /* Opera 4-6 */
            white-space: -o-pre-wrap; /* Opera 7 */
            white-space: pre-wrap; /* css-3 */
            word-wrap: break-word; /* Internet Explorer 5.5+ */
            word-break: break-all;
            white-space: normal;
        }

/*===========alert msg======*/


.alert {
    padding: .7143rem 1.071rem;
    margin-bottom: 1.429rem;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #FFF;
}

    .alert.alert-square {
        border-radius: 0;
    }

    .alert .close {
        position: relative;
    }

    .alert.alert-dismissable,
    .alert.alert-dismissible {
        padding-right: 2.5rem;
    }

        .alert.alert-dismissable .close,
        .alert.alert-dismissible .close {
            top: -2px;
            right: -4px;
            color: inherit;
        }

    .alert.alert-primary {
        background-color: #2196F3;
        border-color: #2196F3;
    }

    .alert.alert-secondary {
        background-color: #323a45;
        border-color: #323a45;
    }

    .alert.alert-success {
        background-color: #53c500;
        border-color: #64DD17;
    }

    .alert.alert-info {
        background-color: #29B6F6;
        border-color: #29B6F6;
    }

    .alert.alert-warning {
        background-color: #FFD600;
        border-color: #FFD600;
    }

    .alert.alert-danger {
        background-color: #ff4040;
        border-color: #f72e2f;
    }





      .navbar{
       margin-bottom:0;
   }
   header{
       position: fixed;
       top: 0;
       width: 100%;
       background: #fff;
       z-index: 999;
   }

   header .wrap-inner{
       display: flex;
       justify-content: space-between;
       align-items: center;
   }

   .logo__dec {
       margin-top: 10px;
   }
   header .main-nav{
       margin-right: 50px;
   }
   .tamilNaduLogo1{
       /*float: right*/
       margin-left: 0;
       margin-right: 0;
   }





   .header_Height {
    height: 120px;
}
   .header{
       padding: 4px 30px;
       display: flex;
       justify-content: space-around;
       align-items: center;
       background: #fff;
    
}
   }
   
   .header-right, .header-left{
       float: inherit;
       width: inherit;
   }
   .header-right {
       height: inherit
   }
   .header-left {
       height: inherit;
   }
   .top-nav .top-icon img {
    mix-blend-mode: difference;
}
   .top-nav ul li a span, .top-nav ul li a span{
       color: #333!important;
       font-weight: 500;
   }
   .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
    header{
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    }
    .navbar-default {
        border:none;
        background-color: #4dc8f4;
        border-radius: 0;
    }
    .navbar-default .navbar-nav>li>a{
        font-weight: 500!important;
        color: #fff!important;
    }
   .navbar-center {
       /*margin:  auto!important;*/
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
   }
   .top-icon img{
       mix-blend-mode: color-dodge;
   }
   .topHaderSec{
       display: flex;
       justify-content: space-between;
       padding: 4px 30px;
       width: 100%;
   }
   .topHaderSec .headerText11{
       margin: auto;
       font-size: 2.5rem;
       color: #264D5C;
       max-width: 600px;
       line-height: 40px;
       text-align: center;
      font-weight: bold;
      text-transform: uppercase;
   }
   .logoLeft, .tamilNaduLogo1{
       min-width: 250px;
   }
   .logoLeft img{
       margin-bottom: 5px;
   }
   .logo__dec{
       font-weight: 600;
      font-size:20px;
   }


   .colorRed{
       color: #B33C37;
   }
   .m-y-auto{
       margin-top: auto;
       margin-bottom: auto;
   }
   .navbar-nav>li>a {
       padding:  14px!important;
   }

   .navbar-collapse{
       transition: 0.5s ease-in-out;
   }
.navBarV1 .navbar-collapse.show .nav>li{
    display: table;
}

.navBarV1 .dropdown-menu {
    background: #4dc8f4;
    border:none;
}
.navBarV1 .dropdown-menu>li>a{
    color: #fff;
   
}

.navBarV1 dropdown-menu>li>a:focus, .navBarV1 .dropdown-menu>li>a:hover{
    background: #edd076;
}

.tab_sec{
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-top: 30px;
}
.tab_sec a{
    min-width: 300px;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
.tab_sec .box1{
    background: white;
    padding: 20px;
    text-align: center;
     box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
     

}
.tab_sec .box1 .icon{
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.tab_sec .box1 .icon img{
    /*width: 100%;*/
}
.tab_sec .title11{
    margin-top: 10px;
}
.appPrcFlow{
    margin-bottom: 80px;
    margin-top: 10px;
    justify-items: center;
    column-gap: 20px;
    row-gap: 20px;
}
.appPrcFlow .box1{
    width: 250px;
    background: #fff;
    font-weight: 600;
}
.appPrcFlow .box1 h3{
    font-size: 26px;
    color: #4dc8f4;
}
.admin-margin{
    margin-top: 0;
}
#site-header.is-fixed, .site-navigation-wrap.is-fixed{
    display:none!important;
}
.page_wrp{
    margin-top: 158px;
}
.tabSection110{
    /*margin-top: 30px;*/
}
.tabSection110 .panel-heading path,
.tabSection110 .panel-heading circle,
.tabSection110 .panel-heading g
{
    fill: white!important;
}
.tabSection110 .panel {
    border: none;
    box-shadow: none;
    background: none;
}
.tabSection110 .panel-heading{
    background: white;
    border: 1px solid #ddd;
}
.nav-tabs{
    border: none;
}
.tabSection110 .panel-heading .nav-tabs li{
    display: block;
    width:100%;
}
.tabSection110 .nav > li {
    
}
.tabSection110 .nav>li>a {
    padding: 4px 10px;
}

.tabSection110 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
     background-color: #4dc8f4; 
     border: 1px solid #4dc8f4; 
}   


.sideTabs1 {
    background:white;
    padding: 10px 20px;
    border: solid 1px #ccc;
    margin-top: 30px;
}
.sideTabs1 .list{
}
.sideTabs1 .list a{
    padding: 10px 0;
    border-bottom: 1px solid #ccc; 
    display: block;
}
.sideTabs1 .list a:last-child{
    border-bottom: 0;
}
body{
    scroll-behavior: smooth;
}

ol.lower_roman li{
    list-style: lower-roman;
    margin-bottom: 10px;
}
.agp_item{
    margin-bottom: 30px;
    font-size: 16px;
}
.agp_item .title12 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.agp_item h3{
    font-size: 20px;
    color: #0066CC;
    margin-left: 10px;
}
.app_guidlines_process h4{
    margin-bottom: 10px;
    font-size: 18px;
}
.agp_item p{
    line-height: 26px;
}
.agp_item .title12 .icon {
    height: 70px;

}


ul.liCustomIcon {
    list-style: none;
    margin-left: 20px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 20px;
}
.liCustomIcon li {
    line-height: 26px;
    margin-top: 10px;
    margin-left: 10px;
    list-style: none!important;
}
.liCustomIcon li:before {
    content: "►";
    display: block;
    float: left;
    width: 1.2em;
    color: #50c8f4;
    transform: translateX(-10px)
}

.agp_item p{
    margin-bottom: 10px;
}
.bold{
    font-weight: bold;
}
.agp_item table th{
    font-weight: 500;
    text-align: center;
    
}

.agp_tab_wrp .panel{
    border: none;
}
.agp_tab_wrp .panel, .agp_tab_wrp .panel-default>.panel-heading {
    box-shadow: none;
    background: none;
}

.agp_tab_wrp .nav-tabs>li.active>a {
    border: none;
}

.agp_tab_wrp .panel-heading-nav .nav-tabs li a{
    font-size: 22px;
    font-weight: 500;
    color: #a1a1a1;
    margin-right: 10px;
    text-transform: uppercase;
    border-radius: 0;
}
.agp_tab_wrp .panel-heading-nav .nav-tabs li.active a {
    background-color: #4dc8f4;
    color: white;
    border-radius: 0;
}



.step_count_item{
    transform: scale(0.8);
    display: inline-block;
}
.hex {
  margin-top: 30px;
  width: 104px;
  height: 60px;
  background-color: #4dc8f4;
  border-color: #4dc8f4;
  position: relative;
  display: inline-block;
  cursor: pointer;

}
.hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 30px solid;
  border-color: inherit;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  position: absolute;
  top: -30px;
}
.hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -30px;
  border-top: 30px solid;
  border-color: inherit;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}
.hex .text13{
    font-size: 20px;
    font-weight:bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: white;
}












.wizard{
    /*margin-bottom: 30px;
    margin-top: 40px;*/
}
    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 60px;
    height: 60px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
      display: flex;
    justify-content: center;
    align-items: center;
}
span.round-tab i{
    color:#555555;
   
}
.wizard li.active span.round-tab {
        background: #4dc8f4;
    color: #fff;
    border-color: #4dc8f4;
   
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: #4dc8f4;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}




button.btn-outline-primary{
    background: white!important;
    border: 1px solid #4dc8f4!important;
    color: #4dc8f4;
    font-weight: 500;
    font-size: 13px;
}




@media (max-width: 767px){
    
.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
}
    span.round-tab {
        width: 40px;
        height: 40px;
    }
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}

















@media only screen and (max-width: 1160px) {
    .top-icon img {
    margin-top: 0px;
}
     .top-icon {
        padding-top: inherit;
    }
     
.tab_sec{
    display: grid;
    grid-template-columns: auto auto;

}

}


 @media (max-width: 991.9px) {
     .page_wrp{
    margin-top: 161px;
}
     .admin_home_text{
         max-width:350px;
         margin: auto;
         line-height:25px;
     }
     .admin_home_text span{
         font-size: 18px!important;

     }
      .admin_home_text br{
          display: none;
      }
      .logoLeft, .tamilNaduLogo1, .logo__dec, .logoLeft img{
       max-width: 150px;
     }

     .topHaderSec .headerText11{
         font-size: 1.8rem;
         line-height: 25px;
         max-width: 350px;
     }
}
  @media (max-width: 767.9px) {
      .page_wrp{
    margin-top: 214px;
}
  
      .navbar-default .navbar-collapse{
    border: none;
}
      .navbar-default .navbar-nav>li>a {
    color: #fff!important;
}
   
      .logoLeft, .tamilNaduLogo1, .logo__dec, .logoLeft img{
       max-width: 100%;
     }
      /*.tamilNaduLogo1{
          position: absolute;
          z-index: 99;
          right: 30px;
          top: 10px;
      }*/
      .logoLeft{
          margin-bottom: 15px;
      }

     .topHaderSec .headerText11{
         font-size: 1.8rem;
         line-height: 25px;
         max-width: 100%;
     }
     .sideTabs1{
         display: none;
     }
     .tabSection110{
         margin-top:0;
     }
}

  @media (max-width: 600px) {
            .page_wrp{
    margin-top: 238px;
}
  }
    @media (max-width: 430px) {
                    .page_wrp{
    margin-top: 220px;
}
        .logoLeft img{
            max-width: 150px;
        }
         .tamilNaduLogo1  img{
            max-height: 60px;
        }
         .logoLeft img {
    margin-bottom: 20px;
}
         .logo__dec{
             max-width: 100px;
             font-size: 12px;

         }
    }

      @media (max-width: 430px) {
                      .page_wrp{
    margin-top: 245px;
}
      }

.grdGroupTitle {
background-color: #e5e5e5; padding: 1%; width: 100%; font-weight: bold;
}


.trHeight {
height:35px;
}








/************ Start Slider Container **************/
.slider-cont,
.form-cont{
  width: 50%;
  height: 100%;
  float: left;
}

.slick-slide,
.slick-slider{
  width: 100%;
  height: 100% 
}

.clear-fix{
  clear: both;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #8dffea;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button{
  background-color: #53C5B9;
  transform: scale(1.6);
  box-shadow: 0 0 10px #1b1b1b
}

.img-txt{
  position: relative;
}

.img-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 63, 85, 0.53);
}

.img-txt h1{
  position: absolute;
  display: block;
  top: 50%;
  color: #fff;
  width: 100%;
  padding: 50px 0;
  font-size: 45px;
  font-weight: 100;
  text-align: center;
  transform: translateY(-50%);
  background-color: transparent;
}

/************ Start Form Container **************/

.top-buttons {
  position: relative;
  display: block;
  width: 100%;
  height: 15%;
  padding: 25px;
  text-align: right;
}

.top-buttons button {
  color: #cacaca;
  border: none;
  width: 90px;
  margin: -2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  background: #4c5c72;
  cursor: pointer;
}

.top-buttons button:nth-child(1) {
  border-radius: 50px 0 0 50px;
}

.top-buttons button:nth-child(2) {
  border-radius: 0 50px 50px 0;
}

.top-active-button {
  color: #fff !important;
  box-shadow: 0 0 20px #2a2a2a;
  background: linear-gradient(#68dac7,#54c7ba) !important;
  transition: all 0.3s ease;
}

.form{
  width: 100%;
  height: 85%;
  padding: 10px 40px;
}

.form form {
  width: 100%;
  height: 100%;
}

.form form 
lable,
input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
}

.form form lable {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0;
}

p.terms {
  color: #9E9E9E;
  margin-bottom: 60px;
}


input[type="text"],
input[type="email"], 
input[type="password"] {
  width: 100%;
  border: none;
  font-weight: 400;
  /*margin-bottom: 45px;*/
  
  background: transparent;
  border-bottom: 1px solid #4c5c72;
}

.form form input::placeholder{
  color: #cecece;
}

.form form a {
  color: #fff;
}

input.form-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 55px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 35px;
  transition: all 0.3s linear;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
  background: linear-gradient(to right, #5bcdbe,#41ab9e);
}

input.form-btn:hover{
  box-shadow: none
}

.form-signin{
  display: none;
  padding-top: 120px;
}





















.ItemTeplateContent
{
font-size:11px;
	color:Black;
	height:30px;
	margin:0px;
border:solid 1px black; 
text-align:left;

	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-word;
white-space: normal;

}
.TeplateHeader
{
font:13px helvetica,arial,sans-serif;
	font-weight:bold;
	color:white;
	padding-top:5px;
	padding-bottom:0px;
	
	margin:0px;
	border-left:solid 1px Black;
border-top:solid 1px Black;
border-left:solid 1px Black;
border-bottom:solid 1px Black;
border-right:solid 1px Black;
background-color:#848484;

 text-align:center;
	 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
white-space: pre-wrap;       /* css-3 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
word-break: break-word;
white-space: normal;    
}
.TeplateHeader_Table
{
width:100%;border-collapse:collapse;font-size:12px;color:white;text-align:center;    
}
.ItemTeplateContent_TablePrint_TopBorder
{
    border-top:solid 1px black; 
    }