body {
	font-size: 12px;
	color: #94949d;
	font-family: 'karla', sans-serif;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
}
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: 16px;
	line-height: 1.6;
	color: #8494a0;
	text-align: justify;
}
a { text-decoration: none; }
a:hover { text-decoration: none; }
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	padding-left: 0px;
	margin-bottom: 0px;
}
input:focus, textarea:focus, button:focus {
	outline: none;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
figure {
	overflow: hidden;
	margin-bottom:0;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
[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;
}
.parallax {
	background-size: cover;
}
.zoom img {
	transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
}
.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);
	transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
}
/*index*/
.section {
	margin: 0 0 70px;
}
.heading span {
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #6d7c88;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}
.heading h2 {
	margin-bottom: 39px;
	padding-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 900;
}
.heading h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.slide-tab, .slide-box {
	display: flex;
	flex-direction: column;
	margin: 0 1px;
}
/*index*/

.sub-page-text img {
	width: 100%;
}

.Scroll-top {
	top: auto!important;
    right: 10px!important;
    bottom: 90px!important;
    left: auto!important;
    position: fixed!important;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 15px;
    right: 15px;
    background-color: #2c3740;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #000;
    color: #fff;
}

.wp-chat {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 100px;
}

/* Map */
.map-box {
	width: 100%;
	height: 520px;
}
.map-box .mapmarker {
	position: relative;
	content: "";
	left: 0px;
	width: 75px;
	height: 75px;
	background: #ef4728;
	border-radius: 50%;
	z-index: 999;
	-webkit-border-radius: 50%;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-animation: blink 1.2s infinite;
	-o-animation: blink 1.2s infinite;
	animation: blink 1.2s infinite;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
	display: block;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
	0% {
		opacity:1;
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
	50% {
		opacity:.7;
		-webkit-transform: scale(.4);
		-moz-transform: scale(.4);
		-ms-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	100% {
		opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes blink {
	0% {
		opacity:1;
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
	50% {
		opacity:.7;
		-webkit-transform: scale(.4);
		-moz-transform: scale(.4);
		-ms-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	100% {
		opacity:0;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

/* map */


.service-menu-box {
	margin-bottom: 30px;
	margin-top: 17px;
}
.service-menu {
	list-style: none;
}
.service-menu li {
	border-bottom: 1px solid #e4e9ef;
	position: relative;
}
.service-menu li:hover, .service-menu li.active {
	background-color: #c0c0c0;
}
.service-menu li a {
	font-size: 16px;
    color: #60707d;
    text-transform: uppercase;
    display: block;
    padding: 12px 0 6px 50px;
    margin-bottom: 6px;
}
.service-menu li > ul {
	list-style: none;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding-left: 50px;
}
.service-menu li ul li ::before {
  content: "\2022";
  color: #e04622;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.service-menu li ul li a {
	padding: 12px 0 6px;
}
.service-menu li ul li .icon-check {
	zoom:0.7;
    margin-top: 12px;
}

.specialtys {
    padding: 0 0 54px;
}

.specialtys ul {
    list-style-type: disc;
    padding: 4px 0 0 54px;
}
.specialtys ul li {
    font-size: 18px;
    font-style: italic;
    letter-spacing: -0.2px;
    margin-bottom: 19px;
    position: relative;
}


/* Loader Start*/
.loader-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #0096d5;
	z-index: 999999;
}
.loader-block img {
	width: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	-webkit-animation: flash linear 1s infinite;
	-moz-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
/* Loader End*/

/* Site Content Start */
#main-section {
	margin: 35px 0 0;
	padding: 35px 0 0;
}

/* Site Content End */

/* Header Start*/
.header {
	position: relative;
	z-index: 9999;
	height:117px;
}
#header {
	width: 100%;
	background-color: #ffffff;
	-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;
}
.logo img {
	width: auto;
	max-height: 85px;
}
.top-contact {
	float: right;
}
.top-contact ul {
	list-style-type: none;
	padding-top: 25px;
	line-height: 1;
}
.top-contact ul li {
	display: inline-block;
	font-family: karla;
	font-weight: bold;
	padding: 0 10px 0 5px;
	vertical-align: top;
	position: relative;
}
.top-contact ul .margin:after {
	content: "";
	background: #d5dce4;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 18px;
}
.top-contact ul li a {
	font-size: 18px;
	line-height: 1;
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
}
.top-contact img {
	vertical-align: middle;
	float: left;
	width: auto;
	height: 18px;
}

.custom-nav {
 	opacity: 0.7;
 	z-index: 9999;
 }
 .navigation {
	list-style-type: none;

	position: relative;
	padding-left: 50px;
	float: right;
	margin-top: 24px;
	font-size: 0;
}

.navigation:before {
	border-top: 50px solid #ffffff;
	border-right: 50px solid transparent;
	content: "";
	position: absolute;
	left:0px;
	top:0px;
}

.navigation:after {
	content: "";

	display: block;
	width: 350%;
	height: 100%;
	right: -350%;
	top: 0;
	position: absolute;
}

.navigation > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	
	position: relative;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
	height: 50px;
}
.navigation > li:hover {
	background: #2a3b48;
}
.navigation li:hover > ul {
  left: auto;
  top: 50px;
  opacity: 1;
}
.navigation li:first-child {
	border-left: 0px;
}
.navigation > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}
.navigation > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
.navigation li a {
	display: block;
	padding: 12px 8px;
	color: #000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	outline: none;
	text-decoration: none;	
}
.navigation ul {
	top: 100px;
	left: -9999px;
	opacity: 0;
	-webkit-transition: top .2s ease, opacity .2s ease;
	-moz-transition: top .2s ease, opacity .2s ease;
	-ms-transition: top .2s ease, opacity .2s ease;
	-o-transition: top .2s ease, opacity .2s ease;
	transition: top .2s ease, opacity .2s ease;
}
.navigation ul ul {
  top: 40px;
}
.navigation ul li a {
  width: 180px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.navigation ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
.navigation ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
.navigation ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #3db2e1;
  background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.navigation ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
.navigation ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
.sub-menu, .sub-menu >li > ul {
	position: absolute;
	z-index: 999;
	padding: 0 0;
	background: #2a3b48;
	list-style-type: none;
}
.sub-menu > li, .sub-menu >li > ul >li {
	display: block !important;
	border-bottom: 1px solid #314351;
}
.sub-menu > li:hover, .sub-menu >li > ul >ul {
	background: #263642;
}
.sub-menu a {
	min-width: 150px;
	padding: 10px 13px 10px 15px !important;
}
.submenu-button {
	float: right;
	border: solid white;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 6px;
}
 .nav-icon {
 	padding: 0 5px;
	display: none;
 	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;
 }
.nav-icon span {
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 7px;
	background: #ffffff;
}

/* Header End*/


/*gallery*/


/*gallery*/

/*Affiliations Start*/
.gallery-box, .network-card {
	padding: 15px;
}
.gallery-card, .network-card img {
	width: 100%;
	padding: 15px;
	-webkit-box-shadow: 0 0 6px 2px rgba(212,222,229,0.4);
	-moz-box-shadow: 0 0 6px 2px rgba(212,222,229,0.4);
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
	margin-bottom:15px;
}
/*Affiliations End*/

/*Owl Slider Start*/
.owl-stage {
	display: flex;
}
.owl-item {
	display: flex;
	flex: 1 0 auto;
}
.slide-text {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.slide-text p {
	flex-grow: 1;
}
/*Owl Slider End*/


/*Banner Start*/
.banner {
	width: 100%;
	position: relative;
	max-height: 818px !important;
	overflow: hidden;
	z-index: -1;
}
.banner-text, .banner-text-small {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.banner-text-small h1 {
	background: rgba(0,0,0,0.4);
    padding: 0 10px;
    font-weight: 800;
}
.banner-text h1,
.banner-text-small h1,
.banner-text h2,
.banner-text h3 {
	font-weight: 600;
	letter-spacing: -0.9px;
	white-space: normal;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}

.banner-text h1 span,
.banner-text h3 span {
	background: rgba(0,0,0,0.4);
    padding: 0 10px;
}
.banner-image-main {
	width: 100%;
	height: 320px;
	background-attachment: fixed;
	background-size: cover!important;
}
.plane {
	background: url("../images/slide2.jpg") no-repeat;
}
.organization, .blog {
	background: url("../images/organization.jpg") no-repeat;
}
.network {
	background: url("../images/network.jpg") no-repeat;
}
.solutions, .management, .gallery {
	background: url("../images/management.jpg") no-repeat;
}
.freight, .lcl-fcl, .transport-insurance, .custom-clearance, .car-shipping, .project-cargo, .warehousing, .port-haulage, .lashing-and-packing, .supply-chain, .bonded-warehouse, .transport-hazardous-material {
	background: url("../images/freight.jpg") no-repeat;
}
.nvocc {
	background: url("../images/nvocc.jpg") no-repeat;
}
.media-production, .events {
	background: url("../images/media-production.jpg") no-repeat;
}

.contract {
	background: url("../images/contract.jpg") no-repeat;
}
.air {
	background: url("../images/air.jpg") no-repeat;
}
.sea {
	background: url("../images/sea.jpg") no-repeat;
}
.road {
	background: url("../images/road.jpg") no-repeat;
}
.project {
	background: url("../images/project.jpg") no-repeat;
}
.logistics {
	background: url("../images/logistics.jpg") no-repeat;
}
.production {
	background: url("../images/production.jpg") no-repeat;
}
.media-placement, .contact {
	background: url("../images/media-placement.jpg") no-repeat;
}
.monitoring {
	background: url("../images/monitoring.jpg") no-repeat;
}
.research {
	background: url("../images/research.jpg") no-repeat;
}
.middle-east {
	background: url("../images/middle-east.jpg") no-repeat;
}
.afghanistan {
	background: url("../images/afghanistan.jpg") no-repeat;
}
.central-asia-cis {
	background: url("../images/central-asia-cis.jpg") no-repeat;
}
.europe {
	background: url("../images/europe.jpg") no-repeat;
}
.usa {
	background: url("../images/usa.jpg") no-repeat;
}
.africa {
	background: url("../images/africa.jpg") no-repeat;
}
/*Banner End*/

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
	position: static !important;
}
.tp-caption.medium_grey {
	background: none !important;
}
.caption {
	width: 476px;
}


.tp-leftarrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 4%;
}
.tp-rightarrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 4%;
}
/*Styling for section area*/

/*styling for services*/
.services-link {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	display: block;
	width: 174px;
	text-align: center;
	padding: 15px 0;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	border: 1px solid transparent;
}
.services-link:hover, .homepage-3 .services-link:hover {
	color: #fff !important;
	border: 1px solid transparent;
}


.news .heading h2::after, .testimonial .heading h2::after {
	display: none;
}
.news .heading h2, .testimonial .heading h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 900;
}

.slide-text h4 {
	font-weight: 900;
	margin-bottom: 17px;
	letter-spacing: -0.5px;
}
.slide-text h4 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.slide-text p {
	margin-bottom: 23px;
	letter-spacing: 0.1px;
	text-align: left;
}
.slide-text {
	padding: 34px 24px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}


.read-more {
	text-transform: uppercase;
	color: #2c3740;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	letter-spacing: 0.7px;
	font-weight: 800;
}
@keyframes move {
 0% {
margin: 0 0 0 5px;
}
 25% {
margin: 0 0 0 8px
}
 50% {
margin: 0 0 0 11px
}
 75% {
margin: 0 0 0 14px
}
 100% {
margin: 0 0 0 16px;
}
}
-webkit-@keyframes move {
 0% {
margin: 0 0 0 5px;
}
 25% {
margin: 0 0 0 8px
}
 50% {
margin: 0 0 0 11px
}
 75% {
margin: 0 0 0 14px
}
 100% {
margin: 0 0 0 16px;
}
}
.read-more > span {
	display: inline-block;
	margin-left: 5px;
}
.read-more:hover > span {
	-webkit-animation: 0.5s ease-in-out 0s normal forwards 1 running move;
	-o-animation: 0.5s ease-in-out 0s normal forwards 1 running move;
	animation: 0.5s ease-in-out 0s normal forwards 1 running move;
}
.services .owl-pagination, .news .owl-pagination {
	margin: 10px 0;
}
.owl-page {
	display: inline-block;
	margin: 0 5px;
}
.services .owl-page span, .news .owl-page span {
	background: #fff;
	border: 2px solid #dde5ea;
}
.services .owl-page.active span, .news .owl-page.active span {
	border: 2px solid #50b9ce;
}
.services .owl-controls, .news .owl-controls {
	position: absolute;
	right: -6px;
	top: -79px;
}


.heading h3 {
	font-weight: 900;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	margin-top: 9px;
	line-height: 1.3;
	letter-spacing: -0.9px;
}
.heading h3:after, .heading h5:after {
	content: "";
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}



.figure {
	position: absolute;
	height: 100%;
	background: url("../images/business_central.jpg") no-repeat;
	background-attachment: fixed;
	width: calc(100% - 31px);
}
.Safari .figure{
	background-attachment:inherit;
	background-position: center bottom !important;
	}

/*-----About Section Start-----*/
.about-us {
	padding: 80px; 
	background: #394650;
	text-align: justify;
}
.about-us h3 {
	color: #fff;
	margin-bottom: 35px;
}
.about-us h3:after {
	content: "";
	background: #50b9ce;
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*-----About Section End-----*/

/*Button Start*/
.button {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	background: #e04622;
	display: block;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	border: 1px solid transparent;
	font-weight: 800;
}
.button:hover {
	border: 1px solid #000000;
	color: #000;
}
/*Button End*/

.icon-check {
	background-position: -154px -109px;
    height: 34px;
    width: 50px;
    left: 0;
    position: absolute;
    top: 0;
    margin-top: 6px;
}


/* Contact Form Start */
.contact-form-box input {
	display: block;
	width: 100%;
	border: 1px solid #d3ddde;
	padding: 11px 0 12px 17px;
	font-size: 15px;
	margin-bottom: 9px;
}
.contact-form-box textarea {
	border: 1px solid #d3ddde;
	font-size: 15px;
	height: 200px;
	padding: 9px 0 0 16px;
	resize: none;
	width: 100%;
	margin-bottom: 4px;
}
/* Contact fORM End */

/* footer start */
.query {
	background-color:#808080 !important;
	padding: 15px 0;
}
.query h5 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 17px;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.footer {
	background: #394650;
	padding: 50px 0 0px;
}
.footer h5 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.footer h5:after {
	content: "";
	background: #50b9ce;
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.our-address h6 {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	margin-bottom: 8px;
}
.address {
	font-size: 15px;
	line-height: 1.7;
	color: #8494a0;
	padding-top: 13px;
	text-align: justify;
}
.phone > span {
	color: #ffffff;
	display: block;
	text-transform: capitalize;
	letter-spacing: -0.6px;
	margin-bottom: 2px;
}
.phone span a {
	color: #8494a0;
	text-transform: none;
}
.footer-link {
	float: left;
}
.footer-link ul {
	list-style-type: none;
	padding-right: 19px;
}
.footer-link li {
	border-bottom: 1px solid #42505b;
}
.footer-link li:last-child {
	border-bottom: 0px;
}
.footer-link li a {
	display: block;
	color: #99abb8;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0 4px;
	transition: 1s al ease;
	-webkit-transition: 1s al ease;
}
.copyright-row {
	border-top: 1px solid #35414c;
	margin-top: 25px;
}
.copyright {
	color: #8899a6;
	font-size: 15px;
	padding-top: 20px;
}
.copyright a {
	color: #fff;
}

/* footer end */