body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 10px;
  box-shadow: none;
  color: #ffd900;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  text-shadow: 1px 1px 13px #000, 6px 6px 9px #000;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  color: #066913;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #066913;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

a {
  font-family: Montserrat, sans-serif;
  color: #00e;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #066913;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #ffd900;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #333;
}

.header {
  margin-top: -7px;
  padding-top: 17px;
  padding-bottom: 7px;
  background-color: #066913;
  color: #333;
  font-size: 16px;
}

.header:hover {
  color: #fff;
}

.banner {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 300px;
  padding-bottom: 0px;
  background-color: #ffd900;
  background-image: -webkit-linear-gradient(270deg, #ffd900 12%, #004509 34%);
  background-image: linear-gradient(180deg, #ffd900 12%, #004509 34%);
  opacity: 1;
  text-shadow: 0 -1px 0 #000, 1px 1px 6px #000;
}

.brand {
  margin-top: 10px;
}

.navigation-link {
  margin-top: 14px;
  padding-bottom: 0px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #ffd900;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.navigation-link.w--current {
  color: #ffd900;
  font-size: 16px;
}

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

.section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dbdbdb;
}

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

.section.parallax {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.section-no-padding {
  padding-bottom: 0px;
}

.icon-services {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
  border-radius: 100%;
  background-color: #470000;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.icon-services:hover {
  background-color: #0dc0c0;
  background-image: url('../images/magic_ffffff_100.png');
}

.icon-services.icon-2 {
  background-color: #066913;
  background-image: url('../images/arrow-right_yellow.png');
  background-position: 0px 0px;
  background-size: 63px;
}

.icon-services.icon-2:hover {
  background-color: #ffd900;
  background-image: url('../images/arrow-right_green.png');
  background-position: 0px 0px;
  background-size: 63px;
}

.icon-services.icon-3 {
  float: left;
  background-image: url('../images/example-bg.png');
}

.icon-services.icon-3:hover {
  background-image: url('../images/bug_ffffff_100.png');
}

.icon-services.icon-4 {
  background-image: url('../images/code_0dc0c0_100.png');
}

.icon-services.icon-4:hover {
  background-image: url('../images/code_ffffff_100.png');
}

.icon-services.icon-5 {
  background-image: url('../images/camera-retro_0dc0c0_100.png');
}

.icon-services.icon-5:hover {
  background-image: url('../images/camera-retro_ffffff_100.png');
}

.icon-services.icon-6 {
  background-image: url('../images/bullhorn_0dc0c0_100.png');
}

.icon-services.icon-6:hover {
  background-image: url('../images/bullhorn_ffffff_100.png');
}

.icon-services.margin-auto {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
}

.icon-services.margin-auto.icon-7 {
  background-image: url('../images/cloud_333333_100.png');
}

.icon-services.margin-auto.icon-7:hover {
  background-image: url('../images/cloud_ffffff_100.png');
}

.icon-services.margin-auto.icon-8 {
  background-image: url('../images/clock-o_333333_100.png');
}

.icon-services.margin-auto.icon-8:hover {
  background-image: url('../images/clock-o_ffffff_100.png');
}

.icon-services.margin-auto.icon-9 {
  background-image: url('../images/pencil_333333_100.png');
}

.icon-services.margin-auto.icon-9:hover {
  background-image: url('../images/pencil_ffffff_100.png');
}

.icon-services.margin-auto.icon-10 {
  background-image: url('../images/rocket_333333_100.png');
}

.icon-services.margin-auto.icon-10:hover {
  background-image: url('../images/rocket_ffffff_100 (1).png');
}

.text-services {
  position: relative;
  overflow: hidden;
}

.small-space {
  margin-top: 40px;
}

.top-big-title {
  margin-bottom: 40px;
  text-transform: uppercase;
}

.top-big-title.center {
  text-align: center;
}

.divider {
  display: block;
  width: 60px;
  height: 3px;
  margin: 15px auto;
  background-color: #ffd900;
}

.divider.divider-no-margin {
  margin-left: 0px;
  color: #fff;
}

.top-small-text {
  font-family: 'PT Sans', sans-serif;
  color: #066913;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

.about-services {
  margin-bottom: 15px;
}

.about-icons {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/chain-broken_333333_100.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  color: #fff;
}

.about-icons.icon-2 {
  background-image: url('../images/magic_333333_100.png');
}

.about-icons.icon-3 {
  background-image: url('../images/caret-right_333333_100.png');
}

.title-about {
  margin-top: 6px;
  color: #066913;
}

.skills-text {
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}

.skills-percent {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
}

.skills-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/desktop_333333_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.skills-icon.icon-2 {
  background-image: url('../images/paint-brush_333333_100.png');
}

.skills-icon.icon-3 {
  background-image: url('../images/code_333333_100.png');
}

.skills-icon.icon-4 {
  background-image: url('../images/leaf_333333_100.png');
}

.percent-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15px;
  margin-top: 5px;
  border-radius: 14px;
  background-color: #f2f2f2;
}

.overlay-percent-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  border-radius: 14px;
  background-color: #0dc0c0;
}

.overlay-percent-bar.bar-2 {
  width: 85%;
}

.overlay-percent-bar.bar-3 {
  width: 100%;
}

.overlay-percent-bar.bar-4 {
  width: 63%;
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  text-align: center;
}

.center {
  text-align: center;
}

.small-text {
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #363636;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 189, 8, .95);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.portfolio-title {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.portfolio-small-tag {
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  text-transform: none;
}

.portfolio-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../images/arrow-right_0dc0c0_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.portfolio-icon:hover {
  background-color: #333;
  background-image: url('../images/arrow-right_ffffff_100.png');
}

.testimonials-wrapper {
  position: relative;
  padding: 24px;
  background-color: #fafafa;
  font-style: italic;
}

.triangle-shape {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -27px;
  height: 40px;
  background-image: url('../images/arrow-shape.png');
  background-position: 86% 100%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.user-testimonial {
  position: relative;
  margin-top: 20px;
}

.user-photo {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/client1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.user-photo.user-photo-2 {
  background-image: url('../images/cleint3.jpg');
}

.name-testimonials {
  margin-top: 9px;
  margin-bottom: 1px;
  font-size: 16px;
}

.clients-wrapper {
  margin-top: 80px;
  padding-top: 51px;
  padding-bottom: 51px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.logo {
  width: 25%;
  height: 120px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  background-image: url('../images/logos-10.png');
  background-position: 50% 50%;
  background-size: 145px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.logo:hover {
  opacity: 1;
}

.logo.logo-2 {
  background-image: url('../images/logos-8.png');
}

.logo.logo-3 {
  background-image: url('../images/logo-5.png');
}

.logo.logo-4 {
  background-image: url('../images/logo-1.png');
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #363636;
}

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

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 100%;
  background-color: #0c781a;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.social-icon:hover {
  background-color: #333;
}

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

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

.social-icon.linkdin {
  background-image: url('../images/linkedin_footer-w.svg');
}

.inner-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #363636;
  background-image: none;
}

.center-container {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.no-margin {
  margin-bottom: 0px;
  color: #fff;
}

.fun-facts-wrapper {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.fun-facts-icon {
  margin-bottom: 15px;
}

.team-wrapper {
  text-align: center;
  text-transform: uppercase;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 0px;
}

.working-process-wrapper {
  position: relative;
  padding: 23px 13px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.portfolio-with-margin {
  margin-right: 100px;
  margin-left: 100px;
}

.text-field {
  height: 46px;
  border: 1px solid #ebebeb;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
}

.text-field:focus {
  border-color: #0dc0c0;
}

.text-field.text-area {
  padding-bottom: 80px;
}

.success-message {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0dc0c0;
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
  color: #fff;
}

.error-message {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f77272;
  text-align: center;
}

.info-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  background-color: #ffd900;
  background-image: url('../images/map-marker_999999_100.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.info-icon.icon-2 {
  background-image: url('../images/envelope_999999_100.png');
}

.info-icon.icon-3 {
  background-image: url('../images/phone_999999_100.png');
}

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

.info-text {
  position: relative;
  top: 6px;
  overflow: hidden;
  line-height: 26px;
}

.small-text-inner {
  margin-top: 15px;
  color: hsla(0, 0%, 100%, .72);
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: none;
}

.project-page-icon {
  width: 45px;
  height: 45px;
  margin-right: 6px;
  margin-left: 6px;
  border-radius: 100%;
  background-color: #f3f3f3;
  background-image: url('../images/caret-left_333333_100.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.project-page-icon:hover {
  opacity: 1;
}

.project-page-icon.icon-2 {
  background-image: url('../images/th-large_333333_100.png');
  background-size: 18px;
}

.project-page-icon.icon-3 {
  background-image: url('../images/caret-right_333333_100.png');
}

.container-slider {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.banner-text-wrapper {
  position: relative;
  top: 45px;
  margin-bottom: 20px;
}

.banner-big-text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.banner-big-text.us {
  box-shadow: none;
  color: #ffd900;
  font-size: 18px;
  font-style: italic;
}

.paragraph-banner {
  margin-bottom: 20px;
  color: #fff;
  font-size: 19px;
}

.footer-text {
  color: #fff;
}

.standard-text-white {
  color: #fff;
}

.green-text {
  color: #066913;
}

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

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

html.w-mod-js *[data-ix="slide-portfolio-title-down-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slide-portfolio-title-down-on-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

@media (max-width: 991px) {
  .banner {
    padding-top: 150px;
    padding-bottom: 47px;
  }
  .navigation-link {
    background-color: rgba(0, 0, 0, .95);
    color: #fff;
  }
  .portfolio-wrapper {
    width: 50%;
  }
  .portfolio-with-margin {
    margin-right: 80px;
    margin-left: 80px;
  }
  .hamburger.w--open {
    border-radius: 100%;
    background-color: #0dc0c0;
  }
  .container-slider {
    position: relative;
    left: 0px;
    top: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
  }
  .banner-text-wrapper {
    top: 122px;
  }
  .display-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner {
    padding-top: 150px;
  }
  .section.parallax {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .service-wrapper {
    margin-bottom: 35px;
  }
  .top-big-title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo {
    width: 50%;
  }
  .logo.logo-2 {
    text-align: right;
  }
  .fun-facts-wrapper {
    margin-bottom: 59px;
  }
  .team-wrapper {
    margin-top: 40px;
  }
  .working-process-wrapper {
    margin-bottom: 25px;
  }
  .portfolio-with-margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .space-device {
    margin-top: 20px;
  }
  .hamburger {
    margin-right: 15px;
  }
}

@media (max-width: 479px) {
  .banner {
    margin-top: 104px;
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .portfolio-wrapper {
    width: 100%;
  }
  .logo {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    background-size: contain;
  }
  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .no-margin {
    font-size: 22px;
  }
  .portfolio-with-margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .banner-text-wrapper {
    top: 180px;
  }
}

