* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Lato', sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
}

.opaque {
    position: fixed;
    left: 0;
    right: 0;
    top: -20px;
    z-index: 99999;
    background-color: #fff;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.btn {
    cursor: pointer;
}

.round_btn
{ 
    width: 100px;
color:#fff;
background-color:#1279BE;
      height: 30px;
      font-weight:bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1001;
}

.CssCalender
{
      border: solid 1px #3d3be5;
    background-color:#faf7e2;
 
}

.CssCalender table td
{
         border: solid 1px #cccccc;
         padding-left:2px;
          background-color:#faf7e2;
}
.CssCalender td
{
         border: solid 1px #cccccc;
         padding-left:2px;
          background-color:#faf7e2;
}
.LoginDiv {
   border: solid 1px #3d3be5;
    text-align: left;
    height: auto;
    margin-left: 30%;
    margin-right: 30%;
    width: 40%;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1001;
}

.ArtiDiv {
   border: solid 1px #3d3be5;
    text-align: left;
    height: auto;
    font-family:Arial;
    font-size:small;
    margin-left: 30%;
    margin-right: 30%;
    width: 50%;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1001;
}


.ReportDiv {
   border: solid 1px #3d3be5;
    /*text-align: left;*/
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    padding: 30px;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1001;
}

.PaymentResposnceDiv {
   border: solid 1px #3d3be5;
    padding: 30px;
    text-align:center;
     height: auto;
    margin-left: 15%;
    margin-right: 15%;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: 1001;
}


.err
        {
            width: 450px;
            height: 40px;
            text-align: center;
            font-family: Verdana;
            font-size: 11px;
            margin: auto;
            padding: 5px 5px 5px 5px;
            color: #ff0000;
            background-color: #fefab0;
            border: solid 1px #cccccc;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            z-index: 1001;
            position: absolute;
            top: 25%;
            left: 35%;
        }

.SaveOk
        {
            width: 450px;
            height: 50px;
            text-align: center;
            font-family: Verdana;
            font-size: 12px;
            font-weight: bold;
            margin: auto;
            padding: 5px 5px 5px 5px;
            color: #008100;
            background-color: #F8ED96;
            border: solid 1px #cccccc;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            z-index: 1001;
            position: absolute;
            top: 25%;
            left: 35%;
        }

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #044289;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: bold;
}

    #back-to-top.show {
        opacity: 1;
    }

/*.active{
      color:#299059;
      border-radius: 2px;
      transition: 0.4s ease;
      width:90px;
      text-align: center;
       }*/


#slider2 {
    max-width: 30%;
    margin-right: 20px;
}

.row2Wrap {
    display: flex;
}

.content {
    padding: 50px;
    margin-bottom: 100px;
}

/*4-col-grid*/

.col-4-grid .col-md-3 {
    padding: 0rem !important;
    border-right: 1px dashed #ccc;
}

.col-4-grid h3 {
    padding: 1rem;
    color: #000;
}

.col-4-grid .col-md-3 p {
    padding: 1rem;
}

.col-4-grid .col-md-3:hover {
    background-color: #fff200;
    cursor: pointer;
    color: #000;
}

.col-4-grid .col-md-3:nth-child(even) {
    box-shadow: 1px 0px 20px 1px #ccc;
    z-index: 1;
}

.col-md-4 img {
    border-right: 2px solid #000;
}

.dropdown-item {
    color: #000 !important;
    border-bottom: 1px solid #ccc;
}

/*shrink logo css nav*/
.logo {
    width: 100px;
    height: 100px;
}

.navbar {
    transition: 0.4s;
    background-color: #f8a050;
}


.navbar-brand {
    position: fixed;
    /*background: #fff;*/
}

#top-nav li a {
    color: #fff;
    font-size: 1.1rem;
}

#top-nav li {
    padding-right: 1rem;
}

    #top-nav li a:hover {
        background-color: #fff;
        color: #000;
        border-radius: 2px;
        transition: 0.4s ease;
    }

.lrg-logo {
    width: 120px;
    height: 130px;
    padding: 0.5rem;
    margin-top: 4rem;
}

.sml-logo {
    width: 60px;
    height: 60px;
}


/*
bg-img
*/


.bg-img {
    background: url(../images/ganga-arti-bg.png)fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

    .bg-img .wrap {
        padding: 8rem 0;
        text-align: center;
    }


    .bg-img h2 {
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 2px 2px #9e0b0f;
    }

/*intro-bg*/
.intro-bg {
    background-color: #fff;
    margin-bottom: 2rem;
}

.rw-down {
    padding-top: 3rem;
}

.intro-bg h1 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.intro-bg p {
    color: #000;
    font-size: 1.1rem;
}

.intro-bg button {
    background-color: #299059;
    color: #fff;
    cursor: pointer;
}

.intro-bg h1 img {
    height: 5%;
    width: 5%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

.intro-bg strong {
    color: #ed1c24;
    font-size: 18px;
    font-family: arial;
    font-weight: lighter;
    position: relative;
}

/*grey-bg*/

.bg-grey {
    background-color: #f3f3f3;
    padding-bottom: 3rem;
    text-align: center;
}


    .bg-grey h3 {
        padding: 2rem 0;
        color: #000;
    }

    .bg-grey img {
        margin: 2rem 0;
    }

    .bg-grey h4 {
        padding: 1rem 0;
        text-transform: capitalize;
        color: #000;
        font-weight: bold;
    }

    .bg-grey p {
        text-align: centers;
    }

.map iframe {
    width: 100%;
    height: 400px;
}

/*footer css*/
footer {
    background-color: #08202e;
    padding-top: 80px;
    color: #636e74;
    font-weight: 400;
    font-size: 17px;
}

.footer-line {
    border-color: #152e3d;
}

.footer-widget {
    padding-bottom: 50px;
}

.footer-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-widget ul li a {
    text-transform: capitalize;
    font-size: 17px;
    color: #636e74;
    display: block;
    font-weight: 600;
}

    .footer-widget ul li a:hover {
        color: #fff;
    }

.newsletter-form {
    padding-top: 15px;
}

    .newsletter-form .form-control {
        background-color: #1e2e38;
        border-color: #1e2e38;
    }

        .newsletter-form .form-control:focus {
            color: #fff;
        }

    .newsletter-form input::-webkit-input-placeholder {
        color: #fff !important;
    }

    .newsletter-form input:focus::-webkit-input-placeholder {
        color: #fff !important;
    }

#white-logo-foot {
    color: #fff;
    font-weight: bold;
}


/*blue bg css*/


/*marquee*/

.blue-bg {
    background-color: #8dc63f;
    padding: 2rem;
    /*margin-top:-15px;*/
    z-index: 999;
}

    .blue-bg h2 {
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    }


    .blue-bg .btn {
        background-color: #fff;
        color: #000;
        font-weight: 300;
        cursor: pointer;
    }

        .blue-bg .btn:hover {
            background-color: #000;
            color: #fff;
        }

/*contact page*/
.jumbotron {
    background: #358CCE;
    color: #FFF;
    border-radius: 0px;
}

.jumbotron-sm {
    padding-top: 24px;
    margin-top: 3rem;
    padding-bottom: 24px;
    text-align: center;
}

.jumbotron small {
    color: #FFF;
}

.h1 small {
    font-size: 24px;
}

/*hotel css*/
.hotels {
    background: url(../images/rooms.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 400px;
    width: 100%;
    margin-bottom: 3rem;
}

    .hotels h1 {
        padding-top: 10rem;
        color: #fff;
    }

.breadcrumb {
    background: none !important;
}

.hotel h3 {
    margin-top: 5rem;
    text-transform: uppercase;
    font-weight: bold;
}

.table thead {
    background-color: #e8585e;
    color: #fff;
}

.hotel {
    margin-bottom: 3rem;
}

/*about pagee*/
.about {
    background: url(../images/about-banner.png);
    background-position: center center;
    background-size: cover;
    height: 310px;
    background-repeat: no-repeat;
}

    .about h1 {
        margin-top: 3rem;
        padding: 6rem 0 0 0rem;
        color: #fff;
        font-weight: bolder;
    }


    .about h3 {
        margin-top: 3rem;
        padding: 6rem 0 0 0rem;
        color: #fff;
        font-weight: bolder;
    }

    .about nav .breadcrumb {
        background: none !important;
        padding-bottom: 3rem;
    }

.about-para {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.sidebar-module a {
    color: #fff;
    text-decoration: none;
    padding: 0.3rem;
}

.hotel .sidebar-module {
    margin-top: 5rem;
}

.hotel h4 {
    font-weight: bolder;
}

/*gallery*/

pre.prettyprint.prettyprinted {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 0 0 40px;
}

dl {
    display: block;
    margin: 5px 0 20px;
    overflow: hidden;
}

    dl > dt {
        display: block;
        clear: left;
        float: left;
        min-width: 160px;
    }

    dl > dd {
        display: block;
        float: left;
        margin: 0 0 20px 10px;
    }



/*form*/

#arrive {
    width: 100%;
    padding: 0.3rem;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    color: #ccc;
}


/*responsive*/
@media only screen and (min-width: 320px) and (max-width: 480px) {

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .lrg-logo {
        width: 70px;
        height: 70px;
        padding: 0rem;
        margin-top: 0rem;
    }

    .navbar {
        height: 50px;
    }

    .slider > div span {
        width: auto !important;
    }

    #top-nav {
        background-color: #f29328;
    }

        #top-nav li a {
            color: #000;
        }

    #top-nav {
        padding: 2rem 0.6rem;
    }
}



@media only screen and (min-width: 481px) and (max-width: 640px) {

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .lrg-logo {
        width: 70px;
        height: 70px;
        padding: 0rem;
        margin-top: 0rem;
    }

    .navbar {
        height: 50px;
    }

    .slider > div span {
        width: auto !important;
    }

    #top-nav {
        background-color: #f29328;
    }

        #top-nav li a {
            color: #000;
        }

    #top-nav {
        padding: 2rem 0.6rem;
    }
}



@media only screen and (min-width:641px) and (max-width: 720px) {

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .lrg-logo {
        width: 70px;
        height: 70px;
        padding: 0rem;
        margin-top: 0rem;
    }

    .navbar {
        height: 50px;
    }

    .slider > div span {
        width: auto !important;
    }

    #top-nav {
        background-color: #f29328;
    }

        #top-nav li a {
            color: #000;
        }

    #top-nav {
        padding: 2rem 0.6rem;
    }
}


@media only screen and (min-width:721px) and (max-width:991px) {

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .lrg-logo {
        width: 100px;
        height: 100px;
        padding: 0rem;
        margin-top: 0rem;
    }

    .navbar {
        height: 50px;
    }

    .slider > div span {
        width: auto !important;
    }

    #top-nav {
        background-color: #f29328;
    }

        #top-nav li a {
            color: #000;
        }

    #top-nav {
        padding: 3.6rem 0.6rem;
    }
}
