/* About dots */
.about-dots::marker {
  display: block;
  color: rgb(214, 199, 199) !important;
}

/* brif section */
.sectionbg {
  background-color: #f8f8f6;
  background-image: url(./images/compnaybrif.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Worked With Companies */
.worked-with {
  margin-top: 80px;
  justify-content: space-around;
}
.worked-with img {
  border: 2px solid #0077b6;
  border-radius: 20px;
  width: 17.5%;
  padding: 0;
  transition: 0.8s;
}
.worked-with img:hover {
  scale: 1.1;
}

/* Branding */
.branding {
  color: rgb(252, 220, 61);
}

.experties-header {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* service-sidemenu */
.service-sidemenu {
  width: 100%;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.service-sidemenu:hover,
.service-sidemenu:active,
.service-sidemenu:focus {
  color: #0077b6;
  scale: 1.03;
}

/* Responsive */
@media (max-width: 991px) {
  .worked-with img {
    width: 43%;
    margin-bottom: 20px;
  }
  .mobile-margin {
    margin-top: 0 !important;
  }
  .sectionbg {
    background-size: contain;
  }
}
