@media screen and (max-width: 1330px) {
  .industry-btm {
    flex-direction: column-reverse;
  }

  .industry-btm .left-col {
    width: 100%;
  }

  .industry-btm .right-col {
    width: 100%;
  }

  .industry-btm {
    padding-right: 0;
  }
}

@media screen and (max-width: 1130px) {
  .industry-web .iner-box {
    width: 49% !important;
  }


}


@media screen and (max-width: 1050px) {

  .inner-ftr-sec .ftr-col:first-child,
  .ftr-col {
    width: 32%;
  }

}

@media screen and (max-width: 992px) {
.about--industry-btm .industry-btm .left-col, .about--industry-btm .industry-btm .right-col {
    width: 100%;
}.about--industry-btm .right-col img {
    padding-bottom: 0px;
}
.contact-row {
   flex-direction: column;
}

.contact-col-one {
    width: 100%;
}

.contact-col-two {
    width: 100%;
}
  .project-row {
    flex-direction: column;
    row-gap: 40px;
  }

  .project-col-one {
    width: 100%;
  }

  .project-col-two {
    width: 100%;
  }



  .inner-ftr-sec {
    row-gap: 30px;
  }

  .inner-ftr-sec .ftr-col:first-child,
  .ftr-col,
  .inner-ftr-sec .ftr-col:nth-child(5) {
    width: 33.2%;
  }

  .industry-btm .left-col,
  .iner-radiation-sec .left-col,
  .iner-radiation-sec .right-col,
  .iner-radiation-sec .left-col .iner-cntnt {
    width: 100% !important;
  }

  .iner-radiation-sec .right-col {
    height: 400px;
  }

  .p-20 {
    padding-inline: 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .form-row {
    row-gap: 20px;
    margin-bottom: 20px;
  }

  .form-col {
    width: 100%;
  }

  .form-bg-color {
    padding: 80px 0px;
  }
.contact-box {
    padding: 80px 0px;
}
  .project-sec {
    padding: 80px 0px;
  }



  .video-popup iframe {
    height: 40vh;
  }

  .inner-ftr-sec .ftr-col:first-child,
  .ftr-col{
      width:100%;
  }
  .inner-ftr-sec .ftr-col:nth-child(5) {
    width: 49%;
  }

  .industry-web .iner-box,
  .industry-btm .right-col {
    width: 100% !important;
  }
  .industry-web {
   
    row-gap: 30px !important;
}

  .banner-contant {
    padding: 20px;
  }

  .our-project-col {
    width: 49% !important;
  }

  .our-project-row {
    row-gap: 20px;
  }

  .our-project-sec {
    padding: 80px 0px;
  }

  .social-i {
    padding-left: 10px;
  }
  
}

@media screen and (max-width: 650px) {

  .project-item-row {
    flex-direction: column;
  }

  .project-item-col {
    width: 100%;
  }

	.inner-ftr-sec .ftr-col:first-child .ftr-col{
		width:100% ; 
	}


  .submit-btn input[type="submit"] {
    padding: 14px 30px;

  }
}

@media screen and (max-width: 480px) {
    .inner-ftr-sec .ftr-col{
		width:100% ; 
	}

  .check-box {
    flex-direction: column;
    row-gap: 20px;
  }

  section.banner-sec.bg.home, section.banner-sec.bg.home .banner-flex {
    height: 80vh;
  }

  .our-project-col {
    width: 100% !important;
  }
}