body {
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  color: #212127;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0056ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

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

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

p {
  margin-bottom: 10px;
  color: #919197;
  font-size: 15px;
  line-height: 26px;
}

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

blockquote {
  margin-bottom: 10px;
  padding: 50px 110px;
  border-left: 5px none #e2e2e2;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, .05);
  color: #212127;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

figure {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.banner {
  position: relative;
  height: 900px;
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.sub {
  height: 350px;
  background-image: url('../images/line.png'), linear-gradient(45deg, #4fafcc, #0056ff);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.banner.sub.no-background-color {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.blog-page {
  height: 800px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.banner.no-line {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.banner.two {
  overflow: hidden;
  background-image: url('../images/line.png'), linear-gradient(225deg, #0056ff, #4fafcc);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.banner.video {
  height: 700px;
  background-color: transparent;
  background-image: none;
}

.banner.video.coming-soon {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.banner.coming-soon {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -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: 10px solid #000;
  background-color: #fff;
  background-image: none;
}

.content-wrapper {
  position: relative;
  z-index: 10;
  padding-right: 60px;
  padding-left: 60px;
}

.content-wrapper.top {
  background-color: #fff;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .3);
}

.container {
  max-width: 1170px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.top {
  position: relative;
  z-index: 10;
  margin-top: -140px;
}

.container.center {
  position: relative;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container.center.slider {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-link {
  margin-right: 25px;
  padding: 22px 0px 5px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  border-bottom-color: #a8a8a8;
  color: #a8a8a8;
}

.nav-link.no-margin {
  margin-right: 0px;
  letter-spacing: 1.5px;
}

.nav-link.drop {
  margin-right: 20px;
  padding-right: 20px;
}

.dots-button {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #2b6ff5;
  border-radius: 100%;
}

.dots-text {
  position: absolute;
  left: 50%;
  display: block;
  margin-top: -6px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: relative;
  z-index: 30;
  padding: 120px 10px;
  background-color: #fff;
}

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

.section.gray.overflow.with-line.more-padding {
  padding-bottom: 180px;
}

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

.section.overflow {
  overflow: hidden;
}

.section.gradient {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.flex {
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-wrapper {
  position: relative;
  padding: 80px 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 30px;
  background-color: #fff;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
  box-shadow: 0 20px 100px 0 rgba(0, 0, 0, .15);
  color: #fff;
  text-align: center;
}

.top-wrapper.is--black {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

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

.flex-row.overflow {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-margin {
  display: block;
  margin-top: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.top-margin.medium {
  margin-top: 80px;
}

.small-services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 20px;
  float: left;
  -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;
}

.services-top-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.services-top-text {
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.services-top-text.big {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 26px;
}

.big-image {
  max-height: 100%;
  max-width: none;
  margin-left: -50px;
}

.big-image.in-div {
  position: relative;
  overflow: hidden;
  width: 1080px;
  height: 615px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .2);
}

.content-wrapper-second {
  position: relative;
  z-index: 1;
  padding-right: 120px;
  padding-left: 120px;
  background-color: #fff;
}

.sub-second-text {
  color: #919197;
  font-size: 17px;
  line-height: 28px;
}

.sub-second-text.white {
  color: hsla(0, 0%, 100%, .7);
}

.sub-second-text.white.full {
  color: #fff;
}

.sub-second-text.testi {
  color: #bbbbc3;
}

.sub-second-text.coming-soon {
  font-family: eurostile, sans-serif;
  color: #000;
  letter-spacing: 0.5px;
}

.button {
  padding: 14px 24px;
  border-radius: 3px;
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
}

.button:hover {
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.normal {
  display: inline-block;
  padding: 0px 0px 3px;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #9b9b9b;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.normal:hover {
  border-bottom-color: #0056ff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #0056ff;
}

.button.normal.white {
  border-bottom-color: hsla(0, 0%, 100%, .29);
  color: #fff;
}

.button.submit {
  width: 30%;
  height: 60px;
  border-radius: 0px 10px 10px 0px;
}

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

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

.button.blue {
  background-color: #0056ff;
  background-image: none;
}

.button.line {
  background-color: transparent;
  background-image: none;
  box-shadow: 0 10px 50px -12px rgba(0, 0, 0, .3), inset 0 0 0 1px hsla(0, 0%, 100%, .7);
}

.left-part {
  position: relative;
  display: block;
  width: 50%;
  height: 650px;
  float: left;
  -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: #2b6ff5;
}

.left-part.smaller {
  padding: 30px;
  background-color: #212127;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
  color: #fff;
}

.left-part._1 {
  background-image: url('../images/serv-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-part._2 {
  background-image: url('../images/serv-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-part._3 {
  background-image: url('../images/serv-3.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.number-features {
  position: absolute;
  left: 25px;
  top: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, .4);
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

.features-center {
  position: relative;
  top: 50%;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.image-services {
  margin-bottom: 15px;
  margin-left: 10px;
}

.paragraph-gray {
  color: hsla(0, 0%, 100%, .6);
}

.paragraph-gray.in-footer {
  font-family: eurostile, sans-serif;
  color: #fff;
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
}

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

.project-wrapper {
  position: relative;
  z-index: 100;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

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

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

.project-content {
  position: relative;
  left: 100px;
  z-index: 20;
  padding: 50px 50px 50px 25px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(37%, hsla(0, 0%, 100%, .11)), color-stop(68%, #fff), to(#fff));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .11) 37%, #fff 68%, #fff);
}

.project-content.left {
  left: -100px;
  padding-right: 25px;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(37%, hsla(0, 0%, 100%, .11)), color-stop(68%, #fff), to(#fff));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .11) 37%, #fff 68%, #fff);
}

.project-title {
  margin-top: 0px;
  color: #0056ff;
  font-size: 30px;
  font-weight: 500;
}

.project-title.is--black {
  color: #000;
}

.project-photo {
  position: relative;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .3);
}

.project-photo._1 {
  background-image: url('../images/DSCF6650-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-photo._3 {
  background-image: url('../images/DSCF6605-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-photo._2 {
  background-image: url('../images/DSCF6695.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-photo._4 {
  background-image: url('../images/DSCF6614-2.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circle {
  position: absolute;
  left: -50px;
  top: -50px;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 30px;
  border-color: rgba(79, 175, 204, .22);
  border-radius: 100%;
}

.circle.second {
  width: 300px;
  height: 300px;
  border-width: 15px;
  border-color: hsla(0, 0%, 100%, .07);
  border-radius: 30%;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.square {
  position: absolute;
  right: -50px;
  bottom: 50%;
  width: 150px;
  height: 150px;
  background-color: #4fafcc;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

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

.right-arrow.in-big-slide {
  left: 50%;
  width: 80px;
  height: 80px;
  margin: 650px auto auto 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.right-arrow.in-big-slide._1 {
  margin-left: 35px;
}

.right-arrow.in-big-slide._2 {
  margin-left: -35px;
}

.arrow-down {
  margin-top: -3px;
}

.slide-nav {
  display: none;
}

.testi-slider {
  height: auto;
  background-color: transparent;
}

.testimonials-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.test-wrapper-photo {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.testi-photo {
  position: relative;
  z-index: 10;
  display: block;
  width: 230px;
  height: 230px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-photo._2 {
  background-image: url('../images/team-7.jpg');
}

.testi-overlay-1 {
  position: absolute;
  left: -22px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 240px;
  height: 240px;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #0056ff;
}

.testi-overlay-1.second {
  left: auto;
  top: -29px;
  right: 71px;
  bottom: auto;
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(0, 86, 255, .51);
  background-color: transparent;
}

.testi-overlay-1.in-team {
  left: -42px;
  top: 30px;
  right: auto;
  bottom: auto;
  width: 170px;
  height: 170px;
  background-color: hsla(0, 0%, 100%, .8);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .05);
}

.testi-overlay-1.in-team.second._3 {
  width: 250px;
  height: 250px;
  border-color: rgba(79, 175, 204, .38);
}

.testi-overlay-1.in-team._2 {
  left: auto;
  top: auto;
  right: -42px;
  bottom: 48px;
  width: 120px;
  height: 120px;
}

.testi-overlay-1.in-team._2.second {
  width: 100px;
  height: 100px;
}

.testi-overlay-1.in-team._2.in-top {
  top: -53px;
  right: -42px;
  bottom: auto;
}

.testi-overlay-1.in-team._2.bottom {
  right: 122px;
  bottom: -41px;
}

.testi-overlay-1.in-team.center {
  top: 111px;
}

.testi-overlay-1.in-team.frist {
  left: -132px;
}

.testi-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sub-testi-text {
  color: #b0b0b8;
  font-size: 14px;
}

.sub-testi-text.in-blog-post {
  margin-bottom: 0px;
  color: #9d9da7;
}

.sub-testi-text.in-blog-post.white-post {
  color: #fff;
}

.heading {
  margin-bottom: 0px;
}

.lightbox-link {
  position: relative;
  overflow: hidden;
  float: left;
}

.lightbox-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: linear-gradient(225deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25));
}

.zoom-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.team-wrapper {
  position: relative;
  z-index: 20;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .1);
  text-align: center;
}

.team-wrapper.pricing {
  width: 95%;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .2);
}

.relative-div {
  position: relative;
}

.team-photo {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/team-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0px;
}

.team-photo._4 {
  background-image: url('../images/team-3.jpg');
  background-size: cover;
}

.logo-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 130px;
  padding-right: 40px;
  padding-left: 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;
}

.logo-brand.second {
  padding-right: 20px;
  padding-left: 20px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.team-title {
  margin-bottom: 5px;
  color: #212127;
}

.phone-number {
  color: #616167;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

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

.social-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-wrapper.in-navigation {
  position: relative;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 5px;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 0.9;
}

.social-icon.smaller-icon {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-icon.coming-soon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.newsletter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 100px -20px rgba(0, 0, 0, .3);
}

.newsletter-content {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.newsletter-content.second {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 600;
}

.text-field {
  width: 70%;
  height: 60px;
  margin-bottom: 0px;
  padding-left: 15px;
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-field.normal {
  width: 100%;
  margin-bottom: 15px;
  float: none;
  border-style: none;
  border-radius: 10px;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .05);
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.form-block {
  margin-bottom: 0px;
}

.heading-white {
  color: #fff;
}

.heading-white.biger {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 70px;
}

.map {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.column {
  z-index: 10;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-right: 120px;
  margin-bottom: 50px;
  margin-left: 120px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262631;
}

.footer.coming-soon {
  height: auto;
  padding-top: 200px;
  padding-bottom: 250px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .92)), to(rgba(0, 0, 0, .92)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .92));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.footer-column-wrapper {
  width: 90%;
}

.footer-title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .05);
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-title.dark {
  margin-bottom: 30px;
  border-bottom-color: #e1e1e1;
  color: #727272;
}

.link {
  display: block;
  padding-bottom: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: hsla(0, 0%, 100%, .05);
}

.line-divider.coming-soon {
  background-color: hsla(0, 0%, 100%, .13);
}

.copyright {
  display: inline-block;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: eurostile, sans-serif;
  color: #dfdfdf;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
  text-transform: uppercase;
}

.copyright-link {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #bebebe;
  font-size: 11px;
  line-height: 18px;
  text-decoration: underline;
}

.copyright-link.darker {
  color: #818181;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 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-color: #fff;
}

.div-block {
  float: right;
}

.success-message {
  background-color: rgba(0, 218, 131, .73);
  color: #fff;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.icon-2 {
  margin-top: 25.5px;
  margin-right: 5px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 50px -10px rgba(0, 0, 0, .2);
}

.dropdown-link {
  color: #818187;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  background-color: #0056ff;
  color: #fff;
}

.circle-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #e4effe;
  border-radius: 100%;
  background-color: #fff;
}

.price-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2b6ff5;
  font-size: 75px;
  line-height: 70px;
  font-weight: 400;
}

.from-text {
  margin-top: 0px;
  color: #6aa7fa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.pricing-top {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.blog-post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-decoration: none;
}

.blog-post-photo {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 15px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, .1);
}

.blog-post-photo.big-photo {
  position: relative;
  z-index: 10;
  width: auto;
  height: auto;
  margin-right: 0px;
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, .2);
}

.blog-post-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}

.blog-post-title.dark {
  color: #212;
  font-size: 15px;
}

.blog-post-title.dark:hover {
  color: #0056ff;
}

.sidebar {
  padding-left: 20px;
}

.blog-wrapper {
  position: relative;
  margin-bottom: 80px;
  padding-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212127;
  text-decoration: none;
}

.blog-title {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c7c7c7;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.blog-title:hover {
  border-bottom-color: #0056ff;
  color: #0056ff;
}

.blog-title.white-title {
  border-bottom-color: hsla(0, 0%, 100%, .27);
  color: #fff;
}

.meta-tag {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.meta-tag.in-sidebar {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

.meta-tag.in-big-banner {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 20px;
  border-radius: 5px;
  color: #fff;
}

.blog-content {
  padding-left: 40px;
}

.blog-content.in-page {
  margin-top: 15px;
  padding-left: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  margin-right: 100px;
  margin-left: 100px;
  -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: #f3f3f7;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.body-normal {
  padding-top: 0px;
  padding-bottom: 0px;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 45px;
}

.protected-title._404 {
  margin-bottom: 15px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.blog-page-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 34, 61, .6);
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-page-content {
  padding-right: 50px;
}

.published {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
}

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

.brad-top {
  position: relative;
  top: 6px;
  margin-bottom: 0px;
  margin-left: 10px;
  color: #b4b4b8;
  font-size: 15px;
}

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

.slide {
  background-image: url('../images/line.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 34, 61, .6)), to(rgba(20, 34, 61, .6))), url('../images/slide1.jpg');
  background-image: url('../images/line.png'), linear-gradient(180deg, rgba(20, 34, 61, .6), rgba(20, 34, 61, .6)), url('../images/slide1.jpg');
  background-position: 50% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.slide-2 {
  background-image: url('../images/line.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(20, 34, 61, .6)), to(rgba(20, 34, 61, .6))), url('../images/slide2.jpg');
  background-image: url('../images/line.png'), linear-gradient(180deg, rgba(20, 34, 61, .6), rgba(20, 34, 61, .6)), url('../images/slide2.jpg');
  background-position: 50% 100%, 0px 0px, 50% 100%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.heading-smaller {
  font-size: 38px;
  line-height: 40px;
}

.slider-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.circle-banner {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, .3);
}

.circle-banner.second {
  left: auto;
  top: -300px;
  right: -50px;
  bottom: auto;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(225deg, #4fafcc, #2b6ff5);
}

.circle-banner.third {
  left: 400px;
  top: -200px;
  bottom: auto;
  width: 370px;
  height: 370px;
  background-image: linear-gradient(183deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, .7);
}

.circle-banner.four {
  left: auto;
  right: 400px;
  bottom: -6px;
  z-index: 1;
  width: 280px;
  height: 280px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4fafcc), to(#2b6ff5));
  background-image: linear-gradient(0deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, .5);
}

.circle-banner.five {
  left: 100px;
  top: 100px;
  bottom: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
}

.circle-banner.six {
  left: auto;
  right: 150px;
  bottom: 400px;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  box-shadow: 10px 0 60px -8px rgba(0, 86, 255, .5);
}

.background-video {
  height: 100%;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .58)), to(rgba(0, 0, 0, .58)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58));
}

.video-overlay.coming-soon {
  background-image: radial-gradient(circle closest-corner at 50% 50%, #14223d, rgba(20, 34, 61, .7));
  background-size: auto;
  background-repeat: repeat;
}

.image-full {
  width: 100%;
}

.buttons-wrapper {
  padding: 40px 20px;
  text-align: center;
}

.buttons-wrapper.dark-wrapper {
  background-color: #212127;
}

.paragraph-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-wrapper.is--home {
  width: auto;
}

.rich-text-wrapper.is--home ul {
  color: #919197;
}

.body-coming-soon {
  padding-top: 60px;
}

.coming-soon-logo {
  max-width: 500px;
}

.nav-container {
  max-width: 1170px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-container.top {
  position: relative;
  z-index: 10;
  margin-top: -140px;
}

.nav-container.center {
  position: relative;
  top: 45%;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-container.center.slider {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brand-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  font-family: eurostile, sans-serif;
}

.caps {
  text-transform: uppercase;
}

.copyright-script-embed {
  display: inline-block;
}

.copyright-wrapper {
  float: right;
  -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;
}

.image-wrapper {
  height: 100%;
}

.image-wrapper.is--about {
  background-image: url('../images/DSCF6488.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column-5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

.contact-details-wrapper.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-details-wrapper.in-navigation {
  position: relative;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 5px;
}

.contact-details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -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;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
}

.contact-details-item:hover {
  opacity: 0.9;
}

.contact-details-item.smaller-icon {
  width: 25px;
  height: 25px;
  margin-right: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-details-item.coming-soon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.copyright-embed {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

html.w-mod-js *[data-ix="dots-text-first-app"] {
  opacity: 0;
  -webkit-transform: translate(-70px, 0px);
  -ms-transform: translate(-70px, 0px);
  transform: translate(-70px, 0px);
}

html.w-mod-js *[data-ix="lightbox-overlay-first-app"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="zoom-icon-first-app"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }
  .banner.sub {
    height: 250px;
  }
  .banner.blog-page {
    height: 500px;
  }
  .banner.two {
    height: 700px;
  }
  .banner.video {
    height: 600px;
  }
  .banner.coming-soon {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-wrapper.top {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-link {
    margin-right: 0px;
  }
  .nav-link.drop {
    margin-right: 0px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.not-flex {
    display: block;
  }
  .flex-row.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row.is--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .services-top-wrapper {
    width: 95%;
  }
  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .content-wrapper-second {
    padding-right: 0px;
    padding-left: 0px;
  }
  .left-part {
    width: 100%;
  }
  .align-right.left-mobile {
    text-align: left;
  }
  .project-content {
    left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .project-content.left {
    left: 0px;
  }
  .circle {
    display: none;
  }
  .square {
    display: none;
  }
  .testi-content {
    height: auto;
    padding-right: 0px;
    text-align: center;
  }
  .team-wrapper {
    margin-bottom: 20px;
  }
  .team-wrapper.pricing {
    width: 70%;
  }
  .logo-brand {
    width: 33.333%;
    float: left;
  }
  .logo-wrapper {
    display: block;
  }
  .social-wrapper.in-navigation {
    top: 0px;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .newsletter-wrapper {
    display: block;
  }
  .newsletter-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .heading-white {
    font-size: 40px;
    line-height: 50px;
  }
  .heading-white.biger {
    font-size: 50px;
    line-height: 60px;
  }
  .footer {
    position: relative;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .footer.coming-soon {
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .div-block {
    float: none;
  }
  .sidebar {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .blog-wrapper {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .blog-content {
    margin-top: 40px;
    padding-left: 0px;
  }
  .utility-page-wrap {
    height: 800px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog-page-content {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-right: 0px;
  }
  .heading-smaller {
    font-size: 36px;
  }
  .slider-wrapper {
    width: 90%;
  }
  .circle-banner.four {
    right: -200px;
  }
  .nav-menu {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #f1f1f7;
  }
  .menu-button {
    border-radius: 10px;
    color: #000;
  }
  .menu-button.w--open {
    background-color: #0056ff;
    color: #fff;
  }
  .column-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .collection-item {
    width: 100%;
  }
  .body-coming-soon {
    padding-top: 0px;
  }
  .coming-soon-logo {
    width: 70%;
  }
  .contact-details-wrapper.in-navigation {
    top: 0px;
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  blockquote {
    padding-right: 40px;
    padding-left: 40px;
  }
  .banner.blog-page {
    height: 400px;
  }
  .banner.no-line {
    height: 600px;
  }
  .top-wrapper {
    padding: 40px 59px;
  }
  .small-services-wrapper {
    width: 100%;
  }
  .button.submit {
    width: 100%;
    border-radius: 10px;
  }
  .left-part {
    height: 500px;
  }
  .features-center {
    width: 80%;
  }
  .top-title {
    margin-bottom: 50px;
  }
  .right-arrow {
    display: none;
  }
  .team-wrapper.pricing {
    width: 90%;
  }
  .logo-brand {
    width: 50%;
  }
  .text-field {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .heading-white.biger {
    font-size: 30px;
    line-height: 50px;
  }
  .footer-column-wrapper {
    margin-top: 30px;
  }
  .copyright {
    margin-top: 60px;
    text-align: left;
  }
  .copyright-link.darker {
    margin-top: 10px;
  }
  .blog-content {
    margin-top: 20px;
  }
  .container-mobile {
    width: 500px;
    max-width: 400px;
  }
  .paragraph-wrapper {
    width: 100%;
  }
  .rich-text-wrapper {
    width: 100%;
  }
  .figure {
    width: 100%;
  }
  .coming-soon-logo {
    width: 80%;
  }
  .copyright-embed {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block-2 {
    display: inline-block;
  }
}

@media (max-width: 479px) {
  blockquote {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner.sub {
    height: 150px;
  }
  .banner.blog-page {
    height: 300px;
  }
  .banner.two {
    height: 600px;
  }
  .banner.video {
    height: 500px;
  }
  .small-services-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-top-wrapper {
    width: 100%;
  }
  .big-image.in-div {
    height: 300px;
  }
  .features-center {
    width: 95%;
  }
  .project-wrapper {
    margin-bottom: 50px;
  }
  .project-content {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .project-content.left {
    padding-right: 15px;
    padding-left: 25px;
  }
  .project-title {
    font-size: 20px;
    line-height: 30px;
  }
  .team-wrapper.pricing {
    width: 100%;
  }
  .logo-brand {
    width: 100%;
    height: 100px;
    padding-right: 75px;
    padding-left: 75px;
  }
  .logo-brand.second {
    padding-right: 55px;
    padding-left: 55px;
  }
  .newsletter-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-white {
    font-size: 24px;
    line-height: 30px;
  }
  .heading-white.biger {
    font-size: 25px;
    line-height: 40px;
  }
  .sidebar {
    width: 100%;
  }
  .blog-wrapper {
    width: 100%;
  }
  .blog-title {
    font-size: 19px;
    line-height: 26px;
  }
  .utility-page-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .protected-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .blog-page-content {
    width: 100%;
  }
  .brand.mobile {
    width: 100%;
  }
  .heading-smaller {
    font-size: 24px;
    line-height: 30px;
  }
  .circle-banner.four {
    right: -178px;
  }
  .circle-banner.five {
    left: -26px;
  }
  .circle-banner.six {
    bottom: 553px;
  }
  .container-mobile {
    width: 300px;
    max-width: 280px;
  }
}

