/*-----------Footer----------*/
.track-shipment-wrap{
	position: fixed;
	width:325px;
	bottom:1px;
	right:45px;
	background:#fff;
	z-index:11;
	border: 1px solid #DEDEDE;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding:75px 20px 35px;
	animation: var(--transition);
}
.track-shipment h4{
	font-size:18px;
	color:#122083;
	line-height: 24px;
	margin-bottom: 25px;
	text-align: center;
}
.track-shipment input[type='text']{
	border:1px solid #122083;
	height:62px;
	width:100%;
	font-size:16px;
	padding:0px 15px;
	margin-bottom: 30px;
	text-align: center;
}
.track-shipment-open input::placeholder{
	color:var(--color-black);
}
.track-shipment .btn-link-blu{
	margin:0 auto;
	display: flex;
	width:200px;
}
.track-icon{
	width:109px;
	height:109px;
	border-radius: 50%;
	display: flex;
	align-items:center;
	justify-content: center;
	position: absolute;
	top:-55px;
	left:50%;
	transform: translateX(-50%);
}
.track-icon img{
	z-index:1;
}
.track-icon:before{
	content: "";
	position: absolute;
	top:0px;
	left:0px;
	background:#122083;
	width:100%;
	height:100%;
	border-radius: 50%;
	border:1px solid #E0E0E0;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.track-shipment-wrap.close .track-icon{
	top:10px;
	left:10px;
	transform: unset;
}
.track-shipment-wrap.close{
	display: none;
}
.home .track-shipment-wrap.close{
	height:69px;
	padding:10px;
	display: flex;
	align-items: center;
	justify-content:flex-end;
}

.track-shipment-wrap.close h4{
	margin-bottom: 0px;
	margin-right: 10px;
}
.track-shipment-wrap.close .track-icon{
	width:49px;
	height:49px;
}
.track-shipment-wrap.close .track-icon img{
	width:25px;
}
.tracking-form{
	animation: var(--transition);
}
.track-shipment-wrap.close .tracking-form{
	height:0px;
	opacity: 0;
}
.expand-sec{
	cursor: pointer;
}
.track-icon.expand-sec{
	display: none;
}
footer{
	background:var(--background-third);
}
.footer{
	padding:100px 0px;
}
.footer-inner{
	display: flex;
}
.newsletter-wrap{
	width:41.5%;
}
.newsletter-wrap span{
	color:#CACACA;
	font-size:25px;
	font-weight: 500;
	line-height: 30px;
	display: block;
	margin-bottom: 35px;
}
.newsletter-wrap h3{
	font-size: 40px;
	line-height: 50px;
	color:var(--color-white);
	margin-bottom: 45px;
}
#newsletter-form{
	display: flex;
	position: relative;
}
.subscrib-fld{
	font-size:18px;
	line-height:18px;
	color:rgba(255,255,255,1);
	font-weight: normal;
	width:100%;
	border:0px;
	border-bottom:1px solid rgba(255,255,255,25%);
	padding-bottom:15px;
}
.subscrib-fld::placeholder{
	color:rgba(255,255,255,35%);
}
.subscription-btn{
	border: 0px;
	background:url(../images/submit-arrow.png) no-repeat center;
	text-indent:-1000px;
	width:29px;
	height:29px;
	position: absolute;
	right:0px;
	cursor: pointer;
	border:1px solid transparent;
	transition:var(--transition);
}
.subscription-btn:hover{
	border:1px solid rgba(255,255,255,25%);
}
.footer-menu-wrap{
	width:47%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
}
.footer-box h4{
	color:#CACACA;
	font-size: 20px;
	font-weight:normal;
	line-height: 20px;
	margin-bottom:55px;
}
.footer-menu{
	width:100%;
	margin-bottom: 0px;
}
.footer-menu li{
	width:100%;
	margin-bottom:17px;
}
.footer-menu li:last-child{
	margin-bottom: 0px;
}
.footer-menu li a{
	font-size: 18px;
	color:#fff;
	line-height: 18px;
	font-weight: normal;
}
.footer-menu li a:hover,
.footer-menu li.current-menu-item a{
	color:#CACACA;
	opacity:0.75;
}
.copy-right-wrap{
	border-top:1px solid #5B5B5B;
	padding:20px 0px;
}
.copy-right-inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:10px;
}
.copy-right-inner p{
	margin-bottom: 0px;
	font-size:15px;
	color:rgba(255,255,255,75%);
	font-weight:normal;
	width:100%;
	text-align: center;
}
.copy-right-inner ul{
	display: flex;
	justify-content: center;
}
.copy-right-inner ul li:first-child{
	border-right:2px solid rgba(255,255,255,75%);
	margin-right: 10px;
	padding-right: 10px;
}
.copy-right-inner ul li a{
	color:rgba(255,255,255,75%);
	font-size: 15px;
	line-height:14px;
	display: block;
}
.copy-right-inner ul li a:hover{
	color:rgba(255,255,255,1);
}

/*-------------Home--------------*/
.p-space-tb{
	padding:110px 0px;
}
.hm-slider-sec{
	position: relative;
	overflow: hidden;
	width:100%;
	height:100vh;
}
.mask-block{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 11;
}

.hm-slider-sec video{
	width:100%;
	height:100%;
	object-fit: cover;
}
.mask-block img {
    transform: scale(180);
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.video-text-block{
	width:100%;
	position: absolute;
	top:50%;
	left:0px;
	transform: translateY(-50%);
	z-index:11;
}
.video-text-block h1{
	font-size: 95px;
	line-height: 95px;
	color:var(--color-white);
	margin-bottom: 25px;
}
.video-text-block p{
	color:var(--color-white);
	font-size: 20px;
	line-height: 35px;
	margin-bottom:0px;
}
.heading-wrap{
	margin-bottom:45px;
}
.heading-wrap p{
	color: rgba(0,0,0,75%);
}
.text-center{
	text-align: center;
}
.txt-light span{
  font-weight:300;
}
.map-wrap{
	max-width:1518px;
	margin: 0 auto;
	position: relative;
	margin-bottom: -80px;
}
.loc-point-wrap{
	width:41px;
	height:41px;
	border-radius: 50%;
	background:#122083;
	border: 1px solid #BABABA;
	position: relative;
	animation: zoom-in-zoom-out 1.8s ease-out infinite;
}
.loc-point-wrap:before{
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:22px;
	height:22px;
	border-radius: 50%;
	background:#fff;
	border: 1px solid #D4D4D4;
}
.loc-point-wrap:after{
	content: "";
	position: absolute;
	background:#122083;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:9px;
	height:9px;
	border-radius: 50%;
}
.loc-point-name{
	min-width: 162px;
	height:43px;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	background:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,10%);
	border-radius: 5px;
	position:absolute;
	bottom:60px;
	left:20px;
	z-index: 11;
	transform: translateY(-30px);
	visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.loc-point-name span{
	font-size: 17px;
	color:var(--color-black);
	font-weight:500;
}
.loc-point-name:after{
	content: "";
    position: absolute;
    bottom: -9px;
    left:0px;
    border-right:10px solid transparent;
    border-top: 13px solid #fff;
}
.loc-box{
	position: absolute;
}
.loc-box:hover .loc-point-name{
	transform: translateY(0px);
	visibility:visible;
    opacity: 1;
}
.loc-box-1{
	bottom:300px;
	left:57%;
}
.loc-box-2{
	bottom:355px;
	left:59%;
	z-index:1;
}
.loc-box-3{
	bottom:380px;
	left:60%;
}
.loc-box-4{
	bottom:410px;
	left:61%;
	z-index:1;
}
.loc-box-5{
	bottom:400px;
	left:63%;
}
.loc-box-6{
	bottom:435px;
	left:59.5%;
	z-index:1;
}
.loc-box-7{
	bottom:415px;
	left:58%;
}
.loc-box-8{
	bottom:445px;
	left:56%;
	z-index:1;
}
.loc-box-9{
	bottom:465px;
	left:58%;
}
.loc-box-10{
	bottom:470px;
	left:54%;
	z-index:1;
}
.loc-box-11{
	bottom:495px;
	left:56%;
}
.loc-box-12{
	bottom:415px;
	left:53%;
}
.loc-box-13{
	bottom:340px;
	left:69%;
}
.loc-box-14{
	bottom:400px;
	left:69%;
}
.loc-box-15{
	bottom:450px;
	left:66%;
}
.loc-box-16{
	bottom:410px;
	left:73%;
}
.loc-box-17{
	bottom:470px;
	left:76%;
}
.loc-box-18{
	bottom:470px;
	left:82%;
}
.loc-box-19{
	bottom:365px;
	left:75%;
}
.loc-box-20{
	bottom:340px;
	left:77%;
	z-index:1;
}
.loc-box-21{
	bottom:315px;
	left:75%;
}
.loc-box-22{
	bottom:290px;
	left:80%;
}
.hm-services-loc{
	position: relative;
	overflow: hidden;
}
.years-text{
	width:100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom:160px;
	z-index:-1;
}
.years-text span{
	color: rgba(18,32,131,8%);
	font-size:247px;
	line-height: 75px;
	font-weight:bold;
	display: block;
	text-align: center;
}
.hm-about-us{
	background: var(--background-secondary);
	overflow: hidden;
}
.hm-abt-inner{
	display: flex;
	align-items: center;
}
.left-hm-abt-images{
	width:52.5%;
	margin-right:160px;
	text-align: center;
}
.right-hm-abt-content{
	width:35%;
}
.right-hm-abt-content h3{
	color: var(--color-white);
}
.right-hm-abt-content p{
	color:rgba(255,255,255,75%);
}
.right-hm-abt-content h3 span{
	display: block;
}
.sub-image{
	margin-top:-250px;
}
.heading-box-wrap{
	display: flex;
	align-items: center;
}
.heading-box-wrap{
	margin-bottom: 45px;
}
.heading-box-wrap h3{
	margin-bottom: 0px;
}
.heading-box-wrap p{
	margin-bottom: 0px;
	max-width: 830px;
	margin-left: auto;
	font-size: 18px;
	color: rgba(0,0,0,75%);
	margin-right: 30px;
	margin-bottom: 0px;
}
.service-slide-content h4{
	font-size: 35px;
	font-weight:500;
	color:var(--color-black);
	margin-bottom: 25px;
	text-transform: capitalize;
}
.service-slide-content a{
	color:var(--color-black);
	font-size:17px;
	font-weight: 600;
}
.service-slide-content a i{
	margin-left:15px;
}
.service-slide-content a:hover{
	color:#122083;
}
.service-slide-image{
	height:832px;
	overflow: hidden;
}
.service-slide-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
/*-----Image Hover-----*/

.image-hover{
  position: relative;
  background:#4B559A;
  overflow: hidden;
}
.image-hover:before,
.image-hover:after{
  position: absolute;
  top:15px;
  right:15px;
  bottom:15px;
  left:15px;
  content: '';
  opacity: 0;
  /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
  transition: opacity 0.35s, transform 0.35s;
}
.image-hover:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    z-index: 1;
}
.image-hover:after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
/*.image-hover:hover::before,.image-hover:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.image-hover img{
  transition: all .30s ease-in-out;
}
.image-hover:hover img{
    opacity:0.6;
}
/*-----Image Hover End-----*/
.hm-services-sec{
	overflow: hidden;
}
.services-list-row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:50px;
}
.services-list-row li{
	width:24%;
	display:none;
}
.services-list-row li .service-slide-image{
	height:400px;
}
.services-list-row li.display{
	display: inline-block;
}
.services-list-row + #loadMore{
	margin-top:70px;
}
#loadMore{
	 margin: 0 auto;
    display: flex;
    width: 200px;
}

.services-slider-outer{
	padding-left:15px;
	position: relative;
}
.service-slider,
.indusrty-slider{
	width:100%;
	padding-bottom: 120px;
}
.service-slide-content{
	padding-top: 40px;
}
.services-slider-outer .swiper-container-horizontal>.swiper-scrollbar,
.indusrty-slider-outer .swiper-container-horizontal>.swiper-scrollbar {
    left: 0px !important;
    bottom: 25px !important;
    background: rgba(0, 0, 0, 20%);
    width:85% !important;
    height: 1px;
    margin-left: 180px;
    overflow: hidden;
}
.services-slider-outer .swiper-scrollbar .swiper-scrollbar-drag {
    background: #122083;
    width:50% !important;
}
.indusrty-slider-outer .swiper-container-horizontal>.swiper-scrollbar{
	background: rgba(255, 255, 255, 20%);
}
.indusrty-slider-outer .swiper-scrollbar .swiper-scrollbar-drag{
	background: #fff;
    width:50% !important;
}
.service-slider .swiper-button-prev{
	left:15px;
	background-image: url(../images/arrow-left.png);
}
.indusrty-slider .swiper-button-prev{
	left:15px;
	background-image: url(../images/arrow-left-wh.png);
}
.service-slider .swiper-button-prev,
.service-slider .swiper-button-next,
.indusrty-slider .swiper-button-prev,
.indusrty-slider .swiper-button-next{
    background-size: unset;
    top: unset;
    width: 65px;
    height: 55px;
    border: 1px solid #D0D0D0;
    bottom:0px;
}
.service-slider .swiper-button-next{
	left:79px;
	background-image: url(../images/arrow-right.png);
}
.indusrty-slider .swiper-button-next{
	left:79px;
	background-image: url(../images/arrow-right-wh.png);
}
.service-slider .swiper-slide,
.indusrty-slider  .swiper-slide{
    width: fit-content !important;
}
.service-slider .service-slide{
	width:580px;
}
.indusrty-slider .indusrty-slide{
	width:580px;
}
.hm-industries-sec{
	background: var(--color-primary);
}
.heading-box-wrap a{
	margin-left: auto;
}
.hm-industries-sec .text-clr-white h3{
	margin-bottom: 0px;
}
.text-clr-white h3{
	color: var(--color-white);
}
.text-clr-white p{
	color:rgba(255,255,255,75%);
}

.indusrty-slide-content{
	padding-top: 30px;
}
.indusrty-slide-content h4{
	font-size: 30px;
	line-height:26px;
	color:var(--color-white);
	margin-bottom: 20px;
}
.indusrty-slide-content p{
	margin-bottom: 15px;
	font-size: 18px;
	color:rgba(255,255,255,75%);
}
.indusrty-slide-content a{
	font-size: 16px;
	color:var(--color-white);
}
.indusrty-slide-content a i{
	margin-left: 15px;
}
.indusrty-slide-content a:hover{
	color:rgba(255,255,255,50%);
}
.indusrty-slide-image{
	height:400px;
}
.indusrty-slide-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.indusrty-slider-outer{
	position: relative;
	padding-left: 15px;
}
.partners-slider{
	max-width:1445px;
	margin:0px auto;
	border: 1px solid #BEBEBE;
	position: relative;
}
.partners-slider .slick-slide{
	border-right: 1px solid #BEBEBE;
}
.partner-slide{
	width:320px;
	height:246px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partners-slider,
.inside-listing-slider,
.related-sol-slider,
.dtl-parnters-slider,
.testimonial-slider,
.related-industry-slider{
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slick-initialized.slick-slider {
    visibility: visible;
    opacity: 1;
}
.partners-slider:before{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:-148px;
	height:1px;
	width:148px;
	background:url(../images/left-line.png) no-repeat;
}
.partners-slider:after{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:-148px;
	height:1px;
	width:148px;
	background:url(../images/right-line.png) no-repeat;
}
.hm-media-center{
	background: rgba(246,246,246,70%);
}
.media-center-outer{
	margin-bottom:60px;
}
.news-slide{
	position: relative;
	width:500px;
	height:700px;
	overflow: hidden;
}
.news-slide img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.news-slide:before{
	content: "";
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 70%) 100%);
}
.news-slider .swiper-slide{
	width: fit-content !important;
}
.news-slide a{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
}
.news-slide-content{
	position: absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	padding:0px 35px 50px;
}
.time-read{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.time-read li{
	font-size: 15px;
	line-height: 15px;
	color:var(--color-white);
}
.time-read li:first-child{
	border-right: 1px solid #fff;
	padding-right:8px;
	margin-right: 8px;
}
.news-slide-content h4{
	font-size: 22px;
	line-height:24px;
	margin-bottom: 10px;
	font-weight: 500;
	color:var(--color-white);
}
.news-slide-content p{
	margin-bottom: 0px;
	color:var(--color-white);
}
.hm-media-center .btn-link-blu{
	margin: 0 auto;
	display: flex;
	width:200px;
}
.hm-media-center,
.hm-partners-sec,
.hm-industries-sec,
.hm-services-sec{
	overflow: hidden;
}
/*-----------------About us-------------*/
.banner{
	width:100%;
	height:300px;
	display: flex;
	align-items: center;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
}
.banner:before{
	content:"";
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(18,32,131,50%);
}
.banner:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background:linear-gradient(rgba(4, 11, 63, 20%) 0%, rgba(0, 0, 0, 0%) 100%)
}
.track-banner:before,
.track-banner:after{
	content:none;
}
.banner h1{
	margin-bottom: 0px;
	color: var(--color-white);
	z-index: 1;
	position: relative;
}
.banner img{
	height:100%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:350px;
}
.p-space-tb-1{
	padding:150px 0px;
}
.about-inner-wrap{
	max-width:956px;
	margin: 0 auto;
}
.principles-sec{
	background: var(--color-primary);
}
.principles-listing{
	display: flex;
	justify-content: space-between;
	row-gap:30px;
}
.principles-listing li{
	width:32%;
}
.principle-list-content{
	padding:35px 30px 0px 0px;
}
.principle-list-content h4{
	font-size: 30px;
	line-height:30px;
	margin-bottom: 10px;
	color: var(--color-white);
}
.principle-list-content p{
	color:rgba(255,255,255,75%);
	font-size: 18px;
}
.principle-list-image{
	height:400px;
}
.principle-list-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.abt-numbres-sec .about-inner-wrap{
	max-width: 785px;
	margin-bottom:30px;
}
.number-listing{
	display: flex;
	border:1px solid var(--color-third);
}
.number-listing li{
	width:25%;
	height:217px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	row-gap: 10px;
	padding:50px;
	border-right:1px solid var(--color-third);
}
.number-listing li:last-child{
	border-right: 0px;
}
.number-listing li span{
	font-size:50px;
	line-height:50px;
	font-weight: 600;
	color:var(--color-black);
}
.number-listing li p{
	margin-bottom: 0px;
	color:var(--color-black);
}
.team-sec{
	background:#F6F6F6;
}
.team-listing{
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	justify-content: space-between;
}
.team-listing li{
	width:24%;
}
.team-member-image{
	margin-bottom:30px;
	height:400px;
}
.team-member-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.team-listing li h4{
	line-height:26px;
	margin-bottom:15px;
	font-weight:500;
}
.team-listing li p{
	margin-bottom: 0px;
}
.abt-image-text-sec{
	background: var(--background-secondary);
	overflow: hidden;
}
.abt-image-text-inner{
	display: flex;
	align-items: center;
}
.abt-image-box{
	min-width:739px;
	height:542px;
	margin-right: 50px;
}
.abt-image-box img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.abt-image-content-box{
	max-width: 766px;
	margin-left: auto;
}
.abt-image-content-box h3{
	margin-bottom: 35px;
}
.white-bg{
	background:var(--color-white);
}
.abt-image-text-sec.white-bg .abt-image-box{
	order: 1;
	margin-left: auto;
	margin-right: 0px;
}
.abt-image-text-sec.white-bg .abt-image-content-box{
	margin-left: 0px;
	max-width:100%;
	margin-right:95px;
	margin-right:50px;
}
/*------------Our solutions---------*/
.solution-listing{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	row-gap:50px;
}
.solution-listing li{
	width:49%;
	margin-left:2%;
	background:#F5F5F5;
	transition:var(--transition);
}
.solution-listing li:nth-child(2n+1){
	margin-left: 0px;
}
.solution-listing li a{
	z-index:1;
	position: relative;
}
.solution-list-image{
	width:100%;
	height:370px;
	overflow: hidden;
}
.solution-list-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.solution-list-content{
	padding:60px 55px 75px;
}
.solution-list-content p{
	margin-bottom: 15px;
	font-weight:300;
	line-height:24px;
	transition:var(--transition);
}
.solution-list-content .btn-link-blu{
	background-color:var(--color-primary);
	color:var(--color-white);
}
.solution-list-content h3{
	font-weight: 500;
	transition:var(--transition);
}
.solution-listing li:hover{
	background-color:var(--color-primary);
}
.solution-listing li:hover .solution-list-content h3,
.solution-listing li:hover .solution-list-content p{
	color:var(--color-white);
}
.solution-listing li:hover .solution-list-content .btn-link-blu{
	background: var(--color-white);
	color:var(--color-primary);
}
.solution-list-content .btn-link-blu:hover{
	background: var(--color-white);
	color:var(--color-primary);
}
.solution-list-content .btn-link-blu:hover:before{
	background: var(--color-white);
}
/*-------------solutions details-------------*/
.sol-detail-overview-wrap{
	display: flex;
}
.sol-detail-overview-wrap h2{
	margin-bottom: 0px;
	margin-right: 50px;
}
.sol-detail-overview-content{
	max-width:1065px;
	margin-left: auto;
}
.sol-detail-overview-content p{
	opacity:75%;
	margin-bottom:20px;
}
.sol-detail-overview-content p:last-child{
	margin-bottom: 0px;
}
.p-space-tb-2{
	padding:90px 0px;
}
.sol-detail-numbers{
	background: rgba(244,244,244,50%);
}
.sol-dtl-number-listing{
	display: flex;
	max-width: 1285px;
	justify-content: center;
	margin: 0 auto;
}
.sol-dtl-number-listing li{
	display: flex;
	flex-direction: column;
	width:31.5%;
	margin-left:2.75%;
	height:236px;
	justify-content: center;
	border:1px solid var(--color-primary);
	padding:20px 45px 20px 65px;
}
.sol-dtl-number-listing li:first-child{
	margin-left: 0px;
}
.sol-dtl-number-listing li h4{
	margin-bottom:15px;
	line-height: 45px;
	font-weight: 500;
	color:var(--color-primary);
}
.sol-dtl-number-listing li p{
	margin-bottom: 0px;
	color:var(--color-primary);
}
.sol-detail-image-content{
	display: flex;
	align-items: center;
	overflow: hidden;
}
.sol-dtl-left-img-box{
	min-width:854px;
	width:854px;
	height:640px;
	position: relative;
	overflow: hidden;
}
.sol-dtl-left-img-box img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.sol-dtl-left-img-box:before{
	content: "";
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0,0,0,10%);
}
.sol-dtl-right-content-box p{
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 25px;
}
.sol-dtl-right-content-box p:last-child{
	margin-bottom: 0px;
}
.sol-dtl-right-content-box{
	margin-left:110px;
	margin-right:75px;
}
.sol-dtl-right-content-box h3{
	font-weight: 500;
}
.related-solution{
	border-top: 1px solid rgba(0,0,0,30%);
}
.related-solution h3{
	font-weight: 500;
	margin-bottom:30px;
}
.related-sol-image{
	height:400px;
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.related-sol-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.related-sol-slide h4{
	margin-bottom: 0px;
	font-weight: 500;
	text-align: center;
}
.related-sol-slider .slick-list{
	margin: 0px -17px;
}
.related-sol-slider .slick-slide{
	margin: 0px 17px;
}
.slick-arrow{
	width:54px !important;
	height:54px !important;
	border: 1px solid #122083 !important;
	background:#fff !important;
	z-index: 1;
	transition: var(--transition);
}
.slick-arrow:before{
	content: "" !important;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:7px;
	height:12px;
	opacity:1 !important;
}
.slick-next:before{
	background-image: url(../images/arrow-right.png);
}
.slick-next:hover:before,
.slick-next:focus:before{
	background-image: url(../images/arrow-right-wh.png);
}
.slick-prev:before{
	background-image: url(../images/arrow-left.png);
	margin-left:-2px;
}
.slick-prev:hover:before,
.slick-prev:focus:before{
	background-image: url(../images/arrow-left-wh.png);
}
.slick-arrow:hover,
.slick-arrow:focus{
	background:#000 !important;
}
.cta-sec{
	width:100%;
	height:400px;
	background-size: cover !important;
	display: flex;
	align-items: center;
	position: relative;
}
.cta-sec:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background:rgba(18,32,131,80%);
}
.cta-sec .text-clr-white{
	text-align: center;
	z-index: 1;
	position: relative;
}
.cta-sec .text-clr-white h3{
	font-weight: 500;
	line-height:50px;
}
.cta-sec .text-clr-white p{
	color:#fff;
}
/*-------------industry------------*/
.industry-listing{
	display: flex;
	flex-wrap: wrap;
	row-gap:65px;
}
.industry-listing li{
	width:32%;
	margin-left:2%;
}
.industry-listing li:nth-child(3n+1){
	margin-left: 0px;
}
.industry-list-image{
	width:100%;
	height:400px;
	overflow: hidden;
}
.industry-list-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.industry-list-content{
	padding-top:35px;
}
.industry-list-content h4{
	line-height: 25px;
	font-weight: 500;
}
.industry-list-content p{
	font-size: 18px;
}
.industry-list-content .btn-link-blu{
	font-size: 17px;
	min-width: 190px;
	background:var(--color-primary);
	color:var(--color-white);
}
.industry-list-content .btn-link-blu:hover{
	color:var(--color-primary);
}
.industry-list-content .btn-link-blu:hover:before{
	background: var(--color-white);
}
/*---------------industry-detail-----------*/
.industry-dtl-overview{
	display: flex;
	align-items: center;
}
.industry-dtl-overview-image{
	width:47.5%;
	height:646px;
	position: relative;
}
.industry-dtl-overview-image:before{
	content: "";
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0,0,0,20%);
}
.industry-dtl-overview-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.industry-dtl-overview-content{
	width:47%;
	margin-left:auto;
}
.industry-dtl-overview-content h2{
	font-weight:500;
}
.industry-dtl-overview-content p{
	font-weight: 300;
	line-height: 24px;
}
.p-space-tb-1{
	overflow: hidden;
}
.industry-dtl-inside-wrap{
	background:var(--color-primary);
}
.industry-dtl-inside-wrap .text-clr-white h2{
	color: var(--color-white);
	font-weight: 500;
	margin-bottom:35px;
}
.inside-list-slide{
	border: 1px solid rgba(255,255,255,80%);
	transition:var(--transition);
}
.inside-list-slide-image{
	width:100%;
	height:226px;
	overflow: hidden;
}
.inside-list-slide-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.inside-list-slide-content{
	padding:60px 25px;
}
.inside-list-slide-content h4{
	font-size: 28px;
	line-height:26px;
	font-weight: 500;
	color:rgba(255,255,255,80%);
	transition:var(--transition);
}
.inside-list-slide-content p{
	color:rgba(255,255,255,80%);
	font-weight:300;
	transition:var(--transition);
}
.inside-list-slide:hover{
	background:var(--color-white);
}
.inside-list-slide:hover .inside-list-slide-content h4,
.inside-list-slide:hover .inside-list-slide-content p{
	color:var(--color-primary);
}
.inside-listing-slider .slick-list{
	margin: 0px -25px;
}
.inside-listing-slider .slick-slide{
	margin: 0px 25px;
}
.industry-dtl-logos{
	border-bottom:1px solid rgba(0,0,0,30%);
}
.industry-dtl-logos h3{
	font-weight:500;
	line-height: 35px;
}
.dtl-parnter-slide{
	width:220px;
	height:90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-space-tb-3{
	padding:130px 0px;
}
.testimonial-wrap{
	max-width: 890px;
	margin: 0 auto;
}
.testimonial-wrap h3{
	font-weight:500;
}
.testimonial-slide p{
	font-size: 16px;
	line-height: 22px;
	color:#515151;
	margin-bottom: 40px;
	letter-spacing:0.3px;
}
.testimonial-slide span{
	font-size:24px;
	display: inline-block;
	font-weight: bold;
	line-height:20px;
	margin-bottom: 15px;
	color:var(--color-primary);
}
.testimonial-slide p:last-child{
	margin-bottom: 0px;
}
.slick-dotted.slick-slider{
	margin-bottom: 75px;
}
.slick-dots{
	bottom:-70px !important;
}
.slick-dots li{
	width:9px !important;
	height:9px !important;
}
.slick-dots li button:before{
	content: "" !important;
	width:9px !important;
	height:9px !important;
	background:#122083;
	border-radius:50%;
}
.slick-dots li button{
	width:9px !important;
	height:9px !important;
	padding:0px !important;
	background:#122083 !important;
	border-radius: 50%;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:before{
	width:35px !important;
	height: 9px !important;
	border-radius: 10px !important;
}
.testimonial-slider .slick-list{
	margin: 0px -5px;
}
.testimonial-slider .slick-slide{
	margin: 0px 5px;
}
.text-clr-white h4{
	color:var(--color-white);
}
.industry-list-content a h4:hover{
	opacity:70%;
}
.related-industry-slider .slick-list{
	margin: 0px -17px;
}
.related-industry-slider .slick-slide{
	margin: 0px 17px;
}
/*-----------------news--------------*/
.blogs-listing{
	display: flex;
	flex-wrap: wrap;
	row-gap: 55px;
}
.blogs-listing li{
	width: 32%;
	margin-left: 2%;
}
.blogs-listing li:nth-child(3n+1){
	margin-left: 0px;
}
.blog-image{
	width:100%;
	height:294px;
}
.blog-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.blog-content{
	padding-top:40px;
}
.blog-content span{
	display: block;
	color: rgba(0,0,0,50%);
	font-size:16px;
	line-height: 16px;
	margin-bottom: 25px;
}
.blog-content h4{
	font-weight:500;
	color:#000;
}
.blog-content a h4:hover{
	color:var(--color-primary);
}
.blog-content p{
	font-size: 18px;
}
.loading-btn{
	font-size:20px;
	font-weight: normal;
	color:#000;
	cursor: pointer;
	text-align: center;
	width:100px;
	display: block;
	margin:75px auto 0px;
	transition:var(--transition);
}
.loading-btn:hover{
	color:var(--color-primary);
}
.news-tabs-wrap{
	border-bottom:1px solid #CCCCCC;
}
.news-tabs{
	display: flex;
	justify-content: center;
	column-gap: 80px;
}
.news-tabs li{
	font-size: 16px;
	font-weight:500;
	line-height:24px;
	cursor: pointer;
	color:#1E1E1E;
	padding:30px 0px;
	position: relative;
	min-width: 62px;
	text-align: center;
}
.news-tabs li:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:100%;
	border-bottom:5px solid var(--color-primary);
	transition: transform 250ms ease-in-out;
	transform: scaleX(0);
}
.news-tabs li.active:before{
	transform: scaleX(1);
}
.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInS 0.5s ease 1 forwards;
}
@keyframes fadeInS{
	100%{
		opacity: 1;
		transform: none;
	}
		
}
.tab-content.active {
    display: block;
}
/*-----------------News detail-------------*/
.detail-banner{
	display: flex;
	align-items: flex-end;
	height:700px;
	padding-bottom: 80px;
	position: relative;
}
.detail-banner .container{
	z-index: 1;
	position: relative;
}
.detail-banner h1{
	color: var(--color-white);
	max-width:1100px;
}
.detail-banner span{
	color: var(--color-white);
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	display:block;
	margin-bottom: 60px;
}
.detail-banner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(18, 32, 131, 20%);
}
.detail-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(4, 11, 63, 20%) 0%, rgba(0, 0, 0, 0%) 100%);
}
.banner-overlay{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background: linear-gradient(90deg, rgba(14, 25, 103, 50%) 0%, rgba(0, 0, 0, 0%) 50%);
}
.detail-breadcrumbs-sec{
	padding:45px 0px;
	border-bottom:1px solid rgba(0,0,0,30%);
}
.dtl-breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap:10px;
}
.dtl-breadcrumbs li a,
.dtl-breadcrumbs li span{
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#000;
}
.dtl-breadcrumbs li a i{
	margin-left:18px;
	font-size:16px;
}
.dtl-breadcrumbs li a{
	margin-right: 18px;
}
.dtl-breadcrumbs li a:hover{
	color: var(--color-primary);
}
.detail-content-inner{
	max-width:1095px;
	margin: 0 auto;
}
.detail-content-inner p{
	font-size: 16px;
	line-height: 24px;
}
.detail-content-image{
	width:100%;
	height:500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.detail-content-image:before{
	content: "";
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,20%);
}
.detail-content-image img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.share-area{
	display: flex;
	gap:10px;
	margin-top: 75px;
}
.related-sol-slide .blog-content h4{
	margin-bottom:20px;
	text-align: left;
}
/*-----------contact us------------*/
.map-box{
	height:750px;
}
.store-locator-info-window p{
	margin-bottom:10px;
	font-size: 15px;
	line-height: 20px;
}
.contact-inner-wrap{
	display: flex;
}
.contact-left-box{
	width:53%;
}
.contact-right-box{
	width:31%;
	margin-left:120px;
}
.contact-left-box h2,
.contact-right-box h3{
	font-weight:500;
	line-height: 50px;
}
.contact-left-box > p,
.contact-right-box > p{
	font-size:14px;
	line-height: 20px;
	margin-bottom: 0px;
}
.form-wrap{
	margin-top: 40px;
}
.form-wrap label{
	display: block;
	font-size: 15px;
	line-height:15px;
	color:#11142D;
	margin-bottom:35px;
}
.form-wrap .wpcf7-form-control-wrap{
	width:100%;
	display:block;
	margin-top: 10px;
}
.form-wrap .wpcf7-form-control-wrap input,
.form-wrap .wpcf7-form-control-wrap select,
.form-wrap .wpcf7-form-control-wrap textarea{
	height:51px;
	width:100%;
	border: 1px solid #888888;
	padding:0px 20px;
	color:rgba(0,0,0,50%);
	font-size:15px;
}
.form-wrap .wpcf7-form-control-wrap input::placeholder,
.form-wrap .wpcf7-form-control-wrap textarea::placeholder{
	color:rgba(0,0,0,50%);
}
.form-wrap .wpcf7-form-control-wrap textarea{
	resize: none;
	height:268px;
	padding:10px 20px;
}
.form-wrap .wpcf7-submit{
	width:145px;
	height:60px;
	cursor: pointer;
	font-size:17px;
	font-weight:600;
	text-transform: uppercase;
	background:url(../images/arrow-white.png) #122083 no-repeat 90px center;
	color:#fff;
	border:1px solid transparent;
	padding:0px 65px 0px 30px;
	transition:var(--transition);
}
.form-wrap .wpcf7-submit:hover{
	background:url(../images/arrow-white.png) #000 no-repeat 90px center;
}
.form-wrap .wpcf7-form-control-wrap select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	background: url(../images/drop-arrow.png) no-repeat;
    background-position-x: 97.5%;
    background-position-y: 50%;
}
.form-wrap label:nth-of-type(1){
	width:49%;
	float: left;
}
.form-wrap label:nth-of-type(2){
	width:49%;
	float: right;
}
.address-box{
	width:100%;
	margin-bottom: 40px;
	margin-top: 45px;
	border-bottom:1px solid rgba(0,0,0,20%);
	padding-bottom: 50px;
}
.address-box li{
	width:100%;
	display: flex;
	align-items: center;
	gap:15px;
	margin-bottom: 25px;
}
.address-box li:last-child{
	margin-bottom: 0px;
}
.adress-icon-box{
	width:40px;
	min-width:40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #53676E;
	background:var(--color-primary);
	transition:var(--transition) ;
}
.address-box li p,
.address-box li p a{
	color:#353A3F;
}
.address-box li:hover .adress-icon-box{
	background:#000;
}
.social-media-box{
	display: flex;
	align-items: center;
	gap:15px;
}
.social-media-box a{
	background:rgba(220,220,220,30%);
	display:flex;
	width: 62px;
	height:62px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition:var(--transition);
}
.social-media-box a i{
	font-size: 18px;
	color: var(--color-primary);
}
.social-media-box a:hover{
	background:var(--color-primary) ;
}
.social-media-box a:hover i{
	color:#fff;
}

.wpcf7-not-valid-tip{
	font-size: 13px !important;
	line-height:18px !important;
	margin-top:0px;
	position: absolute;
}
.wpcf7 form .wpcf7-response-output {
    margin: 3em 0px 0px;
    border: 1px solid #D8000C !important;
    color: #D8000C;
    font-size: 13px;
    background: #FFBABA;
    padding: 5px 10px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    background: #fff;
    border: 1px solid #6f9b41 !important;
}
/*-----------------Track & Trace----------------*/
.track-search-wrap{
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
	padding:55px;
	margin-bottom: 60px;
}
.track-search-wrap h2{
	color:var(--color-primary);
	font-weight:500;
	margin-bottom:45px;
}
.track-search-inner{
	display: flex;
	align-items: flex-start;
}
.track-search-list{
	display: flex;
	width:24%;
}
.track-search-list > span{
	min-width: 80px;
	display: flex;
	align-items: center;
	height:52px;
	margin-right: 20px;
	font-size: 16px;
	font-weight:400;
}
.sorting-wrap{
	width:282px;
}
.sorting-wrap p{
	width:100%;
	font-size: 13px;
	font-style:italic;
	color:rgba(153, 153, 153,75%);
	margin-bottom: 0px;
	margin-top: 20px;
	display: inline-block;
}
.sorting-wrap p i{
	margin-right: 5px;
}
.sorting-wrap .nice-select,
.sorting-wrap select{
	width:100%;
	border: 1px solid var(--color-primary);
	border-radius: 0px;
	font-size: 13px;
	color:#000;
	font-weight:400;
	font-family: var(--font-primary);
	height:52px;
	line-height: 50px;
	padding-left:22px;
	padding-right: 22px;
}
.sorting-wrap .nice-select .list{
	width:100%;
	border-radius:0px;
	box-shadow: none;
	border: 1px solid var(--color-primary);
	margin-top: 0px;
}
.sorting-wrap .nice-select:active,
.sorting-wrap .nice-select.open,
.sorting-wrap .nice-select:focus,
.sorting-wrap .nice-select:hover{
	border-color: var(--color-primary);
}
.sorting-wrap .nice-select.open span{
	color: #999999;
}
.sorting-wrap .nice-select:after{
	background:url(../images/arrow-drop.png) no-repeat;
	width:10px;
	height: 6px;
	border: 0px;
	transform:unset !important;
	-webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    right:20px;
}
.sorting-wrap .nice-select.open:after{
	transform:rotate(180deg)!important;
}
.track-reference-number{
	display: flex;
	align-items: center;
	width:49.5%;
	margin:0px 5%;
}
.track-reference-number span{
	font-size: 16px;
	font-weight:400;
	min-width:220px;
	margin-right:25px;
}
.track-reference-number input{
	height:52px;
	border: 1px solid var(--color-primary);
	padding:0px 25px;
	color:#999999;
	font-size: 13px;
	font-weight: 400;
	width:100%;
}
.track-reference-number input::placeholder{
	color:#999999;
}
.track-search-button{
	width:16.5%;
}
.track-search-button button{
	width:100%;
	background:#122083;
	height:52px;
	color:#fff;
	font-size: 17px;
	font-weight:500;
	font-family: var(--font-primary);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
	border: 0px;
	transition:var(--transition) ;
}
.track-search-button button:hover{
	background: #000;
}
.tracking-info-wrap{
	padding:55px 55px 100px;
	box-shadow: 0px 4px 50px 0px #0000001A;
}
.print-header{
	width:100%;
	display: flex;
	align-items: center;
	background:var(--color-primary);
	padding:15px 15px 15px 35px;
}
.print-header h4,
.ref-number{
	font-size: 24px;
	line-height:33px;
	font-weight:500;
	color:#fff;
	margin-bottom: 0px;
}
.ref-number{
	display:none;
	margin-right:5px;
	font-family: var(--font-primary);
	margin-bottom:0px;
}
.print-header button{
	border:1px solid #fff;
	background:#fff;
	width:262px;
	height:52px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color:var(--color-primary);
	font-size: 17px;
	font-weight: 600;
	gap:10px;
	transition:var(--transition) ;
	margin-left: auto;
}
.print-header button:hover{
	background: transparent;
	color:#fff;
}
.tracking-main-info{
	padding:35px;
	border: 1px solid #EFEFEF;
	width:100%;
}
.tracking-main-info tr{
	width:100%;
	display:inline-table;
}
.tracking-main-info tr th,
.tracking-main-info tr td{
	width:20%;
	text-align: left;
	padding:0px 10px;
}
.tracking-main-info tr th{
	font-size: 13px;
	font-weight: 500;
	line-height:13px;
	margin-bottom: 7px;
	color:rgba(0,0,0,75%);
}
.tracking-main-info tr td{
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color:rgba(0,0,0,75%);
}
.place-location{
	margin-top: 50px;
}
.place-location table{
	width:100%;
	border: 1px solid #EFEFEF;
	border-collapse: collapse;
}
.place-location table tr th{
	background:#F9F9F9;
	padding:20px 10px;
	text-align: left;
	border-bottom:1px solid #EFEFEF;
	color:var(--color-primary);
	font-size: 16px;
	font-weight: 600;
}
.place-location table tr td{
	padding:20px 10px;
	vertical-align: top;
}
.place-location table tr th,
.place-location table tr td{
	width:25%;
}
.place-location table tr th:first-child,
.place-location table tr td:first-child{
	padding-left:35px;
}
.place-location table tr th:last-child,
.place-location table tr td:last-child{
	padding-right: 35px;
}
.place-location table tr td span{
	display: block;
	font-size: 13px;
	color:rgba(0,0,0,75%);
	line-height:13px;
	margin-bottom: 10px;
	font-weight:500;
}
.place-location table tr td span:last-child{
	margin-bottom: 0px;
}
.multiple-tracking-data{
	margin-top: 50px;
}
.multiple-tracking-data table{
	width:100%;
	border:1px solid #EFEFEF;
	border-collapse: collapse;
}
.multiple-tracking-data table tr:nth-child(odd){
	background:#F9F9F9;
}
.multiple-tracking-data table tr th{
	text-align: left;
	padding:20px 10px;
	color:var(--color-primary);
	font-size: 16px;
	font-weight: 600;
	min-width:170px;
}
.multiple-tracking-data table tr td{
	padding:20px 10px;
	font-size: 13px;
	font-weight: 500;
	color:rgba(0,0,0,75%);
	border-top:1px solid #EFEFEF;
}
.multiple-tracking-data table tr th:first-child,
.multiple-tracking-data table tr td:first-child{
	padding-left:35px;
}
.multiple-tracking-data table tr th:last-child,
.multiple-tracking-data table tr td:last-child{
	padding-right: 35px;
}
.tracing-wrap{
	width:247px;
	position: relative;
}
.tracing-wrap input{
	width:100%;
	height:28px;
	border: 1px solid var(--color-primary);
	font-size: 13px;
	color:rgb(0, 0, 0);
	padding:0px 65px 0px 10px;
}
.trace-btn{
	width:62px;
	height:23px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:var(--color-primary);
	color:#fff;
	font-size: 13px;
	font-weight:600;
	position: absolute;
	top:50%;
	right:3px;
	transform: translateY(-50%);
	cursor: pointer;
}
.trace-btn:hover{
	background:#000;
	color:#fff;
}
.tracing-detail-popup.fancybox-content{
	max-width:1000px !important;
	width:100%;
	padding:17px;
}
.tracing-detail-popup-inner{
	width:100%;
	border:1px solid var(--color-primary);
	padding:35px 70px;
}
.tracing-detail-popup-inner h4{
	margin-bottom: 40px;
	color:var(--color-primary);
}
.tracing-detail-popup .fancybox-button{
	right: 8px !important;
	top:8px !important;
}
.tracing-detail-popup .fancybox-button svg{
	background:var(--color-primary);
    color: #fff;
}
.tracing-detail-popup-inner table{
	width:100%;
	border-collapse: collapse;
}

.tracing-detail-popup-inner table tr th{
	padding:10px;
	font-size: 16px;
	font-weight: 600;
	color:#000;
}
.tracing-detail-popup-inner table tr td{
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: rgba(0,0,0,75%);
	padding:10px;
	border-bottom: 1px solid #EFEFEF;
}
.tracing-detail-popup-inner table tr:last-child td{
	border-bottom: 0px;
}
.tracing-detail-popup-inner table tr th:first-child,
.tracing-detail-popup-inner table tr td:first-child{
	padding-left: 0px;
}
.tracing-detail-popup-inner table tr th:last-child,
.tracing-detail-popup-inner table tr td:last-child{
	padding-right: 0px;
}
.tracking-bottom-content{
	margin-top: 50px;
}
.tracking-bottom-content p{
	margin-bottom: 0px;
	color:rgba(0,0,0,75%);
}
.mob-view{
	display: none;
}
@media print{
	.ref-number{
		display:inline-block;
		margin-top:25px;
		color: var(--color-primary);
	}
	.print-header{
		padding-left:0px;
		padding-right:0px;
	}
	.print-header h4{
		color:#000;
	}
	.tracking-info-wrap{
		padding:15px;
	}
	.tracking-main-info{
		padding:25px 15px;
	}
	.multiple-tracking-data table tr th:first-child, .multiple-tracking-data table tr td:first-child{
		padding-left:15px;
	}
	.multiple-tracking-data table tr th:last-child, .multiple-tracking-data table tr td:last-child{
		padding-right:15px;
	}
	.tracking-main-info tr th, .tracking-main-info tr td,
	.multiple-tracking-data table tr td,
	.multiple-tracking-data table tr th,
	.print-footer{
		font-family: var(--font-primary);
	}
	.print-button{ display:none!important; }
	.print-footer { margin-top: 50px; }
	.print-header, 
	.print-footer { width: 100%; text-align: center;}
}
