.hero.bg_hero {
  background-image: url('../images/bg_hero.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.vertical {
  -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;
}

.container.vertical.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.vertical.center.top100.bottom100.left80 {
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.contact {
  padding: 40px;
  -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;
  border-radius: 24px;
  background-color: #354c9f;
  background-image: url('../images/contact-us.svg');
  background-position: 100% 100%;
  background-size: 400px;
  background-repeat: no-repeat;
}

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

.nav-menu {
  margin-left: 0px;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.body {
  font-family: Manrope, sans-serif;
  color: #6b738e;
  font-weight: 500;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  color: #6b738e;
  line-height: 139%;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.btn_border {
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #354c9f;
  border-radius: 4px;
  color: #354c9f;
  font-size: 16px;
  line-height: 129%;
  text-decoration: none;
}

.text-block {
  color: #354c9f;
  font-size: 16px;
  line-height: 129%;
  text-decoration: none;
}

.hero_text {
  width: 554px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.big_title {
  color: #222c53;
  font-size: 48px;
  line-height: 129%;
  font-weight: 800;
}

.big_title.top20 {
  margin-top: 20px;
  color: #f7f8fc;
}

.big_title.top20.dark {
  margin-top: 20px;
  color: #222c53;
  font-size: 40px;
}

.big_title.top20.dark.center {
  text-align: center;
}

.big_title.top20.notop {
  margin-top: 0px;
  font-size: 40px;
}

.slider_text_hero {
  margin-top: 32px;
  font-size: 28px;
  line-height: 129%;
}

.slider_text {
  color: #354c9f;
  font-weight: 700;
}

.btn_primary {
  margin-top: 40px;
  padding: 18px 48px;
  border-radius: 4px;
  background-color: #f6b62f;
  color: #222c53;
  font-size: 20px;
  line-height: 129%;
  text-decoration: none;
}

.boxleft {
  position: absolute;
  left: -2%;
  top: 38%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.boxbottom {
  position: absolute;
  left: 44%;
  top: auto;
  right: 50%;
  bottom: -16%;
  z-index: -1;
  display: none;
}

.boxtopright {
  position: absolute;
  left: auto;
  top: 27%;
  right: 7%;
  bottom: 0%;
}

.laptop {
  position: relative;
  top: 60px;
  width: 400px;
}

.laravel {
  position: relative;
  left: 46px;
  top: -103px;
  width: 128px;
}

.chrome {
  position: relative;
  top: 53px;
  right: 156px;
  width: 80px;
  -o-object-fit: fill;
  object-fit: fill;
}

.about {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_left {
  width: 470px;
}

.section_title {
  color: #f6b62f;
  font-size: 16px;
  line-height: 129%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.p20 {
  font-size: 20px;
}

.p20.top40 {
  width: 450px;
  margin-top: 40px;
  color: #bcc8f1;
  line-height: 32px;
  font-weight: 400;
}

.p20.top40.dark {
  width: 480px;
  margin-top: 40px;
  color: #6b738e;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.company {
  position: absolute;
  left: auto;
  top: 93%;
  right: 0%;
  bottom: 0%;
  width: 480px;
}

.services {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #354c9f;
}

.fullwidth {
  width: 100%;
  margin-bottom: 40px;
}

.fullwidth.center {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col6.topmin80 {
  margin-top: -100px;
}

.col6.topmin72 {
  padding-right: 60px;
}

.service.top100 {
  margin-top: 100px;
}

.service_title {
  margin-top: 40px;
  color: #f7f8fc;
  font-size: 24px;
  line-height: 129%;
}

.service_paragraph {
  margin-top: 24px;
  color: #bcc8f1;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.latestproject.padbottom200 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 180px;
  background-image: linear-gradient(216deg, #fefeff, #f6f8ff);
}

.full_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects {
  margin-top: 40px;
}

.projects.top40 {
  margin-top: 40px;
}

.project_left {
  padding-right: 20px;
}

.project_right {
  padding-left: 20px;
}

.project {
  border: 0px none transparent;
  border-radius: 0px;
}

.cover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.clients {
  margin-top: -100px;
  margin-right: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-right-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 28px 28px 56px 0 rgba(34, 44, 83, 0.1);
}

.client_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.team {
  padding-top: 80px;
  padding-bottom: 180px;
  border-radius: 0px 40px 0px 0px;
}

.team_photo {
  width: 800px;
  margin-top: 40px;
}

.contactus {
  position: relative;
  z-index: 1;
  margin-top: -160px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 24px;
  background-color: transparent;
}

.footer {
  margin-top: -200px;
  padding-top: 180px;
  background-color: #222c53;
}

.afila_logo_white {
  margin-bottom: 24px;
}

.footer_text {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #f7f8fc;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.footer_title {
  margin-top: 24px;
  margin-bottom: 32px;
  color: #f7f8fc;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.alrightreserved {
  margin-top: 40px;
}

.columns-2 {
  width: 100%;
}

.column-right-footer {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 1440px) {
  .hero {
    height: 90vh;
  }

  .hero.bg_hero {
    background-image: url('../images/bg_hero.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .navbar {
    height: 10vh;
  }

  .container {
    min-width: 1120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .container.vertical.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.vertical.center.top100 {
    padding-top: 116px;
  }

  .container.vertical.center.top100.bottom100 {
    padding-bottom: 116px;
  }

  .container.vertical.center.top100.bottom100.left80 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 80px;
  }

  .container.padbottom200 {
    margin-bottom: 200px;
  }

  .container.contact {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 64px;
    -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;
    border-radius: 24px;
    background-color: #354c9f;
    background-image: url('../images/contact-us.svg'), linear-gradient(135deg, rgba(255, 255, 255, 0), hsla(0, 0%, 100%, 0) 25%, hsla(0, 0%, 100%, 0.04) 0, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, 0.04) 0, hsla(0, 0%, 100%, 0) 75%, hsla(0, 0%, 100%, 0.04) 0, hsla(0, 0%, 100%, 0));
    background-position: 100% 100%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .container.about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    font-weight: 600;
  }

  .btn_border {
    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;
    line-height: 100%;
  }

  .hero_text {
    width: 600px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .big_title {
    color: #222c53;
    font-size: 60px;
    line-height: 129%;
    font-weight: 800;
  }

  .big_title.top20 {
    width: 544px;
    margin-top: 20px;
    color: #f7f8fc;
  }

  .big_title.top20.dark {
    color: #222c53;
  }

  .big_title.top20.dark.center {
    text-align: center;
  }

  .slider_text_hero {
    margin-top: 56px;
    font-size: 32px;
    line-height: 129%;
    font-weight: 500;
  }

  .slider_text {
    color: #354c9f;
    font-weight: 700;
  }

  .btn_primary {
    margin-top: 64px;
    padding: 18px 48px;
    border-radius: 4px;
    background-color: #f6b62f;
    color: #222c53;
    font-size: 20px;
    line-height: 129%;
    font-weight: 600;
    text-decoration: none;
  }

  .boxleft {
    position: absolute;
    left: 4%;
    top: 36%;
    right: auto;
    bottom: 0%;
  }

  .boxbottom {
    position: absolute;
    left: 40%;
    top: 75%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .boxtopright {
    position: absolute;
    left: auto;
    top: 19%;
    right: 13%;
    bottom: 0%;
    white-space: normal;
  }

  .laptop {
    position: relative;
    left: 100px;
    top: 70px;
    width: auto;
  }

  .laravel {
    position: relative;
    left: 153px;
    top: -131px;
    width: auto;
  }

  .chrome {
    position: relative;
    left: -88px;
    top: 74px;
    width: auto;
  }

  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_left {
    width: 544px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section_left.nomargin_bottom {
    margin-bottom: 0px;
  }

  .section_title {
    color: #f6b62f;
    font-size: 16px;
    line-height: 129%;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .p20 {
    margin-top: 0px;
    color: #6b738e;
    font-size: 20px;
    line-height: 32.36px;
  }

  .p20.top40 {
    width: 544px;
    margin-top: 40px;
    color: #bcc8f1;
    font-weight: 400;
  }

  .p20.top40.dark {
    width: 544px;
    color: #6b738e;
  }

  .p20.top40.dark.bottom40 {
    width: 720px;
    margin-bottom: 40px;
  }

  .company {
    position: absolute;
    left: auto;
    top: 116%;
    right: 0%;
    bottom: 0%;
    width: 500px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .services {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #354c9f;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0.03) 0, hsla(0, 0%, 100%, 0) 65%, hsla(0, 0%, 100%, 0.03) 0, hsla(0, 0%, 100%, 0) 80%, hsla(0, 0%, 100%, 0));
    color: #6b738e;
    font-size: 16px;
  }

  .fullwidth {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .fullwidth.bottom100 {
    margin-bottom: 100px;
  }

  .fullwidth.top100 {
    margin-top: 100px;
  }

  .fullwidth.center {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col6 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col6.topmin80 {
    margin-top: -170px;
  }

  .col6.topmin72 {
    margin-top: 20px;
  }

  .service {
    padding-right: 60px;
  }

  .service.top100 {
    margin-top: 100px;
  }

  .text-block-2 {
    margin-top: 24px;
    color: #f7f8fc;
    font-size: 32px;
    line-height: 129%;
  }

  .service_title {
    margin-top: 40px;
    color: #f7f8fc;
    font-size: 28px;
    line-height: 129%;
    font-weight: 500;
  }

  .service_paragraph {
    margin-top: 24px;
    margin-bottom: 0px;
    color: #bcc8f1;
    font-size: 18px;
    line-height: 32.36px;
    font-weight: 300;
  }

  .columns {
    margin-bottom: 0px;
  }

  .latestproject {
    background-image: linear-gradient(23deg, #fefeff, #f6f8ff);
  }

  .latestproject.padbottom200 {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 400px;
  }

  .full_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .projects {
    margin-top: 40px;
  }

  .project_left {
    padding-right: 20px;
  }

  .project_right {
    padding-left: 20px;
  }

  .project {
    border: 0px none transparent;
  }

  .cover {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    color: #bcc8f1;
  }

  .clients {
    margin-top: -300px;
    margin-right: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top-right-radius: 40px;
    background-color: #fff;
    box-shadow: 28px 28px 56px 0 rgba(53, 76, 159, 0.04);
  }

  .client_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .client {
    width: 256px;
    margin-right: 16px;
    margin-bottom: 20px;
    margin-left: 16px;
  }

  .team {
    padding-top: 100px;
    padding-bottom: 300px;
  }

  .team_photo {
    margin-top: 80px;
  }

  .contactus {
    margin-top: -220px;
  }

  .image {
    position: relative;
    left: 586px;
    top: -340px;
    right: auto;
  }

  .footer {
    position: static;
    z-index: -1;
    overflow: visible;
    margin-top: -268px;
    padding-top: 300px;
    padding-bottom: 100px;
    background-color: #222c53;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 29%, hsla(0, 0%, 100%, 0.02) 0, hsla(0, 0%, 100%, 0) 48%, hsla(0, 0%, 100%, 0.02) 0, hsla(0, 0%, 100%, 0) 74%, hsla(0, 0%, 100%, 0) 82%, hsla(0, 0%, 100%, 0) 100%, hsla(0, 0%, 100%, 0));
  }

  .afila_logo_white {
    margin-bottom: 24px;
  }

  .footer_text {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #f7f8fc;
    font-size: 16px;
    line-height: 25.888px;
    font-weight: 400;
    text-align: left;
  }

  .footer_title {
    margin-top: 24px;
    margin-bottom: 32px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
  }

  .alrightreserved {
    margin-top: 40px;
    font-size: 18px;
  }

  .columns-2 {
    width: 100%;
  }

  .column-right-footer {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .hero.bg_hero {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    background-size: cover;
  }

  .navbar {
    position: relative;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.contact {
    background-size: 280px;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    background-color: #bcc8f1;
    color: #6b738e;
  }

  .btn_border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .big_title {
    font-size: 36px;
    font-style: normal;
  }

  .big_title.top20 {
    font-size: 26px;
  }

  .big_title.top20.dark {
    font-size: 26px;
  }

  .slider_text_hero {
    font-size: 24px;
  }

  .btn_primary {
    padding: 10px 20px;
  }

  .boxleft {
    left: -7%;
  }

  .boxtopright {
    top: 17%;
    right: -8%;
  }

  .image_hero {
    width: 400px;
  }

  .laptop {
    top: 29px;
    width: 100%;
  }

  .laravel {
    left: -23px;
    top: -91px;
    width: 100px;
  }

  .chrome {
    top: -203px;
    right: -201px;
    width: 60px;
  }

  .section_left {
    width: 360px;
  }

  .p20.top40 {
    width: 80%;
    font-size: 16px;
  }

  .p20.top40.dark {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
  }

  .company {
    position: relative;
    right: -8%;
    width: 360px;
  }

  .service_paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .cover {
    border-radius: 8px;
  }

  .clients {
    margin-right: 0px;
  }

  .footer_text {
    margin-bottom: 10px;
  }

  .footer_title {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.w--open {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .big_title.top20 {
    font-size: 22px;
  }

  .big_title.top20.dark {
    font-size: 22px;
  }

  .big_title.top20.notop {
    font-size: 24px;
  }

  .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p20.top40 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .p20.top40.dark {
    font-size: 14px;
  }

  .services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col6.topmin80 {
    margin-top: 20px;
  }

  .service.top100 {
    margin-top: 20px;
  }

  .service_title {
    font-size: 18px;
  }

  .service_paragraph {
    font-size: 14px;
  }

  .latestproject.padbottom200 {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .projects.top40 {
    margin-top: 0px;
  }

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

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

  .cover {
    margin-bottom: 20px;
  }

  .clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client_list {
    margin-top: 40px;
  }

  .client {
    width: 100px;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 140px;
  }

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

@media screen and (max-width: 479px) {
  .hero.bg_hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80vh;
    max-height: 80vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    margin-right: 0px;
    padding-right: 0px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.vertical.center.top100.bottom100.left80 {
    padding-left: 10px;
  }

  .container.contact {
    padding: 20px;
    border-radius: 16px;
    background-size: 200px;
  }

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

  .nav-menu {
    left: 0%;
    top: 91%;
    right: 0%;
    bottom: auto;
    padding-left: 0px;
  }

  .body {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btn_border {
    padding: 8px 12px;
    font-size: 14px;
  }

  .hero_text {
    width: 100%;
  }

  .big_title {
    font-size: 28px;
  }

  .slider_text_hero {
    font-size: 20px;
  }

  .boxleft {
    display: none;
  }

  .boxtopright {
    display: none;
  }

  .image_hero {
    display: none;
  }

  .section_left {
    width: 100%;
  }

  .company {
    position: static;
    right: -6%;
    margin-top: 24px;
    border-radius: 16px;
  }

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

  .client {
    width: 110px;
  }

  .text-block-5 {
    font-size: 16px;
  }
}

