.bred-menu {
  padding-top: 120px;
}

.brd-menu ul {
  display: flex;
  align-items: center;
}

.brd-menu ul li {
  margin: 0 5px;
  transition: .3s;
  font-size: 12px;
  list-style: none;
}

.brd-menu ul li i {
  margin-left: 5px;
  font-size: 10px;
  color: #6c63ff;
}

.brd-menu ul li.active {
  color: #6c63ff;
  font-weight: 600;
}

.brd-menu ul li a {
  text-decoration: none;
}

.brd-menu ul li:hover {
  color: #cd1241;
}


/* Website Development */

.cm-hero-banner-container .cm-image-col .cm-clutch-img {
  max-width: 180px;
  height: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin-left: 15px;
}

.cm-hero-banner-container .cm-image-col {
  align-items: center;
}

/* Web Accomplishment Start */
.cm-accom-container .cm-accom-wrapper {
  justify-content: flex-start;
  background-color: #fff;
  align-items: inherit;
  border-radius: 15px;
  background-color: #f2f2f2;
}

.cm-accom-container .cm-accom-wrapper .cm-accom-item {
  width: 33.33%;
  padding: 15px;
}

.cm-accom-container {
  margin-top: -50px;
  position: relative;
  width: 60%;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: 35px;
  z-index: 9;
}

.cm-accom-container .cm-accom-wrapper .cm-accom-item+.cm-accom-item {
  border-left: 1px solid #999;
}

.cm-accom-container .cm-accom-wrapper .cm-accom-item h4 {
  font-size: 18px;
}

/* Web Accomplishment End */

.cm-two-col-eq-img-wd h2.cm-section-h {
  margin-bottom: 0;
}

.cm-two-col-eq-img-container .cm-right-content p:first-of-type {
  margin-top: 20px;
}

.cm-two-col-eq-img-container .cm-right-content p+p {
  margin-top: 15px;
}

/* Web Dev Features */

.cm-wd-feat-container .cm-page-center {
  background-image: url(../services/web-dev/Path2431.png);
  background-position: center;
  background-repeat: no-repeat;
}

.cm-wd-feat-item .cm-wd-feat-inner {
  background-color: #fff;
  width: 250px;
  padding: 25px;
  height: 250px;
  margin: 20px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  opacity: 0;
  transition: all 500ms ease;
}

.cm-wd-feat-item:first-child .cm-wd-feat-inner {
  transition-delay: 100ms;
}

.cm-wd-feat-item:nth-child(2) .cm-wd-feat-inner {
  transition-delay: 300ms;
}

.cm-wd-feat-item:nth-child(3) .cm-wd-feat-inner {
  transition-delay: 500ms;
}

.active-section .cm-wd-feat-item .cm-wd-feat-inner {
  transform: scale(1);
  opacity: 1;
}

.cm-wd-feat-container .cm-wd-feat-item {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin-top: 40px;
}

.cm-wd-feat-container .cm-wd-feat-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../services/web-dev/Group1957.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.cm-wd-feat-container .cm-wd-feat-item:nth-child(2):after {
  background-image: url(../services/web-dev/Group1964.png);
}

.cm-wd-feat-container .cm-wd-feat-item:nth-child(3):after {
  background-image: url(../services/web-dev/circle-3.png);
}

.cm-wd-feat-item img {
  width: 32px;
  margin-bottom: 5px;
}

.cm-wd-feat-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

/* Web Dev Industry */

.cm-wd-ind-item {
  width: calc(20% - 15px);
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: all 300ms ease;
  text-align: center;
  color: #000;
  margin: 0 7.5px 15px;
  border: 1px solid #6c63ff;
}

.cm-wd-ind-item:hover {
  background-color: #6c63ff;
}

.cm-wd-ind-item .cm-wd-ind-img {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}

.cm-wd-ind-item .cm-wd-ind-img svg {
  width: 80px;
  height: 80px;
  fill: #6c63ff;
  transform: rotateY(0);
  transition: all 500ms ease;
}

.cm-wd-ind-item h4 {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  transition: letter-spacing 500ms ease;
}

.cm-wd-ind-item:hover h4 {
  color: #fff;
  letter-spacing: 0.5px;
}

.cm-wd-ind-item:hover .cm-wd-ind-img svg {
  fill: #000;
  transform: rotateY(360deg);
}

.cm-wd-ind-item:hover .cm-wd-ind-img svg *[fill="#6c63ff"] {
  fill: #000;
}

.cm-wd-ind-item:hover .cm-wd-ind-img {
  background-color: #fff;
  border-color: #fff;
}

/* Web Dev Services */

.cm-web-dev-services-container .cm-web-dev-services-wrapper {
  padding-top: 60px;
}

.cm-web-dev-services-wrapper .cm-web-dev-item {
  width: calc(33.33% - 30px);
  position: relative;
}

.cm-web-dev-services-wrapper .cm-web-dev-item img {
  max-width: 100%;
  object-fit: cover;
  width: calc(100% - 20px);
  height: 230px;
  margin: 10px;
  vertical-align: bottom;
}

.cm-web-dev-services-wrapper .cm-web-dev-item .cm-web-dev-item-img,
.cm-web-dev-services-wrapper .cm-web-dev-item img {
  background-color: #fff;
  border-radius: 0 0 0 32px;
}

.cm-web-dev-item .cm-web-dev-item-content {
  padding: 25px 10px 15px;
}

.cm-web-dev-item .cm-web-dev-item-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.cm-web-dev-item .cm-web-dev-item-content a {
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

.cm-web-dev-item .cm-web-dev-item-content p>a {
  font-weight: normal;
  text-decoration: underline;
}

.cm-web-dev-services-wrapper .cm-web-dev-item+.cm-web-dev-item:before {
  content: "";
  position: absolute;
  left: -15px;
  width: 1px;
  top: 0;
  height: 100%;
  background-color: #6c63ff;
}

.cm-web-dev-services-wrapper .cm-web-dev-item:nth-child(even) {
  display: flex;
  flex-flow: column-reverse;
}

.cm-web-dev-services-wrapper .cm-web-dev-item:nth-child(even) .cm-web-dev-item-content {
  padding-top: 10px;
  padding-bottom: 25px;
}

/* Web Dev Frameworks */

.cm-web-dev-frames-item {
  width: calc(33.33% - 30px);
  padding: 0 15px 25px;
  margin: 50px 15px;
  border-radius: 5px;
  border-bottom: 15px solid #000;
}

.cm-web-dev-frames-item .cm-web-dev-frames-img {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  margin: -65px auto 20px;
  transition: all 300ms ease;
}

.cm-web-dev-frames-wrapper {
  align-items: inherit;
}

.cm-web-dev-frames-item h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.cm-web-dev-frames-item .cm-web-dev-frames-img *[fill*="#fff"] {
  fill: #000;
}

.cm-web-dev-frames-item .cm-web-dev-frames-img.cm-inv-svg svg {
  filter: invert(1);
}

.cm-web-dev-frames-item:hover .cm-web-dev-frames-img {
  background-color: #6c63ff;
}

.cm-web-dev-frames-item:hover .cm-web-dev-frames-img.cm-inv-svg svg {
  filter: none;
}

.cm-web-dev-frames-item:hover .cm-web-dev-frames-img *[fill*="#fff"] {
  fill: #fff;
}

/* Responsive */

@media (max-width: 1200px) {
  .cm-wd-feat-item .cm-wd-feat-inner {
    width: 220px;
    height: 220px;
    margin-left: 2.5vw;
  }

  .cm-accom-container {
    padding-left: calc(2.5% + 15px);
    width: calc(100% - 470px);
  }
}

@media (max-width: 1023px) {
  .cm-wd-feat-item .cm-wd-feat-inner {
    width: 220px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
  }

  .cm-wd-feat-container .cm-wd-feat-item:after {
    background-image: none !important;
    border: 5px solid #6c63ff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .cm-wd-feat-container .cm-wd-feat-item:before {
    content: "01";
    width: 50px;
    position: absolute;
    height: 50px;
    top: -37px;
    color: #fff;
    left: 50%;
    background-color: #444348;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    z-index: 2;
    transform: translateX(-50%);
    line-height: 50px;
  }

  .cm-wd-feat-container .cm-wd-feat-item:nth-child(even):before {
    background-color: #6c63ff;
  }

  .cm-wd-feat-container .cm-wd-feat-item:nth-child(2):before {
    content: "02";
  }

  .cm-wd-feat-container .cm-wd-feat-item:nth-child(3):before {
    content: "03";
  }

  .cm-wd-feat-container .cm-wd-feat-item:nth-child(even):after {
    border-color: #444348;
  }

  .cm-web-dev-item .cm-web-dev-item-content h3 {
    font-size: 18px;
  }

  .cm-web-dev-item .cm-web-dev-item-content h3 {
    font-size: 18px;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item:last-child:before {
    content: none;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item {
    width: calc(50% - 30px);
    margin: 0 0 25px;
    width: 50%;
    padding: 0 30px;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item:last-child {
    margin-bottom: 0;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item+.cm-web-dev-item:before {
    left: 0;
  }

  .cm-web-dev-services-container .cm-web-dev-services-wrapper {
    justify-content: space-around;
  }

  .cm-wd-ind-item {
    width: calc(25% - 15px);
  }

  .cm-web-dev-frames-item {
    width: calc(50% - 30px);
  }

  .cm-section-h br {
    display: none;
  }

  .cm-accom-container {
    width: calc(100% - 330px);
    margin-top: -40px;
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .cm-wd-feat-container .cm-wd-feat-item {
    width: 50%;
    max-width: 100%;
  }

  .cm-wd-feat-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .cm-wd-feat-container .cm-wd-feat-item {
    width: 100%;
  }

  .cm-wd-feat-container .cm-wd-feat-item+.cm-wd-feat-item {
    margin-top: 80px;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item+.cm-web-dev-item:before {
    content: none;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item:nth-child(even) {
    flex-flow: column;
  }

  .cm-web-dev-services-wrapper .cm-web-dev-item {
    padding: 0;
  }

  .cm-wd-ind-item {
    width: calc(33.33% - 15px);
  }

  .cm-wd-ind-item .cm-wd-ind-img {
    width: 100px;
    height: 100px;
  }

  .cm-wd-ind-item .cm-wd-ind-img svg {
    width: 60px;
    height: 60px;
  }

  .cm-wd-ind-item h4 {
    font-size: 14px;
  }

  .cm-web-dev-frames-item {
    width: 100%;
    margin: 50px 0;
  }

  .cm-accom-container {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .cm-wd-feat-container .cm-wd-feat-item {
    width: 100%;
  }

  .cm-wd-feat-container .cm-wd-feat-item+.cm-wd-feat-item {
    margin-top: 80px;
  }
}

@media (max-width: 480px) {
  .cm-wd-ind-item {
    width: calc(50% - 15px);
  }

  .cm-web-dev-frames-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .cm-web-dev-frames-item .cm-web-dev-frames-img {
    width: 100px;
    height: 100px;
  }

  .cm-web-dev-frames-item .cm-web-dev-frames-img svg {
    width: 70%;
    height: 70%;
  }

  .cm-accom-container {
    margin-top: 30px;
    padding: 0;
  }

  .cm-accom-container .cm-accom-wrapper {
    display: block;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
  }

  .cm-accom-container .cm-accom-wrapper .cm-accom-item {
    width: 100%;
    padding: 0 15px;
  }

  .cm-accom-container .cm-accom-wrapper .cm-accom-item+.cm-accom-item {
    border: none;
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
  }

  .cm-accom-container .cm-accom-wrapper .cm-accom-item+.cm-accom-item:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
  }

  .cm-hero-banner-container .cm-image-col .cm-clutch-img {
    max-width: 120px;
  }
}

@media (max-width: 400px) {
  .cm-wd-ind-item {
    width: calc(100% - 15px);
  }
}