﻿@import 'https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';
.bg-cinza {
  background: #f5f5f5;
  position: relative;
}
.sbg-02 {
  background: #e7f2ff;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
.d-flex {
  display: flex;
}
.d-inline-block {
  display: inline-block;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-3 {
    order: 3;
  }
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.img-fluid {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-end {
  text-align: end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: end;
}
.align-items-center {
  align-items: center;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
header .top_menu {
  background-color: #a40000;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: normal;
  color: #fff;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 10px;
  }
}
header .top_menu .dn_btn:hover {
  color: #f8bb15;
}
header .top_menu .header-social a {
  color: #fff;
  transition: all 300ms linear 0s;
}
header .top_menu .header-social a:hover {
  color: #f8bb15;
}
header .top_menu .header-social a i {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .header-social a i {
    margin-right: 6px;
  }
}
header .top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}
header .header-area {
  background: linear-gradient(180deg, #000 0%, transparent 100%);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header-area.sticky {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  margin: 0 auto;
  width: 100%;
  left: 0%;
  top: 0%;
  border-radius: 2px;
  border-bottom: 1px solid #d00707;
  box-shadow: 1px 4px 15px -2px rgba(0, 0, 0, 0.3882352941);
  padding: 10px 20px;
  transition: 0.5s ease;
  animation: menu-anime 0.6s ease-in-out forwards;
}
@keyframes menu-anime {
  0% {
    opacity: 0.3;
    transform: translateY(-90px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-area.sticky {
    left: 0%;
    top: 0%;
    width: 100%;
    position: fixed;
    border-radius: 0 0 10px 10px;
    background: #000;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .header-area.sticky {
    left: 0%;
    top: 0%;
    width: 100%;
    position: fixed;
    border-radius: 0 0 10px 10px;
    background: #000;
  }
}
@media (max-width: 575px) {
  header .header-area.sticky {
    left: 0%;
    top: 0%;
    width: 100%;
    position: fixed;
    border-radius: 0 0 10px 10px;
    background: #000;
  }
}
header .header-area.sticky .header-main {
  height: 65px;
}
header .header-area.sticky .header-main .logo {
  width: 230px;
  display: flex;
  top: 0;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  height: 95px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-area .header-main {
    padding: 0px 20px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  header .header-area .header-main {
    padding: 0px 20px;
    height: 90px;
  }
}
header .header-area .header-main .logo,
header .header-area .header-main .logo2 {
  position: relative;
  padding: 10px 15px;
  width: 290px;
  top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-area .header-main .logo,
  header .header-area .header-main .logo2 {
    width: 190px;
  }
}
@media (max-width: 575px) {
  header .header-area .header-main .logo,
  header .header-area .header-main .logo2 {
    width: 190px;
  }
}
header .header-area .header-main .logo img,
header .header-area .header-main .logo2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item a .plus {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  margin-left: 3px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item a .plus::before,
header .header-area .header-main .nav-menu .menu .menu-item a .plus::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background: #fff;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item a .plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .header-area .header-main .nav-menu .menu .menu-item a::after {
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item a:hover {
  color: #f8bb15;
}
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  a:hover
  .plus::before,
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  a:hover
  .plus:after {
  background-color: #f8bb15;
}
header .header-area .header-main .nav-menu .menu .menu-item a:hover::after,
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  a.active-nav::after {
  width: 100%;
  background: #f8bb15;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 185px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 10px 0;
  border-top: 3px solid #d00707;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  .sub-menu
  .menu-item {
  display: block;
  margin: 0 20px;
}
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  .sub-menu
  .menu-item
  a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s ease;
}
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  .sub-menu
  .menu-item
  a:hover {
  color: #d00707;
  padding-left: 4px;
}
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  .sub-menu
  .menu-item
  a::after {
  margin: 0;
}
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  .sub-menu
  .menu-item
  a:hover::after,
header
  .header-area
  .header-main
  .nav-menu
  .menu
  .menu-item
  .sub-menu
  .menu-item
  a.active-nav::after {
  width: 25%;
  background: #d00707;
}
@media (min-width: 992px) {
  header
    .header-area
    .header-main
    .nav-menu
    .menu
    .has-children:hover
    .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header
    .header-area
    .header-main
    .nav-menu
    .menu
    .has-children:hover
    a
    .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    min-height: 100vh;
    top: 0;
    overflow-y: auto;
    background-color: #222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item a {
    color: #000;
    padding: 12px 15px;
    border-bottom: 1px solid #333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item a .plus::before,
  header .header-area .header-main .nav-menu .menu .menu-item a .plus::after {
    background-color: #fff;
  }
  header .header-area .header-main .nav-menu .menu .menu-item a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: 1px solid #333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
  header
    .header-area
    .header-main
    .nav-menu
    .menu
    .menu-item
    .sub-menu
    .menu-item {
    margin-left: 0;
  }
  header
    .header-area
    .header-main
    .nav-menu
    .menu
    .menu-item
    .sub-menu
    .menu-item
    a {
    padding: 12px 45px;
    color: #fff;
    border-bottom: 1px solid #333;
  }
  header
    .header-area
    .header-main
    .nav-menu
    .menu
    .menu-item
    .sub-menu
    .menu-item
    a:hover {
    padding-left: 45px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header
    .header-area
    .header-main
    .nav-menu
    .menu
    .has-children.active
    a
    .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 35px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 35px;
  background-color: #f8bb15;
  position: relative;
  border-radius: 50px;
}
header .header-area .header-main .open-nav-menu span::after,
header .header-area .header-main .open-nav-menu span::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #f8bb15;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: rgba(0, 0, 0, 0);
  color: #d00707;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .contact-btn .btn {
  padding: 18px 30px;
}
header .header-area .contact-btn .btn-one {
  padding: 15px 40px;
}
.padding-banner {
  padding-top: 136px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 106px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-banner {
    padding-top: 90px;
  }
}
@media (max-width: 575px) {
  .padding-banner {
    padding-top: 90px;
  }
}
.footer-area {
  background: #f3f3f3;
  padding: 40px 0 0;
  position: relative;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 10px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  height: 90px;
  object-fit: contain;
}
.footer-area .footer-top .single-footer-caption .footer-cap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.footer-area .footer-top .single-footer-caption .footer-cap ul li {
  margin: 0 10px;
}
.footer-area .footer-top .single-footer-caption .footer-cap ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap ul li a:hover {
  color: #d00707;
  transform: translateY(-2px);
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  filter: brightness(0);
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  line-height: 2;
  margin-bottom: 12px;
}
.leftmenu {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  font-size: 2rem;
}
.leftmenu a {
  text-decoration: none !important;
}
.leftmenu .leftmenu__item {
  max-width: 55px;
  max-height: 47px;
  height: 35px;
  margin: 3px 0;
  display: block;
  background-color: #a40000;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  border-radius: 0 5px 5px 0;
}
.leftmenu .leftmenu__item span {
  display: inline-block;
}
.leftmenu .leftmenu__item .title {
  color: #fff;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
.leftmenu .leftmenu__item .icon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  color: #fff;
}
.leftmenu .leftmenu__item .fab {
  font-size: 18px !important;
}
.leftmenu .leftmenu__item:hover {
  max-width: 100%;
  min-width: 100%;
}
.leftmenu .leftmenu__item:hover .title {
  padding-left: 20px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}
.banner-full {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  margin-top: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .banner-full {
    margin-top: 0px;
  }
}
.banner-full .logo-bnr {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 80px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .banner-full .logo-bnr {
    justify-content: center;
  }
}
.banner-full .logo-bnr img {
  width: 230px;
  height: 70px;
  object-fit: contain;
  background: #fff;
  border-radius: 5px;
}
.banner-full .swiper-slide.swiper-slide-active .fadeUp {
  opacity: 0;
  animation: fadeup 1.2s ease-out 0.8s 1 normal forwards;
}
.banner-full .swiper-slide.swiper-slide-active .flipIn {
  opacity: 0;
  animation: flipIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s both;
}
.banner-full .swiper-buttons {
  color: #a40000;
  height: 50px;
  width: 50px;
  background: #eee;
  border-radius: 50%;
  outline: 1px solid #a40000;
  outline-offset: 5px;
  box-shadow: 1px 1px 30px -5px #000;
  transition: 0.3s ease;
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .swiper-buttons {
    display: flex;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .banner-full .swiper-buttons {
    display: flex;
    width: 40px;
    height: 40px;
  }
}
.banner-full .swiper-buttons.swiper-button-prev {
  left: 30px;
}
.banner-full .swiper-buttons.swiper-button-next {
  right: 30px;
}
.banner-full .swiper-buttons::before,
.banner-full .swiper-buttons::after {
  font-size: 20px;
  font-weight: 600;
}
.banner-full .swiper-buttons:hover {
  transform: scale(1.1);
}
.banner-full .banner-main {
  position: relative !important;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
}
@media (min-width: 1441px) {
  .banner-full .banner-main {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main {
    height: 940px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main {
    height: 720px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main {
    height: 740px;
  }
}
.banner-full .banner-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
.banner-full .banner-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-full .banner-main .content-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area {
    align-items: start;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area {
    align-items: start;
  }
}
.banner-full .banner-main .content-area .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-full .banner-main .content-area .bg .image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.1) brightness(0.8);
  animation: loopScale 10s ease-in-out 0s infinite alternate forwards;
}
.banner-full .banner-main .content-area .bg .shape {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.banner-full .banner-main .content-area .bg .shape img {
  width: 115%;
  height: 100%;
  object-position: left bottom;
  margin-left: -30px;
  opacity: 1;
}
.banner-full .banner-main .content-area .bg::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000 40%, transparent 100%);
  opacity: 0.7;
  mix-blend-mode: normal;
  z-index: 1;
}
.banner-full .banner-main .content-area .content {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 90%;
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 95%;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 90%;
    padding: 20px;
  }
}
.banner-full .banner-main .content-area .content .text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: left;
  margin: 5px 0;
  width: 50vw;
  margin-left: 10vw;
  top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text {
    width: 55vw;
    margin-left: 4vw;
    top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .text {
    width: 80vw;
    top: 40px;
    margin-left: 8vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .text {
    width: 80vw;
    top: 50px;
    margin-left: 8vw;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text {
    width: 98vw;
    top: 40px;
    margin-left: 2vw;
  }
}
.banner-full .banner-main .content-area .content .text h1,
.banner-full .banner-main .content-area .content .text h2,
.banner-full .banner-main .content-area .content .text span {
  color: #fff;
  font-size: 2.6rem;
  text-shadow: 2px 2px 65px rgba(0, 0, 0, 0.5);
  line-height: 2.7rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
}
.banner-full .banner-main .content-area .content .text h1 b,
.banner-full .banner-main .content-area .content .text h2 b,
.banner-full .banner-main .content-area .content .text span b {
  font-weight: 700;
  color: #d00707;
}
.banner-full .banner-main .content-area .content .text p {
  font-size: 1rem;
  font-weight: 1rem;
  font-weight: 300;
  color: #fff;
  margin: 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-top: 5px;
  }
}
.banner-full .banner-main .content-area .content .text .btn-one {
  padding: 10px 20px;
  font-size: 16px;
  background: #d00707;
  color: #fff;
}
.banner-full .banner-main .content-area .content .text .btn-one::after {
  background-color: #a40000;
}
.banner-full .banner-main .content-area .content .text .btn-one i {
  width: 25px;
  height: 25px;
}
.banner-full .banner-main .content-area .content .image-banner {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid rgba(249, 249, 249, 0.6);
  box-shadow: 8px 8px 45px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .image-banner {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .image-banner {
    width: 100%;
    height: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .image-banner {
    width: 95%;
    height: 260px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .image-banner {
    margin: 30px 10px;
    width: 90%;
    height: 240px;
  }
}
.banner-full .banner-main .content-area .content .image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}
.banner-full .banner-main .content-area .content .image-banner img.obj-contain {
  object-fit: contain;
}
.banner-full .banner-thumb {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-thumb {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-thumb {
    display: none;
  }
}
.banner-full .banner-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.banner-full .banner-thumb .img-thumb {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s ease;
  box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-thumb .img-thumb {
    width: 60px !important;
    height: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-thumb .img-thumb {
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-thumb .img-thumb {
    width: 60px !important;
    height: 60px !important;
  }
}
.banner-full .banner-thumb .img-thumb.swiper-slide-thumb-active {
  transform: scale(1.4);
  opacity: 1;
  border: 2px solid #d00707;
  box-shadow: 0 3px 25px -5px rgba(0, 0, 0, 0.6);
}
.banner-full .banner-thumb .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section .animate,
.animate2 {
  transition: 1s;
  opacity: 0;
}
@media (max-width: 767px) {
  section .animate,
  .animate2 {
    transform: translateX(0) !important;
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}
section.show-animate .animate {
  transition: 1s;
  opacity: 1;
}
.title-area {
  text-align: left;
  margin-bottom: 20px;
}
.title-area .subtitle {
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(12px, 3vw, 16px);
  margin-bottom: 15px;
}
.title-area .subtitle span {
  padding: 5px 20px;
  background-color: rgba(248, 187, 21, 0.1);
  border-radius: 3px;
  color: #000;
  font-weight: 700;
}
.title-area .title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #484848;
  margin-bottom: 10px;
}
.title-area .title b {
  color: #d00707;
}
.title-area.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-area.text-center .title {
  margin-bottom: 20px;
}
.title-area.text-center p {
  text-align: center;
}
.section-about {
  overflow: hidden;
}
.section-about .about-content {
  padding: 0 10px;
}
.section-about .about-content .title-area {
  text-align: left;
  margin-bottom: 20px;
}
.section-about .about-content .title-area .subtitle {
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(12px, 3vw, 16px);
  margin-bottom: 15px;
}
.section-about .about-content .title-area .subtitle span {
  padding: 5px 20px;
  background-color: rgba(248, 187, 21, 0.1);
  border-radius: 3px;
  color: #000;
  font-weight: 700;
}
.section-about .about-content .title-area .title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 2.8rem;
  color: #484848;
  margin-bottom: 10px;
}
.section-about .about-content .title-area .title b {
  color: #d00707;
}
.section-about .about-content .title-area.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-about .about-content .title-area.text-center .title {
  margin-bottom: 20px;
}
.section-about .about-content .title-area.text-center p {
  text-align: center;
}
.section-about .about-content .text-content .desc {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-about .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-about .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section-about .about-content .text-content .desc {
    width: 100%;
  }
}
.section-about .about-content .text-content .desc p {
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #74787c;
  margin: 5px 0;
}
.section-about .about-content .about-list {
  margin: 10px 0;
}
.section-about .about-content .about-list .item-list {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.section-about .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(233, 233, 233, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #d00707;
}
.section-about .about-content .about-list .item-list .text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1a1a1a;
  margin-left: 10px;
  margin-bottom: 0;
}
.section-about .about-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 570px;
  margin: 15px 0;
}
@media (max-width: 575px) {
  .section-about .about-thumbnail {
    height: 450px;
  }
}
.section-about .about-thumbnail .thumbnail {
  width: 90%;
  height: 100%;
  border-radius: 30px;
  border: 4px solid rgba(255, 255, 255, 0.7);
  box-shadow: 1px 1px 30px -5px rgba(0, 0, 0, 0.3);
}
.section-about .about-thumbnail .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-about .about-thumbnail .thumbnail {
    width: 95%;
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-about .about-thumbnail .thumbnail {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .section-about .about-thumbnail .thumbnail {
    width: 100%;
    height: 100%;
  }
}
.section-about .about-thumbnail .box-counter {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  right: 20px;
  top: 60px;
  width: 250px;
  height: 170px;
  border-radius: 10px;
  background: linear-gradient(30deg, #a40000 10%, #a40000 80%);
  box-shadow: -10px 10px 30px -5px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-thumbnail .box-counter {
    width: 220px;
    height: 140px;
  }
}
@media (max-width: 575px) {
  .section-about .about-thumbnail .box-counter {
    top: 25px;
    left: 15px;
    width: 190px;
    height: 120px;
  }
}
.section-about .about-thumbnail .box-counter .box-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
}
.section-about .about-thumbnail .box-counter .box-number .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8bb15;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.section-about .about-thumbnail .box-counter .box-number .icon i {
  font-size: 40px;
  color: #a40000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-thumbnail .box-counter .box-number .icon {
    width: 60px;
    height: 60px;
  }
  .section-about .about-thumbnail .box-counter .box-number .icon i {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .section-about .about-thumbnail .box-counter .box-number .icon {
    width: 45px;
    height: 45px;
  }
  .section-about .about-thumbnail .box-counter .box-number .icon i {
    font-size: 25px;
  }
}
.section-about .about-thumbnail .box-counter .box-number .counter {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-thumbnail .box-counter .box-number .counter {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .section-about .about-thumbnail .box-counter .box-number .counter {
    font-size: 35px;
  }
}
.section-about .about-thumbnail .box-counter .box-number .plus {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.section-about .about-thumbnail .box-counter .text {
  margin-top: 10px;
}
.section-about .about-thumbnail .box-counter .text p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-thumbnail .box-counter .text p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-about .about-thumbnail .box-counter .text p {
    font-size: 14px;
  }
}
.section-about .about-thumbnail .box-counter .text span {
  color: #fff;
  font-weight: 800;
}
.section-about .about-thumbnail .mini-image {
  position: absolute;
  width: 250px;
  height: 250px;
  right: 15px;
  bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 1px 1px 30px -5px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.section-about .about-thumbnail .mini-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.section-about .about-thumbnail .btn-play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100px;
  height: 100px;
  bottom: -35px;
  right: 310px;
  border-radius: 100%;
  background: linear-gradient(30deg, #a40000 20%, #d00707 80%);
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running
    pulse;
  cursor: pointer;
  border: 0;
  z-index: 3;
}
.section-about .about-thumbnail .btn-play i {
  font-size: 2rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-thumbnail .btn-play {
    width: 80px;
    height: 80px;
    right: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-about .about-thumbnail .btn-play {
    width: 70px;
    height: 70px;
    bottom: 0;
    bottom: 25px;
    right: 235px;
  }
}
@media (max-width: 575px) {
  .section-about .about-thumbnail .btn-play {
    width: 70px;
    height: 70px;
    bottom: 0;
    bottom: 25px;
    right: 170px;
  }
}
.section-about .about-thumbnail .btn-play:is(:hover, :focus) {
  transform: scale(1.1);
}
@keyframes pulse {
  100% {
    box-shadow: 0 0 0 50px rgba(193, 244, 246, 0);
  }
}
.box-cards-mission {
  margin-top: 70px;
}
.box-cards-mission .card-mission {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #f1f1f1;
  border-radius: 70px 20px 70px 20px;
  box-shadow: 0px 4px 25px -5px rgba(23, 37, 57, 0.3);
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-cards-mission .card-mission {
    height: auto;
    margin: 40px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-cards-mission .card-mission {
    height: auto;
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .box-cards-mission .card-mission {
    height: auto;
    margin: 40px 0;
  }
}
.box-cards-mission .card-mission:hover {
  transform: scale(1.02);
}
.box-cards-mission .card-mission::after {
  position: absolute;
  left: 50%;
  top: 4px;
  transform: translate(-50%, -50%);
  content: '';
  height: 115px;
  width: 115px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}
.box-cards-mission .card-mission .icon {
  height: 88px;
  width: 88px;
  border-radius: 50px;
  background: #d00707;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s ease-in-out;
}
.box-cards-mission .card-mission .icon i {
  font-size: 40px;
  color: #fff;
}
.box-cards-mission .card-mission .content {
  text-align: center;
  margin-top: 40px;
  padding: 45px 15px;
}
.box-cards-mission .card-mission .content .title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #1a1a1a;
}
.box-cards-mission .card-mission .content .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #1a1a1a;
}
.list {
  margin: 10px 0;
}
.list li {
  margin: 5px 0;
}
.list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 5px;
  background-color: rgba(0, 64, 175, 0.5);
  color: #fff;
  margin-right: 5px;
}
.brands-area {
  background: #f8bb15;
  padding: 20px 0;
}
.brands-area img {
  filter: brightness(0) invert(1);
  height: 61px !important;
  object-fit: contain !important;
}
.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #a40000;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #d00707;
  padding-left: 5px;
}
.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a {
  word-break: break-all;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #d00707;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #a40000;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: '';
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #f8bb15, #fff 40%);
  background: #f8bb15;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn {
    margin-left: 0;
    width: 80%;
  }
}
.section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 1;
}
.section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #a40000;
  background: linear-gradient(90deg, #d00707 45%, #a40000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  margin: 0;
}
@media (max-width: 575px) {
  .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .section-title02 .subtitle {
    font-size: 16px;
  }
}
.section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .section-title02 .title {
    font-size: 22px;
  }
}
.section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #d00707 45%, #a40000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.section-title02 .desc {
  margin: 5px 0;
}
.section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.section-text .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.section-text .title-text01 .title {
  position: relative;
}
.section-text .title-text01 .title .sub-bg {
  position: absolute;
  top: -45px;
  left: -35px;
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d00707;
  opacity: 0.1;
}
.section-text .title-text01 .title h1,
.section-text .title-text01 .title h2,
.section-text .title-text01 .title h3 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  margin: 10px 0;
  color: #202020;
}
.section-text .title-text01 .title h1 b,
.section-text .title-text01 .title h2 b,
.section-text .title-text01 .title h3 b {
  color: #d00707;
}
.style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #d00707;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.style-img01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #d00707;
  background: linear-gradient(180deg, #d00707 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.style-img01::after {
  content: '';
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(
        farthest-side at -33.33% 50%,
        rgba(0, 0, 0, 0) 52%,
        #a40000 54% 57%,
        rgba(0, 0, 0, 0) 59%
      )
      0 40px,
    radial-gradient(
        farthest-side at 50% 133.33%,
        rgba(0, 0, 0, 0) 52%,
        #a40000 54% 57%,
        rgba(0, 0, 0, 0) 59%
      )
      40px 0,
    radial-gradient(
      farthest-side at 133.33% 50%,
      rgba(0, 0, 0, 0) 52%,
      #a40000 54% 57%,
      rgba(0, 0, 0, 0) 59%
    ),
    radial-gradient(
      farthest-side at 50% -33.33%,
      rgba(0, 0, 0, 0) 52%,
      #a40000 54% 57%,
      rgba(0, 0, 0, 0) 59%
    ),
    #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.style-img01 .imgs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.style-img01 .imgs img {
  width: 32%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #d00707;
  border-radius: 12px;
}
.accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion {
    width: 95%;
  }
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #d00707;
}
.accordion .accordion-item button[aria-expanded='true'] .icon {
  color: #d00707;
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 20px;
  }
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #d00707;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #d00707;
  border: 1px solid #d00707;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #f8bb15;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #a40000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .accordion button[aria-expanded='true'] + .accordion-content {
    overflow-y: scroll;
  }
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p,
.accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content p a:hover,
.accordion .accordion-content li a:hover {
  color: #d00707;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #f8bb15;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.section-atuacao .card-atuacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 15px;
  border-bottom: 4px solid #f8bb15;
  background-color: #d00707;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-atuacao .card-atuacao {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-atuacao .card-atuacao {
    min-height: 350px;
  }
}
.section-atuacao .card-atuacao .icon {
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.section-atuacao .card-atuacao .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 70px;
  color: #fff;
}
.section-atuacao .card-atuacao .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(80%) sepia(91%) saturate(400%) hue-rotate(352deg)
    brightness(89%) contrast(96%);
}
.section-atuacao .card-atuacao .text {
  text-align: center;
}
.section-atuacao .card-atuacao .text h2,
.section-atuacao .card-atuacao .text h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-atuacao .card-atuacao .text h2,
  .section-atuacao .card-atuacao .text h3 {
    font-size: 22px;
  }
}
.section-atuacao .card-atuacao .text p {
  font-size: 14px;
  color: #f1f1f1;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-atuacao .card-atuacao .text p {
    font-size: 16px;
  }
}
.lp-products {
  padding-bottom: 0 !important;
}
.lp-products .box-top {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-image: url(../img/banners/banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.lp-products .box-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.lp-products .box-top .box-title {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (max-width: 575px) {
  .lp-products .box-top .box-title {
    margin-top: 0;
  }
}
.lp-products .box-top .box-title .title {
  position: relative;
}
.lp-products .box-top .box-title .title .sub-bg {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 110px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  xs {
  .lp-products .box-top .box-title .title .sub-bg {
    font-size: 90px;
  }
}
.lp-products .box-top .box-title .title h1,
.lp-products .box-top .box-title .title h2,
.lp-products .box-top .box-title .title h3 {
  position: relative;
  font-size: 3rem;
  line-height: 3.4rem;
  margin: 10px 0;
  color: #fff;
  top: 30px;
}
.lp-products .box-top .box-title .title h1 b,
.lp-products .box-top .box-title .title h2 b,
.lp-products .box-top .box-title .title h3 b {
  color: #d00707;
}
.box-prod {
  position: relative;
  width: 100%;
  margin-top: 30px;
  top: -150px;
}
.box-prod .card-lp {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  z-index: 1;
  margin: 15px 5px;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
  overflow: hidden;
}
.box-prod .card-lp h2,
.box-prod .card-lp h3 {
  border-radius: 15px 15px;
  color: #a40000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-prod .card-lp h2,
  .box-prod .card-lp h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-prod .card-lp h2,
  .box-prod .card-lp h3 {
    font-size: 20px;
  }
}
.box-prod .card-lp p {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.box-prod .card-lp p span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #15ab4c;
  padding: 8px 12px;
  margin: 0 auto;
  border-radius: 8px;
  width: 80%;
  transition: 0.4s ease;
}
.box-prod .card-lp p span i {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}
.box-prod .card-lp img {
  height: 240px;
  width: 95%;
  margin-top: 20px;
  padding: 10px;
  border-radius: 8px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.box-prod .card-lp:hover {
  transform: scale(1.03);
}
.box-prod .card-lp:hover p span {
  color: #fff;
  border: 1px solid #24bd5c;
  background-color: #13803b;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.box-prod .card-lp .skewed {
  position: absolute;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(30deg, #d00707 0%, #a40000 100%);
  z-index: -1;
  border-radius: 8px 8px 0 0;
  clip-path: polygon(0 0, 100% 0%, 100% 52%, 0 68%);
}
.box-gallery .g-item {
  background-color: #eee;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .box-gallery .g-item {
    height: 200px;
  }
}
.box-gallery .g-item:hover::before {
  opacity: 1;
}
.box-gallery .g-item:hover img {
  transform: scale(1.05);
}
.box-gallery .g-item::before {
  font-family: FontAwesome;
  content: '';
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(208, 7, 7, 0.4);
  z-index: 1;
}
.box-gallery .g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.service-page .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.service-page .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.service-page .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #a40000;
}
.service-page .service-content .titles2 {
  color: #a40000;
  font-size: 24px;
  margin: 15px 0;
}
.service-page .service-content p {
  font-size: 16px;
  text-align: justify;
}
.service-page .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #d00707;
  margin: 20px 0;
}
.service-page .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #d00707;
}
.service-page .service-details-card .details {
  margin-left: 20px;
}
.service-page .service-details-card .details h2,
.service-page .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.service-page .service-details-card .details p {
  font-size: 16px;
}
.testimonials .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  border: 1px solid #eee;
  min-height: 265px;
  box-shadow: 1px 1px 30px -4px rgba(0, 0, 0, 0.09);
  transition: 0.3s ease-in-out;
}
.testimonials .item::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  background-color: rgba(221, 221, 221, 0.3);
  border-radius: 15px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}
.testimonials .item p {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  font-style: italic;
  color: #5a3733;
  text-align: center;
}
.testimonials .item .profile {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.testimonials .item .profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border: 2px solid rgba(255, 147, 71, 0.3568627451);
}
.testimonials .item .profile .information {
  padding-left: 20px;
  width: 75%;
}
.testimonials .item .profile .information .stars {
  padding: 5px 0;
}
.testimonials .item .profile .information .stars i {
  color: #ffd832;
  font-size: 12px;
}
.testimonials .item .profile .information p {
  font-size: 18px;
  text-align: left;
  margin: 0px auto 0px;
  color: #d00707;
  font-weight: 900;
  line-height: 1;
}
.testimonials .item .profile .information span {
  color: #eb6d2f;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}
.testimonials .item .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -15px;
  right: 40px;
  background-color: #d00707;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.testimonials .item .icon i {
  font-size: 22px;
  color: #fff;
  opacity: 1;
}
@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
}
.whatsapp-icon {
  margin-top: 13px;
}
.slider-height {
  height: 350px;
  background-size: cover;
}
.hero-overly {
  position: relative;
  z-index: 1;
}
.hero-overly::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}
.slider-area {
  background-image: url(../img/banners/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-area .hero-cap h1 {
  color: #d00707;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area .hero-cap h1 {
    font-size: 35px;
  }
}
.ajust-padding {
  padding-top: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
@media (max-width: 575px) {
  .ajust-padding {
    padding-top: 115px;
  }
}
.ajust-link {
  color: #a40000;
  font-weight: 500;
}
.ajust-link:hover {
  color: #d00707;
}
.color-w {
  color: #d00707;
  margin: 0;
}
.home-form {
  border-top: 3px solid rgba(16, 112, 201, 0.1098039216);
  padding: 65px 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
.home-form form,
.home-form input,
.home-form label,
.home-form p,
.home-form textarea {
  color: #000 !important;
}
.home-form::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/banners/bg-form.png');
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
}
.home-form .shadow-contact {
  text-align: center;
}
.home-form .shadow-contact h2 {
  color: #d00707;
  font-weight: 600;
  margin-top: -45px;
  font-size: 2em;
}
.home-form .shadow-contact span {
  font-size: 60px;
  font-weight: 800;
  color: #a40000;
  opacity: 0.09;
}
.home-form .contact-card .icon-contact {
  background: color-mix(in srgb, #a40000, #fff 80%);
  padding: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.home-form .contact-card .icon-contact i {
  font-size: 25px;
  color: #a40000;
}
.home-form .contact-card .content p {
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.home-form .contact-card .content p a {
  color: #000;
}
.home-form .contact-card .content p a:hover {
  color: #d00707;
}
.form-contact {
  padding: 20px;
  border: 1px solid #eee;
  background: #fff;
}
.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 15px;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
  padding-top: 20px;
}
.form-contact button {
  border: none;
}
#form-prod-int {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.h3-form {
  font-size: 20px;
  color: #f8bb15;
}
.h3-form i {
  color: #d00707;
  font-size: 18px;
  position: relative;
  top: 5px;
}
.contact-animate-area {
  padding: 80px 0;
  background: #484848;
  position: relative;
  z-index: 2;
}
.contact-animate-area .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.contact-animate-area .card {
  margin-top: 15%;
}
@media (max-width: 991px) {
  .contact-animate-area .card {
    margin-top: 5%;
  }
}
.contact-animate-area .card .swiper {
  width: 90%;
  height: 300px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-animate-area .card .swiper {
    width: 100%;
  }
}
.contact-animate-area .card .swiper span {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 0.8rem;
}
.contact-animate-area .card .swiper span i {
  font-size: 1rem;
  margin-right: 5px;
}
.contact-animate-area .card .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(
    to right,
    #a40000,
    color-mix(in srgb, #a40000, #000 35%)
  );
  padding: 10px;
}
.contact-animate-area .card .swiper .swiper-slide .icon {
  font-size: 4em;
  margin-bottom: 20px;
  filter: drop-shadow(1px 1px 3px #6e6e6e);
}
.contact-animate-area .card .swiper .swiper-slide a {
  color: #fff;
  text-align: center;
  font-size: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-animate-area .card .swiper .swiper-slide a {
    font-size: 0.8em;
  }
}
.contact-animate-area .card .swiper .swiper-slide a:hover {
  color: #eee;
}
.contact-animate-area .card .swiper .color2 {
  background-image: linear-gradient(
    to right,
    #f8bb15,
    color-mix(in srgb, #f8bb15, #000 35%)
  );
}
.contact-animate-area .animate {
  transform: translateX(100%);
}
@media (max-width: 991px) {
  .contact-animate-area {
    text-align: center;
  }
}
.contact-animate-area .ajust-margin {
  margin-top: 20%;
}
@media (max-width: 991px) {
  .contact-animate-area .ajust-margin {
    margin-top: 200px;
  }
}
.contact-animate-area .section-title h2 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-animate-area .section-title h2 {
    font-size: 2.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-animate-area .section-title h2 {
    font-size: 2.6em;
  }
}
.contact-animate-area p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #eaeaea;
}
.contact-animate-area .btn i {
  margin-right: 5px;
}
.contact-animate-area .btn:not(:last-child) {
  margin-right: 15px;
}
.contact-animate-area .marquee-container {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 30px;
}
.contact-animate-area .marquee-container .marquee {
  animation: move-text 30s linear infinite;
  position: absolute;
  z-index: -1;
}
.contact-animate-area .marquee-container .marquee p {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.77);
  -webkit-text-stroke-width: 2px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1em;
  word-spacing: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 0 30px;
  display: inline-block;
}
.contact-animate-area .marquee-container-copy {
  display: flex;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 50px;
}
.contact-animate-area .marquee-container-copy .marquee {
  animation: move-text-copy 26s linear infinite;
  position: absolute;
  z-index: -1;
}
.contact-animate-area .marquee-container-copy .marquee p {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.77);
  -webkit-text-stroke-width: 2px;
  font-size: 100px;
  font-weight: 500;
  line-height: 1em;
  word-spacing: 0px;
  color: rgba(0, 0, 0, 0);
  padding: 0 70px;
  display: inline-block;
}
@keyframes move-text {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes move-text-copy {
  0% {
    transform: translateX(110%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.contact-animate-area.show-animate .animate {
  transform: translateX(0);
}
.politica-de-privacidade h2 {
  margin-top: 15px;
}
.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: #1f2937;
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4b5563;
}
.lgpd .description a {
  color: #3b82f6;
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #1f2937;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.lgpd .actions .pref:hover {
  color: #9ca3af;
}
.lgpd .actions .pref:focus {
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #111827;
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: #374151;
}
.lgpd .actions .accept:focus {
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: 2px;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flipIn {
  0% {
    transform: rotate3d(-1, 1, 0, -80deg);
    opacity: 0;
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}
@keyframes loopScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.sedebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.sedebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
  color: #d00707;
}
.sedebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.sedebar02 .box-categoria ul li {
  padding: 18px 25px;
  background: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.sedebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.sedebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #d00707;
}
.sedebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.sedebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.sedebar02 .sidebar-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.sedebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sedebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.sedebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #d00707;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.sedebar02 .sidebar-cta .content-inner h2,
.sedebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.sedebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #d00707;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.sedebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #d00707;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: hidden !important;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.4s ease;
}
p {
  color: #171717;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}
img {
  width: 100%;
  height: auto;
}
section {
  overflow-x: hidden;
}
.section-padding {
  padding: 65px 0;
}
.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
}
.section-title span {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}
.section-title.text-center .divider {
  margin: 0 auto;
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.divider {
  background: #d00707;
  -webkit-mask-image: url(../img/logo/divider.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 55px;
  height: 25px;
}
.btn {
  background: #a40000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 20px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #d00707;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  left: 0;
  width: 100%;
}
.btn:active {
  top: 2px;
}
.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #f8bb15;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: '➜';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #a40000;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}
.btn-one {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  max-width: fit-content;
  border-radius: 10rem;
  transition: all 0.2s;
  border: none;
  font-family: inherit;
  font-weight: 600;
  color: #fff;
  background-color: #a40000;
  transition: 0.4s ease-in-out;
}
.btn-one.wpp {
  background-color: #25d366;
}
.btn-one.wpp:hover {
  background-color: #10871a;
}
.btn-one.wpp::after {
  background-color: #10871a;
}
.btn-one:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 18px rgba(38, 38, 38, 0.15);
  background-color: #a40000;
  color: #fff;
}
.btn-one::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.8s ease-in-out;
  background-color: #a40000;
}
.btn-one:hover::after {
  transform: scaleX(1.2) scaleY(1.5);
  opacity: 0;
}
.btn-one i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 10rem;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  transform: rotate(0deg);
}
.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #d00707;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #a40000;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(100%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span,
.btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #d00707;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1,
.btn-two .icon .i2 {
  color: #d00707;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 100%) rotate(-30deg);
}
.whats-form {
  background: #22ba59;
  margin-left: 10px !important;
}
.whats-form::after {
  background-color: #01a43d;
}
.go-top-btn {
  background: #f8bb15;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}
* {
  scrollbar-width: auto;
  scrollbar-color: #d00707 #fff;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 20px;
}
*::-webkit-scrollbar-thumb {
  background-color: #d00707;
  border-radius: 10px;
  border: 3px solid #fff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #a40000;
}
.banner_outer {
  background-image: linear-gradient(to right, #d00707 0%, #a40000 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.banner_outer .bg-image {
  position: absolute;
  display: flex;
  align-items: center;
  border-radius: 0 0 500px 0;
  width: 75%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner_outer .bg-image::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #171717;
  opacity: 0.9;
  mix-blend-mode: multiply;
  z-index: 1;
}
.banner_outer .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
  z-index: -1;
}
.banner_outer .banner-box {
  display: flex;
  align-items: center;
  width: 90%;
  height: 95%;
  padding: 10px 0;
  z-index: 10;
  overflow: hidden;
}
.banner_outer .banner-box .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-left: 50px;
}
.banner_outer .banner-box .banner-content .title h1,
.banner_outer .banner-box .banner-content .title h2,
.banner_outer .banner-box .banner-content .title h3,
.banner_outer .banner-box .banner-content .title span {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
}
.banner_outer .banner-box .banner-content .title h1 b,
.banner_outer .banner-box .banner-content .title h2 b,
.banner_outer .banner-box .banner-content .title h3 b,
.banner_outer .banner-box .banner-content .title span b {
  color: #d00707;
}
.banner_outer .banner-box .banner-content .desc {
  margin-top: 30px;
}
.banner_outer .banner-box .banner-content .desc p {
  color: #fff;
}
.banner_outer .banner-box .banner-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 550px;
  margin: 0 auto;
}
.banner_outer .banner-box .banner-image::before {
  position: absolute;
  display: block;
  content: '';
  right: -50px;
  bottom: -55px;
  width: 25%;
  height: 50%;
  background-image: radial-gradient(#ffffff 2.5px, transparent 2.5px);
  background-size: 22px 22px;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.banner_outer .banner-box .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 150px 150px 10px 150px;
  background-color: #fff;
}
.banner_outer .banner-box .banner-image img.obj-contain {
  object-fit: contain;
} /*# sourceMappingURL=style.css.map */
