@charset "UTF-8";
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@font-face {
  font-family: yekan;
  font-weight: 100;
  src: url("../fonts/eot/iranyekanweblight.eot");
  src: url("../fonts/eot/iranyekanweblight.eot#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanweblight.woff") format("woff"), url("../fonts/woff2/iranyekanweblight.woff2") format("woff2"), url("../fonts/ttf/iranyekanweblight.ttf") format("truetype"), url("../fonts/svg/iranyekanweblight.svg") format("svg");
}

@font-face {
  font-family: yekan;
  font-weight: 400;
  src: url("../fonts/eot/iranyekanwebregular.eot");
  src: url("../fonts/eot/iranyekanwebregular.eot#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/woff2/iranyekanwebregular.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebregular.ttf") format("truetype"), url("../fonts/svg/iranyekanwebregular.svg") format("svg");
}

@font-face {
  font-family: yekan;
  font-weight: 700;
  src: url("../fonts/eot/iranyekanwebbold.eot");
  src: url("../fonts/eot/iranyekanwebbold.eot#iefix") format("embedded-opentype"), url("../fonts/woff/iranyekanwebbold.woff") format("woff"), url("../fonts/woff2/iranyekanwebbold.woff2") format("woff2"), url("../fonts/ttf/iranyekanwebbold.ttf") format("truetype"), url("../fonts/svg/iranyekanwebbold.svg") format("svg");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: yekan, sans-serif, tahoma;
  direction: rtl;
  width: 100vw;
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

#small-menu {
  font-size: 14px;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  #small-menu ul {
    display: block;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }
  #small-menu ul li {
    display: inline-block;
    margin: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .navbar .primary-shadow {
    margin-top: 25px;
    width: 100%;
  }
}

#hero-wrapper {
  padding-top: 0px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #hero-wrapper {
    margin-top: 0;
  }
}

#hero-wrapper::after {
  display: none;
}

#hero-wrapper #svg-wrapper * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#hero-wrapper #svg-wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-animation: fade 1s;
          animation: fade 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

@media screen and (max-width: 768px) {
  #hero-wrapper #svg-wrapper svg {
    width: 300px;
    height: 400px;
  }
}

#hero-wrapper #svg-wrapper:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#hero-wrapper #svg-wrapper:hover #backPart {
  --xAxis: 107.478261px;
  -webkit-transform: translate(var(--xAxis), -25px);
          transform: translate(var(--xAxis), -25px);
}

#hero-wrapper #svg-wrapper:hover #rightPart {
  --xAxiss: 214.956522px;
  -webkit-transform: translate(var(--xAxiss), 35.31271px);
          transform: translate(var(--xAxiss), 35.31271px);
}

#hero-wrapper #svg-wrapper:hover #leftPart {
  -webkit-transform: translate(0, 35.31271px);
          transform: translate(0, 35.31271px);
}

#hero-wrapper #svg-wrapper:hover #frontPart {
  -webkit-transform: translate(107.47826px, 100.62543px);
          transform: translate(107.47826px, 100.62543px);
}

#hero-wrapper #svg-wrapper:hover #bottomPart {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

#hero-wrapper #svg-wrapper:hover #shadow {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

#hero-wrapper h1 {
  font-weight: 100;
  text-align: center;
}

#hero-wrapper b {
  font-weight: bold;
}

#hero-wrapper h3 {
  font-weight: 100;
  color: #555;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
}

i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

section {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
}

section::after {
  width: 100vw;
  right: -100vw;
  left: -100vw;
  margin: auto;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #efefef;
  display: block;
  content: '';
}

#calc-wrapper {
  margin-top: 30px;
}

#calc-wrapper .btn-success {
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}

#calc-wrapper small {
  font-size: 14px;
  color: #888;
}

#calc-wrapper #calc-price {
  font-size: 26px;
  font-weight: bold;
}

.input-wrapper {
  width: 100%;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  line-height: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .input-wrapper {
    height: auto;
    width: 100%;
  }
}

.input-wrapper .custom-range {
  width: 100%;
  height: 100%;
  direction: ltr;
}

.input-wrapper > .col {
  padding: 0 50px;
}

.input-wrapper > .col-md-3 {
  background: #3a3d57;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.input-wrapper > .col-md-2::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 30px;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .input-wrapper > .col-md-2::before {
    display: none;
  }
}

.input-wrapper > .col-md-2 {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#why-wrapper h2 {
  font-weight: 100;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  #why-wrapper h2 {
    text-align: center;
  }
}

#why-wrapper h2 b {
  font-weight: bold;
}

#why-wrapper p {
  font-size: 18px;
  font-weight: 100;
  color: #777;
}

@media screen and (max-width: 768px) {
  #why-wrapper p {
    text-align: center;
    margin-top: 20px;
  }
}

#why-wrapper img {
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
}

#why-wrapper h3 {
  font-size: 24px;
  font-weight: bold;
}

#why-wrapper .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  text-align: center;
  position: relative;
}

#why-wrapper .col-md-4 p {
  font-size: 14px;
  text-align: center;
}

#why-wrapper .col-md-4::after {
  width: 1px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #efefef;
  content: '';
  display: block;
}

@media screen and (max-width: 768px) {
  #why-wrapper .col-md-4::after {
    display: none;
  }
}

#why-wrapper .col-md-4:last-child::after {
  display: none;
}

#map-wrapper {
  position: relative;
  padding-top: 35px;
}

#map-wrapper #server {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  opacity: 1;
}

@media screen and (max-width: 987px) {
  #map-wrapper #server {
    width: 60%;
  }
}

#map-wrapper #map-svg {
  position: relative;
}

#map-wrapper img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: .1;
}

@media screen and (max-width: 768px) {
  #map-wrapper img {
    width: 100%;
  }
}

#map-wrapper .map-pin {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #00AA91;
}

#map-wrapper .map-pin .pin-detail {
  background: #FFF;
  position: absolute;
  bottom: 120%;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  left: -52.5px;
  margin: auto;
  border-radius: 5px;
  width: 130px;
  padding: 25px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: bold;
}

#map-wrapper .map-pin .pin-detail::after {
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  display: block;
  content: '';
}

#map-wrapper .map-pin:hover .pin-detail {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  #map-wrapper .map-pin {
    display: none;
  }
}

#map-wrapper .map-pin::before {
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #00AA91;
  -webkit-animation: beam 3s;
          animation: beam 3s;
  -webkit-animation-direction: initial;
          animation-direction: initial;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#map-wrapper .map-pin:nth-child(even)::before {
  -webkit-animation: beam 3s;
          animation: beam 3s;
  -webkit-animation-direction: initial;
          animation-direction: initial;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#map-wrapper .map-pin:nth-child(odd)::before {
  -webkit-animation: beam 3s;
          animation: beam 3s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-direction: initial;
          animation-direction: initial;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#map-wrapper #pin-1 {
  right: 80px;
  top: 150px;
}

#map-wrapper #pin-2 {
  top: 105px;
  right: 450px;
}

#map-wrapper #pin-3 {
  top: 275px;
  right: 380px;
}

#map-wrapper #pin-4 {
  top: 125px;
  left: 280px;
}

#map-wrapper #pin-5 {
  top: 400px;
  left: 410px;
}

#map-wrapper .row {
  margin-top: 50px;
}

#map-wrapper .row a {
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
}

#map-wrapper h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 100;
}

#map-wrapper h2 b {
  font-weight: bold;
}

#map-wrapper h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#map-wrapper li {
  margin: 10px 0;
  list-style: none;
  font-size: 18px;
  font-weight: 400;
}

#map-wrapper li::before {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  color: #28a745;
  margin-left: 15px;
  position: relative;
  top: 3px;
}

.primary-shadow {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 123, 255, 0.45);
          box-shadow: 0px 5px 15px rgba(0, 123, 255, 0.45);
}

.success-shadow {
  -webkit-box-shadow: 0px 5px 15px rgba(40, 167, 69, 0.45);
          box-shadow: 0px 5px 15px rgba(40, 167, 69, 0.45);
}

#light,
#light3 {
  -webkit-animation: lightOnOff infinite;
          animation: lightOnOff infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#blog-customers-wrapper {
  line-height: 28px;
}

#blog-customers-wrapper h4 {
  padding-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}

#blog-customers-wrapper .col-md-9 {
  position: relative;
}

@media screen and (max-width: 768px) {
  #blog-customers-wrapper .col-md-9 {
    margin-top: 50px;
  }
}

#blog-customers-wrapper .col-md-9 > a {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 14px;
  color: #888;
}

#blog-customers-wrapper .customer-wrapper {
  width: 100%;
  height: auto;
  max-height: 300px;
  margin-top: 20px;
}

#blog-customers-wrapper .customer-wrapper .row .col:first-child {
  font-size: 18px;
  font-weight: bold;
}

#blog-customers-wrapper .customer-wrapper .row .col:last-child {
  text-align: left;
  font-weight: 100;
  font-size: 14px;
  color: #888;
  position: relative;
  top: 3px;
}

#blog-customers-wrapper .customer-wrapper .customer-inner {
  margin-top: 15px;
  padding: 15px;
  position: relative;
}

#blog-customers-wrapper .customer-wrapper .customer-inner::before {
  width: 0;
  height: 0;
  display: block;
  content: '';
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #efefef;
  position: absolute;
  top: -5px;
  right: 15px;
}

#blog-customers-wrapper .post-wrapper h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#blog-customers-wrapper .post-inner {
  padding: 15px;
}

#blog-customers-wrapper .post-inner small {
  text-align: left;
  display: block;
  font-size: 12px;
  font-weight: 100;
}

footer {
  width: 100%;
  background: #1c1e27;
  color: #FFF;
  padding: 35px 0;
  padding-bottom: 0;
  line-height: 26px;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  footer .col-sm-12 {
    margin: 50px;
    margin-bottom: 25px;
  }
}

footer h4 {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}

footer p {
  font-size: 16px;
  color: #efefef;
  font-weight: 100;
  text-align: justify;
}

footer ul {
  margin-right: 0;
  padding: 0;
}

footer li {
  font-size: 16px;
  font-weight: 100;
  color: #efefef;
  list-style: none;
  margin-bottom: 5px;
}

footer li a {
  color: inherit;
}

footer li a:hover {
  color: #fff;
}

footer #copyright-social {
  width: 100%;
  background: #000;
  margin-top: 50px;
  padding: 15px 0;
}

footer #copyright-social p {
  font-size: 14px;
  color: #efefef;
  font-weight: 100;
  opacity: .7;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  footer #copyright-social p {
    text-align: center;
    padding: 15px;
  }
}

footer #copyright-social p a {
  color: #FFF;
}

footer #copyright-social p i {
  -webkit-animation: beat .5s;
          animation: beat .5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  color: red;
  margin-right: 5px;
  font-size: 18px;
}

footer #copyright-social ul {
  text-align: left;
}

@media screen and (max-width: 768px) {
  footer #copyright-social ul {
    text-align: center;
  }
}

footer #copyright-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

#loading-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 9999;
}

#loading-wrapper #loading-indicator {
  width: 25px;
  height: 25px;
  background: #00AA91;
  border-radius: 50%;
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
  margin: auto;
}

#loading-wrapper #loading-indicator::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #00AA91;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: beam 1s;
          animation: beam 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  display: block;
  content: '';
}

@-webkit-keyframes lightOnOff {
  0% {
    fill: #28a745;
  }
  100% {
    fill: #D8D8D8;
  }
}

@keyframes lightOnOff {
  0% {
    fill: #28a745;
  }
  100% {
    fill: #D8D8D8;
  }
}

@-webkit-keyframes beam {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes beam {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

#header-bg {
  background: url("../images/header.svg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 987px) {
  #header-bg {
    background: #00AA91;
    height: 30vh;
  }
}

body#login-page {
  overflow-y: hidden;
}

@media screen and (max-width: 987px) {
  body#login-page {
    overflow: visible;
  }
}

body#login-page .row {
  margin-left: 0;
  margin-right: 0;
}

body#login-page #login-bg {
  height: 100vh;
  background: url("../images/login.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 987px) {
  body#login-page #login-bg {
    display: none;
  }
}

body#login-page #panel-container {
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 987px) {
  body#login-page #panel-container {
    height: 100vh;
    padding: 10px;
  }
}

body#login-page #panel-container #back-btn {
  font-size: 48px;
  color: #000;
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: 99999;
}

body#login-page .panel {
  text-align: center;
  width: 70%;
  height: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  position: relative;
}

body#login-page .panel h1 {
  position: relative;
  margin-bottom: 100px;
  color: /*#1c1e27*/#00ac83;
}

body#login-page .panel h1::after {
  width: 60%;
  height: 2px;
  background: #cdcdcd;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -20px;
  z-index: 1;
}

body#login-page .panel h1::before {
  content: 'x';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #FFF;
  color: #00AA91;
  bottom: -37px;
  z-index: 2;
  font-size: 14px;
}

body#login-page .panel form {
  width: 100%;
}

body#login-page .panel input.form-control {
  width: 100%;
  margin: auto;
  height: 70px;
  line-height: 70px;
  background: #EDEEF3;
  font-size: 18px;
  font-weight: bold;
  color: #1c1e27;
  border: none;
  margin-bottom: 25px;
}

body#login-page .panel a {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: right;
}

body#login-page .panel .btn {
  padding: 15px 0;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  border: none;
}

@media screen and (max-width: 987px) {
  body#login-page .panel .btn {
    font-size: 16px;
  }
}

body#login-page .panel .btn i {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  width: 70px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 987px) {
  body#login-page .panel .btn i {
    background: none;
  }
}

body#login-page .panel #register-btn {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 15px 0;
  border: 1px solid #999;
  border-radius: 5px;
  text-align: center;
}

body#login-page .panel-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-height: 768px) {
  body#login-page .panel-active {
    display: block;
  }
}

body#dashboard-page h1 {
  text-align: center;
  margin: 50px 0;
  margin-bottom: 25px;
  position: relative;
}

body#dashboard-page h1::before {
  width: 40px;
  height: 40px;
  background: #00AA91;
  border-radius: 50%;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: -40%;
  left: 0;
  margin: auto;
  position: absolute;
}

@media screen and (max-width: 987px) {
  body#dashboard-page h1::before {
    display: none;
  }
}

body#dashboard-page p.subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 50px;
}

body#dashboard-page .droplets-container {
  margin-bottom: 250px;
  margin-top: 150px;
}

body#dashboard-page .droplets-container .table-title {
  margin-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: 987px) {
  body#dashboard-page .droplets-container .table-title {
    display: none;
  }
}

body#dashboard-page .droplets-container .droplet-container {
  width: 100%;
  height: 80px;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

body#dashboard-page .droplets-container .droplet-container:hover, body#dashboard-page .droplets-container .droplet-container:focus {
  padding-bottom: 120px;
  background: #222;
  color: #fff !important;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 987px) {
  body#dashboard-page .droplets-container .droplet-container:hover, body#dashboard-page .droplets-container .droplet-container:focus {
    padding-bottom: auto;
    height: auto;
    text-align: right;
  }
}

body#dashboard-page .droplets-container .droplet-container:hover *:not(a):not(i), body#dashboard-page .droplets-container .droplet-container:focus *:not(a):not(i) {
  color: #FFF !important;
}

body#dashboard-page .droplets-container .droplet-container ul {
  width: 100%;
  height: auto;
  list-style: none;
  font-weight: 300;
  color: #444;
}

body#dashboard-page .droplets-container .droplet-container ul li {
  display: inline-block;
  margin-left: 15px;
}

body#dashboard-page .droplets-container .droplet-container ul li::after {
  width: 1px;
  height: 15px;
  background: #cdcdcd;
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 15px;
}

body#dashboard-page .droplets-container .droplet-container ul li:last-child::after {
  display: none;
}

body#dashboard-page .droplets-container .droplet-container .row {
  margin-right: 0;
  margin-left: 0;
}

body#dashboard-page .droplets-container .droplet-container::before {
  width: 50px;
  height: 50px;
  background: #cdcdcd;
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
  border-radius: 50%;
  border: 10px solid #fff;
}

body#dashboard-page .droplets-container .droplet-container.droplet-active::before {
  background: #5edb7b;
}

body#dashboard-page .droplets-container .droplet-container .col-md-3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

body#dashboard-page .droplets-container .droplet-container .col-md-3 h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

body#dashboard-page .droplets-container .droplet-container .col-md-3:first-child {
  color: #000;
}

body#dashboard-page .droplets-container .droplet-container .col-md-3 a {
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  margin: 5px 0;
}

body#dashboard-page .droplets-container .droplet-container .col-md-6 {
  padding: 25px;
  text-align: center;
}

body#dashboard-page #dashboard-svg {
  width: 400px;
  margin: auto;
  display: block;
  margin-top: 25px;
  height: 300px;
}

body#dashboard-page #svg-load {
  -webkit-animation: dashboardSvgLoad 1.5s;
          animation: dashboardSvgLoad 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

body#dashboard-page #svg-hand {
  -webkit-animation: dashboardSvgHand 1s;
          animation: dashboardSvgHand 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes dashboardSvgLoad {
  0% {
    width: 0%;
  }
  100% {
    width: 300px;
  }
}

@keyframes dashboardSvgLoad {
  0% {
    width: 0%;
  }
  100% {
    width: 300px;
  }
}

@-webkit-keyframes dashboardSvgHand {
  0% {
    -webkit-transform: translate(-91.39px, -81.85px) rotate(0deg);
            transform: translate(-91.39px, -81.85px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-91.39px, -105.85px) rotate(1deg);
            transform: translate(-91.39px, -105.85px) rotate(1deg);
  }
}

@keyframes dashboardSvgHand {
  0% {
    -webkit-transform: translate(-91.39px, -81.85px) rotate(0deg);
            transform: translate(-91.39px, -81.85px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-91.39px, -105.85px) rotate(1deg);
            transform: translate(-91.39px, -105.85px) rotate(1deg);
  }
}

body#buy-page #hero-image {
  width: 100%;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 987px) {
  body#buy-page #hero-image {
    height: 70vh;
  }
}

body#buy-page #hero-image h1 {
  margin: 0;
  margin-top: 150px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  z-index: 11;
}

body#buy-page #hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1600px) {
  body#buy-page #hero-image img {
    height: 70vh !important;
    width: auto !important;
  }
}

@media screen and (max-height: 768px) {
  body#buy-page #hero-image img {
    height: 100vh !important;
    width: auto !important;
  }
}

body#buy-page #hero-image h3 {
  font-weight: 300;
  position: relative;
  z-index: 11;
  color: #FFF;
  opacity: .8;
  font-size: 24px;
  margin-top: 25px;
}

@media screen and (max-width: 987px) {
  body#buy-page #hero-image h3 {
    padding: 0 50px;
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
  }
}

body#buy-page #hero-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: none;
  z-index: 10;
}

body#buy-page #hero-image img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

body#buy-page header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

@media screen and (max-width: 987px) {
  body#buy-page .radio {
    margin-bottom: 15px;
  }
}

body#buy-page main > .container {
  margin-top: 50px;
  position: relative;
  z-index: 12;
}

body#buy-page main > .container strong.card-num {
  font-weight: bold;
  font-size: 36px;
  position: absolute;
  top: 25px;
  right: -25px;
  color: #FFF;
  background: #00AA91;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

@media screen and (max-width: 987px) {
  body#buy-page main > .container strong.card-num {
    right: 25px;
    top: -25px;
  }
}

body#buy-page main > .container strong.card-num::before {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  background: #00AA91;
  border-radius: 50%;
  -webkit-animation: beam 2s;
          animation: beam 2s;
  z-index: -1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

body#buy-page section::after {
  display: none;
}

body#buy-page section {
  margin: 0;
  padding: 0;
}

body#buy-page button {
  padding: 15px 30px;
  font-size: 24px;
  font-weight: bold;
}

.card {
  position: relative;
  padding: 25px 30px;
  -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  border: none;
}

.card-header {
  background: transparent;
  border: none;
}

.card-header .card-title {
  font-size: 24px;
  font-weight: 300;
}

@media screen and (max-width: 987px) {
  .navbar-collapse {
    background: #000;
    padding: 15px;
    color: #fff !important;
  }
}

body#droplet-page main {
  margin-top: 100px;
}

body#droplet-page .tab-content {
  padding: 25px;
  border-radius: 5px;
}

body#droplet-page .tab-content #status .card {
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

body#droplet-page .tab-content #status .card:hover {
  max-height: 100vh;
}

body#droplet-page .tab-content .card {
  border: 1px solid #cdcdcd;
}

body#droplet-page .tab-content .btn-light.active {
  background: #00AA91;
  color: #FFF;
}

.radio-list {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  list-style: none;
  width: 100%;
  border-radius: 5px;
  padding: 25px;
  text-align: right !important;
  cursor: pointer;
}

.radio-list strong {
  display: block;
  text-align: center;
}

.radio-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.radio-list ul li {
  margin: 10px 0;
  padding-right: 15px;
}

.radio-list ul li::before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  position: relative;
  font-size: 12px;
  right: -15px;
  color: #00AA91;
}

body#contact-page main {
  margin-top: 100px;
}

body#contact-page img {
  max-width: 60%;
  margin: auto;
  display: block;
  margin-bottom: 100px;
}

body#contact-page p {
  line-height: 32px;
  margin-top: 25px;
}

body#contact-page ul.list-unstyled li {
  margin: 10px 0;
}

body#contact-page ul.list-unstyled li i {
  color: #00AA91;
}
/*# sourceMappingURL=style.css.map */