body {
  font-family: 'Open Sans', sans-serif;
  color: #5f6368;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
  font-size: 79px;
  line-height: 1.1;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.navlink {
  margin-top: 15px;
  color: #333;
}

.navlink:hover {
  color: #7ffe5c;
}

.navlogo {
  margin-top: 20px;
  margin-bottom: 10px;
}

.hero {
  min-height: 100vh;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
}

.lcontainer {
  min-height: 100vh;
  padding: 60px 100px;
}

.lcontainer.about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.aboutxt-rap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.about-media {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.subp-h4 {
  color: #333;
}

.sub-par {
  margin-top: 20px;
}

.about-image {
  margin-left: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 7px 2px rgba(51, 51, 51, 0.2);
}

.sub-h2 {
  margin-top: 10px;
}

.services-full {
  min-height: 80vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
}

.gold {
  color: #f7a81b;
}

.hero-subp {
  min-height: 20vh;
  margin-top: 100px;
  padding: 20px 100px;
}

.tab-portpane {
  min-height: 100vh;
}

.tab-portlink {
  width: 33%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 254, 92, 0.2)), to(rgba(127, 254, 92, 0.2)));
  background-image: linear-gradient(180deg, rgba(127, 254, 92, 0.2), rgba(127, 254, 92, 0.2));
}

.tab-portlink.w--current {
  width: 33%;
  background-color: #7ffe5c;
  color: #fff;
}

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding: 20px;
}

.project-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: 40vh;
  padding: 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-block.uap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.project-img {
  overflow: hidden;
  border-radius: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.p-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-button {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #7ffe5c;
  background-color: #fff;
  color: #7ffe5c;
}

.form-button.round {
  border-color: #7ffe5c;
  border-radius: 20px;
  color: #7ffe5c;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #333;
  background-color: transparent;
}

.form-field:hover {
  border-bottom-color: #7ffe5c;
}

.form-field:focus {
  border-bottom-color: #f7a81b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 51, 0, 0.2)), to(rgba(255, 51, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(255, 51, 0, 0.2), rgba(255, 51, 0, 0.2));
}

.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-loc {
  margin-top: 40px;
}

.contactform-wrap {
  margin-top: -64px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 5px 5px 7px 2px rgba(51, 51, 51, 0.2);
}

.contactform-block {
  margin-top: 40px;
}

.link {
  display: block;
  color: #7ffe5c;
  text-decoration: none;
}

.link.footlink {
  margin-right: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #5f6368;
  font-size: 28px;
  font-weight: 600;
}

.link.footlink:hover {
  color: #7ffe5c;
}

.link.footlink.small {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.link.footlink.small:hover {
  color: #7ffe5c;
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: 40px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.service-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(95, 99, 104, 0.2);
}

.service-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.serviceh-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-line {
  width: 3px;
  height: 30px;
  margin-right: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7ffe5c), to(#7ffe5c));
  background-image: linear-gradient(180deg, #7ffe5c, #7ffe5c);
}

.button {
  margin-top: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #7ffe5c;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #7ffe5c;
}

.button:hover {
  background-color: #7ffe5c;
  box-shadow: 0 6px 5px 2px rgba(127, 254, 92, 0.2);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.p {
  margin-top: 20px;
}

.serv-image {
  height: 400px;
  border-radius: 20px;
}

.footer {
  min-height: 40vh;
  padding: 20px 100px;
}

.upper-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-logo {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lower-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footlink-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.copy-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.privacy-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site-by {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  margin-right: 40px;
  font-size: 14px;
  font-weight: 300;
}

.text-block.alt {
  margin-right: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.work-ith-us-form {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 254, 92, 0.15)), to(rgba(127, 254, 92, 0.15)));
  background-image: linear-gradient(180deg, rgba(127, 254, 92, 0.15), rgba(127, 254, 92, 0.15));
}

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

.hero-txt {
  width: 40vw;
  margin-left: 100px;
}

.heading {
  width: 50vw;
}

.hero-h1 {
  color: #7ffe5c;
}

.cat-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: all 400ms cubic-bezier(.55, .055, .675, .19);
  transition: all 400ms cubic-bezier(.55, .055, .675, .19);
}

.cat-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 254, 92, 0.3)), to(rgba(127, 254, 92, 0.3)));
  background-image: linear-gradient(180deg, rgba(127, 254, 92, 0.3), rgba(127, 254, 92, 0.3));
}

.cat-icon {
  width: 15px;
  height: 15px;
  margin: 10px;
  border: 2px solid #333;
  border-radius: 50%;
}

.success-message {
  background-color: rgba(247, 168, 27, 0.3);
}

.section {
  min-height: 100vh;
  margin-top: 100px;
  padding: 20px 100px;
}

.red {
  color: #7ffe5c;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 76px;
  }

  .lcontainer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .lcontainer.about {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lcontainer.contact {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-subp {
    padding-right: 40px;
    padding-left: 40px;
  }

  .project-img {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .contactform-wrap {
    margin-top: 20px;
  }

  .contact-wrap {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    background-color: #fff;
  }

  .social {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-txt {
    width: 60vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .lcontainer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-media {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services-full {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-subp {
    padding-right: 20px;
    padding-left: 20px;
  }

  .project-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link.footlink {
    font-size: 18px;
  }

  .contact-wrap {
    margin-top: 0px;
  }

  .service-txt {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .upper-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    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;
  }

  .copy-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .privacy-policy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-txt {
    width: 100vw;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .lcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-image {
    width: 90vw;
    height: 400px;
    margin-left: 0px;
  }

  .hero-subp {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-portlink {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 168, 27, 0.2)), to(rgba(247, 168, 27, 0.2)));
    background-image: linear-gradient(180deg, rgba(247, 168, 27, 0.2), rgba(247, 168, 27, 0.2));
  }

  .tab-portlink.w--current {
    width: 100%;
  }

  .link.footlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link.footlink.small {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-img {
    padding: 0px;
  }

  .footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .upper-footer {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lower-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footlink-wrap {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copy-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .privacy-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
}

