.stats-after-banner {
    width: 100%;
    display: block;
    background-color: #1d2435;
}
.stats-block {
    width: 100%;
    text-align: center;
    display: block;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.stats-block .stats-title {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.stats-block p {
    font-weight: 400;
    font-size: 20px;
    color: #bbbbbb;
    line-height: 1.3;
    text-align: center;
}
.stats-block-row>*:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    background-color: #404a61;
}
.stats-block-row>*:last-child:before {
    display: none;
}
.stats-block-row>*:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d4d4d4;
    transform: scalex(0);
    transform-origin: left;
    transition: all 0.65s ease;
    opacity: 0;
}
.stats-block-row>*:hover:after {
    transform: scaleX(1);
    opacity: 1;
}
.stats-block-row>*:hover .stats-title, .stats-block-row>*:hover p {
    color: #1d2435 !important;
}
.about-content h2, .about-content h1 {
    font-feature-settings: 'liga' off;
    font-weight: 700;
    color: #242c42;
}
.about-content hr {
    background: #242c42;
}
.about-content p {
    color: #242c42;
}
.about-image-shape-dg {
    position: relative;
}
.about-image-shape-dg .about-img {
    padding-right: 25px;
    object-fit: cover;
    width: 100%;
}
.about-image-shape-dg:before {
    content: '';
    position: absolute;
    border-left: 25px solid;
    height: 90%;
    top: 0px;
    right: 0;
    border-color: #9d0000;
}
.about-image-shape-dg:after {
    content: '';
    position: absolute;
    border-bottom: 25px solid;
    top: -25px;
    right: 0px;
    width: 90%;
    border-color: #9d0000;
}
.about-image-shape-dg .experience-img {
    padding: 0;
    position: absolute;
    bottom: 25px;
    display: table;
    right: 50px;
}
.btn.btn-red.about-btn {
    background: #1d2434;
}
.home-banner {
    width: 100%;
    display: block;
    overflow: hidden;
}
.owl-carousel.home-slider .owl-item img {
    max-width: 100%;
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}
.owl-carousel.home-slider .owl-nav .owl-prev, .owl-carousel.home-slider .owl-nav .owl-next {
    background-color: #fff;
    background-image: none;
    font-size: 30px;
    line-height: normal;
    width: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    border-radius: 0px 8px 8px 0px;
}
.owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    border-radius: 8px 0px 0px 8px;
}
.hero-section {
    width: 100%;
    height: 100vh;
    max-height: 550px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-color: #e0e0e0;
    overflow: hidden;
}
.hero-section .h1 {
    font-size: 60px;
    color: #111;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.2;
}
.hero-section .h1 b {
    color: #9e070c;
}
.hero-section .h5 {
    font-size: 30px;
    font-weight: 500;
    color: #444;
    display: block;
    margin: 0;
}
.typer { white-space: nowrap; }
  .typer::after {
    content: "|";
    margin-left: 2px;
    animation: lsw-caret-blink 1s step-end infinite;
  }
  @keyframes lsw-caret-blink { 50% { opacity: 0; } }

  /* -------- Heading per-char animation -------- */
  .anim-char {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    animation: lsw-charIn 0.6s ease forwards;
    /* keep spaces visible even inside spans */
    white-space: pre;
  }
  @keyframes lsw-charIn {
    to { opacity: 1; transform: translateY(0); }
  }

  /* -------- Stylistic requirement for LSW -------- */
  .anim-chars b.lsw {
    color: #9e070c !important;
    font-weight: 700;
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .anim-char { animation: none; opacity: 1; transform: none; }
    .typer::after { animation: none; }
  }


@media (min-width: 768px) and (max-width: 991px) {
.hero-section .h1 {
    font-size: 40px;
}
.hero-section .h5 {
    font-size: 20px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.hero-section .h1 {
    font-size: 50px;
}
.hero-section .h5 {
    font-size: 20px;
}
}
@media (min-width: 768px) {
.hero-section-head {
    width: 100%;
    position: relative;
    padding-left: 40px;
}
.hero-section-head:before {
    display: inline-block;
    content: "";
    border-left: 8px solid #9e070c;
    padding-left: 30px;
    height: 100%;
    position: absolute;
    left: 0;
}
}
@media (max-width: 767px) {
   .hero-section { 
        max-height: 400px;
    }
    .hero-section .h1 {
    font-size: 30px;
    }
    .hero-section .h5 {
        font-size: 20px;
    }
    .hero-section-head {
    width: 100%;
    display: block;
    text-align: center;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.stats-block .stats-title {
    font-size: 40px;
}
.stats-block p {
    font-size: 18px;
}
}
@media (max-width: 991px) {
	.about-content {
    display: block;
    margin-bottom: 60px;
}
}
@media (max-width: 767px) {
	.stats-block .stats-title {
    font-size: 38px;
}
.stats-block p {
    font-size: 16px;
}
.stats-block-row .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.stats-block {
    padding: 22px 0;
}
.about-content h2, .about-content h1 {
    font-size: 22px;
}
.owl-carousel.home-slider .owl-item img {
    height: 300px;
}
}
@media (min-width: 1600px) {
	.stats-block {
    padding: 50px 0;
}
.stats-block .stats-title {
    font-size: 50px;
}
.stats-block p {
    font-size: 22px;
}
}