@charset "utf-8";
/* CSS Document */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333;
	text-align: left;
}
a {
	color:#333;
	cursor:pointer !important;
}
a:hover {
	text-decoration:underline;
}
.section-top-shadow {
	-webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px -2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px -2px 8px 0px rgba(0, 0, 0, 0.35);
}
.section-bottom-shadow {
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.35);
}
.section-both-shadow {
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 10px 3px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 10px 3px rgba(0, 0, 0, 0.35);
}
img {
	border:0px;
	vertical-align:middle
}
.top_header {
	float:left;
	width:100%;
	background-color:#333;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:2px solid #ed2027;
}
.top_menu {
	float:left;
	
}
.top_menu ul {
	list-style:none;
}
.top_menu ul li {
	margin-right:15px;
	display:inline-block;
	font-size:14px;
	color:#FFF;
}
.top_menu ul li a{
    	text-decoration:underline;
    color:#FFF;
}

.top_menu ul li i {
	margin-right:5px;
}

.lang {
	float:right;
	color:#FFF;
	text-transform:uppercase;
}
.lang a {
	color:#FFF;
}
.lang a img {
	height:17px;
}
 @media (min-width:768px) {

}
 @media (min-width:992px) {
 .top_menu ul li {
 	display:inline-block;
 	font-size:14px;
}
}
 @media (min-width:1200px) {
}
 @media (max-width:375px) {
}
/** main menu **/

.main_menu_wrapper {
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.35);
}


.logo_menu {
	float:left;
	width:100%;
	text-align:center;
}
.logo {
	float:none;
	width:auto;
	text-align:center;
}
.logo ul {
	display:inline-block;
	list-style:none;
}
.logo ul li {
	float:left;
}
.logo img {
	max-width:90px;
	max-height:70px;
	margin-right:25px;
}
.slagon1 {
	margin:0px;
	margin-top:12px;
	margin-bottom:5px;
}
.slagon1 a {

	color:#000;
	font-weight:bold;
	font-size:22px;
	line-height:22px;
	text-decoration:none;
	text-transform:uppercase;
}
.slagon {

	margin:0px;
}
.slagon a {

	color:#666;
	font-size:17px;
	line-height:17px;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
}
.slagon a:hover, .slagon a:visited, .slagon a:focus, .slagon1 a:hover, .slagon1 a:visited, .slagon1 a:focus {
	text-decoration:none;
}
 @media (min-width:768px) {
}
 @media (min-width:992px) {
 .logo_menu {
 float:left;
 width:auto;
}
 .logo {
 float:left;
 width:100%;
}
}
.main_menu_wrapper1 {
	float:left;
	width:100%;
	margin-top:10px;
	position:relative;
	height:52px;
}
.mobile_menu_name {
	float:left;
	height:50px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	padding-left:10px;
	display:block;
}
 @media (min-width:968px) {
 .mobile_menu_name {
 display:none;
}
}
 @media (min-width:992px) {
 .main_menu_wrapper1 {
 float:right;
 width:auto;
}
}
 @media (max-width:991px) {
 .main_menu {
 float:left;
 width:100%;
 background-color:#f6f6f6;
 position:absolute;
}
}
/*
.main_menu_wrapper1 {
	 float:left;
	 width:100%;
	 position:absolute;
	 z-index:100;
	
}

 @media (max-width:967px) {
.logo {
    float:left;
	width:100%;
	border:1px solid #0F0;
 }


 .main_menu {
	 float:right;
	 width:100%;
	 z-index:100;
}
 .mobile_menu_name {
 	display:block;
}
}

*/

.slider {
	float:left;
	width:100%;
}
#owl-demo3 .item {
	display: block;
	width: 100%;
	height: 220px;
}
.delay1 {
 animation-delay: .25s;
}
.delay2 {
 animation-delay: .45s
}
.delay3 {
 animation-delay: .55s
}
 @media (min-width:768px) {
}
 @media (min-width:992px) {
 #owl-demo3 .item {
 display: block;
 height: 320px;
}
}
 @media (min-width:1160px) {
 #owl-demo3 .item {
 display: block;
 width: 100%;
 height: 420px;
}
}
/*

 #owl-demo3 .item{
        display: block;
        width: 100%;
		height:calc(92vh - 170px);
}

*/

/************************************************************/

.main_content {
	float:left;
	width:100%;
	min-height:150px;
}
.service_header_desc {
	float:left;
	width:100%;
	font-size:16px;
	text-align:center;
	margin-bottom:45px;
	line-height:22px;
	color:#555;
}
 @media (min-width:768px) {
}
 @media (min-width:992px) {
 .service_header_desc {
 padding-left:25%;
 padding-right:25%;
}
}
.service_wrapper {
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:70px;
}
.service_header {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: 26px;
	padding-bottom:15px;
	text-transform:uppercase;
	margin-bottom:30px;
	background:url(../../images/title_line.png) no-repeat center bottom;
}
.service_content {
	float:left;
	width:100%;
}
.service_content ul {
	float:left;
	width:100%;
	list-style:none;
}
.service_content ul li {
	padding:15px;
}
.service_content ul li a {
	float:left;
	width:100%;
}
.box_line {
	border:1px solid #666;
	border-radius:5px;
	padding:10px;
	padding-top:35px;
	padding-bottom:35px;
	 -webkit-transition: all ease .5s;
	 -moz-transition: all ease .5s;
	 -ms-transition: all ease .5s;
	 -o-transition: all ease .5s;
	 transition: all ease .5s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.ser_icon {
	width:100%;
	text-align:center;
}
.ser_icon i {
	font-size:42px;
	color:#ed2027;
	margin-bottom:15px;
}
.ser_title {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.ser_desc {
	color:#666;
	font-size:16px;
	min-height:40px;
}
.service_content ul li .box_line:hover {
		-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.55);
		-moz-box-shadow:    0px 3px 8px 0px rgba(0, 0, 0, 0.55);
		box-shadow:         0px 3px 8px 0px rgba(0, 0, 0, 0.55);
	 	-webkit-transition: all ease .3s;
	 	-moz-transition: all ease .3s;
	 	-ms-transition: all ease .3s;
	 	-o-transition: all ease .3s;
		 transition: all ease .3s;
}
.service_content ul li a:hover {
	text-decoration:none;
}
 @media (min-width:768px) {
.ser_title {
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}
}
 @media (min-width:992px) {
.service_content {
 float:left;
 width:100%;
}
}
 @media (min-width:1160px) {
}



.director {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:20px;
}
.direct_content {
	text-align:justify;
	line-height:20px;
	font-size:16px;
}



.dir_button{
	background: #ed2027; 
	padding:10px; 
	padding-left:14px;
	padding-right:14px;
	text-transform:uppercase; 
	font-size:14px;
	color:#FFF;
	border-radius:5px;
}


.dir_button:hover {
	background-color:#de1d23;
	color:#FFF;
}

@media (min-width:768px) {

}

@media (min-width:992px) {

}

@media (min-width:1160px) {

}



.logos_wrapper {
	float:left;
	width:100%;
}
.logos {
	float:left;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.last_news_content {
	float:left;
	width:100%;
	padding-top:55px;
	margin-bottom:100px;
}
.news_content {
	float:left;
	width:100%;
}
.last_news_header {
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: 26px;
	padding-bottom:15px;
	text-transform:uppercase;
	margin-bottom:30px;
	background:url(../../images/title_line.png) no-repeat center bottom;
}
.news_content ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}
.news_box {
	float:left;
	width:100%;
	height:180px;
}
.pro_img {
	height:100%;
}
a.news_link {
	display:table;
	width:100%;
	height:100%;
	background-color:#fafafa;
 -webkit-transition: all ease .3s;
 -moz-transition: all ease .3s;
 -ms-transition: all ease .3s;
 -o-transition: all ease .3s;
 transition: all ease .3s;
}
.news_tit {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:20px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#ed2027;
}
a.news_link:hover {
	text-decoration:none;
	background-color:#f0f0f0;
 -webkit-transition: all ease .3s;
 -moz-transition: all ease .3s;
 -ms-transition: all ease .3s;
 -o-transition: all ease .3s;
 transition: all ease .3s;
}
 @media (min-width:768px) {
 .news_box {
 float:left;
 width:100%;
 height:240px;
}
}
.vision_content {
	float:left;
	width:100%;
	background-color:#ed2027;
	padding-bottom:25px;
	padding-top:30px;
	text-align:center;
	font-size:48px;
	color:#FFF;
}
.vision_content a {
	color:#FFF;
}
.vision_content img {
	width:100%;
}
 @media (min-width:768px) {
 .vision_content img {
 width:auto;
 max-height:70px;
}
}
 @media (min-width:992px) {
}
 @media (min-width:1200px) {
}
.main_content_back {
	float:left;
	width:100%;
}
.main_content_box {
	float:left;
	width:100%;
	padding-top:40px;
	padding-bottom:50px;
}
/** back content **/


.main_left {
	float:left;
	width:25%;
	padding:25px;
	background-color:#FFF;

}
.main_right {
	float:right;
	width:74%;
	padding:25px;
}

.main_full {
	float:left;
	width:100%;
	padding:25px;
}
 @media (max-width:768px) {
 .main_left {
 display:none;
}
 .main_right {
 width:100%;
 padding:25px;
 border-left:0px solid #b8b6b6;
}
}
/********right menu***/

.right_colm {
	float:left;
	width:100%;
}
.right_colm .title {
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#333;
	border-bottom:1px solid #333;
}
.right_colm ul {
	list-style:none;
}
.right_colm ul li {
	float:left;
	width:100%;
	border-bottom:1px solid #d2d2d2;
}
.right_colm ul a {
	float:left;
	width:100%;
	padding-left:3%;
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:10px;
	padding-bottom:10px;
	color:#333;
}
.right_colm ul ul {
	float:left;
	width:90%;
	margin-left:20px;
	margin-top:10px;
}
.right_colm ul ul li {
	border-bottom:0px;
	list-style:circle;
	margin-top:2px;
}
.right_colm ul ul a {
	padding:0px;
	text-transform:none;
}
.right_colm a:hover {
	color:#FFF;
	background-color:#ed2027;
}
.right_colm ul a.active {
	background-color:#ed2027;
	color:#FFF;
}
.right_colm ul a.active_sub {
	color:#144d92;
	text-decoration:underline;
	font-weight:bold;
}
/**********************/

.all_news {
	float:left;
	width:100%;
	padding-left:15px;
}
 @media (max-width:768px) {
 .all_news {
 padding-left:0px;
}
}
.section_header {
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#333;
	border-bottom:1px solid #333;
}
.all_news ul {
	float:left;
	width:100%;
	list-style:none;
}
.list_item_news {
	float:left;
	width:100%;
	border-bottom:1px solid #d2d2d2;
	margin-bottom:28px;
	padding-bottom:18px;
}
.list_item_news:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}
.item_news_img {
	max-width:240px;
	margin-right:35px;
	margin-bottom:15px;
	margin-top:3px;
	box-shadow: 2px 1px 2px 0 #d0d0d0;
}
.item_header {
	width:100%;
	text-transform:uppercase;
	padding-top:2px;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#333;
	font-size:18px;
	line-height:22px;
}
 @media (max-width:768px) {
 .item_news_img {
 max-width:180px;
 margin-right:20px;
}
}
 @media (max-width:480px) {
 .item_news_img {
 float:left;
 width:30%;
}
.item_header {
 font-size:15px;
 font-weight:bold;
}
}
.item_content {
	color:#666;
	font-size:15px;
	text-align:justify;
}
a.item_read_more {
	float:right;
	margin-top:3px;
	background-color:#ed2027;
	color:#FFF;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	border-radius:2px;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
a.item_read_more:hover {
	background-color:#d61118;
	color:#FFF;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
/*
.list_item_news1{
   float:left;
   width:25%;
   padding:10px;
}


.item_news_img1{
	float:left;
	width:100%;
}


.item_header1{
	
	float:left;
	width:100%;
	background-color:#085b58;
	font-size:16px;
	font-weight:bold;
	padding:8px;
	padding-top:10px;
	height:50px;
	color:#FFF;
}


.item_content1{
	
	float:left;
	width:100%;
	height:140px;
	background-color:#085b58;
	color:#E8E8E8;
	font-size:14px;
	padding:8px;
	padding-top:15px;
	padding-bottom:15px;
}


a.item_read_more1 {
	float:left;
	margin-top:8px;
	color:#FFF;
	font-style:italic;
	text-decoration:underline;

}
a.item_read_more1:hover {
	color:#CCC;

}

.last_news_img {
	position:relative;
	display:block;
	overflow:hidden;
}

.overlay-link {
	content: '';
	left: 0px;
	top: 0px;
	right:0px;
	bottom:0px;
	position: absolute;
	z-index:1000;

}



.over_back {
	float:left;
	width:100%;
	height:100%;
	padding:15px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.list_item_news1:hover .over_back {
	
	padding:25px;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.over_border {
	float:left;
	width:100%;
	height:100%;
	border:1px solid #FFF;
}


/* single news */


.single_news {
	float:left;
	width:100%;
	font-size: 16px;
	line-height: 22px;
}
.single_news_header {
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	padding-bottom:15px;
	margin-bottom:25px;
	color:#333;
	border-bottom:1px solid #333;
}
.single_news_header_center {
	float:left;
	width:100%;
	font-size:26px;
	line-height:22px;
	color:#085b58;
	text-align:center;
	margin-bottom:25px;
}
 @media (max-width:768px) {
 .single_news_header {
	 font-size:16px;
	 line-height:20px;
	 font-weight:bold;
}
}
.single_news_content {
	float:left;
	width:100%;
	text-align:justify;
	font-size: 16px;
	line-height: 22px;
}
.single_news_content table tr td {
	padding:5px;
}
.single_news_content img {
	width:100%;
	max-width:100%;
	margin-right:35px;
	margin-bottom:15px;
	margin-top:5px;
}
.single_news_content ul {
	margin-left:55px;
}
.socail_share {
	float:right;
}
.socail_share_top {
	float:right;
	width:100%;
	margin-bottom:10px;
}
.socail_share a {
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:2px;
}
.socail_share a i {
	margin-right:3px;
}
a.facebook_share {
	float:right;
	padding:5px;
	background-color:#3b5998;
	margin-right:15px;
	padding-left:7px;
	padding-right:7px;
}
a.twitter_share {
	float:right;
	padding:5px;
	background-color:#29aae3;
	padding-left:7px;
	padding-right:7px;
}
.socail_share a:hover, .socail_share_top a:hover {
	text-decoration:underline;
}
/*
.full_item{
	float:left;
	width:100%;
	border:1px solid #F00;

}

.f_item{
    float:left;
	width:50%;
	background-position:center;	
	border:1px solid #0F0;

}

.f_item:last-child{
   
   height:100%;
   min-height:100%;

}






@media (min-width:420px) {

}

@media (min-width:768px) {
 
}

@media (min-width:992px) {
 
}

@media (min-width:1160px) {

}

*/

.booking_box {
}
.booking_content {
	float:left;
	width:100%;
	font-size:16px;
}
.booking_content ul {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.b_list_header {
	font-weight:bold;
	text-transform:uppercase;
}
.b_list_group {
	border-bottom:1px solid #999;
	padding-bottom:25px;
	color:#666;
}
.contacts_content {
	float:left;
	width:100%;
}
.contacts_header {
	float:left;
	width:100%;
	background:url(../../images/Logistics-and-4PL.jpg) no-repeat center right;
}
.contact_header_color {
	padding-top:80px;
	padding-bottom:80px;
	font-size:34px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#FFF;
	background:rgba(255, 0, 9, 0.8);
}
.contact_button {
	float:right;
	font-size:16px;
	text-transform:uppercase;
	padding:10px 20px;
	background-color:#ed2027;
	color:#FFF;
}
.form-group {
	margin-bottom:35px;
}
.form-control {
	padding:22px 12px !important;
	border-radius:1px;
}
.contact_button {
	background-color:#ed2027;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
.contact_button:hover {
	background-color:#e2040b;
	color:#FFF;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
/************ footer ******************/

.footer_section {
	background-image:url(../../images/bg-ct.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	width:100%;
	border-top:3px solid #ed2027;
}
.footer_color {
	float:left;
	width:100%;
	padding-top:70px;
}
.footer_title {
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:30px;
	letter-spacing:1px;
}
.footer_menu {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.footer_menu li {
	float:left;
	width:90%;
	list-style:none;
	color:#FFF;
	list-style:circle;
	margin-bottom:12px;
	margin-left:15px;
}
.footer_menu li a {
	float:left;
	color:#FFF;
}
.footer_socail {
	width:100%;
}
.footer_socail li {
	display:inline-block;
	margin-right:15px;
	list-style:none;
}
.footer_socail li a {
	color:#FFF;
	font-size:26px;
}
.footer_contacts {
	width:100%;
	list-style:none;
}

.footer_contacts li {
	width:100%;
	color:#FFF;
	font-size:15px;
	line-height:18px;
	margin-bottom:15px;
}
.footer_contacts li i {
	margin-right:12px;
}
.footer_contacts li a{
    	text-decoration:underline;
    color:#FFF;
}

.contact_form {
	float:left;
	width:100%;
}
.f_input {
	float:left;
	width:100%;
	background:none;
	padding:5px;
	margin-bottom:15px;
	border-radius: 2px;
	border: 1px solid #FFF;
	font-size:16px;
	color:#FFF;
}
.input_txt {
	float: left;
	width: 100%;
	height: 100px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #FFF;
	margin-bottom:15px;
	background:none;
	font-size:16px;
	color:#FFF;
}
.send_button {
	float: right;
	font-size:14px;
	padding:8px;
	padding-left:16px;
	padding-right:16px;
	background: #ed2027;
	color: #FFF;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	text-transform:uppercase;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
.send_button:hover {
	background-color:#de1d23;
	color:#FFF;
 -webkit-transition: all ease .5s;
 -moz-transition: all ease .5s;
 -ms-transition: all ease .5s;
 -o-transition: all ease .5s;
 transition: all ease .5s;
}
 .f_input::-webkit-input-placeholder, .input_txt::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #CCC;
}
.f_input::-moz-placeholder { /* Firefox 19+ */
 color: #CCC;
}
.f_input:-ms-input-placeholder { /* IE 10+ */
 color: #CCC;
}
.f_input:-moz-placeholder { /* Firefox 18- */
 color: #CCC;
}
 @media (min-width:768px) {
}
 @media (min-width:992px) {
}
 @media (min-width:1160px) {
}
.footer_copyright {
	float:left;
	width:100%;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	padding-bottom:40px;

}
.f_c_name {
	float:left;
	margin-top:0px;
}
.f_d_logo {
	float:right;
}
