.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #677081;
  line-height: 24px;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #343e52;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 3px solid #00b3ac;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 5px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.brand {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #ff0004;
  text-decoration: none;
}

.brand.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.section.features-section {
  position: static;
  padding-bottom: 0px;
}

.section.facts-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #00b3ac;
  background-image: linear-gradient(184deg, rgba(0, 179, 172, 0.52), #0fc1d4 83%), url('../images/Wave-BAckgrounds.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.sponsor {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.section.backgropund {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.no-padding-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

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

.section.small-paddi-ng {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.gray {
  padding-top: 0px;
  background-color: #f4f5f9;
}

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

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

.blog-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px none #fff;
  background-color: transparent;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(10, 43, 60, 0.5);
}

.blog-description {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.date-blogger {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.date-blogger.orange-block {
  position: relative;
  left: auto;
  top: auto;
  padding: 8px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
  background-color: #ef3b31;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.date-blogger.orange-block.blue {
  background-color: #00b3ac;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.blog-heading:hover {
  color: #171d29;
}

.image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 270px;
  -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;
}

.blog-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-header {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #00aeef;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-header.quote {
  margin-bottom: 20px;
}

.service-heading-second {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: none;
}

.service-heading-second.white {
  color: #fff;
}

.div-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 60px 0px 0px;
  -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;
}

.div-content.tittle-in-div {
  margin-bottom: 40px;
  text-align: center;
}

.div-content.tittle-in-div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-content.tittle-in-div.center.subscribe {
  margin-bottom: 20px;
}

.div-content.center {
  color: #000;
}

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

.icon-header.padding-bottom {
  margin-bottom: 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;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-row {
  width: auto;
  margin: 20px 0px 0px;
  padding-right: 0px;
}

.container-wrapper {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-wrapper.single {
  padding-right: 10%;
  padding-left: 10%;
}

.heading {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.features-card {
  position: relative;
  left: -34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-right: 20px;
  padding-left: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

.features-card:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.features-card.small {
  left: auto;
  right: 0px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 150px;
  max-width: none;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.paragraph.white {
  font-size: 14px;
}

.text-button-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.button-text {
  position: relative;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-text.blog {
  color: #343e52;
  font-size: 10px;
}

.hero-big-text {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.hero-big-text.center-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.info-service-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: auto;
  padding: 40px 40px 60px;
  -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;
  border: 1px solid #dde1e7;
  background-color: #fff;
  text-align: center;
}

.icon-image-2 {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(86, 146, 253, 0.16);
}

.icon-image-2.interactions {
  background-color: rgba(89, 86, 253, 0.16);
}

.icon-image-2.interactions.white {
  margin-right: 10px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.container-wrapper-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.features-info {
  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;
  text-align: center;
}

.features-info.centered {
  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: 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;
  text-align: center;
}

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

.priject-icon.padding {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 85%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 10px 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #00b3ac;
}

.project-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.team-image {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 0%;
  background-image: url('../images/Team-3.jpg');
  background-position: 73% 55%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-image._2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/Team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-image._3 {
  width: 100px;
  height: 100px;
  background-image: url('../images/Team-4.jpg');
  background-position: 63% 50%;
  background-size: cover;
}

.team-image._4 {
  background-image: url('../images/Team-1.jpg');
  background-position: 48% 12%;
  background-size: cover;
}

.twitter-icon {
  position: relative;
  z-index: 5;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 2px none #000;
  border-radius: 4px;
  background-color: transparent;
  background-image: url('../images/twitter-logo.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.twitter-icon:hover {
  opacity: 1;
}

.instagram-icon {
  position: relative;
  z-index: 5;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/icon.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.instagram-icon:hover {
  opacity: 1;
}

.team-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  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-style: solid;
  border-width: 1px;
  border-color: #dde1e7;
  background-color: #fff;
}

.team-position {
  margin-bottom: 10px;
  color: #677081;
  font-size: 11px;
  text-transform: uppercase;
}

.be {
  position: static;
  z-index: 10;
  width: 75px;
  height: 75px;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
  background-position: 50% 50%;
  background-size: 75px;
}

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

.lighter-link {
  color: #fff;
  text-decoration: none;
}

.lighter-link:hover {
  text-decoration: underline;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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: #171d29;
  text-align: center;
}

.lighter-paragraph {
  color: #777;
}

.lighter-paragraph.font {
  font-family: Roboto, sans-serif;
  color: #677081;
}

.footer-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading.white {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-social-link {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #f44a66;
}

.footer-sub-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sub-link:hover {
  color: #00b3ac;
}

.footer-sub-link.posts {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.underline {
  position: absolute;
  left: 0px;
  top: 107px;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
  opacity: 0.25;
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.underline.social-line {
  top: 32px;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
}

.footer-block {
  width: 25%;
  padding-right: 0px;
  text-align: left;
}

.footer-block.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 5%;
  -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;
}

.footer-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-line-divider {
  padding-right: 8px;
  padding-left: 8px;
}

.copyright-text {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #768fad;
  font-size: 12px;
  text-align: left;
}

.side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.button-wrapper.product {
  margin-top: 20px;
  -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;
}

.button-wrapper.product.left {
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.one-side-image {
  position: relative;
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.one-side-image.gray.first.left-side {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.one-side-image.gray.with-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.one-side-image.slide-animation {
  overflow: hidden;
  height: auto;
  background-color: #fff;
  background-image: none;
}

.line {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.heading-half-section {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.side-content-info {
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 10% 5% 0%;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.side-content-info.right {
  padding-right: 5%;
  padding-left: 5%;
  border-style: none;
}

.footer-form {
  width: 100%;
  margin-bottom: 16px;
}

.arrow-button {
  width: 25px;
  height: 25px;
  background-image: url('../images/Right-arrow.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.button-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 220px;
  height: 50px;
  -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;
  border-radius: 0px;
  background-color: #00aeef;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link:hover {
  background-color: #00b3ac;
}

.button-link.download {
  width: 200px;
}

.button-link.categorie {
  width: 100%;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #dde1e7;
  background-color: transparent;
  box-shadow: 0 0 1px 0 #dde1e7;
  color: #677081;
}

.button-link.contact:hover {
  background-color: #ef3b31;
}

.blue-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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: #ef3b31;
}

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

.sociablock.footer {
  margin-top: 40px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9e9d;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.social-link:hover {
  opacity: 1;
}

.social-link.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -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;
  border-style: solid;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-link.instagram.line {
  margin-left: 0px;
  border-right-style: solid;
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
}

.social-link.be {
  border-radius: 0%;
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
  background-size: 16px;
}

.social-link.be.line {
  margin-left: 0px;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
}

.social-link.facebook {
  border-radius: 0%;
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
}

.social-link.facebook.line {
  margin-left: 0px;
  border-right-style: none;
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
}

.social-link.facebook.last {
  margin-right: 0px;
}

.social-link.line {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid none solid solid;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
}

.features-image {
  position: relative;
  width: 1200px;
  height: 600px;
  margin-bottom: 0px;
  background-image: url('../images/pexels-photo-1457842.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: hue-rotate(346deg) contrast(104%);
  filter: hue-rotate(346deg) contrast(104%);
}

.quote-square {
  position: absolute;
  top: 25%;
  right: -11px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #e4e8ee;
  border-right: 1px solid #e4e8ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quote-square.left {
  left: -11px;
  right: auto;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.review {
  position: absolute;
  left: auto;
  top: 4%;
  right: 33%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.review._2 {
  left: 8%;
  top: 67%;
  right: auto;
}

.review._3 {
  top: 59%;
  right: 10%;
}

.review._1 {
  top: 4%;
  right: 33%;
}

.block {
  position: relative;
  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;
}

.image-review {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 2px none #fff;
  border-radius: 100%;
  background-color: #ef3b31;
  box-shadow: -3px 3px 8px 0 rgba(0, 0, 0, 0.39);
}

.review-paragraph {
  position: static;
  left: auto;
  top: 4%;
  right: 33%;
  z-index: 1;
  display: block;
  padding: 8px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.email-submit {
  width: 80%;
  height: 80px;
  border-right: 1px none #000;
}

.email-submit.small {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  line-height: 24px;
}

.submit-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.submit-field-wrapper.no-padding {
  width: auto;
  margin-top: 0px;
}

.submit-button {
  width: 20%;
  height: 80px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #d6d6d6;
  background-color: transparent;
  background-image: url('../images/right-arrow-2.svg');
  background-position: 50% 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: transparent;
}

.submit-button:hover {
  background-position: 80% 50%;
}

.submit-button.small {
  height: 50px;
}

._6 {
  margin-right: 7px;
  color: #757575;
  font-size: 18px;
  font-weight: 700;
}

._3 {
  margin-right: 7px;
  color: #757575;
  font-size: 18px;
  font-weight: 700;
}

.grid-paralel-images {
  position: relative;
  grid-auto-flow: row;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-image-roll {
  position: relative;
  overflow: hidden;
}

.image-block-hider {
  height: 550px;
}

.image-block-hider.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.corner-line-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 50px;
  height: 3px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.corner-line-horizontal.features-line {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 20%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #ef3b31;
}

.corner-line-horizontal.features-line-righ {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 80%;
  margin: 0px;
  border-radius: 0px;
  background-color: #00aeef;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.social-link-block {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-image: url('../images/twitter-logo.png'), url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash_1.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 28px, cover;
  background-repeat: no-repeat, repeat;
  -webkit-transition: all 900ms ease, border-color 1000ms cubic-bezier(.25, .46, .45, .94);
  transition: all 900ms ease, border-color 1000ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.social-link-block:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-image: url('../images/twitter-logo.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-wrapper.in-form {
  width: 50%;
  -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;
  text-align: center;
}

.social-wrapper.in-team {
  margin-top: 20px;
}

.social-wrapper.hero-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  margin-bottom: 20px;
  margin-left: 60px;
}

.social-wrapper.hero-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20;
  margin-bottom: 20px;
  margin-left: 60px;
}

.cta-text {
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.cta-text.white {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

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

.cta.image-background {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f9), to(#f4f5f9));
  background-image: linear-gradient(180deg, #f4f5f9, #f4f5f9);
}

.cta.image-background.white {
  background-image: none;
}

.google-play-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;
  border-left: 1px none hsla(0, 0%, 100%, 0.43);
}

.row-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}

.features-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  margin-bottom: 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;
  border: 1px none transparent;
  border-radius: 100%;
  background-color: transparent;
}

.image-features {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-image: url('../images/usluge_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-features.second {
  background-image: url('../images/usluge_2.jpg');
}

.image-features.third {
  margin-right: 0px;
  background-image: url('../images/usluge_3.jpg');
}

.hero-info {
  width: 600px;
}

.hero-info.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  -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;
}

.hero-info.top {
  position: relative;
  z-index: 2;
}

.hero-info.second-page {
  position: relative;
}

.image-block-hidder {
  height: 550px;
}

.image-block-hidder.hide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
}

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

.project-info-content.padding {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: auto;
  margin: 13px;
  padding: 13px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.96);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.project-info-content.padding:hover {
  background-color: transparent;
}

.overlay-info {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -14px;
  padding: 29px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(10, 43, 60, 0.6);
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #e4e8ee;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 0px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  text-align: left;
}

.sidebar.on-side-bar {
  width: 350px;
  margin-left: 40px;
  -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;
}

.sidebar-block {
  position: relative;
  width: 33.333%;
  margin-right: 5px;
  margin-bottom: 40px;
  margin-left: 5px;
  padding: 25px;
  border: 1px solid #e4e8ee;
  border-radius: 0px;
  background-color: #fff;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.sidebar-block.full-sidee {
  width: 100%;
  margin-right: 5px;
  margin-left: 5px;
  padding-bottom: 30px;
  border-color: #dde1e7;
  border-radius: 0px;
}

.date-wrapper {
  position: absolute;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.facts-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #e4e8ee;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.facts-card:hover {
  background-color: transparent;
}

.facts-icon {
  width: 60px;
}

.icon-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 60px;
  -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: #ef3b31;
}

.team {
  width: 100%;
  height: 100%;
}

.full-with-grid {
  width: 100%;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.link {
  text-decoration: none;
}

.sponsor-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 40px 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dde1e7;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.sponsor-card:hover {
  background-color: #fcfcfc;
}

.nav-link-wrapper-2 {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.download {
  color: #fff;
}

.hero-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.hero {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/metal_m_1.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/metal_m_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Roboto, sans-serif;
}

.hero.subpage {
  height: 500px;
}

.hero.subpage.about {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/head_onama2.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/head_onama2.jpg');
  background-position: 0px 0px, 50% 0%;
}

.hero.subpage.service {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.7)), to(rgba(10, 43, 60, 0.7))), url('../images/head_usluge.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.7), rgba(10, 43, 60, 0.7)), url('../images/head_usluge.jpg');
  background-position: 0px 0px, 100% 100%;
}

.hero.subpage.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/head_kontakt.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/head_kontakt.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.subpage.works {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/head_projekti.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/head_projekti.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.subpage.blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-1571468.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-1571468.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
}

.hero.subpage.style-guide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
}

.hero.third {
  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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-1571468.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-1571468.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero.second {
  background-image: none;
}

.hero.blog {
  background-image: url('../images/Hero-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.single-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/pexels-photo-245208.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/pexels-photo-245208.jpg');
  background-position: 0px 0px, 50% 50%;
}

.submit-card {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  margin-left: -71px;
  padding: 75px 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dde1e7;
  background-color: #fff;
  text-align: center;
}

.play-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  -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;
  border: 1px solid #fff;
  border-radius: 0%;
}

.follow-text {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-weight: 500;
}

.submit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 370px;
  -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;
}

.submit-wrapper.blog {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.play-image {
  margin-left: 3px;
  padding-left: 0px;
}

.big-paragraph {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
}

.big-paragraph.in-section {
  color: #677081;
  font-size: 28px;
  line-height: 38px;
}

.feature-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 363px;
  padding: 40px;
  -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;
  border: 1px solid #e4e8ee;
  font-family: Roboto, sans-serif;
}

.price-goove-dot {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #dce2e6;
}

.price-goove-dot.dot2 {
  top: -9px;
  border-radius: 0%;
}

.price-goove-dot.dot1 {
  top: -9px;
  border-radius: 0%;
  background-color: #00b3ac;
}

.price-goove-dot.dot3 {
  top: -9px;
  border-radius: 0%;
}

.price-goove-dot.dot4 {
  top: -9px;
  border-radius: 0%;
}

.pricing-slider-wrap {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.pricing-slider-groove {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(45, 62, 80, 0.12);
}

.pricing-handle {
  position: absolute;
  top: -10px;
  right: 32%;
  bottom: 0px;
  z-index: 10;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-width: 5px;
  border-color: #00b3ac;
  border-radius: 0%;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(45, 62, 80, 0.3);
}

.pricing-slider-color {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 34%;
  min-width: 20px;
  background-color: #00b3ac;
}

.hero-bottom-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.pricing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.hero-services-card {
  position: relative;
  width: 300px;
  height: 120px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 20px;
  padding-bottom: 30px;
  float: right;
  border-style: solid;
  border-width: 5px 2px 2px;
  border-color: transparent;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 20px 50px -10px rgba(45, 62, 80, 0.2);
  font-size: 12px;
  text-align: center;
}

.hero-services-card.pro-pricing-contain {
  position: relative;
  z-index: 2;
  display: block;
}

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

.side-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-image._1 {
  width: 100%;
}

.side-features-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.side-features-2.top-algin {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  color: #677081;
  font-weight: 400;
  text-align: center;
}

.center.quote {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  background-image: url('../images/Right-Size.svg'), url('../images/Left-Size.svg');
  background-position: 100% 50%, 0px 0px;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.features-column-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.star-image {
  width: 20px;
  height: 20px;
  margin-right: 0px;
  padding-right: 2px;
  padding-left: 2px;
  background-image: url('../images/icons8-christmas-star.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.star-image.invert {
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.blog-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-15 {
  font-family: Roboto, sans-serif;
}

.white-big-paragraph {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.white-big-paragraph.allcaps {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.white-big-paragraph.allcaps.categorie {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 1px;
}

.white-big-paragraph.allcaps.date {
  color: hsla(0, 0%, 100%, 0.7);
  letter-spacing: 1px;
}

.learn-more {
  margin-top: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #00aeef;
  font-size: 15px;
}

.learn-more:hover {
  color: #ef3b31;
}

.learn-more.white {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: underline;
}

.learn-more.white:hover {
  color: hsla(0, 0%, 100%, 0.78);
}

.heading-3 {
  font-family: Roboto, sans-serif;
}

.number {
  position: static;
  left: 30px;
  top: 30px;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -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;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.one-side-video {
  position: relative;
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.one-side-video.third {
  overflow: hidden;
  height: 600px;
  background-color: #f5f4f7;
  background-image: none;
}

.video-one-side {
  width: 100%;
  height: 100%;
}

.play-button {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  height: 60px;
  background-color: #ef3b31;
  background-image: url('../images/icons8-play-2.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.map-2 {
  height: 400px;
  margin-top: 60px;
  margin-bottom: 0px;
}

.contact-us-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 200px;
  padding: 40px;
  -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;
  border-style: none none solid;
  border-width: 1px;
  border-color: #e4e8ee;
  background-color: #fff;
  text-align: center;
}

.contact-us-wrapper.middle {
  width: 100%;
  height: 200px;
  border-style: none solid solid;
  border-color: #dde1e7 #dde1e7 #e4e8ee;
}

.bottom-video-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto, sans-serif;
}

.play-video-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: 60px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  background-color: #00b3ac;
  color: #fff;
}

.paly-button-text {
  font-size: 13px;
}

.paly-button-text.timer {
  padding: 2px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
}

.feature-tabs {
  width: 41%;
}

.service-tittle {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

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

.container-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 3px;
}

.feature-tab {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #f4f5f9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-tab:hover {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(40, 43, 49, 0.08);
}

.feature-tab.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-radius: 0px;
  background-color: #fff;
  text-align: left;
}

.feature-tab.event {
  padding-left: 30px;
  border-color: #dde1e7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.feature-tab.event.w--current {
  width: 100%;
  padding-left: 30px;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 66.66%;
  margin-right: auto;
  margin-left: 0px;
}

.tab-pane-tab-1-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.cta-header {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.white {
  color: #fff;
}

.clients-wrapper {
  margin-top: 120px;
}

.clients-wrapper.less-padding {
  margin-top: 0px;
}

.sponsor-liks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #ebebeb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.sponsor-liks.with-line {
  border-style: solid;
  border-color: #dde1e7;
  box-shadow: none;
}

.sponsor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #ebebeb;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.sponsor-link:hover {
  opacity: 1;
}

.sponsor-link.last {
  width: 20%;
  border-right: 1px solid #dde1e7;
}

.sponsor-link.last.darker-line {
  border-right-style: none;
}

.sponsor-link.with-line {
  border-right-color: #dde1e7;
}

.section-scroll {
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  margin-left: auto;
  -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: #ef3b31;
}

.link-services-text {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  color: #000;
  line-height: 24px;
}

.link-services-text:hover {
  color: #009fad;
}

.link-services-text:focus {
  color: #208c96;
}

.list {
  padding-left: 0px;
  color: #151515;
}

.check {
  margin-right: 10px;
}

.column-no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.check-mark-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.99384%;
  margin-top: 40px;
}

.category-text {
  position: relative;
  display: inline-block;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  border: 1px none #e4ecf6;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 9px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-text:hover {
  background-color: transparent;
}

.category-text.white {
  background-color: transparent;
  color: #fff;
}

.divider-blog {
  width: auto;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #dde1e7;
}

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

.contact-image-div {
  width: 50%;
  margin-left: 0px;
  padding-left: 0px;
}

.contact-form-div {
  width: 50%;
  margin-left: 0px;
}

.expand {
  width: 1001%;
  max-width: 1200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.question-tittle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 30px 10px;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-left: 1px solid #009fad;
  background-color: #f3f3f3;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.question-tittle-link.white-background {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  -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;
  border-style: solid none;
  border-width: 1px;
  border-color: #9b9b9b #e4e8ee #9b9b9b;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.horizontal {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px none #000;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.plus-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  -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;
}

.question-box-answer {
  position: relative;
  overflow: hidden;
  margin-top: -2px;
  padding: 0px 30px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) #e4e8ee;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.info-content {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-toogle {
  width: 400px;
  height: 400px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.toogle-big-tittle {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.gray-shade {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 300px;
  background-color: #e4e8ee;
}

.side-content-info-border {
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 7%;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.cta-card-info {
  position: relative;
  z-index: 1;
  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;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cta-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  -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;
  border: 1px solid #dde1e7;
  border-radius: 0%;
  background-color: #fff;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.link-cta-wrapper {
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.cta-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.cta-paragraph.core-apps {
  margin-bottom: 20px;
}

.cta-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.cta-card-wrapper:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.cta-card-wrapper.half {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
}

.cta-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 350px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 16% 60px;
  -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;
  border-radius: 0px;
  background-color: #253f6f;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(248, 89, 64, 0.72), #ef3b31 100%, #0675ec 0, rgba(239, 59, 49, 0.54)), url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 8px 24px 0 rgba(52, 62, 82, 0.1);
  text-align: center;
}

.cta-card.payments {
  width: 100%;
  max-width: none;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #4cecca, rgba(0, 179, 172, 0.91) 0%, rgba(25, 198, 182, 0.83) 100%, #00b3ac), url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 8px 24px 0 rgba(52, 62, 82, 0.1);
}

.small-services {
  width: 33.333%;
  padding: 20px 30px;
}

.small-services.border {
  padding: 40px;
  border-right: 1px none #e4e8ee;
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid #dde1e7;
}

.small-services.border.right {
  border-right-style: solid;
  border-right-color: #dde1e7;
  border-left-style: none;
}

.small-services.middle-border {
  padding: 40px;
  border-right: 1px solid #dde1e7;
  border-bottom: 1px solid #dde1e7;
  border-left: 1px solid #dde1e7;
}

.row-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.half-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.list-iteam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #343e52;
}

.link-blog {
  text-decoration: none;
}

.icon-blog {
  margin-right: 5px;
}

.blog-bottom-info {
  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;
}

.logo {
  width: 120px;
  max-width: none;
}

.image-vertical {
  width: 100%;
  height: 700px;
  background-image: url('../images/usluge_1b.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-vertical.second {
  height: 700px;
  background-image: url('../images/usluge_2b.jpg');
}

.image-vertical.third {
  height: 700px;
  background-image: url('../images/usluge_3b.jpg');
}

.image-vertical.left-image {
  background-image: url('../images/work_4.jpg');
}

.image-vertical.left-image._2 {
  background-image: url('../images/cnc.jpg');
}

.image-vertical.left-image._3 {
  background-image: url('../images/onama_1.jpg');
}

.image-vertical.left-image._4 {
  background-image: url('../images/onama_2.jpg');
}

.card {
  border-right: 1px none #e4e8ee;
  border-left: 1px none #e4e8ee;
}

.quote.text {
  font-family: Roboto, sans-serif;
  color: #343e52;
  letter-spacing: 0px;
}

.signature {
  opacity: 1;
}

.lightbox {
  width: 100%;
  height: auto;
}

.lightbox.first {
  position: relative;
  height: 350px;
  margin-bottom: 16px;
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox.third {
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox.third.big {
  height: 721px;
  margin-bottom: 16px;
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash.jpg');
}

.lightbox.fourth {
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox.fourth.big {
  height: 721px;
  margin-bottom: 16px;
  background-image: url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
}

.lightbox.second {
  position: relative;
  height: 350px;
  margin-bottom: 16px;
  background-image: url('../images/pexels-photo-1571460.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox.fifth {
  position: relative;
  height: 350px;
  margin-bottom: 16px;
  background-image: url('../images/samantha-gades-BlIhVfXbi9s-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox.sixth {
  position: relative;
  height: 350px;
  margin-bottom: 16px;
  background-image: url('../images/pexels-photo-3634741.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  height: 48px;
  padding-top: 5px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  color: #212121;
  font-size: 10px;
}

.testimonials-name {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.service-div-2 {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 40ms ease;
  transition: box-shadow 40ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.service-div-2:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.service-div-2.line {
  border-color: #dbdbdb;
  border-bottom-width: 1px;
  background-color: #fff;
}

.service-div-2.line.testimonials {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  -webkit-transition-property: none;
  transition-property: none;
}

.service-div-2.line.testimonials:hover {
  border-color: silver;
  box-shadow: none;
}

.left-testimonial-arrow {
  left: 0%;
  top: auto;
  right: -13%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.left-testimonial-arrow:hover {
  border-color: silver;
}

.slide {
  border: 1px none #000;
}

.service-row-second-2 {
  margin: 20px 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(63, 63, 63, 0.1);
}

.testimonial-arrow {
  left: -13%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin: 0px auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 0px;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.testimonial-arrow:hover {
  border-color: silver;
}

.slider-testimonials {
  height: 530px;
  background-color: transparent;
}

.tiitle-price {
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #00b3ac;
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiitle-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #677081;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiitle-price.top {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.tiitle-price.top.premium {
  margin-bottom: 30px;
  border-top-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Roboto, sans-serif;
  color: #00b3ac;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.top.basic {
  margin-bottom: 30px;
  border-top-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.top.standart {
  margin-bottom: 30px;
  border-top-style: none;
  border-radius: 0px;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #00b3ac;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #677081;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.mask {
  border: 1px none #000;
}

.div-sliders-column-wrapper {
  padding-top: 0px;
}

.number-font {
  margin-top: 0px;
  color: #ef3b31;
  font-size: 30px;
}

.top-footer {
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(221, 225, 231, 0.15);
}

.footer-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.first-three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-row-2 {
  width: 100.00781%;
}

.pricing-row-2.row-nr-2 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.padding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-sixth {
  display: block;
  margin-left: 10px;
  text-align: center;
}

.list-item {
  text-align: left;
}

.pricing-column {
  padding: 15px;
}

.pricing-block-2 {
  display: block;
  padding: 0px 0px 23px;
  border: 1px solid #e4e8ee;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: center;
}

.pricing-block-2:hover {
  border-color: silver;
  background-color: #fff;
}

.pricing-block-2.right {
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
}

.pricing-block-2.right:hover {
  box-shadow: none;
}

.pricing-block-2.middle {
  background-color: #fff;
}

.toogle-dot {
  position: absolute;
  top: auto;
  width: 14px;
  height: 14px;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3b31), to(#ef3b31));
  background-image: linear-gradient(180deg, #ef3b31, #ef3b31);
}

.check-text-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 0px none #e4e8ee;
  border-bottom: 1px none #e4e8ee;
  font-family: Roboto, sans-serif;
  color: #677081;
}

.check-text-block-2.first {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: none;
  border-top-width: 1px;
  color: #677081;
}

.price-toogle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 24px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e4e8ee;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Sign.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-5 {
  width: 60px;
}

.text-field-contact {
  width: 49%;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eaeaea #eaeaea #dde1e7;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
}

.text-field-contact:hover {
  border-bottom-color: #142335;
}

.text-field-contact.full {
  width: 100%;
  text-align: center;
}

.contact-info {
  margin-bottom: 20px;
  font-weight: 400;
}

.bottom-padding {
  margin-bottom: 30px;
}

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

.error-message-color {
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ef3b31;
  color: #fff;
  text-align: center;
}

.text-area {
  height: 50px;
  min-height: 150px;
  padding-top: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #dde1e7;
  font-family: Roboto, sans-serif;
  color: #677081;
}

.text-area:hover {
  border-bottom-color: #142335;
}

.contact-form-up {
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e8ee #e4e8ee #dde1e7;
  background-color: #fff;
  text-align: left;
}

.form {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px none #000;
}

.video-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6)));
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6));
}

.div-info-rich-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-padding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  position: static;
  display: block;
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.container.rich-text {
  padding-right: 10%;
  padding-left: 10%;
  text-align: left;
}

.big-divider {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 0px;
  background-color: rgba(141, 150, 160, 0.3);
}

.headline-div {
  margin-bottom: 0px;
}

.overlay-div-blog {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 43, 60, 0.6);
}

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

.licence-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.licence-link {
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #00b3ac;
  text-decoration: underline;
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.column-icons {
  margin-bottom: 10px;
}

.column-icons.no-padding {
  margin-bottom: 0px;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-div {
  width: 100px;
  height: 100px;
}

.image-div.icons {
  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: 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;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dde1e7), to(#dde1e7));
  background-image: linear-gradient(180deg, #dde1e7, #dde1e7);
}

.image-div.icons.video {
  background-image: url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(#dde1e7), to(#dde1e7));
  background-image: url('../images/di_an_h-g_8MrEZAvyE-unsplash-1.jpg'), linear-gradient(180deg, #dde1e7, #dde1e7);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.icon-div {
  width: 30px;
  height: 30px;
  background-image: url('../images/mailbox.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-div.third {
  background-image: url('../images/icons8-museum.svg');
}

.icon-div.third.image {
  background-image: url('../images/hutomo-abrianto-9ZvuWg8deho-unsplash.jpg');
}

.icon-div.second {
  background-image: url('../images/icons8-museum2.svg');
}

.icon-div.second.image {
  background-image: url('../images/hutomo-abrianto-X5BWooeO4Cw-unsplash.jpg');
  background-position: 50% 50%;
}

.icon-div.fourth {
  background-image: url('../images/icons8-museum3.svg');
}

.icon-div.fourth.image {
  background-image: url('../images/kari-shea-AMyjxxLEHU4-unsplash.jpg');
  background-size: cover;
}

.icon-div.image {
  width: 50px;
  height: 50px;
  background-image: url('../images/outsite-co-R-LK3sqLiBw-unsplash-1.jpg');
}

.collection-list-wrapper {
  width: 100%;
}

.submit-button-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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: #ef3b31;
}

.arrow-button-left {
  width: 25px;
  height: 25px;
  background-image: url('../images/icons8-left.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #677081;
  text-align: left;
}

.columns {
  width: 100%;
}

.block-singel {
  width: 33.333%;
  padding: 20px 30px;
}

.block-singel.border {
  width: 100%;
  padding: 40px;
  border: 1px solid #dde1e7;
}

.block-singel.border.miidle {
  border-right-style: none;
  border-left-style: none;
}

.small-text {
  font-family: Roboto, sans-serif;
  color: #00b3ac;
  font-size: 12px;
  line-height: 24px;
}

.category-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.blog-collection {
  width: 100%;
}

.serach {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.serach-card {
  width: 100%;
  height: 50px;
  border-right: 1px none #000;
}

.serch-button {
  width: 50px;
  height: 50px;
  background-color: #ef3b31;
  background-image: url('../images/magnifying-glass-1.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: transparent;
}

.search-heading {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.search-result-item {
  padding: 20px;
}

.search-result-wrapper {
  padding-right: 16.66%;
  padding-left: 16.66%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-left-contact {
  width: 100%;
  height: 600px;
  background-image: url('../images/5d95477e8d2341152f8b3121_minh-pham-7pCFUybP_P8-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-video-div {
  width: 100%;
  height: 100%;
  background-image: url('../images/alyssa-strohmann-PlvY-dW5Td0-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.success-message-color {
  background-color: #00b3ac;
  color: #fff;
}

.work-link {
  width: 33.333%;
  height: auto;
}

.quote-block {
  height: auto;
  max-width: 570px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5% 7%;
  border-style: none;
  border-width: 2px;
  border-color: #e6e7e9;
  background-color: #fff;
}

.icon-image-second {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: #5956fd;
}

.icon-image-second.design {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3b31), to(#ef3b31));
  background-image: linear-gradient(180deg, #ef3b31, #ef3b31);
}

.icon-image-second.interaction {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3b31), to(#ef3b31));
  background-image: linear-gradient(180deg, #ef3b31, #ef3b31);
}

.icon-image-second.interaction {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef3b31), to(#ef3b31));
  background-image: linear-gradient(180deg, #ef3b31, #ef3b31);
}

.utility-page-form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  -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;
}

.button-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.top-tittle-text {
  font-size: 26px;
  text-align: center;
}

.page-not-found-text {
  font-family: Roboto, sans-serif;
  color: #677081;
  text-align: center;
}

.empty-card {
  border: 1px none #fff;
}

.project-cards {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 30px 40px;
  background-image: url('../images/metal_m_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image._2 {
  background-image: url('../images/metal_m_2.jpg');
}

.project-image._3 {
  margin-right: 0px;
  background-image: url('../images/metal_m_3.jpg');
}

.project-image._4 {
  background-image: url('../images/metal_m_4.jpg');
}

.project-image._5 {
  background-image: url('../images/metal_m_5.jpg');
}

.project-image._6 {
  background-image: url('../images/metal_m_6.jpg');
}

.project-image._7 {
  background-image: url('../images/metal_m_7.jpg');
}

.project-image._8 {
  background-image: url('../images/metal_m_8.jpg');
}

.project-image._9 {
  background-image: url('../images/metal_m_9.jpg');
}

.project-image._10 {
  background-image: url('../images/metal_m_10.jpg');
}

.project-image._11 {
  background-image: url('../images/metal_m_11.jpg');
}

.project-image._12 {
  background-image: url('../images/metal_m_12.jpg');
}

.project-image._13 {
  background-image: url('../images/metal_m_13.jpg');
}

.project-image._14 {
  background-image: url('../images/metal_m_14.jpg');
}

.project-image._15 {
  background-image: url('../images/metal_m_15.jpg');
}

.project-card {
  position: relative;
  width: 100%;
  height: 350px;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bermuda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-second {
  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;
}

.white-logo {
  min-width: 200px;
}

.dropdown-link-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eee #eee #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 5px -3px rgba(114, 111, 111, 0.2);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #7c8499;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.dropdown-link-second:hover {
  background-color: #f4f5f9;
  color: #7c8499;
}

.dropdown-link-second.w--current {
  margin-bottom: 0px;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.dropdown-link-second.w--current:hover {
  background-color: #f4f5f9;
  color: #00b3ac;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 89.4%, 0.4);
  background-color: transparent;
}

.arrow {
  display: block;
  color: #fff;
}

.dark-logo {
  position: absolute;
  margin-top: 0px;
}

.dark-logo.in-colors {
  min-width: 200px;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  display: block;
  width: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 4px 4px 18px 0 rgba(46, 50, 60, 0.09);
}

.nav-link {
  position: relative;
  padding: 30px 40px 30px 20px;
  border-left: 1px none hsla(0, 0%, 89.4%, 0.48);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  padding-right: 40px;
  border-radius: 4px;
  color: #fff;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.nav-link.w--open:hover {
  border: 1px none #000;
}

.text-block-nav {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.hero-big-text-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0%;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.menu-div {
  position: relative;
  z-index: 99;
  display: block;
  width: 150%;
  height: 100%;
  background-color: #00b3ac;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.section-scroll-2 {
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 60px;
  margin-left: auto;
  -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: #ef3b31;
}

.hamburger-line-3 {
  position: absolute;
  width: 75%;
  height: 3px;
  background-color: #fff;
}

.nav-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.4)), to(rgba(10, 43, 60, 0.4))), url('../images/jason-briscoe-UV81E0oXXWQ-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.4), rgba(10, 43, 60, 0.4)), url('../images/jason-briscoe-UV81E0oXXWQ-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.dropdown-list {
  position: fixed;
}

.dropdown-list.w--open {
  position: relative;
  left: auto;
  background-color: transparent;
}

.hamburger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 60px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.brand-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.social-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #9d9e9d;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-96-1_1icons8-twitter-96 (1).png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.65;
}

.social-link-2:hover {
  opacity: 1;
}

.social-link-2.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -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;
  border-style: solid;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/icons8-instagram-104-2_1icons8-instagram-104 (2).png');
  background-size: 12px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.social-link-2.instagram.line {
  margin-left: 0px;
  background-image: url('../images/icons8-instagram-96_1icons8-instagram-96.png');
}

.social-link-2.line {
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid none solid solid;
  background-color: transparent;
  background-image: url('../images/icons8-twitter-90_1icons8-twitter-90.png');
}

.social-link-2.facebook {
  border-radius: 0%;
  background-image: url('../images/icons8-facebook-f-150.png');
  background-size: 14px;
}

.social-link-2.facebook.line {
  margin-left: 0px;
  border-right-style: solid;
  background-image: url('../images/icons8-facebook-f-100_1icons8-facebook-f-100.png');
}

.social-link-2.be {
  border-radius: 0%;
  background-image: url('../images/icons8-behance-96_2icons8-behance-96.png');
  background-size: 16px;
}

.social-link-2.be.line {
  margin-left: 0px;
  background-image: url('../images/icons8-behance-96_1icons8-behance-96.png');
}

.image-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 50;
  display: block;
  overflow: hidden;
  width: 50%;
}

.hamburger-line {
  position: absolute;
  width: 75%;
  height: 3px;
  background-color: #fff;
  color: #fff;
}

.button-link-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 50px;
  -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;
  border-radius: 0px;
  background-color: #00aeef;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link-2:hover {
  background-color: #00b3ac;
}

.white-big-paragraph-2 {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.white-big-paragraph-2.allcaps {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-text-2 {
  position: relative;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.nav-text {
  position: relative;
  z-index: 99;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 23px;
}

.dropdown:hover {
  background-color: rgba(0, 139, 134, 0.4);
}

.dropdown-link {
  padding-left: 0px;
  color: #fff;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: hsla(0, 0%, 100%, 0.7);
}

.drop-down-name {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-menu {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 40px;
  -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;
  border-top: 1px solid hsla(0, 0%, 98%, 0.56);
  text-decoration: none;
}

.nav-menu:hover {
  background-color: rgba(0, 139, 134, 0.4);
}

.nav-menu.drop-down-toggle {
  left: 0px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 40px 0px 0px;
  border-top-style: none;
}

.nav-menu.drop-down-toggle:hover {
  background-color: transparent;
}

.icon {
  color: hsla(0, 0%, 100%, 0.6);
}

.menu-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 499;
  display: none;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blue-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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: #ef3b31;
}

.menu-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 98%, 0.56);
  border-bottom: 1px none hsla(0, 0%, 98%, 0.56);
}

.menu-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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(rgba(0, 179, 172, 0.95)), to(rgba(0, 179, 172, 0.95))), url('../images/Bermuda-Shodow.svg');
  background-image: linear-gradient(180deg, rgba(0, 179, 172, 0.95), rgba(0, 179, 172, 0.95)), url('../images/Bermuda-Shodow.svg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, contain;
}

.hamburger-line-2 {
  position: absolute;
  width: 75%;
  height: 3px;
  background-color: #fff;
}

.licence-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: -24px;
  padding-right: 15px;
  padding-left: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  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;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.image-div-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div-2.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-image: url('../images/Bermuda-Shodow.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #fa7000;
  text-decoration: underline;
}

.image-testimonials {
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.image-testimonials.first {
  background-image: url('../images/Team-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-testimonials.second {
  background-image: url('../images/Team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-testimonials.fourth {
  background-image: url('../images/Team-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-testimonials.third {
  background-image: url('../images/Team-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-div {
  position: relative;
  display: block;
  width: 50%;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 20px;
  border: 1px none #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.project-div.in-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-link-wrapper {
    margin-bottom: 40px;
  }

  .brand.footer {
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .section.sponsor {
    padding-top: 0px;
  }

  .section.backgropund {
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/tu-tu-QZGQO3NvsLo-unsplash-p-2600.jpeg');
  }

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

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

  .section.blog-section {
    padding-bottom: 80px;
  }

  .blog-card {
    width: 100%;
    height: 550px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .image-wrapper {
    height: 400px;
  }

  .div-content.tittle-in-div.center {
    text-align: center;
  }

  .icon-header.center {
    width: 100%;
  }

  .icon-header.center {
    width: 100%;
  }

  .icon-header.center {
    width: 100%;
  }

  .container-wrapper.single {
    padding-right: 0%;
    padding-left: 0%;
  }

  .features-card {
    margin-bottom: 60px;
  }

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

  .priject-icon.padding {
    width: 80%;
  }

  .column {
    margin-bottom: 20px;
  }

  .content-section {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-block.about-us {
    margin-bottom: 20px;
  }

  .footer-line-divider {
    display: inline-block;
  }

  .side-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .one-side-image {
    width: 100%;
  }

  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-side-image.gray.first.left-side {
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one-side-image.gray.with-services {
    height: 600px;
    max-height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-content-info {
    margin-right: auto;
    margin-left: auto;
  }

  .sociablock.footer {
    margin-top: 40px;
  }

  .review._3 {
    top: 39%;
  }

  .review._1 {
    top: 4%;
  }

  .social-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.in-form {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.in-team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-wrapper.hero-bottom {
    margin-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-text.white {
    line-height: 30px;
    text-align: center;
  }

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

  .hero-info {
    width: auto;
  }

  .sidebar {
    width: 100%;
    padding-right: 20px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    margin-left: 0px;
  }

  .sidebar-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-wrapper {
    width: 20%;
  }

  .full-with-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .nav-link-wrapper-2 {
    margin-bottom: 40px;
  }

  .hero {
    padding-right: 60px;
    padding-left: 60px;
  }

  .hero.third {
    padding-top: 0px;
  }

  .submit-card {
    margin-top: 0px;
    margin-left: 0px;
  }

  .feature-v2 {
    height: 320px;
    margin-bottom: 20px;
  }

  .pricing-slider-wrap {
    display: none;
  }

  .pricing-row {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .hero-services-card {
    width: 35%;
  }

  .hero-services-card.pro-pricing-contain {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .side-image {
    width: 100%;
  }

  .side-image._1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-image.image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-features-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-features-2.top-algin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-features-2.top-algin.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

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

  .blog-side {
    width: 100%;
  }

  .one-side-video {
    width: 100%;
  }

  .contact-us-wrapper {
    height: 200px;
  }

  .contact-us-wrapper.middle {
    height: 200px;
    border-right-style: none;
    border-left-style: none;
  }

  .feature-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3338%;
    padding-left: 30px;
    -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;
    text-align: center;
  }

  .feature-tab.w--current {
    width: 33.333%;
    text-align: center;
  }

  .feature-tab.event {
    width: 33.333%;
  }

  .feature-tab.event.w--current {
    width: 33.333%;
  }

  .tabs-content {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-pane-tab-1-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .sponsor-liks {
    height: auto;
  }

  .section-scroll {
    margin-right: 20px;
  }

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

  .contact-image-div {
    width: 100%;
  }

  .contact-form-div {
    width: 80%;
  }

  .question-tittle-link.white-background {
    height: auto;
    padding-bottom: 50px;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .question-tittle {
    font-size: 16px;
  }

  .question-box-answer {
    margin-top: -1px;
    border-style: none;
    border-color: #000;
  }

  .image-toogle {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .side-content-info-border {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .cta-card {
    width: auto;
    height: 400px;
  }

  .cta-card.payments {
    width: 324px;
  }

  .half-side {
    margin-right: auto;
    margin-left: auto;
  }

  .blog-bottom-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-vertical {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-vertical.left-image {
    position: relative;
    width: 500px;
    height: 700px;
  }

  .lightbox {
    width: 100%;
  }

  .slide-nav-2 {
    bottom: -15%;
    margin-top: 0px;
  }

  .service-div-2 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .service-div-2.line.testimonials {
    height: 420px;
  }

  .left-testimonial-arrow {
    left: 0px;
    right: -16%;
    bottom: -15%;
  }

  .service-row-second-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .testimonial-arrow {
    left: -16%;
    right: 0px;
    bottom: -15%;
  }

  .slider-testimonials {
    height: auto;
  }

  .div-sliders-column-wrapper {
    padding-top: 20px;
  }

  .top-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .first-three-column {
    width: 75%;
  }

  .column-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .contact-form-up {
    width: 100%;
  }

  .licence-items {
    width: 70%;
  }

  .block-singel.border {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-left-contact {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .work-link {
    width: 50%;
  }

  .quote-block {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-bottom: 0px;
    padding-left: 0%;
  }

  .navigation-wrapper {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bermuda {
    width: auto;
    padding: 10px 0px;
  }

  .nav-menu-second {
    position: absolute;
    display: block;
    height: auto;
    border: 1px solid #e7ecf8;
    background-color: #fff;
    color: #000;
  }

  .dropdown-link-second {
    background-color: rgba(228, 236, 246, 0.4);
    box-shadow: none;
  }

  .dropdown-link-second:hover {
    background-color: rgba(228, 236, 246, 0.8);
  }

  .dropdown-link-second.w--current {
    box-shadow: none;
  }

  .dropdown-link-second.w--current:hover {
    background-color: rgba(228, 236, 246, 0.8);
    color: #00b3ac;
  }

  .nav-bar {
    position: absolute;
    height: auto;
    padding: 10px 0px 10px 20px;
  }

  .arrow {
    color: #343e52;
  }

  .dark-logo.in-colors {
    opacity: 0;
  }

  .dropdown-list-second.w--open {
    background-color: #fff;
    box-shadow: none;
  }

  .dropdown-list-second.w--open:hover {
    background-color: rgba(228, 236, 246, 0.4);
  }

  .nav-link {
    display: block;
    border-bottom: 1px solid #e4ecf6;
    background-color: #fff;
    text-align: left;
  }

  .nav-link:hover {
    background-color: rgba(228, 236, 246, 0.4);
  }

  .menu-button {
    padding: 20px;
    color: #343e52;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }

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

  .text-block-nav {
    color: #343e52;
  }

  .section-scroll-2 {
    margin-right: 60px;
  }

  .brand-logo {
    padding-left: 0px;
    -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;
  }

  .licence-items-2 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .brand.footer {
    width: auto;
    margin-bottom: 10px;
  }

  .section.sponsor {
    padding-top: 0px;
  }

  .section.gray.blog-section {
    padding-bottom: 80px;
  }

  .blog-card {
    width: 100%;
    height: 450px;
  }

  .image-wrapper {
    height: 300px;
  }

  .div-content.tittle-in-div {
    padding-left: 20px;
  }

  .div-content.tittle-in-div.center {
    padding-left: 0px;
  }

  .icon-header.center {
    width: 90%;
  }

  .icon-header.center {
    width: 90%;
  }

  .icon-header.center {
    width: 90%;
  }

  .service-row {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .container-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-wrapper-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .priject-icon.padding {
    width: 85%;
  }

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

  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .copyright {
    text-align: left;
  }

  .footer-block {
    width: 100%;
  }

  .footer-block.about-us {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-block.contact {
    width: 100%;
  }

  .side-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .one-side-image {
    height: 700px;
  }

  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }

  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.gray.first.left-side {
    height: auto;
  }

  .one-side-image.gray.with-services {
    height: 600px;
    max-height: 600px;
  }

  .one-side-image.slide-animation {
    height: auto;
  }

  .side-content-info {
    padding-right: 5%;
    padding-bottom: 0%;
    padding-left: 5%;
  }

  .social-link.line {
    margin-left: 0px;
  }

  .review._1 {
    right: 29%;
  }

  .grid-paralel-images {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-block-hider.hide {
    height: 500px;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
  }

  .social-wrapper.hero-bottom {
    margin-left: 20px;
  }

  .cta-text.white {
    margin-bottom: 20px;
  }

  .hero-info {
    width: auto;
  }

  .hero-info.third {
    margin-top: -160px;
  }

  .image-block-hidder.hide {
    height: auto;
  }

  .sidebar {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sidebar.on-side-bar {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sidebar-block.full-sidee {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .icon-wrapper {
    width: 15%;
  }

  .full-with-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

  .hero.third {
    height: 100vh;
  }

  .hero.single-page {
    height: 600px;
  }

  .feature-v2 {
    height: 350px;
  }

  .pricing-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-services-card {
    width: 50%;
    max-width: none;
    min-width: 35%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .hero-services-card.startup-pricing-contain {
    width: 45%;
  }

  .hero-services-card.scale-pricing-contain {
    width: 45%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .hero-services-card.pro-pricing-contain {
    width: 50%;
    height: 120px;
    max-width: none;
    min-width: auto;
    margin: 5px 2px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .side-features-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one-side-video {
    height: 700px;
  }

  .one-side-video.third {
    height: 500px;
  }

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

  .feature-tab {
    width: 100%;
  }

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

  .feature-tab.event {
    width: 100%;
  }

  .feature-tab.event.w--current {
    width: 1003%;
  }

  .sponsor-liks.with-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sponsor-link {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    border-right-style: solid;
  }

  .sponsor-link.last {
    width: 100%;
    border-right-style: solid;
  }

  .section-scroll {
    margin-right: 20px;
  }

  .question-tittle-link.white-background {
    margin-top: 0px;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .question-box-answer {
    height: auto;
    margin-top: -5px;
    padding-bottom: 5px;
  }

  .info-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .side-content-info-border {
    padding-bottom: 0%;
  }

  .cta-icon {
    margin-right: auto;
    margin-left: auto;
  }

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

  .cta-card-wrapper.half {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-card-wrapper.half.second {
    margin-bottom: 0px;
  }

  .cta-card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cta-card.payments {
    width: 100%;
  }

  .small-services.border {
    width: 100%;
    border-right-style: solid;
  }

  .small-services.border.right {
    border-left-style: solid;
  }

  .small-services.middle-border {
    width: 100%;
  }

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

  .blog-bottom-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-vertical {
    width: 100%;
    height: 600px;
  }

  .image-vertical.left-image {
    width: 100%;
  }

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

  .slide-nav-2 {
    bottom: -5%;
    width: 42px;
  }

  .service-div-2.line {
    margin-bottom: 20px;
  }

  .service-div-2.line.testimonials {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .left-testimonial-arrow {
    right: -19%;
    bottom: -5%;
  }

  .service-row-second-2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .testimonial-arrow {
    left: -19%;
    bottom: -5%;
  }

  .slider-testimonials {
    height: auto;
  }

  .div-sliders-column-wrapper {
    height: auto;
  }

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

  .first-three-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-row-2.row-nr1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pricing-block-2 {
    margin-bottom: 0px;
  }

  .video-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 43, 60, 0.6)), to(rgba(10, 43, 60, 0.6))), url('../images/tu-tu-QZGQO3NvsLo-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(10, 43, 60, 0.6), rgba(10, 43, 60, 0.6)), url('../images/tu-tu-QZGQO3NvsLo-unsplash.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container.rich-text {
    padding-right: 0%;
    padding-left: 0%;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .licence-items {
    width: 100%;
  }

  .block-singel.border {
    width: 100%;
    border-right-style: solid;
  }

  .block-singel.border.miidle {
    border-style: none solid;
  }

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

  .search-result-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .work-link {
    width: 100%;
  }

  .quote-block {
    padding-bottom: 0%;
  }

  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .section-scroll-2 {
    margin-right: 20px;
  }

  .hamburger {
    margin-right: 20px;
  }

  .brand-logo {
    margin-left: 20px;
  }

  .social-link-2.line {
    margin-left: 0px;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .licence-items-2 {
    width: 100%;
  }

  .licence-item-firs {
    width: 100%;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.facts-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section.sponsor {
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .section.no-padding-top.team {
    overflow: hidden;
  }

  .section.quote-section {
    padding-bottom: 60px;
  }

  .blog-card {
    width: auto;
    margin-bottom: 40px;
  }

  .blog-description {
    bottom: 0%;
  }

  .image-wrapper {
    height: 285px;
  }

  .div-content {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .div-content.tittle-in-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .icon-header.center {
    width: 100%;
  }

  .icon-header.center {
    width: 100%;
  }

  .icon-header.center {
    width: 100%;
  }

  .container-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading {
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }

  .features-card.small {
    width: auto;
    height: auto;
  }

  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }

  .info-service-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-wrapper-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .priject-icon.padding {
    width: 80%;
  }

  .project-header {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }

  .copyright {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

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

  .footer-block.about-us {
    width: 100%;
  }

  .button-wrapper {
    width: auto;
  }

  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }

  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }

  .one-side-image.gray.with-services {
    height: 750px;
    max-height: 750px;
  }

  .one-side-image.slide-animation {
    height: auto;
  }

  .heading-half-section {
    font-size: 31px;
  }

  .side-content-info {
    padding-right: 0%;
    padding-left: 0%;
  }

  .features-image {
    height: 700px;
  }

  .review._3 {
    right: 0%;
  }

  .review._1 {
    top: 4%;
    right: 10%;
  }

  .review-paragraph {
    width: 100%;
  }

  .grid-paralel-images {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-wrapper.in-form {
    width: 100%;
  }

  .cta-text.white {
    margin-bottom: 20px;
    text-align: center;
  }

  .row-cta {
    width: 100%;
  }

  .hero-info.third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -405px;
  }

  .image-block-hidder.hide {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sidebar {
    padding-left: 0px;
  }

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

  .icon-wrapper {
    width: 20%;
  }

  .full-with-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .sponsor-card {
    margin-top: -2px;
  }

  .hero.subpage.contact {
    height: 550px;
  }

  .hero.third {
    height: 1150px;
    padding-top: 0px;
  }

  .submit-card {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .submit-wrapper {
    width: 100%;
  }

  .feature-v2 {
    height: 395px;
  }

  .hero-services-card {
    width: 100%;
    max-width: 400px;
    min-width: 0px;
  }

  .hero-services-card.startup-pricing-contain {
    width: 100%;
    max-width: none;
  }

  .hero-services-card.scale-pricing-contain {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .hero-services-card.pro-pricing-contain {
    width: 100%;
  }

  .flex-services {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-features-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .promo-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .center.quote {
    padding: 20px;
    border-style: solid;
    border-width: 20px;
    border-color: #ebebeb;
    background-image: none;
  }

  .learn-more {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
  }

  .one-side-video.third {
    height: 500px;
  }

  .play-button {
    width: 21%;
  }

  .contact-us-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-us-wrapper.middle {
    border-right-style: none;
    border-left-style: none;
  }

  .play-video-text {
    width: 88%;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane-tab-1-2 {
    width: 100%;
  }

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

  .list {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .check-mark-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-div {
    width: 100%;
    margin-top: 0px;
  }

  .question-tittle-link.white-background {
    height: auto;
    margin-top: 0px;
    padding: 30px 20px;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .question-tittle {
    font-size: 14px;
    text-align: left;
  }

  .question-box-answer {
    margin-top: -5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
  }

  .info-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-toogle {
    width: auto;
    height: 300px;
  }

  .toogle-big-tittle {
    font-size: 28px;
    line-height: 38px;
  }

  .side-content-info-border {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cta-icon {
    margin-right: auto;
    margin-left: auto;
  }

  .cta-wrapper {
    width: auto;
  }

  .cta-card-wrapper.half {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-card-wrapper.half.second {
    width: auto;
  }

  .cta-card {
    width: auto;
    height: auto;
  }

  .half-side {
    padding-right: 0%;
    padding-left: 0%;
  }

  .list-iteam.checkbox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-vertical {
    height: 350px;
  }

  .image-vertical.second {
    height: 400px;
  }

  .image-vertical.left-image {
    width: 100%;
    height: 400px;
  }

  .section-5 {
    overflow: visible;
  }

  .quote.text {
    font-size: 24px;
    line-height: 34px;
  }

  .lightbox.third.big {
    height: 500px;
  }

  .lightbox.fourth.big {
    height: 500px;
  }

  .slide-nav-2 {
    bottom: -5%;
    width: 15%;
    margin-top: 0px;
  }

  .service-div-2 {
    width: 100%;
  }

  .service-div-2.line.testimonials {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-testimonial-arrow {
    right: -36%;
    bottom: -5%;
  }

  .slide {
    width: auto;
  }

  .service-row-second-2 {
    width: auto;
  }

  .testimonial-arrow {
    left: -36%;
    bottom: -5%;
  }

  .slider-testimonials {
    height: auto;
  }

  .div-sliders-column-wrapper {
    position: static;
  }

  .top-footer {
    height: auto;
  }

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

  .first-three-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing-row-2.row-nr-2 {
    display: block;
    width: 100%;
  }

  .pricing-block-2 {
    margin-bottom: 0px;
  }

  .text-field-contact {
    width: 100%;
  }

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

  .contact-form-up {
    padding: 40px 0px;
  }

  .licence-item-wrapper {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-left-contact {
    width: 100%;
    height: 450px;
  }

  .quote-block {
    padding-right: 5%;
    padding-left: 5%;
  }

  .columns-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero-big-text-2 {
    font-size: 32px;
    line-height: 42px;
  }

  .image-menu {
    display: none;
  }

  .menu-right {
    width: 100%;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-div-2 {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .licence-link-2 {
    margin-right: 10px;
  }
}

