<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********************Content**************/
.h38 {
	height:39px; height:calc(39px); height:-moz-calc(40px); height:-webkit-calc(38px);
}
.h66 {height:66px; height:calc(68px); height:-moz-calc(69px); height:-webkit-calc(66px)
}
.h94{
	height:96px; height:calc(98px); height:-moz-calc(99px); height:-webkit-calc(94px);
}
.h122{
	height:122px; height:calc(127px); height:-moz-calc(128px); height:-webkit-calc(122px)
}

.h38a {
	height:39px; height:calc(39px); height:-moz-calc(40px); height:-webkit-calc(38px);
}
.h66a {padding:26px 0;
}
.h94a{
	height:96px; height:calc(98px); height:-moz-calc(99px); height:-webkit-calc(94px);
}
.h122a{
	height:122px; height:calc(127px); height:-moz-calc(128px); height:-webkit-calc(122px)
}

/******Content-Left*****/
.content-left{
	padding:10px;
background: #97b81f; /* Old browsers */
background: -moz-linear-gradient(top,  #97b81f 0%, #91af1b 21%, #87a416 38%, #82a117 42%, #728c0d 69%, #728c0f 71%, #6c860b 79%, #647d07 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97b81f), color-stop(21%,#91af1b), color-stop(38%,#87a416), color-stop(42%,#82a117), color-stop(69%,#728c0d), color-stop(71%,#728c0f), color-stop(79%,#6c860b), color-stop(100%,#647d07)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #97b81f 0%,#91af1b 21%,#87a416 38%,#82a117 42%,#728c0d 69%,#728c0f 71%,#6c860b 79%,#647d07 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #97b81f 0%,#91af1b 21%,#87a416 38%,#82a117 42%,#728c0d 69%,#728c0f 71%,#6c860b 79%,#647d07 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #97b81f 0%,#91af1b 21%,#87a416 38%,#82a117 42%,#728c0d 69%,#728c0f 71%,#6c860b 79%,#647d07 100%); /* IE10+ */
background: linear-gradient(to bottom,  #97b81f 0%,#91af1b 21%,#87a416 38%,#82a117 42%,#728c0d 69%,#728c0f 71%,#6c860b 79%,#647d07 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97b81f', endColorstr='#647d07',GradientType=0 ); /* IE6-9 */
border:5px solid #fff;
}
.content-left h2{
	color:#FFF;
	font-size:25px;
	margin-bottom:15px;
}
.content-left ul li {
	font-size:17px;
	margin-bottom:5px;
transition:All 0.2s ease-out;
-webkit-transition:All 0.2s ease-out;
-moz-transition:All 0.2s ease-out;
-o-transition:All 0.2s ease-out;
padding:5px;
background:url(../images/arrow-hand.png) 5px 6px no-repeat;
padding-left:30px;
}
.content-left ul li:hover {
	padding-left:35px;
background:url(../images/arrow-hand.png) 10px 6px no-repeat #007238;

}
.content-left ul li a{
	color:#FFF;
	display:block;
}

/***************Content Right**********/
.content-right{
	float:right;
	background:#fff;
	padding:10px;
}
.content-right p{
	margin-bottom:10px;
}
.content-right p:last-child{
	margin-bottom:0px;
}
.content-right .history{
	width:660px;
}
.content-right .history, .history tr td{
	border:2px solid #fff !important;
}
.content-right .history tr{
	width:660px;
}
.content-right .history tr td{
	padding:10px 10px 0 10px;
}
.content-right ul{
	margin-bottom:0px;
	float:left;
}
.content-right ul li{
	margin-bottom:10px;
	background:url(../images/arrow.png) 0 no-repeat;
	padding-left:20px;
}
.content-right ul li &gt; a{
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}
.content-right ul li:hover &gt; a{
	padding-left:10px;
}

.content-right .history tr .dt{
	width:150px;
	background:#98b81f;
	color:#FFF;
	font-weight:bold;
}
.content-right .history tr .dt p{
	text-align:center;
}
.content-right .history tr {
	background:#d4e78d;
}


/****************Contact Form**********/
.contact-form{
	width:462px;
	float:left;
	padding:10px;
	background: #444444; /* Old browsers */
background: -moz-linear-gradient(top,  #444444 0%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #444444 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #444444 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #444444 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #444444 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
color:#FFF;
}
.contact-form section{
	float:left;
	width:231px;
}
.contact-form section:last-child input, .contact-form section:last-child textarea{
	float:right;
}
.contact-form .section{
	float:left;
	width:462px;
}
.contact-form .section1{
	float:right;
}
.contact-form .section1 button{
	margin-left:5px;
}
.content-right .contact-table, .contact-table tr th, .contact-table tr td{
	border:1px solid #fff !important;
}
.content-right .contact-table tr{
	width:660px;
	float:left;
}
.content-right .contact-table tr th, .content-right .contact-table tr td{
	padding:10px;
	width:309px;
}
.content-right .contact-table tr th{
background:#98b81f;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
.content-right .contact-table tr td{
	background:#d4e78d;
}

/**********Bg images***********/
.ocean{
	background:url(../images/ocean.png) 350px 44px no-repeat #FFF;
}
.air{
	background:url(../images/air.png) 350px 44px no-repeat #FFF;
}
.warehouse{
	background:url(../images/warehouse.png) 350px 44px no-repeat #FFF;
}
.project-cargo{
	background:url(../images/project-cargo.png) 350px 44px no-repeat #FFF;
}
</pre></body></html>