.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 {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  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;
}

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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

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

.banner-header.white.left {
  width: 100%;
  margin-bottom: 20px;
  direction: ltr;
  color: #f3f5fd;
  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.banner.first {
  padding-top: 190px;
  padding-bottom: 190px;
  background-image: url('../images/photo-1560229904-ef47c14d51ad.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: contrast(127%);
  filter: contrast(127%);
}

.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: auto;
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: none;
}

.section.testimonial {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.section.gradient-section.minus {
  padding-top: 180px;
}

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

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

.section.banner.second {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/140219953_2794257697483632_6037980718106971563_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/140219953_2794257697483632_6037980718106971563_o.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.banner.home-1 {
  height: 100vh;
  padding-bottom: 190px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b3233;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/140040133_2794257690816966_5370165543891133213_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/140040133_2794257690816966_5370165543891133213_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.section.fatcs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #1b1a1a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/73539186_2427342677508471_5774167093737947136_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/73539186_2427342677508471_5774167093737947136_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.works-section {
  margin-bottom: 20px;
  padding: 20px 20px 0px;
}

.section.page-header {
  padding-top: 190px;
  padding-bottom: 120px;
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/pexels-photo-2409102.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/pexels-photo-2409102.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.page-header.service {
  height: 200px;
  padding-top: 150px;
  padding-left: 39px;
  background-color: #9b3233;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/pexels-photo-2409102.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/pexels-photo-2409102.jpg');
  background-position: 0px 0px, 0% 50%;
}

.section.page-header.projects {
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
}

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

.section.page-header.licensing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.95)), to(rgba(63, 116, 255, 0.95))), url('../images/pexels-photo-1492232.jpg');
  background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.95), rgba(63, 116, 255, 0.95)), url('../images/pexels-photo-1492232.jpg');
  background-position: 0px 0px, 50% 50%;
}

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

.section.sponsors {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid #e2e2e2;
  background-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9))), url('../images/pexels-photo-1492232.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('../images/pexels-photo-1492232.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

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

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

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

.section.about {
  padding-bottom: 60px;
}

.button {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #9b3233;
  -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(155, 50, 51, 0.43);
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button.white {
  margin-bottom: 0px;
  background-color: #fff;
  color: #9b3233;
  font-weight: 500;
}

.button.white:hover {
  box-shadow: 3px 3px 12px 0 rgba(155, 50, 51, 0.38);
}

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

.dropdown-link-2 {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 500;
}

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

.dropdown-link-2.w--current {
  background-color: #3f74ff;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 10px;
  -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: 1px none #000;
  background-color: #fff;
}

.dropdown-list-2 {
  margin-top: 0px;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.container-full {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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.dropdown {
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.nav-link.dropdown:hover {
  color: #9b3233;
}

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

.dropdown {
  border-radius: 0px;
  color: #111;
}

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

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

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

.icon.fourth {
  background-image: url('../images/icons8-plus-math-96_1icons8-plus-math-96.png');
}

.icon.third {
  background-image: url('../images/icons8-plus-math-96_1icons8-plus-math-96.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;
}

.left-div-headline.team {
  margin-bottom: 60px;
}

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

.icon-tittle.sponsors {
  margin-bottom: 20px;
  color: #fff;
}

.features-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px 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;
}

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

.features-block.second {
  border-style: none;
}

.features-block.second.border {
  border-style: none solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 0px;
}

.features-block.second.border.no-paddings {
  margin-bottom: 0px;
  border-bottom-left-radius: 0px;
}

.features-block.second.no-paddings {
  margin-bottom: 0px;
  border-bottom-left-radius: 10px;
}

.features-block.second.no-paddings.last {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px;
}

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  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;
  width: 1800px;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-block {
  display: block;
  width: 100%;
  height: 220px;
  margin: auto auto 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  background-image: url('../images/shutterstock_93376255-320x213.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: rgba(12, 21, 47, 0.6);
  text-align: center;
}

.icon-block.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 0px 20px 0px 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  float: none;
  -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: #9b3233;
  background-image: none;
}

.services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  color: #8e929c;
  text-align: left;
}

.row-service-top {
  margin-bottom: 40px;
}

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

.services-image {
  display: block;
  width: 100%;
  height: 220px;
  margin: auto auto 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/pexels-photo-416405-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  color: rgba(12, 21, 47, 0.6);
  text-align: center;
}

.services-image.square {
  height: 600px;
  border-bottom: 3px solid #e0e4f0;
  background-image: url('../images/wwww.jpeg');
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.services-image.square:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.flex-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 12px;
  -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-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;
}

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

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

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

.top-padding.less.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

.project-click {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  -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: #9b3233;
}

.project-click.second {
  border-radius: 0px;
}

.work-text {
  color: #fff;
}

.click-icon {
  margin-right: 10px;
}

.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-wrapper.second {
  border-style: none;
  box-shadow: none;
}

.testimonial-wrapper.second.border {
  border-right-style: solid;
  border-right-color: #e2e2e2;
  border-left-style: solid;
  border-left-color: #e2e2e2;
  border-radius: 0px;
}

.testimonial-wrapper.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 30px;
  -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;
}

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

.testimonial-image.third {
  margin-left: 0px;
  background-image: url('../images/pexels-photo-209719-4.jpg');
}

.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-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/pexels-photo-209719-4.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-image.center.third {
  background-image: url('../images/pexels-photo-209719-4.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;
}

.side-info.no-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5%;
  margin-bottom: 30px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.quote-icon.left {
  left: auto;
  top: -40px;
  right: 10%;
  width: 100px;
  height: 100px;
}

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

.testimonial-position.gray {
  color: #8e929c;
}

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

.blog-tittle.center {
  text-align: center;
}

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

.link-blog.team {
  width: 150px;
  height: 150px;
  min-height: auto;
  margin-top: 0px;
  border-radius: 1000px;
  background-image: url('../images/IMG_3066.jpg');
  box-shadow: none;
}

.link-blog.team.second {
  margin-top: 0px;
  border-radius: 1000px;
  background-image: url('../images/IMG_3064.JPG');
}

.link-blog.team.second._5 {
  background-image: url('../images/IMG_3065.JPG');
  background-position: 50% 50%;
}

.link-blog.team.third {
  width: 150px;
  border-radius: 1000px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0.09))), url('../images/IMG_3067.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.09), rgba(0, 0, 0, 0.09)), url('../images/IMG_3067.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: none;
}

.link-blog.team._4 {
  background-image: url('../images/IMG_3063.JPG');
  background-position: 50% 50%;
  background-repeat: repeat;
}

.link-blog._1 {
  background-image: url('../images/shutterstock_1154730577-1.jpg');
  background-position: 0% 50%;
}

.link-blog._4 {
  background-image: url('../images/140040133_2794257474150321_672201122725720886_o.jpg');
}

.link-blog._2 {
  background-image: url('../images/Screenshot-2021-03-06-211034.png');
}

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

.blog-card.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(240, 244, 255, 0.41);
}

.blog-card.flex.team {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.blog-card.flex.team:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.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;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
}

.button-link.white {
  text-decoration: none;
}

.button-link.white:hover {
  color: #9b3233;
}

.button-link.white.w--current {
  text-decoration: none;
}

.button-link.white.w--current:hover {
  color: #9b3233;
}

.button-link.white.w--current:active {
  color: #9b3233;
}

.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;
  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/Square7.svg'), url('../images/Square6.svg');
  background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.77), rgba(63, 116, 255, 0.77)), url('../images/Square7.svg'), url('../images/Square6.svg');
  background-position: 0px 0px, 100% 0%, 0px 0px;
  background-size: auto, 200px, contain;
  background-repeat: repeat, no-repeat, no-repeat;
}

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

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

.footer-header {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  color: #fff;
  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: 4px;
  -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: grayscale(100%);
  filter: grayscale(100%);
}

.left-2 {
  float: none;
}

.footer-text {
  font-family: Poppins, sans-serif;
  color: #fff;
  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: #9b3233;
}

.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: #9b3233;
  border-radius: 0px;
}

.features-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  padding-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;
  border-radius: 0px;
  background-image: url('../images/photo-1485083269755-a7b559a4fe5e.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.features-image:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

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

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

.liner-dot.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -3px;
  background-color: #9b3233;
}

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

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

.liner-wrapper {
  position: relative;
  width: 180px;
  color: #9b3233;
}

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

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

.team-tittle.position-2 {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #9b3233;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.team-row {
  margin-right: 10px;
  margin-left: 10px;
}

.client-image-2 {
  width: 22%;
  height: 108px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Windspec.jpeg');
  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/Alumicor-small.png');
  background-size: 160px;
}

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

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

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

.client-image-2._6 {
  background-image: url('../images/reynobond_logo_new.png');
}

.question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  text-decoration: none;
}

.question.tab-question {
  padding-top: 35px;
  padding-bottom: 35px;
}

.faq-answer {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #626a7e;
}

.faq-icon {
  height: 12px;
}

.faq-wrapper {
  width: 96%;
  margin-top: 0px;
}

.faq-iteam {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8;
  border-radius: 0px;
  background-color: #fafbff;
  text-align: left;
}

.faq-iteam.tab-toogle {
  margin-bottom: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}

.faq-text-block {
  overflow: hidden;
}

.answer-wrapper {
  padding: 20px;
}

.faq-tittle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #1f2532;
  font-weight: 600;
  text-align: center;
}

.side-image {
  height: 600px;
  border-bottom: 3px solid #ecf1ff;
  border-radius: 6px;
  background-image: url('../images/photo-1508450859948-4e04fabaa4ea-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}

.tab-link.w--current {
  width: 33.333%;
  padding: 35px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 0px;
  background-color: #9b3233;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.tab-link.w--current:active {
  background-color: #9b3233;
}

.tab-link.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 15px;
}

.tab-link.first {
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  font-size: 15px;
}

.tab-link.first.w--current {
  border-top-right-radius: 0px;
  background-color: #9b3233;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #f3f5fd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tabs {
  margin-top: -95px;
}

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

.tab-image {
  width: 100%;
  height: 380px;
  background-image: url('../images/goodquality2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-image.second {
  height: 380px;
  background-image: url('../images/140219953_2794257697483632_6037980718106971563_o.jpg');
  background-position: 50% 50%;
}

.tab-image.third {
  background-image: url('../images/photo-1563166423-a78566af3dbe.jpg');
}

.image-block {
  width: 50%;
  padding-top: 0px;
  padding-right: 0px;
}

.toogle-block {
  width: 50%;
}

.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: #9b3233;
  text-transform: uppercase;
}

.big-facts {
  color: #111;
}

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

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

.testimonial-paragraph {
  width: 600px;
}

.testimonial-paragraph.square {
  width: auto;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #ecf1ff;
  border-radius: 4px;
  background-color: rgba(240, 244, 255, 0.4);
  font-size: 14px;
}

.testimonial-paragraph.square.left {
  margin-top: 20px;
  padding-right: 0px;
  text-align: left;
}

.footer-wrapper {
  padding: 37px;
  border-bottom: 3px solid #ecf1ff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}

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

.quote-card {
  width: 80%;
  margin: 20px auto -80px;
  padding: 35px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: -2px 10px 10px 0 rgba(63, 116, 255, 0.09);
  text-align: left;
}

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

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

.form-button {
  width: 24%;
  border-radius: 0px;
  background-color: #3f74ff;
}

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

.services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  -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;
}

.testimonial-slide {
  height: auto;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 80px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 0px;
  font-size: 9px;
  text-align: left;
}

.slide-nav.center {
  width: auto;
  text-align: center;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.testimonial-tittle {
  margin-top: 0px;
  color: #111;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.clients {
  height: 80px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #e0e4f0;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/logo-1.png');
  background-position: 50% 50%;
  background-size: 80px;
  background-repeat: no-repeat;
  opacity: 0.65;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients:hover {
  background-color: #fff;
  opacity: 1;
}

.clients._2 {
  background-image: url('../images/logo2.png');
  background-size: 80px;
}

.clients._3 {
  background-image: url('../images/logo-3.png');
  background-size: 80px;
}

.clients._4 {
  background-image: url('../images/logo-4.png');
  background-size: 80px;
}

.clients._5 {
  background-image: url('../images/logo-5.png');
  background-size: 80px;
}

.grid-2 {
  width: 100%;
  height: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.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 none #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 none #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: none;
  border-width: 1px;
  border-color: #fff;
  background-image: url('../images/behance-1.png');
}

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

.social-wrapper-div-2.google {
  border-style: none;
  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;
}

.social-icon-div-2.filter {
  margin-top: 10px;
  -webkit-filter: invert(30%);
  filter: invert(30%);
}

.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: #9b3233;
  font-weight: 500;
}

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

.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 {
  margin-bottom: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/DSC_0049edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-newsletter.color.quote {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.94)), to(rgba(63, 116, 255, 0.94))), url('../images/pexels-photo-2409102.jpg');
  background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.94), rgba(63, 116, 255, 0.94)), url('../images/pexels-photo-2409102.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.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/Screenshot-2021-02-11-180335.png');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, 0.2), rgba(16, 18, 70, 0.2)), url('../images/Screenshot-2021-02-11-180335.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding-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: 3px solid #fff;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.video-story:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-7 {
  padding-left: 3px;
}

.logo {
  display: block;
  height: 175%;
}

.center-div-wrapper {
  width: 50%;
}

.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: 0px;
}

.white-text {
  color: #fff;
}

.image-8 {
  width: 42px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-9 {
  width: 42px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-10 {
  width: 42px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-11 {
  width: 42px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

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

.important {
  color: #9b3233;
  font-weight: 600;
  text-transform: none;
}

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

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

.collection-item.slider {
  width: 100%;
  margin-bottom: 0px;
}

.blog-slider {
  height: 100%;
  background-color: transparent;
}

.mask {
  margin-right: 10px;
  margin-left: 10px;
  padding: 60px 0px 20px;
}

.blog-post {
  width: 50%;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.left-arrow-2 {
  left: -40px;
  display: none;
  width: 40px;
  height: 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-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 100px;
  color: #1a1a1a;
  font-size: 15px;
}

.right-arrow-2 {
  right: -40px;
  display: none;
  width: 40px;
  height: 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-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 100px;
  color: #1a1a1a;
  font-size: 15px;
}

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

.licence-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 0px;
  -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);
}

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

.image-div.mock-ups {
  border-radius: 4px;
  background-image: url('../images/engineer-architect-construction-site-planning-PRGTGGL.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.image-div.mock-ups.fifth {
  background-color: #3f74ff;
  background-image: url('../images/icons8-business-group-80_1icons8-business-group-80.png');
  background-position: 50% 50%;
  background-size: 42px;
  background-repeat: no-repeat;
}

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

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

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

.licence-link:hover {
  color: #3f74ff;
  text-decoration: underline;
}

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

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

.icon-div {
  width: 30px;
  height: 30px;
}

.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.image {
  width: 50px;
  height: 50px;
  background-image: url('../images/photo-1563166423-a78566af3dbe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div.image.sec {
  background-image: url('../images/photo-1562601622-e3ea198a61e4.jpg');
}

.icon-div.image.sec.new {
  background-image: url('../images/pexels-photo-209719-2.jpg');
}

.icon-div.image.third {
  background-image: url('../images/photo-1527335988388-b40ee248d80c-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div.image.third.new {
  background-image: url('../images/pexels-photo-1492232.jpg');
}

.icon-div.image.four {
  background-image: url('../images/photo-1558464678-2f1570e8d60e.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-div.image.four.new {
  background-image: url('../images/pexels-photo-273680.jpg');
}

.icon-div.image.new {
  background-image: url('../images/pexels-photo-209719-4.jpg');
}

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

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

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #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: 100%;
  height: 30px;
  margin-right: 0px;
  margin-bottom: 20px;
  background-image: url('../images/Logo.svg');
  background-position: 50% 100%;
  background-size: contain;
  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: #3f74ff;
  text-decoration: underline;
}

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

.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: #9b3233;
}

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

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

.hero-image {
  position: absolute;
  left: auto;
  top: -1061%;
  right: 0px;
  width: 450px;
  height: 500px;
  max-width: 116%;
  border-bottom: 3px solid #ecf1ff;
  border-radius: 0px;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.girl {
  background-image: url('../images/pexels-photo-416405-2.jpg');
}

.about-copy-wrapper {
  width: 75%;
}

.heading-half-section-2 {
  color: #343e52;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.heading-half-section-2.left {
  margin-top: 0px;
  color: #343e52;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}

.abut-us-copy {
  font-size: 17px;
  text-align: left;
}

.padding-column {
  margin-top: 100px;
}

.info-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 5% 10%;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.center {
  text-align: center;
}

.form {
  padding: 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;
}

.success-message-3 {
  background-color: #3ec73a;
}

.white {
  color: #fff;
}

.work-hover {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.work-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 2px;
  background-color: #9b3233;
}

.work-line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 2px;
  background-color: #9b3233;
}

.work-line-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  background-color: #9b3233;
}

.work-line-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 2px;
  background-color: #9b3233;
}

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

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

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

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

.image-service.third {
  background-image: url('../images/IMG_3073.jpg');
}

.image-service.second {
  background-image: url('../images/17361985_1866146840294727_7652385475734257602_n.jpg');
  background-position: 100% 50%;
}

.image-12 {
  margin-bottom: 1px;
  padding-bottom: 0px;
}

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

.footer-nav {
  margin-bottom: 1px;
}

.link-4 {
  color: #f0f4ff;
}

.link-4.fs1 {
  color: #9b3233;
  text-decoration: none;
}

.link-4.fs1.w--current:hover {
  text-shadow: 0 0 6px #8e929c;
}

.link-5 {
  color: #9b3233;
  text-decoration: none;
}

.link-6 {
  color: #9b3233;
  text-decoration: none;
}

.link-7 {
  color: #9b3233;
  text-decoration: none;
}

.link-8 {
  color: #9b3233;
  text-decoration: none;
}

.text-block-2 {
  font-size: 15px;
}

.section-2 {
  margin-top: 120px;
}

.column-4 {
  height: 350px;
}

.column-4._1 {
  background-image: url('../images/140176415_2794258030816932_3329408261990379347_o.jpg');
  background-size: cover;
}

.column-4._1._2 {
  background-image: url('../images/IMG_3059.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.paragraph {
  padding-left: 20px;
}

.heading {
  padding-left: 20px;
}

.div-block-5 {
  position: static;
  height: 250px;
  border: 0px solid #8e929c;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.div-block-6 {
  position: relative;
  height: 300px;
  padding-left: 15px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(0, 0, 0, 0.22);
  -webkit-transform: skew(-18deg, 0deg);
  -ms-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.paragraph-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.column-5 {
  padding-left: 34px;
}

.column-5._1 {
  height: 350px;
  background-image: url('../images/55613127_2276206242622116_8493612623172993024_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-3 {
  margin-bottom: 38px;
}

.columns-3 {
  margin-top: 0px;
  padding-bottom: 120px;
}

.columns-4 {
  padding-bottom: 120px;
}

.paragraph-4 {
  margin-bottom: 38px;
}

.text-block-3 {
  padding-top: 14px;
}

.link-9 {
  color: #fff;
}

.link-9.button-text {
  color: #1a1a1a;
}

.link-9.button-text._1 {
  margin-left: 0px;
  border-radius: 12px;
  background-color: #fff;
  text-decoration: none;
}

.link-9.button-text._1:hover {
  color: #9b3233;
}

.text-block-4 {
  color: #111;
}

.text-block-5 {
  color: #1a1a1a;
}

.text-block-6 {
  color: #111;
}

.text-block-7 {
  color: #111;
}

.text-block-8 {
  color: #111;
}

.heading-3 {
  text-align: left;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-rows: auto minmax(auto, 1fr) minmax(auto, 1fr);
}

@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.banner.first {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.8)), to(rgba(63, 116, 255, 0.8))), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.8), rgba(63, 116, 255, 0.8)), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-position: 0px 0px, 50% 100%;
  }

  .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.blog-bottom {
    padding-top: 120px;
  }

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

  .section.banner.second {
    height: auto;
  }

  .section.banner.home-1 {
    height: auto;
  }

  .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-top: 10px;
    padding-bottom: 10px;
    padding-left: 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.dropdown {
    color: #111;
  }

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

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

  .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-side {
    text-align: left;
  }

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

  .features-block.second.border {
    border-style: solid none;
  }

  .features-block.second.no-paddings {
    border-bottom-left-radius: 0px;
  }

  .features-block.second.no-paddings.last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .features-block.last {
    margin-bottom: 100px;
  }

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

  .services-block {
    width: 80%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

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

  .column {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }

  .services-image.square {
    width: auto;
    margin-top: 60px;
  }

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

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

  .testimonial-wrapper.second {
    margin-bottom: 0px;
  }

  .testimonial-wrapper.second.border {
    border-style: solid none;
    border-top-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
  }

  .testimonial-wrapper.third {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .side-info.no-padding {
    width: 100%;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
  }

  .side-info.more-padding {
    margin-top: 40px;
  }

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

  .blog-card.flex.team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-bottom: 20px;
  }

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

  .features-image {
    margin-bottom: 20px;
  }

  .team-tittle.position-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .team-row {
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

  .faq-iteam {
    display: block;
    text-align: left;
  }

  .side-image {
    margin-top: 60px;
  }

  .tabs {
    margin-top: -120px;
  }

  .tab-info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-block {
    width: 100%;
    padding-right: 0%;
    padding-bottom: 3%;
  }

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

  .testimonial-flex {
    display: block;
  }

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

  .quote-card {
    width: 100%;
  }

  .clients {
    float: left;
  }

  .clients._5 {
    width: 100%;
  }

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

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

  .left.copy {
    margin-top: 100px;
  }

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

  .center-div-wrapper {
    width: 100%;
  }

  .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-image {
    max-width: none;
  }

  .about-copy-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-half-section-2 {
    text-align: left;
  }

  .heading-half-section-2.left {
    width: 100%;
    margin-left: 0px;
  }

  .padding-column {
    margin-top: 140px;
  }

  .padding-column.about {
    margin-top: 340px;
  }

  .div-block-4 {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .column-3 {
    display: block;
  }

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

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

  .columns-3 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    padding-left: 24px;
  }

  .section.banner.first {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.8)), to(rgba(63, 116, 255, 0.8))), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.8), rgba(63, 116, 255, 0.8)), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

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

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

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

  .section.banner.second {
    height: auto;
  }

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

  .features-block.second.border {
    border-style: solid none;
  }

  .features-block.second.no-paddings {
    border-bottom-left-radius: 0px;
  }

  .container {
    height: auto;
  }

  .services-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .column {
    display: block;
    text-align: center;
  }

  .services-image.square {
    margin-bottom: 0px;
  }

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

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

  .testimonial-wrapper.second.border {
    border-style: solid none;
    border-top-color: #e2e2e2;
    border-bottom-color: #e2e2e2;
  }

  .testimonial-wrapper.third {
    width: 90%;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .side-info.more-padding {
    margin-top: 40px;
  }

  .quote-icon.left {
    width: 80px;
    height: 80px;
  }

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

  .blog-card.flex.team {
    width: 100%;
  }

  .footer.black {
    position: relative;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

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

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

  .features-image {
    margin-bottom: 20px;
  }

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

  .faq-wrapper {
    width: 100%;
  }

  .tab-link {
    width: 100%;
  }

  .tab-link.w--current {
    width: 100%;
    border-top-right-radius: 0px;
  }

  .tab-link.middle {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }

  .tab-link.first {
    border-top-right-radius: 10px;
  }

  .tab-link.first.w--current {
    border-top-right-radius: 10px;
  }

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

  .tabs {
    margin-top: -95px;
  }

  .tab-info-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-block {
    width: 100%;
  }

  .toogle-block {
    width: 100%;
  }

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

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

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

  .testimonial-paragraph {
    width: auto;
  }

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

  .quote-card {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .text-field {
    width: 100%;
  }

  .form-button {
    width: 100%;
  }

  .testimonial-slide {
    width: 100%;
  }

  .grid-2 {
    margin-top: 20px;
  }

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

  .blog-post {
    width: 100%;
  }

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

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

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

  .hero-image.girl {
    top: auto;
    right: auto;
    width: 98%;
    margin-top: 60px;
  }

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

@media screen and (max-width: 479px) {
  .banner-header {
    font-size: 36px;
    line-height: 48px;
  }

  .banner-header.white.left {
    font-size: 24px;
    line-height: 34px;
  }

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

  .section.banner.first {
    height: 700px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 116, 255, 0.84)), to(rgba(63, 116, 255, 0.84))), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-image: linear-gradient(180deg, rgba(63, 116, 255, 0.84), rgba(63, 116, 255, 0.84)), url('../images/photo-1560229904-ef47c14d51ad.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

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

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

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

  .section.banner.home-1 {
    padding: 140px 0px 120px;
  }

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

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

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

  .button {
    margin-bottom: 10px;
  }

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

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

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

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

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

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

  .left-div-headline.team {
    margin-bottom: 40px;
  }

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

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

  .features-block.last {
    padding-bottom: 40px;
  }

  .container {
    height: auto;
  }

  .icon-block.left {
    margin-right: 20px;
    margin-bottom: 0px;
  }

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

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

  .lightbox-link {
    height: auto;
  }

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

  .testimonial-wrapper.third {
    width: 100%;
  }

  .side-info.no-padding {
    margin-right: 0%;
  }

  .side-info.more-padding {
    margin-top: 40px;
  }

  .quote-icon {
    left: 40%;
  }

  .quote-icon.left {
    width: 80px;
    height: 80px;
  }

  .quote-icon.second {
    left: 40%;
  }

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

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

  .blog-card.flex.team {
    padding: 40px;
  }

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

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

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

  .faq-wrapper {
    width: 100%;
  }

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

  .tab-link.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #e2e2e2;
    border-bottom-width: 1px;
    border-bottom-color: #e2e2e2;
  }

  .image-block {
    padding-top: 0%;
    padding-right: 0%;
  }

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

  .testimonial-paragraph.square.left {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .text-field {
    width: 100%;
  }

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

  .form-button {
    width: 100%;
  }

  .testimonial-slide {
    width: 100%;
  }

  .clients {
    width: 100%;
  }

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

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

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

  .bootom-footer {
    position: relative;
  }

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

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

  .mask {
    margin-right: 0px;
    margin-left: 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;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .licence-link {
    margin-right: 10px;
  }

  .flex {
    display: block;
  }

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

  .hero-image.girl {
    width: 92%;
  }

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

