/*
 * Theme v1.0.0
 * Copyright 2015-2016 Theemon.com
 */
/*
 Table Of Contents
 1) General Text Formatting and Typography
 2) Site Wide Content
 3) Header Section
 4) Footer Section
 ===============================================*/
/*
 1) General Text Formatting and Typography
 ----------------------------------------*/
body {
	font-family: karla;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 36px;
	font-weight: bold;
	color: #2c3740;
}
h3, .h3 {
	font-size: 32px;
	font-weight: 700;
	color: #2c3740;
}
h4, .h4 {
	font-size: 24px;
	color: #2c3740;
}
h5, .h5 {
	font-size: 18px;
	color: #2c3740;
}
h6, .h6 {
	font-size: 14px;
	font-weight: bold;
	color: #2c3740;
}
p {
	font-size: 15px;
	font-size: 16px;
	line-height: 1.6;
	color: #8494a0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	padding-left: 0px;
	margin-bottom: 0px;
}
[class^="icon-"] {
	background-image: url(../img/icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
/*
 2) Site Wide Content
 ----------------------------------------*/
#content {
	width: 100%;
	position: relative;
}
#wrapper {
	position: relative;
	width: 100%;
}
body {
	font-size: 12px;
	color: #94949d;
	font-family: 'karla', sans-serif;
	font-weight: 400;
	background: #fdfdfd;
	-webkit-font-smoothing: antialiased;
}
.btn {
	font-family: 'karla', sans-serif;
}
.btn-default {
	padding: 0 20px;
	display: block;
	text-align: left;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border: 0px none;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn-effect i {
	width: 34px;
	margin-left: 40px;
	display: inline-block;
}
.btn-effect i {
	transform: translateX(0);
	-webkti-transform: translateX(0);
}
.btn-default:hover {
	background-color: #58616c;
	color: #fff;
}
input:focus, textarea:focus, button:focus {
	outline: none;
}
.center {
	text-align: center;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
*.clearfix {
	zoom: 1;
}
.zoom img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-thumb {
	display: block;
	overflow: hidden;
}
.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
}
.bottom-border {
	border-bottom: 1px solid #e0e6ec !important;
}
.custom-padding {
	padding-top: 27px;
}
.custom-zero-padding {
	padding: 0;
}
.custom-right-padding {
	padding-right: 0;
}
.custom-footer-padding {
	padding-left: 15px;
}
.custom-margin {
	margin-left: 15px;
}
.custom-margin-bottom {
	min-height: 210px;
}
.owl-page span {
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
}
.pos-t {
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
.flip-text {
	transform: scale(-1, 1);
}
.anim-section {
	position: relative;
	visibility: visible;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.anim-section.animate {
	visibility: visible;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 1;
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	-o-transform: translate(0px);
	transform: translate(0px);
}
.parallax {
	background-size: cover;
}
/*
 3) Header Section
 ------------------------------*/
.main-header {
	background: #fff;
}
#header {
	width: 100%;
}
/*
 sticky header style
 ------------------------------*/
body #header {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body #header.fixed {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
body #header.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	background: #fff;
}
body #header.intelligent {
	position: static !important;
}
body #header.intelligent {
	position: fixed !important;
}
body #header.up {
	top: -162px;
	opacity: 0;
	visibility: hidden;
}
body #header.down {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.top-m {
	margin-top: 179px !important;
}
body #header.fixed.intelligent.fix .main-header {
	position: relative;
}
.header {
	position: relative;
	z-index: 9999;
}
.primary-header {
	background: #eaedf0;
	position: relative;
}
.mail {
	padding-top: 12px;
}
.mail span {
	color: #2c3740;
	display: inline-block;
	margin-left: 9px;
	vertical-align: middle;
	font-size: 15px;
	font-size: 16px;
	letter-spacing: 0.1px;
}
.mail span a {
	color: #2c3740;
}
.social {
	list-style-type: none;
	overflow: hidden;
	float: right;
	padding-left: 24px;
	font-size: 0;
}
.social li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #cdd4da;
	width: 51px;
	text-align: center;
}
.social a {
	display: block;
	padding: 12px 0;
	font-size: 18px;
	color: #8e9ba7;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.social a:hover {
	color: #ffffff !important;
}
.request {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding: 15px 0 14px !important;
	width: 220px;
	text-align: center;
	position: relative;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.request::after {
	border-left: 20px solid transparent;
	border-right: 20px solid #ffffff;
	border-top: 50px solid transparent;
	border-bottom: 50px solid #ffffff;
	content: "";
	position: absolute;
	right:-1px;
	top: -2px;
}
.request {
	position: relative;
	z-index: 9;
	overflow: hidden;
	background-color: #50b9ce !important;
	background-color: #182a60 !important;
}
.social::before {
	content: "";
	background: #ffffff;
	height: 102%;
	width: 1008%;
	position: absolute;
	right: -979.6%;
	top: 0;
}
.logo {
	display: block;
	margin-top: -9px;
	/*margin-top: 20px;*/
	float: left;
}
.call-us ul {
	list-style-type: none;
	line-height: 1.3;
	padding-top: 25px;
}
.call-us ul li {
	display: inline-block;
	font-family: karla;
	font-weight: bold;
	padding: 0 1px;
	vertical-align: top;
	position: relative;
}
.call-us ul li:first-child:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
	height: 30px;
}
.call-us ul li:last-child {
	padding: 0 25px !important;
}
.transport {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #2c3740;
}
.homepage .transport {
	font-size: 12px;
}
.transport > span {
	display: block;
}
.call-us img {
	margin-right: 12px;
	vertical-align: top;
	float: left;
}
.call-us ul li a {
	font-size: 30px;
	color: #2c3740;
	line-height: 1;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.call-us {
	float: right;
}
.navigation {
	list-style-type: none;
	background: #314555;
	background: #182a60;
	position: relative;
	margin-right: 27px;
	padding-left: 38px;
/*	width: 846px;*/
	float: right;
	margin-top: 24px;
	margin-top: 20px;
	font-size: 0;
}

.navigation:before {
	border-left: 19px solid #ffffff;
	border-right: 19px solid transparent;
	border-top: 25px solid #ffffff;
	border-bottom: 25px solid transparent;
	content: "";
	position: absolute;
	left:-1px;
	top:-1px;
}
.navigation > li:first-child:before {
	border-left: 19px solid transparent;
	border-right: 19px solid #314555;
	border-right: 19px solid #182a60;
	border-top: 25px solid transparent;
	border-bottom: 25px solid #314555;
	border-bottom: 25px solid #182a60;
	content: "";
	position: absolute;
	left: -38px;
	top: 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.navigation > li:first-child:hover:before {
	border-left-color: transparent;
	border-right-color: #2a3b48;
	border-right-color: #091a4d;
	border-top-color: transparent;
	border-bottom-color: #2a3b48;
	border-bottom-color: #091a4d;
}
.navigation:after {
	content: "";
	background: #314555;
	background: #182a60;
	display: block;
	width: 350%;
	height: 100%;
	right: -350%;
	top: 0;
	position: absolute;
}
.navigation > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	border-left: 1px solid #405667;
	position: relative;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.navigation > li:hover {
	background: #2a3b48;
	background: #091a4d;
}
.navigation li:first-child {
	border-left: 0px;
}
.navigation li a {
	display: block;
/*	padding: 16px 24px 14px 22px;*/
	padding: 16px 10px 14px 10px;
	color: #fff;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	outline: none;
	text-decoration: none;
	font-weight: 800;
}
.sub-menu {
	position: absolute;
	top: 49px;
	z-index: 999;
	padding: 0 0;
	background: #2a3b48;
	background: #091a4d;
	left: -17px;
	list-style-type: none;
}
.sub-menu > li {
	display: block !important;
	border-bottom: 1px solid #314351;
}
.sub-menu > li:hover {
	background: #263642;
	background: #182a60;
}
.sub-menu a {
	min-width: 150px;
	padding: 10px 13px 10px 15px !important;
}
.nav-icon {
	padding: 0 5px;
	display: none;
}
.nav-icon span {
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 7px;
	background: #ffffff;
}
/*Homepage 2 Header css*/

.homepage-2 .navigation {
	margin-top: 0;
	padding-left: 0px;
	background: #2c3740;
	margin-right: 0;
	float: none;
	max-width: 850px;
}
.homepage-2 .navigation > li:first-child::before {
	border-color: transparent #2c3740 #2c3740 transparent;
}
.homepage-2 .navigation::after, .homepage-2 .navigation::before {
	display: none;
}
.homepage-2 .navigation li a:hover {
	background: #252d34;
	color: #fff;
}
.homepage-2 .navigation li a {
	color: #8293a2;
	padding: 18px 23px;
	font-weight: 800;
}
.homepage-2 .navigation li {
	border-left: 0;
}
.homepage-2 .sub-menu {
	background: #2c3740;
}
.homepage-2 .social {
	margin-left: 0;
	padding-right: 0;
	padding-left: 5px;
}
.homepage-2 .social a {
	padding: 15px 18px;
	color: #606c75;
}
.homepage-2 .primary-header {
	background: #2c3740;
}
.homepage-2 .social li {
	border-left: 1px solid #3d4953;
}
.homepage-2 .logo {
	margin-top: 6px;
}
.homepage-2 .call-us ul {
	float: left;
	padding-top: 10px;
}
.homepage-2 .call-us ul li {
	padding: 0 0 0 16px;
}
.homepage-2 .call-us ul li:last-child {
	padding: 0 0 0 25px !important;
	letter-spacing: -0.5px;
}
.homepage-2 .request {
	width: 174px;
	margin-left: 25px;
	margin-top: 1px;
}
.homepage-2 .request::after, .homepage-2 .request::before {
	display: none;
}
.homepage-2 .call-us {
	float: left;
}
.homepage-2 .main-header {
	padding: 31px 0;
}
.homepage-2 .shipping::after {
	display: none;
}
.homepage-2 .shipping {
	margin-bottom: 0;
}
.homepage-2 .social:before {
	display: none;
}
/*Home page 3 header css*/

.homepage-3 .logo {
	margin-top: -12px;
}
.homepage-3 .request {
	background: #429bd5 !important;
}
.homepage-3 .navigation > li:first-child:before {
	border-left: 19px solid transparent;
	border-right: 19px solid #f9c231;
	border-top: 25px solid transparent;
	border-bottom: 25px solid #f9c231;
	content: "";
	position: absolute;
	left: -38px;
	top: 0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.homepage-3 .navigation > li:first-child:hover:before {
	border-left: 19px solid transparent;
	border-right: 19px solid #2a3b48;
	border-right: 19px solid #091a4d;
	border-top: 25px solid transparent;
	border-bottom: 25px solid #2a3b48;
	border-bottom: 25px solid #091a4d;
}
.homepage-3 .navigation > li:hover {
	background: #DDB23F;
}
.homepage-3 .navigation li {
	border-left: 1px solid #405667;
}
.homepage-3 .sub-menu li {
	border-left: 1px solid transparent;
}
.homepage-3 .navigation li a {
	color: #2c3740;
}
.homepage-3 .navigation li:hover a {
	color: #ffffff;
}
.homepage-3 .navigation li:first-child {
	border-left: 0;
}
/*
 4) Footer Section
 ------------------------------*/
/*Styling for Footer Area*/
.quick-list {
	float: left;
	width: 50%;
}
.footer {
	background: #394650;
	background: #182a60;
	/*padding: 91px 0 0px;*/
}
.footer h5 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 37px;
	letter-spacing: -0.5px;
}
.footer h5:after {
	content: "";
	background: #50b9ce;
	background: #182a60;
	background: #ccc !important;
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.quick-list ul {
	list-style-type: none;
	padding-right: 19px;
}
.quick-list li {
	border-bottom: 1px solid #42505b;
	border-bottom: #405187 solid 1px;
}
.quick-list li:last-child {
	border-bottom: 0px;
}
.quick-list li a {
	display: block;
	color: #99abb8;
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 0 10px;
	transition: 1s al ease;
	-webkit-transition: 1s al ease;
}
.our-address h6 {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	font-size: 16px;
	margin-bottom: 8px;
}
.address {
	font-size: 15px;
	font-size: 16px;
	color: #8494a0;
	padding-top: 13px;
}
.phone > span {
	color: #ffffff;
	display: block;
	text-transform: capitalize;
	letter-spacing: -0.6px;
	margin-bottom: 2px;
}
.phone span a {
	color: #8494a0;
	text-transform: none;
}
.address address {
	line-height: 1.7;
	margin-bottom: 24px;
	font-size: 15px;
	font-size: 16px;
}
.sign-up > p {
	display: block;
	padding-top: 11px;
}
.sign-up form {
	margin-top: 31px;
	position: relative;
}
.sign-up input[type="text"] {
	background: #4f5f6c;
	border: 0;
	width: 100%;
	padding: 13px 65px 13px 20px;
	font-size: 15px;
	-webkit-border-radius: 0;
}
.sign-up button {
	width: 53px;
	border: 0;
	height: 47px;
	color: #fff;
	font-size: 23px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	-webkit-border-radius: none;
	padding: 0;
}
.copyright {
	color: #8899a6;
	font-size: 15px;
	padding-top: 20px;
}
.copyright a {
	color: #fff;
}
.footer-nav ul {
	list-style-type: none;
	background: #2c3740;
	position: relative;
	padding-left: 25px;
}
.footer-nav ul li {
	display: inline-block;
}
.footer-nav ul a {
	display: block;
	color: #798995;
	text-transform: capitalize;
	font-size: 15px;
	padding: 15px 11px;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	letter-spacing: -0.3px;
}
.footer-nav ul:before {
	border-color: rgba(0, 0, 0, 0) #2c3740 #2c3740 rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 31px 20px;
	content: "";
	left: -40px;
	position: absolute;
	top: -1px;
}
.footer-nav ul:after {
	background: #2c3740;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -251%;
	top: 0;
	width: 251%;
}
.custom-row {
	/*margin-top: 74px;*/
}
figure {
	overflow: hidden;
	position: relative;
}
.date {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 49px;
	background-color: #e04622;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
}
.date span {
	display: block;
	font-size: 18px;
	line-height: 1;
}
.footer-nav {
	padding-left: 106px;
}
/*Homepage 2 footer*/
.homepage-2 .footer {
	background: url("../images/footer-bg.jpg") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.custom-row .footer-nav ul::before, .custom-row .footer-nav ul::after, .custom-row .footer-nav ul {
	background: transparent;
}
.custom-row .footer-nav ul::before {
	border-color: transparent;
}
.custom-row {
	border-top: 1px solid #35414c;
}

/*Homepage 4 Footer*/
.footer-styling-4 {
	padding: 84px 0 40px;
}
.about-company {
	padding: 4px 0 0;
}
.about-company > p {
	color: #99abb8;
	letter-spacing: -0.5px;
	margin: 42px 0 0;
	padding: 0 105px 0 0;
}
.footer-styling-4 .quick-list {
	float: none;
	width: auto;
}
.footer-styling-4 h5 {
	margin-bottom: 33px;
}
.footer-styling-4 .quick-list li a {
	font-weight: bold;
	letter-spacing: 0.2px;
	padding: 12px 0 9px;
}
.footer-styling-4 .quick-links {
	padding: 0 78px 0 0;
}
.footer-styling-4 .our-address {
	padding: 2px 0 0 2px;
}
.footer-styling-4 .address address {
	letter-spacing: -0.5px;
}
.footer-styling-4 .custom-row {
    border-top: 1px solid #4f5f6c;
}
.footer-styling-4 .copyright {
	padding-top: 26px;
	letter-spacing: -0.5px;
}
.footer-styling-4 .footer-nav ul a {
	letter-spacing: -0.5px;
	padding: 25px 12px;
}
.footer-styling-5 .quick-list {
    float: left;
    width: 50%;
}
.footer-styling-5 {
    padding: 59px 0 40px;
}
.footer-styling-5 .about-company {
    padding: 72px 0 0;
}
.footer-styling-5 h5 {
    margin-bottom: 38px;
}
.footer-styling-5 .copyright {
	padding-top: 22px;
}
.footer-styling-5 .footer-nav ul a {
	padding: 22px 12px;
}




/*!
 * Theme v1.0.0 
 * Copyright 2015-2016 Theemon.com
 */
.transition_effect {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slide-heading,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif !important;
}
.quick-list li a:hover,
.phone span a:hover,
.comments:hover,
.doe:hover,
.read-more:hover,
.footer-nav ul a:hover,
.call-us ul li a:hover,
.slides-text h4 a:hover,
.news h5 a:hover,
.more-text a:hover,
.categories ul li a:hover,
.archive ul li a:hover,
.blog-text li i,
.reply-btn:hover,
.best-seller-items .owl-next::before,
.shopping-cart h5,
.shipping-heading,
.billing-form .sbToggle:before,
.country-names li a:hover,
.email-us:hover,
.user-blog li a:hover,
.location-slide-tab span a:hover,
.air-fright-cont-wrap p a,
.transport-page .service-list-wrap strong,
.transport-page .service-list-wrap strong a,
.custom-pagination .current a {
  color: #50b9ce !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-testimonial .testimonial-inner:before {
  color: #123840 !important;
}
.query,
.spanish,
.features-text h3::after,
.about-us h3::after,
.heading h2::after,
.services-link,
.owl-page.active span,
.sign-up button,
.nav-icon,
.homepage-2 .request,
.solution,
.about-us-page .heading h3:after,
.heading h3::after,
.custom-pagination li a.pagination-next,
.heading h6::after,
.heading h5::after,
.comment-submit:hover,
.about-transport,
.homepage-2 .query,
.more-services h6:after,
.dot,
.video-control,
.custom-pagination li a.pagination-next:hover,
.comment-drop-box form input.comment-submit:hover,
.homepage-3 .services-link,
.homepage-3 .spanish,
.homepage-3 .query,
.homepage-3 .footer h5::after,
.homepage-3 .about-us h3::after,
.submit-quote:hover,
.footer h5::after,
/*.shipping:hover,*/
.location .owl-page span,
.request,
.list-pages a:hover,
.update-cart,
.shopping-cart h5:after,
.shipping-heading:after,
.continue,
.office-search-box input[type="submit"],
.news-section .slides-tab:hover .date,
.social a:hover,
.tag li:hover,
.custom-pagination li a:hover,
.audioplayer-volume-adjust > div,
a.button.contact-us,
.progress-btn {
  background-color: #50b9ce;
  background-color: #182a60 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-us .nav-tabs li.active:after,
.about-us .attorney-listing h2.at-h2:after,
.news-testimonial .date:after,
.about-tag:after,
.practice-area .h3:after,
#footer .practice-footer h3:after,
.underline-label:after,
.block-divisor > span > span,
.tab-widget .nav-tabs li.active a,
.tag-widget-list li.active a,
.active-pager .right-paging li a,
.active-pager .pagination li.active a,
.slider-code .left.carousel-control,
.slider-code .right.carousel-control,
.faq-comment .go-btn,
.about-us .nav-tabs lihover:after,
.about-us .nav-tabs li:hover:after,
.about-us .attorney-listing h2.at-h2:hover:after,
.btn.btn-default:hover,
.btn.btn-default:focus,
.history-content .play-icon:hover,
.homepage-2 .request:hover,
.about-transport:hover,
.button-hover:hover,
.request:hover,
.update-cart:hover,
.continue:hover,
.services-link:hover,
.custom-pagination li a.pagination-next:hover,
.check-out:hover {
  background: #287e90 ;
  background: #182a60 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage-3 .navigation,
.homepage-3 .navigation::after,
.homepage-3 .sub-menu ul,
.audioplayer,
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background: #50b9ce ;
  background: #182a60 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage-3 .navigation > li:first-child::before {
  border-color: transparent #50b9ce #50b9ce transparent;
}
.homepage-3 .navigation > li {
  border-left-color: #287e90;
}
.homepage-3 .navigation > li:hover,
.homepage-3 .sub-menu {
  background: #287e90;
  background: #182a60;
}
.homepage-3 .navigation > li:first-child:hover::before {
  border-color: transparent #287e90 #287e90 transparent;
  border-color: transparent #182a60 #182a60 transparent;
}
.homepage-3 .sub-menu > li:hover,
.audioplayer > div.audioplayer-volume,
.audioplayer-volume:hover .audioplayer-volume-adjust,
.audioplayer-bar-played:before {
  background: #287e90;
  background: #182a60;
}
.audioplayer-bar-loaded {
  background: #a0d9e4;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause,
.audioplayer-time-current {
  border-color: #a0d9e4;
}
.homepage-1 .arrow-more,
.hiring-info .btn-footer,
.blog-page .blog-listing .more-btn:hover,
.view-btn:hover,
.contact-attorney:hover,
.active-pager .pagination li.active a,
.detail-submit:hover,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected,
.navbar-nav > li > .dropdown-menu,
.owl-page.active span,
.submit-quote:hover,
.aside ul li:hover {
  border-color: #50b9ce;
  border-color: #182a60 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.change-fill {
  fill: #50b9ce;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.stroke-color {
  stroke: #50b9ce;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.change-fill-bg {
  fill: #287e90 !important;
}
.homepage .banner-slider .btn-effect:hover .change-fill {
  fill: #287e90 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-service li:hover .img-cont path,
.our-service li:hover .img-cont polyline,
.air-fright-cont .img-cont path,
.air-fright-cont .img-cont polyline {
  stroke: #50b9ce;
}
.our-service li:hover a {
  color: #50b9ce !important;
}
.spanish::after {
  border-color: #50b9ce rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #50b9ce ;
  border-color: #182a60 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #182a60 !important;
}
/*.shipping:hover:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #50b9ce #50b9ce;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}*/
.faq .head .question {
  background: #50b9ce !important;
}
.homepage-4 .navigation li a:hover {
  color: #50b9ce !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage-4 .submit-quote,
.homepage-4 .newsletter,
.homepage-4 .date,
.homepage-4 .query a.button.contact-us {
  background-color: #50b9ce !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage-4 .submit-quote:hover {
  background-color: #33a2b8 !important;
}
.header-style-5 .navigation > li span i:hover,
.num:hover {
  background-color: #33a2b8 !important;
}
.num,
.header-style-5 .navigation > li > a::after,
.homepage-5 .sign-up button,
.homepage-5 .date,
.homepage-5 .query a.button.contact-us {
  background-color: #50b9ce !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.features-tabing .active {
  border-top-color: #50b9ce !important;
}
.header-style-6 .request,
.homepage-6 .shipping,
.testimonial li.active-tab::after,
.wrap-icon,
.cargo:hover .date,
.shipping-text:hover .date {
  background-color: #50b9ce !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-style-6 .request:hover,
.homepage-6 .shipping:hover {
  background-color: #33a2b8 !important;
}
.homepage-6 .shipping::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #50b9ce #50b9ce !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage-6 .shipping:hover:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #33a2b8 #33a2b8 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage7-header .secondary-header,
.homepage7-banner .shipping-type li {
  background: #50b9ce !important;
}
.homepage7-header .request:before {
  border-color: #50b9ce transparent transparent #50b9ce;
}
.homepage-7 .shipping-type li {
  background: #5cbed1;
}
.homepage-7 .shipping-type li:hover {
  background: #33a2b8;
}
.homepage-3 .homepage-7 .services .heading h2::after {
  background: #50b9ce !important;
}
.homepage-7 .features .features-text .heading span {
  color: #50b9ce !important;
}
.homepage-7 .flex-control-paging li a.flex-active {
  background: #50b9ce !important;
  border-color: #50b9ce !important;
}
.homepage-7 .bx-wrapper .bx-controls-direction a.bx-next:after,
.homepage-7 .bx-wrapper .bx-controls-direction a.bx-prev:after {
  color: #50b9ce !important;
}
.homepage7-header .sub-menu > li {
  border-bottom-color: #1d5b68 !important;
}
.homepage8-header .navigation,
.homepage8-header .navigation:after,
.homepage8-wrap .sub-menu ul,
.homepage8-wrap .navigation li:hover {
  background: #ffffff !important;
}
.homepage8-wrap .navigation > li > a:hover,
.homepage8-wrap .navigation > li .sub-menu li a:hover {
  color: #50b9ce !important;
}
.homepage8 .features-icon li:hover i,
.homepage8 .features-icon li.active i {
  color: #50b9ce !important;
}


.request11 {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	float: right;
	padding: 15px 0 14px !important;
	width: 220px;
	text-align: center;
	position: relative;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.request11::after {
	border-left: 20px solid transparent;
	border-right: 20px solid #ffffff;
	border-top: 50px solid transparent;
	border-bottom: 50px solid #ffffff;
	content: "";
	position: absolute;
	right:-1px;
	top: -2px;
}
.request11 {
	position: relative;
	z-index: 9;
	overflow: hidden;
	background-color: #344882 !important;
}
.request11:hover {	background-color: #182a60 !important;}

.spanish1 {
	font-size: 18px;
	font-style: italic;
	width: 511px;
	padding: 17px 10px 27px 20px;
	margin-bottom: 36px;
	position: relative;
	color: #fff;
	background: #182a60 !important;
}
.spanish1:after {
	border-left: 8px solid #50b9ce;
	border-left: 8px solid #182a60 !important;
	border-right: 8px solid transparent;
	border-top: 11px solid #50b9ce;
	border-top: 11px solid #182a60 !important;
	border-bottom: 11px solid transparent;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -22px;
}
.spanish1 p {color: #fff;}

.services-link.button {background: #182a60 !important; height: 52px;}

.slides-text h4 a:hover {color: #091a4d !important;}
.slides-text a.read-more:hover, .quick-list ul li a:hover, .mail span a:hover, .call-us ul li a:hover {color: #091a4d !important;}
.footer h5:after {
	content: "";
	background: #50b9ce;
	background: #182a60;
	background: #405187 !important;
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.quick-list ul li a:hover {color: #fff !important;}
.heading h3:after { background: #ccc !important;}