@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body{
	font-family: 'Fira Sans Extra Condensed', sans-serif;

}
a{
  transition: all 2s ease-out 0s;
}
a:focus{
	outline: none !important;
	text-decoration: none !important; 
}
p{
	font-size: 13px;
	font-weight: 300;
}
h2{
	color: #0771b9;
	font-size: 28px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: 300;
}
#box1{
	width: 100%;
	position: absolute;
	z-index: 10;
}
#box1 .in-box1{
	float: right;
	margin: 15px 0px;
}
#box1 .in-box1 ul{
	margin: 0px;
	padding: 0px;
}
#box1 .in-box1 ul li{
	list-style: none;
	float: left;
	margin-left: 10px;
}
#box1 .in-box1 ul li a{
	color: #fff;
	display: -webkit-flex;
	font-size: 18px;
	
	border-radius: 20px;
	width: 34px;
	text-align: center;
	height: 34px;
	justify-content: center;
	align-items: center;
}
#box1 .in-box1 ul li a:hover{
	background-color: #183744;
}
#box1 .in-box1 ul li .facebook{
	background-color: #3a5899;
}
#box1 .in-box1 ul li .skype{
	background-color: #00aff1;
}
#box1 .in-box1 ul li .google-plus-g{
	background-color: #dd4a38;
}
#box1 .in-box1 ul li .whatsapp{
	background-color: #25d366;
}

#box1 .in-box1 ul li .track-btn{
	color: #fff;
	display: block;
	padding: 8px 15px;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 175px;
	border-radius: 0px; 
	margin-left: 20px;
}
#box1 .in-box1 ul li .track-btn{
	background-color: #f47321;
	font-weight: 600;
	font-size: 13px;
}
#box1 .in-box1 ul li .track-btn:hover{
	text-decoration: none;
	background-color: #0872ba;
}
#box1 .mian-menu .nav > li > a{
	padding: 0px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-left: 15px;
	font-size: 15px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
#box1 .mian-menu ul li:hover ul{
	display: block;
}
#box1 .mian-menu ul li ul {
	margin: 0px;
	position: absolute;
	width: 200px;
	display: none;
	padding-left: 15px;
	padding-top: 10px;
}
#box1 .mian-menu ul li:nth-child(5) ul{
	right: 0;
}
#box1 .mian-menu ul li ul li{
	list-style: none;
}
#box1 .mian-menu ul li ul li a{
	background-color: rgba(8, 114, 184, 1);
	padding: 10px 8px; 

	display: block;
	color: #fff;
	text-transform: uppercase;
}
#box1 .mian-menu ul li:hover a{
	background-color: rgba(8, 114, 184, 1);
}
#box1 .mian-menu ul li ul li a:hover{
	text-decoration: none;
	background-color: #f47321;
	color: #fff;
}
#box1 .mian-menu .nav > li > .active{
	background-color: rgba(8, 114, 184, 1);
}
#box1 .mian-menu .nav > li > a{
	
	background-color: rgba(8, 114, 184, 0.3);
	padding: 4px 10px;
	padding-bottom: 5px;
}
#box1 .mian-menu .nav > li > a:hover{
	background-color: rgba(8, 114, 184, 1);
}
#box2 img{
	width: 100%;
}
#box2 .carousel-fade .carousel-inner .item img{
	width:100%;
}
#box2 .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#box2 .carousel-fade .carousel-inner .active {
  opacity: 1;
}
#box2 .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#box2 .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#box2 .carousel-fade .carousel-control {
  z-index: 2;
}
#box2 .carousel-caption{
	right: 0px;
	left: 0px;
	text-align: left;
	padding-bottom: 10%;
}
#box2 .carousel-caption h1{
	font-weight: 100;
	font-size: 52px;
	opacity: .8;
}

#box3{
	 background-image: url("../img/main-bg.png");
	 background-repeat: no-repeat;
	 background-size: cover;
	 
}
#box3 .in-box2{
	background-color: #183744;
	padding: 35px;
	margin-top: -150px;
}
#box3 .in-box2 .btn-box{
	margin-top: -60px;
	margin-left: 0px;
}

#box3 .in-box2 .btn-box a{
	background-color: #fff;
	border: 1px solid #f47321;
	float: left;
	display: block;
	padding: 15px 35px;
	color: #f47321;
	text-transform: uppercase;
	margin-right: 15px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}
#box3 .in-box2 .btn-box a:hover{
	background-color: #f47321;
	color: #fff;
	text-decoration: none;
}
#box3 .in-box2 h3{
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 38px;
	margin: 30px 0px;
}
#box3 .in-box2 p{
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 25px;
}
#box3 .in-box2 a{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #cfd7da;
	padding-bottom: 5px; 
}
#box3 .in-box2 a:hover{
	text-decoration: none;
	color: #f47321;
}
#box3 .in-box3 h4{
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 35px;
	margin: 60px 0px;
}
#box3 .in-box3 h4 span{
	display: block;
	font-weight: 100;
	color: #333;
	font-size: 50px;
}
#box3 .in-box3 h4 span i{
	font-style: normal;
	font-size: 25px;
}
#box3 .in-box3 h4 span b{
	font-weight: 100;
}
.sec-box01{
	background-color: #f6f6f6;
	padding: 25px 0px;
}
.sec-box01 h5{
	font-size: 25px;
	font-weight: 100;
	line-height: 35px;
	opacity: .7;
	padding-top: 75px;
	text-transform: uppercase;
}
.sec-box01 .tab-content{
	height: 260px;
	padding-bottom: 45px;
}
.sec-box01 ul li{
	float: left;
	width: 50%;
	margin-bottom: 3px;
	height: 138px;
}
.sec-box01 .nav > li > a{
	padding: 0px;
	border: 1px solid #f2f2f2;
	outline: none !important;
}
.sec-box01 .nav > li > a img{
	width: 100%;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 2s ease-out 0s;
  opacity: 1;
}
.sec-box01 .nav  .active a img{
	
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 2s ease-out 0s;
  opacity: 1;
}
.sec-box01 .nav a:hover img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 2s ease-out 0s;
  opacity: 1;
}
a:focus{
	outline: none !important;
}
.sec-box01 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border: none !important;
	border: 1px solid #fff !important;
	outline: none !important;
	transition: all 2s ease-out 0s;
}
.sec-box01 h2{
	font-weight: 300;
	color: #0771b9;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.sec-box01 p{
	font-size: 13px;
	color: #6a6a6a;
	line-height: 25px;
}
.sec-box01 .red-btn{
	background-color: #f47321;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	padding-top: 6px;
	display: inline-block;
	position: absolute;
	bottom: 0%;
}
.sec-box01 .red-btn:hover{
	background-color: #0771b9;
	text-decoration: none;
}
.sec-box01 .nav-tabs{
	border-bottom: none;
}

#box4{
	margin: 25px 0px;
}
#box4 h2{
	font-weight: 300;
	color: #0771b9;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#box4 ul{
	margin:0px;
	padding:0px;
}

#box4 ul li{
	list-style:none;
	float:left;
	margin-left: 15px;
	width: 370px !important;
}
#box4 ul li:nth-child(1){
	margin-left: 0px;
}
#box4 ul li:hover{

}
#box4 ul li a{
	color: #000;
	display: block;
}
#box4 ul li a:hover{
	text-decoration: none;
}
#box4 ul li a img{
	transition: all 0.7s ease-out 0s;
	 -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
#box4 ul li a:hover img{
	transition: all 0.7s ease-out 0s;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#box4 ul li a:hover .ser-text-box{
	
	transition: all 0.7s ease-out 0s;
	margin-top: -320px;
	background-color: #0771b9;
	height: 320px;
	padding-top: 25px;
}
#box4 ul li a:hover .ser-text-box h4{
	color: #fff;
}
#box4 ul li a:hover .ser-text-box p{
	color: #fff;
}
#box4 ul li a:hover .ser-text-box span{
	color: #fff;
	
}
#box4 ul li a .ser-text-box span:hover{
	
	margin-left: 10px;
}
#box4 .ser-text-box{
	transition: all 0.7s ease-out 0s;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 5px 10px;
	width: 99.9%;
	display: block;
	position: relative;
	margin-top: -89px;
	height: 89px;
	overflow: hidden;
	padding-bottom: 30px;
	
}
#box4 .ser-text-box h4{
	transition: all 0.7s ease-out 0s;
	font-size: 19px;
	color: #fff;
	margin: 10px 0px;
	text-transform: uppercase;
	margin-top: 5px;
}
#box4 .ser-text-box p{
	transition: all 0.7s ease-out 0s;
	font-size: 12px;
	color: #fff;
	
	line-height: 22px;
}
#box5{
	margin-top: 40px;
	margin-bottom: 25px;
}
#box5 .in-box5 h4{
	padding: 64px 0px;
	float: left;
	width: 33%;
	background-color: #f2f2f2;
	
	text-align: center;
text-transform: uppercase;
font-size: 13px;
line-height: 27px;
}
#box5 .in-box5 h4 span{
	font-size: 25px;
	margin-right: 15px;
	display: block;
	text-align: center;
}
#box5 .in-box5 h4 span b{
	font-weight: normal;
}
#box5 .in-box5 h4 span i{
	font-size: 15px;
}
#box5 h2{
	font-weight: 300;
	color: #0771b9;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#box5 p{
	line-height: 28px;
}
#box5 .ser-box{
	border-bottom: 1px solid #b8b8b8;
	padding-bottom: 20px;
	width: 50%;
	margin-top: 20px;
}
#box5 .ser-box input{
	border: none; 
	text-transform: uppercase;
	width: 80%
}
#box5 .ser-box input:nth-child(2){
	float: right;
	background-color: #fff;
	font-weight: 600;
	width: 20%
}
#box5 .service-box h3{
	font-weight: 300;
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	background-color: #f47321;
	padding: 10px 15px;
	margin: 0px;
}
#box5 .service-list{
	
	
}
#box5 .service-list ul{
	margin: 0px;
	padding: 0px;
}
#box5 .service-list ul li{
	list-style: none;
	margin-top: 3px;
}
#box5 .service-list ul li a{
	color: #5b5b5b;
	font-size: 14px;
	padding: 9px 15px;
	display: block;
	text-transform: uppercase;
	background-color: #f2f2f2;
	border-left: 1px solid #0771b9;
}
#box5 .service-list ul li a i{
	display: none;
}
#box5 .service-list ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #0771b9;

	-webkit-box-shadow: 0px 0px 21px -1px rgba(173,173,173,1);
-moz-box-shadow: 0px 0px 21px -1px rgba(173,173,173,1);
box-shadow: 0px 0px 21px -1px rgba(173,173,173,1);
}
#box6{
	margin-top: 50px;
	background-color: #edf5fb;
	padding: 40px 0px;
	
}
#box6 h3{
	text-transform: uppercase;
	font-size: 18px;
	color: #292929;
	margin: 0px;
	margin-bottom: 20px;
}
#box6 ul{
	margin: 0px;
	padding: 0px;
}
#box6 ul li{
	list-style: none;
	line-height: 32px;
}
#box6 ul li a{
	color: #3c3c3c;
	font-size: 13px;
}
#box6 ul li a:hover{
	text-decoration: none;
	color: #0771b9;
}
#box6 h4{
	text-transform: uppercase;
	font-size: 14px;
	color: #292929;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 400;
}
#box6 p{
	line-height: 23px;
	margin-bottom: 0px;
}
#box6 .carousel-indicators{
	
}
#box7{
	padding: 15px 0px;
}
#box7 p{
	margin: 0px;
	letter-spacing: 1px;
}
#box7 p img{
	margin-right: 5px;
	margin-top: -5px;
}
.computer{
		display: block;
}
.tab{
	display: none;
}
#inner-box{
	margin-top: 25px;
}
#inner-box h3{
	font-weight: 300;
color: #0771b9;
font-size: 28px;
text-transform: uppercase;
margin-bottom: 20px;
}
#inner-box p{
	line-height: 25px;
	font-size: 13px;
}
.team-box{
	border:1px solid #ddd;
	padding: 10px;
	margin-top: 15px; 
	transition: all 2s ease-out 0s;
}
.team-box h5{
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	transition: all 2s ease-out 0s;
}

.team-box p{
	margin-bottom: 0px;
	text-transform: uppercase;
}
.team-box:hover{
	border:1px solid #0771b9;
	transition: all 2s ease-out 0s;
}
.team-box:hover h5{
	color: #f47321;
	transition: all 2s ease-out 0s;
}
.services-box{
	
	
	margin-top: 15px; 
	transition: all 2s ease-out 0s;
	padding: 10px;
	border: 1px solid #ddd;
}
.services-box h4{
	text-transform: uppercase;
	margin-top: 0px;
	color: #0771b9;
	margin-bottom: 10px;
	transition: all 2s ease-out 0s;
}
.services-box p{
	
}
.services-box a{
	background-color: #f47321;
	color: #fff;
	padding: 5px;
	display: block;
	width: 120px;
	text-align: center;
	text-transform: uppercase;
}
.services-box:hover a{
	background-color: #0771b9;
	text-decoration: none;
	color: #fff;
}
.services-box:hover h4{
	color: #f47321;
	transition: all 2s ease-out 0s;
}
.services-box img{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition: all 2s ease-out 0s;
}
.services-box:hover img{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 2s ease-out 0s;
}
.services-details{
	padding: 0px;
	border: none;
}
.services-details ul{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
.services-details ul li{
	list-style: none;
	line-height: 35px;
}
.services-details ul li i{
	margin-right: 10px;
	color: #f47321;
}
.cargo-company-box{
	padding: 20px 10px;
}

.cargo-company-box a{
	width: 170px;
}




.locations-box{
	
	
	transition: all 2s ease-out 0s;
	
}
.locations-box h5{
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #f47321;
	transition: all 2s ease-out 0s;
}

.locations-box p{
	margin-bottom: 0px;
	text-transform: uppercase;
}
.locations-box table{
	margin-top: 15px;
}
.locations-box table tr td{
	font-size: 13px;
	padding: 5px 0px;
}
.contact-page .text-box {
  
  margin-bottom: 25px; 
  width: 100%;
  border:1px solid #ddd;
  padding: 10px;
}

.contact-page .sub-btn{
	background-color: #f47321;
	border:none;
	color: #fff;
	padding: 10px;
	display: block;
	width: 100px;
	text-transform: uppercase; 
	
	transition: all 2s ease-out 0s;
}
.contact-page .sub-btn:hover{
	background-color: #0771b9;
	transition: all 2s ease-out 0s;
}
.contact-page p{
	margin-bottom: 25px;
}
.track-box h4{
	background-color: #0771b9;
	padding: 8px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.track-box .modal-header{
	padding: 0px;
}
.track-box .modal-header .close{
	margin-top: -2px;
	color: #fff;
	opacity: 1;
	padding: 8px;
	padding-right: 15px;
}
.track-box .modal-content{
	box-shadow:none;
	border: none;
	border-radius: 0px;
}
.modal-open .modal{
	background-color: rgba(24, 55, 68, 0.8);
}
.track-box select{
	width: 100%;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.track-box input{
	border: 1px solid #ddd;
	width: 100%;
	padding: 5px;
	font-size: 12px;
	margin-top: 15px;
}
.track-box .modal-dialog{
	width: 300px;
	margin-top: 15%;
}
.track-box .sub-btn{
	background-color: #f47321;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 100px;
	text-align: center;
	color: #fff;
	padding-top: 7px;
	transition: all 2s ease-out 0s;
}
.track-box .sub-btn:hover{
	background-color: #0771b9;
	transition: all 2s ease-out 0s;
}
.locations-box01 .nav-tabs{
	border: none;
	margin-bottom: 20px;
	margin-top: 25px;
}
.locations-box01 .nav-tabs > li > a{
	border: none;
	padding: 5px 10px;
	background-color: #0771b9;
	color: #fff;
	border: none;
	border-radius: 0px;
	font-weight: bold;
}
.locations-box01 .nav-tabs > li {
	margin-right: 5px;
}
.locations-box01 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color: #f47321 !important;
	color: #fff !important;
	border: none !important;
}
.locations-box01 .nav-tabs > li > a:hover{
	background-color: #f47321 !important;
	color: #fff !important;
	border: none !important;
}
.career-box{
	padding: 20px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #f47321;
	margin-top: 25px;
}
.career-box span{
	background-color: #d90000;
	width: 70px;
	color: #fff;
	float: right;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}
.career-box h4{
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	margin: 25px 0px;
}
.career-box a{
	color: #333;
}
.career-box a:hover{
	text-decoration: none;
	color: #f47321;
}

@media (min-width: 0px) and (max-width: 1199px) {

	#box3 .in-box2{
		margin-top: 0px;
	}
	#box3 .in-box2 .btn-box{
		display: none;
	}
	#box3 .in-box3 h4{
		margin: 25px 0px;
	}
	.sec-box01{
		margin-top: 35px;
	}
	.sec-box01 .tab-content{
		height: auto;
	}
	#box5 .ser-box{
		width: 100%;
	}
	#box6  .col-lg-6 h4{
		margin-top: 15px;
	}
}

@media (min-width: 0px) and (max-width: 991px) {

	#box1{
		position: relative;
	}
	#box1 .mian-menu .nav > li > a{
		color: #333;
	}
	#box2 .carousel-caption{
		display: none;
	}
	.computer{
		display: none;
	}
	.tab{
		display: block;
	}
	#box1 .mian-menu .nav > li > a{
		margin-left: 13px;
		font-size: 13px;
		font-weight: 300;
	}
	#box1 .mian-menu .navbar-brand{
		height: auto;
		padding: 0px;
		
	}
	.sec-box01 ul li{
		width: 25%;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	#box1 .in-box1{
		position: relative;
		float: none;
	}
	#box1 .in-box1 ul li a{
		border-radius: 0px;
	}
	#box1 .in-box1 ul li{
		margin-left: 0px;
	}
	#box1 .in-box1 ul li:nth-child(5){
		float: right;
	}
	#box1 .navbar-toggle{
		margin-right: 0px;
		margin-top: 0px;
	}
	#box1 .mian-menu .navbar-brand{
		margin-top: 10px;
	}
	#box5{
		margin-top: 10px;
	}
	.service-box{
		margin-top: 20px;
	}
	#box6 h3{
		margin-bottom: 10px;
		margin-top: 20px;
	}
	
}