/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 28 2024 | 03:03:39 */
/* About Us */
/* Our Story image section */
.our-story-image {
  position: relative;
  left: 50px;
  top: 230px;
}
html {
  scroll-behavior: smooth;
}
/* Moving Forward section */
.moving-forward-big-text {
  color: #00bcf2;
  text-transform: uppercase;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00bcf2;
  letter-spacing: 3px;
  text-stroke: 1px white;
}

/* Our Brand section */
.brand-list {
  margin: 0;
  padding: 0;
}
.brand-list .brand-item {
  margin-left: 50px;
  font-weight: 600;
}
.our-brand-list-1 {
  list-style-image: url('https://techstrongbox.com/wp-content/uploads/2021/10/hexagon-list-image-1.webp');
  padding-left: 10px;
}

.our-brand-list-2 {
  list-style-image: url('https://techstrongbox.com/wp-content/uploads/2021/10/hexagon-list-image-2.webp');
  padding-left: 10px;
}
.our-brand-list-3 {
  list-style-image: url('https://techstrongbox.com/wp-content/uploads/2021/10/hexagon-list-image-3.webp');
  padding-left: 10px;
}

.our-brand-list-text {
  position: relative;
  bottom: 18px;
}

/* Mobile View */
@media only screen and (max-width: 768px) {
/* Who We Are - Laptop Image */
  .laptop-image {
    display: none;
  }
/* Our Brand Section */
  .our-brand-list-text {
    bottom: 33px;
  }
  .our-brand-tbox-image img {
    width: 200px;
    display: block;
  }
/*  Our Core Values section  */
  .our-core-values-image {
    margin-bottom: 0px !important;
  }
}

.link {
	color: #92d050;
}

.link:hover {
	color: #3a3a3a;
}