
  body {
    margin: 0;
    position: relative;
  }
  .page-header .breadcrumb-item, .page-header .breadcrumb-item a {
    font-weight: 500;
    color: #fff;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
  
  .wave {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: -1;
    height: 100%;
  }
  
  .wave + .wave {
    z-index: -1;
  }
  .body {
    width: 100%;
    position: relative;
    float: left;
    display: block;
  }
  .item {
    max-width: 300px;
    width: 100%;
  /*   background: #f5f5f5; */
    min-height: 250px;
  /*   float: left; */
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .item:hover {
    max-width: 300px;
    width: 100%;
  /*   background: #f5f5f5; */
    min-height: 250px;
  /*   float: left; */
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    cursor:pointer;
  }
  figure.content-wrap {
    width: 100%;
    height: 100%;
  /*   background: #ccc; */
    float: left;
    position: relative;
    margin: 0;
    display: inline-block;
    margin-top: 15px;
    border-radius: 10px;
  }
  .item figcaption {
      float: left;
      background-color: #e7a6af1a;
      padding: 10px;
      border-radius: 10px;
      z-index: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /*-webkit-box-shadow: 0 20px 70px rgba(136,142,160,.4);
      -moz-box-shadow: 0 20px 70px rgba(136,142,160,.4);
      box-shadow: 0 20px 70px rgba(136,142,160,.4);*/
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin-top: 0px;
  }

  
  .item-icon {
    max-width: 100%;
  /*   width: 250px; */
    margin: 0 auto;
    display: block;
    transform: translateZ(20px)
  }
  .item-title {
    color: #080808;
    padding: 20px 0px 2px 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
  }
  .item-content {
    color: #545755;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
  }
  .link-text {
    opacity: 0;
    white-space: nowrap;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
  }
  .link .oi {
    position: absolute;
    right: 14px;
    top: 0px;
    line-height: 45px;
  }
  .link {
    padding: 12px 15px;
  /*   background: #fff; */
    float: right;
    margin: 5px;
    color: #222;
    border-radius: 25px;
    width: 45px;
    transition: all 0.6s;
    position: relative;
    height: 45px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 20px 50px rgba(0,0,0,.3);
    -moz-box-shadow: 0 20px 50px rgba(0,0,0,.3);
    box-shadow: 0 10px 50px rgba(0,0,0,.2);
  }
  
  .item:hover .link .link-text {
    opacity: 1;
    color: #fff;
    transition: all 0.6s;
  }
  .item:hover .link .oi {
    color: #fff;
  }
  .item:hover .link {
    width: 130px;
  }
  .item:hover .item-content,
  .item:hover .item-title {
      color: #000000;
  }
  .item:hover figcaption {
    /* background-color: #f8fffb; */
    -webkit-box-shadow: 0 50px 120px -20px rgba(255,0,50,1);
    -moz-box-shadow: 0 50px 120px -20px rgb(255, 0, 51);
    box-shadow: 0 50px 120px -60px #00009656;
    color: #0c0b0b;
    border-radius: 10px;
    transform: translate(0px, -10px);
  }
  .item:hover .item-icon {
      filter: drop-shadow(0 20px 15px rgba(0,0,0,.3));
      -moz-filter: drop-shadow(0 20px 15px rgba(0,0,0,.3));
      -webkit-filter: drop-shadow(0 20px 15px rgba(0,0,0,.3));
  }
  
  .item .item-icon {
      position: absolute;
      z-index: 888;
      padding: 0 50px;
      filter: drop-shadow(0 20px 15px rgba(136,142,160,.4));
      -moz-filter: drop-shadow(0 20px 15px rgba(136,142,160,.4));
      -webkit-filter: drop-shadow(0 20px 15px rgba(136,142,160,.4));
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear;
  }
  .item .js-tilt-glare-inner {
    background: transparent !important;
  }
  
  @keyframes zoom {
      0% {
          transform: scale(.7) rotate(0deg)
      }
  
      30% {
          transform: scale(.95) rotate(40deg)
      }
  
      60% {
          transform: scale(.8) rotate(20deg)
      }
  
      100% {
          transform: scale(1) rotate(60deg)
      }
  }























:root {
    --primary: #CC2E35;
    --secondary: #751a1f;
    --tertiary: #545755;
    --light: #ffecec;
    --dark: #00233f;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif;
    color:#00002b;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}
.logo{
    width:140px;
    height:auto;
    margin: 10px 0px 10px -10px;
}

.text-primary{
    color:#CC2E35 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-light {
    color: #000;
    background-color: #ffffff;
    border-color: #CC2E35;
}
.btn-light:hover {
    color: #000;
    background-color: #ffe6e6;
    border-color: #CC2E35;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.cta{
    margin-top: 50px;
    background-color: #CC2E35;
    border: none;
}
.cta:hover{
    margin-top: 50px;
    background-color: #440306 !important;
    border: none;
}

/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(8, 65, 30, 0.07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
 
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .carousel-caption {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        margin-top: 160px;
    }
    .head{
        color: #031013;
        font-weight: 900 !important;
    }
    .subhead{
        font-size: 16px;
        color:#545755;
        font-weight: 500;
        width:80%;
    }
    .logo{
        width:260px;
        height:auto;
        /*margin: 10px 0px 10px -10px;*/
    }
    .quote-text {
        font-size: 1.75rem;
      }
      h2 {
        font-size: 1.1rem;
      }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}
.head{
    color: #031013;
    font-weight: 900;
}
.subhead{
    font-size: 20px;
    color:#545755;
    font-weight: 500;
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .carousel-caption {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
        z-index: 1;
        margin-top: 100px;
    }
    .head{
        color: #020202;
        font-weight: 900;
    }
    .subhead{
        font-size: 12px;
        color:#545755;
        font-weight: 500;
        width:70%;
    }
    .logo{
        width:120px;
        height:auto;
        margin: 10px 0px 10px -10px;

    }
    
    .quote-text {
        font-size: 1.5rem;
      }
      h2 {
        font-size: 1rem;
      }
      .card.track {
  border: none;
  width: 65%;
  margin-left: auto;
}
    
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(#ffffff 25%, #410004bd), url(../img/about-us-banner.jpg) top center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}
/** Home Body **/
.title{
    font-size: 2rem !important;
    font-weight: 900 !important;
    color:#031013 !important;
    font-family: 'Open Sans', sans-serif;
}
.about-title{
  color:#000096 !important;
}
.body-head{
    text-align: center;
    padding: 0px 20px;
    font-size: 1rem;
    color: #545755;
}
.border{
    border:none;
}
.bg-primary {
    background-color: #CC2E35 !important;
}
/*** Facts ***/
.facts {
    background: linear-gradient(#000096ee, #000016f1), url(../img/bg.png);
}
.bord {
    background-color: #FFF;
    border-radius: 10px;
    padding:10px;
    box-shadow: 0px 8px 10px #1a411f33;
}
.d-flex {
    border: none;
}
.underline{
    color:#CC2E35;
    padding-top: 3px;
    width: 100px;
    margin: 2px auto 0;
    align-content: center;
}
.underlines{
    color:#CC2E35;
    padding-top: 3px;
    width: 100px;
    margin: 2px auto 0;
    align-content: center;
    margin-bottom: 50px;
}
.quote-container {
    max-width: 80%; /* Maintain 90% width of the viewport */

}
.quote-mark{
    align-items: center;
    margin: auto;
    padding-bottom: 20px;
}
.quote {
    /* background: radial-gradient(circle, rgb(237, 255, 237) 0%, rgb(252, 255, 252) 50%, rgb(252, 255, 252) 90%); Radial gradient centered in the container */
    backdrop-filter: blur(10px); /* Blur effect */
    background-size: cover; /* Ensure background covers the container */
    /*background-image: url('../img/Background.jpg'); /* Add your background image */
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Adding shadow */
    padding: 100px 50px;
    border-radius: 12px;
    text-align: center;
    margin: 10px 0px;
    position: relative;
    color: #fff; /* White text for better contrast */
}


.quote-title {
    font-size: 2.2rem;
    font-weight: 1000;
    font-family: 'Open Sans', serif;
    color: #CC2E35;
    /* background: linear-gradient(#CC2E35, #000096); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
    text-fill-color: transparent; */
}

.quote-title-black{
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Open Sans', serif;
    color:#000096;
}

.quote-text {
    color: #545755;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Open Sans', serif; /* Custom font for text */
}


  h2 {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.7;
  }

/*** Callback ***/
.callback {
    position: relative;
}
.p-4{
    padding: 20px !important;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
    font-family:"Open Sans", sans-serif;
    color:#545755;
    font-size: 16px;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}
.borders {
    border: solid 0.2px #00009600;
    box-shadow: 1px 5px 15px #d6b3b663;
}


/*** Footer ***/
.bg-dark{
    background-color:#00000e !important;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #020202;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

i.fa.fa-map-marker-alt.me-3,i.fa.fa-phone-alt.me-3,i.fa.fa-envelope.me-3 {
    color: #cc2e35;
}
p.mb-2.footertext {
    color: #ffecec;
}

.back{
    background-color: #fffbfb;
    background-size: cover;
}



.imageback {
    background: linear-gradient(#fbfffc,#fffffff1, #fbfffc), url(../img/bg.png);
    z-index: -2;
}

  
  .timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
  }
  
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(109, 163, 112);
    background: -moz-linear-gradient(top, rgba(248, 248, 248) 0%,  #cc2e3685 8%, #CC2E35 58%, #250103 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(155, 5, 18)), color-stop(100%,rgb(255, 138, 138)));
    background: -webkit-linear-gradient(top, rgba(248, 248, 248) 0%,  #b50e1c52 8%, #b50e1c 58%, #b50e1600 100%);
    background: -o-linear-gradient(top, rgba(248, 248, 248) 0%, #b50e0e52 8%, #b50e0e 58%, #0e91b500 100%);
    background: -ms-linear-gradient(top, rgba(248, 248, 248) 0%,  #b50e2a52 8%, #b50e16 58%, #b50e1600 100%);
    linear-gradient(to bottom, rgba(248, 248, 248) 0%, #0e91b552 8%, #0e91b5 58%, #0e91b500 100%);
    z-index: 1;
  }
  
  .timeline li {
    padding: 1em 0;
  }
  
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
  }
  
  .direction-r {
    position: relative;
    width: 300px;
    float: right;
  }
  
  .flag-wrapper {
    position: relative;
    display: inline-block;
    
    text-align: center;
  }
  
  .flag {
    position: relative;
    display: inline;
    background: #CC2E35;
    padding: 6px 10px;
    border-radius: 5px;
    
    font-weight: 600;
    text-align: left;
  }
  
  .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    color: #ffffff;
    font-family:"Open Sans", sans-serif;
  }
  
  .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    color: #ffffff;
    font-family:"Open Sans", sans-serif;
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #000096;
    z-index: 10;
  }
  
  .direction-r .flag:before {
    left: -40px;
  }
  
  .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .time-wrapper {
    display: inline;
    
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
  }
  
  .direction-l .time-wrapper {
    float: left;
  }
  
  .direction-r .time-wrapper {
    float: right;
  }
  
  .time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248,248,248);
  }
  
  .desc {
    margin: 1em 0.75em 0 0;
    font-family:"Open Sans", sans-serif;
    font-size: 0.77777em;
    line-height: 1.5em;
    color: #545755;
  }
  
  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }



  
  
  /* ================ Timeline Media Queries ================ */
  
  @media screen and (max-width: 660px) {
  
    
  .timeline {
       width: 100%;
      padding: 4em 0 1em 0;
  }
  
  .timeline li {
      padding: 2em 0;
  }
  
  .direction-l,
  .direction-r {
      float: none;
      width: 100%;
  
      text-align: center;
  }
  
  .flag-wrapper {
      text-align: center;
  }
  
  .flag {
      background: #cc2e35;
      z-index: 15;
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      width: 20px;
    height: 20px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid #000096;
      z-index: 10;
  }
  
  .direction-l .flag:after,
  .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255,255,255);
      border-width: 8px;
      pointer-events: none;
  }
  
  .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
  }
  
  .direction-l .time-wrapper {
      float: none;
  }
  
  .direction-r .time-wrapper {
      float: none;
  }
  
  .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(255, 255, 255);
      -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      box-shadow: 0 0 1px rgba(0,0,0,0.20);
      
    z-index: 15;
  }
  
  .direction-l .desc,
  .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
      
    z-index: 15;
  }
  
  }
  
  @media screen and (min-width: 400px ?? max-width: 660px) {
  
  .direction-l .desc,
  .direction-r .desc {
      margin: 1em 4em 0 4em;
  }
  
  }

.plus{
    font-weight: 100;
    padding-bottom: 500px;
  }

  .pagetitle{
    color:#031013;
    font-family:"Open Sans", sans-serif;
    font-weight: 900;
    font-size: 40px;
  }


  .bg-container {
    background: linear-gradient(to right, #b30b0b93, #00009681), url(../img/contactus.jpg) center center no-repeat;
    background-size: cover;
    padding: 5rem 0;
    border-radius: 10px; /* Optional: Adds rounded corners to the container */
    margin-top: 50px;
    font-family:"Open Sans", sans-serif;
}

.body-heads{
    font-weight: bolder;
    font-size: 3rem;
    color: #fff7f8;
    font-family:"Open Sans", sans-serif;
}

.lead{
    color:#fff3f5;
    font-weight: 200;
    font-family:"Open Sans", sans-serif;
    font-size: 14pt;
}
.foottitle{
    color: #CC2E35 !important;
}
.text-light{
    /*color:#dffde5 !important;*/
    font-family:"Open Sans", sans-serif;
}
.btn-outline-light {
    color: #CC2E35;
    border-color: #b50e162e;
}

.btn-outline-light:hover {
    color: #CC2E35;
    border-color: #ffffff;
    background-color: #00000e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000093;
    border-color: #058C42;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    color: #CC2E35;
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.border {
        border: 1px solid #b50e0e2b !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color:  #ffffff;
    background-color: #cc2e35;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: solid 0.2px #cc2e35;
}
.nav-tabs {
    border-bottom: solid 0.2px #cc2e35;
}



section {
    padding: 60px 0;
    min-height: 100vh;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: rgba(241, 253, 242, 0.541)
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #0e91b5;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #0e91b5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #cc2e35 none repeat scroll 0 0;
  border-color: #cc2e35;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #cc2e35;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
  height: 350px;
  border-radius: 10px;
}

.we-offer-area.text-center .item i {
  background: #cc2e35 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #cc2e35;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #0a8b31 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #000096;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #000096 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #cc2e35 !important;
}

.we-offer-area.text-left .item i {
  background: #cc2e35 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #0e91b5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
.servicehead{
    font-size: 16px;
}

.we-offer-area .item p {
  font-size: 12px;
  padding-top: 10px;
}


.invalid-feedback,
.empty-feedback {
  display: none;
}

.was-validated :placeholder-shown:invalid ~ .empty-feedback {
  display: block;
}

.was-validated :not(:placeholder-shown):invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid,
.was-validated :invalid {
  border-color: #dc3545;
}


.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 900;
  color:#011a41;
}

.contact-description {
  font-family: "Open Sans", sans-serif;
  color: #545755;
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
  color: #022b07;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "Open Sans", sans-serif;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #CC2E35;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #CC2E35;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
  border: none;
}

.d-flex {
    display: flex !important
;
    padding: 20px;
}
.pt-2 {
    padding-top: 2rem !important;
    padding-left: 10px;
}
p.trackhead{
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  vertical-align: middle;
  font-size: 20px;
  padding-top: 20px;
}
h2.trackhead{
  color: #fffafa;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 50px;
  padding-bottom: 20px;
}
p.tracktext{
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 5px 0px 20px 0px;
}
.card.track {
  border: none; /* applies everywhere */
  width: 100%;  /* default for mobile/tablet */
  margin-left: 0;
}

@media (min-width: 1024px) { /* or 992px if you follow Bootstrap breakpoints */
  .card.track {
    width: 65%;
    margin-left: auto; /* push to right */
  }
}

.trackpage-header {
  padding-top: 12rem;
  /* padding-bottom: 6rem; */
  /* background: linear-gradient(#ffffff 20%, #093513b0), url(../img/about-us-banner.jpg) top center no-repeat; */
  /* background-size: cover; */
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 12px;
    color: #000000;
}
.row.shipment {
    margin-top: 100px;
}
.track-btn{
    background-color:#000096;
    border:solid 1px #09003f;
}

.track-btn:hover{
    background-color:#00002b;
    border:solid 1px #09003f;
}

h2.statustitle {
    color: #fff;
        text-align: center;
    
}
h2.shipmenttitle {
    color: #CC2E35;
    font-size:30px !important;
    text-align: center;
    padding-bottom:10px;
}
.trackingnumber{
     color: #000000;
    text-align: center;
    padding-bottom:20px;
    font-weight:600;
}
.shipment-details, .trackpage-header, .status-updates {
    /* background-color: #e8f5e9; */
    /* padding: 20px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}
.card-body.status {
    text-align: center;
    font-size:14px;
    font-family: "Open Sans", sans-serif;
}
.table>thead {
    vertical-align: bottom;
    color: #CC2E35;
}
.table {
    --bs-table-bg: rgb(84 15 15 / 0%);
    --bs-table-striped-color: #000000;
    --bs-table-striped-bg: rgb(63 7 7 / 0%);
    --bs-table-active-color: #902c2c;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #555;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    /* margin-bottom: 1rem; */
    color: #555;
    vertical-align: top;
    border-color: #0e91b501;
}
.status .table-striped tbody tr:nth-of-type(odd) {
         background-color: transparent !important; /* Ensure no striped background */
    }
.card-body{
    font-size:14px;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    color: #000000;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
 .red-link {
        color: #cc2e35; !important;  /* Apply red color to the link */
    }
    
.red-link:hover {
        color: #cc2e35; !important;  /* Apply red color to the link */
    }
    
h2.statustitle {
    color: #fff;
    text-align: center;
}


.track-background {
    position: relative;
    background-image:  url(../img/track.jpg); /* Replace with your actual image path */
    
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 500px; /* <-- Increased height here */
    display: flex;
    align-items: center;
    animation: zoomBackground 7s ease-in-out forwards; /* You can adjust duration */
}

@keyframes zoomBackground {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 115%; /* zoom effect */
    }
}


.track-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000, #00009682), url(img/track.jpg);
    z-index: 1;
}

.track-background .container {
    position: relative;
    z-index: 2; /* Brings the content above the overlay */
}

/* Optional: Make text white for contrast */
.track-background .text-white,
.track-background ,
.track-background .tracktext {
    color: #fffafa;
    font-weight: 500;
}


.bg-containers {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px 0px 40px 20px;
  box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.171) !important;
  margin-top: 100px;
}

.contact-box {
  background: #fff;
  border-radius: 15px;
}

.contact-image img {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 600px;
}

.ct{
  color:#cc2e35;
}

.contact-hr {
  width: 15%;
  border: 2px solid #cc2e35; /* change color as needed */
  margin-left: 0; /* aligns to left */
  border-radius: 2px;
  margin-bottom: 20px; /* adds spacing below */
}

