
.hero-1 { margin-top: 0; position:relative; display: flex;
justify-content: start; align-items: start;

background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #fff), color-stop(100%, #010203));
background-image: -webkit-radial-gradient(#374566, #010203);
background-image: -moz-radial-gradient(#374566, #010203);
background-image: -o-radial-gradient(#374566, #010203);
background-image: radial-gradient(#666666, #000000);
text-align: left; z-index:9; }





/*=============================
    13. Banner
===============================*/
.hero-slider1 { position: relative; }
.hero-slider1 .swiper-slide {  z-index:99999999; height:850px; background-size: cover; background-position: center center; position: relative; }
.hero-slider1 .swiper-slide:after { content: ""; position: absolute; inset: 0; background: background-image:linear-gradient(to right, rgba(50,100,150,0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(50, 100, 150, 0.1) 1px, transparent 1px); background-size:0.5rem 0.5rem; background-position:0.25rem 0.25rem; opacity:1;  }
.hero-slider1 .swiper-slide:before { content: ""; position: absolute; inset: 0; background: linear-gradient(270deg, rgba(34, 44, 49, 0) 50.56%, #222C31 100%); }
.hero-slider1 .siper-slide::before { opacity:0.8; content: ""; width: 100%; position: absolute; left: 0; top: 40%; background-image: linear-gradient(to top, #000 20%, transparent); height: 60%; }
.hero-slider1 .swiper-slide::after { content: ""; width: 100%; position: absolute; left: 0; bottom: 0; height: 100%; animation: film-scratch 2.45s steps(1) infinite; background: repeating-linear-gradient(90deg, #0002 0 2px, transparent 4px 37vmin); }

@keyframes film-scratch {
	0%, 100% { transform: translateX(0); opacity: 0.5; }
	10% { transform: translateX(-1%); }
	20% { transform: translateX(1%); }
	30% { transform: translateX(-2%); opacity: 0.75; }
	40% { transform: translateX(3%); }
	50% { transform: translateX(-3%); opacity: 0.5; }
	60% { transform: translateX(8%); }
	70% { transform: translateX(-3%); }
	80% { transform: translateX(10%); opacity: 0.25; }
	90% { transform: translateX(-2%); }
}

.hero-slider1 .slider-pagination2 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 999;
  width: auto;
  display: flex;
  justify-content: center;
  overflow:hidden;
  height:100px;
  padding: 35px 60px;
}

.hero-slider1 .slider-pagination2:after {
    content: "";
    position: absolute;
    width: calc(95% - 0px);
    height: 17px;
    background: var(--raisin-black-2);
    left: 15px;
    top: 50%;
    border-radius:20px;
    transform: translate(0, -50%);
}

.hero-slider1 .slider-pagination2.shad-black-btn > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.hero-slider1 .slider-pagination2 .custom-page {
  display: block;
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 55px;
  line-height: 30px;
  text-align:center;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0.75rem;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  border: none;
  background: var(--raisin-black-2);
  border: solid 5px var(--raisin-black-1);
  background-clip: padding-box;
  transition: all 0.25s ease-in-out;
  color: #fff;
  z-index:99999;
}
.custom-page.is-pressing {
  transform: translateY(2px);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4),
              inset 0 -2px 4px rgba(255, 255, 255, 0.2);
}
.hero-slider1 .slider-pagination2 .custom-page,
.hero-slider1 .slider-pagination2 .custom-page * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.hero-slider1 .slider-pagination2 .custom-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: -5px;
  border: 1px solid #332d2c;
  border-radius: inherit;
  pointer-events: none;
}
.hero-slider1 .slider-pagination2 .custom-page::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(-30deg, #2a2625 0%, #201c1b 100%);
  pointer-events: none;
}
.hero-slider1 .slider-pagination2 .custom-page:active {
  animation: press 50ms linear;
  animation-fill-mode: forwards;
}
.hero-slider1 .slider-pagination2 .custom-page.active,
.hero-slider1 .slider-pagination2 .custom-page:hover {
  color: var(--tg-theme-primary);
  text-shadow: none;
}

/* Icon inside the button */
.hero-slider1 .slider-pagination2 .custom-page i {
  font-style: normal;
  font-weight: bold;
  display: block;
  line-height: 1;
  pointer-events: none;
}

/* Icon color change on active */
.hero-slider1 .slider-pagination2 .custom-page.active > i {
  color: #69af74;
  pointer-events: none;

}














.slider-pagination2-wrapper {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.slider-play-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0.5rem;
  margin: 0.75rem;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  outline: none;
  background: #282322;
  color: #69af74;
  border: solid 5px transparent;
  background-clip: padding-box;
  box-shadow: -3px -3px 13px 3px #302b29, 4px 4px 15px 6px #0c0b0b;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.slider-play-toggle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: -5px;
  border: 1px solid #332d2c;
  border-radius: inherit;
  pointer-events: none;
}

.slider-play-toggle::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(-30deg, #2a2625 0%, #201c1b 100%);
  pointer-events: none;
}

.slider-play-toggle:focus {
  outline: 2px dashed #69af74;
  outline-offset: 4px;
}

.slider-play-toggle:hover:not(.is-pressing) {
  transform: translateY(-2px);
}

.slider-play-toggle.is-pressing {
  transform: translateY(2px);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4),
              inset 0 -2px 4px rgba(255, 255, 255, 0.2);
}
















/* Responsive tweaks */
@media (max-width: 1399px) {
  .hero-slider1 .slider-pagination2 {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .hero-slider1 .slider-pagination2 .custom-page {
    width: 40px;
    height: 40px;
    padding: 0.9rem;
    font-size: 14px;
    margin: 0.6rem;
  }
}
@media (max-width: 767.98px) {
  .hero-slider1 .slider-pagination2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider1 .slider-pagination2 {
    display: block;
  }
}

/* Animation keyframes */
@keyframes press {
  100% {
    box-shadow: -1px -1px 10px 2px #12100f, 3px 3px 10px 3px #302b29;
  }
}
@keyframes depress {
  0% {
    box-shadow: -1px -1px 10px 2px #12100f, 3px 3px 10px 3px #302b29;
  }
  100% {
    box-shadow: 7px 7px 20px 5px #0f0d0d, -3px -3px 20px 3px #463e3c;
  }
}



.hero-style1 { position: relative; z-index: 99999; padding: 240px 0 180px; }
.hero-style1 .sub-title { font-size: 16px; color: var(--tg-color-white-default); text-transform: uppercase; letter-spacing: 0.05em; margin-top: -0.5em; margin-bottom: 20px; }
.hero-style1 .sub-title span { font-weight: 700; -webkit-filter: drop-shadow(1px 5px 7px rgba(37, 66, 65, 1)) }
.hero-style1 .hero-title { color: #fff; margin-bottom: 40px; }
.hero-style1 .h2, .hero-style1 .h3 { display: block; }

.hero-style1 .hero-title .text-strock { color: #101010; -webkit-text-stroke: 1px var(--tg-theme-primary); }

@media (max-width: 1500px) {
  .hero-style1 .hero-title { font-size: 60px; line-height: 1.3em; }
}
@media (max-width: 1399px) {
  .hero-style1 .hero-title { font-size: 50px; }
}
@media (max-width: 1199.98px) {
  .hero-style1 .hero-title { font-size: 48px; }
}
@media (max-width: 767.98px) {
  .hero-style1 .hero-title { font-size: 40px; }

}
.hero-style1 .tg-button-wrap .btn { box-shadow: none; }
@media (max-width: 1399px) {
  .hero-style1 { padding: 180px 0 120px; }
}
@media (max-width: 991.98px) {
  .hero-style1 { padding: 120px 0; }
  .cctv-header { font-size: 9px; }
}
@media (max-width: 767.98px) {
  .hero-style1 { text-align: center; }
  .hero-style1 .tg-button-wrap { justify-content: center; }
.cctv-header { font-size: 9px!important; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style1 { text-align: start; }
  .hero-style1 .tg-button-wrap { justify-content: start; }
.cctv-header { font-size: 9px; }
}

/*hero 2****************/
.hero-2 {
  background: var(--tg-color-gray-1);
  padding: 360px 0 90px;
  position: relative;
  z-index: 1;
}
.hero-2:before, .hero-2:after {
  content: "";
  position: absolute;
  width: 2228.26px;
  height: 265.92px;
  background: linear-gradient(90deg, var(--tg-color-gray-1) 20.73%, var(--tg-color-gray-6) 100%);
  transform: rotate(169.93deg);
  z-index: -1;
  top: 100px;
  left: -120px;
}
.hero-2:before {
  width: 1537.18px;
  height: 331.15px;
  background: linear-gradient(90deg, var(--tg-color-gray-1) 20.73%, var(--tg-color-gray-6) 100%);
  transform: rotate(169.93deg);
  bottom: -210px;
  right: -60px;
  left: auto;
  top: auto;
}
@media (max-width: 991.98px) {
  .hero-2 {
    padding: 225px 0 90px;
  }
}
@media (max-width: 767.98px) {
  .hero-2 {
    padding: 200px 0 90px;
  }
}

.hero-style2 .hero-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -0.17em;
}
@media (max-width: 1399px) {
  .hero-style2 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style2 .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .hero-style2 .hero-title {
    font-size: 40px;
  }
}
.hero-style2 .sub-title {
  font-size: 18px;
  font-weight: 500;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 50px;
}
.hero-style2 .hero-form-wrap {
  display: flex;
  gap: 30px;
}
.hero-style2 .hero-form-wrap .hero-thumb-wrap {
  border-radius: 10px;
  overflow: hidden;
  flex: none;
  width: 66.666%;
}
.hero-style2 .hero-form-wrap .hero-thumb-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .hero-style2 .hero-form-wrap .hero-thumb-wrap {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .hero-style2 .sub-title {
    font-size: 16px;
  }
  .hero-style2 .hero-form-wrap {
    display: block;
  }
  .hero-style2 .hero-form-wrap .hero-thumb-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.hero-feature-grid {
  display: flex;
  gap: 20px;
}
.hero-feature-grid .box-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--tg-color-gray-5);
  border: 2px dashed var(--tg-border-8);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-feature-grid .box-icon svg,
.hero-feature-grid .box-icon img {
  transition: 0.4s;
}
.hero-feature-grid .box-details {
  align-self: center;
}
.hero-feature-grid .box-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--tg-color-white-default);
  margin-bottom: 6px;
}
.hero-feature-grid .box-text {
  color: var(--tg-color-white-default);
  margin-bottom: -0.4em;
}
.hero-feature-grid:hover .box-icon img, .hero-feature-grid:hover .box-icon svg {
  transform: scale(-1) rotate(180deg);
}
@media (max-width: 1199.98px) {
  .hero-feature-grid {
    display: block;
  }
  .hero-feature-grid .box-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .hero-feature-grid {
    display: flex;
  }
  .hero-feature-grid .box-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .hero-feature-grid {
    display: block;
  }
  .hero-feature-grid .box-icon {
    margin-bottom: 20px;
  }
}

/*hero 3****************/
.hero-3 {
  background-color: var(--tg-color-gray-8);
  --space: 120px;
  padding: calc(var(--space) + 160px) 0 var(--space);
}
@media (max-width: 1199.98px) {
  .hero-3 {
    --space: 100px;
  }
}
@media (max-width: 991.98px) {
  .hero-3 {
    padding: calc(var(--space) + 140px) 0 var(--space);
  }
}
@media (max-width: 767.98px) {
  .hero-3 {
    padding: calc(var(--space) + 80px) 0 var(--space);
  }
}

.hero-thumb3 {
  display: flex;
  justify-content: end;
  gap: 20px;
  align-items: start;
}
.hero-thumb3 .img1 {
  border: 13px solid #132222;
  border-radius: 500px;
  overflow: hidden;
}
.hero-thumb3 .img2 {
  border: 13px solid #132222;
  border-radius: 500px;
  overflow: hidden;
  margin-top: 77px;
}
@media (max-width: 991.98px) {
  .hero-thumb3 {
    justify-content: center;
  }
}

.hero-style3 .hero-title {
  color: var(--tg-color-white-default);
  font-size: 66px;
  font-weight: 700;
  margin-top: -0.15em;
  margin-bottom: 16px;
}
.hero-style3 .hero-title span {
  background: linear-gradient(90deg, var(--tg-theme-primary) 0%, #C7FFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-style3 .hero-text {
  font-size: 18px;
  font-weight: 500;
}
.hero-style3 .btn {
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .hero-style3 .hero-title {
    font-size: 55px;
  }
  .hero-style3 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .hero-style3 {
    text-align: center;
  }
  .hero-style3 .hero-title {
    font-size: 50px;
  }
  .hero-style3 .tg-button-wrap {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .hero-style3 .hero-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-style3 .hero-title {
    font-size: 45px;
  }
}

/*hero 4****************/
.hero-slider4 {
  position: relative;
  background: var(--tg-color-gray-3);
}
.hero-slider4 .swiper-slide {
  background-size: cover;
  position: relative;
}
.hero-slider4 .swiper-slide .hero-bg-shape4-1 {
  position: absolute;
  inset: 0;
  background-size: cover;
}
.hero-slider4 .swiper-slide .hero-bg-shape4-2 {
  width: 258.61px;
  height: 632.52px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--tg-theme-primary) 100%);
  transform: rotate(-33.94deg) translate(-50%, 50%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-slider4 .swiper-slide .hero-bg-shape4-3 {
  position: absolute;
  width: 258.61px;
  height: 572.44px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--tg-theme-primary) 100%);
  transform: rotate(-33.94deg) translate(-10%, 80%);
  bottom: 0;
  left: 0;
}
.hero-slider4 .swiper-slide .hero-bg-shape4-4 {
  position: absolute;
  width: 106.64px;
  height: 572.44px;
  background: linear-gradient(180deg, rgba(18, 137, 130, 0) 0%, rgba(18, 137, 130, 0.0354719) 10.6%, var(--tg-theme-primary) 100%);
  transform: rotate(-33.94deg) translate(-100%, 10%);
  bottom: 0;
  left: 50%;
}
@media (max-width: 1399px) {
  .hero-slider4 .swiper-slide .hero-bg-shape4-4 {
    transform: rotate(-33.94deg) translate(40%, 40%);
  }
}
.hero-slider4 .slider-arrow {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--tg-color-gray-1);
  backdrop-filter: blur(40px);
  border: 0;
  color: var(--tg-color-white-default);
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
}
.hero-slider4 .slider-arrow.slider-prev {
  left: 120px;
}
.hero-slider4 .slider-arrow.slider-next {
  right: 120px;
}
.hero-slider4 .slider-arrow:hover {
  background: var(--tg-theme-primary);
}
@media (max-width: 1500px) {
  .hero-slider4 .slider-arrow {
    right: 100px !important;
  }
  .hero-slider4 .slider-arrow.slider-next {
    transform: translate(0, calc(-50% - 40px));
  }
  .hero-slider4 .slider-arrow.slider-prev {
    left: auto;
    transform: translate(0, calc(-50% + 40px));
  }
}
@media (max-width: 1399px) {
  .hero-slider4 .slider-arrow {
    width: 50px;
    height: 50px;
    right: 80px !important;
  }
  .hero-slider4 .slider-arrow.slider-next {
    transform: translate(0, calc(-50% - 30px));
  }
  .hero-slider4 .slider-arrow.slider-prev {
    transform: translate(0, calc(-50% + 30px));
  }
}
@media (max-width: 1200px) {
  .hero-slider4 .slider-arrow {
    right: 40px !important;
  }
}
@media (max-width: 767.98px) {
  .hero-slider4 .slider-arrow {
    top: auto;
    transform: none;
    bottom: 40px;
    right: 50% !important;
  }
  .hero-slider4 .slider-arrow.slider-next {
    transform: translate(calc(50% + 30px), 0);
  }
  .hero-slider4 .slider-arrow.slider-prev {
    transform: translate(calc(50% - 30px), 0);
  }
}

.hero-style4 {
  position: relative;
  z-index: 1;
  padding: 175px 0;
}
.hero-style4 .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-color-white-default);
  text-transform: uppercase;
  margin-top: -0.5em;
  margin-bottom: 12px;
}
.hero-style4 .sub-title span {
  font-weight: 700;
}
.hero-style4 .hero-title {
  color: var(--tg-color-white-default);
  margin-bottom: 40px;
}
.hero-style4 .hero-title .h2,
.hero-style4 .hero-title .h3 {
  display: block;
}
@media (max-width: 1500px) {
  .hero-style4 .hero-title {
    font-size: 60px;
    line-height: 1.3em;
  }
}
@media (max-width: 1399px) {
  .hero-style4 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .hero-style4 .hero-title {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .hero-style4 .hero-title {
    font-size: 40px;
  }
}
.hero-style4 .tg-button-wrap .btn {
  box-shadow: none;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .hero-style4 {
    padding: 120px 0;
  }
}
@media (max-width: 767.98px) {
  .hero-style4 {
    text-align: center;
    padding: 120px 0 210px;
  }
  .hero-style4 .tg-button-wrap {
    justify-content: center;
  }
}

/*hero 5****************/
.hero-5 {
  background: #151F23;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-5 .hero-bg-shape5-1 {
  position: absolute;
  width: 1295.86px;
  height: 965.63px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 60px;
  transform: rotate(-35.62deg) translate(50%, -50%);
  top: 0;
  right: 0;
  z-index: -1;
}
.hero-5 .hero-bg-shape5-2 {
  position: absolute;
  background: var(--tg-theme-primary);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border-bottom: 0;
  width: 158px;
  height: 87px;
  left: 50px;
  top: 0;
  opacity: 0.17;
  z-index: -1;
}
.hero-5 .hero-bg-shape5-3 {
  position: absolute;
  background: var(--tg-theme-primary);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0.17;
  left: 36px;
  top: 100px;
  z-index: -1;
}

.hero-style5 {
  padding: 120px 0;
}
.hero-style5 .sub-title {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-theme-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.hero-style5 .hero-title {
  font-size: 64px;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .hero-style5 .hero-title {
    font-size: 58px;
  }
}
@media (max-width: 991.98px) {
  .hero-style5 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .hero-style5 .hero-title {
    font-size: 40px;
  }
}
.hero-style5 .hero-text {
  color: var(--tg-color-white-default);
  font-size: 18px;
  font-weight: 500;
  max-width: 560px;
}
@media (max-width: 991.98px) {
  .hero-style5 {
    padding: 150px 0;
    text-align: center;
  }
  .hero-style5 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style5 .tg-button-wrap {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .hero-style5 {
    padding: 120px 0;
  }
  .hero-style5 .hero-text {
    font-size: 16px;
  }
}

.hero-thumb5-wrap {
  height: 100%;
  padding-top: 130px;
}
.hero-thumb5-wrap .hero-thumb5 {
  margin-right: -350px;
  display: inline-block;
  height: 100%;
  position: relative;
}
.hero-thumb5-wrap .hero-thumb5:after {
  content: "";
  position: absolute;
  inset: 18px 53px -230px 48px;
  border: 2px solid var(--tg-theme-primary);
  border-radius: 60px;
  transform: rotate(-20.41deg);
}
.hero-thumb5-wrap .hero-thumb5 .thumb {
  height: 100%;
  overflow: hidden;
}
.hero-thumb5-wrap .hero-thumb5 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .hero-thumb5-wrap .hero-thumb5 {
    margin-right: -270px;
  }
}
@media (max-width: 1199.98px) {
  .hero-thumb5-wrap {
    padding-top: 60px;
    padding-left: 40px;
  }
  .hero-thumb5-wrap .hero-thumb5 {
    margin-right: -200px;
  }
  .hero-thumb5-wrap .hero-thumb5:after {
    inset: 58px -47px -160px 58px;
  }
}
@media (max-width: 991.98px) {
  .hero-thumb5-wrap {
    display: none;
  }
}