.vertical-align {
   position: relative;
   top: 50%;
   transform: translateY(-50%); /* Adicionar os prefixos dos navegadores */
}

.loader {
   background-image: url("/assets_site/images/loading.gif");
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   width: 160px;
   height: 160px;
   margin: auto;
}

.about-section .counterup-content p {
   font-size: 18px;
}
.section-padding {
   padding: 70px 0;
}
.main-menu .menu-list {
   align-items: center;
   display: flex;
}
.social-networks {
   display: flex;
   gap: 10px;
}
.social-networks i {
   font-size: 1.8rem;
   color: #9b9bae;
}
.social-networks i:hover {
   color: #a7353a;
}

.main-menu .menu-list ul li a {
   color: #9b9bae;
}
.main-menu .menu-list ul li a:hover {
   color: #a7353a;
}
.nav-item.active .menu-list ul li a {
   color: #a7353a;
}
.main-menu .menu-list ul .sub-menu li a:hover,
.main-menu .menu-list ul .sub-menu li a:focus {
   background-color: #fafafa;
   color: #a7353a;
}
.banner .banner-item {
   position: absolute;
   max-height: 100%;
   max-width: 100%;
   background-color: #fff;
   text-align: center;
   padding: 0;
}
.banner .banner-item .banner-content h3,
.banner .banner-item .banner-content h1 {
   color: #3f5364;
}
.banner .banner-item ul li a {
   border: 1px solid #a7353a;
   background-color: #a7353a;
   color: #fff;
   padding: 13px 26px;
}
.banner .banner-item ul li a:hover {
   border: 1px solid #a7353a;
   background-color: #fff;
   color: #a7353a;
   padding: 13px 26px;
}
.banner .banner-item .banner-content {
   width: 40%;
}
.page-header-section h1 {
   text-transform: inherit;
}
.our-services h2 {
   color: #415364;
}
.section-heading h2 {
   text-transform: inherit;
}
.counterup-item {
   margin-top: 40px;
}
.button {
   padding: 10px 80px;
}
.testimonial-item > p {
   height: 125px;
}

#about .about-section {
   background-image: none;
   background-color: #f5f6f7;
}
#about .about-section .counterup-content p {
   font-size: 18px;
   margin-top: 10px;
}
.carousel a {
   display: flex;
   align-items: center;
   height: 90px;
}
.carousel .item {
   max-height: 200px;
   margin: auto;
}
.carousel .owl-carousel .owl-item img {
   display: block;
   width: auto;
   margin: auto;
}

label {
   font-weight: normal;
}

img {
   max-width: 100%;
}

.carousel .owl-carousel .owl-item img {
   max-width: 100%;
}

.section-padding ul li {
   list-style: disc;
   margin-left: 20px;
}

.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
}
.swiper-pagination-bullet-active {
   opacity: 1;
   background: #a8353a;
}

@media (max-width: 992px) {
   .header-style1 .banner .banner-slider {
      height: calc(40vh - 90px);
   }
   .banner .banner-slider {
      height: 310px;
   }
   .banner .banner-item .banner-content {
      width: 50%;
   }
}
@media (max-width: 540px) {
   .section-padding {
      padding: 70px 10px;
   }
   .banner {
      display: none;
   }
   .case-studies-section .studies-item .studies-thumb img {
      width: 60%;
   }
   .case-studies-section .studies-item {
      min-height: 350px;
      padding: 10px;
   }
   .section-padding1 {
      padding: 10px 0;
   }
}
