/* ----------------------------------------------------------------
	Canvas: Movers
-----------------------------------------------------------------*/

/* Override Font Family */
@font-face {
    font-family: HelveticaNeue;
    src: url(../../assets/fonts/HelveticaNeue/HelveticaNeue.ttf);
}

@font-face {
    font-family: HelveticaNeueMedium;
    src: url(../../assets/fonts/HelveticaNeue/HelveticaNeue-Medium.woff);
}

@font-face {
    font-family: HelveticaNeueThin;
    src: url(../../assets/fonts/HelveticaNeue/HelveticaNeueThin.ttf);
}

@font-face {
    font-family: HelveticaNeueUltraLight;
    src: url(../../assets/fonts/HelveticaNeue/HelveticaNeueLight.ttf);
}

@font-face {
    font-family: HelveticaNeueLight;
    src: url(../../assets/fonts/HelveticaNeue/HelveticaNeueLight.ttf);
}

@font-face {
    font-family: HelveticaNeueBold;
    src: url(../../assets/fonts/HelveticaNeue/HelveticaNeueBold.ttf);
}

/* Root Settings
-----------------------------------------------------------------*/
:root {
	--cnvs-themecolor:  			#3F89BD;
	--cnvs-themecolor-rgb: 			63,137,189;

	--cnvs-body-font: HelveticaNeue, sans-serif;
	--cnvs-primary-font: HelveticaNeue, sans-serif;
	--animate-duration: .4s;

	--cnvs-header-height: 75px;
	--cnvs-header-height-shrink: 75px;

	--cnvs-header-border-color: #0000001a;
	--cnvs-font-size-small: 0.9rem !important;
}

#header {
	--cnvs-header-bg: var(--cnvs-themecolor);
	--cnvs-primary-menu-hover-color: #FFF;
	--cnvs-primary-menu-submenu-hover-color: var(--cnvs-themecolor);
	--cnvs-primary-menu-font-size: 	0.9375;
	--cnvs-primary-menu-font-weight: 500;
}

/* Custom Font Declarations */
body {
	font-family: HelveticaNeue;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: HelveticaNeueMedium;
}

p {
	font-family: HelveticaNeueLight;
}

.mobile-floating-genie {
    position: absolute;
    width: 40%;
    padding: 0;
    margin: 0;
    bottom: 0;
    right: 10vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;

}

.text-gogenie-yellow {
	color: #EEE8A8;
}

.text-gogenie-blue {
	color: #3f89bd !important;
}

.ecosystem-bg {
	background-image: url('../../assets/images/ecosystem_wide.png');
    background-size: cover;
	background-position-x: center;
    background-position-y: top;
    background-color: initial;
	background-repeat: no-repeat;
	width: 100vw;
	min-height: 750px;
}

@media (min-width: 2560px) {
	.ecosystem-bg {
		background-image: url('../../assets/images/ecosystem_ultrawide.png');
		min-height: 850px;
	}
}

@media (max-width: 575.98px) {
	.ecosystem-bg {
		background-image: url('../../assets/images/ecosystem.png');
		min-height: 300px;
	}
}

.bg-identity {
	background-image: url('../../assets/images/identity.png');
    background-size: cover;
	background-position-x: center;
    background-position-y: center;
    background-color: initial;
	background-repeat: no-repeat;
}

#header-wrap {
	border-bottom: unset;
}

#header.sticky-header.sticky-header-shrink #header-wrap {
	border-bottom: 1px solid var(--cnvs-header-border-color);
}

.btn {
	font-family: HelveticaNeueMedium;
}

.btn-gogenie-edge {
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	clip-path: polygon(0 0, 100% 0px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0px 100%, 0px 36px);
}

.btn-gogenie-edge.header-edge {
	clip-path: polygon(0 0, 100% 0px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0px 100%, 0px 36px);
}

.btn-gogenie-edge a.bg-white:active, .btn-gogenie-edge a.bg-white:hover {
	background-color: #EEE8A8 !important;
	color: #000000 !important;
}

.btn-gogenie-edge a.bg-black:active, .btn-gogenie-edge a.bg-black:hover {
	color: #ffffff;
}

.btn-gogenie-edge a.bg-gogenie-yellow:active, .btn-gogenie-edge a.bg-gogenie-yellow:hover {
	background-color: #ffffff;
	color: #000000;
}
  
.btn-gogenie-edge a.bg-gogenie-yellow:after {
	background: #f3f3f1;
}

.bg-gogenie-yellow {
	background-color: rgba(238, 232, 168, 1);
}

.bg-gogenie-yellow.o-15 {
	background-color: rgba(238, 232, 168, 0.15);
}

.bg-gogenie-yellow.o-45 {
	background-color: rgba(238, 232, 168, 0.45);
}

.bg-gogenie-yellow.o-70 {
	background-color: rgba(238, 232, 168, 0.7);
}

.bg-gogenie-jade {
	background-color: rgba(0, 131, 116, 1) !important;
}

.bg-gogenie-jade.o-15 {
	background-color: rgba(0, 131, 116, 0.15) !important;
}

.bg-gogenie-jade.o-45 {
	background-color: rgba(0, 131, 116, 0.45) !important;
}

.bg-gogenie-jade.o-70 {
	background-color: rgba(0, 131, 116, 0.7) !important;
}

.btn-no-radius {
	border-radius: 0;
}

.border-top-white {
	border-top: 2px solid rgba(255, 255, 255, 0.5);
}

.border-top-card {
	border-top: var(--bs-border-width) solid var(--bs-border-color-translucent);
}

.section-bg-5 {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('../../assets/images/wallpaper_5.png') no-repeat center center / cover;
	min-height: 400px;
}

.bg-gogenie-milestones {
	background: linear-gradient(to right, rgb(36 132 200 / 80%), rgb(36 132 200 / 80%)), url('../../assets/images/wallpaper_milestones.png') no-repeat center center / cover;
	min-height: 600px;
}

.bg-gogenie-podium-rounded {
	background: linear-gradient(to right, rgb(36 132 200 / 80%), rgb(36 132 200 / 80%)), url('../../assets/images/wallpaper_3.png') no-repeat center center / cover;
}

.bg-business-platform {
	background: linear-gradient(to right, rgba(63, 137, 189, 0.7), rgba(63, 137, 189, 0.7)), url('../../assets/images/wallpaper_2.png') no-repeat center center / cover;
	min-height: 600px;
}

.mh-600 {
	min-height: 600px;
}

.bg-gogenie-blue {
	background-color: rgba(63, 137, 189, 1) !important;
}

.bg-gogenie-blue.o-15 {
	background-color: rgba(63, 137, 189, 0.15) !important;
}

.bg-gogenie-blue.o-45 {
	background-color: rgba(63, 137, 189, 0.45) !important;
}

.bg-gogenie-blue.o-70 {
	background-color: rgba(63, 137, 189, 0.7) !important;
}

.img-app-download {
	width: 200px;
}

.img-app-download.sm {
	width: 150px;
}

.bg-gogenie-milestones .feature-box .fbox-icon {
	background: none;
}

.bg-gogenie-milestones .feature-box .fbox-icon i {
	color: #ffffff !important;
	box-shadow: none;
	line-height: 25px;
}

.bg-gogenie-milestones .fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
	border: none;
}

@media (min-width: 768px) {
	.bg-gogenie-milestones .feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before {
		top: 40px;
		width: calc(100% - 110px);
	}
	
	.bg-gogenie-milestones .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		top: 40px;
	}

	.bg-gogenie-milestones .feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {
		width: calc(100% - 110px);
	}
}


@media (max-width: 768px) {
	.bg-gogenie-milestones .fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
		line-height: unset;
	}
}

.bg-gogenie-milestones .fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
	background: none;
}

.bg-gogenie-milestones .fbox-effect .fbox-icon i::after {
    top: unset;
    left: unset;
    padding: unset;
    box-shadow: unset;
    transition: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    opacity: unset;
}

footer.bg-gogenie-blue .list-unstyled li a, footer.bg-gogenie-blue h4 {
	color: #ffffff;
}

.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

/* Clouds */
.cloud-wrap {
	bottom: 0;
	left: 0;
	padding-top: 50px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	opacity: .09; /* Set Cloud Opacity */
}

/* KEYFRAMES */
@-webkit-keyframes animateCloud {
	0% { margin-left: -1000px; }
	100% { margin-left: 100%; }
}

@-moz-keyframes animateCloud {
	0% { margin-left: -1000px; }
	100% { margin-left: 100%; }
}

@keyframes animateCloud {
	0% { margin-left: -1000px; }
	100% { margin-left: 100%; }
}

/* ANIMATIONS */
.c1 {
	-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	-webkit-transform: scale(0.65);
	-moz-transform: scale(0.65);
	transform: scale(0.65);
}

.c2 {
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
}

.c3 {
	-webkit-animation: animateCloud 30s linear infinite;
	-moz-animation: animateCloud 30s linear infinite;
	animation: animateCloud 30s linear infinite;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
}

.c4 {
	-webkit-animation: animateCloud 18s linear infinite;
	-moz-animation: animateCloud 18s linear infinite;
	animation: animateCloud 18s linear infinite;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	transform: scale(0.4);
}

.c5 {
	-webkit-animation: animateCloud 25s linear infinite;
	-moz-animation: animateCloud 25s linear infinite;
	animation: animateCloud 25s linear infinite;
	-webkit-transform: scale(0.55);
	-moz-transform: scale(0.55);
	transform: scale(0.55);
}

.cloud {
	background: #FFF;
	background: -moz-linear-gradient(top,  #FFF 5%, #F1F1F1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#FFF), color-stop(100%,#F1F1F1));
	background: -webkit-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	background: -o-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	background: -ms-linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	background: linear-gradient(top,  #FFF 5%,#F1F1F1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#F1F1F1',GradientType=0 );
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
	height: 120px;
	position: relative;
	width: 350px;
}

.cloud::after, .cloud::before {
	background: #FFF;
	content: '';
	position: absolute;
	z-indeX: -1;
}

.cloud::after {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 100px;
	left: 50px;
	top: -50px;
	width: 100px;
}

.cloud::before {
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	width: 180px;
	height: 180px;
	right: 50px;
	top: -90px;
}

/* Carousel Animations */
#logo-images .owl-item .oc-item img {
	transform-origin: center;
	animation: scaleLogoDown 1000ms ease-in-out forwards;
}

#logo-images .owl-item.active.big img {
	animation: scaleLogoUp 1000ms ease-in-out forwards;
	filter: brightness(80%) contrast(2);
}

#logo-images .owl-item.active.medium img {
	animation: scaleLogoDown 1000ms ease-in-out backwards;
}

#tabbed-images .owl-item .oc-item img {
	transform-origin: center;
	animation: scaleLogoDown 1000ms ease-in-out forwards;
}

#tabbed-images .owl-item.active.big img {
	animation: scaleLogoUp 1000ms ease-in-out forwards;
	filter: brightness(80%) contrast(2);
}

#tabbed-images .owl-item.active.medium img {
	animation: scaleLogoDown 1000ms ease-in-out backwards;
}

#tabbed-images .owl-stage-outer {
	padding-top: 5rem !important;
	padding-bottom: 4rem !important;
}

@keyframes scaleLogoUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}

@keyframes scaleLogoDown {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}

/* Tabbed Buttons */
.nav-pills .nav-link.button-gogenie-green {
	font-family: HelveticaNeueThin;
	color: #727272;
}

.nav-pills .nav-link.button-gogenie-green.active {
	font-family: HelveticaNeueMedium;
	font-weight: 400 !important;
	color: #ffffff;
    background-color: #008374;
}

/* Animated Setting
-----------------------------------------------------------------*/

@-webkit-keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
  }

  to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

/* img-hover-wraps */
.img-hover-wrap {
	margin-bottom: 1rem;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transform-style: flat !important;
	-moz-transform-style: flat !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.img-hover-wrap:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
	z-index: 2;
}

.img-hover-card > a::after {
	border-radius: 35px;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
	-webkit-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.img-hover-wrap:hover .img-hover-card > a::after { background-color: rgba(0, 0, 0, 0.6); }

.img-hover-card {
	border-radius: 35px;
	position: relative;
	display: block;
	will-change: transform;
	transition: all .3s ease;
	box-shadow: 0 10px 40px transparent;
}

.img-hover-card a {
	width: 100%;
	max-width: 100%;
	display: block;
	z-index: 99;
}

.img-hover-card.hover-in {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d { z-index: 2; }

.img-hover-card.hover-out {
	transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card { box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4); }

.img-hover-wrap .img-hover-detail {
	position: absolute;
	top: auto;
	width: 100%;
	text-align: center;
	/* left: 40px; */
	bottom: 40px;
	pointer-events: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1) translateY(40px) translateZ(50px);
	-ms-transform: scale(1) translateY(30px) translateZ(50px);
	-o-transform: scale(1) translateY(30px) translateZ(50px);
	transform: scale(1) translateY(30px) translateZ(50px);
	-webkit-transition: transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
}

.img-hover-wrap:hover .img-hover-detail {
	opacity: 1;
	-webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
	-o-transform: scale(1.06) translateY(-5px) translateZ(50px);
	transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
	margin: 0 0 6px 0;
	font-size: 17px;
	font-weight: 600;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 9;
}

.img-hover-wrap .img-link {
	opacity: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.img-hover-wrap:hover .img-link { opacity: 1; }

.img-hover-detail a { color: #FFF; }

.img-hover-wrap img {
	border-radius: 35px;
}

@media (min-width: 768px) {
	.feature-box-border-horizontal .feature-box { position: relative; }

	.feature-box-border-horizontal .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		content: "";
		position: absolute;
		top: 31px;
		left: calc(50% + 32px);
		width: calc(100% - 64px);
		height: 2px;
		border: 1px solid #EEE;
		z-index: 0;
	}

	.feature-box-border-horizontal.border-dashed .feature-box:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-dashed.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		border-style: dashed;
	}

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder) .fbox-icon::after {
		display: block;
		border-color: #222;
		width: 0;
		transform-origin: top left;
		transition: width .3s ease-in-out;
	}

	/* .feature-box-border-horizontal .feature-box:not(.noborder):nth-child(1) .fbox-icon::before { background-color: #222; } */

	.feature-box-border-horizontal.border-hover-animate .feature-box:not(.noborder):hover .fbox-icon::after {  width: calc(100% - 64px); }

	.feature-box-border-horizontal .fbox-icon i,
	.feature-box-border-horizontal .fbox-border.fbox-light .fbox-icon i {
		line-height: 60px;
		font-size: 24px;
		z-index: 1;
		text-align: center;
		box-shadow: 0 0 0px 10px #FFF;
	}

	.feature-box-border-horizontal .feature-box.flex-column:not(.noborder) .fbox-icon::before,
	.feature-box-border-horizontal.border-hover-animate .feature-box.flex-column:not(.noborder) .fbox-icon::after {
		left: calc(0% + 100px);
	}
}

.business-banner-rocket {
	position: absolute;
    left: calc(-13vw);
    bottom: calc(10vh);
    width: 15vw;
	max-width: 50vh;
    z-index: 2;
}

.business-banner-lady {
	position: absolute;
    right: calc(10vw - 50px);
    bottom: 0;
    width: calc(20vw - 50px);
	max-width: 50vh;
	z-index: 2;
}

/* -- SVG CSS -- */
.svg-separator {
	position:absolute;
	width:100%;
	padding:0;
	margin:0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}

.svg-separator.top {
	top: -1px;
	bottom: auto;
}

.svg-separator.rotate { transform: rotate(180deg); }

.svg-separator svg {
	display: block;
	background: 0 0;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}

.svg-separator svg::before {
	content: '';
	width: 100%;
	height: 200px;
	background-color: #FFF;
}

.section-gradient {
	background: var(--cnvs-themecolor, #0F66DD);
	background: -moz-linear-gradient(top, var(--cnvs-themecolor, #0F66DD) 30%,#FFF 80%);
	background: -webkit-linear-gradient(top, var(--cnvs-themecolor, #0F66DD) 30%,#FFF 80%);
	background: linear-gradient(to bottom, var(--cnvs-themecolor, #0F66DD) 30%,#FFF 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F66DD', endColorstr='#FFF',GradientType=0 );
}

.svg-themecolor { fill: var(--cnvs-themecolor, #0F66DD); }
.svg-themecolor-black { fill: var(#000000, #0F66DD); }

.lightthemecolor {
	background-color: rgba(var(--cnvs-themecolor-rgb,25,102,221), 0.08);
}

#slider .nav .nav-item:first-child { border-top-left-radius: 0.25rem; }
#slider .nav .nav-item:last-child { border-top-right-radius: 0.25rem; }
#slider .nav-link { border: 1px solid rgba(255, 255, 255, .1); }
#slider .nav-link:not(.active) {
	color: #FFF;
	background-color: rgba(255, 255, 255, .15);
}

#slider .nav-link:hover:not(.active) {
	border-color: rgba(255, 255, 255, .25);
	background-color: rgba(var(--cnvs-themecolor-rgb,25,102,221), 0.7);
}

#slider .form-control,
#slider .custom-select {
	font-size: 14px;
	height: calc(1.5em + 0.75rem + 6px);
}

a.btn-link i {
	position: relative;
	top: 1px;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

a.btn-link:hover i { transform: translateX(4px); }

.svg-curve {
	position: absolute;
	left: 0;
	bottom: 0;
}

.row-eq-height [class^=col] {
  display: flex;
  flex-direction: column;
}

.row-eq-height [class^=col] > div {
	flex-grow: 1;
	padding: 30px 60px;
}

.testi-content {
	position: relative;
	border-left: 3px solid rgba(var(--cnvs-themecolor-rgb,25,102,221), 0.1);
}

.testi-content p {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	z-index: 1;
}

.device-xs .testimonial .testi-content p,
.testimonial.small .testi-content p { font-size: 15px; }

.toggle {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE;
}

.toggle-header {
	align-items: center;
}

.toggle-header .toggle-open {
	display: block !important;
	font-size: 20px;
	line-height: 1;
	height: 20px;
	transform: rotate(45deg);
	transition: transform .3s ease;
}

.toggle-closed { display: none !important; }

.toggle-active .toggle-open {
	display: block !important;
	transform: rotate(90deg);
	color: var(--cnvs-themecolor, #0F66DD);
}

.grid-bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	transform: translateX(-50%);
}


/* Play Icon
-----------------------------------------------------------------*/
.play-video i {
	position: relative;
	padding-left: 6px;
	width: 60px;
	height: 60px;
	line-height: 61px;
	border-radius: 50%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
	font-size: 24px;
	color: #111;
	transition: all .3s ease;
	box-shadow: 0 0 1px 15px rgba(255,255,255,.04);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.play-video:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-box .fbox-icon {
	background-color: transparent;
	background-image: url('images/featured-img/2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	color: var(--cnvs-themecolor, #0F66DD);
	background-size: 70px 70px;
	width: 80px;
	height: 80px;
}

.feature-box .fbox-icon i {
	background: transparent;
	color: var(--cnvs-themecolor, #0F66DD);
	line-height: 80px;
}

.map-title {
	position: absolute;
	min-width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -70px;
}

.map-title .iconlist li:not(:first-child) { margin-top: 8px; }
.map-title .iconlist li img {
	position: relative;
	margin-top: -2px;
	width: 16px;
	margin-right: 15px;
}

.map-title .iconlist a {
	font-size: 13px;
	color: #888;
}

.device-xs .map-title { margin-top: 40px; }

.counter-section {
	position: relative;
	border-top: 1px dashed #E5E5E5;
	padding-top: 40px;
	margin-top: 0px;
}

.counter-dots {
	position: absolute;
	display: block;
	height: 16px;
	width: 16px;
	top: -40px;
	left: 50%;
	margin-left: -10px;
	margin-top: -9px;
	background-color: var(--cnvs-themecolor, #0F66DD);
	border: 4px solid #FFF;
	border-radius: 50%;
	-webkit-box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
	box-shadow: -1px 0 10px -1px rgba(0,0,0,.2);
}

.device-xs .counter-dots { display: none; }
.device-xs .counter-section {
	border-top: 0;
	margin-top: 120px;
}

.counter + h5 { opacity: .5; }

.section-map .map-image { opacity: .2; }

footer .list-unstyled li a,
.copyright-links a { color: #999; }

#header.dark .primary-menu { border-top-color: rgba(255, 255, 255, .1); }

#header,
#header.dark:not(.transparent-header),
#header #header-wrap,
#header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark) {
	background-color: var(--cnvs-header-bg);
}

#header.dark:not(.transparent-header) {
	border-bottom-color: rgba(255, 255, 255, .1);
}

#header.dark:not(.sticky-header) #header-wrap {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#header-wrap .header-buttons {
	margin-left: 1rem;
	padding-left: 1.5rem;
	border-left: 2px solid rgba(255, 255, 255, 0.4);
}

.header-extras li:not(:first-child) {
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	padding-left: 30px;
	margin-left: 30px;
}

.header-extras.flex-column li:not(:first-child) {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

.header-extras li .he-text span { font-size: 15px; }
.header-extras li i { margin-top: 5px !important; }

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.menu-container > .menu-item > .menu-link::after {
		opacity: 0;
		content: '';
		position: absolute;
		background: #FFF;
		height: 3px;
		bottom: 0;
		left: 50%;
		width: 0;
		transform: translateX( -50% );
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}

	.menu-container > .menu-item.current > .menu-link::after,
	.menu-container > .menu-item:hover > .menu-link::after {
		opacity: 1;
		width: 100%;
	}

	.sub-menu-container {
		border-top: 0 !important;
		width: 280px;
	}

	.sub-menu-container .menu-item > .menu-link::after {
		display: none;
	}

	.heading-block h3 { font-size: 36px; }
	.heading-block h3 + span { font-size: 17px; }

	.counter-section { margin-top: -140px; }

	.img-about {
		margin-bottom: -35%;
	}

}

@media (max-width: 991.98px) {
	.toggle-header,
	.toggle-active .toggle-header,
	.toggle-content { padding-left: 0; }

	.toggle-title i.toggle-open { right: 0; }

	#header-wrap .header-buttons {
		margin-left: 0.75rem;
		padding-right: 1.2rem;
	}
}

/* ----- Tab ----- */

.block-tab-2 .nav-tabs {
	--bs-nav-tabs-border-width: 0px;
	--bs-nav-link-color: #111;
	--bs-nav-link-hover-color: var(--cnvs-themecolor);

	border-radius: 30px;
	background-color: #D9D9D9;
	font-family: HelveticaNeueMedium;
}

.block-tab-2 .nav-tabs .nav-item .nav-link {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 20px 0;
	margin: 0.25rem;
	border-radius: 25px;
}

.block-tab-2 .nav-tabs .nav-item .nav-link i {
	display: block;
	font-size: 38px;
	margin: 0 0 10px 0;
}

.block-tab-2 .nav-tabs .nav-item .nav-link.active {
	top: 0;
}

.block-tab-2 .nav-tabs .nav-item .nav-link.active i {
	color: var(--bs-danger);
}

.map-iframe .fluid-width-video-wrapper {
	height: 500px;
	padding-top: unset !important;
}

.map-iframe .fluid-width-video-wrapper iframe {
	border-radius: 10px;
}

.btn-gogenie-edge .btn:first-child:active, .btn-gogenie-edge .btn:hover {
	color: #ffffff;
}

.pricing-box {
	border-radius: 3px 0 !important;
	border-bottom: 0 !important;
}

.grid-filter li {
	width: unset;
}

.faqs .toggle {
	border-bottom: 2px solid #000000;
}

.faqs .toggle-content {
	font-family: HelveticaNeueUltraLight;
}

.faqs .toggle-title:after {
    text-align: right;
    float: right;
}

.faqs :not(.toggle-active) .toggle-title:after {
	content: "+";
}

.faqs .toggle-active .toggle-title:after {
	content: "-";
	-webkit-animation: spin 0.5s linear;
    -moz-animation: spin 0.5s linear;
    animation: spin 0.5s linear;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(180deg); } 
}

@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(180deg); } 
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg); 
    } 
}

.no-border {
	border: none;
}

.careers-tab.nav-pills .nav-link {
	margin-bottom: 10px;
	border-radius: 4px;
}
.careers-tab.nav-pills .nav-link.active {
	background-color: rgba(var(--cnvs-themecolor-rgb), 0.1);
	margin-bottom: 20px;
	padding: 25px;
}

.careers-tab.nav-pills .nav-link h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 6px;
}

.careers-tab.nav-pills .nav-link p {
	display: none;
	visibility: hidden;
	font-size: 14px;
	margin-bottom: 0;
	color: #2d2d2d;
}

.careers-tab.nav-pills .nav-link.active p {
	display: block;
	visibility: visible;
}

@media (max-width: 767.98px) {
	.careers-tab.nav-pills .nav-link p {
		display: block;
		visibility: visible;
	}

	.careers-tab.nav-pills .nav-link,
	.careers-tab.nav-pills .nav-link.active {
		padding: 20px;
		margin-bottom: 8px;
	}
}