body {
  height: 100%;
  background-color: white;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 5px solid #fd6a25;
  font-family:'Droid Sans', sans-serif;
  color: black;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  list-style-type: none;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Droid Sans', sans-serif;
  color: black;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 3%;
  font-family:'Droid Sans', sans-serif;
  color: black;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-indent: 0px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
h5 {
  position: relative;
  top: 78px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
h6:hover {
  color: black;
  text-shadow: black 1px 0px 8px;
}
p {
  display: block;
  margin: 0px 0%;
  padding: 0px 0% 0px 2%;
  border-style: none;
  border-width: 1px 1px 1px 0px;
  border-color: black;
  font-family:'Droid Sans', sans-serif;
  color: black;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
  text-indent: 0px;
  list-style-type: disc;
}
.button {
  position: relative;
  top: -12px;
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 3px;
  background-color: #fd6a25;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #3c2762;
}
.button.intro-button {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding: 11px 25px;
  border: 1px solid #e31064;
  border-radius: 3px;
  background-color: #e31064;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 700;
}
.button.intro-button:hover {
  border-color: black;
  background-color: black;
  color: white;
}
.button.feature-button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 2px;
  background-color: black;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 15px;
}
.button.feature-button:hover {
  background-color: #e31064;
}
.button.price-button {
  margin-top: 0px;
  padding: 14px 25px;
  background-color: #e31064;
  font-weight: 700;
  text-transform: uppercase;
}
.button.price-button:hover {
  background-color: #ed5c96;
}
.button.submit-button {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}
.button.dark {
  background-color: black;
}
.button.dark:hover {
  background-color: #3bcdeb;
}
.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 5%;
  padding-bottom: 7px;
  background-color: white;
}
.navbar:hover {
  background-color: white;
}
.hero {
  position: static;
  height: 91%;
  background-color: white;
}
.hero:hover {
  background-color: rgba(222,218,222,0.25);
}
.hero-container {
  position: relative;
  display: block;
  height: auto;
  padding-top: 10%;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid transparent;
}
.hero-text-block {
  position: relative;
  z-index: 500;
  display: none;
  width: 540px;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
}
.hero-title {
  display: inline;
  margin-top: 1px;
  margin-bottom: 1px;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: white 1px 0px 3px;
}
.hero-title.title-2 {
  display: none;
  margin-top: 21px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.hero-title.word {
  display: block;
  margin-right: 0px;
  background-color: transparent;
  color: white;
  font-size: 50px;
  font-weight: 900;
  text-shadow: black 4px 3px 29px;
}
.hero-button {
  display: inline-block;
  margin-right: 6px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #26acc7;
  font-family: Raleway, sans-serif;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.hero-button:hover {
  background-color: #3fd4f2;
}
.hero-button._2 {
  background-color: #e31064;
}
.hero-button._2:hover {
  background-color: #fc3585;
}
.hero-image {
  position: absolute;
  top: 215px;
  right: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 440px;
}
.hero-image.macbook {
  top: 185px;
  right: -285px;
  display: block;
  height: 440px;
  margin-left: 0px;
  padding-right: 80px;
  border-radius: 0px;
  background-color: transparent;
}
.hero-image.macbook.g6 {
  display: none;
}
.hero-image.phone-white {
  top: 223px;
  right: -105px;
  height: 420px;
}
.hero-overlay {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 800px;
  border: 1px dotted #639;
  background-color: white;
  box-shadow: black 1px 1px 3px 0px;
}
.section {
  display: block;
  height: auto;
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #26acc7;
}
.section.tint {
  display: none;
  background-color: #ededed;
}
.section.tint.solution {
  display: none;
}

.section.products {
  display: block;
  height: 400px;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
  box-shadow: #564c4c 0px 0px 2px 0px;
  color: black;
}

.section.products.cc {
  height: 500px;
  background-color: #ececc7;
}
.section.brands-section {
  display: none;
  padding-bottom: 85px;
}
.section.dark {
  height: 600px;
  background-color: white;
  color: black;
}
.section.dark.first {
  display: block;
}
.section._22 {
  display: block;
}
.section.ggggg {
  display: none;
}
.section.dup {
  width: auto;
  height: 400px;
  background-color: white;
  opacity: 1;
}
.section.hosted {
  height: auto;
  background-image: url('../images/alu_sust2014_590x273_strategy_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.about-us {
  height: auto;
  margin-top: 0px;
  padding-top: 122px;
  padding-bottom: 0px;
  background-color: rgba(8, 4, 4, 0.76);
  background-image: url('../images/shibuya-tokyo-world-hd-wallpaper_0.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
.section.home {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.section.home:hover {
  background-color: rgba(174, 164, 177, 0.75);
}
.section-title-block {
  margin-bottom: 30px;
  text-align: left;
}
.section-title-block.centered {
  text-align: center;
}
.section-title-block.testimonials {
  margin-bottom: 55px;
}
.section-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 42px;
  line-height: 35px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-title.subtitle {
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
}
.brand-logo {
  display: inline-block;
  width: 10.2%;
  margin-right: 2%;
  margin-bottom: 12px;
  margin-left: 2%;
  opacity: 0.4;
}
.container {
  position: relative;
  display: block;
  height: auto;
}
.container.centered {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.section-divider-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #fd6a25;
}
.section-divider-line.feature-divider {
  margin-top: 16px;
  margin-bottom: 14px;
}
.section-divider-line.models-divider {
  margin-top: 15px;
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.29);
}
.nav-link {
  margin-top: -19px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 14px;
  text-decoration: none;
}
.nav-link:hover {
  color: #fd6a25;
  text-decoration: underline;
}
.nav-link.w--current {
  opacity: 1;
  color: black;
}
.nav-link.w--current:hover {
  color: #fd6a25;
}
.nav-link.w--open:hover {
  background-color: white;
}
.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: black;
  font-weight: 300;
}
.logo-container {
  padding-top: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logo-container:hover {
  text-shadow: white 0px 0px 16px;
}
.intro-row {
  margin-bottom: 45px;
}
.intro-column-title {
  margin-top: 0px;
  margin-bottom: 1px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
}
.intro-column-title.subtitle {
  display: none;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 300;
}
.intro-button-wrapper {
  position: relative;
}
.intro-button-line {
  position: absolute;
  left: 0px;
  top: 22px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.intro-icon {
  height: 65px;
  margin-bottom: 27px;
}
.link {
  font-family: Raleway, sans-serif;
  color: #26acc7;
}
.link:hover {
  color: black;
}
.link.below-paragraph {
  display: none;
  margin-top: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e31064;
  text-decoration: none;
}
.link.below-paragraph:hover {
  color: black;
  text-decoration: underline;
}
.link.footer-link {
  display: block;
  color: white;
  font-weight: 500;
}
.link.footer-link:hover {
  color: #fd6a25;
}
.link.footer-text-link {
  color: #988eac;
}
.link.footer-text-link:hover {
  font-family:'Droid Sans', sans-serif;
  color: #fd6a25;
}
.image-section {
  background-image: url('../images/BG-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.image-section-overlay {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white;
  color: white;
}
.image-section-overlay._2 {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(69, 87, 102, 0.4);
}
.image-section-overlay.ggggg {
  display: none;
}
._2-column-row {
  display: block;
  margin-top: -75px;
  opacity: 1;
}
.large-phone-mockup {
  position: absolute;
  left: -173px;
  top: -168px;
  height: 795px;
}
.column-title-block {
  margin-bottom: 21px;
}
.check-list-home {
  margin-top: 25px;
}
.check-list-home.home {
  color: black;
}
.check-list-home.about {
  margin-top: 0px;
}
.check-list-icon {
  width: 24px;
  margin-right: 13px;
  padding-bottom: 0px;
  float: left;
  color: black;
}
.check-list-item {
  margin-bottom: 10px;
}
.check-list-item.last {
  margin-bottom: 0px;
}
.check-list-item.about {
  color: #f6e1e1;
}
.check-list-item.about:hover {
  color: #4f347e;
}
.checklist-title-home {
  font-family:'Droid Sans', sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
.checklist-title-home:hover {
  background-color: transparent;
  color: #4f347e;
}
.checklist-title-home.gggg {
  display: none;
}
.checklist-title-home.about {
  margin-top: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: white;
  font-weight: 700;
}
.checklist-title-home.about:hover {
  color: #4f347e;
}
.checklist-title-home.home {
  color: black;
}
.checklist-title-home.home:hover {
  color: #3b2762;
}
.feature-title {
  margin-top: 0px;
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
}
.feature-title.subtitle {
  font-size: 17px;
  font-weight: 300;
}
.feature-column {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.feature-block {
  position: relative;
  padding: 25px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 2px;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 350ms ease;
}
.feature-block:hover {
  border-color: white;
  background-color: white;
  color: black;
}
.features-row {
  margin-top: 51px;
}
.footer {
  height: auto;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #9b9090;
  background-color: black;
  color: #b3b3b3;
}
.bottom-footer {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #302b2b;
  color: black;
  text-align: center;
}
.bottom-footer-text {
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
.column-title-about {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: white;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.column-title-about.subtitle {
  margin-bottom: 12px;
  color: white;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
}
.column-title-about.subtitle.about {
  color: white;
}
.column-title-about.small-font {
  background-color: transparent;
  color: white;
  font-size: 27px;
  text-align: center;
}
.large-column-title {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  font-size: 44px;
  line-height: 39px;
  font-weight: 300;
  text-transform: uppercase;
}
.models-text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 35%;
  margin-top: 14px;
  float: left;
}
.models-slider {
  display: inline-block;
  width: 650px;
  height: 450px;
  float: right;
  background-color: transparent;
}
.models-slide {
  text-align: center;
}
.model-image {
  height: 300px;
}
.model-image.iphone {
  height: 280px;
  margin-top: 16px;
}
.model-image.ipad {
  margin-top: 18px;
}
.model-slider-title {
  position: absolute;
  right: 50px;
  bottom: 85px;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Raleway, sans-serif;
  font-size: 23px;
}
.model-slider-title.subtitle {
  bottom: 49px;
  padding: 5px 7px;
  background-color: #e31064;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.model-slider-arrow {
  width: 40px;
  border-radius: 0px;
  opacity: 0.6;
  font-size: 23px;
  font-weight: 600;
}
.model-slider-arrow:hover {
  opacity: 1;
}
.page-header {
  height: 23%;
  margin-left: 0%;
}
.page-header.contact {
  height: 19%;
}
.page-header._404-page {
  height: 21%;
  background-image: none;
}
.page-header-overlay {
  display: block;
  width: 100%;
  height: 21%;
  padding-top: 11%;
  padding-bottom: 0px;
  border-top: 3px none black;
  border-bottom: 7px none #cfc1c1;
  background-color: white;
}
.page-header-overlay.contact {
  height: 21%;
}
.page-header-overlay._404-page {
  height: 350px;
  padding-top: 176px;
}
.page-header-overlay.about {
  height: auto;
}
.page-header-overlay.support {
  height: 40%;
  padding-top: 0%;
}
.page-header-title {
  position: absolute;
  left: 0px;
  top: 188px;
  display: none;
  margin-top: 39px;
  padding-top: 0px;
  color: black;
  font-size: 52px;
  line-height: 38px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.page-header-title:hover {
  color: #fd6a25;
}
.page-header-title.subtitle {
  display: none;
  margin-bottom: 0px;
  padding-top: 44px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 300;
}

.page-header-container.centered {
  text-align: center;
}
.page-header-container.centered:hover {
  color: #fd6a25;
}
.page-header-container.always-centered {
  text-align: center;
}
.page-header-content-container {
  display: block;
  margin-top: 75px;
}
.pricing-column {
  padding-right: 15px;
  padding-left: 15px;
}
.pricing-block {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 4px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 13px 0px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  text-align: center;
}
.pricing-block:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.pricing-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}
.pricing-title.price {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
}
.pricing-title.monthly {
  color: #a8a8a8;
  font-size: 13px;
  line-height: 26px;
  font-weight: 300;
}
.pricing-title._2 {
  color: #e31064;
}
.pricing-title._3 {
  color: #26acc7;
}
.pricing-price-wrapper {
  display: none;
  padding: 25px;
  background-color: white;
}
.pricing-feature-list {
  margin-top: -20px;
}
.pricing-feature-list-item {
  display: none;
  padding: 9px 25px;
  border-top: 1px solid #e3e3e3;
  background-color: white;
}
.pricing-feature-text {
  font-family: Raleway, sans-serif;
}
.pricing-button-wrapper {
  display: none;
  padding: 25px;
  background-color: #1d3042;
}
.contact-form {
  display: none;
  width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}
.field {
  height: 50px;
  margin-bottom: 6px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  background-color: white;
  -webkit-transition: background-color 200ms ease, border 400ms ease;
  transition: background-color 200ms ease, border 400ms ease;
  font-family: Raleway, sans-serif;
  color: black;
}
.field:hover {
  border-color: black;
  background-color: white;
}
.field:focus {
  border-color: #26acc7;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 23px 0px;
}
.field.area {
  height: 170px;
  padding-top: 12px;
}
.column-left {
  padding-right: 90px;
}
.check-list-block--about {
  padding: 35px;
  border-radius: 3px;
  background-color: rgba(253, 106, 37, 0.75);
  color: white;
}
.info-column-left {
  padding-right: 100px;
}
.info-image-block {
  position: absolute;
  top: -35px;
  right: -80px;
  z-index: 20;
  width: 625px;
}
.info-image-block.left {
  left: -160px;
  top: -35px;
  right: auto;
}
.info-tooltip-block {
  position: absolute;
  left: 0px;
  top: 106px;
}
.info-tooltip-block._2 {
  left: auto;
  top: 180px;
  right: 0px;
  text-align: right;
}
.info-tooltip-block._3 {
  left: -100px;
}
.info-tooltip-line {
  position: relative;
  width: 200px;
  height: 3px;
  background-color: #e31064;
}
.info-tooltip-line._2 {
  width: 260px;
}
.info-tooltip-circle {
  position: absolute;
  top: -9px;
  right: 0px;
  width: 20px;
  height: 20px;
  border: 5px solid #e31064;
  border-radius: 100%;
  background-color: white;
}
.info-tooltip-circle.left {
  left: 0px;
  top: -9px;
  right: auto;
}
.info-tooltip-text {
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}
.testimonial-block {
  position: relative;
  min-height: 120px;
  margin-top: 13px;
  padding-top: 27px;
  padding-left: 125px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  opacity: 1;
}
.testimonial-image {
  position: absolute;
  left: 0px;
  top: 23px;
  width: 90px;
  height: 90px;
  border: 3px solid white;
  border-radius: 100%;
}
.testimonial-name {
  display: inline-block;
  margin-top: 9px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
}
.testimonial-name.title {
  margin-left: 17px;
  font-weight: 300;
}
.info-column-right {
  padding-left: 45px;
}
.nav-menu {
  margin-top: 0%;
  margin-right: -69px;
  margin-bottom: 9px;
  padding-top: 2%;
  padding-bottom: 0px;
  border: 1px solid #7c7775;
  border-radius: 20px;
}
.footer-column {
  padding-right: 0px;
  padding-left: 0px;
  color: white;
  text-align: left;
}
.footer-link {
  color: #919191;
}
.footer-link:hover {
  color: white;
}
.footer-title {
  margin-bottom: 35px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: white;
  font-size: 21px;
  font-weight: 500;
}
.footer-list {
  position: relative;
  left: 0px;
  top: -14px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.footer-list-item {
  display: block;
  margin-bottom: 6px;
}
.footer-list-text {
  padding-right: 0px;
  padding-left: 0px;
  font-family:'Droid Sans', sans-serif;
  color: white;
  font-weight: 500;
}
.footer-gray-social-block {
  height: 30px;
  margin-top: 11px;
  margin-right: 10px;
  padding-top: 4px;
  padding-bottom: 1px;
  opacity: 0.5;
  text-align: center;
}
.footer-gray-social-block:hover {
  opacity: 1;
}
.footer-gray-social-icon {
  position: relative;
  left: 0px;
  top: -21px;
  right: 0px;
  bottom: 0px;
  height: 22px;
  background-color: transparent;
}
.photo-section {
  display: block;
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.photo-section-overlay-about-page {
  height: 900px;
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: rgba(210, 182, 182, 0.52);
  opacity: 1;
  color: white;
}
.content-features-row._2 {
  margin-top: 30px;
}
.content-features-column {
  padding-right: 15px;
}
.features-block {
  position: relative;
  display: block;
  padding-top: 4px;
  padding-left: 44px;
}
.features-block.g {
  display: none;
}
.feature-icon {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 30px;
  opacity: 0.3;
}
.feature-block-title {
  display: none;
  margin-bottom: 7px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.feature-block-title.gg {
  display: none;
}
.feature-paragraph {
  color: #5e5959;
}
.facts-section {
  display: block;
  padding-top: 0px;
  padding-bottom: 3px;
  background-color: #ebebeb;
}
.facts-row {
  display: none;
  padding-top: 0px;
  padding-bottom: 18px;
}
.facts-column {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #1c1c1c;
  text-align: center;
}
.facts-column:hover {
  color: #fd6a25;
}
.facts-column.last.hide {
  display: none;
}
.facts-column.hide {
  display: none;
}
.facts-title {
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 44px;
  line-height: 38px;
  font-weight: 900;
}
.facts-title.description {
  margin-top: 14px;
  padding-left: 0px;
  color: #737373;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}
.clients-title {
  margin-bottom: 17px;
  font-family: Raleway, sans-serif;
  color: black;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.clients-col-left {
  padding-right: 25px;
}
.clients-col-right {
  padding-left: 25px;
}
.process-bar-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.process-bar {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 8px;
  border-radius: 40px;
  background-color: rgba(156, 156, 156, 0.49);
}
.process-bar-fill {
  width: 50%;
  height: 100%;
  background-color: #e31064;
}
.process-bar-title {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.process-bar-title.number {
  float: right;
  opacity: 0.4;
}
.hero-buttons-wrapper {
  margin-top: 25px;
}
.checklist-column-right {
  color: #030303;
}
.contact-map {
  position: static;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: block;
  height: 280px;
  margin-top: 1.5%;
  padding-top: 0px;
  padding-right: 0px;
  opacity: 1;
}
.success-bg {
  padding-top: 16px;
  border-radius: 60px;
  background-color: #26acc7;
  color: white;
  text-align: center;
}
.error-bg {
  padding-top: 16px;
  border-radius: 50px;
  color: #e31064;
  text-align: center;
}
.small-link-icon {
  height: 20px;
  margin-top: 12px;
  margin-right: 8px;
  float: left;
}
.dropdown {
  font-family: Raleway, sans-serif;
  color: white;
}
.dropdown-toggle {
  display: block;
  padding-right: 30px;
  color: black;
  text-align: left;
  text-decoration: none;
}
.dropdown-toggle:hover {
  color: #fd6a25;
}
.dropdown-toggle.w--open {
  color: white;
}
.dropdown-toggle.solutions {
  margin-right: -18px;
  padding-right: 20px;
}
.dropdown-icon {
  margin-right: 10px;
}
.dropdown-list.w--open {
  overflow-x: hidden;
  overflow-y: hidden;
  border-radius: 3px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 0px 7px 0px;
}
.dropdown-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease;
  font-size: 13px;
  text-decoration: none;
}
.dropdown-link:hover {
  background-color: #e31064;
  color: white;
}
.dropdown-link.w--current {
  color: #26acc7;
}
.dropdown-link.w--current:hover {
  color: white;
}
.logo-head {
  margin-top: -15%;
  margin-right: 0px;
  margin-left: -20%;
  padding-top: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: padding-left 367ms ease;
  transition: padding-left 367ms ease;
}
.title-head {
  padding-right: 0px;
  padding-left: 0%;
  color: #fd6a25;
  text-shadow: none;
}
.new-slide {
  width: 600px;
  background-image: url('../images/slide-3.jpg'), url('../images/voice-cloud-data-featured.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.new-slide._1-1 {
  background-image: url('../images/b-console_1.jpg');
}
.new-slide._1-2 {
  background-image: url('../images/training-solutions1.jpg');
}
.new-slide-2 {
  width: 600px;
  height: 400px;
  background-image: url('../images/slide-2.png'), url('../images/hosted-pbx2.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 647px 450px, cover;
  background-repeat: no-repeat, no-repeat;
}
.new-slide-2._2-2 {
  background-image: url('../images/b-console.jpg');
  background-size: 650px 459px;
}
.new-slide-3 {
  display: inline-block;
  width: 600px;
  height: 400px;
  min-width: 75px;
  background-image: url('../images/slide-5.png'), url('../images/slide-1.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
  background-repeat: no-repeat, no-repeat;
}
.new-slide-3._3-3 {
  background-image: url('../images/voice-solutions.jpg');
  background-size: 650px 450px;
}
.new-slide-3._4-2 {
  background-image: url('../images/wingsstock-1.jpg');
  background-size: 650px 450px;
}
.slide-mask1 {
  position: relative;
  width: 600px;
  height: 400px;
  padding-left: 0px;
  float: right;
}
.nav-icon {
  margin-right: 5px;
}
.nav-icon.solution {
  margin-right: 25px;
}
.gggg {
  display: none;
}
.title-about {
  text-decoration: underline;
}
.jusrify {
  padding-bottom: 15px;
  color: black;
  text-align: justify;
}
.jusrify.g3 {
  margin-top: 88px;
}
.jusrify.data {
  margin-top: 0px;
  color: black;
}
.jusrify.data.white {
  color: white;
}
.jusrify.d {
  margin-top: 49px;
}
.solution-row {
  margin-top: 0px;
  padding-bottom: 25px;
}
.row {
  margin-top: 25px;
  padding-top: 0px;
}
.column-g5 {
  color: white;
}
.image-1 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 460px;
  height: 290px;
  margin-top: 0px;
  padding-top: 0px;
  float: right;
}
.image-1.center {
  margin-top: 0px;
  padding-top: 97px;
  float: right;
}
.t1 {
  padding-top: 12px;
}
.alu-logo {
  margin-top: 15px;
}
.text-service {
  color: white;
  text-decoration: none;
}
.nav-service {
  color: white;
  text-decoration: none;
}
.link-news {
  color: #e31064;
}
.slide-arrow-1 {
  height: 450px;
  margin-top: 0px;
  margin-left: -30px;
}
.slide-nav-1 {
  margin-top: -147px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}
.slide-image-1 {
  float: none;
  background-image: url('../images/voice-solutions_1.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.head-div {
  display: none;
  height: 520px;
}
.farsi {
  font-family:'Great Vibes', cursive;
  font-size: 27px;
}
.image-home1 {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  box-shadow: #705b5b -1px 5px 18px 1px;
  opacity: 0.87;
}
.text-home1 {
  margin-right: 0%;
  padding-left: 5%;
  font-family:'Droid Sans', sans-serif;
  color: #300485;
  font-size: 16px;
  line-height: 25px;
  font-weight: 900;
  text-align: justify;
}
.circle {
  border: 0px none transparent;
}
.circle-1 {
  border: 1px none black;
  border-radius: 106px;
}
.test {
  margin-top: -270px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.test11 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
}
.test11:hover {
  background-color: transparent;
}
.balls {
  display: none;
  width: 75%;
  height: 2%;
  margin-top: -1px;
  margin-bottom: 0px;
  margin-left: 10%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.what-we-do {
  margin-top: 9%;
  margin-bottom: 0px;
  padding-top: 0px;
}
.h2-m {
  margin-top: -7%;
  border-style: none none solid;
  border-width: 4px 2px 4px 4px;
  border-color: black yellow #f63 black;
  color: black;
}
.h2-m.solution {
  margin-top: 6%;
}
.h2-m.solution-2 {
  margin-top: 0%;
}
.h2-m.solution-3 {
  margin-top: 0%;
}
.h2-m.service {
  margin-top: 0%;
}
.img-what1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: -18px;
  padding-left: 0px;
  float: left;
  clear: both;
  background-color: transparent;
  opacity: 1;
}
.home-what-we-do {
  width: 961px;
  height: auto;
  margin-top: -5%;
  padding-top: 0px;
  background-color: transparent;
}
.home-what-we-do._3rd {
  margin-top: 0%;
}
.home-what-we-do._4th {
  display: none;
  margin-bottom: 6%;
  padding-top: 0px;
  padding-bottom: 16px;
}
.img-what2 {
  width: auto;
  height: auto;
  margin-top: 58px;
  margin-right: 0px;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
}
.h2-v {
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: black black #639;
  color: black;
  font-weight: 700;
}
.h2-v.solution-1 {
  margin-top: 63px;
}
.h2-cc {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: black black #c36;
}
.h2-data {
  border-bottom: 4px solid #639;
  color: black;
}
.navtext:hover {
  color: #fd6a25;
}
.circle-test {
  border: 2px none black;
  border-radius: 90px;
}
.seprator {
  display: none;
  width: 1400px;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
}
.slide-nav {
  left: 0px;
  right: 0px;
  bottom: 10px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: -1%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.right-arrow-home {
  height: 400px;
  margin-top: 0px;
  margin-right: -16px;
  padding-top: 0px;
  padding-right: 0px;
}
.left-arrow-home {
  height: 400px;
  margin-top: 0px;
  margin-left: 34px;
  padding-left: 0px;
}
.text-box {
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.text-home-1 {
  color: black;
}
.text-home-1:hover {
  color: #fd6a25;
}
.img-home {
  margin-top: 50px;
  margin-right: 0px;
  padding-bottom: 0px;
  padding-left: 56px;
}
.about-text-list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.text-about {
  background-color: transparent;
  color: white;
  letter-spacing: 1px;
}
.text-about:hover {
  background-color: transparent;
}
.new-slide-4 {
  width: 600px;
  height: 400px;
  background-image: url('../images/slide-4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.new-slide-5 {
  width: 600px;
  height: 400px;
  background-image: url('../images/slide-6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.dotted-img {
  margin-right: 0px;
  padding-left: 0px;
}
.nav-drop-link {
  background-color: white;
  font-family: Raleway, sans-serif;
  color: black;
}
.nav-drop-link:hover {
  background-color: white;
  box-shadow: black 0px 0px 2px 0px inset;
}
.nav-drop-link.first {
  border-style: solid none none;
  border-width: 7px 1px 1px;
  border-color: #fd6a25 black black;
  background-color: white;
  font-family: Raleway, sans-serif;
}
.nav-drop-link.first:hover {
  background-color: #ececc7;
}
.nav-drop-link-first {
  border-top: 3px solid #050505;
  background-color: white;
  font-family: Raleway, sans-serif;
  color: black;
}
.nav-drop-link-first:hover {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 0px 2px 0px inset;
}
.nav-drop-link-first.w--current:hover {
  background-color: white;
}
.service-1 {
  height: 120%;
  padding-bottom: 20px;
  background-color: white;
}
.service-1:hover {
  background-color: rgba(222,218,222,0.25);
}
.support-ball {
  margin-left: -28px;
  padding-left: 0px;
}
.support-ball:hover {
  background-color: transparent;
}
.service-2 {
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.service-2:hover {
  background-color: #rgba(222,218,222,0.25);
}
.img-service-1 {
  padding-top: 96px;
}
.service-3 {
  height: 950px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
  color: white;
}
.service-3:hover {
  background-color: #rgba(222,218,222,0.25);
}
.row1-feasiblity {
  height: 500px;
}
.row2-feasiblity {
  height: 400px;
}
.feasibility-text {
  font-family:'Droid Sans', sans-serif;
  text-align: justify;
}
.text-service {
  padding-top: 0px;
  color: black;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  letter-spacing: 0px;
  text-indent: 12px;
}
.service-list {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.feasibility--r1 {
  padding-top: 40px;
}
.img1 {
  width: 460px;
  height: 290px;
}
.service-4 {
  height: 720px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.service-4:hover {
  background-color: rgba(222,218,222,0.25);
}
.service-5 {
  height: 730px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.service-5:hover {
  background-color: rgba(174, 164, 177, 0.75);
}
.service-5._3rd {
  padding-bottom: 35px;
}
.service-5._3rd:hover {
  background-color: rgba(222,218,222,0.25);
}
.service-6 {
  display: block;
  height: 700px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ececc7;
}
.service-7 {
  height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: white;
}
.tab-1 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}
.tab-1.w--current {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}
.tab-1.w--current:hover {
  background-color: transparent;
}
.content-tab-1 {
  height: 320px;
}
.row1-service1 {
  height: 413px;
}
.service-tab {
  width: auto;
  height: auto;
}
.service-tab-menu {
  width: 110%;
  margin-left: 12px;
  padding-left: 1px;
}
.content-tab-2 {
  height: 320px;
  margin-bottom: 0px;
}
.content-tab-3 {
  height: 320px;
}
.content-tab-4 {
  height: 320px;
  padding-top: 5%;
}
.content-tab-5 {
  height: 320px;
}
.content-tab-6 {
  height: 320px;
}
.service-content-tab {
  height: 300px;
  padding-top: 2%;
}
.service-1-tab-content {
  padding-top: 3%;
}
.support-page {
  height: 500px;
}
.support-page:hover {
  background-color: rgba(222,218,222,0.25);
}
.support-img-1 {
  border-radius: 300px;
}
.support-img-2 {
  overflow-x: visible;
  overflow-y: visible;
  margin-left: 57px;
  padding-left: 0px;
  float: none;
  clear: none;
  border-radius: 300px;
}
.support-title {
  padding-top: 13px;
  text-align: center;
}
.section-press {
  display: block;
  height: auto;
  margin-top: 0%;
  padding-top: 3%;
}
.section-press.sample-2 {
  display: none;
}
.press-release-box {
  padding-top: 0%;
}
.press-text {
  position: static;
  left: 16px;
  top: 162px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  font-family:'Droid Sans', sans-serif;
  color: black;
  text-align: justify;
}
.img-press-3 {
  position: static;
  left: 0px;
  top: -3%;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 7% 15%;
}
.img-press-3:hover {
  box-shadow: black 0px 0px 6px 0px;
}
.contact-us-section {
  height: 50%;
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: white;
  color: black;
}
.contact-us-section:hover {
  background-color: rgba(222,218,222,0.25);
}
.location-img {
  margin-left: 46px;
  padding-top: 8px;
  padding-left: 37px;
}
.text-contact {
  color: black;
}
.contact-list {
  height: 37px;
}
.header-text-contact {
  position: absolute;
  left: 7%;
  top: 63%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: black;
  font-weight: 700;
}
.header-text-contact:hover {
  color: #fd6a25;
}
.address-column {
  padding-top: 33px;
  padding-left: 50px;
}
.seprator-of-menu {
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
}
.career-section {
  height: 100%;
  padding-top: 0%;
}
.apply-tab {
  color: #fd6a25;
}
.partner-section {
  height: auto;
}
.partnet-text {
  padding-bottom: 1%;
  font-family:'Droid Sans', sans-serif;
  color: black;
  text-align: justify;
}
.partner-container {
  padding-top: 28px;
}
.partner-link {
  color: #fd6a25;
  font-weight: 700;
}
.drop-down-menu {
  box-shadow: #514c4c 0px 0px 6px 0px;
}
.home-first-sectin {
  position: static;
  height: 86%;
}
.seprator-of-menu-1 {
  display: none;
  width: 100%;
  height: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.close-icon {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin: -29px auto 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.light-box-pr {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -3px;
  z-index: 1;
  display: none;
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 300px 800px 0px 200px;
  background-color: #050404;
}
.text-press-test {
  position: static;
  left: 225px;
  top: 171px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  background-color: transparent;
  color: black;
}
.logo-pr1:hover {
  box-shadow: black 0px 0px 6px 0px;
  -webkit-transform: scale(1.13);
  -ms-transform: scale(1.13);
  transform: scale(1.13);
}
.logo-pr1.new-interaction {
  border: 3px none #0c0909;
}
.div-pr1 {
  position: static;
  left: 198px;
  top: 665px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100px;
  margin-bottom: 93px;
  background-color: #ebf4f8;
  color: black;
}
.icon-2 {
  position: static;
  left: -14px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.div-pr2 {
  display: none;
}
.pr2:hover {
  box-shadow: black 0px 0px 6px 0px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pr3:hover {
  box-shadow: #544646 0px 0px 6px 0px;
  -webkit-transform: scale(1.16);
  -ms-transform: scale(1.16);
  transform: scale(1.16);
}
.div-pr3 {
  display: none;
}
.ball-column {
  height: 93%;
  padding-top: 0px;
  padding-right: 122px;
  padding-left: 10px;
}
.section-home-2 {
  width: 100%;
  height: 115%;
  padding-top: 100px;
  background-color: white;
}
.section-home-2:hover {
  background-color: rgba(222,218,222,0.25);
}
.dotted-arrow-alcatel {
  position: relative;
  left: 0px;
  top: 20px;
  right: 0px;
  bottom: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-left: 125px;
  padding-left: 0px;
}
.control-p {
  padding-top: 13%;
}
.design-img {
  margin-top: 0px;
  margin-bottom: -26px;
  padding-bottom: 0px;
}
.service-list-2 {
  position: absolute;
  top: 85%;
  height: 136px;
  margin-right: 0px;
  padding-left: 0px;
  color: black;
}
.img-career {
  padding-top: 27px;
}
.menu-link {
  color: black;
  text-decoration: none;
}
.menu-link:hover {
  color: #fd6a25;
}
.menu-link.w--current:hover {
  color: #fd6a25;
}
.press-title {
  padding-right: 31px;
  text-align: center;
}
.press-img-1:hover {
  box-shadow: #090808 0px 0px 6px 0px;
}
.text-press-1 {
  display: block;
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.press-img-2:hover {
  box-shadow: black 0px 0px 6px 0px;
}
.text-press-2 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-3 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.press-img-4 {
  margin-left: 48px;
  padding-left: 0px;
}
.press-img-4:hover {
  box-shadow: black 0px 0px 6px 0px;
}
.text-press-4 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-5 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-6 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-7 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-8 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-9 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-10 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-11 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-12 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-13 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-14 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-15 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-16 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-17 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-18 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-19 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-20 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-21 {
  clear: none;
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-22 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-23 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-24 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-25 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.press-text-26 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-27 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-28 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-29 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-30 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-31 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-32 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-33 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-34 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-35 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-36 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-37 {
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.text-press-38 {
  clear: none;
  font-family:'Droid Sans', sans-serif;
  color: black;
}
.news-div {
  color: #ececc7;
}
.news-div:hover {
  background-color: rgba(222,218,222,0.25);
}
.slide-solution {
  height: 130%;
  background-color: #ececc7;
  color: white;
}
.slide-solution-1 {
  height: 150%;
}
.slide-solution-2 {
  display: inline-block;
  height: 100%;
}
.slide-nav-solution {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: -14px;
  margin-bottom: -110px;
}
.section-solution-1 {
  height: 82%;
  padding-top: 5%;
}
.section-solution-1:hover {
  background-color: rgba(222,218,222,0.25);
}
.slide-solution-1 {
  height: 100%;
  background-color: white;
  color: #e31064;
}
.colunm-slide-1 {
  height: 100%;
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: black black #353131;
  border-radius: 0px;
}
.column-slide-2 {
  height: 100%;
  padding-left: 10px;
}
.column-slide-1 {
  padding-bottom: 13px;
  border: 1px none black;
}
.column-slide-3 {
  height: 100%;
}
.right-arrow-solution {
  left: 93%;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.icon {
  left: 0px;
  top: -37px;
  right: 71px;
  bottom: 44px;
  margin-right: -59px;
  margin-bottom: 80px;
  padding-left: 0px;
  background-color: rgba(252, 106, 38, 0.22);
}
.left-arrow-solution {
  left: 0px;
  top: 0px;
  right: 100%;
  bottom: 0px;
}
.img-solution-slide {
  position: relative;
  left: 15%;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.slide-head {
  top: 0px;
  padding-left: 10%;
}
.slide-button {
  position: relative;
  left: 20px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  background-color: #ef6a25;
}
.slide-paraph {
  padding: 5px 20px;
  line-height: 16px;
  text-align: justify;
}
.icon-left {
  position: relative;
  left: 0px;
  top: 100px;
  right: 60%;
  bottom: 44px;
  margin-right: 0px;
  margin-bottom: 80px;
  padding-right: 0px;
  background-color: rgba(252, 106, 38, 0.22);
}
.slide-solution-2 {
  background-color: white;
}
.img-slide-2-2 {
  position: relative;
  left: 74px;
  top: 0px;
  right: 0px;
}
.telephony-solutions-sec {
  height: auto;
  background-color: white;
}
.telephony-solutions-sec:hover {
  background-color: rgba(222,218,222,0.25);
}
.oxe-section {
  margin-bottom: 2%;
  background-color: transparent;
  color: black;
}
.oxe-information {
  left: 0px;
  padding-right: 10px;
}
.oxe-text {
  padding-right: 2%;
  padding-left: 3%;
}
.h-oxe-section {
  font-weight: 400;
  text-align: left;
}
.seprate-solution {
  position: relative;
  left: 0px;
  top: 20%;
  right: 0px;
  bottom: 0px;
}
.oxe-header--data {
  padding-top: 0px;
}
.list-datasheet {
  position: absolute;
  left: 0px;
  top: 107px;
  right: 0px;
  bottom: 0px;
  padding-top: 10px;
}
.scroll-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  border-style: none;
  border-width: 2px 2px 2px 4px;
  border-color: #fc6a26 black #fd6a25 #fd6a25;
  background-color: rgba(255, 255, 255, 0.86);
}
.navbar-section {
  display: block;
  border-style: solid none;
  border-width: 4px 1px;
  border-color: #fd6a25 black;
}
.solution--op-section {
  height: auto;
  background-color: white;
}
.solution--op-section:hover {
  background-color: rgba(222,218,222,0.25);
}
.text-link {
  color: #fd6a25;
  font-weight: 700;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: underline;
}
.op-list {
  color: black;
}
.op-datasheet-list {
  padding-left: 8px;
}
.solution-cc-section {
  margin-top: 2%;
  padding-top: 0px;
}
.solution-cc-section:hover {
  background-color: rgba(222,218,222,0.25);
}
.cc-datasheet-list {
  position: absolute;
  left: 0px;
  top: 99%;
  right: 0px;
  bottom: 0px;
  padding-top: 0px;
}
.img-cc {
  margin-top: 32px;
}
.data-solution-section {
  display: none;
}
.data-solution-section:hover {
  background-color: rgba(222,218,222,0.25);
}
.data-section-img {
  max-width: 100%;
  margin-top: 32px;
  margin-bottom: 0px;
  margin-left: 55px;
}
.datasheet-link {
  color: black;
  text-decoration: underline;
}
.datasheet-link:hover {
  color: #3537de;
  text-decoration: underline;
}
.campus-access-div {
  margin-bottom: 0px;
}
.data-infra-button {
  position: relative;
  left: 25%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 29px;
  margin-right: 1px;
  border-radius: 20px;
  background-color: #fd6a25;
  text-align: center;
}
.campus-lan-switch {
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
}
.data-infra-datasheet {
  margin-top: 0%;
  margin-bottom: 5%;
}
.solution--phone {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.solution--phone:hover {
  background-color: rgba(222,218,222,0.25);
}
.phone-slide {
  margin-right: 0px;
  padding-right: 0px;
}
.slide-phone {
  margin-right: 12%;
  margin-bottom: 0%;
  margin-left: 15%;
  padding-right: 0px;
  padding-left: 0px;
}
.nav-slide-photo {
  margin-top: 0px;
  margin-bottom: -2%;
  padding-top: 2%;
  padding-bottom: 0px;
  background-color: rgba(253, 106, 37, 0.74);
  color: #f51dc3;
}
.product-slide {
  z-index: auto;
  width: 970px;
  margin-right: 0px;
  margin-left: 0px;
}
.phone-slide-icon {
  margin-right: 0px;
  margin-bottom: 151px;
  margin-left: 15px;
  background-color: rgba(252, 106, 38, 0.22);
}
.phone-datasheet {
  padding-top: 3%;
}
.phone-button {
  border-radius: 45px;
  background-color: #fd6a25;
}
.partner-img {
  height: auto;
  margin-top: 2%;
  margin-bottom: 0px;
}
.nav-bar-h {
  margin-top: -19px;
  padding-right: 15px;
  padding-left: 15px;
}
.nav-bar-h.w--current {
  margin-top: -19px;
  padding-right: 15px;
  padding-left: 15px;
  color: black;
}
.nav-bar-h.w--current:hover {
  color: #fd6a25;
  text-decoration: underline;
}
.page-up {
  position: relative;
  left: 90%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: justify;
}
.page-up-text {
  position: fixed;
  color: black;
  text-decoration: none;
}
.page-up-button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 2px;
  margin-bottom: 0px;
  float: right;
  border-radius: 25px;
  background-color: #684f99;
  color: white;
}
.page-up-button._2nd {
  top: 45px;
}
.home-section-1 {
  margin-top: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.home-section-1:hover {
  background-color: rgba(222,218,222,0.25);
}
.page-up-solution {
  position: relative;
  top: 0px;
  float: right;
  border-radius: 25px;
  background-color: #684f99;
}
.page-up-solution._2nd {
  top: 0%;
}
.page-up-solution._3rd {
  top: 0px;
}
.page-up-solution._4th {
  top: 0px;
}
.page-up-solution.ffith {
  top: 0px;
}
.page-up-services {
  position: relative;
  left: 0px;
  top: 5%;
  right: 0px;
  bottom: 0px;
  float: right;
  border-radius: 25px;
  background-color: #684f99;
}
.page-up-services._1st {
  top: -3%;
}
.page-up-services._1st.w--current {
  top: -1%;
}
.page-up-services._2nd {
  top: 1%;
  bottom: 0px;
}
.page-up-services._3rd {
  top: 4%;
}
.home-header {
  margin-top: 3%;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 4%;
  color: #fd6a25;
}
.img-project {
  border: 1px solid black;
}
.row-project {
  padding-top: 0%;
  padding-bottom: 1%;
}
.page-up-news {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 24px;
  float: right;
  border-radius: 25px;
  background-color: #684f99;
}
.header-multi-media-datasheet {
  top: 0px;
}
.header-cc-datasheet {
  top: 0px;
}
.telephony-heading-datasheet {
  top: 75px;
}
.column-tel {
  left: 0%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.tel-list {
  color: black;
}
.home-what-we-do-2 {
  margin-top: 0px;
  padding-top: 6%;
}
.home-section-first {
  display: none;
}
.icon-slide-home {
  position: relative;
  background-color: rgba(252, 106, 38, 0.22);
}
.fiber-optic {
  height: auto;
}
.fiber-optic:hover {
  padding-top: 24px;
  background-color: rgba(222,218,222,0.25);
}
.contact-us-paragraph {
  padding-top: 38px;
}
.img-nura-logo {
  position: relative;
  left: 0px;
  top: -23px;
  right: 0px;
  bottom: 0px;
}
.footer-paragh {
  position: relative;
  left: 0px;
  top: -16px;
  right: 0px;
  bottom: 0px;
  color: white;
}
.header-training-p {
  border-bottom-width: 5px;
  border-bottom-color: #639;
}
.news-section:hover {
  background-color: rgba(222,218,222,0.25);
}
.event-section:hover {
  background-color: rgba(222,218,222,0.25);
}
.img-event {
  padding-top: 66px;
}
.img-news {
  padding-bottom: 41px;
}
.row-service {
  height: auto;
  padding-bottom: 10px;
}
.customer-row {
  margin-bottom: 17px;
  padding-bottom: 0px;
}
html.w-mod-js *[data-ix="hero-title"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="hero-title-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="hero-title-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="hero-title-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="hero-title-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="hero-title-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hero-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hero-button-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hero-image"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="hero-image-2"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="hero-image-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="model-title-slide"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}
html.w-mod-js *[data-ix="model-title-slide-2"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}
html.w-mod-js *[data-ix="testimonial-image"] {
  opacity: 0.4;
}
html.w-mod-js *[data-ix="page-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
}
html.w-mod-js *[data-ix="page-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
html.w-mod-js *[data-ix="fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}
html.w-mod-js *[data-ix="fade-on-scroll"] {
  opacity: 0.02;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}
html.w-mod-js *[data-ix="fade-on-scroll-right"] {
  opacity: 0.02;
  -webkit-transform: translate(30px, 0px);
  -ms-transform: translate(30px, 0px);
  transform: translate(30px, 0px);
}
html.w-mod-js *[data-ix="stats-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(33px, 0px);
  -ms-transform: translate(33px, 0px);
  transform: translate(33px, 0px);
}
html.w-mod-js *[data-ix="stats-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-52px, 0px);
  -ms-transform: translate(-52px, 0px);
  transform: translate(-52px, 0px);
}
html.w-mod-js *[data-ix="stats-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(16px, 0px);
  -ms-transform: translate(16px, 0px);
  transform: translate(16px, 0px);
}
html.w-mod-js *[data-ix="stats-fade-in-4"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}
html.w-mod-js *[data-ix="process-bar-fill-70"] {
  width: 0%;
}
html.w-mod-js *[data-ix="process-bar-fill-50"] {
  width: 0%;
}
html.w-mod-js *[data-ix="process-bar-fill-30"] {
  width: 0%;
}
html.w-mod-js *[data-ix="hidden"] {
  display: none;
}
@media (max-width: 991px) {
  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }
  .hero {
    height: 570px;
    margin-top: 1px;
    padding-top: 0px;
  }
  .hero-container {
    padding-top: 124px;
  }
  .hero-text-block {
    width: 400px;
  }
  .hero-title {
    font-size: 17px;
  }
  .hero-title.title-2 {
    font-size: 23px;
    line-height: 27px;
  }
  .hero-title.word {
    font-size: 47px;
  }
  .hero-image {
    top: 147px;
    height: 400px;
  }
  .hero-image.macbook {
    top: 117px;
    right: -318px;
    height: 390px;
  }
  .hero-image.phone-white {
    top: 159px;
    height: 370px;
  }
  .hero-overlay {
    padding-right: 45px;
    padding-left: 45px;
  }
  .section {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 45px;
  }
  .section.products {
    height: 360px;
  }
  .section.brands-section {
    padding-bottom: 45px;
  }
  .section-title-block.testimonials {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .section-title.subtitle {
    font-size: 19px;
    line-height: 17px;
  }
  .brand-logo {
    width: 11.5%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .nav-link {
    width: 100%;
    max-width: 900px;
    padding-left: 25px;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-size: 15px;
  }
  .nav-link:hover {
    background-color: #26acc7;
  }
  .intro-row {
    margin-bottom: 32px;
  }
  .image-section-overlay {
    height: auto;
    padding-right: 45px;
    padding-left: 45px;
  }
  .image-section-overlay._2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .large-phone-mockup {
    left: -202px;
    top: -58px;
    height: 655px;
  }
  .feature-block {
    padding: 15px;
  }
  .large-column-title {
    font-size: 35px;
    line-height: 34px;
  }
  .models-text-block {
    width: 40%;
  }
  .models-slider {
    top: 39px;
    right: -15px;
    width: 400px;
    height: 190px;
  }
  .model-image {
    height: 190px;
  }
  .model-slider-title {
    bottom: 65px;
    font-size: 17px;
  }
  .model-slider-title.subtitle {
    bottom: 30px;
    margin-top: 4px;
    font-size: 12px;
  }
  .page-header-overlay {
    padding: 160px 45px 70px;
  }
  .page-header-overlay._404-page {
    padding-top: 26%;
  }
  .page-header-title {
    font-size: 45px;
    line-height: 38px;
  }
  .page-header-title.subtitle {
    font-size: 25px;
  }
  .page-header-content-container {
    margin-top: 45px;
  }
  .pricing-column {
    padding-right: 9px;
    padding-left: 9px;
  }
  .pricing-title {
    font-size: 24px;
    line-height: 26px;
  }
  .pricing-title.price {
    font-size: 28px;
    line-height: 30px;
  }
  .pricing-feature-list-item {
    padding-right: 9px;
    padding-left: 9px;
  }
  .pricing-feature-text {
    font-size: 12px;
  }
  .column-left {
    padding-right: 45px;
  }
  .check-list-block--about {
    padding: 25px;
  }
  .info-image-block {
    top: -4px;
    right: -100px;
    width: 535px;
    text-align: center;
  }
  .info-image-block.left {
    top: -8px;
  }
  .info-tooltip-block {
    text-align: left;
  }
  .info-tooltip-block._2 {
    right: 70px;
  }
  .info-tooltip-line._2 {
    width: 200px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-right: 0px;
    padding-left: 0px;
    border: 2px solid rgba(255, 255, 255, 0.49);
    border-radius: 4px;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    color: white;
    text-align: center;
  }
  .menu-button:hover {
    background-color: white;
    color: #e31064;
  }
  .menu-button.w--open {
    background-color: #26acc7;
  }
  .nav-menu {
    background-color: black;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .photo-section-overlay-about-page {
    padding: 90px 45px;
  }
  .facts-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .facts-title.description {
    font-size: 16px;
  }
  .clients-title {
    font-size: 21px;
  }
  .clients-col-left {
    padding-right: 18px;
  }
  .dropdown-toggle {
    padding-right: 45px;
    padding-left: 25px;
  }
  .dropdown-icon {
    margin-right: 25px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 15px 25px;
  }
  .hero {
    height: 480px;
  }
  .hero-container {
    padding-top: 102px;
  }
  .hero-text-block {
    width: 50%;
  }
  .hero-title {
    font-size: 3vw;
    line-height: 5vw;
  }
  .hero-title.title-2 {
    font-size: 3vw;
    line-height: 3vw;
  }
  .hero-title.word {
    font-size: 6vw;
    line-height: 5vw;
  }
  .hero-button {
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .hero-image {
    height: 310px;
  }
  .hero-image.macbook {
    top: 127px;
    right: -246px;
    height: auto;
  }
  .hero-image.phone-white {
    height: 281px;
  }
  .hero-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .section {
    padding: 25px;
  }
  .section.products {
    height: auto;
    padding-bottom: 0px;
  }
  .section.brands-section {
    padding-bottom: 25px;
  }
  .section-title-block.testimonials {
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .section-title.subtitle {
    font-size: 3vw;
    line-height: 6vw;
  }
  .brand-logo {
    width: 17.5%;
  }
  .logo-container {
    padding-top: 0px;
    padding-left: 0px;
  }
  .intro-column {
    padding-bottom: 25px;
  }
  .intro-column.last {
    padding-bottom: 0px;
  }
  .image-section-overlay {
    padding: 25px;
  }
  .large-phone-mockup {
    position: static;
    width: 100%;
    height: auto;
  }
  .feature-column {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
  }
  .feature-column.last {
    padding-bottom: 0px;
  }
  .footer {
    padding-top: 25px;
  }
  .bottom-footer {
    margin-top: 25px;
    padding: 25px;
  }
  .column-title-about {
    font-size: 6vw;
    line-height: 6vw;
  }
  .large-column-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .models-text-block {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .models-slider {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    float: none;
  }
  .model-image {
    width: auto;
    height: auto;
  }
  .page-header._404-page {
    height: auto;
  }
  .page-header-overlay {
    padding: 100px 25px 45px;
  }
  .page-header-overlay._404-page {
    padding: 100px 25px 25px;
  }
  .page-header-title {
    font-size: 6vw;
    line-height: 6vw;
  }
  .page-header-title.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }
  .page-header-container.centered {
    text-align: left;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .pricing-column.last {
    padding-bottom: 0px;
  }
  .pricing-title {
    font-size: 7vw;
    line-height: 8vw;
  }
  .pricing-title.price {
    font-size: 6vw;
    line-height: 7vw;
  }
  .pricing-price-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pricing-feature-text {
    font-size: 14px;
  }
  .contact-form {
    width: 100%;
    padding: 0px;
  }
  .field {
    height: 42px;
    margin-bottom: 5px;
  }
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info-image-block {
    position: static;
    width: 100%;
  }
  .testimonial-block {
    padding-top: 19px;
  }
  .info-column-right {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    padding-top: 12px;
  }
  .footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .footer-title {
    margin-bottom: 15px;
  }
  .photo-section-overlay-about-page {
    padding: 25px;
  }
  .content-features-row._2 {
    margin-top: 0px;
  }
  .content-features-column {
    padding-right: 0px;
    padding-bottom: 9px;
    padding-left: 0px;
  }
  .features-block {
    padding-top: 1px;
    padding-left: 43px;
  }
  .facts-section {
    padding: 25px;
  }
  .facts-column {
    padding-right: 25px;
    padding-bottom: 9px;
    padding-left: 0px;
    text-align: left;
  }
  .facts-column.last {
    padding-bottom: 0px;
  }
  .facts-title {
    display: inline-block;
    width: 97px;
    margin-right: 22px;
    padding-bottom: 6px;
    float: left;
    border-radius: 2px;
    background-color: #292828;
    color: white;
    font-size: 36px;
    line-height: 33px;
    text-align: center;
  }
  .facts-title.description {
    width: auto;
    margin-top: 7px;
    margin-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  .clients-col-left {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .clients-col-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-buttons-wrapper {
    margin-top: 16px;
  }
  .contact-map {
    height: 300px;
  }
}
@media (max-width: 479px) {
  p {
    font-size: 13px;
    line-height: 18px;
  }
  .navbar {
    padding-left: 20px;
  }
  .hero {
    height: 400px;
  }
  .hero-container {
    padding-top: 84px;
  }
  .hero-text-block {
    width: 60%;
  }
  .hero-title {
    line-height: 34px;
  }
  .hero-title.title-2 {
    margin-top: 11px;
    font-size: 4vw;
    line-height: 17px;
  }
  .hero-button {
    padding-left: 15px;
  }
  .hero-image {
    top: 145px;
    right: -20px;
    height: 200px;
  }
  .hero-image.macbook {
    top: 130px;
    right: -150px;
    height: auto;
  }
  .hero-image.phone-white {
    top: 150px;
    right: -95px;
    height: 180px;
  }
  .section {
    padding: 20px;
  }
  .section.brands-section {
    padding-bottom: 13px;
  }
  .section-title-block {
    margin-bottom: 7px;
  }
  .section-title {
    font-size: 7vw;
    line-height: 7vw;
  }
  .section-title.subtitle {
    font-size: 4vw;
    line-height: 4vw;
  }
  .brand-logo {
    width: 27.5%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .section-divider-line.feature-divider {
    margin-top: 7px;
  }
  .section-divider-line.models-divider {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }
  .logo-text {
    margin-top: 3px;
    font-size: 27px;
    line-height: 34px;
  }
  .intro-column {
    padding-bottom: 15px;
  }
  .intro-column-title {
    font-size: 22px;
    line-height: 21px;
  }
  .intro-icon {
    height: 45px;
    margin-bottom: 13px;
  }
  .link.below-paragraph {
    margin-top: 8px;
    font-size: 12px;
  }
  .link.footer-link {
    font-size: 13px;
    line-height: 19px;
  }
  .column-title-block {
    margin-bottom: 14px;
  }
  .check-list-icon {
    width: 18px;
  }
  .check-list-item {
    margin-bottom: 7px;
  }
  .checklist-title-home {
    font-size: 12px;
    line-height: 13px;
  }
  .feature-title {
    line-height: 12px;
  }
  .feature-title.subtitle {
    line-height: 22px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .features-row {
    margin-top: 19px;
  }
  .column-title-about.subtitle {
    margin-bottom: 5px;
    font-size: 5vw;
    line-height: 6vw;
  }
  .model-image {
    height: auto;
  }
  .model-image.iphone {
    width: auto;
    height: auto;
  }
  .model-slider-title {
    font-size: 15px;
  }
  .model-slider-title.subtitle {
    font-size: 10px;
  }
  .page-header-overlay {
    padding: 75px 20px 26px;
  }
  .page-header-title {
    margin-bottom: 6px;
  }
  .page-header-title.subtitle {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .page-header-content-container {
    margin-top: 25px;
  }
  .field {
    height: 36px;
    font-size: 12px;
  }
  .field.area {
    height: 116px;
  }
  .testimonial-block {
    margin-top: 17px;
    padding-top: 14px;
    padding-left: 0px;
  }
  .testimonial-image {
    position: static;
    margin-bottom: 14px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
  }
  .footer-list-text {
    font-size: 13px;
  }
  .facts-section {
    padding: 20px;
  }
  .facts-title {
    margin-right: 14px;
    font-size: 27px;
  }
  .facts-title.description {
    font-size: 14px;
  }
  .clients-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .checklist-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-map {
    height: 260px;
  }
  .small-link-icon {
    margin-top: 3px;
    margin-right: 6px;
  }
}

@font-face {
  font-family: 'Mitra';
  src: url('../fonts/mitra.TTF') format('undefined');
  font-weight: 400;
  font-style: normal;
}