* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

*:hover {
  transition: all 0.15s linear; }

a:hover {
  text-decoration: none; }

.img-center {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px; }

.navigation {
  padding-bottom: 12px; }

.navbar-collapse {
  padding: 35px 80px 0 0;
  float: right;
  box-shadow: none; }
  .navbar-collapse li {
    width: auto;
    margin: 0 2px; }
    .navbar-collapse li a {
      font-size: 15px;
      color: #404040;
      padding: 16px 10px 24px 10px;
      text-align: center; }
      .navbar-collapse li a:hover {
        background: url(../images/navbar.png) no-repeat center;
        color: #fff; }
    .navbar-collapse li #active-page {
      background: url(../images/navbar.png) no-repeat center;
      color: #fff; }

.banner {
  padding: 0; }
  .banner .carousel-caption {
    bottom: 155px;
    padding: 25px 20px;
    margin: 0;
    text-align: left;
    border-left: 18px solid rgba(0, 83, 128, 0.8);
    background: rgba(255, 255, 255, 0.8);
    right: 51%;
    left: 18%; }
    .banner .carousel-caption h1 {
      padding: 0;
      margin: 0;
      font-size: 40px;
      color: #005380;
      opacity: 1;
      text-transform: uppercase;
      font-weight: bold; }
    .banner .carousel-caption p {
      font-size: 27px;
      color: #2a2a2a;
      margin: 0;
      opacity: 1;
      text-transform: uppercase;
      font-weight: bold; }
  .banner .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 70px;
    left: 45%; }
    .banner .owl-theme .owl-nav.disabled + .owl-dots span {
      border: 2px solid #fff;
      width: 15px;
      height: 15px; }

.shanti {
  margin: 69px 0 0 0; }
  .shanti h2 {
    margin: 0;
    font-size: 35px;
    color: #495567;
    text-align: center;
    padding-bottom: 15px; }
  .shanti .shanti-img-a img,
  .shanti .shanti-sagar-img img {
    margin: 0 auto;
    margin-bottom: 32px;
    outline: 1px solid #fff;
    outline-offset: -20px; }
  .shanti .shanti-sagar-img {
    width: 370px;
    height: 280px;
    position: absolute;
    right: 0;
    top: 30px; }
  .shanti .shanti-content {
    padding: 0 15px 0 30px; }
    .shanti .shanti-content p {
      font-size: 14px;
      color: #717171;
      line-height: 24px;
      margin: 24px 0 35px 0; }
    .shanti .shanti-content a {
      font-size: 17px;
      color: #ffffff;
      padding: 10px 0;
      background: #3c3d41;
      width: 170px; }
    .shanti .shanti-content a:hover {
      color: #018fdb; }

.gallery {
  padding-top: 18px;
  text-align: center; }
  .gallery .picture {
    margin-top: 45px; }
    .gallery .picture .img1 {
      width: 20%;
      height: 190px;
      float: left;
      padding: 0;
      position: relative; }
      .gallery .picture .img1 .overlay {
        background: #018fdb;
        opacity: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-animation-fill-mode: forwards;
        /* Safari 4.0 - 8.0 */
        animation-fill-mode: forwards;
        z-index: 0; }
      .gallery .picture .img1 .center-button {
        padding-top: 63px;
        position: relative; }
        .gallery .picture .img1 .center-button .circle {
          opacity: 1;
          width: 40px;
          height: 40px;
          background: white;
          border-radius: 50%;
          margin: 0 auto;
          cursor: pointer;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-animation-fill-mode: forwards;
          /* Safari 4.0 - 8.0 */
          animation-fill-mode: forwards; }
          .gallery .picture .img1 .center-button .circle i {
            font-size: 14px;
            color: #018fdb;
            margin-top: 14px; }
        .gallery .picture .img1 .center-button h3 {
          font-size: 15px;
          color: white;
          margin: 12px 0 0 0; }
      .gallery .picture .img1:hover .overlay {
        opacity: 0.8; }
    .gallery .picture #gallery1 {
      background: url(../images/gallery-img1.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery2 {
      background: url(../images/gallery-img2.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery3 {
      background: url(../images/gallery-img3.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery4 {
      background: url(../images/gallery-img4.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery5 {
      background: url(../images/gallery-img5.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery6 {
      background: url(../images/gallery-img6.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery7 {
      background: url(../images/gallery-img7.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery8 {
      background: url(../images/gallery-img8.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery9 {
      background: url(../images/gallery-img9.jpg) no-repeat;
      background-size: cover; }
    .gallery .picture #gallery10 {
      background: url(../images/gallery-img10.jpg) no-repeat;
      background-size: cover; }
  .gallery h2 {
    font-size: 30px;
    color: #495567;
    margin: 15px 0 20px 0; }
  .gallery p {
    font-size: 14px;
    color: #717171;
    margin: 0 0 45px 0; }

.fancybox-image,
.fancybox-spaceball {
  border: 5px solid #fff;
  border-radius: 5px; }

.amenities {
  margin-top: 65px;
  margin-bottom: 70px; }
  .amenities .amenities-content {
    padding: 0; }
    .amenities .amenities-content h2 {
      font-size: 30px;
      color: #495567;
      margin: 0 0 12px 0;
      text-align: center; }
    .amenities .amenities-content .first {
      margin-top: 15px;
      padding: 0 50px 0 0; }
      .amenities .amenities-content .first img {
        margin-top: 5px;
        width: 40px;
        height: 40px; }
      .amenities .amenities-content .first h3 {
        font-size: 15px;
        color: #3c3d41;
        font-weight: 600;
        margin-top: 12px; }
      .amenities .amenities-content .first p {
        font-size: 14px;
        color: #6e6e6e;
        line-height: 22px;
        margin-bottom: 10px;
        min-height: 130px; }
    .amenities .amenities-content a {
      font-size: 17px;
      color: #3c3d41;
      padding: 12px 0;
      width: 135px;
      border: 1px solid #808183;
      margin: 0 auto;
      display: block; }
    .amenities .amenities-content a:hover {
      color: #018fdb;
      border: 1px solid #018fdb; }

.some-more {
  padding: 0 15px;
  margin: 30px 0; }
  .some-more h3 {
    color: #495567;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600; }
  .some-more li {
    line-height: 25px;
    padding: 0 0 10px 10px; }
    .some-more li b {
      color: #495567; }
    .some-more li:before {
      content: '\203A';
      position: relative;
      font-size: 25px;
      top: 2px;
      right: 8px; }

.feedback {
  background: #f4f4f4;
  padding: 0; }
  .feedback h2 {
    font-size: 30px;
    color: #495567;
    margin: 20px 0 28px 20px; }
  .feedback img {
    margin: 0 0 0 20px; }
  .feedback h3 {
    font-size: 15px;
    margin: 20px 0 25px 20px;
    color: #737375;
    font-weight: 600; }
  .feedback p {
    font-size: 13px;
    color: #737375;
    margin: 0 0 63px 20px;
    line-height: 22px; }
  .feedback h4 {
    font-size: 15px;
    color: #737375;
    margin: 0 0 45px 20px; }
  .feedback a {
    font-size: 15px;
    color: #494949;
    float: right;
    padding: 14px 30px 14px 0;
    background: #d9d9d9;
    width: 100%; }
    .feedback a span {
      float: right; }
      .feedback a span i {
        margin-left: 5px; }
  .feedback a:hover {
    color: #018fdb; }

.footer-bg {
  border-top: 5px solid black;
  background: #3c3d41;
  padding: 0; }
  .footer-bg .footer-start {
    display: flex;
    color: #fff; }
    .footer-bg .footer-start .box1 {
      min-height: 395px;
      background: url(../images/footer1-bg.png) no-repeat;
      width: 28%;
      text-align: center;
      padding: 0 20px; }
      .footer-bg .footer-start .box1 img {
        margin-top: 25px; }
      .footer-bg .footer-start .box1 h4 {
        font-size: 13px;
        color: #767676;
        margin: 10px 0 5px 0; }
      .footer-bg .footer-start .box1 p {
        font-size: 13px;
        color: #ffffff; }
        .footer-bg .footer-start .box1 p a {
          color: #fff; }
    .footer-bg .footer-start .box2 {
      width: 45%;
      margin: 0 0 0 20px;
      display: flex; }
      .footer-bg .footer-start .box2 .box-inner1 {
        width: 50%; }
    .footer-bg .footer-start .box3 {
      width: 25%;
      margin: 0; }
    .footer-bg .footer-start .box-inner {
      margin: 40px 0 0 15px;
      height: 315px;
      border-right: 1px solid #717174; }
      .footer-bg .footer-start .box-inner h3 {
        margin: 10px 0 28px 0; }
      .footer-bg .footer-start .box-inner li {
        list-style: none;
        margin-bottom: 14px; }
      .footer-bg .footer-start .box-inner li:before {
        content: '\f0da';
        font-family: 'FontAwesome';
        padding-right: 15px;
        color: #fff;
        height: 10px;
        width: 10px; }
      .footer-bg .footer-start .box-inner p {
        font-size: 15px;
        margin-bottom: 25px; }
      .footer-bg .footer-start .box-inner a {
        color: #fff;
        text-decoration: none;
        font-size: 15px; }
      .footer-bg .footer-start .box-inner a:hover {
        color: #018fdb; }
      .footer-bg .footer-start .box-inner #active-footer {
        color: #018fdb; }
  .footer-bg .footer-bottom {
    background: #303135;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    font-size: 13px; }
  .footer-bg .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 48px;
    right: 10px;
    bottom: 70px;
    padding-top: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .footer-bg .scroll-top-wrapper:hover {
    background-color: #888888; }
  .footer-bg .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.6; }
  .footer-bg .scroll-top-wrapper.show:hover {
    opacity: 1; }

.contact {
  text-align: center; }
  .contact h2 {
    margin: 20px 0 0 0;
    font-size: 35px;
    color: #495567;
    padding-bottom: 15px; }
  .contact p {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 15px; }
    .contact p a {
      color: #333; }
    .contact p i {
      color: #018fdb;
      font-size: 15px; }
  .contact .img-center {
    margin: 0 auto 10px; }
  .contact .address {
    margin: 20px 0 40px 0;
    text-align: left; }
    .contact .address h3 {
      margin: 0;
      font-size: 20px;
      color: #018fdb;
      font-weight: 600;
      padding: 0 0 15px 15px; }
      .contact .address h3 span {
        color: #ff0a1c;
        font-weight: bold; }
    .contact .address .form-control {
      box-shadow: none;
      border-radius: 5px;
      margin-bottom: 10px; }
    .contact .address .btn {
      box-shadow: none;
      width: 100%;
      padding: 10px 0;
      font-size: 15px;
      background: #3c3d41;
      color: #fff; }
    .contact .address .btn:hover {
      color: #018fdb; }

.about-box {
  min-height: 307px;
  margin-bottom: 20px; }
  .about-box img {
    margin: 0;
    transform: rotate(-6deg); }
  .about-box img:hover {
    transform: rotate(0);
    transition: 0.60s ease-in-out;
    transform: scale(1.2); }
  .about-box b {
    font-size: 15px; }

.profile {
  margin: 20px auto;
  text-align: center; }
  .profile h2 {
    margin: 0;
    font-size: 35px;
    color: #495567;
    padding-bottom: 15px; }
  .profile p {
    margin: 10px 0; }
  .profile img {
    margin: 20px auto;
    border-radius: 50%;
    width: 50%;
    outline-offset: 0; }

.food-title {
  font-size: 18px;
  font-weight: 600;
  color: #fa0a0a;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center; }

.pav {
  border: 1px solid;
  position: relative;
  min-height: 180px;
  margin-bottom: 25px;
  padding: 0 15px; }
  .pav img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-top: 15px; }
  .pav p {
    margin-top: 6%;
    text-align: left;
    display: inline-block;
    padding-left: 25px;
    font-size: 18px;
    color: #018fdb;
    font-weight: 600; }

.box-t {
  border: 1px solid #808183;
  min-height: 322px;
  margin-bottom: 40px;
  position: relative; }
  .box-t .no-padding {
    padding: 0; }
    .box-t .no-padding img {
      height: auto; }
    .box-t .no-padding .img-box {
      padding-right: 0; }
  .box-t.food-box {
    min-height: 600px; }
  .box-t .img-content-t {
    min-height: 265px; }
    .box-t .img-content-t h3 {
      font-size: 18px;
      font-weight: 600;
      color: #018fdb;
      margin-bottom: 15px;
      text-transform: uppercase;
      width: 92%;
      margin: 10px auto; }
    .box-t .img-content-t p {
      font-size: 15px;
      margin-bottom: 15px;
      min-height: 55px;
      width: 92%;
      margin: 10px auto; }
      .box-t .img-content-t p b {
        font-size: 16px;
        color: #018fdb; }
      .box-t .img-content-t p span {
        font-size: 16px;
        font-weight: bold; }
    .box-t .img-content-t a {
      font-size: 16px;
      font-weight: 600;
      color: #3c3d41;
      padding: 10px 15px;
      border: 1px solid #ddd;
      transition: all 0.5s ease-in-out;
      border-radius: 0;
      width: 135px;
      bottom: -1px;
      right: -17px;
      width: 100%; }
    .box-t .img-content-t a:after {
      color: #018fdb;
      content: '\00bb';
      padding-left: -10;
      opacity: 0;
      position: absolute;
      transition: all 0.35s ease-in-out; }
    .box-t .img-content-t a:hover:after {
      opacity: 1;
      padding-left: 10px; }
    .box-t .img-content-t a:hover {
      color: #018fdb;
      border: 1px solid #018fdb;
      padding-left: 0px; }
    .box-t .img-content-t .box-t-height {
      min-height: 470px; }
      .box-t .img-content-t .box-t-height p {
        min-height: 85px; }
      .box-t .img-content-t .box-t-height a {
        bottom: 0px;
        position: absolute;
        right: 0px; }

.box-t2 {
  position: relative; }

.acco {
  width: 100%; }

.fancybox-container {
  text-align: center; }

.thumbnail {
  position: relative; }
  .thumbnail .text-right {
    position: absolute;
    bottom: 4px;
    top: 4px;
    font-size: 20px;
    color: white;
    width: 97%;
    min-height: 135px;
    padding: 50px 0 0 0;
    background: #337ab7;
    opacity: 0;
    text-align: center; }
    .thumbnail .text-right .fa {
      font-size: 32px; }
    .thumbnail .text-right .text-muted {
      color: #fff; }
  .thumbnail span {
    text-align: center;
    display: none; }
  .thumbnail .text-right:hover {
    opacity: 0.7;
    transition: all 0.5s ease-in-out; }

.ame-botm {
  margin: 69px 0 30px 0; }

.no-gutter [class='col-md-9 col-sm-9'] {
  padding: 0; }

.box {
  border: 1px solid #808183;
  min-height: 67px;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
  margin: 10px 0 20px 0; }
  .box:hover {
    border: 1px solid #018fdb; }
  .box img {
    width: 35px;
    height: 35px;
    margin: 0 auto; }
  .box p {
    font-size: 15px;
    font-weight: 600;
    margin: 6px 0; }
  .box:hover p {
    margin-left: 10px;
    color: #018fdb;
    transition: all 0.35s ease-in; }

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