:root {

    --cassiopeia-color-primary: #00ff00;
    --cassiopeia-color-link: #0000ff;
    --cassiopeia-color-hover: #ff0000;

    --cassiopeia-font-family-body:"Roboto", sans-serif;
    --cassiopeia-font-family-headings:"Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;

	--website-color-1: #1b9280; 
	--website-color-2: #263238;
	--cassiopeia-color-primary:var(--website-color-1);
    --cassiopeia-color-link:var(--website-color-1);
	--cassiopeia-color-hover:var(--website-color-2);


	
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --primary-rgb: 13, 110, 253;
    --secondary-rgb: 108, 117, 125;
    --success-rgb: 25, 135, 84;
    --info-rgb: 13, 202, 240;
    --warning-rgb: 255, 193, 7;
    --danger-rgb: 220, 53, 69;
    --light-rgb: 248, 249, 250;
    --dark-rgb: 33, 37, 41;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: system-ui,-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace;
    --gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family:var(--cassiopeia-font-family-body);
    --body-font-size: 1.025rem;
    --body-font-weight: 200;
    --body-line-height: 1.3;
    --body-color: #353535;
	--offcanvas-bg: #263238;}
.offcanvas {
    --offcanvas-bg: #263238;
}
@font-face {
    font-family: 'Dancing Script';
    src: url('../font/Dancingscript.woff2') format('woff2');
}
 hr {
    height: 2px;
    margin-top: 1px !important;
    opacity: 1;
}
hr.top, hr.bottom {
    max-width: 80px;
    margin: 0 auto;
}
hr.center {
    max-width: 200px;
    margin: 0 auto;
}
/*
.uk-scope .uk-overlay>:last-child {
   margin-bottom: 0;
    background-color: #00000012;
    width: 400px;
    height: 400px;
    padding: 10px;
    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(--website-color-1);
}*/
.container-bottom-a>*, .container-bottom-b>* {
    margin: 0;
}
.container-bottom-a {
    margin-bottom: -1.7rem;
}
.container-bottom-b .grid-child {
    width: 100%;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
  	gap: inherit;
}
@media (width <= 991.98px) {
    .container-bottom-b .grid-child {
        flex-direction: column;
    }
}
body {
    letter-spacing: 1px;
}
.uk-h3 {
	color:var(--website-color-1)!important;
}
.uk-scope h2 {
    color: var(--website-color-1)!important;
}
b, strong {
    color: var(--website-color-1);
    font-weight: 700;
}
a {
    text-decoration: none !important;
    color: var(--website-color-1);
}
.container-header .navbar-brand {
    font-size: calc(.825rem + .3vw);
}
a:hover {
    text-decoration: none;
    color: var(--ongo-highlight);
}
.header-title {
   /* color: inherit;
    width: 58%;
    background-color: #222222;
    padding: 2em 2em 2em 2em;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #B1916C;*/
}
@media screen and (max-width: 991px) {
	.header-title {
    width: 100%;
	}
}
.card {
  box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-webkit-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 12px 4px 18px 0px rgba(0,0,0,0.35);
    --card-border-color: var(--website-color-1);
}

.blog-items {
  	 position: relative;
  	 min-height: 300px;
  	 padding: 1 rem;
}
.blog-item .item-image {
    margin: 0;
  	border-radius: 0.5rem;
  	background: var(--ongo-dark);
}
 .boxed .blog-item {
    border-radius: 1em;
    overflow: hidden;
    display: grid;
    grid-template-areas:
        "text img";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: stretch;
    outline: var(--outline-width) solid blue;
}  

.boxed .blog-item .item-content {
    grid-area: text;
    width: 80%;
    place-self: center;
    text-align: left;
    display: grid;
    gap: 1em;
}
.page-header a {
    /* font-size: calc(1.025rem + .2vw); */
    font-weight: 500;
    text-decoration: none;
}
.item-title {
    padding: 0.3rem;
    position: relative;
    /* font-weight: 400; */
    transition: all 0.3s ease;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--cassiopeia-color-primary);
}
.brand-logo img {
    margin-top: 1.5rem;
}
.container-component hr {
    margin: auto;
}

element.style {
}
.float-start {
    margin-right: 2rem;
}
.main-top.card {
   background: #e1e9f5;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
  color: var(--website-color-1);
}

/* .footer an */

.footer {
  	margin-top: 0;
    padding: 2rem;
    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);
}
.footer .no-card {
    padding: 0 1rem;
}
.footer .grid-child {
  	max-width: 1680px;
  	padding: .5rem;
  	width: fit-content;
}


.footer.card {
    margin-right: 15px;
    margin-left: 15px;
}
/* .sticky menu */

.sticky-section {
  display: table;
}
.right .sticky-text {
  float: left;
}
.sticky-text {
    position: sticky;
    top: 6rem;
    width: 40%;
    margin-right: 7%;
    float: left;
}
.right .sticky-text {
  float: right;
}
.sticky-card {
      width: 50%;
    float: right;
    flex: 1;
}
.right .sticky-card {
  float: left;
}
@media screen and (max-width: 991px) {
.sticky-text {
    position: relative;
    top: 0rem;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4rem;
}
.sticky-card {
      width: 100%;
}
}
@media screen and (min-width: 991px) {
.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    display: grid;
    padding: 0;
}
.sticky .brand-logo img {
    height: auto;
    width: 80px!important;
}}
.sticky .container-header .navbar-brand {
    display: none;
}

.com-tags__items .list-group {
    display: flex;
    margin-bottom: 1rem;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  	gap: 1rem;
    border-radius: 1rem;
  	text-align: center;
}
@media (min-width: 768px) {
  .com-tags__items .list-group-item {
    min-width: calc(22% - 1rem);
    max-width: calc(45% - 1rem);
    margin: .8rem;
  }
}
@media (min-width: 1200px) {
  .com-tags__items .list-group-item{
    min-width: min(calc(22% - 1rem), 22rem);
    max-width: min(calc(23% - 1rem), 32rem);
    margin: .8rem;
  }
}
.com-tags__items h3 {
	background: var(--ongo-bright);
    padding: 1rem;
}
.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;
    grid-row: 1 1 1;
    column-gap: 5rem;
}
.list-review .item {
    display: block;
    padding: 2rem;
    border: 2px dashed #dcb57e50;
    min-width: 100%;
  	margin-bottom: 0.5rem;
}
.item-context {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}
.item-context:before {
    content: '\201c';
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #eee;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 5em;
    line-height: 0.3;
}
.g-info {
    justify-content: center;
}
.list-review::-webkit-scrollbar {
    width: 0;
}
 
.list-review::-webkit-scrollbar-track {
    
    border-radius: 1px;
}
 
.list-review::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 7px var(--website-color-1);
}
/*.item-content {
	padding: 0 1rem;
}*/
.price {
    color: #56BD97;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    /* width: 50%; */
    justify-content: left;
    text-align: left;
}


:root {
	--ongo-dark: #1C1C1D;
    --ongo-light: #00BB98;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
	--ongo-primary: #00BB98;
}
.container-banner {
    margin: 0;
}
.container-banner svg {
    transform: rotateX(180deg) translateX(-50%);
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    fill: #ffffff;
    /* top: 1rem; */
      margin-top: -5rem;
}

.text-muted {
    font-size: .75rem;
    display: flex;
    opacity: .7;
}
/* offcanvas menu - see https://gist.github.com/drmenzelit/152a1954d73bcbe126194965e43c97f4#file-offcanvas-metismenu-php */ 
.offcanvas.show {
    background-color: var(--website-color-2);
  }
  @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-header > *:only-child {
    margin-left: auto;
  }

@media screen and (prefers-color-scheme: dark) { /* to override the Dark Mode Colors defined in the DarkMagic plugin */
	:root {
        --cassiopeia-color-primary: var(--website-color-1) !important;
        --cassiopeia-color-link: var(--website-color-1) !important;
        --cassiopeia-color-hover: var(--website-color-2) !important;
        --cassiopeia-color-gradient-end: var(--website-color-1) !important;
        --cassiopeia-color-gradient-start: var(--website-color-2) !important;
    }
    .btn-primary {
        background-color: var(--website-color-1) !important;
    }
    .btn-primary:focus, .btn-primary:hover {
        background-color: var(--website-color-2) !important;
    }
    .back-to-top-link {
        color: white !important;
    }
    #cf_1 { /* Convert Forms */
        --background-color: rgba(0, 0, 0, 0.9) !important;
    }
}

.container-header {
     background-image: linear-gradient(135deg,var(--website-color-1),var(--website-color-2)); 
}



/*
:root {
	--website-color-1: var(--cassiopeia-color-primary);
    --website-color-2: var(--danger);
}
*/

/* for the skip-to navigation - see https://issues.joomla.org/tracker/joomla-cms/35211 */
/* TEMPORARY SOLUTION WAITING FOR THE NATIVE FIX IN JOOMLA - should come in sept 2021 */
/* .skip-to .skip-to-tooltip {width: 300px !important;} */


/* for bigger popup of CodeMirror within TinyMCE - https://forum.joomla.org/viewtopic.php?f=808&t=988666 */
.tox-dialog {
    width: calc(100vw - 100px) !important;
    max-width: unset !important;
    height: calc(100vh - 100px) !important;
    max-height: unset !important;
}

h1 {
	margin-bottom: 20px;
}

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! */
}
h2.mytest span {
    font-size: 2rem !important;
}

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;*/
}

/*main h1, main h2, main h3, main h4 {
	color: var(--website-color-1);
}
/*
main h1, main h2, main h3, main h4 {
    background: -webkit-linear-gradient(0deg, var(--website-color-1),var(--website-color-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
}*/


/*
.container-banner .banner-overlay {   
	background-attachment: unset;
    background-size: cover;
	height: 100px;
}
@media (min-width: 768px) {
	.container-banner .banner-overlay {   
		height: 150px;
	}
}
@media (min-width: 992px) {
	.container-banner .banner-overlay {   
		height: 250px;
	}
}
@media (min-width: 1200px) {
	.container-banner .banner-overlay {   
		height: 300px;
	}
}
*/

/* animation-fill-mode: both; avoids having the element visible before the animation */ */
/*
.container-banner .banner-overlay .overlay {
	animation: fadeIn;
	animation-duration: 2s;
	animation-delay: 500ms;
	animation-fill-mode: both;
}*/



div.blog-item figure.item-image img {
    height: 100%;
    object-fit: cover;
	transition: transform .5s; /* Animation */
}
div.blog-item:hover figure.item-image img {
	transform: scale(1.1);
}

/* note : la ligne native suivante pose prob */
/*
.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 40%;
}*/


/* adding icons to the Menu Items by adding a Style - see /public_html/media/system/css/joomla-fontawesome.css to find quickly the right code for Font Awesome 5*/
ul.mod-menu a.home:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
    margin-right: 4px;
	font-display: block; /* https://www.alsacreations.com/article/lire/1779-CSS-font-display-et-le-chargement-des-polices-web.html */
}

.mod-languages {
    display: grid;
    align-items: center;
    margin-top: 0.5em;
}



/* module custom logo */
div#mod-custom114 p {
	margin-top: .5em;
	margin-bottom: 0;
}

div.mod-languages li {
    margin: 0 !important;
}
div.mod-languages li:not(.lang-active) a {
    color: white;
}

/* optimized for Menu Module having Layout "Cassiopeia > Collapsible Dropdown", therefore the .metismenu class hereafter */
@media (min-width: 992px) {
	.container-header .mod-menu>li+li {
		margin-left: 0em; /* instead of 1.55em */
	}
}
.metismenu.mod-menu .metismenu-item {
    padding: .5em .4em; /* instead of .5em 1em */
    word-spacing: initial; /* instead of 10px for body */
    font-size: .825rem;
  	color: #ffffffc0;
}

footer .mod-custom {
    display: flex;
	margin: 0 1rem;
	flex-direction: column;
    justify-content: space-between;
}




.fa-beat {
  animation: fa-beat 2s ease infinite;
  /*color: #e9322c;*/
  margin: 0 2px;
}

@keyframes fa-beat {
  0%{transform: scale(1);}
  50%{transform:scale(1.2);}
}

/* test to have the main menu on fixed position on smartphone */
/*.navbar-collapse {
	position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}*/

.fa-ul {
    list-style-type: none;
    margin-left: 0;
}
.fa-ul .fa-fw {
    margin-right: 0.5em;
	color: var(--website-color-1);
}
.fa-ul li {
    line-height: 2em;
}

div.mod-languages ul li.lang-active {
    background-color: unset !important;
    border: 1px solid white;
	border-radius: 0.25rem;
}
div.mod-languages ul li.lang-active a {
    color: white;
}

/* bottom-left of the site - aligning accessibility & tarteaucitron icons */
#tarteaucitronIcon #tarteaucitronManager {
    padding: 0 !important;
}
#tarteaucitronIcon {
    z-index: 0 !important; /* otherwise stays on top of Accessibility tool */
}
i._access-icon.material-icons._access {
	bottom: 70px !important;
}
/* avoids having the back to top partially above the bottom popup of tarteaucitron */
.back-to-top-link {
    right: 0.5rem;
    bottom: 0.5rem;
}

section.akengage-outer-container h3.akengage-title {
    border-bottom: unset !important;
}

/* in order to limit the height of TinyMCE in the front-end for Akeeba Engage */
/*.tox.tox-tinymce.tox-tinymce--toolbar-sticky-off {
    height: 200px !important;
}*/

.menu-btn {
    background: rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 0.25rem;
}

/* https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ */
/* see https://css-tricks.com/almanac/properties/q/quotes/ */
blockquote {
  border-left: 10px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 10px;
}
blockquote:before {
    content: '\201c';
    display: block;
    position: relative;
    top: 0.225em;
    margin-bottom: 0.2em;
    color: #eee;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 5em;
    line-height: 0.3;
}

/*
.glass {
	padding: 20px;
	background-color: rgba(255, 255, 255, .15);  
	backdrop-filter: blur(10px);
}*/


/* example of CSS for bootstrap.carousel - adding a background to the carousel-caption - see https://ui.glass/generator/ for glassmorphism CSS */
/*.carousel-caption {
    bottom: 40%;
	left: 25%;
	right: 25%;
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(0,0,0,0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}*/


/* animation for buttons */
/*.btn-primary {
	-webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.btn-primary:hover {
	box-shadow: 800px 0 0 var(--website-color-2) inset;
}*/

.upfaq-button {
    background-image: linear-gradient(135deg,var(--website-color-1),var(--website-color-2));
}
.upfaq-content {
	background-color: rgba(0,0,0,.03) !important;
}

/* 2021 11 23 suggestion by Elisa for the hamburger menu on mobile (but I stil have a "glimpse" bc of the slide effect */
/*
.container-header .navbar-collapse.show {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    right: 0;
    background: #D45E66;
    top: 100px;
}
*/

/* customization of the Result page with Smart Search - see https://blue-coder.com/help/blog/customizing-search-results */
figure.result__image {
    width: 250px;
}

/*mytest*/
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! */
}
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;*/
}

/*mytest*/
.copyright {
  font-size: small;
  opacity: .5;
}
.breadcrumb {
    background: inherit;
    opacity: .7;
    font-size: .8rem;
}
input {
    padding: 0.7rem 2rem;
}
joomla-tab button[role=tab][aria-expanded=true] {
	background-color: var(--website-color-1);
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 1.225rem;
}
joomla-tab>joomla-tab-element {
    border: none;
    background: inherit;
	padding: 2rem;
}
joomla-tab button[role=tab] {
    flex: auto;
}
joomla-tab[view=accordion]>button:focus, joomla-tab[view=accordion]>button[aria-expanded=true] {
    background-color: var(--website-color-1);
}
/*.com-content-article__body strong {
   font-size: 1.5rem;
   color: var(--ongo-primary);
}

.com-content-article__body strong::before {
   content: "";
   display: inline-block;
   position: relative;
   margin-right: calc(5px + 0.9em);
   margin-left: -1.55rem;
   border: 10px solid;
   border-radius: 10px;
}*/
.no-card .newsflash-horiz li {
    padding: 0;
}
.image-block{
  height:100%;
  position: relative;
  background-size: cover;
  padding: 1.5rem;
  text-align: center;
  display: grid;
  min-height: 350px;
  
}
.special {
    color: var(--ongo-bright);
    font-size: 1rem;
}
ul.fields-container{
    margin:0;
    padding:0;
}
ul.fields-container li {
    list-style-type: none;
    padding: 0;
    margin: 10px 5px;
    font-size: 15px;
    color: #707070;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Prompt', sans-serif;
}
    
}
.item-content ul.tags.list-inline li.list-inline-item {
    margin: 8px 0 0 0;
}
.item-content ul.tags.list-inline li.list-inline-item .btn {
    background-color: var(--website-color-1);
    color: white;
}
.item-content ul.tags.list-inline li.list-inline-item .btn:hover {
    background-color: #8cbcd0;
}
.cf {
    flex-wrap: wrap;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color:var(--ongo-dark);
    padding: 2rem;
    justify-content: space-between;
    align-items: center;
  	opacity: .85
}
.archivement-list{
  display:flex;
  list-style: none;
}
.archivement-list li{
  margin: 1rem;
  border: 0.5rem #ffffff solid;
  padding: 1rem 2rem;
  width:40%
}


h6 {
    content: "";
    top: 0;
    bottom: 0;
    border-left: 1px solid #fff;
  	padding: 0 2rem;
}
  
.no-card .newsflash-horiz li {
    border: none;
    box-shadow: none;
    padding: 0;
}
.no-card .newsflash-horiz li:before {
  	content: "";  
  	height: 4px;
    font-size: 5rem;
    margin-right: auto;
}
/*Banners*/
.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom,50%;
    background-size: cover;
    height: 95vh;
    border-top: 0.5rem solid var(--ongo-light);
    z-index: 1;
    overflow: hidden;
}
.container-banner .banner-overlay .overlay {
        /* padding: 20% 5%; 
        background-color: transparent;
        background-image: linear-gradient( 5deg , #0f203a 20%, #00000050 80%);*/
        min-height: 660px;
        padding: 5rem 2rem .42rem;
}
.container-banner .overlay:before {
     content: "";
     display: block;
     position: absolute;
     left: 0;
     right: 0;
     height: 44px;
     background-repeat: repeat-x;
     bottom: 0;
}
/*.banner-overlay {
    background-position: center;
}
@media (prefers-reduced-motion:no-preference) {
   .banner-overlay {
        background-position: center;
        -webkit-animation: kenburns-top 3s cubic-bezier(0.755, 0.050, 0.855, 0.060) reverse both;
	        animation: kenburns-top 3s cubic-bezier(0.755, 0.050, 0.855, 0.060) reverse both;
    }
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}*/
.container-top-a {
    padding: clamp(2rem, 8vw, 10rem);
  	background: url(../images/bg-pattern.svg) no-repeat top left;
}
.container-top-b .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.container-top-b .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,.7);
  	height: 100%;
}
.container-bottom-a .banner-overlay {
    color: #fff;
  	background-attachment: fixed;
}
.container-bottom-a .banner-overlay .overlay {
    text-align: left;
    align-items: flex-start;
  	padding: clamp(2rem,8vw,10rem);
  	background-color: rgba(0,0,0,.5);
  	height: 100%;
}
.header-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom,50%;
    background-size: cover;
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 8rem 2rem 0.42rem;
    background-color: #0000008b;
    min-height: 580px;
}
/*.header-overlay:before {
    content: "";
    background-color: #000000;
    opacity: 0.25;
    position: absolute;
    inset: 0;
}*/

/*categories-list
.categories-list {
  padding: 0;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.categories-list > div {
  flex: 1 1 auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  box-shadow: 0px 0.5rem 2rem 0.5rem rgba(0, 0, 0, 0.25);
  min-width: 90%;
  max-width: 90%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  /*scroll-snap-align: start;
  margin: .8rem;
  outline: #c5c2c2 solid 1px;
  outline-offset: -10px;
}
@media (min-width: 768px) {
  .categories-list > div {
    min-width: calc(25% - 1rem);
    max-width: calc(45% - 1rem);
    margin: .8rem;
  }
}
@media (min-width: 1200px) {
  .categories-list > div {
    min-width: min(calc(24% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 32rem);
    margin: .8rem;
  }
}
.categories-list > div > :last-child {
  align-self: end;
  transition: all .5s ease-in;
}
.categories-list > div > :last-child:hover {
  transform: translateY(-.5rem);
}
.categories-list .newsflash-image {
  min-width: 100%;
}
.categories-list .newsflash-image img {
  max-width: 100%;
}
.categories-list .newsflash-title {
  display: inline-block;
  margin-bottom: 2rem;
  /* font-size: 1.5rem; 
}
.categories-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  background-color: #2d4495;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
.categories-image {
    height: 100%;
    position: relative;
    background-size: cover;
    padding: 5rem;
    text-align: center;
    display: grid;
    min-height: 180px;
    background-position: center center;*/
}
/*container*/

/*logo*/
.container-header .navbar-brand a {
    color: #fff;
  	text-decoration: none;
}
@media (min-width: 768px) {
.container-header .navbar-brand {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
}
}
@media screen and (max-width: 768px) {
	.container-header .navbar-brand {
    display: none;
}
}

.page-header:after {
   display: block;
    width: 10%;
    height: 4px;
    margin: 0.5rem;
    content: "";
    background: var(--ongo-light);
}

.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: -70px;
    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);
}


.logobanner {
    display: none;
    transform: translateX(250%);
    position: absolute;
    /* transform: none; */
    opacity: .8;
}
@media (min-width: 968px) {
.logobanner {
   display: block;
}}

.display-1 {
    font-weight: 500;
    animation: spFadeInUp 800ms ease-in;
    z-index: 1;
  	line-height: 1.3;
    text-transform: uppercase;
  	font-family: 'Prompt', sans-serif;
 	animation: fade-out linear;
    animation-timeline: view();
    animation-range: exit -200px;
}
@keyframes fade-out{
	to { opacity: 0;
	   transform: scale(0.5); filter: blur(50px);}
}
.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.5rem;
}
.display-3 {
  	animation: fade-out linear;
    animation-timeline: view();
    animation-range: exit -200px;
}
.display-3:after {
    display: block;
    content: "";
    background-image: url(../images/hstars.png?1696747556);
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 12px;
    height: 12px;
    width: 92px;
    margin-left: auto;
    margin-right: auto;
}
.display-4 {
  	color: inherit;
  	margin: 2rem;
	animation: fade-out linear;
    animation-timeline: view();
    animation-range: exit -200px;
}
@keyframes fade-out{
	to { opacity: 0;
	   transform: scale(0.5); filter: blur(50px);
}}

.display-5 {
    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-5: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);
}
.display-6 {
    font-family: 'Dancing Script';
    letter-spacing: 1px;
}
.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;
}


.container-bottom-b {
  	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;
  	background-color: var(--ongo-bright);
}
.container-bottom-b .banner-overlay .overlay {
    padding: clamp(2rem,8vw,5rem);
    background-color: rgba(0,0,0,.5);
    height: 100%;
    padding-block: 8rem;
}
/*call in Action*/

.callnow {
    display: none;
}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.callnow .icon-phone::before {
    content: "\f879";
    font-size: 12px;
    margin: 2px;
  	color: #ffffff;
}

.whatsapp {
    position: fixed;
    bottom: 110px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.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;
    border-top: 2px dotted;
    line-height: 3.5rem;
}
pre::before {
    content: " ";
    border: 2px solid;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    margin-left: -1.7rem;
    border-radius: 1rem 1rem 0;
    background-color: var(--ongo-primary);
    transform: rotate(45deg);
    margin-top: 1rem;
    outline: 4px solid #ffffff;
    outline-offset: -8px;
}
.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*/
.mmenu {
   display: flex;
   background: var(--ongo-primary);
   /*! bottom: -20em; */
   position: sticky;
  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;
  	top: -5rem;
}
.mm after {
    content: "";
    transition: 0.3s;
}
  .mm:hover {
    box-shadow: 0 -0 2em .1rem;
}
.display-2 {
    position: absolute;
	display: block;
	font-size: clamp(10rem,5vw,3.5rem);
	opacity: .2;
	font-weight: 900;
  	word-break: break-all;
  	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgb(82 82 82);
    left: 70%;
}
.container-topbar {
  top: 0;
  z-index: 999;
  position: absolute;
}
/*.container-component {
    padding: 1rem;
  	z-index: 1;
    background-color: #F3F5F7;
}*/

/* custom colours */

.btn-primary {
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 4px 42px;
    overflow: hidden;
    transition: all .75s ease 0s;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: var(--ongo-dark);
    border-color: var(--cassiopeia-color-hover);
}

.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;
    justify-content: space-between;
  	margin-left: 1rem;
    margin-right: 1rem;
}
.metismenu.mod-menu .metismenu-item > ul {
    border-radius: 0.5rem;
  	padding: 2rem;
}
.menu-btn {
  background: rgba(255,255,255,.2);
  border: 1px solid #fff;
  box-sizing: border-box;
  backdrop-filter: blur(1rem);
  font-size: 1rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding: .2rem 2rem;
}

.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-header {
    position: absolute;
    z-index: 10;
    background-color: var(--ongo-dark);
    background-image: none;
    /*! box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0); 
  	padding-top: 2.5rem;*/
    width: 100%;
}


.site-grid {
    margin-bottom: auto;
    grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,25.875rem)) [main-end] minmax(0,1fr) [full-end];
}


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

.Emailid {
  	margin-left: 1rem;
    position: relative;
    font-size: calc(.525rem + .3vw);
    font-weight: 500;
    text-decoration: none;
    padding: 1rem;
    }
@media (max-width: 768px) {
  .Emailid {
    display: none;
  }
  
}





  
/* Manali Tours Custom */
  /* mobile menu */
@media (max-width: 968px) {
  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: 25px; */
    /* z-index: 9999; */
    /* display: block; */
    /* width: 40px; */
    /* height: 40px; */
    /* background: var(--ongo-primary); */
    border: 4px solid !important;
    /* border-radius: 40px; */
    right: 5px;
    /* 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;
}
  .footer .mod-menu {
    position: relative;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
}
}
.container-top-a svg {
    transform: rotateX(180deg) translateX(-50%);
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    fill: #ffffff;
    top: 1rem;
}


.callnow {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: var(--ongo-primary);
    border: 4px solid !important;
    border-radius: 40px;
    right: 5px;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: block !important;
  	color: #ffffff;
}
  .ContactNumber {
    display: none;
}
.container-below-top {
    right: 20px;
    position: absolute;
  	top: 0;
    justify-content: flex-end;
    opacity: .8;
}
@media (max-width: 768px) {
.container-below-top {
    display:none;
}
}
.container-header .grid-child {
    padding: 0 2em;
}

.grid-child {
    border-bottom: 1px solid #ffffff21;
  }
/* image hover*/
figure {
    overflow: hidden;
} 
figure img {
    transform: translateY(-10px);
    transition: all .3s ease-in;
  	width: 100%;
    object-fit: cover;
  	min-height: 275px;
  	max-height: 300px;
}


/*animation*/
@keyframes spFadeInUp {
  0%{opacity:0;transform:translateY(20px)}
  100%{opacity:1;transform:translateY(0)}
  }
/*Scroll-down*/
.scroll-down {
    bottom: 100px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 8;
  	/*margin-top: 5rem;*/
}
.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% {
        -webkit-transform: translateY(-10px);
        -webkit-opacity: 1;
    }

    100% {
        -webkit-transform: translateY(25px);
        -webkit-opacity: 0;
    }
} 

@keyframes bounce { 
  0% {
        transform: translateY(-10px);
        opacity: 1;
    }

    100% {
        transform: translateY(25px);
        opacity: 0;
    }
} 
.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


/*features-list*/
.features-list::-webkit-scrollbar {
    width: 0;
}
 
.features-list::-webkit-scrollbar-track {
    
    border-radius: 1px;
}
 
.features-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.features-list {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: scroll;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
}
.features-list > div {
  flex: 1 1 auto;
  background-color: #F1EFEF;
  border: 0.1rem #ffffff solid;
  margin: 0 1rem 1rem 0;
  box-shadow: 0px 0.5rem 2rem 0.5rem rgba(0, 0, 0, 0.25);
  min-width: 80%;
  max-width: 90%;
  scroll-snap-align: start;  
  margin-block: 5rem; 
}
.features-list > div:hover figure img {
    width: 100%;
    transform:scale(1);
    opacity: 0.8;
}
@media (min-width: 768px) {
  .features-list > div {
    min-width: calc(32% - 1rem);
    max-width: calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  .features-list > div {
    min-width: min(calc(24% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 22rem);
  }
}
.features-list > div > :last-child {
  align-self: end;
}
.features-list .newsflash-image {
  /* min-width: 100%; */
}
.features-list .newsflash-image img {
  max-width: 100%;
}
.features-list .newsflash-title {
  display: inline-block;
  margin-bottom: 1rem;
  /* font-size: 1.5rem; */
	transition:1s;
	background: inherit;
  	padding: 0 2rem;
    font-size: calc(1rem + .1vw);
}
.features-list > div:hover .newsflash-title {
  display: inline-block;
  margin-bottom: .2rem;
  /* font-size: 1.5rem; */
	transform:translateY(-70px)
}
.features-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  color: var(--website-color-1);
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
.features-list .readmore {
	list-style: none;
	margin: 0 10px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}
.features-list > div:hover .readmore {
	transform: translateY(0px);
	opacity: 1;
}

/*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: 2.5rem;;
  font-style: normal;
}
.paci-icon {
    margin-right: 1.6rem;
  	color: var(--website-color-1);
}
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%;
}
@media (max-width: 492px) {
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 100%;
}
  }
/*end-flaticon*/

/*=====================================
            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;
  padding-left: 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: #555;
  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;
  }
}

@font-face{
	font-family:finatic;src:url(../font/finatic.ttf);}
[class^=fn-],[class*=" fn-"] 
	{font-family:finatic!important;}
.fn-address:before{content:"\e933"}
.fn-map-marker:before{content:"\e932"}
.fn-phone-call:before{content:"\e934"}
.fn-check:before{content:"\e935"}
.fn-back:before{content:"\e936"}
.fn-calendar:before{content:"\e937"}
.fn-man-user:before{content:"\e938"}
.fn-location:before{content:"\e93c"}
.fn-translate:before{content:"\e93d"}
.fn-email:before{content:"\e93e"}
.fn-next:before{content:"\e93f"}
.fn-network:before{content:"\e918"}
.fn-salary:before{content:"\e900"}
.fn-career:before{content:"\e901"}
.fn-gadget:before{content:"\e902"}
.fn-purpose:before{content:"\e903"}
.fn-certificate:before{content:"\e904"}
.fn-save-money:before{content:"\e905"}
.fn-statistics:before{content:"\e906"}
.fn-graph:before{content:"\e907"}
.fn-analysis:before{content:"\e908"}
.fn-bank:before{content:"\e909"}
.fn-profits:before{content:"\e90a"}
.fn-research:before{content:"\e90b"}
.fn-laptop:before{content:"\e90c"}
.fn-analytics:before{content:"\e90d"}
.fn-debit-card:before{content:"\e90e"}
.fn-presentation:before{content:"\e90f"}
.fn-bars:before{content:"\e910"}
.fn-diagram:before{content:"\e911"}
.fn-insurance:before{content:"\e912"}
.fn-diploma:before{content:"\e913"}
.fn-contract:before{content:"\e914"}
.fn-team:before{content:"\e915"}
.fn-collaboration:before{content:"\e916"}
.fn-coffee:before{content:"\e917"}
.fn-combined:before{content:"\e919"}
.fn-trophy:before{content:"\e91a"}
.fn-capital:before{content:"\e91b"}
.fn-protection:before{content:"\e91c"}
.fn-loan:before{content:"\e91d"}
.fn-d-model:before{content:"\e91e"}
.fn-money:before{content:"\e91f"}
.fn-list:before{content:"\e920"}
.fn-investment:before{content:"\e921"}
.fn-calculate:before{content:"\e922"}
.fn-rocket:before{content:"\e923"}
.fn-tax:before{content:"\e924"}
.fn-wallet:before{content:"\e925"}
.fn-savings:before{content:"\e926"}
.fn-strategy:before{content:"\e927"}
.fn-mind:before{content:"\e928"}
.fn-elder:before{content:"\e929"}
.fn-package:before{content:"\e92a"}
.fn-website:before{content:"\e92b"}
.fn-museum:before{content:"\e92c"}
.fn-financial:before{content:"\e92d"}
.fn-support:before{content:"\e92e"}
.fn-achievement:before{content:"\e92f"}
.fn-success:before{content:"\e930"}
.fn-web-search:before{content:"\e931"}


/*top Stick*/
.topstick {
  	position: sticky;
    top: 100px;
    left: 0;
    margin-bottom: 30px;
    box-shadow: 0px 4px 40px rgb(43 89 255 / 8%);
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}
