@media screen and (max-width: 1220px) {
  body {
    display: non;
  }
  h2 {
    font-size: 40px;
    font-weight: 500;
  }
  h3 {
    font-size: 22px;
    font-weight: 500;
  }
  p {
    font-size: 18px;
  }
  #myBtn {
    bottom: 20px;
    right: 5px;
    font-size: 6px;
    padding: 12px 2px;
  }
  /**/
  .top-social {
    text-align: center;
  }
  .top-social h3 {
    font-size: 14px;
  }
  .top-social i {
    margin-left: 5px;
  }
  /**/
  nav {
    width: 100%;
    height: auto;
    padding: 0 50px;
  }
  nav.sticky {
    width: 100%;
    height: auto;
    padding: 0 20px;
    border-bottom: 1px solid var(--orange);
  }
  nav .logo {
    width: 150px;
    height: auto;
  }
  nav.sticky .logo {
    width: 150px;
    height: auto;
  }
  nav .navigation li {
    margin-left: 10px;
    margin-bottom: 5px;
  }
  /**/
  header .navigation {
    display: none;
  }
  header .navigation.active {
    width: 100%;
    height: 50%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--blue);
    box-shadow: 0 5px 10px #999;
  }
  header .navigation li {
    margin-left: 0;
  }
  header .navigation li a {
    color: #ffffff;
    font-size: 22px;
    line-height: 50px;
  }
  header.sticky .navigation li a {
    color: #fff !important;
    font-size: 22px;
    line-height: 50px;
  }
  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url("./../imgs/open-min.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background: url("./../imgs/close-min.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* BODY */
  body:before {
    content: " ";
    background-image: url("./../imgs/bg-2.png");
    opacity: 0.1;
  }
  /** SLIDESHOW */
  .carousel_inner {
    width: 100%;
    height: auto;
  }
  /* overlay */
  .carousel_caption {
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 10px;
    background-color: transparent;
  }
  .carousel_caption h1 {
    font-size: 24px;
    background-color: var(--orange);
    padding: 5px;
    border-radius: 10px;
  }
  .carousel_caption p {
    display: none;
  }
  /******************************************************************************************/
  ._content {
    width: 100%;
    height: auto;
  }
  ._card_small {
    width: 350px;
    height: auto;
    margin: 20px 0;
  }
  ._card_small-border-left {
    display: none;
  }
  /**/
  .pimg1 {
    background-image: url("./../imgs/ptext5a.jpg");
  }
  .ptext {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
  }
  .ptext-card {
    width: 100%;
    height: auto;
    padding: 50px 10px;
  }
  .ptext_title {
    margin-bottom: 50px;
  }
  .ptext-card h3 {
    margin-bottom: 20px;
  }
  .card-high {
    padding: 75px 10px;
    border-radius: 0;
  }
  /**/
  ._card_large {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }
  ._card_large .fa {
    margin-bottom: 0;
    font-size: 30px;
    padding-right: 10px;
  }
  ._card_large h3 {
    font-size: 30px;
    margin: 20px 0;
  }
  .slogan {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /**/
  .service__content {
    width: 100%;
    height: auto;
    margin: 10px;
  }
  .service__title {
    width: 100%;
    height: auto;
    margin: 50px 0;
  }
  .service__cards {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service__card {
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 20px 20px;
  }
  /**/
  .cabel_slider_left {
    width: 100%;
    height: auto;
  }
  .cabel_slider_left img {
    width: 100%;
    height: 1auto;
  }
  /**/
  footer {
    padding: 100px 0;
  }
  /**/
  .mail_container {
    width: 100%;
    height: auto;
    padding: 10px;
    z-index: 1;
  }
  .footer_mail {
    width: 100%;
    height: auto;
  }
  .mail_title {
    margin-bottom: 30px;
  }
  .mail_title img {
    width: 100px;
    height: auto;
    border-radius: 3px;
  }
  .mail_container .footer_mail h3,
  p,
  a {
    color: #fff;
  }
  .footer_mail a {
    text-decoration: none;
  }
  /**/
  .credit {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 32px;
    background-color: var(--blue);
  }
  .credit img {
    width: 200px;
    height: auto;
  }
  .credit p {
    color: #fff;
  }
  .credit a {
    color: #fff;
  }
  .credit .social .fab {
    color: #fff;
    font-size: 30px;
    margin: 10px;
  }
  .copy p {
    font-size: 12px;
    color: #fff;
    margin-top: 50px;
  }
}/*# sourceMappingURL=media.css.map */