@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
  font-family: "Outfit", serif;
  color: #33363c;
}
html,
body {
  font-size: 16px;
}
a {
  text-decoration: none;
}
a,
button {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
p {
  color: #606169;
  line-height: 2;
}
::-moz-selection {
  background: #2a427f;
}

::selection {
  color: #fff;
  background: #2a427f;
}
header {
  z-index: 99;
  padding: 1.5rem 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
header.sticky {
  padding: 0.8rem 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
.social li {
  list-style: none;
}
.social li a {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #05a3ed;
  background: #fff;
}
.social li a:hover {
  background: #05a3ed;
  color: #fff;
}
.primary-btn {
  background: #05a3ed;
  border: 1px solid #05a3ed;
  color: #fff;
  padding: 0.85rem 1.25rem;
  font-size: 0.9rem;
  border-radius: 30px;
}
.primary-btn:hover,
.primary-btn:active {
  background: #056795 !important;
  border: 1px solid #056795 !important;
  color: #fff !important;
}
.secondary-btn {
  background: #2a427f;
  border: 1px solid #2a427f;
  color: #fff;
  padding: 0.85rem 1.25rem;
  font-size: 0.9rem;
  border-radius: 30px;
}
.secondary-btn:hover,
.secondary-btn:active {
  background: #061231 !important;
  border: 1px solid #061231 !important;
  color: #fff !important;
}

.logo img {
  width: 155px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.menu-collapser {
  position: absolute;
  top: 25px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
  width: 30px;
}
.collapse-button span:nth-of-type(3) {
  width: 30px;
}
.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 30px;
  position: relative;
  margin: 3px 0;
  background: #4f3b22;
  border-radius: 1px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}
.crotate span:nth-of-type(2) {
  display: none;
}
ul.slimmenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table;
}
ul.slimmenu:after {
  clear: both;
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px;
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}
ul.slimmenu li ul li {
  width: 100%;
  padding: 0 15px;
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0 !important;
  min-width: 250px;
  border-radius: 0 0 5px 5px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
}
ul.slimmenu li a {
  padding: 6px 20px;
  margin: 0;
  line-height: 35px;
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
ul.slimmenu li a.secondary-btn {
  color: #fff;
}
ul.slimmenu li ul li a,
ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 28px;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  text-transform: none;
  border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before,
ul.slimmenu li ul li a:after {
  display: none;
}
ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
  color: #05a3ed;
}
ul.slimmenu li.active a {
  color: #05a3ed;
}
ul.slimmenu li a:hover {
  color: #05a3ed;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 10px;
  top: -20px;
  z-index: 999;
  width: 10px;
  height: 0;
  text-align: center;
  cursor: pointer;
  color: #5b3f1b;
  display: none;
}
ul.slimmenu li .sub-toggle:before {
  content: "";
  display: inline-block;
  height: 0;
  margin-right: -0.25em;
  vertical-align: middle;
}
ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 100;
  vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
  color: #000;
}
ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}
.homeslider {
  padding: 9rem 0 5rem 0;
  background: url(../images/slide-bg.jpg) top left / cover;
}
.homeslider h6 {
  color: #05a3ed;
  letter-spacing: 2px;
}

.homeslider h2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.3;
}
.homeslider p,
.homeslider .btn {
  font-size: 1.1rem;
}
.homeslider .counts {
  gap: 5rem;
}
.homeslider .counts h4 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #2a427f;
}
.homeslider .counts h4 small {
  color: #606169;
  font-size: 37%;
  font-weight: 400;
  padding-top: 10px;
}

.homeslider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.homeslider .owl-carousel:hover .owl-nav {
  opacity: 0.7;
}
.homeslider .owl-carousel .owl-nav button.owl-next,
.homeslider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  opacity: 0.7;
  background: rgba(5, 163, 237, 0.3) !important;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.homeslider .owl-carousel .owl-nav button span {
  display: block;
  font-size: 0;
  width: 9px;
  height: 10px;
  border-top: 2px solid #15688f;
  border-right: 2px solid #15688f;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.homeslider .owl-carousel .owl-nav button.owl-prev span {
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #15688f;
  border-left: 2px solid #15688f;
  margin-left: 5px;
}
.homeslider .owl-carousel .owl-nav button.owl-next:hover,
.homeslider .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 1;
  background: rgba(5, 163, 237, 1) !important;
}
.homeslider .owl-carousel .owl-nav button.owl-next:hover span,
.homeslider .owl-carousel .owl-nav button.owl-prev:hover span {
  border-color: #fff;
}
.homeslider .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.homeslider .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.slider-text {
  overflow: hidden;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.homeslider .owl-item.active img {
  -webkit-animation: zoomIn 0.8s linear 1;
  animation: zoomIn 0.8s linear 1;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.homeslider .owl-item.active h6 {
  -webkit-animation: slideInRight 0.4s linear 1;
  animation: slideInRight 0.4s linear 1;
}
.homeslider .owl-item.active h2 {
  -webkit-animation: slideInRight 0.6s linear 1;
  animation: slideInRight 0.6s linear 1;
}
.homeslider .owl-item.active p {
  -webkit-animation: slideInRight 0.8s linear 1;
  animation: slideInRight 0.8s linear 1;
}
.homeslider .owl-item.active .btn {
  -webkit-animation: slideInRight 1s linear 1;
  animation: slideInRight 1s linear 1;
}
.homeslider .owl-item.active .counts {
  -webkit-animation: slideInRight 0.8s linear 1;
  animation: slideInRight 0.8s linear 1;
}

.container_mouse {
  text-align: center;
  color: #606169;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.85rem;
  opacity: 0.7;
}

.container_mouse .mouse-btn {
  margin: 10px auto;
  width: 20px;
  height: 30px;
  border: 2px solid #606169;
  border-radius: 30px;
  display: flex;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 4px;
  height: 6px;
  background: #606169;
  border-radius: 50%;
  margin: auto;
  -webkit-animation: scrolling 1s linear infinite;
  animation: scrolling 1s linear infinite;
}

@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.sub-title {
  color: #05a3ed;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about p strong {
  font-size: 1.2rem;
  color: #2a427f;
  font-weight: 600;
}
.about-img span {
  width: 150px;
  top: 0;
  right: 25%;
}
.about-img span img {
  -webkit-animation: rotate 10s linear infinite;
  -moz-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
.about-box {
  padding: 1.2rem;
  border-radius: 12px;
  border: 1px solid #cad9ff;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.about-box:hover {
  border-color: #05a3ed;
}
.about-box h6 {
  line-height: 1.5;
}
.about-box span {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  background: #dcf4ff;
}
.about-box span img {
  width: 32px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.products {
  background: #f6f7fb;
}
.product-box {
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  border-radius: 12px;
}
.product-box .product-img img {
  width: 80%;
  margin: 0 auto;
  display: block;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  transition: 1.4s;
}
.product-box:hover .product-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.product-box h5 {
  color: #606169;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.7rem;
  padding-top: 1.2rem;
  border-top: 1px solid #e0e3e9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-box:hover h5 {
  color: #05a3ed;
}
.service-box .service-img {
  border-radius: 50px 50px 0 0;
  position: relative;
}
.service-box .service-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: url(../images/service-base.png) bottom left / 100% 100%;
}
.service-box .service-img img {
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  transition: 1.4s;
}
.service-box:hover .service-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.service-box .service-text {
  margin-top: -100px;
  position: relative;
  padding: 0 1.5rem;
}
.service-box span {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #05a3ed;
  border: 8px solid #fff;
}
.service-box span img {
  width: 36px;
}
.service-box a {
  color: #2a427f;
  font-weight: 700;
  position: relative;
  padding: 0 0 3px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
  font-size: 0.9rem;
}
.service-box a::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 12px;
  background: #d0d8ff;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.service-box a:hover {
  padding: 0 8px 3px 8px;
}
.service-box a:hover::before {
  width: 100%;
}
.quote {
  background: #f6f7fb;
}
.quote .form-label,
.contact-form .form-label {
  color: #606169;
  margin-bottom: 8px;
}
.quote .form-control,
.contact-form .form-control {
  border-color: #fff;
  background: #fff;
  min-height: 48px;
}
.quote .form-control:focus,
.contact-form .form-control:focus {
  border-color: #05a3ed;
}
.quote input[type="file"].form-control {
  padding-top: 11px;
}
.quote .about-img span {
  right: 20%;
}
.testimonial-box {
  background: #f3f8fd;
  padding: 1.75rem;
  border-radius: 16px;
}
.testimonial-box img {
  border-radius: 100%;
  width: 70px !important;
}
.testimonial-box h6 {
  font-weight: 600;
}
.testimonial-box h6 small {
  color: #606169;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}
.testimonial-box .rating {
  color: #ffa600;
}
.testimonial-box .rating .disabled {
  color: #8e8f99;
}
.testimonial-box h5 {
  font-size: 5rem;
  line-height: 1;
  margin: 1rem 2rem;
  color: #05a3ed;
  opacity: 0.2;
}

.testimonials .owl-dots {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 3rem 0 0 0;
}
.testimonials .owl-carousel button.owl-dot {
  width: 20px;
  height: 4px;
  background: #ccc;
  display: block;
}
.testimonials .owl-carousel button.owl-dot.active {
  background: #05a3ed;
}
footer {
  background: #f6f7fb;
}
footer h5 {
  margin-bottom: 7px;
}
footer p {
  margin: 0;
  padding: 5px 0;
}
footer p a {
  color: #606169;
}
.quick-links ul {
  display: flex;
  flex-wrap: wrap;
}
.quick-links ul li {
  width: 50%;
  list-style: none;
  margin-bottom: 15px;
}
.quick-links ul li a {
  color: #606169;
  padding-right: 5px;
}
.quick-links ul li a:hover {
  color: #05a3ed;
}
.quick-links ul li a svg {
  margin-right: 7px;
  font-size: 0.85rem;
}
.company-info img {
  width: 150px;
}
.certification img {
  width: 130px;
  border-radius: 8px;
}

.inner-banner {
  padding-top: 7rem;
}
.inner-banner img {
  min-height: 200px;
  object-fit: cover;
}
.inner-banner-in::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(42, 66, 127, 0) 0%,
    rgba(42, 66, 127, 1) 100%
  );
}
.inner-banner .title {
  color: #fff;
}
.inner-title .breadcrumb .breadcrumb-item a,
.inner-title .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.inner-title .breadcrumb .breadcrumb-item.active {
  color: #05a3ed;
}
.vision {
  background: linear-gradient(to right, #05a3ed 0%, #42bdf6 100%);
  border-radius: 12px;
}
.vision h6 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
}
.vision img {
  width: 60px;
}
.about-info-box span {
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  background: #dcf4ff;
  margin-right: 12px;
}
.about-info-box img {
  width: 50%;
}
.search {
  background: #f6f7fb;
  padding: 2rem;
  border-radius: 13px;
}
.search input {
  height: 60px;
  border-radius: 7px;
  padding-left: 40px;
}
.search .btn {
  border-radius: 7px;
  min-width: 120px;
}
.search svg {
  position: absolute;
  left: 17px;
  top: 20px;
  opacity: 0.5;
}
.product-main .product-box {
  border: 1px solid #e0e3e9;
}
.products-tab .nav-tabs .nav-link {
  background: #f0f0f0;
  border-radius: 0;
  color: #606169;
  padding: 1rem 1.5rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.products-tab .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 7px 0 0 7px;
}
.products-tab .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 7px 7px 0;
}
.products-tab .nav-tabs .nav-link.active {
  color: #fff;
  background: #05a3ed;
}
.products-tab .form-select {
  border-radius: 7px;
  max-width: 250px;
}
.product-pagination .page-item .page-link {
  border: none;
  border-radius: 30px;
  min-width: 36px;
  text-align: center;
  box-shadow: none;
  color: #8c8d97;
}
.product-pagination .page-item.active .page-link {
  background: #2a427f;
  color: #fff;
}
.text-blue {
  color: #2a427f;
}
.product-gallery a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e0e3e9;
}
.contact-form {
  background: #f6f7fb;
  border-radius: 15px;
  padding: 2.2rem;
}
.contact-support {
  padding: 1.5rem;
  border-radius: 16px;
  background: linear-gradient(
    to right,
    rgba(5, 163, 237, 0.2) 0%,
    rgba(5, 163, 237, 0) 100%
  );
}
.contact-support h5 {
  color: #05a3ed;
}
.contact-support img {
  width: 100px;
}
.contact-details li {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  margin-bottom: 1.6rem;
}
.contact-details li:last-child {
  margin-bottom: 0;
}
.contact-details li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  background: #ecf9ff;
  color: #05a3ed;
}
.contact-details li p a {
  color: #606169;
}
.product-scroll a {
  filter: grayscale(1);
  opacity: 0.5;
}
.product-scroll a:hover {
  filter: grayscale(0);
  opacity: 1;
}
.fcopy {
  background: #dfe0e6;
}
.newsletter .form-control {
  border-color: #2a427f;
}
footer .map{
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1480px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1720px;
  }
}

@media (max-width: 1799.98px) {
  html,
  body {
    font-size: 15px;
  }
  .about-img span {
    width: 120px;
  }
  .service-box .service-img {
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 1599.98px) {
  .service-box span {
    width: 80px;
    height: 80px;
  }
  .service-box .service-text {
    margin-top: -87px;
  }
  .service-box span img {
    width: 30px;
  }
}
@media (max-width: 1499.98px) {
  .homeslider h2 {
    font-size: 2.3rem;
  }
  .homeslider .counts h4 {
    font-size: 2.4rem;
  }
  .title {
    font-size: 2rem;
  }
  .about-box {
    padding: 0.9rem;
  }
  .about-box span {
    width: 50px;
    height: 50px;
  }
  .about-box span img {
    width: 25px;
  }
  .about-img span {
    width: 100px;
  }
}
@media (max-width: 1199.98px) {
  ul.slimmenu {
    width: 250px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.3);
  }
  .crotate {
    position: fixed;
    top: 17px;
    right: 248px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
  }
  .crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 3px;
  }
  .crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
  }
  ul.slimmenu .input-group .form-control,
  ul.slimmenu .input-group button {
    border-color: #f0f0f0 !important;
    height: 42px;
  }
  ul.slimmenu li a {
    padding: 12px 0;
    line-height: 26px;
  }
  ul.slimmenu li .sub-toggle svg {
    color: #333;
  }
  ul.slimmenu li .sub-toggle {
    width: 25px;
    color: #333;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 51px !important;
  }
  ul.slimmenu li > ul {
    min-width: auto;
    box-shadow: none;
  }
  ul.slimmenu li .sub-toggle {
    right: 0;
  }
  ul.slimmenu li .sub-toggle svg {
    font-size: 11px;
  }
  .homeslider h6 {
    letter-spacing: 0;
    font-size: 0.9rem;
  }
  .homeslider h2 {
    font-size: 1.9rem;
  }
  .homeslider p,
  .homeslider .btn {
    font-size: 1rem;
  }
  .homeslider .counts {
    gap: 3rem;
  }
  .homeslider .counts h4 {
    font-size: 2rem;
  }
  .about-inner-img img {
    max-width: 50%;
  }
  .search {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .logo img {
    width: 135px;
  }
  .homeslider img {
    max-width: 400px;
    display: block;
    margin: 0 auto 2rem auto;
  }
  .slider-text {
    text-align: center;
  }
  .homeslider h2 {
    font-size: 1.7rem;
  }
  .homeslider .counts h4 {
    font-size: 1.8rem;
  }
  .title {
    font-size: 1.7rem;
  }
  .product-box {
    padding: 1.1rem;
  }
  .products-tab .form-select {
    width: 100%;
    max-width: 100%;
    min-height: 60px;
  }
  .products-tab .nav-tabs .nav-item {
    flex: 1;
  }
  .product-gallery a img {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .about-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-title {
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  .service-box span {
    border: 4px solid #fff;
  }
  .about-info-box span {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 575.98px) {
  .logo img {
    width: 115px;
  }
  .homeslider {
    padding: 7rem 0 3rem 0;
  }
  .homeslider img {
    max-width: 280px;
  }
  .homeslider h2 {
    font-size: 1.4rem;
  }
  .homeslider .owl-nav {
    display: none;
  }
  .about p strong {
    font-size: 1rem;
  }
  .homeslider .counts {
    gap: 1.75rem;
  }
  .about-box {
    align-items: center;
  }
  .title {
    font-size: 1.4rem;
  }
  .testimonial-box h5 {
    display: none;
  }
  .testi-img {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .testimonial-box img {
    width: 60px !important;
  }
  .service-box .service-text {
    padding: 0 1rem;
  }
  .service-box .service-img:after {
    height: 80px;
  }
  .about-inner-img img {
    max-width: 70%;
  }
  .about-info-box span {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  .inner-banner {
    padding-top: 6rem;
  }
  .products-tab .nav-tabs .nav-link {
    padding: 1rem 0.5rem;
  }
  .product-gallery a img {
    height: 160px;
  }
  .menu-collapser {
    top: 22px;
  }
  .contact-form {
    padding: 1.85rem;
  }
  footer {
    text-align: center;
  }
  .social,
  .certification,
  .quick-links ul {
    justify-content: center;
  }
  .contact-support {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .contact-support img {
    width: 81px;
  }
  .product-box .product-img img {
    width: 65%;
  }
  .certification img {
    width: 100px;
  }
}
