﻿/*#region Constants */
/*#endregion */
/*#region Mixins */
/*#endregion */
/*#region reset style */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  font-family: 'Gotham-Book', sans-serif;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/*#endregion */
/*#region Fonts*/
@font-face {
  font-family: 'Gotham-Black';
  src:  url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-ExtraLight';
  src:  url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  src:  url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*#endregion*/
/*#region Defaults*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
button::-moz-focus-inner {
  border: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.table {
  display: table;
}
.center {
  display: table;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.default-wrapper {
  width: 1170px;
  height: 100%;
  display: table;
  margin: 0 auto;
}
h1,
h3 {
  color: #333333;
}
h1 {
  font-size: 55px;
  font-family: 'Gotham-Light';
}
h1 span {
  font-family: 'Gotham-Bold';
}
h2 {
  font-size: 34px;
  font-family: 'Gotham-Light';
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 20px;
}
.google-play-btn {
  margin-right: 40px;
}
.google-play-btn:hover {
  color: #f3545d;
}
.app-store-btn:hover {
  color: #21cde7;
}
.google-play-btn,
.app-store-btn
.app-gallery-btn {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 250px;
  height: 70px;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 10px 10px 40px 0px rgba(7, 108, 142, 0.32);
  -moz-box-shadow: 10px 10px 40px 0px rgba(7, 108, 142, 0.32);
  box-shadow: 10px 10px 40px 0px rgba(7, 108, 142, 0.32);
  border: none;
  outline: none;
  text-decoration: none;
  color: #333333;
}
.google-play-btn .play-img,
.app-store-btn .play-img
.app-gallery-btn .play-img{
  margin-left: 25px;
  width: 40px;
  height: 40px;
  background: url('../img/sprite.svg') -26px -204px no-repeat;
}
.google-play-btn .app-img,
.app-store-btn .app-img
.app-gallery-btn .app-img{
  margin-left: 25px;
  width: 35px;
  height: 43px;
  background: url('../img/sprite.svg') -92px -200px no-repeat;
}
.google-play-btn p,
.app-store-btn p
.app-gallery-btn p{
  text-align: left;
  line-height: 20px;
  margin-left: 13px;
  font-size: 14px;
  font-family: 'Gotham-Light';
}
.google-play-btn span,
.app-store-btn span
.app-gallery-btn span {
  font-size: 18px;
  font-family: 'Gotham-Bold';
  text-transform: uppercase;
}
.img-shield {
  width: 35px;
  height: 36px;
  background: url('../img/sprite.svg') -27px -147px no-repeat;
}
/*#endregion*/
/*#region Layout*/
/*#region Header*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 5;
}
header .fixed-menu {
  position: fixed;
  width: 100%;
  height: 75px;
  transition: all 0.5s ease-in-out 0s;
}
header .fixed-menu.fixed {
  position: fixed;
  top: 0;
  z-index: 7;
  background-color: #fff;
  box-shadow: 0px 16px 23px -25px rgba(0, 0, 0, 0.69);
  transition: all 0.5s ease-in-out 0s;
}
header .logo-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
  outline: none;
}
header .logo-container.logo-position {
  margin-top: 0 !important;
  transition: all 0.5s ease-in-out 0s;
}
header .logo-container .logo-shield {
  width: 70px;
  height: 79px;
  background: url('../img/logo-shield.svg') no-repeat;
  transition: all 0.5s ease-in-out 0s;
}
header .logo-container .logo-shield.logo-scale {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
header .logo-container .logo-text {
  width: 150px;
  height: 25px;
  margin-left: 15px;
  margin-top: 25px;
  background: url('../img/logo-text-new.svg') no-repeat;
}
header .logo-container .logo-text.text-hide {
  display: none;
}
header nav ul {
  float: right;
  line-height: 120px;
  transition: all 0.5s ease-in-out 0s;
}
header nav ul.fixed-menu-items {
  line-height: 80px;
  transition: all 0.5s ease-in-out 0s;
}
header nav ul li {
  margin-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #747474;
}
header nav ul li:hover {
  color: #21cde7;
}
header nav ul li a {
  color: #747474;
  outline: none;
  cursor: pointer;
}
header nav ul li a:hover {
  color: #21cde7;
}
header nav ul li:last-child {
  margin-right: 0;
}
header .mobile-menu {
  display: none;
}
header .mobile-menu .logo-container {
  margin-top: 10px;
}
header .mobile-menu .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 8;
}
header .mobile-menu .mobile-nav .hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  overflow: scroll;
  z-index: 8;
  background-color: #fff;
  width: 0;
  -moz-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
}
header .mobile-menu .mobile-nav .hamburger-container.open-menu {
  width: 85%;
}
header .mobile-menu .mobile-nav .hamburger-container ul {
  position: relative;
  right: 25%;
  top: 20%;
  width: 63%;
}
header .mobile-menu .mobile-nav .hamburger-container ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
}
header .hamburger-btn {
  display: none;
  width: 40px;
  position: fixed;
  right: 30px;
  top: 35px;
  z-index: 8;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  /*&.hamburger-fixed-menu {
        top: 24px;
    }*/
}
header .hamburger-btn span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #21cde7;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
header .hamburger-btn span:nth-child(1) {
  top: 0;
}
header .hamburger-btn span:nth-child(2),
header .hamburger-btn span:nth-child(3) {
  top: 8px;
}
header .hamburger-btn span:nth-child(4) {
  top: 16px;
}
header .open span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}
header .open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .open span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}
/*#endregion*/

/*#endregion*/
/*#region Home*/
.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #fff;
}
.loader-overlay .loader {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.home-wrapper .home-background {
  position: relative;
  height: 1000px;
  width: 100%;
  background: url('../img/hero-image.jpg') center center no-repeat;
  background-size: cover;
}
.home-wrapper .home-background .header-content {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-wrapper .home-background .header-content h3 {
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 4px;
}
.home-wrapper .home-background .header-content h1 {
  margin-left: -3px;
}
.home-wrapper .home-background .header-content .social-btn {
  margin-top: 35px;
}
.home-wrapper .home-background .header-content .social-btn .google-play-btn {
  box-shadow: 0 15px 84px -22px rgba(219, 0, 12, 0.53);
}
.home-wrapper .home-background .header-content .social-btn .app-store-btn {
  box-shadow: 0 15px 84px -22px rgba(0, 81, 104, 0.53);
}
.home-wrapper .home-background .hand {
  position: absolute;
  right: 7%;
  bottom: -10px;
  width: 560px;
  height: 815px;
  background: url('../img/hand2.png') center center no-repeat;
}
.home-wrapper .home-background .hand .mobile_slider {
  position: absolute;
  top: 62px;
  left: 71px;
  width: 227px;
  height: 402px;
  cursor: pointer;
}
.home-wrapper .home-background .hand .screen-slider .slider-img {
  height: 402px;
  outline: none;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.one {
  background: url('../img/slider1.png') center center no-repeat;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.two {
  background: url('../img/slider2.png') center center no-repeat;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.three {
  background: url('../img/slider3.png') center center no-repeat;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.four {
  background: url('../img/slider4.png') center center no-repeat;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.five {
  background: url('../img/slider5.png') center center no-repeat;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.six {
  background: url('../img/slider6.png') center center no-repeat;
}
.home-wrapper .home-background .hand .screen-slider .slider-img.seven {
  background: url('../img/slider7.png') center center no-repeat;
}
.home-wrapper .home-background .hand .shadow-screen {
  position: relative;
  top: 62px;
  left: 71px;
  width: 227px;
  height: 402px;
  background: url('../img/slider-shadow.png') center center no-repeat;
}
.home-wrapper .home-background .hand .shadow-phone {
  position: absolute;
  top: 10px;
  left: 59px;
  width: 250px;
  height: 508px;
  background: url('../img/slider-shadow2.png') center center no-repeat;
}
.home-wrapper .home-background .hand .fingers {
  position: absolute;
  top: 30%;
  width: 122px;
  height: 266px;
  background: url('../img/fingers.png') center center no-repeat;
}
.home-wrapper .how-work {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../img/white-map.jpg') center center no-repeat;
  background-size: cover;
}
.home-wrapper .how-work h2 {
  margin: 120px auto 30px;
  color: #333333;
  text-align: center;
}
.home-wrapper .how-work h2 span {
  font-family: 'Gotham-Bold';
}
.home-wrapper .how-work p {
  width: 95%;
  margin: 30px auto 0;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #8d8d8d;
}
.home-wrapper .how-work .mobile-shield-img {
  display: none;
  width: 360px;
  height: 385px;
  margin: 30px auto;
  background: url('../img/shield.png') center center no-repeat;
}
.home-wrapper .how-work .play-img {
  display: table;
  width: 60px;
  height: 60px;
  margin: 212px auto 0 auto;
  cursor: pointer;
}
.home-wrapper .how-work .play-img:hover {
}
.home-wrapper .how-work .play-video {
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0;
  width: 255px;
  height: 60px;
  border-radius: 50px;
  background-color: #21cde7;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'Gotham-Bold';
  cursor: pointer;
  box-shadow: 0 25px 35px -9px rgba(15, 108, 142, 0.1);
  outline: none;
}
.home-wrapper .how-work .play-video:hover {
  background-color: #fff;
  color: #21cde7;
}
.home-wrapper .how-work .video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-wrapper .how-work .video-modal .modal-content {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 855px;
  margin: auto;
}
.home-wrapper .how-work .video-modal .modal-content video {
  width: 100%;
}
.home-wrapper .join-us {
  width: 100%;
  height: 1100px;
  background: url('../img/join-us.jpg') center center no-repeat;
  background-size: cover;
}
.home-wrapper .join-us h2 {
  margin: 100px auto 30px;
  color: #333333;
  text-align: center;
}
.home-wrapper .join-us h2 span {
  font-family: 'Gotham-Bold';
}
.home-wrapper .join-us p {
  width: 95%;
  margin: 30px auto 70px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #8d8d8d;
}
.home-wrapper .join-us .steps {
  width: 100% !important;
  margin: 0 auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.home-wrapper .join-us .steps .step-item {
  margin-right: 60px;
  outline: none;
}
.home-wrapper .join-us .steps .step-item:last-child {
  margin-right: 0;
}
.home-wrapper .join-us .steps .step-item h4 {
  margin-bottom: 50px;
  text-align: center;
  color: #333333;
}
.home-wrapper .join-us .steps .step-item .register,
.home-wrapper .join-us .steps .step-item .log-in,
.home-wrapper .join-us .steps .step-item .find-patrols {
  width: 316px;
  height: 563px;
  box-shadow: 3px 24px 37px 0px rgba(0, 0, 0, 0.08);
}
.home-wrapper .join-us .steps .step-item .register {
  background: url('../img/register.png') center center no-repeat;
}
.home-wrapper .join-us .steps .step-item .log-in {
  background: url('../img/log-in.png') center center no-repeat;
}
.home-wrapper .join-us .steps .step-item .find-patrols {
  background: url('../img/find-patrols.png') center center no-repeat;
}
.home-wrapper .opportunities {
  width: 100%;
  height: 950px;
  background-color: #f8fbfc;
}
.home-wrapper .opportunities h2 {
  margin: 105px auto 30px;
  color: #333333;
  text-align: center;
}
.home-wrapper .opportunities h2 span {
  font-family: 'Gotham-Bold';
}
.home-wrapper .opportunities p {
  margin: 30px auto 0;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #8d8d8d;
}
.home-wrapper .opportunities .mobile-container {
  position: relative;
  margin-top: 60px;
}
.home-wrapper .opportunities .mobile-container .left-part {
  width: 35%;
}
.home-wrapper .opportunities .mobile-container .left-part .locator-item {
  margin: 20px 0 100px;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-wrapper .opportunities .mobile-container .left-part .locator-item:last-child {
  margin: 0;
}
.home-wrapper .opportunities .mobile-container .left-part .locator {
  width: 70%;
  padding-right: 30px;
}
.home-wrapper .opportunities .mobile-container .left-part .locator h4 {
  text-align: right;
  color: #333333;
}
.home-wrapper .opportunities .mobile-container .left-part .locator p {
  width: 87%;
  float: right;
  margin: 15px 0 0 0;
  color: #8d8d8d;
  font-size: 14px;
  text-align: right;
  font-family: Gotham-Book;
  line-height: 18px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 3px 24px 37px 0px rgba(0, 0, 0, 0.11);
  border: none;
  outline: none;
  cursor: pointer;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover {
  background-color: #1f7ccf;
}

.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line3 {
  position: absolute;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line3 {
  background: url('../img/horizontal-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line2 {
  background: url('../img/vertical-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line1 {
  bottom: 100px;
  left: 390px;
  width: 72px;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line2 {
  top: 161px;
  left: 487px;
  height: 204px;
  -moz-transition: height .2s linear;
  -o-transition: height .2s linear;
  -webkit-transition: height .2s linear;
  transition: height .2s linear;
  transition-delay: .2s;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .locator-blue-line3 {
  top: 361px;
  left: 487px;
  height: 400px;
  -moz-transition: height .5s linear;
  -o-transition: height .5s linear;
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
  transition-delay: .5s;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line1 {
  top: 60px;
  left: 390px;
  width: 95px;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line2 {
  top: 60px;
  left: 485px;
  height: 315px;
  width: 2px;
  -moz-transition: height .5s linear;
  -o-transition: height .5s linear;
  -webkit-transition: height .5s linear;
  transition: height .5s linear;
  transition-delay: .2s;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .map-blue-line3 {
  bottom: 175px;
  left: 435px;
  width: 30px;
  -moz-transition: width .2s linear;
  -o-transition: width .2s linear;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  transition-delay: .4s;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .locator {
  margin: 0 auto;
  display: table;
  width: 27px;
  height: 55px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .map {
  margin: 0 auto;
  display: table;
  width: 45px;
  height: 37px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .locator-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle .locator-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle .map-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle .map-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle .map-blue-line3 {
  position: absolute;
  display: block;
  height: 2px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .locator-blue-line1 {
  top: 495px;
  left: 390px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .locator-blue-line2 {
  top: 165px;
  left: 487px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .locator-blue-line3 {
  top: 165px;
  left: 487px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .map-blue-line1 {
  top: 60px;
  left: 390px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .map-blue-line2 {
  top: 60px;
  left: 485px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .map-blue-line3 {
  bottom: 175px;
  left: 435px;
  width: 0;
}
.home-wrapper .opportunities .mobile-container .phone {
  width: 30%;
  height: 610px;
  padding: 0 70px;
  background: url('../img/phone_black.png') center center no-repeat;
}

.home-wrapper .opportunities .mobile-container .phone_me {
  width: 30%;
  height: 610px;
  padding: 0 70px;
  background: url('../img/phone_black_me.png') center center no-repeat;
}

.me {
  visibility: hidden !important;
}

.numbers{
  font-size: 28px;
}

.home-wrapper .opportunities .mobile-container .locator-first-line,
.home-wrapper .opportunities .mobile-container .locator-second-line,
.home-wrapper .opportunities .mobile-container .map-first-line,
.home-wrapper .opportunities .mobile-container .map-second-line,
.home-wrapper .opportunities .mobile-container .map-third-line,
.home-wrapper .opportunities .mobile-container .patrols-first-line,
.home-wrapper .opportunities .mobile-container .patrols-second-line,
.home-wrapper .opportunities .mobile-container .patrols-third-line,
.home-wrapper .opportunities .mobile-container .registration-first-line,
.home-wrapper .opportunities .mobile-container .registration-second-line {
  position: absolute;
}
.home-wrapper .opportunities .mobile-container .locator-first-line,
.home-wrapper .opportunities .mobile-container .map-first-line,
.home-wrapper .opportunities .mobile-container .map-third-line,
.home-wrapper .opportunities .mobile-container .patrols-first-line,
.home-wrapper .opportunities .mobile-container .patrols-third-line,
.home-wrapper .opportunities .mobile-container .registration-first-line {
  background: url('../img/horizontal-white-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .locator-second-line,
.home-wrapper .opportunities .mobile-container .map-second-line,
.home-wrapper .opportunities .mobile-container .patrols-second-line,
.home-wrapper .opportunities .mobile-container .registration-second-line {
  background: url('../img/vertical-white-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .locator-first-line {
  bottom: 148px;
  left: 390px;
  width: 72px;
  height: 2px;
}
.home-wrapper .opportunities .mobile-container .locator-second-line {
  top: 165px;
  left: 487px;
  height: 203px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .map-first-line {
  top: 60px;
  left: 390px;
  width: 95px;
  height: 2px;
}
.home-wrapper .opportunities .mobile-container .map-second-line {
  top: 60px;
  left: 485px;
  height: 315px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .map-third-line {
  bottom: 175px;
  left: 435px;
  width: 30px;
  height: 2px;
}
.home-wrapper .opportunities .mobile-container .patrols-first-line {
  top: 280px;
  left: 390px;
  width: 40px;
  height: 2px;
}
.home-wrapper .opportunities .mobile-container .patrols-second-line {
  top: 280px;
  left: 430px;
  height: 170px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .patrols-third-line {
  top: 450px;
  left: 430px;
  width: 30px;
  height: 2px;
}
.home-wrapper .opportunities .mobile-container .registration-first-line {
  top: 160px;
  right: 393px;
  width: 90px;
  height: 2px;
}
.home-wrapper .opportunities .mobile-container .registration-second-line {
  top: 160px;
  right: 483px;
  height: 310px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .right-part {
  width: 35%;
}
.home-wrapper .opportunities .mobile-container .right-part .locator-item {
  margin: 115px 0 140px;
  align-items: center;
}
.home-wrapper .opportunities .mobile-container .right-part .locator-item:last-child {
  margin: 0;
}
.home-wrapper .opportunities .mobile-container .right-part .locator {
  width: 70%;
  padding-left: 30px;
}
.home-wrapper .opportunities .mobile-container .right-part .locator h4 {
  text-align: left;
  color: #333333;
}
.home-wrapper .opportunities .mobile-container .right-part .locator p {
  width: 93%;
  float: left;
  margin: 15px 0 0 0;
  color: #8d8d8d;
  font-size: 14px;
  text-align: left;
  font-family: Gotham-Book;
  line-height: 18px;
}
.home-wrapper .opportunities .mobile-container .right-part .circle {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 3px 24px 37px 0px rgba(0, 0, 0, 0.11);
  border: none;
  outline: none;
  cursor: pointer;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover {
  background-color: #1f7ccf;
}

.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line3,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line4,
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .registration-blue-line1,
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .report-blue-line1,
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .confirm-blue-line1,
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .registration-blue-line2 {
  position: absolute;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .report-blue-line2 {
  position: absolute;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .confirm-blue-line2 {
  position: absolute;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line3,
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .registration-blue-line1 {
  background: url('../img/horizontal-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .report-blue-line1 {
  background: url('../img/horizontal-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .confirm-blue-line1 {
  background: url('../img/horizontal-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line4,
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .registration-blue-line2 {
  background: url('../img/vertical-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .report-blue-line2 {
  background: url('../img/vertical-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .confirm-blue-line2 {
  background: url('../img/vertical-blue-line.png') repeat;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line1 {
  top: 280px;
  left: 390px;
  width: 40px;
  -moz-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line2 {
  top: 280px;
  left: 430px;
  height: 170px;
  -moz-transition: height .4s linear;
  -o-transition: height .4s linear;
  -webkit-transition: height .4s linear;
  transition: height .4s linear;
  transition-delay: .1s;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line4 {
  top: 451px;
  left: 580px;
  height: 45px;
  -moz-transition: height .4s linear;
  -o-transition: height .4s linear;
  -webkit-transition: height .4s linear;
  transition: height .4s linear;
  transition-delay: .6s;
}
.home-wrapper .opportunities .mobile-container .left-part .circle:hover .patrols-blue-line3 {
  top: 450px;
  left: 430px;
  width: 155px;
  -moz-transition: width .1s linear;
  -o-transition: width .1s linear;
  -webkit-transition: width .1s linear;
  transition: width .1s linear;
  transition-delay: .5s;
}



.home-wrapper .opportunities .mobile-container .right-part .circle:hover .registration-blue-line1 {
  top: 57px;
  right: 405px;
  width: 75px;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .registration-blue-line2 {
  top: 57px;
  right: 480px;
  height: 30px;
  -moz-transition: height .4s linear;
  -o-transition: height .4s linear;
  -webkit-transition: height .4s linear;
  transition: height .4s linear;
  transition-delay: .2s;
}



.home-wrapper .opportunities .mobile-container .right-part .circle:hover .report-blue-line1 {
  top: 230px;
  right: 360px;
  width: 130px;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .report-blue-line2 {
  top: 230px;
  right: 360px;
  height: 30px;
  -moz-transition: height .4s linear;
  -o-transition: height .4s linear;
  -webkit-transition: height .4s linear;
  transition: height .4s linear;
  transition-delay: .2s;
}



.home-wrapper .opportunities .mobile-container .right-part .circle:hover .confirm-blue-line1 {
  top: 450px;
  right: 360px;
  width: 100px;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.home-wrapper .opportunities .mobile-container .right-part .circle:hover .confirm-blue-line2 {
  top: 450px;
  right: 360px;
  height: 60px;
  -moz-transition: height .4s linear;
  -o-transition: height .4s linear;
  -webkit-transition: height .4s linear;
  transition: height .4s linear;
  transition-delay: .2s;
}





.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line1,
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line2,
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line3,
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line4,
.home-wrapper .opportunities .mobile-container .right-part .circle .registration-blue-line1,
.home-wrapper .opportunities .mobile-container .right-part .circle .registration-blue-line2 {
  position: absolute;
  height: 2px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .report-blue-line1,
.home-wrapper .opportunities .mobile-container .right-part .circle .report-blue-line2 {
  position: absolute;
  height: 2px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .confirm-blue-line1,
.home-wrapper .opportunities .mobile-container .right-part .circle .confirm-blue-line2 {
  position: absolute;
  height: 2px;
  width: 2px;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line1 {
  top: 165px;
  right: 392px;
  display: block;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line2 {
  top: 166px;
  right: 580px;
  display: block;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line4 {
  top: 451px;
  right: 538px;
  display: block;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols-blue-line3 {
  bottom: 125px;
  right: 545px;
  display: block;
  width: 0;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .registration-blue-line1 {
  bottom: 200px;
  right: 387px;
  display: block;
  width: 0;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .registration-blue-line2 {
  top: 411px;
  right: 492px;
  display: block;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .report-blue-line1 {
  right: 360px;
  display: block;
  width: 130;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .report-blue-line2 {
  top: 230px;
  right: 360px;
  display: block;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .confirm-blue-line1 {
  right: 360px;
  display: block;
  width: 100;
  z-index: 5;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .confirm-blue-line2 {
  top: 450px;
  right: 360px;
  display: block;
}
.home-wrapper .opportunities .mobile-container .left-part .circle .patrols {
  margin: 0 auto;
  display: table;
  width: 42px;
  height: 42px;
}
.home-wrapper .opportunities .mobile-container .right-part .circle .registration {
  margin: 0 auto;
  display: table;
  width: 53px;
  height: 41px;
}
.home-wrapper .statistics {
  width: 100%;
  height: 440px;
  background-color: #fff;
}
.home-wrapper .statistics .statistics-container {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 132px auto 0;
}
.home-wrapper .statistics .statistics-container .statistics-item {
  outline: none;
  margin-top: 30px;
}
.home-wrapper .statistics .statistics-container .statistics-item:last-child {
  margin-right: 0;
}
.home-wrapper .statistics .statistics-container .statistics-item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: table;
}
.home-wrapper .statistics .statistics-container .statistics-item .img.download {
  background: url('../img/person.svg') 0 0 no-repeat;
  width: 128px;
  height: 128px;
}
.home-wrapper .statistics .statistics-container .statistics-item .img.top {
  background: url('../img/star.svg') 0 0 no-repeat;
  width: 128px;
  height: 128px;
}
.home-wrapper .statistics .statistics-container .statistics-item .img.like {
  background: url('../img/earth.svg') 0 0 no-repeat;
  width: 128px;
  height: 128px;
}
.home-wrapper .statistics .statistics-container .statistics-item .img.comment {
  background: url('../img/distance.svg') 0 0 no-repeat;
  width: 128px;
  height: 128px;
}
.home-wrapper .statistics .statistics-container .statistics-item .number {
  width: 150px;
  margin: 15px auto 0;
  font-size: 42px;
  color: #333333;
  font-family: Gotham-Bold;
  text-align: center;
}
.home-wrapper .statistics .statistics-container .statistics-item .text {
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #8d8d8d;
  text-align: center;
}
/*#endregion*/
/*#region FAQ and About*/
.faq .about-menu,
.about-page .about-menu,
.terms-page .about-menu,
.faq .faq-menu,
.about-page .faq-menu,
.terms-page .faq-menu,
.faq .terms-menu,
.about-page .terms-menu,
.terms-page .terms-menu {
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.faq .faq-video,
.about-page .faq-video,
.terms-page .faq-video {
  width: 100%;
  margin: 30px auto 50px;
  display: table;
}
.faq .about-content,
.about-page .about-content,
.terms-page .about-content,
.faq .faq-content,
.about-page .faq-content,
.terms-page .faq-content,
.faq .terms-content,
.about-page .terms-content,
.terms-page .terms-content {
  width: 100%;
  padding-bottom: 90px;
  background: url('../img/faq.jpg') center center repeat-x;
  background-size: cover;
}
.faq .about-content .border,
.about-page .about-content .border,
.terms-page .about-content .border,
.faq .faq-content .border,
.about-page .faq-content .border,
.terms-page .faq-content .border,
.faq .terms-content .border,
.about-page .terms-content .border,
.terms-page .terms-content .border {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
.faq .about-content .about,
.about-page .about-content .about,
.terms-page .about-content .about,
.faq .faq-content .about,
.about-page .faq-content .about,
.terms-page .faq-content .about,
.faq .terms-content .about,
.about-page .terms-content .about,
.terms-page .terms-content .about {
  margin: 120px 0 0 0;
}
.faq .about-content .questions,
.about-page .about-content .questions,
.terms-page .about-content .questions,
.faq .faq-content .questions,
.about-page .faq-content .questions,
.terms-page .faq-content .questions,
.faq .terms-content .questions,
.about-page .terms-content .questions,
.terms-page .terms-content .questions {
  margin-top: 120px;
}
.faq .about-content .first-question,
.about-page .about-content .first-question,
.terms-page .about-content .first-question,
.faq .faq-content .first-question,
.about-page .faq-content .first-question,
.terms-page .faq-content .first-question,
.faq .terms-content .first-question,
.about-page .terms-content .first-question,
.terms-page .terms-content .first-question {
  margin: 30px auto 25px;
}
.faq .about-content h2,
.about-page .about-content h2,
.terms-page .about-content h2,
.faq .faq-content h2,
.about-page .faq-content h2,
.terms-page .faq-content h2,
.faq .terms-content h2,
.about-page .terms-content h2,
.terms-page .terms-content h2 {
  margin-bottom: 25px;
  margin-top: 50px;
  color: #333333;
}
.faq .about-content h2 span,
.about-page .about-content h2 span,
.terms-page .about-content h2 span,
.faq .faq-content h2 span,
.about-page .faq-content h2 span,
.terms-page .faq-content h2 span,
.faq .terms-content h2 span,
.about-page .terms-content h2 span,
.terms-page .terms-content h2 span {
  font-family: 'Gotham-Bold';
}
.faq .about-content p,
.about-page .about-content p,
.terms-page .about-content p,
.faq .faq-content p,
.about-page .faq-content p,
.terms-page .faq-content p,
.faq .terms-content p,
.about-page .terms-content p,
.terms-page .terms-content p {
  margin-top: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  color: #8d8d8d;
}

.terms_app {
  width: 100%;
  height: 150px;
  background-color: #1f7ccf;
}

.yt_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.terms_app p {
  margin-top: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  color: #fafafa;
}

.terms_app h2 span {
  font-family: 'Gotham-Bold';
}

.terms_app h2 {
  margin-bottom: 25px;
  margin-top: 50px;
  color: #fafafa;
}

.terms_app h3 {
  margin-bottom: 25px;
  margin-top: 50px;
  color: #fafafa;
}

.terms_app  .first-question {
  margin: 30px auto 25px;
}

.terms_app .questions {
  padding-top: 120px;
}

.terms_app .about {
  margin: 120px 0 0 0;
}

.terms_app .border {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}

.terms_app .terms_content {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 90px;
  background-color: #1f7ccf;
  background-size: cover;
}
/*#endregion*/
/*#region Contact*/
.contact-us {
  width: 100%;
  height: 800px;
  background-color: #f8fbfc;
}
.contact-us h2 {
  margin: 105px auto 30px;
  color: #333333;
  text-align: center;
}
.contact-us h2 span {
  font-family: 'Gotham-Bold';
}
.contact-us .contact-form {
  position: relative;
  margin-top: 65px;
}
.contact-us .contact-form .please-wait {
  color: #21cde7;
  font-size: 14px;
  font-family: Gotham-Book;
  display: none;
}
.contact-us .contact-form .send-msg {
  position: absolute;
  margin-top: 20px;
  color: #f3545d;
  font-size: 16px;
  font-family: Gotham-Book;
  display: none;
}
.contact-us .contact-form .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-us .contact-form .items.telephone {
  margin-top: 50px;
}
.contact-us .contact-form .items .line-name {
  position: absolute;
  top: 30px;
  left: -50px;
  background-color: red;
  width: 5px;
  height: 1px;
}
.contact-us .contact-form .items .line-name:hover {
  position: absolute;
  top: 30px;
  left: -50px;
  width: 100px;
  height: 1px;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  -webkit-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.contact-us .contact-form .items .bullet-container {
  position: absolute;
  height: 46px;
  width: 10px;
}
.contact-us .contact-form .items .bullet-container.right-bullet {
  left: 51%;
}
.contact-us .contact-form .items .bullet-container.message-bullet {
  margin-top: 60px;
}
.contact-us .contact-form .items .bullet-container .bullet {
  position: relative;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #acacac;
}
.contact-us .contact-form .items .bullet-container .bullet.red-bullet {
  background-color: #f3545d;
}
.contact-us .contact-form .items .bullet-container .bullet.blue-bullet {
  background-color: #21cde7;
}
.contact-us .contact-form .items input {
  width: 47%;
  padding: 0 0 25px 20px;
  border-bottom: 1px #d9dee9 solid;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 18px;
  font-family: Gotham-Book;
  color: #acacac;
  background-color: #f8fbfc;
}
.contact-us .contact-form .items input.ng-not-empty {
  color: #21cde7;
  border-bottom: 1px #21cde7 solid;
}
.contact-us .contact-form .items .message {
  margin-top: 60px;
  width: 100%;
}
.contact-us .contact-form .send-btn {
  width: 260px;
  height: 60px;
  margin-top: 70px;
  border-radius: 50px;
  background-color: #f8fbfc;
  border: none;
  outline: none;
  box-shadow: 0 25px 35px -9px rgba(15, 108, 142, 0.1);
  cursor: pointer;
}
.contact-us .contact-form .send-btn:hover {
  background-color: #21cde7;
}

/*#endregion*/
.slick-dots {
  bottom: -100px;
}
.slick-dots li {
  font-size: 12px;
  color: #fff;
  margin: 0;
  width: 18px;
}
.slick-dots li button {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px 6px;
  padding: 4px;
}
.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #21cde7;
}
.statistics .slick-dots {
  bottom: -40px;
}
.statistics .slick-dots li {
  font-size: 12px;
  color: #dddedf;
  margin: 0;
  width: 18px;
}
.statistics .slick-dots li button {
  background-color: #dddedf;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px 6px;
  padding: 4px;
}
.statistics .slick-dots li button:before {
  font-size: 10px;
  color: #dddedf;
}
.statistics .slick-dots li.slick-active button:before {
  color: #21cde7;
}
.join-us .slick-dots {
  bottom: -40px;
}
.join-us .slick-dots li {
  font-size: 12px;
  color: #dddedf;
  margin: 0;
  width: 18px;
}
.join-us .slick-dots li button {
  background-color: #dddedf;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px 6px;
  padding: 4px;
}
.join-us .slick-dots li button:before {
  font-size: 10px;
  color: #dddedf;
}
.join-us .slick-dots li.slick-active button:before {
  color: #21cde7;
}

.header_background {
  z-index: 7;
  background-color: #fff;
  box-shadow: 0px 16px 23px -25px rgba(0, 0, 0, 0.69);
  transition: all 0.5s ease-in-out 0s;
}

.desktop-menu {
  height: 100px;
}

.termsH3 {
  width: 200px;
  margin: 0 auto;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}