body,
html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Larsseit-Light, sans-serif;
}

header {
  padding: 154px 0 100px;
}

section {
  min-height: 300px;
  border-top: 1px solid #f1f1f1;
}

#work {
  margin-top: 100px;
  min-height: 200px;
}

.bg-light1 {
  background-color: #fff;
}

.pad-0 {
  padding: 0px;
}

.pad-10 {
  padding: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-30 {
  padding: 30px;
}

.pad-40 {
  padding: 40px;
}

.pad-50 {
  padding: 50px;
}

.pad-60 {
  padding: 60px;
}

.pad-70 {
  padding: 70px;
}

.pad-80 {
  padding: 80px;
}

.custom-align {
  text-align: center;
}

.carousel-control-prev-icon {
  background-image: url("../img/arrow-prev.png");
  left: 0;
  position: absolute;
  height: 80px;
  width: 40px;
  opacity: 0.6;
}

.carousel-control-next-icon {
  background-image: url("../img/arrow-next.png");
  right: 0;
  position: absolute;
  height: 80px;
  width: 40px;
  opacity: 1;
}

.cta {
  background-color: #eb3a3c;
  border-color: #eb3a3c;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.cta:hover,
.cta:active,
.cta:focus {
  color: #fff;
  background-color: #f23032;
  border-color: #f23032;
}

/****************************************
*		HEADER START
****************************************/

.navbar {
  background: white;
}

.navbar-brand .logo {
  height: 35px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s ease-in all;
  -webkit-transition: 0.3s ease-in all;
  -moz-transition: 0.3s ease-in all;
  color: #000;
}

.navbar-nav .nav-item .nav-link.active {
  background: #000;
  color: #fff;
}

.navbar-light .navbar-toggler {
  border-color: #ccc;
}

.navbar-collapse ul {
  padding-top: 20px;
}

.navbar-collapse ul li.nav-item a {
  padding-left: 12px;
}

/****************************************
*		HEADER END
****************************************/

/****************************************
*		INTRO START
****************************************/

#intro {
  /*height: 400px;*/
  /*background-image: url('../img/intro-banner.jpg');*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
}

#intro h1 {
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  font-family: Larsseit-Bold;
  font-weight: normal;
  letter-spacing: 0.003em;
  line-height: 1.125;
  font-size: 50px;
}

#intro p {
  font-size: 20px;
}

/****************************************
*		INTRO END
****************************************/

/****************************************
*		VALUES START
****************************************/

#values div {
  margin-bottom: 1.5em;
}

.values-header {
  margin-bottom: 1.5em;
}

.values-title {
  color: rgba(44, 83, 104, 1);
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.925rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.values-para {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}

.values_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.values_icon img {
  max-width: 150px;
  margin-bottom: 25px;
  max-height: 150px;
}

.award-category {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.award-entry {
  font-size: 0.7rem;
  text-transform: uppercase;
}

.imageBanner {
  position: relative;
}

.imageBanner img {
  width: 100%;
}

.award-box {
  position: absolute;
  z-index: 33;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}

.award-show {
  font-family: Larsseit-Bold, sans-serif;
  font-size: 1em;
}

.award-entry {
  /* letter-spacing: -1px; */
}

.text-breaker {
  display: block;
}

/****************************************
*		CHANNEL END
****************************************/

/****************************************
*		CHANNEL START
****************************************/

.channel {
  padding: 80px 30px;
}

.channel .channel-img {
  width: 70%;
}

/****************************************
*		CHANNEL END
****************************************/

/****************************************
*		FOUNDERS START
****************************************/

.founder-content {
  padding: 0px 20px;
}

.founder * {
  text-align: center;
}

.founder-content p {
  font-size: 20px;
}

.founder .front {
  margin: 0 auto;
}

.founder-name p {
  font-size: 20px;
  font-weight: 600;
}

#founders .channel .front,
#founders .channel .back {
  width: 100%;
}

#founders .channel .back {
  padding: 0;
}

#founders .channel .channel-img {
  border-radius: 50%;
}

// #founders .founder-name {
// 	padding-top: 10px;
// }
#founders .channel {
  padding: 50px 30px;
}

/*
.founder .front .founder-img {
	width: 100%;
}*/

#founders .back .back-content {
  text-align: center;
  color: #000 !important;
  font-size: 14px;
}

/****************************************
*		FOUNDERS END
****************************************/

/****************************************
*		WORKSPACE START
****************************************/

.workspace-carousel-wrapper {
  padding-right: 0;
  padding-left: 0;
  /*max-height: 600px;*/
}

.workspace-content {
  padding: 30px 0px;
  position: relative;
  padding-bottom: 30px;
}

.workspace-content .cta {
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  padding: 20px;
}

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

#workspace-carousel .carousel-item img.d-block {
  width: 100%;
}

/****************************************
*		WORKSPACE END
****************************************/

/****************************************
*		TEAM START
****************************************/

.team-content {
  padding: 0px 20px 60px 20px;
}

#team-carousel .col-md-2 {
  padding: 0;
}

#team-carousel .d-block {
  width: 100%;
}

.team-member {
  padding: 0 3px;
}

/****************************************
*		TEAM END
****************************************/

/****************************************
*		PRESS START
****************************************/

#press {
  padding: 0 0 50px 0;
}

.press-content {
  padding: 30px 20px;
}

.press-content p {
  font-size: 20px;
}

.press-links-wrapper a {
  text-decoration: none;
}

.press-img {
  display: inline-block;
  padding: 10px;
  width: 120px;
  display: none;
}

#press-load-more {
  color: #777;
}

#press-show-less {
  color: #777;
  display: none;
}

.news-content {
  padding: 0px 30px 50px 20px;
}

/****************************************
*		PRESS END
****************************************/

/****************************************
*		INVESTORS START
****************************************/

.invest-content {
  padding: 30px 20px;
}

.invest-content p {
  font-size: 20px;
}

.invest-logo {
  padding: 30px 0;
  text-align: center;
  background: white;
}

.invest-logo a {
  padding: 10px;
  display: inline-block;
}

.invest-logo a img {
  height: 120px;
  width: 120px;
}

/****************************************
*		INVESTORS END
****************************************/

/****************************************
*		CONTACT START
****************************************/

.contact-content {
  padding: 30px 20px;
}

.contact-content .lead a {
  color: red;
}

.map-wrapper {
  padding-left: 0;
  padding-right: 0;
}

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

/****************************************
*		CONTACT END
****************************************/

.flip-container a,
.flip-container a:visited {
  text-decoration: none;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

/* FLIP */

/* simple */

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* START: Accommodating for IE */

.flip-container.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-container.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* END: Accommodating for IE */

.flip-container,
.front,
.back {
  min-height: 265px;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  width: 100%;
}

.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  padding-top: 40px;
}

.back .back-h {
  color: #000;
  font-size: 22px;
  font-family: Larsseit-Bold, sans-serif;
}

.back .back-content {
  font-size: 20px;

  padding: 0 20px;
  color: #ffffff;
}

.main_plus_footer_social ul {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
}
.main_plus_footer_social ul li {
  float: left;
  list-style: none;
  margin-right: 16px;
}
.main_plus_footer_social ul li a img {
  width: 32px;
  height: 32px;
}

/* END: Accommodating for IE */

/* MOBILE VIEW */

@media only screen and (max-width: 500px) {
  header {
    padding-top: 120px;
    padding-bottom: 55px;
  }
  #intro h1 {
    font-size: 38px;
  }
  .custom-align {
    text-align: left;
  }
  .flip-container,
  .front,
  .back {
    width: 100%;
  }
  .channel {
    padding: 10px;
  }
  .flip-container .back {
    padding-top: 35px;
  }
  .workspace-content {
    padding-bottom: 100px;
  }
  #map {
    min-height: 350px;
  }
  // #founders .founder-name {
  // 	padding-top: 30px;
  // }
  #founders .channel {
    // display: flex;
    // flex-direction: column-reverse;
    padding: 10px;
  }
}

@media only screen and (max-width: 667px) and (orientation: landscape) {
  .flip-container,
  .front,
  .back {
    min-height: 320px;
  }
  .workspace-content {
    padding-bottom: 75px;
  }
}

#links-slider {
  padding-top: 30px;
}

#team-slider img {
  margin: 0 auto;
  width: 100%;
}

.slick-prev,
.slick-next {
  opacity: 0.4;
  height: 80px;
  width: 40px;
  z-index: 2;
}

.slick-prev {
  left: -10;
  background: url("../img/prev.svg") no-repeat center center;
  background-size: 100% 100%;
}

.slick-next {
  right: 10;
  background: url("../img/next.svg") no-repeat center center;
  background-size: 100% 100%;
}

.slick-prev::before,
.slick-next::before {
  content: " ";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.8;
}

.slick-prev:hover,
.slick-prev:focus {
  background: url("../img/prev.svg") no-repeat center center;
  background-size: 100% 100%;
}

.slick-next:hover,
.slick-next:focus {
  background: url("../img/next.svg") no-repeat center center;
  background-size: 100% 100%;
}
