@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;600&family=Roboto:wght@300&family=Ubuntu&display=swap');

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
	list-style: none;
	margin    : 0;
	padding   : 0;
}

*,
:active,
:focus {
	outline: none !important;
}

ul,
ol {
	list-style: none;
	margin    : 0;
	padding   : 0;
}


::-moz-selection {
	text-shadow: none;
}

/*::selection {*/
/*	text-shadow: none;*/
/*}*/

::-moz-selection {
	text-shadow: none;
}

::-webkit-selection {
	text-shadow: none;
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow        : none;
}

button {
	background-color  : transparent;
	-webkit-box-shadow: none;
	box-shadow        : none;
	border            : none;
	outline           : none;
	padding           : 0;
}

textarea {
	resize: none;
}

/*------------------------------------*\


\*------------------------------------*/
body,
html {

	scroll-behavior: smooth;
}

body {
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	margin: 0;
}



/*navbar css*/


.navbar{
	background-color:#fff !important;
	/*background-color: none !important;*/
	/*border:none !important;*/
	padding: 4px 30px 4px 30px;
	/*z-index: 99999 !important;*/
}

.logo img{
	width: 120px;
}

.navbar .navbar-nav > li > a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .3px;
	margin: 0px 10px;
	color: #000;
}

.navbar .navbar-nav > li > a:hover {
	color: #2E3291;
	font-weight: bold;
}


.nav_number > li > a{
	background-color:#1D65B9;
	padding:12px 20px 12px 20px; 
	border-radius: 4px;
	color: white !important;
	transition:4s ease-in-out;
}

.nav_number > li > a:hover{
	background-color: #44d6fe !important;
	padding:12px 20px 12px 20px; 
	border-radius: 4px;
	color: white !important;
	transition:4s ease-in-out;
}

.cta-btn {
	background-color: #3A3FA5;
	padding: 	7px 10px;
	color: 	#fff !important;
	/*border-radius: 7px;*/
	font-weight: 400;
}

.cta-btn:hover {
	background-color: #ED3A3F;
}

.dropdown > .dropdown-menu{
	transition: .5s ease-in-out;
	opacity: 0;
	border: none !important;
	padding: 0;
}



.dropdown:hover > .dropdown-menu{
	display: block;
	transition: .5s ease-in-out;
	opacity: 1;
	
}

.dropdown > .dropdown-menu > li > a{
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s ease-in-out;
}

.dropdown > .dropdown-menu > li > a:hover {
	background-color: #2E3191;
	color: #fff;
}




.hamburger-menu-button {
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  z-index: 100;
 /* background: #2980b9;*/
  border: 5px solid white;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  outline: 0;
}
.hamburger-menu-button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  /*margin-left: -12px;*/
}
.hamburger-menu-button-open, 
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hamburger-menu-button-open::before, 
.hamburger-menu-button-open::after {
  left: 0;
  content: "";
}
.hamburger-menu-button-open::before {
  top: 6px;
}
.hamburger-menu-button-open::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.ham-menu {
  position: absolute;
  top: 42px;
  left: 48px;
  margin: auto;
  max-width: 570px;
  overflow: hidden;
}
.ham-menu ul {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  background-color: #3896d3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.ham-menu ul li {
  display: inline-block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 15px;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}
.ham-menu ul li.active a, .ham-menu ul li a:hover {
  background-color: #2980b9;
  color: #fff !important;
} 


/*Banner*/

.carousel-inner {
	position: relative;
}
#sliderimagesize{
    height:380px;
    object-fit:cover !important;
}

.track-shipment-div {
	position: absolute;
	top: 20px;
	left: 30px;	
	/*transform: translate(-30px, -30px);*/
	background-color: rgba(0, 0, 0, .8);
	padding: 30px;
	text-align: center;
}

/*.track-shipment-div i {
	background-color: #fff;
	font-size: 30px;
	padding: 7px;
	border-radius: 50%;
	margin-bottom: 5px;
}*/

.track-shipment-div h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}

.track-shipment-div form input {
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.track-shipment-div form button {
	display: block;
	background-color: #3A3FA5;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	transition: 0.3s ease-in;

}

.track-shipment-div form button:hover {
	background-color: #E21B28;

}



/*Inner Banner & Breadcrumb*/
#inner-banner {
	background-image: url('../images/inner-bg.jpg');
  height: 300px; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}

.inner-banner-overlay {
	background-color: rgba(0,0,0,.6);
	width: 	100%;
	height: 100%;
	display: 	flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#inner-banner h2 {
	color: 	#fff;
	font-size: 	50px;
}

.breadcrumb-item a {
	color: 	rgba(	226, 226, 226, 1.0);
	font-weight: bold 	;
}

.breadcrumb-item.active {
	font-weight: bold;
	color: 	lightgrey	;
}

.breadcrumb-item a:hover {
	color: #EE3B3F;
}




/*title section*/

.title-section {
	text-align: center;
	margin-bottom: 	20px;
}

.title-section	h2 {
	text-transform: 	uppercase;
	margin-bottom: 	15px;
	font-size: 30px;

}

.title-section	div {
	width: 	80px;
	height: 	3px;
	background-color:#26287A;
	margin:  auto;
}
/*Side Section Title*/


.side-title-section {
	margin-bottom: 	20px;
}

.side-title-section	h2 {
	text-transform: 	uppercase;
	margin-bottom: 	15px;
	font-size: 30px;

}

.side-title-section	div {
	width: 	80px;
	height: 	3px;
	background-color:#26287A;
}


/*About Section*/
#about-sec {
	padding: 60px 0;

}





.img-holder img {
	margin-top: 20px;
 width: 300px;
border: 3px solid #2D3091 ;
 border-radius: 50%;
 padding: 10px;
 transition: 0.3s ease-in;
}

.about-sec-content {
	margin-top: 40px;
}

.about-sec-content p {
	line-height: 1.8;
}

.about-sec-btn {
	display: inline-block;
	 color: #fff;
	 background-color: #3A3FA5;
	 padding: 10px 30px;
	 border-radius: 25px;
	 margin-top: 20px;
	 transition: 0.3s ease-in;
}

.about-sec-btn:hover {
	background-color:  #E21B28;
	color: #fff;
}

.img-holder img:hover {
/*	filter: brightness(50%);*/
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(90%);
}

/*Services Section*/
#services {
	padding: 	60px 0;
}
#services .title-section {
	margin-bottom: 	40px;
}

.service {
  text-align: center;
  padding: 20px 25px;
  border-radius: 5px;
  font-size: 14px;
 /* cursor: pointer;*/
 border: 1px solid #ccc;
  background: transparent;
  transition: transform 0.5s, background 0.5s;
  margin-bottom	: 30px;
}

.service i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #303ef7;
}

.service h2 {
	font-size: 23px;
  
  margin-bottom: 8px;
}

.service p {
	margin-top: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.service:hover {
  background: #2D3091;
  color: #fff;
  transform: scale(1.05);
}

.service:hover i {
  color: #fff;
}


.service a {
	display: inline-block;
	color: #000;
	font-weight: bold ;
	margin-top: 5px;
}

.service a i {
	color: 	#000;
	font-size: 	10px;
	margin-left: 3px;
}

.service:hover a {
	color: #fff;
}

/* Section*/
#choose-sec {
	padding: 50px 0;
	background-color: #E8EBF1;
}

#choose-sec img {
	border-radius: 50%;
}
.choose-title h2{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.choose-inner {
	display: flex;
	align-items: center;
	line-height: 2;
}

.choose-inner i {
	margin-right: 15px;
	color: #2E3192;
}



/*highlight Section*/
#highlight-sec {
	padding: 50px 0;
	background-color: #E8EBF1;
	
}

#highlight-sec img {
	border-radius: 50%;
}

.highlight-title h2{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.highlight-box {
	text-align: right;
}



.highlight-inner {
	display: flex;
	align-items: center;
	justify-content: end;
	line-height: 2;
}

.highlight-inner i {
	margin-left: 15px;
	color: #2E3192;
}

/*Clients*/

#clients-sec {
	padding: 	60px 0;
	background-color: #E8EBF1;
}

.client-carousel .owl-nav .owl-prev {
	background-color: #2D3091;
	text-transform: uppercase ;
	padding: 10px 20px;
	border-radius: 	50%;
	transition: 0.3s ease-in;
}

.client-carousel .owl-nav .owl-next {
	background-color: #2D3091;
	text-transform: uppercase ;
	padding: 10px 20px;
	border-radius: 	50%;
	transition: 0.3s ease-in;
}

.client-carousel .owl-nav .owl-prev:hover,
.client-carousel .owl-nav .owl-next:hover {
	background-color: 	 #E21B28;

}


.client-carousel img {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

/*Vehicle*/

#vehicle-sec {
	padding: 	60px 0;
}

.vehicle-carousel .owl-nav .owl-prev {
	background-color: #2D3091;
	text-transform: uppercase ;
	padding: 10px 20px;
	border-radius: 	50%;
	transition: 0.3s ease-in;

	 position: absolute;
    top: 20%;
    left: 0;
    margin-left: -60px;
}

.vehicle-carousel .owl-nav .owl-next {
	background-color: #2D3091;
	text-transform: uppercase ;
	padding: 10px 20px;
	border-radius: 	50%;
	transition: 0.3s ease-in;

	 position: absolute;
    top: 20%;
    right: 0;
    margin-right: -60px;
}

.vehicle-carousel .owl-nav .owl-prev:hover,
.vehicle-carousel .owl-nav .owl-next:hover {
	background-color: 	 #E21B28;

}


.vehicle-carousel img {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}



/*Footer*/
.footer{
	background-color:#22267e; 
	padding: 50px 0 ;
}

.footer_logo img {
	max-width: 170px;
	/*margin-bottom: 15px;*/
}


.footer_logo{
	margin-bottom: 12px;
}


.footer_txt p{
	color: gray;
	font-size: 16px;
	line-height: 1.8;

}


.footer_quick_link h3{
	text-transform: uppercase;
	margin-bottom: 15px;
	color: lightgrey;
	margin-top: 10px;
	font-size: 20px;
}


.footer_quick_link ul{
	list-style: none;
}

.footer_quick_link li a{
	font-size: 15px;
	color: gray;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 32px;
	transition: 0.3s ease-in;
}

.footer_quick_link li a:hover {
	color: #fff;
}

.footer_find h3{
	text-transform: uppercase;
	margin-bottom: 15px;
	color: lightgrey;
	margin-top: 10px;
	font-size: 20px;
}

/*.footer_find b{
	color: white;
	text-transform: capitalize;
}
*/
.footer_find p{
	margin-top: 6px;
	font-size: 15px;
	color: white;
	line-height: 2;

}

.footer_contact_box {
	display: flex;
	align-items: center ;
	
}

.footer_contact_box i {
	color: grey;
	font-size: 20px;
	margin-right:20px ;
}

.footer_contact_box p {
	align-self: start;
	color: grey;
}

.footer_find p a{
	text-decoration: none;
	color: gray;
	transition: 0.3s ease-in;
	margin-right: 15px ;
	cursor: auto;
}

/*.footer_find p a:hover {
	color: #fff;
}
*/
/*Copyright*/
.footer_copyright_section{
	background-color: #22267e;
	border-top: grey 1px solid;
	padding: 20px 0;
}

.footer_copyright p{
	color: grey;
	/*text-align: right;*/
	/*margin-top: 20px;*/
}


.footer_copyright p a{
	color: grey;
	text-decoration: none;
}

.footer_copyright p a:hover {
	color: #fff;
}

.footer_icons {
	text-align: right ;
}

.footer_icons a{
	margin: 0px 5px;
	background-color: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: grey;
	border: 1px solid grey;
	border-radius: 50%;
	transition: 0.3s ease-in;
}

.footer_icons a:hover {
	color: #fff;
	border: 1px solid #fff;
}



/*Customer Portal*/

.login-sec {
	/*padding: 50px 0;*/
	/*background-image: url('../images/bg-2.jpg');*/
	background-image: linear-gradient(to right,  grey, lightgrey);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat ;
	overflow: hidden;
	padding: 50px 0;
}

.log_t_container  {
	text-align: center;
	margin-bottom: 15px;
}

.log_t_container i {
	font-size: 30px;
	background-color: #fff;
	color: #2E3290;
	padding: 5px 10px ;
	border-radius: 50%;
	margin-bottom: 5px;
}

.log_t_container h2{
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 3px;
	color: rgba(226, 226, 226, 1);
}

.login-form {
	background-color: #2E3291;
	padding: 30px 10px;
}

.login-form label {
	color: rgba(226, 226, 226, 1);
	letter-spacing: 1px;
	display: block;
	margin-bottom: 3px;
}

.login-form input {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 5px;
	border-radius: 5px;
}

.login-form button {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
	padding: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.3s ease-in; 
}

.login-form button:hover {
	background-color: #E21B28 ;
}

/*Contact Page*/
#contact-page {
	/*background-image: url('../images/bg-2.jpg');*/
	 background-image: linear-gradient(to right,  grey, lightgrey);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat ;
	overflow: hidden;
	padding: 50px 0;
}
.c_p_title {
	text-align: center ;
	margin-bottom: 30px;
}

.c_p_title h2 {
	font-size: 30px;
	text-transform: uppercase ;
	margin-bottom: 5px;
}

.c_p_title div {
	width: 50px;
	height: 3px;
	background-color: #2E3091;
	margin: auto;
}

#contact-page form {
	background-color: #fff;
	padding: 40px;
}

.contact-btn {
	background-color: #323593;
	color: #fff;
	padding: 5px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.3s ease-in;
}


.contact-btn:hover {
	background-color: #E71E2A;
}


.contact-add-box {
	text-align: center;
	background-color: #323593;
	padding:30px;

  /*margin:30px 0;*/
  margin-bottom: 20px;
	color: #fff;
}

.contact-add-box i {
	font-size: 25px;
	margin-bottom: 10px;
}

.contact-add-box h5 {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold ;
}

.contact-add-box p {
	font-size: 14px;
}
.c_p_social {
text-align: center;
}

.c_p_social h5 {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold ;
	font-size: 16px;
	letter-spacing: 2px;
}

.c_p_social a {
	background-color: #000;
	color: #FFF;
	padding: 5px 10px;
	margin: 5px;
	transition: 0.3s ease-in;
}

.c_p_social a:hover {
	background-color: #EC1A23;
}
/*Submit Page*/
#docket-section {
	padding: 50px 0;
	 background-image: linear-gradient(to right, lightgrey, grey);
}

.doc_no_search_box {
	text-align: center;
	overflow: hidden;
}

.doc_no_search_box h2 {
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.doc_no_search_box div {
	margin: auto;
	height: 3px;
	text-align: center;
	width: 600px;
	background-color: #3A3FA5;	
	margin-bottom: 30px;
}



.doc_no_search_box button {
	background-color: #3A3FA5;
	padding: 4px 20px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s ease-in;
}

.doc_no_search_box input {
	padding: 2px  30px;
	margin-right: 10px;
}

.doc_no_search_box button:hover {
	background-color: #D63443;
}

.docket_data_box {
	text-align: center;
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 20px;
}

.docket_inner {
	display: flex;
	justify-content: flex-start;
	margin: 15px 0 ;

}

.docket_inner p {
	font-size: 14px;
}

.pod-btn {
	background-color: #3A3FA5;
	padding:3px 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s ease-in;
}

.pod-btn:hover {
	background-color: #EE3E43;
}




/*Caree Page*/
#career-page {
	padding: 50px 0;
	/*background-image: url('../images/bg-2.jpg');*/
	background-image: linear-gradient(to right,  grey, lightgrey);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat ;
	overflow: hidden;
	padding: 50px 0;
}

.career-title {
	text-align: center;
	margin-bottom: 30px;
}

.career-title h2 {
	font-size: 30px;
	text-transform: uppercase;
}

.career-title div {
	width: 50px;
	height: 3px;
	background-color: #2E3091;
	margin:  auto;
}

#career-page form {
	background-color: #fff;
	padding: 30px;
}

.career-btn {
	display: block;
	width: 100%;
	background-color: #2E3091;
	transition: 0.3s ease-in;
	padding: 5px 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.career-btn:hover {
		background-color: #EC232D;
}

/*Service Page*/
#service-page {
	padding: 50px 0;
}

.service-page-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*margin-bottom: 15px;*/
}

.service-page-content p {
	line-height: 1.6;
	text-align: justify;
}

.service-page-content .title-line {
	width: 50px;
	height: 3px;
	background-color: #3A3FA5;
	margin-bottom: 15px;
}

/*gallery Page*/
.gallery_img_box {
  position: relative;
 /* float: left;*/
  /*overflow: hidden;*/
 /* margin: 10px 1%;*/
/*  min-width: 220px;
  max-width: 310px;*/
  /*width: 100%;*/
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.gallery_img_box img {
  max-width: 100%;
  vertical-align: top;
  height:237px;
  object-fit:cover;
  width: 416px;

  /*height: 210px;*/
}

.gallery_img_box i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  transform: 
    translate(-50%, -50%)
    scale(0);
}

/*.gallery_img_box a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
*/

.gallery_img_box {
  background-color: #e74c3c;
}

.gallery_img_box i {
  color: #e74c3c;
}

.gallery_img_box:hover img {
  opacity: 0.3;

}

.gallery_img_box * {
  transition: all .35s ease-in-out
}
.gallery_img_box:hover i {
  transform: 
    translate(-50%, -50%)
    scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.gallery_img_box h2 {
    padding: 7px 0;
    background: #f1f1f1;
    font-size: 20px;
}


/*media*/

@media (max-width: 767px) {

	body {
		overflow-x: hidden ;
	}

	.cta-btn {
	text-align: center;
	padding-left: 10px;
}

/*	.cta-btn:hover {
		background-color: transparent;
		color: #3A3FA5 !important;
	}
*/
	.footer{
	padding: 30px 0;
}

.footer_logo{
	text-align: center;
}


.footer_txt  {
 text-align: center;
 margin-bottom: 20px;
}

.footer_quick_link {
	margin-bottom: 15px;
}

	.footer_copyright p{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

	.footer_icons {
	text-align: center ;
	margin: 10px 0 15px;
}

.footer_icons a{

	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 12px;
}

.footer_copyright_section{
	background-color: #22267e !important;
}


/*media about-sec*/

#about-sec {
	padding: 30px 0;

}


#about-sec .img-holder {
	text-align: center;
}


.img-holder img {
	margin-top: 20px;
 width: 250px;
 border: 3px solid #2D3091 ;
 border-radius: 50%;
 padding: 10px;
 transition: 0.3s ease-in;
}

.about-sec-content p {
	text-align: justify;
}

.text-mb {
	display: none;
}


.about-sec-btn {
	 padding: 5px 20px;
	 border-radius: 25px;
	 margin-top: 15px;
	 transition: 0.3s ease-in;
}

/*choose media*/
#choose-sec {
	padding: 30px 0;
}

#choose-sec .choose-img-holder {
	text-align: center;
}

#choose-sec img {
	width: 350px;
	/*border-radius: 50%;*/
	margin-top: 20px;
}

.choose-title h2 {
	font-size: 25px;
}

/*services media*/
#services {
	padding: 	30px 0;
}

/*highlight media*/
#highlight-sec {
	padding: 30px 0;
}

.highlight-desk-version {
	display: none;
}

.highlight-img-holder {
	text-align: center;
	margin-bottom: 30px;
}

#highlight-sec img {
	width: 350px;
	border-radius: 50%;
}

.highlight-title h2{
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.highlight-box {
	text-align: left;
}



.highlight-inner {
	display: flex;
	align-items: center;
	justify-content: start;
	line-height: 2;
}

.highlight-inner i {
	margin-right: 15px;
	color: #2E3192;
}

/*title media*/
.title-section	h2 {
	font-size: 25px;

}

.title-section div {
	width: 50px;
}

.side-title-section	h2 {
	font-size: 23px;

}

/*client media*/
#clients-sec {
	padding: 	30px 0;
}


.logo img{
	width: 90px;
}


/*track shipment media*/
#mob-track-shipment {
	background-color:  #3A3FA5;
}

.mob-track-shipment-div {
	
	padding: 30px 50px;
	text-align: center;

}



/*.mob-track-shipment-div i {
	color: #3A3FA5;
	font-size: 30px;
	background-color: #fff;
	border: #fff solid 1px ;
	border-radius: 50%;
	padding: 10px;
	text-align: center;
	margin-bottom: 	10px;
}*/

.mob-track-shipment-div h2 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 10px;
}

.mob-track-shipment-div form input {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
}
.mob-track-shipment-div form button {
	display: block;
	background-color: #000;
	width: 100%;
	padding: 5px 0;
	color: #fff;
	transition: 0.3s ease-in;

}

.track-shipment-div form button:hover {
	background-color: #E21B28;

}

/*career Page media*/
#career-page {
	padding: 20px 0;
	background-color: #E8EBF1;
}
.career-title {
	margin-bottom: 35px;
}
.career-title h2 {
	font-size: 25px;
}

#career-page form {
	padding: 10px;
}

/*Customer portal media*/

.login-sec {
	padding: 30px 0;
}

.login-form {
	padding: 20px 0px;
}

/*cotact page media*/
.c_p_social {
	margin-bottom: 20px;
	text-align: center;
}

#contact-page {
	padding: 20px 0;
}

#contact-page form {
	margin-bottom: 20px;
}


/*submit page*/
	.doc_no_search_box h2 {
		font-size: 20px;
	}

	.doc_no_search_box div {
	margin-bottom: 15px;
}



.doc_no_search_box button {
	background-color: #3A3FA5;
	width: 100%;
	padding: 4px 20px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s ease-in;
}

.doc_no_search_box input {
	width: 100%;
	padding: 2px  30px;
	margin-bottom: 10px;
}
}




@media screen and (min-width: 767px) and (max-width: 1600px) {
  .highlight-mob-version {
  	display: none;
  } 

  .ph_banner {
  	display: none;
  }

  #mob-track-shipment {
  	display: none;
  }
}

/*Our Story*/

/*core team*/
#core-team-sec {
	padding: 50px 0;
	background-color: #E8EBF1;
}

.core-team-header {
	margin-bottom: 30px;
	text-align: center;
}

.core-team-header h2{
	text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
}

.core-team-header div{
	width: 60px;
  height: 3px;
  background-color: #26287A;
  margin: auto;
}

.team-card {
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 10px;
	transition: 0.2s linear;
	margin-bottom: 30px;
	height:455px;
	background-color:white;
}

.team-img-holder {
	width: 100%;
	position: relative;
}



.team-img-holder .team-tag {
	position: absolute;
	bottom: 10px;
	left: 15px;

}

.team-img-holder .team-tag h5 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}

.team-card:hover .team-img-holder .team-tag h5 {
	 visibility: visible;
  opacity: 1;
}

.team-card:hover {
	margin-top: -10px;
}

.team-img {
	width: 100%;
	height: 230px; 
}

.team-content {
	padding: 15px;
	/*background-color: #f4f4f4;*/
}

.team-content h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.team-content h4 {
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: grey;
}

.team-content p {
	text-align: justify;
	font-size: 14px;
	line-height: 1.8;
	margin-top: 8px;
}

#m_v_sec {
	padding: 50px 0;
}

.m_v_box {
	text-align: center;
	width: 100%;
	background-color: rgba(58, 63, 165,1);
	padding: 30px;
	margin-bottom: 20px;
}

.m_v_box h3 {
	margin-bottom: 10px;
	color: #fff;
}

.m_v_box p {
	line-height: 1.8;
	font-size: 15px;
	color: #fff;
}

#q_v_sec {
	padding: 50px 0;
	background-color: #F4F4F4;
}

.q_v_box {
	text-align: center;
	width: 100%;
	/*background-color: #fff;*/
	background-color: rgba(58, 63, 165,0.3);
	padding: 30px;
	margin-bottom: 20px;
}

.q_v_box h3 {
	margin-bottom: 10px;
}

.q_v_box p {
	line-height: 1.8;
	font-size: 15px;
}

/*Our Story End*/

/*find bilty Page*/
#after-login {
	padding: 50px 0;
	background-image: linear-gradient(to right,lightgrey , grey) ;
}

.aF_log_box {
	width: 85%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	/*align-items: center;*/
	/*text-align: 	left;	*/
	background-color: #f4f4f4;
	/*background-image: linear-gradient(to right,lightgrey , grey) ;*/
	padding:50px;
	margin-bottom: 20px;
	border-radius: 30px;
	margin-left:80px;
}

.index2_logo {
	width: 	100px;
	margin:  auto;
	margin-bottom: 15px;

}

.aF_log_box i {
	display: inline-block;
	background-color: #3A3FA5;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: auto;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 15px;
}

.aF_log_box form {
	text-align: center;
}


.aF_log_box h2 {
	display: 	block;
	font-size: 	23px;
	margin-bottom: 	70px;
}

.aF_log_box input	 {
	display: 	block;
	padding: 5px;
	width: 	100%;
	margin-bottom: 15px;
}

.aF_log_box input[type="text"] {
	display: inline-block;
	text-align: center;
	margin: auto; 
	margin-bottom: 15px;
}


.aF_log_box input[type="text"] {
	display: inline-block;
	text-align: center;
	margin: auto; 
	margin-bottom: 15px;
}
.aF_log_box select {
	    display: inline-block;
    /* text-align: center; */
    margin: auto; 
    width: 80%;
    margin-bottom: 15px;
    padding: 10px;
}

.aF_log_box input[type="date"] {
	display: inline-block;
	width: 50%;
}

.aF_log_box button {
	background-color: #3A3FA5;
	color: #fff;
	padding: 8px 40px;
	border-radius: 5px;
	transition: 0.3s ease-in;
	text-transform: uppercase;
	margin-top:70px;
}

.aF_log_box button:hover {
	background-color: #D03345;
}


.i2_pdo_btn {
	margin: auto 	;
	display: block;
	width: 	100%;
	background-color: #3A3FA5;
	padding: 10px 60px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 25px;
	transition: 0.3s ease-in;
}




.i2_pdo_btn:hover {
	background-color: #ED3338;
}

.i2_pdo_btn i {
	margin-right: 10px;
}

@media(max-width: 768px) {
	.i2_pdo_btn {
	  width: 100%;
	font-size: 16px;
}


.aF_log_box {
	width: 85%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	/*align-items: center;*/
	/*text-align: 	left;	*/
	background-color: #f4f4f4;
	/*background-image: linear-gradient(to right,lightgrey , grey) ;*/
	padding:50px;
	margin-bottom: 20px;
	border-radius: 30px;
	margin-left:33px;
}

}


/*find bilty  End*/



/**/
.fixed_pdf_file{
  position: fixed;
  bottom: 30%;
  right: 1%;
  z-index: 99;
}

.fixed_pdf_file a{
    background-color:#252525;
padding: 30px 8px 30px 8px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border:2px solid #fff;
  text-decoration:none !important;
}


/**/

