@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*============================

==============================*/
.btn-primary{
	background-color: #B3252E!important;
}
.logo-section{}
.logo-section img{
	display: block;
	width: 100%;
}
.site-navbar{
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 16px 16px #0000004a;
}
.top-header{
	padding: 10px 0px;
	background-color: #2C3C94;
}
.top-header span{
	display: inline-block;
	margin: 0px 10px;
	color: #ddd;
}
.top-header a{
	color: #fff;
}
.top-header a:hover{
	color: #B3252E;
}
.sections{
	padding: 60px 0px;
}

/*============================

==============================*/


/*============================

==============================*/
.home-tools{
	padding: 25px 0px;
	background-color: #B3252E
}
.home-tools span{
	display: block;
	padding: 2px 20px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.home-tools span a{
	font-size: 1.2rem;
	color: #fff;
}
.home-tools span a i{
	font-size: 1.5rem;
	margin-right: 5px;
}
.home-tools span.b1{
	border: none;
}

/*============================

==============================*/
.home-services{}
.home-services h2{
	color: #2C3C94;
	font-size: 2.5rem;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.home-services h4{
	font-size: 1.3rem;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
}
.home-services p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.3;
}
.home-services img{
	display: block;
	width: 100%;
	height: 210px;
}
.home-services .wrap{
	margin-top: 15px;
	margin-bottom: 30px;
}
.home-services a{
	color: #fff;
	display: block;
	padding: 15px 10px;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #B3252E
}
/*============================

==============================*/
.home-about{
	background-color: #2C3C94;
}
.home-about small{
	display: block;
	font-size: 1.2rem;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
}
.home-about h2{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
.home-about p{
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.3;
}
.home-about a{
	color: #fff;
	display: block;
	padding: 15px 10px;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #B3252E
}
.home-about img{
	display: block;
	width: 100%;

}
.marquee-section{
	padding-bottom: 50px;
	background-color: #2C3C94;
}
.marquee-section .marquee-items{
	height: 15%;
	width: auto;
	padding: 0px 0px;
	position: relative;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
}
.marquee-section .marquee-item{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	padding: 0;
	position: relative;
	flex-shrink: 0;
	color: #111;
	font-weight: 400;
	font-style: italic;
	font-size: 1.1rem;
	cursor: pointer;
}
.marquee-section .marquee-item i{
	display: inline-block;
	margin: 0px 15px;
	font-size: .80rem;
	color: #B3252E;
}
/*============================

==============================*/
.home-sector{
	background-color: #eee;
	background-size: cover;
}
.home-sector h2{
	color:#2C3C94;
	margin: 0px;
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
}
.home-sector p{
	font-size: 1.3rem;
	line-height: 1.3;
	color: #333;
}
.home-sector .wrap{
	background-size: cover;
	background-position: center;
}
.home-sector .wrap a{
	color: #fff;
	display: block;
	margin: 20px 0px;
	padding: 150px 20px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}
.home-sector .wrap a small{
	display: block;
	letter-spacing: 10px;
	text-transform: uppercase;
}
.home-sector .wrap a h4{
	font-size: 2rem;
	text-transform: uppercase;
}
/*============================

==============================*/
.home-faqs{}
.home-faqs h2{
	color: #2C3C94;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.home-faqs .accordion .card{
	background-color: transparent;
	border: none;
	padding: 0px;
}
.home-faqs .accordion .card-header{
	background-color: transparent;
	border-color: #ccc;
	padding: 0px;
}
.home-faqs .accordion .card-header button{
	font-size: 1.3rem;
	font-weight: 500;
	text-decoration: none;
	color: #222;
	padding: 15px 0px;
}
.home-faqs .accordion .card-body{}
.home-faqs .accordion .card-body h4{
	font-size: 1.3rem;
	font-weight: 600;
}
.home-faqs .accordion .card-body p{
	font-size: 1.1rem;
	line-height: 1.5;
}
.home-faqs .accordion .card-body ul li{
	font-size: 1.1rem;
	line-height: 1.5;
	margin: 10px 0px;
}

/*============================

==============================*/
.global-trade{}
.global-trade .accordion{}
.global-trade .accordion .card{
	border: none;
	padding: 0px;
	background-color: transparent;
}
.global-trade .accordion .card-body{
	background-color: transparent;
}
.global-trade .accordion .card-body p{
	margin: 0px;
	font-size: 1.1rem;
	line-height: 1.7;
}
.global-trade .accordion .card-header{
	padding: 0px;
	margin: 0px;
	border-color: #ccc;
	background-color: transparent;
}
.global-trade .accordion .card-header button{
	color: #2C3C94;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
	white-space: normal;
	word-wrap: break-word;
	background-color: transparent;
}

/*============================

==============================*/
.home-career{}
.home-career .wrap{
	text-align: center;
	background: rgba(0, 0, 0, .6);
}
.home-career .wrap h3{
	font-size: 2.5rem;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}
.home-career .wrap small{
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 10px;
	color: #fff;
}
.home-career .wrap p{
	font-size: 1.2rem;
	color: #fff;
	width: 60%;
	margin: auto;
	line-height: 1.5;
}
.home-career .wrap a{
	font-size: 1.2rem;
	display: block;
	padding: 12px 20px;
	width:35%;
	margin: auto;
	color: #fff;
	font-weight: 500;
	margin-top: 20px;
	text-transform: uppercase;
	border: 2px solid #fff;
}




/*============================

==============================*/
.main-banner{
	background-size: cover;
	background-position: center;
}
.main-banner .wrap{
	width: 100%;
	height: 60vh;
	padding-bottom: 50px;
	align-content: flex-end;
	justify-content: flex-end;
	background: rgba(0, 0, 0, .5);
}
.main-banner .wrap h1{
	font-size: 2.5rem;
	color: #fff;
	margin: 0px;
	font-weight: 600;
}
.main-banner .site-menu{
	margin-top: 10px;
	font-weight: 500;
	color: #fff;
}
.main-banner .site-menu span{
	display: inline-block;
	margin: 0px 6px;
}
/*============================

==============================*/
.side-details{}
.side-details img{
	display: block;
	width: 100%;
	height: 260px;
	margin-bottom: 15px;
}
.side-details h2{
	font-size: 2rem;
	font-weight: 600;
	color: #2C3C94;
}
.side-details p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
}
.side-details ul li{
	font-size: 1.2rem;
	line-height: 1.3;
	color: #333;
	margin: 6px 0px;
}

.side-menu{}
.side-menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side-menu ul li{
	margin: 2px 0px;
}
.side-menu ul li a{
	font-size: 1.2rem;
	font-weight: 500;
	padding: 15px 30px;
	display: block;
	color: #fff;
	background-color: #2C3C94;
}
.side-menu ul li.active a{
	background-color: #B3252E;
}
/*============================

==============================*/
.about-section{}
.about-section h3{
	font-size: 2rem;
	color: #2C3C94;
	font-weight: 600;
	margin-top: 20px;
}
.about-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.about-section img{
	display: block;
	width: 100%;
}
.about-section a{
	color: #fff;
	display: block;
	padding: 15px 10px;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #B3252E;
}
.about-why{}
.about-why .wrap{
	text-align: center;
	background: rgba(0, 0, 0, .5);
}
.about-why .wrap h3{
	font-size: 2.5rem;
	color: #fff;
	font-weight: 600;
}
.about-why .wrap small{
	color: #fff;
	display: block;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.about-why .wrap p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;

}
/*============================

==============================*/
.contact-section{}
.contact-section h3{
	font-size: 2rem;
	color: #2C3C94;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-section h4{
	color: #222;
	font-size: 1.3rem;
	margin: 0px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact-section p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.contact-section p a{
	color: inherit;
	text-decoration: underline;
}
.contact-section article{
	display: block;
	padding: 10px 0px;
}
.contact-section .map-section{
	width: 100%;
	height: 300px;
	background-color: #eee;
}
/*============================

==============================*/
.quote-section{
	padding-top: 160px;
	padding-bottom: 50px;
	background-size: cover;
	background-color: #2C3C94;
	background-position: center;
	background-attachment: fixed;
}
.quote-section .quote-intro h2{
	font-size: 2rem;
	color: #222;
	font-weight: 700;
	text-align: center;
}
.quote-section .quote-intro p{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	color: #333;
}

.quote-section-faq{
	padding: 50px 0px;
}
.quote-section-faq h2{
	font-size: 2rem;
	font-weight: 700;
	color: #2C3C94;
}
.quote-section-faq h5{
	font-size: 1.5rem;
	line-height: 1.3;
	color: #222;
	margin-bottom: 15px;
}
.quote-section-faq .accordion .card{
	background-color: transparent;
	border: none;
}
.quote-section-faq .accordion .card-header{
	background-color: #2C3C94;
	padding: 0px;
	border: none;
	margin: 5px 0px;
}
.quote-section-faq .accordion button{
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	padding: 15px;
	text-decoration: none;
}
.quote-section-faq .accordion .card-body{}
.quote-section-faq .accordion .card-body p{
	margin: 0px;
	font-size: 1.2rem;
	line-height: 1.7;
}
/*============================

==============================*/
.freight-section-tab{}
.freight-section-tab .tab{
	overflow: hidden;
}
.freight-section-tab .tab span{
	display: block;
	padding: 20px;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	color: #2C3C94;
	margin: 15px 0px;
	background-color: #eee;
	text-transform: uppercase;
}
.freight-section-tab .tab span.active {
	background-color: #2C3C94;
	color: #fff;
}

.freight-section-tab .tab-wrap{
	margin-top: 30px;
}
.freight-section-tab .tab-wrap .tabcontent{
	display: none;
}
.freight-section-tab .tab-wrap .tabcontent h3{
	font-size: 2rem;
	color: #2C3C94;
	margin-top: 60px;
	font-weight: 600;
}
.freight-section-tab p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.freight-section-tab h2{
	font-size: 2rem;
	color: #222;
	font-weight: 600;
}
.freight-section-tab .tab-wrap .tabcontent img{
	display: block;
	width: 100%;
	height: 320px;
}
.freight-section-tab .tab-wrap .tabcontent a{
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 10px;
	font-size: 1rem;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #B3252E;
}
/*============================

==============================*/
.global-country-section1{
	padding-bottom: 30px;
	text-align: center;
}
.global-country-section1 h2{
	font-size: 2.5rem;
	color: #2C3C94;
	font-weight: 600;
	text-transform: uppercase;
}
.global-country-section1 p{
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
}
.global-country-section1 small{
	display: block;
	font-weight: 500;
	color: #B3252E;
	font-size: 1rem;
}

.global-country-section2{
	padding: 50px;
	background-color: #2C3C94;
}
.global-country-section2 h4{
	font-size: 1.5rem;
	color: #fff;
	margin: 0px;
	font-weight: 600;
}
.global-country-section2 p{
	font-size: 1.3rem;
	color: #fff;
	margin: 0px;
	line-height: 1.5;
}
.global-country-section2 a{
	color: #2C3C94;
	width: 100%;
	display: block;
	padding: 15px 10px;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #fff;
}

.global-country-section3{
	padding: 30px 0px;
}
.global-country-section3 h3{
	color: #333;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.global-country-section3 .country-btn{
	padding: 15px;
	margin: 3px 0px;
	cursor: pointer;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.global-country-section3 .country-btn:hover{
	background-color: #eee;
}
.global-country-section3 .country-btn i{
	color: #2C3C94;
}

.location-body{}
.location-body .modal-title{
	font-size: 1.4rem;
	margin: 0px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
}
.location-body img{
	display: block;
	width: 100%;
}
.location-body h4{
	font-size: 1.4rem;
	font-weight: 400;
}
.location-body p{
	font-size: 1.1rem;
	color: #333;
	line-height: 1.5;
	margin: 0px;
}

.location-body a{
	font-size: 1.2rem;
	margin-right: 10px;
	display: inline-block;
	text-decoration: underline;
}
.location-body .btn{
	font-size: 1rem!important;
	padding: 12px 20px!important;
	text-transform: uppercase;
	font-weight: 500;
	border: none!important;
}
.location-body a.btn,
.location-body a.btn:hover{
	color: #fff!important;
	text-decoration: none!important;
	background-color: #2C3C94!important;
}

/*============================

==============================*/





/*============================

==============================*/
.track-number{}
.track-number h4{
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
}
.track-number img{
	display: block;
	width: 100%;
}
.track-number form{}
.track-number form input{
	height: 100%;
	border-radius: 5px;
	padding: 15px!important;
	border: 1px solid #bbb;
}
.track-number form button{
	width: 100%;
	display: block;
	padding: 12px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	border: none!important;
	background-color: #2C3C94!important;
	text-transform: uppercase;
}



/*============================

==============================*/
.no-track-record{
	padding: 50px 30px;
	border-radius: 15px;
	text-align: center;
	border: 1px solid #bbb;
}
.no-track-record img{
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.no-track-record h3{
	color: #333;
	font-size: 1.4rem;
	font-weight: 600;
}
.no-track-record p{
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 20px;
}
.no-track-record p strong{
	text-decoration: underline;
}
.no-track-record a{
	width: 80%;
	display: block;
	padding: 12px;
	color: #fff;
	margin: auto;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	border-radius: 50px;
	border: none!important;
	background-color: #2C3C94!important;
	text-transform: uppercase;
}


.track-section{}
.track-section .track-id{
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px solid #bbb;
}
.track-section .track-id span{
	display: inline-block;
	font-size: 1.2rem;
}
.track-section .track-id strong{
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #45B653;
	text-transform: uppercase;
}

.track-section h3{
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}
.track-section .wrap{
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #bbb;
}


.track-section .wrap .track-body{}
.track-section .wrap .track-body .contents{
	font-size: 1.2rem;
	padding: 18px 10px;
	border-top: 1px solid #bbb;
}
.track-section .wrap .track-body .contents strong{
	display: block;
	font-weight: 600;
	line-height: 1.3;
}
.track-section .wrap .track-body .contents span{
	display: block;
	line-height: 1.3;
}
.track-section .wrap .track-body .contents span i{
	color: #888;
}

.track-history{
	padding: 20px 30px;
	border-radius: 5px;
	margin-bottom: 15px;
	background-color: #DDE4FF;
	border-left: 5px solid #45B653
}
.track-history .contents{
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.track-history p{
	margin: 0px;
}
.track-history strong{
	font-weight: 600;
}

.noboder{
	border: none!important;
}
.track-img img{
	display: block;
	width: 100%;
}
/*============================

==============================*/
.site-login{
	width: 100%;
	height: 100%;
	background-color: #111;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.login-form{
	padding: 50px;
	margin: 50px 0px;
	border-radius: 15px;
	background-color: #fff;
}
.login-form h3{
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0px;
	color: #2C3C94;
}
.login-form p{
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0px;
}
.login-form .bgred{}
.login-form .bgred ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.login-form .bgred ul li{
	line-height: 1.3;
}

.login-form span{
	display: block;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.login-form form{
	margin-top: 15px;
}
.login-form form label{
	display: block;
	margin: 0px;
	font-weight: 500;
}
.login-form form input{
	height: 100%!important;
	padding: 15px!important;
	border-radius: 5px!important;
}
.login-form form button{
	width: 80%;
	display: block;
	padding: 10px;
	color: #fff;
	margin: auto;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 15px;
	border-radius: 50px;
	border: none!important;
	background-color: #2C3C94!important;
	text-transform: uppercase;
}
.login-form form img{
	top: -4px;
	text-align: center;
	display: inline-block;
	position: relative;
	background-color: #111;
}
/*============================

==============================*/
.reviews-section{}
.reviews-section .wrap{
	padding: 30px;
	margin: 10px 0px;	
	border-radius: 15px;
	background-color: #eee;
}
.reviews-section .wrap img{
	display: block;
	margin: auto!important;
}
.reviews-section .wrap h5{
	margin: 0px;
	padding: 0px;
	font-size: 1.1rem;
	margin-bottom: 4px;
}
.reviews-section .wrap span{
	display: block;
}
.reviews-section .wrap span i{
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: -3px;
	color: #EF6C00;
}
.reviews-section .wrap small{
	display: block;
	font-size: .80rem;
	line-height: 1.3;
	margin: 0px;
	color: #bbb;
}
.reviews-section .wrap .reviews-text{
	height: 160px;
	overflow: auto;
}
.reviews-section .wrap p{
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 5px;
}

/*============================

==============================*/
.insurance-services{
	background-color: #eee;
}
.insurance-services h2{
	font-size: 3rem;
	color: #2C3C94;
	margin: 0px;
}
.insurance-services h5{
	color: #222;
	font-size: 1.5rem;
	margin-bottom: 40px;
}
.insurance-services article{
	padding: 10px 0px;
	border-bottom: 1px dotted #ccc;
}
.insurance-services article h4{
	color: #222;
	font-size: 1.3rem;
}
.insurance-services article p{
	margin: 0px;
	font-size: 1rem;
	line-height: 1.5;
}
.insurance-services article p strong{
	color: #222;
	font-weight: 600;
	display: inline-block;
}
/*============================

==============================*/
.why-insurance{}
.why-insurance h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	color: #2C3C94;
}
.why-insurance p{
	font-size: 1.1rem;
	margin: 0px;
}
.why-insurance ul{}
.why-insurance ul li{
	font-size: 1.2rem;
	margin: 10px 0px;
}
/*============================

==============================*/
.benefit-section{}
.benefit-section h2{
	font-size: 2.5rem;
	margin: 0px;
	color: #2C3C94;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 20px;
}
.benefit-section p{
	font-size: 1.1rem;
	line-height: 1.5;
}
.benefit-section .wrap{
	margin-top: 30px;
}
.benefit-section .wrap h4{
	font-size: 1.5rem;
	font-weight: 700;
	color: #222;
}

.insurance-section3{}
.insurance-section3 h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	color: #222;

}
.insurance-section3 ul li{
	font-size: 1.1rem;
	line-height: 1.5;
	margin: 10px 0px;
}
.insurance-section3 img{
	display: block;
	width: 100%;
}
.insurance-section3.sections p{
	font-size: 1.3rem;
	font-weight: 600;
}
.insurance-section3.sections h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	color: #222;
	margin-top: 40px;

}

/*============================

==============================*/
.insurance-policy{}
.insurance-policy h2{
	font-size: 2.5rem;
	color: #2C3C94;
	font-weight: 700;
	line-height: 1.1;

}
.insurance-policy h5{
	color: #222;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 30px;
}
.insurance-policy h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #222;
	margin-top: 30px;
}
.insurance-policy p{
	font-size: 1.1rem;
	line-height: 1.5;
}

/*============================

==============================*/
.freight-duration{}
.freight-duration h2{
	color: #2C3C94;
	font-size: 2rem;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 30px;
}
.freight-duration article{
	padding: 20px;
	color: #222;
}
.freight-duration article.color{
	color: #fff!important;
	background-color: #2C3C94;
}
.freight-duration article h5{
	font-size: 1.2rem;
	padding-bottom: 5px;
	border-bottom: 2px dotted #222;
}
.freight-duration article.color h5{
	border-bottom: 2px dotted #fff;
}
.freight-duration article span{
	display: block;
	font-size: 1rem;
}
.freight-duration h4{
	margin: 0px;
	margin-top: 20px;
	font-size: 1.1rem;
	font-weight: 600;
}
.freight-duration small{
	line-height: 1.3;
	font-style: italic;
}
/*============================

==============================*/
footer{
	background-color: #002E5F;
}
.footer-top{}
.footer-top p{
	color: #eee;
	line-height: 1.3;
}
.footer-top h5{
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.footer-top ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-top ul li{
	margin: 10px 0px;
}
.footer-top ul li a{
	color: #eee;
	display: inline-block;
	text-decoration: underline;
}

.copyright{
	padding: 30px;
	border-top: 1px solid #245192;
}
.copyright p{
	margin: 0px;
	color: #eee;
	line-height: 1.5;
}
.copyright p a{
	display: inline-block;
	margin: 0px 5px;
	color: #fff;
	text-decoration: underline;
}


@media all and (max-width : 768px){
/*============================

==============================*/
.logo-section{
	display: block;
	width: 60%;
}
.site-blocks-cover{
	min-height: 600px!important;
	height: 80vh!important;
	background-position: top;
}
.site-blocks-cover .row a{
	font-size: 1rem!important;
}

.site-blocks-cover h1{
	font-size: 2.3rem;
	margin-top: 70px!important;
	font-weight: 600;
}
.sections{
	padding: 40px 0px!important;
}

.home-services h2{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.home-services img{
	height: auto;
}
.home-about,
.home-sector{
	text-align: center;
}
.home-about h2,
.home-sector h2,
.home-career .wrap h3,
.home-career .wrap h3,
.side-details h2,
.about-section h3,
.about-why .wrap h3,
.contact-section h3,
.quote-section h2,
.freight-section-tab h2,
.global-country-section1 h2,
.global-country-section3 h3{
	font-size: 1.6rem;
}
.home-about small{
	margin: 0px;
}
.home-about img{
	margin-top: 15px;
}
/*============================

==============================*/
.home-career .wrap p{
	width: 100%;
}
.home-career .wrap a{
	width: 100%;
}




/*============================

==============================*/
.footer-top h5{
	margin: 15px 0px;
}

.copyright{
	padding: 20px 0px;
	text-align: center;
}
.copyright a{
	display: block!important;
}



}