h1,h2,h3 {font-family: 'Titillium Web', sans-serif;}
 
#bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url('../header_poster.jpeg') no-repeat;
  background-size: cover; 
}
.navbar a{
  cursor:pointer;
}

.navbar-transparent .navbar-header {
  visibility:hidden;
}

.navbar-transparent .btn,
.header .btn {
  background: rgba(80, 192, 211, 0.9);
  box-shadow: none;
}

.navbar-transparent .btn:hover {
  background: rgba(80, 192, 211, 0.5);
  box-shadow: none;
}

.navbar-right{
  display: flex;
  align-items: center;
}
.header > .container > .row{
  margin-top:28vh;
}
.wrapper > .header {
  height:95vh;
}
div.header .title {
  color:white;
}

.vcenter {
  display: flex;
  align-items: center;
}

h2.title {
  margin-bottom: 50px;
}

.features-content,
.testimonials-content,
.oxygen-content,
.oxygen-cta {
    padding: 40px 0 0;
}

.feature-item {
  margin-bottom:40px;
}

.feature-item img{
  cursor: pointer;
}

.feature-item p{
  text-align:left;
}
.material-icons{
  vertical-align: bottom;
}

.card{
  padding: 15px;
}

.no-margin{margin:0;}
.card .header{padding:0;overflow:hidden;}
.scale120{transform:scale(1.2);}

footer{
  background: rgba(42, 54, 97, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10vh 0;
}

.headlinesurround{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial;
  text-size:40px;
}


.col-md-6.left,
.col-md-6.right{
  padding:0;
}

#testimonials img {
  margin: 30px auto 10px auto;
  max-width: 200px;
  width: 100%;
}

#testimonials .carousel-inner {
  padding-bottom: 30px;
}

#testimonials .playpausebutton{
  margin: 10px;
  cursor:pointer;
}

#testimonials .col-xs-6{
  width: 50%;
  padding: 0;
  text-align: right;
}

#testimonials .carousel-indicators{
  position: inherit;
  display:inline;
  bottom: auto;
  left: auto;
  padding-left: 0;
  width:auto;
  list-style: none;
  text-align: left;
  margin-left: 0;
}

#testimonials .left {
  cursor: default !important;
}
#testimonials .right {
  cursor: default !important;
}

.contactcard{
  padding: 70px 0 30px 0;
}
.contactcard .btn{
  margin-top: 20px;
}

.socialmedia{
  display: flex;
  width:170px;
  margin:0 auto 15px auto;
  justify-content: space-around;
}

.alert-dismissable .close{
  top:0;
  right:0;
}

#clients img.grayscale{
  filter: gray; /* For IE6-9 */
  filter: grayscale(1); /* For Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* For Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-transition: all .2s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  opacity:0.7;
  transition:0.2s;
}

#clients img.grayscale:hover{
  filter: none;
  -webkit-filter: grayscale(0);
  opacity:1;
}

/* --------------------- Services Modal --------------------- */   

a.triggerSlide {
  color: #52c5d7;
  cursor:pointer;
}

.carousel .carousel-indicators.features{
  width:100%;
  position:relative;
  left:0;
  margin-left:0;
  bottom: 0px;
  padding-top: 20px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.carousel .carousel-indicators li{
  background:   #52c5d7;
  border-color: #52c5d7;
}

.carousel .img_container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 300px;
	width: 100%;
	background-color: #F5F5F5;
}

.carousel .img_container_inner {
	width: 100%;
}

.carousel .view_demo {
	padding: 5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background-color: #2a3661;
    border-radius: 999px;
    margin-top: 24px;
    display: flex;
    align-items: center;
	color: #FFFFFF;
	padding-right: 10px;
    padding-left: 10px;
}

.carousel .carousel-img{
  background: #52c5d7;
  text-align: center;
  width: 100%;
  
}

.modal-close{
  width: 100px;
  margin: 30px auto;
  text-align: center;
  cursor:pointer;
}

.modal-close a{
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  text-shadow: 0px 0px 12px #131313;
}

button.close-modal{
  position: absolute;
  top: 0;
  right: 0;
  background: #52c5d7;
}

.modal-content {
  overflow: hidden;
}


/* --------------------------------------------------------------------------------------- 

Section Backgrounds

--------------------------------------------------------------------------------------- */

.oxygen-section,
.testimonials-section {background: #f5f5f5;}

#chat_swp .section:nth-child(even) {
	background: #f5f5f5;
}



/* --------------------------------------------------------------------------------------- 

Fadein effects

--------------------------------------------------------------------------------------- */

/* --------------------- Headlines --------------------- */    

.sr .headlineEffect {
  position: relative;
 -webkit-background-clip: text;
  background-clip: text;
  background: -webkit-linear-gradient(0deg, #2a3661 50%, transparent 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100% 0;
  background-size:200% 100%;
  transition-delay: 0.8s;
}

.sr .headlineEffect img{
  opacity:0;
  transition-delay: 0.8s;
}

.sr .headlineEffect:before {
	background: #52c6d8;
  content: "";
  width:7px;
  height: 150px;
  margin:0 auto;
  position: absolute;
  top: -130px;
  left:0;
  right:0;
  transform-origin: bottom;
  transform: scaleY(1);
	z-index: 2;
}

.sr .headlineEffect:after {
	background: #52c6d8;
  content: "";
  height: 100%;
	left: 0; 
  position: absolute;
  top: 0;
  transform-origin: left;
  transform: scaleX(0);
	width: 100%;
	z-index: 2;
}

.headlineEffect,
.sr .headlinesurround.active .headlineEffect {
  background-position: 0 0;
}

.headlineEffect img,
.sr .headlinesurround.active img {
  opacity:1;
}

.sr .headlinesurround.active .headlineEffect:before {
  animation: lineEffect .6s cubic-bezier(0.360, 0.000, 0.070, 1.000) forwards;
}

.sr .headlinesurround.active .headlineEffect:after {
  animation: headlineEffect .6s 0.5s cubic-bezier(0.360, 0.000, 0.070, 1.000) forwards;
}

@keyframes headlineEffect {
	0% { transform-origin: center; transform: scaleX(0); }
  50% { transform-origin: center; transform: scaleX(1.2); }
  51% { transform-origin: center; }
  100% { transform-origin: center; transform: scaleX(0); }
}

@keyframes lineEffect {
	0% { transform-origin: bottom; transform: scaleY(1); }
  100% { transform-origin: bottom; transform: scaleY(0); }
}

/* --------------------- Sections --------------------- */    

.feature-item img,
.sr .feature-item img.active{
  transform:translateY(0px) scale(1);
  opacity:1;
}

.sr .feature-item img{
  transform:translateY(50px) scale(0.8);
  opacity:0;
  -webkit-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.oxygenoverlay,
.sr .oxygenoverlay.active {
  opacity:0;
}

.sr .oxygenoverlay{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity:1;
  -webkit-transition:opacity 0.2s ease-out;
  transition:opacity 0.2s ease-out;
  
}

.oxygenimage {
	z-index: 1;
	pointer-events: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
	background: none !important;
}

#promo_vid {
	width: 100%; 
}

#promo_vid_container {
	z-index: 2;	
	margin-left: 2.3%;
    /* display: none; */
    position: absolute;
    top: 14px;
}

.embedPlaceholder {
	cursor: pointer;
}

#embed_play_btn {	
	color: white;
	position: absolute;
	opacity: 0.3;
	top: 0;
}

#captcha_v2_container {
	display: none;
}

#chat_swp .promo {
	display: none;
}

.promo {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5000;
	color: #FFFFFF;
	display: none;
}

.promo .content {
	position: relative;
}

.promo .text {
	/*background-color: rgba(0,0,0,0.15);*/
	background-color: #313131;	
    padding: 5px;
    position: relative;
    width: 100%;
    padding-left: 139px;
    margin-bottom: 121px;
    cursor: pointer;
    /*transition: 0.5s;*/
	color: #FFFFFF;
	text-decoration: none;
}

.promo .text:hover {
	/*background-color: #3e7d9c;*/
}


.promo img {
	width: 204px;
    margin-left: 57px;
}

.promo .bg {
	background-color: #52c6d8;
    width: 400px;
    height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}

@media only screen and (max-height: 400px) {
	.promo {
		display: none;
	}
}

@media only screen and (max-width: 1700px) {
	  body {
		padding-bottom: 52px; /*space for bottom banner*/
	  }
	.promo {
		position: fixed;
		top: auto;
		right: 0;
		z-index: 5000;
		color: #FFFFFF;
		width: 100vw;
		bottom: 4px;
	}

	.promo .content {
		position: relative;
	}

	.promo .text {
		/*background-color: rgba(0,0,0,0.15);*/
		background-color: #313131;		
		padding: 5px;
		position: relative;
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
		cursor: pointer;
		/*transition: 0.5s;*/
		color: #FFFFFF;
		text-decoration: none;
		text-align: right;
	}

	.promo .text:hover {
		/*background-color: #3e7d9c;*/
	}


	.promo img {
		width: 105px;
		margin-left: 20px;
	}

	.promo .bg {
		background-color: #52c6d8;
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		clip-path: none;
	}
}

.modal {
	z-index: 5050;
}

.intro_vid {
	width: 100%;
}

#chat_swp {
	overflow-x: hidden;
}

#banner_container{
	height: 100%;
	width: 100%;
}

#oxygen_ai_banner{
	/*background: radial-gradient(113.18% 49.38% at 10.17% 92.67%, rgba(76, 61, 204, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), radial-gradient(76.87% 46.63% at 88.24% 12.77%, rgba(61, 204, 179, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #FFF;
	*/
	    margin-top: 17vh;
}
#oxygen_ai_banner_container {
	position: relative;
}		

#oxygen_ai_banner_animation {
	position: absolute;
	width: 1900px;
	height: 426px;
	top: 0;
}

#oxygen_ai_banner_animation_inner {
	position: relative;
	width: 100%;
    height: 100%;
	display: flex;
}

#oxygen_ai_banner_animation_inner .container{
	height: 100%;
	width: 40%;
}

.gradient_border_bottom {
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(151,71,255);
	background: linear-gradient(257deg, rgba(151,71,255,1) 0%, rgba(61,204,178,1) 100%);
}

.main_row{
    display: flex;
    align-items: center;
    justify-content: center;
}	

.ai_banner_content .oxygen_brand {
    width: 271px;
}

.ai_banner_content .AI_Icon {
    background: linear-gradient(215deg, #9747FF -10.27%, #3DCCB2 75.72%);
	width: 93.475px;
	height: 93.475px; 
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ai_banner_content .AI_Icon img{	
	filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(221deg) brightness(109%) contrast(100%);
	width: 60px;
}

.ai_banner_content .splash_text {
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 500px;
    flex-shrink: 0;
    margin: 20px;
	
	
	color: #141460;
	text-align: center;
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 40px;
}

#chat_swp #bg-video {
	position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(../header_poster.jpeg) no-repeat;
    background-size: cover;*/
	background: radial-gradient(113.18% 49.38% at 10.17% 92.67%, rgba(76, 61, 204, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), radial-gradient(76.87% 46.63% at 88.24% 12.77%, rgba(61, 204, 179, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #FFF;
}

#chat_swp footer {
    background: rgba(42, 54, 97, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10vh 0;
}

#chat_swp .wrapper > .header {
    height: 45vh;
}

#chat_swp .register {
	width: 339px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 46px;
    background: rgb(151,71,255);
background: linear-gradient(257deg, rgba(151,71,255,1) 0%, rgba(61,204,178,1) 100%);
    color: #FFF;
    text-align: center;
    /* font-family: "Titillium Web"; */
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
	cursor: pointer;
}

#chat_swp .navbar.navbar-transparent {
	/*background: rgba(42, 54, 97, 0.2);*/
}

.white_paper .navbar {
	background: linear-gradient(135deg, #2a3661 0%, #52c6d8 100%);
}

.styled_scroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.styled_scroll {
  scrollbar-width: thin;
  scrollbar-height: thin;
  scrollbar-color: #606060 #F1F1F1;
}

.styled_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.styled_scroll.no_scroll_bg::-webkit-scrollbar-track {
  background: none;
}

#chat_swp #contact {
	
}

#chat_swp .contactcard {
	padding: 0;
}

#chat_swp #contact .main_pane{
	display: flex;
	align-items: stretch;
}

#chat_swp #contact .main_pane .entry {
	width: 50%;
}

#chat_swp #contact .main_pane .entry.ai_banner_content {
	padding: 50px 80px 25px;
}

#chat_swp #contact .main_pane .entry.illustration{
	opacity: 1;
	background: radial-gradient(113.18% 49.38% at 10.17% 92.67%, rgba(76, 61, 204, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), radial-gradient(76.87% 46.63% at 88.24% 12.77%, rgba(61, 204, 179, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #FFF;
	mix-blend-mode: plus-darker;
	position: relative;
	overflow: hidden;
}

#chat_swp #contact .main_pane .entry.illustration .illust_img {
	position: absolute;
    top: 0%;
    left: -9%;
    width: 128%;
}


.ai_banner_content.form .oxygen_brand {
    width: 212px;
}

.ai_banner_content.form .AI_Icon {   
	width: 71.737px;
	height: 71.737px;
	flex-shrink: 0; 

}

.ai_banner_content.form .AI_Icon img{	
	
	width: 35.87px;
	height: 24.958px;
	flex-shrink: 0;;
}

.ai_banner_content.form .splash_text {
    font-weight: 700;
    line-height: normal;
    width: 500px;
    margin: 20px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px;
}

.ai_banner_content.form .draw_text {
	color: #141460;
	text-align: center;
	/*font-family: Futura;*/
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 17px; /* 130.769% */
	margin-bottom: 20px;
}

.ai_banner_content.form .submit_request {
	width: 80%;
    height: 37px;
    flex-shrink: 0;
    border-radius: 7px;
    background: rgb(151, 71, 255);
    background: linear-gradient(257deg, rgba(151, 71, 255, 1) 0%, rgba(61, 204, 178, 1) 100%);
    color: #FFF;
    text-align: center;
    /* font-family: "Titillium Web"; */
    font-size: 19px;
    font-style: normal;
    /* font-weight: 600; */
    line-height: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
    cursor: pointer;
}

.ai_banner_content.form input {
	border: 0px;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.ai_banner_content.form .gradient_wrapper {
	border-radius: 7px;
    border: 1px solid #8760F1;
    background: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    margin: 5px;
    background: rgb(135, 96, 241);
    background: linear-gradient(90deg, rgba(135, 96, 241, 1) 0%, rgba(61, 204, 178, 1) 100%);
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    overflow: hidden;
    width: 80%;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
	#chat_swp #contact .main_pane{
		display: block;
	}
	#chat_swp #contact .main_pane .entry {
		width: 100%;
	}
	
	#chat_swp #contact .main_pane .entry.illustration {
		height: 100px;
	}
	
	#chat_swp #contact .main_pane .entry.illustration .illust_img {
		width: 100%;
		top: -342px;
		left: 0;
	}
}

@media only screen and (max-width: 1000px) {
	#chat_swp #contact .main_pane .entry.illustration .illust_img {
		width: 100%;
		top: -250px;
		left: 0;
	}	
}

@media only screen and (max-width: 770px) {
	#chat_swp #contact .main_pane .entry.illustration .illust_img {
		width: 100%;
		top: -245%;
		left: 0;
	}	
}

.ai_banner_text {
	animation: fadeThrough 10s cubic-bezier(0.360, 0.000, 0.070, 1.000) forwards;
	position: absolute;
	
	color: #141460;
	text-align: left;
	/*font-family: "Titillium Web";*/
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 500px;
}

@keyframes fadeThrough {
	0% { opacity: 0; filter: blur(20px); } 
	30% { opacity: 1; filter: blur(0); }
	50% { opacity: 1; filter: blur(4); }
	60% { opacity: 1; filter: blur(0); }
  100% {  opacity: 0; filter: blur(20px); }
}

#interest_form {
	
}

#interest_form .missing ::placeholder {
	color: red;
	font-weight: bold;
}

#collapsable_inputs_container {
	height: 280px;
	overflow: hidden;
	position: relative;
}

#collapsable_inputs_container .messages {	
	position: absolute;
	width: 100%;
	top: 10%;
}
#collapsable_inputs_container .messages .alert, .alert.alert-default{
	 /*background-color: #2222FF;*/
}
   

#collapsable_inputs_container .messages.intro {
	animation: fadeInMessage 0.5s cubic-bezier(0.360, 0.000, 0.070, 1.000) forwards;
}

@keyframes fadeInMessage {
	0% { opacity: 0; transform: translateY(-20%);  } 
  100% { opacity: 1; translateY(0%); }
}

#collapsable_inputs {
}

#collapsable_inputs.collapsed {
	animation: collapse 1s cubic-bezier(0.360, 0.000, 0.070, 1.000) forwards;
}

@keyframes collapse {
	0% {  } 
  100% { opacity: 0; transform: translateY(-100%);}
}

.navbar .navbar-nav .oxygen_ai_link {
	background: linear-gradient(257deg, rgba(151, 71, 255, 1) 0%, rgba(61, 204, 178, 1) 100%);
	padding-top: 8px;
    padding-bottom: 8px;
}

.oxygen_ai_include_banner {
	background: radial-gradient(113.18% 49.38% at 10.17% 92.67%, rgba(76, 61, 204, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), radial-gradient(76.87% 46.63% at 88.24% 12.77%, rgba(61, 204, 179, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), #FFF;
	padding: 0px;
	overflow: hidden;
}

.oxygen_ai_include_banner #oxygen_ai_banner_container {
	padding: 40px 0px;
	padding-top: 0;
}

.oxygen_ai_include_banner #oxygen_ai_banner {
	margin-top: 0px;
}

.oxygen_ai_include_banner .register {
    width: 339px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 46px;
    background: rgb(151, 71, 255);
    background: linear-gradient(257deg, rgba(151, 71, 255, 1) 0%, rgba(61, 204, 178, 1) 100%);
    color: #FFF;
    text-align: center;
    /* font-family: "Titillium Web"; */
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    cursor: pointer;
}

#white_paper {
	background-color: #F1F1F1;
}

#white_paper .container {
	background-color: #FFFFFF;
	font-size: 19px;
	margin-top: 80px;
}

#white_paper .MsoTableGrid {
	width: 100% !important;
}