body {
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 60%;
}

.logo {
  height: 50px;
  margin-top: 15px;
}

.navbar {
  z-index: 1029;
}

.back-to-projects {
  padding: 2rem 0 0 5rem;
  color: #40c1ac;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.btn {
  background: #fff;
  font-size: 13px;
  color: #40c1ac;
  margin: 0 auto;
}

.affix {
  background-color: #101820;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;
}

.nav-item {
  text-transform: uppercase;
  font-size: .8rem;
  border: 2px solid transparent;
  border-radius: 20px;
  margin: 0 10px;
}

.nav-item.button-green {
  border: 2px solid #40c1ac;
}

.nav-item.button-green span {
  color: #40c1ac;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  /*text-shadow: 1px 1px #000;*/
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #40c1ac;
}

.nav-item.button-beyond {
  border: 2px solid #40c1ac;
  background: #40c1ac;
  cursor: pointer;
}

.nav-item.button-beyond:hover span {
  color: #fff;
}

.nav-item.button-beyond:hover {
  border: 2px solid #229a99;
  background: #229a99;
}

.nav-item.button-beyond:hover span {
  color: #fff;
}

.nav-item.button-beyond span {
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
}

.carousel-indicators .active {
  background-color: #b0b0b0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #40c1ac;
}

ol.carousel-indicators>li {
  width: .8vw;
  height: .8vw;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #b0b0b0;
  margin-left: 17px;
  margin-right: 17px;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.carousel-control-prev-icon {
  background-image: url("../../assets/img/prev-icon-svg.png");
  width: 30px;
  height: 48px;
}

.carousel-control-next-icon {
  background-image: url("../../assets/img/next-icon-svg.png");
  width: 30px;
  height: 48px;
}

.down {
  background-image: url("../../assets/img/down-icon-svg.png");
  width: 24px;
  height: 15px;
}

.notop {
  margin-top: 1vw !important;
}

.carousel-caption {
  left: 8%;
  right: 8%;
  z-index: -2;
}

.carousel-caption+p {
  padding: 5%;
  color: #000;
}

section {
  padding-top: 5vw;
}

.solutions {
  background: #fff;
  padding: 4vw;
}

.reasoning {
  background: #f9f9f9;
  display: flex;
  justify-content: space-around;
  padding-top: 8vh;
}

.heading {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  font-size: 2.4rem;
}

.heading2 {
  font-weight: 600;
  color: #fff;
  font-size: 2.3rem;
}

.heading3 {
  font-weight: 600;
  color: #000;
  font-size: 1.7rem;
  margin-bottom: 2rem;
}

.solutions-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 40vw;
}

.solutions-box {
  padding: 7%;
  height: 370px;
}

.sub_text {
  font-size: 1rem;
}

.wp {
  white-space: normal;
}

.light {
  font-weight: 200;
}

.sub_text2 {
  font-size: 2rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.carousel-indicators {
  top: 100%;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-item.button-beyond:hover span {
  color: #fff;
}

.reasoning-box {
  text-align: center;
  margin: 4vh 5vw;
}

.h1, h1 {
  border: 0 !important;
}

.ise-video {
  margin: 2rem auto;
  text-align: center;
  margin-top: 2rem;
  max-width: 1048px;
}

.section-heading {
  text-align: center;
}

.reasoning-box-text {
  font-size: 1rem;
  line-height: 100%;
  margin-top: 2.5vw;
  text-align: center;
  font-weight: 600;
}

.reasoning-box-sub-text {
  font-size: .8rem;
  margin-top: -.5vw;
  font-weight: 400;
  line-height: 100%;
}

.reasoning-icon-box {
  height: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reasoning-icon {
  position: absolute;
  bottom: 0;
  max-width: 6vh;
  max-height: 6vh;
}

.our-clients-say-container {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.our-clients-say-box {
  padding: 5%;
  width: 95%;
  text-align: center;
}

.clients-about {
  margin: 10px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 5vh;
  width: 100%;
}

.client-image {
  float: left;
  width: 100px;
  margin: 0 2vw;
}

.client-name {
  font-weight: 700;
  font-size: 1.2rem;
}

.client-description {
  display: inline;
  font-size: 1rem;
}

.play-button {
  background: #229a99;
  border: 1px solid #229a99;
  margin: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  transition-duration: 1s;
  -webkit-transition-duration: .5s;
}

.play-button:hover {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.play-button:hover play-button-icon {
  background: #229a99;
}

.play-button-icon {
  width: 0;
  height: 0;
  margin-left: 1px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button:hover>.play-button-icon {
  border-color: transparent transparent transparent #fff;
}

.our-clients-say-indicators {
  display: none;
}

.section-get-in-touch {
  /*background: url("../../assets/img/contact_us_bg.jpg");*/
  /*min-height: 50vh;*/
  height: 300px;
}

.white {
  color: #fff;
}

.black {
  color: #000;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.get-in-touch-sub_text.white {
  font-size: 1.5vw;
}

.get-in-touch-heading.white {
  text-transform: uppercase;
  font-size: 2vh;
  margin-top: -4vw;
}

.button-bv {
  text-transform: uppercase;
  border: 2px solid #40c1ac;
  background: #40c1ac;
  border-radius: 50px;
  padding: 8px;
  width: 160px;
  display: block;
  margin-bottom: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button-find-out-more {
  background: #f9f9f9;
}

.transparent-bt {
  background: transparent;
  border: 2px solid #fff;
}

.button-bv>span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.button-find-out-more>span {
  color: #40c1ac;
}

.button-bv:hover {
  border: 2px solid #229a99;
  background: #229a99;
}

.button-find-out-more:hover {
  border: 2px solid #229a99;
  background: #229a99;
  color:#FFF;
}

.button-bv:hover span {
  color: #fff;
}

.button-find-out-more:hover span {
  color: #fff;
}

.video-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#modules {
  height: 100%;
}

header {
  width: 100%;
  height: 70vw;
  position: relative;
  background: #000;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.heading.black {
  color: #000;
  margin-right: 1vw;
}

.heading.green {
  margin-right: -.5vw;
}

.text-center.sub_text.about-us {
  margin: 3vw auto;
  max-width: 100%;
  font-size: 1rem;
}

a {
  color: #8f8f8f;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #40c1ac;
  text-decoration: none;
}

.required {
  color: #ba1245;
}

label {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.input-container {
  text-align: center;
  padding: 20px 2px;
}

input::placeholder, textarea::placeholder {
  color: #6e6e6e;
  font-weight: 400;
}

.map {
  padding: 0;
  overflow: hidden;
}

.map-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.contact-input {
  color: #000;
  padding: 5px 15px;
  display: block;
  width: 100%;
  font-size: 12px;
}

.image-upload>input {
  display: none;
}

.image-upload img {
  cursor: pointer;
}

.upload-attachment {
  text-transform: none;
  color: #40c1ac;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  margin-top: 15px;
  margin-left: 15px;
}

.button-bv.submit:hover {
  background: #40c1ac;
  border: 2px solid #40c1ac;
}

.button-bv.submit {
  margin: 0 auto;
}

.button-bv.submit:hover span {
  color: #fff;
}

.button-bv.submit span {
  color: #40c1ac;
}

.attachment-icon {
  margin: 15px;
}

.table td, .table th {
  border: none;
}

.table {
  table-layout: fixed;
}

.no-padding:nth-of-type(even) {
  padding: 10px 20px;
}

.no-padding {
  padding: 0;
}

.table-responsive {
  table-layout: fixed;
  white-space: nowrap;
}

.text-muted {
  margin-bottom: 10px;
  font-size: .7rem;
}

.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(64, 193, 172, .8);
}

.hero-heading-text {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 300;
  color: #fff;
}

.header-text-box.m {
  position: relative;
  display: block;
  margin: 0 5%;
}

.header-text-box {
  position: relative;
  display: none;
}

.button-bv.watch-demo {
  width: 200px;
  margin-top: 3vw;
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0 auto;
  background: transparent;
}

.button-bv.watch-demo:hover {
  background: #229a99;
  border: 2px solid #229a99;
}

.button-bv.watch-demo:hover>span {
  color: #fff !important;
}

.button-bv.watch-demo:hover watch-demo-button-text {
  background: #40c1ac;
  border: 1px solid #40c1ac;
}

.triangle {
  width: 8px;
}

.btn-primary {
  text-transform: uppercase;
  border: 2px solid #40c1ac;
  border-radius: 50px;
  font-weight: 500;
  padding: 8px;
  width: 160px;
  height: 40px;
  display: block;
  cursor: pointer;
  margin-bottom: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary:hover {
  color: #fff;
  background: #229a99;
  border: 2px solid #229a99;
}

.btn-primary:hover {
  color: #fff;
  background-color: #229a99;
  border-color: #229a99;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(64, 193, 172, .5);
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(64, 193, 172, .25);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(64, 193, 172, .5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #40c1ac;
  border-color: #40c1ac;
}

.sendbtn {
  background: #40c1ac;
  border: 1px solid #40c1ac;
  color: #fff;
}

#contact-sendbtn {
  display: inline-block;
}

.sendbtn:hover {
  background: #229a99;
  color: #fff;
  border: 1px solid #229a99;
}

.client-logos-box {
  text-align: center;
  background: #fff;
  padding-top: 3vw;
}

.client-logo {
  height: 4vw;
  margin: 0 1vh;
}

.client-logo-cc {
  height: .7rem;
  margin: 0 3vh 2rem 3vh;
}

.client-logo-cc.otp {
  height: 1rem;
}

.get-in-touch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-in-touch-article {
	display:block;
}

.contactinfo {
  margin-top: 8vh;
}

.contactm {
  margin: 15px;
}

.message {
	font-size: 20px;
    color: #FFF;
    text-align: center;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

.get-in-touch:nth-of-type(odd) {
  text-align: left !important;
}

.get-in-touch:nth-of-type(even) {
  background: red;
  justify-content: left;
}

#marketing_abra {
  max-width: 70%;
  margin: 15vw;
}

.reasoning-box-sub-text>p {
  margin-top: 45px;
  text-align: center;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #d7d8dd;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-image: url(../../assets/img/scrolltotop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

#scroll:hover {
  background-color: #40c1ac;
  opacity: .8;
}

.button-bv.watch-demo>.watch-demo-button-icon {
  border-color: transparent transparent transparent #40c1ac;
}

.button-bv.watch-demo:hover>.watch-demo-button-icon {
  border-color: transparent transparent transparent #fff;
}

.watch-demo-button-text {
  color: #40c1ac !important;
  margin-left: 50px;
}

.anchor {
  display: block;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 8px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #40c1ac;
}

.navbar.navbar-1 .navbar-toggler-icon {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}

.navbar-toggler {
  background-image: url(../../assets/img/mobil_menu_button.png);
  background-repeat: no-repeat;
  background-size: 30px 28px;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler-icon {
  width: 10px;
  height: 20px;
}

.nav {
  text-align: right;
}

.client-logo.otp {
  height: 6.5vw;
}

.upload-attachment {
  display: inline-grid;
}

.heading.contact-us {
  text-align: center;
  color: #fff;
}

.client-description-container {
  width: 300px;
}

.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.box:first-of-type>span {
  color: #000;
}

.box {
  position: relative;
  top: 0;
  padding: 1.5rem 0.5rem;
  margin: 8px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #d7d8dd;
  -webkit-box-shadow: 0px 2px 7.52px 0.48px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7.52px 0.48px rgba(0, 0, 0, 0.2);
  width: 250px;
  min-width: 220px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.box span {
  color: #40c1ac;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}

.box ul, article ul {
  text-align: left;
  list-style-type: none;
}

.box ul li, article ul li {
  text-indent: -1rem;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.box ul li i, article ul li i {
  margin: 0 0.5rem 0 0.5rem;
  color: #40c1ac;
}

article ul li {
  font-weight: 600;
}

article div ul li {
  font-weight: normal;
  font-size: .6rem;
}

article div ul li span {
  font-size: 1.2rem;
}

.box:hover {
  top: -20px;
}

.desc-box {
  display: none;
  border: 1px solid #d7d8dd;
  -webkit-box-shadow: 0px 2px 7.52px 0.48px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7.52px 0.48px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 22px;
}

.desc-box .arrow {
  position: absolute;
  top: -9px;
  left: 110px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-right: 1px solid #d7d8dd;
  border-bottom: 1px solid #d7d8dd;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.desc-box p {
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
}

.fas.fa-angle-down {
  font-size: 3rem;
  color: #b0b0b0;
}

.desc-boxes {
  max-width: 1094px;
  margin: 0 auto 2rem auto;
}

#db {
  padding-top: 20px;
}

.center {
  justify-content: center;
  margin-top: 30px;
}

.are-you-interested {
  background-image: -moz-linear-gradient( 0deg, rgb(64, 193, 172) 0%, rgb(35, 155, 154) 21%, rgb(5, 116, 135) 47%, rgb(16, 24, 32) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(64, 193, 172) 0%, rgb(35, 155, 154) 21%, rgb(5, 116, 135) 47%, rgb(16, 24, 32) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(64, 193, 172) 0%, rgb(35, 155, 154) 21%, rgb(5, 116, 135) 47%, rgb(16, 24, 32) 100%);
  padding: 10px;
}

.pageheading {
  background-image: -moz-linear-gradient( 0deg, rgb(5, 116, 135) 0%, rgb(35, 155, 154) 56%, rgb(64, 193, 172) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(5, 116, 135) 0%, rgb(35, 155, 154) 56%, rgb(64, 193, 172) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(5, 116, 135) 0%, rgb(35, 155, 154) 56%, rgb(64, 193, 172) 100%);
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.isometric {
  background-image: -moz-linear-gradient( 180deg, rgb(5, 116, 135) 0%, rgb(35, 155, 154) 56%, rgb(64, 193, 172) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(5, 116, 135) 0%, rgb(35, 155, 154) 56%, rgb(64, 193, 172) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(5, 116, 135) 0%, rgb(35, 155, 154) 56%, rgb(64, 193, 172) 100%);
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.space {
  background: black;
  height: 100px;
}

.interactive_projects {
  position: relative;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interactive_projects figure {
	width:100%;
}

.interactive_projects a {
	display:block;
	width:100%;
	height:0;
	padding-bottom:56.638418%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.interactive_projects a img {
	width:0;
	height: 0;
	opacity: 0;
}

.interactive_projects a span {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  width:100%;
  text-align: center;
  top: 50%;
  height: 44px;
  margin-top: -22px;
}

.interactive_projects a .fade {
	opacity:0.0;
	background-color: #40c1ac;
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.interactive_projects a:hover .fade {
	opacity:0.5;
}

.projects {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ol_green {
  background: rgb(64, 193, 172, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.project-left {
  list-style-type: none;
  padding-left: 4rem;
}

.project-info-main {
  font-size: 1.2rem;
  color: #212529;
  font-weight: 600;
  margin-bottom: -.4rem;
  text-transform: uppercase;
}

.project-left li:first-of-type .project-info-main:first-of-type {
  margin-top: 0.5rem;
}

li .project-info-main+p {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 5px;
}

.project-right-heading {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.project-right-content {
  padding: 0 1rem;
}

.project-right-content h1 {
	animation-name: fadeInUp;
    font-size: 2rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #40c1ac;
	padding: 0;
	text-align: center !important;
}

.project-right-content p {
	font-size: 1.2rem;
}

.project-right-content a.button {
	margin-bottom: 3rem;
	background: transparent;
	text-transform: uppercase;
	border: 2px solid #40c1ac;
	border-radius: 50px;
	padding: 8px;
	width: 160px;
	display: inline-block;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #40c1ac;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.project-right-content a.button:hover {
    border: 2px solid #229a99;
	background: #229a99;
	color:#FFF;
}

.project-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-hero .project-hero-maintext {
  position: absolute;
  color: white;
  z-index: 3;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 1rem;
}

.project-hero .project-hero-subtext {
  position: absolute;
  color: white;
  z-index: 3;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 4.5rem;
  line-height: 1.4rem;
  text-align: center;
}

figure {
  background: #40c1ac;
}

figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

figure:hover img {
  opacity: .5;
}

#rts, #itsd {
  max-width: 95%;
}

.cd-section {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.middle {
  margin-top: 10px;
  justify-content: center;
}

.cd-section--bg-fixed {
  min-height: 300px;
  background-attachment: fixed;
}

.cd-section:nth-child(1) {
  background-image: url("../../assets/img/contact_us_bg.jpg");
}

.graybg {
  background: #f9f9f9;
}

#cds {
  line-height: 2rem !important;
}

.cordia-devices {
  padding: 40px 3.4vw;
}

#testimontal {
  background: #f9f9f9;
  padding: 40px 10vw;
  text-align: left;
}

.tm {
  margin-top: 20px;
}

.mdesc {
  font-size: 1rem;
  margin: 2rem auto;
  display: none;
}

.social-icon:hover>i {
  color: #40c1ac;
}

.text-break {
  font-size: .8rem;
  color: #fff;
  word-wrap: break-word;
}

.lang-sect {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.2rem;
}

.lang-sect span {
  font-size: 1rem;
  color: #40c1ac;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.lang-sect span:nth-of-type(even) {
  color: #8f8f8f;
}

.position-boxes {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.position-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem auto;
  padding: 2rem 3rem;
  border: 1px solid #d7d8dd;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 7.52px 0.48px rgba(0, 0, 0, 0.2);
}

.position {
  font-size: 1.5rem;
  font-weight: 600;
}

#button-live-project, #button-live-project-go {
  margin-bottom: 3rem;
}

h2.position+p {
  font-size: 1.1rem;
  color: #727374;
  margin: 0;
  padding: 0;
}

.cc {
  background: #f9f9f9;
}

.infop {
  color: #ba1245;
  font-size: .8rem;
  font-weight: 600;
}

#video-darrow
 {
  cursor: pointer;
  transition-duration: 1s;
  -webkit-transition-duration: .5s
}

#video-darrowp
 {
  cursor: pointer;
  transition-duration: 1s;
  -webkit-transition-duration: .5s
}

#video-darrow:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

#video-darrowp:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

figure+span {
  cursor: pointer;
}

#panorama {
  height: 500px;
}

.panorama-div {
	height: 500px !important;
    margin: 2rem auto !important;
	margin-top: 2rem !important;
}

.xspace {
  margin-top: 5rem;
}

.fa-youtube {
  color: #3fc1ab;
  font-size: 3rem;
  transition: color 1s ease;
}

.fa-youtube:hover {
  color: #229a99;
}

.about-figures {
	background-image: -moz-linear-gradient( 0deg, rgb(64, 193, 172) 0%, rgb(35, 155, 154) 21%, rgb(5, 116, 135) 47%, rgb(16, 24, 32) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(64, 193, 172) 0%, rgb(35, 155, 154) 21%, rgb(5, 116, 135) 47%, rgb(16, 24, 32) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(64, 193, 172) 0%, rgb(35, 155, 154) 21%, rgb(5, 116, 135) 47%, rgb(16, 24, 32) 100%);
	padding: 88px 10px 84px;
}

.about-figures-title {
	color:#FFF;
	text-align: center;
	font-size: 46px;
	margin-bottom:20px;
}

.about-figures-num {
	color:#FFF;
	text-align: center;
	font-size: 100px;
}

.about-figures-subtitle {
	color:#FFF;
	text-align: center;
	font-size: 20px;
}