:root {
    --ongo-dark: #1D231F;
    --ongo-light: #3b2d73;
    --ongo-bright: #4b6777;
    --ongo-highlight: #b53139;
    --ongo-primary: #63AB45;
}

.modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.price {
    font-size: 1.275rem;
    color: var(--ongo-light);
  	font-family: 'Playfair Display';
}
.footer-top {
	text-align: center;
    background: var(--ongo-light);
	width: 100%;
  	padding: 2rem 2rem;
	border-radius: 2rem;
    top: -7rem;
    position: relative;
  	margin-bottom: -5rem;
}
.blog-items {
  	 position: relative;
  	 min-height: 300px;
  	 padding: 1 rem;
}
.blog-item .item-image {
    margin: 0;
  	border-radius: 0.5rem;
  	background: var(--ongo-dark);
}
 @media (min-width: 992px) {
 .boxed .blog-item {
    border-radius: 1em;
    overflow: hidden;
    
    align-items: stretch;
    outline: var(--outline-width) solid blue;
}
}

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

.image-left .blog-item .item-image, .image-right .blog-item .item-image {
    flex: 1 0 30%;
}
/*Vertical Sliding*/
.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	    -webkit-animation: topToBottom 12.5s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.float-end {
    float: right!important;
  transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
@media (min-width: 768px) {
.container-header .container-search {
    display: flex;
  	flex-wrap: wrap;
  	grid-gap: 1rem;
  	align-items: center;
}
}
@media screen and (max-width: 991px) {
	.container-header .navbar-brand {
        color: #000000;
}
}
.sticky .container-header {
    background-color: var(--ongo-dark);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 70px; */
    animation: fadeIn;
    animation-duration: 1s;
    display: flex;
    padding: 0;
}
.sticky .brand-logo img {
    height: auto;
    width: 200px!important;
 	margin-top: 1.3rem;
}

.container-header .metismenu>li.level-1>ul {
    min-width: 15rem;
    padding: 0 1rem;
}


.container-top-a {
    grid-area: top-a;
    z-index: 2;
    text-align: center;
    top: -10rem;
  	margin-bottom: -8rem;
}

/* .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: #ffffff;
    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-nav .brand-logo {
    display: block;
}
}

.sticky .container-below-top {
    display: none;
}
.sticky .container-topbar {
    display: none;
}

@media (max-width: 946px) {
.container-header {
    position: absolute!important;
}
}
/*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(--ongo-light);
    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;
   line-height: 4;
}


.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);
}
.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: bottom,50%;
    background-size: cover;
  	height: 80vh;
    /* border-top: 0.5rem solid var(--ongo-light); */
    z-index: 1;
    min-height: 700px;
	animation: banner-parallex linear;
 	animation-timeline: view();
 	animation-range: exit 100px;
 	overflow: hidden;
}
@keyframes banner-parallex {
	25% { opacity: 1; }
	85%, 100% { opacity: 0;
			   filter: blur(50px);
		
	}
}
.container-banner .banner-overlay .overlay {
    padding: 0 5%;
  	padding-top: 5rem;
    text-align: center;
    align-items: center;
  	--ongo-opacity: .3;
    background-color: rgb(9 10 9 / var(--ongo-opacity));
}
.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-banner {
    background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-3d193d8) 100%);
}
.container-top-b .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
    margin-bottom: 2rem;
}
.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,.7);
  	height: 100%;
}

.header-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 2.84rem 2rem 2.42rem;
    background-color: #080821b5;
    min-height:300px;
  	align-items: center;
}
.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);
}

/*container*/

/*logo*/
.brand-logo {
    width: 200px!important;
    display: flex;
}
.container-header .navbar-brand a {
    color: #fff;
  	text-decoration: none;
}

.container-header .navbar-brand {
    display: flex;
  	margin: 0;
    color: #000000c7;
  	font-family: 'Blankit';
    font-size: 1.5rem;
}
   .container-header .navbar-brand:hover {
    color: #000000;
}

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

blockquote {
    padding-left: 1.2em;
    border-left: 1em solid var(--ongo-light);
    letter-spacing: 0.1px;
    position: relative;
}
.lead {
  background-color: var(--ongo-light);
  border-radius: .3rem;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  left: -10%;
  top: 1rem;
  z-index: 2;
}
.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 + .2vw);
    font-weight: 500;
    text-decoration: none;
}
.h2, h2 {
    font-size: calc(1.025rem + .2vw);
}
.item-title {
    position: relative;
    font-weight: 400;
    font-size: calc(1.025rem + .4vw);
  	text-transform: uppercase;
}
.text-muted {
    font-size: .7rem;
  	display: flex;
}
.btn-secondary {
  background: var(--ongo-light);
  color: #ffffff;
}


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

a {
    text-decoration: none!important;
    color: var(--ongo-light);
}


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

@font-face {
    font-family: 'Playfair Display';
    src: url('../font/PlayfairDisplay.woff2') format('woff2');
}
h1, h3 {
    font-family: 'Playfair Display';
}
.display-1 {
    font-weight: 300;
    animation: spFadeInUp 800ms ease-in;
    z-index: 1;
    line-height: .8;
    font-family: 'Playfair Display';
  	font-size: clamp(2.7rem,4vw,5.5rem);
}
.display-1:after {
    display: block;
    width: 30%;
    height: 4px;
    margin: 1rem auto;
    content: "";
    background: var(--ongo-light);
}
.display-1 span {
    font-weight: 100;
    z-index: 1;
    font-size: 1.5rem;
}
.display-3 {
  	animation: 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: 1rem auto;
    content: "";
    background: var(--ongo-primary);
}

.display-5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    width: auto;
    padding-right: 30px;
    box-shadow: inset 0 -1px 0 #ddd;
    display: inline-table;
    line-height: 1.5;
}
.display-5:after {
    clear: both;
    display: block;
    float: left;
    content: "";
    position: relative;
    height: 3px;
    width: 50%;
    margin: 10px 30% 0 0;
    border-radius: 2px;
    padding: 0;
    background:var(--ongo-primary);
}
.display-6 {
    font-family: cursive;
    font-size: 1.2rem;
    padding: 9px 22px;
    color: var(--ongo-primary);
    border-radius: 6px;
    display: inline-block;
    position: relative;
}
.display-6:after {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--ongo-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.12;
  border-radius: 6px;
}
.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 {
    grid-column: full-start/full-end;
    display: block;
}
.container-top-b>* {
    flex: 1;
    margin: 0;
}
.container-bottom-a {
  display: block;
  background: var(--ongo-light);
  grid-column: full-start/full-end;
}
.container-bottom-a .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top,50%;
    background-size: cover;
}
.container-bottom-a .banner-overlay .overlay {
    padding: 0 5%;
  	padding-top: clamp(5rem,8vw,8rem);
  	background-color: rgba(0,0,0);
  	height: 100%;
    opacity: .8;
}
/*call in Action*/
.callnow {
    display: none;}
.callnow:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp {
    position: fixed;
    bottom: 120px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: #2e7c54;
    border: 4px solid !important;
    border-radius: 40px;
    right: 1rem;
    font-size: 1rem;
    padding: .2rem .5rem;
  	color: #fff;
}
  .whatsapp:hover {
    box-shadow: 0 0 0 .25rem;
}
.whatsapp a {
    text-decoration: none;
    color: inherit;
}
.quote {
    position: fixed;
    bottom: 170px;
    z-index: 9999;
    display: block;
    width: 40px;
    height: 40px;
    background: #2e7c54;
    border: 4px solid !important;
    border-radius: 40px;
    right: 1rem;
    font-size: 1rem;
    padding: .2rem .5rem;
  	color: #fff;
}
pre {
    white-space: pre-wrap;
    color: var(--ongo-light);
    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-light);
    transform: rotate(45deg);
    margin-top: 1rem;
    outline: 4px solid #ffffff;
    outline-offset: -8px;
}
.back-to-top-link {
    top: calc(100vh - 8em);
}

/*mobile menu*/
.mmenu {
   display: flex;
   background: var(--ongo-primary);
   /*! bottom: -20em; */
   position: sticky;
  justify-content: space-around
}
.mm {
    position: sticky;
    background: var(--ongo-primary);
    font-size: .7rem;
    padding: 1em 0 0 .5em;
    list-style: none;
    text-align: center;
    margin: .1em;
  	top: -5rem;
}
.mm after {
    content: "";
    transition: 0.3s;
}
  .mm:hover {
    box-shadow: 0 -0 2em .1rem;
}
.display-2 {
    position: absolute;
	display: block;
	font-size: clamp(8rem,5vw,3.5rem);
	opacity: .2;
	font-weight: 900;
  	word-break: break-all;
  	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgb(82 82 82);
}
.container-topbar {
  position: relative;
  background: var(--ongo-light);
  padding: 0.5rem 2rem;
  justify-content: center;
  display: flex;
}
.container-component {
    padding: 1rem;
  	z-index: 1;
}
.card {
    border: none;
    border-radius: none;
}
/* custom colours */

.btn-primary {
    background: rgba(255,255,255,.2);
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 4px 42px;
    overflow: hidden;
    transition: all .75s ease 0s;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: var(--ongo-dark);
    border-color: var(--cassiopeia-color-hover);
}
.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 {
    align-items: flex-start;
}
.footer .mod-list li:before {
    content: "\f0da";
    margin-right: 8px;
}
.footer .mod-list li {
    padding: .8rem 0;
    border-bottom: 1px solid #ffffff50;
}
.footer .mod-list li:hover {
	transition: .2s ease-in;
	transform: translateX(5px);
}
/* 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: #000000;
    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: relative;
    z-index: 10;
    width: 100%;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 25%);
  	background-color: #ffffff;
}
.container-header .container-nav {
    background-color: white;
}
.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;
  }
}
.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];
}

body {
    color: #525252;
    background-color: #F3F5F7;
}




.ContactNumber {
    margin-left: .8rem;
  	position: relative;
    }

.Emailid {
  	margin-left: 1rem;
  	position: relative;
  	font-size: calc(.825rem + .5vw);
  	color: #ffffff;
    }






  
/* 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;
    height: 35px;
    color: #000000!important;
  }
  
  .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: 68px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: #02a1bb;
    border: 4px solid !important;
    border-radius: 40px;
    right: 1rem;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: block !important;
  	color: #ffffff;
}
.callnow a {
	color: #ffffff;
}
.query {
    position: fixed;
    bottom: 165px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: #02a1bb;
    border: 4px solid !important;
    border-radius: 40px;
    right: 1rem;
    font-size: 1rem;
    padding: 0.5rem 0.6rem;
    display: block !important;
    color: #ffffff;
}
.query:hover {
    box-shadow: 0 0 0 .25rem;
}
  .ContactNumber {
    display: none;
}
.container-below-top {
    right: 20px;
    position: relative;
  	top: 0;
}
.container-header .grid-child {
    justify-content: space-between;
  	align-items: center;
    flex-wrap: nowrap;
    max-width: 1680px;
}
.grid-child {
    border-bottom: 1px solid #ffffff21;
  }
/* image hover*/
figure {
    overflow: hidden;
    max-height: 350px;
} 
figure img {
    transform:scale(1.1);
    transition: all 1s ease-in;
  	width: 100%;
    object-fit: cover;
  	min-height: 275px;
  	opacity: .9;
}
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: #fff;
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

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

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

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


/*=====================================
            offcanvace
======================================*/
.offcanvas.show {
  background-color: var(--ongo-dark);
  /*background-image: linear-gradient(135deg,var(--cassiopeia-color-primary),var(--cassiopeia-color-hover));*/
}
@media (min-width: 992px) {
  .offcanvas-start {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .offcanvas .metismenu.mod-menu .metismenu-item > ul {
    position: relative;
    width: 100%;
    margin-top: 1rem;
  }
  .offcanvas .metismenu.mod-menu .mm-collapse {
    background-color: transparent;
  }
  .offcanvas .metismenu.mod-menu .metismenu-item > a {
    color: #ffffff!important;
  }
  .offcanvas-start {
  	left: 40%;
    width: 60%;
}
}
.offcanvas-header > *:only-child {
  margin-left: auto;
}
.offcanvas-start {
    border-right: 1px solid rgba(0,0,0,.2);
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    right: 0;
}
.metismenu.mod-menu .metismenu-item {
    line-height: 2;
    justify-content: space-between;
    color: black;
    font-size: 1rem;
}
.offcanvas.show .offcanvas-body button  {
    color: #e6e8e9!important;
}

@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;
}
[class^="flaticon-"], [class*=" flaticon-"]{
  line-height: 1;
  display: inline-block;
  font-size: 2.275rem;
  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";
}

@font-face {
    font-family: "icons_gowilds";
    src: url("../font/gwflaticon.ttf") format("truetype"),
  url("../font/gwflaticon.woff") format("woff"),
  url("../font/gwflaticon.woff2") format("woff2"),
  url("../font/gwflaticon.eot") format("embedded-opentype"),
  url("../font/gwflaticon.svg") format("svg");
}

i[class^="gwflaticon-"]:before, i[class*=" gwflaticon-"]:before {
    font-family: icons_gowilds !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gwflaticon-helmet:before {
    content: "\f101";
}
.gwflaticon-best-price:before {
    content: "\f102";
}
.gwflaticon-travel:before {
    content: "\f103";
}
.gwflaticon-right-quote:before {
    content: "\f104";
}
.gwflaticon-flight:before {
    content: "\f105";
}
.gwflaticon-camp:before {
    content: "\f106";
}
.gwflaticon-blanket:before {
    content: "\f107";
}
.gwflaticon-cat:before {
    content: "\f108";
}
.gwflaticon-tent:before {
    content: "\f109";
}
.gwflaticon-fire:before {
    content: "\f10a";
}
.gwflaticon-rabbit:before {
    content: "\f10b";
}
.gwflaticon-wifi-router:before {
    content: "\f10c";
}
.gwflaticon-solar-energy:before {
    content: "\f10d";
}
.gwflaticon-cycling:before {
    content: "\f10e";
}
.gwflaticon-fishing:before {
    content: "\f10f";
}
.gwflaticon-gym:before {
    content: "\f110";
}
.gwflaticon-hiking:before {
    content: "\f111";
}
.gwflaticon-tent-1:before {
    content: "\f112";
}
.gwflaticon-reviews:before {
    content: "\f113";
}
.gwflaticon-award:before {
    content: "\f114";
}
.gwflaticon-quote:before {
    content: "\f115";
}
.gwflaticon-camping:before {
    content: "\f116";
}
.gwflaticon-cable-car:before {
    content: "\f117";
}
.gwflaticon-trailer:before {
    content: "\f118";
}
.gwflaticon-firewood:before {
    content: "\f119";
}
.gwflaticon-biking-mountain:before {
    content: "\f11a";
}
.gwflaticon-fishing-1:before {
    content: "\f11b";
}
.gwflaticon-fishing-2:before {
    content: "\f11c";
}
.gwflaticon-caravan:before {
    content: "\f11d";
}
.gwflaticon-world:before {
    content: "\f11e";
}
.gwflaticon-journey:before {
    content: "\f11f";
}

.about-two__single {
  position: relative;
  max-width: 680px;
  margin: 0 auto 60px;
}



.about-two__image {
  position: relative;
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .about-two__image {
    padding-left: 30px;
  }
}




.about-two__image .content-inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}





.about-two__image-second {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 270px;
  max-width: 40%;
}

.about-two__image-second .content-inner {
  overflow: hidden;
  border-radius: 30px;
  border: 8px solid #fff;
  -webkit-box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 0 30px 0px rgba(0, 0, 0, 0.18);
  background: var(--ongo-dark);
  padding: .5rem 1rem;
}


.about-two__image-second:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-two__box-content {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: var(--ongo-dark);
  padding: 12px;
  -webkit-box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 280px;
}



.about-two__box-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--ongo-light);
  padding: 20px 40px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.about-two__title {
  font-size: 60px;
  color: var(--ongo-light);
  margin-right: 10px;
  font-weight: 700;
}
img {
    transition: .3s;
}
.pack {
    padding: 16px 30px 16px 30px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    color: var(--ongo-light);
}

/*sp booking*/
.spbooking-search {
    min-height: 100px;
    padding: 0.5rem!important;
    background: #FFFFFF;
    border-radius: 1rem;
}
.spbooking-search .btn-group {
    margin-bottom: 0!important;
    flex-wrap: wrap;
}
.container-top-a.spbooking-search button.search-bar-header:hover, .container-top-a .spbooking-search button.search-bar-header:focus, .container-top-a .spbooking-search button.search-bar-header.active  {
    background-color: var(--ongo-light)!important;
}
.spbooking-package-discount {
    background: var(--ongo-light)!important;
}
.spbooking-transports-module .spbooking-transport-discount {
   background: var(--ongo-light)!important;
}
.spbooking-details-image .package-gallery .image-holder {
    height: 490px!important;
}
.accomodation-gallery .accomodation-room .image-holder {
    height: 228px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.accomodation-gallery .ac-gallery .image-holder {
    height: 500px!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.air {
    width: 100%;
    position: absolute;
}
 .kXiBYH {
     position: absolute;
     bottom: 0;
      left: -200px;
       -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
        transform: translateX(0);
      -webkit-animation: bnfFeY 8s ease-in-out infinite;
      animation: bnfFeY 8s ease-in-out infinite;
       z-index: 1;
     }
        
       /*!sc*/
      @media screen (max-width: 768px) {
       .kXiBYH {
         display:none;
             }
         }
        
        /*!sc*/
          data-styled.g39[id="MainHeader__MovingCar-z2mk0g-5"] {
          content: "kXiBYH,"
       }
        
          /*!sc*/
        .jyGEhU {
          position: absolute;
          bottom: 0;
           left: 0;
              z-index: 1;
             animation: hEbyyu 10s ease-in-out infinite 3s;
             }
        
              /*!sc*/
               @media screen (max-width: 768px) {
                 .jyGEhU {
                    -webkit-transform:translateX(-50%);
                   -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
                   -webkit-animation: none;
                    animation: none;
                     left: 50%;
																									
                     }
                      }
                      /*!sc*/
                      @-webkit-keyframes bnfFeY {
                      from {
                            -webkit-transform: translateX(0);
                             -ms-transform: translateX(0);
                             transform: translateX(0);
                         }
        
                         to {
                           -webkit-transform: translateX(2000px);
                           -ms-transform: translateX(2000px);
                            transform: translateX(2150px) translateY(-200px) scale(1.8) rotateX(70deg);
                     }
              }
        
        
                          /*!sc*/
           @-webkit-keyframes hEbyyu {
         from {
          -webkit-transform: translateX(2000px) scaleX(-1);
        -ms-transform: translateX(2000px) scaleX(-1);
       transform: translateX(2000px) scaleX(-1);
             }
        
          to {
         -webkit-transform: translateX(-120px) scaleX(-1);
          -ms-transform: translateX(-120px) scaleX(-1);
         transform: translateX(-120px) scaleX(-1) translateY(-200px) scale(.2);
       }
    

