.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
padding: 35px;
}

@media screen and (min-width: 576px) {
    .our-work-home .our-work-wrap .work-card:nth-of-type(2n+1) {
        margin-right: 0 !important;
    }
}


 #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap {
        display: block;
    }
.testimonial-cards--wrap---wrap {
      display: flex;
      /*! flex-wrap: nowrap; */
      justify-content: space-between;
  }
  .testimonial-cards--wrap---wrap .testimonial-cards--wrap {
      /*! flex-basis: 46%; */
      /*! max-width: 46%; */
  }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item {
        padding: 50px 68px;
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .img-wrap {
        min-height: 135px;
        margin-bottom: 50px;   
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .content-wrap h4 {
        color: rgba(0,0,0,.6);
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 1rem;
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .deet-wrap {
        margin-bottom: 1.5rem;
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .deet-wrap p:last-of-type {
        margin-bottom: 0;
    }
    
    
    .blog-resource--template {
  background-color: #eeeff1;
}
.blog-resource--template::selection {
  background: #C60307;
}
.blog-resource--template .blog-title {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 2rem;
}
.blog-resource--template .work-content-section-content-noimage,
.blog-resource--template .work-content-section-image,
.blog-resource--template .work-content-section-fw-image,
.blog-resource--template .work-content-section-content-image--alt,
.blog-resource--template .work-content-section-repeater {
  padding-top: 3rem;
  color: #010101;
  padding-bottom: 0.5rem;
}
.blog-resource--template .work-content-section-repeater .repeater--wrap .repeater-item {
    color: #010101;
}
.blog-resource--template .blog-introduction-section .content-wrap {
  max-width: 90%;
  margin: auto;
  padding: 2rem 0;
}
.blog-resource--template .blog-resource--item:hover .isotope-btn::before {
  width: 100%;
  transition: width 1.4s;
  content: "";
  background-image: url("/uploads/next-arrow-blog.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.blog-resource--template .isotope-btn {
  z-index: 1;
  border: none;
  position: relative;
}
.blog-resource--template .isotope-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  /* background: #C60307; */
  background: #fff;
  z-index: 1;
}
.blog-resource--template #blog-resource-main--section {
  padding-top: 3.75rem;
  padding-bottom: 0rem;
}

.our-work-home .our-work-wrap .work-card .work-img-wrap{
    display: none;
}
@media screen and (min-width: 768px) {
    .our-work-home .our-work-wrap .work-card .work-img-wrap{
        display: initial;
    }
}




/*
* Blog Top Level CSS
*/
.blog-top-level--template {
  /* background: linear-gradient(45deg, rgba(192,47,154,1) 0%, rgba(237,154,85,1) 49%, rgba(166,11,20,1) 82%); */
  background: -webkit-gradient(linear, left top, right top, from(#c02f9a), color-stop(65%, #ed9a55), to(#a60b14));
  background: -o-linear-gradient(left, #c02f9a 0%, #ed9a55 65%, #a60b14 100%);
  background: linear-gradient(90deg, #c02f9a 0%, #ed9a55 65%, #a60b14 100%);
  background-size: 200%;
  -webkit-animation: aurora 10s infinite;
          animation: aurora 10s infinite;
}
.blog-top-level--template .blog-listing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100vh;
}
.blog-top-level--template .blog-resource--item {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  display: block;
  margin-bottom: 3rem;
  background-color: #fff;
  min-height: 300px;
}
@media screen and (min-width: 576px) {
  .blog-top-level--template .blog-resource--item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 48%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .blog-top-level--template .blog-resource--item:nth-of-type(odd) {
    margin-left: 0%;
    margin-right: 2%;
  }
  .blog-top-level--template .blog-resource--item:nth-of-type(even) {
    margin-right: 0%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 992px) {
  .blog-top-level--template .blog-resource--item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 30%;
    margin-right: 2%;
    margin-left: 0;
  }
  .blog-top-level--template .blog-resource--item:nth-of-type(odd) {
    margin-right: 2%;
    margin-left: 0;
  }
  .blog-top-level--template .blog-resource--item:nth-of-type(even) {
    margin-right: 2%;
    margin-left: 0;
  }
}
.blog-top-level--template .blog-resource--item .img-wrap {
  position: relative;
}
.blog-top-level--template .blog-resource--item .img-wrap:after {
  position: absolute;
  /*background-color: rgba(198, 3, 7, 1);*/
  background-color: transparent;
  border: 1px solid #fff;
  left: 0;
  top: 0;
  min-width: 10px;
  min-height: 10px;
  /*padding: 0.75rem;*/
  padding: 0.5rem 1rem;
  color: #fff;
}
.blog-top-level--template .blog-resource--item.news-item .img-wrap:after {
  content: "NEWS";
}
.blog-top-level--template .blog-resource--item.event-item .img-wrap:after {
  content: "EVENT";
}
.blog-top-level--template .blog-resource--item.project-item .img-wrap:after {
  content: "PROJECTS";
}
.blog-top-level--template .blog-resource--item.opinion-item .img-wrap:after {
  content: "OPINION";
}
.blog-top-level--template .blog-resource--item:hover {
  text-decoration: none;
}
.blog-top-level--template .blog-resource--item:hover .img-wrap {
  position: relative;
}
.blog-top-level--template .blog-resource--item:hover .img-wrap:after {
  background-color: rgba(255, 255, 255, 0.5);
  min-width: 100%;
  border: 1px solid #fff;
  min-height: 100%;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.blog-top-level--template .blog-resource--item  {
    min-height: 540px;
    margin-bottom: 2rem;
}
.blog-top-level--template .blog-resource--item .content-wrap {
  padding: 1rem 1.5rem 2rem 1.5rem;
}
.blog-top-level--template .blog-resource--item h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #595A5A;
    font-weight: 600;
}
.blog-top-level--template .filters-button-group {
  background-color: transparent;
  color: #fff;
  line-height: 1.3;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: solid 1px #fff;
  margin-right: 1rem;
    margin-bottom: 1rem;
  font-size: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
    .blog-top-level--template .filters-button-group {
        margin-right: .5rem;
        margin-bottom: .5rem;
    }
}
@media screen and (min-width: 1200px) {
    .blog-top-level--template .filters-button-group {
        margin-right: 0rem;
        margin-bottom: 0rem;
    }
}

.blog-top-level--template .filters-button-group:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-top-level--template .filters-button-group.active {
    color: #000;
  z-index: 3;
  border: 1px solid #fff;
}
.blog-top-level--template .filters-button-group.active:before {
  background-color: #fff;
  width: 100%;
  -webkit-transition: width 1.4s;
  -o-transition: width 1.4s;
  transition: width 1.4s;
  border-radius: 0.25rem;
  z-index: -10;
}
.blog-top-level--template .blog-introduction-section .content-wrap {
  max-width: 90%;
  margin: auto;
  padding: 2rem 0;
}
.blog-top-level--template .blog-resource--item:hover .isotope-btn::before {
  width: 100%;
  -webkit-transition: width 1.4s;
  -o-transition: width 1.4s;
  transition: width 1.4s;
  content: "";
  background-image: url("/uploads/next-arrow-blog.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.blog-top-level--template .isotope-btn {
  z-index: 1;
  border: none;
  position: relative;
}
.blog-top-level--template .isotope-btn::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 0%;
  /* background: #C60307; */
  background: #fff;
  z-index: 1;
}
.blog-top-level--template .wrapppp {
  background: -o-radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background: radial-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15));
  background-size: 200%;
  -webkit-animation: aurora 7s infinite;
          animation: aurora 7s infinite;
}
.blog-top-level--template footer.main-footer {
  background-image: none;
}

.service-content-item-wrap {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start; 
  align-items: flex-start;
}
@media screen and (min-width:992px) {
    .service-content-item-wrap {
        column-gap:3%;
    }
}

/* TESTIMONIALS */
#testimonials {
    background: #fff url("../../uploads/banners/hero-banner-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 25px;
}
#testimonials .owl-carousel .owl-item img {
    display: inline-block;
}
#testimonials .testimonial img {
    padding-bottom: 2rem;
}
#testimonials .testimonial p.lead {
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    padding-bottom: 2rem;
}
#testimonials .testimonial p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
}
#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 24px;
    margin: 5px 7px;
    background: rgba(255,255,255,0.4);
    border-radius: 30px;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

/* REQUEST QUOTE */
#request-quote .alert .error {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 1rem;
}
#request-quote .alert-info {
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
  padding: 1rem;
  margin-bottom: 1rem;
}
#request-quote span.error {
  color: #F78D32;
  font-style: italic;
  background: none;
  border: none;
  padding: 0;
}
#request-quote span.success {
  color: #fff;
  font-style: italic;
  background: none;
  border: none;
  padding: 0;
}
#request-quote .rounded-btn {
    border-radius: 4px;
    border-width: 2px;
}
.contact-form h3 {
  font-size: 30px;
  font-weight: normal;  
}
.contact-form p.lead {
    font-size: 22px;
    line-height: 120%;
    font-weight: normal;
    color: #fff;
}
.underline-link {
  text-decoration: underline;
}
.request-quote.purple-bg:hover {
    border-color: #212529;
}

/* SEE MORE WORK */
.see-more-work {
    background: transparent url("../../uploads/images/homepage/recent-work-bg.png") no-repeat center center;
    background-size: cover;
    padding-top: 60px;
}
.see-more-work .title {
    color: #fff;
}
#work-carousel .recent-work {
    color: #fff;
}
#work-carousel .recent-work h4 {
    font-size: 2rem;
    font-weight: normal;
}
#work-carousel .recent-work p {
    font-size: 22px;
    font-weight: normal;
}

/* NEED A LITTLE HELP */
section.need-a-little-help {
  background-color: #F7F7F7;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.need-a-little-help h3 {
  font-size: 40px;
  color: #9C9999;
}
section.need-a-little-help p {
  color: #939090;
}
section.need-a-little-help .content-section {
  background: none;
}


.service-intro-section .service-introduction--wrap .service-intro-col .title,
.service-tpl .client-strip-section .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2
}
/* HELPERS */
.purple-bg {
    background: #751698;
}
.text-orange {
    color: #f78d32 !important;
}
.text-white {
    color: #fff !important;
}
.text-red {
    color: #E22012 !important;
}
.faded-white-bg {
    background-color: rgba(255,255,255,0.5);
}
ul.dashed {
  list-style-position: outside;
  list-style-type: "-";
}
ul.dashed > li {
  padding-left: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  color: #939090;
}

/* */
#jGrowl {
    display: none !important;
}

@media only screen and (min-width: 960px) {
  .contact-form h3 {
      font-size: 40px;
  }
  .contact-form p.lead {
    font-size: 32px;
  }
  section.need-a-little-help .content-section {
    background: transparent url("../../uploads/images/homepage/need-a-little-help.png") no-repeat center right;
    -webkit-background-size: 60%;
    background-size: 60%;
  }
}


@-webkit-keyframes aurora {
  0% {
    background-position: left top;
  }
  25% {
    background-position: right top;
  }
  50% {
    background-position: right bottom;
  }
  75% {
    background-position: left bottom;
  }
  100% {
    background-position: left top;
  }
}

@keyframes aurora {
  0% {
    background-position: left top;
  }
  25% {
    background-position: right top;
  }
  50% {
    background-position: right bottom;
  }
  75% {
    background-position: left bottom;
  }
  100% {
    background-position: left top;
  }
}

/*MAY 2026*/
.main-footer {
        background-image:url('/uploads/2026/new-footer-background.webp');
    }
    .scrolled .site-header #sm_menu_ham span {
         background-color: #000;
    }
    
    
.logo-strip-section {
    padding-top: 60px;
    padding-bottom: 95px;
    border-bottom:1px solid #535151;
}
.logo-strip-section .intro-txt {
    color:#535151;
    margin-bottom:0;
    text-align:center;
    font-size:14px;
    font-weight:700;
}
.logo-strip-section .logo-grid {
    margin-top: 72px;
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3rem;
}
@media screen and (min-width:576px) {
    .logo-strip-section .logo-grid {
        grid-template-columns: repeat(5, 1fr);    
    }
    
}
@media screen and (min-width:768px) {
    .logo-strip-section .logo-grid {
        grid-template-columns: repeat(9, 1fr);
        column-gap:2rem;
        row-gap:1rem;
    }
}
.logo-strip-section .logo-grid .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1400px) {
  .logo-strip-section .container {
    max-width: 1320px;
  }
}