body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    line-height: 1.8;
    font-weight: 400;
    color: #000000;
  }
  
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
  }
  
  a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ba101d;
  }
  
  a:hover,
  a:focus {
    text-decoration: none;
    color: #ba101d;
    outline: none !important;
  }
  
  h1,
  h2 {
    font-size: 2.4rem;
    font-weight: 800;
    
  }
  
  @media (max-width: 575.98px) {
    h1,
    h2 {
      font-size: 1.375rem;
    }
  }
  
  h3 {
    font-size: 24px;
    font-weight: 700;
  }
  
  @media (max-width: 575.98px) {
    h3 {
      font-size: 18px;
    }
    section.sec4 img , .sec9 img , .samday-about-img {
      width: 100%;
      height: 100%;
  }
  .im_bx img {
      height: auto;
  }
  }
  
  .font-weight-medium {
    font-weight: 500;
  }
  
  .wrap {
    padding: 5px 0;
  }
  
  .wrap .top-wrap {
    font-size: 12px;
  }
  
  .wrap .top-wrap .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ba101d;
  }
  
  .wrap .top-wrap .icon span {
    color: #ba101d;
  }
  
  .wrap .top-wrap .text {
    padding-left: 15px;
    width: calc(100% - 30px);
  }
  
  .wrap .top-wrap .text span {
    display: block;
  }
  
  .wrap .top-wrap .text span:first-child() {
    text-transform: uppercase;
  }
  
  .wrap .top-wrap .text span:last-child() {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .main-nav {
    background: #e6eaf2;
    z-index: 3;
    padding: 0;
  }
  
  @media (max-width: 991.98px) {
    .main-nav {
      background: #e6eaf2;
      padding: 10px 15px;
    }
  }
  
  @media (max-width: 1199.98px) {
    .main-nav .navbar-nav {
      text-align: right;
    }
  }
  
  .main-nav .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 23px;
    padding-right: 23px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    opacity: 1 !important;
  }
  
  .main-nav .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #ba101d;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
  }
  
  .main-nav .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
  }
  
  .main-nav .navbar-nav > .nav-item > .nav-link:hover:before {
    visibility: visible;
    background-color: #ba101d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  @media (max-width: 991.98px) {
    .main-nav .navbar-nav > .nav-item > .nav-link {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.9rem;
      padding-bottom: 0.9rem;
      color: #fff;
    }
     section.sec4 img , .sec9 img , .samday-about-img {
      width: 100%;
      height: 100%;
  }
  .im_bx img {
      height: auto;
  }
    .main-nav .navbar-nav > .nav-item > .nav-link:hover {
      color: #ba101d;
    }
    .main-nav .navbar-nav > .nav-item > .nav-link:hover:before {
      display: none;
    }
  }
  
  .main-nav .navbar-nav > .nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
  }
  
  .main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000000;
  }
  
  .main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover,
  .main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    background: none;
    color: #fff;
  }
  
  .main-nav .navbar-nav > .nav-item.cta > a {
    color: #fff;
    background: #ba101d;
    border-radius: 0px;
  }
  
  .main-nav .navbar-nav > .nav-item.active > a {
    color: #fff;
  }
  
  .main-nav .navbar-nav > .nav-item.active > a:before {
    visibility: visible;
    background-color: #ba101d;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  @media (max-width: 991.98px) {
    .main-nav .navbar-nav > .nav-item.active > a {
      color: #ba101d;
    }
    .main-nav .navbar-nav > .nav-item.active > a:before {
      display: none;
    }
  }
  
  .main-nav .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
  
  .main-nav .navbar-toggler:focus {
    outline: none !important;
  }
  
  .animation-nav {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .title-absolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  @media (max-width: 575.98px) {
    .title-absolute {
      position: relative;
      top: 0;
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  
  @media (max-width: 575.98px) {
    .img-cleaner {
      display: none;
    }
  }
  
  .social-media {
    display: inline-block;
  }
  
  .social-media p a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 4px;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .social-media p a span {
    color: white;
  }
  
  .social-media p a:hover {
    background: #ba101d;
  }
  
  .social-media p a:hover span {
    color: #fff;
  }
  
  .hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
  
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.4;
    background: #000000;
  }
  
  .hero-wrap .slider-text .slider-title {
    color: #fff;
    line-height: 1.2;
    font-family: "Poppins", Arial, sans-serif;
  }
  
  .hero-wrap .slider-text .slider-title span {
    color: #ba101d;
  }
  
  .hero-wrap .slider-text .subheading {
    font-size: 15px;
    color: #ba101d;
    text-transform: uppercase;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
  }
  
  .hero-wrap .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .hero-wrap .slider-text p strong {
    font-weight: 700;
  }
  
  .hero-wrap .slider-text p strong a {
    color: #000000;
  }
  
  .hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99;
  }
  
  .hero-wrap .slider-text .breadcrumbs span {
    color: #000;
  }
  
  .hero-wrap .slider-text .breadcrumbs span i {
    font-size: 12px;
  }
  
  .hero-wrap .slider-text .breadcrumbs span a:hover,
  .hero-wrap .slider-text .breadcrumbs span a:focus {
    color: #ba101d;
  }
  
  .hero-wrap .slider-text .breadcrumbs span a:hover i,
  .hero-wrap .slider-text .breadcrumbs span a:focus i {
    color: #ba101d;
  }
  
  .owl-carousel {
    position: relative;
  }
  
  .owl-carousel .owl-item {
    opacity: 1;
  }
  
  .owl-carousel .owl-item.active {
    opacity: 1;
  }
  
  .owl-carousel .owl-dots {
    text-align: center;
  }
  
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
  }
  
  .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #4d4d4d;
  }
  
  .owl-carousel .owl-dots .owl-dot:hover,
  .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
  }
  
  .owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
  }
  
  .owl-carousel .owl-dots .owl-dot.active:after {
    border-color: #fff;
  }
  
  .owl-carousel.home-slider {
    position: relative;
    height: 800px;
    z-index: 0;
  }
  
  @media (max-width: 575.98px) {
    .owl-carousel.home-slider {
      height: 300px;
    }
  }
  
  .owl-carousel.home-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 800px;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  
  @media (max-width: 575.98px) {
    .owl-carousel.home-slider .slider-item {
      height: 300px;
    }
  }
  
  .owl-carousel.home-slider .slider-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.2;
    width: 100%;
    padding: 0;
    z-index: 0;
  }
  
  .owl-carousel.home-slider .slider-item .slider-text {
    height: 800px;
    position: relative;
  }
  
  @media (max-width: 575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text {
      height: 300px;
    }
  }
  
  .owl-carousel.home-slider .slider-item .slider-text .text {
    z-index: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .owl-carousel.home-slider .slider-item .slider-text .slider-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .slider-title {
      font-size: 22px;
    }
  }
  
  .owl-carousel.home-slider .slider-item .slider-text .slider-lead {
    font-size: 24px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    display: inline-block;
    position: relative;
  }
  
  @media (max-width: 575.98px) {
    .owl-carousel.home-slider .slider-item .slider-text .slider-lead {
      font-size: 20px;
    }
  }
  
  .owl-carousel.home-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .owl-carousel.home-slider .owl-nav .owl-prev,
  .owl-carousel.home-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  
  .owl-carousel.home-slider .owl-nav .owl-prev span:before,
  .owl-carousel.home-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
  .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
  .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
  .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
    color: #fff;
  }
  
  .owl-carousel.home-slider .owl-nav .owl-prev {
    left: 0;
    margin-left: 0;
  }
  
  .owl-carousel.home-slider .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
  }
  
  .owl-carousel.home-slider:hover .owl-nav .owl-prev,
  .owl-carousel.home-slider:hover .owl-nav .owl-next {
    opacity: 1;
  }
  
  .owl-carousel.home-slider:hover .owl-nav .owl-prev {
    margin-left: 50px;
  }
  
  .owl-carousel.home-slider:hover .owl-nav .owl-next {
    margin-right: 50px;
  }
  
  .owl-carousel.home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 100%;
    text-align: center;
  }
  
  @media (max-width: 575.98px) {
    .owl-carousel.home-slider .owl-dots {
      bottom: 10px;
    }
  }
  
  .owl-carousel.home-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
  }
  
  .owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
  }
  
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  
  .owl-carousel {
    position: relative;
  }
  
  .owl-carousel .owl-item {
    opacity: 0.4;
  }
  
  .owl-carousel .owl-item.active {
    opacity: 1;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #ba101d !important;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
  }
  
  .owl-carousel .owl-nav .owl-prev span:before,
  .owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
  }
  
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  
  .owl-carousel .owl-dots {
    text-align: center;
  }
  
  .owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
  }
  
  .owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #e6e6e6;
    border-radius: 50%;
  }
  
  .owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
  }
  
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
  }
  
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
  }
  
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
  }
  
  .owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
    border: 1px solid red;
  }
  
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
  }
  
  .bg-light {
    background: #fff;
  }
  
  .bg-dark {
    background: #000000 !important;
  }
  
  .bg-secondary {
    background: #1292ff !important;
  }
  
  .bg-primary {
    background: #ba101d !important;
  }
  
  .btn {
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 600;
  }
  
  .btn:hover,
  .btn:active,
  .btn:focus {
    outline: none;
    box-shadow: none;
  }
  
  .btn.btn-primary {
    background: #ba101d;
    border: 1px solid #ba101d;
    color: #fff;
  }
  
  .btn.btn-primary:hover {
    border: 1px solid #ba101d;
    background: transparent;
    color: #ba101d;
  }
  
  .btn.btn-primary.btn-outline-primary {
    border: 1px solid #ba101d;
    background: transparent;
    color: #ba101d;
  }
  
  .btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #ba101d;
    color: #fff;
  }
  
  .btn.btn-secondary {
    background: #1292ff;
    border: 1px solid #1292ff;
    color: #fff;
  }
  
  .btn.btn-secondary:hover {
    border: 1px solid #1292ff;
    background: transparent;
    color: #1292ff;
  }
  
  .btn.btn-secondary.btn-outline-secondary {
    border: 1px solid #1292ff;
    background: transparent;
    color: #1292ff;
  }
  
  .btn.btn-secondary.btn-outline-secondary:hover {
    border: 1px solid transparent;
    background: #1292ff;
    color: #fff;
  }
  
  .btn.btn-light {
    background: #fff;
    border: 1px solid #fff;
    color: #000000;
  }
  
  .btn.btn-light:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }
  
  .btn.btn-light.btn-outline-light {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }
  
  .btn.btn-light.btn-outline-light:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000000;
  }
  
  .btn.btn-dark {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
  }
  
  .btn.btn-dark:hover {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
  }
  
  .btn.btn-dark.btn-outline-dark {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
  }
  
  .btn.btn-dark.btn-outline-dark:hover {
    border: 1px solid transparent;
    background: #000000;
    color: #fff;
  }
  
  .btn.btn-lg {
    font-weight: bold;
  }
  
  .btn.btn-shadow-white {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.5);
  }
  
  .btn.btn-shadow-primary {
      -webkit-box-shadow: 0px 0px 10px 5px rgb(190 73 73 / 50%);
      box-shadow: 0px 0px 10px 5px rgb(190 73 73 / 50%);
  }
  
  .services {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .services .icon {
    margin-bottom: 15px;
  }
  
  .services .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: center;
  }
  
  .services .btn-custom {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #e6e6e6;
  }
  
  .services .btn-custom:hover {
    color: #1292ff;
    border-color: #1292ff;
  }
  
  .services-2 {
    margin: 0;
    padding: 0;
  }
  
  .services-2 li {
    list-style: none;
  }
  
  .services-2 li span {
    color: #1292ff;
    margin-right: 20px;
  }
  
  .services-dark {
    overflow-x: hidden;
    position: relative;
    padding: 4rem 0;
    background: #000000;
  }
  
  .services-dark h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  
  @media (max-width: 575.98px) {
    .services-dark h2 {
      font-size: 1.375rem;
    }
  }
  
  .services-dark .icon {
    margin-bottom: 10px;
  }
  
  .services-dark .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  
  @media (max-width: 575.98px) {
    .services-dark .icon-body h3 {
      font-size: 16px;
    }
  }
  
  .form-secton {
    background-position: center center !important;
    position: relative;
  }
  
  .form-secton .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    opacity: 1;
    background: #ba101d;
  }
  
  .form-secton .half {
    width: 100%;
  }
  
  .form-secton .half h2 {
    font-weight: 600;
  }
  
  .quote-form {
      padding: 26px;
      position: absolute;
      top: 44%;
      right: 10%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 500px;
      margin: 1.875rem;
      -webkit-box-shadow: 0 40px 80px -40px black;
      box-shadow: 0 40px 80px -40px black;
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
      background-color: #3e72b8 !important;
  }
  
  @media (max-width: 991.98px) {
    .quote-form {
      position: static;
      max-width: 100%;
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  
  @media (max-width: 767.98px) {
    .quote-form {
      padding: 1.25rem;
      margin: 1.875rem 1.25rem;
    }
  }
  
  @media (min-width: 1024px) and (max-width: 1200px) {
      .quote-form {
          right: 20px;
      }
  }
  
  .quote-form .title {
    color: #fff;
    font-size: 2.4rem;
    font-family: "Poppins", Arial, sans-serif;
    text-align: center;
  }
  
  @media (max-width: 767.98px) {
    .quote-form .title {
      font-size: 1.5rem;
    }
  }
  
  .quote-form .form-group {
    position: relative;
    width: 100%;
    display: block;
  }
  
  .quote-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 15px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .quote-form .form-group .icon span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .quote-form .form-group .select-wrap,
  .quote-form .form-group .input-wrap {
    position: relative;
  }
  
  .quote-form .form-group .btn {
    width: 100%;
    display: block !important;
    border-radius: 0;
  }
  
  .quote-form .form-control {
    background: #fff;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .quote-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7b7b7b;
  }
  
  .quote-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #7b7b7b;
  }
  
  .quote-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #7b7b7b;
  }
  
  .quote-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #7b7b7b;
  }
  
  .quote-form .form-control:focus,
  .quote-form .form-control:active {
    border-color: #000000;
  }
  
  .quote-form textarea.form-control {
    height: inherit !important;
  }
  
  .form-control {
    height: 48px;
    color: #999999;
    font-size: 14px;
    border-radius: 10px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  .form-control:focus,
  .form-control:active {
    border-color: #ba101d;
  }
  
  textarea.form-control {
    height: inherit !important;
  }
  
  .animate {
    opacity: 0;
    visibility: hidden;
  }
  
  .section {
    padding: 3.75rem 0;
    position: relative;
  }
  
  @media (max-width: 575.98px) {
    .section {
      padding: 1.875rem 0;
    }
    .navbar-brand {
      margin: 0 auto;
    }
  }
  
  .footer {
      color: #000;
      overflow: hidden;
      background: #e6eaf2;
      clear: both;
      position: relative;
      top: 58px;
  }\
  
  .col-lg-4 .footer h2 {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px !important;
    font-weight: 700;
  }
  
  .footer .footer-widget .footer-contact i {
    font-size: 18px;
  }
  
  .footer .footer-widget .footer-contact .icon {
    padding-top: 5px;
    width: 30px;
  }
  
  .footer .footer-widget .footer-contact .icon,
  .footer .footer-widget .footer-contact span {
    display: table-cell;
  }
  
  .footer .footer-widget .footer-contact li a {
    white-space: nowrap;
  }
  
  .footer .footer-widget .footer-form .form-control {
    color: #ffffff;
    background: transparent;
  }
  
  .footer .footer-widget .footer-form .form-control::-webkit-input-placeholder {
    color: #b1b1b1;
  }
  
  .footer .footer-widget .footer-form .form-control:-ms-input-placeholder {
    color: #b1b1b1;
  }
  
  .footer .footer-widget .footer-form .form-control::-ms-input-placeholder {
    color: #b1b1b1;
  }
  
  .footer .footer-widget .footer-form .form-control::placeholder {
    color: #b1b1b1;
  }
  
  .footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
  }
  
  .footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
  }
  
  .footer p {
    color: #000;
  }
  
  .footer a {
    color: #000;
    font-size: 0.9rem;
}
  
  .footer a:hover {
    color: #ba101d;
  }
  
  .footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  
  .footer-social li a {
    color: #000;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: #fff;
    border-radius: 50%;
    position: relative;
  }
  
  .footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .footer-social li a:hover {
    color: #ba101d;
  }
  
  .footer-small-nav > li {
    display: inline-block;
  }
  
  .footer-small-nav > li a {
    margin: 0 10px 10px 0;
  }
  
  .footer-small-nav > li a:hover,
  .footer-small-nav > li a:focus {
    color: #ba101d;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
    }
  }
  
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
      box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
    }
    70% {
      -webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
      box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
      box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
    }
  }
  
  .img,
  .blog-img,
  .user-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .bg-star {
    background: url("../images/bg_star.png"), #ba101d;
  }
  
  .testimony-section {
    position: relative;
  }
  
  .testimony-section .owl-carousel {
    margin: 0;
  }
  
  .testimony-section .owl-carousel .owl-stage-outer {
    padding: 20px 0 2rem 0;
    position: relative;
  }
  
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
  }
  
  .testimony-section .owl-nav .owl-prev,
  .testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
  }
  
  .testimony-section .owl-nav .owl-prev span:before,
  .testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .testimony-section .owl-nav .owl-prev:hover span:before,
  .testimony-section .owl-nav .owl-prev:focus span:before,
  .testimony-section .owl-nav .owl-next:hover span:before,
  .testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff;
  }
  
  .testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
  }
  
  .testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
  }
  
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
  }
  
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
  }
  
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
  }
  
  .testimony-section .owl-dots {
    text-align: center;
  }
  
  .testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .testimony-section .owl-dots .owl-dot.active {
    background: #1292ff;
  }
  
  .testimony-section .owl-dots .owl-dot.active:after {
    border-color: #1292ff;
  }
  
  .testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
  }
  
  .testimony-wrap .icon {
    position: absolute;
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ba101d;
  }
  
  .testimony-wrap .icon span {
    color: #fff;
  }
  
  .testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
  }
  
  .testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
  }
  
  .testimony-wrap .position {
    font-size: 14px;
    color: #333333;
  }
  
  .image-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  
  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }
  
  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }
  
  .block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    position: relative;
    display: block;
  }
  
  .block-23 ul {
    padding: 0;
  }
  
  .block-23 ul li,
  .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
  }
  
  .block-23 ul li .icon,
  .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
  }
  
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
  }
  
  .block-27 ul {
    padding: 0;
    margin: 0;
  }
  
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
  }
  
  .block-27 ul li a,
  .block-27 ul li span {
    color: gray;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
  }
  
  .block-27 ul li.active a,
  .block-27 ul li.active span {
    background: #ba101d;
    color: #fff;
    border: 1px solid transparent;
  }
  
  .contact-wrap {
    border-radius: 10px;
  }
  
  .contact-wrap h3 {
    font-size: 1.875rem;
  }
  
  @media (max-width: 575.98px) {
    .contact-wrap h3 {
      font-size: 1.375rem;
    }
  }
  
  .info-wrap h3 {
    color: #000000;
  }
  
  .info-wrap .dbox {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .info-wrap .dbox:last-child() {
    margin-bottom: 0;
  }
  
  .info-wrap .dbox p {
    margin-bottom: 0;
  }
  
  .info-wrap .dbox p span {
    font-weight: 600;
  }
  
  .info-wrap .dbox p a {
    color: #000000;
  }
  
  .info-wrap .dbox .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  
  .info-wrap .dbox .icon span {
    font-size: 25px;
    color: #1292ff;
  }
  
  .info-wrap .dbox .text {
    width: calc(100% - 50px);
  }
  
  .contactForm .form-control {
    border: 2px solid rgba(0, 0, 0, 0.05) !important;
  }
  
  .contactForm .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
  }
  
  .contactForm .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
  }
  
  .contactForm .form-control::-ms-input-placeholder {
    /* Default */
    color: #999999;
  }
  
  .contactForm .form-control::placeholder {
    /* Default */
    color: #999999;
  }
  
  .request-form .form-control {
    padding: 10px 20px;
    border-radius: 30px;
  }
  
  .block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
  }
  
  .block-21 .text {
    width: calc(100% - 100px);
  }
  
  .block-21 .text .heading {
    font-size: 16px;
    font-weight: 400;
  }
  
  .block-21 .text .heading a {
    color: #000000;
  }
  
  .block-21 .text .heading a:hover,
  .block-21 .text .heading a:active,
  .block-21 .text .heading a:focus {
    color: #ba101d;
  }
  
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
  }
  
  .block-21 .text .meta > div a {
    color: gray;
  }
  
  /* Blog*/
  .post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1rem;
  }
  
  .post-info > div {
    display: inline-block;
  }
  
  .post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.5;
  }
  
  .tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 11px;
  }
  
  .tagcloud a:hover {
    border: 1px solid #000;
  }
  
  .comment-form-wrap {
    clear: both;
  }
  
  .comment-list {
    padding: 0;
    margin: 0;
  }
  
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
  }
  
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
  }
  
  .comment-list li .vcard {
    width: 80px;
    float: left;
  }
  
  .comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
  }
  
  .comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
  }
  
  .comment-list li .comment-body h3 {
    font-size: 20px;
  }
  
  .comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1rem;
    color: #ccc;
  }
  
  .comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1rem;
    font-weight: 400;
    border-radius: 4px;
  }
  
  .comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
  }
  
  .search-form .form-group {
    position: relative;
  }
  
  .search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
  }
  
  .search-form .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .sidebar-box {
    margin-bottom: 40px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
  }
  
  .sidebar-box *:last-child {
    margin-bottom: 0;
  }
  
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
  }
  
  .categories li,
  .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
  }
  
  .categories li:last-child,
  .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .categories li a,
  .sidelink li a {
    display: block;
    color: #1a1a1a;
  }
  
  .categories li a span,
  .sidelink li a span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    font-size: 12px;
  }
  
  .categories li a:hover,
  .categories li a:focus,
  .sidelink li a:hover,
  .sidelink li a:focus {
    outline: none;
    color: #ba101d;
  }
  
  .categories li.active a,
  .sidelink li.active a {
    color: #ba101d;
  }
  
  .categories li.active a span,
  .sidelink li.active a span {
    color: #ba101d;
  }
  
  .faq .accordion .card .card-header .fa {
    transition: 0.3s transform ease-in-out;
  }
  
  .faq .accordion .card .card-header .collapsed .fa {
    transform: rotate(180deg);
  }
  .match-captcha {
    color: #000;
    background: #fff;
    display: flex;
    height: 42px;
    align-items: center;
    padding: 8px 10px;
  }
  .match-captcha label {
    width: 90%;
    margin-top: 7px;
  }
  .match-captcha input {
    width: 30%;
    border: 1px solid #ba101d;
    height: 100%;
    color: #ba101d;
    padding: 0 5px;
  }
  .match-captcha input:focus {
    outline: none;
  }
  button:disabled, input[type="submit"]:disabled {
    pointer-events: none;
  }
  iframe {
      float: left;
  }
  
  .hero-wrap .slider-item {
      background-position: center;
      background-size: cover;
      padding: 30px 0px 80px 0px;
  }
  
  .hero-wrap .slider-text .slider-title {
      font-size: 32px;
      font-weight: 600;
  }
  
  .hero-wrap .slider-text .slider-title {
      color: #fff;
      line-height: 1.2;
  }
  
  .slider-list {
      color: #fff !important;
      font-weight:600;
  }
  
  .btn.btn-dark {
      background: #55bc6f !important;
      border: 1px solid #55bc6f !important;
      margin-left: 18px;
      color: #fff;
  }
  
  
  element.style {
  }
  .quote-form .form-control {
      background: #fff;
      color: #7b7b7b;
      font-size: 14px;
      font-weight: 500;
      border-radius: 0;
      border: none;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  .form-control {
      height: 42px !important;
  }
  
  .her_1 {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: relative;
      background-color: #28a5de;
      padding: 2%;
  }
  
  
  .sect_03 {
      background-color: #1d4b4e;
      color: #fff;
      padding: 50px 0;
  }
  
  h2.mod_h2 {
      font-size: 40px;
      color: #fff;
  }
  
  .bene_bxs {
      background-color: #e6eaf2;
      padding: 15px;
      text-align: center;
      border: 2px solid #3ca65c;
      border-radius: 10px;
      margin-top: 40px;
      height: 86%;
  }
  
  .im_bx img {
      padding: 2%;
      border-radius: 50%;
      width: 28%;
      display: block;
      margin: -61px auto 26px;
      border: 2px solid #3ca65c;
  }
  
  .im_bx img, .rod2box {
      background-color: #fff;
  }
  
  .sect_03 {
      background-color: #078bc7;;
      color: #fff;
      padding: 50px 0;
  }
  
  h2.mod_h2 {
      font-size: 40px;
      color: #fff;
  }
  
  .bene_bxs {
      background-color: #e6eaf2;
      padding: 15px;
      text-align: center;
      border: 2px solid #28a5de;
      border-radius: 10px;
      margin-top: 40px;
      height: 86%;
  }
  
  .im_bx img {
     padding: 1%;
    border-radius: 50%;
    width: 23%;
    display: block;
    margin: -61px auto 26px;
    border: 2px solid #28a5de;
  }
  
  .im_bx img, .rod2box {
      background-color: #fff;
  }
  .blog1, .new {
      display: flex;
  }
  .box_vision {
      background-color:#d03026;
      padding: 50px;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .img_tile {
     
      justify-content: unset;
      gap: 20px;
      margin-bottom: 18px;
  }
  .box_mission {
      background: #000000;
      padding: 50px;
  }
  .img_tile {
     
      justify-content: unset;
      gap: 20px;
      margin-bottom: 18px;
  }
  .sec1ba {
      background-color: #ba101d;
      color: #fff;
      padding: 3%;
      box-shadow: -6px 6px 5px #000;
  }
  .sect_1{
      padding:5%;
  }
  .call-now {
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .callbx {
      display: flex;
      align-items: center;
      margin-left: 20px;
      background-color: #d03026;
      padding: 11px 20px;
      border-radius: 44px;
  }
  .item-icon {
      position: relative;
      text-align: center;
      height: 38px;
      width: 100%;
      max-width: 38px;
      line-height: 38px;
      background-color: #fff;
      border-radius: 50%;
      margin-right: 20px;
      animation: pulse2 infinite 2s;
      display: flex;
      align-items: center;
      font-size: 24px;
      color: #1d4b4e;
  }
  .item-icon i {
      width: 38px;
  }
  .item-icon:after {
      content: "";
      height: 58px;
      width: 58px;
      border: 2px solid #fff;
      border-radius: 50%;
      position: absolute;
      top: -10px;
      left: -10px;
      animation: pulse2 infinite 2s;
  }
  .get-free {
      background: transparent;
      color: #fff;
      font-size: 32px;
      font-weight: 900;
      padding: 0;
      line-height: 42px;
  }
  .get-free span {
      font-weight: 400;
      font-size: 14px;
      display: block;
      line-height: 12px;
  }
  .owner{
      border: 9px solid #d03026;
      padding: 2%;
      border-radius: 50%;
  }
  @media (max-width: 480px){
  .new {
      display: block;
  }}
  .maincssc h2{
      text-align:center;
  }
  section.sec2 {
      background-color: #d03026;
      padding: 5%;
  }
  .sec2b {
      background-color: #fff;
      padding: 2%;
      height: 97%;
      border-bottom-left-radius: 40px;
      border-top-right-radius: 40px;
      box-shadow: 6px 6px 5px;
  }
  section.sec8 {
      background-color: #28a5de;
      padding: 5%;
  }
  section.sec5 {
      background-color: #bfe0ef;
      padding: 5%;
  }
  .sydeny2box {
      box-shadow: 1px 1px 5px #000;
      background-color: #fff;
      padding: 2%;
      height: 96%;
      transition: all .3s;
  }
  .sydeny2box:hover {
      background-color: #ec1f27;
      box-shadow: 2px 2px 10px grey;
      color: #fff;
  }
  .river4 {
      padding: 5%;
      background-color: #eee;
  }
  .hall5box {
      background-color: #3e3a3a;
      color: rgba(255,255,255,1);
      padding: 2%;
  }
  .hall51box {
      background-color: #fff;
      padding: 2%;
  }
  .scar7{
      padding:5%;
  }
  .testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
  }
  .testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
  }
  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
  }
  .slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
  }
  .slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
  .details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
  /* swiper button css */
  .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
  .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-btn::after,
  .nav-btn::before {
    font-size: 20px;
    color: #fff;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
  @media screen and (max-width: 768px) {
    .slide p {
      padding: 0 20px;
    }
    .nav-btn {
      display: none;
    }
  }
  
  
  .wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
  }
  .wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    left: -22px;
  }
  .wrapper i:last-child{
    right: -22px;
  }
  .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel::-webkit-scrollbar {
    display: none;
  }
  .carousel.no-transition {
    scroll-behavior: auto;
  }
  .carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel.dragging .card {
    cursor: grab;
    user-select: none;
  }
  .carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel .card {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
    padding:3%;
  }
  .carousel .card .img {
    background: #d03026;
    height: 148px;
    width: 148px;
    border-radius: 50%;
  }
  .card .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
  }
  .carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
  }
  .carousel .card span {
    color: #6A6D78;
  }
  @media screen and (max-width: 900px) {
    .wrapper .carousel {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  @media screen and (max-width: 600px) {
    .wrapper .carousel {
      grid-auto-columns: 100%;
    }
    .new-menu img {
      height: 50px;
      width: 100%
  }
  .main-nav .navbar-toggler .text-white {
      color: #000 !important;}
  .main-nav .navbar-toggler {border: 1px solid #000;padding: 3px 5px;}
  }
  .main-nav .navbar-nav > .nav-item > .nav-link {
      color: #000;
  }
  .mobile-view{
      display:none;
  }
  section.sec4 {
      padding:5%;
  }
  section.sec7 {
      padding: 3%;
      padding-top: 0;
  }
  section.sec9 {
      padding: 5%;
      padding-bottom: 0;
  }
  
  
  .new_rowfor_1 {
      display: flex;
      gap: 17px;
  }
  
  .slider-item::before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(to right,#00000080,#0000004d);
  }
  .servicbx {
      /* background-color: #28a5de; */
      height: 97%;
      padding: 7%;
      border: 2px solid #ba101d;
      box-shadow: 6px 6px 5px #ba101d;
      text-align: center;
  }
  .booknw {
      text-align: center;
  }
  .cta1{
      display: flex;
      gap: 50px;
      text-align: center;
      align-items: center;
      justify-content: center;
      margin-bottom: 3%;
  }
  .booknw1 {
      display: inline-block;
      outline: 0;
      border: 0;
      cursor: pointer;
      transition: box-shadow .15s ease,transform .15s ease;
      transition: box-shadow .15s ease,transform .15s ease;
      will-change: box-shadow,transform;
      background: #0e2c44;
      box-shadow: 0px 2px 4px rgba(45,35,66,40%), 0px 7px 13px -3px rgba(45,35,66,30%), inset 0px -3px 0px #d6d6e7;
      height: 48px;
      padding: 8px 32px;
      font-size: 18px;
      border-radius: 6px;
      color: #fff;
      margin-top: 1%;
      margin-bottom: 1%;
  }
  .booknw1:hover {
      box-shadow: 0px 4px 8px rgba(45,35,66,40%), 0px 7px 13px -3px rgba(45,35,66,30%), inset 0px -3px 0px #d6d6e7;
      transform: translateY(-2px);
      background-color: #ba101d;
      color: #fff;
  }
  .booknw1:active {
      box-shadow: inset 0px 3px 7px #d6d6e7;
      transform: translateY(2px);
      color: #fff;
  }
  @media(max-width:500px){
      .haedright{
          display:none !important;
      }
      
  .nav-wrap .ml-auto .sticky_li {
      display: none !important;
  }
  }
  a.nav-link {
      text-align: center;
  }
  .nav-wrap .ml-auto .sticky_li {
      display: block;
      background-color: #ba101d;
      padding: 15px 20px;
      border-radius: 8px;
      font-weight: bold;
      margin-left: 5px;
  }
  .nav-wrap .mx-auto .sticky_li {
      display: none;
  }
  .river4 .hall5box h3 {
      font-weight: 500;
  }
  .get-free-quotes-icon {
      height: 80px;
      width: 80px;
  }
  .navbar-brand img {
      height: 65px;
  }
  .footer .footer-widget h2 {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 700;
  }
  .footer {
      padding: 30px 0px 0px 0px;
  }
  .lazy-load-map {
      position: relative;
      width: 100%; 
      height: 450px; 
      overflow: hidden; 
    }
  
    .lazy-load-map iframe {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
      border: 0; 
    }
    .second_inner_content {
    padding: 20px;
    background-color: #c43933;
    color: #fff;
    box-shadow: 0 0 40px 0 rgba(64,64,64,25%);
    margin: 0 auto 0 0;
}
.sec_under_line {
    border: 2px solid #c43933;
    width: 136px;
    margin-top: -20px;
    border-radius: 50px;
}
section.section1 {
    padding: 4%;
}
.sec85 {
    background-color: #232323;
    padding: 2%;
    height: 97%;
}
p.sec8b3 {
    background-color: #0399d5;
    padding: 1%;
    color: #fff;
}
p.sec8b31 {
    background-color: #e6eaf2;
    padding: 1%;
}
section.section3 {
    padding: 4%;
    background-color: #2aa5db;
}
.sec3b1 {
    background-color: #fff;
    padding: 4%;
    height: 97%;
    /* border-bottom-left-radius: 40px; */
    /* border-top-right-radius: 40px; */
    box-shadow: 6px 6px 5px;
    text-align: center;
}
section.section8 {
    padding: 4%;
}
section.section2 {
    padding: 4%;
    padding-top: 0;
}
.spring3box {
    display: flex;
    background-color: #ec1f27;
    align-items: center;
    padding: 1%;
    margin-bottom: 2%;
    gap: 5px;
    border-radius: 30px;
}
section.sec3 {
    padding: 4%;
    padding-top: 1%;
}
section.section6 {
    padding: 4%;
}
section.section8 {
    padding: 4%;
    padding-top: 0;
}
section.section9 {
    padding: 4%;
    padding-bottom: 1%;
}
.textbox-sld {
    border-radius: 15px;
    padding: 20px !important;
}