h1 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

li {
  color: #969696;
  font-size: 15px;
  line-height: 25px;
}

.page-fade-in {
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}

.contact-us {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  -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: rgba(255, 142, 100, .81);
}

.contact-us-wrapper {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  display: block;
  opacity: 1;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.contact-us-popup {
  position: relative;
  z-index: 3000;
  display: block;
  height: auto;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, .2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/cross-symbol.png');
  background-position: 50% 50%;
  background-size: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block {
  background-image: none;
  opacity: 0.3;
}

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

.contact-us-icon {
  margin-top: 0px;
  margin-bottom: 8px;
  background-color: transparent;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(16, 18, 70, .65);
  text-align: center;
}

.contact-us-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 60px;
  height: 60px;
  margin: 32px;
  border-radius: 10px;
  background-image: url('../images/email.svg'), -webkit-linear-gradient(270deg, #ffb341, #ff8e64);
  background-image: url('../images/email.svg'), linear-gradient(180deg, #ffb341, #ff8e64);
  background-position: 50% 50%, 0px 0px;
  background-size: 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, .2);
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fff;
  opacity: 1;
}

.navbar.fixed-nav {
  position: fixed;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.navbar.white {
  background-color: #fff;
}

.container-full {
  max-width: 1200px;
  background-color: transparent;
}

.container-full.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 15px 15px 10px;
  -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;
}

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

.brand.scroll.w--current {
  background-image: url('../images/logo.png');
  background-position: 0px 0px;
  background-size: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  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;
  background-color: transparent;
  text-align: center;
}

.nav-menu.fixed-menu {
  height: 70px;
}

.nav-menu.scroll {
  height: 60px;
  float: right;
}

.image-background-section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.image-background-section.hero-section {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.image-background-section.hero-section.homeages-2 {
  overflow: hidden;
  height: 500px;
  padding-top: 120px;
  background-image: url('../images/dots2_1dots2.png'), -webkit-linear-gradient(270deg, rgba(245, 246, 249, .8), rgba(245, 246, 249, .8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-image: url('../images/dots2_1dots2.png'), linear-gradient(180deg, rgba(245, 246, 249, .8), rgba(245, 246, 249, .8)), url('../images/naomi-hebert-188443-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: 8px, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.image-background-section.hero-section.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-background-section.footer-section {
  width: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(24, 25, 56, .7), rgba(24, 25, 56, .7)), url('../images/MasterplannedComm1.jpg');
  background-image: linear-gradient(180deg, rgba(24, 25, 56, .7), rgba(24, 25, 56, .7)), url('../images/MasterplannedComm1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.image-background-section.blog-hero-section {
  position: static;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/yann-maignan-376943-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.style-guide.new {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% -141px;
  background-size: auto, 6px, cover;
}

.image-background-section.blog-hero-section.correct-blog {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
}

.solo-movil{
    display: none;
}

.image-background-section.blog-hero-section.author {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/kari-shea-109894-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
}

.image-background-section.blog-hero-section.new {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/dots2_1dots2.png'), url('../images/christopher-burns-435998-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 6px, cover;
}

.hero-slider {
  height: 100%;
}

.slide {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .27), rgba(16, 18, 70, .27)), url('../images/nektar-banner.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .27), rgba(16, 18, 70, .27)), url('../images/nektar-banner.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.slide._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .27), rgba(16, 18, 70, .27)), url('../images/render.jpg');
  background-image: linear-gradient(270deg, rgba(16, 18, 70, .27), rgba(16, 18, 70, .27)), url('../images/render.jpg');
  background-position: 0px 0px, 50% 50%;
}

.slide._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .27), rgba(16, 18, 70, .27)), url('../images/collage-nektar.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .27), rgba(16, 18, 70, .27)), url('../images/collage-nektar.jpg');
  background-position: 0px 0px, 50% 50%;
  margin-top: 80px;
}

.slider-content {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.slider-content.third {
  position: absolute;
  z-index: 200;
  width: 100%;
  max-width: 750px;
  padding-top: 0px;
}

.hero-text {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.hero-text.thin {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 0px 1px #555;

}

.button {
  display: inline-block;
  width: 180px;
  height: auto;
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #ff8e64;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.bandera img{
    max-width:25px;
}

.button:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
  opacity: 1;
}

.button.hero-button {
  height: auto;
  margin-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
}

.button.outline-button {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.button.color {
  height: auto;
  padding: 9px 25px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 200ms ease, background-color 400ms ease;
  transition: all 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button.color:hover {
  background-color: #ff8e64;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
  color: #fff;
}

.button.pop-up {
  margin-top: 24px;
}

.button.full-in-pass {
  width: 100%;
  margin-top: 0px;
}

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

.button.blog-direct {
  position: relative;
  z-index: 2000;
  display: block;
  width: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-heading {
  margin-top: 16px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  text-transform: uppercase;
}

.slide-arrow {
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto auto auto 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff8e64;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 400ms ease;
  transition: border 200ms ease, background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow:hover {
  border-color: #fff;
  background-color: #fff;
  font-size: 17px;
}

.slide-nav {
  left: -50%;
  bottom: 8%;
  display: none;
  color: #ff8e64;
  font-size: 11px;
}

.hero-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-right: 40px;
  padding-left: 40px;
}

.wrapper.hero-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-link.orage {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.orage.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.orage.gray:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.social-link.orage.gray.orange {
  background-color: #ff8e64;
}

.social-link.orage.gray.orange:hover {
  border-color: #fff;
}

.scroll-down-link {
  position: relative;
  right: 15px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-down-link.w--current {
  bottom: 25px;
  border-radius: 100px;
}

.section {
  position: relative;
  overflow: visible;
  padding: 71px 56px 120px;
  background-color: #fff;
}

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

.section.gray {
  z-index: 30;
  overflow: hidden;
  background-color: #f5f6f9;
}

.section.gray.single {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(245, 246, 249, .49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-image: linear-gradient(180deg, rgba(245, 246, 249, .49), rgba(245, 246, 249, 0)), url('../images/dots2_1dots2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 10px;
}

.section.image-background {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 10px;
}

.section.fullwidth {
  padding: 10px;
}

.section.dots {
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.section.dots.baudi-white {
  background-image: url('../images/5ac1f8c7b62e427bffce17e9_baudi-white.png'), url('../images/dots2_1dots2.png');
  background-position: 50% 50%, 0px 0px;
  background-size: 1100px, 8px;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.section.baudi {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .69), hsla(0, 0%, 100%, .69)), url('../images/Baudi-Dots-compressed.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .69), hsla(0, 0%, 100%, .69)), url('../images/Baudi-Dots-compressed.jpg');
  background-position: 0px 0px, 50% 66%;
  background-size: auto, 1100px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.vertical-features-header {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  padding-top: 270px;
  -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;
}

.vertical-header {
  position: relative;
  left: -124px;
  width: 320px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-wrapper-content {
  position: relative;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-bottom: 0px;
  font-weight: 400;
  text-align: center;
}

.section-wrapper-content.page-header {
  width: 60%;
  margin-top: 70px;
}

.section-wrapper-content.page-header.blog {
  margin-top: 200px;
  margin-bottom: 0px;
}

.section-wrapper-content.next {
  margin-top: 50px;
}

.section-header {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.section-header.white {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
}

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

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-wrapper.no-side-padding {
  margin-left: 0px;
}

.services-card {
  position: relative;
  margin-top: 60px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 48px 32px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 8px;
  text-align: left;
}

.services-card.style-2 {
  width: 100%;
  margin-right: 25px;
  margin-left: 25px;
  padding: 16px 32px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  box-shadow: none;
}

.services-card.new {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 46px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services-card.new.second {
  margin-top: 0px;
}

.services-line {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-width: 2px;
  border-top-color: #ff8e64;
}

.services-line.price {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top-style: solid;
  background-color: transparent;
}

.services-tittle {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.services-tittle.style-2 {
  position: relative;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-small {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #969696;
  line-height: 25px;
  font-weight: 400;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.half-side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* GAFA -- Image */

.image-col{
  width:50%;
  background-color: #f5f6f9;
  height:700px;
}

.image-col img {
  -o-object-fit: contain;
  object-fit: contain;

  height:100%;
  width:100%;
}

@media screen and (max-width: 767px){
  .image-col{
    width:100%;
    height:275px;
      display: none;
  }

  .image-col img {
    height: initial;
    width:100%;
  }
    .solo-movil{
    display: block;
}
}

@media screen and (min-width: 767px){
    .m-t--50{
        margin-top:-50px;
    }

    .m-t--100 {
        margin-top:-100px;
    }
    

}

/* GAFA -- Image */

.half-side-content.image-background {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .4), rgba(16, 18, 70, .4)), url('../images/shutterstock_129411746.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .4), rgba(16, 18, 70, .4)), url('../images/shutterstock_129411746.jpg');
  background-position: 0px 0px, 262% 39%;
  background-size: auto, contain;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.half-side-content.image-background._2 {
  margin-top: 25px;
  padding-top: 9px;
  background-image: url('../images/photodune-15937124-elegance-m-isolated.png');
  background-position: 50% 50%;
  background-size: cover;
}

.half-side-content.image-background._3 {
  position: static;
  display: block;
  overflow: scroll;
  padding-bottom: 0px;
  padding-left: 10px;
  clear: right;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f5f6f9;
  background-image: url('../images/desarrollo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: inherit;
  opacity: 1;
}
.half-side-content.image-background._4 {
  position: static;
  display: block;
  overflow: scroll;
  padding-bottom: 0px;
  padding-left: 10px;
  clear: right;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f5f6f9;
  background-image: url('../images/operacion.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: inherit;
  opacity: 1;
}

.half-side-content.contact-bacground {
  position: relative;
  width: 50%;
  height: auto;
  min-height: 700px;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .3), rgba(16, 18, 70, .3)), url('../images/shutterstock_129411746.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .3), rgba(16, 18, 70, .3)), url('../images/shutterstock_129411746.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}
.contact-bacground p{
    color: #fff !important;
    position: relative;
    bottom: 200px;
    font-style: italic;
    text-align: right;
    font-size: 18px;
}
.contact-bacground p span{font-size:11px;}

.half-side-content.contact-us-half-side {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.half-side-content.gray {
  height: auto;
  /*min-height: 700px;*/
  /*padding-top: 60px;*/
  /*padding-bottom: 60px;*/
  background-color: #f5f6f9;
  /*background-image: url('../images/armchair.svg');*/
  background-position: 140% 149%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.half-side-content.icon {
  min-height: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.half-side-info.new {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.instagram-section {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 120px;
  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;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bram-naus-200967-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.instagram-section.style-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f6f9;
  background-image: none;
}

.follow-me-text {
  margin-top: 14px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.follow-me-text.center {
  color: #969696;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.play-icon {
  position: relative;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-left: -30px;
  padding-right: 0px;
  padding-left: 0px;
  border: 2px solid #ff8e64;
  border-radius: 50%;
  background-color: #ff8e64;
  background-image: url('../images/play-button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.play-icon:hover {
  -webkit-transform: translate(0px, -50%) scale(1.06);
  -ms-transform: translate(0px, -50%) scale(1.06);
  transform: translate(0px, -50%) scale(1.06);
}

.play-icon.video-section {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.play-icon.video-section._2 {
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.small-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-left: 0px;
  padding: 50px 15px 50px 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-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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.small-feature {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.small-feature.new {
  width: 100%;
}

.team-section {
  padding: 109px 40px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.team-section.gray {
  background-color: #f5f6f9;
  background-image: none;
}

.team-section.top-border {
  border-top: 1px none hsla(0, 0%, 87%, .67);
}

.team-content {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
}

.team-name {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.team-name.small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
}

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

.pricing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing-card {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 58px;
  padding-bottom: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.pricing-card:hover {
  border-top: 2px none #ff8e64;
  border-left-style: solid;
  box-shadow: 0 16px 20px 0 hsla(0, 0%, 65%, .21);
}

.pricing-card.colored {
  border-style: none;
  border-color: #ff8e64;
  background-color: #ff8e64;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .2), rgba(16, 18, 70, .2)), url('../images/becca-tapert-391584-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .2), rgba(16, 18, 70, .2)), url('../images/becca-tapert-391584-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 700px;
}

.pricing-big-text {
  color: #333;
  font-size: 48px;
  line-height: 56px;
}

.pricing-wrapper-list {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-text-list {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 24px 15px;
  border-bottom: 0px none transparent;
  box-shadow: 0 1px 0 0 #e6e4e4;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teastimonial-card {
  position: relative;
  display: block;
  margin-right: 40px;
  margin-left: 40px;
  padding: 88px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e7e9ec;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.teastimonial-card.in {
  display: block;
  width: 73%;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.testimonial-member {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  margin-top: -35px;
  margin-bottom: 24px;
  margin-left: -45px;
  border: 2px solid #ff8e64;
  border-radius: 10px;
  text-align: left;
}

.testimonial-member.in {
  width: 100px;
  height: 100px;
  margin-top: -25px;
}

.testimonial-member.single-author {
  position: static;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.testimonial-text {
  margin-bottom: 30px;
  color: #969696;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

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

.social-wrapper.testimonials {
  margin-top: 30px;
  padding-top: 6px;
  text-align: left;
}

.social-wrapper.team {
  text-align: left;
}

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

.social-wrapper.hero {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
  display: block;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial-name {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.services-block-image {
    left: 0px;
    top: 0px;
    /* width: 68px; */
    /* height: 68px; */
    padding: 7px 30px 7px 35px;
    border: 2px solid #ff8e64;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../images/icons8-desk-lamp-80_1icons8-desk-lamp-80.png);
    background-position: 50% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline;
    margin-right: 15px;
}

.services-block-image._2 {
  margin-left: -35px;
  border-radius: 10px;
  background-image: url('../images/Screen-Shot-2018-08-02-at-8.54.32-PM.png');
  background-size: 50px;
}

.services-block-image._3 {
  margin-left: -35px;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  background-image: url('../images/icons8-toolbox-80_1icons8-toolbox-80.png');
  background-size: 40px;
}

.services-block-image.new {
  margin-bottom: 20px;
  margin-left: 30px;
}

.services-block-image._4 {

  background-size: 50px;
}

.services-block-image._5 {
  background-image: url('../images/Screen-Shot-2018-08-02-at-8.58.45-PM.png');
  background-size: 50px;
}

.contact-us-block-form {
  margin-top: 24px;
}

.contact-us-block-form.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  display: inline-block;
  margin-bottom: 24px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, .53);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field:hover {
  border-color: #bdbdbd;
}

.text-field-2 {
  width: 70%;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
}

.text-field-2.message {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background-color: rgba(245, 246, 249, .53);
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  color: #969696;
  font-weight: 400;
}

.text-field-2.message:hover {
  border-color: #bdbdbd;
}

.text-field-2.message.center {
  height: auto;
  min-height: 120px;
}

.sponsor-section {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f5f6f9;
}

.sponsor-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px;
  opacity: 0.65;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.sponsor-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.scroll-up-button {
  position: absolute;
  right: -82px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 8.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.scroll-up-button:hover {
  border-color: #ff8e64;
  background-color: #ff8e64;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8.33%;
  padding-right: 30px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-brand {
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: none;
}

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

.footer-link.w--current:hover {
  text-decoration: underline;
}

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

.image-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  margin-left: 23px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .2), rgba(16, 18, 70, .2)), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .2), rgba(16, 18, 70, .2)), url('../images/5aa6c108f416ef411d02377e_tim-wright-272031-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.question-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 16px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  text-decoration: none;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 65%, .35);
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.question-heading {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.question-heading.question-quote {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 600;
}

.answer {
  padding-right: 0px;
}

.blog-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 300px;
  margin: 10px;
  padding-right: 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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
}

.blog-container {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 36px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.blog-container.gray {
  border: 1px solid #f5f6f9;
  background-color: #f5f6f9;
}

.news-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 2px 5px;
  border: 1px none #ff8e64;
  background-color: #c9c9c9;
  color: #fff;
  font-size: 12px;
}

.news-text.orange {
  border-style: none;
  background-color: #ff8e64;
  color: #fff;
}

.blog-heading {
  margin-top: 24px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.date-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-bottom: 16px;
  margin-left: 20px;
  border-bottom: 1px none #ff8e64;
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

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

.purchase-button {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #ff8e64;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.purchase-button:hover {
  background-color: #ff8e64;
}

.purchase-button.outline {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .17);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.purchase-button.outline:hover {
  background-color: #fff;
  color: #ff8e64;
}

.purchase-button.orange-text {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
  font-weight: 600;
}

.purchase-button.orange-text:hover {
  color: #fff;
}

.purchase-button.nav {
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.nav-link {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #818285;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

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

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

.nav-link.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-weight: 600;
}

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

.slide-arrow-right {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: auto 10% auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ff8e64;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #ff8e64;
  font-size: 16px;
}

.slide-arrow-right:hover {
  border-color: #fff;
  background-color: #fff;
}

.blog-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -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;
  color: #fff;
}

.page-brand {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -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;
}

.blog-post {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.blog-post h1 {
  text-align: left;
}

.blog-post h2 {
  text-align: left;
}

.blog-post h3 {
  text-align: left;
}

.blog-post p {
  width: 80%;
}

.blog-post h4 {
  text-align: left;
}

.blog-post h5 {
  text-align: left;
}

.sidebar-block {
  width: 95%;
  padding-bottom: 40px;
  float: right;
}

.text-button {
  display: inline-block;
  margin-left: 5px;
  float: none;
  font-size: 14px;
}

.paragraph-footer {
  margin-top: 24px;
}

.paragraph-footer.white {
  margin-top: 0px;
  font-size: 15px;
  line-height: 25px;
}

.purchase-section {
  position: static;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/jeremy-yap-119489-unsplash-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/jeremy-yap-119489-unsplash-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 8px, cover;
  background-attachment: scroll, scroll, fixed;
}

.purchase-button-block {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-text-team {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff8e64;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.instagram-card-style-2 {
  position: relative;
  display: block;
  width: 33.33%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 40px 40px;
  background-color: transparent;
  text-align: center;
}

.div-block-3 {
  display: inline-block;
  float: none;
}

.tabs-menu {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: 1px none #ddd;
  text-align: center;
}

.tab-link {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
}

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

.tab-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #ff8e64;
  background-color: transparent;
  color: #ff8e64;
}

.tab-link.w--current:hover {
  color: #ff8e64;
}

.contact-us-card {
  position: absolute;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 24px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.features-link {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
}

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

.fact-section {
  position: relative;
  padding: 72px 56px;
  background-color: #f5f6f9;
}

.fact-section.white {
  background-color: #fff;
  background-image: none;
}

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

.fact-item {
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.facts-image {
  width: 46px;
}

.facts-heading {
  margin-top: 16px;
  line-height: 26px;
  font-weight: 700;
}

.facts-text {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.text-block-7 {
  font-weight: 500;
}

.team-member-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 360px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-image:hover {
  background-image: url('../images/mark-skeet-531298-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, .2);
}

.team-member-image._2 {
  border-radius: 10px;
  background-image: url('../images/alex-sorto-467581-unsplash-p-1600.jpeg');
  background-position: 50% 0px;
}

.team-member-image._3 {
  background-image: url('../images/nick-karvounis-423669-unsplash-p-1600.jpeg');
}

.team-member-image._4 {
  background-image: url('../images/dgss`rg.jpg');
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.white.big {
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
}

.white.center {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  font-size: 21px;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
}

.white.center.percentual {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
}

.white.center.category {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
}

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

.white._04 {
  margin-bottom: 40px;
}

.price-table {
  color: #ff8e64;
  font-size: 18px;
  font-weight: 500;
}

.price-table.white {
  color: #fff;
}

.number-services {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #ff8e64;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.left {
  float: none;
}

.image-5 {
  height: 20px;
  margin-right: 10px;
  float: left;
}

.contact-us-wrapper-half-section {
  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;
}

.small-text-pricing {
  margin-bottom: 24px;
  color: #969696;
  line-height: 24px;
}

.small-text-pricing.white {
  color: #fff;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, .3);
}

.text-copyright {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
  line-height: 24px;
}

.text-link-copyright {
  color: #ff8e64;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
}

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

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work {
  width: 33.33%;
  padding: 15px;
}

.work-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.work-card-image-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
}

.work-card-image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.work-card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-color: rgba(0, 0, 0, .31);
  box-shadow: none;
  text-align: center;
}

.pop-up-text-field {
  height: 50px;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pop-up-text-field.center {
  text-align: center;
}

.portfolio-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.portfolio-image {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.portfolioterxt {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #969696;
  line-height: 24px;
}

.portfolioterxt.border {
  border-top: 1px none #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 25px;
}

.portfolioterxt.first {
  padding-top: 0px;
}

.big-tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.big-tittle.blog-single {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.column-div {
  width: 95%;
}

.row-info {
  margin-top: 100px;
}

.separator {
  display: block;
  width: 1px;
  height: 70px;
  margin: 10px auto;
  background-color: #ff8e64;
}

.separator._404 {
  margin-bottom: 0px;
}

.pattern-dots {
  height: 30px;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 50% 50%;
  background-size: auto;
}

.logo-type {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/logo.png');
  background-position: 0px 0px;
  background-size: 143px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.logo-type.white-font {
  color: #fff;
}

.logo-type.white-font.footer {
  padding-bottom: 30px;
}

.color-font {
  color: #ff8e64;
  font-weight: 700;
  text-transform: uppercase;
}

.licensing-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.licensing-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ddd;
  border-bottom: 1px none #ddd;
}

.licensing-item.first {
  border-bottom-style: solid;
}

.licensing-item-content {
  height: 100px;
  margin-left: 32px;
  padding: 12px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .14);
  text-align: left;
}

.licensin-pfoto-link {
  margin-top: 8px;
  margin-right: 0px;
  color: #a5a5a5;
}

.licensin-pfoto-link:hover {
  color: #ff8e64;
}

.divider-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.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-linear-gradient(270deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/alexander-pemberton-95212-unsplash-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap.pass {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5)), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.pass-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 24px;
  padding: 50px;
  -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;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.pass-form {
  color: #333;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  text-align: center;
}

.password-image {
  display: block;
  width: 65px;
  height: 65px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.heading-10 {
  line-height: 22px;
}

.paragraph-center {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.title-liciensing {
  margin-top: 0px;
  margin-bottom: 10px;
}

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

.blog-link-photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-image: url('../images/sophia-baboolal-86214-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.copy-div {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-image-div {
  position: relative;
  height: 600px;
  margin-top: -300px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .6), rgba(16, 18, 70, .6)), url('../images/mitch-moondae-321409-unsplash-p-1600.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  background-image: url('../images/example-bg.png'), -webkit-linear-gradient(270deg, rgba(11, 30, 70, .51), rgba(11, 30, 70, .51));
  background-image: url('../images/example-bg.png'), linear-gradient(180deg, rgba(11, 30, 70, .51), rgba(11, 30, 70, .51));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.div-small-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/armchair.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-image-small-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 500px;
  height: 500px;
  background-image: url('../images/lamp.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  position: absolute;
  right: 200px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  border-style: solid;
  border-width: 20px;
  border-color: rgba(255, 142, 100, .31);
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.div-block-8 {
  position: absolute;
  display: block;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  border: 35px solid #f6f6f6;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.div-block-9 {
  position: absolute;
  left: auto;
  top: 53px;
  right: 42px;
  width: 200px;
  height: 200px;
  border: 20px solid #f8f8f8;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/dots2_1dots2.png');
  background-position: 0px 0px;
  background-size: 8px;
}

.blog-dark-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5));
  background-image: linear-gradient(180deg, rgba(16, 18, 70, .5), rgba(16, 18, 70, .5));
}

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

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

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

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

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

.title-contact {
  text-transform: uppercase;
}

.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.success-message {
  border-radius: 10px;
  background-color: #00ad31;
  color: #fff;
  font-weight: 500;
}

.error-message {
  border-radius: 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

.text-categories {
  display: inline-block;
  width: 120px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #ff8e64;
  color: #fff;
  text-decoration: none;
}

.collection-list-wrapper {
  display: inline-block;
  text-align: center;
}

.div-block-11 {
  margin-bottom: 40px;
  text-align: center;
}

.collection-list-2 {
  display: inline-block;
  height: 100%;
}

.collection-item-2 {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.author-div {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.link-author {
  padding-top: 20px;
  color: #ff8e64;
}

.link-author:hover {
  color: #000;
}

.div-button {
  height: 80px;
  padding-top: 15px;
  float: right;
}

.bold-text {
  margin-right: 5px;
}

.button-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.close-link-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
}

.hero-zoom {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(53, 53, 73, .65), rgba(53, 53, 73, .65)), url('../images/nektar-banner.jpg');
  background-image: linear-gradient(180deg, rgba(53, 53, 73, .65), rgba(53, 53, 73, .65)), url('../images/nektar-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-7 {
  margin-top: 5px;
}

.list-item {
  list-style-type: none;
}

.logo-scroll {
  padding-left: 45px;
}

.image-8 {
  margin-top: 9px;
  margin-left: 85px;
  float: left;
}

.list-item-2 {
  font-weight: 700;
  list-style-type: none;
}

.image-9 {
  font-size: 22px;
}

html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
}

html.w-mod-js *[data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    display: block;
    padding-right: 0px;
    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;
  }
    .image-7 {
  margin-top: -4px;
}
    .image-8{
        margin-left: 25px;
    }
    .nav-menu.scroll {
    height: auto;
}
  .navbar.fixed-nav {
    padding-right: 0px;
    padding-left: 16px;
  }
  .brand {
    height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-menu {
    left: 0px;
    top: 60px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }
  .image-background-section.hero-section {
    height: 700px;
  }
  .image-background-section.hero-section.homeages-2 {
    height: 450px;
    padding-top: 80px;
  }
  .image-background-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .image-background-section.blog-hero-section.style-guide.new {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-image: linear-gradient(180deg, null, null), url('../images/dots2_1dots2.png'), url('../images/vbDV-p-1080.jpeg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .slider-content {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-top: 40px;
  }
  .slider-content.third {
    z-index: 10;
    margin-top: 0px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 58px;
  }
  .slide-arrow {
    margin-left: 5%;
  }
  .section {
    padding: 80px 8px;
  }
  .section.gray {
    padding-right: 8px;
    padding-left: 8px;
  }
  .section.gray.single {
    padding-top: 80px;
  }
  .section.image-background {
    padding: 80px 8px;
  }
  .section-wrapper-content {
    width: 470px;
  }
  .section-wrapper-content.page-header {
    width: 80%;
  }
  .section-header {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .section-header.white {
    font-size: 30px;
    line-height: 40px;
  }
  .services-card {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .services-card.style-2 {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .services-tittle.style-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .paragraph-small {
    font-size: 14px;
  }
  .half-side-content {
    padding-right: 4%;
    padding-left: 4%;
  }
  .half-side-content.image-background {
    width: 50%;
    height: auto;
  }
  .half-side-content.contact-bacground {
    width: 100%;
  }
  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
    min-height: 700px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .half-side-content.gray {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .half-side-content.icon {
    padding-top: 60px;
    padding-bottom: 60px;
      min-height: 315px;
  }
  .half-side-info {
    padding-right: 24px;
    padding-left: 24px;
  }
  .follow-me-text.center {
    font-size: 17px;
    line-height: 24px;
  }
  .small-features {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .small-feature {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pricing-card {
    margin-right: 8px;
    margin-left: 8px;
  }
  .pricing-big-text {
    font-size: 40px;
    line-height: 48px;
  }
  .pricing-wrapper-list {
    width: 100%;
  }
  .testimonial-wrapper {
    margin-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 48px;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
  .social-wrapper.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sponsor-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sponsor-link {
    padding: 8px;
  }
  .sponsor-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .scroll-up-button {
    right: -20px;
  }
  .footer-content {
    margin-right: 0%;
    padding-right: 20px;
    padding-left: 8px;
  }
  .footer-links {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-header {
    letter-spacing: 2px;
  }
  .footer-link {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #fff;
    text-decoration: none;
  }
  .question-container {
    padding-right: 2px;
  }
  .answer {
    padding-right: 0px;
  }
  .blog-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-container {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .blog-heading {
    font-size: 14px;
    line-height: 24px;
  }
  .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;
  }
  .purchase-button {
    color: #fff;
  }
  .purchase-button.outline {
    color: #fff;
  }
  .purchase-button.nav {
    color: #fff;
  }
  .purchase-button.nav:hover {
    color: #fff;
  }
  .nav-link {
    display: block;
    width: 100%;
    padding: 16px 20px;
    color: #a5a5a5;
  }
  .nav-link:hover {
    color: #ff8e64;
  }
  .nav-link.dark {
    color: #a5a5a5;
    font-weight: 500;
  }
  .nav-link.down {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
  }
  .slide-arrow-right {
    left: 24%;
    margin-right: 5%;
  }
  .menu-button {
    color: #999;
  }

  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    color: #999;
  }
  .instagram-card-style-2 {
    width: 40%;
    padding: 27px 24px 24px;
  }
  .contact-us-card {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .fact-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .white.center {
    width: 90%;
  }
  .white.center.percentual {
    width: 90%;
  }
  .contact-us-wrapper-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .work {
    padding: 8px 8px 8px 5px;
  }
  .work-card {
    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;
  }
  .portfolio-content {
    margin-left: 8px;
  }
  .row-info {
    margin-top: 70px;
  }
  .logo-type.white-font.footer {
    padding-left: 0px;
  }
  .collection-item {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-link-photo {
    display: block;
  }
  .collection-list {
    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: 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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .copy-div {
    width: 80%;
  }
  .hero-image-div {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-7 {
    left: 200px;
    right: auto;
    bottom: 0px;
  }
  .div-block-9 {
    top: auto;
    right: 42px;
    bottom: 53px;
  }
  .div-button {
    padding-top: 15px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .contact-us-wrapper {
    padding: 16px;
  }
  .contact-us-popup {
    padding: 40px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-background-section.hero-section {
    height: 700px;
  }
  .image-background-section.hero-section.homeages-2 {
    height: 400px;
  }
  .image-background-section.blog-hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider-content {
    margin-top: 0px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .section-wrapper-content {
    width: auto;
  }
  .section-wrapper-content.page-header {
    width: 100%;
  }
  .section-wrapper-content.page-header.blog {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-wrapper {
    -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;
  }
  .services-card {
    width: 66.66%;
    margin-right: 0px;
    margin-bottom: 58px;
    margin-left: 0px;
    padding: 56px 32px 48px;
  }
  .services-card.style-2 {
    width: 66.66%;
    margin-bottom: 24px;
  }
  .services-tittle.style-2 {
    text-align: left;
  }
  .features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .features-wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half-side-content.image-background {
    width: 100%;
    height: 600px;
  }
  .half-side-content.image-background._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .half-side-content.contact-bacground {
    height: 560px;
  }

  .half-side-content.contact-us-half-side {
    width: 100%;
    height: auto;
  }
  .half-side-content.gray {
    width: 100%;
    height: auto;
  }
  .half-side-content.icon {
    height: auto;
    padding-top: 15px;
    padding-bottom:0px;
  }
  .half-side-info {
    margin-bottom: 0px;
    padding-top: 24px;
  }
  .play-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .small-features {
    max-width: 91%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .small-features.new {
    max-width: 100%;
  }
  .small-feature {
    width: 50%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .team-content {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    text-align: left;
  }
  .pricing-wrapper {
    display: block;
    margin-bottom: 25px;
  }
  .pricing-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }
  .testimonial-wrapper {
    display: block;
  }
  .teastimonial-card {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-bottom: 58px;
    margin-left: auto;
  }
  .social-wrapper.footer {
    padding-left: 0px;
  }
  .contact-us-block-form.percentual {
    width: 80%;
  }
  .footer {
    padding-right: 20px;
  }
  .footer-content {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-links {
    width: 50%;
  }
  .footer-link {
    font-size: 13px;
  }
  .div-block {
    display: block;
  }
  .image-link {
    display: block;
    width: 100%;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-link {
    display: block;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .blog-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .news-text {
    margin-bottom: 8px;
  }
  .purchase-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .small-text-team {
    text-align: left;
  }
  .instagram-card-style-2 {
    width: 66.66%;
  }
  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fact-item {
    margin-bottom: 20px;
  }
  .team-member-image._4 {
    width: 100%;
  }
  .white.center {
    width: 90%;
  }
  .white.center.percentual {
    width: 100%;
  }
  .contact-us-wrapper-half-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .work {
    width: 100%;
  }
  .work-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .portfolio-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-div {
    margin-bottom: 24px;
  }
  .row-info {
    margin-top: 50px;
  }
  .licensing-items {
    width: 70%;
  }
  .image-side {
    width: 100%;
  }
  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .copy-div {
    width: 80%;
  }
  .collection-item-2 {
    margin-bottom: 10px;
  }
  .div-button {
    padding-top: 15px;
  }
}

@media (max-width: 479px) {
  .contact-us-button {
    margin: 16px;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar.fixed-nav {
    padding-left: 8px;
    background-color: transparent;
  }
  .container-full.slide-wrapper {
    background-color: rgba(155, 0, 0, 0);
  }
  .brand {
    height: 60px;
    padding-top: 10px;
  }
  .image-background-section.hero-section {
    height: 500px;
  }
  .image-background-section.blog-hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-content {
width: 100%;
    margin-top: 75px;
    padding: 0px 0px;
  }
    .slide._3{
        
        margin-top: 60px;
    }
    .slide._3 .slider-content{
           margin-top: 0px !important;
    }
  .button.hero-button {
    margin-right: 16px;
    margin-bottom: 8px;
  }
  .button.outline-button {
    margin-left: -16px;
  }
  .slide-arrow {
    display: none;
  }
  .hero-bottom {
    display: none;
  }
  .wrapper.hero-bottom-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-wrapper-content {
    width: 100%;
  }
  .section-wrapper-content.page-header.blog {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-header.white {
    font-size: 32px;
    line-height: 40px;
  }
  .services-wrapper {
    margin-left: 33px;
  }
  .services-card {
    width: 100%;
  }
  .half-side-content.contact-us-half-side {
    min-height: 520px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .half-side-content.icon {
    height: auto;
  }
  .half-side-info {
    max-width: 400px;
      padding-top: 15px;
  }
  .small-feature {
    width: 1000%;
  }
  .team-section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
  }
  .team-section.gray {
    padding-right: 20px;
  }
  .team-section.top-border {
    padding-right: 20px;
  }
  .pricing-card {
    width: 100%;
  }
  .teastimonial-card {
    width: 100%;
  }
  .services-block-image {
    background-image: url('../images/icons8-desk-lamp-80_1icons8-desk-lamp-80.png');
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .services-block-image._2 {
    background-image: url('../images/icons8-bed-80_1icons8-bed-80.png');
    background-size: 40px;
  }
  .services-block-image._3 {
    background-image: url('../images/icons8-toolbox-80_1icons8-toolbox-80.png');
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .scroll-up-button {
    bottom: 60px;
    margin-bottom: 20px;
  }
  .footer-links {
    width: 100%;
  }
  .question-container {
    padding-right: 2px;
  }
  .blog-link {
    position: static;
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .blog-container {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-arrow-right {
    display: none;
  }
  .blog-post {
    width: 100%;
  }
  .purchase-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .instagram-card-style-2 {
    width: 100%;
  }
  .tabs-menu {
    text-align: center;
  }
  .tab-link {
    display: block;
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tab-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .contact-us-card {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .facts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fact-item {
    margin-bottom: 16px;
  }
  .white.center {
    width: 95%;
  }
  .footer-copyright {
    -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;
  }
  .portfolio-content {
    width: 100%;
    margin-left: 0px;
  }
  .big-tittle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 48px;
  }
  .big-tittle.blog-single {
    line-height: 40px;
  }
  .row-info {
    margin-top: 50px;
  }
  .licensing-items {
    width: 100%;
  }
  .licensing-item-content {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title-liciensing {
    margin-bottom: 5px;
  }
  .image-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .collection-item {
    margin-bottom: 25px;
  }
  .blog-link-photo {
    display: none;
    width: 30%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collection-list {
    display: block;
  }
  .copy-div {
    width: 80%;
  }
  .hero-image-div {
    height: 700px;
  }
  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .div-block-12 {
    text-align: left;
  }
  .div-button {
    padding-top: 15px;
    padding-right: 10px;
  }
}

.col-xs-12 {
  background: #9c6;
  margin-bottom: 12px;
  margin-top: 12px;
  min-height: 200px;
}
.half-left  img,
.half-right img {
  height: auto;
  width: 100%;
}
@media (min-width: 481px) {
  .half-left,
  .half-right {
    overflow: hidden;
    padding: 0;
    position: responsive;
  }
  .half-left  > .container,
  .half-right > .container {
    position: absolute;
    top: 0;
  }
  .half-left  > .container { right: 0;}
  .half-right > .container { left: 0; }
}