.home-hd-content {
  padding: 80px 0;
  font-size: 1.5rem;
}
.home-hd-content p {
  font-weight: 300;
  margin-bottom: 44px;
}
.home-hd-content .display-1 {
  font-size: 60px;
  margin-bottom: 30px;
}

.intl-tel-input .country-list {
  color: #494949;
}

.hide {
  display: none;
}

.form-control.error {
  border-color: #d9534f;
}
.form-control.valid {
  border-color: #5cb85c;
}

.content-row {
  background: #fff;
  padding: 160px 0;
}
.content-row_alpha {
  background: none;
  color: #fff;
}
.content-row_beta {
  background: #2166dc;
  color: #fff;
}
.content-row.contact {
  background: url(../images/home-contact-bg.jpg) no-repeat bottom center #222431;
  background-size: contain;
  padding: 100px 0;
}

.home-row {
  padding: 180px 0 100px;
}

.contact-map {
  pointer-events: none;
}

.application-row {
  padding: 100px 0;
}

.btn-app + .btn-app {
  margin-left: 40px;
}

.mod-img {
  margin-bottom: 3rem;
}
.mod-img img {
  margin: auto;
}
.mod-title {
  margin-bottom: 2rem;
}

.app-box {
  color: #fff;
  display: block;
  padding: 30px 40px;
  border-radius: 6px;
}
.app-box-content {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}
.app-box-title {
  font-weight: 400;
  margin-bottom: 13px;
}
.app-box:hover {
  background: rgba(196, 196, 196, 0.1);
  color: #fff;
}
.app-box:focus {
  color: #fff;
}

.active .app-box, .selected .app-box {
  background: rgba(196, 196, 196, 0.1);
  color: #fff;
}

.about-section {
  color: #242424;
  position: relative;
}
.about-section-content {
  font-weight: 300;
  line-height: 1.75;
}
.about-section-title {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
  position: relative;
}
.about-section-title:after {
  background: #242424;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.about-section .drone {
  opacity: 0.3;
  position: absolute;
}
.about-section_1 {
  margin-bottom: 100px;
}
.about-section_1 .drone_1 {
  left: -100px;
  top: -200px;
}
.about-section_1 .drone_2 {
  right: -210px;
  top: -20px;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
.about-section_2 .drone_1 {
  bottom: -50px;
  right: -190px;
}
.about-section_2 .drone_2 {
  left: -170px;
  top: -10px;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}

.about-img {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.15);
}

.contact-content {
  font-weight: 600;
  margin: auto;
  max-width: 560px;
  text-align: left;
}
.contact-content .form-control {
  background: #444551;
  color: #98999f;
  font-size: 1rem;
}
.contact-content .form-group {
  margin-bottom: 2rem;
}

.g-recaptcha {
  margin-right: 1rem;
}

@media (max-width: 544px) {
  .btn-app {
    display: block;
  }
  .btn-app + .btn-app {
    margin: 15px 0;
  }

  .g-recaptcha {
    margin: 0;
  }
  .g-recaptcha > div {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .main-header {
    padding: 1rem 0;
  }

  .mod-img {
    height: 150px;
  }
  .mod-img img {
    max-height: 100%;
    width: auto;
  }

  .mod-title {
    font-size: 1.7rem;
  }

  .content-row {
    padding: 50px 20px;
  }

  .home-row {
    padding-top: 130px;
  }

  .mod-content {
    margin-bottom: 2rem;
  }

  .app-illustration {
    padding-top: 0;
  }

  .about-section-title {
    padding-top: 2.5rem;
  }

  .about-section_1 {
    margin-bottom: 30px;
  }

  .about-section-content {
    margin-bottom: 2rem;
  }

  .subscription-plan {
    margin-bottom: 1.5rem;
  }
  .subscription-plan .btn-wrap {
    height: auto;
  }
  .subscription-plan .btn {
    visibility: visible;
  }

  .home-hd-content {
    font-size: 1.25rem;
    padding: 0;
  }
  .home-hd-content .display-1 {
    font-size: 2.75rem;
  }
}
.platform-list {
  margin-bottom: 2rem;
}
.platform-list li {
  padding: 0.75rem 0;
}
.platform-list li.active .app-illustration, .platform-list li.selected .app-illustration {
  height: 216px;
  -ms-transform: translate(0%, -10px);
      transform: translate(0%, -10px);
  width: 100%;
}
.platform-list .app-illustration {
  overflow: hidden;
  height: 196px;
  position: relative;
  width: 84%;
  -ms-transform: translate(10%, 0%);
      transform: translate(10%, 0%);
  transition: all 0.25s ease-in;
}

.map-container {
  color: #494949;
  height: 600px;
  text-align: left;
}

.intl-tel-input {
  display: block;
}

#phone-error-msg {
  font-size: 12px;
  display: block;
  color: #d9534f;
  margin-top: 5px;
}
#phone-error-msg.hide {
  display: none;
}

.alert {
  position: fixed;
  display: block;
  top: 100px;
  transition: .5s;
  border-radius: 0.25rem;
  text-align: center;
  background: #f9edbe;
  color: black;
  padding: 10px 25px;
  z-index: 10001;
  width: 370px;
  opacity: 1;
  max-width: 100%;
  left: calc(50% - 185px);
}
.alert.hide {
  top: -100px;
  opacity: 0;
}
@media (max-width: 386px) {
  .alert {
    left: 0;
  }
}
@media (min-width: 768px) {
  .alert {
    width: 400px;
    left: calc(50% - 200px);
  }
}
.alert a.close {
  top: 5px;
  position: absolute;
  right: 10px;
  color: #ababab;
  font-size: 20px;
}
.alert a.close:hover {
  color: white;
}

.section-title {
  margin-bottom: 76px;
}
.section-title_alpha {
  margin-bottom: 50px;
}

.login-title {
  margin-bottom: 3.5rem;
}

.reg-title {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 1.5rem;
  }
}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
  width: 100%;
  background: white;
  z-index: 300;
  transform: translateZ(0);
  transition: all 0.5s;
  /* Effect for switching from .fixed to static */
}

/* when class="float-panel fixed" */
.fixed {
  animation: slide-down 0.7s;
  opacity: 0.9;
}

.fixed .fa-gg {
  -ms-transform: rotate(360deg);
      transform: rotate(360deg);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9;
  /*For old IE browsers IE6-8 */
}

.slideanim.slide {
  visibility: visible;
  animation: slide 1s;
}

.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.subscription-plan {
  border: 3px solid #fff;
  color: #fff;
  display: block;
  margin-bottom: 24px;
  padding: 40px 30px;
  border-radius: 6px;
}
.subscription-plan * {
  transition: none !important;
}
.subscription-plan .icon-wrap {
  margin-bottom: 60px;
}
.subscription-plan .plan-title {
  margin-bottom: 1rem;
  min-height: 67px;
}
.subscription-plan .icon {
  font-size: 96px;
}
.subscription-plan .h2 {
  font-weight: 600;
}
.subscription-plan .plan-list {
  margin-bottom: 2.5rem;
}
.subscription-plan .plan-item {
  margin-bottom: 1rem;
}
.subscription-plan .plan-price {
  margin-bottom: 1.5rem;
}
.subscription-plan .btn {
  visibility: hidden;
}
.subscription-plan .btn-wrap {
  height: 0;
  overflow: hidden;
}
.subscription-plan:hover, .subscription-plan.selected {
  background: #fff;
  border-color: #fff;
  color: #242424;
  box-shadow: 0 16px 24px 15px rgba(0, 0, 0, 0.17);
  padding: 50px 30px;
  -ms-transform: translateY(-40px);
      transform: translateY(-40px);
}
.subscription-plan:hover .btn, .subscription-plan.selected .btn {
  visibility: visible;
}
.subscription-plan:hover .plan-price,
.subscription-plan:hover .h2,
.subscription-plan:hover .icon, .subscription-plan.selected .plan-price,
.subscription-plan.selected .h2,
.subscription-plan.selected .icon {
  color: #2067dd;
}
.subscription-plan:hover .btn-wrap, .subscription-plan.selected .btn-wrap {
  height: 50px;
}

.plan-wrap_alpha {
  padding-bottom: 2.625rem;
  padding-top: 2.625rem;
}
.plan-wrap_alpha .subscription-plan {
  background: #fff;
  color: #242424;
}
.plan-wrap_alpha .subscription-plan .icon {
  color: #2067dd;
}

/*# sourceMappingURL=home.css.map */