@media screen and (max-width: 1600px) {
  .hero-section {
    padding-block: 100px;
    min-height: 540px;
  }

  .hero-title {
    color: #ffffff;
    font-weight: 400;
    font-size: 54px;
    line-height: 1.2;
  }

  /****hero section****/

  .serivces-section .flex_row .column {
    max-width: 33.33%;
    flex: 0 0 33.3%;

  }

  /***services section***/


  .testimonial-section .slide-inner {
    width: 50%;
  }



  .testimonial-section .testimonial-slider .owl-nav {

    width: 75%;
  }

  .testimonial-section .testimonial-slider .owl-nav button span {
    font-size: 30px;
  }

  /***testimonial section*****/
  .contact-us-section .img-main {
    padding-right: 80px;
  }
}


@media screen and (max-width: 1024px) {
  .hero-section {
    padding-block: 140px;
    min-height: 520px;
  }

  .hero-title {
    font-size: 44px;
    line-height: 52px;
  }

  .hero-section .hero-img-main {
    position: relative;
    left: 20px;
    top: 40px;
  }

  /**hero section***/
  .serivces-section .section-head {
    width: 80%;
    margin-bottom: 50px;
  }



  .serivces-section .flex_row .column {
    max-width: 50%;
    flex: 0 0 50%;

  }

  /***services section***/
  .cleints-section {
    min-height: 580px;

  }

  .cleints-section .section-head {
    width: 50%;
    margin-bottom: 50px;
  }

  .cleints-section .outer-row {
    padding: 15px;
    border: 1.5px solid var(--color-light);
    border-radius: 6px;
  }

  .cleints-section .flex_row {
    margin: -5px;
  }

  .cleints-section .flex_row .column {
    padding: 5px;
    text-align: center;
  }



  /***clients section*****/

  .testimonial-section .slide-inner {
    width: 80%;
  }



  .testimonial-section .testimonial-slider .owl-nav {

    width: 95%;
  }

  .testimonial-section .testimonial-slider .owl-nav button span {
    font-size: 25px;
  }

  /***testimonial section*****/
  .contact-us-section .img-main {
    padding-right: 40px;
  }
}


@media screen and (max-width: 991px) {

  .hero-section {
    padding-top: 140px;
    padding-bottom: 50px;
    min-height: 480px;
  }

  .hero-section .hero-title {
    width: 52%;
  }

  .hero-section .hero-img-main {
    position: relative;
    left: 0px;
    top: 40px;
  }

  /**hero section***/

  .serivces-section .section-head {
    width: 100%;
  }

  /***services section***/
  .cleints-section .flex_row {
    margin: -5px;
  }

  .cleints-section .flex_row .column {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 5px;
    text-align: center;
  }

  /***client section****/


  .testimonial-section .slide-inner {
    width: 90%;
  }

  .testimonial-section .testimonial-slider .owl-nav {

    width: 100%;
  }

  .testimonial-section .testimonial-slider .owl-nav button span {
    font-size: 28px;
  }

  /***testimonial section*****/
  .contact-us-section .txt-col {
    width: 100%;
  }

  .contact-us-section .img-main {
    padding-right: 0px;
  }

}

@media screen and (max-width: 767px) {
.footer-text{
text-align:center !important;
}
.contact-us-section .content-main{
text-align:center;
}
.testimonial-section .slide-title {
font-size:32px;
}
.outer-main{
text-align:center;
}
.hero-section .hero-title::before{
transform: translateX(-50%);
    left: 50%;
}
.section-body .col-lg-5
{
order:2;
padding-top:50px;
text-align:center;
}
.cleints-section .title-main::before{
transform: translateX(-50%);
    left: 50%;
}

  .px0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

.primary-button{
    padding: 10px 25px;
    margin:auto;
    }

  /***utility classes****/
  .hero-section {
    padding-top: 70px;
    padding-bottom: 50px;
    min-height: 480px;
  }

  .hero-section .hero-title {
    width: 100%;
  }

  .hero-section .hero-img-main {
    position: relative;
    left: 0px;
    top: 40px;
  }

  /**hero section***/
  .serivces-section .flex_row {
    margin: 0px;
  }

  .serivces-section .flex_row .column {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0px 0px 20px 0px;
  }

  /***services section***/
  .cleints-section {
    min-height: 340px;
    text-align:center;

  }

  .cleints-section .section-head {
    width: 100%;
  }


  .cleints-section .flex_row {
    margin: 0px;
  }

  .cleints-section .flex_row .column {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 10px;
    text-align: center;
  }

  /***clients section*****/

  .testimonial-section .slide-inner {
    width: 90%;
  }

  .testimonial-section .testimonial-slider .owl-nav {

    transform: translateY(0%);
    top: unset;
    bottom: -20px;
    left: 0px;
    justify-content: center !important;

  }

  .testimonial-section .testimonial-slider .owl-nav button {
    margin-inline: 15px;
  }

  .testimonial-section .testimonial-slider .owl-nav button span {
    font-size: 25px;
  }

  .testimonial-section {
    padding-bottom: 80px;
  }

  /***testimonial section*****/
}
@media screen and (max-width: 575px){

.serivces-section .col-title::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #ff8100;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
}