body {
	font-family: 'Poppins', sans-serif;
	max-width:1920px;
	margin:0 auto;
}

/* globals start */
.btn:focus {
	outline:0;
	box-shadow:none;
}
.bg-pear {
	background-color:#CEFC4D;
}
.bg-light-pear {
	background-color:#cefc4d7d;
}
.text-pear {
	color:#CEFC4D;
}
.border-pear {
	border-color:#CEFC4D;
}
.btn-pear {
	background-color:#CEFC4D;
	border-color:#CEFC4D;
	color:#00205C;
	font-weight:bold;
}
.text-sapphire {
	color:#00205C;
}
.btn-sapphire {
	background-color:#00205C;
	border-color:#00205C;
	color:#ffffff!important;
}
.fw-black {
	font-weight:900;
}
.fw-200 {
	font-weight:200;
}
/* globals end */

/* header start */
.header .nav-link {
	font-weight: 300;
	font-style:italic;
	font-size: 20px;
	color: #00205c;
}
.header .nav-link.active {
	font-weight:bold;
}
/* header end */

/* main slider start */
.swiper-1 .slider-text {
	position:absolute;
	left:0;
	right:0;
	bottom: 50%;
	transform: translateY(50%);
}
.swiper-1 .slider-title h1 {
	font-weight: 900;
	font-style:italic;
}
.swiper-1 .slider-desc {
	font-weight: 300;
	font-style:italic;
	text-align: left;
	color: #fff;
}
.swiper-1 .swiper-button-next:after,
.swiper-1 .swiper-button-prev:after {
	color:#000;
}
.swiper-1 h1,
.swiper-1 h2 {
	font-weight:900;
}
.divider {
	border: 2px solid #cefc4d;
}
.scroll-icon {
	border:2px solid #CEFC4D;
	border-radius:50%;
	width:73px;
	height:73px;
	line-height:73px;
	text-align:center;
}
/*.scroll-icon:after {
	content:"";
	width:2px;
	height: 138px;
	background-color:#CEFC4D;
	position:absolute;
	bottom: -202%;
	left:calc(50% - 1px);
	z-index:-1;
}*/
.scroll-down {
	position:absolute;
	bottom: 5%;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	z-index:1;
}
.scroll-icon img {
    max-width: 30px;
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
    animation: mouse-wheel 1s linear infinite;
}
@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity:1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}
/* main slider end */

/* about start */
.about .line {
	background-color:#CEFC4D;
	height:100%;
	width:2px;
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	bottom:0;
}
/* about end */

/* services start */ 
.services p {
	font-family: 'Work Sans', sans-serif;
}
.services > .container-fluid > .row:nth-of-type(1):after {
	content:"";
	width:100%;
	height:2px;
	background-color:#CEFC4D;
	position:absolute;
	top:20%;
	right:0;
	z-index:-1;
}
.vertical-line:after {
	content:"";
	width:2px;
	height:300px;
	background-color:#CEFC4D;
	position:absolute;
	bottom:-80%;
	left:calc(50% - 1px);
	z-index:-1;
}
/* services end */

/* product-banner start */
.product-banner:after {
	content:"";
	width:2px;
	height: 400px;
	background-color:#CEFC4D;
	position:absolute;
	bottom: -40%;
	right: calc(40% - 1px);
	z-index: -1;
}
/* product-banner end */

/* showcase start */
.showcase .bg-light-pear {
	width:200px;
	position: absolute;
	top: 0;
	left: -200px;
	bottom: 0;
	z-index: 1;
}
.showcase .swiper-wrapper:after {
	position: absolute;
	content: '';
	width: 70%;
	height: 100%;
	top: 0;
	right:0;
	-webkit-box-shadow: 11px 0px 10px 4px rgb(0 0 0 / 5%);
	        box-shadow: 11px 0px 10px 4px rgb(0 0 0 / 5%);
	z-index: -1;
}
.showcase:after {
	content:"";
	width:2px;
	height: 350px;
	background-color:#CEFC4D;
	position:absolute;
	bottom: -31%;
	right: calc(23% - 1px);
	z-index: -1;
}
/* showcase end */

/* future start */
.future {
	height:600px;
	background-image:url(fileadmin/images/future.png);
	background-repeat:no-repeat;
	background-position:right;
}
.future .text-wrapper {
	background-color: #ffffffe3;
}
.future .bg-pear{
	width:200px;
	position: absolute;
	top: 53%;
	right: 16%;
	bottom: -9%;
	z-index: 1;
	mix-blend-mode:multiply;
}
.future .text-wrapper:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right:0;
	-webkit-box-shadow: 20px 0px 20px 6px rgb(0 0 0 / 8%);
	        box-shadow: 20px 0px 20px 6px rgb(0 0 0 / 8%);
	z-index: 1;
}
/* future end */

/* marquee start */
.marquee {
  overflow: hidden;
  border: 1px solid #ccc;
  background: #C1EE49;
}

/* free-float start */
.free-float{
    min-height: 595px;
}
.free-float .scroll-down {
	bottom:3%;
}
.free-float content {
	position:absolute;
	left:0;
	right:0;
	bottom:10%;
}
.free-float content .bg-pear {
	mix-blend-mode:multiply;
}
.free-float content .bg-pear:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:-50%;
	background-color:#CEFC4D;
}
.free-text {
	position:absolute;
	left:0;
	right:0;
	top: -23%;
	bottom:0;
}
/* free-float end */

/* gravity start */
.gravity .bg-pear {
	width: 450px;
	height: 401px;
	position: absolute;
	left: 0;
	bottom: 5%;
	z-index: -1;
	transform:translateX(-50%);
	mix-blend-mode:multiply;
}
.gravity .play-icon {
	position:absolute;
	top:60px;
	left:60px;
	cursor:pointer;
}
.gravity .line {
	background-color:#CEFC4D;
	height:50%;
	width:2px;
	position:absolute;
	top:0;
	left:calc(50% - 1px);
	bottom:0;
	z-index: -1;
}
.gravity:after {
	content: "";
	width: 2px;
	height: 400px;
	background-color: #CEFC4D;
	position: absolute;
	bottom: -12%;
	left: calc(47% - 1px);
	z-index: -2;
}
.gravity .left-divider:before  {
	box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
	left: -32%;
	z-index: -1;
	width: 132%;
}
.gravity .video-wrapper > img {
	position:relative;
	z-index:-1;
}
/* gravity end */

/* nostring start */
.nostring .display-1 {
	text-shadow:-25px 12px 13px #0a0e2757;
}
.green-divider:before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left: -20%;
	bottom:0;
	background-color:#CEFC4D;
	z-index:-1;
	box-shadow:-20px 0rem 3rem rgb(0 0 0 / 18%);
}
/* nostring end */

/* floats start */
.text-shadow {
	text-shadow:-25px 12px 13px #0a0e2757;
}
.floats .desc .bg-pear {
	mix-blend-mode:multiply;
}
.floats .desc .bg-pear:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:-50%;
	background-color:#CEFC4D;
}
.floats .desc .bg-pear + .display-1 {
	position:absolute;
	bottom: -66%;
	left:0;
	right:35px;
}
.floats:after {
	content: "";
	width: 2px;
	height: 400px;
	background-color: #CEFC4D;
	position: absolute;
	bottom: -24%;
	left: calc(50% - 1px);
	z-index: -1;
}
.right-divider:before {
	content:"";
	width:100%;
	height:100%;
	background-color:#fff;
	position:absolute;
	right:-100%;
	top:0;
	bottom:0;
}
/* floats end */

/* geometry start */
.geometry .desc .bg-pear  {
	width: 450px;
	height: 500px;
	position: absolute;
	left: -5%;
	bottom: -25%;
	z-index: -1;
	mix-blend-mode: multiply;
}
.geometry .video-wrapper {
	z-index:-1;
}
.green-box {
    display: inline-block;
	background-color:#CEFC4D;
	border-radius:20px;
}

.green-box ul {
  margin: 0;
}
.green-box ul {
  list-style-type: none;
}
.green-box ul > li {
  text-indent: -5px;
}
.green-box ul > li:before {
  content: "-";
  text-indent: -5px;
}

.left-divider:before {
	content:"";
	width:100%;
	height:100%;
	background-color:#fff;
	position:absolute;
	left:-100%;
	top:0;
	bottom:0;
}
/* geometry end */

/* stream start */
.stream {
	background-image:url(images/stream-bg.png);
	background-position:center;
	background-repeat:repeat;
	background-size:cover;
}
.py-6 {
	padding-top:5rem!important;
	padding-bottom:5rem!important;
}
.stream .bg-pear {
	position:absolute;
	left:0;
	top:50%;
	width: 90%;
	height:200px;
	transform:translateY(-50%);
	z-index:0;
	mix-blend-mode:multiply;
}
.stream .live-icon {
	position:absolute;
	top: 3%;
	right: 3%;
}
/* stream end */

/* contact start */
.contact {
	background-image:url(images/contact-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.contact form input,
.contact form select {
	padding-top:.7rem;
	padding-bottom: .7rem;
	text-indent: 20px;
	border-color:#00205C;
	box-shadow:none!important;
}
.contact form input:focus,
.contact form select:focus {
	border-color:#00205C;
}
.contact form input::placeholder {
	font-size:15px;
	color:#00205C;
}

.contact form select {
	background-image:url(images/select-arrow.png);
	background-size:18px 8px;
}
.my-6 {
	margin-top:5rem!important;
	margin-bottom:5rem!important;
}
.mt-6 {
	margin-top:5rem!important;
}
.py-7 {
	padding-top:8rem!important;
	padding-bottom:8rem!important;
}
.rounded-lg {
	border-radius:8px;
}
/* contact end */

/* footer start */
.footer ul li a {
	font-size:15px;
	font-weight:500;
}
/* footer end */

/* coming soon start */
.coming-soon {
	background-image:url(images/coming-soon.png);
	background-position:center;
	background-repeat:no-repeat;
}
.coming-soon .bg-pear {
	height:120px;
	mix-blend-mode:multiply;
}
.text-12 {
	font-size:4rem;
	font-weight: 900;
	font-style:italic;
}
.countdown span {
	font-size: 1.3rem;
	font-weight: 900;
	font-style: italic;
	text-align:center;
}
.countdown .text-12 {
	text-align:center;
}
.countdown {
	position:absolute;
	top: -32%;
	z-index: 1;
}
/* coming soon end */

.swiper-3-next:focus,
.swiper-3-prev:focus {
	box-shadow:none;
	outline:0;
}