@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.pink {
  color: #F800BE;
}

.green {
  color: #03F5ED;
}

.purple {
  color: #7D00F8;
}

.l-grey {
  color: #AFAFAF;
}

.grey {
  color: #181818;
}

.d-grey {
  color: #2B2B2B;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.background-white {
  background: #fff;
  color: #000;
}

h1, h2 {
  font-weight: 900;
}

h1 {
  line-height: 5rem;
  font-size: 5rem;
}
@media (min-width: 992px) {
  h1 {
    line-height: 5rem;
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    line-height: 7rem;
    font-size: 7rem;
  }
}
@media (min-width: 1740px) {
  h1 {
    line-height: 9rem;
    font-size: 9rem;
  }
}

h2 {
  line-height: 5rem;
  font-size: 5rem;
}
@media (max-width: 720px) {
  h2 {
    line-height: 4.5rem;
    font-size: 4rem;
  }
}

h3 {
  line-height: 4rem;
  font-size: 4rem;
}
@media (max-width: 720px) {
  h3 {
    line-height: 3.5rem;
    font-size: 3.5rem;
  }
}

h4 {
  line-height: 4rem;
  font-size: 3rem;
}

h5 {
  line-height: 3.5rem;
  font-size: 3rem;
}
@media (max-width: 720px) {
  h5 {
    line-height: 3rem;
    font-size: 2.5rem;
  }
}

h6 {
  line-height: 2.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

p, li {
  line-height: 2.2rem;
  font-size: 1.6rem;
}
p a, li a {
  color: inherit;
}
p a:hover, li a:hover {
  color: inherit;
}

.title {
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.hero {
  position: relative;
}
.hero .post-head {
  margin: 1em 0;
}
@media (min-width: 992px) {
  .hero .post-head {
    margin: 1em;
  }
}
.hero .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-size: cover !important;
  background-position: center !important;
}
.hero .video {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.hero .video video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0) 75%);
  background: -webkit-linear-gradient(top, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0) 75%);
  background: linear-gradient(to bottom, rgb(43, 43, 43) 0%, rgba(43, 43, 43, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2b2b2b", endColorstr="#002b2b2b",GradientType=0 );
}
.hero .breadcrumbs {
  display: none;
}
@media (min-width: 992px) {
  .hero .breadcrumbs {
    display: block;
    padding-top: 15rem !important;
    padding-bottom: 7.5rem !important;
  }
}
.hero .container {
  padding-top: 15rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .hero .container {
    padding-top: 0;
    padding-bottom: 10.5rem;
  }
}
@media (min-width: 1740px) {
  .hero .container {
    padding-top: 0;
    padding-bottom: 10.5rem;
  }
}
.hero .container .posts .post-type {
  min-width: 220px;
}
.hero .container .posts .post, .hero .container .posts .post-type {
  height: auto;
  border: 0.5rem solid;
  padding: 0 2rem;
  border-radius: 0.4rem;
  box-shadow: 0rem 0rem 1rem 0.1rem;
  position: relative;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
@media (min-width: 992px) {
  .hero .container .posts .post, .hero .container .posts .post-type {
    height: 30rem;
  }
}
.hero .container .posts .post .background, .hero .container .posts .post-type .background {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  position: absolute;
  top: 0rem;
  bottom: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
  opacity: 0.25;
}
@media (min-width: 992px) {
  .hero .container .posts .post .background, .hero .container .posts .post-type .background {
    opacity: 1;
  }
}
.hero .container .posts .post h6, .hero .container .posts .post-type h6 {
  color: #fff;
  padding: 1rem 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  text-align: center;
  position: relative;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .hero .container .posts .post h6, .hero .container .posts .post-type h6 {
    padding: 0 0 2rem 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: relative;
  }
}
.hero .container .posts .post p, .hero .container .posts .post-type p {
  display: none;
  position: relative;
  color: #fff;
  padding: 0.5rem 0;
}
.hero .container .posts .post:nth-of-type(3n+1), .hero .container .posts .post-type:nth-of-type(3n+1) {
  border-color: #F800BE;
  color: #F800BE;
  background: #F800BE;
}
.hero .container .posts .post:nth-of-type(3n+1) .link:before, .hero .container .posts .post-type:nth-of-type(3n+1) .link:before {
  background: #03F5ED;
}
.hero .container .posts .post:nth-of-type(3n+2), .hero .container .posts .post-type:nth-of-type(3n+2) {
  border-color: #1EEAE3;
  color: #1EEAE3;
  background: #1EEAE3;
}
.hero .container .posts .post:nth-of-type(3n+2) .link:before, .hero .container .posts .post-type:nth-of-type(3n+2) .link:before {
  background: #7D00F8;
}
.hero .container .posts .post:nth-of-type(3n+3), .hero .container .posts .post-type:nth-of-type(3n+3) {
  border-color: #7D00F8;
  color: #7D00F8;
  background: #7D00F8;
}
.hero .container .posts .post:nth-of-type(3n+3) .link:before, .hero .container .posts .post-type:nth-of-type(3n+3) .link:before {
  background: #F800BE;
}
@media (min-width: 992px) {
  .hero .container .posts .post:hover {
    box-shadow: 0rem 0rem 2rem 0.5rem;
  }
  .hero .container .posts .post:hover .background {
    height: 12rem;
    width: 12rem;
    top: 5rem;
    border-radius: 100%;
    transition: 0.3s all;
    -webkit-transition: all 0.3s;
  }
}
.hero .container .posts .post-type {
  position: relative;
}
.hero .container .posts .post-type .link {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.hero .container .posts .post-type .link:before {
  content: " ";
  height: 0.3rem;
  width: 100%;
  position: absolute;
  bottom: 0rem;
}
@media (min-width: 992px) {
  .hero .container .posts .post-type:hover {
    box-shadow: 0rem 0rem 2rem 0.2rem;
  }
  .hero .container .posts .post-type:hover .background {
    opacity: 0;
    transition: 0.2s all;
    -webkit-transition: all 0.2s;
  }
  .hero .container .posts .post-type:hover h6 {
    padding: 2rem 0 0.5rem 0;
    align-items: flex-start;
    height: auto;
    font-size: 2em;
  }
  .hero .container .posts .post-type:hover p {
    display: inline-block;
  }
}

.home .hero .container {
  padding-top: 15rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .home .hero .container {
    padding-top: 22.5rem;
    padding-bottom: 22.5rem;
  }
}
@media (min-width: 1740px) {
  .home .hero .container {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
}

@media (min-width: 992px) {
  .hero .offset-lg-1.posts-outer {
    margin-left: 2.3%;
  }
  .hero .offset-lg-1.posts-outer .post {
    min-width: 200px;
  }
  .hero .post-type {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.header .breadcrumbs {
  display: none;
}
@media (min-width: 992px) {
  .header .breadcrumbs {
    display: block;
    padding-top: 15rem !important;
    padding-bottom: 2rem !important;
  }
}
.header .container {
  padding-top: 12rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .header .container {
    padding-top: 0;
  }
}
.header .image {
  background-size: auto 35rem !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  min-height: 50rem;
  border: 0.2rem solid #E0E0E0;
  margin: 0;
}
@media (min-width: 992px) {
  .header .image {
    margin: 0 8rem 0 0;
  }
}

@media (min-width: 992px) {
  .home .header {
    padding-top: 12rem;
  }
}

.fa {
  transition: all 0.3s ease;
}

.fa-active {
  transform: rotate(-90deg);
}

.button {
  padding: 0.75rem 5rem;
  margin: 1rem 1.5rem 0 0;
  display: inline-block;
  color: #f3f3f3;
  border-radius: 0.4rem;
  border: 0.3rem solid;
  line-height: 2.5rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
@media (max-width: 500px) {
  .button {
    width: 100%;
    text-align: center;
  }
}
.button:hover {
  color: #fff;
}
.button--pink {
  background: #F800BE !important;
  border-color: #F800BE !important;
}
.button--pink:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #F800BE;
}
.button--pink-line {
  background: none !important;
  border-color: #F800BE !important;
}
.button--pink-line:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #F800BE;
}
.button--green {
  background: #03F5ED !important;
  border-color: #03F5ED !important;
}
.button--green:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #03F5ED;
}
.button--green-line {
  background: none !important;
  border-color: #03F5ED !important;
}
.button--green-line:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #03F5ED;
}
.button--purple {
  background: #7D00F8 !important;
  border-color: #7D00F8 !important;
}
.button--purple:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #7D00F8;
}
.button--purple-line {
  background: none !important;
  border-color: #7D00F8 !important;
}
.button--purple-line:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #7D00F8;
}
.button--enquire {
  background: #10DBD3 !important;
  border-color: #10DBD3 !important;
}
.button--enquire:hover {
  box-shadow: 0rem 0rem 1rem 0.1rem #00FFF5;
  background: #00FFF5 !important;
  border-color: #00FFF5 !important;
}

.button.custom-button {
  color: #AFAFAF;
  border-color: #AFAFAF;
}
.button.custom-button:hover {
  color: #f3f3f3;
  background: #7D00F8 !important;
  border-color: #7D00F8 !important;
}

.contact {
  padding: 2.5rem 0;
}
.contact .title {
  color: #F800BE;
  text-transform: uppercase;
  margin: 0;
}
.contact .icon i {
  color: #fff;
  font-size: 2rem;
  margin: 0 2rem 0 0;
}
.contact h3, .contact h4 {
  font-weight: 900;
}
.contact a {
  color: #fff;
}

form h4 p strong {
  font-size: 3rem !important;
  line-height: 3rem !important;
}
form h1 strong p {
  font-size: 5rem !important;
  line-height: 5rem !important;
}

.form {
  background: #535353;
  padding: 2.5rem;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .form {
    padding: 5rem;
  }
}
.form .wpcf7 input, .form .wpcf7 textarea, .form .wpcf7 select {
  background: #181818;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .form .wpcf7 .wpcf7-list-item {
    margin: 1rem 0 2rem 0;
  }
}
@media (min-width: 992px) {
  .form .wpcf7 .wpcf7-list-item.last {
    margin: 1rem 0 2rem 4rem;
  }
}

.wpcf7 select, .wpcf7 input[type=date] {
  color: #AFAFAF !important;
}
.wpcf7 select {
  padding: 1.25rem 1.5rem !important;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  width: 100%;
  padding: 1rem 1.5rem;
  outline: 0;
  border: none;
  border-radius: 0.4rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #fff;
  background: #535353;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder, .wpcf7 select::placeholder {
  color: #AFAFAF;
}
.wpcf7 input[type=”your-date”] {
  color: red !important;
}
.wpcf7 .wpcf7-list-item {
  margin: 1rem 0;
  display: block;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-list-item {
    margin: 0.75rem 0 0.75rem 0;
    display: inline-block;
  }
}
.wpcf7 .wpcf7-list-item.last {
  margin: 1rem 0 2rem 0;
}
@media (min-width: 992px) {
  .wpcf7 .wpcf7-list-item.last {
    margin: 0.75rem 0 0.75rem 4rem;
  }
}
.wpcf7 .wpcf7-checkbox input, .wpcf7 .wpcf7-acceptance input {
  background-color: #181818;
  border-radius: 0.4rem;
  vertical-align: middle;
  border: 0.3rem solid #AFAFAF;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-checkbox input:checked, .wpcf7 .wpcf7-acceptance input:checked {
  background-color: #AFAFAF;
}
.wpcf7 .wpcf7-checkbox span, .wpcf7 .wpcf7-acceptance span {
  line-height: 2.5rem;
  font-size: 1.6rem;
  color: #AFAFAF;
}
.wpcf7 .wpcf7-checkbox input {
  padding: 1rem;
  width: 1rem;
  height: 1rem;
  margin: 0rem 1rem 0rem 0;
}
.wpcf7 .wpcf7-checkbox span {
  text-transform: uppercase;
}
.wpcf7 .wpcf7-acceptance input {
  padding: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0rem 0.5rem 0rem 0;
}
.wpcf7 .wpcf7-acceptance span {
  line-height: 2rem;
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-submit {
  margin-right: 0;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  display: block;
  margin: 1rem auto;
}

@media (max-width: 991px) {
  .is-search-form {
    margin-top: 1em;
  }
}
.icons {
  padding: 6rem 0;
}
@media (min-width: 992px) {
  .icons div.col-12.text-center {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.icons .icon {
  border: 0.5rem solid;
  padding: 2rem 2rem;
  border-radius: 0.4rem;
  box-shadow: 0rem 0rem 1rem 0.1rem;
  position: relative;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
  min-width: 160px;
}
@media (min-width: 992px) {
  .icons .icon {
    padding: 4rem 2rem;
  }
}
.icons .icon .fa-icon {
  margin: 1rem 0 4rem 0;
  position: relative;
  padding: 3rem;
  display: inline-block;
  border-radius: 100%;
}
.icons .icon .fa-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 2.4rem;
}
.icons .icon h6 {
  color: #fff;
}
.icons .icon:nth-of-type(3n+1) {
  border-color: #F800BE;
  color: #F800BE;
}
.icons .icon:nth-of-type(3n+1) .fa-icon {
  background: #F800BE;
}
.icons .icon:nth-of-type(3n+2) {
  border-color: #03F5ED;
  color: #03F5ED;
}
.icons .icon:nth-of-type(3n+2) .fa-icon {
  background: #03F5ED;
}
.icons .icon:nth-of-type(3n+3) {
  border-color: #7D00F8;
  color: #7D00F8;
}
.icons .icon:nth-of-type(3n+3) .fa-icon {
  background: #7D00F8;
}

@media (max-width: 700px) {
  .section div.section-iframe {
    width: 100% !important;
  }
}
.section iframe {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.section-image-overlay {
  position: relative;
  padding: 0 0 5rem 0;
  background: #000;
}
@media (min-width: 992px) {
  .section-image-overlay {
    padding: 10rem 0;
  }
}
.section-image-overlay .image {
  position: relative;
  background-repeat: no-repeat !important;
  height: 25rem;
  width: 100%;
  background-position: center !important;
  margin-bottom: -10rem;
}
@media (min-width: 992px) {
  .section-image-overlay .image {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 60%;
  }
}
.section-image-overlay .image:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15rem;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
@media (min-width: 992px) {
  .section-image-overlay .image:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    height: 100%;
    width: 10rem;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 );
  }
}
.section-image-overlay .text {
  position: relative;
  z-index: 2;
}

.insta-about {
  font-size: 40px;
}

.accordions {
  padding: 6rem 0;
}
.accordions .accordion-item {
  color: #fff;
  background: none;
  border: none;
}
.accordions .accordion-item .accordion-header {
  border-bottom: 0.2rem solid rgba(175, 175, 175, 0.5);
}
.accordions .accordion-item .accordion-header .accordion-button h6 {
  margin: 1rem 0;
}
.accordions .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #AFAFAF;
  margin-right: 1rem;
}
.accordions.background-white .accordion-item {
  color: #000;
}
.accordions.background-white .accordion-item .accordion-header {
  border-color: #E0E0E0;
}
.accordions.background-white .accordion-item .accordion-header .accordion-button::after {
  color: #000;
}

.breadcrumbs {
  position: relative;
  color: #AFAFAF;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.breadcrumbs span, .breadcrumbs a, .breadcrumbs p {
  line-height: 1.2rem;
  font-size: 1.2rem;
}
.breadcrumbs span span a {
  margin: 0 1rem;
}
.breadcrumbs span span span {
  margin: 0 1rem;
}
.breadcrumbs span span span span, .breadcrumbs span span span a, .breadcrumbs span span span p {
  color: #AFAFAF;
  margin: 0 1rem;
  text-decoration: none;
}
.breadcrumbs .back {
  color: #F800BE;
  text-decoration: underline;
  margin: 0 1rem;
}
.breadcrumbs .heading {
  position: absolute;
  left: 0;
  bottom: 4rem;
  background: #F800BE;
  padding: 1rem 3.5rem 1rem 9rem;
  border-radius: 0 5rem 5rem 0;
}

.related-case-studies .related-case-study {
  position: relative;
  height: auto;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 992px) {
  .related-case-studies .related-case-study {
    height: 50rem;
  }
}
.related-case-studies .related-case-study_overlay {
  position: relative;
  background: rgba(43, 43, 43, 0.75);
  width: 100%;
  height: 100%;
  content: "";
}
@media (min-width: 992px) {
  .related-case-studies .related-case-study_overlay {
    position: absolute;
  }
}
.related-case-studies .related-case-study .container {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .related-case-studies .related-case-study .container {
    position: absolute;
    bottom: 0;
    padding-top: 3.5rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.related-case-studies .related-case-study.slick-slide {
  cursor: pointer;
}

.post-action {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 4em 0;
}
.post-action__prev, .post-action__next {
  color: #fff;
  border-bottom: 3px solid #E0E0E0;
  opacity: 0.5;
  letter-spacing: 0.5px;
  font-size: 20px;
}
.post-action__prev:hover, .post-action__next:hover {
  opacity: 1;
  color: #fff;
  border-bottom: 3px solid #FF00C3;
}
.post-action__prev {
  margin-right: auto;
}
.post-action__next {
  margin-left: auto;
}

.related-product-categories {
  padding: 6rem 0;
}
.related-product-categories a {
  color: #fff;
}
.related-product-categories .slick-track {
  display: flex !important;
}
.related-product-categories .slick-track .slick-slide {
  margin: 0 1rem;
  height: inherit !important;
}
.related-product-categories .related-product-category {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 3rem 3rem 10rem 3rem;
  color: inherit;
  border-radius: 1rem;
}
.related-product-categories .related-product-category .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2B2B2B;
  opacity: 0.5;
}
.related-product-categories .related-product-category * {
  position: relative;
}
.related-product-categories .related-product-category .link {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.related-product-categories .related-product-category .link:before {
  content: " ";
  height: 0.3rem;
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  background: #03F5ED;
}

.related-blogs {
  padding: 0rem 0 6rem 0;
}
.related-blogs a {
  color: #fff;
}
.related-blogs .slick-track {
  display: flex !important;
}
.related-blogs .slick-track .slick-slide {
  margin: 0 1rem;
  height: inherit !important;
}
.related-blogs .related-blog {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 3rem 3rem 10rem 3rem;
  color: inherit;
  border-radius: 1rem;
}
.related-blogs .related-blog .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2B2B2B;
  opacity: 0.5;
}
.related-blogs .related-blog * {
  position: relative;
}
.related-blogs .related-blog .link {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.related-blogs .related-blog .link:before {
  content: " ";
  height: 0.3rem;
  width: 100%;
  position: absolute;
  bottom: -0.5rem;
  background: #03F5ED;
}

.related-products .related-product {
  color: #000;
  border-bottom: 0.3rem solid #E0E0E0;
  margin: 0 5rem;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
.related-products .related-product .image {
  background-size: auto 15rem !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  min-height: 20rem;
  margin: 0;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
.related-products .related-product:hover {
  border-color: #F800BE;
}
.related-products .related-product:hover .image {
  background-size: auto 16rem !important;
}

.background-white .title-section {
  background: #fff;
}
.background-white .product-section {
  background: #E0E0E0;
}
.background-white .related-products .related-product {
  border-bottom: 0.2rem solid #AFAFAF;
}

.background-black .product-section {
  background: #fff;
}

.product-categories {
  padding: 4rem 0;
}
.product-categories .product-category {
  margin: 0;
  border-bottom: 0.3rem solid #AFAFAF;
  color: #fff;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
@media (min-width: 992px) {
  .product-categories .product-category {
    margin: 0 1rem;
  }
}
.product-categories .product-category:hover {
  border-color: #F800BE;
}
.product-categories .product-category .image {
  background-size: cover !important;
  background-position: center !important;
  height: 20rem;
}
.product-categories .product-category p {
  margin: 1rem 0;
  line-height: 2.5rem;
  font-size: 1.6rem;
}
.product-categories .product-category {
  height: 100%;
}
.product-categories .product-category__last-item {
  border-bottom: none !important;
  position: relative;
  background: #474747;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
  min-height: 200px;
}
.product-categories .product-category__last-item p {
  letter-spacing: 0.36px;
  color: #FF00C3;
  text-transform: uppercase;
  font-size: 16px;
}
.product-categories .product-category__last-item h3 {
  letter-spacing: 1px;
  color: #FFFFFF;
  font-weight: 800;
  padding-bottom: 10px;
}

.product-tax {
  background: #fff;
}
.product-tax_title {
  font-weight: bolder;
  color: #333;
}
.product-tax_title:first-letter {
  text-transform: uppercase;
}
.product-tax_header {
  color: #333;
}
.product-tax .row {
  background: #E0E0E0;
  padding-left: 1rem;
  padding-right: 1rem;
}
.product-tax .row:before {
  display: none;
}
.product-tax .product-category {
  box-shadow: 0rem 0rem 1rem 0.1rem;
  -webkit-box-shadow: 0rem 0rem 1rem 0.1rem;
  border: 2px solid #F5F5F5;
  min-height: 134px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.product-tax .product-category p {
  color: #fff;
  text-align: center;
  padding: 0rem 1rem;
  z-index: 9;
}
.product-tax .product-category .category-overlay {
  height: 100%;
  width: 0;
  background: #FF00C3;
  position: absolute;
  left: 0;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
.product-tax .product-category:hover {
  background: #FF00C3;
  box-shadow: 0rem 0rem 1rem 0.1rem;
  -webkit-box-shadow: 0rem 0rem 1rem 0.1rem;
  text-decoration: none !important;
}
.product-tax .product-category:hover p {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.product-tax .product-category:hover .category-overlay {
  width: 100%;
}
@media (min-width: 992px) {
  .product-tax .product-category {
    margin: 0;
  }
}

.product-tax_footer {
  background: #fff;
}
.product-tax_footer .container {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.product-tax_footer .container p {
  color: #2B2B2B;
  padding: 3rem 0;
  border-top: 1px solid #E0E0E0;
}

@media only screen and (min-width: 500px) and (max-width: 991px) {
  .product-categories > .container > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.products {
  padding: 6rem 0;
}
.products .product {
  color: #000;
}
.products .product .image {
  border: 0.3rem solid #E0E0E0;
  background-size: auto 15rem !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  min-height: 20rem;
  margin: 0;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
.products .product p {
  padding: 1rem 0;
  border-bottom: 0.3rem solid #E0E0E0;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
.products .product:hover .image {
  background-size: auto 16rem !important;
}
.products .product:hover p {
  border-color: #F800BE;
}
.products .product-text {
  border-top: 0.2rem solid #E0E0E0;
}

.team-members {
  padding: 10rem 0;
  margin: auto;
  overflow: hidden;
}
.team-members .slick-list {
  overflow: visible;
}
.team-members .slick-list .slick-track {
  display: flex !important;
}
.team-members .slick-list .slick-track .slick-slide {
  margin: 0 1rem;
  height: inherit !important;
  background: #363636;
  cursor: pointer;
}
@media (min-width: 1800px) {
  .team-members .slick-list .slick-track .slick-slide {
    max-width: 260px;
  }
}
.team-members .slick-list .slick-track .slick-slide:hover {
  transition: transform 0.5s;
  transform: scale(1.2);
  z-index: 2;
}
.team-members .slick-prev, .team-members .slick-next {
  position: absolute;
  bottom: 6rem;
  font-size: 0;
  background: none;
  border: none;
  padding: 0;
}
.team-members .slick-prev:before, .team-members .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #AFAFAF;
}
.team-members .slick-prev {
  left: 1rem;
}
@media (min-width: 992px) {
  .team-members .slick-prev {
    left: 30%;
  }
}
.team-members .slick-prev:before {
  content: "\f053";
}
.team-members .slick-next {
  right: 1rem;
}
@media (min-width: 992px) {
  .team-members .slick-next {
    right: 30%;
  }
}
.team-members .slick-next:before {
  content: "\f054";
}
.team-members .slick-dots {
  margin-top: 6rem;
  text-align: center;
}
.team-members .slick-dots li {
  display: inline-block;
}
.team-members .slick-dots li button {
  background: #AFAFAF;
  font-size: 0;
  height: 0.2rem;
  width: 2rem;
  border: none;
}
.team-members .slick-dots .slick-active button {
  background: #F800BE;
}
.team-members .inner {
  position: relative;
}
.team-members .team-member {
  border: 0.5rem solid;
  padding: 4rem 2rem 2rem 2rem;
  border-radius: 0.4rem;
  box-shadow: 0rem 0rem 1rem 0.1rem;
  position: relative;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
.team-members .team-member:hover .icon {
  opacity: 1;
}
.team-members .team-member .icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0;
  transition: 0.1s all;
  -webkit-transition: all 0.1s;
}
.team-members .team-member .image {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.team-members .team-member h6, .team-members .team-member p {
  color: #fff;
}
.team-members .team-member .overlay.active-member {
  visibility: visible;
}
.team-members .team-member .overlay {
  visibility: hidden;
  z-index: 999;
  overflow-y: scroll;
  padding: 2rem;
  position: absolute;
  top: -5rem;
  bottom: -5rem;
  left: -5rem;
  right: -5rem;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
  box-shadow: 0rem 0rem 1rem 0.1rem;
}
.team-members .team-member .overlay h6 {
  font-weight: 700;
}
.team-members .team-member .overlay::-webkit-scrollbar {
  background: none;
  width: 1rem;
}
.team-members .team-member .overlay::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 1rem;
  opacity: 0.5;
  margin-right: 1rem;
  width: 1rem;
}
.team-members .team-member .overlay .image {
  width: 6rem;
  height: 6rem;
}
.team-members .team-member .overlay .skill i {
  margin-right: 0.5rem;
}
.team-members .team-member:nth-of-type(3n+1) {
  border-color: #F800BE;
  color: #F800BE;
}
.team-members .team-member:nth-of-type(3n+1) .fa-icon {
  background: #F800BE;
}
.team-members .team-member:nth-of-type(3n+1) .overlay {
  background: #F800BE;
}
.team-members .team-member:nth-of-type(3n+2) {
  border-color: #1EEAE3;
  color: #1EEAE3;
}
.team-members .team-member:nth-of-type(3n+2) .fa-icon {
  background: #1EEAE3;
}
.team-members .team-member:nth-of-type(3n+2) .overlay {
  background: #1EEAE3;
}
.team-members .team-member:nth-of-type(3n+3) {
  border-color: #7D00F8;
  color: #7D00F8;
}
.team-members .team-member:nth-of-type(3n+3) .fa-icon {
  background: #7D00F8;
}
.team-members .team-member:nth-of-type(3n+3) .overlay {
  background: #7D00F8;
}

.packages {
  padding: 0rem 0 6rem 0;
}
.packages .package {
  padding: 3rem 2.5rem 8rem 3rem;
  background: #535353;
  position: relative;
}
.packages .package .feature i {
  color: #03F5ED;
  margin-right: 0.5rem;
}
.packages .package .button {
  position: relative;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 0.75rem 0;
}

.what-we-do {
  padding: 6rem 0;
}
.what-we-do .masonry-item > div {
  color: #fff;
  position: relative;
}
.what-we-do .masonry-item > div h6 {
  text-transform: capitalize;
  letter-spacing: 0;
}
.what-we-do .masonry-item > div img {
  max-width: 100%;
  height: auto;
}
.what-we-do .masonry-item > div .link, .what-we-do .masonry-item > div .popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.what-we-do .masonry-item > div .popup {
  cursor: pointer;
}
.what-we-do .masonry-item .post .content, .what-we-do .masonry-item .case-studies .content {
  display: none;
}
.what-we-do .masonry-item .testimonials {
  background: #8000FF;
  padding: 5rem 4rem;
}
.what-we-do .masonry-item .testimonials .title, .what-we-do .masonry-item .testimonials .date {
  display: none;
}
.what-we-do .masonry-item .testimonials .link {
  display: none;
}
.what-we-do .masonry-item .videos .title, .what-we-do .masonry-item .videos .content {
  display: none;
}
.what-we-do .masonry-item .videos .link {
  display: none;
}
.what-we-do .masonry-item .videos .play {
  display: block !important;
}
.what-we-do .masonry-item .videos .image {
  position: relative;
}
.what-we-do .masonry-item .videos .image:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  font-size: 7rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.what-we-do .sf-filter .sf-field-post_type {
  padding-bottom: 1em;
}
.what-we-do .sf-filter ul li {
  list-style: none;
}
.what-we-do .search-filter-btn {
  font-size: 14px;
  letter-spacing: 3.2px;
  color: #E0E0E0;
  text-transform: uppercase;
  border: 3px solid #E0E0E0;
  border-radius: 5px;
  background: transparent;
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sf-filter .noUi-handle {
  cursor: pointer;
}

.what-we-do {
  padding: 0 !important;
}
.what-we-do .modal-open {
  position: relative;
}
.what-we-do .modal-dialog {
  width: 100%;
  top: 25%;
  display: flex;
  justify-content: center;
}
.what-we-do .modal-content {
  width: 95%;
}
.what-we-do .modal-header {
  border-bottom: none !important;
  position: absolute;
  right: -2.2rem;
  top: 0;
  padding: 0;
}
.what-we-do .modal-header .close {
  color: #fff;
  font-size: 28px;
  opacity: 0.8;
}
.what-we-do .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .what-we-do .modal-body iframe {
    height: 340px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .what-we-do .col-lg-2 .sf-filter:last-child {
    padding-right: 0;
  }
}
#sb_instagram,
#sbi_images {
  padding-bottom: 0 !important;
}

.is-ajax-search-no-result,
div.is-ajax-search-posts,
div.is-ajax-search-result {
  background: none !important;
  box-shadow: none !important;
  color: #CECECE;
}
.is-ajax-search-no-result .is-ajax-search-post,
div.is-ajax-search-posts .is-ajax-search-post,
div.is-ajax-search-result .is-ajax-search-post {
  background: #141414 !important;
  border-bottom: 1px solid #4E4E4E;
}
.is-ajax-search-no-result .is-ajax-search-post .is-search-sections,
div.is-ajax-search-posts .is-ajax-search-post .is-search-sections,
div.is-ajax-search-result .is-ajax-search-post .is-search-sections {
  display: flex;
  align-items: center;
  grid-gap: 1em;
}
.is-ajax-search-no-result .is-ajax-search-post .is-search-sections a,
div.is-ajax-search-posts .is-ajax-search-post .is-search-sections a,
div.is-ajax-search-result .is-ajax-search-post .is-search-sections a {
  color: #CECECE;
}

#is-ajax-search-result-270 {
  background: #141414 !important;
}

.flexible-testimonial_slider .slick-slide > div {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.creditations {
  background: #2B2B2B;
}
.creditations p {
  margin-bottom: 0;
}
.creditations p:first-child {
  padding-right: 0.5rem;
}

#footer {
  position: relative;
}
#footer .contact {
  background: #2B2B2B;
}
#footer .contact .title {
  font-weight: 900;
}
#footer .contact .icon i {
  margin: 0 1rem;
}
#footer nav {
  background: #181818;
  padding: 2.5rem 0;
}
#footer nav .menu-footer-menu-container #menu-footer-menu {
  list-style: none;
  margin-bottom: 2rem;
  text-align: center;
}
#footer nav .menu-footer-menu-container #menu-footer-menu li {
  display: block;
  margin-bottom: 1rem;
  display: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 992px) {
  #footer nav .menu-footer-menu-container #menu-footer-menu li {
    display: inline-block;
    margin: 0 1.5rem;
  }
}
#footer nav .menu-footer-menu-container #menu-footer-menu li a {
  color: #fff;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
#footer nav .menu-footer-menu-container #menu-footer-menu li a:hover {
  color: #AFAFAF;
}
#footer nav .menu-footer-menu-container #menu-footer-menu .faded {
  display: block;
}
@media (min-width: 992px) {
  #footer nav .menu-footer-menu-container #menu-footer-menu .faded {
    display: inline-block;
  }
}
#footer nav .menu-footer-menu-container #menu-footer-menu .faded a {
  color: #AFAFAF;
}
#footer nav .menu-footer-menu-container #menu-footer-menu .faded a:hover {
  color: #fff;
}

.footer-contact_row {
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .footer-contact_row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1405px) {
  #footer nav .menu-footer-menu-container #menu-footer-menu li:first-child {
    margin-left: 0;
  }
  #footer nav .menu-footer-menu-container #menu-footer-menu li:last-child {
    margin-right: 0;
  }
  footer nav .menu-footer-menu-container #menu-footer-menu {
    display: flex;
    justify-content: space-between;
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.4s all;
  -webkit-transition: all 0.4s;
}
#header nav {
  position: relative;
}
#header nav .logo {
  display: block;
  max-width: 12rem;
  width: 100%;
  transition: 0.4s all;
  -webkit-transition: all 0.4s;
}
@media (min-width: 992px) {
  #header nav .logo {
    max-width: 18.8rem;
  }
}
#header nav .menu-primary-menu-container #menu-primary-menu {
  text-align: center;
  margin: 0;
}
#header nav .menu-primary-menu-container #menu-primary-menu li {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  margin: 0 2.5rem;
  display: inline-block;
  position: relative;
}
@media (min-width: 1300px) {
  #header nav .menu-primary-menu-container #menu-primary-menu li {
    font-size: 1.4rem;
  }
}
#header nav .menu-primary-menu-container #menu-primary-menu li a {
  color: #AFAFAF;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
#header nav .menu-primary-menu-container #menu-primary-menu li a:hover {
  color: #fff;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: -2.5rem;
  top: 35px;
  padding: 0.5em 0;
  background: #fff;
  min-width: 250px;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
  border-radius: 5px;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu li {
  white-space: nowrap;
  margin: 0;
  display: block;
  margin: 0 -5px;
  line-height: 2em;
  padding: 0;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 0.8em;
  border-radius: 5px;
  color: #2B2B2B;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu li a:hover {
  color: #fff;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu li:nth-child(1) a:hover {
  background: #FF00C3;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu li:nth-child(2) a:hover {
  background: #00FFF5;
}
#header nav .menu-primary-menu-container #menu-primary-menu li .sub-menu li:nth-child(3) a:hover {
  background: #8000FF;
}
#header nav .menu-primary-menu-container #menu-primary-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
#header nav .search {
  position: relative;
}
#header nav .search input, #header nav .search span {
  border: none !important;
}
#header nav .search .search-toggle, #header nav .search .menu-toggle {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 0.3rem solid #F800BE;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: all 0.2s;
}
#header nav .search .menu-toggle i {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#header nav .search .search-toggle .is-form-style {
  display: inline-block;
}
#header nav .search .search-toggle:hover {
  width: 100%;
  border-radius: 3rem;
}
#header #menu {
  height: 90vh;
  display: none;
  overflow: scroll;
}
#header #menu ul {
  margin-top: 5rem;
}
#header #menu ul li {
  text-align: center;
}
#header #menu ul li a {
  padding: 1rem 2rem;
  display: inline-block;
}

.header--transparent {
  background: #2B2B2B;
  padding: 2rem 0 4rem 0;
}
@media (min-width: 992px) {
  .header--transparent {
    background: none;
  }
}
.header--block {
  padding: 2rem 0;
  background: #2B2B2B;
}
.header--fixed {
  background: #2B2B2B !important;
  padding: 2rem 0 !important;
  transition: 0.4s all;
  -webkit-transition: all 0.4s;
}

#search {
  display: none;
  background: red;
  padding: 2rem;
}
#search form {
  margin: 0;
}

#menu-primary-menu-1 ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  margin-top: 0 !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#menu-primary-menu-1 ul.sub-menu li:first-child a {
  padding-top: 0 !important;
}
#menu-primary-menu-1 ul.sub-menu li a {
  padding: 0 2rem !important;
}
#menu-primary-menu-1 ul.expand-open {
  max-height: 500px;
}
#menu-primary-menu-1 li {
  position: relative;
  list-style: none;
  text-align: left !important;
  padding: 1rem 0;
}
#menu-primary-menu-1 li a {
  padding: 0;
}
#menu-primary-menu-1 li .expand {
  position: absolute;
  right: 50px;
  top: 22px;
}

.mobile-nav_footer-number p {
  color: #F800BE;
  text-transform: uppercase;
  font-weight: 900;
}
.mobile-nav_footer-number h3 a {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.mobile-nav_footer-social {
  display: flex;
  grid-gap: 5em;
  justify-content: center;
  padding-top: 1em;
}
.mobile-nav_footer-social .icon {
  color: #fff;
}
.mobile-nav_footer-social .icon i {
  font-size: 2rem;
}

.social-icons {
  padding-right: 1.5rem;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .social-icons {
    display: block;
  }
}
.social-icons:before {
  content: " ";
  background: #F800BE;
  position: absolute;
  top: 50%;
  right: -31.5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 37.5rem;
  width: 37.5rem;
  border-radius: 100%;
  z-index: -1;
}
.social-icons a {
  color: #fff;
  display: block;
  font-size: 2rem;
  margin: 0.5rem 0;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}

div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before,
div.wpcf7-mail-sent-ng:before {
  font: 30px FontAwesome;
  margin-right: 16px;
  vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
  content: "\f00c";
}

div.wpcf7-validation-errors:before,
div.wpcf7-mail-sent-ng:before {
  content: "\f057";
}

.wp-pagenavi {
  margin: 3rem 0;
}
.wp-pagenavi span, .wp-pagenavi a {
  color: #fff !important;
  margin: 0 0.5rem !important;
  padding: 0.5rem !important;
  line-height: 2rem !important;
  font-size: 1.6rem !important;
  border-bottom: 0.3rem solid #AFAFAF !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.wp-pagenavi .current {
  color: #fff !important;
  border-color: #F800BE !important;
}

.background-white .wp-pagenavi span, .background-white .wp-pagenavi a {
  color: #2B2B2B !important;
}
.background-white .wp-pagenavi .current {
  color: #000 !important;
}

.is-ajax-search-result {
  border-radius: 0.3rem !important;
  box-shadow: 0 0.5rem 1rem 0 #AFAFAF !important;
  line-height: 2rem !important;
  font-size: 1.6rem !important;
}

.is-search-form {
  margin-bottom: 1rem;
}
.is-search-form input {
  background: none !important;
  border-radius: 5rem 0 0 5rem !important;
  font-family: "Lato", sans-serif !important;
  line-height: 2rem !important;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding-left: 2rem !important;
}
.is-search-form button span {
  background: none !important;
  border-radius: 0 5rem 5rem 0 !important;
  border-left: none !important;
}
.is-search-form svg {
  width: 2rem !important;
}

.is-ajax-search-result {
  padding: 0.1rem !important;
}

.sf-filter {
  padding-right: 1.5rem;
}
.sf-filter .title {
  background: #535353;
  padding: 1rem;
}
.sf-filter .title p {
  margin: 0;
}
.sf-filter li {
  position: relative;
}
.sf-filter li .fa-chevron-down {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 10px;
}
.sf-filter .searchandfilter h4 {
  line-height: 2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.sf-filter .searchandfilter .sf-meta-range-slider label, .sf-filter .searchandfilter .sf-meta-range-slider span {
  display: none;
}
.sf-filter .searchandfilter .meta-slider {
  height: 8px;
  background: none;
  border: none;
  max-width: 100%;
}
.sf-filter .searchandfilter .sf-field-post-meta-post_size .range {
  display: flex;
  justify-content: space-between;
}
.sf-filter .searchandfilter .sf-field-post-meta-post_size .range p {
  margin: 0.5em 0;
}
.sf-filter .searchandfilter .sf-field-post-meta-post_size .noUi-connects {
  background: #656565;
  border: none;
}
.sf-filter .searchandfilter .sf-field-post-meta-post_size .noUi-connects .noUi-connect {
  background: #FF00C3;
}
.sf-filter .searchandfilter .sf-field-post-meta-post_size .noUi-handle {
  background: #FF00C3;
  border: 1px solid #000;
  box-shadow: none;
  width: 15px;
  height: 15px;
  top: -4px;
}
.sf-filter .searchandfilter .sf-field-post-meta-post_size .noUi-handle::before,
.sf-filter .searchandfilter .sf-field-post-meta-post_size .noUi-handle::after {
  display: none;
}
.sf-filter .searchandfilter .sf-field-sort_order, .sf-filter .searchandfilter .sf-field-taxonomy-categories, .sf-filter .searchandfilter .sf-field-post_date {
  padding: 1rem 0;
}
.sf-filter .searchandfilter .sf-field-sort_order h4, .sf-filter .searchandfilter .sf-field-taxonomy-categories h4, .sf-filter .searchandfilter .sf-field-post_date h4 {
  margin-bottom: 1rem;
}
.sf-filter .searchandfilter .sf-field-sort_order .sf-input-select, .sf-filter .searchandfilter .sf-field-sort_order .sf-datepicker, .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-input-select, .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-datepicker, .sf-filter .searchandfilter .sf-field-post_date .sf-input-select, .sf-filter .searchandfilter .sf-field-post_date .sf-datepicker {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  color: #fff;
}
.sf-filter .searchandfilter .sf-field-sort_order .sf-input-select::placeholder, .sf-filter .searchandfilter .sf-field-sort_order .sf-datepicker::placeholder, .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-input-select::placeholder, .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-datepicker::placeholder, .sf-filter .searchandfilter .sf-field-post_date .sf-input-select::placeholder, .sf-filter .searchandfilter .sf-field-post_date .sf-datepicker::placeholder {
  color: #fff;
}
.sf-filter .searchandfilter .sf-field-sort_order .sf-input-select option, .sf-filter .searchandfilter .sf-field-sort_order .sf-datepicker option, .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-input-select option, .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-datepicker option, .sf-filter .searchandfilter .sf-field-post_date .sf-input-select option, .sf-filter .searchandfilter .sf-field-post_date .sf-datepicker option {
  color: #000;
}
.sf-filter .searchandfilter .sf-field-sort_order label {
  width: 100%;
}
.sf-filter .searchandfilter .sf-field-sort_order label select {
  min-width: 100%;
}

.background-white .sf-filter .title {
  background: #E0E0E0;
}
.background-white .sf-filter .searchandfilter .sf-field-sort_order .sf-input-select, .background-white .sf-filter .searchandfilter .sf-field-sort_order .sf-datepicker, .background-white .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-input-select, .background-white .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-datepicker, .background-white .sf-filter .searchandfilter .sf-field-post_date .sf-input-select, .background-white .sf-filter .searchandfilter .sf-field-post_date .sf-datepicker {
  color: #000;
}
.background-white .sf-filter .searchandfilter .sf-field-sort_order .sf-input-select::placeholder, .background-white .sf-filter .searchandfilter .sf-field-sort_order .sf-datepicker::placeholder, .background-white .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-input-select::placeholder, .background-white .sf-filter .searchandfilter .sf-field-taxonomy-categories .sf-datepicker::placeholder, .background-white .sf-filter .searchandfilter .sf-field-post_date .sf-input-select::placeholder, .background-white .sf-filter .searchandfilter .sf-field-post_date .sf-datepicker::placeholder {
  color: #000;
}

.products .sf-field-taxonomy-categories {
  border-color: #E0E0E0 !important;
}
.products .sf-field-taxonomy-categories h4 {
  border: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
}
.products .sf-field-taxonomy-categories .cat-chevron {
  font-size: 12px;
  opacity: 0.5;
  cursor: pointer;
}
.products .sf-field-taxonomy-categories ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.products .sf-field-taxonomy-categories ul li {
  display: flex;
  align-items: baseline;
}
.products .sf-field-taxonomy-categories ul li label {
  color: #2B2B2B;
  letter-spacing: 0.8px;
}
.products .sf-field-taxonomy-categories ul.drop-active {
  max-height: 2000px;
}

.sf-filter > .searchandfilter > ul {
  padding-top: 2em;
  padding-bottom: 1em;
}

.sf-filter .searchandfilter .sf-field-post_date h4 {
  margin-bottom: 0;
}

.sf-filter .searchandfilter .sf-field-post_date,
.products .sf-filter ul li,
.what-we-do .sf-filter ul li {
  padding: 0 !important;
}

.sf-field-post_date .sf_date_field li {
  padding-bottom: 0.5em !important;
}

.sf-filter_sort-mobile {
  display: none;
}

.products .sf-field-taxonomy-categories ul,
.sf-meta-range,
.sf_date_field,
.sf-field-post_type ul {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.products .sf-field-sort_order-active label {
  display: inline-block;
}

.products .sf-field-taxonomy-categories ul.sf-field-taxonomy-categories-active,
.sf-meta-range-active,
.sf_date_field-active,
.sf-field-post_type ul.sf-field-post_type-active {
  max-height: 2000px;
}

.fas {
  transition: all 0.2s ease;
}

.fas-active {
  transform: rotate(-90deg);
}

.sf-filter .searchandfilter .sf-field-sort_order {
  padding: 0 0 1em 0;
}

.products .fas {
  top: 8px;
}

.sf-field-sort_order h4 {
  margin-bottom: 0 !important;
}

.sf-field-sort_order-active h4 {
  padding-bottom: 5px !important;
}

.products .fas,
.what-we-do .fas {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .products,
  .what-we-do {
    padding: 3rem 0;
  }
  .products .fas,
  .what-we-do .fas {
    cursor: pointer;
  }
  .products .col-lg-10,
  .what-we-do .col-lg-10 {
    padding-top: 2em;
  }
  .sf-filter {
    padding-right: 1rem;
  }
  .sf-filter_sort-mobile {
    display: block;
  }
  .products .col-lg-2,
  .what-we-do .col-lg-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .products .col-lg-2 .sf-filter,
  .what-we-do .col-lg-2 .sf-filter {
    max-height: 54px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .products .col-lg-2 .sf-active,
  .what-we-do .col-lg-2 .sf-active {
    max-height: 600px;
  }
  .products .col-lg-2 .sf-filter_filter-mobile .sf-field-sort_order {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1260px) {
  .what-we-do .col-lg-2 h4 {
    max-width: 119px;
  }
}
.what-we-do {
  /*
  	div.sf-meta-range {
  		overflow-y: visible !important;
  	}
  */
}
.what-we-do .sf-filter .noUi-handle-lower {
  display: none;
}
.what-we-do .sf-filter .noUi-origin div.noUi-handle-upper {
  right: -10px;
}
.what-we-do .sf-filter .sf-meta-range-active {
  overflow: visible;
}

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: #181818;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

::selection {
  background: #F800BE;
}

::-moz-selection {
  background: #F800BE;
}

.container {
  width: 100%;
  max-width: 162rem;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .container {
    padding: 0 4rem;
  }
}
@media (min-width: 1400px) {
  .container {
    padding: 0 8rem;
  }
}
@media (min-width: 1740px) {
  .container {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .container {
    width: 93%;
  }
}
@media (min-width: 992px) {
  .center-text {
    float: left;
    left: 25%;
    position: relative;
  }
}

.sf-meta-range {
  overflow: visible;
  max-height: auto;
}

.expand {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  div.what-we-do div.masonry-grid {
    height: auto !important;
  }
  div.what-we-do div.masonry-grid div.masonry-item {
    position: relative !important;
    top: 0 !important;
  }
}
