@media (max-width:767px) {
	.site_header { transition: 0.5s all; opacity: 0; left: -9999px; top: 60px; visibility: hidden; overflow: auto; height: calc(100% - 60px); box-shadow: none; background: #fff; }
	.header_top { display: none; }
	.site_header .container { flex-direction: column; align-items: flex-start; }
	.icon-a { flex-direction: column; align-items: flex-start; }
	.navigations { flex-direction: column; align-items: flex-start; width: 100%; }
	.navigations li { margin: 0px; width: 100%; }
	.header-middle { padding: 0; }
	.header-middle .logo { width: 100%; margin-bottom: 15px; }
	.navigations li a { width: 100%; display: flex; }
	.experience { position: relative; left: 0; bottom: 0; margin: 10px 0; padding: 10px; box-shadow: none; }
	.h1-1 { font-size: 35px; }
	.banner .content p { font-size: 20px; }
	.banner .btn-primary { font-size: 20px; }
	.banner { min-height: inherit; }
	.h2-1 { font-size: 30px; }
	.about-us { font-size: 18px; }
	body { font-size: 18px; }
	.our-services { background: #fff; }
	.industries { font-size: 18px; }
	.insutry-flex .box { min-width: 140px; width: 140px; }
	.insutry-flex .box p { font-size: 18px; }
	.insutry-flex { flex-wrap: nowrap; width: 100%; overflow: auto; padding: 15px; }
	.call-to-action h2 { font-size: 30px; }
	.call-to-action { font-size: 18px; }
	.call-to-action .flex-btn { align-items: flex-start; justify-content: flex-start; flex-direction: column; }
	.call-to-action .flex-btn .btn { width: 100%; }
	.client-flex { margin-top: 25px; gap: 20px; }
	.client-flex .box { width: calc(50% - 20px); }
	section { padding: 50px 0 }
	.our-works .box { margin-bottom: 25px; }
	.our-works .btn-primary { margin-top: 20px; }
	.site_footer { padding: 40px 0 70px; }
	.site_footer .col-md-3 { margin-bottom: 25px; }
	.site_footer h3 { margin-bottom: 10px; font-size: 22px; }
	.btn-scroll { bottom: auto; bottom: 0; right: 20px; position: absolute; margin-bottom: 25px; margin-left: 10px; width: 40px; height: 40px; font-size: 28px; padding: 0; z-index: 9; }
	.our-services .col-md-4 { margin-bottom: 20px; }
	.responsive-header { display: flex; }
	.main-container { margin-top: 61px; }
	.banner .item-full { background-repeat: no-repeat; background-position: top; background-size: contain; background-color: #000; padding: 0; align-items: flex-start; padding-top: 180px; min-height: inherit; padding-bottom: 50px; }
	.banner .owl-carousel .owl-dots { display: none; }
	.site_header.open-menu { left: 0; visibility: visible; opacity: 1; }
	.header-middle .logo { display: none; }
	.sub-banner h2 { font-size: 30px; }
	.sub-banner { padding: 20px 0 }
	.our-services .box h3 { font-size: 20px; padding: 10px; }
	.navigations li ul { position: relative; display: inline-block; box-shadow: none; left: 0; min-width: inherit; top: 0px; padding: 10px 0; }
	.open-overflow { overflow: hidden; }
	.btn-responsive.open { }
	.about-us .row { --bs-gutter-x: inherit; }
}
@media only screen and (min-width:768px) and (max-width:993px) { }
