@charset "utf-8";
body { 
	font-family: "Open Sans", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
	}
a {
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    text-decoration: none !important;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.top_header{
	float:left;
	width:100%;
	min-height:34px;
	font-size:11px;
	color:#535353;
	line-height:34px;
	border-bottom: solid 1px #dcdcdc;
	background-image: -webkit-linear-gradient(bottom, #e5e5e5 1%, #fff 23%);
	background-image: -moz-linear-gradient(bottom, #e5e5e5 1%, #fff 23%);
	background-image: -o-linear-gradient(bottom, #e5e5e5 1%, #fff 23%);
	background-image: -ms-linear-gradient(bottom, #e5e5e5 1%, #fff 23%);
	background-image: linear-gradient(to top, #e5e5e5 1%, #fff 23%);
}
.top_header i{
	color:#0249a2;
	font-size:15px;
}
ul.social_share{
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:30px;
}
ul.social_share li{
	display:inline-block;
	line-height:0;
}
header{
	float:left;
	width:100%;
	min-height:472px;
	background:url(../images/header_bg.jpg) no-repeat;
	background-size:cover;
}
.logo_wrapper{
	float:left;
	padding:11px 0;
}
.navigation{
	float:left;
	width:100%;
	background-color:#f6f6f6;
	border-width:1px 0 1px 1px;
	border-style:solid;
	border-color:#e2e2e2;
	margin-top:18px;
	min-height:65px;
}
.right_gutter{
	padding-right:0;
}
.left_gutter{
	padding-left:0;
}
.no_gutter{
	padding:0;
}
.nav_right{
	float:left;
	width:100%;
	margin-top:18px;
	min-height:65px;
	background-color:#0249a2;
}
.nav_right_fold{
	position:absolute;
	top:6px;
	right: 13px;
}
.navbar {
    min-height:0px;
    margin-bottom:0;
    border: 0;
	border-radius:0;
	padding:25px 0;
}
.navbar-nav>li>a{
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#282828;
	padding:0 20px;
	line-height:13px;
	border-right:1px solid #d5d5d5;
}
.navbar-nav>li:last-child>a{
	bordeR:0;
}
.navbar-nav>li>a:hover{
	background-color:transparent;
	color:#0249a2;
}
.nav_right ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:11px;
	width:100%;
	text-align:center;
	border-bottom:1px solid #003373;
}
.nav_right ul li{
	display:inline-block;
	padding:9px 0;
}
.nav_right ul li a{
	display:inline-block;
	color:#fff;
	padding:0 15px;
	line-height:11px;
}
.nav_right ul li a{
	border-right:1px solid #fff;
}
.nav_right ul li:last-child a{
	border-right:0;
}
.nav_right ul li a:hover{
	color:#ffbf11;
}
.nav_right p{
	font-size:11px;
	text-align:center;
	color:#fff;
	padding:7px 0;
	margin:0;
}
.nav_right p span{
	color:#ffbf11;
}
.nav_right p span.fa{
	font-size:15px;
	padding-right:5px;
}
.slider_blue{
	position:absolute;
	top:0;
	width:298px;
	height:369px;
	background:rgba(2,73,162,0.8);
	left:6%;
	padding:20px;
	color:#fff;
}
.slider_blue h1{
	font-size:28px;
	font-weight:lighter;
	margin:0;
}
.slider_blue h1 span{
	display:block;
	font-weight:700;
	line-height:40px;
}
.slider_blue h1 small{
	display: block;
    margin-top: -30px;
    color: #fff;
}
.slider_blue p{
    font-size: 13px;
    text-align: justify;
    margin-top: 15px;
    font-weight: lighter;
    line-height: 22px;
}
.slider_yellow{
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	background:#ffbf11;
	left:0;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
}
.slider_yellow a{
	display:inline-block;
	line-height: 50px;
	padding: 0 20px;
	color:#000;
}
.slider_yellow a:hover{
	background-color:#000;
	color:#ffbf11;
}
.slider_yellow a i{
	padding-right:10px;
}
.slider_yellow p{
	line-height:20px;
}
.slogan_slider{
	float: left;
    margin-top: 45px;
}

section.content-top{
	float:left;
	width:100%;
	background:url(../images/content-top_bg.jpg) #fff no-repeat;
	min-height:233px;
	padding-top: 8px;
}
section.content-top h2{
	font-size:13px;
	font-weight:700;
	color:#0249a2;
	text-transform:uppercase;
	margin-bottom: 30px;
}
section.content-top h2 span{
	color:#3b3b3b;	
	}
section.content-top h2:after{
    font-family: FontAwesome;
    content: '\f107';
    color: #3b3b3b;
    position: absolute;
    font-size: 20px;
    right: 15px;
}
.content-top h1{
	font-size:19px;
	color:#0249a2;
	text-transform:uppercase;
	font-weight:800;
}
.content-top p{
	font-size:13px;
	color:#767676;
	text-align:justify;
	line-height:20px;
}
.news_date{
	float:left;
	width:104px;
	height:104px;
	background-color:#b9002c;
	color:#fff;
	border-radius:100%;
	margin-right: 20px;
}
.news_date>h1{
	font-size: 41px;
    font-weight: lighter;
    margin: 0 auto;
    padding: 17px 0 0 0;
    text-align: center;
	color:#fff;
}
.news_date h1 small{
	display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.news_slider ul li p{
	font-size: 12px;
    text-align: justify;
    padding-top: 12px;
}
a.more{
	float: right;
    display: inline-block;
    background-color: #0249A2;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 15px 0;
}
a.more i{
    color: #000;
    background-color: #ffbf11;
    position: relative;
    right: -16px;
    padding: 8px 10px;
}
a.more:hover{
	 background-color:#ffbf11;
	 color:#000;
}
a.more:hover i{
	background-color: #0249A2;
    color: #fff;
}
button.track_order_btn{
	float: right;
    display: block;
    background-color: #0249A2;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 15px;
    border: 0;
	outline:none;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
button.track_order_btn:hover{
	background-color:#ffbf11;
	 color:#000;
}
button.track_order_btn:after{
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    display: inline-block;
    color: #000;
    background-color: #ffbf11;
    left: 130px;
    padding: 6px 10px;
    margin-top: -6px;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
button.track_order_btn:hover:after{
	background-color: #0249A2;
    color: #fff;
}
.news_slider_control a{
	color:#7c7c7c;
}
.news_slider_control{
    position: absolute;
    padding-left: 30px;
    font-size: 18px;
    margin-top: -30px;
    padding: 10px 30px;
    background-color: #fff;
}
.news_slider_control a{
	color:#7c7c7c;
}
.news_slider_control a:hover{
	color:#000;
}

a.more2{
	display:block;
	border-width:1px 0 1px;
	border-style:solid none;
	border-color:#dcdcdc;
	padding:8px;
	font-size:12px;
	color:#0249a2;
	font-weight:600;
}
a.more2:after{
	font-family: FontAwesome;
    content: '\f067';
	color:#7b7b7b;
	padding-left:10px;
}
p.track_note{
	background-color:#d5d5d5;
	border-left:14px solid #9f9f9f;
	padding: 6px 20px;
	color:#000;
}
input[type=text].track_text{
    width: 100%;
    border: 1px solid #c7c7c7;
    font-size: 30px;
    color: #000;
    font-weight: lighter;
    padding:5px 20px;
    margin-bottom: 6px;
}
.company_list{
	width: 100%;
    padding: 15px 15px;
	border: 1px solid #c7c7c7;
	margin-bottom:7px;
	font-size:14px;
}
.track_text::-webkit-input-placeholder{
  color:#383838;
  font-size:14px;
  line-height:40px;
}
a.helper_link{
	color:#b1b1b1;
	font-size:30px;
}
.highlights_2 {
    position: relative;
    min-height: 201px;
    width: 100%;
    overflow: hidden;
}
.highlights_2 .container {
    position: relative;
    z-index: 2;
}
.highlights_2 > img.community_initiatives_bg {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -965px;
}
.highlights_2 > img.information_associates_bg {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}
.highlights_2 h4{
	font-weight: 300;
    font-size: 14px;
    color: rgb(204, 204, 204);
    margin-top: 12px;
    letter-spacing: 0.5px;
    /*text-shadow: 1px 1px 2px #000;*/
}
.highlights_2 h4 strong{
	font-weight:400;
}
.highlights_2 h4.gray{
	font-weight:800;
	font-size:18px;
	color:#bebebe;
}
.highlight_content{
	padding-left:30px;
	padding-top:1px;
}
.highlights_2 ul.right_list{
    list-style-type: none;
    margin: 0;
    color: #b3b3b3;
    padding: 0;	
}
.highlights_2 ul.right_list li{
    width: 45%;
    display: inline-block;
    line-height: 25px;
    font-size: 13px;
    padding: 0 0 0 20px;
}
.highlights_2 ul.right_list li:before{
    font-family: FontAwesome;
    content: '\f058';
    font-size: 12px;
    position: absolute;
    margin-left: -18px;

}
.highlights_2 ul.right_list li a{
	font-size:12px;
	font-weight:300;
	color:#b3b3b3;
}
.highlights_2 ul.right_list li a:hover{
	color:#fff;
	text-decoration:none;
}
section.gary_grdt{
	float:left;
	background-image: -webkit-linear-gradient(bottom, #eee 82%, #c6c6c6);
	background-image: -moz-linear-gradient(bottom, #eee 82%, #c6c6c6);
	background-image: -o-linear-gradient(bottom, #eee 82%, #c6c6c6);
	background-image: -ms-linear-gradient(bottom, #eee 82%, #c6c6c6);
	background-image: linear-gradient(to top, #eee 82%, #c6c6c6);
	width: 100%;
	min-height: 223px;
}
section.gary_grdt h4{
	color:#7c7c7c;
	font-weight:800;
	font-size:20px;
	padding: 20px 0 0;
	margin: 0;
}
.client_slider{
	float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding:0 20px 0 30px;
    /* margin-top: 15px; */
    opacity: 0.8;
	border-radius: 100px;
}
.client_slider .slides{
    margin: 30px 0;
	float:left;
}
.client_slider .slides li{

}
.gallery_slider{
	margin-top:17px;
}
.gallery_slider .flex-control-nav {
    z-index: 5 !important;
	top: 30px;
    left: 100px;
}
.gallery_slider  .flex-control-nav li {
    margin: 0 3px;
}
.gallery_slider 	.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgb(255, 191, 17);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

}
.gallery_slider 	 .flex-control-paging li a.flex-active {
    background: #0249A3;
}
.track_assignment, .news_events{
	float:left;
	width:100%;
}
.news_events{
	margin:15px 0;
	border-top:1px solid #ccc;
}
.heading_line {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 30px;
    color: #000;
}
.heading_line strong {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading_line strong:after {
    content: "";
    display: block;
    width: 50px;
    margin: 10px 0;
    border-bottom: 2px solid #000;
}
.content_wrapper{
	float:left;
	width:100%;
	margin-bottom:25px;
}
.content_wrapper p {
    font-size: 13px;
    color: #545454;
    font-weight: 400;
    padding-bottom: 20px;
}
.content_wrapper ul.list{
	padding-left:15px;
}
.content_wrapper ul.list li{
	font-size:13px;
	color:#3a3a3a;
	font-weight:600;
	line-height:25px;
	list-style-type:none;
}
.content_wrapper ul.list li:before{
	font-family:FontAwesome;
	content:'\f0da';
	color:#3a3a3a;
	padding-right:10px;
}
.content_wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
    color: #000;
    line-height: 20px;
}
ul.contact_details li:before{
	content:none;
}

footer{
	float:left;
	width:100%;
	background-color:#0249a2;
	padding:20px 0;
	color:#fff;
	font-size:12px;
}
footer .copyright{
	float:left;
	text-align:left;
}
footer .footer_links{
	float:right;
	text-align:right;
}
footer a{
	color:#ffbf11;
	font-weight:700;
}
footer a:hover{
	color:#fff;
}
footer .footer_links a{
	color:#fff;
	font-weight:normal;
}
footer .footer_links a:hover{
	text-decoration:none;
	color:#ffbf11;
}
.navbar-toggle {
    background-color: #0249A2;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
@media screen and (max-width:767px){
	header{
		min-height:0;
	}
	.main_slider{
		margin-top:30px;
	}
	.slider_blue{
		display:none;
	}
	.right_gutter{
		padding-right:15px;
	}
	.left_gutter{
		padding-left:15px;
	}
	.no_gutter{
		padding:0 15px;
	}
	.navbar{
		padding: 10px 0;
	}
	.navbar-nav>li>a {
		line-height: 40px;
	}
	img.nav_right_fold{
		display:none;
	}
	.logo_wrapper {
		position: absolute;
		z-index: 5;
		top: 25px;
		left: 25px;
		padding:0;
	}
	.highlights_2{
		display:none;
		min-height: 240px !important;
	}
	.logo_wrapper img{
		width:70%;
	}
	.news_slider li{
		min-height:150px;
	}
	.photo_gallery_slider{
		display:none;
	}
	.imp_links{
		float:left;
		width:100%;
		padding:15px 15px;
	}
	.imp_links img{
		margin:0 auto;
		width:100%;
	}
	.helper_link{
		display:none;
	}
	footer .copyright, footer .footer_links{
		float:left;
		width:100%;
		text-align:center;
	}
	
 }
@media screen and (max-width:1199px){
	.slider_blue{
		display:none;
	}
      }
@media screen and (min-width:1280px) and (max-width:1366px){
	
	
	}