@font-face {
  font-family: 'Proxima';
  src: url("../fonts/proxima/ProximaNova-Regular.otf"); }
@font-face {
  font-family: 'Proxima-thin';
  src: url("../fonts/proxima/Proxima Nova Thin.otf"); }
@font-face {
  font-family: 'Proxima-bold';
  src: url("../fonts/proxima/Proxima Nova Bold.otf"); }
body {
  font-family: 'Proxima' !important;
  font-size: 17px;
  overflow-y: scroll;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.header_banner {
  height: 100vh;
  overflow: hidden;
  position: relative; }

.header_banner.height-auto {
  height: auto !important; }

.banner_image {
  position: relative;
  z-index: 2; }

.banner_image img.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px); }

.banner-text {
  margin-top: 40px;
  font-size: 2.5em; }

.header_banner.immersive .banner_overlay {
  background: #16011d;
  background: linear-gradient(180deg, rgba(22, 1, 29, 0.84) 17%, rgba(64, 47, 70, 0.8) 43%, rgba(117, 105, 121, 0.8) 65%, rgba(255, 255, 255, 0) 89%); }

.header_banner.marketplace {
  height: 100vh;
  background-color: #6e6770; }

.banner_overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%; }

.banner_overlay.home {
  background: rgba(6, 14, 85, 0.89);
  background: linear-gradient(71deg, #060e55 0%, rgba(8, 9, 78, 0.852) 38%, rgba(253, 236, 238, 0.5074404762) 76%, rgba(255, 255, 255, 0.2301295518) 89%); }

.banner_overlay.about {
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.966) 4%, rgba(8, 9, 78, 0.852) 48%, rgba(255, 255, 255, 0.377) 100%); }

.banner_overlay.dark {
  background: rgba(0, 0, 0, 0.5); }

.banner_card {
  position: absolute;
  top: 30%;
  z-index: 4;
  padding: 20px;
  width: 100%; }

.banner_card .card {
  max-width: 400px; }

.card.empty {
  background-color: transparent;
  border: none; }

.banner_text {
  position: absolute;
  top: 30vh;
  z-index: 4;
  width: 100%;
  font-family: 'Proxima' !important; }
  .banner_text.index h3 {
    line-height: 1.1em;
    color: #fff; }
  .banner_text.index p {
    font-size: 1.3em;
    margin-top: 25px;
    line-height: 1.2em;
    font-family: 'Proxima-thin'; }
  .banner_text.corporate {
    top: 20vh;
    color: white; }
    .banner_text.corporate h4 {
      font-weight: thin;
      margin-bottom: .5em; }
    .banner_text.corporate h2 {
      font-weight: bold;
      font-size: 3.2em;
      line-height: 1.3em; }
    .banner_text.corporate p {
      font-weight: thin;
      font-size: 1.3em; }

@media screen and (max-width: 600px) {
  .banner_text {
    position: absolute;
    top: 30vh;
    z-index: 4;
    width: 100%;
    font-family: 'Proxima' !important; }
    .banner_text.index h3 {
      line-height: 1.1em;
      font-weight: bold;
      font-size: 1.4em; }
    .banner_text.index p {
      font-size: 1em;
      margin-top: 15px;
      line-height: 1.2em; }
    .banner_text.corporate {
      top: 20vh;
      color: white; }
      .banner_text.corporate h4 {
        font-family: 'Proxima-thin';
        margin-bottom: .5em; }
      .banner_text.corporate h2 {
        font-weight: bold;
        font-size: 2.2em;
        line-height: 1.3em; }
      .banner_text.corporate p {
        font-weight: thin;
        font-size: 1.1em; } }
.navbar-nav .nav-item .nav-link {
  color: white;
  font-family: 'Proxima' !important;
  font-size: .9em; }

.navbar-nav .nav-item .nav-link.close-btn {
  margin: 0 auto;
  font-size: 1.7em;
  background-color: #cc2727;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.navbar-nav .nav-item .nav-link:hover {
  color: #ec2540; }

.navbar {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%; }

.navbar-small {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #ff3131;
  top: 0;
  left: 0;
  padding: 20px;
  display: none; }

.navbar-small.active {
  display: block; }

.navbar-small ul li {
  font-size: 1.1em;
  margin-top: 10px;
  text-align: center; }

.big-text {
  font-size: 3em; }

.medium-text {
  font-size: 1.7em !important; }

.mid-text {
  font-size: 1.4em; }

.text-blossom-red {
  color: #ec2540;
  text-decoration: none; }

.text-blossom-thin {
  font-family: "Proxima-thin" !important; }

.red-light {
  background-color: #faeff0; }

.purple-light {
  background-color: #f6effa; }

.blossom-text-box {
  padding: 20px;
  font-size: .95em;
  color: #3b373b;
  /* height: 200px; */ }

.banner-text-2 {
  text-shadow: 3px 2px 3px #bdbdbd94; }

.nav-btn {
  text-decoration: none !important;
  color: white;
  font-size: 1em; }

.nav-btn:hover {
  text-decoration: none !important;
  color: white;
  font-size: 1em; }

.ac-btn-red {
  background-color: #e2192d;
  border-radius: 2px;
  padding: 7px 15px;
  color: white;
  cursor: pointer;
  font-size: .95em;
  margin-right: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: backgroundColor .3 ease-in-out;
  -webkit-transition: backgroundColor .3 ease-in-out;
  -moz-transition: backgroundColor .3 ease-in-out;
  -ms-transition: backgroundColor .3 ease-in-out;
  -o-transition: backgroundColor .3 ease-in-out; }

.ac-btn-red:hover {
  background-color: #eb2a3d; }

.process-icon {
  text-align: center;
  margin-bottom: 20px; }

.process-icon i {
  font-size: 3em;
  color: #eb2a3d; }

.process-icon img {
  width: 70px; }

.process-text {
  text-align: center;
  font-family: 'Proxima' !important;
  color: #200122;
  font-size: 1.2em !important; }

.process-content {
  text-align: center;
  font-family: 'Proxima-thin' !important;
  color: black !important;
  font-size: .9em; }

.section {
  min-height: 400px; }

.section h3 {
  font-family: 'Proxima-bold' !important;
  font-size: 2em; }

.section.silver {
  background-color: #808b96; }

.section.gray {
  background-color: #dee4eb; }

.section.height-small {
  min-height: 100px; }

.section.red {
  background-color: #ff4646; }

.image-section {
  overflow: hidden; }

.image-section-box {
  overflow: hidden;
  height: 400px;
  padding: 0;
  position: relative; }

.image-section-box .img-box {
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 2; }

.image-section-box h5 {
  font-size: .95em;
  color: silver; }

.image-section-box p {
  font-size: .95em; }

.image-section-box.bg-white .hire-text {
  color: #000; }

.image-section-box-1 {
  width: 100%;
  padding: 0;
  position: relative; }

.image-section-box-1 p {
  color: black !important; }

.image-section-box-1 img {
  width: 100%; }

.image-section-box ul {
  padding-left: 20px; }

.image-section-box ul li {
  list-style: none;
  font-size: .9em;
  margin-bottom: 20px; }

.image-section-box ul li div {
  position: relative; }

.image-section-box ul li div::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff3c50;
  left: -20px;
  top: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.bg-silver {
  background-color: #f1f1f1; }

.bg-red {
  background-color: #f72b3f; }

.image-section-box.bg-grey {
  background-color: slategray; }

.image-section-box.bg-red {
  background-color: #f72b3f; }

.image-section-box.bg-red h3 {
  color: white; }

.image-section-box.bg-white h3, .image-section-box.bg-light h3 {
  color: slategray; }

.image-section-box.bg-white p, .image-section-box.bg-light p {
  color: #514b53; }

.image-section-box.bg-black {
  background-color: #000; }

.image-section-box.bg {
  padding: 30px; }

.section-image-text {
  margin-top: 20px; }

.section-image-text h3 {
  color: silver; }

.section-image-text h4.hire-text {
  color: white;
  font-size: 2.3em; }

.section-image-text p {
  color: white; }

.section-image-text p.hire-text {
  color: white; }

.section.footer {
  background-color: #16011d;
  padding: 60px 20px 0px 20px; }

.section.footer h3 {
  font-size: 1em;
  color: #901321; }

.section.footer .foot-contact {
  margin-top: 20px; }
  .section.footer .foot-contact a {
    color: white; }

.foot-social {
  margin-top: 20px; }

.foot-social a {
  text-decoration: none;
  color: white;
  font-size: 1.2em;
  margin-right: 20px; }

.section.footer .foot-contact p {
  margin: 0;
  color: white;
  font-size: .9em; }

.footer-navs {
  margin-top: 20px;
  padding: 0; }

.footer-navs li {
  list-style: none;
  padding: 4px 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out; }

.footer-navs li:hover {
  padding-left: 10px; }

.footer-navs li a, .footer-navs li {
  color: white;
  font-size: .9em;
  text-decoration: none;
  cursor: pointer; }

.section.parallax-bg {
  height: 400px;
  overflow: hidden;
  position: relative; }

.section.parallax-bg, .section.parallax-bg::before {
  background: 50% 50% / cover; }

.section.parallax-bg::before {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/parallax_redshirt.b89403cf750f.jpg");
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh; }

.testimony-box {
  position: relative; }

.testimony-box .buttons {
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  width: 100%; }

.testimony-box .dots {
  width: center;
  position: relative;
  text-align: center;
  color: #200122;
  font-size: .5em; }

.left-btn, .right-btn {
  position: absolute;
  cursor: pointer;
  color: slategray; }

.testimony-box .buttons .left-btn {
  left: 10%; }

.testimony-box .buttons .right-btn {
  right: 10%; }

.testimonials {
  max-width: 650px;
  margin: 0 auto; }

.testimoninal_item {
  padding: 10px; }

.testimoninal_item .avatar-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: -4px 4px 2px 0px #cecccc;
  background-image: url("../images/portrait_1.jpg");
  background-size: 150%;
  margin: 0 auto; }

.testimoninal_item .stars {
  color: #ffee00; }

.testimoninal_item .testimoninal_content {
  margin-top: 20px;
  font-size: .9em;
  font-family: 'Proxima' !important;
  color: #372c38;
  text-align: center; }

.testimoninal_item .item-by {
  margin-top: 10px; }

.testimoninal_item .testimoninal_content .name {
  font-family: 'Proxima-bold' !important;
  font-size: .8em; }

.testimoninal_item .testimoninal_content .from {
  font-family: 'Proxima' !important;
  font-size: .8em;
  color: silver; }

.featured_logo {
  width: 150px; }

.featured_logo img {
  width: 100%; }

.work_logo {
  width: 85px; }

.work_logo img {
  width: 100%; }

.location .address_title {
  color: #e3e3e3;
  font-size: 2.7em;
  display: inline-block;
  font-family: 'Proxima-bold' !important;
  vertical-align: top;
  margin-right: 15px; }

.location .address_text {
  font-size: 16px;
  text-align: left;
  color: white;
  font-family: 'Proxima', sans-serif !important;
  display: inline-block; }

.selection-content {
  width: 100%; }

.selection-content .img-box {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.selection-content .img-box img {
  width: 113%; }

.selection-content .process-step {
  position: relative;
  margin-left: 30px; }

.selection-content .process-step::before {
  background-color: #f55e6d;
  content: "";
  position: absolute;
  left: -30px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

/* .selection-content .process-step::after{
	width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #f55e6d;
    top: 17px;
    left: -18px;
} */
.selection-content .process-step span {
  position: absolute;
  left: -22px;
  color: white;
  text-align: center;
  font-size: 0.8em;
  top: 2px; }

.selection-content .process-step h3 {
  font-family: 'Proxima-bold' !important;
  font-size: 1.2em; }

.selection-content .process-step p {
  margin-top: 20px;
  font-family: 'Proxima-thin' !important; }

.video-thumb {
  background-color: silver;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.video-thumb .video_iframe {
  width: 110%; }

.section.image-section .img-box {
  width: 100%; }

.section.image-section .img-box img {
  width: 100%; }

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #dc3545; }

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0px 20px; }

.academy-skils .icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: top; }

.academy-skils .content {
  display: inline-block;
  width: calc(100% - 140px);
  margin-left: 30px; }

.academy-skils .header {
  font-weight: bold;
  font-size: 1.1em; }

.academy-skils .text {
  font-size: .9em; }

.line {
  margin: 10px 0 10px 0;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background-color: #212122;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }

.line.white {
  background-color: white; }

.line.red {
  background-color: #ec2540; }

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent; }

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

h3 {
  font-size: 24px; }

.blockquote {
  font-size: 15px; }

.parallax {
  /* The image used */
  background-image: url("static/images/parallax_redshirt.b89403cf750f.jpg");
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.carousel-caption {
  bottom: 60%; }

.carousel-caption2 {
  bottom: 23%; }

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .open > .dropdown-toggle.btn-outline-dark {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  /*set the color you want here*/ }

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open > .dropdown-toggle.btn-light {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  /*set the color you want here*/ }

.lingrad {
  background: #8a2387;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8a2387, #e94057, #f27121);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #8a2387, #e94057, #f27121);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.blossom-btn {
  padding: 10px 15px;
  border-radius: 3px;
  width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  font-size: .9em;
  cursor: pointer;
  border: none; }

.blossom-btn.red {
  background-color: #ff182f;
  color: white; }

.blossom-btn.green {
  background-color: #71c48a;
  color: white; }

.blossom-btn.dark {
  background-color: #0b1120;
  color: white; }

.blossom-btn.white {
  background-color: white;
  color: #ff3c50; }

.blossom-btn.wide {
  width: 250px;
  margin: 0 auto; }

.blossom-btn.full-width {
  width: 100%; }

.border-white {
  border: 1px solid;
  border-color: white; }

.team-box {
  border: 1px solid #ff3c50;
  padding: 40px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 330px;
  margin-bottom: 20px; }

.team-box .image-box {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: silver; }

.team-box .image-box img {
  width: 100%; }

.team-box .content {
  text-align: center; }

.team-box .content h4 {
  font-size: .95em;
  font-family: 'Proxima-bold' !important; }

.team-box .content h5 {
  font-size: .85em;
  font-family: 'Proxima' !important; }

.team-box .content .social {
  cursor: pointer;
  display: inline-block; }

.team-box .content .social span {
  margin-right: 10px;
  color: #2c333a; }

.team-box .content .social a {
  text-decoration: none; }

.sponsor-box {
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 180px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px; }

.sponsor-box .image-box {
  width: 100%; }

.sponsor-box .image-box img {
  width: 100%; }

.expect_card {
  padding: 10px; }

.expect_card .image-box {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px; }

.expect_card .image-box img {
  width: 100%; }

.expect_card h4 {
  font-size: 1em; }

.expect_card .para {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px; }

.expect_card .para:last-child {
  border-bottom: none; }

.expect_card .para p {
  font-family: 'Proxima-thin' !important;
  font-size: 0.9em; }

.career-testimony .image-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  vertical-align: top; }

.career-testimony .content-box {
  display: inline-block;
  width: calc(100% - 240px);
  margin-left: 20px; }

.career-testimony .image-box img {
  width: 100%; }

.career-testimony .content-box p {
  font-family: 'Proxima-thin' !important;
  font-size: 1em; }

.background-image-section {
  position: relative;
  max-height: 350px;
  overflow: hidden; }

.background-image-section .overlay {
  position: absolute;
  background: black;
  background: linear-gradient(42deg, black 4%, rgba(0, 0, 0, 0.3645833333) 89%);
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0; }

.background-image-section .content {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0; }

.background-image-section .content p {
  font-size: 1.1em;
  font-family: 'Proxima-thin' !important; }

.background-image-section .image-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2; }

.background-image-section .image-box img {
  width: 100%; }

.curved div {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.font-thin {
  font-family: 'Proxima-thin' !important; }

.font-bold {
  font-family: 'Proxima-bold' !important; }

.double-icon {
  position: relative; }

.double-icon span {
  font-size: 3.2em;
  color: slategray; }

.helper-text {
  text-align: center;
  font-size: .9em;
  font-style: italic; }

.timeline {
  position: relative;
  width: 100%;
  padding: 15px 0; }

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #ddd; }

@media (min-width: 768px) {
  .timeline:before {
    left: calc(50% - 1px);
    width: 2px; } }
.timeline-entry--caption:before {
  content: '';
  position: absolute;
  border: 2px solid #ff3c50;
  border-radius: 100%;
  background-color: white;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: 7px;
  z-index: 2; }

@media (min-width: 768px) {
  .timeline-entry--caption:before {
    left: auto; } }
.timeline-entry--body {
  position: relative;
  margin-top: -8px;
  background-color: #f0f0f0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.timeline-entry--body span {
  font-family: 'Proxima-thin' !important; }

.timeline-entry--body:before {
  content: '';
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  width: 0;
  height: 0;
  top: calc(50% - 6px);
  z-index: 2; }

.timeline-entry .timeline-entry--caption {
  padding-left: 15px; }

@media (min-width: 768px) {
  .timeline-entry .timeline-entry--caption {
    text-align: right;
    padding-left: 0;
    padding-right: 15px; } }
.timeline-entry .timeline-entry--caption:before {
  right: -8px; }

@media (min-width: 768px) {
  .timeline-entry .timeline-entry--body {
    margin-left: 20px; } }
.timeline-entry .timeline-entry--body:before {
  border-right: 12px solid white;
  left: -12px; }

.bg-white .timeline-entry .timeline-entry--body:before, .modal-courses a .timeline-entry .timeline-entry--body:before, .timeline-entry--body .timeline-entry .timeline-entry--body:before, .main-testimonial > .main-testimonial--quote .timeline-entry .timeline-entry--body:before {
  border-right: 12px solid #f3f6f8; }

.image-box.index-center {
  background-image: url(/assets/sets1/images/parallax_redshirt.b89403cf750f.jpg);
  background-size: cover;
  height: 400px;
  background-repeat: no-repeat; }

@media (min-width: 768px) {
  .timeline-entry-right .timeline-entry--caption {
    text-align: left;
    padding-left: 15px; }

  .timeline-entry-right .timeline-entry--caption:before {
    left: -8px; }

  .timeline-entry-right .timeline-entry--body {
    margin-right: 20px; }

  .timeline-entry-right .timeline-entry--body:before {
    border-left: 12px solid white;
    right: -12px;
    left: auto;
    border-right: none !important; }

  .bg-white .timeline-entry-right .timeline-entry--body:before, .modal-courses a .timeline-entry-right .timeline-entry--body:before, .timeline-entry--body .timeline-entry-right .timeline-entry--body:before, .main-testimonial > .main-testimonial--quote .timeline-entry-right .timeline-entry--body:before {
    border-left: 12px solid #f3f6f8; } }
.text-green {
  color: #82e282; }

ul {
  padding: 0; }

ul > li {
  list-style: none; }

.banner_image.index {
  background-image: url("/assets/sets1/images/banner.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.immersive {
  background-image: url("/assets/sets1/images/nesa-by-makers-APJkBRQJuj0-unsplash (1).jpg");
  background-size: cover;
  height: 100%; }

.banner_image.corporate {
  background-image: url("/assets/sets1/images/Corporate Training.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.blossomx {
  background-image: url("/assets/sets1/images/ORIENTATION-150.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.enterprise {
  background-image: url("/assets/sets1/images/contact.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.faq {
  background-image: url("/assets/sets1/images/faq.062c5da96116.png");
  background-size: cover;
  height: 100%; }

.banner_image.about {
  background-image: url("/assets/sets1/images/what_we_do.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.privacy {
  background-image: url("/assets/sets1/images/privacy_p.ff8c37374c70.png");
  background-size: cover;
  height: 100%; }

.banner_image.career {
  background-image: url("/assets/sets1/images/imageHD.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.career-open {
  background-image: url("/assets/sets1/images/w_dialog.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.event {
  background-image: url("/assets/sets1/images/event.jpg");
  background-size: cover;
  height: 100%; }

.banner_image.fellowship-page {
  background-image: url("/assets/sets1/images/Fellowship.jpg");
  background-size: cover;
  background-position: 0 60%;
  height: 70vh; }

.card-deck {
  width: 100%; }

@media screen and (min-width: 900px) {
  .small-nav-btn {
    display: none;
    color: white !important; }

  .small-nav-btn i {
    color: white !important; }

  .image-box.index-center {
    background-position-y: -200px; } }
@media screen and (max-width: 500px) {
  .blog-page {
    padding: 0 !important; }

  .blog-float {
    display: none; } }
@media screen and (max-width: 480px) {
  .section h3 {
    font-size: 1.6em; }

  .featured_logo {
    margin: 10px auto; }

  .featured_logo img {
    position: relative; }

  .featured_logo.cnn img {
    left: 9px; }

  .featured_logo.it img {
    left: -45px; }

  .featured_logo.idg img {
    left: 25px; }

  .featured_logo.dis img {
    left: -15%;
    top: 30px; }

  .featured_logo.v img {
    top: -40px;
    left: -10%; }

  .work_logo {
    position: relative;
    left: 35%; }

  .work_logo.wf {
    left: 28%; }

  .work_logo.ms {
    left: 14%; }

  .work_logo.epic {
    left: 21%; }

  .work_logo.fidelity {
    left: 30%; }

  .work_logo.cc {
    left: 28%; }

  .location {
    margin-bottom: 20px; }

  .location .address_title {
    display: block;
    text-align: left; }

  .location .address_text {
    position: relative;
    left: 30%; }

  .career-testimony .image-box {
    display: block;
    margin: 0 auto 20px auto; }

  .career-testimony .content-box {
    display: block;
    width: 100%;
    margin-left: 0; }

  .background-image-section .image-box img {
    width: 160%; }

  .banner_card {
    left: 0; }

  .big-text {
    font-size: 2em; }

  .banner_image.index {
    background-position-x: -170px; }

  .image-box.index-center {
    background-position-y: -20px; } }
.height-auto {
  height: auto !important; }

.questions .item .question {
  color: #ec2540;
  font-size: 1.25em;
  margin-bottom: .9em; }

.questions .item .answer {
  font-family: 'Proxima-thin' !important;
  font-size: 1em; }

.questions .item .closed {
  height: 0;
  overflow: hidden; }

.questions .item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px; }

.questions .item .icon {
  position: absolute;
  top: 5px;
  left: -20px;
  color: #ec2540;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 1.3em; }

.blossom-modal-wrapper.disabled {
  display: none; }

.blossom-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  padding-bottom: 100px; }

.blossom-modal {
  min-width: 300px;
  width: 500px;
  min-height: 200px;
  background-color: white;
  margin: 0 auto;
  margin-top: 150px;
  border-radius: 3px;
  padding: 20px;
  position: relative; }

.blossom-modal .cancel-box {
  width: 25px;
  height: 25px;
  background-color: #ec2540;
  position: absolute;
  top: -10px;
  border-radius: 50%;
  right: -10px;
  color: white; }

.blossom-modal .cancel-box div {
  text-align: center;
  line-height: 25px;
  font-size: .8em;
  cursor: pointer; }

.blossom-modal .header {
  text-align: center; }

.blossom-modal input, .blossom-modal select {
  outline: 0; }

.blossom-modal textarea {
  width: 100%;
  height: 200px;
  padding: 15px; }

.small-nav-btn i {
  font-size: 1.5em;
  color: white; }

.faq-q {
  cursor: pointer; }

.styled-ul li {
  margin-top: 10px;
  margin-left: 20px; }

.styled-ul li div {
  position: relative; }

.styled-ul li div:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #696469;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 5px;
  left: -20px; }

.pillar-text {
  font-size: .95em; }

.blossom-card {
  background-color: white;
  /* height: 400px; */ }

.blog-nav .tag-drop {
  line-height: 40px; }

.blog-nav a {
  text-decoration: none;
  color: slategray; }

.search-bar span {
  color: slategray;
  font-size: 1em; }

.search-bar input {
  border: none;
  outline: none;
  width: 90%;
  height: 40px;
  background-color: #f3f3f3;
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.blog-box {
  border: 1px solid #e7e7e7;
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  margin-top: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer; }
  .blog-box:hover {
    box-shadow: rgba(22, 63, 82, 0.15) 0px 18px 21px 0px;
    transform: translate(0px, -5px);
    transition: all 0.2s ease-in-out 0s; }
  .blog-box h2 {
    color: #f72b3f;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block; }
  .blog-box .blog-head .tagline {
    display: inline-block; }

.blog-image {
  width: 100%;
  margin-bottom: 10px; }
  .blog-image img {
    width: 100%; }

.blog-box .blog-head .tagline .tag, .blog-page .tagline .tag {
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  padding: 2px 4px;
  color: slategray;
  text-transform: uppercase;
  font-size: .75em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer; }

.blog-box .blog-head .tagline .tag:hover, .blog-page .tagline .tag:hover {
  background-color: white; }

.blog-box .blog-head .tagline .more, .blog-page .tagline .more {
  font-size: .75em;
  display: inline-block;
  cursor: pointer; }

.blog-box .blog-head .tagline .more:hover, .blog-page .tagline .more:hover {
  text-decoration: underline; }

.blog-box .blog-foot {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }

.blog-box .blog-foot .auth-user {
  flex: 1 1 auto; }

.blog-page .auth-user {
  margin-bottom: 10px; }

.blog-page .tagline {
  margin-bottom: 20px; }

.blog-box .blog-foot .avatar, .blog-page .author .avatar {
  background-size: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  background-color: silver; }

.blog-box .blog-foot .info, .blog-page .author .info {
  display: inline-block;
  margin-left: 10px; }

.blog-box .blog-foot .info .name, .blog-page .author .info .name {
  font-size: .85em;
  font-weight: bold; }

.blog-box .blog-foot .info .date, .blog-page .author .info .date {
  font-size: .85em;
  font-family: 'Proxima-thin' !important; }

.blog-box .blog-foot .author:hover .info .name {
  color: #f72b3f; }

.vote-box, .comment-box {
  background-color: #f1f1f1;
  border: 1px solid #e7e7e7;
  padding: 2px 4px;
  color: slategray;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  cursor: pointer; }

.vote-box:hover, .comment-box:hover {
  background-color: white; }

.vote-box span, .comment-box span {
  display: block;
  margin-top: 10px;
  height: 5px;
  color: slategray; }

.comment-box span {
  margin-top: 3px;
  margin-bottom: 10px; }

.blog-box > span {
  font-family: 'Proxima-thin' !important;
  font-size: .95em;
  margin-bottom: 20px; }

a .blog-box > span {
  color: black;
  text-decoration: none; }

.blog-page {
  padding-left: 80px;
  padding-right: 80px;
  min-height: 600px; }

.blog-page h1 {
  font-family: 'Proxima' !important;
  color: #4f565e;
  font-weight: bold; }

.blog-page h2 {
  font-family: 'Proxima' !important;
  font-size: 1.4em;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #4f565e; }

.blog-page h3 {
  font-family: 'Proxima' !important;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #4f565e; }

.blog-page p {
  font-family: 'Proxima' !important;
  font-size: 1.05em;
  line-height: 2em;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #4f565e; }

.blog-page a {
  color: #f72b3f; }

.blog-wrapper {
  position: relative;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.blog-float {
  position: absolute;
  left: 0px;
  top: 200px;
  width: 100px;
  height: auto;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 40px 20px 20px; }

.blog-float .social {
  margin-top: 10px; }

.blog-float .social .icons {
  flex-direction: column; }

.blog-float .social .icons .icon {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #fcfcfc;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e7e8;
  border-image: initial;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 10px; }

.form-wrapper {
  height: auto;
  background-color: #e2192d;
  padding-bottom: 30px; }

.form-box {
  width: 100%;
  /* height: 300px; */
  margin-top: 20vh;
  background-color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 8px 9px 3px #ab0d1d;
  padding: 20px; }

.form-box h3 {
  text-align: center;
  color: slategrey;
  font-family: 'Proxima-thin' !important; }

.form-box label {
  font-family: 'Proxima-thin' !important; }

.form-box input:focus, .form-box input:active, .form-box input:hover {
  outline: none;
  box-shadow: none; }

.form-box input[type=submit] {
  color: #ececec;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

.error-label {
  padding: 15px;
  text-align: center;
  border: 1px solid #f72b3f;
  color: #f72b3f;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ffd1d5; }

.nav_wrapper {
  height: 70px;
  width: 100%;
  background-color: slategrey; }

.nav_wrapper .nav-brand {
  color: white;
  text-align: center;
  line-height: 70px;
  font-size: 1.3em; }

.sidebar {
  height: 100vh;
  background-color: red;
  width: 250px; }

.marker li {
  list-style: none;
  margin-bottom: 20px; }

.marker .marker-icon {
  width: 30px;
  height: 30px;
  background-color: #ec2540;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: middle;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 1.2em; }

.hirer-form {
  background-color: #d6d6d6;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.marketplace-red-text {
  font-size: 2.5em;
  line-height: 50px; }

.hire-solution h4 {
  margin-bottom: 0; }

.hire-solution img {
  width: 300px;
  margin-top: -40px; }

.immersive-cards .card-text {
  min-height: 160px; }

.immersive-cards .card-text a {
  text-decoration: none; }

.immersive-cards .card-deck .card-title-box {
  height: 45px; }

.immersive-cards .card-deck img {
  width: 100%;
  height: 168px; }

.file-upload {
  width: 200px;
  display: inline-block;
  background-color: green; }

.post-cover img {
  width: 100%; }

.big-text .blossom-btn {
  font-size: 1em; }

.text-medium {
  font-size: 1.5em !important; }

.text-silver {
  color: #f72b3f; }

.bullet-points .bullet {
  font-size: 1.3em;
  font-weight: bold; }

.x-price {
  font-size: 2em;
  font-weight: bold;
  margin-top: 150px !important; }

.certifications_banner {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 4;
  background-color: #f3f3f3; }
  .certifications_banner ul {
    margin-left: 70px;
    display: flex;
    justify-content: space-evenly; }
  .certifications_banner ul li {
    float: left;
    margin-right: 30px;
    font-size: .9em;
    margin-top: 20px;
    cursor: pointer;
    border-bottom: none;
    padding-bottom: 10px;
    color: #56616d;
    transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -ms-transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out; }
  .certifications_banner .height-small {
    height: 50px; }

@media screen and (max-width: 500px) {
  .certifications_banner {
    height: auto; }
    .certifications_banner ul {
      display: block;
      margin: 0 auto; }
      .certifications_banner ul li {
        float: none; }

  .ac-btn-red {
    max-width: 250px;
    width: auto;
    margin: 0 auto;
    text-align: center; } }
@media screen and (max-width: 500px) {
  .header_banner.marketplace {
    height: 200vh; }

  .banner_card {
    top: 70px; } }
.certifications {
  display: none; }
  .certifications .certifications-item {
    display: none; }
    .certifications .certifications-item.active {
      display: block; }

.floating-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  z-index: 10; }
  .floating-whatsapp img {
    width: 100%; }

.prequisite-content ul {
  margin-left: 20px; }
  .prequisite-content ul li {
    position: relative;
    margin-bottom: 5px; }
    .prequisite-content ul li::before {
      border-radius: 25px;
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      background-color: #ec2540;
      left: -20px;
      top: 8px; }
.prequisite-content .horizontal {
  position: relative;
  margin: 0px 0;
  text-align: center;
  color: silver; }
  .prequisite-content .horizontal::before {
    border-radius: 25px;
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #ec2540;
    left: 20px;
    top: 10px; }
  .prequisite-content .horizontal::after {
    border-radius: 25px;
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #ec2540;
    right: 20px;
    top: 10px; }

.immersive-home h6 {
  font-family: 'Proxima-thin'; }
.immersive-home .card-deck .img-box {
  width: 60%;
  max-width: 40%;
  padding: 10px 30px;
  margin: 0 auto; }
  .immersive-home .card-deck .img-box img {
    width: 100%; }
.immersive-home .card-deck .card-body {
  position: relative; }
.immersive-home .card-deck .card-text {
  margin-bottom: 43px;
  font-size: 16px; }
.immersive-home .card-deck .blossom-btn {
  width: calc(100% - 2.5rem);
  position: absolute;
  bottom: 10px;
  box-sizing: border-box; }

.event-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: #f3f3f3;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 5px 3px 8px 0px #ececec; }
  .event-box a {
    color: white; }
  .event-box__image {
    width: 25%;
    overflow: hidden; }
    .event-box__image img {
      width: 170%; }
  .event-box__content {
    width: 50%;
    padding: 20px; }
    .event-box__content .title {
      margin-bottom: 30px;
      color: #eb2a3d;
      font-size: 2em;
      font-family: 'Proxima-bold'; }
    .event-box__content .icon {
      font-size: 16px;
      color: #eb2a3d; }
    .event-box__content p {
      font-size: 0.95em;
      color: #192938; }
    .event-box__content .cal-btn {
      display: none; }
  .event-box__date {
    width: 25%;
    height: 100%;
    background-color: #eb2a3d;
    display: grid;
    color: white; }
    .event-box__date .line-date {
      display: none; }
    .event-box__date .date-items {
      align-self: center;
      justify-self: center; }
    .event-box__date .mm {
      font-family: 'Proxima-bold' !important;
      text-align: center;
      font-size: 40px; }
    .event-box__date .dd {
      text-align: center;
      font-weight: 300; }
    .event-box__date .line-btn {
      padding: 7px 10px;
      margin-top: 20px;
      font-size: 15px;
      border: 1px solid white;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      cursor: pointer; }

@media screen and (max-width: 1024px) {
  .immersive-home .card-deck .img-box {
    width: 60%;
    max-width: 60%; }

  .event-box__image img {
    width: 200%; }
  .event-box__content {
    width: 50%;
    padding: 20px; }
    .event-box__content .title {
      font-size: 1.7em;
      margin-bottom: 10px; }
    .event-box__content .icon {
      font-size: 15px; } }
@media screen and (max-width: 768px) {
  .immersive-home .card-deck .img-box {
    width: 70%;
    max-width: 70%; }

  .event-box__image img {
    width: 300%; } }
@media screen and (max-width: 425px) {
  .event-box {
    display: block;
    height: auto;
    position: relative; }
    .event-box__image {
      width: 100%;
      height: 200px; }
      .event-box__image img {
        width: 100%; }
    .event-box__content {
      width: 100%;
      padding: 20px; }
      .event-box__content .title {
        font-size: 1.55em;
        margin-bottom: 10px; }
      .event-box__content .icon {
        display: inline-block;
        margin-right: 20px;
        font-size: 15px; }
      .event-box__content .cal-btn {
        display: block;
        font-size: .9em;
        background-color: white;
        color: #eb2a3d;
        display: inline-block;
        padding: 7px 10px;
        border: 1px solid #eb2a3d;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px; }
    .event-box__date {
      position: absolute;
      width: 90%;
      height: 100px;
      background-color: #eb2a3dea;
      top: 20px;
      padding: 20px;
      box-sizing: border-box; }
      .event-box__date .line-date {
        display: block; }
        .event-box__date .line-date .date {
          display: flex;
          font-size: 1.35em;
          font-weight: bold;
          letter-spacing: 3px; }
          .event-box__date .line-date .date .day {
            font-size: 1.4em;
            margin-right: 10px; }
          .event-box__date .line-date .date .my {
            line-height: 2.2em; }
        .event-box__date .line-date .sub {
          font-size: .9em; }
      .event-box__date .date-items {
        display: none; } }
.image-section-box.projects .img-text {
  position: absolute;
  top: 0;
  z-index: 5;
  margin-top: 50px;
  padding: 40px; }
.image-section-box.projects .img-overlay {
  background-color: rgba(0, 0, 0, 0.342);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4; }
.image-section-box.projects .img-box {
  filter: blur(4px); }

@media screen and (max-width: 425px) {
  .immersive.background-image-section {
    max-height: 700px;
    height: 700px; }
    .immersive.background-image-section .image-box img {
      width: 320%; }

  .image-section-box.projects {
    height: 500px; }
    .image-section-box.projects .img-text {
      margin-top: 30px;
      padding: 20px; } }
.link {
  color: #f13b4d; }
  .link:hover {
    color: #f13b4d; }

.percentage-text {
  font-size: 5em;
  color: #f13b4d; }

.data-science-section {
  font-size: 16px; }

.appication-steps li {
  margin-top: 50px; }
  .appication-steps li .icon {
    width: 70px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
    .appication-steps li .icon img {
      width: 100%; }
  .appication-steps li .context {
    width: calc(100% - 100px);
    display: inline-block; }
    .appication-steps li .context .title {
      font-weight: bold;
      margin-bottom: 15px; }

.stats-card .text {
  font-size: 1.2em;
  text-align: center;
  color: #f72b3f;
  font-weight: bold; }
.stats-card .number {
  font-size: 4em;
  text-align: center;
  color: slategray;
  font-weight: bold; }
  .stats-card .number.small {
    font-size: 3.3em;
    line-height: 1.7em; }
.stats-card .image {
  width: 5em;
  margin: 0 auto; }

.tagline .date {
  font-size: .95em;
  color: slategray; }
.tagline .list-tag {
  font-size: .9em;
  color: silver;
  font-weight: normal; }

.project {
  border: 1px solid #ebebeb;
  min-height: 50px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  transition: all .2s ease-in-out;
  padding: 10px;
  display: flex; }
  .project:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
  .project__image-box {
    background-color: silver;
    width: 170px;
    height: 170px;
    margin-right: 15px;
    overflow: hidden; }
    .project__image-box img {
      height: 100%; }
  .project__content-box {
    width: calc(100% - 190px); }
    .project__content-box .title {
      font-size: 1.5em;
      font-weight: bold;
      color: #ec2540; }
    .project__content-box .list-box {
      margin-top: 20px;
      font-size: 1.1em; }
      .project__content-box .list-box table tr th {
        vertical-align: top;
        width: 120px; }
        .project__content-box .list-box table tr th div {
          margin-bottom: 10px; }
      .project__content-box .list-box table tr td {
        vertical-align: top; }
        .project__content-box .list-box table tr td a {
          color: #000; }
        .project__content-box .list-box table tr td div {
          margin-bottom: 10px; }
      .project__content-box .list-box .list-item {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        font-size: 1.1em; }
        .project__content-box .list-box .list-item strong {
          margin-right: 10px;
          width: 120px; }
        .project__content-box .list-box .list-item svg {
          width: 20px; }
        .project__content-box .list-box .list-item a, .project__content-box .list-box .list-item a > div {
          color: black;
          text-decoration: underline; }

.sp .logo-1 {
  width: 70%;
  margin-top: 10px; }
.sp .logo-3 {
  width: 80%;
  margin-top: 25px; }
.sp .logo-4 {
  width: 50%;
  margin-top: 5px; }

@media screen and (max-width: 600px) {
  .project {
    margin: 10px;
    flex-direction: column; }
    .project__image-box {
      width: 100%; }
      .project__image-box img {
        height: auto;
        width: 100%; }
    .project__content-box {
      width: 100%; }
      .project__content-box .title {
        margin-top: 20px; }
      .project__content-box .list-box table tr th {
        font-size: .85em;
        vertical-align: top;
        width: 110px; }
        .project__content-box .list-box table tr th div {
          margin-bottom: 10px; }
      .project__content-box .list-box table tr td {
        font-size: .85em;
        vertical-align: top; }
        .project__content-box .list-box table tr td a {
          color: #000; }
        .project__content-box .list-box table tr td div {
          margin-bottom: 10px; } }
.h-full {
  height: 400px; }

.fellowship-by {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 50px; }
  .fellowship-by .text {
    font-size: 1.7em;
    font-weight: 600;
    font-family: 'Proxima-bold'; }
  .fellowship-by .image img {
    width: 500px; }
  .fellowship-by .image.giz {
    width: 700px; }
  .fellowship-by .image.fair {
    width: 400px;
    margin: 0 auto; }
  .fellowship-by .image.fair img, .fellowship-by .image.giz img {
    width: 100%; }

@media (max-width: 1000px) {
  .fellowship-by {
    display: block;
    padding-top: 50px;
    text-align: center; }
    .fellowship-by .text {
      font-size: 1.7em;
      font-weight: 600;
      font-family: 'Proxima-bold';
      margin-bottom: 40px; }
    .fellowship-by .image.giz {
      width: 100%; }
    .fellowship-by .image.fair {
      width: 100%; }
    .fellowship-by .image img {
      width: 100%; } }
.fellowship {
  margin-top: 30px;
  padding-bottom: 50px; }
  .fellowship h6 {
    color: slategray;
    font-weight: normal; }
  .fellowship .image-card {
    margin-top: 50px;
    width: 100%;
    height: 300px;
    padding: 40px 20px; }
    .fellowship .image-card .image-box {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden;
      margin-bottom: 20px;
      background-color: silver; }
      .fellowship .image-card .image-box img {
        width: 100%; }
    .fellowship .image-card .content-box h4 {
      text-align: center;
      font-weight: 500;
      font-size: 18px;
      font-family: 'Proxima-bold'; }

.overview-text {
  padding: 20px; }
  .overview-text h4 {
    font-size: 2.2em; }
  .overview-text p {
    font-size: 1.1em; }

.overview-list ul {
  margin-top: 30px;
  margin-left: 30px; }
  .overview-list ul li {
    margin-top: 20px;
    font-size: 1.3em;
    font-weight: bold;
    position: relative; }
    .overview-list ul li img {
      width: 18px;
      height: 18px;
      margin-right: 15px;
      margin-top: 2px; }

.training p {
  text-align: center;
  font-size: 1.1em;
  color: black;
  font-weight: thin;
  font-family: 'Proxima-thin';
  margin-top: 20px; }
.training .course-card {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 5px 1px #cecece;
  overflow: hidden;
  text-align: left; }
  .training .course-card .image-box {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .training .course-card .image-box img {
      width: 100%; }
  .training .course-card .content {
    padding: 20px;
    min-height: 200px; }
    .training .course-card .content h4 {
      font-size: 1.5em;
      font-weight: bold; }
    .training .course-card .content p {
      text-align: left; }
.training .training-card {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 5px 1px #cecece;
  overflow: hidden;
  text-align: center; }
  .training .training-card .image-box {
    width: 100%;
    height: 270px;
    overflow: hidden; }
    .training .training-card .image-box img {
      width: 100%; }
  .training .training-card .content-box {
    padding: 50px 30px;
    position: relative; }
    .training .training-card .content-box h3 {
      font-size: 1.6em;
      font-weight: bold; }
    .training .training-card .content-box h4 {
      margin-top: 10px;
      font-size: 1.1em;
      font-weight: bold;
      margin-bottom: 20px; }
    .training .training-card .content-box .list {
      border-top: 1px solid #d6d6d6;
      padding: 10px 0;
      color: #8193a5;
      font-weight: thin; }
    .training .training-card .content-box .middle-box {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background-color: transparent;
      position: absolute;
      top: -40px;
      left: calc(50% - 40px); }
      .training .training-card .content-box .middle-box img {
        width: 100%; }

.corporate-contact-banner h4 {
  font-family: 'Proxima-thin'; }
.corporate-contact-banner p {
  font-size: 1.1em;
  font-weight: bold; }

.border-red {
  border-bottom: 1px solid #e41a23; }

.join-box h3 {
  color: white; }

.join-box-item {
  border-radius: 20px;
  height: 200px;
  box-shadow: rgba(0, 0, 3, 0.22);
  position: relative; }

.join-box-item h4 {
  font-weight: 600; }

.join-box-item .btn {
  position: absolute;
  background-color: #000;
  color: #fff;
  bottom: -15px;
  right: 50px;
  padding: 10px 20px; }

/*# sourceMappingURL=styles.css.map */
