@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/static/Manrope-Regular.ttf") format("truetype");
  font-display: swap;
}

.nmx-wrap-container.clients {
  max-width: 1560px;
  margin-top:150px;
}

ul.clients {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.client {
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.client img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.client a {
  color: inherit;
  text-align: center;
}
.client a:hover {
  text-decoration: none;
}
.client__logo {
  display: block;
  position: relative;
}
.client__info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  display: none;
}
.portfolio-section + .section {
  padding-top:100px;
}
@media (max-width: 480px) {
  .client__info {
    display: flex;
  }
  .client__info span {
    color: white;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
  }
  .client__info .client__name {
    text-transform: capitalize;
    font-size: 26px;
    line-height: 35px;
  }
  .nmx-wrap-container.clients {
    padding-top:70px;
  }
  .portfolio-section + .section {
    padding-top:20px;
  }
}
@media (min-width: 480px) {
  .client {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .client {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1024px) {
  .client__logo:hover .client__tags {
    opacity: 1;
    background: linear-gradient(0deg, rgba(0,0,0,0.9178265056022409) 0%, rgba(0,0,0,0) 100%);
  }
}
@media (min-width: 1280px) {
  .client {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.header-main {
  box-shadow: none !important;
}

.client__tags {
  background: transparent;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 14px;
  padding: 15px 40px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  text-align: left;
}
@media (max-width: 1024px){
  .client__tags {
    opacity: 1;
  }
}
@media (max-width: 768px){
  .client .client__info {
    display: none;
  }
}
  .client__tags h3 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 62px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .client__tags {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px){

  .client__tags > span > span:last-child {
    display: none;
  }
}

#navBreadCrumb.breadcrumb {
  display: none !important;
}
@media (max-width: 480px) {
  #navBreadCrumb.breadcrumb {
    /* display: block !important; */
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize !important;
    background: white !important;
    color: #171717;
    padding: 30px 0 12px !important;
  }
  #navBreadCrumb.breadcrumb .separator {
    top: -3px;
  }
  #navBreadCrumb.breadcrumb .nmx-wrap-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#portfolio > h1 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  text-transform: capitalize !important;
  color: #171717;
  text-align: left;
  padding: 60px 0 40px ;
  max-width: 960px;
}

@media (max-width: 960px) {
  .client__tags-description {
    display: none;
  }
  .client__tags h3 {
    font-size: 28px;
    line-height: 1.3em;
  }
  #portfolio > h1 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 50px 0 30px;
    max-width: 630px;
    margin: auto;
  }
}

@media (max-width: 600px) {
  #portfolio > h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  #portfolio > h1 {
    font-size: 26px;
    line-height: 35px;
    padding: 0 0 40px;
  }
  #contentMainWrapper {
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  #portfolio > h1 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 30px;
  }
}

.nmx-client-review-user-profile + img {
  margin-top: 35px;
}

.owl-carousel .owl-stage-outer {
  padding: 0;
  width: auto;
  max-width: none;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  padding: 0;
  width: auto;
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-dots button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.owl-carousel .owl-nav button.disabled,
.owl-carousel .owl-dots button.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.owl-carousel .owl-nav button.active,
.owl-carousel .owl-dots button.active {
  cursor: default;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav {
  width: auto;
}

.owl-carousel .owl-nav svg {
  display: block;
  height: 31px;
  width: 17px;
}

.owl-carousel .owl-nav button {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button:hover svg {
  fill: #3359cc;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav .owl-next {
  right: 0px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}

@media (min-width: 1300px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 100px;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 100px;
  }
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.owl-carousel .owl-dots button {
  background: #57C1F2;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.owl-carousel .owl-dots button:hover {
  background: #57C1F2;
}

.owl-carousel .owl-dots button.active {
  background: #068FCE;
}

.owl-carousel .owl-dots button.active {
  height: 7px;
  width: 7px;
  background: #068FCE;
}

.owl-carousel .owl-dots button+button {
  margin-left: 5px;
}

.owl-carousel .owl-dots:empty {
  display: none;
}

.owl-carousel .owl-dots {
  margin-top: 30px;
}

/* NEW PORTFOLIO SECTION START  */
.portfolio-section * {
  margin:0;
  padding:0;
}

.portfolio-section {
  margin:0;
  /* padding:60px 30px; */
}

.portfolio-section .portfolio-section-content {
  max-width:1560px;
  margin:auto;
}

.portfolio-section .title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 62px;
  text-transform: capitalize;
  color: #171717;
  text-align: left;
  padding-bottom:132px;
  max-width: 960px;
}

.portfolio-section .portfolio-list {
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  flex-wrap:wrap;
}

.portfolio-section .portfolio-list .item {
  display:block;
  width:calc(25% - 15px);
  margin-bottom:20px;
}

.portfolio-section .portfolio-list .item:not(:nth-of-type(4n)) {
  margin-right:20px;
}

.portfolio-section .portfolio-list .item .item-inner {
  width:100%;
  position:relative;
  height:0;
  padding-top:100%;
}
.portfolio-section .portfolio-list .item .item-inner img.item-img {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:block;
  transition:all 0.5s;
  max-height:unset !important;
  object-fit:cover;
}

.portfolio-section .portfolio-list .item .item-inner .details {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  transition:all 0.5s;
  z-index:1;
}

.portfolio-section .portfolio-list .item .item-inner .details img {
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  object-fit:cover;
  max-height:unset !important;
}

.portfolio-section .portfolio-list .item .item-inner .details span.inner-content {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
  width:100%;
  height:100%;
  padding:0 20px 30px;
  box-sizing:border-box;
  background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.portfolio-section .portfolio-list .item .item-inner .details span.inner-content .title {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  padding:0;
  margin-bottom:8px;
}

.portfolio-section .portfolio-list .item .item-inner .details span.inner-content p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align:center;
  color: #FFFFFF;
}

.portfolio-section .portfolio-list .item .item-inner:hover > .details {
  opacity:1;
}

.portfolio-section .portfolio-list .item .item-inner:hover > img.item-img {
  opacity:0;
}

@media screen and (max-width:1024px) {
  .portfolio-section .portfolio-list .item {
      display:block;
      width:calc(33.333% - 15px);
      margin-bottom:20px;
  }

  .portfolio-section .portfolio-list .item:nth-of-type(3n) {
      margin-right:0;
  }
  
  .portfolio-section .portfolio-list .item:not(:nth-of-type(3n)) {
      margin-right:20px;
  }
}


@media screen and (max-width:768px) {
  .portfolio-section .portfolio-list .item {
      display:block;
      width:calc(50% - 10px);
      margin-bottom:20px;
  }

  .portfolio-section .portfolio-list .item:nth-of-type(even) {
      margin-right:0;
  }
  
  .portfolio-section .portfolio-list .item:not(:nth-of-type(even)) {
      margin-right:20px;
  }
}

@media screen and (max-width:460px) {
  .portfolio-section .title {
      font-weight: 500;
      font-size: 26px;
      line-height: 35px;
      padding-bottom:60px;
  }
  .portfolio-section .portfolio-list .item {
      width:100%;
      margin-bottom:20px;
      margin-right:0;
  }
  .portfolio-section .portfolio-list .item:not(:nth-of-type(even)) {
      margin-right:0;
  }
  .portfolio-section .portfolio-list .item .item-inner img.item-img {
      display:none;
  }
  
  .portfolio-section .portfolio-list .item .item-inner .details {
      opacity:1;
  }
}
/* NEW PORTFOLIO SECTION END  */
