/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  transition: all 0.5s;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

body {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.desktoponly {
  display: block;
}

.mobileonly {
  display: none;
}

.hero {
  background-image:url("../img/hero-bg-arrow6.png");
  background-color:#1b1b1e;
  background-size:cover;
  background-position:bottom center;
  margin-bottom:0;
  padding-bottom:150px;
  height:87vh;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
  -webkit-box-pack:center;
	  -ms-flex-pack:center;
		  justify-content:center;
  -webkit-box-align:center;
	  -ms-flex-align:center;
		  align-items:center;
  position:relative;
	min-height: 700px;
	overflow: hidden;
}
.preloader {
  background-image: url('../img/preloader.gif');
  pointer-events: none !important;
  transition: all 0.5s;
	  opacity: 1;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999999999;
	background-color: white;
	top: 0;
	left: 0;
}
.main-btn {
  display:block;
  border-radius:1px;
  background:rgba(255,255,255,0.4);
  border:2px solid #000;
  text-shadow:none;
  color:#000;
  width:400px;
  margin:0 auto;
  font-size:35px;
  font-weight:300;
  letter-spacing:1px;
  -webkit-box-shadow:0 0 0 0;
		  box-shadow:0 0 0 0;
  -webkit-transition:all 300ms;
  -o-transition:all 300ms;
  transition:all 300ms;
}
.sticky {
  width: 100vw;
  height: 100px;
  z-index: 11;
  
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
	  -ms-flex-pack: end;
		  justify-content: flex-end;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.sticky.dark {
  background: #1b1b1e;
}
.sticky img {
  height: 75px;
  padding-right: 50px;
}
.sticky.dark img {
	  -webkit-filter: invert(1) brightness(10);
			  filter: invert(1) brightness(10);
	
}
#menu-wrapper1.dark {
  background: #1b1b1e !important;

}
#menu-wrapper1.dark a {
  color: #ffffff !important;

}
.dark#menu-button {
  background: #1b1b1e !important;
}
.dark#menu-button .hamburger::before, .dark#menu-button .hamburger::after, .dark#menu-button .hamburger .inner {
  background: #ffffff !important;
 }
.form-btn {
	display: block;
	border-radius: 1px;
	background: #1b1b1e;
	border: 2px solid #1b1b1e;
	text-shadow: none;
	color: #ffffff;
	width: 160px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	padding: 2px;
}

.hero h1 img {
  width: 100%;
  max-height: 78px;
  -o-object-fit: contain;
	 object-fit: contain;
  margin-top: 40px;
}

.hero .logo {
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	z-index: 3;
	margin-top: -2px;
	max-height: 133px;
}
.indexed11 {
  position: relative;
  z-index: 1 !important;
}
.dialog-section, .hood-section {
  /*background:url(../../assets/img/fade-bg.png);*/
  background-color:#1b1b1e;
  padding-bottom: 80px;
  z-index: 9;
  position: relative;
  margin-top: -3px;
}

.dialog-section {
	background-color: #1b1b1e;
		padding-top: 15px;
	padding-bottom: 0;
}

.dialog-inner {
	color:#FFF;
	margin-top: -40px;
	padding-bottom: 40px;
}


.dialog-inner h2 {
  font-weight:100;
  font-size: 38px;
}

.hood-section h2 {
  font-weight: 300;
  font-size: 38px;
  font-weight: lighter;
	/* color:#FFF; */
	margin-top: 155px;
	text-align: center;
	margin-bottom: 0;
}
html body .hood-section .col-md-6.mbfx3 {
	margin-top: 85px;
}

.dialog-inner p, .hood-section p {
  font-weight:300;
  color:#d2d2d2;
  letter-spacing:1px;
}
.hood-section p {
  color: black;
  font-size: 18px;
}
h2 {
  font-weight:300;
  font-size:42px;
  margin: 30px 0;
}

.jumbotron h1 {
	font-weight: 300;
	text-align: center;
	font-size: 28px;
	margin-top: 12vh;
	font-family: 'Roboto', sans-serif;
}

.jumbotron p {
	text-align: center;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 22px !important;
	max-width: 740px;
	margin-top: 20px;
}
.footer-section {
	background-color: #1b1b1e;
		padding-top: 15px;
	padding-bottom: 15px;
}
.footer-inner {
	padding: 0 50px;
}


.footer-section .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
.footer-section .upper .social-icons {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.footer-section .upper .social-icons img {
  width: 24px;
  margin: 0 12px;
}
.footer-section .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.footer-section a, .footer-section p {
	color: #fff;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 300;
	margin: 25px 15px;

}
.footer-section .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}
.col-md-12.icons {
	width: 90%;
	margin-left: 5%;
}
.features-section .icon img.img-responsive {
	-webkit-filter: contrast(5);
			filter: contrast(5);
}
#tech-s p.mbfx2 {
	font-size: 18px;
}
p {
  letter-spacing:1px;
  font-weight:300;
  font-size: 18px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  display:block;
  font-weight:300;
  display: none;
}

.four-icons-inner .icon {
  max-width:75px;
  max-height:75px;
  width: 75px;
  height: 75px;
  border:1px solid #1b1b1e;
  padding:5px;
  border-radius:100%;
  margin:0 auto;
	  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;
}

.four-icons-inner p {
	font-size: 18px;
	max-width: 370px;
	margin: 0 auto;
	line-height: 24px;
}

.brain-box h2 {
	margin: 60px 0;
	font-weight: 300;
	margin: auto;
	color: black;
	text-shadow: none !important;
	text-align: center;
	margin: 20px auto !important;
}

h3 {
  font-weight:100;
  font-size:22px;
}

.four-icons-wrap {
  /*margin:40px 0;*/
}

.four-icons-inner h3 {
  color:#d6b500;
  font-weight: 300;
	font-size: 22px;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
}

.effect-section .section-heading h2 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 10px;
}

.hero-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /*background: url(../../assets/img/hero-bg-arrow.png);*/
  background-size: cover;
  background-position: bottom center;

}

.hero-cover ul, .hero-cover li {
  list-style: none !important;
  width: 100%;
  height: 100%;
}

.hero-cover li {
	position: absolute;
}

.hero-cover ul {
  position: relative;
}

.hero-cover li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -o-object-position: bottom center;
	 object-position: bottom center;
}

/*.hero-cover li {
  display: none;
}*/

/*.hero-cover li.activebg {
  opacity: 1;
}*/

.hero-inner {
  z-index:2;
  position: absolute;
	top: 0;
	margin: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

.four-blocks ul {
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  //width:100%;
  padding:0;
  margin:0;
  //border-bottom:1px solid #FFF;
  margin: auto;
	margin-bottom:50px;

}

.four-blocks ul li {
	width: 25%;
	height: 270px;
	//background: #ccc;
	//border: 1px solid #f3f5f7;
	text-align: center;
	padding: 20px 10px;
	//display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	overflow: hidden;
	cursor: pointer;
}

.text-center {
  max-width:960px;
  margin:0 auto 20px;
}

.col-md-12.four-blocks {
  padding:0;
}

/*.four-blocks ul li:first-of-type {
  background:url(../../assets/img/waves.jpg);
  background-size:cover;
  background-position:center;
}*/

.four-blocks ul li p {
	position: absolute;
	bottom: -100%;
	display: block;
	background: #fff;
	color: #FFF;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-transition: all 309ms ease-in-out;
	-o-transition: all 309ms ease-in-out;
	transition: all 309ms ease-in-out;
}

.four-blocks ul li:hover > p {
	bottom: 0;
}
.four-blocks img {
	width: 65%;
}
.four-blocks h4 {
  font-weight:300;
  font-size:22px;
  color:#000;
  //text-shadow:0 0 5px #000;
  line-height: 25px;
}

.section-heading {
  margin:120px 0;
}
.effect-section .section-heading {
margin-top: 55px;
margin-bottom: 0;
} 
.col-md-12.icons {
	//padding: 40px;
}

.brain-box .col-md-12 {
  background-size:cover !important;
  padding-top:60px;
  border:1px solid #f3f5f7;
  height:170px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
  -webkit-box-align:center;
	  -ms-flex-align:center;
		  align-items:center;
  background-position:center;
  color:#FFF;
  text-shadow:0 0 4px #000;
  letter-spacing:1px;
}
.features-section .brain-box h2 {
	margin-bottom: 0 !important;
	font-weight: 100;
	font-size: 38px;
}

.brain-box .col-md-12 p {
  max-width:600px;
}

.four-icons-inner {
  padding-left:20px;
}

.brain-box .col-md-12 h3 {
  font-weight:300;
  width:100%;
}

.features-section {
  background-size:cover;
}

.hood-section {
	background:url(../img/backgorund_light-01.jpg) center;
	background-size: cover;
  /* background-repeat: no-repeat; */
  background-color:#1b1b1e;
}

.brain-box .col-md-12:nth-of-type(2) {
  background:url(../img/Picture3.png) center no-repeat;
}

.brain-box .col-md-12:nth-of-type(3) {
  background:url(../img/Picture4.png) center no-repeat;
}

/*.four-blocks ul li:nth-of-type(3) {
  background:url(../../assets/img/fire.jpg);
  background-size:cover;
  background-position:center;
}

.four-blocks ul li:nth-of-type(2) {
  background:url(../../assets/img/fish.jpg);
  background-size:cover;
  background-position:bottom center;
}

.four-blocks ul li:nth-of-type(4) {
  background:url(../../assets/img/man.jpg);
  background-size:cover;
  background-position:center;
}*/

.four-blocks h4 {
  font-size:22px;
  font-weight:300;
  letter-spacing:1px;
  margin-top: 10px;
}

.features-section h2 {
	margin-top: 60px;
	font-weight: lighter;
	font-size: 38px;
}

.ssp-section {
	background: #eeeeef;
	color: #000;
	padding-bottom: 45px;
	//background-image: url(../img/ssp-bg.png);
	background-size: cover;
	background-position: top center;
}
.ssp-section p.text-center {
	font-size: 16px;
	margin-bottom: 20px;
}
.ssp-section h2.text-center {
	margin-bottom: 15px;
}
.partner-box {
  width:16%;
  text-align:center;
}

.partner-img {
	width: 95px;
	height: 95px;
	padding: 10px;
	/*border: 1px solid #000;
	border-radius: 100%;*/
	margin: 10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	overflow: hidden;
	background: white;
}

.partner-img img {
	max-width: 90px;
	height: auto;
}

.partners-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
	  -ms-flex-pack:center;
		  justify-content:center;
  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
	  padding-top: 20px;
}

.partner-section h2 {
	font-weight: 100;
	margin-top: 70px;
	margin-bottom: 20px;
}

.partner-section h3 {
	font-weight: 100;
	margin: 20px 0;
	font-size: 38px;
	/* border-bottom: 2px solid; */
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}

.partner-section p {
	margin-bottom: 40px;
	font-size: 18px;
}

.partner-section {
  padding-bottom:60px;
  background: #FFF;
}

.form-section {
  background: #f3f5f7;
  color: #FFF;
  padding: 40px;
  background-image: url(../img/hero-bg-trans.png);
}

.s-bright-arrow {
  position:absolute;
  bottom:0;
  height:25px;
  width:100%;
  left:0;
  z-index:100;
}

.s-bright-arrow .a1 {
  position:absolute;
  left:0;
  border-color:rgb(53, 57, 62);
  border-right-color:transparent !important;
}

.hood-section .row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
  -webkit-box-align:center;
	  -ms-flex-align:center;
		  align-items:center;
}

.four-icons-inner {
	width: 25%;
	float: left;
	text-align: center;
	margin: 16px 0 0px;
}

.brain-box {
  /*background:url(../../assets/img/Picture1.png);*/
  /*background-size:cover;*/
  /*background-position:-60% center;*/
  /*height:30vh;*/
}

.features-section {
	background-size: cover;
	width: 100%;
	overflow-x: hidden;
}

.features-section .container-fluid {
	padding: 0;
	width: 100%;
	max-width: 100vw;
}

.row.brain-box {
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

.brain-box .col-md-4 {
  /*background-image:url(../../assets/img/hero-bg.jpg);*/
  height:100%;
  padding:0;
  /*height:30vh;*/
}

#opportunities.col-md-8 {
  background:url(../img/Picture1.jpg);
  background-size:cover;
  background-position:center;
  height:30vh;
  -webkit-filter: grayscale(1);
		  filter: grayscale(1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#opportunities.col-md-8:hover {
  -webkit-filter: grayscale(0);
		  filter: grayscale(0);
}

.row.brain-box {
  /*background:url(../../assets/img/hero-bg-trans.png);*/
}

.clustering {
  background:url(../img/Picture4.jpg);
  background-size:cover;
  background-position:center;
  height:30vh;
  -webkit-filter: grayscale(1);
		  filter: grayscale(1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.clustering:hover {
  -webkit-filter: grayscale(0);
		  filter: grayscale(0);
}

#trend {
  background:url(../img/Picture6.jpg);
  background-size:cover;
  background-position:center;
  height:30vh;
  -webkit-filter: grayscale(1);
		  filter: grayscale(1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#trend:hover {
  -webkit-filter: grayscale(0);
		  filter: grayscale(0);
}

.row.brain-box h3 {
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

form {
  max-width:440px;
  margin:0 auto;
  text-align:center;
}

.main-btn:hover, .main-btn:focus {
  background:#d6b500;
  border:1px solid #d6b500;
  color:#FFF;
  -webkit-box-shadow:2px 2px 13px -2px rgba(0,0,0,0.4);
		  box-shadow:2px 2px 13px -2px rgba(0,0,0,0.4);
}


.error ul {
  list-style: none;
}
.form-section h2 {
	margin-top: 12px;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.form-section h2, .form-section p {
	color: #000;
}
.form-control {
	outline: none;
	border-radius: 0px !important;
	border: 1px solid #6f6f6f !important;
	
}
.form-section p {
	  font-size: 18px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 40px;
}
.item-img {
	width: 100%;
	height: 360px;
}

.item-img img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.item-img img:hover {
	-webkit-filter: grayscale(0);
			filter: grayscale(0);
}

.item-body {
	text-align: center;
	padding: 40px;
}

.item-body p {
	margin-bottom: 0px;
	font-size: 18px;
	max-width: 450px;
	margin: auto;
	line-height: 22px;
}

.brain-col {
	background: transparent;
	height: 10vh;
	text-align: center !important;
}

.top-btn {
	position: fixed;
	bottom: 90px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.5);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	border: 1px solid #000;
	cursor: pointer;
	padding: 15px;
	z-index: 99999;
	opacity: 0;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.top-btn.show {
	opacity: 1;
}

.hood-section .col-md-6 {
	width: 49%;
	margin: 0 auto;
}


.desktopv{
  display: block !important;
}

.mobilev{
  display: none !important;
}

body { 
  //background: #edebe4;
}

#menu-button {
  background: rgb(255, 255, 255);
	padding: 14px;
	position: fixed;
	top: 30px;
	left: 30px;
	-webkit-transition: background 750ms ease-in-out;
	-o-transition: background 750ms ease-in-out;
	transition: background 750ms ease-in-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	z-index: 12;
	-webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.41);
			box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.41);
}

.menu-open #menu-button {
  background: rgba(41, 37, 47, 0);
	  -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0);
			  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0);
}

.hamburger {
  position: relative;
  width: 25px;
  height: 20px;
  -webkit-transition: -webkit-transform 750ms ease-in-out;
  transition: -webkit-transform 750ms ease-in-out;
  -o-transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out, -webkit-transform 750ms ease-in-out;
}
#menu-wrapper1 li {
   background-image: url("../img/active_tri.png");
	  background-size: 2%;
	background-position: 120%;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;

}
#menu-wrapper1 li.active {
  background-image: url("../img/active_tri.png");
	  background-size: 11%;
	background-position: 90%;
	background-repeat: no-repeat;
}
#menu-wrapper1 li.active a {
  font-weight: 500;
  }

#menu-button:active .hamburger {
  -webkit-transition: -webkit-transform 50ms;
  transition: -webkit-transform 50ms;
  -o-transition: transform 50ms;
  transition: transform 50ms;
  transition: transform 50ms, -webkit-transform 50ms;
  -webkit-transform: scale(.95);
	  -ms-transform: scale(.95);
		  transform: scale(.95);
}

.hamburger::before, .hamburger::after, .hamburger .inner {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #1b1b1e;
  -webkit-transform-origin: 100% 50%;
	  -ms-transform-origin: 100% 50%;
		  transform-origin: 100% 50%;
  -webkit-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}
.hamburger::before {
  top: -1px;
}
.hamburger .inner {
  top: 9px;
  -webkit-transform-origin: 50% 50%;
	  -ms-transform-origin: 50% 50%;
		  transform-origin: 50% 50%;
}
.hamburger::after {
  top: 19px;
}

.menu-open .hamburger {
  -webkit-transform: rotateY(-180deg);
		  transform: rotateY(-180deg);
}
.menu-open #menu-button:active .hamburger {
  -webkit-transform: scale(.95) rotateY(-180deg);
		  transform: scale(.95) rotateY(-180deg);
}

.menu-open .hamburger::before,
.menu-open .hamburger::after,
.menu-open .hamburger .inner {
  background: rgba(41, 37, 47, 1);
}

.menu-open .hamburger::before {
  -webkit-transform: translate3d(-4px, 1px, 0) rotateZ(-45deg);
		  transform: translate3d(-4px, 1px, 0) rotateZ(-45deg);  
}
.menu-open .hamburger .inner {
  -webkit-transform: rotateY(-90deg);
		  transform: rotateY(-90deg); 
  -webkit-transition: background-color 750ms ease-in-out, -webkit-transform 375ms; 
  transition: background-color 750ms ease-in-out, -webkit-transform 375ms; 
  -o-transition: transform 375ms, background-color 750ms ease-in-out; 
  transition: transform 375ms, background-color 750ms ease-in-out; 
  transition: transform 375ms, background-color 750ms ease-in-out, -webkit-transform 375ms;
}
.menu-open .hamburger::after {
  -webkit-transform: translate3d(-4px, -1px, 0) rotateZ(45deg);
		  transform: translate3d(-4px, -1px, 0) rotateZ(45deg);  
}

nav {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  bottom: 0;
  z-index: -1;*/
  position: fixed;
  left: -300px;
  top: 30px;
  -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.41);
		  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.41);
  width: 50px;
  height: 50px;
  background: #ffffff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
   z-index: 11;
   overflow: hidden;
}
nav a:focus, nav a:hover {
text-decoration: none !important;
}
.menu-open nav {
  /*animation-duration: 10s;
  animation-name: wind;
  animation-iteration-count: infinite;*/
 
  left: 30px;
  -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.41);
		  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.41);
  width: 180px;
  height: 400px;
  background: #ffffff;

}

nav::before {
  //content: '';
  position: absolute;
  border-right: 1px solid rgba(41, 37, 47, .05);
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: 0;
  background: rgba(162, 183, 190, .8);
  -webkit-transform: rotateY(90deg);
		  transform: rotateY(90deg);
  -webkit-transition: -webkit-transform 350ms;
  transition: -webkit-transform 350ms;
  -o-transition: transform 350ms;
  transition: transform 350ms;
  transition: transform 350ms, -webkit-transform 350ms;
  -webkit-transform-origin: 0 0;
	  -ms-transform-origin: 0 0;
		  transform-origin: 0 0;
  -webkit-transition-delay: 200ms;
	   -o-transition-delay: 200ms;
		  transition-delay: 200ms;
}
.menu-open nav::before {
  -webkit-transform: none;
	  -ms-transform: none;
		  transform: none;
  -webkit-transition-delay: 0;
	   -o-transition-delay: 0;
		  transition-delay: 0;
}

nav ul {
  position: absolute;
  top: 50px;
  width: 100%;
  padding-left: 20px;
  pointer-events: all;
}

nav li {
  display: block;
  overflow: hidden;
  font-family: 'Helvetica Neue Light', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 26px;
  line-height: 16px;
  opacity: 0;
  padding: 12px 0;
  width: 100%;
  -webkit-transform: rotateY(90deg) rotateZ(-15deg);
		  transform: rotateY(90deg) rotateZ(-15deg);
  -webkit-transition: opacity 250ms, -webkit-transform 350ms;
  transition: opacity 250ms, -webkit-transform 350ms;
  -o-transition: transform 350ms, opacity 250ms;
  transition: transform 350ms, opacity 250ms;
  transition: transform 350ms, opacity 250ms, -webkit-transform 350ms;
  -webkit-transform-origin: 0 0;
	  -ms-transform-origin: 0 0;
		  transform-origin: 0 0;
}

nav li a {
  color: #1b1b1b;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 300;
}

nav li a::after {
  content: '';
  position: absolute;
  left: 0;
  width: 220px;
  bottom: 0;
  height: 2px;
  opacity: .5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(241, 194, 49, 0.42)), to(rgb(241, 194, 49)));
  background: -webkit-linear-gradient(left, rgba(241, 194, 49, 0.42), rgb(241, 194, 49));
  background: -o-linear-gradient(left, rgba(241, 194, 49, 0.42), rgb(241, 194, 49));
  background: linear-gradient(to right, rgba(241, 194, 49, 0.42), rgb(241, 194, 49));
  -webkit-transform: translateX(-220px);
	  -ms-transform: translateX(-220px);
		  transform: translateX(-220px);
  -webkit-transition: all 200ms 50ms;
  -o-transition: all 200ms 50ms;
  transition: all 200ms 50ms;
}
nav li a:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
		  transform: translateX(0);
  -webkit-transition: all 400ms 100ms;
  -o-transition: all 400ms 100ms;
  transition: all 400ms 100ms;
}


.menu-open nav li {
  opacity: 1;
  -webkit-transform: none;
	  -ms-transform: none;
		  transform: none;
}

nav li:nth-of-type(1) {
  -webkit-transition-delay: 400ms;
	   -o-transition-delay: 400ms;
		  transition-delay: 400ms;
}
nav li:nth-of-type(2) {
  -webkit-transition-delay: 300ms;
	   -o-transition-delay: 300ms;
		  transition-delay: 300ms;
}
nav li:nth-of-type(3) {
  -webkit-transition-delay: 200ms;
	   -o-transition-delay: 200ms;
		  transition-delay: 200ms;
}
nav li:nth-of-type(4) {
  -webkit-transition-delay: 100ms;
	   -o-transition-delay: 100ms;
		  transition-delay: 100ms;
}
nav li:nth-of-type(5) {
  -webkit-transition-delay: 0;
	   -o-transition-delay: 0;
		  transition-delay: 0;
}
.menu-open nav li:nth-of-type(1) {
  -webkit-transition-delay: 0;
	   -o-transition-delay: 0;
		  transition-delay: 0;
}
.menu-open nav li:nth-of-type(2) {
  -webkit-transition-delay: 100ms;
	   -o-transition-delay: 100ms;
		  transition-delay: 100ms;
}
.menu-open nav li:nth-of-type(4) {
  -webkit-transition-delay: 300ms;
	   -o-transition-delay: 300ms;
		  transition-delay: 300ms;
}
.menu-open nav li:nth-of-type(5) {
  -webkit-transition-delay: 400ms;
	   -o-transition-delay: 400ms;
		  transition-delay: 400ms;
}

@-webkit-keyframes wind {
  0%, 100% {
	-webkit-transform: none;
			transform: none; 
  }
  20% {
	-webkit-transform: rotateX(5deg) rotateY(8deg);
			transform: rotateX(5deg) rotateY(8deg); 
  }
  40% {
	-webkit-transform: rotateX(-2deg);
			transform: rotateX(-2deg); 
  }
  60% {
	-webkit-transform: rotateY(-3deg) rotateX(7deg);
			transform: rotateY(-3deg) rotateX(7deg); 
  }
  80% {
	-webkit-transform: rotateY(-4deg) rotateX(2deg);
			transform: rotateY(-4deg) rotateX(2deg); 
  }
}

@keyframes wind {
  0%, 100% {
	-webkit-transform: none;
			transform: none; 
  }
  20% {
	-webkit-transform: rotateX(5deg) rotateY(8deg);
			transform: rotateX(5deg) rotateY(8deg); 
  }
  40% {
	-webkit-transform: rotateX(-2deg);
			transform: rotateX(-2deg); 
  }
  60% {
	-webkit-transform: rotateY(-3deg) rotateX(7deg);
			transform: rotateY(-3deg) rotateX(7deg); 
  }
  80% {
	-webkit-transform: rotateY(-4deg) rotateX(2deg);
			transform: rotateY(-4deg) rotateX(2deg); 
  }
}
/*-----------------team-page-----------------*/
#top {
  padding-top: 100px;
  padding-bottom: 55px;
}
#top .text-center {
	text-align: center;
	max-width: 950px;
	margin: auto;
}
#top .break {
	width: 40px;
	height: 2px;
	background: #f1c231;
	margin: 20px auto;
}
.team-section, .careers-section {
	background-color: #ffffff;
	background-image: url(../img/bg2-trans.png);
	padding: 30px 0;
}
.member {
	text-align: center;
	padding: 30px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	/* cursor: pointer; */
}
.member .map-image {
	box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}
/*.member:hover .memberimg {
  filter:  grayscale(1) blur(5px);
}*/
.member h3 {
	font-weight: 500;
	font-size: 16px;
	margin-top: 8px;
}
.member p {
  font-weight: 300;
  font-size: 18px;
  margin-top: 8px;

}
.member p.desc {
	max-width: 180px;
	height: 279px;
	background: rgba(0,0,0,0.3);
	color: white;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	top: 30px;
	padding: 20px 10px;
	font-size: 14px;
		-webkit-box-align: center;
			-ms-flex-align: center;
				align-items: center;
	-ms-flex-line-pack: center;
		align-content: center;
	-ms-flex-item-align: center;
		align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;

}
/*.member:hover .desc {
  opacity: 1;
 }*/
.memberimg {
	width: 100%;
	max-width: 180px;
	-webkit-box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.42);
			box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.42);
	-webkit-filter: grayscale(1);
			filter: grayscale(1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	max-width: 250px;
	width: 250px;
		-o-object-fit: cover;
		   object-fit: cover;
	height: 250px;
		-o-object-position: 50% 10%;
		   object-position: 50% 10%;
}

/*-----------------careers-page-----------------*/
.apply-at {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}

.mail-link {
/*	color: #FFF !important;
	background: #1b1b1e;
	padding: 3px 10px;*/
	text-decoration: none !important;
  color: black !important;
}

.career-item {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1px;
	background: rgba(255,255,255,0.4);
	border: 2px solid #000;
	text-shadow: none;
	text-align: center;
	color: #000;
	margin: 30px auto;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	height: 50px;
	width: 100%;
	max-width: 270px;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.career-item:hover, .career-item:focus {
	background: #d6b500;
	border: 1px solid #d6b500;
	color: #FFF;
	-webkit-box-shadow: 2px 2px 13px -2px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 13px -2px rgba(0,0,0,0.4);
}

.popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	z-index: 99;
	display: none;
}

.pop-close {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
}

.career-pop {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	background: #FFF;
	padding: 25px;
	width: 100%;
	max-width: 770px;
	min-height: 390px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
	display: none;
}

.career-pop .pop-header {
	display: flex;
	margin-bottom: 30px; 
}

.career-pop .pop-header a {
	display: block;
	color: #000;
	font-size: 24px;
	margin-right: 30px;
	text-decoration: none !important;
	position: relative;
}

.career-pop .pop-header a:after {
	content: "";
	display: block;
	width: 0%;
	height: 4px;
	background: #000;
	transition: all 300ms ease-in-out;
}

.career-pop .pop-header a.active {
	font-weight: 700;
}

.career-pop .pop-header a.active:after {
	width: 100%;
}

.pop-body {
	position: relative;
}

.pop-body {
	position: relative;
	min-height: 250px;
	overflow-y: scroll;
}

.pop-body .content-wrap {
	position: absolute;
	top: 0px;
	left: 0;
	display: none;
}

.pop-body .content-wrap.active {
	display: block;
}

.pop-body ul {
	list-style: disc;
	padding-left: 15px;
}

.pop-footer {
	display: flex;
}

.pop-footer a {
	margin: 20px auto;
}




@media screen and (max-width: 767px) {





	
html, body
{
  /*width: 100vw;
  overflow-x: hidden;*/
}
.row.brain-box {
	margin-top: 20px;
}
.features-section > div > h2 {
	margin-bottom: 0;
}
.col-md-12.icons {
  margin-left: auto !important;
  margin-right: auto !important;
}
p {
  width: 90% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.iphone p {
  width: 90% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.item-body p {
	margin-bottom: 20px;
	max-width: 300px;
}
html body .container-fluid, html body .container{
  padding-right: auto !important;
  padding-left: auto !important;
}
/*html body p.text-center {
  max-width: 300px !important;
  width: 300px !important;
}*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
   padding-right: auto !important;
  padding-left: auto !important;
}
.four-icons-inner p {
  width: 300px;
}
.ssp-section
{
  padding-top: 20px;
}
.item-body {
	text-align: center;
	padding: 40px 0;
}
.four-icons-inner
{
  padding-left: 0;
}
.features-section .brain-box h2
{
  margin-bottom: 60px !important;
}
.effect-section .section-heading {
	margin-bottom: 10px;
}
  .desktoponly {
	display: none !important;
  }

  .mobileonly {
	display: block;
  }

  .partner-box {
	width: 50%;
  }
.four-blocks  h4
{
  font-size: 16px;
}
  .four-blocks ul li {
	width: 48%;
	height: 270px;
	display: block;
  }

  .four-blocks ul {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 100%;
  }

  .four-icons-inner {
	width: 100%;
	float: none;
	margin: 20px 0;
  }
  
  .brain-box .col-md-4 {
	height: auto !important;
  }
  
  .brain-col {
	height: auto !important;
  }

  .mbfx{
	width: 100% !important;
	text-align: center !important;
  }

  .mbfx3{
	width: 100% !important;
  }

  .mbfx3 img{
	padding-top: 30px !important;
  }

  .desktopv{
	display: none !important;
  }

  .mobilev{
	display: block !important;
  }

  #tech-s{
	padding: 50px 0;
  }
  .dashy {
	display: none;
  }
  .social-icons {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.jumbotron.hero {
	height: 550px;
	min-height: 540px;
	padding-bottom: 0 !important;
}
.jumbotron h1 {
  font-size: 22px;
	  margin-top: 40px;
}
.hero h1 img {
	max-height: 58px;
	margin-top: 20px;
  } 
  .jumbotron p.biggerp {
	max-width: 100% !important;
	width: 100% !important;
	margin: auto;
	font-size: 18px !important;
}
.main-btn {
	  width: 320px;
}
.hero .logo {
	  max-height: 80px;
	  top: 20px;
}
.sticky {
  display: none !important;
}
#menu-button {

	top: 0;
	left: 0;
  }
  nav {
	top: 0;
  }
  .menu-open nav {
	left: 0;
  }
/*----------team page mobile----------*/
.member {
	  padding: 15px 0;
}
.member p.desc {
  max-width: 160px;
	width: 160px;
	height: 248px;
}
.member .memberimg {
  max-width: 160px;
  height: 160px;
}

/*----------career page mobile----------*/
	.career-pop {
	    min-height: 500px;
	    padding-top: 80px;
	}

  .career-pop .pop-header a {
	  font-size: 21px;
  }

}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #555 !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #555 !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder{
  color: #555 !important;
}

input::placeholder, textarea::placeholder{
  color: #555 !important;
}

.biggerp{
  font-size: 24px !important;
  margin-bottom: 30px !important;
}

.diagram-section {
	margin: 40px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.diagram-section .container {
	padding: 0;
}

.diagram-section .diagram {
	position: relative;
	background: url(../img/diagram2.png) no-repeat center;
	height: 551px;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

@media screen and (max-width: 768px) {
	.diagram-section .diagram {
		background: url(../img/diagram2-m.png) no-repeat center;
		height: 721px;
		background-size: contain;
	}
}

.diagram-section .diagram .block-sm {
	width: 75px;
	height: 75px;
	margin-bottom: 25px;
	border-radius: 10px;
	-webkit-box-shadow: -2px 2px 15px -3px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 15px -3px rgba(0, 0, 0, 0.3);
	text-align: center;
	line-height: 75px;
	font-size: 22px;
	font-weight: lighter;
}

.diagram-section .diagram .left-col {
	position: absolute;
	top: 107px;
}

.diagram-section .diagram .left-col h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
  /* color: white; */
}

.diagram-section .diagram .left-col .block-sm {
	background: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#bfbfbf));
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #bfbfbf 100%);
}

@media screen and (max-width: 768px) {
	.diagram-section {
        background-size: cover;
  }
  .diagram-section .diagram .left-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 30px);
		top: 20px;
	}
  .diagram-section h2 {
    margin-top: 30px;
  }
  html body .diagram-section.hood-section .col-md-6.mbfx3 {
    margin-top: 0 !important;
  }
	.diagram-section .diagram .left-col h3 {
		display: block;
		width: 100%;
	}
	.diagram-section .diagram .left-col .block-sm {
		margin: 0 10px;
	}
}

.diagram-section .diagram .right-col {
	position: absolute;
	top: 107px;
	right: 0;
}

.diagram-section .diagram .right-col h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
  /* color: white; */
}
.diagram-section .mbfx2 p {
	text-align: justify;
	max-width: 700px;
	margin: 0 auto;
	text-align-last: center;
}
.diagram-section .diagram .right-col .block-sm {
	background: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fcd954));
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #fcd954 100%);
}

@media screen and (max-width: 768px) {
	.diagram-section .diagram .right-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 30px);
		top: auto;
		right: 15px;
		bottom: 10px;
	}
	.diagram-section .diagram .right-col h3 {
		display: block;
		width: 100%;
		margin-top: 10px;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.diagram-section .diagram .right-col .block-sm {
		margin: 0 10px;
	}
}

.diagram-section .diagram .center-block {
	position: absolute;
	top: 260px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
  cursor: pointer;
}

.diagram-section .diagram .center-block h3 {
	text-align: center;
	font-size: 26px;
	font-weight: lighter;
	line-height: 1.2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 169px;
	height: 169px;
	margin: 0 auto;
	padding-top: 42px;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

.diagram-section .diagram .center-block h3 span {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.diagram-section .diagram .center-block h3 {
		font-size: 22px;
		width: 105px;
		height: 105px;
		margin: 0 auto;
		padding-top: 17px;
		border-radius: 50%;
		animation: pulse 2s infinite;
		transform: translate(-5px, 5px);
	}
	.diagram-section .diagram .center-block h3 span {
		font-size: 32px;
	}
  .hood-section.diagram-section .row {
    width: 100%;
    margin: 0 !important;
  }
  .diagram-section .mbfx2 p {
    margin: auto !important;
  }
}
.hood-section.diagram-section .row {
    width: 100%;
}
.diagram-section .diagram .center-block .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 350px;
	min-height: 130px;
	background: #FFF;
	border-radius: 15px;
	border: 2px solid #fcd954;
	-webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3);
	padding: 15px 20px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.diagram-section .diagram .center-block .content.active {
	opacity: 1;
	pointer-events: all;
}

.diagram-section .diagram .center-block .content h4 {
	text-align: left;
	width: 100%;
	font-size: 18px;
	/* font-weight: bold; */
}

.diagram-section .diagram .center-block .content p {
	font-size: 15px;
	line-height: 1.2;
}

.diagram-section .diagram .center-block .content .close {
	position: absolute;
	top: 5px;
	right: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}



@media screen and (max-width: 992px) {
	.diagram-section .diagram {
		background-size: 82%;
	}
	.diagram-section .diagram .center-block h3 {
		padding-top: 52px;
		width: 135px;
		height: 135px;
	}
}
@media screen and (max-width: 770px) {
	.diagram-section .diagram .center-block {
		top: 50%;
		-webkit-transform: translate(-51%, -50%);
		transform: translate(-51%, -50%);
	}
	.diagram-section .diagram .center-block h3 {
		padding-top: 55px;
		width: 180px;
		height: 180px;
		transform: translate(-5px, 5px);
	}
}
@media screen and (max-width: 480px) {
	.diagram-section .diagram .center-block h3 {
		width: 115px;
		height: 115px;
		padding-top: 25px;
		transform: translate(-5%, 4%);
	}
	.diagram-section .diagram {
		background-size: contain;
	}
	.diagram-section .diagram .center-block {
		width: 350px;
		top: 360px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.diagram-section .diagram .hover-el {
	background: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#bfbfbf));
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #bfbfbf 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	width: 150px;
	height: 60px;
	border-radius: 20px;
	font-size: 16px;
	position: absolute;
	-webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3);
	padding: 0 10px;
	line-height: 1.1;
	animation: pulse 2s infinite;
}

@media screen and (max-width: 768px) {
	.diagram-section .diagram .hover-el {
		width: 100px;
		height: 50px;
		font-size: 14px;
	}
}

.diagram-section .diagram .hover-el:after {
	content: "+";
	position: absolute;
	top: 5px;
	right: 13px;
	font-size: 12px;
}

.diagram-section .diagram .hover-el.top {
	top: 100px;
}

@media screen and (max-width: 768px) {
	.diagram-section .diagram .hover-el.top {
		top: 240px;
	}
}

.diagram-section .diagram .hover-el.bottom {
	bottom: 125px;
}

@media screen and (max-width: 768px) {
	.diagram-section .diagram .hover-el.bottom {
		bottom: 245px;
	}
}

.diagram-section .diagram .hover-el.left {
	left: 310px;
}

@media screen and (max-width: 992px) {
	.diagram-section .diagram .hover-el.left {
		left: 180px;
	}
}

@media screen and (max-width: 480px) {
	.diagram-section .diagram .hover-el.left {
		left: 55px;
	}
}

.diagram-section .diagram .hover-el.right {
	right: 310px;
}

@media screen and (max-width: 992px) {
	.diagram-section .diagram .hover-el.right {
		right: 180px;
	}
}

@media screen and (max-width: 480px) {
	.diagram-section .diagram .hover-el.right {
		right: 67px;
	}
}



@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(252, 217, 84, 0.4);
	}
	70% {
		-webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 20px rgba(252, 217, 84, 0);
	}
	100% {
		-webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(252, 217, 84, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(252, 217, 84, 0.4);
		box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(252, 217, 84, 0.4);
	}
	70% {
		-moz-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 20px rgba(252, 217, 84, 0);
		box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 20px rgba(252, 217, 84, 0);
	}
	100% {
		-moz-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(252, 217, 84, 0);
		box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(252, 217, 84, 0);
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
}

img {
	max-width: 100%;
}

.screen-wrap {
	background: url(../img/imaccomputerscreen.png) no-repeat top;
	background-size: contain;
	height: 400px;
	width: 100%;
	position: absolute;
	bottom: 40px;
	right: -50px;
	transform: translateY(100%);
}
.screen-wrap img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translateX(-50%);
}
.join-us-btn {
	background: #f2f2f2;
	text-decoration: none !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#bfbfbf));
	background-image: linear-gradient(to bottom, #f2f2f2 0%, #bfbfbf 100%);
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	font-size: 16px;
	-webkit-box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.3);
	padding: 0 10px;
	line-height: 1.1;
	margin: 0 auto;
	animation: pulse 2s infinite;
}
.cookies-snackbar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: black;
	color: #FFF;
	padding: 10px 30px;
	z-index: 99999;
	transform: translate(0, 0);
	transition: all 0.3s ease;
}
.cookies-snackbar.out {
	transform: translate(0, 100%);
}
.cookies-snackbar p {
	font-size: 14px;
	font-weight: lighter;
}
.cookies-snackbar .ok-button {
	display: block;
	margin-left: auto;
	padding: 5px 20px;
	background: #d6b500;
	width: fit-content;
	color: #FFF;
	text-transform: uppercase;
}
#top .dialog-inner {
	margin-top: 0;
}

.logos-strip {
	position: absolute;
	bottom: 125px;
	right: 0;
	z-index: 9;
	box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.3);
	transform: translateX(150%);
	animation: strip-in 0.5s 2s forwards;
}

.contact-details .details-row {
	display: flex;
	justify-content: center;
}

.contact-details .details-row p {
	margin: 0 10px;
}

span.divider {
	color: #000;
	font-size: 18px;
}

.contact-details .details-row p strong {
	font-weight: bold;
}

.contact-details h3 {
	text-align: center;
	color: #000;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}

@keyframes strip-in {
	0% {
		transform: translateX(150%);
	}
	100% {
		transform: translateX(0%);
	}
}

@media screen and (max-width: 768px) {
	.screen-wrap {
		position: relative;
		bottom: 0;
		right: 0;
		transform: translateY(0);
	}
	.cookies-snackbar {
		padding: 10px 0;
	}
	.cookies-snackbar p {
		font-size: 12px;
	}
	.logos-strip {
		bottom: 70px;
		max-width: 150px;
		animation: strip-in 0.5s 2s forwards;
	}
}

.btn-login {
	box-shadow: 3px 7px 9px 2px rgba(0, 0, 0, 0.17);
	background: #fff;
	color: #000;

	z-index: 13;
	right: 28px;
	font-size: 23px;
	top: 0;
	text-align: center;
	font-weight: 400;
	/* padding: 15px 12px 15px 13px; */
	position: fixed;
	top: 30px;
	transition: all 0.1s ease;
}


.btn-login-hover{
display: none ;
overflow-y: hidden;
	max-height: 500px; /* approximate max height */


}
.btn-login h5{
	transition: all 0.1s ease;
	padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
}

.btn-login-hover img{
	width: 24px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


 #out{
	 cursor: pointer;
	padding: 5px 0px 5px 0px;
	width: 15px;
	display: none;
	text-align: center;
display: none;
	margin: 0 auto;
}

.btn-login-hover #core-login{
	width: 80px;
	margin-top: 15px;
}

.btn-login-hover h2 {
	font-size: 18px;
	margin-top: 8px;
	color: #000;
	margin-bottom: 2px;
	font-weight: 400;
}

.btn-login-hover h1 {
	transition: all 0.1s ease;
	background: #d6b500;
	padding: 10px;
	color: #000;
	font-size: 16px;
	border: 2px solid #d6b500;
	margin: 10px;
	
}

.blocklogin{
	
	display: block !important;
}


.nonelogin{
display:none !important;

}




.btn-login-hover a:hover {
text-decoration: none !important;
	
}



#h5login{

	cursor: pointer;
}

.btn-login h5:hover {
	transform: scale(1.1); 

}

.btn-login-hover h1:hover{
	background: transparent;
	transition: all 0.1s ease;
}



@media screen and (max-width: 768px) {
	.btn-login {
		right: 0;
		top: 0;
	}

	.btn-login h5 {
		padding: 8px;
	}

}
