/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
  --primary: #ff3e41;
  --secondary: #51cfed;
  --light: #f8f2f0;
  --dark: #060315;
}



* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* font-family: "Nunito Sans", serif; */
  font-weight: 500;
}


.fw-medium {
  font-weight: 600 !important;
}

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



/* ======================logo==================== */

/*** Button ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

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

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

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  /* transition: background-color 0.3s ease-in-out;  */
  z-index: 1000;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  transition: color 0.3s ease;
}

#navbar.scrolled {
  background-color: #fff !important;
}

#navbar.scrolled .navbar-nav .nav-link {
  color: #973c4d !important;
}



/* sxcnbmd n */

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

.bg-back {
  background-color: transparent;

  padding: 0px;
  margin: 0px;

}

.imglogo {
  width: 60% !important;

}



@media(max-width:600px) {
  .imglogo {
    width: 30% !important;
    margin-left: 0px !important;
  }

  .carousel-item img {
    height: 350px !important;
  }

}

/* contact */


.contact_card .card {
  height: 200px;
}

.bg-color {
  background-color: #1810100c;
  padding: 20px;
}

/* social icon */

.social img {
  width: 13% !important;
}


/* Carausel -caption */

/* Overlay text over image */
/* Wrapper for the image and overlay */
.carousel-image-wrapper {
  position: relative;
}

/* Semi-transparent overlay for the image */
.carousel-caption-overlay {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  /* Adjust opacity here */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.banner_content {
  /* background-color: rgba(256, 256, 256, .09); */
  margin: 0px 10px;
  border: 1px solid rgba(231, 218, 218, 0);
  border-radius: 10px;
  /* border-top: 5px solid #983D4E; */
}


/* Content of the caption, aligned in the center */
.carousel-caption-content {
  color: white;
  /* text-align: center; */
  padding: 0px 20px 20px 0px;
  max-width: 700px;
}

.carousel-caption-content h5 {
  font-size: 4rem;
  font-weight: bold;
}

.carousel-caption-content p {
  font-size: 1.25rem;
}
.carousel-tracking-box{
  position: absolute;
  background-color: #973c4d;
  height: 6.8rem;
  /* width: 30rem; */
  z-index: 999;
  right: 0;
  bottom: 20%;
}
.carousel-tracking-box button{
 padding: .6rem;
}
@media (max-width: 1260px) {
  .carousel-tracking-box{
    /* position: relative; */
    bottom: 10%;
  }
  
}
@media (max-width:1024px) {
  .carousel-caption-content h5 {
    font-size: 3rem;
  }
  
}
@media (max-width: 600px) {
  .carousel-tracking-box{
    position: relative;
    margin-top: 21.9rem;
    /* margin-right: 1rem; */
  }
  .carousel-caption-content h5 {
    font-size: 27.6px;
    font-weight: bold;
  }
  
  .carousel-caption-content p {
    font-size: .8rem;
  }
  
}


/* asxdas */

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 30px;
  padding: 25px 0;
  font-weight: 700 !important;
  font-size: 16px;
  text-transform: uppercase;
  /* outline: none; */
}

.navbar-nav a {
  color: #fff !important;
}

.navbar-nav a:hover {
  color: #973c4d !important;
}

.dropdown-menu a {
  color: black !important;
}


@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    top: -6px;
    left: 50%;
    background: #ffffff;
    transition: 0.5s;
  }

  /* +++++++++++++++++background-Color+++++++++++++++++ */






  /*===== Contact===== */
  .icon_img img {
    width: 5% !important;
    border-radius: 10%;
  }

  @media(max-width:600px) {
    .contact p {
      font-size: 16px !important;
    }

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

  /*** Header ***/
  @media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
      position: relative;
      min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
      font-size: 14px !important;
      font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
      font-size: 30px;
      font-weight: 600;
    }
  }

  .header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }

  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 45px;
    font-size: 22px;
    transition: 0.5s;
  }

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

  /* ===================Services=============== */
  .miss_vission {
    height: 200px !important;
  }

  .services img {
    border-radius: 10px;
    height: 350px !important;
    /* position: absolute; */
  }

  .city {
    background-color: gold;
    /* color: #973c4d; */
    position: relative;
    /* bottom: 5%; */
    bottom: 0px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }

  .card.services img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .card.services img:hover {
    transform: scale(1.0525);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  .page-header {
    background: linear-gradient(rgba(6, 3, 21, 0.5), rgba(6, 3, 21, 0.5)),
      url(../img/images/img1211.webp) center center no-repeat;
    background-size: cover;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
  }

  .service_shiping img {
    border: 2px solid #983D4E;
    padding: 8px;
    border-radius: 50%;

  }

  img {
    transition: opacity 0.3s ease;
  }

  /* img:hover {
  opacity: 0.7; /* Adjust opacity on hover */
}

*/ .service-item {
  position: relative;
}

.service_text {
  position: relative;
  bottom: 30px;
  width: 50%;
  height: 30%;
  border-radius: 5px;
  margin: auto;
  background-color: white;
  color: black;
  z-index: 1;
  text-align: center;
}

.service_text h5:hover {
  color: #973c4d !important;
}




.service_shiping .card {
  height: 360px !important;
}

@media(max-width:600px) {
  .service_shiping .card_hover p {
    font-size: 18px !important;
  }

  ;


}

.card_hover {
  transition: all 0.3s ease;
  /* Smooth transition */
}

/* When card is hovered */
.card_hover:hover {
  background-color: #973D4B;
  /* Optional: darken background on hover */
}

.card_hover:hover img {
  filter: brightness(0) invert(1);
  /* Turn the image to white */
}

.card_hover:hover h5,
.card_hover:hover p {
  color: white;
  /* Change text color to white */
}



/*** About ***/
.container1 {
  width: 45%;
  margin-top: 7% !important;
  position: relative;
  overflow: hidden;
}



.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
  z-index: 1;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;

  background: #b8b8b8;
  margin-top: 13px;
  z-index: 9999;
  text-align: center;
  position: relative;
  /* left:4px; */
}

.marker.active {
  width: 30px;
  height: 30px;
  background: #5bd040;
  left: 0px;
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666
}

i.fa.fa-check {
  display: none;
}

i.fa.fa-check.active {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  color: #fff;
}

.timeline-content h3 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 500
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
  padding: 0px;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}



.container:before {
  left: 19px;
  width: 2px;
}

.timeline-block {
  width: 100%;
  margin-bottom: 30px;
}

.timeline-block-right {
  float: none;
}

.timeline-block-left {
  float: none;
  direction: ltr;
}




@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/* ===============Marquee============================= */


.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-block {
  display: flex;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;

}

/* Animating the marquee */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}




/*** Contact ***/
@media (min-width: 992px) {
  .container.contact-page {
    max-width: 100% !important;
  }

  .contact-page .contact-form {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-page .contact-form {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-page .contact-form {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.contact-page.contact-form.error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  font-weight: 600;
}

.contact-page.contact-form.sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-page.contact-form.loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact-page.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.parsley-required {

  margin: 0px -30px;
  color: red !important;
}

/*** Footer ***/


.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.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 {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

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

.footer a:hover {
  color: #973c4d !important;
}

.logo{
  width: 120px;
}

.text-justify{
  text-align: justify;
}
/******* Why Choose us Section Start *******/
@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;

  }

  #timeline .demo-card:nth-child(even) .head::before, #timeline .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
    left:-3.1em;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}

.demo-card:nth-child(2) {
  order: 4;
}

.demo-card:nth-child(3) {
  order: 2;
}

.demo-card:nth-child(4) {
  order: 5;
}

.demo-card:nth-child(5) {
  order: 3;
}

.demo-card:nth-child(6) {
  order: 6;
}

/* Border Box */
* {
  box-sizing: border-box;
}

/* Fonts */
/* body {
  font-family: Roboto;
} */

#timeline {   
  background-image: 
  linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), 
  url("../img/images/photo-1494412651409-8963ce7935a7.avif");
margin-top: 5em;
padding: 50px 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-top: 1px solid rgba(191, 191, 191, 0.4);
border-bottom: 1px solid rgba(191, 191, 191, 0.4);

}

#timeline h1 {
  text-align: center;
  /* font-size: 3rem; */
  font-weight: 200;
  margin-bottom: 20px;
}
#timeline .color{
  color: #973c4d;
}
#timeline h2{
  color: white;
}
#timeline p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1470px;
    /* margin: 0 auto; */
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  width: 25rem;
  z-index: 2;
  /* margin-left: ; */
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 90%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    height: 305px;
      /* margin: 90px;
      margin-top: 45px;
      margin-bottom: 45px; */
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 440.5px;
    background-color: #973D4B;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
    background-color: #973D4B;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}
@media (min-width: 1000px) {
  #timeline .demo-card .body {
    height: 220px;
  }
} 
#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100px;
  border-radius: 15px;
  height: 100px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
#timeline .demo-card--step1 {
  background-color: #973c4d;
}
#timeline .demo-card--step1 .head::after {
  border-color: #973c4d;
}
#timeline .demo-card--step2 {
  background-color: #973c4d;
}
#timeline .demo-card--step2 .head::after {
  border-color: #973c4d;
}
#timeline .demo-card--step3 {
  background-color: #973c4d;
}
#timeline .demo-card--step3 .head::after {
  border-color: #973c4d;
}
#timeline .demo-card--step4 {
  background-color: #973c4d;
}
#timeline .demo-card--step4 .head::after {
  border-color: #973c4d;
}
#timeline .demo-card--step5 {
  background-color: #973c4d;
}
#timeline .demo-card--step5 .head::after {
  border-color: #973c4d;
}
/***** END OF WHY CHOOSE US SECTION *****/


/****START OF ABOUT PAGE'S About Section  ****/
.ceo-image{
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
/* END of About's about section */

/* Start of Scrollbar section */
.page-container{
  min-height: 100vh;
  display: flex;
  background-color: #666;
}
.shipment-input{
  position: relative;
  width: 100%;
}

#shipment-icon{
  position: absolute; /* Positions the icon relative to the container */
  right: 0px; /* Adjust this value to place the icon where you want */
  top: 69%; /* Vertically centers the icon */
  transform: translateY(-50%); /* Fine-tunes vertical centering */
  pointer-events: none; /* Ensures the icon doesn't interfere with input clicks */
  background-color: #973c4d;
  color: white;
  padding: 11.5px;
}
/* About Page end */

/* Our Network Page Start */
.text-red{
  color: #973c4d;
}
.text-rotate{
  transform: rotate(90deg); /* Rotates text by 45 degrees */
  display: inline-block; /* Ensures proper rotation */
  font-size: 2.5rem;
  white-space: nowrap;
  text-transform: uppercase;
}

.text-rotate-export{
  transform: rotate(-90deg); /* Rotates text by 45 degrees */
  display: inline-block; /* Ensures proper rotation */
  font-size: 2.5rem;
  /* max-width: 700px; */
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width:1024px){
  .wrap-flex{
    flex-wrap: wrap;
  }
}

@media (max-width:768px){
  .text-rotate{
    transform: rotate(0deg);
    font-size: 1.5rem;

  }
  .text-rotate-export{
    font-size: 1.5rem;
    transform: rotate(0deg);

  }
  .arrow-img{
    height: 15rem;
    transform: rotate(90deg);
    margin: auto;
  }
 
}
@media (max-width:480px){
  .flex-inverse{
    flex-direction: column-reverse;
  }
}
.border-radius{
  border-radius: 25px;
}
.flag{
  height: 30px;
}
.import-bg{
  background-image: 
  linear-gradient(rgba(5, 56, 101, 0.9), rgba(5, 56, 101, 0.9)), 
  url("../img/images/img12.png");
padding: 50px 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.export-bg{
  background-image: 
  linear-gradient(rgba(128, 45, 57, 0.8), rgba(160, 60, 77,0.9)),url("../img/images/img12.png");
padding: 50px 0;
height: auto;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.service-offer img {
  flex-grow: 1; /* Makes the image take up available space */
  object-fit: cover; /* Ensures images fill the space without distortion */
  height: 250px;
  width: 350px;
}

/***** Service Page Start *****/
.service-image{
  height: 20rem;
  width: 30rem;
  display: flex;
  justify-content: center;
  /* background-color: red; */
  overflow: hidden !important;
}
.service-image img{
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  overflow: hidden;
}

/***** Service Page End *****/
