@media screen and (max-width:1000px) {
  .top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mid-animate {
    opacity: 0;
  }

  .bottom-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .top-menu,
  .mid-menu,
  .bottom-menu {
    width: 28px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
  }

  .top-menu {
    top: 5px;
  }

  .mid-menu {
    top: 13px;
  }

  .bottom-menu {
    top: 21px;
  }

  .menui {
    background: #FFF;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
    margin-top: 10px;
    position: absolute;
    box-shadow: 0px 0px 10px #888888;
  }

  .menu-trigger {
    z-index: 25;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: 0px;
    top: 10px;
    right: 115px;
  }

  .mobilenav {
    font-family: inherit;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 25;
    display: none;
    position: fixed;
    width: 100%;
    padding: 50px;
    height: 100%;
    background: #262a5ee3;
    text-transform: uppercase;
  }

  .mobilenav li {
    list-style-type: none;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    margin: 5px;
    width: 100%;
  }

  .mobilenav li:last-child span {
    border-bottom: none;
  }

  .mobilenav li:hover {
    cursor: pointer;
  }

  .nav-label {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    display: block;
    width: 250px;
    margin: 0 auto;
  }

  .mobilenav li:first-child {
    margin-top: 20px;
  }
  header .menu {
    display: none;
  }
.head_news .small_menu {
  display: block;
}
  .home .sliders .owl-dots .owl-dot {
    margin: 0 10px;
  }

  .home .sliders .owl-nav .owl-prev,
  .home .sliders .owl-nav .owl-next {
    bottom: 600px;
  }

  .home .sliders .owl-nav .owl-prev {
    left: 10px;
  }

  .home .sliders .owl-nav .owl-next {
    right: 10px;
  }
  .news .all_news .card {
    margin: 20px 200px;
  }
}

@media screen and (max-width:600px) {
  .menu-trigger {
    right: 20px;
  }

  .home .sliders .slider .data {
    width: 300px;
    height: 300px;
    z-index: 1;
  }

  .home .sliders .slider .data h1 {
    width: 250px;
    height: 30px;
    font-size: 18px;
  }

  .home .sliders .slider .data p {
    font-size: 15px;
    line-height: 1.5em;
  }

  .home .sliders .slider .data a {
    width: 150px;
    height: 30px;
    font-size: 15px;
  }

  .home .sliders .owl-dots .owl-dot {
    margin: 0 5px;
    width: 20px;
  }

  .home .sliders .owl-nav .owl-prev,
  .home .sliders .owl-nav .owl-next {
    display: none;
  }

  .about .msg_vis .card {
    margin: 10px;
  }

  .services .more {
    padding: 10px;
  }

  .services .more .up,
  .services .more .dow {
    width: 300px;
    height: 100px;
  }

  .services .services_fun h1 {
    width: 300px;
    height: 100px;
    padding: 5px;
    font-size: 18px;
  }

  .services .level_review .card {
    width: 300px;
    height: 150px;
  }

  .services .level_review .card h1 {
    font-size: 15px;
    width: 25%;
  }

  .services .level_review .card .n {
    width: 50px;
    top: 50px;
    left: 70px;
    height: 50px;
  }

  .services .level_review .card p {
    font-size: 13px;
    width: 65%;
  }

  .services .services_man .card h1 {
    font-size: 16px;
  }

  .experience .ex .amount {
    width: 300px;
  }

  .experience .ex .amount .per {
    width: 250px;
  }

  .experience .ex .amount .per .w {
    font-size: 12px;
  }
  .experience .ex_re {
    padding-top: 150px;
  }

  .experience .ex_re h1 {
    width: 300px;
    height: 100px;
    font-size: 18px;
  }

    .news .all_news .card {
      width: 300px;
      height: 400px;
    margin: 20px 20px;
    }

  .contact .container .info {
    width: 300px;
  }

  .contact .container .info .mid {
    height: 500px;
  }

  .contact .container .info .mid .detail {
    height: 100px;
  }

  .contact .container .info .mid .detail i {
    width: 50px;
    height: 100px;
  }

  .contact .container .info .mid .detail p {
    width: 250px;
    height: 100px;
  }

  .contact .container .send_info {
    width: 300px;
    margin: 30px 0;
  }

  .contact .container .send_info form .data .txt {
    width: 250px;
  }

  .contact .container .up {
    margin: 20px 5px;
  }
}