  .theme-demo .top-nav {
  text-align: center;
  padding: 15px 0;
  min-height: 80px;
  top: 0;
  background: #3b3b3b;
  width: 100%;
  position: relative;
}
.theme-demo .top-nav .dropdown {
  margin-top: 5px;
}
.theme-demo .top-nav .dropdown button {
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
  border: none;
  font-size: 17px;
  background: #3b3b3b;
}
.theme-demo .top-nav .dropdown .dropdown-menu {
  border-radius: 0;
  background: #3b3b3b;
}
.theme-demo .top-nav .dropdown .dropdown-menu a {
  color: #FFFFFF;
}
.theme-demo .top-nav .dropdown .dropdown-menu a:hover {
  background: initial;
  text-decoration: underline;
}
.theme-demo .top-nav .iframe-close {
  float: right;
}
.theme-demo .top-nav .iframe-close img {
  max-height: 40px;
  filter: invert(0.5) brightness(259%);
}
.theme-demo .top-nav ul {
  margin: 0;
}
.theme-demo .top-nav ul li:not(:last-child) {
  margin-right: 25px;
}
.theme-demo .top-nav ul li a {
  display: block;
}
.theme-demo .top-nav ul li a .fas {
    color: #fff;
    font-size: 45px;
   /* font-weight: 300;*/
}
.theme-demo .theme-view.main iframe {
  height: 100vh;
}
.theme-demo .theme-view iframe {
  margin: 0 auto;
  display: block;
  height: calc(100vh - 80px);
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
}
.theme-demo a.toggle-link {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: max-content;
  background-color: #3b3b3b;
  padding: 3px 25px;
}
.theme-demo a.toggle-link .fas {
  color: #FFFFFF;
  font-size: 25px;
 /* font-weight: 100;*/
}
.theme-demo a.back-to {
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
  font-size: 17px;
  text-transform: capitalize;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  margin-top: 5px;
  text-decoration: none;
}
    @media only screen and (device-width: 768px) 
    {
      p.para {
    font-size: 13px;
    line-height: 1.8;
    padding: 0px;
}
img.img-fluid.Img-Fluid {
    margin-left: -79px;
    max-width: 480px;
}
}
@media (max-width: 767px) {
  .theme-demo .top-nav {
    padding: 10px 0;
    min-height: auto;
    margin-bottom: 0;
  }
  .theme-demo .top-nav ul {
    display: none;
  }
  .theme-demo .top-nav .dropdown {
    margin-top: 0;
  }
  .theme-demo .top-nav .iframe-close {
    float: none;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 15px;
    right: 10px;
  }
  .theme-demo .top-nav .iframe-close img {
    max-height: initial;
  }
  .theme-demo .theme-view iframe {
    height: calc(100vh - 57px);
  }
}