/* =================== 
   All Rights Reserved By DiGiVi
 =================== */
 
 /* =================== 
   Common
 =================== */
 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;
}
.particles-js-canvas-el {
  position: absolute;
  top: 0px;
}

/* =================== 
   Top Section 
 =================== */
#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: 170px;
  border-radius: 100px;
  box-shadow: 0px 0px 15px 5px grey;
}
#wrapper td {
  vertical-align: middle;
  text-align: center;
  position: relative;
z-index: 1;
}
#wrapper h2 {
  color: #fdb000;
    margin: 3px;
    font-family: Sen;
    font-size: 26px;
    margin-top: 15px;
}
#wrapper h4 {
  color: #ffffff;
    margin: 1px;
    font-size: 16px;
    font-weight: 400;
}

/* =================== 
   Info Section 
 =================== */
.circular {
  display: block;
    margin: 15px 20px;
    background: #e4e4e4;
    position: relative;
    padding: 0px 0px;
    height: 52px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: 5px solid #d89600;
}
.circular i {
  float: left;
  font-size: 18px;
  background-color: #fdb000;
  color: white;
  padding: 16px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  box-shadow: 0px 0px 5px 2px grey;
  text-align: center;
}
.contact-add i {
  float: none;
  background-color: transparent;
  color: #009688;
  padding: 0px;
  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: 35px;
    width: 15%;
    height: 100%;
}
.contact-address-card {
  position: absolute;
    right: 0px;
    width: 15%;
    height: 100%;
}
.contact-add {
  width: 27%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 5px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: green;
  padding: 5px;
}
.circular i.fa-whatsapp {
  font-size: 24px;
    background-color: transparent;
    color: #50c55e;
    box-shadow: none;
    margin-top: -3px;
    margin-left: 0px;
}
.circular i.fa-address-card {
  font-size: 24px;
  background-color: transparent;
  box-shadow: none;
  margin-top: -3px;
  margin-left: 0px;
  color: #607D8B;
}
.address h5 {
  width: 75%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
  margin-top: 0px;
}
.address-top h5 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
  margin-top: 0px;
}
canvas {
  width: 99% !important;
}
section h3 {
  text-align: center;
}
.top-social {
  position: absolute;
  right: 0px;
  top: 40px;
}
.social {
  display: block;
    padding: 13px;
    border-right: 2px solid #adadad;
    margin-bottom: 3px;
    background: #0000008c;
}
.social i {
  font-size: 14px;
  color: white;
}

/* =================== 
   Services Section 
 =================== */
.services {
  background: #e4e4e4;
  border-right: 5px solid #d89600;
  margin: 15px 20px;
  border-radius: 5px;
  padding: 5px;
}
.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;
}

/* =================== 
   Video Section 
 =================== */
.video-gallery {
  text-align: center;
}

/* =================== 
   Footer Section 
 =================== */
footer p {
  padding: 15px;
  text-align: center;
  background: #080808;
  color: white;
  margin-top: 30px;
}
footer a {
  color: white;
    text-decoration: none;
}


/* =================== 
   Gallery Section 
 =================== */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}
.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;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.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;
}
.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}
}


/* =================== 
   Documents Section 
 =================== */
.section-docs div {
  background: #f9f9f9;
  /* margin: 0 10%; */
  padding: 20px 10px;
  text-align: center;
}

.section-docs a {
  margin: 10px;
}

/* =================== 
   Testimonials Section 
 =================== */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}
.mySlidesTestimonials {
  display: none;
  padding: 20px 50px;
  text-align: center;
  padding-top: 40px;
}
q {font-style: italic;}
.author {color: cornflowerblue;}

/* =================== 
   Contact Section 
 =================== */
#free-demo h2, #free-demo h2 a {
  color: #FFC107;
}
#free-demo h4 {
  color: #f1f1f1;
  margin-bottom: 50px;
}
.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: #fdb000;
  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;
}

/* =================== 
   Modal Section 
 =================== */
.validation {
  width: 100%;
  margin-top: -5px;
  margin-left: 10%;
  text-align: left;
  font-size: 14px;
  color: red;
}
.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 {
  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;
}
.close {
  color: #aaa;
  float: right;
  font-size: 38px;
  font-weight: bold;
  top: -20px;
  position: relative;
  right: -10px;
}
.modal-content input {
  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;
}

/* =================== 
   Install Section 
 =================== */
.section-install {
  margin: 50px 10px;
  text-align: center;
}
.section-install a {
  padding: 20px 30px;
  background: #009688;
  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;
  text-decoration: none;
  color: white;
  border-radius: 10px;
}
.section-install span, .section-share span {
  margin-left: 10px;
}

/* =================== 
   Share Section 
 =================== */
.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;
}
#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: 360px) {
  .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;
  }
}

