*{
  margin: 0;
  padding: 0;
  font-family: 'DMSans';
}

@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
}

/* Font Size Utility Classes */

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}
p{
  margin-bottom: 0px;
}
.slider-section{
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.bg_shadow_red{
  background: linear-gradient(220.67deg, rgba(236, 16, 0, 0) 75.86%, #EC1000 109.94%);
  position: absolute;
  width: 100%;
  height: 415px;
  transform: rotate(-180deg);
  top: 0;
  left: 0;
  content: "";
  z-index: 99;
}
.bg_shadow_left{
    height: 319px;
    background-repeat: no-repeat;
    width: 36%;
    z-index: 1;
    position: absolute;
    background-image: url('../images/ellipse_19.png');
}
.about_us_gradient{
    height: 100%;
    background-repeat: no-repeat;
    width: 36%;
    z-index: 1;
    position: absolute;
    background-image: url(../images/bg.png);
    top: 0;
}
.about-us-left{
  position: relative;
  z-index: 999;
}
.bg_shadow_center {
  width: 100%;
  height: 234px;
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0.5;
  background: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0) 100%
  );

  pointer-events: none;  /* Allows interaction with elements underneath */
  z-index: 10;           /* Adjust as needed */
}
.bg_shadow_bottom{
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 70px;
  left: 0;
  opacity: 0.5;

  background: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0.85) 43.1%,
    rgba(0, 0, 0, 0) 100%
  );

  pointer-events: none;  /* Optional: Allows interaction with elements below */
  z-index: 1;           /* Adjust based on layout needs */
}

.js-marquee-wrapper{
  display: flex;
  justify-content: space-between;
}
.partner-logos {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  display: flex;
  gap: 30px;
}
.partner-logos div {
  display: flex;
  justify-content: space-between;
}
.partner-logos img {
  max-height: 60px;
  margin: 0 15px;
}
.marquee-2 img{
  width: 120px;
}
.btn{
  transition: all 0.4s ease-in-out;
}
.btn:hover img{
  transform: rotate(45deg);
}
/*|===================================================================================
  Header
=====================================================================================|*/
header{
  position: fixed;
  z-index: 100;
  width: 100%;
}
#mainHeader{}
.header-2{
  position: relative;
  background-color: rgba(239, 239, 239, 1);
}
.navbar-dark .navbar-nav .nav-item{
  margin-right: 25px;
}
.navbar-dark .navbar-nav .nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
#mainHeader.fixed .navbar-dark .navbar-nav .nav-item::after, .header-2 .navbar-nav .nav-item::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ec1000;
    transition: width .3s;
}
.navbar-dark .navbar-nav .nav-item:last-child::after{
    display: none;
}
#mainHeader.fixed .navbar-dark .navbar-nav .nav-item:hover::after, .navbar-dark .navbar-nav .nav-item:hover::after {
    width: 100%;
}
/* .header-2 .navbar-nav .nav-item:hover::after {
    width: 100%;
} */
.navbar-dark .navbar-nav .nav-link{
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: .75rem 0;
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover{
  /* color: #ec1000; */
  color: #ffffff;
}
.header-2 .nav-item .nav-link{
  color: rgba(7, 5, 25, 1)!important;
}
.navbar-dark .navbar-nav .nav-link img{
  margin-right: .375rem;
}
#mainHeader.header-2 .navbar-dark .navbar-nav .nav-link img{
  filter: brightness(0) saturate(100%) invert(12%) sepia(78%) saturate(7225%) hue-rotate(13deg) brightness(99%) contrast(106%);
}
.navbar-dark .navbar-nav .nav-link img{
  transition: all 0.3s ease-in-out;
  /* filter: brightness(0) saturate(100%) invert(12%) sepia(78%) saturate(7225%) hue-rotate(13deg) brightness(99%) contrast(106%); */
}
#mainHeader.fixed .navbar-dark .navbar-nav .nav-link img,.navbar-dark .navbar-nav .nav-link:hover img{
  filter: brightness(0) saturate(100%) invert(12%) sepia(78%) saturate(7225%) hue-rotate(13deg) brightness(99%) contrast(106%);
}
#mainHeader.fixed .nav-item .nav-link{
  color: rgba(7, 5, 25, 1)!important;
}
#mainHeader.fixed .navbar-brand img{
  height: 75px;
}
#mainHeader .dropdown-menu{
  margin-top: 0;
  padding: 0;
}
#mainHeader .dropdown-item:focus, #mainHeader .dropdown-item:hover {
    color: #ffff;
    background-color: #ec1000;
}
#mainHeader .dropdown-item.active,#mainHeader .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ec1000;
}
/*| Media Qouery |===================================================================|*/
@media (min-width: 992px){
  #mainHeader.fixed.navbar-dark .navbar-nav .nav-item::after{
    background-color: #ec1000;
  }
}
@media (max-width: 991.98px){
  #mainHeader .navbar-dark .navbar-collapse{
    background: #fff;
    margin-top: 16px;
    padding-bottom: 16px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  #mainHeader.fixed .navbar-dark .navbar-collapse{
    margin-top: 0;
  }
  .navbar-dark .navbar-nav .nav-item .nav-link{
    width: 100%;
    color: #000000;
  }
  #mainHeader .navbar-dark .navbar-nav .nav-item,
  #mainHeader.fixed .navbar-dark .navbar-nav .nav-item {
    margin-right: 0;
  }
}
@media (max-width: 767.98px){
  #mainHeader .navbar-dark .navbar-collapse{
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 575.98px){
   #mainHeader .navbar-brand img{
      height: auto;
      width: 160px;
  } 
}
/*|============================================================================
  Slider Section
===============================================================================|*/
.slider-section{
  position: relative;
} 
.slider-section .carousel-item{
    position: relative;
    background-size: cover; /* or 'contain' */
    background-position: top;
    background-repeat: no-repeat;
    height: 130vh;
}
.slider-section .carousel-item::before{
  content: '';
  position: absolute;
  top: -25%;
  left: -18%;
  width: 50%;
  height: 60%;
  background: #e6e6e6;
  background: radial-gradient(circle, rgba(230, 230, 230, 1) 15%, rgba(255, 255, 255, 0) 60%);
}
.slider-section .carousel-item::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 65%);
}
/* .slider-content-box,.ribbon{
  transform: translate(0px, -50px);
} */
.hero-section{
  height: 110vh;
  flex-direction: column;
  padding: 0px 190px 0px 0px;
  z-index: 99;
  position: relative;
}
.ribbon {
  display: inline-block;
  background-color: #EC1000; /* Bright red */
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 20px 3px 15px;
  position: relative;
  border-radius: 2px 0 0 2px;
}
.ribbon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 12px solid #d32f2f; /* Match background */
  z-index: 1;
}
.hero-content .slider-heading{
  font-size: 32px;
  font-weight: 700;
}
.hero-content .slider-heading-2{}
.hero-section .slider-content-box{
  margin-bottom: 16px;
}
.hero-content .slider-content-box .slider-desc{}
.explore-link {
  display: flex;
  gap: 12px;
  align-items: center;
  color: white;
  text-decoration: none;
}
.explore-link img{}
.explore-link:hover {
  text-decoration: underline;
}
/*| Media Qouery |===================================================================|*/
@media (min-width: 992px){
  .hero-content .slider-heading{
    font-size: 85px;
    line-height: 1;
  }
  .hero-content .slider-heading-2{
    margin-left: 140px;
  }
  .hero-content .slider-content-box .slider-desc{
    width: 265px;
  }
}
@media (max-width: 991.98px){
  .slider-section .carousel-item::before{
    top: -28%;
    left: -25%;
    width: 85%;
    height: 60%;
  }
  .slider-section .carousel-item::after{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
  }
  .slider-section .carousel-item{
      background-size: cover;
      background-position: center center;
      height: 100vh;
  }
  .slider-section .hero-section{
    height: 85vh;
  }
}
.tagline {
  background-color: #dc3545;
  color: white;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.track-box {
  background-color: white;
  color: black;
  padding: 30px;
  border-radius: 30px 30px 0 0;
  margin-top: -100px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    z-index: 99;
}
.track-btn {
  background-color: #e43e2b;
  border: none;
  color: white;
}
.track-btn:hover {
  background-color: #c92d1f;
}

.tracking_box{
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -15%);
  z-index: 99;
}
.tracking_box-2{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 10%);
  z-index: 99;
}
.tracking_box_inner{
  /* margin-top: 30px; */
  padding: 16px 0px 16px 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.tracking_box_inner h3{
  font-size: 26px!important;
  text-align: left!important;
  color: rgba(0, 0, 0, 1);
}
/* .tracking_box_inner a{
  font-size: 16px;
  color: rgba(122, 124, 128, 1);
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.tracking_box_inner a.active{
  color: #ec1000;
} */
.tracking_box_inner .nav-tabs{
  border: none;
}
.tracking_box_inner .nav-tabs .nav-link {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-radius: 0;
    /* border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; */
}
.tracking_box_inner .nav-tabs .nav-link.active {
    color:  #ec1000;
    background-color: transparent;
}
.tracking_box_inner p{
  font-weight: 400;
  font-size: 12px;
  color: rgba(122, 124, 128, 0.7);
}
.tracking_box_inner .input-group input{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 48px;
}
.tracking_box_inner .input-group{}
.tracking_box_inner .input-group-text{
  height: 48px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #fff;
  background-color: rgba(236, 16, 0, 1);
  font-size: 16px;
  font-weight: 500;
  transform: translate(-30px, 0px);
}
.input-group>.form-control:focus{
  z-index: 0;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgba(236, 16, 0, 1);
    outline: 0;
    box-shadow: none;
}
.header_btn{
  background-color: rgba(236, 16, 0, 1);
  border-radius: 100px;
  color: #fff;
  padding: 10px 25px;
}
/*| Media Qouery |===================================================================|*/
@media (min-width: 992px){
  .tracking_box_inner{
    margin-top: 30px;
    padding: 25px 0px 25px 25px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 42px;
  }
  .tracking_box_inner .input-group input{
    height: 53px;
  }
  .tracking_box_inner .input-group-text{
    font-size: 20px;
    height: 53px;
    width: 178px;
  }
}
@media (max-width: 991.98px){
  .tracking_box{
    bottom: -25% !important;
  }
  .tracking_box_inner h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 575.98px){
  .tracking_box_inner .input-group input{
      height: 42px;
      font-size: 14px;
  }
  .tracking_box_inner .input-group-text {
    height: 42px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 700;
  }
}
/*|==================================================================
  About Section (Homepage)
=====================================================================|*/
.about_us{
  background-color: rgba(239, 239, 239, 1);
  padding: 160px 0px 0px;
  position: relative;
}
.about_right p{
  font-size: 28px;
  color: rgba(7, 5, 25, 1);
  margin-bottom: 16px;
}
.about_right p .red-font{
  color: rgba(236, 16, 0, 1);
  font-weight: 700;
  font-size: 32px;
}
.about_right p .black-font{
  color: rgba(7, 5, 25, 1);
  font-weight: 700;
  font-size: 32px;
}
.about_right span{
  font-size: 20px;
  color: rgba(122, 124, 128, 1);
}
.about_right span .span-red-font{
  font-size: 20px;
  color: rgba(236, 16, 0, 1);
  font-weight: 500;
}
.about_us_btn{
  display: block;
  background-color: rgba(236, 16, 0, 1);
  color: #fff;
  width: 246px;
  border-radius: 100px;
  text-align: center;
  height: 53px;
  font-size: 18px;
  line-height: 2.1;
  margin: 20px 0;
}
.about_us_btn img{
  float: right;
}
.about_right_customer{
  display: flex;
  justify-content: start;
  align-items: center;
}
.about_right_customer img{
  margin-right: -20px;
}
.about_right_customer_number{
  font-size: 28px;
  color: rgba(0, 0, 0, 1);
  margin-left: 40px;
}
.about_right_customer_number span{
  font-size: 28px;
  font-weight: 500;
  color: rgba(236, 16, 0, 1);
}
/*| Media Query |======================================================|*/
@media (min-width: 992px){
  .about_right p{
    font-size: 28px;
  }
  .about_right p .red-font{
    font-size: 32px;
  }
  .about_right p .black-font{
    font-size: 32px;
  }
  .about_us .small-desc{
    font-size: 22px;
  }
  .about_right_customer{
    margin-top: 60px;
  }
}
@media (max-width: 991.98px){
  .about_right_customer{
    gap: 1rem;
  }
  .about-us-left img, .satellite-cargo-img img , .satellite-cargo-img-border img{
    width: 100%;
  }
}
/*|==================================================================
  Satellite Cargo Connexion (Homepage)
=====================================================================|*/
.satellite-cargo{
  position: relative;
  background-color: rgba(239, 239, 239, 1);
  padding: 40px 0px 90px;
}
.satellite-cargo-1{
  background-color: rgba(239, 239, 239, 1);
  padding: 0px 0px 0px;
}
.satellite-cargo h3{
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}
.satellite-cargo-img{
  margin-top: -70px;
}
.satellite-cargo-img-border{
  position: relative;
  margin-top: -305px;
}
.satellite-cargo-img-text{
  /* margin-top: -270px; */
}
.satellite-cargo-img-text h4{
  color: #b2b2b2;
  font-size: 64px;
  margin-bottom: 0px!important;
  font-weight: 700;
}
.satellite-cargo-img-text .featured-card:hover h4{
  color: #ec1000;
}
.satellite-cargo-img-text p{
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 300;
  max-width: 190px;
}
.satellite-cargo-text-1{
  transform: translate(0px, 165px);
}
.satellite-cargo-text-2{
  transform: translate(20px, 165px);
}
.plane-desc{
  padding: 40px 25px 25px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 77px 0px rgba(43, 39, 39, 0.15);
  transition: all 0.4s ease;
}
.plane-desc:hover h4{
  color: rgba(236, 16, 0, 1);
}
.plane-desc:hover{
  border: 1px solid rgba(236, 16, 0, 1);
}
.plane-desc h4{
  font-size: 20px;
  margin-bottom: 8px;
}
.plane-desc p{
  font-size: 16px;
  color: rgba(122, 124, 128, 1);
}
.plane-desc-content{
  margin-left: 16px;
}
#plane {
    transition: transform 2s ease-in-out;
    position: relative;
    top: -300px;
    transform: rotateZ(15deg); /* This gets overwritten */
}
.land {
  transform: translateY(300px) scale(0.95) rotateX(10deg)!important;
}
/*| Media Query |======================================================|*/
@media (min-width: 768px){
  .satellite-cargo h3{
    font-size: 32px;
  }
}
@media (min-width: 992px){
  .satellite-cargo{
    padding: 80px 0px 260px;
  }
  .satellite-cargo-1{
    padding: 0px 0px 80px;
  }
  .satellite-cargo-img-text{
    margin-top: -270px;
  }
  .satellite-cargo h3{
    font-size: 110px;
  }
  .plane-desc h4{
    margin-bottom: 16px;
  }
  .plane-desc-content{
    margin-left: 30px;
  }
}
@media (max-width: 991.98px){
  /* .satellite-cargo-text-1 {
      transform: translate(0px, 235px);
  }
  .satellite-cargo-text-2 {
      transform: translate(20px, 235px);
  }
  .satellite-cargo-img {
      margin-top: -25px;
  }
  .satellite-cargo-text-3{
      transform: translate(0px, 140px);
  }
  .satellite-cargo-text-4{
      transform: translate(0px, 140px);
  } */
  .satellite-cargo-text-1 {
      transform: translate(0px, 60px);
  }
  .satellite-cargo-text-2 {
      transform: translate(10px, 60px);
  }
  .satellite-cargo-img {
      margin-top: -25px;
  }
  .satellite-cargo-text-3{
      transform: translate(0px, 0px);
  }
  .satellite-cargo-text-4{
      transform: translate(0px, 0px);
  }
  .plane-desc{
    padding: 16px 16px;
    border-radius: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}
/*|============================================================================
  Our Service (Homepage)
================================================================================|*/
.our-services{
  padding: 40px 0px 30px;
  background-color: rgba(236, 16, 0, 1);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-red.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.our-services h3{
  font-size: 180px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 800;
}
.our-services-box{
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 16px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}
.our-services-box h4{
  font-size: 68px;
  color: rgba(0, 0, 0, 1);
  font-weight: 900;
}
.our-services-box h5{
  font-size: 32px;
  color: rgba(236, 16, 0, 1);
  font-weight: 400;
  margin-bottom: 16px;
}
.our-services-box p{
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  font-weight: 300;
}
.our-service-left{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 60px;
}
.our-services-tabs{
  margin-top: 32px;
}
.our-services-tabs .nav-tabs .nav-link, .our-services-tabs .tab-content>.tab-pane {
  color: #fff;
}
.our-services-tabs .nav-tabs .nav-link{
  font-size: 14px;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0px;
}
.our-services-tabs .nav-tabs .nav-link.active,.our-services-tabs .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: transparent;
  border-bottom: 3px solid #fff;
}
.our-services-tabs .nav-tabs{
  display: flex;
  justify-content: left;
}
/*| Media Query ===================================================================|*/
@media (min-width: 992px){
  .our-services{
    padding: 100px 0px 60px;
  }
  .our-services-box{
    padding: 40px 40px;
    border-radius: 60px;
  }
  .our-services-box h5{
    margin-bottom: 24px;
  }
  .our-services-tabs{
    margin-top: 60px;
  }
}
@media (max-width: 991.98px){
  .our-service-right img{
    border-radius: 20px;
  }
}
@media (max-width: 575.98px){
  .our-services-tabs .nav-tabs .nav-link{
    padding: .5rem 0.75rem;
  }
}
/*|====================================================================================
  Client Trust (Homepage)
=======================================================================================|*/
.client_trust{
  padding: 40px 0px 60px;
}
.client_trust h3{
  font-size: 30px;
  margin-bottom: 20px;
}
.client_trust_circle{
  border-radius: 100%;
  background-color: #fff;
  padding: 80px 110px;
  height: 584px;
  width: 583px;
  box-shadow: 0px 0px 77px 0px rgba(236, 16, 0, 0.15);
  text-align: center;
}
.client_trust_circle p{
  font-size: 23px;
  font-weight: 300;
  color: rgba(122, 124, 128, 1);
}
.client_trust_circle h6{
  color: rgba(236, 16, 0, 1);
  font-size: 15px;
  font-weight: 600;
}
.client_trust_circle p.company_name{
  color: rgba(5, 56, 85, 1);
  font-size: 12px;
  font-weight: 400;
}
.company_details{
  margin-top: 30px; 
}
.client_trust_border{
  padding: 95px 95px;
  height: 789px;
  width: 789px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 100%;
  margin-top: -70px;
  position: relative;
}
.client-review{
  padding: 15px;
  border: 1px solid rgba(236, 16, 0, 1);
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  position: absolute;
}
.client-1{
  top: 60px;
  left: -130px;
}
.client-5{
  top: 0px;
  right: -150px;
}
.client-2{
  bottom: 65px;
  left: -65px;
}
.client-3{
  bottom: 60px;
  right: -40px;
}
.client-4{
  top: 350px;
  right: -120px;
}
/*| Media Query ===================================================================|*/
@media (min-width: 992px){
  .client_trust{
    padding: 80px 0px 100px;
  }
  .client_trust h3{
    font-size: 160px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px){}
/*|====================================================================================
  Partners (Homepage)
=======================================================================================|*/
.partener{
  background-color: rgba(239, 239, 239, 1);
  padding: 0px 0px 60px;
}
.partener p{
  margin-bottom: 40px;
}
.marquee-footer{
  padding: 16px 0px;
  background-color: rgba(239, 239, 239, 1);
}
.marquee-footer h4{
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
/*|====================================================================================
  Footer
=======================================================================================|*/
footer{
  padding-top: 40px;
  background-color: rgba(236, 16, 0, 1);
}
.footer-logo-text img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-logo-text p{
  font-size: 17px;
  font-weight: 800;
  opacity: 0.2;
  color: #fff;
}
.quick-links,.contact-info{
  margin-top: 20px;
}
.contact-info{
  color: #fff;
  padding-left: 200px;
}
.contact-info a{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.quick-links h4,.contact-info h4{
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}
.quick-links h4::after{
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.contact-info h4::after{
  position: absolute;
  content: "";
  bottom: -10px;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.quick-links a{
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
ul{
  list-style: none;
  padding-left: 0px;
}
.email-footer a{
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}
.social-media ul li{
  display: inline-block;
  margin-left: 15px;
}
.footer-down{
  padding: 28px 0 20px;
}
.footer-down ul{
  display: flex;
  gap: .75rem;
  justify-content: center;
}
.footer-down ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.footer-down p{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px){
  .quick-links,.contact-info{
    margin-top: 40px;
  }
  .contact-info{
    text-align: right;
  }
  footer{
    padding-top: 60px;
  }
  .footer-down{
    padding: 48px 0 28px;
  }
  .footer-down ul{
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-down ul li a{
    font-size: 16px;
  }
  .footer-down p{
    font-size: 16px;
  }
}
@media (max-width: 767.98px){
  .footer-logo-text img{
    margin-bottom: 16px;
  }
  .footer-down ul{
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .contact-info h4::after{
    right: auto;
    left: 0;
  }
}
/*|============================================================================
  About Us Page
================================================================================|*/
.about-us-banner {
  background-color: rgba(239, 239, 239, 1);
  padding: 30px 0px;
}
.about-us-banner img{
  width: 100%;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  max-height: 445px;
}
.about-us-banner h3{
  text-align: center;
  font-size: 115px;
  font-weight: 800;
  color: rgba(7, 5, 25, 1);
}
.about-us-banner h3 span{
  color: rgba(236, 16, 0, 1);
}
.about-contents{
  background-color: rgba(239, 239, 239, 1);
  padding: 120px 0px;
}
.about-contents h4{
  font-size: 68px;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-weight: 900;
  margin-bottom: 400px;
}
.about-contents .about-contents-right{
  display: flex;
  justify-content: center;
}
.about-contents .about_right .small-desc{
  font-size: 18px;
  color: rgba(7, 5, 25, 1);
}
@media (min-width: 992px){
  .about-us-banner {
    padding: 60px 0px;
  }
}
/*|============================================================================
  Our Vision 
================================================================================|*/
.our_vision{
  padding: 40px 16px;
}
.our_mission{
  background-color: rgba(239, 239, 239, 1);
}
.our_vision h4, .our_mission h4{
  font-weight: 800;
  font-size: 32px;
  color: rgba(0, 0, 0, 1);
}
.vision-section{
  border-bottom: 9px solid rgba(236, 16, 0, 1);;
}
.vision-section p{
  font-size: 18px;
}
.our_mission .light-black-box{
  background-color: rgba(59, 59, 59, 1);
  padding: 16px;
}
.our_mission .light-black-box p{
  color: rgba(255, 255, 255, 1);
}
.our_mission .pure-black-box{
  background-color: rgba(0, 0, 0, 1);
  padding: 16px;
}
.our_mission .pure-black-box p{
  color: rgba(255, 255, 255, 1);
}
.our_mission_inner{
  padding: 24px 16px;
}
@media (min-width: 992px){
  .our_vision{
    padding: 70px 50px;
  }
  .our_mission_inner{
    padding: 40px 30px;
  }
  .our_mission .pure-black-box{
    padding: 20px 60px;
  }
  .our_mission .light-black-box{
    padding: 20px 40px;
  }
}
@media (max-width: 991.98px){}
.why-us{
  background-color: rgba(239, 239, 239, 1);
  padding: 120px 0px;
}
.why-us h3{
  font-size: 68px;
  font-weight: 900;
  margin-bottom: 60px;
}
.why-us .why-us-box{
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  min-height: 245.8px;
}
.why-us .why-us-box h4{
  color: rgba(236, 16, 0, 1);
  font-size: 32px;
  font-weight: 400;
}
.why-us .why-us-box p{
  color: rgba(7, 5, 25, 1);
  font-size: 18px;
  font-weight: 300;
}
.satellite-core-values{
  background: linear-gradient(180deg, #FFD8D5 0%, #FFF7F6 100%);
  padding: 100px 0px;
}
.satellite-core-values h4{
  font-weight: 600!important;
}
.bg-black{
  background-color: rgba(0, 0, 0, 1)!important;
}
.doctor-vision{
  background: linear-gradient(360deg, #EFEFEF 0%, #D40E00 37.52%);
  padding: 40px 0px;
}
.doctor-vision h3{
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
/* .doctor-vision-left,.doctor-vision-right{
  margin-top: 40px;
} */
.doctor-vision-right h5{
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}
.doctor-vision-right h6{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}
.doctor-vision-right p{
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 992px){
  .doctor-vision{
    padding: 80px 0px;
  }
  .doctor-vision-right h5{
    font-size: 32px;
  }
  .doctor-vision-right h6{
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px){}
.service-contents{
  background-color: rgba(239, 239, 239, 1);
  padding: 120px 0px;
}
.service-contents h3{
  font-size: 68px;
  font-weight: 900;
  margin-top: 60px;
  color: rgba(0, 0, 0, 1);
}
.service-contents p{
  font-size: 32px;
  margin-top: 30px;
  font-weight: 400;
  color: rgba(7, 5, 25, 1);
  text-align: center;
}
.service-text{
  padding: 0px 180px;
}
.service-desc{
  padding: 80px 0px;
}
.service-desc-right{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.service-desc-right h3{
    font-size: 68px;
    font-weight: 900;
    color: rgba(0, 0, 0, 1);
}
.service-desc-right p{
    font-size: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 99999999;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}
.service-desc-left img{
  width: 100%;
  border-radius: 60px;
}
.vision-section-inner{
  margin-top: -20px;
}
.utilities-contents{
  padding: 60px 0px;
}
.utilities-contents h3{
  margin-bottom: 40px;
}
.utilities-contents ul li{
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}
.utilities-contents-bottom{
  padding: 80px 0px;
}
.utilities-contents-bottom h3{
  font-size: 68px;
  font-weight: 900;
  margin-bottom: 40px;
}
.utilities-contents-bottom p{
  margin-bottom: 50px;
}
.utilities-contents-bottom p,.utilities-contents-bottom ul li{
  font-size: 20px;
}
.utilities-banner{
  background-color: #f6f6f6;
}
.utilities-banner{
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.privacy-policy-upper{
  padding: 10px 0px 100px;
}
.privacy-policy-contents ul{
  list-style: disc;
  margin-left: 40px;
}
.privacy-bg{
  position: absolute;
  bottom: 0;
  right: 0;
  height: -webkit-fill-available;
}
.privacy-bg img{
  height: 100%;
}
.privacy-bg p{
  color: #fff;
  position: absolute;
  width: 35%;
  bottom: 20px;
  right: 60px;
}
.privacy-policy-head h3{
  margin-bottom: 30px;
}
.news-events-inner{
  padding-top: 50px;
}
.news-events-inner a{
  text-decoration: none;
}
.news-event-detail{
  background-color: rgba(239, 239, 239, 1);
  padding: 100px 0px; 
}
.news-event-detail h3{
  font-size: 68px;
  font-weight: 900;
  margin-top: 40px;
}
.news-event-detail p{
  font-size: 20px;
  margin-bottom: 40px;
}
.news-event-detail .date p{
  margin-top: 30px;
  color: rgba(122, 124, 128, 1);
}
.news-event-detail-contents{
  padding: 0px 130px;
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.news-events-inner h4{
  color: rgba(236, 16, 0, 1);
}
.news-event-detail-navigation {
  margin-top: 40px;
}
.news-event-detail-navigation a{
  text-decoration: none;
  color: rgba(7, 5, 25, 1);
  font-size: 28px;
}
.news-event-detail-navigation img{
  height: 18px;
}
.case-study{
  padding-top: 120px;
}
.case-study h4{
  color: rgba(7, 5, 25, 1);
}
.case-study-challenge{
  background-color: rgba(239, 239, 239, 1);
}
.case-study-challenge h3,.case-study-solution h3{
  font-size: 68px;
  font-weight: 900;
}
.case-study-challenge p,.case-study-challenge ul li,.case-study-solution p{
  font-size: 20px;
}
.case-study-challenge-left{
  background-color: rgba(236, 16, 0, 1);
  padding: 50px 60px;
}
.case-study-challenge-right{
  padding: 50px 60px;
}
.case-study-challenge-right p,.case-study-solution p{
  margin-bottom: 30px;
}
.case-study-challenge-right ul{
  list-style: disc;
  margin-left: 30px;
}
.case-study-challenge-right ul li{
  margin-bottom: 15px;
}
.case-study-challenge-left h3, .case-study-challenge-left p{
  color: #fff;
  margin-bottom: 30px;
}
.case-study-detail{
  padding: 20px 0px 0px;
}
.case-study-solution-left,.case-study-solution-right{
  padding: 50px 60px;
}
.case-study-solution-left-img{
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-study-solution {
  padding-bottom: 70px;
}
@media (min-width: 992px){
  .case-study-detail{
    padding: 60px 0px 0px;
  }
}
@media (max-width: 991.98px){}
/*|=================================================================================
  Careers Section
====================================================================================|*/
.careers-section{
  background-color: #efefef;
  padding: 50px 60px;
}
.careers-section-first-para{
  font-size: 32px;
}
.careers-section-first-para span{
  color: rgba(236, 16, 0, 1);
  font-weight: 700;
}
.careers-section-inner{
  padding: 0px 100px;
  text-align: center;
}
.careers-section-second-para{
  color: rgba(122, 124, 128, 1);
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 140px;
}
.careers-section-email {
  padding: 10px 20px;
  border-radius: 40px;
  /*width: 100%;*/
  /*margin: auto;*/

  border: 1px solid rgb(175, 182, 189);
}
.careers-section-email p{
  font-size: 28px;
}
.careers-section-email a{
  text-decoration: none;
  color: rgba(236, 16, 0, 1);
}
.careers-form-section{
  background-color: rgba(239, 239, 239, 1);
  padding: 50px 60px;
}
.careers-form-section-inner{
  padding: 70px 80px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.careers-form-section-inner h3{
  font-size: 68px;
  font-weight: 900;
}
.careers-forms{
  margin-top: 60px;
}
.careers-forms .form-label{
  font-size: 20px;
}
.careers-forms .form-control{
  border-radius: 20px!important;
  height: 46px;
  margin-bottom: 20px;
}
.careers-forms span{
  color: rgba(122, 124, 128, 0.59);
  font-size: 11px;
}
.careers-forms textarea{
  height: 183px!important;
}
.upload-box {
  border: 1px solid #dcdcdc;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.form-inputs .form-select{
    height: 46px;
  border-radius: 20px;
}
.upload-box input[type="file"] {
  display: none;
}
.upload-text {
  color: #999999;
  font-size: 0.95rem;
}
.upload-icon {
  background-color: #0d0d2b;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.upload-icon i {
  color: #fff;
  font-size: 16px;
}
.upload-note {
  margin-top: 5px;
  margin-left: 20px;
  color: rgba(122, 124, 128, 0.59);
  font-size: 11px;
}
.careers-forms .about_us_btn{
  margin-top: 80px;
}
.careers-forms span.text-danger{
  font-size: 20px;
}
.weight-section .careers-form-section-inner{
  box-shadow: none;
}
.track-queries{
  font-size: 12px;
  color: rgba(122, 124, 128, 0.7);
}
@media (min-width: 992px){
  /* .careers-section-email p{
    font-size: 28px;
  }
  .careers-section-email a{
    text-decoration: none;
    color: rgba(236, 16, 0, 1);
  } */
}
/*|=================================================================================
  Locate our Branch
====================================================================================|*/
.locate_our_branch_upper h3{
  font-size: 32px;
}
.locate_our_branch_upper h3 span{
  color: rgba(236, 16, 0, 1);
}
.locate_our_branch_upper p{
  font-size: 20px;
  color: rgba(122, 124, 128, 1);
}
.locate_our_branch_head{
  padding: 20px 80px 50px;
}
.locate_our_branch_bottom{
  background-color: #efefef;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.locate_our_branch_bottom_right{
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 1);
}
.locate_our_branch_bottom_right h3{
  font-size: 68px;
  font-weight: 900;
}
.locate_our_branch_bottom_right .sub_heading{
  color: rgba(122, 124, 128, 1);
  font-size: 20px;
  margin-top: 15px;
}
.locate_our_branch_bottom_right h4{
  margin-top: 40px;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  margin-bottom: 15px;
}
.locate_our_branch_bottom_right .locate_our_branch_address a{
  display: block;
  text-decoration: none;
  color: rgba(236, 16, 0, 1);
  margin-top: 10px; 
  font-weight: 500;
}
.locate_our_branch_mobile_detail{
  font-size: 16px;
  color: rgba(7, 5, 25, 1);
}
.red_number{
  color: rgba(236, 16, 0, 1);
  font-size: 18px;
  font-weight: 600;
}
.locate_our_branch_mobile_number{
  margin-left: 5px;
}
.locate_our_branch_accordion{
  margin-top: 40px;
}
.locate_our_branch_bottom_left{
  background: linear-gradient(180deg, #FFF9F9 55.18%, #FFF9F9 100%);
  height: 100%;
}
.locate_our_branch_bottom_left li{
  margin-bottom: 10px;
  padding: 20px 20px 20px 70px;
}
.locate_our_branch_bottom_left li a{
  color: black;
  text-decoration: none;
  font-size: 20px;
}
.locate_our_branch_bottom_left li.active{
  background-color: rgba(236, 16, 0, 1);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.locate_our_branch_bottom_left li.active a{
  color: #fff;
}
.locate_our_branch_bottom_left ul{
  padding-top: 60px;
  padding-right: 60px;
}
.locate_our_branch_accordion .accordion-button:not(.collapsed) {
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 600;
  box-shadow: none;
  background-color: transparent;
}
.locate_our_branch_accordion .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.locate_our_branch_accordion .accordion-item {
    border: 1px solid black;
    margin-bottom: 15px;
    background: linear-gradient(157.39deg, #FFD2CF -4.55%, #FFFFFF 17.5%);
}
.locate_our_branch_content .locate_our_branch_address h6{
  color: rgba(236, 16, 0, 1);
}
.locate_our_branch_accordion .accordion-body{
  padding: 0rem 0rem;
}
.locate_our_branch_content{
  border-bottom: 1px solid black;
  padding: 30px 30px;
  position: relative;
}
.locate_our_branch_accordion .accordion-button{
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px){
  .locate_our_branch_bottom_left{
    border-bottom-left-radius: 85px;
  }
}
.our_network .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .our_network .nav-tabs{
  border:0px;
}
.our_network .nav-tabs .nav-link.active{
  color: rgba(236, 16, 0, 1);
  text-decoration: underline;
  position: relative;
}
.our_network .nav-tabs .nav-link.active::before{
  content: '';
  position: absolute;
  top: -72px;
  background-color: rgba(236, 16, 0, 1);
  height: 60px;
  width: 1px;
  left: 27px;
}
.our_network .nav-tabs .express-train-link.active::before{
  left: 80px;
}
.our_network .nav-tabs .nav-link{
  color: rgba(7, 5, 25, 1);
  font-size: 20px;
}
.our_network .nav-tabs .nav-link:hover{
  border: 0px;
}
.our_network_image{
  margin-top: 30px;
}
.our_network_image h3{
  color: rgba(239, 239, 239, 1);
  font-size: 68px;
  font-weight: 900;
  position: absolute;
  top: 25%;
  left: -130px;
  transform: rotate(-90deg);
}
.express-train-network h3{
  left: -185px;
  top: 35%;
}
.express-surface-network h3{
  left: -235px;
  top: 40%;
}
/*|=================================================================================
  Login Section
====================================================================================|*/
.login-section{
  margin-top: 30px;
}
.login-section h3{
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 40px;
}
.login-section label{
  font-size: 20px;
}
.login-section-img{
  margin-right: 100px;
}
.login-section-right{
  padding-right: 180px;
}
.login-section-right input{
  height: 46px;
  border-radius: 20px!important;
}
.login-section-img .my-element{
    width: 100%;
    height: 372px;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-top-right-radius: 79px;
    opacity: 0.5;
    position: absolute;
    top: 0;
}
.login-section-img .my-element-text{
  position: absolute;
  z-index: 99;
  margin-top: 80px;
}
.login-section-img .my-element-text h6, .login-section-img .my-element-text h3{
  color: #fff;
}
.login-section-img-logo{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 25px;
}
#tracking-result-modal .table-bordered>:not(caption)>*>*{
  font-size: 12px;
}
#tracking-result-modal .btn-sm{
  font-size: 12px;
}
#tracking-result-modal .bg-danger{
  background-color: rgba(236, 16, 0, 1)!important;
}
#tracking-result-modal .btn-danger{
  background-color: rgba(236, 16, 0, 1)!important;
}
#tracking-result-modal .table th{
  background-color: rgba(236, 16, 0, 1)!important;
  color: #fff;
}
.form-inputs .form__radio-input {
  display: none;
}
.form-inputs .form__label-radio {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 3.5rem;
  line-height: 1;
}
.form-inputs .form__radio-button {
  height: 38px;
  width: 38px;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.4rem;
}
.form-inputs .form__radio-button::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}

.form-inputs .form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
  opacity: 1;
}
.vert-move {
-webkit-animation: mover 1s infinite  alternate;
animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.vert-move-left-right {
-webkit-animation: mover_left_right 1s infinite  alternate;
animation: mover_left_right 1s infinite  alternate;
}
.vert-move-left-right {
    -webkit-animation: mover_left_right 1s infinite  alternate;
    animation: mover_left_right 1s infinite  alternate;
}
@-webkit-keyframes mover_left_right {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}
@keyframes mover_left_right {
    0% { transform: translateX(0); }
    100% { transform: translateX(-10px); }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 1500px) {
  .scheduling_option h6{
    font-size: 12px !important;
  }
  .post-publish-dates-list ul.nav li.nav-item .nav-link {
    padding: 10px 25px;
  }
}
/*|===============================================================================
    News & Events Section
==================================================================================|*/
.news-events{
  background-color: rgba(239, 239, 239, 1);
  padding: 0px 0px 60px;
}
.news-events h3{
  font-size: 32px;
  font-weight: 800;
  color: rgba(236, 16, 0, 1);
}
.news-events h3 span{
  color: transparent;
  -webkit-text-stroke: 1px rgba(7, 5, 25, 1); /* Outline text */
}
/* .news-events-left {
  padding-right: 60px;
} */
.news-events-left{
  margin-bottom: 24px;
}
.news-events-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
.news-events-left h4{
  font-size: 26px;
  margin-top: 16px;
  color: rgba(7, 5, 25, 1);
}
.news-events-left p{
  font-size: 18px;
  color: rgba(122, 124, 128, 1);
}
.news-events .btn{
  background-color: rgba(236, 16, 0, 1);
  display: inline-block;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 35px;
  padding: 12px 41px;
  margin-top: 16px;
}
/*| Media Query =======================================================================|*/
@media (min-width: 768px){
  .news-events h3{
    font-size: 60px;
  }
  .news-events-left.right{
    margin-top: 60px;
  }
}
@media (min-width: 992px){
  .news-events h3{
    font-size: 167px;
  }
  .news-events-left.right{
    margin-top: 80px;
  }
  .news-events-left h4{
    font-size: 28px;
    margin-top: 24px;
  }
  .news-events .btn{
    margin-top: 60px;
  }
}
@media (max-width: 767.98px){
  .news-events-left{
    margin-bottom: 20px;
  }
}