@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 30px 0px;
  }
  .common-title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .main {
    padding-top: 68px;
  }
  header img {
    height: 38px !important;
  }
  header .menu {
    display: none;
    height: 100vh;
  }
  header .menu.active {
    display: block;
  }
  header .menu ul {
    padding-top: 5px;
  }
  header .menu ul li {
    display: block !important;
    text-align: center;
    margin-right: inherit !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .menu ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .menu ul li a {
    padding: 5px 5px !important;
    font-size: 1.4rem !important;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  header .menu ul li a:hover {
    scale: 1.05;
  }
  header .menu ul li .navbar-line {
    display: none;
  }
  header .menu ul li .linkdind-icon {
    display: none;
  }
  header .toggle-menu-cont {
    position: absolute;
    text-align: right;
    top: 20px;
    right: 18px;
  }
  header .toggle-menu-cont .toggle-menu {
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    top: 0;
  }
  header .toggle-menu-cont .toggle-menu i {
    display: block;
    position: absolute;
    height: 2px;
    background: black;
    opacity: 0.8;
    width: 22px;
    left: 10px;
    transition: all 0.3s;
  }
  header .toggle-menu-cont .toggle-menu i:nth-child(1) {
    top: 8px;
  }
  header .toggle-menu-cont .toggle-menu i:nth-child(2) {
    top: 16px;
  }
  header .toggle-menu-cont .toggle-menu i:nth-child(3) {
    top: 24px;
  }
  header .toggle-menu-cont .toggle-menu.open-menu i:nth-child(1) {
    top: 20px;
    transform: rotateZ(45deg);
  }
  header .toggle-menu-cont .toggle-menu.open-menu i:nth-child(2) {
    background: transparent;
  }
  header .toggle-menu-cont .toggle-menu.open-menu i:nth-child(3) {
    top: 20px;
    transform: rotateZ(-45deg);
  }
}/*# sourceMappingURL=mobile.css.map */