.business-images {
  padding: 0px 50px;
}

.icon-sized{
  height: 55px;
  width: 55px;
}

.marquee-img{
  width: 141px;
  height: 42px;
}

.white {
  color: white;
}

.footer-img {
  width: 350px;
  height: auto;
}

.section-title2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 60px;
}

.diverse-title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 60px;
}

.qb-reason {
  font-size: 22px;
}

.voip-banner-bg {
  background-image: url("../img/imported/voip-banner.jpg");
  height: 300px; /* Or adjust this value as needed */
  background-size: cover; /* Ensures the image covers the area */
  background-position: center; /* Centers the image */
}

.vert-portfolio-img {
  max-width: 480px;
  max-height: 880px;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.vert-portfolio-img:hover img {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.portfolio-items .portfolio-item .vert-portfolio-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.sitemap-font {
  font-size: 15px;
}
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
    /* styles for Small */
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    /* styles for Medium */
    .gallery-stagger {
      margin-top: 40px;
    }
    .gallery-pullup {
      margin-top: -40px;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    /* styles for Large */
  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {
    /* styles for X-Large */
  }
  
  /* Extra extra large devices (very large screens, 1400px and up) */
  @media (min-width: 1400px) {
  }

.st0{
  fill: none;
  stroke: #d34c4c;
  stroke-miterlimit: 10;
}

.st1 {
  fill: none;
  stroke: #d34c4c;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.banner-2 {
    position: relative;
    overflow: hidden;
}

.banner-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-2-content {
    position: relative;
    z-index: 2;
}

.banner-2-img {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.con {
  width: 100%;
  height: 100%;
  background: #fff;
}
svg{
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes drawLine-once {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawLine-repeat {
  0% {
    stroke-dashoffset: var(--len-1);
  }

  100% {
    stroke-dashoffset: var(--len_add_bloomLen);
  }
}

.animated-path-once {
  stroke-dasharray: var(--len), var(--len);
  stroke-dashoffset: var(--len);
  animation: drawLine-once 1.4s ease-in-out forwards;
}

.animated-path-repeat {
  stroke-dasharray: var(--len), 10;
  animation: drawLine-repeat var(--animate-time) linear infinite forwards;
}

.square-img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  width: 100%;
  height: auto;
  max-height: 320px;
  background: #f8f8f8;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.portfolio-item:hover .square-img {
  transform: scale(1.08);
}

.portfolio-title {
  position: relative;
  display: inline-block;
}

.portfolio-title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 3px;
  background: #d34c4c;
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.4,0,0.2,1);
}

.portfolio-item:hover .portfolio-title::after {
  width: 100%;
}

.portfolio-section {
  background-color: #212121;
  color: white;
  padding: 100px 0px;
}

.white {
  color: white !important;
}

.menu-title {
  padding: 30px 0px;
}

.service-icon {
  color: var(--primary);
  font-size: 20px;
  margin: 0px 20px;
}

.service-img-container{
  padding: 0 40px;
}

.service-img{
  border-radius: 20px;
}

.contact-section-margin {
  margin-top: 50px;
}

.services-uls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}

.services-uls li {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  align-items: center;
}

.hardware-ul li:nth-child(1)::before {
  content: "\e902";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.hardware-ul li:nth-child(2)::before {
  content: "\e905";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}
.hardware-ul li:nth-child(3)::before {
  content: "\e908";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.hardware-ul2 li:nth-child(1)::before {
  content: "\e90f";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.hardware-ul2 li:nth-child(2)::before {
  content: "\e914";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}
.hardware-ul2 li:nth-child(3)::before {
  content: "\e90d";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.networking-ul li:nth-child(1)::before {
  content: "\e906";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.networking-ul li:nth-child(2)::before {
  content: "\e90e";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}
.networking-ul li:nth-child(3)::before {
  content: "\e916";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.networking-ul li:nth-child(4)::before {
  content: "\e90b";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.networking-ul li:nth-child(5)::before {
  content: "\e904";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.voip-ul li:nth-child(1)::before {
  content: "\e901";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.voip-ul li:nth-child(2)::before {
  content: "\e90b";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}
.voip-ul li:nth-child(3)::before {
  content: "\e90c";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.voip-ul li:nth-child(4)::before {
  content: "\e915";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.cloud-hosting-ul li:nth-child(1)::before {
  content: "\e910";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.cloud-hosting-ul li:nth-child(2)::before {
  content: "\e912";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}
.cloud-hosting-ul li:nth-child(3)::before {
  content: "\e90a";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.cloud-hosting-ul li:nth-child(4)::before {
  content: "\e915";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.backup-services-ul li:nth-child(1)::before {
  content: "\e913";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.backup-services-ul li:nth-child(2)::before {
  content: "\e903";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}
.backup-services-ul li:nth-child(3)::before {
  content: "\e911";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.backup-services-ul li:nth-child(4)::before {
  content: "\e912";
  font-family: 'icomoon';
  margin-right: 15px;
  font-size: 30px;
  color: var(--primary);
}

.footer-margin {
  margin-top: 120px;
}