* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1197px) {
  .card .card-body .card__btn {
    padding: 10px 20px !important;
  }
}
@media screen and (max-width: 984px) {
  h5 {
    font-size: 18px !important;
  }
  #mobile_navbar {
    display: block !important;
    background-color: #fff !important;
  }
  #mobile_navbar .mobile__logo img {
    height: 80px;
  }
  #mobile_navbar .navbar-toggler {
    border: 2px solid #000;
    border-radius: 3px;
  }
  #mobile_navbar .navbar-toggler:focus {
    outline: none !important;
    border: 2px solid transparent !important;
  }
  .mobile_navbar {
    background-color: #fff !important;
    color: #000;
  }
  .mobile_navbar .navbar__item {
    list-style: none;
    padding: 10px 0;
  }
  .mobile_navbar .navbar__item .navbar__link {
    color: #000;
  }
  .Navbar {
    display: none !important;
  }
  #navbar__bg {
    display: none !important;
  }
  .banner {
    height: 120vh;
  }
  .sec_bg1 .card .card-body .card__flex {
    flex-direction: column !important;
    width: 100%;
  }
  .sec_bg1 .card .card-body .card__btn {
    width: 100%;
    margin: 5px 0;
  }
  .sec_bg3 .owl-carousel .owl-next {
    right: -50px;
  }
  .sec_bg3 .owl-carousel .owl-prev {
    left: -50px;
  }
  .sec_bg4 .contact__form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sec_bg3 .owl-carousel .owl-next {
    right: 0px;
  }
  .sec_bg3 .owl-carousel .owl-prev {
    left: 0px;
  }
  #carousel__bg .owl-carousel .owl-next {
    right: 0px !important;
  }
  #carousel__bg .owl-carousel .owl-prev {
    left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    height: auto;
  }
  .banner__title br {
    display: none;
  }
  .about-text br {
    display: none;
  }
  .sec_bg1 {
    padding-top: 0;
  }
  .sec_bg1 #row__box {
    width: 100% !important;
    padding: 0 !important;
  }
  .sec_bg1 .card__box {
    margin-top: 0;
  }
  .sec_bg1 .mobile_card {
    padding: 0;
  }
  .sec_bg1 .card__title {
    margin: 30px 0;
  }
  .card {
    margin: 15px 0;
  }
  .sec_bg3 .owl-carousel .owl-next {
    right: 0px;
  }
  .sec_bg3 .owl-carousel .owl-prev {
    left: 0px;
  }
  .footer__content .footer__btn,
  .footer__content .footer-gallery {
    margin-bottom: 20px;
  }
  .footer_sec .copy__right {
    flex-direction: column;
    text-align: center;
  }
  #carousel__bg .carousel__img2 .carousel__text {
    top: 0 !important;
  }
  #carousel__bg .owl-carousel .owl-next {
    right: 0px !important;
  }
  #carousel__bg .owl-carousel .owl-prev {
    left: 0px !important;
  }
  .box__content {
    margin-left: 0;
    margin-top: 15px;
  }
  .job__bg .job__card {
    height: auto !important;
  }
  .wrapper_img {
    order: 1;
  }
  .contact__form {
    margin-bottom: 30px !important;
  }
}/*# sourceMappingURL=media-query.css.map */