.block,
.glimpse {
    height: 150px;
    display: inline-table
}

.glimpse {
    height: 120px;
    margin-top: 20px
}
.text-end{
    text-align: end;
}

.page-header .breadcrumb {
    background: 0;
    margin: 0;
    padding: 0;
    position: absolute !important;
    right: 52px;
    bottom: -119px;
    z-index: 1;
}
.block>div,
.glimpse>div {
    display: table-cell;
    text-align: center;
    background: #822200;
    color: white;
    border-radius: 8px;
    padding: 15px
}
/*book now*/
#header .header-nav-main nav>ul>li:last-child span>:first-child{
   opacity: 1 !important;
       -webkit-transform: translateY(-0%); 
     transform: translateY(-0%);
     background-color: #3073ba !important;
     /* position: relative; */
     height: 26px;
     padding: 0 25px;
     color: #ffff !important;
     border-radius:500px;
     box-shadow: 0 5px 10px 0 rgba(0,56,108,.4);
     top: 18px;
    margin-left: 45px;
  }
  #header .header-nav-main nav>ul>li:last-child span>:first-child:hover{
      background-color: #013872 !important;
    
   }
  #header .header-nav-main.header-nav-main-slide nav>ul>li:last-child>span>a:first-child {
    -webkit-transform: translateY(-0%); 
    transform: translateY(-0%);

  }

  #header .header-nav-main nav>ul>li:last-child span>:last-child{
    display: none;
   }
/*book now end*/

.gutter1 {
    padding-right: 20px
}

.gutter {
    padding-left: 20px
}

.align-bottom p {
    font-size: 4em;
    font-weight: bold;
    color: #fff
}

.Event {
    color: #2f72b9
}

.gutter a {
    margin-top: 20px;
    background: #822200;
    color: #fff;
    padding: 11px 32px
}

.some {
    margin-bottom: 0px
}

h4 {
    font-family: 'Open Sans';
    margin: 0
}

.modal,
body.modal-open {
    padding-right: 0 !important
}

body.modal-open {
    overflow: auto
}

body.scrollable {
    overflow-y: auto
}

.modal-footer {
    display: flex;
    justify-content: flex-start;
    padding: 0;

    .btn {
        position: absolute;
        right: -16px;
        top: -17px;
        position: absolute;
        right: -16px;
        top: -17px;
    }
}
#footer{
    margin-top: 0 !important;
}
#footer .footer-copyright p {
    color: #ffffff !important;
}
.card-img-top img {
    width: 100%;
    height: 200px
}

.secondsection {
    margin-top: 150px
}

.rounded {
    border-radius: 50%
}

.page-header {
    margin: 0
}

.google-map {
    margin: 0
}

html:not(.boxed) #header.header-floating-bar {
    position: fixed !important;

}

.list.list-icons.list-icons-style-2 li>[class*="fa-"]:first-child {
    color: #2f72b9;
    border-color: #2f72b9
}

html .list-dark.list-icons li>[class*="fa-"]:first-child {
    color: #2f72b9;
    border-color: #2f72b9
}
#image__homepage{
    height:572px; object-fit:cover; object-position:center; }

@media (max-width: 991px){
    /*html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {*/
    /*    margin: 0 10px !important;*/
    /*}*/
       .rev_slider li.tp-revslider-slidesli .slider-text-home {
        padding: 0 10px;
            }
               #image__homepage{
             height:326px; object-fit:cover; object-position:center; }
    }



@media only screen and (max-width:540px) {
    .gutter1 {
        padding-right: 15px
    }

    .gutter {
        padding-left: 15px
    }
      .slider-container.rev_slider_wrapper {
            width: 100% !important;
            height: 100% !important;
        }
    
        .tp-fullwidth-forcer {
            height: 350px !important;
        }
     .rev_slider li.tp-revslider-slidesli .slider-text-home h1 {
 font-size: clamp( 25px, 2vw, 30px);
 margin-bottom: 0px;
}
.rev_slider li.tp-revslider-slidesli .slider-text-home h5 {
    line-height: 20px; }

#footer  .row>[class^="col-md-"]:last-child {
        margin-bottom: 0 !important;
    }
}


#footer a:not(.btn) {
    color: #fff
}

.video-section {
    margin-top: 17px
}

.margin_btm_76 {
    padding:  0 !important;
}
.light_gallery{
    display: flex;
    width: 100%;
    justify-content: space-between;
     flex-wrap: wrap;
         margin-top: 50px;
}
.light_gallery img{
    width: calc(100% / 3);
    padding-inline: 10px;
    margin-bottom: 20px;
}
.light_gallery img:hover{
    cursor: pointer;
}
@media (max-width:768px){
    .light_gallery{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
         flex-wrap: wrap;
        }
        .light_gallery img{
            width: 100%;
            margin-bottom: 20px;
        }
        section.section.section-height-3 {
            padding: 3.6rem 0 0;
        }
}
