* {
  box-sizing: border-box;
  font-family: Arial, Tahoma, sans-serif;
}

.container {
  max-width: 1200px;
}

/* Start Navbar */
/*Start Log In*/
.log-in {
  color: #119011;
  width: 45%;
  margin: 10vmin auto;
  background: #FFF;
  padding-bottom: 5vmin;
  border-radius: 5px;
}

.log-in .first-sec {
  background-color: #004085;
  height: 20vmin;
  border-radius: 5px;
}

.log-in .second-sec {
  padding: 30px;
}

.log-in .second-sec img {
  width: 25%;
  border-radius: 50%;
  margin-top: -50px;
}

.log-in h2 {
  margin-bottom: 3vmin;
  margin-top: 5vmin;
  text-align: center;
}

.log-in .input-container,
.qr .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.log-in .icon,
.qr .icon {
  padding: 10px;
  background: #004085;
  color: white;
  min-width: 50px;
  text-align: center;
  border-radius: 5px;
  font-size: 4vmin;
  line-height: 26px;
}

.log-in .input-field,
.qr .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #CCC
}

@media (max-width: 991px) {
  .log-in {
    width: 80%;
  }
}

/*End Log In*/
/* Start Navbar */
.navbar {
  border-bottom: 1px solid #ccc;
  background-color: #ededed;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000000;
  padding: 0;
}

.navbar-brand img {
  width: 35vmin;
  margin-right: 2vmin;
}

.navbar .navbar-nav {
  margin-right: 15vh;
}

.navbar .navbar-nav .nav-link {
  font-size: 2.5vmin;
  margin-left: 1.5vh;
  color: #08526d;
  font-weight: bold
}

.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link:hover {
  color: #119011;
}

.navbar .navbar-toggler:hover {
  cursor: pointer;
  outline: none;
}

/* End Navbar */
/* Start Home */
.home-img{
  margin-top: 6vh;
}
.home-img img{
  width: 100%;
  height: 100%;
}
/* End Home */
/* Start About Us */
.about-us {
  margin-top: 10vh;
}

.about-us .about-info h1 {
  margin-bottom: 3vh;
  color: #08526d;
}

.about-us .about-info h2:first-of-type {
  font-size: 4vmin;
  margin-bottom: 4vh;
}

.about-us .about-info h2:last-of-type {
  color: #538ce7;
  opacity: .8;
  font-size: 4vmin;
}

.about-us .about-info p {
  margin-top: 3vh;
  line-height: 1.5;
}

.about-us .about-info ul li {
  line-height: 1.8;
  color: #212529;
  ;
}

.about-us .img img {
  width: 100%;
}

.about-us .img :last-child {
  margin-top: 5vh;
}

.fa-chevron-up,
.fa-chevron-right,
.fa-plus {
  position: fixed;
  bottom: 5vmin;
  right: 5vmin;
  width: 5vmin;
  height: 5vmin;
  line-height: 5vmin;
  text-align: center;
  border-radius: 50%;
  background-color: #17a2b8;
  color: #fff;
  font-size: 2vmin;
  z-index: 222222;
  cursor: pointer;
}

#scroll-top {
  display: none;
}

/* End About Us */
/* Start services */
/* Start services */
.services {
  background-image: url('../images/Services\ Bacground.jpg');
  background-attachment: fixed;
  background-size: cover;
  min-height: 55vh;
}

.services .header-ser {
  padding: 10vh 0;
}

.services .header-ser h1 {
  color: #FFF;
  font-size: 8vmin;
}

.services .main-ser .service {
  justify-content: space-around;
  border: 1px solid #CCC;
  margin-top: -13vmin;
  background-color: #FFF;
  padding: 5vmin;
  border-radius: 5px;
  cursor: pointer;
  transition: .5s;
  text-align: center;
}

.services .main-ser .service i {
  font-size: 6vmin;
  margin-bottom: 2vh;
  color: #44c6c5;
}

.services .main-ser .service:hover {
  background-color: #2fa1ca;
  color: #FFF !important;
  box-shadow: 0 0px 10px 10px rgba(0, 0, 0, 0.7);
  border: 1px solid #052835;
}

.services .main-ser .service:hover i {
  color: #FFF !important;
}

.services .main-ser .service h3 {
  font-weight: 800;
}

.services .main-ser .service h5 {
  font-weight: 600;
  margin: 2vmin 0;
}


/* End services */
/* Start Statistics */
.statistics {
  background-image: url('../images/sky 2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  min-height: 65vh;
}

.statistics .statistic {
  color: #FFF;
  padding-top: 30vmin;
  text-align: center;
}


@media (max-width: 991px) {
  .statistics {
    background-image: url('../images/sky.jpg');
  }

  .statistics .statistic {
    padding-top: 20vmin;
  }

  .statistics .statistic .state {
    margin-bottom: 8vmin;
  }
}

/* End Statistics */
/* Start Token */
.token .video {
  width: 28vh;
  display: block;
  margin: auto;
  height: 55vh;
  margin-top: 5vh;
}

.token .description h2 {
  color: #538ce6;
  opacity: 0.7;
  padding-top: 5vh;
  width: 50%;
}

.token .description span {
  color: #7a7a7a;
  width: 50%;
}

@media (max-width: 768px) {
  .token .video {
    margin-top: 5vh;
    margin-bottom: 2vh;
  }
}

/* End Token */
/* Start QR */
.qr {
  display: none;
}

.qr h2 {
  font-size: 5vmin;
}

.qr img {
  width: 70%;
  margin-top: 4vmin;
}

.qr address {
  color: #004085;
  margin: 2vmin;
  font-weight: 700;
}

@media (max-width: 991px) {
  .qr img {
    margin-top: 5vmin;
  }

  .qr .qr-img {
    text-align: center;
    margin-bottom: 8vmin;
  }
}

/* End QR */
/* Start FAQ */
.faq button {
  color: #08526d;
  font-size: 4vmin;
  text-decoration: none;
  white-space: normal;
  text-align: inherit;
}

.faq button:hover {
  text-decoration: none;
  cursor: pointer;
}

.faq .card {
  border-bottom: 1px solid #565454;
  border: 0;
  margin-bottom: 5vmin;
  border-radius: 10%;
  box-shadow: 5px 5px 3px #bcb6b6;
}

.faq .card .card-header i {
  position: absolute;
  right: .5rem;
  text-decoration: none;
  cursor: pointer;
  color: #538ce7;
  opacity: .5;
  font-size: 4vmin;
  text-align: end;
}

.faq .card .card-header i:hover {
  opacity: 1;
}

.faq .card-body b {
  color: #1abc1a;
  font-size: 3vmin;
}

.up:before {
  content: "\f077";
}

/*End FAQ*/
/*Start Admin*/
.requests ul {
  margin-top: 40px;
  margin-bottom: 50px
}

.requests ul li {
  padding-left: 1vmin;
  padding-right: 1vmin;
  display: inline-block;
  font-size: 2.5vmin;
  color: #08526d;
  border: 2px solid #08526d;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.requests ul li.active,
.requests ul li:hover {
  background-color: #08526d;
  border: 2px solid #08526d;
  color: #FFF
}

.requests ul li:hover {
  cursor: pointer
}

.requests .request .card {
  position: relative;
  border: 1px solid #9cbad9;
  margin-bottom: 2vmin;
  transition: .3s;
}

.requests .request .card:hover {
  box-shadow: 5px 5px 3px #bcb6b6;
}

.requests .request .card .card-body {
  margin-top: 3vmin;
}

.requests .request .card i {
  position: absolute;
  right: 2vmin;
  top: 2vmin;
  color: #004085;
}

.requests .request .card i.not-checked {
  cursor: pointer;
}

.requests .request .card h4 {
  display: inline-block;
  color: #7eb88af5;
  font-weight: bolder;
}

.requests .request .card span {
  font-size: 2vmin;
}

@media (max-width: 581px) {

  .requests .request .card h4,
  .requests .request .card span {
    width: 50%;
  }

  .requests ul li {
    width: 25%;
  }
}

@media (max-width: 991px) {

  .requests .request .card h4 {
    font-size: 2.3vmin;
  }
}

/*End Admin*/
/* Start Footer */
.footer {
  background-color: #052835;
  padding-top: 4vmin;
  color: #FFF;
  margin-top: 5vmin;
  text-align: center;
  height: 20vh;
  width: 100%;
}

.footer .navbar-brand {
  margin-right: 0;
}

.footer .footer-nav img {
  width: 14vmin;
  margin-right: 0;
}

.footer p {
  font-size: 1.5vmin;
  color: #f39a60;
  margin: 0;

}


/* End Footer */
/* Strat FramWork */
.buttom {
  width: 17vmin;
  cursor: pointer;
  padding: 1vmin 0vmin;
  color: #FFF;
  background-color: #1abc1a;
  border: 1px solid #ccc;
  border-radius: 10%;
  font-size: 3vmin;
  outline: none;
}

.buttom:hover {
  outline: none;
}

.header {
  margin-bottom: 6vmin;
  font-size: 9vmin;
  color: #08526d;
}

.paragraph {
  margin-top: 5vmin;
  line-height: 1.8;
}

.margining {
  margin-top: 10vmin;
}

.margin-header {
  margin-top: 15vh;
  min-height: 65vh;
}

.row {
  margin: 0;
}

.justify {
  justify-content: space-around;
}

.error-message {
  margin-top: 5px;
}

.initial {
  display: none;
}

.badge-danger {
  background-color: #d0cece !important;
  color: red;
  letter-spacing: 2px;
  display: block;
  font-size: 15px;
  transition: all .5s ease-in-out;
  font-weight: 200;
}

.nodata {
  font-size: 4vmin;
  color: #4837e2;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

/* End FrameWork */
/* Start Modal For FAQ*/
.modal-dialog {
  margin-top: 20vmin;
}

.modal .modal-content .modal-title {
  font-size: 40px;
  color: #08526d;
}

.modal .modal-content .modal-header {
  position: relative;
  margin: 2vmin 1vmin;
}

.modal .modal-content .modal-header button {
  position: absolute;
  right: 2vmin;
  top: 0;
}

.modal .modal-content .save {
  background-color: #4b8f4b;
  border: 1px solid #4b8f4b;
}

.modal .modal-content .modal-body {
  padding: 0;
}

.modal .modal-content .modal-body textarea:hover,
.modal .modal-content .modal-body textarea {
  outline: none;
  border: 1px solid #ccc;
}

.modal .modal-content .modal-body .question {
  line-height: 1;
  margin-bottom: 2vmin;
}

.modal .modal-content .modal-body .answer {
  line-height: 3;
}

.modal .modal-content .modal-header,
.modal .modal-content .modal-footer {
  border: 0;
}

/* End Modal For FAQ*/
/* Start Media In Ipad*/
@media (max-width: 992px) {
  .about-us .img {
    display: none;
  }
}

@media (max-width: 900px) {
  .margin-header {
    margin-top: 10vh;
    min-height: 70vh;
  }

  .about-us ul {
    font-size: 3vmin;
  }

  .services {
    min-height: 60vh;
  }

  .services .main-ser .service {
    margin-bottom: 15vmin;
    width: 60%;
  }

  .token .video {
    width: 23vh;
    height: 45vh;
  }

  .token .table-token h4 {
    width: 50%;
  }

  .token .table-token span {
    width: 50%;
  }

  .footer {
    height: 20vh;
    ;
  }
}

/* Start Media In Ipad*/
/* Start Media In Phone*/

@media (max-width: 520px) {
  .margin-header {
    margin-top: 10vh;
    min-height: 76vh;
  }

  .log-in .icon,
  .qr .icon {
    font-size: 6vmin;
  }

  .about-us ul {
    font-size: 4vmin;
  }

  .statistics {
    min-height: 50vh;
  }

  .statistics .statistic .state h2 {
    font-size: 6vmin;
  }

  .token .table-token {
    font-size: 4vmin;
  }

  .token h4 {
    font-size: 2.8vmin;
  }

  .footer {
    height: 14vh;
  }
}

/* End Media In Phone*/
@media (max-width: 420px) {
  .margin-header {
    margin-top: 10vh;
    min-height: 78vh;
  }

  .footer {
    height: 12vh;
  }
}