.list-review {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
	justify-content: start;
}
.list-review .item {
    display: block;
    padding: 2rem;
    border-left: 2px solid #ddd;
    border-top: none!important;
    margin-left: 1rem;
    min-width: 350px;
}
.item-context {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}
.g-info {
    justify-content: center;
}
.sidebar-right .spbooking .spbooking-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.sticky .metismenu.mod-menu .metismenu-item {
    font-size: .8rem;
}
.sticky img {
    height: auto;
    max-width: 50%;
}
header.sticky {
    background-color: var(--ongo-dark);
     position: fixed!important;
     width: 100%;
     top: 0;
     left: 0;
     animation: fadeIn;
     animation-duration: 1s;
}
.cf {
    display: flex;
  	flex-wrap: wrap;
justify-content: center;}
.cf h6 {
    content: "";
    top: 0;
    bottom: 0;
    border-left: 1px solid #fff;
    padding: 0 2rem;
}
.com-contact__container {
    background: var(--ongo-primary);
    padding: 2rem;
}
.contact-form {
    background: var(--ongo-primary);
    padding: 2rem;
}
strong {
    color: var(--ongo-primary);
}
.top-a {
    z-index: 1;
  	margin: 0 2.5rem;
}
/*container*/
.bottom-b {
    margin: 0;
}
.container-bottom-b {
    grid-column: full-start/full-end;
    background-color: var(--ongo-dark);
}
.container-bottom-b .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 85vh;
}
.container-bottom-b .banner-overlay .overlay {
    padding: 0 5%;
  	padding-top: clamp(2rem,8vw,5rem);
  	background: linear-gradient(360deg, rgba(0, 32, 61, 0.84) 2%, rgba(0, 32, 61, 0.4) 98%) transparent;
  	height: 100%;
}
.container-banner .banner-overlay .overlay {
    padding: 0 5%;
  	background-color: transparent;
    background: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0.4)), linear-gradient(180deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 26.56%,rgba(0,0,0,0.102) 52.08%,rgba(0,0,0,0) 76.04%,rgba(0,0,0,0.6) 100%);
}
.container-top-a {
    margin-top: -12em;
  	grid-column: full-start/full-end;
    background-color: var(--ongo-dark);
}
.container-top-a .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    margin-top: -10.8rem;
    height: 100vh;
    /* border-top: 0.5rem solid var(--ongo-light); */
}
.container-top-a .banner-overlay .overlay {
    padding: 0 5%;
    text-align: left;
    align-items: flex-start;
  	padding-top: clamp(2rem,8vw,5rem);
  	background-color: rgba(0,0,0,.35);
}
.container-top-b {
    grid-column: full-start/full-end;
    display: block;
}
.container-bottom-a .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 70vh;
}
.container-bottom-a .banner-overlay .overlay {
    padding: 0 5%;
    text-align: left;
    align-items: flex-start;
  	padding-top: clamp(2rem,8vw,5rem);
  	background-color: rgba(0,0,0,.35);
    height: 100%;
}
.container-bottom-a {
  display: block;
  grid-column: full-start/full-end;
}

.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    height: 100vh;
    border-top: 0.5rem solid var(--ongo-light);
  	z-index: 1;
    min-height: 700px;
}
.header-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    }
.header-overlay:before {
    background-color: #000;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    height: 100%;
    width: 100%;
}
.header-overlay .overlay {
    padding: 12.84rem 0 6.42rem;
    color: #fff;
    max-width: 980px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.container-header {
    position: absolute!important;
    z-index: 9;
    background-color: #0617371c;
    background-image: none;
    width: 100%;
  	padding-left: 1.07rem;
    padding-right: 1.07rem;
}
/*container-end*/

/*logo*/
.container-header .navbar-brand a {
    color: #fff;
    text-decoration: inherit;
}
@media (min-width: 768px) {
.container-header .navbar-brand {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
}
/*widgetkit start*/
.uk-margin-remove-top {
    margin-top: 0!important;
}
.uk-margin-remove-top::before {
   content: ""; 
   display: inline-block;
   position: relative;
   top: calc(-.1 * 1em);
   vertical-align: middle;
   height: calc(0.2px + 0.05em);
   margin-right: calc(5px + 0.2em);
   border-left: calc(1rem + 0.3em) solid var(--ongo-light);
}
/*widgetkit end*/
.page-header:after {
   display: block;
    width: 30%;
    height: 4px;
    margin: 0.5rem;
    content: "";
    background: var(--ongo-light);
}
blockquote {
    padding-left: 1.2em;
    border-left: 1em solid var(--ongo-light);
    letter-spacing: 0.1px;
    position: relative;
}
.lead {
  padding: 0 .5rem;
  background-color:white;
  color:black;
  border-radius: .3rem;
}
.vertical {
    color: #919291;
    font-size: .9rem;
    line-height: .86;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: 'Work Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.04em;
    position: absolute;
    left: -20px;
    margin: 30px;
    transform: rotate(180deg);
}
.vertical::before {
    content: "";
    position: absolute;
    top: -62px;
    left: calc(50% - (2px / 2));
    height: 50px;
    width: 2px;
    background-color: rgba(145,146,145,.3);
}
.blog-items .blog-item {
    padding: 0;
    border: 0.5rem #ffffff solid;
}
.dura {
  color:#fffefe;
  margin-top: -2rem;
  z-index: 1;
  padding: 0 .5rem;
}
.grade {
  position:absolute;
  color: white;
  padding: .2rem .5rem;
  background-color: var(--ongo-primary);
  border-radius: 0 0rem 1rem 0;
}
.boxed .blog-item .item-content {
    padding: 0 1rem;
}
.page-header a {
    font-size: 1.5rem;
    font-weight: 500;
}
.item-title {
  font-size:1.1rem;
  background:white;
  padding: 1rem 2rem;
  margin-top:-2.5rem;
  position: relative;
}
.text-muted {
    font-size: .8rem;
}
.btn-secondary {
  padding:.2rem .8rem;
  background: var(--ongo-primary);
  color: white;
}
figure img {
    transition: all .5s ease-in;
    max-height: 200px;
    min-height: 200px;
  	width: auto;
}
.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 30%;
    max-width: 400px;
}

@media (min-width: 1024px) {
.flexmodule {
    display: flex;
    flex-direction: row;
}
.flexmodule h3 {
   max-width: 350px;
}
}

a {
    color: var(--ongo-primary);
}
.logobanner {
    display: none;
    transform: translateX(250%);
    position: absolute;
    /* transform: none; */
    opacity: .8;
}
@media (min-width: 968px) {
.logobanner {
   display: block;
}}
/*display header*/
.display-1 {
    font-weight: 500;
    animation: spFadeInUp 800ms ease-in;
    color: #fff;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-shadow: 0px 3px 2px rgb(0 0 0 / 25%);
    margin: 0px 0px 0px 0px;
  	animation: spFadeInUp 800ms ease-in;
    font-family: Butler;
}
.display-1:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 1rem auto;
    content: "";
    background: var(--ongo-light);
}
.display-1 span {
    font-weight: 100;
    z-index: 1;
    font-size: 1.2rem;
    position: relative;
    top: 30px;
    left: -80px;
    white-space: nowrap;
}
.display-2 {
    position: absolute;
	display: block;
  	word-break: break-all;
    opacity: .2;
    color: var(--ongo-primary);
    line-height: .86;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.04em;
    left: -58px;
    transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 5.5rem;
    left: -50px;
}
}
.display-3 {
  	animation: spFadeInUp 800ms ease-in;
  	animation: spFadeInUp 800ms ease-in;
    font-family: Butler;
  	font-size: clamp(1.5rem,3vw,2.5rem);
}
.display-3::before {
   content: ""; 
   display: inline-block;
   position: relative;
   top: calc(-.1 * 1em);
   vertical-align: middle;
   height: calc(0.2px + 0.05em);
   margin-right: calc(5px + 0.2em);
   border-left: calc(1rem + 0.3em) solid var(--ongo-light);
}
.display-4 {
  	animation: spFadeInUp 800ms ease-in;
}
.display-4:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: auto;
    content: "";
    background: var(--ongo-light);
}
.display-4::before {
   content: ""; 
   display: inline-block;
   position: relative;
   margin-right: calc(1rem + 0.1em);
}
.mod-socials {
  display:flex;
}
.feed-item-description {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: inline-block;
}
.feed-item-description img {
  padding: 0;
  display: flex;
   max-width: 350px;
   float: left;
   margin:1rem;
}



/*call in Action*/
.callnow {
    display: none;}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp {
    position: fixed;
    bottom: 120px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 10px;
    font-size: 1rem;
    padding: .2rem .5rem;
  	color: #fff;
}
  .whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp a {
    text-decoration: none;
  	color: inherit;
}
pre {
    white-space: pre-wrap;
    color: var(--ongo-primary);
    font-size: 1.2rem;
}
pre::before {
    content: " ";
}
.back-to-top-link {
    top: calc(100vh - 8em);
}
/*tag*/
.btn-info {
    color: #fff;
    background-color: var(--ongo-primary);
    border-color: var(--ongo-primary);
  	padding: 0 .5rem;
}
/*mobile menu*/
@media (min-width: 768px) {
.mmenu {
    display: flex;
    flex-direction: column;
    background: none;
    top: 30%;
    position: fixed;
    left: -30px;}
}
.mmenu {
   display: flex;
   background: var(--ongo-primary);
  justify-content: space-around
}
.mm {
    position: sticky;
    background: var(--ongo-primary);
    font-size: .7rem;
    padding: 1em 0 0 .5em;
    list-style: none;
    text-align: center;
    margin: .1em;
}
.mm after {
    content: "";
    transition: 0.3s;
}
  .mm:hover {
    box-shadow: 0 -0 2em .1rem;
}

.container-topbar {
  top: 0;
  z-index: 999;
  position: fixed;
}
.container-component {
    padding: 1rem;
}
.card {
    border: none;
    border-radius: none;
}
/* custom colours */
:root {
    --ongo-dark: #131313;
    --ongo-light: #c53211;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
    --ongo-primary: #d5ad79;
}
.btn-primary {
    background-color: var(--ongo-light);
    border-color: var(--cassiopeia-color-primary);
}
.btn-primary:focus, .btn-primary:hover {
    background-color: var(--ongo-dark);
    border-color: var(--cassiopeia-color-hover);
}
.footer {
	background-image: none;
  	margin-top: 0;
  background: radial-gradient(black 15%,transparent 16%),radial-gradient(black 15%,transparent 16%) 8px 8px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 0 1px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 8px 9px;
    background-size: 8px 8px;
    background-color: var(--ongo-dark);
}
/* custom background colours */
.bg-dark {
  background: var(--ongo-dark);
}
.bg--light {
  background: var(--ongo-light);
}
.bg-primary {
  background: var(--ongo-primary);
}
.bg-bright {
  background: var(--ongo-bright);
}
.bg-highlight {
  background: var(--ongo-highlight);
}
.white {
  background-color: #fff;
}
.lightblue {
  background-color: var(--ongo-light);
  color: white;
}
.blue {
  background-color: var(--ongo-primary);
  color: white;
}
.yellow {
  background-color: var(--ongo-logo);
  color: white;
}
.condensed {
    border-bottom: 1px solid #ffffff21;
    /*background: var(--ongo-light);*/
}
.primary {
  color: var(--ongo-primary)
}
/*menu*/
.metismenu.mod-menu .metismenu-item > ul {
    border-radius: .5rem;
}
.metismenu.mod-menu .metismenu-item:hover > ul {
    display: block;
}
.metismenu.mod-menu .mm-toggler::after {
    width: 0;
    height: 0;
    margin: .3em .3em .3em .3em;
    content: "";
    box-sizing: border-box;
    height: .5em;
    width: .5em;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}
.metismenu.mod-menu .mm-toggler[aria-expanded="true"]::after {
    -webkit-transform: rotateX(-135deg);
    transform: rotate(-135deg);
}
.metismenu.mod-menu .metismenu-item {
    display: flex;
    flex-wrap: wrap;
  	text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    font-family: Butler;
    padding-right: 0;
    margin-right: 0.5rem;
  	justify-content: space-between;
}
.menu {
      background: lightseagreen;
      position: fixed;
      top: 0;
      width: 100%;
      display: block;
      transition: top 0.8s;
}

.menu {
      float: left;
      display: block;
      color: #fff;
      font-weight: 300;
      text-decoration: none;
      margin: 2em 3em;
      font-size: 16px;
}
.navbars {
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.navbars a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

.navbars a:hover {
  background-color: #ddd;
  color: black;
}
/*badge*/
.badge-module {
  text-align: center; }
  .badge-module .badge {
    position: absolute;
    top: 10px;
    right: 10px; }


.wrap
{
  margin:50px auto 0 auto;
  width:100%;
  display:flex;
  align-items:space-around;
  max-width:1200px;
}
.tile {
  width: auto;
  height:480px;
  background-color: var(--ongo-primary);
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  border-radius: .5rem;
  /*! font-family:'Roboto'; */
  
}
.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
  outline-offset: -.7rem;
  outline: #ffffff solid 1px;
}
.tile .text
{
    position: absolute;
    padding: 30px;
    height: calc(80% - 50px);
    bottom: 0;
}
.tile h1
{
 
  font-weight:100;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2 a {
  color: #fff;
  font-size: 1.5rem;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h3 {
  /*! font-weight:300; */
  /*! margin:20px 0 0 0; */
  line-height: 20px;
  font-size: 1.5rem;
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.tile .text-muted {
  color: #ffffff !important;
}
.tile p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  /* transform: translateX(-200px);*/
  transition-delay: 0.2s;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.tile:hover
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.tile:hover img
{
  opacity: 0.7;
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots {
    position: absolute;
    bottom: 20px;
    right: 5%;
    margin: 0 auto;
    width: 150px;
    color: currentColor;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}

body {
    color: #525252;
    background-color: #F3F5F7;
}
.blog-item .card {
    overflow: hidden;
    padding: 15px;
    background-color: #FFF;
    border-radius: 30px;
}
.blog-item .card:hover {
  transition: all .35s;
  transform: translate3d(0, -5px, 0);
}

.card_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.card_body {
    padding: 10px 10px 16px 10px;
}

.card_title {
    font-weight: 900;
    font-size: 25px;
}



.card .readmore {
    border-radius: 15px;
    transition: all .3s ease-in-out;
}

.readmore:hover {
    box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.15);
}


.ContactNumber {
    margin-left: .8rem;
  	position: relative;
  	font-size: 1.5rem;
  	text-decoration: none;
  	display: flex;
    align-items: center;
  	color: var(--ongo-primary);
    }

.Emailid {
  	margin-left: 1rem;
  	position: relative;
  	font-size: 1.5rem;
  	text-decoration: none;
    }
a {
    text-decoration: none;
}




  
/* Manali Tours Custom */
  /* mobile menu */
@media (max-width: 768px) {
  body {
    padding-bottom: 0;
  }
  .mx-auto {
    margin: unset !important;
  }
 .site-grid {
    grid-gap: 0 .1em;
}
  .navbar-collapse {
    position: fixed;
    bottom: 7px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 70%;
    background: var(--ongo-primary);
    height: 100vh;
    overflow: auto;
  }
  .navbar-collapse.collapsing {
    height: 100vh;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: 100%;
  }
  .navbar-collapse.show {
    left: 30%;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }

  .navbar-toggler {
    position: fixed;
    bottom: 40px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 10px;
    font-size: 1rem;
    padding: .2rem .5rem;
  }
  
  .toggler-burger .navbar-toggler-icon::before {
    font: normal normal normal 30px/1 "Font Awesome 5 Free";
    color: var(--toggle-color);
    content: "\f00d";
  }

  .toggler-burger.collapsed .navbar-toggler-icon::before {
    content: "\f0c9";
  }
  .container-topbar {
    position: fixed;
    bottom: -1rem;
    top: auto;
    width: 100%;
    z-index: 999;
    padding: 0;
}
}
.callnow {
    position: fixed;
    bottom: 80px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 10px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: block !important;
  	color: #fff;
}
.callnow a {
    text-decoration: none;
  	color: inherit;
}
.container-below-top {
    right: 20px;
    position: absolute;
  	top: 0;
}
.container-header .grid-child {
    padding: 0;
}
.grid-child {
    border-bottom: 1px solid #ffffff21;
    border-top: 1px solid #ffffff21;
  }
/* image hover*/
figure {
    overflow: hidden;
} 
figure img {
    transform:scale(1.1);
    transition: all 1s ease-in;
}
figure img:hover {
    width: 100%;
    transform:scale(1);
    opacity: 0.8;
}
.offcanvas.show {
  background-color: var(--ongo-dark);
  /*background-image: linear-gradient(135deg,var(--cassiopeia-color-primary),var(--cassiopeia-color-hover));*/
}
@media (min-width: 992px) {
  .offcanvas-start {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .offcanvas .metismenu.mod-menu .metismenu-item > ul {
    position: relative;
    width: 100%;
    margin-top: 1rem;
  }
  .offcanvas .metismenu.mod-menu .mm-collapse {
    background-color: transparent;
  }
  .offcanvas .metismenu.mod-menu .metismenu-item > a {
    color: #fff;
  }
  .offcanvas-start {
  	left: 40%;
    width: 60%;
}
}
.offcanvas-header > *:only-child {
  margin-left: auto;
}
.offcanvas-start {
    border-right: 1px solid rgba(0,0,0,.2);
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 0;
}
.copyright{
  font-size:.58rem
}

/*Flaticon*/
@font-face {
    font-family: 'Flaticon';
    src: url('../font/Flaticon.woff2') format('woff2');
}
.fimanager:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  display: block;
}

.fi-occupied:before { content: "\f100"; }
.fi-double-bed:before { content: "\f101"; }
.fi-breakfast:before { content: "\f102"; }
.fi-coffee-pot:before { content: "\f103"; }
.fi-luggage:before { content: "\f104"; }
.fi-hotel-bell:before { content: "\f105"; }
.fi-free-wifi:before { content: "\f106"; }
.fi-toothbrush:before { content: "\f107"; }
.fi-fire-extinguisher:before { content: "\f108"; }
.fi-taxi:before { content: "\f109"; }
.fi-tv-screen:before { content: "\f10a"; }
.fi-shower:before { content: "\f10b"; }
.fi-no-smoking:before { content: "\f10c"; }
.fi-dumbbell:before { content: "\f10d"; }
.fi-map:before { content: "\f10e"; }
.fi-cctv-camera:before { content: "\f10f"; }
.fi-tea-mug:before { content: "\f110"; }
.fi-spa:before { content: "\f111"; }
.fi-hair-dryer:before { content: "\f112"; }
.fi-clothes-hanger:before { content: "\f113"; }
.fi-airplane:before { content: "\f114"; }
.fi-restaurant:before { content: "\f115"; }
.fi-slippers:before { content: "\f116"; }
.fi-room-key:before { content: "\f117"; }
.fi-toilet:before { content: "\f118"; }
.fi-washing-machine:before { content: "\f119"; }
.fi-hotel:before { content: "\f11a"; }
.fi-passport:before { content: "\f11b"; }
.fi-review:before { content: "\f11c"; }
.fi-room-key:before { content: "\f11d"; }
.fi-hotel-sign:before { content: "\f11e"; }
.fi-money-exchange:before { content: "\f11f"; }
.fi-do-not-disturb:before { content: "\f120"; }
.fi-champagne:before { content: "\f121"; }
.fi-online-booking:before { content: "\f122"; }
.fi-online-booking:before { content: "\f123"; }
.fi-towel:before { content: "\f124"; }
.fi-receptionist:before { content: "\f125"; }
.fi-sofa:before { content: "\f126"; }
.fi-bathrobe:before { content: "\f127"; }
.fi-barbershop-pole:before { content: "\f128"; }
.fi-credit-card:before { content: "\f129"; }
.fi-car-parking:before { content: "\f12a"; }
.fi-champagne:before { content: "\f12b"; }
.fi-bathtub:before { content: "\f12c"; }
.fi-food-tray:before { content: "\f12d"; }
.fi-bell-boy:before { content: "\f12e"; }
.fi-charging:before { content: "\f12f"; }
.fi-availability:before { content: "\f130"; }
.fi-luggage-cart:before { content: "\f131"; }


[class^="fi-"]:before, [class*=" fi-"]:before, [class^="fi-"]:after, [class*=" fi-"]:after {
  font-family: Flaticon;
  font-size: 36px;
  font-style: normal;
}
.paci-icon {
    margin-right: 1.6rem;
}
ul {
    list-style: none;
    /* margin: 0; */
    /* padding: 0; */
}
ul li {
    display: flex;
    align-items: center;
}
/*end-flaticon*/
/*MyTest*/
main h1 {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h1.mytest {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
.reveal.mytest {
	animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
h2.mytest, h3.mytest, p.mytest {
	animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-duration: 2s; /* don't forget to set a duration! */
}
div#mod-custom114 img {
	animation: fadeIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both; /* avoids having the element visible before the animation WHEN there is an animation-delay */
	/*animation-iteration-count: infinite;*/
}
img.fadeIn {
	animation: zoomIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both; /* avoids having the element visible before the animation */
	/*animation-iteration-count: infinite;*/
}
@keyframes fadeInUp{
  0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}
  to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}

main h1, main h2, main h3, main h4 {
	color: var(--ongo-primary);
}


@keyframes zoomIn{
  0%{opacity:0;-webkit-transform:scale3d(1.3,1.3,1.3);
  transform:scale3d(1.1,1.1,1.1)}
  50%{opacity:1}}

/*Scroll-down*/
.scroll-down {
    bottom: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 8;
}
.scroll-down-arrow {
    text-shadow: 0 0 20px #343228;
    color: #fff;
	color: rgba(255,255,255,.8);
    display: inline-block;
    padding: 0 30px 65px;
}
.scroll-down-arrow:hover,
.scroll-down-arrow:focus {
	color: #fff;
}
.scroll-down-arrow:before {
	font-family: FontAwesome;
    speak: none;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -18px;
}
.scroll-down-arrow:before {
    content: '';
    font-size: 58px;
    margin: 0.3em 0.3em 0.3em 0.3em;
    content: "";
    box-sizing: border-box;
    height: 0.5em;
    width: 0.5em;
    border-style: solid;
    border-color: white;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
  	outline: #c5c2c2 solid;
    outline-offset: -10px;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 
.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*=====================================
            BTMBAR PART STYLE
======================================*/
.btmbar-part {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.btmbar-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
}

.btmbar-widget li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 22px;
  border-radius: 8px;
}

.btmbar-widget li a:hover {
  background: #f5f5f5;
}

.btmbar-widget li a:hover i {
  color: var(--main-theme-color);
}

.btmbar-widget li a:hover span {
  color: var(--main-theme-color);
}

.btmbar-widget li a i {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.btmbar-active {
  color: #555555;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  color: var(--main-theme-color);
}

.btmbar-widget li a span {
  color: #555;
  font-size: 11px;
  line-height: 18px;
}

/*=====================================
     BTMBAR PART RESPONSIVE STYLE
======================================*/
@media (max-width: 768px) {
  .btmbar-part {
    display: block;
  }
}
.scroll-downs .btmbar-part {
		transform: translate3d(0, 100%, 0);
	}


.scroll-ups .btmbar-part {
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));
	}