.bg-arnath {
  background: #6b1634;
}
.arnath-color {
  color: #c6b88b;
}
.suryam-arnath-page .clients {
  background: #f4f0df;
}
.location-sec {
  background: #f4f0df;
}
.suryam-arnath-page .clients .bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.suryam-arnath-page .gallery-project-sec {
  background: #f4f0df;
}
.suryam-arnath-page .clients .brands .item .link {
  font-size: 18px;
  color: #6c1535;
}
[data-overlay-dark] .project-animation-text span {
  color: #fff;
}
.project-animation-text h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.suryam-arnath-page .portfolio .gallery .items .item-img img {
  height: 360px;
  object-fit: cover
}
.suryam-arnath-page .clients .brands .img {
  max-width: 90px;
  border-radius: 50%;
  border: 2px solid #6c1535;
}
.arnath-list {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.arnath-list {
  display: grid;
  gap: 10px;
  column-count: 2;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
.arnath-list li {
    margin-left: 20px;
    line-height: normal;
}
.arnath-list li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: #d0c192;
  position: absolute;
  top: auto;
  margin-top: 5px;
  left: auto;
  border-radius: 50%;
  margin-left: -20px;
}
.suryam-arnath-logo img {
  filter: brightness(0) invert(1);
}
.suryam-arnath-logo {
  max-width: 360px;
  margin: 0 auto 30px !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  display: none;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 0px !important;
}
.brands {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.location-sec h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}
.location-sec .arnath-list {
  color: #000;
  display: grid;
  gap: 10px;
  column-count: 3;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
  margin-bottom: 0;
}
.location-sec .imgsec {
  border: 1px solid #dadada;
  margin: 0px;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .location-sec .arnath-list {
    column-count: 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .location-sec .arnath-list {
    column-count: 1;
    grid-template-columns: repeat(1, 1fr);
  }
	.arnath-list {
    column-count: 1;
    grid-template-columns: repeat(1, 1fr);    
}
  .suryam-arnath-page .clients .brands {
    padding: 10px 10px;
  }
  .suryam-arnath-page .clients .brands .item .link {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
  }
  /*
  .suryam-arnath-page .clients .brands {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    
  }
*/
}
@media only screen and (min-width: 1025px) {
  .desktop-none {
    display: none;
  }
}