.blog .hero-image img{padding-top: 123px;}
.blog article p{text-align: justify; color: #191919;}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}




/*********** video section *********/


.pagevideoMain {
  position: relative;
  width: 100%;
  display: inline-block;
}
.videoBox video {
  width: 100%;
}
.vdeeoTextMain {
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 2;
	right: 0;
}
.vdeeoText h2 {
	font-size: 70px !important;
	font-weight: 800 !important;
	color: #fff !important;
	margin: 0 0 0px;
	text-shadow: 0 1px 3px #000;
	/* background: #11111147; */
	display: inline-block;
	padding: 17px 13px 23px;
}
.vdeeoText {
	margin: 0 auto;
	text-align: center;
}

.vdeeoTextMain {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin: 0 auto;
}

.margin00 {
	margin: 0px !important;
}


.dl-submenu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: 19px !important;
	bottom: 0;
}



.dl-submenusub {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: 19px !important;
	bottom: 0;
}


.menu_b {display: none!important;
}

.closeee h5 {
	color: #fff!important;
	font-size: 19px !important;
	cursor: pointer!important;
}

.navbar.navbar-default.nav-left.pi-mega {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.backmenu h3 {
	cursor: pointer;
}


/**** START menu *******/


.menu_box {
	text-align: left;
}
.menu_b{font-size:30px;cursor:pointer; display:initial;}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #1e1d1d;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 4px;
}
.sidenav a:hover { color: #f1f1f1;}
.closeee h5 {
	color: #fff;
	font-size: 17px;
	margin: 0;
}
	
.sidenav .closebtn {
	display: inline-block;
	font-size: 36px;
	margin-left: 6px;
	color: #fff;
}
	
.menu_main > ul > li {
	width: 100%;
	display: inline-block;
	/* border-bottom: 1px solid #f7efef; */
	padding: 12px;
	/* line-height: 20px; */
	vertical-align: top;
	background: #262626;
	border-radius: 5px;
	margin: 0 0 4px !important;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #2d2d2d;
}
.menu_main ul li a{ width:100%; display:inline-block; font-size:16px; color:#fff;}
.menu_main > ul {
	margin: 0;
	padding: 6px 19px;
}
.closeee {
	color: #000;
	display: initial;
	font-size: 17px;
	margin: 0 0;
	display: flex;
	justify-content: space-between;
	padding: 12px 30px 10px;
	align-items: center;
}
.menu_main ul li {
	margin: 0;
}

.menu_b {
	float: right;
	position: absolute;
	top: 20px;
	right: 19px;
}
.dl-submenu.open {
	position: absolute;
	top: 0;
	background: #242424;
	width: 100%;
	left: 0;
	right: 0;
	top: -9px;
}




.dl-submenu {
  margin: 0px;
  padding: 0px;
  display: none;
}
.dl-submenu.open {
  display: block;
  padding: 24px;
}
.backmenu {
	background: #393939;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px;
	border-radius: 5px;
	margin: 0 0 10px;
}
.backmenu h3 {
  margin: 0px;
  color: #fff !important;
}
.backmenu h5 {
  margin: 0px;
  color: #fff;
}
	
.dl-submenu li {
  background: #151515;
  display: inline-block;
  width: 100%;
  padding: 11px 14px 4px;
}
.dl-submenu li:last-child {
	padding-bottom: 14px;
	border-radius: 0 0 10px 10px;
}

.dl-submenu li:first-child {
	padding-bottom: 14px;
	border-radius:  10px 10px 0 0;
}

.arrowMenu {
	/* position: absolute; */
	/* right: 15px; */
	/* top: 10px; */
	float: right;
}
#menu-our-services li {
	margin: 0px !important;
	padding: 0px !important;
}



.blogbox22 {
  min-height: 301px;
  padding: 0;  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
.blogbox22 figure{
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	width: 100%;
}


.blogbox22 figure img {
	border-radius: 8px;
	transition: 1.2s ease all;
	height: 200px;
	width: 100%;
}
.blogbox22:hover img {
	transform: scale(1.1);
	transition: 1.2s ease all;
}


.blogbox22 h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-family: Open Sans;
	position: relative;
}
.blogbox22 h2::before {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 3px;
	bottom: -19px !important;
	left: 50%;
	margin-left: -20px;
	background: #a51c24;
}




.servicesContent h2 {
  margin: 10px 0 !important;
  font-size: 29px !important;
  font-weight: bold !important;line-height: 39px !important;
}
.servicesContent p {
	font-size: 15px !important;
	line-height: 27px !important;
	text-align: justify;
	margin: 12px 0!important;
	color: #000 !important;
}
.servicesContent img {
  border-radius: 15px !important;
}
.servicesContent figure {
  margin: 0 0 20px !important;;
}


.aboutText {
	margin-bottom: 9px !important;
}


.serviceimg img {
	width: 100%;
}

.servicesContent h2 {
  margin: 10px 0 !important;
  font-size: 29px !important;
  font-weight: bold !important;
position:relative;

}
.servicesContent p {
font-size: 14px !important;
  line-height: 22px !important;
  text-align: justify;
  margin: 0 0 10px !important;
  color: #000 !important;
  padding: 0 !important;
}
.servicesContent img {
  border-radius: 15px !important;
}
.servicesContent figure {
  margin: 0 0 20px !important;;
}

.servicesContent h2::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 3px;
	background: #a51c24;
	bottom: -4px;
}

.servicesContent strong {
	font-size: 15px !important;
	color: #000 !important;
	
}

.servicesContent h3 {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: bold !important;
	margin: 5px 0 !important;
}

.servicesContent i {
    font-size: 15px !important;
    color: #000 !important;
    font-style: italic !important;
    font-weight: 700 !important;
    padding-bottom: 14px !important;
    display: inline-block!important;
    width: 100%!important;
}

.Padding14{
 
    padding-bottom: 14px !important;

}


.lostservices li:before {
    content: ' \2714';
    position: absolute;
    left: 0;
    top: 0;
}
.lostservices li {
    padding: 0 0 0 24px;
    color: #000;
    font-size: 14px;
    margin: 0 0 15px;
    list-style: none;
    position: relative;
}
.servicesMain {
 
    display: inline-block;
    width: 100%;
}

.servicesMain {
    background: #f8f8f8 url("/images/light_bkg.png");
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}



 .serviceimg figure:before {
 
     content: "";
    background-image: linear-gradient(90deg, #dddddd21, #ffffff4f, #ffffff0d 80px);
    background-size: 600px;
    animation: shine-avatar 1.6s infinite linear;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;    opacity: .4;
    top: 0;
}


@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}
-moz-@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}

-webkit-@keyframes shine-avatar {
  0% {
    background-position: -32px;
  }
  40%, 100% {
    background-position: 208px;
  }
}
.servicesContent h4 {
    font-weight: bold;
}
.imgmTop {
    margin-top: 60px;
}

/**** END menu ***/




.service-feature-box {
  width: 20%;
  margin: 0 0.3%;
}
.serviceMain {
	display: flex;
	width: 100%;
	margin: 0 auto;
}
.serviceMain.services-carousel {
	display: block;
}
.serviceMain.services-carousel .service-feature-box {
	width: 100%;
	margin: 0;
	padding: 0 8px;
}
.services-trophy-carousel {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 60px 12px;
	overflow: visible;
}
.services-trophy-carousel .owl-stage-outer {
	overflow: hidden;
}
.services-trophy-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}
.services-trophy-carousel .owl-item {
	display: flex;
	height: auto;
	align-items: stretch;
}
.services-trophy-carousel .owl-item .service-feature-box {
	width: 100%;
	flex: 1 1 auto;
}
.services-trophy-carousel .service-feature-box {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 6px;
	height: 100%;
	min-height: 100%;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(26, 58, 82, 0.08);
	overflow: hidden;
	transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.services-trophy-carousel .service-feature-box:hover {
	box-shadow: 0 8px 24px rgba(26, 58, 82, 0.14);
	transform: translateY(-2px);
}
.services-trophy-carousel .service-feature-box .service-media img {
	height: 175px;
}
.services-trophy-carousel .service-feature-box .service-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 210px !important;
	padding: 12px 14px 16px;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.services-trophy-carousel .service-feature-box .service-body p {
	font-size: 12.5px;
	line-height: 1.5;
	color: #5b6b7c;
	flex: 1 1 auto;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 7.5em;
	margin-bottom: 0;
}
.services-trophy-carousel .service-feature-box h4 {
	font-size: 13px;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
}
.services-trophy-carousel .service-toggle-link,
.services-trophy-carousel .service-expandable-block {
	display: none !important;
}
.home-trophy-carousel-wrap {
	width: 98%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
#sstop .serviceWrap.home-trophy-carousel-wrap,
.home-partner-page .AwardsAndABoxouter .serviceWrap.home-trophy-carousel-wrap,
.home-partner-page .logoOuterr > .container.home-trophy-carousel-wrap {
	width: 98% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.serviceMain.services-carousel .service-feature-box .service-body {
	min-height: 250px;
}
.serviceMain.services-carousel .service-body-content {
	max-height: 110px;
	overflow: hidden;
}
.serviceMain.services-carousel .service-feature-box.is-expanded .service-body-content {
	max-height: none;
}
/* Intro visible; list + closing copy hidden until "See more" */
.serviceMain.services-carousel .service-expandable-block {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}
.serviceMain.services-carousel .service-feature-box.is-expanded .service-expandable-block {
	max-height: 720px;
}
.serviceMain.services-carousel .service-toggle-above-expand {
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.serviceMain.services-carousel .service-toggle-link {
	display: inline-block;
	margin-top: 8px;
	color: #a51c24;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.serviceMain.services-carousel .service-toggle-link:hover,
.serviceMain.services-carousel .service-toggle-link:focus {
	color: #0b5a96;
	text-decoration: none;
}
.service-title-icon {
	color: #a51c24;
	margin-right: 6px;
}
.service-title-icon.service-title-icon--svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45em;
	height: 1.45em;
	margin-right: 6px;
	vertical-align: -0.24em;
	color: #a51c24;
	flex-shrink: 0;
}
.service-title-icon--svg svg {
	width: 100%;
	height: 100%;
	display: block;
}
.service-list-two-col {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 22px;
	margin: 10px 0 12px;
	padding-left: 18px;
}
.service-list-two-col li {
	width: calc(50% - 12px);
}
@media (max-width: 767px) {
	.service-list-two-col li {
		width: 100%;
	}
}

.serviceWrap {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.services-intro {
	max-width: 980px;
	margin: 14px auto 24px;
	font-size: 15px;
	line-height: 1.75;
	text-align: center;
	color: #0b5a96;
	font-weight: 600;
}
.serviceOPuter {
	padding: 50px 0;
}
#sstop {
	padding-top: 22px;
}


.service-box22 {
	padding: 60px 0;
}


.textwidget {
	margin: 0 0 14px;
}
.textwidget {
  text-align: center;
}
.textwidget p {
  font-size: 15px;
}

.nTimelineRepeat {
	display: flex;
	justify-content: space-between;
	margin: 0 0 23px;
}

.newtcommon {

	width: 34%;
}

.ntimeText h2 {
	padding: 0 0 0 !important;
	margin: 0 !important;
	font-size: 24px !important;
	color: #000 !important;
	line-height: 29px !important;
}

.ntimeText p {
	padding: 0 0 0px;
	margin: 0;
	font-size: 13px !important;
	color: #000 !important;
}

.newTimeBox2 {
	width:215px;
}

.ntimeText {
	text-align: right;
}
.timrimg img {
	border-radius: 8px;
}





.nTimelineinner:nth-child(even) {
  flex-direction: row-reverse;
}


.nTimelineRepeat:nth-child(2n)  .ntimeText {
  text-align: left;
}
.timeLine {
	position: absolute;
	top: 22px;
	right: -47px;
	border-bottom: 1px solid #ccc;
	width: 38px;
}
.newTimeBox1 {
	position: relative;
}




.fa.fa-facebook {
  background: #0677ed;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 29px;
  color: #fff;
}
.fa.fa-linkedin {
  background: #0f60a8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 29px;
  color: #fff;
}
/* Excludes footer follow column so “Awards / Blog / Photo Gallery” stack; see #footer rules */
.textwidget ul:not(.footer-social-icons):not(.footer-follow-page-links) {
  display: flex;
}

.fa.fa-linkedin:hover {
	opacity: .8;
}

.fa.fa-facebook:hover {
	opacity: .8;
}

.shipmentsboxinn {
  width: 90%;
  margin: 0 auto;
}
.shipmentsbox {
  margin: 10px 0 60px;
  display: inline-block;
}

/* Home: shipment safety strip — full-bleed logistics imagery (theme services/slide) */
.home-shipment-safety {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0 60px;
  overflow: hidden;
  border-radius: 12px;
  min-height: 280px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.home-shipment-safety .shipmentsbox-bg {
  position: absolute;
  inset: 0;
  background: url("../images/services/Airfreight.png") center center / cover no-repeat;
  z-index: 0;
}
.home-shipment-safety .shipmentsbox-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 45%,
    rgba(0, 0, 0, 0.25) 100%
  );
}
.home-shipment-safety .shipmentsboxinn {
  position: relative;
  z-index: 1;
  padding: 52px 20px;
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.home-shipment-safety .custom-heading h2 {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin: 0 !important;
}
.home-shipment-safety .custom-heading.centered h2::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  background: #a51c24;
  margin: 0 auto 16px;
  border-radius: 2px;
}

.imagesimg img {
	border-radius: 25px;
}













.hlogo {
	padding: 0;
	width: 100%;
	margin: 0 0.4%;
	box-shadow: 0 0 3px #e9f3ff;
	border-radius: 5px;
	min-height: 177px;
	border: 1px solid #e6e6e6;
}
.hlogo figure {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	/* border: 1px solid #e6e6e6; */
	width: 100%;
	padding: 12px;
	min-height: 110px;
	border-radius: 5px;
	margin: 0 0 10px;
}
.hlogo h2 {
	font-size: 12px !important;
	text-align: center;
	line-height: 13px !important;
	padding: 0 5px;
}
.alllogoMain {
  display: flex;

}

/* Our Carrier Partners — Owl Carousel 2 (inner .carrier-partners-carousel; see services_1.js) */
.alllogoMain.networklgoSize.heightNone > .carrier-partners-carousel.owl-carousel {
	display: block;
	width: 100%;
	max-width: 100%;
}
.carrier-partners-carousel.owl-carousel .owl-stage-outer {
	padding-bottom: 6px;
}
.carrier-partners-carousel.owl-carousel .owl-item .hlogo {
	width: 100% !important;
	max-width: 100%;
	margin: 0 auto !important;
	display: block !important;
	vertical-align: top !important;
	box-sizing: border-box;
}
.carrier-partners-slider .service-feature-box {
	width: 100%;
	margin: 0;
	padding: 0 8px;
}
.network-slider .service-feature-box {
	width: 100%;
	margin: 0;
	padding: 0 8px;
}
.carrier-partners-slider .service-feature-box .service-media img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
}
.home-circle-carousel.carrier-partners-slider .service-feature-box .service-media img {
	height: 100% !important;
	border-radius: 50% !important;
	border: none !important;
}
.network-slider .service-feature-box .service-media img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
}
.carrier-partners-slider .owl-item .service-feature-box {
	width: 100% !important;
}
.home-partner-page .AwardsAndABoxouter {
	margin-bottom: 12px;
	padding-bottom: 16px;
	border-bottom: none;
	overflow: visible;
}

.home-partner-page .logoOuterr {
	overflow: visible;
}

/* Home awards & accreditation: larger circles + hover zoom preview */
.home-circle-carousel {
	position: relative;
	padding: 0;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

.home-circle-carousel .owl-stage-outer {
	overflow: visible !important;
}

.home-circle-carousel.owl-carousel {
	overflow: visible;
	z-index: auto;
}

.home-circle-carousel .owl-item {
	overflow: visible;
}

.home-circle-carousel .service-feature-box {
	padding: 0;
	margin: 0;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	width: auto !important;
	overflow: visible;
}

.home-circle-carousel .home-circle-item {
	position: relative;
	width: 132px;
	height: 132px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: visible;
	background: #fff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	z-index: 1;
}

.home-circle-carousel .home-circle-item > img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	object-fit: contain;
	border: none !important;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-circle-carousel .home-circle-item:hover > img,
.home-circle-carousel .home-circle-item:focus-within > img {
	transform: scale(1.04);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.home-circle-carousel .home-circle-item:hover img,
.home-circle-carousel .home-circle-item:focus-within img {
	opacity: 1 !important;
	transform: none !important;
}

.home-circle-carousel .home-circle-item .home-circle-hover-zoom {
	display: none !important;
}

.home-circle-hover-zoom--portal {
	position: fixed;
	z-index: 99999;
	padding: 10px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
	pointer-events: none;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.home-circle-hover-zoom--portal img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	border-radius: 8px !important;
	background: #fff !important;
	border: none !important;
}

.home-circle-hover-zoom--portal-certificate {
	padding: 14px;
	max-width: 92vw;
	max-height: 82vh;
}

.home-circle-hover-zoom--portal-certificate img {
	object-fit: contain !important;
}

.home-partner-page .AwardsAndABoxouter:has(.home-circle-item:hover),
.home-partner-page .logoOuterr:has(.home-circle-item:hover) {
	position: relative;
	z-index: 99990;
}

.home-circle-carousel .home-circle-item:hover,
.home-circle-carousel .home-circle-item:focus-within {
	z-index: 99991;
}

.home-circle-carousel .owl-nav {
	display: none !important;
}

@media (max-width: 767px) {
	.home-circle-carousel .home-circle-item {
		width: 104px;
		height: 104px;
	}
}

.network-slider .owl-item .service-feature-box {
	width: 100% !important;
}

/* Affiliation: captions under each image (FAPAA / blog-3 not used) */
.home-partner-page .affiliate-slider .service-feature-box {
	display: flex;
	flex-direction: column;
	padding-left: 4px;
	padding-right: 4px;
}
.home-partner-page .affiliate-slider .affiliation-card-body {
	min-height: 4.2em;
	padding: 8px 2px 10px !important;
	text-align: center;
}
.home-partner-page .affiliate-slider .affiliation-card-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	color: #222;
	margin: 0;
}

.hlogo figure img {
	max-width: 130px;
}
.networklgoSize figure img {
	max-width: 120px !important;
}

html {
  scroll-behavior: smooth;
}

.hlogo:hover figure {
  background: #fff;
}
.hlogo:hover figure img {
  transform: scale(1.1);transition: .8s ease all;
}

.AwardsAndAccoladesMain {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.AwardsAndABox h2 {
  font-size: 13px!important;
  line-height: 16px!important;font-weight: bold!important;
  text-align: center!important;
  display: inline-block!important;
  width: 100%!important;
  margin: 0 .5%!important;
}

.nwhide {
	display: none;
}.heightNone .hlogo {
	min-height: initial !important;
}

.heightNone figure {
	margin: 0px !important;
}
.AwardsAndABox figure {
	margin: 0 0 13px;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	border-radius: 7px 10px 0 0px;
}
.AwardsAndABox {
	width: 14%;
	margin: 0 .3% 20px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 3px #ececec;
	border-radius: 5px;
	min-height: 267px;
	border: 1px solid #ddd;
}
.AwardsAndABox figure img {
	max-width: 121px;
	max-height: 150px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.agentaward figure img {
	max-width: 82px;
}

.AirCargosize figure img {
	max-width: 102px;
}


.AwardsAndABox:hover figure img {
	transform: scale(1.1);
	transition: .8s ease all;
}


.AwardsAndABoxouter {
	display: inline-block;
	width: 100%;
	margin: 0 0 40px;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 0 60px;
}


.ntop {
	position: absolute;
	right: 20px;
	bottom: 30px;
}


.ntop a {
	background: #796218;
	width: 30px;
	display: flex;
	height: 30px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	font-size: 14px;
	align-content: center;
	align-items: center;
	border: 2px solid #a48933;
}
.ntop img {
	max-width: 11px;
	width: auto;
	margin: 0 auto;
}

.reonedBox {
	font-size: 17px !important;
}
.hreadmore {
	/* background: #ececec; */
	font-size: 15px;
	padding: 2px 5px;
	border-radius: 4px;
	font-weight: bold;
	color: #fac312;
}

.circleTop {
	width: 6px;
	height: 6px;
	background: #d7b446;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	margin: auto;
	animation: circleTop 6s linear infinite;
	filter: blur(2px);
}

@keyframes circleTop{
 0%{
   transform:rotate(0deg)
			 translate(-14px)
			 rotate(0deg);
 
 }
 100%{
   transform:rotate(360deg)
			 translate(-14px)
			 rotate(-360deg);
 }
}
.bottomform {
	padding: 0 0 70px;
}

.bformCommon{ padding: 27px;min-height: 865px;}


.bformRight {
  background: #fac312;
 
}
.bformLeft {
  background: #f7f7f7;
  height: 100%;
  display: inline-block;

}

/* Home: full-bleed quote + lead form (replaces .container) */
.home-quote-split .bformLeft,
.home-quote-split .bformRight {
	min-height: 0;
	display: flex;
	flex: 1 1 50%;
}
.home-quote-split.bottomform {
	padding: 0 0 0;
	margin: 0;
}
.home-quote-split__row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	margin: 0;
	align-items: stretch;
}
.home-quote-split__left,
.home-quote-split__right {
	flex: 1 1 50%;
	min-width: 0;
	box-sizing: border-box;
}
.home-quote-split__inner {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(1.5rem, 2.4vw, 2.5rem) clamp(1.25rem, 3.5vw, 2.75rem);
}
.home-quote-split__form-wrap {
	max-width: 520px;
}
.home-quote-split__intro {
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	margin: 0 0 1.5rem;
	text-align: left;
}
.home-quote-hero {
	margin: 0;
}
.home-quote-hero__image-wrap {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.home-quote-hero__img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.home-quote-hero__callout {
	position: absolute;
	bottom: 14px;
	right: 14px;
	max-width: min(58%, 280px);
	background: #0b5ed7;
	color: #fff;
	padding: 0.9rem 1rem 1rem;
	border-radius: 6px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.home-quote-hero__q {
	font-size: 1.75rem;
	line-height: 1;
	display: block;
	opacity: 0.85;
	margin: 0 0 0.2rem;
	font-weight: 700;
}
.home-quote-hero__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	font-weight: 600;
}
.home-quote-form {
	position: relative;
	width: 100%;
}
.home-quote-hp {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.home-req {
	color: #6b1d1d;
}
.home-input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #b8b8b8;
	border-radius: 6px;
	padding: 0.6rem 0.75rem;
	font-size: 1rem;
	background: #fff;
}
.home-input:focus {
	outline: 2px solid #0b5ed7;
	border-color: #0b5ed7;
}
.home-input.is-invalid {
	border-color: #8b1a1a;
}
textarea.home-input {
	resize: vertical;
	min-height: 120px;
}
.home-select-wrap {
	width: 100%;
}
.home-select-wrap select {
	max-width: 100%;
}
.home-field-error {
	display: block;
	font-size: 0.8125rem;
	color: #6f1111;
	margin: 0.3rem 0 0;
}
.home-field-error[hidden] {
	display: none !important;
}
.home-quote-form__field {
	margin-bottom: 0.9rem;
}
.home-quote-form__field label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin: 0 0 0.3rem;
	color: #1a1a1a;
}
.home-quote-form__grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}
.home-quote-form__disclaimer {
	font-size: 0.75rem;
	color: #3a3a3a;
	margin: 0.25rem 0 0.4rem;
	line-height: 1.45;
}
.home-quote-form__submit {
	width: 100%;
	background: #0d0d0d;
	color: #fff;
	border: 0;
	padding: 0.7rem 1.25rem;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 6px;
	cursor: pointer;
}
.home-quote-form__submit:hover {
	background: #000;
}
.home-quote-alert {
	padding: 0.65rem 0.8rem;
	border-radius: 6px;
	margin: 0 0 1rem;
	font-size: 0.9rem;
	line-height: 1.45;
}
.home-quote-alert--success {
	background: #d1e7dd;
	color: #0f5132;
	border: 1px solid #b6cfcc;
}
.home-quote-alert--error {
	background: #f8d7da;
	color: #58151c;
	border: 1px solid #e2bbbf;
}
.home-quote-alert a {
	color: #084298;
	text-decoration: underline;
}

/* Quote request modal (header Get Quotes) */
body.quote-modal-open {
	overflow: hidden;
}
.quote-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
.quote-modal[hidden] {
	display: none !important;
}
.quote-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
.quote-modal__panel {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	max-height: min(92vh, 900px);
	overflow: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
	padding: 1.5rem 1.5rem 1.75rem;
}
.quote-modal__close {
	position: absolute;
	top: 0.65rem;
	right: 0.75rem;
	border: 0;
	background: transparent;
	font-size: 1.75rem;
	line-height: 1;
	color: #333;
	cursor: pointer;
	padding: 0.15rem 0.45rem;
}
.quote-modal__close:hover {
	color: #000;
}
.quote-modal__header {
	padding-right: 2rem;
	margin-bottom: 1rem;
}
.quote-modal__header h2 {
	margin: 0 0 0.35rem;
	font-size: 1.35rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #111;
}
.quote-modal__header p {
	margin: 0;
	font-size: 0.92rem;
	color: #444;
	line-height: 1.5;
}
.quote-modal__body .home-quote-form__grid-2 {
	grid-template-columns: 1fr;
}
@media (min-width: 520px) {
	.quote-modal__body .home-quote-form__grid-2 {
		grid-template-columns: 1fr 1fr;
	}
}

.getQuote img {
  border-radius: 11px;
}
.getQuote {
  position: relative;
}
.padding0{padding:0px !important;}


#footer .container {
	position: relative;
}



.homeaboutMAIN {
  display: block;
  width: 100%;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(11, 90, 150, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, #f3f5f8 0%, #fafbfc 45%, #ffffff 100%);
  padding: 56px 0 64px;
}

/* About section must show even if WOW.js fails to run */
.homeaboutMAIN .home-about-section,
.homeaboutMAIN .home-about-card,
.homeaboutMAIN .home-about-quote,
.homeaboutMAIN .home-about-cta {
  visibility: visible !important;
  opacity: 1 !important;
}

.homeaboutMAIN .home-about-section {
  max-width: 1140px;
  margin: 0 auto;
}

.homeaboutMAIN .home-about-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 36px;
}

.homeaboutMAIN .home-about-eyebrow {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a51c24;
}

.homeaboutMAIN .home-about-title {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.homeaboutMAIN .home-about-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5568;
}

.homeaboutMAIN .home-about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

.homeaboutMAIN .home-about-stat {
  background: #fff;
  border: 1px solid rgba(11, 90, 150, 0.1);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  border-top: 3px solid #fac312;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.homeaboutMAIN .home-about-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(11, 90, 150, 0.12);
  border-color: rgba(11, 90, 150, 0.22);
}

.homeaboutMAIN .home-about-stat__value {
  display: block;
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b5a96;
  line-height: 1.25;
  margin-bottom: 6px;
}

.homeaboutMAIN .home-about-stat__label {
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.homeaboutMAIN .home-about-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.homeaboutMAIN .home-about-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(11, 90, 150, 0.08);
  border-radius: 14px;
  padding: 0;
  margin: 0;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.homeaboutMAIN .home-about-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0b5a96 0%, #fac312 50%, #a51c24 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.homeaboutMAIN .home-about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(11, 90, 150, 0.14);
  border-color: rgba(11, 90, 150, 0.18);
}

.homeaboutMAIN .home-about-card:hover::before {
  opacity: 1;
}

.homeaboutMAIN .home-about-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 22px 24px 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(11, 90, 150, 0.06);
}

.homeaboutMAIN .home-about-card__body {
  flex: 1 1 auto;
  padding: 18px 24px 24px;
}

.homeaboutMAIN .home-about-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(11, 90, 150, 0.16) 0%, rgba(250, 195, 18, 0.2) 100%);
  color: #0b5a96;
  line-height: 0;
  transition: transform 0.3s ease, background 0.3s ease;
}

.homeaboutMAIN .home-about-card:hover .home-about-card__icon {
  transform: scale(1.08) rotate(-3deg);
  background: linear-gradient(135deg, rgba(11, 90, 150, 0.22) 0%, rgba(250, 195, 18, 0.32) 100%);
}

.homeaboutMAIN .home-about-card__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.homeaboutMAIN .home-about-card__title {
  margin: 0;
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1a3a52;
}

.homeaboutMAIN .home-about-card__body p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.78;
  color: #3d4f63;
  text-align: justify;
}

.homeaboutMAIN .home-about-card__body p:last-child {
  margin-bottom: 0;
}

.homeaboutMAIN .home-about-card p strong {
  color: #1a1a1a;
  font-weight: 600;
}

.homeaboutMAIN .habout-em,
.homeaboutMAIN strong.habout-em {
  color: #0b5a96;
  font-weight: 400;
}

.homeaboutMAIN strong.habout-em.company-name {
  color: #a51c24;
  font-weight: 600;
}

.homeaboutMAIN .habout-owner-name {
  color: #a51c24;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(2, 117, 196, 0.1) 0%, rgba(2, 117, 196, 0.04) 100%);
  padding: 0.12em 0.45em 0.12em 0.4em;
}

.homeaboutMAIN .home-about-quote {
  margin: 0;
  padding: 32px 36px;
  border-radius: 14px;
  text-align: center;
}

.homeaboutMAIN .home-about-quote--banner {
  grid-column: 1 / -1;
  background: linear-gradient(125deg, #152535 0%, #1a3a52 42%, #0b5a96 100%);
  border-left: 5px solid #fac312;
  box-shadow: 0 16px 42px rgba(26, 58, 82, 0.22);
  text-align: left;
}

.homeaboutMAIN .home-about-quote__eyebrow {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0c94a;
}

.homeaboutMAIN .home-about-quote__intro {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.homeaboutMAIN .home-about-quote--banner .habout-em.company-name {
  color: #fff;
  font-weight: 600;
}

.homeaboutMAIN .home-about-quote__text {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  color: #ffffff;
}

.homeaboutMAIN .home-about-cta {
  margin-top: 28px;
  text-align: center;
}

.homeaboutMAIN .home-about-cta__btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #a51c24 0%, #c41230 100%);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(165, 28, 36, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homeaboutMAIN .home-about-cta__btn:hover,
.homeaboutMAIN .home-about-cta__btn:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(165, 28, 36, 0.34);
}

/* Home page — justify all main content paragraphs */
.homepage #storefront-main p {
  text-align: justify;
  text-justify: inter-word;
}

.homepage #storefront-main .home-about-quote--banner p {
  text-align: center;
}

.about-page-anchor {
	scroll-margin-top: 100px;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

/* About Us page — enhanced layout */
.about-page-enhanced {
	padding-bottom: 0;
}
.about-page-intro-visual {
	padding: 48px 0 12px;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.about-page-intro-visual__row {
	display: flex;
	align-items: center;
}
.about-page-intro-visual__figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(26, 58, 82, 0.14);
}
.about-page-intro-visual__figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}
.about-page-intro-visual__eyebrow {
	margin: 0 0 8px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #a51c24;
}
.about-page-intro-visual__title {
	margin: 0 0 16px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 1.85rem;
	font-weight: 700;
	color: #1a3a52;
	line-height: 1.25;
}
.about-page-intro-visual__lead {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #4a5568;
}
.about-page-intro-visual__lead strong {
	color: #0b5a96;
	font-weight: 600;
}
.about-story-section {
	padding: 36px 0 48px;
	background: #fff;
}
.about-page-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 40px;
}
.about-page-stat {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid #e4e9ee;
	border-top: 3px solid #e8b410;
	border-radius: 10px;
	padding: 20px 16px;
	text-align: center;
	box-shadow: 0 6px 20px rgba(26, 58, 82, 0.06);
}
.about-page-stat__value {
	display: block;
	font-size: 1.15rem;
	font-weight: 700;
	color: #0b5a96;
	line-height: 1.25;
	margin-bottom: 4px;
}
.about-page-stat__label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #64748b;
}
.about-narrative {
	margin-bottom: 36px;
}
.about-narrative__figure {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(26, 58, 82, 0.12);
}
.about-narrative__figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
}
.about-prose-block {
	margin-bottom: 28px;
	padding: 24px 26px;
	background: #f8fafc;
	border: 1px solid #e8edf2;
	border-left: 4px solid #0b5a96;
	border-radius: 0 12px 12px 0;
}
.about-prose-block:last-child,
.about-prose-block--duo-end {
	margin-bottom: 0;
}
.about-narrative-duo__text-row {
	margin-bottom: 20px;
}
.about-narrative-duo__text-row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}
.about-narrative-duo__text-row .about-prose-block {
	flex: 1 1 auto;
}
.about-narrative-duo__media-row {
	margin: 0 -10px;
}
.about-narrative-duo__media-row > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
}
.about-prose-block__title {
	margin: 0 0 12px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #1a3a52;
}
.about-prose-block p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.78;
	color: #334155;
}
.about-prose-block p strong,
.about-prose-panel p strong {
	color: #0b5a96;
	font-weight: 600;
}
.about-prose-owner {
	color: #a51c24;
	font-weight: 600;
	background: linear-gradient(90deg, rgba(2, 117, 196, 0.1) 0%, rgba(2, 117, 196, 0.04) 100%);
	padding: 0.12em 0.45em 0.12em 0.4em;
}
.about-prose-panel {
	margin-bottom: 36px;
	padding: 28px;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(26, 58, 82, 0.07);
}
.about-prose-panel--capabilities .about-prose-panel__media {
	margin-bottom: 20px;
}
.about-prose-panel h3.about-prose-block__title {
	margin-bottom: 14px;
}
.about-prose-panel p {
	margin: 0 0 18px;
	font-size: 1rem;
	line-height: 1.78;
	color: #334155;
}
.about-capability-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-capability-tags li {
	padding: 7px 14px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a3a52;
	background: #fff;
	border: 1px solid #d5dee8;
	border-radius: 999px;
}
.about-narrative-duo {
	margin-bottom: 32px;
}
.about-narrative__figure--duo {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 280px;
}
.about-narrative__figure--duo > img {
	display: block;
	width: 100%;
	height: 280px;
	min-height: 280px;
	max-height: 280px;
	object-fit: cover;
	flex: 0 0 280px;
}
.about-narrative__caption {
	margin: 0;
	padding: 10px 14px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #fff;
	background: linear-gradient(90deg, #1a3a52 0%, #0b5a96 100%);
	text-align: center;
}
.about-narrative__figure--split .about-narrative__split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	flex: 0 0 280px;
	height: 280px;
	min-height: 280px;
	max-height: 280px;
}
.about-narrative__split-item {
	position: relative;
	overflow: hidden;
	height: 280px;
	min-height: 280px;
}
.about-narrative__split-item img {
	display: block;
	width: 100%;
	height: 280px;
	min-height: 280px;
	object-fit: cover;
}
.about-narrative__split-label {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 4px 10px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(26, 58, 82, 0.82);
	border-radius: 4px;
}
@media (max-width: 575px) {
	.about-narrative__figure--split .about-narrative__split {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
		max-height: none;
		flex: 0 0 auto;
	}
	.about-narrative__split-item {
		height: 220px;
		min-height: 220px;
	}
	.about-narrative__split-item img {
		height: 220px;
		min-height: 220px;
	}
}
.about-quote-hero {
	position: relative;
	margin-top: 8px;
	border-radius: 14px;
	overflow: hidden;
	border-left: 5px solid #fac312;
	background: linear-gradient(125deg, #152535 0%, #1a3a52 42%, #0b5a96 100%);
	box-shadow: 0 18px 42px rgba(26, 58, 82, 0.22);
}
.about-quote-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(21, 37, 53, 0.94) 0%, rgba(21, 37, 53, 0.78) 55%, rgba(11, 90, 150, 0.55) 100%),
		url('../images/main-slider/slide2-1.jpg') center center / cover no-repeat;
	opacity: 1;
}
.about-quote-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 38px 40px;
}
.about-quote-hero__mark {
	flex: 0 0 auto;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 5.5rem;
	line-height: 0.85;
	font-weight: 700;
	color: #fac312;
	opacity: 0.92;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.about-quote-hero__content {
	flex: 1 1 auto;
	min-width: 0;
}
.about-quote-hero__eyebrow {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #f0c94a;
}
.about-quote-hero__text {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 700;
	line-height: 1.35;
	color: #ffffff;
	font-style: normal;
}
.about-quote-hero__company {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.82);
}
.about-vmv-section {
	padding: 52px 0 44px;
	background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}
.about-vmv-section__heading {
	margin-bottom: 8px;
}
.about-vmv-section__intro {
	max-width: 720px;
	margin: 0 auto 32px;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	color: #5b6b7c;
}
.about-vmv-core__figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(26, 58, 82, 0.12);
}
.about-vmv-core__figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}
.about-vmv-core__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}
.about-vmv-core__item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 12px;
	border-left: 4px solid #e8b410;
	box-shadow: 0 6px 18px rgba(26, 58, 82, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-vmv-core__item:hover {
	transform: translateX(4px);
	box-shadow: 0 10px 24px rgba(26, 58, 82, 0.1);
}
.about-vmv-core__badge {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #0b5a96 0%, #1a3a52 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.about-vmv-core__label {
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a3a52;
	letter-spacing: 0.02em;
}
.about-vmv-panel-section {
	padding: 48px 0;
}
.about-vmv-panel-section--vision {
	background: #fff;
}
.about-vmv-panel-section--mission {
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.about-vmv-panel {
	display: flex;
	align-items: center;
}
.about-vmv-panel__figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(26, 58, 82, 0.12);
}
.about-vmv-panel__figure img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}
.about-vmv-panel__quote {
	margin: 16px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.about-vmv-panel__quote p {
	margin: 0 0 14px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #334155;
}
.about-vmv-panel__quote p:last-child {
	margin-bottom: 0;
}
.about-vmv-mission__list {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}
.about-vmv-mission__list li {
	position: relative;
	padding: 12px 0 12px 28px;
	font-size: 1rem;
	line-height: 1.65;
	color: #334155;
	border-bottom: 1px solid #eef1f4;
}
.about-vmv-mission__list li:last-child {
	border-bottom: 0;
}
.about-vmv-mission__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.15em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e8b410;
	box-shadow: 0 0 0 3px rgba(232, 180, 16, 0.25);
}
.about-page-motto-banner {
	padding: 40px 0;
	background: linear-gradient(135deg, #1a3a52 0%, #1e4460 100%);
	color: #fff;
	text-align: center;
}
.about-page-motto-banner p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}
.about-page-motto-banner blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.45;
	color: #fac312;
	font-style: normal;
}
.about-page-enhanced .TimelineMian2 {
	padding-top: 48px;
	padding-bottom: 56px;
	background: #fff;
}
@media (max-width: 991px) {
	.about-page-intro-visual__copy {
		margin-top: 24px;
	}
	.about-page-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.about-narrative__media {
		margin-top: 20px;
	}
	.about-prose-panel--capabilities .about-prose-panel__media {
		margin-bottom: 24px;
	}
	.about-vmv-core__media {
		margin-bottom: 24px;
	}
	.about-vmv-panel__media {
		margin-top: 24px;
	}
	.about-vmv-panel--reverse .about-vmv-panel__media {
		margin-top: 0;
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.about-page-intro-visual {
		padding-top: 32px;
	}
	.about-page-intro-visual__title {
		font-size: 1.5rem;
	}
	.about-page-motto-banner blockquote {
		font-size: 1.3rem;
	}
	.about-narrative-duo__media-row > [class*="col-"]:not(:last-child) {
		margin-bottom: 16px;
	}
	.about-narrative__figure--duo {
		min-height: 0;
	}
	.about-narrative__figure--duo > img {
		height: 240px;
		min-height: 240px;
		max-height: 240px;
		flex: 0 0 240px;
	}
	.about-quote-hero__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 24px;
		gap: 10px;
	}
	.about-quote-hero__mark {
		font-size: 3.5rem;
		line-height: 1;
	}
}

#subsidiaries-detail {
	scroll-margin-top: 90px;
}

/* Leadership page — org chart */
.lead-wrap {
	padding-bottom: 56px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.lead-intro {
	max-width: 820px;
	margin: 0 auto 40px;
	text-align: center;
	color: #4a5568;
	font-size: 16px;
	line-height: 1.75;
}
.lead-intro strong {
	color: #1a3a52;
	font-weight: 600;
}
.lead-org-chart {
	position: relative;
	max-width: 1100px;
	margin: 0 auto 44px;
	padding: 8px 12px 12px;
	--lead-org-line: #1a3a52;
	--lead-org-line-accent: #fac312;
}
.lead-org-chart__eyebrow {
	margin: 0 0 28px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7a8491;
}
.lead-org-chart__tier {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 32px;
	position: relative;
	z-index: 1;
}
.lead-org-chart__tier--2 {
	max-width: 820px;
	margin: 0 auto;
	padding-top: 40px;
}
.lead-org-chart__tier--3 {
	max-width: 920px;
	margin: 0 auto;
	gap: 28px 32px;
	padding-top: 40px;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.lead-org-chart__tier--3 .lead-org-card--team {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(50% - 16px);
	max-width: 440px;
	min-width: min(100%, 320px);
	min-height: 100%;
}
.lead-org-chart__tier--3 .lead-org-card--team .lead-org-card__photo {
	flex-shrink: 0;
}
.lead-org-chart__tier--3 .lead-org-card--team .lead-org-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.lead-org-chart__tier--3 .lead-org-card__facts {
	flex: none;
	width: 100%;
	margin-bottom: 16px;
}
.lead-org-chart__tier--3 .lead-org-tags {
	margin-top: 0;
}
.lead-org-chart__tier--3 .lead-org-card__bio {
	width: 100%;
	flex: 1;
	margin-top: 0;
	text-align: justify;
}
.lead-org-chart__tier--4 {
	max-width: 920px;
	margin: 0 auto;
	gap: 28px 32px;
	padding-top: 40px;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.lead-org-chart__tier--4 .lead-org-card--name-only {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(50% - 16px);
	max-width: 440px;
	min-width: min(100%, 320px);
	min-height: 100%;
	text-align: center;
}
.lead-org-chart__tier--4 .lead-org-card {
	max-width: 440px;
}
.lead-org-chart__tier--4 .lead-org-card--name-only .lead-org-card__photo {
	flex-shrink: 0;
}
.lead-org-chart__tier--4 .lead-org-card--name-only .lead-org-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 22px 24px 26px;
}
.lead-org-chart__tier--4 .lead-org-card--name-only .lead-org-card__name {
	margin: 0;
	font-size: 21px;
}
.lead-org-chart__tier--4 .lead-org-card__frame {
	width: 175px;
	height: 175px;
	margin: 0 auto;
}
.lead-org-chart__tier--4 .lead-org-card::before,
.lead-org-chart__tier--4 .lead-org-card::after {
	display: none;
}
.lead-org-chart__connector {
	position: relative;
	z-index: 0;
	pointer-events: none;
}
.lead-org-chart__connector--down {
	width: 4px;
	height: 44px;
	margin: 0 auto;
	background: linear-gradient(180deg, var(--lead-org-line) 0%, var(--lead-org-line-accent) 100%);
	border-radius: 4px;
	box-shadow: 0 0 0 2px rgba(250, 195, 18, 0.2);
}
.lead-org-chart__connector--down::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--lead-org-line-accent);
	border: 3px solid var(--lead-org-line);
	transform: translateX(-50%);
}
.lead-org-chart__connector--down-short {
	height: 36px;
}
.lead-org-chart__connector--branch {
	height: 4px;
	margin: 0 auto;
	background: linear-gradient(90deg, var(--lead-org-line) 0%, var(--lead-org-line-accent) 50%, var(--lead-org-line) 100%);
	border-radius: 4px;
	box-shadow: 0 0 0 2px rgba(26, 58, 82, 0.08);
}
.lead-org-chart__connector--branch {
	width: min(440px, 74%);
}
.lead-org-chart__connector--branch-wide {
	width: min(560px, 72%);
}
.lead-org-chart__tier--3 .lead-org-card::before,
.lead-org-chart__tier--3 .lead-org-card::after {
	display: none;
}
.lead-org-chart__tier--2 .lead-org-card::before,
.lead-org-chart__tier--3 .lead-org-card::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	width: 4px;
	height: 40px;
	background: linear-gradient(180deg, var(--lead-org-line-accent) 0%, var(--lead-org-line) 100%);
	border-radius: 4px;
	transform: translateX(-50%);
	box-shadow: 0 0 0 2px rgba(250, 195, 18, 0.15);
}
.lead-org-chart__tier--2 .lead-org-card::after,
.lead-org-chart__tier--3 .lead-org-card::after {
	content: "";
	position: absolute;
	top: -44px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--lead-org-line-accent);
	border: 2px solid var(--lead-org-line);
	transform: translateX(-50%);
}
.lead-org-card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	max-width: 380px;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(26, 58, 82, 0.08);
	overflow: visible;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.lead-org-card:hover {
	box-shadow: 0 14px 36px rgba(26, 58, 82, 0.14);
	transform: translateY(-3px);
}
.lead-org-card--primary {
	max-width: 520px;
	border-top: 4px solid #1a3a52;
}
.lead-org-chart__tier--3 .lead-org-card {
	max-width: 440px;
}
.lead-org-card__photo {
	padding: 24px 24px 0;
	text-align: center;
	background: linear-gradient(160deg, #f4f7fa 0%, #eef2f6 100%);
	border-radius: 14px 14px 0 0;
}
.lead-org-card--primary .lead-org-card__photo {
	padding: 28px 28px 0;
}
.lead-org-chart__tier--3 .lead-org-card__photo {
	padding: 24px 24px 0;
}
.lead-org-card__frame {
	display: block;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border-radius: 12px;
	border: 3px solid #fff;
	box-shadow: 0 0 0 3px var(--lead-org-line-accent), 0 12px 28px rgba(26, 58, 82, 0.16);
	background: #f3f3f3;
	cursor: zoom-in;
	position: relative;
	transition: box-shadow 0.25s ease;
}
.lead-org-card__frame:hover,
.lead-org-card__frame:focus-visible {
	box-shadow: 0 0 0 3px var(--lead-org-line), 0 16px 34px rgba(26, 58, 82, 0.22);
	outline: none;
}
.lead-org-card__frame::after {
	content: "Click to enlarge";
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	padding: 4px 10px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(26, 58, 82, 0.88);
	border-radius: 999px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	white-space: nowrap;
	z-index: 2;
}
.lead-org-card__frame:hover::after,
.lead-org-card__frame:focus-visible::after {
	opacity: 1;
}
.lead-org-chart__tier--1 .lead-org-card__frame {
	width: 260px;
	height: 260px;
}
.lead-org-chart__tier--2 .lead-org-card__frame {
	width: 195px;
	height: 195px;
}
.lead-org-chart__tier--3 .lead-org-card__frame {
	width: 175px;
	height: 175px;
}
.lead-org-card__frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.38s ease;
}
.lead-org-card__frame:hover img,
.lead-org-card__frame:focus-visible img {
	transform: scale(1.14);
}
.lead-org-card__body {
	padding: 22px 24px 26px;
	text-align: center;
}
.lead-org-card--primary .lead-org-card__body {
	padding: 26px 30px 30px;
}
.lead-org-chart__tier--3 .lead-org-card__body {
	padding: 22px 24px 26px;
}
.lead-org-card__name {
	margin: 0 0 10px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #1a3a52;
	line-height: 1.25;
	letter-spacing: 0.01em;
}
.lead-org-card--primary .lead-org-card__name {
	font-size: 28px;
	margin-bottom: 12px;
}
.lead-org-chart__tier--2 .lead-org-card__name {
	font-size: 23px;
}
.lead-org-chart__tier--3 .lead-org-card__name {
	font-size: 21px;
}
.lead-org-card__name span {
	font-size: 0.78em;
	font-weight: 500;
	color: #7a8491;
}
.lead-org-card__role {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	color: #c41e24;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
.lead-org-card--primary .lead-org-card__role {
	font-size: 13px;
}
.lead-org-chart__tier--2 .lead-org-card__role {
	font-size: 12px;
}
.lead-org-chart__tier--3 .lead-org-card__role {
	font-size: 12px;
	letter-spacing: 0.1em;
}
.lead-org-chart__tier--4 .lead-org-card__role {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}
.lead-org-chart__tier--4 .lead-org-card__role:only-child {
	margin-bottom: 0;
}
.lead-org-card__badge {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 16px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1a3a52;
	background: linear-gradient(180deg, #fff8e1 0%, #fac312 100%);
	border: 1px solid #e0ad00;
	border-radius: 999px;
	line-height: 1.35;
	box-shadow: 0 2px 8px rgba(250, 195, 18, 0.35);
}
.lead-org-chart__tier--4 .lead-org-card__badge {
	margin-bottom: 0;
}
.lead-org-tags li.lead-org-tags__item--highlight {
	color: #c41e24;
	font-weight: 700;
	background: #fff5f5;
	border-color: #e8b4b6;
	box-shadow: 0 0 0 1px rgba(196, 30, 36, 0.12);
}
.lead-org-card__role::before {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	margin: 0 auto 12px;
	background: #fac312;
	border-radius: 2px;
}
.lead-org-card__facts {
	width: 100%;
	margin: 0 0 16px;
	padding: 14px 14px 12px;
	text-align: left;
	background: linear-gradient(180deg, #f8fafc 0%, #f2f6f9 100%);
	border: 1px solid #e4ebf1;
	border-radius: 10px;
}
.lead-org-stats {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}
.lead-org-stats li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #1a3a52;
	text-align: left;
	background: #fff;
	border: 1px solid #e2e9f0;
	border-radius: 8px;
}
.lead-org-stats li span {
	flex: 0 1 auto;
	margin-top: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: none;
	color: #c41e24;
	line-height: 1.4;
	text-align: right;
	max-width: 62%;
}
.lead-org-milestones {
	display: flex;
	align-items: stretch;
	gap: 0;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e2e9f0;
	background: #fff;
}
.lead-org-milestones li {
	flex: 1;
	position: relative;
	padding: 10px 10px 10px 12px;
}
.lead-org-milestones li + li {
	border-left: 1px solid #e2e9f0;
}
.lead-org-milestones li + li::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fac312;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #e2e9f0;
	z-index: 1;
}
.lead-org-milestones__year {
	display: block;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	color: #1a3a52;
	margin-bottom: 4px;
}
.lead-org-milestones__label {
	display: block;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5c6773;
}
.lead-org-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.lead-org-tags li {
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.35;
	color: #2f4054;
	background: #fff;
	border: 1px solid #dce4ec;
	border-radius: 999px;
}
.lead-org-card--primary .lead-org-stats li {
	padding: 11px 14px;
	font-size: 11px;
}
.lead-org-card--primary .lead-org-stats li span {
	font-size: 13px;
	max-width: 65%;
}
.lead-org-chart__tier--2 .lead-org-stats li {
	font-size: 10px;
	padding: 10px 12px;
}
.lead-org-chart__tier--2 .lead-org-stats li span {
	font-size: 12px;
}
.lead-org-chart__tier--3 .lead-org-stats li {
	font-size: 10px;
	padding: 10px 12px;
}
.lead-org-chart__tier--3 .lead-org-stats li span {
	font-size: 12px;
	max-width: 62%;
}
.lead-org-chart__tier--3 .lead-org-milestones__year {
	font-size: 16px;
}
.lead-org-chart__tier--3 .lead-org-milestones__label {
	font-size: 10px;
	line-height: 1.45;
}
.lead-org-chart__tier--3 .lead-org-tags li {
	font-size: 10px;
	padding: 5px 10px;
}
.lead-org-card--primary .lead-org-milestones__year {
	font-size: 17px;
}
.lead-org-card--team {
	border-top: 3px solid #1a3a52;
}
.lead-org-card--team .lead-org-card__photo {
	background: linear-gradient(160deg, #f8fafc 0%, #eef3f7 100%);
}
.lead-org-card__eyebrow {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 12px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1a3a52;
	background: rgba(26, 58, 82, 0.07);
	border: 1px solid rgba(26, 58, 82, 0.1);
	border-radius: 999px;
}
.lead-org-card__bio-panel {
	padding: 14px 16px;
	background: linear-gradient(180deg, #f8fafc 0%, #f2f6f9 100%);
	border: 1px solid #e4ebf1;
	border-radius: 10px;
}
.lead-org-chart .lead-org-card__bio,
.lead-org-chart .lead-org-card__bio p {
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
	-webkit-hyphens: auto;
}
.lead-org-card__bio {
	margin: 0;
	font-size: 15px;
	line-height: 1.72;
	color: #3d4f63;
}
.lead-org-card__bio p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: inherit;
}
.lead-org-card__bio p + p {
	margin-top: 12px;
}
.lead-org-chart__tier--3 .lead-org-card__bio {
	font-size: 15px;
	line-height: 1.72;
}
.lead-org-card--primary .lead-org-card__bio {
	font-size: 16px;
	line-height: 1.75;
}
.lead-org-chart__tier--2 .lead-org-card__bio {
	font-size: 15px;
}
.lead-section {
	margin-bottom: 48px;
}
.lead-section__head {
	text-align: center;
	margin-bottom: 32px;
}
.lead-section__title {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1a3a52;
	margin: 0 0 8px;
	letter-spacing: 0.02em;
}
.lead-section__sub {
	font-size: 13px;
	color: #7a8491;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	font-weight: 600;
}
.lead-func-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.lead-func-card {
	background: #f8fafc;
	border: 1px solid #e4e9ee;
	border-radius: 10px;
	padding: 24px 22px 26px;
	position: relative;
	overflow: hidden;
}
.lead-func-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #fac312 0%, #1a3a52 100%);
}
.lead-func-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #1a3a52;
	color: #fff;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	letter-spacing: 0.04em;
}
.lead-func-card__title {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1a3a52;
	margin: 0 0 8px;
}
.lead-func-card__desc {
	font-size: 14px;
	line-height: 1.68;
	color: #5c6773;
	margin: 0;
}
.lead-func-card__desc strong {
	color: #1a3a52;
	font-weight: 600;
}
@media (min-width: 768px) {
	.lead-func-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
.lead-cta {
	text-align: center;
	margin-top: 12px;
	padding: 32px 24px;
	background: linear-gradient(135deg, #1a3a52 0%, #1e4460 100%);
	border-radius: 12px;
	color: #fff;
}
.lead-cta p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.92);
	font-style: italic;
}
.lead-cta__link {
	display: inline-block;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #1a3a52;
	background: #fac312;
	padding: 12px 28px;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}
.lead-cta__link:hover {
	background: #fff;
	color: #1a3a52;
	text-decoration: none;
}
@media (max-width: 991px) {
	.lead-org-chart__tier {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.lead-org-chart__tier--2,
	.lead-org-chart__tier--3,
	.lead-org-chart__tier--4 {
		padding-top: 0;
		max-width: 400px;
	}
	.lead-org-chart__tier--2 .lead-org-card::before,
	.lead-org-chart__tier--3 .lead-org-card::before,
	.lead-org-chart__tier--2 .lead-org-card::after,
	.lead-org-chart__tier--3 .lead-org-card::after {
		display: none;
	}
	.lead-org-chart__connector--branch,
	.lead-org-chart__connector--branch-wide {
		display: none;
	}
	.lead-org-chart__connector--down,
	.lead-org-chart__connector--down-short {
		height: 24px;
	}
	.lead-org-card,
	.lead-org-card--primary,
	.lead-org-chart__tier--3 .lead-org-card,
	.lead-org-chart__tier--4 .lead-org-card {
		max-width: 400px;
		width: 100%;
		margin-bottom: 16px;
	}
	.lead-org-chart__tier--1 .lead-org-card__frame {
		width: 220px;
		height: 220px;
	}
	.lead-org-chart__tier--2 .lead-org-card__frame {
		width: 172px;
		height: 172px;
	}
	.lead-org-chart__tier--3 .lead-org-card__frame {
		width: 172px;
		height: 172px;
	}
	.lead-org-chart__tier--3 .lead-org-card__facts {
		min-height: 0;
		flex: none;
	}
	.lead-org-chart__tier--3 .lead-org-card--team {
		flex: none;
		min-height: 0;
	}
	.lead-org-chart__tier--4 .lead-org-card--name-only {
		flex: none;
		min-height: 0;
		max-width: 400px;
	}
	.lead-org-chart__tier--4 .lead-org-card__frame {
		width: 172px;
		height: 172px;
	}
}
@media (max-width: 575px) {
	.lead-org-card__name {
		font-size: 19px;
	}
	.lead-org-card--primary .lead-org-card__name {
		font-size: 24px;
	}
	.lead-org-chart__tier--2 .lead-org-card__name {
		font-size: 21px;
	}
	.lead-org-chart__tier--3 .lead-org-card__name {
		font-size: 18px;
	}
	.lead-org-chart__tier--4 .lead-org-card__name {
		font-size: 18px;
	}
	.lead-org-card__bio {
		font-size: 14px;
	}
	.lead-org-card--primary .lead-org-card__bio {
		font-size: 15px;
	}
	.lead-org-chart__tier--1 .lead-org-card__frame {
		width: 200px;
		height: 200px;
	}
	.lead-org-chart__tier--2 .lead-org-card__frame {
		width: 160px;
		height: 160px;
	}
	.lead-org-chart__tier--3 .lead-org-card__frame {
		width: 124px;
		height: 124px;
	}
	.lead-org-chart__tier--4 .lead-org-card__frame {
		width: 124px;
		height: 124px;
	}
	.lead-org-card__frame::after {
		font-size: 9px;
		padding: 3px 8px;
	}
	.lead-org-milestones {
		flex-direction: column;
	}
	.lead-org-milestones li + li {
		border-left: none;
		border-top: 1px solid #e2e9f0;
	}
	.lead-org-milestones li + li::before {
		left: 12px;
		top: -6px;
		transform: none;
	}
}

.about-page-lead {
	margin-bottom: 28px;
}

.about-page-lead p:last-child {
	margin-bottom: 0;
}

/* About Us: match service-detail lead strip, quote block, body copy */
.about-page-content.service-detail-page .about-page-lead p {
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
	margin-bottom: 1.15em;
	text-align: justify;
}
.about-page-content.service-detail-page .about-page-lead p:first-of-type {
	font-size: 17px;
	line-height: 1.7;
	color: #1f1f1f;
	padding: 1rem 1.1rem 1.1rem 1.25rem;
	margin-bottom: 1.35em;
	border-left: 4px solid #a51c24;
	background: linear-gradient(90deg, #f6f6f6 0%, #fafafa 100%);
	border-radius: 0 6px 6px 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.about-page-content.service-detail-page .about-page-lead p:first-of-type strong {
	color: #a51c24;
}
.about-page-content.service-detail-page .aboutText {
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
	text-align: justify;
}
.about-page-content.service-detail-page blockquote.about-quote {
	margin: 0;
	padding: 0.9rem 1.1rem;
	border-left: 4px solid #a51c24;
	background: #f5f5f5;
	color: #2d2d2d;
	font-size: 15px;
	line-height: 1.65;
	font-style: normal;
}
.about-page-content.service-detail-page blockquote.about-quote p {
	margin: 0;
}
/* .visionText p { color: #fff } is global; Vision blockquote uses light .about-quote — force dark text */
.about-page-content.service-detail-page .visionBg .visionText blockquote.about-quote,
.about-page-content.service-detail-page .visionBg .visionText blockquote.about-quote p {
	color: #2d2d2d !important;
}
.TimelineMian2 .timrimg img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.haboutcontent p {
	font-size: 17px;
	line-height: 28px;
	color: #575757;
	text-align: justify;
	margin: 0 0 20px;
}

.ftlogotext h5 {
	font-size: 19px !important;
	color: #fff !important;
	margin: 0 0 10px;
}
#media_image-2 {
	margin-bottom: 9px;
}

.ftlogotext p {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	line-height: 19px;
}

.copyright sub {
	position: relative;
	top: -3px;
	left: -1px;
}
.widget2 {
	margin: 0 0 19px;
}

.textCenter{text-align:center !important;}





.aboutcorevalue {
	box-shadow: 0 0 4px #ccc;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.aboutcorevalueinner {
	padding: 18px;
}

.aboutcorevalueinner .custom-heading {
	padding: 0px;
	margin: 0 0 7px;
}

.aboutcorevalueinner h2 {
	font-size: 23px;
	padding: 0;
	margin: 0px;
}


.aboutcorevalueinner ul li {
	font-size: 14px;
}
.aboutcorevalue figure img {
	width: 100%;
}



.airfrgihtoimg {
	margin: 22px 0 0;
}
.constantlytext {
	margin-top: -128px;
}








/************ new vision about *************/

.visionBg {
	background: #3a3a3a url(../images/visionbg.jpg) no-repeat center;
	padding: 22px;
	border-radius: 12px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 350px;
}


.corebg {
	background: #111 url(../images/main-slider/corevalues.jpg) no-repeat center;
	padding: 22px;
	border-radius: 12px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 350px;
	position: relative;
	overflow: hidden;
}
.corebg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to right,
		rgba(8, 24, 42, 0.94) 0%,
		rgba(8, 24, 42, 0.84) 36%,
		rgba(8, 24, 42, 0.45) 52%,
		rgba(8, 24, 42, 0.12) 66%,
		transparent 100%
	);
	z-index: 1;
	pointer-events: none;
}
.corebg > .col-sm-7 {
	position: relative;
	z-index: 2;
}
.corebg .visionText {
	margin: 20px 0 0;
	padding: 18px 22px;
	background: rgba(0, 0, 0, 0.32);
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.corebg .visionText h2 {
	color: #fff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	font-weight: 700;
}
.corebg .visionText ul li {
	color: #f4f7fa !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-weight: 500;
}




.misionBg {
	background: #111 url(../images/missonbg.jpg) no-repeat center;
	padding: 22px;
	border-radius: 12px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	min-height: 350px;
}


.commonbg {
	margin: 0 0 25px;
}



.visionText h2 {

  color: #fff !important;
}
.visionText p {
  font-size: 16px!important;
  color: #fff!important;
  line-height: 27px!important;
}

.visionText {
	margin: 20px 0 0;
}


.visionText ul li {
	margin: 0 0 13px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0 0 0 25px;
}

.visionText ul li::before {
	content: " ✔";
	position: absolute;
	left: 0;
	top: 1px;
}

.circleanmation {
	position: absolute;
	bottom: 30px;
	left: 490px;
	opacity: 0.7;
}
.animatebox {
	-webkit-animation: rotation 32s infinite linear;
	max-width: 342px;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform:rotate(0deg)
  }
  to {
    -webkit-transform:rotate(359deg)
  }
}
.mobileView {
	display: none !important;
}


.panel-collapse .panel-body {
	overflow-y: scroll;
}

/*****
.trackingBanner {background: url(/images/tracking_banner.jpg) no-repeat !important;
	background-size: cover !important;}

.contactbaner {background: url(/images/contact_banner.jpg) no-repeat !important; height: 249px;
	background-size: cover !important;}
.aboutbaner {
	background: url(/images/aboutbanner.jpg) no-repeat !important;
	
	background-size: cover !important;
}
.investorsBanner  {
	background: url(/images/investorbanner.jpg) no-repeat !important;
	
	background-size: cover !important;
}
.teamBanner  {
	background: url(/images/teamBanner.jpg) no-repeat !important;
	
	background-size: cover !important;
}

.groupCompanyBanner   {
	background: url(/images/group_banner.jpg) no-repeat !important;
	
	background-size: cover !important;
}

.subsidiariesBnaner    {
	background: url(/images/subsidiaries_banner.jpg) no-repeat !important;

	background-size: cover !important;
}


.contractlogisticsBanner {
	background: url(/images/contract_logistci_banner.jpg) no-repeat !important;
	
	background-size: cover !important;
}

.cuddleBanner{
	background: url(/images/cuddle_banner.jpg) no-repeat !important;
	
	background-size: cover !important;
}

.toxBANNER{
	background: url(/images/d-tox_banner.jpg) no-repeat !important;
	
	background-size: cover !important;
}


.WarehousingBanner{
	background: url(/images/WarehousingBanner_banner.jpg) no-repeat !important;
	
	background-size: cover !important;
}



.photoBanner{
	background: url(/images/photobanner.jpg) no-repeat !important;
	
	background-size: cover !important;
}

****/

.investorsBanner, .investorsBanner  {
	margin: 0px !important;
}



.allPagesCommon {
	padding:  0 0 40px;
}




.cuddleBanner {
	margin: 0px !important;
}


/* Investors + Group Companies: remove class header-nav-deferred from those <li> in header.blade.php to show again */
#menu-navigation > li.header-nav-deferred,
#menu-navigation-1 > li.header-nav-deferred {
	display: none !important;
}

#menu-navigation li:hover > ul {
	display: block !important;
}

/* Desktop parent nav: inline icons + hover, single row */
@media (min-width: 992px) {
	#menu-navigation.navbar-nav {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-end;
		float: none;
		margin: 0;
		max-width: 100%;
	}
	#menu-navigation > li {
		float: none;
		flex: 0 0 auto;
	}
	#menu-navigation > li > a {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		white-space: nowrap;
		padding: 0 8px !important;
		line-height: 1.2 !important;
		position: relative;
	}
	#menu-navigation > li > a .nav-menu-icon {
		position: static !important;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		line-height: 0;
		padding: 0 !important;
		margin: 0;
		width: 18px;
		height: 18px;
		color: #8a949e;
		opacity: 0.9;
		transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
	}
	#menu-navigation > li > a .nav-menu-icon svg {
		display: block;
		width: 16px;
		height: 16px;
	}
	#menu-navigation > li > a > span:empty {
		display: none !important;
		position: static !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden;
	}
	#menu-navigation > li > a:hover .nav-menu-icon,
	#menu-navigation > li.current-menu-item > a .nav-menu-icon,
	#menu-navigation > li:hover > a .nav-menu-icon {
		color: #fac312;
		opacity: 1;
		transform: translateY(-1px) scale(1.08);
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#menu-navigation > li > a {
		font-size: 11px !important;
		padding: 0 6px !important;
		gap: 4px;
	}
}

.page-content.airFregithapage.allPagesCommon {
	padding: 0px !important;
}


.newHeader {
  height: auto !important;
  min-height: 0 !important;
  padding-top: 92px !important;
}
@media (min-width: 992px) {
  .newHeader {
    padding-top: 112px !important;
  }
}
.newHeader header,
#header-wrapper #header.header-style02 {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1000;
}
@media (min-width: 992px) {
	#header.header-style02 .header-inner {
		padding: 0 !important;
	}
	#header.header-style02 .main-nav {
		margin: 0 !important;
	}
	#header.header-style02 .main-nav > .container,
	#header.header-style02 .main-nav > .container > .row {
		margin: 0 !important;
	}
	#header.header-style02 .main-nav > .container > .row > .col-md-12 {
		padding: 0 15px !important;
	}
	#header.header-style02 .navbar.navbar-default.nav-left.pi-mega {
		align-items: center;
		min-height: 0 !important;
		height: 110px;
		margin: 0;
	}
	#header.header-style02 .navbar-header {
		padding: 0 0 0 4px !important;
		float: none !important;
		flex: 0 0 auto;
	}
	#header.header-style02 .logo {
		line-height: 0;
		margin: 0;
	}
	#header.header-style02 .logo img {
		height: 90px !important;
		width: auto !important;
		max-height: 90px;
		display: block;
	}
	#header.header-style02 .navbar-collapse {
		padding: 0 !important;
		margin: 0 !important;
		float: none !important;
		flex: 1 1 auto;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
	}
	#header.header-style02 .navbar-nav > li > a {
		line-height: 1.2 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
/* Legacy banner classes used broken /images/*.jpg URLs; inner hero uses <figure><img> — disable layered backgrounds */
.allINNbanner.groupCompanyBanner,
.allINNbanner.investorsBanner,
.allINNbanner.teamBanner,
.allINNbanner.knowledgeAreaBanner,
.allINNbanner.subsidiariesBnaner,
.allINNbanner.contractlogisticsBanner,
.allINNbanner.aboutbaner,
.allINNbanner.contactbaner {
  background: none !important;
}

.allINNbanner {
  position: relative;
  margin: 0 0 40px;
  overflow: hidden;
}
.allINNbanner figure {
  margin: 0;
  height: 520px;
  overflow: hidden;
  position: relative;
  background: #1e1e1e;
}
.allINNbanner figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.42) 32%,
    rgba(0, 0, 0, 0.1) 58%,
    transparent 100%
  );
  pointer-events: none;
}
.allINNbanner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
}
.bannerInner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 2;
  padding: 0 0 36px;
}
.allINNbanner .bannerInner h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}
.allINNbanner .breadcrumb-container .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}
.allINNbanner .breadcrumb-container .breadcrumb,
.allINNbanner .breadcrumb-container .breadcrumb a,
.allINNbanner .breadcrumb-container .breadcrumb .active,
.allINNbanner .breadcrumb-container .breadcrumb li {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 13px;
}
.allINNbanner .breadcrumb-container .breadcrumb a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.allINNbanner.aboutbaner .bannerInner h1,
.allINNbanner.teamBanner .bannerInner h1,
.allINNbanner.knowledgeAreaBanner .bannerInner h1 {
  text-align: right;
}
.allINNbanner.aboutbaner .breadcrumb-container,
.allINNbanner.teamBanner .breadcrumb-container,
.allINNbanner.knowledgeAreaBanner .breadcrumb-container {
  float: none;
  text-align: right;
}
.allINNbanner.aboutbaner .breadcrumb-container .breadcrumb,
.allINNbanner.teamBanner .breadcrumb-container .breadcrumb,
.allINNbanner.knowledgeAreaBanner .breadcrumb-container .breadcrumb {
  text-align: right;
  float: right;
}
.allINNbanner.aboutbaner .breadcrumb-container .breadcrumb li,
.allINNbanner.teamBanner .breadcrumb-container .breadcrumb li,
.allINNbanner.knowledgeAreaBanner .breadcrumb-container .breadcrumb li {
  float: none;
  display: inline-block;
}
.paddingBottom0 {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
#myTopnav a {
	display: block !important;
}

#myTopnav a.icon {
	display: none !important;
}


.breadcrumb-container .breadcrumb {
	background: none;
}

.breadcrumb-container .breadcrumb a {
	background: none;
}

.page-title-style02 .breadcrumb li {
	color: #fff !important;
}
.page-title-style02 .breadcrumb li a {
	color: #fff !important;
}


.page-title-style02 .breadcrumb .active {
	color: #fff !important;
}

.page-title-style02 li + li::before {
		color: #fff !important;
}

/* Service detail & similar inner pages: readable body copy + highlights */
.service-detail-page .cma-wysiwyg-editor {
  color: #2d2d2d;
}
.service-detail-page .cma-wysiwyg-editor > p {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 1.15em;
  text-align: left;
}
.service-detail-page .cma-wysiwyg-editor > p:first-of-type {
  font-size: 17px;
  line-height: 1.7;
  color: #1f1f1f;
  padding: 1rem 1.1rem 1.1rem 1.25rem;
  margin-bottom: 1.35em;
  border-left: 4px solid #a51c24;
  background: linear-gradient(90deg, #f6f6f6 0%, #fafafa 100%);
  border-radius: 0 6px 6px 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
.service-detail-page .cma-wysiwyg-editor strong {
  color: #111111;
  font-weight: 600;
}
.service-detail-page .cma-wysiwyg-editor > p:first-of-type strong {
  color: #a51c24;
}
.service-detail-page .cma-wysiwyg-editor ul {
  padding-left: 1.25rem;
  margin: 0 0 1.25em;
}
.service-detail-page .cma-wysiwyg-editor ul li {
  margin-bottom: 0.5em;
  line-height: 1.6;
  color: #333333;
}
.service-detail-page .cma-wysiwyg-editor blockquote.service-highlight,
.service-detail-page .cma-wysiwyg-editor .service-highlight {
  margin: 1.25rem 0;
  padding: 0.9rem 1.1rem;
  border-left: 4px solid #a51c24;
  background: #f5f5f5;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.65;
  font-style: normal;
}
.service-detail-page .col-md-4 .custom-heading h3 {
  font-size: 18px;
  color: #1a1a1a;
}

.service-detail-page blockquote.service-highlight + p {
  margin-top: 1.25rem;
}

.service-detail-page blockquote.service-highlight ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.service-detail-page blockquote.service-highlight ul li:last-child {
  margin-bottom: 0;
}

/* Subsidiaries / group-style pages: match service detail two-column stretch */
.subsidiaries-detail-row {
  display: flex;
  flex-wrap: wrap;
}

.subsidiaries-detail-row > [class*="col-"] {
  display: flex;
}

.subsidiaries-detail-row .col-md-8 .cma-wysiwyg-editor {
  width: 100%;
}

.subsidiaries-detail-row .col-md-4 {
  flex-direction: column;
}

.subsidiaries-detail-row .col-md-4 > p:last-child {
  margin-top: auto;
}

/**************************************************************************/
/**************************responsive************************************************/
@media (max-width:1224px) {
.serviceWrap {
	
	width: 100%;
	
}
.nav > li > a {
	padding-right: 8px!important;
	padding-left: 8px!important;
}
.alllogoMain {
	display: inline-block!important;
	text-align: center!important;
	width: 100%!important
}
.hlogo {
	width: 17% !important;
	margin: 0 0.4% 10px !important;
	display: inline-block !important;
	vertical-align: top !important;
}

}

@media (max-width:1024px) {
.vdeeoText h2 {font-size: 49px !important;}


.hlogo {
	width: 31% !important;
	
}

.AwardsAndABox {
	width: 30%!important;

}

	
}
@media (max-width:991px) {
.menu_b {
	display: block !important;
}
.mobileView{display:block !important;}
.desktopView{display:none !important;}

.allINNbanner figure {
	height: 440px;
}
.bannerInner {
	padding-bottom: 28px;
}
.allINNbanner .bannerInner h1 {
	font-size: 28px !important;
}

}


@media (max-width:767px) {
h1 {
	
	margin-bottom: 0!important;}

.allINNbanner figure {
	height: 360px;
}
.bannerInner {
	padding-bottom: 22px;
}
.allINNbanner .bannerInner h1 {
	font-size: 24px !important;
}

.allINNbanner.knowledgeAreaBanner figure {
	height: 240px;
}
.allINNbanner.knowledgeAreaBanner figure img {
	object-position: 72% 38%;
}
.allINNbanner.knowledgeAreaBanner figure::after {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.88) 0%,
		rgba(0, 0, 0, 0.52) 40%,
		rgba(0, 0, 0, 0.12) 70%,
		transparent 100%
	);
}
.allINNbanner.knowledgeAreaBanner .bannerInner h1 {
	text-align: center !important;
	font-size: 20px !important;
	letter-spacing: 0.06em;
}
.allINNbanner.knowledgeAreaBanner .breadcrumb-container,
.allINNbanner.knowledgeAreaBanner .breadcrumb-container .breadcrumb {
	text-align: center !important;
	float: none !important;
}
.allINNbanner.knowledgeAreaBanner .breadcrumb-container .breadcrumb li {
	font-size: 11px !important;
	line-height: 1.45;
}

.aboutbaner, .trackingBanner, .contactbaner, .teamBanner, .knowledgeAreaBanner, .investorsBanner, .groupCompanyBanner, .subsidiariesBnaner, .contractlogisticsBanner {
	/* height: 130px; */
	background-size: 100% 100% !important;
}


	
.allPagesCommon {
	padding: 10px 0px;
}
.servicesMain {
	
	padding: 20px 0 !important;
	
}

.profileDirector {
	
	
	width: 100% !important;
	flex-direction: column-reverse !important;
}

	

.profileDirector1 {
	width: 100% !important;
}
	
	.profileDirector2 {
	width: 100%!important;
	
}

.profileDirector {

	display: inline-block !important;
	width: 100% !important;
	
}


h1 {
	font-size: 27px !important;
	
}

	
.custom-heading {
	margin: 0px !important;
}
	.col-md-7.custom-background.color-background {
	margin: 0 0 20px !important;
}
.custom-background {
	padding: 0 !important;
}
	

.mobileView > div {
	margin: 0px !important;
}
	
	.commonbg {
	width: 95%!important;
	
	min-height: auto!important;
}

	
.visionText {
	
	text-align: left!important;
}

.aboutmissinMain {
	text-align: center!important;
}

	
h2{
	font-size: 22px!important;
	
}

	
.nTimelineRepeat:nth-child(2n) .ntimeText {
	text-align: center!important;
}


	
.ntimeText {
	text-align: center!important;
}
.nTimelineRepeat {
	
	
	flex-direction: column-reverse!important;
}
	.newtcommon {
	width: 100% !important;
}
.newTimeBox3 {
	display: none;
}
	
	
	.bottomform {
	padding: 0 0 0!important;
}
	
	
	.bformCommon {
	padding: 15px !important;
	min-height: auto !important;
}
	#black-studio-tinymce-2 li {
	margin: 0 7px 0 0 !important;
}
	.service-feature-box .service-body {

	padding: 6px!important;
}

	.custom-heading h2 {

	font-size: 20px!important;
	line-height: 30px!important;
}
	
	
	
	
	
.serviceMain {
	display: inline-block !important;
	
}
.service-feature-box {
	width: 47%  !important;
	margin: 0 1% 11px !important;
	display: inline-block;
	vertical-align: top;
}
.service-feature-box .service-body{
	min-height: 281px  !important;
}

	
.menu_b {
	
	top: 29px !important;
}
	
.menu_b {display: block!important;
}
.dl-menuwrapper:hover ul {
	opacity: 1 !important;
	z-index: 999999;backface-visibility: initial !important;
	top: 47px !important;
	transform: initial !important;
}

.dl-menuwrapper ul li:hover .dl-submenu {
    display: block !important;
}


	
.page-content.custom-background.image-background {
	height: auto !important;
}


	
.image-background {
	height: 200px !important;
}
.vdeeoText h2 {font-size: 32px  !important; ; line-height: 39px  !important;;}


}

@media (max-width:600px) {
	
.AwardsAndABox {
	width: 48%!important;

}

}
@media (max-width:500px) {
.hlogo {
	width: 47% !important;
}

.service-feature-box {
	width: 100% !important;
	
}.service-feature-box .service-body {
	min-height: auto !important;
}
.allINNbanner figure {
	height: 280px;
}
.allINNbanner.knowledgeAreaBanner figure {
	height: 230px;
}
.allINNbanner.knowledgeAreaBanner figure::after {
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.88) 0%,
		rgba(0, 0, 0, 0.55) 42%,
		rgba(0, 0, 0, 0.15) 72%,
		transparent 100%
	);
}
.bannerInner {
	padding-bottom: 18px;
}
.allINNbanner .bannerInner h1 {
	font-size: 22px !important;
}
.allINNbanner.knowledgeAreaBanner .bannerInner h1 {
	font-size: 18px !important;
}
.allINNbanner.knowledgeAreaBanner .bannerInner .container {
	padding-left: 14px;
	padding-right: 14px;
}

}
@media (max-width:400px) {


}

/* Awards showcase — home carousel + dedicated page grid */
.home-awards-section {
	overflow: visible;
}
.home-awards-section__intro,
.home-affiliation-section__intro,
.home-freight-networks-section__intro {
	max-width: 760px;
	margin: 0 auto 12px;
	text-align: center;
	color: #4a5568;
	font-size: 15px;
	line-height: 1.65;
}
.award-showcase-card--logo .award-showcase-card__figure {
	background: #fff;
}
.award-showcase-card--logo.award-showcase-card--carousel .award-showcase-card__img {
	max-height: 190px;
	object-fit: contain;
}
.home-awards-section__cta {
	margin: 22px 0 0;
	text-align: center;
}
.home-awards-section__cta a {
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a3a52;
	text-decoration: none;
	border-bottom: 2px solid #fac312;
	padding-bottom: 2px;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.home-awards-section__cta a:hover {
	color: #0f2a3d;
	border-color: #e8b410;
	text-decoration: none;
}
.awards-showcase__intro {
	max-width: 820px;
	margin: 24px auto 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.75;
	color: #4a5568;
}
.awards-trophy-carousel,
.affiliation-trophy-carousel,
.freight-networks-trophy-carousel {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 60px 12px;
	overflow: visible;
}
.awards-trophy-carousel__frame {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
}
.awards-trophy-carousel__frame > .owl-carousel {
	flex: 1 1 auto;
	min-width: 0;
}
.awards-trophy-carousel__arrow {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 2px solid #1a3a52;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	color: #1a3a52;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(26, 58, 82, 0.16);
	transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
	position: relative;
	z-index: 10045;
}
.awards-trophy-carousel__icon {
	display: block;
	width: 26px;
	height: 26px;
	fill: currentColor;
}
.awards-trophy-carousel__arrow:hover,
.awards-trophy-carousel__arrow:focus {
	background: linear-gradient(180deg, #fac312 0%, #e8b410 100%);
	border-color: #e8b410;
	color: #1a3a52;
	outline: none;
	box-shadow: 0 8px 22px rgba(26, 58, 82, 0.22);
	transform: translateY(-1px) scale(1.04);
}
.awards-trophy-carousel__arrow:active {
	transform: translateY(0) scale(0.98);
	box-shadow: 0 3px 10px rgba(26, 58, 82, 0.14);
}
.awards-trophy-carousel .owl-stage-outer,
.affiliation-trophy-carousel .owl-stage-outer,
.freight-networks-trophy-carousel .owl-stage-outer {
	overflow: hidden;
}
.awards-trophy-carousel .owl-stage,
.affiliation-trophy-carousel .owl-stage,
.freight-networks-trophy-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}
.awards-trophy-carousel .owl-item,
.affiliation-trophy-carousel .owl-item,
.freight-networks-trophy-carousel .owl-item {
	display: flex;
	height: auto;
	align-items: stretch;
}
.awards-trophy-carousel .owl-item .award-showcase-card,
.affiliation-trophy-carousel .owl-item .award-showcase-card,
.freight-networks-trophy-carousel .owl-item .award-showcase-card {
	width: 100%;
	flex: 1 1 auto;
}
.awards-trophy-carousel .service-feature-box,
.awards-trophy-carousel .service-media,
.affiliation-trophy-carousel .service-feature-box,
.affiliation-trophy-carousel .service-media,
.freight-networks-trophy-carousel .service-feature-box,
.freight-networks-trophy-carousel .service-media {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}
.awards-trophy-carousel__slider .owl-dots {
	margin-top: 18px;
	text-align: center;
}
.awards-trophy-carousel__slider .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 4px 5px;
	background: #cbd5e1;
}
.awards-trophy-carousel__slider .owl-dots .owl-dot.active span,
.awards-trophy-carousel__slider .owl-dots .owl-dot:hover span {
	background: #1a3a52;
}
.award-showcase-card--carousel {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.award-showcase-card--carousel .award-showcase-card__figure {
	height: 235px;
	min-height: 235px;
	max-height: 235px;
	padding: 10px 8px 8px;
	flex: 0 0 auto;
}
.award-showcase-card--carousel .award-showcase-card__img {
	width: 100%;
	max-width: 100%;
	max-height: 215px;
	object-fit: contain;
}
.award-showcase-card--carousel .award-showcase-card__body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 108px;
	text-align: center;
	padding: 10px 10px 12px;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	border-top: 0;
}
.award-showcase-card--carousel .award-showcase-card__caption {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
	font-size: 13px;
	line-height: 1.35;
	letter-spacing: 0.01em;
}
.award-showcase-card--carousel .award-showcase-card__detail {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.9em;
	margin-top: 5px;
	font-size: 11.5px;
	line-height: 1.45;
	color: #5b6b7c;
}
.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__figure {
	height: 290px;
	min-height: 290px;
	max-height: 290px;
	padding: 12px 10px 10px;
}
.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__img {
	max-height: 268px;
}
.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__body {
	padding: 12px 12px 14px;
	min-height: 118px;
}
.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__caption {
	font-size: 14px;
	line-height: 1.35;
	min-height: 2.7em;
}
.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__detail {
	font-size: 12.5px;
	line-height: 1.5;
	min-height: 3em;
}
.awards-showcase-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 22px 18px;
	margin-top: 8px;
}
.award-showcase-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(26, 58, 82, 0.07);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.award-showcase-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 34px rgba(26, 58, 82, 0.12);
	border-color: #d5dee8;
}
.award-showcase-card__figure {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 210px;
	padding: 16px 14px 10px;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.js-award-zoom-target {
	cursor: zoom-in;
	position: relative;
	overflow: hidden;
}
.js-award-zoom-target::after {
	content: "Click to enlarge";
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	padding: 4px 10px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(26, 58, 82, 0.82);
	border-radius: 999px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	white-space: nowrap;
}
.js-award-zoom-target:hover::after,
.js-award-zoom-target:focus::after {
	opacity: 1;
}
.award-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100060;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 23, 42, 0.9);
}
.award-lightbox.is-open {
	display: flex;
}
body.award-lightbox-open {
	overflow: hidden;
}
.award-lightbox__close {
	position: fixed;
	top: 18px;
	right: 18px;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	background: rgba(26, 58, 82, 0.92);
	cursor: pointer;
	z-index: 2;
	transition: background 0.2s ease, color 0.2s ease;
}
.award-lightbox__close:hover,
.award-lightbox__close:focus {
	background: #fac312;
	color: #1a3a52;
	outline: none;
}
.award-lightbox__dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: min(920px, 96vw);
	max-height: calc(100vh - 48px);
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.award-lightbox__figure {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 12px;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.award-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: min(72vh, 720px);
	width: auto;
	height: auto;
	object-fit: contain;
}
.award-lightbox__meta {
	padding: 16px 22px 20px;
	text-align: center;
	border-top: 0;
	background: #fff;
}
.award-lightbox__title {
	margin: 0;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #1a3a52;
}
.award-lightbox__detail {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5b6b7c;
}
@media (max-width: 575px) {
	.award-lightbox {
		padding: 12px;
	}
	.award-lightbox__figure {
		padding: 14px 12px 10px;
	}
	.award-lightbox__img {
		max-height: 58vh;
	}
	.award-lightbox__title {
		font-size: 16px;
	}
	.award-lightbox__detail {
		font-size: 13px;
	}
	.js-award-zoom-target::after {
		font-size: 9px;
		padding: 3px 8px;
	}
}
.js-award-zoom-target:focus {
	outline: 2px solid #fac312;
	outline-offset: 2px;
}
.award-showcase-card__img {
	transition: transform 0.28s ease;
}
.js-award-zoom-target:hover .award-showcase-card__img,
.js-award-zoom-target:focus .award-showcase-card__img {
	transform: scale(1.06);
}
.award-showcase-zoom--portal {
	padding: 16px;
	max-width: 92vw;
	max-height: 86vh;
	z-index: 100000;
}
.award-showcase-zoom--portal img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	border-radius: 10px !important;
	background: #fff !important;
}
.award-showcase-card--grid .award-showcase-card__figure {
	min-height: 260px;
	padding: 20px 16px 12px;
}
.award-showcase-card__img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 190px;
	object-fit: contain;
}
.award-showcase-card--grid .award-showcase-card__img {
	max-height: 240px;
}
.award-showcase-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 12px 12px 14px;
	border-top: 0;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.award-showcase-card--grid .award-showcase-card__body {
	text-align: center;
	padding: 14px 12px 16px;
}
.award-showcase-card__caption {
	margin: 0;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: #1a3a52;
	letter-spacing: 0.01em;
}
.award-showcase-card--grid .award-showcase-card__caption {
	font-size: 14px;
}
.award-showcase-card__detail {
	margin: 5px 0 0;
	font-size: 11.5px;
	line-height: 1.45;
	color: #5b6b7c;
}
.award-showcase-card--grid .award-showcase-card__detail {
	font-size: 12.5px;
}
@media (max-width: 1199px) {
	.awards-showcase-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (max-width: 991px) {
	.awards-showcase-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px 14px;
	}
	.award-showcase-card--grid .award-showcase-card__figure {
		min-height: 220px;
	}
	.award-showcase-card--grid .award-showcase-card__img {
		max-height: 200px;
	}
}
@media (min-width: 992px) {
	.services-trophy-carousel,
	.awards-trophy-carousel,
	.affiliation-trophy-carousel,
	.freight-networks-trophy-carousel {
		padding-right: max(104px, calc(60px + 58px + env(safe-area-inset-right, 0px)));
	}
}
@media (max-width: 991px) {
	.awards-trophy-carousel,
	.affiliation-trophy-carousel,
	.freight-networks-trophy-carousel,
	.services-trophy-carousel {
		padding-left: 48px;
		padding-right: 48px;
	}
}
@media (max-width: 575px) {
	.awards-trophy-carousel,
	.affiliation-trophy-carousel,
	.freight-networks-trophy-carousel,
	.services-trophy-carousel {
		padding-left: 28px;
		padding-right: 28px;
	}
	.awards-trophy-carousel__arrow {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		border-width: 1.5px;
	}
	.awards-trophy-carousel__icon {
		width: 22px;
		height: 22px;
	}
}
@media (max-width: 575px) {
	.awards-showcase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 12px;
	}
	.home-awards-section__intro,
	.awards-showcase__intro {
		font-size: 14px;
	}
	.award-showcase-card--carousel .award-showcase-card__figure {
		height: 185px;
		min-height: 185px;
		max-height: 185px;
	}
	.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__figure {
		height: 200px;
		min-height: 200px;
		max-height: 200px;
	}
	.award-showcase-card--carousel .award-showcase-card__img {
		max-height: 165px;
	}
	.awards-trophy-carousel--home .award-showcase-card--carousel .award-showcase-card__img {
		max-height: 180px;
	}
	.award-showcase-card__figure {
		min-height: 170px;
		padding: 12px 10px 8px;
	}
	.award-showcase-card--grid .award-showcase-card__figure {
		min-height: 190px;
	}
	.award-showcase-card__img {
		max-height: 150px;
	}
	.award-showcase-card--grid .award-showcase-card__img {
		max-height: 170px;
	}
	.award-showcase-card__body {
		padding: 12px 10px 14px;
	}
}

/* Header logo (footer uses separate rule below) */
#header .logo img {
	height: 68px;
	width: auto;
	max-width: none;
	object-fit: contain;
	display: block;
}
#footer #media_image-2 img {
	height: 120px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

/* Footer “Follow us” column: social row + stacked page links */
#footer .footer-widget-container .textwidget {
	overflow: visible;
	text-align: left;
}
#footer .footer-widget-container .textwidget ul.footer-social-icons {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px 6px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
	clear: both;
	justify-content: flex-start;
	overflow: visible;
}
#footer .footer-social-icons > li {
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-image: none !important;
}
/* Vector SVGs inside links — no Font Awesome webfont (fonts missing from /storefront/fonts) */
#footer .footer-social-icons a.footer-social-link,
#footer .footer-social-svgs a.footer-social-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	min-width: 30px;
	min-height: 30px;
	border-radius: 6px;
	text-decoration: none;
	color: #fff !important;
	box-sizing: border-box;
	flex: 0 0 auto;
}
#footer .footer-social-svgs .footer-social-icon {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
#footer .footer-social-icons a.footer-social-link:hover,
#footer .footer-social-icons a.footer-social-link:focus,
#footer .footer-social-svgs a.footer-social-link:hover,
#footer .footer-social-svgs a.footer-social-link:focus {
	color: #fff !important;
	opacity: 0.9;
}
#footer .footer-social-link--facebook {
	background: #1877f2 !important;
}
#footer .footer-social-link--x {
	background: #000 !important;
}
#footer .footer-social-link--linkedin {
	background: #0a66c2 !important;
}
#footer .footer-social-link--instagram {
	background: #e1306c !important;
}
#footer .footer-social-link--youtube {
	background: #e62117 !important;
}
#footer .footer-social-link--whatsapp {
	background: #25d366 !important;
}
#footer .footer-social-link--email {
	background: #1a8cd8 !important;
}
.footer-mobile-social {
	display: none;
}
.footer-mobile-social__title {
	margin: 0 0 12px;
	text-align: center;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #e8ebed;
}
.footer-mobile-social .footer-social-icons {
	justify-content: center !important;
	margin: 0 auto;
	max-width: 320px;
}
.footer-mobile-social .footer-social-icons a.footer-social-link {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	border-radius: 50%;
}
.footer-mobile-social .footer-social-svgs .footer-social-icon {
	width: 18px;
	height: 18px;
}
#footer .footer-follow-page-links {
	display: block !important;
	clear: both;
	float: none !important;
	list-style: none;
	margin: 18px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid #3d4954;
	width: 100%;
	text-align: right;
}
#footer .footer-follow-page-links li {
	float: none !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 0.55rem !important;
	padding: 0 !important;
	height: auto !important;
	background: none !important;
}
#footer .footer-follow-page-links li:last-child {
	margin-bottom: 0 !important;
}
#footer .footer-follow-page-links a {
	display: block;
	width: 100%;
	background: none !important;
	font-size: 14px;
	line-height: 1.5;
	padding: 2px 0;
	color: #bcc0c4;
}
#footer .footer-follow-page-links a:hover,
#footer .footer-follow-page-links a:focus {
	text-decoration: underline;
	color: #e8ebed;
}

/* Hanging social rail (right edge, all storefront pages) */
.storefront-social-rail {
	position: fixed;
	right: max(12px, env(safe-area-inset-right, 0px));
	top: 50%;
	transform: translateY(-50%);
	z-index: 10040;
	padding: 0;
	margin: 0;
}
.storefront-social-rail__list {
	list-style: none;
	margin: 0;
	padding: 10px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 28px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}
.storefront-social-rail__item {
	margin: 0;
	padding: 0;
	position: relative;
}
.storefront-social-rail__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.85);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.storefront-social-rail__link:hover,
.storefront-social-rail__link:focus-visible {
	color: #fff !important;
	outline: none;
	transform: translateX(-4px) scale(1.06);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
	z-index: 2;
}
.storefront-social-rail__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
.storefront-social-rail__svg {
	display: block;
	width: 18px;
	height: 18px;
}
.storefront-social-rail__tip {
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(6px);
	padding: 6px 12px;
	font-family: 'Raleway', 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	color: #1a2a3a;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}
.storefront-social-rail__tip::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -5px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	transform: translateY(-50%) rotate(45deg);
}
.storefront-social-rail__link:hover .storefront-social-rail__tip,
.storefront-social-rail__link:focus-visible .storefront-social-rail__tip {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0s;
}
.storefront-social-rail__link--x { background: #111; border-color: #333; }
.storefront-social-rail__link--facebook { background: #1877f2; border-color: #4a9aff; }
.storefront-social-rail__link--linkedin { background: #0a66c2; border-color: #3d8fd9; }
.storefront-social-rail__link--instagram { background: linear-gradient(135deg, #f09433 0%, #dc2743 55%, #bc1888 100%); border-color: #f06; }
.storefront-social-rail__link--youtube { background: #ff0000; border-color: #ff4d4d; }
.storefront-social-rail__link--whatsapp { background: #25d366; border-color: #5ae88a; }
.storefront-social-rail__link--email { background: #1a8cd8; border-color: #4eb0eb; }
@media (max-width: 991px) {
	.storefront-social-rail__tip {
		display: none;
	}
}
@media (max-width: 767px) {
	.storefront-social-rail {
		display: none !important;
	}
	#footer-wrapper {
		padding-bottom: 0;
	}
	#footer .container > .row > section {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 22px 14px;
		width: 100%;
	}
	#footer .footer-widget-container {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin-bottom: 0 !important;
		padding: 0 4px;
	}
	#footer .footer-widget-container:nth-child(1),
	#footer .footer-widget-container:nth-child(3) {
		grid-column: 1 / -1;
	}
	#footer .footer-widget-container:nth-child(1) {
		text-align: center;
		padding-bottom: 4px;
	}
	#footer #media_image-2 img {
		max-width: 130px;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	#footer .ftlogotext h5 {
		text-align: center;
		margin-bottom: 0;
	}
	#footer .footer-widget-container .title h3 {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: left;
	}
	#footer .footer-widget-container .menu {
		text-align: left;
	}
	#footer .footer-widget-container .menu .menu-item {
		margin-bottom: 6px;
	}
	#footer .footer-widget-container .menu a {
		font-size: 13px;
		line-height: 1.45;
	}
	#footer .contact-info-list {
		text-align: left;
		font-size: 13px;
		line-height: 1.55;
	}
	#footer .contact-info-list li {
		margin-bottom: 14px;
	}
	.footer-mobile-social {
		display: block;
		padding: 20px 16px 16px;
		background: #1e2a35;
		border-top: 1px solid #3d4954;
	}
	.footer-mobile-social .footer-social-icons {
		flex-wrap: wrap !important;
		gap: 10px !important;
		max-width: 100%;
	}
	#copyright-container {
		padding-bottom: 88px;
	}
	#copyright-container .row {
		display: flex;
		flex-direction: column;
		gap: 8px;
		padding: 18px 16px 12px !important;
	}
	#copyright-container .col-md-6,
	#copyright-container .copyright-right {
		width: 100%;
		max-width: 100%;
		text-align: center !important;
		padding: 0 56px 0 16px;
	}
	#copyright-container p {
		font-size: 12px !important;
		line-height: 1.5;
		margin: 0;
	}
	#copyright-container .copyright-right p {
		text-align: center !important;
	}
	.storefront-float-dock {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		right: 12px;
		bottom: max(14px, env(safe-area-inset-bottom, 0px));
	}
	.storefront-float-dock__btn {
		width: 44px;
		height: 44px;
	}
}
@media (max-width: 480px) {
	.footer-mobile-social {
		padding: 16px 12px 14px;
	}
	.footer-mobile-social .footer-social-icons a.footer-social-link {
		width: 38px;
		height: 38px;
		min-width: 38px;
		min-height: 38px;
	}
	#footer .container > .row > section {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#footer .footer-widget-container:nth-child(2),
	#footer .footer-widget-container:nth-child(4),
	#footer .footer-widget-container:nth-child(5) {
		grid-column: 1 / -1;
	}
}
@media (prefers-reduced-motion: reduce) {
	.storefront-social-rail__link,
	.storefront-social-rail__tip {
		transition: none;
	}
}

/* Sticky: back to top + WhatsApp (all pages) */
.storefront-float-dock {
	position: fixed;
	right: max(14px, env(safe-area-inset-right, 0px));
	bottom: max(18px, env(safe-area-inset-bottom, 0px));
	z-index: 10050;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.storefront-float-dock__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
	transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}
.storefront-float-dock__btn:hover,
.storefront-float-dock__btn:focus {
	transform: scale(1.05);
	color: #fff;
	outline: 2px solid rgba(255, 255, 255, 0.35);
	outline-offset: 1px;
}
.storefront-float-dock__icon {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}
.storefront-float-dock__btn--top {
	background: linear-gradient(180deg, #c9a636 0%, #796218 100%);
	border: 2px solid #a48933;
	color: #1a1a1a;
}
.storefront-float-dock__btn--top:hover,
.storefront-float-dock__btn--top:focus {
	color: #000;
}
.storefront-float-dock__btn--wa {
	background: #25d366;
	color: #fff;
	border: 2px solid #1ebe57;
}
.storefront-float-dock__btn--wa .storefront-float-dock__icon--wa {
	margin-top: 1px;
}
@media (max-width: 400px) {
	#footer .footer-widget-container .textwidget ul.footer-social-icons {
		gap: 2px 4px;
	}
	#footer .footer-social-icons a.footer-social-link,
	#footer .footer-social-svgs a.footer-social-link {
		width: 30px;
		height: 30px;
		min-width: 28px;
		min-height: 28px;
	}
	#footer .footer-social-svgs .footer-social-icon {
		width: 14px;
		height: 14px;
	}
	.storefront-float-dock {
		right: 10px;
		bottom: 12px;
	}
}

/* Home page responsive hardening */
@media (max-width: 991px) {
	.homeaboutMAIN .serviceWrap,
	#sstop .serviceWrap,
	.home-partner-page .serviceWrap,
	.bottomform .container {
		width: 94% !important;
	}

	.homeaboutMAIN {
		padding: 40px 0 48px;
	}

	.homeaboutMAIN .home-about-title {
		font-size: 1.65rem;
	}

	.homeaboutMAIN .home-about-lead {
		font-size: 0.98rem;
	}

	.homeaboutMAIN .home-about-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-bottom: 28px;
	}

	.homeaboutMAIN .home-about-stat {
		padding: 16px 12px;
	}

	.homeaboutMAIN .home-about-mosaic {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.homeaboutMAIN .home-about-card__head {
		padding: 18px 18px 14px;
	}

	.homeaboutMAIN .home-about-card__body {
		padding: 16px 18px 20px;
	}

	.homeaboutMAIN .home-about-quote--banner {
		padding: 26px 22px;
		text-align: center;
	}

	.homeaboutMAIN .home-about-card__body p {
		font-size: 14px;
		line-height: 1.7;
	}

	.homeaboutMAIN .home-about-quote__text {
		font-size: 1.05rem;
	}

	#sstop .services-intro {
		font-size: 14px;
		line-height: 1.65;
		padding: 0 6px;
	}

	#sstop .serviceMain.services-carousel .service-feature-box .service-body {
		min-height: auto !important;
		padding-bottom: 14px;
	}

	.services-trophy-carousel .service-feature-box .service-body {
		min-height: auto !important;
	}

	#sstop .service-feature-box .service-media img {
		height: 190px;
		object-fit: cover;
	}

	.services-trophy-carousel .service-feature-box .service-media img {
		height: 190px;
	}

	#sstop .service-list-two-col li {
		width: 100% !important;
	}

	.home-shipment-safety {
		min-height: 200px;
		margin-bottom: 30px;
	}

	.home-shipment-safety .custom-heading h2 {
		font-size: 28px !important;
		line-height: 1.25 !important;
	}

	.home-partner-page .alllogoMain,
	.home-partner-page .AwardsAndAccoladesMain {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.home-partner-page .alllogoMain .hlogo figure,
	.home-partner-page .AwardsAndABox figure {
		height: 115px !important;
		min-height: 115px !important;
	}

	.bottomform .bformCommon {
		min-height: auto !important;
		padding: 18px !important;
	}

	.home-quote-split__left,
	.home-quote-split__right {
		flex: 1 1 100% !important;
	}
	.home-quote-split__form-wrap {
		max-width: 100%;
	}
	.home-quote-form__grid-2 {
		grid-template-columns: 1fr;
	}
	.home-quote-hero__callout {
		position: static;
		max-width: none;
		margin-top: 0.75rem;
	}
}

@media (max-width: 575px) {
	.pagevideoMain .vdeeoText h2 {
		font-size: 30px !important;
		line-height: 1.2 !important;
	}

	.homeaboutMAIN .custom-heading h2,
	#sstop .custom-heading h2,
	.home-partner-page .custom-heading h2,
	.bottomform .custom-heading h2 {
		font-size: 24px !important;
		line-height: 1.25 !important;
	}

	#sstop .service-feature-box .service-media img,
	.carrier-partners-slider .service-feature-box .service-media img {
		height: 165px;
	}

	.home-circle-carousel.carrier-partners-slider .service-feature-box .service-media img {
		height: 100% !important;
	}

	.home-partner-page .alllogoMain,
	.home-partner-page .AwardsAndAccoladesMain {
		grid-template-columns: 1fr !important;
	}

	.home-partner-page .alllogoMain .hlogo figure,
	.home-partner-page .AwardsAndABox figure {
		height: 140px !important;
		min-height: 140px !important;
	}

	.home-shipment-safety .custom-heading h2 {
		font-size: 22px !important;
	}
}

/* -------------------------------------------------------------------------
   Print / PDF (Chromium repeats position:fixed on every page — unstick UI)
   ------------------------------------------------------------------------- */
@media print {
	html,
	body {
		height: auto !important;
		overflow: visible !important;
	}

	.newHeader header {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		width: 100% !important;
	}

	#storefront-float-dock,
	.storefront-float-dock,
	.scroll-up,
	a.scroll-up,
	#mySidenav,
	.sidenav,
	.menu_b {
		display: none !important;
		visibility: hidden !important;
	}

	.navbar-collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		visibility: visible !important;
	}

	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}
}


