body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #121217;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0a0ab9;
  font-size: 43px;
  line-height: 45px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0a0ab9;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0a0ab9;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  color: #616167;
  font-size: 16px;
  line-height: 26px;
}

blockquote {
  margin-bottom: 10px;
  padding: 0px 20px;
  border-left: 2px solid #0a0ab9;
  font-family: Lora, sans-serif;
  color: #0a0ab9;
  font-size: 27px;
  line-height: 37px;
  font-style: italic;
}

.banner {
  position: relative;
  height: 100vh;
  background-color: #212127;
}

.hamburger-icon {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding-top: 1px;
  float: left;
  background-color: #000;
  cursor: pointer;
}

.brand-logo {
  width: 220px;
  height: 100px;
  float: left;
  background-color: #0a0ab9;
  background-image: url('../images/logo-2.png');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.brand-logo.w--current {
  width: 180px;
  height: 60px;
  background-color: #ffeb00;
  background-image: url('../images/Basegroup-Logo.png');
  background-position: 50% 50%;
  background-size: 80%;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 998;
  overflow: scroll;
  width: 0px;
  height: 100%;
  margin-top: 100px;
  background-color: #0a0ab9;
}

.logo-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  float: left;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 5% 10px 100px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ececec;
  background-color: #3f3e3e;
}

.section.less-padding {
  padding-top: 70px;
  padding-bottom: 60px;
}

.section.less-padding.no-line {
  background-color: #1f1f1f;
}

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

.section.no-line {
  border-bottom-style: none;
}

.section.project {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.blue {
  background-color: #c3c3c3;
}

.section.in-team {
  padding-bottom: 200px;
}

.section.more-padding {
  padding-top: 200px;
}

.section.in-blog-device {
  background-color: transparent;
}

.container-fluid {
  display: block;
  max-width: 1170px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.line-1 {
  position: relative;
  top: 18px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffeb00;
}

.line-2 {
  position: relative;
  top: 25px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffeb00;
}

.line-3 {
  position: relative;
  top: 32px;
  display: block;
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffeb00;
}

.navigation-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 33px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block {
  display: inline-block;
  line-height: 40px;
}

.nav-line-wrapper {
  display: inline-block;
}

.line-effect {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  margin-right: 0px;
  margin-left: auto;
  background-color: #fff;
}

.line-effect.blue {
  margin-left: 0px;
  background-color: #0a0ab9;
}

.line-effect.normal {
  margin-left: 0px;
}

.dropdown-toggle {
  padding: 0px 25px 0px 0px;
  color: #fff;
}

.drop-arrow {
  margin-top: 8.5px;
  margin-right: 0px;
  font-size: 20px;
  font-weight: 400;
}

.dropdown-list.w--open {
  position: relative;
  padding-top: 15px;
  background-color: transparent;
}

.top-margin {
  margin-top: 50px;
}

.top-margin.less {
  margin-top: 20px;
}

.top-margin.in-team {
  margin-top: 160px;
}

.navigation-fixed {
  padding-top: 60px;
  padding-left: 120px;
}

.dropdown-link {
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
}

.top-content {
  background-color: #1f1f1f;
  font-family: Poppins, sans-serif;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 2px;
  background-image: url('../images/font-awesome_4-7-0_facebook_100_0_ffffff_none-3.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-4.png');
}

.social-icon.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-4.png');
  background-size: 19px;
}

.social-icon.behance {
  background-image: url('../images/font-awesome_4-7-0_behance_100_0_ffffff_none-1.png');
  background-size: 22px;
}

.social-icon.call {
  background-image: url('../images/call-answer.svg');
}

.social-icon.mail {
  background-image: url('../images/envelope-8.svg');
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-top {
  color: #fff;
  font-weight: 400;
}

.phone-wrapper {
  margin-top: 50px;
}

.social-wrapper {
  margin-top: 50px;
}

.vertical-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-overflow {
  position: relative;
  z-index: 2;
  max-height: 100%;
  max-width: none;
  border-radius: 5px;
}

.image-overflow.second.left {
  left: -160px;
}

.image-overflow.in-project {
  max-height: 800px;
  border-radius: 0px;
}

.top-small-title {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #818187;
  font-size: 19px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
}

.top-small-title.white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 100;
}

.top-small-title.white.smaller {
  font-size: 15px;
}

.top-small-title.smaller {
  font-size: 15px;
}

.top-small-title.smaller.in-blog {
  margin-bottom: 13px;
}

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

.top-title {
  margin-bottom: 80px;
}

.top-title.less {
  margin-bottom: 40px;
}

.features-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-image: url('../images/light-bulb-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.features-icon.ico-2 {
  background-image: url('../images/engineer.svg');
}

.features-icon.ico-3 {
  background-image: url('../images/tools.svg');
}

.features-icon.left {
  margin-left: 0px;
}

.button {
  position: relative;
  display: inline-block;
  padding: 17px 30px 15px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #0a0ab9;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  color: #fff;
}

.button.button-white {
  border-color: #fff;
  color: #fff;
}

.button.button-white:hover {
  background-color: hsla(0, 0%, 47.5%, 0.76);
  color: #0a0ab9;
}

.button.in-password:hover {
  background-color: #0a0ab9;
}

.button-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #0a0ab9;
}

.button-overlay.overlay-white {
  background-color: #fff;
}

.button-text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
}

.button-text:hover {
  color: #fff;
}

.features-wrapper {
  padding-right: 50px;
  padding-left: 50px;
}

.align-right {
  text-align: right;
}

.project-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.project-content {
  position: relative;
  width: 100%;
}

.project-content.add-margin {
  margin-bottom: 20px;
}

.white-square {
  position: relative;
  left: 160px;
  z-index: 3;
  padding: 80px 70px;
  background-color: #fff;
}

.white-square.left {
  left: -160px;
}

.lightbox-link {
  position: relative;
}

.heading-white {
  color: #fff;
}

.play-button {
  width: 60px;
  height: 60px;
}

.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.87);
}

.project-full {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 50px;
}

.project-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.logo-client {
  width: 50%;
  height: 220px;
  margin-right: -1px;
  margin-bottom: -1px;
  float: left;
  border: 1px solid #3030af;
}

.logo-client.logo-1 {
  border-color: #fff;
  background-image: url('../images/partner7-w.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.logo-client.logo-2 {
  border-color: #fff;
  background-image: url('../images/partner8-2.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.logo-client.logo-3 {
  border-color: #fff;
  background-image: url('../images/partner3-w.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.logo-client.logo-4 {
  border-color: #fff;
  background-image: url('../images/partner1-2.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.logo-client.logo-5 {
  border-color: #fff;
  background-image: url('../images/partner5-w.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.logo-client.logo-6 {
  border-color: #fff;
  background-image: url('../images/partner6-w.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.team-wrapper {
  position: relative;
  display: block;
  width: 89%;
  margin-right: auto;
  margin-left: auto;
}

.team-content {
  position: absolute;
  left: 9px;
  right: 30px;
  bottom: -57px;
  overflow: hidden;
  height: 130px;
  padding: 30px;
  background-color: #0a0ab9;
  text-align: center;
}

.div-block-3 {
  position: relative;
  right: 30px;
}

.social-wrapper-team {
  opacity: 0;
}

.testimonials-wrapper {
  position: relative;
  display: block;
  width: 90%;
  margin: 50px auto 90px;
  padding: 57px 30px 20px;
  background-color: #fff;
  text-align: center;
}

.testimonials-wrapper.move-down {
  margin-top: 100px;
}

.testimonials-wrapper.no-margin {
  margin-bottom: 0px;
}

.testimonials-photo {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin: -120px auto 25px;
  border-radius: 100%;
  background-image: url('../images/team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/team-1.jpg');
}

.testimonials-photo.photo-3 {
  background-image: url('../images/team-3.jpg');
}

.testimonials-photo.photo-4 {
  background-image: url('../images/team-4.jpg');
}

.testi-title {
  margin-top: 15px;
  margin-bottom: 0px;
}

.testimonial-paragraph {
  margin-bottom: 0px;
  color: #919197;
  font-style: italic;
}

.blog-wrapper {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-left: 0px;
  text-decoration: none;
}

.blog-wrapper.in-blog {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.blog-content {
  margin-top: 20px;
  padding-right: 15px;
}

.blog-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.read-more {
  display: inline-block;
  color: #0a0ab9;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.read-more.in-form {
  margin-top: 10px;
}

.read-more.white-more {
  color: #fff;
}

.half-part-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-part-wrapper.full {
  height: 100vh;
}

.half-part {
  position: relative;
  height: 700px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background-color: #222;
}

.half-part.with-image {
  background-color: #fff;
  background-image: url('../images/about-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-part.video {
  background-color: transparent;
  background-image: url('../images/Copy-of-Copy-of-Geyer-JB-Image_2887.jpg');
  background-position: 0px 100%;
  background-size: cover;
  background-attachment: scroll;
}

.half-part.full {
  height: 100%;
}

.container-center {
  position: relative;
  top: 50%;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer {
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-wrapper {
  margin-right: 50px;
  margin-left: 50px;
}

.copyright {
  color: #717177;
  font-style: italic;
}

.link {
  display: inline-block;
  color: #515157;
  text-decoration: underline;
}

.link-footer {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.link-footer:hover {
  color: #ffeb00;
}

.link-footer.w--current {
  color: #fff;
  text-align: left;
}

.text-field {
  height: 50px;
  margin-bottom: 15px;
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
}

.text-field.area {
  height: auto;
  padding-top: 12px;
  padding-bottom: 80px;
}

.submit-button {
  padding: 0px;
  background-color: transparent;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.success-message {
  background-color: #2aa07f;
  color: #fff;
}

.error-message {
  background-color: #cc1f1f;
  color: #fff;
}

.form-block {
  width: 80%;
  margin-bottom: 0px;
}

.background-video {
  height: 100%;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
}

.sub-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/sub-banner.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/sub-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.team-second-wrapper {
  text-align: center;
}

.team-photo {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-7.jpg');
  background-position: 43% 13%;
  background-size: 350px;
  background-repeat: no-repeat;
}

.team-photo.team-2 {
  background-image: url('../images/team-4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-photo.team-3 {
  background-image: url('../images/team-6.jpg');
  background-position: 50% 21%;
  background-size: 350px;
}

.team-photo.team-4 {
  background-image: url('../images/team-5.jpg');
  background-position: 50% 23%;
  background-size: 300px;
}

.team-photo.team-5 {
  background-image: url('../images/team-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-photo.team-6 {
  background-image: url('../images/team-10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-photo.team-7 {
  background-image: url('../images/team-8.jpg');
  background-size: cover;
}

.team-photo.team-8 {
  background-image: url('../images/team-11.jpg');
  background-size: cover;
}

.project-wrapper-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  text-decoration: none;
}

.project-photo {
  width: 250px;
  height: 300px;
  margin-right: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  position: fixed;
  width: 30%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.project-grid-title {
  margin-top: 0px;
}

.paragraph-project {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #919197;
  font-style: italic;
}

.paragraph-project.name {
  color: #515157;
}

.bottom-margin {
  margin-bottom: 20px;
}

.map {
  height: 200px;
  border-radius: 3px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-page-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: auto;
  background-color: #fff;
}

.preloader-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  padding-top: 16px;
  border-radius: 100%;
  background-color: #0a0ab9;
  text-align: center;
}

.image {
  width: 100%;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.center-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 200;
}

.slide-nav {
  display: none;
}

.slider-heading {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: 15%;
  margin-bottom: 0px;
  margin-left: 15%;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: lowercase;
}

.slider-heading.second-slider {
  top: 88px;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  z-index: 2;
  text-align: center;
}

.link-block-2 {
  text-decoration: none;
}

.hero-loadbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 4px;
  background-color: #ffeb00;
}

.slide-1 {
  background-image: url('../images/slide-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 20, 27, 0.65)), to(rgba(19, 20, 27, 0.65))), url('../images/texture-background.png');
  background-image: linear-gradient(180deg, rgba(19, 20, 27, 0.65), rgba(19, 20, 27, 0.65)), url('../images/texture-background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.banner-block {
  position: relative;
  left: -18px;
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  background-color: #222;
}

.banner-block-wrapper {
  position: relative;
  display: inline-block;
}

.banner-block-wrapper.move-second {
  top: -70px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-image {
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 200;
}

.container {
  padding: 10% 0% 7%;
}

.heading {
  color: #797979;
  font-weight: 400;
}

.about-us-tabs {
  width: 25%;
  padding-right: 15px;
  float: left;
}

.about-us-tabs-content {
  width: 75%;
  margin-left: 0px;
  padding-left: 25px;
  float: left;
}

.tab-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #797979;
  border-bottom-style: solid;
  background-color: transparent;
  color: #797979;
}

.tab-link.w--current {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.tab-link-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #797979;
  border-bottom-style: solid;
  background-color: transparent;
  color: #797979;
}

.tab-link-2.w--current {
  background-color: transparent;
  color: #fff;
}

.tab-link-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #797979;
  border-bottom-style: solid;
  background-color: transparent;
  color: #797979;
}

.tab-link-3.w--current {
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.philosophy {
  padding-left: 0px;
}

.paragraph-2 {
  margin-bottom: 20px;
  padding-top: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
}

.paragraph-2.bio {
  margin-top: 40px;
  margin-bottom: 0px;
}

.paragraph-2.bio.team {
  margin-top: 56px;
}

.paragraph-2.team {
  margin-bottom: 31px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 20px;
}

.container-2 {
  height: 200px;
}

.section-2 {
  background-image: url('../images/building-plans.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.services-tabs {
  float: left;
}

.div-block-6 {
  margin-bottom: 5%;
}

.heading-2 {
  color: #fff;
  font-size: 36px;
}

.basegroup-services {
  padding-left: 0px;
}

.services {
  margin-top: 1%;
  margin-right: 10%;
  margin-left: 0%;
  padding-bottom: 3px;
  padding-left: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.services.title {
  font-size: 18px;
  font-weight: 300;
}

.services.interaction {
  display: inline-block;
  margin-right: 10px;
  font-weight: 300;
}

.services-title {
  margin-right: 40px;
  margin-bottom: 14px;
  padding-bottom: 7px;
  padding-left: 30px;
  border-width: 1px;
  border-color: #ccc;
  border-bottom-style: solid;
  color: #ffeb00;
  font-size: 18px;
}

.text-span {
  color: #ffeb00;
}

.what-we-do-heading {
  margin-bottom: 1%;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.row {
  margin-left: 0px;
  padding-left: 0px;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}

.footer-list {
  color: #fff;
}

.navbar-2 {
  position: fixed;
  width: 20%;
  float: none;
  clear: none;
  background-color: rgba(255, 235, 0, 0.44);
}

.brand {
  display: block;
  width: 120px;
  margin-right: 10px;
  margin-left: auto;
  float: right;
  background-image: url('../images/Basegroup-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-menu {
  min-height: 100vh;
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
  float: left;
  background-color: #000;
}

.menu-button {
  float: left;
}

.menu-button.w--open {
  height: 100%;
  background-color: #ffeb00;
}

.nav-link {
  width: 100%;
  margin-top: 2%;
  margin-right: 0%;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
}

.nav-link:hover {
  color: #ffeb00;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 200;
}

.nav-link._2-tier {
  margin-left: 20px;
  border-style: none;
}

.image-2 {
  display: block;
  width: 120px;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-4 {
  margin-bottom: 5%;
  font-family: Poppins, sans-serif;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.container-3 {
  height: 200px;
}

.section-3 {
  background-image: url('../images/building-plans.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.project-tabs {
  width: 25%;
  float: left;
}

.tabs {
  margin-top: 5%;
  margin-bottom: 0%;
}

.slide-4 {
  height: 100px;
  background-image: url('../images/about-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/about_1.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.column-3 {
  padding: 5px;
}

.column-4 {
  padding: 5px;
}

.container-4 {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.feature-projects {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.what-we-do {
  min-height: 100vh;
  margin-top: 0%;
  background-color: #000;
}

.container-5 {
  position: static;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 7%;
  padding-bottom: 7%;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.container-6 {
  background-color: #ffeb00;
}

.column-5 {
  position: fixed;
  padding-right: 20px;
}

.rich-text-block {
  font-family: Poppins, sans-serif;
}

.paragraph-5 {
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}

.project-details {
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.image-3 {
  margin-top: 1%;
}

.image-4 {
  margin-top: 0%;
}

.column-6 {
  position: static;
  padding-left: 68px;
}

.div-block-7 {
  width: 60%;
  float: right;
}

.list-image {
  padding-bottom: 2%;
}

.text-block-2 {
  margin-right: 7px;
  float: left;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-8 {
  font-family: Poppins, sans-serif;
}

.div-block-9 {
  width: 40%;
  float: left;
}

.div-block-10 {
  width: 60%;
  max-width: 550px;
  float: right;
}

.paragraph-6 {
  position: static;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
}

.div-block-11 {
  margin-bottom: 10px;
}

.paragraph-7 {
  position: static;
  margin-top: 28px;
  float: none;
  clear: none;
  font-family: Poppins, sans-serif;
  color: #797979;
  font-size: 14px;
  line-height: 23px;
  font-weight: 200;
}

.div-block-12 {
  position: fixed;
  width: 30%;
  max-width: 300px;
  float: left;
  clear: left;
}

.column-7 {
  padding-left: 0px;
}

.backgroup-hero-image {
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 40, 17, 0.45)), to(rgba(61, 40, 17, 0.45))), url('../images/Home-Image-Base-Group-2.jpg');
  background-image: linear-gradient(180deg, rgba(61, 40, 17, 0.45), rgba(61, 40, 17, 0.45)), url('../images/Home-Image-Base-Group-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.projects-tabs {
  padding-left: 30px;
}

.div-block-13 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 1;
  text-align: center;
}

.image-5 {
  opacity: 1;
}

.scroll-arrow {
  position: relative;
  left: auto;
  right: auto;
  bottom: 20px;
  display: block;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.scroll-arrow.hero {
  bottom: 60px;
  width: 100%;
}

.scroll-arrow._3 {
  margin-top: 34px;
}

.section-4 {
  display: none;
  text-align: center;
}

.row-2 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 10px;
}

.column-9 {
  padding-left: 0px;
}

.project-image {
  padding-left: 0px;
}

.service-description {
  display: block;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  color: #aaa;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}

.services-link-block {
  width: 95%;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-right: 0px;
  border-width: 1px;
  border-color: #797979;
  border-bottom-style: solid;
  text-decoration: none;
}

.link-block-4 {
  width: 100%;
}

.div-block-14 {
  height: 300px;
  background-image: url('../images/bar-web.png');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-15 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73));
}

.hero-title {
  padding-top: 90%;
  padding-left: 8%;
  float: none;
  color: #fff;
  font-size: 40px;
}

.text-block-10 {
  display: inline-block;
  color: #fff;
}

.link-2 {
  color: #ffeb00;
  text-decoration: none;
}

.text-span-2 {
  text-transform: uppercase;
}

.text-span-3 {
  font-size: 12px;
}

html.w-mod-js *[data-ix="left-navigation-initial"] {
  width: 0px;
}

html.w-mod-js *[data-ix="navbar-front"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="navbar-line-initial"] {
  width: 0%;
}

html.w-mod-js *[data-ix="arrow-dropdown-initial"] {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

html.w-mod-js *[data-ix="button-initial-app"] {
  width: 0%;
}

html.w-mod-js *[data-ix="project-title-on-initial"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="move-social-icon-on-team"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-left-1"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-left-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-right-1"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-right-on-right"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-1-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-4-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="preloader"] {
  display: block;
}

html.w-mod-js *[data-ix="hero-loader-on-load"] {
  width: 0px;
}

html.w-mod-js *[data-ix="banner-block-on-load"] {
  width: 0%;
}

html.w-mod-js *[data-ix="banner-block-on-load-2"] {
  width: 0%;
}

@media screen and (max-width: 991px) {
  .section.in-blog-device {
    padding-top: 180px;
  }
  .navigation-fixed {
    padding-top: 40px;
    padding-left: 40px;
  }
  .vertical-column-flex {
    display: block;
  }
  .image-overflow {
    max-height: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-overflow.second.left {
    left: 0px;
  }
  .image-overflow.in-project {
    width: 100%;
    max-height: auto;
  }
  .features-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .align-right.make-left {
    text-align: left;
  }
  .white-square {
    left: 0px;
    padding: 50px;
  }
  .white-square.left {
    left: 0px;
  }
  .team-wrapper {
    width: 60%;
    margin-bottom: 40px;
  }
  .team-content {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block-3 {
    right: 0px;
  }
  .blog-wrapper.in-blog {
    width: 80%;
  }
  .half-part-wrapper {
    display: block;
  }
  .half-part-wrapper.full {
    height: 1000px;
  }
  .half-part {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .half-part.video {
    height: 300px;
  }
  .half-part.full {
    width: 100%;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer {
    padding-right: 25px;
  }
  .copyright {
    margin-top: 20px;
  }
  .blog-page-wrapper {
    width: 95%;
  }
  .collection-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .margin-device {
    margin-top: 100px;
  }
  .center-banner {
    top: 54%;
    width: 760px;
  }
  .slider-heading {
    top: auto;
    margin-top: 0px;
    font-size: 24px;
  }
  .slider-heading.second-slider {
    top: 74px;
  }
  .banner-block {
    height: 70px;
  }
  .utility-page-wrap {
    height: 800px;
  }
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .tab-link {
    font-size: 12px;
  }
  .tab-link.w--current {
    padding-right: 0px;
  }
  .tab-link-2 {
    font-size: 12px;
  }
  .tab-link-2.w--current {
    font-size: 12px;
  }
  .tab-link-3 {
    padding-right: 0px;
    font-size: 12px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .services-title {
    margin-left: 10px;
  }
  .navbar-2 {
    width: 30%;
  }
  .container-4 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .what-we-do {
    margin-top: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .container-5 {
    padding: 0% 25px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-fixed {
    padding-top: 20px;
    padding-left: 20px;
  }
  .features-wrapper {
    margin-bottom: 30px;
  }
  .team-wrapper {
    width: 90%;
  }
  .blog-wrapper.in-blog {
    width: 100%;
  }
  .footer-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .form-block {
    width: 100%;
  }
  .column {
    padding-right: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .sub-banner {
    height: 500px;
  }
  .project-wrapper-list {
    display: block;
  }
  .project-photo {
    width: 100%;
    height: 500px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .div-block-5 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .blog-page-wrapper {
    width: 100%;
  }
  .collection-item {
    width: 100%;
  }
  .margin-button {
    margin-top: 10px;
  }
  .center-banner {
    width: 480px;
  }
  .slider-heading {
    top: auto;
    bottom: auto;
    font-size: 20px;
  }
  .slider-heading.second-slider {
    top: 73px;
  }
  .hero-loadbar {
    display: none;
  }
  .banner-block {
    left: -14px;
  }
  .utility-page-content {
    width: 400px;
  }
  .basegroup-services {
    margin-bottom: 28px;
  }
  .services-title {
    padding-left: 0px;
  }
  .paragraph-3 {
    color: #797979;
  }
  .navbar-2 {
    width: 35%;
  }
  .section-4 {
    display: none;
  }
  .row-2 {
    padding-left: 0px;
  }
  .project-image {
    margin-bottom: 10px;
  }
  .link-2 {
    color: #616168;
    text-decoration: underline;
  }
}

@media screen and (max-width: 479px) {
  .align-center.center-device {
    margin-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .white-square {
    padding: 20px;
  }
  .project-full {
    padding-left: 20px;
  }
  .project-title {
    font-size: 23px;
    line-height: 33px;
  }
  .logo-client {
    width: 100%;
  }
  .blog-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .blog-content {
    padding-right: 0px;
  }
  .half-part.video {
    display: none;
  }
  .project-photo {
    height: 350px;
  }
  .center-banner {
    width: 100%;
  }
  .slider-heading {
    top: auto;
    margin-top: -52px;
    font-size: 24px;
  }
  .slider-heading.second-slider {
    top: 69px;
  }
  .banner-block {
    left: -7px;
    height: 62px;
  }
  .utility-page-content {
    width: 300px;
  }
  .container {
    min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-us-tabs {
    width: 35%;
    padding-right: 16px;
    font-size: 12px;
  }
  .about-us-tabs-content {
    width: 63%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .tab-link {
    padding-left: 12px;
  }
  .tab-link.w--current {
    padding-left: 12px;
    font-size: 14px;
  }
  .tab-link-2 {
    padding-left: 12px;
    line-height: 12px;
  }
  .tab-link-3 {
    padding-left: 12px;
    font-size: 13px;
    line-height: 12px;
  }
  .tab-link-3.w--current {
    padding-left: 15px;
  }
  .paragraph-2 {
    font-size: 13px;
    line-height: 19px;
  }
  .container-2 {
    height: 150px;
  }
  .section-2 {
    background-size: cover;
    background-attachment: fixed;
  }
  .services {
    font-size: 13px;
  }
  .services-title {
    margin-left: 0px;
    font-size: 14px;
  }
  .what-we-do-heading {
    font-size: 20px;
  }
  .navbar-2 {
    width: 100%;
  }
  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .image-2 {
    margin-top: 12px;
    margin-right: 14px;
    float: right;
  }
  .paragraph-4 {
    margin-bottom: 10%;
    font-size: 13px;
    line-height: 18px;
  }
  .project-tabs {
    width: 30%;
    margin-right: 15px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 5px;
    padding-left: 0px;
  }
  .text-block-3 {
    font-size: 13px;
  }
  .text-block-4 {
    font-size: 13px;
  }
  .text-block-5 {
    font-size: 13px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .text-block-6 {
    font-size: 13px;
    line-height: 12px;
  }
  .text-block-7 {
    font-size: 13px;
  }
  .text-block-8 {
    font-size: 13px;
  }
  .projects-tabs {
    width: 63%;
    margin-left: 10px;
    padding-left: 10px;
  }
  .text-block-9 {
    font-size: 13px;
  }
  .row-2 {
    padding-left: 0px;
  }
  .project-image {
    padding-bottom: 10px;
  }
}

