* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
  .banner_title h1 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 2rem !important;
  }
  .banner_title h5 {
    font-size: 30px !important;
  }
  .sec_1 .form_col {
    display: block !important;
    flex-direction: flex;
  }
  .sec_1 .form_col input {
    margin-top: 10px !important;
  }
  .banner_title .side_img img {
    right: 40px;
    height: 380px;
    overflow: hidden;
  }
  .about_sec {
    background: linear-gradient(106deg, rgb(255, 255, 255) 67%, rgb(255, 255, 255) 67%);
  }
  .about_sec .about_png {
    display: none;
  }
  .inner_banner {
    height: 300px !important;
  }
  .inner_banner .inner_title {
    height: 200px !important;
  }
  .inner_banner .inner_title h1 {
    font-size: 2rem !important;
  }
  .ifm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 1079px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}
@media only screen and (max-width: 990px) {
  .banner_title h1 {
    font-size: 2.5rem !important;
  }
  .navbar .nav-item {
    padding-left: 0;
  }
  .banner_title h5 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  .banner_title .side_img img {
    right: 0;
    height: 400px;
  }
  .banner_title .side_img img {
    right: 40px;
    height: 380px;
    overflow: hidden;
  }
  .banner_title {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .form_col {
    text-align: center;
    padding: 15px 0;
  }
  .sec_1 .form_col .sub_btn {
    width: 85%;
    margin: 15px auto !important;
    text-align: center;
  }
  .left-img {
    margin-top: 0;
  }
  .tab-img {
    text-align: center !important;
  }
  .about_text {
    margin-top: 25px;
  }
  .footer_sec .footer_sec h5 {
    font-size: 18px;
  }
  .sub_sec .call_btn {
    width: 30%;
  }
  .grid_row .services_img img {
    height: auto;
  }
  .grid_row .services_img h5 {
    font-size: 18px !important;
  }
  .grid_row2 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 15px;
  }
  .grid_row2 .services_img img {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .bg-col {
    padding: 8px 25px !important;
  }
  .banner_title h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 25px !important;
  }
  .inner_banner .inner_title {
    justify-content: center;
  }
  .inner_banner .inner_title h1 {
    font-size: 1.8rem !important;
    text-align: center !important;
  }
  .banner_title h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .banner_title .home_btn {
    width: 80%;
  }
  .nav__barbg {
    position: static !important;
    height: auto;
  }
  .side_img img {
    height: auto !important;
    position: static !important;
  }
  .banner_title {
    height: auto;
    padding-top: 35px;
    margin-top: 0 !important;
  }
  .left-img {
    display: none;
  }
  .form_col {
    width: 100% !important;
  }
  .sec_1 .form_col input {
    margin-top: 10px !important;
    width: 100%;
  }
  .services_col {
    text-align: center !important;
  }
  .services_col .hoem_card {
    transform: translateY(20%);
    text-align: center;
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .sub_sec .call_btn {
    width: 90% !important;
  }
  .mobile_btn {
    text-align: start;
  }
  .form_up {
    order: 1;
    padding-top: 25px;
  }
  .footer_sec {
    background-color: #000;
    padding-bottom: 15px;
  }
  .footer_sec img {
    height: 50px !important;
  }
  .footer_sec .copyright {
    flex-direction: column;
    text-align: center;
  }
  .footer_sec .copyright a {
    font-size: 14px !important;
  }
  .inner_banner .inner_title {
    height: 150px !important;
  }
  .about_sec {
    background: linear-gradient(106deg, rgb(255, 255, 255) 67%, rgb(255, 255, 255) 67%);
  }
  .about_sec .about_us {
    position: relative;
    z-index: 1;
  }
  .about_sec .about_png {
    display: block;
    background: url("../images/about-png-img.png") right no-repeat;
    width: 100%;
    height: 400px;
    opacity: 0.5;
  }
  .grid_row {
    grid-template-columns: repeat(1, auto);
  }
  .grid_row2 {
    grid-template-columns: repeat(2, auto);
  }
  .ifm-grid {
    display: grid;
    grid-template-columns: repeat(1, auto);
    gap: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .grid_row2 {
    grid-template-columns: repeat(1, auto);
  }
}/*# sourceMappingURL=media-query.css.map */