.container-nav{
  font-size: 1rem;
}
.lead {
    margin: 0;
}
.uk-scope .uk-overlay-primary {
    background: rgb(34 34 34 / 50%)!important;
}
.uk-scope .uk-h3, .uk-scope h3 {
    color: var(--ongo-light)!important;
}
.uk-scope .uk-card-primary {
    background-color: var(--ongo-primary)!important;
}
@media (max-width: 938px) {
.topc {
    display: none;
}
}
@media screen and (min-width: 512px) {
.container-banner img {
    display: block;
    margin: auto;
    min-width: 120px;
    border: 2px solid;
}
}
@media (max-width: 512px) {
.container-header .container-search {
    display: none;
}
}
.container-top-b .uk-scope .uk-overlay>:last-child {
   margin-bottom: 0;
   background-color: #00000012;
   width: auto;
   height: auto;
   padding: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: all .4s ease-in-out;
   /* border-radius: 100%; */
   flex-direction: column;
   /* border: 2px dashed #b79c56; */
   box-shadow: inset 0 0 5px var(--ongo-bright);
   border-radius: 10px;
   max-width: 400px;
   background-color: var(--ongo-primary);
}
.uk-scope .uk-dotnav {
    /*flex-direction: column;*/
}
.uk-scope .uk-position-bottom {
    /*left: inherit!important;
    top: 50%;*/
}
hr {
    margin: 3rem;
}

.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    display: block;
    padding: 0;
}
.sticky .brand-logo img {
    height: auto;
    width: 3rem!important;
    margin-bottom: 0!important;
    transition: .2s;
}
@media screen and (max-width: 991px) {
.container-header {
    position: absolute!important;
}
}
main h1 {
	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! */
}
@keyframes spFadeInUp {
  0%{opacity:0;transform:translateY(20px)}
  100%{opacity:1;transform:translateY(0)}
  }
.container-nav p {
    margin-bottom: 0;
}
.feed-item-description img {
    max-width: 250px;
    float: left;
    margin: 1rem;
}
.table td, .table th {
    vertical-align: middle;
}

.breadcrumb {
    margin-bottom: 0;
    color: #ffffff;
  	backdrop-filter: blur(1rem);
  	--breadcrumb-item-active-color: var(--ongo-primary);
}
.container-header .navbar-brand img {
    width: 10rem;
    min-width: 8rem;
    background: white;
}
blockquote {
    line-height: 1.7em;
    padding-left: 1.2em;
    border-left: 1.7em solid #164A41;
    letter-spacing: 0.1px;
    position: relative;
    max-width: 80ch;
}
.container-banner .banner-overlay .overlay .text-thin:after {
    background: var(--ongo-light);
}
.container-header .metismenu>li.active>a:after, .container-header .metismenu>li>a:hover:after, .container-header .metismenu>li>button:hover:before {
    background: var(--ongo-light);
}
.container-header .metismenu>li>a:after, .container-header .metismenu>li>button:before {
    opacity: .8;
}
a {
    color: var(--ongo-light);
  	text-decoration: none;
}
a:hover {
  color:var(--ongo-highlight);
}
.fix {
   grid-column: full-start/full-end;
    display: block;
    padding-top: 5rem;
    color: white;
    background-image: url(/images/banner_t.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: .8;
}
.left.item-image {
    float: left;
    max-width: 500px;
    margin: 2rem;
}
.copyright {
    font-size: .7rem;
    color: #ffffff80;
}
.waitload{
    transform: none !important;
}
.slide{
  display:none;
  position:absolute;
  transform: none;
  opacity: .8;
}
@media (min-width: 992px) {
  .slide{
    display: block;
    transform: translateX(100%);
}
}
/*gallery*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery img {
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
  margin: .5rem;
}
.gallery img:hover {
  opacity: .7;
   transform: scale(1.1);
}
.galleries {
    width: 30%;
    margin: .5rem;
}
/*gallery end*/
.mod-articlesnews-horizontal {
    display: flex!important;
}
.no-card .newsflash-horiz li {
    border: none;
}
.container-bottom-b {
    color: white;
    padding: 2rem;
  	padding-top: 5rem;
    opacity: .95;
  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);
}
.bottom-b .grid-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0.5em;
    align-items: flex-start;
    max-width: 1680px;
  	margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px) {
.bottom-b .grid-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.text-muted {
    color: #c3c3c3bf!important;
    display: flex;
    font-size: .7rem;
}
strong {
    color: var(--ongo-light);   
}
.display-1 {
  	animation: spFadeInUp 800ms ease-in;
    z-index: 1;
  	text-shadow: 0 3px 2px rgb(0 0 0 / 25%);
  	font-size: clamp(2.7rem,8vw,5.5rem)!important;
  	font-weight: 500;
}
.display-1:after {
    display: block;
    width: 20%;
    height: 8px;
    margin: 0 auto;
    content: "";
    background: var(--ongo-light);
}
.display-3 {
  	animation: spFadeInUp 800ms ease-in;
}
.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 {
  	z-index: 1;
  	overflow: hidden;
  	letter-spacing: .75px;
  	font-weight: 500;
  	line-height: 2;
    color: var(--ongo-primary);
}
/*.display-4:after {
    content: "";
    display: inline-block;
    position: relative;
    /* top: calc(-.1 * 1em); */
    vertical-align: middle;
    height: calc(0.2px + 0.05em);
    margin-left: calc(5px + 0.2em);
    border-left: calc(2rem + 0.3em) solid var(--ongo-light);
}*/
.display-4::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(2rem + 0.3em) solid var(--ongo-light);
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
.display-5 em {
  font-size: 2rem;
  color: #cfcfcf;
  position: relative;
  top: 20px;
  left: -20px;
}
.display-5 strong {
       font-size: 60px;
       color: var(--ongo-light);
       position: relative;
       top: -10px;
       left: -10%;
}
.display-6 {
    font-size: calc(.375rem + 1vw);
    font-weight: 300;
    line-height: 1;
    font-family: cursive;
}
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
        text-transform: uppercase;
}
.archivement-box {
    align-items: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 5rem;
}
.archivement-box > * {
  width: 100%;
}
.archivement-box h2, .archivement-box h3 {
  color: #1c2b5d;
}
.archivement-box .archivement-list {
  list-style: none;
  padding: 0;
  display: flex;
  max-width: 51.25rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.archivement-box .archivement-list li {
  background-color: #ffffff;
  box-shadow: 0px 0.5rem 5rem 0.5rem rgba(0, 0, 0, 0.25);
  color: #6c757d;
  border-radius: 50%;
  min-width: 12.5rem;
  max-width: 12.5rem;
  padding-bottom: 12.5rem;
  height: 0;
  margin: 0 0.5rem 1rem;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .archivement-box .archivement-list li {
    min-width: 16rem;
    max-width: 16rem;
    padding-bottom: 16rem;
  }
}
@media (min-width: 992px) {
  .archivement-box .archivement-list li {
    min-width: 25%;
    max-width: 25%;
    padding-bottom: 25%;
  }
}
.archivement-box .archivement-list li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.archivement-box .archivement-list li > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.archivement-box .archivement-list li > div > div {
  min-width: 100%;
  padding: 0 1rem;
}

.features-list {
  padding: 0;
  display: flex;
  margin: 2rem auto 5rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.features-list > div {
  flex: 1 1 auto;
  border: 0.5rem #ffffff solid;
  margin: 0 0 2rem;
  padding: 1rem;
  box-shadow: 0px 0.5rem 2rem 0.5rem rgba(0, 0, 0, 0.25);
  min-width: 90%;
  max-width: 90%;
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start; */
  backdrop-filter: blur(24px);
}
@media (min-width: 768px) {
  .features-list > div {
    min-width: calc(45% - 1rem);
    max-width: calc(45% - 1rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .features-list > div {
    min-width: min(calc(33% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 22rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.features-list > div > :last-child {
  align-self: end;
}
.features-list .newsflash-image {
  min-width: 100%;
}
.features-list .newsflash-image img {
    max-width: 15rem;
    border-radius: 50%;
}
.features-list .newsflash-title {
  display: inline-block;
  margin-bottom: 2rem;
  /* font-size: 1.5rem; */
}
.features-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  background-color: var(--ongo-light);
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}


.container-top-b {
    display: block;
  	margin-top: -22rem;
    margin-bottom: 10rem;
}
/*call in Action*/

.callnow {
    display: none;
}
.callnow, .whatsapp {
    position: fixed;
    z-index: 9999;
    display: block;
    background: var(--ongo-dark);
    right: 5px;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    border-width: 0px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.callnow {
    bottom: 90px;
}
.whatsapp {
    bottom: 20px;
}
.ContactNumber {
    display: none;
}
.whatsapp a, .callnow a {
    color: #ffffff!important;
    line-height: 60px;
    font-size: 2.5rem;
    margin-top: -0px;
}
.callnow:hover,.whatsapp:hover {
    box-shadow: 0 0 .3rem .1rem;
}
.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 {
  	bottom: 5.5em;
}
/*tag*/
.btn-info {
    color: #fff;
    background-color: var(--ongo-primary);
    border-color: var(--ongo-primary);
  	padding: 0 .5rem;
}
/*mobile menu*/
.mmenu {
  	 display: flex;
  	 position: sticky;
  	justify-content: space-around;
    backdrop-filter: blur(24px);
  	background: var(--ongo-light);
  	opacity: .9;
}
.mm {
    position: sticky;
    font-size: .7rem;
    padding: 1em 0 0 .5em;
    list-style: none;
    text-align: center;
    margin: .1em;
  	top: -5rem;
}
.mm after {
    content: "";
    transition: 0.3s;
}
  .mm:hover {
    box-shadow: 0 -0 2em .1rem;
}
.display-2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    width: auto;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: inline-table;
    line-height: 1.5;
}
.display-2:after {
    clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 3px;
    width: 50%;
    margin: 10px 30% 0 0;
    border-radius: 2px;
    padding: 0;
    background:var(--ongo-primary);
}
.container-topbar {
  top: 0;
  z-index: 999;
  position: fixed;
}

.card {
    border: none;
    border-radius: none;
  	background-color: transparent;
}
/* custom colours */
:root {
    --ongo-dark: #212224;
    --ongo-light: #eac374;
    --ongo-bright: #FFB391;
    --ongo-highlight: #b07249;
    --ongo-primary: #735344;
}
::selection {
    background: #A59C69;
    color: #fff;
}
.btn-primary {
    background-color: var(--ongo-primary);
    border-color: var(--ongo-light);
    backdrop-filter: blur(1rem);
    color: #ffffff;
  	font-family: Font Awesome\ 5 Free;
}

.btn-primary:hover {color:#fff;background-color:var(--ongo-light);}
.btn-secondary {
    background-color: var(--ongo-light);
    border-color: var(--ongo-light);
}
.btn-secondary {
    background-color: transparent;
    border-color: var(--ongo-light);
}
.btn-secondary:focus, .btn-secondary:hover {
    background-color: #ffffffdb;
}
.footer {
	background-image: none;
  	margin-top: 0;
    background-color: var(--ongo-primary);
}
.footer .grid-child {
    flex-direction: column;
    padding: 0;
}
.footer .mod-menu {
    position: relative;
    justify-content: center;
}
/* 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-highlight);
  color: white;
}
.condensed {
    border-bottom: 1px solid #ffffff21;
    /*background: var(--ongo-light);*/
}
.primary {
  color: var(--ongo-primary)
}
/*menu*/
.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;
}

.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; }

.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
  	height: 80vh;
    min-height: 700px;
}
.container-banner .banner-overlay .overlay {
    padding: 0;
  	background-color: 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%);
  	align-items: unset;
}
.container-top-a {
   /* margin-top: -30rem;*/
  	margin-bottom: 12rem;
}
.container-top-a .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
  	height: 70vh;
    min-height: 500px;
}
.container-top-a .banner-overlay .overlay {
    padding: 0;
  	background-color: rgba(0,0,0,.35);
  	align-items: unset;
}
.container-bottom-a {
    display: block;
}
.container-bottom-a  .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.container-bottom-a  .banner-overlay .overlay {
    padding: 0 5%;
    text-align: left;
    align-items: flex-start;
    padding-top: clamp(2rem,8vw,5rem);
    background-color: #00000080;
    height: 100%;
    padding-bottom: 5rem;
}
.container-bottom-a>*{
    margin: 0;
    background-color: var(--ongo-primary);
    color: #ffffff;
}
.header-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom,50%;
    background-size: cover;
    height: 50vh;
  	min-height: 500px;
    background: var(--ongo-dark);
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 1em;
    background-color: rgba(0,0,0,.50);
    padding-bottom: 2.5rem;
}

.container-header {
    position: absolute;
    z-index: 10;
    background-color: #21222420;
    background-image: none;
  	width: 100%;
  	border-bottom: 0.1px solid #ffffff20;
}
@media (min-width: 1200px){
.container-header {
    backdrop-filter: blur(4px);
}}


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

.mm-show a {
    color: #3e3e3e;
}
.mm-collapse a {
    color: #3e3e3e;
}
.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: .1rem;
  	font-size: 1.2rem;
  	background: rgba(255,255,255,.2);
    box-sizing: border-box;
    backdrop-filter: blur(1rem);
    line-height: 2rem;
    padding: 0 1rem;
    }

.Emailid {
  	margin-left: .5rem;
  	font-size: .8rem;
  	background: rgba(255,255,255,.2);
    box-sizing: border-box;
    backdrop-filter: blur(1rem);
    line-height: 2rem;
    padding: 0 1rem;
    }
@media (max-width: 768px){
.ContactNumber {
    display: none;
  }}




  
/* Manali Tours Custom */
  /* mobile menu */
@media (max-width: 992px) {
  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-dark);
    height: 100vh;
    overflow: auto;
    backdrop-filter: blur(24px);
    opacity: .95;
  }
  .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: 40%;
    -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; */
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-dark);
    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;
}

}

.container-below-top {
    right: 20px;
    position: absolute;
  	top: 0;
  	padding: 0.25rem!important;
}
.container-header .grid-child {
    padding: 0 0.5em;
}
.container-header .grid-child {
    border-top: .1px solid #ffffff50;
  	width: auto;
  	align-items: center;
  }
@media (max-width: 1000px) {
.container-header .grid-child {
    justify-content: center;
    padding: 0 2rem;
}}
/*dropdown*/
.metismenu.mod-menu .metismenu-item>ul {
    padding: 1rem;
    animation: spFadeInUp 400ms ease-in;
  	border-radius: 0.5rem;
}
@keyframes spFadeInUp {
  0%{opacity:0;transform:translateY(20px)}
  100%{opacity:1;transform:translateY(0)}
  }

/* image hover*/
figure {
    overflow: hidden;
} 
figure img {
    transition: all .5s ease-in;
}
figure img:hover {
    width: 100%;
    transform:scale(1.1);
    opacity: 0.5;
}
/*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;
  	color: var(--ongo-light);
}
ul {
    list-style: none;
    /* margin: 0; */
    /* padding: 0; */
}
ul li {
    display: flex;
    align-items: center;
}
.row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
}
/*end-flaticon*/
/*=====================================
            BTMBAR PART STYLE
======================================*/
.btmbar-part {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: var(--ongo-dark);
  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;
  text-decoration: none;
}

.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: #ffffff;
  font-size: 11px;
  line-height: 18px;
}

/*=====================================
     BTMBAR PART RESPONSIVE STYLE
======================================*/
.scroll-downs .btmbar-part {
		transform: translate3d(0, 100%, 0);
	}


.scroll-ups .btmbar-part {
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));
	}
@media (max-width: 764px) {
  .btmbar-part {
    display: block;
  }
}


/*=====================================
            offcanvace
======================================*/
.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;
}
.metismenu.mod-menu .metismenu-item {
    font-size: .8rem;
    line-height: 2.5;
    justify-content: space-between;
    padding: 0.5rem!important;
}
