html,  body,  div,  span,  applet,  object,  iframe,  h1,  h2,  h3,  h4,  h5,  h6,  p,  blockquote,  pre,  a,  abbr,  acronym,  address,  big,  cite,  code,  del,  dfn,  em,  font,  ins,  kbd,  q,  s,  samp,  small,  strike,  strong,  sub,  sup,  tt,  var,  dl,  dt,  dd,  ol,  ul,  li,  fieldset,  form,  label,  legend,  table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
*::before,  *::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.fl,  .content {
	width: 100%;
	float: left;
}
.btn {
	font-size: 18px;
	padding: 5px 30px;
	display: inline-block;
	background: #2bb1da;
	color: #fff;
	margin-top: 15px;
	font-family: "Oswald", sans-serif;
	font-style: italic;
}
.btn:hover {
	background: #393438;
	color: #fff;
}
.half {
	width: 50%;
	float: left;
}
.half_left {
	width: 49%;
	float: left;
}
.half_right {
	width: 49%;
	float: right;
}
.container:before,  .container:after {
	content: "";
	display: table;
}
.container:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
p {
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0 !important;
}
a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
img {
	max-width: 100%;
}
body {
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "Nunito Sans", sans-serif;
}
.container {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tbl_mid {
	display: table-cell;
	vertical-align: middle;
}
/***** header  *****/

.header {
	position: relative;
	border-bottom: 2px solid #e6e7e7;
}
a.logo {
	float: left;
	max-width: 350px;
	margin: 20px 0 5px;
}
.head_phone {
	border-top: 2px solid #4d4d4d;
	float: right;
	background: #4d4d4d;
	color: #fff;
	padding: 6px 20px 4px 66px;
	position: relative;
	font-size: 19px;
}
.head_phone:before {
	content: url(images/ph_icon.jpg);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
}
.navbar {
	float: right;
	clear: right;
	margin-top: 60px;
}
.navbar ul {
}
.navbar ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -1px;
	position: relative;
}
.navbar ul li a {
	background: #0089e6;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 20px;
	width: 177px;
	display: block;
	text-align: center;
}
.navbar ul li ul {
	width: 190px;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	transition: 0.5s all ease-in-out;
	z-index: 1;
	padding-top: 2px;
}
.navbar ul li:hover ul {
	display: block;
}
.navbar ul li ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	width: 100%;
	float: left;
}
.navbar ul li ul li a {
	font-size: 14px;
	padding: 10px 10px 10px 15px;
	text-align: left;
	transition: 0.3s all ease-in-out;
	text-transform: capitalize;
	width: 100%;
	float: left;
}
.navbar ul li ul li a:hover {
	padding-left: 20px;
}
/* Radial Out */

.navbar ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	background: #0089e6;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.navbar ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar ul li a:hover,  .navbar ul li a:focus,  .navbar ul li a:active {
	color: white;
}
.navbar ul li a:hover:before,  .navbar ul li a:focus:before,  .navbar ul li a:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}
/***** Section1  *****/

.banner_sap {
	height: 12px;
	background: url(images/banner_sap.jpg) repeat-x;
}
.sec1 {
	position: relative;
}
.sec1 .container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.banner_img {
	width: 100%;
}
img.banner_bottom_img {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner_cap {
	width: 430px;
	color: #fff;
}
.banner_cap h1 {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}
.banner_cap h3 {
	font-size: 30px;
	margin-bottom: 15px;
	text-align: left;
}
.banner_cap p {
	font-size: 22px;
	font-weight: 300;
	text-align: left;
}
.banner_cap a {
	background: #323232;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 20px 8px 16px;
	display: inline-block;
	border: 1px solid #a0a0a0;
	position: relative;
	margin-top: 15px;
}
.banner_cap a img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 12px;
}
/* .banner_cap a:before {

  content: url(images/req_btn_icon.png);

  position: absolute;

  left: 14px;

  bottom: 0;

} */

/* Radial Out */

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	background: #323232;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0089e6;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-out:hover,  .hvr-radial-out:focus,  .hvr-radial-out:active {
	color: white;
}
.hvr-radial-out:hover:before,  .hvr-radial-out:focus:before,  .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}
/***** Section2  *****/

.sec2 {
	background: url(images/sec2_bg.jpg) no-repeat center center / cover;
	text-align: center;
	color: #fff;
}
.supot_div {
	display: inline-block;
	width: 33%;
	margin: 17px 0;
}
.supot_div img {
	display: inline-block;
}
.supot_div h2 {
	font-size: 24px;
}
/***** Section3  *****/

.sec3 {
	background: url(images/sec3_bg.jpg) no-repeat center center / cover;
}
img.farwarding_van {
	margin-top: 45px;
}
.sec3 h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin: 45px 0 35px;
}
.service_box_wrap {
	margin-bottom: 40px;
}
.service_box {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	border: 1px solid #cfd0d0;
	padding: 2px;
	margin: 8px 6px;
}
.service_box img {
	display: block;
}
.service_box h3 {
	position: absolute;
	margin-bottom: 0;
	transition: 0.2s all ease-in-out;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: rgba(0, 137, 230, 0.86);
	color: #fff;
	padding: 7px;
	font-size: 21px;
	border-top: 1px solid #ededee;
}
.service_box:hover h3 {
	padding: 10px 6px;
}
.service_box h3 a {
	color: #fff;
}
/***** footer  *****/

.footer {
	background: #191919;
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
}
.ft_social {
	float: right;
}
.ft_social a {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.ft_social a img {
	display: block;
}
.copyright {
	float: left;
	margin: 11px 0;
}
/*****************************

      Inner pages

******************************/

.page_banner {
}
.banner_sap {
	height: 12px;
	background: url(images/banner_sap.jpg) repeat-x;
}
.page_banner {
	position: relative;
}
.page_banner .container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.banner_img {
	width: 100%;
}
img.banner_bottom_img {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page_banner .banner_cap {
	width: 430px;
	color: #fff;
	text-align: center;
}
.page_banner .banner_cap h1 {
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
}
img.page_banner_img {
	width: 100%;
}
.banner_cap a img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 12px;
}
.main_contant {
	font-size: 16px;
	width: 70%;
	float: left;
}
.full_width {
	width: 100% !important;
}
h1,  h2,  h3,  h4 {
	margin-bottom: 15px;
}
.main_contant h1 {
	font-size: 4rem;
}
.main_contant h2 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.main_contant h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
}
.main_contant h4 {
	font-size: 10rem;
}
.main_contant ul,  .main_contant ol {
	list-style: none;
}
.main_contant ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.main_contant ul li::before {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #0089e6;
	border-bottom: 5px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
}
.main_contant ol li {
}
.main_contant ul li a {
}
.main_contant a {
}
.main_contant a:hover {
}
.sidebar_right {
	width: 26%;
	float: right;
	border-left: 1px solid #a9a9a9;
	padding-left: 20px;
}
.sidebar .service_box {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.sidebar h2 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.cf_form {
}
.hide {
	display: none;
}
.cf_form input[type="text"],  .cf_form input[type="email"] {
	width: 100%;
	height: 44px;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-family: "Nunito Sans", sans-serif;
}
.cf_form textarea {
	width: 100%;
	height: 200px;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-family: "Nunito Sans", sans-serif;
}
.cf_form input[type="submit"] {
	background: #0089e6;
	border: 0;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	width: 150px;
	margin-top: 15px;
	font-size: 18px;
	cursor: pointer;
}
.cf_form input[type="submit"]:hover {
	background: #333;
}
.sidebar_cf_info {
}
.sidebar_cf_info ul {
	list-style: none;
}
.sidebar_cf_info ul li {
	background: #f1f1f1;
	padding: 10px;
	border-bottom: 1px dotted;
}
.sidebar_cf_info ul li a {
	color: #000;
}
.sidebar_cf_info ul li strong {
	display: block;
	font-weight: 700;
}
.map {
	margin-top: 20px;
}
.map iframe {
	display: block;
}
.service_sec {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sec_text {
	padding: 0 50px;
	font-size: 17px;
}
.service_sec img {
	display: block;
	width: 100%;
}
.page-bg-area {
	background: #423990 url(images/contact-bg.jpg) no-repeat center center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	margin-top: 0px;
}
.page-content-area {
	display: inline-block;
	padding: 50px;
	background: rgba(255, 255, 255, 0.9);
	margin: 50px 0;
}
.page-services-bg-area {
	background: #4b3de9 url(images/home-vision.jpg) no-repeat center center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	margin-top: 0px;
}
.page-services-bg-area:before {
	background-color: #4b3de9;
	opacity: 0.6;
	content: "";
	position: absolute;
	top: 0%;
	display: block;
	left: 0%;
	right: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
}
.page-services-contentarea {
	display: inline-block;
	padding: 50px 0;
	color: #fff;
}
.page-about-bg-area {
	background: #f1f0fa url(images/about-bg-content.jpg) no-repeat center center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	margin-top: 0px;
}
.page-about-contentarea {
	display: inline-block;
}
.page-about-bg-area:before {
	background-color: #f1f0fa;
	opacity: 0.7;
	content: "";
	position: absolute;
	top: 0%;
	display: block;
	left: 0%;
	right: 0%;
	bottom: 0%;
	width: 100%;
	height: 100%;
}
.page-about-contentarea {
	display: inline-block;
	padding: 50px 0;
	color: #000080;
}
