@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {

  .aboutus-section {

    margin-top: -120px;

  }

  /* fullscreen-menu */

  /*----------------------------------*/

  /*----------------------------------*/

  /* hamburger-icon  */

  #nav-icon {

    position: relative;

    /*margin: 0 auto;*/

    margin-top: 5px;

    margin-left: auto;

    margin-right: 5px;

    margin-bottom: 5px;

    width: 32px;

    height: 25px;

    z-index: 999;

    /* Bring icon ontop of overlay */

    cursor: pointer;

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.5s ease-in-out;

    transition: 0.5s ease-in-out;

  }



  #nav-icon span {

    position: absolute;

    display: block;

    width: 100%;

    height: 4px;

    background: gray;

    border-radius: 9px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.25s ease-in-out;

    transition: 0.25s ease-in-out;

  }



  #nav-icon span:nth-child(1) {

    top: 0px;

  }



  #nav-icon span:nth-child(2) {

    top: 10px;

  }



  #nav-icon span:nth-child(3) {

    top: 20px;

  }



  #nav-icon.animate-icon span:nth-child(1) {

    top: 10px;

    -webkit-transform: rotate(135deg);

    transform: rotate(135deg);

  }



  #nav-icon.animate-icon span:nth-child(2) {

    opacity: 0;

    left: -60px;

  }



  #nav-icon.animate-icon span:nth-child(3) {

    top: 10px;

    -webkit-transform: rotate(-135deg);

    transform: rotate(-135deg);

  }

  #nav-share {

    display: inline-block;

    position: relative;

    /*margin: 0 auto;*/

    color: #808080;

    background-color: transparent;

    border-color: rgb(65, 63, 63);

    margin-top: 5px;

    margin-left: auto;

    margin-right: 5px;

    margin-bottom: 5px;

    text-align: center;

    font-size: 22px;

    z-index: 998;

    /* Bring icon ontop of overlay */

    cursor: pointer;

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.5s ease-in-out;

    transition: 0.2s ease-in-out;

  }

  .nav-share-exit {

    font-size: 22px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

    font-family: "Roboto", sans-serif;

  }

  .nav-share-icon-twitter {

    display: none;

    width: 30px;

    height: 30px;

    z-index: 99;

    background-color: #55acee;

    border-radius: 50%;

    line-height: 50px;

    text-align: center;

    color: #fff;

    position: fixed;

    top: 75px;

    right: 6em;

    cursor: pointer;

    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

  }

  .nav-share-icon-facebook {

    display: none;

    width: 30px;

    height: 30px;

    z-index: 99;

    background-color: #3b579d;

    border-radius: 50%;

    line-height: 50px;

    text-align: center;

    color: #fff;

    position: fixed;

    top: 75px;

    right: 10em;

    cursor: pointer;

    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

  }

  .nav-share-icon-whatsapp {

    display: none;

    width: 50px;

    height: 50px;

    z-index: 99;

    background-color: #24cd63;

    border-radius: 50%;

    line-height: 50px;

    text-align: center;

    color: #fff;

    position: fixed;

    top: 75px;

    right: 14em;

    cursor: pointer;

    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);

  }

  /*position: fixed;

  top: 80%;

  left: 60%;

  margin-top: -50px;

  margin-left: -100px;

  z-index: 0;*/

  /* hamburger-icons fixed-top  */

  /*----------------------------------*/
.share-icon {
    width: 50px;
    height: 50px;
    z-index: 99;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    color: var(--DefaultColorFont);
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 25px -13px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -13px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -13px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 99;
    background-color: var(--WhatsappColor);
    border-radius: 50px;
    color: var(--DefaultColorFont);
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}
.facebook-button {
    position: fixed;
    bottom: 20px;
    right: 140px;
    z-index: 99;
    background-color: var(--FacebookColor);
    border-radius: 50px;
    color: var(--DefaultColorFont);
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}



}

 .m60{
   line-height: 20px;
   font-size: 0.9em;
   /* font-stretch: expanded; */
 }
 .dropdown-item{
  line-height: 10px;
      padding-top: 10px;
 }



 .kenburn-slider li h1 {
  font-size: 1.0em !important;
}

.kenburn-slider li h2 {
  font-size: 0.7em !important;
}

  .ul00{float: none;padding-top: 0;}

  .ul00 > li{margin-left: 0;float: none;padding: 10px 15px;}

  .fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000000e0;

}

.box17 .post {
  display: block;
  font-size: 8px;
  color: #fff;
}
.box17 .title {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}