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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-checkbox-input--inputType-custom {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #111;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #111;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #111;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #626a7e;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

a {
  color: #3f74ff;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #111;
}

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

li {
  line-height: 30px;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 40px;
  border-left: 5px solid #3f74ff;
  background-color: #f0f4ff;
  color: #111;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.page-wrapper {
  font-family: Poppins, sans-serif;
}

.banner-header {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #111;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-header.white {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.banner-header.white.left {
  display: block;
  width: 100%;
  font-size: 46px;
  text-align: left;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: transparent;
}

.section.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 180px;
  padding-bottom: 120px;
  -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;
}

.section.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  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;
  -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: transparent;
  background-image: url('../images/Line.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.sponsor.no-paddings {
  height: 200px;
  background-color: #3f74ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 66, 147, 0.88)), to(rgba(28, 66, 147, 0.88))), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-image: linear-gradient(180deg, rgba(28, 66, 147, 0.88), rgba(28, 66, 147, 0.88)), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-position: 0px 0px, 80% 100%, 10% 0px;
  background-size: auto, 200px, 160px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.section.testimonial {
  background-image: url('../images/Square.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.gradient-section {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f5fd), to(#fff));
  background-image: linear-gradient(0deg, #f3f5fd, #fff);
}

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

.section.gradient-section.blog-section {
  padding-top: 120px;
}

.section.gradient-section.content {
  padding-top: 50px;
}

.section.banner {
  padding-top: 190px;
  padding-bottom: 190px;
  background-color: #3f74ff;
  background-image: none;
}

.section.banner.home-1 {
  height: 100vh;
  padding-right: 30px;
  padding-bottom: 190px;
  padding-left: 30px;
  background-color: #3f74ff;
  background-image: url('../images/hero17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.section.page-header {
  padding-top: 190px;
  padding-bottom: 120px;
  background-color: #3f74ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 85, 233, 0.9)), to(rgba(16, 85, 233, 0.9))), url('../images/pexels-photo-273680.jpg');
  background-image: linear-gradient(180deg, rgba(16, 85, 233, 0.9), rgba(16, 85, 233, 0.9)), url('../images/pexels-photo-273680.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section.page-header.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 85, 233, 0.9)), to(rgba(16, 85, 233, 0.9))), url('../images/pexels-photo-1492232.jpg');
  background-image: linear-gradient(180deg, rgba(16, 85, 233, 0.9), rgba(16, 85, 233, 0.9)), url('../images/pexels-photo-1492232.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section.page-header.blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 85, 233, 0.9)), to(rgba(16, 85, 233, 0.9))), url('../images/pexels-photo-2409102.jpg');
  background-image: linear-gradient(180deg, rgba(16, 85, 233, 0.9), rgba(16, 85, 233, 0.9)), url('../images/pexels-photo-2409102.jpg');
  background-position: 0px 0px, 60% 50%;
}

.section.less-bottom-padding {
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.button {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #3f74ff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 3px 3px 12px 0 rgba(63, 116, 255, 0.4);
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button.white {
  background-color: #fff;
  color: #3f74ff;
  font-weight: 500;
}

.button.padding {
  margin-top: 20px;
}

.paragraph-large {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  color: #8e929c;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.paragraph-large.banner {
  margin-right: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.paragraph-large.banner.center {
  width: auto;
  text-align: center;
}

.paragraph-large.side {
  width: 100%;
  margin-left: 0px;
  color: #626a7e;
  text-align: left;
}

.text-block-left {
  width: 440px;
  margin-top: 0px;
  float: left;
  text-align: left;
}

.text-block-left.flex {
  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-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;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  float: right;
  -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;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 80px;
  padding: 10px 24px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.container-full {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  padding-left: 10px;
  background-color: transparent;
}

.nav-button-block {
  display: inline-block;
  padding-top: 0px;
  padding-left: 40px;
  float: none;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #ff8e64;
  font-weight: 400;
}

.nav-link.dark {
  color: #111;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.brand-2.w--current {
  padding-left: 25px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url('../images/icons8-prefab-house-80_1icons8-prefab-house-80.png');
  background-position: 50% 50%;
  background-size: 48px;
  background-repeat: no-repeat;
  color: #fff;
}

.icon.second {
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/icons8-design-80_1icons8-design-80.png');
  background-size: 50px;
}

.icon.second._7 {
  background-image: url('../images/icons8-edit-graph-report-80_1icons8-edit-graph-report-80.png');
}

.icon.fourth {
  background-image: url('../images/icons8-create-80_1icons8-create-80.png');
}

.icon.third {
  background-image: url('../images/icons8-business-group-80-1_1icons8-business-group-80 (1).png');
}

.icon._5 {
  background-image: url('../images/icons8-female-worker-80-1_1icons8-female-worker-80 (1).png');
}

.icon._6 {
  background-image: url('../images/icons8-design-80_1icons8-design-80.png');
}

.icon._8 {
  background-image: url('../images/icons8-time-machine-80_1icons8-time-machine-80.png');
}

.left-div-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-bottom: 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;
}

.left-div-headline.more-padding {
  margin-bottom: 90px;
}

.section-tittle {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #111;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-tittle.white {
  color: #fff;
}

.section-tittle.left {
  text-align: left;
}

.icon-tittle {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #111;
  font-weight: 600;
  text-align: center;
}

.features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  -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-style: solid;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
  text-decoration: none;
}

.features-block:hover {
  background-color: #f5f7fc;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.container.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.content {
  text-align: left;
}

.top-padding {
  margin-top: 40px;
}

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

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 0px;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  height: 350px;
  border-radius: 0px;
}

.project-click {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  background-color: #3f74ff;
  font-size: 20px;
  text-align: left;
}

.work-text {
  color: #fff;
}

.testimonial-wrapper {
  position: relative;
  display: block;
  width: 96%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 60px 45px 45px;
  border: 1px solid #eaf0fd;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 0 rgba(63, 116, 255, 0.09);
  color: #8e929c;
  text-align: center;
}

.testimonial-image {
  display: block;
  width: 48px;
  height: 48px;
  margin: 10px 20px 0px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #3f74ff;
  border-radius: 100px;
  background-image: url('../images/pexels-photo-209719-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-image.second {
  background-image: url('../images/pexels-photo-209719-3.jpg');
}

.testimonial-image.second.center {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pexels-photo-209719-2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/pexels-photo-209719-2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.testimonial-image.center {
  margin-right: auto;
  margin-left: auto;
  border: 0px none transparent;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/pexels-photo-209719-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/pexels-photo-209719-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.testimonial-image.center.second {
  border-radius: 100px;
  background-image: url('../images/pexels-photo-209719-3.jpg');
  background-size: contain;
}

.testimonial-name {
  margin-bottom: 0px;
  color: #111;
  font-size: 15px;
  line-height: 20px;
}

.testimonial-review {
  margin-bottom: 20px;
  color: #626a7e;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.quote-icon {
  position: absolute;
  left: 45%;
  top: -21px;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  padding: 3px;
  border-radius: 6px;
  background-color: #fff;
}

.testimonial-position {
  color: #3f74ff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.blog-tittle {
  margin-top: 5px;
  color: #111;
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.link-blog {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  min-height: 250px;
  margin-top: -40px;
  border-radius: 0px;
  background-image: url('../images/Avenu2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 7px 7px 10px 0 rgba(18, 28, 54, 0.17);
}

.link-blog.im2 {
  background-image: url('../images/photo-1508450859948-4e04fabaa4ea-1.jpg');
}

.link-blog.im3 {
  background-image: url('../images/photo-1485083269755-a7b559a4fe5e.jpg');
}

.link-blog.im4 {
  background-image: url('../images/photo-1547004188-83e2bf446b24.jpg');
}

.link-blog.im5 {
  background-image: url('../images/photo-1563166423-a78566af3dbe.jpg');
}

.blog-card {
  position: relative;
  min-height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8;
  border-radius: 6px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
}

.button-link {
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-link:hover {
  color: #3f74ff;
}

.button-link.more-padding {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.21);
  color: rgba(17, 17, 17, 0.33);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-link.foot {
  color: #626a7e;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: none;
}

.button-link.foot:hover {
  color: #3f74ff;
}

.client-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer {
  padding-top: 70px;
}

.footer.black {
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-bottom: 130px;
  background-color: #3f74ff;
}

.footer.white {
  position: relative;
  padding-top: 0px;
  padding-bottom: 140px;
}

.footer-column {
  padding-right: 18%;
  color: #111;
  font-size: 14px;
  text-align: left;
}

.footer-column.flex {
  height: 100%;
  -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-header {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.footer-header.white {
  color: #fff;
}

.contact-us-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-icon {
  height: 20px;
  margin-right: 10px;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.white-icon.color {
  -webkit-filter: none;
  filter: none;
}

.left-2 {
  float: none;
}

.footer-text {
  font-family: Poppins, sans-serif;
  color: #626a7e;
  font-size: 14px;
  line-height: 24px;
}

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

.button-text {
  display: inline-block;
  margin-left: -15px;
  padding: 5px;
  border-radius: 6px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.button-text:hover {
  color: #3f74ff;
}

.button-text.gray {
  background-color: #f3f5fd;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  -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;
  text-decoration: none;
}

.button-wrapper.centered {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-decoration: none;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 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;
  border-style: solid;
  border-width: 2px;
  border-color: #3f74ff;
  border-radius: 0px;
  color: #3f74ff;
}

.line-divider {
  height: 1px;
  margin-top: 0px;
  background-color: #e2e2e2;
}

.liner-dot {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -3px;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background-color: #3f74ff;
}

.liner-dot.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -3px;
}

.liner-dot.right.white {
  background-color: #fff;
}

.liner-dot.white {
  background-color: #fff;
}

.liner-wrapper {
  position: relative;
  width: 180px;
  margin-top: 30px;
}

.liner-wrapper.padding {
  margin-bottom: 40px;
}

.client-image-2 {
  width: 22%;
  height: 108px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/2222-p-500.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
  opacity: 0.65;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.client-image-2:hover {
  border: 1px none #000;
  border-radius: 6px;
  background-color: transparent;
  opacity: 1;
}

.client-image-2._2 {
  background-image: url('../images/4444.png');
  background-size: 160px;
}

.client-image-2._3 {
  border-radius: 6px;
  background-image: url('../images/5555.png');
  background-size: 160px;
}

.client-image-2._4 {
  background-image: url('../images/3333.png');
  background-size: 160px;
}

.client-image-2._5 {
  background-image: url('../images/111_1.png');
  background-size: 140px;
}

.sponsor-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -90px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px solid #e2e2e2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.sponsor-flex.no-padding {
  margin-bottom: 0px;
}

.fact-icon {
  width: 22%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.fact-icon.blog {
  width: 50%;
  text-align: center;
}

.fact-icon.blog.gray {
  border-left: 1px solid #e2e2e2;
  border-top-right-radius: 10px;
  background-color: #f0f4ff;
  text-align: center;
}

.fact-text {
  color: #3f74ff;
  text-transform: uppercase;
}

.big-facts {
  color: #111;
}

.white-card-wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 0px 0px 10px 10px;
  background-color: transparent;
  box-shadow: 7px 7px 10px 0 rgba(63, 116, 255, 0.09);
}

.white-card-wrapper.left-side {
  background-color: #fff;
  text-align: left;
}

.footer-wrapper {
  padding: 70px 35px 60px;
  border-bottom: 3px solid #ecf1ff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f0f4ff;
}

.footer-wrapper.blue {
  border-bottom-color: #2e5cd5;
  background-color: #245ffa;
}

.text-field {
  width: 24%;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e6f1;
  border-radius: 0px;
  background-color: #f0f4ff;
  color: #111;
}

.text-field.big {
  width: 49%;
  margin-bottom: 20px;
}

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

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.text-field-2 {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.text-field-2.single {
  position: relative;
  display: block;
  width: auto;
  height: 50px;
  min-width: 230px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.37);
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.3);
  background-image: url('../images/icons8-new-post-96_1icons8-new-post-96.png');
  background-position: 5% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.social-wrapper-div-2 {
  width: 32px;
  height: 32px;
  margin-right: 0px;
  margin-left: -1px;
  padding-left: 0px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/facebook-logo-1.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.8;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-wrapper-div-2:hover {
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
}

.social-wrapper-div-2.twitter {
  border: 1px solid #fff;
  background-image: url('../images/twitter_1twitter.png');
  background-size: 16px;
}

.social-wrapper-div-2.twitter:hover {
  border-color: #fff;
  background-color: transparent;
}

.social-wrapper-div-2.be {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-image: url('../images/behance-1.png');
}

.social-wrapper-div-2.insta {
  background-image: url('../images/instagram-1.png');
}

.social-wrapper-div-2.google {
  background-color: transparent;
  background-image: url('../images/google-plus_1google-plus.png');
  background-size: 16px;
  opacity: 0.8;
}

.social-wrapper-div-2.google:hover {
  opacity: 1;
}

.success-message-2 {
  border-radius: 200px;
  background-color: #34cf2c;
  color: #fff;
  text-align: center;
}

.social-icon-div-2 {
  margin-top: 60px;
  padding-top: 0px;
  text-align: center;
}

.left-div-headline-2 {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.submit-button {
  width: 31%;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #3f74ff;
  font-weight: 500;
}

.submit-button:hover {
  border: 1px solid #f3f5fd;
  background-color: #bed0ff;
}

.section-newsletter {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 120px 56px;
  background-color: #fff;
  text-align: center;
}

.section-newsletter.color {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3f74ff;
  color: #fff;
}

.section-newsletter.color.newsletter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.77)), to(rgba(63, 116, 255, 0.77))), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.77), rgba(63, 116, 255, 0.77)), url('../images/Square6.svg'), url('../images/Square7.svg');
  background-position: 0px 0px, 100% 100%, 10% 0%;
  background-size: auto, 500px, 500px;
  background-repeat: repeat, no-repeat, no-repeat;
}

.single-form {
  display: block;
  max-width: 600px;
  margin: 60px auto 0px;
  color: rgba(12, 21, 47, 0.6);
}

.error-message-2 {
  padding: 20px;
  border-radius: 0px;
  background-color: red;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.image-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  -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(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2)));
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2));
}

.image-link.left {
  height: 600px;
  margin-right: 23px;
  margin-left: 0px;
  border-radius: 10px 10px 10px 0px;
  background-image: url('../images/photo-1528828085966-aff4e01c5f2b.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2)));
  background-image: url('../images/photo-1528828085966-aff4e01c5f2b.jpg'), linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2));
  background-position: 0% 0%, 0px 0px;
  background-size: cover, auto;
}

.image-link.left {
  height: 600px;
  margin-right: 23px;
  margin-left: 0px;
  border-style: none none solid;
  border-width: 3px;
  border-color: #ecf1ff;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 18, 70, 0.2)), to(rgba(16, 18, 70, 0.2))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.image-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.half-side-info {
  max-width: 500px;
  padding: 30px 15px;
  text-align: left;
}

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

.div-block.first {
  margin-top: 100px;
  margin-bottom: 100px;
}

.white-text {
  color: #fff;
}

.image-9 {
  width: 42px;
}

.image-10 {
  width: 42px;
}

.bootom-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #245ffa;
}

.bootom-footer.light {
  background-color: #f0f4ff;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.footer-bottom-block.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: right;
}

.right-footertext {
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-left: 0px;
  color: #fff;
  font-size: 13px;
  text-align: right;
}

.right-footertext.center {
  font-size: 13px;
  text-align: center;
}

.right-footertext.dark {
  font-family: Poppins, sans-serif;
  color: #626a7e;
}

.link-footer {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #dbdbdb;
}

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

.link-footer._2 {
  color: #994afd;
}

.link-footer.blue {
  color: #3f74ff;
}

.collection-item {
  margin-bottom: 80px;
}

.blog-image {
  height: 600px;
  border-radius: 0px 0px 10px 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.97)), to(rgba(63, 116, 255, 0.97))), url('../images/shutterstock_1154730577-1.jpg');
  background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.97), rgba(63, 116, 255, 0.97)), url('../images/shutterstock_1154730577-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
}

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

.rich-text-blog {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.headline-div {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
}

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

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

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

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

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

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

.line-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: #3f74ff;
}

.div-block-3 {
  position: relative;
  margin-right: 1px;
  margin-left: 1px;
}

.line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 1px;
  background-color: #3f74ff;
}

.line-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1px;
  background-color: #3f74ff;
}

.line-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #3f74ff;
}

.center {
  text-align: center;
}

.form {
  padding: 90px 40px 40px;
  border: 1px none #000;
}

.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: 1px solid #e1e6f1;
  background-color: #f0f4ff;
  color: #111;
}

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

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

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

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

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

.button-wrapper-2 {
  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-2.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-2.product.left {
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.white {
  color: #fff;
}

.hero-content-div {
  width: 50%;
}

.text-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  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: 16px solid #fff;
  background-color: transparent;
}

.text-block {
  font-size: 18px;
  font-weight: 600;
}

.proj-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Avenu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.proj-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.proj-img.im2 {
  background-image: url('../images/Smart.jpg');
}

.proj-img.im3 {
  background-image: url('../images/Avenu2.jpg');
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-12 {
  width: 150px;
  margin-bottom: 30px;
}

.grid-3-copy {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.proj {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.nav-button-block-copy {
  display: none;
  padding-top: 0px;
  padding-left: 40px;
  float: none;
}

.inside {
  padding-top: 100px;
}

.image-13 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f5fd;
  color: rgba(0, 0, 0, 0.29);
}

.bread-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #646464;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.bread-link:hover {
  color: #3f74ff;
}

.bread-link.w--current {
  font-weight: 600;
}

.div-block-5 {
  width: 100%;
  height: 400px;
  background-color: #dbdbdb;
}

.container-3 {
  max-width: 1300px;
  padding-right: 24px;
  padding-left: 24px;
}

.slider-div {
  height: 500px;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  font-size: 10px;
  line-height: 10px;
}

.arrow {
  width: 50px;
  height: 50px;
  background-color: #3f74ff;
  font-size: 20px;
}

.arrow.right {
  right: -25px;
  background-color: #8e929c;
}

.arrow.right:hover {
  background-color: #1055e9;
}

.arrow.left {
  left: -25px;
  background-color: #8e929c;
}

.arrow.left:hover {
  background-color: #1055e9;
}

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

.slide.s2 {
  background-image: url('../images/Avenu.jpg');
}

.link-4 {
  color: #111;
  text-decoration: none;
}

.div-block-6 {
  width: 100%;
  height: 240px;
  margin-bottom: 50px;
  background-image: url('../images/usl2.jpg');
  background-position: 50% 50%;
  background-size: 1170px;
  background-repeat: no-repeat;
}

.text-block-2 {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  text-transform: uppercase;
}

.text-block-2.blk {
  color: #111;
  text-decoration: underline;
}

.checkbox-field {
  color: #a8a8a8;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-cont-div {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-3 {
  display: inline-block;
  margin-top: 15px;
  padding: 3px 5px;
  color: #8f8f8f;
  font-size: 12px;
}

.news-img-div {
  height: auto;
}

.text-cont-div-copy {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.grid-6 {
  margin-bottom: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-14 {
  width: 100%;
}

.image-15 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link-2 {
  width: 100%;
  height: 230px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 116, 255, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lightbox-link-2:hover {
  border-color: #3f74ff;
}

@media screen and (max-width: 991px) {
  .banner-header {
    color: #fff;
    text-align: left;
  }

  .section {
    padding-top: 120px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.banner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.sponsor {
    padding-right: 24px;
    padding-left: 24px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.sponsor.no-paddings {
    height: auto;
  }

  .section.testimonial {
    padding-top: 120px;
    padding-bottom: 0px;
    background-position: 0% 10%;
    background-size: 600px;
  }

  .section.gradient-section.content {
    padding-bottom: 50px;
  }

  .section.banner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.banner.home-1 {
    height: auto;
    background-position: 60% 50%;
  }

  .section.no-top-padding {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-menu-2 {
    left: 0px;
    top: 70px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    background-color: #fff;
    text-align: left;
  }

  .navbar {
    display: block;
    padding: 10px 0px 10px 10px;
  }

  .nav-button-block {
    display: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }

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

  .nav-link.dark:hover {
    color: #3f74ff;
  }

  .brand-2 {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-2.w--current {
    padding-left: 15px;
  }

  .menu-button-2 {
    color: #1a1a1a;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #1a1a1a;
  }

  .left-div-headline {
    padding-right: 0px;
  }

  .section-tittle {
    margin-top: 0px;
  }

  .section-tittle.left {
    margin-left: 0px;
  }

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

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

  .lightbox-link {
    height: 300px;
  }

  .testimonial-wrapper {
    width: 96%;
    margin-bottom: 140px;
  }

  .testimonial-review {
    width: auto;
    height: auto;
  }

  .side-info {
    max-width: 550px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-tittle {
    font-size: 16px;
    line-height: 20px;
  }

  .link-blog {
    min-height: 150px;
  }

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

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

  .footer.black {
    height: auto;
    padding-right: 24px;
    padding-bottom: 120px;
    padding-left: 24px;
  }

  .client-image-2 {
    width: 50%;
    float: left;
    border: 1px none #e2e8f8;
    border-radius: 0px;
  }

  .client-image-2:hover {
    border-style: none;
    border-color: #e2e8f8;
    border-radius: 0px;
  }

  .client-image-2._2 {
    border: 1px none #e2e8f8;
  }

  .client-image-2._3 {
    border-radius: 0px;
  }

  .client-image-2._4 {
    border-radius: 0px;
  }

  .client-image-2._5 {
    width: 100%;
  }

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

  .fact-icon {
    width: 50%;
    float: left;
  }

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

  .left {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

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

  .section-newsletter {
    padding: 80px 20px;
  }

  .single-form {
    max-width: 100%;
  }

  .image-link.left {
    margin-right: 0px;
  }

  .image-link.left {
    margin-right: 0px;
    margin-bottom: 60px;
    border-radius: 0px;
  }

  .image-side {
    width: 100%;
  }

  .half-side-info {
    margin-bottom: 60px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .div-block.first {
    -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;
  }

  .bootom-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .collection-item {
    width: 50%;
  }

  .flex {
    display: block;
    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;
  }

  .hero-content-div {
    width: 100%;
  }

  .text-side {
    margin-top: 40px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 60px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4.proj {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-button-block-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .slider-div {
    height: 400px;
  }

  .arrow.left {
    width: 50px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-img-div {
    height: auto;
  }

  .lightbox-link-2 {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-header.white.left {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .section {
    padding-left: 24px;
  }

  .section.testimonial {
    background-size: auto;
  }

  .section.gradient-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.gradient-section.blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.gradient-section.content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.banner.home-1 {
    padding-top: 80px;
    padding-bottom: 54px;
    background-position: 30% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .button {
    text-align: center;
  }

  .paragraph-large {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .left-div-headline {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-tittle {
    margin-top: 0px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
  }

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

  .container {
    height: auto;
  }

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

  .lightbox-link {
    height: 300px;
  }

  .project-click {
    font-size: 16px;
  }

  .testimonial-wrapper {
    margin-bottom: 40px;
  }

  .side-info {
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .link-blog {
    min-height: 200px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 0px;
  }

  .button-link.foot {
    display: block;
  }

  .footer.black {
    position: relative;
    height: auto;
    padding-bottom: 24px;
  }

  .footer.white {
    padding-bottom: 0px;
  }

  .footer-column {
    margin-top: 30px;
  }

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

  .client-image-2:hover {
    border-style: none;
  }

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

  .fact-icon.blog {
    width: 100%;
  }

  .white-card-wrapper {
    width: 100%;
  }

  .footer-wrapper.blue {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 70px;
  }

  .text-field {
    width: 100%;
  }

  .form-2 {
    -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-field-2.single {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .left-div-headline-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .submit-button {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #007aa8;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .image-link {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-link.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-link.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
  }

  .image-side {
    width: 100%;
  }

  .half-side-info {
    margin-bottom: 24px;
    padding-top: 24px;
  }

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

  .bootom-footer {
    position: relative;
  }

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

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

  .footer-bottom-block.right {
    width: 100%;
    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: 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;
  }

  .right-footertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .collection-item {
    width: 100%;
  }

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

  .hero-content-div {
    width: 100%;
  }

  .text-side {
    padding: 30px;
    border-width: 10px;
  }

  .grid-3 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3-copy {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-13 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .slider-div {
    height: 300px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-img-div {
    height: auto;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-header.white {
    font-size: 30px;
    line-height: 30px;
  }

  .banner-header.white.left {
    font-size: 20px;
    line-height: 30px;
  }

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

  .section.testimonial {
    background-position: 0% 0%;
    background-size: 700px;
  }

  .section.gradient-section {
    padding: 50px 0px;
  }

  .section.gradient-section.blog-section {
    padding: 60px 24px;
  }

  .section.gradient-section.content {
    padding: 30px 24px;
  }

  .section.banner.home-1 {
    padding: 81px 0px 120px;
    background-position: 50% 50%;
  }

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

  .section.less-bottom-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.less-bottom-padding.no-bot {
    padding-top: 4px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .button {
    margin-bottom: 10px;
  }

  .button.white {
    line-height: 14px;
  }

  .paragraph-large {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.banner {
    width: auto;
  }

  .paragraph-large.side {
    font-size: 16px;
  }

  .text-block-left {
    width: auto;
  }

  .brand-2 {
    width: 30%;
    height: 60px;
    padding-top: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .left-div-headline {
    padding-bottom: 20px;
  }

  .left-div-headline.more-padding {
    margin-bottom: 80px;
  }

  .section-tittle {
    font-size: 24px;
    line-height: 30px;
  }

  .features-block {
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
  }

  .container {
    height: auto;
  }

  .lightbox-link {
    height: 250px;
  }

  .testimonial-wrapper {
    width: 100%;
    padding: 50px 25px 25px;
  }

  .quote-icon {
    left: 40%;
  }

  .link-blog {
    min-height: 180px;
  }

  .blog-card {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-column {
    padding-right: 0%;
  }

  .client-image-2 {
    width: 100%;
    margin-top: -1px;
  }

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

  .fact-icon {
    width: 100%;
  }

  .footer-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-wrapper.blue {
    padding-bottom: 70px;
  }

  .text-field {
    width: 100%;
  }

  .text-field.big {
    width: 100%;
  }

  .text-field-2.single {
    margin-right: 0px;
  }

  .left-div-headline-2 {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .submit-button {
    height: 50px;
    min-width: 230px;
    border-style: solid;
    border-width: 1px;
    border-color: #007aa8;
  }

  .image-link.left {
    height: 300px;
    margin-bottom: 30px;
  }

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

  .half-side-info {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block.first {
    margin-top: 50px;
  }

  .bootom-footer {
    position: relative;
  }

  .footer-bottom {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .flex {
    display: block;
  }

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

  .button-wrapper-2 {
    width: auto;
  }

  .hero-content-div {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-side {
    padding: 20px;
  }

  .text-block {
    font-size: 14px;
  }

  .nav-button-block-copy {
    padding-right: 10px;
  }

  .image-13 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .bread-link {
    font-size: 8px;
    line-height: 12px;
  }

  .container-3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider-div {
    height: 200px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 10px;
  }

  .news-img-div {
    height: 200px;
  }

  .lightbox-link-2 {
    height: 120px;
  }
}

