@charset "UTF-8";
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

.renvia-service-card.style-three .content .title {
  font-size: 36px;
}

.renvia-service-card.style-three {
  padding: 20px;
  border: 1px solid rgba(20, 96, 139, 0.2);
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
}
.renvia-service-card.style-three .icon .icon {
  margin-bottom: 0;
  width: 60px;
}
.renvia-service-card.style-three .content .title {
  margin-bottom: 0;
}
.renvia-service-card.style-three .content p {
  margin-bottom: 0;
}
.renvia-service-card.style-three:hover {
  background: var(--primary-color);
}
.renvia-service-card.style-three:hover .icon {
  color: var(--white-color);
}
.renvia-service-card.style-three:hover .icon svg {
  fill: var(--white-color);
}
.renvia-service-card.style-three:hover .icon svg path {
  fill: var(--white-color);
  stroke: var(--white-color);
}

.header-one .header-navigation {
  padding: 0 20px;
}

.header-navigation .main-menu ul > li {
  margin: 0 10px;
}

@media screen and (max-width: 1380px) {
  .header-one .header-navigation {
    padding: 5px 20px;
  }
  .header-navigation .main-menu ul > li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation {
    padding: 15px 20px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 1340px) {
  .header-navigation .main-menu ul > li > a span.dd-trigger {
    display: none;
  }
}
@media screen and (max-width: 1265px) {
  .header-navigation .main-menu ul > li {
    margin: 0 4px;
  }
}
.project-section-new {
  background: #f5f5f5;
}
.project-section-new .project-list {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .project-section-new .project-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.project-section-new .project-list li {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
.project-section-new .project-list li:nth-of-type(1), .project-section-new .project-list li:last-child {
  margin: 0;
}
.project-section-new .project-list li span img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .project-section-new .project-list li span img {
    height: 26px;
    margin-bottom: 5px;
  }
}
.project-section-new .project-list li h5 a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .project-section-new .project-list li h5 a {
    font-size: 12px;
  }
}
.project-section-new .project-list li.active, .project-section-new .project-list li:hover {
  background: var(--primary-color);
}
.project-section-new .project-list li.active span img, .project-section-new .project-list li:hover span img {
  filter: brightness(0) invert(1);
}
.project-section-new .project-list li.active h5 a, .project-section-new .project-list li:hover h5 a {
  color: var(--white-color);
}
.project-section-new .project-img-group {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .project-section-new .project-img-group {
    height: auto;
  }
}
.project-section-new .project-img-group li {
  display: none;
  height: 100%;
}
.project-section-new .project-img-group li:nth-of-type(1) {
  display: block;
}
.project-section-new .project-img-group li .project-img {
  position: relative;
  height: 100%;
}
.project-section-new .project-img-group li .project-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 504.78px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-section-new .project-img-group li .project-img p {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .project-section-new .project-img-group li .project-img p {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.project-section-new .project-img-group li.active, .project-section-new .project-img-group li:hover {
  display: block !important;
}

.leanlayout-section {
  background: #f5f5f5;
}
.leanlayout-section .leanlayout-list {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .leanlayout-section .leanlayout-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.leanlayout-section .leanlayout-list li {
  background: #f5f5f5;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
.leanlayout-section .leanlayout-list li:nth-of-type(1), .leanlayout-section .leanlayout-list li:last-child {
  margin: 0;
}
.leanlayout-section .leanlayout-list li span img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .leanlayout-section .leanlayout-list li span img {
    height: 26px;
    margin-bottom: 5px;
  }
}
.leanlayout-section .leanlayout-list li h5 a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .leanlayout-section .leanlayout-list li h5 a {
    font-size: 12px;
  }
}
.leanlayout-section .leanlayout-list li.active, .leanlayout-section .leanlayout-list li:hover {
  background: var(--primary-color);
}
.leanlayout-section .leanlayout-list li.active span img, .leanlayout-section .leanlayout-list li:hover span img {
  filter: brightness(0) invert(1);
}
.leanlayout-section .leanlayout-list li.active h5 a, .leanlayout-section .leanlayout-list li:hover h5 a {
  color: var(--white-color);
}
.leanlayout-section .leanlayout-img-group {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .leanlayout-section .leanlayout-img-group {
    height: auto;
  }
}
.leanlayout-section .leanlayout-img-group li {
  display: none;
  height: 100%;
}
.leanlayout-section .leanlayout-img-group li:nth-of-type(1) {
  display: block;
}
.leanlayout-section .leanlayout-img-group li .leanlayout-img {
  position: relative;
  height: 100%;
}
.leanlayout-section .leanlayout-img-group li .leanlayout-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 504.78px;
  -o-object-fit: cover;
     object-fit: cover;
}
.leanlayout-section .leanlayout-img-group li .leanlayout-img p {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .leanlayout-section .leanlayout-img-group li .leanlayout-img p {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.leanlayout-section .leanlayout-img-group li.active, .leanlayout-section .leanlayout-img-group li:hover {
  display: block !important;
}

.sixs-section {
  background: #f5f5f5;
}
.sixs-section .sixs-list {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sixs-section .sixs-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.sixs-section .sixs-list li {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
.sixs-section .sixs-list li:nth-of-type(1), .sixs-section .sixs-list li:last-child {
  margin: 0;
}
.sixs-section .sixs-list li span img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .sixs-section .sixs-list li span img {
    height: 26px;
    margin-bottom: 5px;
  }
}
.sixs-section .sixs-list li h5 a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sixs-section .sixs-list li h5 a {
    font-size: 12px;
  }
}
.sixs-section .sixs-list li.active, .sixs-section .sixs-list li:hover {
  background: var(--primary-color);
}
.sixs-section .sixs-list li.active span img, .sixs-section .sixs-list li:hover span img {
  filter: brightness(0) invert(1);
}
.sixs-section .sixs-list li.active h5 a, .sixs-section .sixs-list li:hover h5 a {
  color: var(--white-color);
}
.sixs-section .sixs-img-group {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sixs-section .sixs-img-group {
    height: auto;
  }
}
.sixs-section .sixs-img-group li {
  display: none;
  height: 100%;
}
.sixs-section .sixs-img-group li:nth-of-type(1) {
  display: block;
}
.sixs-section .sixs-img-group li .sixs-img {
  position: relative;
  height: 100%;
}
.sixs-section .sixs-img-group li .sixs-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 504.78px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sixs-section .sixs-img-group li .sixs-img p {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sixs-section .sixs-img-group li .sixs-img p {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.sixs-section .sixs-img-group li.active, .sixs-section .sixs-img-group li:hover {
  display: block !important;
}

.visit-section {
  background: #f5f5f5;
}
.visit-section .visit-list {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .visit-section .visit-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.visit-section .visit-list li {
  background: #f5f5f5;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
}
.visit-section .visit-list li:nth-of-type(1), .visit-section .visit-list li:last-child {
  margin: 0;
}
.visit-section .visit-list li span img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  .visit-section .visit-list li span img {
    height: 26px;
    margin-bottom: 5px;
  }
}
.visit-section .visit-list li h5 a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .visit-section .visit-list li h5 a {
    font-size: 12px;
  }
}
.visit-section .visit-list li.active, .visit-section .visit-list li:hover {
  background: var(--primary-color);
}
.visit-section .visit-list li.active span img, .visit-section .visit-list li:hover span img {
  filter: brightness(0) invert(1);
}
.visit-section .visit-list li.active h5 a, .visit-section .visit-list li:hover h5 a {
  color: var(--white-color);
}
.visit-section .visit-img-group {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .visit-section .visit-img-group {
    height: auto;
  }
}
.visit-section .visit-img-group li {
  display: none;
  height: 100%;
}
.visit-section .visit-img-group li:nth-of-type(1) {
  display: block;
}
.visit-section .visit-img-group li .visit-img {
  position: relative;
  height: 100%;
}
.visit-section .visit-img-group li .visit-img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
.visit-section .visit-img-group li .visit-img p {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .visit-section .visit-img-group li .visit-img p {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }
}
.visit-section .visit-img-group li.active, .visit-section .visit-img-group li:hover {
  display: block !important;
}

@keyframes qodef-animate-image-out {
  0% {
    transform: scale(1) translateZ(0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    transform: scale(1.05) translateZ(0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}
.section-title h2 span {
  color: var(--primary-color);
}

.cta-top-section {
  position: relative;
  z-index: 9;
}
.cta-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(20, 96, 139, 0.8), rgba(29, 29, 29, 0.8));
  z-index: -1;
}

.matrix-section .matrix-big-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--white-color);
  background: var(--primary-color);
  padding: 15px 0;
}
.matrix-section .matrix-left-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333;
  background: rgba(20, 96, 139, 0.1);
}
.matrix-section .matrix-left-title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(20, 96, 139, 0.1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .matrix-section .matrix-left-title::after {
    display: none;
  }
}
.matrix-section .matrix-left-title {
  padding: 15px 0;
}
.matrix-section .matrix-left-title span {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.matrix-section .matrix-left-title sup {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--primary-color);
}
.matrix-section .matrix-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  background: rgba(20, 96, 139, 0.15);
  padding: 15px 0;
}
.matrix-section .matrix-box-title:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.matrix-section .matrix-box-type {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  background: rgba(20, 96, 139, 0.05);
  padding: 15px 0;
  opacity: 0.8;
}
.matrix-section .matrix-box-type:hover {
  background: var(--primary-color);
  color: var(--white-color);
  opacity: 1;
}
.matrix-section .matrix-box-text {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  height: 100%;
  font-size: 14px;
  padding: 15px;
  color: #333;
}
.matrix-section .matrix-box-text:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.gt-list {
  margin-top: 30px;
}

.gt-list li {
  display: flex;
  gap: 16px;
}
.gt-list li span {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: "Barlow", sans-serif;
}
.gt-list li .gt-content h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.gt-list li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(177, 178, 182, 0.16);
  padding-bottom: 20px;
}

.gt-list li:not(:last-child) {
  margin-bottom: 16px;
}

.renvia-feature_one {
  position: relative;
  background: url(../picture/about_bg.jpg) top center no-repeat;
  background-size: cover;
  z-index: 9;
  overflow: hidden;
}
.renvia-feature_one::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(20, 96, 139, 0.9), rgba(29, 29, 29, 0.9));
  z-index: -1;
}
.renvia-feature_one .renvia-feature-item {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(104deg, rgba(255, 255, 255, 0.2) -52.49%, rgba(255, 255, 255, 0) 101.11%);
  backdrop-filter: blur(20px);
  padding: 40px 30px;
  position: relative;
}
.renvia-feature_one .renvia-feature-item .content h5 span {
  font-size: 24px;
}

.renvia-service-card.style-one {
  padding: 10px;
}

.renvia-team-item.style-two .member-image img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .renvia-team-item.style-two .member-image img {
    height: 160px;
    border-radius: 15px 15px 0 0;
  }
}
.renvia-team-item.style-two .member-image .hover-content {
  padding: 30px 10px;
}
@media screen and (max-width: 768px) {
  .renvia-team-item.style-two .member-image .hover-content {
    position: relative;
    padding: 0;
  }
}
.renvia-team-item.style-two .member-image .hover-content .member-info {
  border-radius: 10px;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .renvia-team-item.style-two .member-image .hover-content .member-info {
    padding: 10px;
    border-radius: 0 0 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .renvia-team-item.style-two .member-image .hover-content .member-info .position {
    display: none;
  }
}
.renvia-team-item.style-two .member-image .hover-content .member-info h4 {
  font-size: 18px;
}
.renvia-team-item.style-two .member-image .hover-content .member-info h4 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.renvia-project-item.style-one .project-content .title {
  font-size: 24px;
}

.partner-section {
  background: #f5f5f5 url(../picture/parent-bg.jpg) top center no-repeat;
  background-size: cover;
}
.partner-section .logo-wall {
  width: 100%;
  position: relative;
}
.partner-section .logo-wall .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0; /* 取消圆角更整齐 */
  transition: all 0.2s ease;
  overflow: hidden; /* 防止图片溢出 */
  padding: 5px 10px;
  margin: 0 10px;
}
.partner-section .logo-wall .logo-item .logo-item__img {
  background: #f8f8f8;
  height: 80px;
}
.partner-section .logo-wall .logo-item .logo-item__img img {
  width: 100%; /* 宽度100%填充 */
  height: 100%; /* 高度100%填充 */
  -o-object-fit: contain;
     object-fit: contain; /* 覆盖模式，不留空白 */
  display: block; /* 取消行内间隙 */
}
.partner-section .logo-wall .logo-item:hover {
  background: #e8f4ff;
  transform: translateY(var(--y-offset)) scale(calc(var(--scale) + 0.15));
  z-index: 10;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1200px) {
  .logo-wall {
    grid-template-rows: repeat(6, 80px);
    gap: 10px; /* 小屏保持10px间距 */
  }
  .logo-item {
    --scale: 1 !important;
    --y-offset: 0 !important;
    transform: scale(1) !important;
  }
}
@media (max-width: 768px) {
  .logo-wall {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(12, 80px);
    gap: 8px; /* 移动端略减小间距 */
  }
}
@media (max-width: 480px) {
  .logo-wall {
    gap: 6px;
  }
}
.footer-widget .widget-title {
  font-size: 18px;
}

.footer-widget .widget-content .widget-nav li a,
.footer-widget .widget-content p,
.copyright-area .copyright-text p {
  font-size: 14px;
}
.page-hero{
  padding: 300px 0 200px;
}
.page-hero::after{
  opacity: 0!important;
}
.page-hero .page-content {
  opacity: 0!important;
}
.page-hero .page-content h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

.page-hero .page-content ul li {
  font-size: 16px;
}

.page-lean-section .page-lean1-left .item {
  position: relative;
  background: linear-gradient(13deg, rgb(20, 96, 139), rgba(20, 96, 139, 0.5), rgb(20, 96, 139));
  backdrop-filter: blur(20px);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.page-lean-section .page-lean1-left .item:hover {
  background: linear-gradient(344deg, rgba(20, 96, 139, 0.8), rgba(20, 96, 139, 0.4), rgba(20, 96, 139, 0.8));
}
.page-lean-section .page-lean1-left .item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid rgba(20, 96, 139, 0.8);
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 991px) {
  .page-lean-section .page-lean1-left .item::after {
    display: none;
  }
}
.page-lean-section .page-lean1-left .item h4 {
  color: #fff;
  font-size: 20px;
}
.page-lean-section .page-lean1-left .item h4 img {
  margin-top: -2px;
  margin-right: 10px;
}
.page-lean-section .page-lean1-left .item p {
  color: #fff;
  font-size: 16px;
}
.page-lean-section .page-lean1-left .item:nth-of-type(2) {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .page-lean-section .page-lean1-left .item:nth-of-type(2) {
    margin-right: 0px;
  }
}
.page-lean-section .page-lean1-midd {
  position: relative;
}
.page-lean-section .page-lean1-midd .line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 50%;
  right: 50%;
  z-index: 9999;
  transform-origin: 100% 100%;
  border-radius: 300px 0 0 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  animation: radar 5s infinite linear;
  background-image: linear-gradient(45deg, rgba(20, 96, 139, 0) 0%, rgba(20, 96, 139, 0.01) 50%, rgba(20, 96, 139, 0.66) 100%);
}
.page-lean-section .page-lean1-right .item {
  position: relative;
  background: linear-gradient(166deg, rgb(20, 96, 139), rgba(20, 96, 139, 0.5), rgb(20, 96, 139));
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.page-lean-section .page-lean1-right .item:hover {
  background: linear-gradient(16deg, rgba(20, 96, 139, 0.8), rgba(20, 96, 139, 0.4), rgba(20, 96, 139, 0.8));
}
.page-lean-section .page-lean1-right .item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid rgba(20, 96, 139, 0.8);
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 991px) {
  .page-lean-section .page-lean1-right .item::after {
    display: none;
  }
}
.page-lean-section .page-lean1-right .item h4 {
  color: #fff;
  font-size: 24px;
}
.page-lean-section .page-lean1-right .item h4 img {
  margin-top: -2px;
  margin-right: 10px;
}
.page-lean-section .page-lean1-right .item p {
  color: #fff;
  font-size: 16px;
}
.page-lean-section .page-lean1-right .item:nth-of-type(2) {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .page-lean-section .page-lean1-right .item:nth-of-type(2) {
    margin-left: 0px;
  }
}
.page-lean-section .page-lean1-contact {
  display: inline-block;
  background: var(--primary-color);
  font-size: 22px;
  color: #fff;
  padding: 5px 35px 5px 5px;
  border-radius: 40px;
}
@media screen and (max-width: 991px) {
  .page-lean-section .page-lean1-contact {
    display: block;
    padding-bottom: 20px;
  }
}
.page-lean-section .page-lean1-contact span:nth-of-type(1) {
  background: #fff;
  color: #333;
  padding: 15px 25px 15px 30px;
  border-radius: 40px;
}
@media screen and (max-width: 991px) {
  .page-lean-section .page-lean1-contact span:nth-of-type(1) {
    display: block;
    padding: 15px;
    background: transparent;
    color: #fff;
  }
}

.subs-title {
  background: linear-gradient(to right, transparent, var(--primary-color), transparent);
  padding: 10px 0;
  color: #fff;
}

.renvia-feature-item.style-two:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.page-lean3-section .page-lean3-left .item,
.page-lean3-section .page-lean3-right .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  text-align: center;
  background: #f8f8f8;
  color: #333;
  box-shadow: 1px 5px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-radius: 40px;
}
.page-lean3-section .page-lean3-left .item:last-child,
.page-lean3-section .page-lean3-right .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .page-lean3-section .page-lean3-left .item,
  .page-lean3-section .page-lean3-right .item {
    margin-bottom: 0;
  }
}
.page-lean3-section .page-lean3-left .item:hover,
.page-lean3-section .page-lean3-right .item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
.page-lean3-section .page-lean3-left .item span,
.page-lean3-section .page-lean3-right .item span {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .page-lean3-section .page-lean3-left .item span,
  .page-lean3-section .page-lean3-right .item span {
    margin-left: 10px;
  }
}
.page-lean3-section .page-lean3-left .item h4,
.page-lean3-section .page-lean3-right .item h4 {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .page-lean3-section .page-lean3-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.page-lean3-section .page-lean3-left .item:nth-of-type(2), .page-lean3-section .page-lean3-left .item:nth-of-type(3) {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .page-lean3-section .page-lean3-left .item:nth-of-type(2), .page-lean3-section .page-lean3-left .item:nth-of-type(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .page-lean3-section .page-lean3-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.page-lean3-section .page-lean3-right .item:nth-of-type(2), .page-lean3-section .page-lean3-right .item:nth-of-type(3) {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .page-lean3-section .page-lean3-right .item:nth-of-type(2), .page-lean3-section .page-lean3-right .item:nth-of-type(3) {
    margin-left: 0;
  }
}

.renvia-iconic-box.style-one .icon {
  background: #ccc;
  width: 65px;
  height: 65px;
  margin-top: -40px;
}
.renvia-iconic-box.style-one .icon img {
  width: 35px;
  height: 35px;
}

.renvia-award-item.style-two {
  position: relative;
  padding: 40px 10px 0;
}
.renvia-award-item.style-two .icon {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120px;
  line-height: 1;
  display: block;
  font-weight: bold;
  color: rgba(20, 96, 139, 0.15);
  opacity: 0.4;
}
@media screen and (max-width: 991px) {
  .renvia-award-item.style-two .icon {
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}

.page-lean5-section .page-lean5-box {
  margin-bottom: 30px;
}
.page-lean5-section .page-lean5-box .icon {
  position: relative;
  text-align: center;
}
.page-lean5-section .page-lean5-box .icon .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
  font-weight: bold;
  font-size: 38px;
  color: var(--primary-color);
  z-index: 2;
  text-shadow: 1px 3px 0 rgba(255, 255, 255, 0.9);
}
.page-lean5-section .page-lean5-box .icon img {
  position: relative;
  z-index: 10;
}
.page-lean5-section .page-lean5-box .text {
  margin-top: 10px;
  color: #333;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-lean5-section .page-lean5-box .text {
    font-size: 16px;
  }
}

.page-lean7-section .page-lean7-box {
  height: 100%;
  background: rgba(20, 96, 139, 0.15);
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.page-lean7-section .page-lean7-box h3 {
  border-bottom: 1px solid rgba(20, 96, 139, 0.25);
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 24px;
}
.page-lean7-section .page-lean7-box ul {
  padding-left: 45px;
}
@media screen and (max-width: 991px) {
  .page-lean7-section .page-lean7-box ul {
    padding-left: 0px;
  }
}
.page-lean7-section .page-lean7-box ul li {
  margin-bottom: 10px;
}

.work-nav {
  background: #f5f5f5;
  border-top: 1px #e9e9e9 solid;
  border-bottom: 1px #e9e9e9 solid;
}
.work-nav.fixed {
  position: fixed;
  top: 96px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10100;
}
.work-nav .container {
  padding: 0;
}
.work-nav ul {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
}
@media screen and (max-width: 991px) {
  .work-nav ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0;
  }
}
.work-nav ul li {
  padding: 40px 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .work-nav ul li {
    padding: 20px 0;
  }
}
.work-nav ul li img {
  display: block;
  margin: 0 auto;
  height: 55px;
}
@media screen and (max-width: 991px) {
  .work-nav ul li img {
    height: 35px;
  }
}
.work-nav ul li span {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .work-nav ul li span {
    font-size: 14px;
  }
}
.work-nav ul li p {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .work-nav ul li p {
    display: none;
  }
}
.work-nav ul li:hover, .work-nav ul li.active {
  background: var(--primary-color);
}
.work-nav ul li:hover img, .work-nav ul li.active img {
  filter: brightness(0) invert(1);
}
.work-nav ul li:hover span, .work-nav ul li.active span {
  color: #fff;
}
.work-nav ul li:hover p, .work-nav ul li.active p {
  color: #fff;
}

.work-nav.pinned {
  z-index: 1000;
}

.renvia-work-sec .renvia-work-item .content .sub-text {
  top: 0;
  left: 0;
  transform: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 14px;
  height: 100%;
  border-right: 1px solid var(--primary-color);
  border-bottom: 0;
  letter-spacing: 1px;
  justify-content: flex-start;
}

.renvia-work-sec .renvia-work-item .content {
  height: 100%;
  margin-left: 150px;
}
@media screen and (max-width: 1199px) {
  .renvia-work-sec .renvia-work-item .content {
    margin-left: 40px;
  }
}
@media screen and (max-width: 991px) {
  .renvia-work-sec .renvia-work-item .content {
    margin-left: 0;
  }
}

@supports (text-orientation: upright) {
  .vertical-text {
    text-orientation: upright;
  }
}
.page-factory2-section .page-factory2-box {
  background: linear-gradient(165deg, rgba(20, 96, 139, 0.1) 0%, rgba(245, 245, 245, 0) 100%);
  padding: 25px;
  border-radius: 15px;
}
.page-factory2-section .page-factory2-box:hover {
  box-shadow: 0px 0px 25px rgba(20, 96, 139, 0.1);
}
.page-factory2-section .page-factory2-box .icon {
  font-family: var(--heading-font);
  font-size: 88px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
  color: transparent;
  margin-top: -60px;
  margin-bottom: 30px;
}
.page-factory2-section .page-factory2-box h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(20, 96, 139, 0.25);
}
.page-factory2-section .page-factory2-box h4 svg {
  margin-top: -5px;
}
.page-factory2-section .page-factory2-box h4 span {
  margin-left: 5px;
  font-size: 20px;
}
.page-factory2-section .page-factory2-box ul li {
  color: #666;
  font-size: 16px;
  font-weight: normal;
}

.page-factory3-section h4 {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.page-factory3-section .line {
  margin-bottom: 40px;
}
.page-factory3-section .line .pointer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
}
.page-factory3-section .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  border-radius: 50%;
  margin: -10px auto 0;
}
.page-factory3-section .page-factory3-left h4::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f04b";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 800;
}
.page-factory3-section .page-factory3-left .factory3-left-box {
  position: relative;
  border: 1px var(--primary-color) dashed;
  padding: 20px;
  margin: 0 20px;
}
.page-factory3-section .page-factory3-left .factory3-left-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px dashed var(--primary-color);
}
.page-factory3-section .page-factory3-left ul li {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  justify-content: center;
}
.page-factory3-section .page-factory3-left ul li::before {
  display: none;
}
.page-factory3-section .page-factory3-midd h4::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f04b";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 800;
}
.page-factory3-section .page-factory3-midd .factory3-midd-top {
  background: rgba(20, 96, 139, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border: 1px rgba(20, 96, 139, 0.2) solid;
  border-radius: 50%;
  margin: 0 20px;
}
.page-factory3-section .page-factory3-midd .factory3-midd-top p {
  font-size: 14px;
  color: #000;
}
.page-factory3-section .page-factory3-midd .factory3-midd-top.circle3 {
  margin-top: -100px;
}
.page-factory3-section .page-factory3-midd .factory3-midd-top.circle4, .page-factory3-section .page-factory3-midd .factory3-midd-top.circle5 {
  margin-top: -100px;
}
.page-factory3-section .page-factory3-right .factory3-right-box {
  position: relative;
  border: 1px var(--primary-color) dashed;
  padding: 20px;
  margin: 0 20px;
}
.page-factory3-section .page-factory3-right .factory3-right-box::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px dashed var(--primary-color);
}
.page-factory3-section .page-factory3-right ul li {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  justify-content: center;
}
.page-factory3-section .page-factory3-right ul li::before {
  display: none;
}

.renvia-work-item {
  background: #fff;
  padding: 60px 0;
}

.passage-item .icon {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -60px auto 40px;
}

.renvia-blog-post-item.style-four .post-content .title {
  font-size: 24px;
}

.renvia-blog-post-item.style-four {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 25px rgba(225, 225, 225, 0.8);
}
.renvia-blog-post-item.style-four:hover {
  box-shadow: 0px 0px 25px rgba(20, 96, 139, 0.2);
}

.renvia-feature_one .renvia-image-box .renvia-content-box {
  width: 100%;
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 20px;
  margin-top: 30px;
}

.renvia-feature_one .renvia-image {
  margin-right: 0;
}

.renvia-feature_one .renvia-image-box .renvia-content-box .content {
  padding: 30px 20px;
  border: 1px solid var(--white-color);
  border-radius: 10px;
}

@media (max-width: 1650px) {
  .renvia-feature_one .renvia-content-box .section-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .renvia-feature_one .renvia-content-box .section-title h2 {
    font-size: 28px;
  }
}
.renvia-feature_one .renvia-content-box > p {
  margin-bottom: 10px;
}

.page-four_section {
  position: relative;
  margin-top: -100px;
  z-index: 10;
}
.page-four_section .container {
  background: #fff;
  padding: 40px;
  border-radius: 30px 30px 0 0;
}

.page-about_section {
  background: #f5f5f5 url(../picture/shape.png) bottom right no-repeat;
  background-size: 30% auto;
}
.page-about_section::before {
  display: none;
}

.page-whatdoit_section h4 {
  background: var(--primary-color);
  color: #fff;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--primary-color);
}
.page-whatdoit_section .page-whatdoit_single {
  border: 1px dashed var(--primary-color);
  padding: 24px 24px 0;
}
.page-whatdoit_section .page-whatdoit_single .page-whatdoit_box {
  background: linear-gradient(180deg, rgba(20, 96, 139, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
  border: 1px dashed var(--primary-color);
  padding: 30px 0;
  height: 100%;
}
.page-whatdoit_section .page-whatdoit_single .page-whatdoit_box h5 {
  margin-bottom: 15px;
}

.page-culture_section .page-culture__single {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  color: #fff;
  border-right: 1px solid #0f567d;
  overflow: hidden;
}
.page-culture_section .page-culture__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
}
.page-culture_section .page-culture__single::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(20, 96, 139, 0.2) 0%, rgba(20, 96, 139, 0.02) 100%);
  transform: translateY(100%);
}
.page-culture_section .page-culture__single h2 {
  position: relative;
  color: #fff;
  margin-bottom: 35px;
  z-index: 12;
}
.page-culture_section .page-culture__single .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  z-index: 12;
}
.page-culture_section .page-culture__single .item h3 {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1px;
}
.page-culture_section .page-culture__single .item p {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 1px;
}
.page-culture_section .page-culture__single:hover {
  color: var(--primary-color);
  transform: all 0.3s ease-in-out;
}
.page-culture_section .page-culture__single:hover::before {
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.page-culture_section .page-culture__single:hover::after {
  transform: translateY(0%);
  transition: all 0.6s ease-in-out;
}
.page-culture_section .page-culture__single:hover h2 {
  color: var(--primary-color);
}
.page-culture_section .page-culture__single:hover .item {
  color: var(--primary-color);
}
.page-culture_section .page-culture__single:hover .item h3 {
  color: #333;
}
.page-culture_section .page-culture__single:hover .item p {
  color: #333;
}

.renvia-contact_one {
  background: #fff url(../picture/map.png) top left no-repeat;
}
.renvia-contact_one .contact-wrapper {
  background: transparent;
}

.renvia-blog-post-item.style-four .post-thumbnail img {
  border-radius: 30px;
}
.renvia-blog-post-item.style-four .post-content {
  padding: 15px 0;
}
.renvia-blog-post-item.style-four .post-content .title {
  font-size: 20px;
  text-align: center;
}

.header-navigation .main-menu ul > li .sub-menu li a img {
  width: 0;
}
.header-navigation .main-menu ul > li .sub-menu li:hover {
  transition: all 0.3s ease-in-out;
}
.header-navigation .main-menu ul > li .sub-menu li:hover a img {
  width: 16px;
  transition: width 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(5000%) hue-rotate(350deg) brightness(90%) contrast(100%);
}

.theme-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}

.page-hero .page-content ul li a {
  color: #fff;
  margin: 0 5px;
}

.theme-btn.style-nav {
  background-color: #f1f1f1;
  color: #000;
  border: 1px #dcdcdc solid;
}

@media screen and (max-width: 1199.98px) {
  .theme-btn.style-nav {
    padding: 15px 30px;
  }
}
.theme-btn:hover,
.theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.theme-btn:hover i {
  transform: rotate(-45deg);
}

.category-btn {
  text-align: center;
}

.header-navigation .main-menu ul > li.active > a {
  color: var(--primary-color);
}

.header-navigation .main-menu ul > li.active > a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.subs-title-white {
  background: linear-gradient(to right, transparent, #fff, transparent);
  padding: 10px 0;
  color: var(--primary-color);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.preloader .loading-wrapper .loading {
  border: 2px solid transparent;
  border-color: transparent var(--primary-color) transparent var(--primary-color);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
  transition: all 0.5s ease-in-out;
}

.project-alllist {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.project-alllist .project-list {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  height: 100%;
  width: 150px;
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .project-alllist .project-list {
    width: 100%;
  }
}
.project-alllist .project-img-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .project-alllist .project-img-group {
    position: relative;
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  .project-alllist .project-img-group li .project-img {
    position: relative;
    min-height: 450px;
  }
}
.project-alllist .project-img-group li .project-img p {
  left: 150px;
  width: calc(100% - 150px);
}

.renvia-team-item.style-two .member-image {
  margin: 0 15px;
}
.renvia-team-item.style-two .member-image img {
  transition: all 0.3s ease-in-out;
}
.renvia-team-item.style-two .member-image:hover {
  border-radius: 15px;
  overflow: hidden;
}
.renvia-team-item.style-two .member-image:hover img {
  transform: scale(1.1);
}

.service-slider .prev,
.service-slider .next,
.medal-slider .prev,
.medal-slider .next,
.case-slider .prev,
.case-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #f8f8f8;
  color: var(--primary-color);
  font-size: 20px;
  z-index: 20;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.service-slider .prev:hover,
.service-slider .next:hover,
.medal-slider .prev:hover,
.medal-slider .next:hover,
.case-slider .prev:hover,
.case-slider .next:hover {
  opacity: 1;
}
.service-slider .prev,
.medal-slider .prev,
.case-slider .prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .service-slider .prev,
  .medal-slider .prev,
  .case-slider .prev {
    left: 10px;
  }
}
.service-slider .next,
.medal-slider .next,
.case-slider .next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .service-slider .next,
  .medal-slider .next,
  .case-slider .next {
    right: 10px;
  }
}

.renvia-service-card.style-one img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.renvia-iconic-box.style-one:hover {
  border: 1px solid var(--primary-color);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.renvia-iconic-box.style-one:hover .icon {
  background: #fff;
}
.renvia-iconic-box.style-one:hover .content h5 {
  color: var(--primary-color);
}

.renvia-award-item.style-two:hover .icon {
  color: rgba(20, 96, 139, 0.35);
}
.renvia-award-item.style-two:hover .content .title {
  color: var(--primary-color);
  font-weight: bold;
}
.renvia-award-item.style-two:hover .content ul li {
  color: #000;
}

.page-lean7-section .page-lean7-box:hover {
  background: rgba(20, 96, 139, 0.95);
  transition: all 0.3s ease-in-out;
}
.page-lean7-section .page-lean7-box:hover h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.page-lean7-section .page-lean7-box:hover ul li {
  color: #fff;
}

.renvia-feature-item.style-two:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}
.renvia-feature-item.style-two:hover .content .title {
  color: var(--primary-color);
  font-weight: bold;
}
.renvia-feature-item.style-two:hover .content p {
  color: #000;
}

.renvia-faq-sec {
  background: #f5f5f5;
}

@media screen and (max-width: 991px) {
  .main-footer.footer-v1 .pl-100 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .main-footer.footer-v1 .pr-100 {
    padding-right: 15px;
  }
}

.footer-widget .widget-title i {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer-widget .widget-title i {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .footer-widget .widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .widget-nav {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-nav-widget.mb-40 {
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=index.css.map */