@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {

    --cassiopeia-color-primary: #00ff00;
    --cassiopeia-color-link: #0000ff;
    --cassiopeia-color-hover: #ff0000;
  	--cassiopeia-font-family-body:"Space Grotesk", sans-serif;
  	--cassiopeia-font-family-headings:"Space Grotesk", sans-serif;
    --cassiopeia-font-weight-headings: 700;
    --cassiopeia-font-weight-normal: 400;
    --tw-text-opacity: 1;
  	--website-color-1: #1B252F;
  	--website-color-2: rgb(250 100 0/var(--tw-text-opacity));
  	--website-color-3: #e3e3e3;
  	--cassiopeia-color-primary:var(--website-color-1);
 	--cassiopeia-color-link:var(--website-color-2);/* --cassiopeia-color-hover:var(--website-color-2); */
  	--link-color: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: #141414; 
	--offcanvas-bg: #263238;
    --ongo-dark: #1c1d21;
    --ongo-light: #02a551;
    --ongo-bright: #4b6777;
    --ongo-highlight: #f86a77;
    --ongo-primary: #dcb57e;
  	--body-color: #c7c7c7;
}

.display-1 strong {
  background:linear-gradient(90deg,#e65834,#e65834 45%,white 50%,#e65834 55%,#e65834 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:shinet 3s infinite linear,pulse 3s infinite ease-in-out;
  display:inline-block
  }
  .display-1 span {
  background:linear-gradient(90deg,#02a551,#02a551 45%,white 50%,#02a551 55%,#02a551 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  animation:shinet 3s infinite linear,pulse 3s infinite ease-in-out;
  display:inline-block
  }
  
  @-webkit-keyframes shinet {
  from {
  background-position:100% center
  }
  
  to {
  background-position:-100% center
  }
  }
  
  @keyframes shinet {
  from {
  background-position:100% center
  }
  
  to {
  background-position:-100% center
  }
  }

.duration{
    padding: 16px 30px 16px 30px;
    background-color: var(--ongo-light);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    font-size: 1rem!important;
    position: relative;
    bottom: 30px;
    width: fit-content;
    left: 10px;
    margin-bottom: 0;
  	color: #000000!important
}
.counter {
	height: 8rem;
	width: 8rem;
	border: solid 12px;
	border-radius: 10rem;
	margin: auto;
	justify-content: center;
	display: flex;
	flex-direction: column;
    margin-bottom: 1rem;
  	--tw-shadow: -4px 0px 16px rgba(46, 239, 255, .5), 4px 0px 16px rgba(163, 152, 255, .5);
    --tw-shadow-colored: -4px 0px 16px var(--tw-shadow-color), 4px 0px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

/*scrollers*/
.scrollers::-webkit-scrollbar {
    width: 0;
}
 
.scrollers::-webkit-scrollbar-track {
    
    border-radius: 1px;
}
 
.scrollers::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.scrollers {
  padding: 0;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-y: scroll;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
}
.scrollers > 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: 42%;
  max-width: 90%;
  scroll-snap-align: start;
  border-radius: 1rem;
  overflow: hidden;
  --tw-shadow: -4px 0px 16px rgba(46, 239, 255, .5), 4px 0px 16px rgba(163, 152, 255, .5);
  box-shadow: var(--tw-shadow);
}
@media (min-width: 768px) {
  .scrollers > div {
    min-width: calc(32% - 1rem);
    max-width: calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  .scrollers > div {
    min-width: min(calc(24% - 1rem), 22rem);
    max-width: min(calc(33% - 1rem), 22rem);
  }
}
.scrollers > div > :last-child {
  align-self: end;
}
.scrollers .newsflash-image {
  min-width: 100%;
}
.scrollers .newsflash-image img {
  max-width: 100%;
}
.scrollers .newsflash-title {
  display: inline-block;
  margin-bottom: 2rem;
  /* font-size: 1.5rem; */
}
.scrollers .newsflash-title:after {
  content: "";
  height: 0.25rem;
  background-color: #2d4495;
  display: inline-block;
  width: 80%;
}


.boxed .blog-item .item-content {
    padding: 2rem 1rem;
}
.boxed .blog-item {
	scale: .8;
	opacity: 0;
	animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: entry 200px;
}
@keyframes fade-in {
	
	to { scale: 1; opacity: 1;}
		
	}
}



.boxed .blog-item .item-content>* {
    display: inline-flex;
    justify-content: space-between;
}
.pack {
    padding: 16px 30px 16px 30px;
    background: linear-gradient(to bottom, #333333 0%, #222222 35%, #222222 70%, #222222 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}


.btn.btn-primary:after,.btn-secondary:after, .blog-list .item-readmore a.btn-primary:after,.search .btn-toolbar .btn:after,.search .btn-toolbar .blog-list .item-readmore a:after,.blog-list .item-readmore .search .btn-toolbar a:after {
    content: "\f061";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: .375rem
}
hr {
    margin: 2.5rem;
    border-image: linear-gradient(to right, transparent, #ff6600, transparent) 1;
}
.offcanvas {
    --offcanvas-bg: #263238;
}
.container-header .metismenu>li.level-1>ul {
    border: 1px solid var(--website-color-2);
    background: var(--website-color-1);
}
.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];
}
/* boxed*/
.boxed .blog-item {
    box-shadow: 0 0 40px rgba(0,0,0,.8);
    margin-top: 2rem;
    margin-bottom: 2rem;
  	background: var(--website-color-1);
  	border-radius: 8px;
    border-left: 1px solid #ff8c00;
    transition: all .3s ease;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}
@media screen and (min-width: 991px) {
.boxed .blog-item .item-image {
    flex: 1 0 50%;
}}
.columns-4 .blog-item .item-image {
    flex: 1 0 40%!important;
}
.boxed .blog-item .item-content {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(circle,rgba(17,22,26,.5),rgba(17,22,26,.85));
    background-image: radial-gradient(circle,rgba(17,22,26,.5),rgba(17,22,26,.85));
    background-repeat: no-repeat;
  	backdrop-filter: blur(15px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    color: 
    color: #c7c7c7;
}
.container-banner {
    background: var(--ongo-dark);
  	margin: 0;
}
.brand-logo, h2 {
  margin-top: 1rem;
  color: aliceblue;
}
b, strong {
    font-weight: bolder;
    color: var(--ongo-highlight);
}
.level-2:hover {
    background: var(--ongo-light);
}
.level-2:hover a {
    color: #0b0b0b!important;
}
.uk-scope .uk-child-width-1-4\@l>* {
    border-right: 1px solid #67676754;
}
.uk-scope h2 {
    color: #ffffff!important;
  	font-size: 1.275rem!important;
}
.uk-scope .uk-margin {
    margin-bottom: 20px;
    justify-content: flex-start;
    display: flex;
}
.sticky .container-topbar {
    display: none;
}
.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    padding: 0;
}
.sticky .brand-logo img {
    height: auto;
    width: 80px!important;
}

.sticky .container-header .navbar-brand {
    display: none; 
}

.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%;
}
.container-header {
    position: absolute!important;
}
}
.stickyb .offcanvas-body {
     background-color: var(--ongo-dark);
    position: fixed;
    width: 100%;
    top: 0;
  	left: 0;
    height: 70px;
  	animation: fadeIn;
    animation-duration: 1s;
    justify-content: center;
    display: grid;
}
.sticky .metismenu.mod-menu .metismenu-item {
    font-size: 1rem;
}
/*news*/
.container-top-a .card-body {
    background: var(--website-color-2);
  	padding: 0;
}
.container-top-a .jmp-ticker {
    display: flex;
    align-items: center;
    background: var(--website-color-3);
    font-size: 3rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .container-top-a .jmp-ticker {
    display: block;
    text-align: center;
}
}
.container-top-a ul.jmp-ticker-c a {
    color: #000000;
}
.jmp-ticker-l {
    background: #000000!important;
    padding: 3px 7px;
    white-space: nowrap;
    color: var(--website-color-2);
}

/*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! */
}
h3 {
  	margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #e0e0e0;
}
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;*/
}
.fa, .fab, .fad, .fal, .far, .fas, .icon-joomla, [class*=" icon-"], [class^=icon-] {
    line-height: 1.5;
}
/*mytest*/
.copyright {
    font-size: small;
    opacity: .5;
    padding: 2rem;
    background-color: #343f43;
}
.breadcrumb {
    background: inherit;
    opacity: .7;
    font-size: .8rem;
}
input {
    padding: 0.7rem 2rem;
}
joomla-tab button[role=tab][aria-expanded=true] {
    background-color: var(--ongo-primary);
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
joomla-tab>joomla-tab-element {
    border-left: 2px dashed var(--ongo-primary);
    background: inherit;
}
/*.com-content-article__body strong {
   font-size: 1.5rem;
   color: var(--ongo-primary);
}*/


.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: 5rem;
}
.cf {
    display: flex;
  	flex-wrap: wrap;
}
.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: top,50%;
    background-size: cover;
    height: 90vh;
    border-top: 0.5rem solid var(--ongo-light);
  	z-index: 1;
    min-height: 700px;
	animation: banner-parallex linear;
    animation-timeline: view();
    animation-range: exit 10px;
}
@keyframes banner-parallex {
	25% { opacity: 1; }
	85%, 100% { opacity: 0;
			   transform: translateY(280px);
		
	}
}
.container-banner .banner-overlay .overlay {
    padding: 0 5%;
    text-align: center;
  	background-color: transparent;
    background-image: linear-gradient( 5deg , #0f203a 20%, #00000050 50%);
  	padding-top: 10rem;
    align-items: center;
}
/*.container-banner .overlay:before {
    background-image: url(../images/grey-cut.png);
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 112px;
    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(5rem,8vw,8rem);
  	background-color: rgba(0,0,0,.3);
  	height: 100%;
}

.header-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    background-image: url(/images/bg.jpg) !important;
    border-top: 0.5rem solid var(--ongo-light);
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #00000070;
    min-height: 550px;
}
/*.header-overlay:before {
    content: "";
    background: linear-gradient(180deg, rgba(3, 25, 46, 0) 0%, rgba(2, 20, 37, 0.75) 83.85%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    inset: 0;
}*/
.parallex-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    margin: -.5rem;
}
.parallex-overlay .overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 92vh;
    padding: 1em;
    background-color: rgba(0,0,0,.3);
}
/*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;
  display:flex;
}

.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;
}
}
.fixedbg {
   	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: right;
}
.mod-custom {
   	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: right;
}
/*widgetkit start*/
.uk-margin-remove-top {
    margin-top: 0!important;
}
.uk-margin-remove-top::before {
   content: ""; 
   display: inline-block;
   position: relative;
   top: calc(-.1 * 1em);
   vertical-align: middle;
   height: calc(0.2px + 0.05em);
   margin-right: calc(5px + 0.2em);
}
/*widgetkit end*/
.page-header:after {
   display: block;
    width: 30%;
    height: 4px;
    margin: 0.5rem;
    content: "";
    background: var(--ongo-light);
}
blockquote {
    padding-left: 1.2em;
    border-left: 1em solid var(--ongo-light);
    letter-spacing: 0.1px;
    position: relative;
}
.lead {
  padding: 0 .5rem;
  background-color:white;
  color:black;
  border-radius: .3rem;
}
.vertical {
    color: #919291;
    font-size: .9rem;
    line-height: .86;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: 'Work Sans';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.04em;
    position: absolute;
    left: -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);
}

   
.dura {
  color:#fffefe;
  margin-top: -2rem;
  z-index: 1;
  padding: 0 .5rem;
}
.grade {
  position:absolute;
  color: white;
  padding: .2rem .5rem;
  background-color: var(--ongo-primary);
  border-radius: 0 0rem 1rem 0;
}

.page-header a {
    font-size: calc(1.025rem + .9vw);
    font-weight: 500;
    text-decoration: none;
}
.item-title {
    padding: 0.5rem;
    position: relative;
    font-weight: 400;
    font-size: calc(1.025rem + .5vw);
}
.text-muted {
    font-size: .8rem;
}



@media (min-width: 1024px) {
.flexmodule {
    display: flex;
    flex-direction: row;
}
.flexmodule h3 {
   max-width: 350px;
}
}
.container-bottom-b {
    grid-column: full-start/full-end;
    background-color: var(--ongo-dark);
    opacity: .95;
    padding: 2rem;
    background-image: url(/images/fbanner.jpg);
}
.bottom-b .grid-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0.5em;
    align-items: flex-start;
  	margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px) {
.bottom-b .grid-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.newsflash-title {
    color: #ffffff;
}
.newsflash-title a {
    color: #ffffff;
}

a {
    text-decoration: none!important;
}
.container-bottom-b a {
    color: #ffffff;
    text-decoration: none!important;
    opacity: .7;
} 
.container-bottom-b  a {
    color: #ffffff;
    text-decoration: none!important;
    opacity: .7;
}

.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: .8;
  	font-family: Space Grotesk;
  	background-image: linear-gradient(180deg, #ffffff 20%, rgba(0, 0, 0, 0) 80%);
    -webkit-background-clip: text;
    color: transparent;
}
.display-1:after {
    display: block;
    margin: 1rem auto;
    content: "";
    background: var(--ongo-light);
    content:"";
    transform:translate(-50%,-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    animation:pulse-scale 2s ease-in-out infinite;
  }
  
  @keyframes pulse-scale {
  0%,100% {
  transform:translate(-50%,-50%) scale(1);
  box-shadow:0 0 0 0 #ff5722b3
  }
  
  50% {
  transform:translate(-50%,-50%) scale(1.5);
  box-shadow:0 0 0 10px #ff572200
  }
  }
.display-1 span {
    color: var(--ongo-light);
}
.display-3 {
  	animation: spFadeInUp 800ms ease-in;
}
/*.display-1:before {
    display: block;
    width: 30%;
    height: 10px;
    margin: 1rem 9rem;
    content: "";
    background-image: linear-gradient( 5deg , #ffffff 30%, #B73225 70%);
    border: 2px solid;
    border-radius: 10px;
    bottom: -118px;
    position: relative;
    border-right: 0;
}
.display-1:after {
    display: block;
    width: 20px;
    height: 20px;
    margin: 1rem auto;
    content: "";
    background: var(--ongo-primary);
    border: 2px solid;
    border-radius: 10px;
}*/
.display-4 {
  	animation: spFadeInUp 800ms ease-in;
}
.display-4:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 0.5rem;
    content: "";
    background: var(--ongo-light);
}
.display-4::before {
   content: ""; 
   display: inline-block;
   position: relative;
}
.display-5 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    box-shadow: inset 0 -1px 0 #ddd;
    display: inline-table;
    position: relative;
    overflow: hidden;
}
.display-5:after {
    clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 3px;
    width: 50%;
    margin: 10px 30% 0 0;
    background:var(--ongo-primary);
    animation: expand 4s ease-in-out infinite;
}
@keyframes expand {
  0%,
  100% {
    left: 0;
    width: 0;
  }

  50% {
    left: 35%;
    width: 30%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}
.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-b {
    display: block;
    margin-block: 5rem;
}
.container-top-b>* {
    flex: 1;
    margin: 0;
}
.container-bottom-a {
  display: block;
  z-index: 1;
  margin-top: 7rem;
}

.bottom-a {
    padding: 2rem;
    background: url(/images/bgt.jpg);
    color: #ffffff!important;
    opacity: .8;
    background-size: cover;
  	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
}
/*call in Action*/
.callnow {
    display: none;}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp {
    position: fixed;
    bottom: 150px;
    z-index: 9999;
    display: block;
    width: 52px;
    height: 52px;
    background: var(--ongo-light);
    border: 4px solid !important;
    border-radius: 40px;
    right: 1rem;
    font-size: 1rem;
    padding: 8px 12px;
    color: #ffffff;
}
  .whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp a {
    text-decoration: none;
    color: inherit;
    font-size: 1.3rem;
}
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(2.7rem,7vw,7.5rem);
    font-weight: 900;
    background-image: linear-gradient(180deg, #ffffff 20%, rgba(0, 0, 0, 0) 80%);
    -webkit-background-clip: text;
    color: transparent;
}
.container-topbar {
    position: relative;
    background: var(--ongo-dark);
    padding: 0.5rem 2rem;
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #ffffff21;
    border-image: linear-gradient(to right, transparent, #ff6600, transparent) 1;
}
.container-component {
    padding: 1rem;
  	z-index: 1;
}
.card {
    border: none;
    border-radius: none;
	    width: 100%;
    background: linear-gradient(to bottom, #333333 0%, #222222 35%, #222222 70%, #222222 100%);
    padding: 20px;
    border: 1px solid #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: repeating-linear-gradient(45deg, rgba(70, 70, 70, 0.6), rgba(70, 70, 70, 0.6) 25.5px, rgba(55, 55, 55, 0.7) 25.5px, rgba(55, 55, 55, 0.7) 51px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}
/* custom colours */

.btn-primary {
   	background-color: var(--website-color-3);
    border-color: var(--website-color-2);
    color: #000000!important;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 10px 32px;
    overflow: hidden;
    transition: all .75s ease 0s;
}
.btn-primary:focus, .btn-primary:hover {
    opacity: .85;
  	background-color: var(--website-color-2);
    border-color: var(--website-color-2);
    color: #000;
}
.btn-secondary {
  padding: 10px 32px;
  background-color: var(--website-color-2);
  border-color: var(--website-color-2);
}
.footer {
  	margin-top: 0;
  	background: radial-gradient(black 15%,transparent 16%),radial-gradient(black 15%,transparent 16%) 8px 8px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 0 1px,radial-gradient(rgba(255,255,255,.1) 15%,transparent 20%) 8px 9px;
  	background-size: 8px 8px;
  	background-color: var(--ongo-dark);
}
.footer .grid-child {
    padding: 5.5rem 0.5em;
  	align-items: center;
    text-align: center;
    flex-direction: column;
}
.footer .mod-list li:before {
    content: "\f0da";
    margin-right: 8px;
}
.menu-horizontal {
    flex-direction: row;
}
.menu-horizontal>* {
    margin-right: 1rem;
}
/* custom background colours */
.bg-dark {
  background: var(--ongo-dark);
}
.bg--light {
  background: var(--ongo-light);
}
.bg-primary {
  background: var(--ongo-primary);
}
.bg-bright {
  background: var(--ongo-bright);
}
.bg-highlight {
  background: var(--ongo-highlight);
}
.white {
  background-color: #fff;
}
.lightblue {
  background-color: var(--ongo-light);
  color: white;
}
.blue {
  background-color: var(--ongo-primary);
  color: white;
}
.yellow {
  background-color: var(--ongo-logo);
  color: white;
}
.condensed {
    border-bottom: 1px solid #ffffff21;
    /*background: var(--ongo-light);*/
}
.primary {
  color: var(--ongo-primary)
}
/*menu*/
.metismenu.mod-menu .metismenu-item: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);
}

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

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

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

@media (max-width: 768px) {
    .container-header .navbar-brand {
    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: relative;
    bottom: 8px;
   
  }
  
  .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;
}
}


.callnow {
    position: fixed;
    bottom: 80px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    background: var(--ongo-light);
    border: 4px solid !important;
    border-radius: 40px;
    right: 1rem;
    font-size: 1.3rem;
    padding: 0.4rem 0.7rem;
    display: block !important;
}
  .ContactNumber {
    display: none;
}
.container-below-top {
    right: 20px;
    position: absolute;
  	top: 0;
}
.container-header .grid-child {
    padding: 0 2em;
  	justify-content: space-between;
}
.grid-child {
    border-bottom: 1px solid #ffffff21;
    border-image: linear-gradient(to right, transparent, #ff6600, transparent) 1;
  }
.card-header {
	position: relative;
    padding-right: 12px;
    border-image: linear-gradient(to right, transparent, #ff6600, transparent) 1;
}
.card-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 2px;
    height: 100%;
    background-color: #ff6600;
}
/* image hover*/
figure {
    overflow: hidden;
} 
figure img {
    transform:scale(1.1);
    transition: all 1s ease-in;
  	width: 100%;
    object-fit: cover;
  	min-height: 275px;
  	opacity: .9;
  	max-height: 500px;
}
figure img:hover {
    width: 100%;
    transform:scale(1);
    opacity: 0.8;
}
.offcanvas.show {
  background-color: var(--ongo-dark);
}
@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;
}
/*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;
}
/*reveal*/

/*.reveal{
    overflow: hidden;
  transform: translateY(100px);
   transition: transform 400ms ease-in, opacity 5s;
  opacity: 0;
}
.reveal.active{
    transform: translateY(0);
    opacity: 1;
  	animation-delay: 1s;
}
.reveal.left{
    transform: translateY(100px);
    opacity: 1;
}
.animate {
    transition: transform 2s, opacity 5s;
    font-weight: bold;
}
.animate.left{
    transform: translateX(-200px);
    opacity: 0;
  transition-delay: 2s;
}
.animate.right{
    transform: translateX(200px);
    opacity: 0;
}
.animate.top{
    transform: translateY(-200px) rotate(360deg);
    opacity: 0;
}
.animate.bottom{
    /*transform: translateY(200px) scaleX(3);
  	transform: translateY(100px);
    opacity: 0;
}
.animate.active{
    transform: translateY(0);
    opacity: 1;
}

.loader{
    text-align: center;
}*/

/*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;
  text-align: center;
  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: 42%;
  max-width: 90%;
  scroll-snap-align: start;
}
@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: 2rem;
  /* font-size: 1.5rem; */
}
.features-list .newsflash-title:after {
  content: "";
  height: 0.25rem;
  background-color: #2d4495;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
/*=====================================
            BTMBAR PART STYLE
======================================*/
.btmbar-part {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background: var(--website-color-1);
  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: var(--website-color-2);
  color: var(--website-color-1);
}

.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: #fff;
  font-size: 13px;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.btmbar-widget li a span {
  color: var(--website-color-2);
  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: "flaticon";
  src: url("../fonts/flaticon.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: flaticon;
  font-style: normal;
  margin-right: .5rem;
  font-size: 3.5rem;
}
[class^="flaticon-"], [class*=" flaticon-"]{
  line-height: 1;
  display: inline-block;
  color: inherit;
}

.elementor-icons-manager__tab__item__icon.fi{font-size: 40px;}
.flaticon-selection:before {
    content: "\f101";
}
.flaticon-delete:before {
    content: "\f102";
}
.flaticon-magnifying-glass:before {
    content: "\f103";
}
.flaticon-heart:before {
    content: "\f104";
}
.flaticon-clipboard:before {
    content: "\f105";
}
.flaticon-quote:before {
    content: "\f106";
}
.flaticon-focus:before {
    content: "\f107";
}
.flaticon-left-arrow-1:before {
    content: "\f108";
}
.flaticon-right-arrow-1:before {
    content: "\f109";
}
.flaticon-checked:before {
    content: "\f10a";
}
.flaticon-check:before {
    content: "\f10b";
}
.flaticon-comment:before {
    content: "\f10c";
}
.flaticon-message:before {
    content: "\f10d";
}
.flaticon-star:before {
    content: "\f10e";
}
.flaticon-phone:before {
    content: "\f10f";
}
.flaticon-email:before {
    content: "\f110";
}
.flaticon-plus:before {
    content: "\f111";
}
.flaticon-phone-call:before {
    content: "\f112";
}
.flaticon-support:before {
    content: "\f113";
}
.flaticon-generous:before {
    content: "\f114";
}
.flaticon-fundraiser:before {
    content: "\f115";
}
.flaticon-message-1:before {
    content: "\f116";
}
.flaticon-shopping-cart:before {
    content: "\f117";
}
.flaticon-chat:before {
    content: "\f118";
}
.flaticon-address:before {
    content: "\f119";
}
.flaticon-charity:before {
    content: "\f11a";
}
.flaticon-water:before {
    content: "\f11b";
}
.flaticon-health-check:before {
    content: "\f11c";
}
.flaticon-heart-1:before {
    content: "\f11d";
}
.flaticon-fast-food:before {
    content: "\f11e";
}
.flaticon-maternity:before {
    content: "\f11f";
}
.flaticon-handshake:before {
    content: "\f120";
}
.flaticon-adoption:before {
    content: "\f121";
}
.flaticon-place:before {
    content: "\f122";
}
.flaticon-phone-call-1:before {
    content: "\f123";
}
.flaticon-at:before {
    content: "\f124";
}
.flaticon-avatar:before {
    content: "\f125";
}
.flaticon-user:before {
    content: "\f126";
}
.flaticon-clock:before {
    content: "\f127";
}
.flaticon-user-1:before {
    content: "\f128";
}
.flaticon-plane:before {
    content: "\f129";
}
.flaticon-cashback:before {
    content: "\f12a";
}
.flaticon-online-booking:before {
    content: "\f12b";
}
.flaticon-travel:before {
    content: "\f12c";
}
.flaticon-landscape:before {
    content: "\f12d";
}
.flaticon-airplane:before {
    content: "\f12e";
}
.flaticon-recovery:before {
    content: "\f12f";
}
.flaticon-leadership:before {
    content: "\f130";
}
.flaticon-coronavirus:before {
    content: "\f131";
}
.flaticon-travel-1:before {
    content: "\f132";
}
.flaticon-car:before {
    content: "\f133";
}
.flaticon-travel-2:before {
    content: "\f134";
}
.flaticon-passport:before {
    content: "\f135";
}
.flaticon-travel-3:before {
    content: "\f136";
}
.flaticon-location:before {
    content: "\f137";
}
.flaticon-worlwide:before {
    content: "\f138";
}
.flaticon-travel-4:before {
    content: "\f139";
}
.flaticon-deer:before {
    content: "\f13a";
}
.flaticon-paragliding:before {
    content: "\f13b";
}
.flaticon-mountains:before {
    content: "\f13c";
}
.flaticon-mountain:before {
    content: "\f13d";
}
.flaticon-flag:before {
    content: "\f13e";
}
.flaticon-hang-gliding:before {
    content: "\f13f";
}
.flaticon-summer-holidays:before {
    content: "\f140";
}
.flaticon-summer:before {
    content: "\f141";
}
.flaticon-reisekarte:before {
    content: "\f142";
}
.flaticon-wegweiser:before {
    content: "\f143";
}
.flaticon-lager:before {
    content: "\f144";
}
.flaticon-family:before {
    content: "\f145";
}
.flaticon-family-room:before {
    content: "\f146";
}
.flaticon-calendar:before {
    content: "\f147";
}
.flaticon-clock-1:before {
    content: "\f148";
}
.flaticon-time:before {
    content: "\f149";
}
.flaticon-wifi:before {
    content: "\f14a";
}
.flaticon-paw:before {
    content: "\f14b";
}
.flaticon-parking-sign:before {
    content: "\f14c";
}
.flaticon-elevator:before {
    content: "\f14d";
}
.flaticon-global:before {
    content: "\f14e";
}
.flaticon-global-1:before {
    content: "\f14f";
}
.flaticon-coupon:before {
    content: "\f150";
}
.flaticon-suitcase:before {
    content: "\f151";
}
.flaticon-shopping-bags:before {
    content: "\f152";
}
.flaticon-food:before {
    content: "\f153";
}
.flaticon-plane-1:before {
    content: "\f154";
}
.flaticon-purse-with-bill:before {
    content: "\f155";
}
.flaticon-credit-card:before {
    content: "\f156";
}
.flaticon-multiple-users-silhouette:before {
    content: "\f157";
}
.flaticon-player:before {
    content: "\f158";
}
.flaticon-table:before {
    content: "\f159";
}
.flaticon-reception:before {
    content: "\f15a";
}
.flaticon-cctv:before {
    content: "\f15b";
}
.flaticon-wheelchair:before {
    content: "\f15c";
}
.flaticon-towel:before {
    content: "\f15d";
}
.flaticon-shampoo:before {
    content: "\f15e";
}
.flaticon-hotel-sign:before {
    content: "\f15f";
}
.flaticon-room-service:before {
    content: "\f160";
}
.flaticon-jacuzzi:before {
    content: "\f161";
}
.flaticon-single-bed:before {
    content: "\f162";
}
.flaticon-review:before {
    content: "\f163";
}
.flaticon-bathroom:before {
    content: "\f164";
}
.flaticon-room-key:before {
    content: "\f165";
}
.flaticon-swimmer:before {
    content: "\f166";
}
.flaticon-terrace:before {
    content: "\f167";
}
.flaticon-receptionist:before {
    content: "\f168";
}
.flaticon-laundry:before {
    content: "\f169";
}
.flaticon-translate:before {
    content: "\f16a";
}
.flaticon-newspaper:before {
    content: "\f16b";
}
