html, body {
  height: 100%;
  width: 100%;
  font-size: 15px;
  font-family: 'Sen' !important;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  margin: 0px;
}
.mt-30 {
  margin-top: 30px !important;
}
button:focus, button:active {
  outline: 0;
}
#wrapper {
  background: url(../assets/banner.jpg) no-repeat;
  height:55%;
  width: 100%;
  position: relative;
  background-position: top;
  margin: 0;
  padding: 0;
  border: 0;
  background-size: 200%;
}
#wrapper img {
  height: 30%;
  border-radius: 100px;
  box-shadow: 0px 0px 15px 5px grey;
}
@media screen and (max-width: 600px) {
  #wrapper img {
      height: 90px;
  }
}
#wrapper td {
  vertical-align: middle;
  text-align: center;
  position: relative;
z-index: 1;
}
#wrapper h2 {
  color: #ffed53;
    margin: 3px;
    font-family: Sen;
    font-size: 26px;
    margin-top: 15px;
}
#wrapper h4 {
  color: #ffffff;
    margin: 1px;
    font-size: 16px;
    font-weight: 400;
}
.circular {
  display: block;
    margin: 15px 20px;
    background: #e4e4e4;
    position: relative;
    padding: 0px 0px;
    height: 52px;
    border-left: 60px solid #209d7e;
    padding-left: 0px;
}
.circular i {
  float: left;
  font-size: 24px;
  /* background-color: transparent; */
  color: #ffffff;
  padding: 15px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  /* box-shadow: 0px 0px 5px 2px grey; */
  text-align: center;
  /* border: 2px solid #b6bec5; */
  margin-left: -56px;
}
.contact-add i {
  float: none;
  /* font-size: 26px; */
  background-color: transparent;
  color: #009688;
  padding: 0px;
  /* border-radius: 50%; */
  /* height: 20px; */
  /* width: 20px; */
  box-shadow: none;
  text-align: center;
  float: left;
  margin-top: 5px;
}
.contact-add p { 
  display: inline;
    text-align: left;
}
.circular h5 {
  float: left;
    margin: 0px;
    font-size: 14px;
    margin-top: 17px;
    margin-left: 15px;
    font-weight: 400;
    color: #404040;
}
.contact-call {
  position: absolute;
  width: 70%;
}
.contact-whatsapp {
  position: absolute;
    right: 50px;
    width: 15%;
    height: 100%;
}
.contact-address-card {
  position: absolute;
    right: 2px;
    width: 18%;
    height: 100%;
}
.circular.address {
  height: 70px;
}
.circular.address i {
  margin-top: 10px;
}
.contact-add {
  width: 27%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 5px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: green;
  /* background: red; */
  padding: 5px;
}
.circular i.fa-whatsapp {
  font-size: 24px;
    background-color: transparent;
    color: #50c55e;
    box-shadow: none;
    margin-top: -3px;
    margin-left: 0px;
    border: none;
    border-radius: 0px;
}
.circular i.fa-address-card {
  font-size: 24px;
  background-color: transparent;
  box-shadow: none;
  margin-top: -3px;
  margin-left: 0px;
  color: #607D8B;
  border: none;
  border-radius: 0px;
}
.address h5 {
  width: 75%;
  margin-top: 9px;
}
canvas {
  width: 99% !important;
}
section h3 {
  text-align: center;
}
.top-social {
  text-align: center;
  margin-top: 10px;
}
.social {
  display: block;
  padding: 16px;
  margin-bottom: 3px;
  /* background: #000000e8; */
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  background-image: linear-gradient(#009688, #8BC34A);
}
.social i {
  font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.services {
  background: #e4e4e4;
  border-right: 5px solid #159a82;
  margin: 15px 20px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.services h3 {
  text-align: center;
}
.services ul {
  list-style: none;
}
.services ul li {
  font-size: 14px;
    font-weight: 400;
    color: #404040;
    margin: 5px 0px;
}
.services i {
  font-size: 18px;
  margin: 3px;
  margin-right: 10px;
}
.particles-js-canvas-el {
  position: absolute;
  top: 0px;
}
.video-gallery {
  text-align: center;
}

footer p {
  padding: 15px;
  text-align: center;
  background: #080808;
  color: white;
  margin-top: 30px;
}
footer a {
  color: white;
    text-decoration: none;
}


/* Image slider */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Testimonials */

.section-docs div {
  background: #f9f9f9;
  /* margin: 0 10%; */
  padding: 20px 10px;
  text-align: center;
}

.section-docs a {
  padding: 12px;
  display: inline-block;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlidesTestimonials {
  display: none;
  padding: 20px 50px;
  text-align: center;
  padding-top: 40px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}


/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

#free-demo h2, #free-demo h2 a {
  color: #FFC107;
}
#free-demo h4 {
  color: #f1f1f1;
  margin-bottom: 50px;
}
.validation {
  width: 100%;
  margin-top: -5px;
  margin-left: 10%;
  text-align: left;
  font-size: 14px;
  color: red;
}
.register-form {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.register-form h4 {
  color: #005dbf;
  font-weight: bold;
  font-size: 22px;
}
.register-form p {
  margin-left: 20px;
}
.register-form input {
  width: 80%;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10%;
  padding: 10px;
}
.register-form button {
  padding: 5px 40px;
  background: #77bb54;
  border: none;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
  font-size: 15px;
  height: 40px;
}
.register-form button:focus {
  outline: none;
}
#sendmessage {
  color: #00a976;
  border: 1px solid #00a976;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#errormessage {
  color: #bd0000;
  border: 1px solid #bd0000;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#sendmessage.show,
#errormessage.show,
.form .show {
  display: block;
}
.section-contact {
  background: #e4e4e4;
  margin: 15px 20px;
  border-radius: 5px;
  padding: 5px;
}
.text-center {
  text-align: center;
}
/* Testimonials */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
  height: auto;
}
.modal-content span {
  margin-left: 10px;
}
.modal-content .text-center {
  text-align: center;
  font-size: 24px;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 38px;
  font-weight: bold;
  top: -20px;
  position: relative;
  right: -10px;
}

.modal-content input {
  /* margin-top: 20px; */
  margin-left: 0px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray;
  font-size: 16px;
  width: 80%;
  margin-bottom: 20px;
}

.modal-content button {
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
  background-color: #1ebea5f5;
  border: none;
  width: auto;
  color: white;
  font-size: 16px;
}
.modal-content .validation {
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: -10px;
 }
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

.validation {
  width: 100%;
  margin-top: -5px;
  margin-left: 10%;
  text-align: left;
  font-size: 14px;
  color: red;
}

.section-install {
  margin: 50px 10px;
  text-align: center;
}

.section-install a {
  padding: 20px 30px;
  background: #009688;
  /* margin-top: 70px; */
  text-decoration: none;
  color: white;
  border-radius: 10px;
}

.section-install, .section-share {
  margin: 20px 10px;
  text-align: center;
  margin-top: 60px;
}

.section-install a, .section-share a {
  padding: 20px 30px;
  background: #009688;
  /* margin-top: 70px; */
  text-decoration: none;
  color: white;
  border-radius: 10px;
}

.section-install span, .section-share span {
  margin-left: 10px;
}

.section-share a {
  background: #1ebea5f5;
  text-transform: uppercase;
}

.section-share {
  margin: 20px 10px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}

/* For mobile app iframe */
.iframe-app {
  font-size: 16px;
}
.iframe-app h5 {
    font-size: 16px;
}
.iframe-app #wrapper h2 {
  font-size: 28px;
}
.iframe-app #wrapper h4 {
  font-size: 18px;
}
.iframe-app .social {
  padding: 15px;
}
.iframe-app .social i {
  font-size: 16px;
}
.iframe-app .contact-add p {
  font-size: 15px;
}
.iframe-app .circular i {
  font-size: 20px;
}
.iframe-app .services h3 {
  font-size: 20px;
}
.iframe-app .services i {
  font-size: 20px;
}
.iframe-app .services ul li {
  font-size: 16px;
}
.iframe-app .mySlidesTestimonials {
  font-size: 16px;
}
.iframe-app .section-docs a {
  font-size: 16px;
}
.iframe-app .register-form button, .iframe-app .register-form input {
  font-size: 16px;
}
.iframe-app .form-group input {
  font-size: 16px !important;
}
.iframe-app .contact-address-card .fa-address-card, .iframe-app .contact-whatsapp .fa-whatsapp {
  font-size: 24px !important;
  margin-top: 0px !important;
}

#browserDocs {
  display: block;
}
#iframeDocs {
  display: none;
}
.iframe-app #browserDocs {
  display: none;
}
.iframe-app #iframeDocs {
  display: block;
}

/* Responsive */
@media screen and (min-width: 1024px) {
  html, body {
    width: 450px;
    margin: auto;
  }
  #wrapper {
    height: 40% !important;/* for desktop top banner height */
  }
}

/* Landscape */
@media screen and (max-width: 600px) {
  .top-social {
    top: 0px;
  }
  video {
    width: 300px;
  }
}
@media screen and (orientation: landscape) {
  #wrapper {
    height: 80%;
  }
  .top-social {
    top: 0px;
  }
}

@media (max-width: 767px) {

  iframe {
      width: auto;
      height: auto;
  }
}

