@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu #menu-button {
  display: none;
}
/*#cssmenu {
  width: auto;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #3db2e1;
  background: -o-linear-gradient(top, #69c4e8, #21a1d4);
  background: -ms-linear-gradient(top, #69c4e8, #21a1d4);
  background: -webkit-linear-gradient(top, #69c4e8, #21a1d4);
  background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
  background: linear-gradient(to bottom, #69c4e8, #21a1d4);
  box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}*/
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}
#cssmenu ul ul {
  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;
}
#cssmenu > ul > li > ul {
  top: 100px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 50px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul 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;
}
#cssmenu ul 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;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  /*#cssmenu {
    width: 100%;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }*/
  /*#cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }*/
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
   display: none;
  }
  #cssmenu .submenu-button {
    display: none;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    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: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #19799f;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
 * 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;
	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;
	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;
}
.social::before {
	content: "";
	background: #ffffff;
	height: 102%;
	width: 1008%;
	position: absolute;
	right: -979.6%;
	top: 0;
}
.logo {
	display: block;
	margin-top: -9px;
}
.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;
	position: relative;
	margin-right: 27px;
	padding-left: 38px;
	width: 846px;
	float: right;
	margin-top: 24px;
	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-top: 25px solid transparent;
	border-bottom: 25px solid #314555;
	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-top-color: transparent;
	border-bottom-color: #2a3b48;
}
.navigation:after {
	content: "";
	background: #314555;
	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;
}
.navigation li:first-child {
	border-left: 0px;
}
.navigation li a {
	display: block;
	padding: 16px 24px 14px 22px;
	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;
	left: -17px;
	list-style-type: none;
}
.sub-menu > li {
	display: block !important;
	border-bottom: 1px solid #314351;
}
.sub-menu > li:hover {
	background: #263642;
}
.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: #d3e075;
	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-top: 25px solid transparent;
	border-bottom: 25px solid #2a3b48;
}
.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;
	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;
	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;
}
.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;
	margin-bottom: 8px;
}
.address {
	font-size: 15px;
	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;
}
.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;
}
