@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

   h2{
          font-family: "Inter Tight", Sans-serif;
          color: #000000;
            font-size: 38px;
   }
   h4{
        font-family: "Inter Tight", Sans-serif;
        font-size: 18px;
        color: #051A1C;
   }
   h3{
        font-family: "Inter Tight", Sans-serif;
        font-size: 18px;
        color: #051A1C;
   }

   p{
      font-family: "Inter Tight", Sans-serif;
      color: #4F5A5B;
   }
.page-content .about-logistic-outer .about-logistic-left-content h2{
   font-size: 41px;
   margin-left: 20px;
   color: white;
}
.page-content .about-logistic-outer .about-logistic-left-content p{
   font-size: 16px;
   width: 74%;
/*    padding-bottom: 14%; */
   margin-left: 20px;
   color: white;

}

/* our-tram start */
.about-leadership-outer .leadership-left-content h4{
     font-size: 20px;
     color: #4F5A5B;
}
.about-leadership-outer .leadership-grid-content h3{
   margin: 0px;

}
.about-leadership-outer .leadership-grid-content p{
   font-size: 14px;

}


/* home GRA-section */
.home-GRA-timeline-outer{
  background: #ffffff;
   color: #000;
  width: 100%;
  padding-bottom: 5px;
}



.contact-link::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #000;
}

.home-GRA-timeline-outer h1{
font-size: 36px;
    font-weight: 500;
      
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
   
    margin-top: 0pc;
}
.home-GRA-timeline-outer .time-line-title p{
    text-align: center;
     color: #000;
}

 .GRA-OUTER .GR-advantage{
    position: sticky;
    top: 100px;
    height: max-content;
 }
 .industry-we-serve p{
     color: white;
 }
.GRA-timeline-stage h2{
       color: #000;
}

/* section wrapper */
.GRA-timeline-section{
  width:90%;
  max-width:1200px;
  margin: 0px;
  position:relative;
}

/* timeline base */
.timeline{
  position:absolute;
  left:50%;
  top:0;
  width:3px;
  height:0;
  background:#f11a25;
  transform:translateX(-50%);
  z-index:1;
}

/* timeline fill */
.GRA-timeline-fill{
  position:absolute;
  left:50%;
  top:0;
  width:3px;
  height:0;
      background: linear-gradient(#f11a25, #f11a25d6);
  transform:translateX(-50%);
  z-index:2;
}

/* moving indicator */
.GRA-timeline-indicator {
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #f11a25;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 12px #f11a25;
    z-index: 3;
}

/* timeline stage */
.GRA-timeline-stage{
  display:grid;
  grid-template-columns:1fr 60px 1fr;
  align-items:center;
  min-height:220px;
  opacity:0.15;
  transition:0.4s;
}

.GRA-timeline-stage.active{
  opacity:1;
}

/* left */
.home-GRA-home-GRA-stage-right{
  text-align:right;
  padding-right:40px;
}

.home-GRA-home-GRA-stage-right h2 {
    font-size: 34px;
    color: black;
}



.home-GRA-home-GRA-stage-right span{
  font-size:14px;
  color: black;
}

/* stage dot */
.GRA-stage-dot{
  width:16px;
  height:16px;
  border:2px solid #f11a25;
  background:#f11a25;
  border-radius:50%;
  margin:auto;
}

.GRA-timeline-stage.active .GRA-stage-dot{
  background:#f11a25;
  box-shadow:0 0 16px #f11a25;
  animation:pulse 1.6s infinite;
}

/* right */
.home-GRA-stage-right{
  padding-left:40px;
  font-size:16px;
  line-height:1.7;
  transform:translateY(20px);
  transition:0.5s;
}

.GRA-timeline-stage.active .home-GRA-stage-right{
  transform:translateY(0);
}

@keyframes pulse{
  0%{ box-shadow:0 0 6px #f11a25; }
  50%{ box-shadow:0 0 24px #f11a25; }
  100%{ box-shadow:0 0 6px #f11a25; }
}

/* mobile */
@media(max-width:768px){
  .timeline,
  .GRA-timeline-fill,
  .GRA-timeline-indicator{
    left:20px;
  }

  .GRA-timeline-stage{
    grid-template-columns:1fr;
    padding-left:40px;
  }

  .home-GRA-home-GRA-stage-right{
    text-align:left;
    padding-bottom:10px;
  }

  .home-GRA-stage-right{
    padding-left:0;
  }
}
.elementor-1691 .elementor-element.elementor-element-0aaf653 {
  margin-left:0px;
}
.elementor-element.elementor-element-2fd9600{
  margin: 0px;
}




/* home-GRA-outer  */


/* text */

@media(max-width: 767px){
.contact-first-section-content h1 {
    font-size: 28px !important;
    color: #051a1c;
    font-weight: 400;
}

.header-outer .container {
    position: relative;
    display: grid;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 15px 10px;
     grid-template-columns: 85% 13%;
}

.header-outer {
    padding: 0px 0;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
}

.footer_outer {
    padding: 20px 0px;
}

.footer-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer_outer .row {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
}
.footer_outer .wp-block-image .wp-image-905 .img{
       max-width: 84%;
}

.footer_two.footer_common {
    padding-left: 0px;
}

.footer-center {
    display: flex;
    align-items: left;
    text-align: left;
    font-size: 0px;
    margin-top: 0px; 
    justify-content: start;
     margin-right: 0px; 
     padding: 20px;
   
    
}
.mega-toggle-blocks-right {
    background: white;
    color: black;
}

.footer-bottom .row {
    gap: 0px;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
img.wp-image-905 {
    max-width: 60%;
}
ul#menu-footer-menu li a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}

ul#menu-footer-menu {
        justify-content: center !important;
        display: flex !important;
}

.newsletter {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 0px;
    margin-top: 0px;
    margin-right: 0px;
}

.header-left img {
    width: 65%;
}

.card-inner-content {
    background-color: #fff;
    padding: 18px 20px 22px;
    height: 390px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    grid-gap: 0 15px !important;
    justify-content: flex-start;
    padding: 10px 5px 0px 10px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #232323;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #232323;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact > a.mega-menu-link {
    padding:  5px 9px !important;
    border: none !important;
    color: #000 !important;
    font-weight: 500;
    background: transparent !important;
    line-height: normal;
    
    background: transparent;
    box-shadow: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact.mega-current-menu-item > a.mega-menu-link {
    background: transparent !important;
    color: #000 !important;
}


  .scamail-phone {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.contact-form-right {
    height: auto !important;
    width: 100%;
}


.home-right-bottom .home-driven{
  display: flex;
  flex-direction: column;
}

.GRA-OUTER .GR-advantage {
    position: relative;
    top: 0px;
    height: max-content;
}
.GRA-timeline-stage.active {
    opacity: 1;
    margin-top: 25px;
}

.contact-section-outer .contact-title {
    font-size: 23px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #000;
    font-size: 18px;
    padding-left: 8px;
}

/* contact section */

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-left: 4px;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.leader-grid {
    padding-left: 20px;
    padding-right: 20px;
}

.footer_common a {
    color: #fff;
    font-size: 18px;
}

ul.homecontact-form li p {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;

}

.homecontact-form {
    display: grid;
    align-items: center;
    background: #ffffff;
    border-radius: 6px;
    /* padding: 6px; */
    max-width: 520px;
    width: 100%;
    list-style: none;
}


li.homasend.btn-style-one.welcome-two__left-btn {
     margin: 0px; 
     padding-top: 0px; 
	padding-left: 10px;
	padding-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
      padding: 15px 30px 16px 30px;
}

.home-right-bottom {
    padding: 10px 0px 10px 30px !important;
    margin: 0px !important;
    padding-left: 10px;
}

.GRA-stage-dot {
    display: none;
}

}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        left: 0px;
        
    }
        #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: hidden;
        }
    
}