: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: #e84f47;
  	--website-color-2: #263238;
  	--website-color-3: #f5bf38;
  	--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: #6367af;
    --secondary: #3d233c;
    --success: #189490;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #f16760;--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.125rem;
    --body-font-weight: 300;
    --body-line-height: 1.5;
    /* --body-bg: #263238; */
	--offcanvas-bg: #263238;}
.offcanvas {
    --offcanvas-bg: #263238;
}
@media (max-width: 992px) {
.container-header .container-search {
    display: none!important;
}
}
@media (min-width: 992px) {
.container-header .container-search {
    display: flex;
  	flex-wrap: wrap;
  	grid-gap: 1rem;
  	align-items: center;
}
header > *, .brand-logo img {
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: space-around;
}
.container-below-top {
    display: none!important;
}
.container-header .container-nav {
   align-items: baseline;
   padding: 0 2rem;
   width: 80%;
   display: flex;
}
  }
.container-header .container-nav {
    justify-content: space-between;
    display: flex;
}
.container-header .grid-child {
    background: linear-gradient(359deg, #ff00 10%, #4d4d4d6b 100%);
    display: flex;
    justify-content: flex-end;
}
.container-header .metismenu>li>a:after, .container-header .metismenu>li>button:before {
    background: none !important;
}
@media (prefers-reduced-motion:no-preference) {
    .scrolled .navbar-brand img {
         width: 200px;
    }
    .scrolled .grid-child {
        padding-top: 0;
        padding-bottom: 0;
		margin-top: 
    }
  .scrolled .navbar-brand {
      display: none!important;
}
}
.easystore-grid-4 {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1192px) {
.easystore-grid-4 {
    grid-template-columns: repeat(2, 1fr);
}
}
.easystore-product-list .easystore-product-image {
    margin-bottom: 24px;
    background: var(--ongo-dark);
    border-radius: .2rem;
}
/* Menu */
@media (max-width: 767px) {
  li.active a.menu__success {
    border-bottom: 6px solid var(--success);
  }
  li.active a.menu__warning {
    border-bottom: 6px solid var(--warning);
  }
  li.active a.menu__danger {
    border-bottom: 6px solid var(--danger);
  }
  li.active a.menu__primary {
    border-bottom: 6px solid var(--primary);
  }
}
@media (min-width: 768px) {
  .container-header .mod-menu a {
    border-top: 6px solid transparent;
    display: flex;
    padding: .5em 1em;
  }
  .container-header .mod-menu li {
    padding: 0;
  }
  a.menu__success:hover,
    li.active a.menu__success {
    border-top: 6px solid var(--success);
  }
  a.menu__warning:hover,
    li.active a.menu__warning {
    border-top: 6px solid var(--warning);
  }
  a.menu__danger:hover,
    li.active a.menu__danger {
    border-top: 6px solid var(--danger);
  }
    a.menu__primary:hover,
    li.active a.menu__primary {
    border-top: 6px solid var(--primary);
  }
}
/* Menu-end */
/* Page */
/*.success h1 {
 color:  var(--success);
}
.warning h1{
 color:  var(--warning);}
.danger h1 {
 color: var(--danger);
}
.primary h1{
 color: var(--primary);}*/


/* Module */
.success .header-overlay {
 background-color: var(--success);
}
.warning .header-overlay {
 background-color: var(--warning);}
.danger .header-overlay {
 background-color: var(--danger);}
.primary .header-overlay {
 background-color: var(--primary);}

.no-card .newsflash-horiz li figure {
    margin: 0;
}
.container-below-top, .container-topbar {
    color: #fff;
    display: flex;
    align-items: flex-end;
}
.container-header .mod-menu {
    flex: 0 1 0;
}

.option {
	display: flex;
}
.option>* {
	margin-right: .5rem;
}
.option b {
    color: var(--success);
}
.product-title {
	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;
}
.cart-item-count {
	top: -10px;
	right: 5px;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	color: #fff;
	border-radius: 50%;
	justify-content: center;
	background-color: #c0122d;
}
.card {
  --card-bg: transparent;
  --card-border-color: none;
}
.nav.nav-tabs {
 	background-color: transparent;
}
.nav-tabs+.tab-content {
 	background-color: transparent;
}
.container-header .container-search {
    margin-top: 0.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.item-prices {
    display: flex;
    justify-content: space-around;
}
.product-item-info {
    border: 1px solid #5b5b5b50;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    min-height: 250px;
    padding: 0.5rem;
}
.product-item-info:hover {
    box-shadow: 0px 0.5rem 2rem 0.5rem rgb(255 255 255 / 25%);
  	transform: scale(1.02);
	transition: .2s;
}
.jshop_list_product .product .name {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 5px;
}
.sj_jshopping_search-wrapper {
    max-width: fit-content;
}
.productfull .additional-images .jCarouselLite {
    display: flex;
}
.product-image {
    max-width: 500px;
}
body {
    /* letter-spacing: 1px; */
    /* font: 1.275rem/1.5 'Open Sans', serif, Arial, sans-serif; */
}
.uk-h3 {
	color:var(--website-color-1)!important;
}
.float-end {
    -webkit-mask-image: url(/images/mask.svg);
    -webkit-mask-size: 100% 100%;
}

b, strong {
    color: var(--website-color-3);
}
a {
    text-decoration: none!important;
}
.container-bottom-b a {
    text-decoration: none!important;
    color: var(--website-color-3);
}
.header a {
    text-decoration: none!important;
    color: var(--website-color-3);
}
a:not(.btn):focus,a:not(.btn):hover {
    color: var(--website-color-1);
}
.container-header .navbar-brand {
    font-size: calc(.825rem + .3vw);
}
.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%;
	}
}


.brand-logo img {
    margin-top: 1.5rem;
}
.container-component hr {
    margin: 5rem 5rem 2rem 5rem;
  	border-top: 1px dashed;
}
.main-top.card {
   background: #e1e9f5;
}

.fa, .fas, [class*=" icon-"], [class^="icon-"] {
  color: var(--website-color-3);
    font-size: 15px;
}

/* .footer an */

.footer {
	background: #000000;
  	margin-top: 0;
}
.footer .no-card {
    padding: 0 1rem;
}
.footer .grid-child {
  	max-width: 1680px;
  	padding: 1rem;
}


.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: #0f203a;
    --ongo-light: #c53211;
    --ongo-bright: #4b6777;
    --ongo-highlight: #fbcc34;
	--ongo-primary: #00BB98;
}
.container-banner {
     /*margin: 0; */
    background-image: url(/j2/images/bannerbg.png);
    background-repeat: no-repeat;
    background-position: 50%,50%;
    background-size: cover;
    /* padding: 100px 110px 160px; */
    position: relative;
    background-color: #1c272a;
    text-align: center;
}
.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: .55rem;
    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);
  	border-left: 5px solid;
    /*border-image: linear-gradient(0deg, grey 25%, yellow 25%, yellow 50%,red 50%, red 75%, teal 75%) 5;*/
  	border-color: var(--website-color-3);
  }
  @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: #ffffff!important;
    }
  }
  .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-3) !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;
    }
   
}

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

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: 1rem;
}

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: 5px solid;
    color: var(--website-color-3);
  	padding: 0 2rem;
  	border-color: var(--website-color-3);
}
  
.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 {
    height: 50vh;
    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: 500px;
        /*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;
}
.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-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%,50%;
    background-size: cover;
}
.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: 50%,50%;
    background-size: cover;
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    height: 100%;
    padding: 100px 110px 50px;
    background-color: #00000050;
}
.container-banner .header-overlay:after {
    background-image: linear-gradient(150deg, #65c1ac 25%,#ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%);
    background-size: 100px;
    position: absolute;
    content: '';
    height: 8px;
    right: 0;
    left: 0;
    top: 0;
}
/*.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;
  	align-items: center;
}
  .container-header .navbar-brands {
    display: flex;
    width: 100%;
    justify-content: space-between;
  	align-items: center;
}
}
@media screen and (max-width: 768px) {
.container-header .brand-logo, .container-header .site-description {
    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: 'sans-serif;
  	font-size: clamp(8rem,8vw,5.5rem);
}
.display-1:after {
    display: block;
    width: 50%;
    height: 10px;
    margin: 1rem auto;
    content: "";
    /*background-image: linear-gradient(150deg, #65c1ac 25%,#ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%);*/
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  	background-color: var(--ongo-highlight);
}
/*
.display-1:before {
    display: block;
    width: 30%;
    height: 10px;
    margin: 1rem auto;
    content: "";
    background-image: linear-gradient(30deg, #65c1ac 25%,#ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%);
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
}*/
.display-1 span {
    font-weight: 100;
    z-index: 1;
    font-size: 1.5rem;
}
.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 {
  	color: inherit;
}
.display-4:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 0.5rem auto;
    content: "";
    background: var(--ongo-light);
}
.display-4::before {
   content: ""; 
   display: inline-block;
   position: relative;
   margin-right: calc(1rem + 0.1em);
}
.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-image: linear-gradient(150deg, #65c1ac 25%,#ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%);
}
.display-6 {
    font-size: calc(.725rem + .3vw)!important;
    text-transform: uppercase;
    letter-spacing: 1px;
  	font-family: cursive;
}
.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-top-a {
    overflow: hidden;
}
.container-bottom-a {
  display: block;
}
.container-bottom-b {
    padding-block: 5rem;
    background-color: var(--website-color-2);
  	padding: 2rem;
  	color: #ffffff;
}
.container-bottom-b .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
}
/*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 {
    font-size: clamp(15rem,5vw,3.5rem);
    opacity: .8;
    font-weight: 300;
    background-image: linear-gradient(180deg, #ffffff 20%, rgba(0, 0, 0, 0) 80%);
    -webkit-background-clip: text;
    color: transparent;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    mix-blend-mode: difference;
}
.container-topbar {
	top: 0;
	position: relative;
	background: var(--ongo-dark);
	justify-content: center;
	display: flex;
	margin-bottom: 0;
	padding-top: .5rem;
}
.container-topbar p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/*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;
    line-height: 2rem;
    margin-bottom: -2rem;
    margin-top: -2rem;
}
.show .metismenu.mod-menu .metismenu-item {
    line-height: 4.25rem;
}
.metismenu.mod-menu .metismenu-item > ul {
    border-radius: 0.5rem;
  	padding: 2rem;
  	background-color: var(--website-color-2);
}
.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: relative;
    z-index: 10;
    background-color: var(--website-color-2);
    background-image: none;
    /*! box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0); 
  	padding-top: 2.5rem;*/
    /* width: 100%; */
    /* backdrop-filter: blur(2px); */
}


.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 {
    font-weight: 500;
    }
@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;
}

@media (min-width: 991px) {
  .container-header .grid-child {
    justify-content: space-between;
    padding-bottom: 0;
  }
.container-header .mod-menu {
    display: -webkit-inline-box;
}
}
.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;
    max-height: 350px;
}


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


/*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;
    /*padding: 0.5rem 1rem;*/
}
.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;
  height: 3.5rem;
}

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

/*easy-store*/
.easystore-quick-cart {
    padding: 1.8rem;
}
.easystore-cart-wrapper .easystore-remove-cart-item {
    padding: 0
}

.easystore-cart-wrapper .easystore-cart-item-title {
    padding-right: 15px
}

.easystore-cart-wrapper .easystore-mini-cart-quantity-price .easystore-quantity-selector .form-control {
    padding: 7px 10px
}

.sppb-collection-item {
    position: relative
}

.sppb-collection-item .addon-root-easystore-list-addtocart {
    right: 20px;
    transform: translateY(-60px);
    z-index: 2;
    transition: all .4s ease
}

.sppb-collection-item .easystore-btn-add-to-cart {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    border: unset!important
}

.sppb-collection-item .easystore-btn-add-to-cart:before {
    background-color: #da4d41;
    border-width: 2px
}

.sppb-collection-item .easystore-btn-add-to-cart:after {
    content: "";
    width: 55px;
    height: 55px;
    position: absolute;
    background: rgba(255,255,255,.2);
    left: -8px;
    top: -8px;
    border-radius: 100%
}

.addon-root-easystore-list-thumbnail:hover .easystore-product-image img {
    transform: translateX(3px) scale(1.02)
}

.addon-root-easystore-list-thumbnail .easystore-product-image {
    overflow: hidden
}

.addon-root-easystore-list-thumbnail .easystore-product-image img {
    transition: all .4s cubic-bezier(.175,.885,.32,1.275)
}

.easystore-quick-cart .easystore-product-variants,.easystore-quick-cart .easystore-variant-options {
    gap: 10px
}

.easystore-quick-cart .easystore-quick-cart-actions .btn {
    font-size: 14px;
    line-height: 24px;
    border-radius: 30px;
    padding: 7px 40px;
    border: 1px solid #ffdf00
}

.easystore-quick-cart .easystore-quick-cart-actions .btn:hover {
    border-color: #e0c50a
}

.easystore-quick-cart .easystore-quick-cart-actions .btn.btn-outline-primary {
    border: 1px solid #000;
    color: #000
}

.easystore-quick-cart .easystore-quick-cart-actions .btn.btn-outline-primary:hover {
    background-color: #000;
    color: #fff
}

.easystore-cart-item .easystore-cart-remove-item a {
    color: #000
}

.easystore-product-specification .easystore-specification-title {
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.easystore-product-specification .easystore-specification-key,.easystore-product-specification .easystore-specification-value {
    font-size: 14px;
    line-height: 24px;
    color: #000
}

.easystore-checkout-footer .easystore-list-item div a {
    color: #000
}

.sppb-collection-addon .sppb-productlist-slideshow-arrows {
    margin-bottom: 40px
}

.sppb-collection-addon .sppb-productlist-slideshow-arrows .slick-arrow {
    height: 60px;
    width: 60px;
    font-size: 24px
}

.sppb-collection-addon .sppb-productlist-slideshow-arrows .slick-arrow:hover {
    background-color: #ffdf00;
    color: #000
}

.shop-list-carousel-arrow-center .sppb-productlist-slideshow-arrows {
    position: absolute;
    top: 35%;
    z-index: 1;
    left: 0;
    right: 0;
    justify-content: space-between
}

.shop-list-carousel-arrow-center .sppb-productlist-slideshow-arrows i {
    height: 60px;
    width: 60px;
    position: relative
}

.shop-list-carousel-arrow-center .sppb-productlist-slideshow-arrows i.fa-angle-left {
    left: -35px
}

.shop-list-carousel-arrow-center .sppb-productlist-slideshow-arrows i.fa-angle-right {
    right: -35px
}

.com-easystore.customer-orders a {
    color: #000
}

.com-easystore.customer-orders a:hover {
    color: #000
}

#easystore-modal .easystore-variant-options {
    margin-bottom: 15px
}

#easystore-modal .easystore-product-variant-color .easystore-variant-options {
    margin-bottom: 13px
}

#easystore-modal .easystore-option-name {
    margin-bottom: 5px;
    display: inline-block
}

#easystore-modal .easystore-quantity-selector .form-control {
    width: 104px;
    height: 38px
}

#easystore-modal .easystore-quantity-container {
    margin-bottom: 5px
}

#easystore-modal .easystore-variant-option input[type=radio]:checked+.easystore-variant-option-value {
    border-color: #000;
    color: #fff;
    background-color: #000
}

#easystore-modal .easystore-quick-cart .easystore-product-price {
    font-size: 18px;
    line-height: 21px
}

#easystore-modal .easystore-product-title {
    font-weight: 500
}

.easystore-product-variants .easystore-variant-option-value {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px
}

.easystore-product-variants .easystore-variant-option-value:hover {
    background-color: #000;
    color: #fff
}

.easystore-quantity-selector .form-control {
    border-color: #a4b0b9
}
