/*
Template Name: Expoint 
Template URI: http://capricorn-theme.net/html/expoint
Description: Courier & Logistics HTMl Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color  
## Background Image  
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area  
## Main Menu 
## Slider CSS 
## Feature Section 
## About Section # 01 
## Service Section # 01
## Logistics Section # 01 
## Process Section 
## FAQ Section 
## Testimonial Section # 01 
## Blog Section 
## Client Section 
## CTA Section # 01
## Footer Area 

## About Section # 02
## Service Section # 02
## Achievement Section 
## Logistics Section # 02 
## Choose Us Section # 01
## Testimonial Section # 02
## Pricing Section 
## Quotation Section
## Logistics Services # 02

## Logistics Section # 03 
## About Section # 03
## CTA Section # 02
## Service Section # 03
## Choose Us Section # 02
## Team Section 

## Breadcrumb Section 
## Choose Us Page 
## Team Page 
## Price Page 
## Quotation Page 
## FAQ Page  
## Service Page 
## Blog Page 
## Single Service 
## Single Blog 
## Contact Page 


/* Google Font Import 
======================= */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');*/


/*	Theme Main Color: #35a000
	Theme Secondary Color: #1A1F31*/

/* Common CSS 
============== */

/*html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	font-family: 'Muli' ,'ge ss two light';
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Muli', 'ge ss two light';
	font-weight: 500;
	margin: 0;
	color: #1d2143;
}

h1 {
	font-size: 70px;
        text-align:justify;
}

h2 {
	font-size: 40px;
     text-align:justify;
}

h3 {
	font-size: 20px;
}
h5 {
       text-align:justify;
}
h6 {
       text-align:justify;
}
p {
     text-align:justify;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-family: Muli, sans-serif;
	color: #35a000;
	font-size: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: justify;
}

ae {
	text-decoration: none;
	cursor: pointer;
	font-family: Muli, ge ss two light;
	color: #35a000;
	font-size: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: justify;
}


p {
	font-family: 'Muli', 'ge ss two light';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	color: #898a9c;
}
@font-face {
	font-family: ge ss two light;
	src: url('../fonts/ge ss two light.otf') format('opentype');
}

p.highlight {
	color: #898a9c;
	font-size: 17px;
	line-height: 27px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

img {
	display: inline-block;
	max-width: 100%;
}

i,
span,
a {
	display: inline-block;
}*/

/*ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}*/

/*table,
th,
tr,
td {
	border: 1px solid #191919;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 1px solid #eee;
}

.auto-container {
	position: static;
	max-width: 1100px;
	padding: 0 80px;
	margin: 0 auto;
}
.outside1 {
  list-style-position: outside;
  list-style-type: circle;
  text-align: justify;
  list-style-type: disc;
  list-style-type: square;
  list-style-type: decimal;
  list-style-type: lower-latin;
  list-style-type: none;

}
.li {
    font-size: 14px;
    margin-left: 10px;
    list-style-type: circle;
 }*/

/*Section Padding CSS*/

/*.section-padding {
	padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 60px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 35px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 20px;
	}
}*/

/*Margin & Padding */

/*.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}


.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.ml-auto {
	margin-left: auto ! important;
}

.mr-auto {
	margin-right: auto ! important;
}*/

/*Section Title */


/*.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 45px;
	font-weight: 400;
	line-height: 55px;
	margin: 20px 0;
	color: #1d2143;
}

.section-title h6 {
	color: #35a000;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}*/

/*Button Style */

/*.main-btn {
	display: inline-block;
	background: #35a000;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
	font-family:'Muli','ge ss two light'
}
.main-btn1 {
	display: inline-block;
	background: #35a000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
	font-family:'Muli','ge ss two light'
}
.main-btn.btn-2 {
	background: transparent;
}

.main-btn.btn-white {
	background: #fff;
	color: #191919;
}

.main-btn:hover {
	background-color: #fff;
	color: #25283a;
}*/
/* CSS */
/*.button-21 {
	align-items: center;
	appearance: none;
	background-color: #6EBA04;
	background-image: linear-gradient(1deg, #6EBA04, #6EBA04 99%);
	background-size: calc(100% + 20px) calc(100% + 20px);
	border-radius: 100px;
	border-width: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-flex;
	font-family: CircularStd,ge ss two light;
	font-size: 1rem;
	height: auto;
	justify-content: center;
	line-height: 1.5;
	padding: 6px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s,background-position .2s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: top;
	white-space: nowrap;
}

.button-21:active,
.button-21:focus {
  outline: none;
}

.button-21:hover {
  background-position: -20px -20px;
}

.button-21:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}*/
/*Form Style CSS */

/*input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
}

textarea {
	height: 150px;
	resize: none;
}

input[type="submit"],
button[type="submit"] {
	border: none;
	border-radius: 0;
	display: inline-block;
	background: #35a000;
	color: #fff;
	padding: 15px 30px;
	margin: 27px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

input::placeholder,
textarea::placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}*/

/*Bootstrap CSS*/

/*.container-fluid {
	padding: 0;
}*/

/* Bacground Color & Overlay CSS 
============== */

/*.sky-bg {
	background: #ECF0F9;
}

.gray-bg {
	background: #f6f6f6;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	background: #030f27;
}

.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 80%;
	background-color: rgba(3, 15, 39, 0.58);
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #002c42;
	opacity: .7;
	top: 0;
	left: 0;
	z-index: -1
}


.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #002c42;
	opacity: .6;
	top: 0;
	left: 0;
	z-index: -1
}*/


/* Pre-Loader CSS 
============== */
/*#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #35a000;
	z-index: 999999;
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}*/

/* Scroll Top 
============== */
/*.go-top {
	background-color: #35a000;
	color: #FFF;
	width: 40px;
	height: 40px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
	border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 6em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}*/

/* Sticky CSS 
============== */

/*.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}

#header-2.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
	animation: none;
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}


#header-2.header-area .is-sticky .sub-menu {
	top: 60px;
}

#header-2 .is-sticky .main-menu li:hover .sub-menu {
	top: 60px;
}*/


/* Header Top Area
============== */

/*.header-top {
	background: #1F2437;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 15px 0;
}

.contact-info i {
	color: #35a000;*/
	/*color="#9bd507;*/
	/*font-size: 20px;
	margin-right: 2px;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

.site-info .social-area i {
	font-size: 17px;
	color: #8D9CC5;
	padding-left: 10px;
}*/

/* Header Area 
============== */

/*.header-area {
	height: 90px;
}

#header-2.header-area {
	height: auto;
}

#header-2.header-area {
	padding: 0;
}

.header-area .logo {
	padding: 5px 0;
}

.header-area .logo img {
	max-width: 250px;
}

.sub-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 15px 0;
}

.sub-title p {
	margin-top: 15px;
	margin-left: 55px;
}

.sub-title:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 45px;
	height: 40px;
	border-left: 2px solid #eee;
	margin-top: -20px;
}

#header-2 .navigation {
	height: 80px;
	background: #051232;
	border-top: 1px solid #eee;
}

#header-2 .logo {
	padding: 15px 0;
}

#header-2 .sub-title {
	padding: 15px 0;
}

#header-2 .aside-content {
	padding: 15px 0;
}

.header-area li.nav-item .nav-link {
	color: #020E28;
    font-weight:bold;
}

#header-2 .main-menu .navbar-nav .nav-link {
	padding: 30px 0;
	color: #d7d7d7;
}

#header-2.header-area .header-btn.main-btn {
	margin-top: 15px;
}

#header-2.header-area .header-btn.main-btn:hover {
	background: #fff;
	color: #051232;
}

#header-3.header-area li.nav-item .nav-link {
	color: #fff;
}

.header-area .main-menu .navbar-nav .nav-link.active {
	color: #35a000;*/
    /*color: #35a000;*/
/*}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
	color: #35a000;
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
	color: #35a000;
}

.header-area .main-menu li.nav-item:hover > a {
	color: #777;
}

.header-area .header-btn.main-btn {
	padding: 14px 30px;
}

.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.responsive-logo {
	display: none;
}

#header-3 .logo {
	margin-top: 0;
}

#header-3 .sub-title p {
	color: #fff;
}

#header-3 .sub-title:before {
	border-left: 2px solid #c5c2c2;
}

#header-3 button.search-btn {
	color: #fff;
}

#header-3 .search-box button:before {
	border-left: 2px solid #9c9a9a;
}*/

/*-- Search Form --*/

/*.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	position: absolute;
	top: 32px;
	right: 10px;
	font-size: 20px;
}

.search-box button:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	height: 40px;
	border-left: 2px solid #eee;
	margin-top: -20px;
}

.search-box button:hover {
	cursor: pointer;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 18px;
	letter-spacing: 1px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
	padding: 10px 14px;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 14px;
	top: -15px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	padding: 0;
	background: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}*/


/* Header Aside */

/*#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 10px;
}

#header-aside .aside-content .info-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header-aside .aside-content .info-c span {
	opacity: .5;
}

#header-aside .aside-content .info-i {
	width: 45px;
}

#header-aside .aside-content .info-i span {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #35a000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
	font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px dashed transparent;
	background-color: transparent;
}

#header-aside .aside-content .inner > div {
	float: left;
	display: block;
	width: 170px;
	position: relative;
	color: #777;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 25px;
	border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
	border: 0;
}*/

/* Main Menu 
============== */

/*.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 10px;
    margin-left:10px;
}
.main-menu li.nav-item1 {
	position: relative;
    margin-top:26px;
    margin-right:10px;
	
}

#header-2 .main-menu li.nav-item {
	margin-right: 15px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {*/
	/*text-transform: uppercase;*/
	/*font-size: 14px;
	font-weight: 500;
	color: #d7d7d7;
	display: block;
	padding: 35px 0;
}

.main-menu .navbar-nav .nav-link.active {
	color: #fff;
}

.main-menu li.nav-item:hover > a {
	color: #fff;
}*/

/*Dropdown Menu */

/*.sub-menu {
	position: absolute;
	left: 0;
	top: 90px;
	width: 180px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .sub-menu {
	top: 80px;
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #35a000;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

#header-2 .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 12px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu .sub-menu li:hover > a {
	color: #35a000;
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}
.tracking-slide {
    background-image: url('../img/vendor/iStock-613655510/iStock-613655510 1920x752.jpg');
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    color: #fff;
    width: 100%;
    height: 700px;
    display: table;
    position: relative;
}*/

/* Slider CSS 
==================*/

/*.single-slide-item {*/
    /*background-image: url(../img/slider/slide-1.jpg);*/
       /*background-image: url('../img/vendor/Vans 2/iStock-1303181810 3840x2160.jpg');*/
    /*background-image: url('../img/VansByShahid.jpeg');
}
.hero-area-bg-1 {
    background-image: url('../img/VansByShahid.jpeg');*/
    /*background-image: url('../img/vendor/Vans 2/iStock-1303181810 3840x2160.jpg');*/
/*}
.hero-area-bg-2 {
     background-image: url('../img/slide3ByShahid.jpeg');*/

    /*background-image: url('../img/vendor/iStock-1289787450.jpg');*/

/*}
.hero-area-bg-3 {
       background-image: url('../img/slide2ByShahid.jpeg');
}

#home-2 .single-slide-item {*/
	/*background-image: url(../img/slider/slide-3.jpg);*/
    /*background-image: url('../img/vendor/Vans 2/iStock-1303181810 3840x2160.jpg');
}

#home-2 .hero-area-bg-2 {*/
	/*background-image: url(../img/slider/slide-4.jpg);*/
        /*background-image: url('../img/vendor/Motor bike  1000x300/iStock-1277194125 1000x300 BLUE.jpg');
}

#home-3 .single-slide-item {
	background-image: url(../img/slider/slide-5.jpg);
}

#home-3 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-6.jpg);
}

.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
	z-index: 1;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 500;
	line-height: 90px;
	letter-spacing: 1px;
	margin: 30px 0;
}

.homepage-slides .section-title h6 {
	color: #bfbdbd;
}

#home-2 .single-slide-item h6 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 60px;
}

#home-2 .single-slide-item h6:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #35a000;
	margin-top: -1px;
}


#home-3 .section-title {
	margin-top: 100px;
}

.single-slide-item p {
	color: #ccc7c7;
	font-size: 18px;
	line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	visibility: visible;
	opacity: 0;
    background: #35a000;
	color: #fff;*/
	/*-webkit-transition: all .3s ease-out 3s;
	transition: all .3s ease-out 3s;*/
    /*opacity: .5;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .5;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #35a000;
	color: #fff;
	border-color: #35a000;*/
    /*border-color: #35a000;*/
	/*opacity: 1;
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

	.hero-area-content .main-btn {
		margin: 25px 0;
		font-family: Muli, ge ss two light;
	}*/

/* Feature Section
============== */

/*.feature-area .single-feature-item {*/
	/*margin-top: -20px;
	transform: translateY(0);
	transition: .5s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
	border-radius: 5px;
    height:160px;
    width:280px;*/

    /*margin-top: -50px;
	transform: translateY(0);
	transition: .5s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
	border-radius: 5px;
}

.feature-area .single-feature-item1 {
	margin-top: 170px;
	transform: translateY(0);
	transition: .5s;*/
	/*box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;*/
	/*border-radius: 5px;
}

.feature-area .single-feature-item:hover {
	transform: translateY(-20px);
}

.feat-icon i:before {
	font-size: 55px;
	color: #FCDB5A;
}

.feat-icon {
	background: #fff;
	padding: 30px 30px 50px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}
.feat-icon-arabic {
	background: #fff;
	padding: 30px 30px 50px;
	height: 100%;
	border-radius: 0 5px 5px 0;
}

.feat-content {
	background: #fff;
	padding: 30px;
	border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0;
}
.feat-content1 {*/
	/*background: #fff;*/
	/*padding: 5px;*/
    /*padding-right:4px;
    padding-left:4px;*/
    /*padding-bottom:80px;*/
	/*border-left: 1px solid #eee;*/
	/*border-radius: 0px 5px 5px 0;
}
.feat-content p {
	margin: 15px 0;
}

.feat-content a {
	font-size: 20px;
	color: #87C03D;
}

.feature-area {
	position: relative;
	z-index: 9;
}*/

/* About Seciton # 01 
============== */

/*.info-img {*/
	/*background-image: url(../img/map.png);*/
	/*background-size: cover;
	background-position: top center;
}

.info-content-area .section-title h2 {
	position: relative;
	padding-left: 35px;
}

.info-content-area .section-title h2:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #35a000;
}

.info-content-area p.highlight {
	position: relative;
	padding-left: 35px;
	margin: 20px 0;
}

.info-content-area p.highlight:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background: #DDD;
}

.info-content-area .main-btn {
	background: transparent;
	color: #35a000;
	border: 2px solid;
	margin: 40px 0;
}

.info-content-area .main-btn:hover {
	background: #35a000;
	color: #fff;
	border-color: #35a000;
}
.main-btn1:hover {
	background: #4fd12e;
	color: #fff;
	border-color: #4fd12e;
    
}

.info-img {
	margin-right: 30px;
}

.founded {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 10px;
}

.years {
	font-family: 'Teko', 'ge ss two light';
	font-size: 22px;
	font-weight: 300;
	line-height: 10px;
	letter-spacing: 1px;
}

.years span {
	font-family: 'Teko', sans-serif;
	font-size: 140px;
	font-weight: 600;
	line-height: 120px;
	background-color: #35a000;
	background-image: url(../img/trans-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-right: 20px;
}

.about-area .text {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	line-height: 27px;
	color: #35a000;
	border-left: 5px solid #eee;
	padding-left: 35px;
	margin-top: 20px;
}*/


/* Service Section # 01
============== */

/*.services-area {
	background-image: url(../img/service.jpg);
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

#service-1.services-area .section-title h2 {
	color: #fff;
}

.service-icon i:before {
	font-size: 50px;
	color: #35a000;
}

.single-service-area {
	text-align: center;
	height: 320px;
	padding: 40px;
	background: #052435;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}


.single-service-area h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	margin: 30px 0 20px;
}

.single-service-area p {
	color: #ccc7c7;
}

.single-service-area a.read-more {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px 0;
}

.single-service-area:before {
	background-image: url(../img/service/01.jpg);
}

.service-2:before {
	background-image: url(../img/service/03.jpg);
}

.service-3:before {
	background-image: url(../img/service/04.jpg);
}

.service-4:before {
	background-image: url(../img/service/02.jpg);
}

.service-5:before {
	background-image: url(../img/service/05.jpg);
}

.service-6:before {
	background-image: url(../img/service/06.jpg);
}

.single-service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
	background-size: cover;
	background-position: center;
}

.single-service-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #03102A;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-out;
}

.single-service-area:hover::before {
	visibility: visible;
	opacity: .5;
}

.single-service-area:hover::after {
	visibility: visible;
	opacity: .9;
}*/


/* Logistics Section # 01  
==================== */

/*.single-logistic-bg {
    
    background-image: url('../img/Air-F-Plane.jpg');
    height: 325px;
}

.logistic-bg-2 {*/
    /*background-image: url('../img/iStock-1163542045 540x640 BE O2.jpg');*/
    /*background-image: url('../img/Sea-F-Ship.jpg');
}

.logistic-bg-3 {*/
    /*background-image: url('../img/vendor/Vans 2/iStock-1303181810 540x640 BE O2.jpg');*/
    /*background-image: url('../img/vendor/Vans 2/iStock-1303181810 540x640.jpg');
}

.logistic-bg-4 {

    background-image: url('../img/vendor/Mailroom 540x610/iStock-1225833689 540x610.jpg');
}

#logistic-1 .single-logistic-area {
	padding: 20px;
	box-shadow: none;
	margin-top: 0;
	height: 325px;
	text-align: center;
	background: #fff;
	transition: .3s;
}

.single-logistic-area h5 {
	margin: 25px 0;
}

#logistic-1 .logistic-icon i:before {
	color: #002C42;
}

#logistic-1 .single-logistic-area a.read-more {
	margin: 12px 0 0;
	text-transform: uppercase;
	font-weight: 500;
}

#logistic-1 .single-logistic-area:hover {
	background: #02223A;
}

#logistic-1 .single-logistic-area:hover .logistic-icon i:before {
	color: #fff;
}

#logistic-1 .single-logistic-area:hover h5 {
	color: #fff;
}

#logistic-1 .single-logistic-area:hover p {
	color: #fff;
}*/

/* Process Section
============== */

/*.single-process-area {
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}

.single-process-area h5 {
	font-size: 14px;
	color: #fff;
	margin: 25px 0 10px;
	letter-spacing: 1px;
}

.single-process-area h4 {
	font-size: 20px;
	margin: 20px 0;
}

.process-icon {
	position: relative;
}

.process-icon img {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.single-process-area:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 0;
	animation-iteration-count: 0;
}

[class*='col-lg-3']:not(:last-child) .process-icon:after {
	position: absolute;
	content: "";
	top: 50%;
	right: -44px;
	width: 80px;
	height: 1px;
	border: 1px dashed cadetblue;
	opacity: .7;
}

#about-page.process-area .section-title h2 {
	color: #fff;
}

#about-page.process-area .single-process-area h4 {
	color: #fff;
}

#about-page.process-area .single-process-area p {
	color: #cecece;
}*/

/* FAQ Section 
============== */

/*.faq-bg {
    background-image: url('../img/vendor/Last mile delivery/iStock-881072690 540x610.jpg');*/
   /* background-image: url(../img/faq.jpg);*/
    /*height: 600px;
}

.styled-faq {
	margin-top: 40px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
	border: 1px solid #f6f6f6;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: none;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 500;
}

	.styled-faq .panel .panel-heading h6 a {
		font-family: 'Muli', 'ge ss two light';
		display: block;
		text-decoration: none;
		padding: 12px;
		background: #f6f6f6;
		color: #35a000;
	}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
	color: #35a000;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
	color: #35a000;
}*/

/*Testimonial Section # 01
============== */

/*.testimonial-area {
	background-image: url(../img/testimonial-bg.jpg) !important;
	background-size: cover;
	background-position: center;
	height: 500px;
	position: relative;
	z-index: 1;
}

.testimonial-avatar img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.single-testimonial-item {
	text-align: center;
}

.testimonial-content p {
	font-size: 17px;
	line-height: 27px;
	color: #f5f3f3;
	margin: 20px 0;
}

.testimonial-content h4 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0;
}

.testimonial-content h4 span {
	display: block;
	font-size: 90%;
	margin-top: 7px;
	opacity: .5;
}

.testimonial-carousel .owl-dots button {
	width: 15px;
	height: 15px;
	background: #999;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
}

.testimonial-carousel .owl-dots button.active {
	background: #35a000;
}

.testimonial-carousel .owl-dots {
	display: block;
	text-align: center;
}

.testimonial-area .testimonial-icon-before i {
	font-size: 40px;
	background: none;
	padding: 10px;
	position: absolute;
	top: 55px;
	z-index: 9;
	left: -10px;
	color: #35a000;
}

.testimonial-area .testimonial-icon-after i {
	font-size: 40px;
	background: none;
	padding: 10px;
	position: absolute;
	bottom: 55px;
	z-index: 9;
	right: -10px;
	color: #35a000;
}*/

/* Blog Section 
============== */

/*.blog-area .single-blog-item {
	background: #fff;
	border-radius: 5px;
}

.blog-area .blog-bg img {
	height: 250px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.blog-area p.blog-meta {
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0;
	color: #35a000;
	text-transform: uppercase;
}

.blog-area p.blog-meta i:before {
	padding-right: 7px;
}

.blog-area .blog-meta i {
	font-size: 20px;
	margin-right: 7px;
}

.blog-content i {
	margin-right: 7px;
}

.blog-content {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .06);
	padding: 30px;
}

.blog-area .blog-content h5 a {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #1d2143;
	margin-bottom: 20px;
}

.blog-area .blog-content h5 a:hover {
	color: #35a000;
}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	color: #35a000;
	opacity: .5;
}

.blog-area a.read-more:hover {
	opacity: 1;
}

.blog-area .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-area .blog-bg img {
	transition: transform ease 0.3s;
}

.blog-area .blog-bg span {
	background: #35a000;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-area .blog-bg img:hover {
	transform: scale(1.3);
	transition: all 2s ease-out;
	border-radius: 5px;
}*/

/* Client Section CSS  */

/*.single-logo-wrapper {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
	transition: .3s;
}

.single-logo-wrapper:hover {
	opacity: 1;
}*/

/* CTA Section # 01
============== */

/*.cta-area {
	background: #35a000;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
    margin-top:20px;
}

.cta-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

.cta-area h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area .main-btn {
	background: #35a000;
	color: white;
	margin-top: 16px;
	font-family: Muli, ge ss two light;
}

.cta-area .main-btn:hover {
	background: white;
	color: black;
}*/

/* Footer Area
======================== */

/*.footer-area {*/
    /*background-image: url(../img/footer-bg.png);*/
    /*background-size: cover;*/
    /*background-image: url('../img/vendor/Vans/iStock-613655510 1920x752 BE O1.jpg');*/
    /*background-image: url('../img/vendor/Vans/iStock-613655510 1920x752.jpg');*/
    /*background-position: center;
    color: #fff;
    background-color:#173d6c;
}

.footer-area h5 {
	color: #fff;
	margin: 20px 0;
}

.footer-area p {
	margin-top: 16px;
	color: #9aa3b2;
}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	display: block;
	color: #d7d7d7;
	padding: 7px 0;
	font-family: 'Muli','ge ss two light'
}

.footer-up ul li a span {
	color: #35a000;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #35a000;
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #35a000;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input {
	border: 0;
	background: #3D4147;
}

.subscribe-form input::placeholder {
	color: #797A7E;
	font-size: 14px;
}

.footer-up {
	padding: 80px 0;
}


.footer-up .logo {
	width: 210px;
}

.footer-up .social-area i {
	color: #eee;
	font-size: 21px;
	margin-right: 10px;
	margin-top: 20px;
}

.footer-bottom {
	padding: 10px 0;
	background: #20242d;
}

.footer-bottom p {
	margin: 0;
	color: #707579;
}

p.privacy {
	text-align: right;
}*/

/*==============================HOME # 02 =================================*/

/*About Section # 02*/

/*.about-bg-wrapper {
	height: 100%;
}

.about-content-wrapper {
	padding: 80px;
	padding-top: 50px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 9;
	border-top: 10px solid #35a000;
}

.about-bg-wrapper {
	height: 100%;
	border: 10px solid #fff;
	border-right: 0;
}
.about-bg-innner-international {
   
    background-image: url('../img/iStock-1225840727 540x640 BE O2.jpg');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-bg-innner-moreservices {*/
    /*background-image: url('../img/vendor/Vans 2/iStock-1303181810 540x640.jpg');*/
    /*background-image: url('../img/vendor/Misc 540x610/iStock-885915372  540x610.jpg');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-bg-innner {*/
    /*background-image: url('../img/vendor/Vans/iStock-613655510 540x610.jpg');*/
    /*background-image: url('../img/vendor/Domes-van.jpg');*/
    /*background-image: url('../img/vendor/Motor bike 540x610/iStock-1277194125 540x610.jpg');*/
    /*background-image: url('../img/vendor/Mailroom 540x610/iStock-1225833689 540x610.jpg');*/
    /*background-image: url(../img/about/about.jpg);*/
    /*background-image: url('../img/vendor/Misc 540x610/iStock-1193399487 540x610.jpg');*/
    /*width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.key-feature {
	margin-top: 20px;
}

.key-feature h4 {
	font-size: 20px;
	margin: 15px 0 10px;
}*/


/* Service Section # 02
==================== 
*/

/*.single-serv-item {
	background: #fff;
	height: 396px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 50px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
}
.single-serv-item {
	background: #fff;
	height: 335px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 50px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
}
.single-serv-item-serv {
	background: #fff;
	height: 430px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 50px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
}

.single-serv-item:hover {
	transform: translateY(-20px);
}

.serv-content {
	border-top: 4px solid #efefef;*/
	/*border-bottom: 1px solid #efefef;*/
	/*padding: 20px 40px 10px;

}

.serv-content h5 {
	margin: 5px 0 15px;
	color: #1d2143;
	font-weight: 500;
}
.serv-content a:hover {
  color: #35a000;
}

.serv-icon {
	padding: 45px 30px 30px;
}
.serv-icon1 {*/
	/*padding: 45px 30px 30px;*/
/*}

.serv-icon i:before {
	font-size: 60px;
	color: #35a000;
}
.serv-icon1 i:before {
	font-size: 60px;
	color: #35a000;
}

.single-serv-item a {*/
	/*text-transform: uppercase;*/
	/*font-family: Muli,ge ss two light;
	font-size: 1.25rem;*/
	/*letter-spacing: 1px;*/
	/*font-weight: 500;*/
	/*padding: 30px 40px;*/
    /*color:black;
}

.service-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #35a000;
}

.service-slider .owl-dots {
	text-align: center;
	margin-top: 30px;
}*/


/* Achievement Section 
============== */

/*.achievement-area {*/
    /*background-image: url(../img/achievement.jpg);*/
    /*background-image: url('../img/service.jpg');
    height: 250px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.achievement-area.home2 {
	background-color: #020E28;
}

.fact-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #FF5316;
	margin: 25px 0;
	display: inline-block;
}

.single-counter-box {
	text-align: center;
}

.single-counter-box .counter-number span {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	margin: 30px 0 20px;
}

.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}

.single-counter-box h6 {
	color: #35a000;
	font-size: 18px;
	font-weight: 400;
}*/

/* Logistics Section # 02
============== */


/*.freight-bg-1 {
	background-image: url(../img/freight/1.png);
}

.freight-bg-2 {
	background-image: url(../img/freight/2.png);
}

.freight-bg-3 {
	background-image: url(../img/freight/3.png);
}

.single-freight-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 2s ease-out;
}

.freight-icon {
	position: absolute;
	top: 50px;
	left: 35px;
}

.freight-icon i:before {
	font-size: 45px;
	color: #fff;
}

.single-freight-area h5 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 25px;
}

.single-freight-area h5:after {
	position: absolute;
	content: " ";
	width: 80px;
	height: 3px;
	background: #ffff;
	bottom: -15px;
	left: 0;
}

.single-freight-area .read-more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #35a000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

.single-freight-area .read-more:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	margin-left: -5px;
	opacity: 0;
	visibility: hidden;
}


.single-freight-area:hover .read-more {
	padding-left: 15px;
}

.single-freight-area:hover .read-more:before {
	opacity: 1;
	visibility: visible;
}

.single-freight-area img {
	transition: transform ease 0.3s;
}

.single-freight-area img:hover {
	transform: scale(1.3);
	transition: all 2s ease-out;
}*/





/*Choose Us Section # 01 
============== */


/*.chooseus-area {
	border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
	margin: 0;
}

.single-feature-item .num {
	font-size: 24px;
	line-height: 24px;
	background: #35a000;
	display: inline-block;
	padding: 10px;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	float: left;
	border-radius: 5px;
}

.feature-image img {
	width: 100%;
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
	position: relative;
	z-index: 1;
}

.feature-image:before {
	position: absolute;
	content: " ";
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	background: #35a000;
	z-index: -1;
}

.feature-content h5 {
	font-size: 20px;
	margin: 0;
}

.feature-content {
	padding-left: 70px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.feature-content p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0;
}*/

/* Testimonial Section # 02
============== */

/*#testimonial-2.testimonial-area {
	background-image: none;
	height: auto;
}

#testimonial-2.testimonial-area .section-title {
	padding: 0;
}

#testimonial-2 .single-team-item img {
	max-width: 70px;
	height: auto;
	float: left;
}

#testimonial-2 .author-desc {
	margin-top: 30px;
}

#testimonial-2 .author-desc h5 {
	font-size: 18px;
	padding-left: 10px;
	margin: 0;
}

#testimonial-2 .author-desc span {
	font-size: 90%;
	color: #35a000;
	padding-left: 10px;
}

#testimonial-2 .single-team-item {
	background: #fff;
	padding: 50px 50px 70px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-bottom: 3px solid #fff;
	transition: .3s;
	border-radius: 5px;
}

#testimonial-2 .single-team-item:hover {
	border-bottom: 3px solid #35a000;
}

#testimonial-2 .testimonial-icon i {
	font-size: 25px;
	background: #35a000;
	padding: 10px;
	position: absolute;
	top: -20px;
	color: #fff;
	z-index: 9;
	border-radius: 5px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #35a000;
}

#testimonial-2.testimonial-area .team-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}*/

/*Pricing Section 
=================
*/

/*.pricing-section {
	background: #01273E;
}

.pricing-section .section-title h2 {
	color: #fff;
}

.single-price-item {
	padding: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	border: 5px solid #0f294a;
	opacity: .5;
	border-radius: 5px;
}

.single-price-item.active {
	border-color: #35a000;
	opacity: 1;
}

.single-price-item h4 {
	margin: 25px 0;
	padding: 15px 25px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}

.single-price-item p {
	margin-bottom: 50px;
}

.single-price-item p b {
	font-size: 40px;
	color: #fff;
}

.single-price-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-price-item ul li {
	display: block;
	margin: 20px 0;
	color: #e5e5e5;
	font-size: 16px;
	text-align: left;
	padding-left: 35px;
}

.single-price-item .main-btn {
	padding: 14px 24px;
	margin: 30px 0;
	border-radius: 0;
	background: #35a000;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.single-price-item .main-btn:hover {
	background: #00656D;
	color: #fff;
}*/

/* Quotation Section 
====================
*/

/*.quotation-section {
	background-image: url(../img/consult-bg.jpg);
	position: relative;
	z-index: 1;
}

.quotation-section .section-title h2 {
	color: #fff;
}

.quotation-form {
	padding: 80px 115px;
	background-color: #FFF;
}

.quotation-form span {
	color: #F8A555;
}

.quotation-form .form-control {
	border-radius: 4px;
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
	font-size: 16px;
	color: #777;
	height: 50px;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
	height: 50px;
	padding: 8px 10px;
}

.quotation-form .form-group label:after {
	content: "*";
	padding-left: 5px;
	color: #F8A555;
}

.request-button .btn-primary {
	margin-top: 30px;
	padding: 13px 60px;
	width: 100%;
}

.request-button .btn-primary:hover {
	color: #FFF;
	background: #050D3C;
}

.request-button i {
	margin-left: 8px;
}

.request-button button:hover {
	background: #092A45;
	color: #fff;
}

.quotation-dtl {
	background-color: #35a000;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.quotation-dtl p {
	color: #FFF;
	font-size: 20px;
	padding: 15px 150px;
	margin: 0;
	text-align: center;
}

.quotation-dtl p i {
	color: #fff;
	padding-right: 15px;
	font-size: 25px;
}

.quotation-dtl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 28px;
	vertical-align: middle;
}

.quotation-dtl a:hover {
	color: #35a000;
}*/


/*=============================HOME # 03 ==================================*/


/*Logistics Section # 03
========================*/

/*.logistic-service-area {
	background-image: url(../img/icon/air-freight.png);
	background-position: center;
	background-repeat: no-repeat;
}

.logistic-service-area.sea {
	background-image: url(../img/icon/sea.png);
}

.logistic-service-area.road {
	background-image: url(../img/icon/truck.png);
}

.logistic-service-area.rail {
	background-image: url(../img/icon/freight-wagon-bg.png);
}

.logistic-service-area.store {
	background-image: url(../img/icon/wholesale.png);
}

.logistic-service-area.ware {
	background-image: url(../img/icon/pallet.png);
}


.logistic-service-area {
	text-align: left;
	height: 320px;
	padding: 45px 40px;
	border-radius: 5px;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}

.logistic-service-area:hover {
	border-color: #ddd;
}

.logistic-service-area h4 {
	color: #1d2143;
	margin: 15px 0;
}

.logistic-service-area p {
	color: #898a9c;
}

.logistic-service-area .read-more {
	text-transform: uppercase;
	font-weight: 500;
	margin: 20px 0;
}

.service-icon i {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.logistic-service-area:hover i {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}*/


/* About Section # 03  
============== */

/*.single-bar-item h4 {
	font-size: 17px;
	margin-bottom: 10px;
}

.progress-bar-area {
	margin-top: 20px;
}

.barfiller .fill {
	background: #35a000 !important;
}

#about-3 .choose-certify {
	text-align: center;
	margin-top: 30px;
}

#about-3 .choose-certify i {
	position: relative;
}

#about-3 .choose-certify i {
	font-size: 45px;
	color: #35a000;
}

#about-3 .choose-certify h5 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0;
	color: #002c42;
}

#about-3 .choose-certify p {
	padding-left: 0;
}*/

/* CTA Section # 02
============== */

/*#cta-2.cta-area {
	background-image: url(../img/divider.jpg);
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#cta-2.cta-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

#cta-2.cta-area h6 {
	color: #35a000;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#cta-2.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

#cta-2.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

#cta-2 .contact-info h5 {
	font-size: 22px;
	color: #fff;
}

#cta-2 .contact-info p {
	margin: 4px 0;
}*/

/* Service Section # 03
======================== */
/*#service-3.services-area {
	background: #fff;
}

#service-3 .single-service-area {
	text-align: center;
	height: 320px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.service-bg {
	background-image: url(../img/service/01.jpg);
	height: 270px;
	transform: scale(1.3);
	transition: all 2s ease-out;
}

.bg-2 {
	background-image: url(../img/service/02.jpg);
}

.bg-3 {
	background-image: url(../img/service/03.jpg);
}

.bg-4 {
	background-image: url(../img/service/04.jpg);
}

.bg-5 {
	background-image: url(../img/service/05.jpg);
}

.bg-6 {
	background-image: url(../img/service/06.jpg);
}

#service-3 .single-service {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}

.single-service .service-content {
	position: absolute;
	bottom: -20px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.service-content h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	position: relative;
	padding-left: 15px;
}

.service-content h3:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 4px;
	height: 30px;
	background: #35a000;
	margin-top: -15px;
}

.service-content a.read-more {
	position: absolute;
	bottom: 37px;
	left: 20px;
	opacity: 0;
	transform: translateY(50%);
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-family: 'Muli', 'ge ss two light';
	font-size: 18px;
	letter-spacing: 2px;
	color: #35a000;
	padding-left: 15px;
}

.single-service:hover .service-content h3 {
	transform: translateY(-12px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.single-service:hover .service-content a.read-more {
	transform: translateY(22px);
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-service:hover .service-bg {
	transform: scale(1.07);
}*/

/* Choose Us Section # 02
====================== 
*/

/*.choose-us-area {
	background-image: url(../img/choose-bg.jpg);
	background-size: cover;
	height: 500px;
	position: relative;
	z-index: 1;
}

.choose-us-area .section-title h2 {
	color: #fff;
}

.choose-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.choose-us-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}

.choose-us-inner h5 {
	margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
	border-right: none;
}

.choose-us-icon {
	position: relative;
	z-index: 1;
}

.choose-us-icon:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50px;
	width: 80px;
	height: 80px;
	background: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
	transition: .3s;
}

.choose-us-inner:hover .choose-us-icon:after {
	width: 100px;
	height: 100px;
	top: -18px;
	left: 65px;
	background: #35a000;
	opacity: .2;
}*/

/* Spacer
============== */

/*.spacer {
	position: relative;
}

.spacer-bg {*/
	/*	background-image: url(../img/divider.jpg);*/
	/*background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spacer-bg .main-btn {
	z-index: 9;
	margin-top: 120px;
}*/

/* Team Section 
============== */

/*.team-member-bg {
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 300px;
}

.team-member-bg {
	background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
	background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
	background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
	background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
	background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
	background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
	background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
	background-image: url(../img/team/8.jpg);
}

.single-team-member {
	position: relative;
	margin-top: 25px;
}

.single-team-member .team-content {
	position: absolute;
	bottom: -75px;
	background: #fff;
	text-align: center;
	width: 100%;
}

.team-content .team-title {
	font-weight: 500;
}

.team-content .team-title a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #191919;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 16px 0 0px;
}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.team-content .team-subtitle p {
	margin: 0;
	color: #333E38;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social ul li {
	display: inline-block;
}

.team-social ul li a {
	font-size: 18px;
	padding: 10px;
	transition: all .3s ease-out;
}

.team-social {
	position: absolute;
	top: 0;
	left: -35px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-2px);
	transition: all .4s;
}

.team-social ul li {
	display: block;
}

.team-social i {
	color: #35a000;
}

.single-team-member:hover .team-social {
	visibility: visible;
	opacity: 1;
	left: 0;
	transform: translateY(0);
}*/


/* Contact Section 
==================== 
*/

/*.contact-section {
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #35a000;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 100px;
}

.contact-inner p {
	padding-left: 100px;
}

.contact-section button.main-btn {
	border: none;
}

.contact-section button.main-btn:hover {
	background: #25283a;
	color: #fff;
}

.contact-form {
	margin-top: 80px;
}*/


/* Breadcrumb 
============== */

/*.breadcroumb-area {
    background-image: url('../img/vendor/Motor bike  1000x300/iStock-1277194125 1000x300.jpg');*/
    /*background-image: url(../img/bread-bg.gif);*/
/*}
.bread-bg-domestic {*/
    /*background-image: url('../img/vendor/Misc 1000x300/iStock-1159367064 1000x300.jpg');*/
    /*background-image: url('../img/vendor/Mailroom 1000x300/iStock-1179621823 1000x300.jpg');
}
.bread-bg-international {
    background-image: url('../img/vendor/iStock-1133888840/iStock-1133888840.jpg');
}
.bread-bg-support {
    background-image: url('../img/vendor/Misc 1000x300/iStock-1274394138 1000x300.jpg');
}
.bread-bg-quotation {
    background-image: url('../img/vendor/Misc 1000x300/iStock-1193399487 1000x300.jpg');
}
.bread-bg-career {
    background-image: url('../img/vendor/iStock-635967708 1000x300.jpg');
}
.bread-bg-other-services {
    background-image: url('../img/vendor/iStock-1225833689 1000x300.jpg');
}
.bread-bg-about-us {
    background-image: url('../img/vendor/iStock-613655510/iStock-613655510 1920x752 - Copy.jpg');
}
.breadcroumb-area {
	height: 300px;
	background-size: cover;
	background-position: center top;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.breadcroumb-area-dometic {
	height: 300px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #092c3e;
	opacity: .5;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #35a000;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}*/

/*Choose Us Page */

/*#choose-us-page .about-content-wrapper {
	margin-top: 0;
	border-top: none;
}*/

/*Team Page */

/*#team-page .single-team-member {
	margin-bottom: 100px;
}*/

/* Price Page */

/*#price-page.pricing-section {
	background: none;
}

#price-page.pricing-section .section-title h2 {
	color: #1d2143;
}

#price-page .single-price-item {
	border: 5px solid #0f294a;
	opacity: .5;
}

#price-page .single-price-item.active {
	border-color: #35a000;
	opacity: 1;
}

#price-page .single-price-item h4 {
	color: #1d2143;
}

#price-page .single-price-item p b {
	color: #1d2143;
}

#price-page .single-price-item ul li {
	color: #1d2143;
}*/

/*Quotation Page */

/*.quote-form {
	margin-top: 50px;
}

.form-list {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-form input,
.quote-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 0;
}

.form-list select {
	color: #555;
}

.cost-center .btn-1 span {
	padding: 15px 25px;
	position: relative;
	text-align: left;
	background:#174A7C;*/ /*#0C4D52;*/
	/*color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: -4px;
}

.cost-center .btn-1 .dark {
	background: #35a000;
}

.quote-form .btn:hover {
	background: navy;
	color: #fff;
}

.cost-center .btn.btn-primary {
	margin-top: 10px;
}*/

/*FAQ Page*/

/*.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}*/

/*Service Page */

/*#service-page .single-service {
	padding: 40px;
	padding-top: 0;
}*/

/* Blog-Classic Page 
============== */

/*#blog-page .single-blog-item {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta {
	font-size: 16px;
	color: #898a9c;
}

#blog-page .blog-content a {
	font-size: 24px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
	color: #35a000;
}

#blog-page .blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: #35a000;
}

.blog-search input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 15px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}

.blog-category a.active,
.archive a.active {
	color: #35a000;
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #00B965;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #35a000;
}

.popular-tag span:hover {
	background: #35a000;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

.single-comments-section p b {
	color: #333;
}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.author-info h6 {
	margin: 10px 0;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-section {
	background-image: url(../img/helpline.jpeg);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

.pagination-block .page-numbers {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	color: #656c76;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #e9eef6;
	border-radius: 3px;
	margin: 0 3px;
	padding: 0;
	transition: all 0.3s ease 0s;
}

.page-numbers.current {
	background: #35a000;
	color: #fff;
}

.pagination-block .page-numbers:hover {
	background: #35a000;
	color: #fff;
}*/

/* Single Service Page
============== */

/*.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #333;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: #35a000;
	color: #fff;
}

.service-list a:hover {
  background: #35a000;
  color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpline-section h4 {
	color: #fff;
	margin-top: 15px;
}

.helpline-section button {
	margin-top: 15px;
}*/

/* Single Blog Page  
============== */

/*.blog-meta {
	margin: 20px 0;
}

.blog-meta span i {
	color: #35a000;
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}*/


/* Contact Page  
============== */

/*.contact-us-area {*/
	/*background-image: url(../img/contact-bg-1.jpg);*/
	/*background-size: cover;
	height: 500px;
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.contact-us-inner {
    text-align: center;
    padding: 40px 30px;
    border-right: 1px solid #eee;*/
    /*background-image: url(../img/contact-bg-1.jpg);*/
    /*background-image: url('../img/vendor/Mailroom 540x610/iStock-1179621823 540x610 BLUE.jpg');*/
/*}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	margin: 40px 0 20px;
}

.contact-us-inner a {
	text-transform: uppercase;
	color: #35a000;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 50px;
	color: #35a000;
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

.contact-section {
	background-image: url(../img/contact-bg.jpg);
}

.contact-section .section-title h2 {
	color: #fff;
}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}*/

/* services animation effect 
----------------------------------*/

/*@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}

    }
    .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }*/

    /*WARP TEST Starts here*/

    /*body{margin-top:0px;}

.steps {
    border: 1px solid #e7e7e7
}

.steps-header {
    padding: .375rem;
    border-bottom: 1px solid #e7e7e7
}

.steps-header .progress {
    height: .25rem
}

.steps-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.step {
    display: table-cell;
    position: relative;
    padding: 1rem .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-right: 1px dashed #dfdfdf;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    text-align: center;
    text-decoration: none
}

.step:last-child {
    border-right: 0
}

.step-indicator {
    display: block;
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    font-size: .875rem;
    line-height: 1.375rem
}

.has-indicator {
    padding-right: 1.5rem;
    padding-left: 2.375rem
}

.has-indicator .step-indicator {
    top: 50%;
    margin-top: -.75rem
}

.step-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: .75rem;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #888
}

.step:hover {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none
}

.step:hover .step-indicator {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-color: transparent;
    background-color: #f4f4f4
}

.step:hover .step-icon {
    color: rgba(0, 0, 0, 0.9)
}

.step-active,
.step-active:hover {
    color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
    cursor: default
}

.step-active .step-indicator,
.step-active:hover .step-indicator {
    border-color: transparent;
    background-color: #5c77fc;
    color: #fff
}

.step-active .step-icon,
.step-active:hover .step-icon {
    color: #5c77fc
}

.step-completed .step-indicator,
.step-completed:hover .step-indicator {
    border-color: transparent;
    background-color: rgba(51, 203, 129, 0.12);
    color: #33cb81;
    line-height: 1.25rem
}

.step-completed .step-indicator .feather,
.step-completed:hover .step-indicator .feather {
    width: .875rem;
    height: .875rem
}

@media (max-width: 575.98px) {
    .steps-header {
        display: none
    }
    .steps-body,
    .step {
        display: block
    }
    .step {
        border-right: 0;
        border-bottom: 1px dashed #e7e7e7
    }
    .step:last-child {
        border-bottom: 0
    }
    .has-indicator {
        padding: 1rem .75rem
    }
    .has-indicator .step-indicator {
        display: inline-block;
        position: static;
        margin: 0;
        margin-right: 0.75rem
    }
}

.bg-secondary {
    background-color: #f7f7f7 !important;
}

.message-box {
	width: auto;
	padding: 6.5px;
	color: White;
	float: right;
	direction: ltr;
}

.red {
	background-image: url('../img/Warning.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #CC6565;
	padding-left: 35px;
	padding-right: 20px;
}

.green {
	background-image: url('../img/Lightning.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #35a000;
	padding-left: 35px;
	padding-right: 20px;
}
.rtl{direction:rtl!important;}
.ltr{direction:ltr!important;}
.tracking-btn:hover{
  background: #4fd12e !important;
	color: #fff !important;
	border-color: #4fd12e !important;
}
.sticky-Box-Text{

    text-align:start;
    font-size:14px;
}

.feat-content-stickyBox {
	background: #fff;*/
	/*padding: 30px;*/
	/*border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0;
    padding-top:10px;
    padding-right:5px;
    padding-left:10px;
}*/




/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}

#header-2.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
	animation: none;
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}


#header-2.header-area .is-sticky .sub-menu {
	top: 60px;
}

#header-2 .is-sticky .main-menu li:hover .sub-menu {
	top: 60px;
}


/* Header Top Area
============== */

.header-top {
	background: #1F2437;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 15px 0;
}

.contact-info i {
	color: #35a000;
	/*color="#9bd507;*/
	font-size: 20px;
	margin-right: 2px;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

	.site-info .social-area i {
		font-size: 17px;
		color: #8D9CC5;
		padding-left: 10px;
	}

/* Header Area 
============== */

.header-area {
	height: 90px;
}

#header-2.header-area {
	height: auto;
}

#header-2.header-area {
	padding: 0;
}

.header-area .logo {
	padding: 5px 0;
}

	.header-area .logo img {
		max-width: 250px;
	}

.sub-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 15px 0;
}

	.sub-title p {
		margin-top: 15px;
		margin-left: 55px;
	}

	.sub-title:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 45px;
		height: 40px;
		border-left: 2px solid #eee;
		margin-top: -20px;
	}

#header-2 .navigation {
	height: 80px;
	background: #051232;
	border-top: 1px solid #eee;
}

#header-2 .logo {
	padding: 15px 0;
}

#header-2 .sub-title {
	padding: 15px 0;
}

#header-2 .aside-content {
	padding: 15px 0;
}

.header-area li.nav-item .nav-link {
	color: #020E28;
	font-weight: bold;
}

#header-2 .main-menu .navbar-nav .nav-link {
	padding: 30px 0;
	color: #d7d7d7;
}

#header-2.header-area .header-btn.main-btn {
	margin-top: 15px;
}

	#header-2.header-area .header-btn.main-btn:hover {
		background: #fff;
		color: #051232;
	}

#header-3.header-area li.nav-item .nav-link {
	color: #fff;
}

.header-area .main-menu .navbar-nav .nav-link.active {
	color: #35a000;
	/*color: #35a000;*/
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
	color: #35a000;
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
	color: #35a000;
}

.header-area .main-menu li.nav-item:hover > a {
	color: #777;
}

.header-area .header-btn.main-btn {
	padding: 14px 30px;
}

.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.responsive-logo {
	display: none;
}

#header-3 .logo {
	margin-top: 0;
}

#header-3 .sub-title p {
	color: #fff;
}

#header-3 .sub-title:before {
	border-left: 2px solid #c5c2c2;
}

#header-3 button.search-btn {
	color: #fff;
}

#header-3 .search-box button:before {
	border-left: 2px solid #9c9a9a;
}

/*-- Search Form --*/

.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	position: absolute;
	top: 32px;
	right: 10px;
	font-size: 20px;
}

	.search-box button:before {
		position: absolute;
		content: "";
		top: 50%;
		left: -10px;
		height: 40px;
		border-left: 2px solid #eee;
		margin-top: -20px;
	}

	.search-box button:hover {
		cursor: pointer;
	}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

	.search-popup .search-back-drop {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
	}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

	.search-popup .upper-text .text {
		font-size: 18px;
		letter-spacing: 1px;
	}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

	.search-popup .form-group input[type="text"],
	.search-popup .form-group input[type="search"] {
		position: relative;
		display: block;
		font-size: 24px;
		line-height: 25px;
		color: #333333;
		padding: 10px 14px;
		height: 45px;
		width: 100%;
		background-color: transparent;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		border: none;
		margin-bottom: 5px;
	}

	.search-popup .form-group input[type="submit"],
	.search-popup .form-group button {
		position: absolute;
		right: 14px;
		top: -15px;
		background: transparent;
		text-align: center;
		font-size: 24px;
		line-height: 45px;
		color: #333333;
		padding: 0;
		background: none;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}


/* Header Aside */

#header-aside .aside-content {
	float: right;
	color: #585252;
	margin-top: 10px;
}

	#header-aside .aside-content .info-wrap {
		display: table;
		overflow: hidden;
		width: 100%;
	}

	#header-aside .aside-content .info-i,
	#header-aside .aside-content .info-c {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}

		#header-aside .aside-content .info-c span {
			opacity: .5;
		}

	#header-aside .aside-content .info-i {
		width: 45px;
	}

		#header-aside .aside-content .info-i span {
			position: relative;
			z-index: 1;
			font-size: 30px;
			color: #35a000;
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			display: inline-block;
			margin-right: 10px;
		}

			#header-aside .aside-content .info-i span i::before {
				font-size: 36px;
			}

			#header-aside .aside-content .info-i span:after {
				content: "";
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				z-index: -1;
				border: 1px dashed transparent;
				background-color: transparent;
			}

	#header-aside .aside-content .inner > div {
		float: left;
		display: block;
		width: 170px;
		position: relative;
		color: #777;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		margin-left: 25px;
		border-right: 2px solid #eee;
	}

		#header-aside .aside-content .inner > div:last-child {
			border: 0;
		}

/* Main Menu 
============== */

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

.main-menu li.nav-item1 {
	position: relative;
	margin-top: 26px;
	margin-right: 10px;
}

#header-2 .main-menu li.nav-item {
	margin-right: 15px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 500;
	color: #d7d7d7;
	display: block;
	padding: 35px 0;
}

	.main-menu .navbar-nav .nav-link.active {
		color: #fff;
	}

.main-menu li.nav-item:hover > a {
	color: #fff;
}

/*Dropdown Menu */

.sub-menu {
	position: absolute;
	left: 0;
	top: 90px;
	width: 180px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .sub-menu {
	top: 80px;
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #35a000;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

#header-2 .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 99999999;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

	.main-menu .sub-menu li a {
		font-size: 15px;
		font-weight: 400;
		display: block;
		padding: 12px;
		color: #191919;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.main-menu .sub-menu li:hover > a {
		color: #35a000;
	}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}

.tracking-slide {
	background-image: url('../img/vendor/iStock-613655510/iStock-613655510 1920x752.jpg');
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
}

/* Slider CSS 
==================*/

.single-slide-item {
	/*background-image: url(../img/slider/slide-1.jpg);*/
	/*background-image: url('../img/vendor/Vans 2/iStock-1303181810 3840x2160.jpg');*/
	background-image: url('../img/VansByShahid.jpeg');
}

.hero-area-bg-1 {
	background-image: url('../img/VansByShahid.jpeg');
	/*background-image: url('../img/vendor/Vans 2/iStock-1303181810 3840x2160.jpg');*/
}

.hero-area-bg-2 {
	background-image: url('../img/slide3ByShahid.jpeg');
	/*background-image: url('../img/vendor/iStock-1289787450.jpg');*/
}

.hero-area-bg-3 {
	background-image: url('../img/slide2ByShahid.jpeg');
}

#home-2 .single-slide-item {
	/*background-image: url(../img/slider/slide-3.jpg);*/
	background-image: url('../img/vendor/Vans 2/iStock-1303181810 3840x2160.jpg');
}

#home-2 .hero-area-bg-2 {
	/*background-image: url(../img/slider/slide-4.jpg);*/
	background-image: url('../img/vendor/Motor bike  1000x300/iStock-1277194125 1000x300 BLUE.jpg');
}

#home-3 .single-slide-item {
	background-image: url(../img/slider/slide-5.jpg);
}

#home-3 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-6.jpg);
}

.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 700px;
	display: table;
	position: relative;
	z-index: 1;
}

	.single-slide-item h1 {
		color: #fff;
		font-size: 55px;
		font-weight: 500;
		line-height: 90px;
		letter-spacing: 1px;
		margin: 30px 0;
	}

.homepage-slides .section-title h6 {
	color: #bfbdbd;
}

#home-2 .single-slide-item h6 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	padding-left: 60px;
}

	#home-2 .single-slide-item h6:before {
		position: absolute;
		content: "";
		width: 40px;
		height: 2px;
		left: 0;
		top: 50%;
		background: #35a000;
		margin-top: -1px;
	}


#home-3 .section-title {
	margin-top: 100px;
}

.single-slide-item p {
	color: #ccc7c7;
	font-size: 18px;
	line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 35px;
	height: 35px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	visibility: visible;
	opacity: 0;
	background: #35a000;
	color: #fff;
	/*-webkit-transition: all .3s ease-out 3s;
	transition: all .3s ease-out 3s;*/
	opacity: .5;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .5;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #35a000;
	color: #fff;
	border-color: #35a000;
	/*border-color: #35a000;*/
	opacity: 1;
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

	.hero-area-content .main-btn {
		margin: 25px 0;
		font-family: Muli, ge ss two light;
	}

/* Feature Section
============== */

.feature-area .single-feature-item {
	/*margin-top: -20px;
	transform: translateY(0);
	transition: .5s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
	border-radius: 5px;
    height:160px;
    width:280px;*/

	margin-top: -50px;
	transform: translateY(0);
	transition: .5s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
	border-radius: 5px;
}

.feature-area .single-feature-item1 {
	margin-top: 170px;
	transform: translateY(0);
	transition: .5s;
	/*box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;*/
	border-radius: 5px;
}

.feature-area .single-feature-item:hover {
	transform: translateY(-20px);
}

.feat-icon i:before {
	font-size: 55px;
	color: #FCDB5A;
}

.feat-icon {
	background: #fff;
	padding: 30px 30px 40px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.feat-icon-arabic {
	background: #fff;
	padding: 30px 30px 50px;
	height: 100%;
	border-radius: 0 5px 5px 0;
}

.feat-content {
	background: #fff;
	padding: 30px;
	border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0;
}

.feat-content1 {
	/*background: #fff;*/
	/*padding: 5px;*/
	padding-right: 4px;
	padding-left: 4px;
	/*padding-bottom:80px;*/
	/*border-left: 1px solid #eee;*/
	border-radius: 0px 5px 5px 0;
}

.feat-content p {
	margin: 15px 0;
}

.feat-content a {
	font-size: 20px;
	color: #87C03D;
}

.feature-area {
	position: relative;
	z-index: 9;
}

/* About Seciton # 01 
============== */

.info-img {
	/*background-image: url(../img/map.png);*/
	background-size: cover;
	background-position: top center;
}

.info-content-area .section-title h2 {
	position: relative;
	padding-left: 35px;
}

	.info-content-area .section-title h2:before {
		position: absolute;
		content: " ";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 5px solid #35a000;
	}

.info-content-area p.highlight {
	position: relative;
	padding-left: 35px;
	margin: 20px 0;
}

	.info-content-area p.highlight:before {
		position: absolute;
		content: "";
		width: 15px;
		height: 15px;
		top: 5px;
		left: 0;
		background: #DDD;
	}

.info-content-area .main-btn {
	background: transparent;
	color: #35a000;
	border: 2px solid;
	margin: 40px 0;
}

	.info-content-area .main-btn:hover {
		background: #35a000;
		color: #fff;
		border-color: #35a000;
	}

.main-btn1:hover {
	background: #4fd12e;
	color: #fff;
	border-color: #4fd12e;
}

.info-img {
	margin-right: 30px;
}

.founded {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 10px;
}

.years {
	font-family: 'Teko', 'ge ss two light';
	font-size: 22px;
	font-weight: 300;
	line-height: 10px;
	letter-spacing: 1px;
}

	.years span {
		font-family: 'Teko', sans-serif;
		font-size: 140px;
		font-weight: 600;
		line-height: 120px;
		background-color: #35a000;
		background-image: url(../img/trans-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		padding-right: 20px;
	}

.about-area .text {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	line-height: 27px;
	color: #35a000;
	border-left: 5px solid #eee;
	padding-left: 35px;
	margin-top: 20px;
}


/* Service Section # 01
============== */

.services-area {
	background-image: url(../img/service.jpg);
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

#service-1.services-area .section-title h2 {
	color: #fff;
}

.service-icon i:before {
	font-size: 50px;
	color: #35a000;
}

.single-service-area {
	text-align: center;
	height: 320px;
	padding: 40px;
	background: #052435;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}


	.single-service-area h4 {
		font-size: 22px;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: 1px;
		color: #fff;
		margin: 30px 0 20px;
	}

	.single-service-area p {
		color: #ccc7c7;
	}

	.single-service-area a.read-more {
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		margin: 10px 0;
	}

	.single-service-area:before {
		background-image: url(../img/service/01.jpg);
	}

.service-2:before {
	background-image: url(../img/service/03.jpg);
}

.service-3:before {
	background-image: url(../img/service/04.jpg);
}

.service-4:before {
	background-image: url(../img/service/02.jpg);
}

.service-5:before {
	background-image: url(../img/service/05.jpg);
}

.service-6:before {
	background-image: url(../img/service/06.jpg);
}

.single-service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
	background-size: cover;
	background-position: center;
}

.single-service-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #03102A;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease-out;
}

.single-service-area:hover::before {
	visibility: visible;
	opacity: .5;
}

.single-service-area:hover::after {
	visibility: visible;
	opacity: .9;
}


/* Process Section
============== */

.single-process-area {
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}

	.single-process-area h5 {
		font-size: 14px;
		color: #fff;
		margin: 25px 0 10px;
		letter-spacing: 1px;
	}

	.single-process-area h4 {
		font-size: 20px;
		margin: 20px 0;
	}

.process-icon {
	position: relative;
}

	.process-icon img {
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px transparent;
	}

.single-process-area:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 0;
	animation-iteration-count: 0;
}

[class*='col-lg-3']:not(:last-child) .process-icon:after {
	position: absolute;
	content: "";
	top: 50%;
	right: -44px;
	width: 80px;
	height: 1px;
	border: 1px dashed cadetblue;
	opacity: .7;
}

#about-page.process-area .section-title h2 {
	color: #fff;
}

#about-page.process-area .single-process-area h4 {
	color: #fff;
}

#about-page.process-area .single-process-area p {
	color: #cecece;
}

/* FAQ Section 
============== */

.faq-bg {
	background-image: url('../img/vendor/Last mile delivery/iStock-881072690 540x610.jpg');
	height: 600px;
	border-radius: 10px;
}

.styled-faq {
	margin-top: 40px;
}

	.styled-faq .panel-group .panel {
		border-radius: 0;
		-webkit-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		margin-bottom: 30px;
		border: 1px solid #f6f6f6;
	}

	.styled-faq .panel-default > .panel-heading {
		background: none;
		padding: 0;
		border: none;
	}

		.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
			border-top: none;
			padding: 10px;
		}

	.styled-faq .panel .panel-heading h6 {
		font-weight: 500;
	}

		.styled-faq .panel .panel-heading h6 a {
			font-family: 'Muli', 'ge ss two light';
			display: block;
			text-decoration: none;
			padding: 12px;
			background: #f6f6f6;
			color: #35a000;
		}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
	color: #35a000;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
	color: #35a000;
}

/*Testimonial Section # 01
============== */

.testimonial-area {
	background-image: url(../../img/testimonial-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
	position: relative;
	z-index: 1;
}


.testimonial-avatar img {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.single-testimonial-item {
	text-align: center;
}

.testimonial-content p {
	font-size: 17px;
	line-height: 27px;
	color: #f5f3f3;
	margin: 20px 0;
}

.testimonial-content h4 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 30px 0;
}

	.testimonial-content h4 span {
		display: block;
		font-size: 90%;
		margin-top: 7px;
		opacity: .5;
	}

.testimonial-carousel .owl-dots button {
	width: 15px;
	height: 15px;
	background: #999;
	display: inline-block;
	border-radius: 50%;
	margin: 5px;
}

	.testimonial-carousel .owl-dots button.active {
		background: #35a000;
	}

.testimonial-carousel .owl-dots {
	display: block;
	text-align: center;
}

.testimonial-area .testimonial-icon-before i {
	font-size: 40px;
	background: none;
	padding: 10px;
	position: absolute;
	top: 55px;
	z-index: 9;
	left: -10px;
	color: #35a000;
}

.testimonial-area .testimonial-icon-after i {
	font-size: 40px;
	background: none;
	padding: 10px;
	position: absolute;
	bottom: 55px;
	z-index: 9;
	right: -10px;
	color: #35a000;
}

/* Blog Section 
============== */

.blog-area .single-blog-item {
	background: #fff;
	border-radius: 5px;
}

.blog-area .blog-bg img {
	height: 250px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.blog-area p.blog-meta {
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0;
	color: #35a000;
	text-transform: uppercase;
}

	.blog-area p.blog-meta i:before {
		padding-right: 7px;
	}

.blog-area .blog-meta i {
	font-size: 20px;
	margin-right: 7px;
}

.blog-content i {
	margin-right: 7px;
}

.blog-content {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .06);
	padding: 30px;
}

.blog-area .blog-content h5 a {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #1d2143;
	margin-bottom: 20px;
}

	.blog-area .blog-content h5 a:hover {
		color: #35a000;
	}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	color: #35a000;
	opacity: .5;
}

	.blog-area a.read-more:hover {
		opacity: 1;
	}

.blog-area .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

	.blog-area .blog-bg img {
		transition: transform ease 0.3s;
	}

	.blog-area .blog-bg span {
		background: #35a000;
		color: #fff;
		padding: 10px;
		display: inline-block;
		width: 60px;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
	}

	.blog-area .blog-bg img:hover {
		transform: scale(1.3);
		transition: all 2s ease-out;
		border-radius: 5px;
	}

/* Client Section CSS  */

.single-logo-wrapper {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
	transition: .3s;
}

	.single-logo-wrapper:hover {
		opacity: 1;
	}

/* CTA Section # 01
============== */

.cta-area {
	background: #35a000;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

	.cta-area h2 {
		font-size: 40px;
		line-height: 50px;
		color: #fff;
		font-weight: 600;
	}

	.cta-area h6 {
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.cta-area p {
		color: #cacaca;
		margin: 12px 0;
	}

	.cta-area .contact-info {
		margin-top: 30px;
	}

		.cta-area .contact-info i {
			font-size: 50px;
			float: left;
			padding-right: 10px;
		}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area .main-btn {
	background: #35a000;
	color: white;
	margin-top: 16px;
	font-family: Muli, ge ss two light;
}

	.cta-area .main-btn:hover {
		background: white;
		color: black;
	}

/* Footer Area
======================== */

.footer-area {
	/*background-image: url(../img/footer-bg.png);*/
	background-size: cover;
	/*background-image: url('../img/vendor/Vans/iStock-613655510 1920x752 BE O1.jpg');*/
	/*background-image: url('../img/vendor/Vans/iStock-613655510 1920x752.jpg');*/
	background-position: center;
	color: #fff;
	background-color: #173d6c;
}

	.footer-area h5 {
		color: #fff;
		margin: 20px 0;
	}

	.footer-area p {
		margin-top: 16px;
		color: #9aa3b2;
	}

.contact-info p {
	margin-bottom: 10px;
}

.footer-area ul li a {
	display: block;
	color: #d7d7d7;
	padding: 7px 0;
	font-family: 'Cairo' !important;
}

.footer-up ul li a span {
	color: #35a000;
	font-size: 18px;
	font-weight: 600;
}

.footer-area ul li a:hover {
	color: #35a000;
}

.subscribe-form button {
	padding: 15px 40px;
	font-size: 16px;
	line-height: 13px;
	background: #35a000;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border: 0;
	cursor: pointer;
}

.subscribe-form {
	position: relative;
}

	.subscribe-form input {
		border: 0;
		background: #3D4147;
	}

		.subscribe-form input::placeholder {
			color: #797A7E;
			font-size: 14px;
		}

.footer-up {
	padding: 80px 0;
}


	.footer-up .logo {
		width: 210px;
	}

	.footer-up .social-area i {
		color: #eee;
		font-size: 21px;
		margin-right: 10px;
		margin-top: 20px;
	}

.footer-bottom {
	padding: 10px 0;
	background: #20242d;
}

	.footer-bottom p {
		margin: 0;
		color: #707579;
	}

p.privacy {
	text-align: right;
}

/*==============================HOME # 02 =================================*/

/*About Section # 02*/

.about-bg-wrapper {
	height: 100%;
}

.about-content-wrapper {
	padding: 80px;
	padding-top: 50px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 9;
	border-top: 10px solid #35a000;
}

.about-bg-wrapper {
	height: 100%;
	border: 10px solid #fff;
	border-right: 0;
}

.about-bg-innner-international {
	background-image: url('../img/iStock-1225840727 540x640 BE O2.jpg');
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-bg-innner-moreservices {
	/*background-image: url('../img/vendor/Vans 2/iStock-1303181810 540x640.jpg');*/
	background-image: url('../img/vendor/Misc 540x610/iStock-885915372  540x610.jpg');
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-bg-innner {
	/*background-image: url('../img/vendor/Vans/iStock-613655510 540x610.jpg');*/
	background-image: url('../img/vendor/Domes-van.jpg');
	/*background-image: url('../img/vendor/Motor bike 540x610/iStock-1277194125 540x610.jpg');*/
	/*background-image: url('../img/vendor/Mailroom 540x610/iStock-1225833689 540x610.jpg');*/
	/*background-image: url(../img/about/about.jpg);*/
	/*background-image: url('../img/vendor/Misc 540x610/iStock-1193399487 540x610.jpg');*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.key-feature {
	margin-top: 20px;
}

	.key-feature h4 {
		font-size: 20px;
		margin: 15px 0 10px;
	}


/* Service Section # 02
==================== 
*/

.single-serv-item {
	background: #fff;
	height: 396px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 50px;
	/* box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10); */
	/* box-shadow: 0 0 10px -2px #6b7d6f; */
}

.single-serv-item {
	background: #fff;
	height: 335px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	/* border: 1px solid #eee; */
	/* border-radius: 5px; */
	/* margin-top: 50px; */
	border-radius: 10px;
	/* box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10); */
	/* box-shadow: 0 0 10px -2px #6b7d6f; */
}

.single-serv-item-serv {
	background: #fff;
	height: 430px;
	text-align: left;
	position: relative;
	z-index: 1;
	transform: translateY(-20px);
	transition: .5s;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-top: 50px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 10px -2px #6b7d6f;
}

.single-serv-item:hover {
	transform: translateY(-20px);
}

.serv-content {
	/* border-top: 2px solid #efefef; */
	/*border-bottom: 1px solid #efefef;*/
	padding: 0px 23px 0px;
}

	.serv-content h5 {
		margin: 5px 0 15px;
		color: #1d2143;
		font-weight: 500;
	}

	.serv-content a:hover {
		color: #35a000;
	}

.serv-icon {
	padding: 0px 30px 15px;
}

.serv-icon1 {
	/*padding: 45px 30px 30px;*/
}

.serv-icon i:before {
	font-size: 60px;
	color: #184a7d;
}

.serv-icon1 i:before {
	font-size: 60px;
	color: #35a000;
}

.single-serv-item a {
	/*text-transform: uppercase;*/
	/* font-family: Muli,ge ss two light; */
	/* font-size: 1.25rem; */
	/*letter-spacing: 1px;*/
	font-weight: 500;
	/*padding: 30px 40px;*/
	color: black;
	text-decoration: none;
}

.service-slider .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #35a000;
}

.service-slider .owl-dots {
	text-align: center;
	margin-top: 30px;
}


/* Achievement Section 
============== */

.achievement-area {
	background-image: url('../img/service.jpg');
	height: 250px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

	.achievement-area.home2 {
		background-color: #020E28;
	}

.fact-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #FF5316;
	margin: 25px 0;
	display: inline-block;
}

.single-counter-box {
	text-align: center;
}

	.single-counter-box .counter-number span {
		font-size: 55px;
		font-weight: 700;
		color: #fff;
		margin: 30px 0 20px;
	}

	.single-counter-box p.counter-number {
		font-size: 40px;
		color: #fff;
	}

	.single-counter-box h6 {
		color: #35a000;
		font-size: 18px;
		font-weight: 400;
	}

/* Logistics Section # 02
============== */


.freight-bg-1 {
	background-image: url(../img/freight/1.png);
}

.freight-bg-2 {
	background-image: url(../img/freight/2.png);
}

.freight-bg-3 {
	background-image: url(../img/freight/3.png);
}

.single-freight-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 2s ease-out;
}

.freight-icon {
	position: absolute;
	top: 50px;
	left: 35px;
}

	.freight-icon i:before {
		font-size: 45px;
		color: #fff;
	}

.single-freight-area h5 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 25px;
}

	.single-freight-area h5:after {
		position: absolute;
		content: " ";
		width: 80px;
		height: 3px;
		background: #ffff;
		bottom: -15px;
		left: 0;
	}

.single-freight-area .read-more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #35a000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}

	.single-freight-area .read-more:before {
		position: absolute;
		content: "";
		width: 10px;
		height: 2px;
		background: #fff;
		top: 50%;
		left: 0;
		margin-left: -5px;
		opacity: 0;
		visibility: hidden;
	}


.single-freight-area:hover .read-more {
	padding-left: 15px;
}

	.single-freight-area:hover .read-more:before {
		opacity: 1;
		visibility: visible;
	}

.single-freight-area img {
	transition: transform ease 0.3s;
}

	.single-freight-area img:hover {
		transform: scale(1.3);
		transition: all 2s ease-out;
	}





/*Choose Us Section # 01 
============== */


.chooseus-area {
	border-top: 1px solid #eee;
}

	.chooseus-area .section-heading:after {
		margin: 0;
	}

.single-feature-item .num {
	font-size: 24px;
	line-height: 24px;
	background: #35a000;
	display: inline-block;
	padding: 10px;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	float: left;
	border-radius: 5px;
}

.feature-image img {
	width: 100%;
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
	position: relative;
	z-index: 1;
}

	.feature-image:before {
		position: absolute;
		content: " ";
		top: -50px;
		right: -50px;
		width: 100%;
		height: 100%;
		background: #35a000;
		z-index: -1;
	}

.feature-content h5 {
	font-size: 20px;
	margin: 0;
}

.feature-content {
	padding-left: 70px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

	.feature-content p {
		font-size: 16px;
		line-height: 26px;
		margin: 10px 0;
	}

/* Testimonial Section # 02
============== */

#testimonial-2.testimonial-area {
	background-image: transparent;
	height: auto;
}

	#testimonial-2.testimonial-area .section-title {
		padding: 0;
	}

#testimonial-2 .single-team-item img {
	max-width: 70px;
	height: auto;
	float: left;
}

#testimonial-2 .author-desc {
	margin-top: 30px;
}

	#testimonial-2 .author-desc h5 {
		font-size: 18px;
		padding-left: 10px;
		margin: 0;
	}

	#testimonial-2 .author-desc span {
		font-size: 90%;
		color: #35a000;
		padding-left: 10px;
	}

#testimonial-2 .single-team-item {
	background: #fff;
	padding: 50px 50px 70px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-bottom: 3px solid #fff;
	transition: .3s;
	border-radius: 5px;
	min-height: 286px;
}

	#testimonial-2 .single-team-item:hover {
		border-bottom: 3px solid #35a000;
	}

#testimonial-2 .testimonial-icon i {
	font-size: 25px;
	background: #35a000;
	padding: 10px;
	position: absolute;
	top: -20px;
	color: #fff;
	z-index: 9;
	border-radius: 5px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

#testimonial-2.testimonial-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #35a000;
}

#testimonial-2.testimonial-area .team-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

/*Pricing Section 
=================
*/

.pricing-section {
	background: #01273E;
}

	.pricing-section .section-title h2 {
		color: #fff;
	}

.single-price-item {
	padding: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	border: 5px solid #0f294a;
	opacity: .5;
	border-radius: 5px;
}

	.single-price-item.active {
		border-color: #35a000;
		opacity: 1;
	}

	.single-price-item h4 {
		margin: 25px 0;
		padding: 15px 25px;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 500;
	}

	.single-price-item p {
		margin-bottom: 50px;
	}

		.single-price-item p b {
			font-size: 40px;
			color: #fff;
		}

	.single-price-item ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.single-price-item ul li {
			display: block;
			margin: 20px 0;
			color: #e5e5e5;
			font-size: 16px;
			text-align: left;
			padding-left: 35px;
		}

	.single-price-item .main-btn {
		padding: 14px 24px;
		margin: 30px 0;
		border-radius: 0;
		background: #35a000;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
	}

		.single-price-item .main-btn:hover {
			background: #00656D;
			color: #fff;
		}

/* Quotation Section 
====================
*/

.quotation-section {
	background-image: url(../img/consult-bg.jpg);
	position: relative;
	z-index: 1;
}

	.quotation-section .section-title h2 {
		color: #fff;
	}

.quotation-form {
	padding: 80px 115px;
	background-color: #FFF;
}

	.quotation-form span {
		color: #F8A555;
	}

	.quotation-form .form-control {
		border-radius: 4px;
		box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
		font-size: 16px;
		color: #777;
		height: 50px;
	}

	.quotation-form select.form-control:not([size]):not([multiple]) {
		height: 50px;
		padding: 8px 10px;
	}

	.quotation-form .form-group label:after {
		content: "*";
		padding-left: 5px;
		color: #F8A555;
	}

.request-button .btn-primary {
	margin-top: 30px;
	padding: 13px 60px;
	width: 100%;
}

	.request-button .btn-primary:hover {
		color: #FFF;
		background: #050D3C;
	}

.request-button i {
	margin-left: 8px;
}

.request-button button:hover {
	background: #092A45;
	color: #fff;
}

.quotation-dtl {
	background-color: #35a000;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}


	.quotation-dtl p {
		color: #FFF;
		font-size: 20px;
		padding: 15px 150px;
		margin: 0;
		text-align: center;
	}

		.quotation-dtl p i {
			color: #fff;
			padding-right: 15px;
			font-size: 25px;
		}

	.quotation-dtl [class^="flaticon-"]:before,
	[class*=" flaticon-"]:before,
	[class^="flaticon-"]:after,
	[class*=" flaticon-"]:after {
		font-size: 28px;
		vertical-align: middle;
	}

	.quotation-dtl a:hover {
		color: #35a000;
	}


/*=============================HOME # 03 ==================================*/


/*Logistics Section # 03
========================*/

.logistic-service-area {
	background-image: url(../img/icon/air-freight.png);
	background-position: center;
	background-repeat: no-repeat;
}

	.logistic-service-area.sea {
		background-image: url(../img/icon/sea.png);
	}

	.logistic-service-area.road {
		background-image: url(../img/icon/truck.png);
	}

	.logistic-service-area.rail {
		background-image: url(../img/icon/freight-wagon-bg.png);
	}

	.logistic-service-area.store {
		background-image: url(../img/icon/wholesale.png);
	}

	.logistic-service-area.ware {
		background-image: url(../img/icon/pallet.png);
	}


.logistic-service-area {
	text-align: left;
	height: 320px;
	padding: 45px 40px;
	border-radius: 5px;
	box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}

	.logistic-service-area:hover {
		border-color: #ddd;
	}

	.logistic-service-area h4 {
		color: #1d2143;
		margin: 15px 0;
	}

	.logistic-service-area p {
		color: #898a9c;
	}

	.logistic-service-area .read-more {
		text-transform: uppercase;
		font-weight: 500;
		margin: 20px 0;
	}

.service-icon i {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.logistic-service-area:hover i {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* About Section # 03  
============== */

.single-bar-item h4 {
	font-size: 17px;
	margin-bottom: 10px;
}

.progress-bar-area {
	margin-top: 20px;
}

.barfiller .fill {
	background: #35a000 !important;
}

#about-3 .choose-certify {
	text-align: center;
	margin-top: 30px;
}

	#about-3 .choose-certify i {
		position: relative;
	}

	#about-3 .choose-certify i {
		font-size: 45px;
		color: #35a000;
	}

	#about-3 .choose-certify h5 {
		font-size: 20px;
		font-weight: 500;
		margin: 20px 0;
		color: #002c42;
	}

	#about-3 .choose-certify p {
		padding-left: 0;
	}

/* CTA Section # 02
============== */

#cta-2.cta-area {
	background-image: url(../img/divider.jpg);
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

	#cta-2.cta-area h2 {
		font-size: 40px;
		line-height: 50px;
		color: #fff;
		font-weight: 600;
	}

	#cta-2.cta-area h6 {
		color: #35a000;
		text-transform: uppercase;
		font-size: 16px;
		margin-bottom: 10px;
	}

	#cta-2.cta-area p {
		color: #cacaca;
		margin: 12px 0;
	}

.cta-area .contact-info {
	margin-top: 30px;
}

#cta-2.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

#cta-2 .contact-info h5 {
	font-size: 22px;
	color: #fff;
}

#cta-2 .contact-info p {
	margin: 4px 0;
}

/* Service Section # 03
======================== */
#service-3.services-area {
	background: #fff;
}

#service-3 .single-service-area {
	text-align: center;
	height: 320px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.service-bg {
	background-image: url(../img/service/01.jpg);
	height: 270px;
	transform: scale(1.3);
	transition: all 2s ease-out;
}

.bg-2 {
	background-image: url(../img/service/02.jpg);
}

.bg-3 {
	background-image: url(../img/service/03.jpg);
}

.bg-4 {
	background-image: url(../img/service/04.jpg);
}

.bg-5 {
	background-image: url(../img/service/05.jpg);
}

.bg-6 {
	background-image: url(../img/service/06.jpg);
}

#service-3 .single-service {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}

.single-service .service-content {
	position: absolute;
	bottom: -20px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.service-content h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 10px 0;
	transform: translateY(0);
	transition: all .3s ease-in-out;
	position: relative;
	padding-left: 15px;
}

	.service-content h3:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		width: 4px;
		height: 30px;
		background: #35a000;
		margin-top: -15px;
	}

.service-content a.read-more {
	position: absolute;
	bottom: 37px;
	left: 20px;
	opacity: 0;
	transform: translateY(50%);
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-family: 'Muli', 'ge ss two light';
	font-size: 18px;
	letter-spacing: 2px;
	color: #35a000;
	padding-left: 15px;
}

.single-service:hover .service-content h3 {
	transform: translateY(-12px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.single-service:hover .service-content a.read-more {
	transform: translateY(22px);
	opacity: 1;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-service:hover .service-bg {
	transform: scale(1.07);
}

/* Choose Us Section # 02
====================== 
*/

.choose-us-area {
	background-image: url(../img/choose-bg.jpg);
	background-size: cover;
	height: 500px;
	position: relative;
	z-index: 1;
}

	.choose-us-area .section-title h2 {
		color: #fff;
	}

.choose-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.choose-us-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}

	.choose-us-inner h5 {
		margin: 40px 0 20px;
	}

	.choose-us-inner:nth-last-child(4) {
		border-right: none;
	}

.choose-us-icon {
	position: relative;
	z-index: 1;
}

	.choose-us-icon:after {
		position: absolute;
		content: "";
		top: 0;
		left: 50px;
		width: 80px;
		height: 80px;
		background: #f6f6f6;
		border-radius: 50%;
		z-index: -1;
		transition: .3s;
	}

.choose-us-inner:hover .choose-us-icon:after {
	width: 100px;
	height: 100px;
	top: -18px;
	left: 65px;
	background: #35a000;
	opacity: .2;
}

/* Spacer
============== */

.spacer {
	position: relative;
}

.spacer-bg {
	/*	background-image: url(../img/divider.jpg);*/
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.spacer-bg .main-btn {
		z-index: 9;
		margin-top: 120px;
	}

/* Team Section 
============== */

.team-member-bg {
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 300px;
}

.team-member-bg {
	background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
	background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
	background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
	background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
	background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
	background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
	background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
	background-image: url(../img/team/8.jpg);
}

.single-team-member {
	position: relative;
	margin-top: 25px;
}

	.single-team-member .team-content {
		position: absolute;
		bottom: -75px;
		background: #fff;
		text-align: center;
		width: 100%;
	}

.team-content .team-title {
	font-weight: 500;
}

	.team-content .team-title a {
		font-size: 17px;
		font-weight: 600;
		letter-spacing: 0.3px;
		color: #191919;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
		margin: 16px 0 0px;
	}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

	.team-content .team-subtitle p {
		margin: 0;
		color: #333E38;
	}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.team-social ul li {
		display: inline-block;
	}

		.team-social ul li a {
			font-size: 18px;
			padding: 10px;
			transition: all .3s ease-out;
		}

.team-social {
	position: absolute;
	top: 0;
	left: -35px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-2px);
	transition: all .4s;
}

	.team-social ul li {
		display: block;
	}

	.team-social i {
		color: #35a000;
	}

.single-team-member:hover .team-social {
	visibility: visible;
	opacity: 1;
	left: 0;
	transform: translateY(0);
}


/* Contact Section 
==================== 
*/

.contact-section {
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #35a000;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

	.contact-inner h6 {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		padding-left: 100px;
	}

	.contact-inner p {
		padding-left: 100px;
	}

.contact-section button.main-btn {
	border: none;
}

	.contact-section button.main-btn:hover {
		background: #25283a;
		color: #fff;
	}

.contact-form {
	margin-top: 80px;
}


/* Breadcrumb 
============== */

.breadcroumb-area {
	background-image: url('../img/vendor/Motor bike  1000x300/iStock-1277194125 1000x300.jpg');
	/*background-image: url(../img/bread-bg.gif);*/
}

.bread-bg-domestic {
	/*background-image: url('../img/vendor/Misc 1000x300/iStock-1159367064 1000x300.jpg');*/
	background-image: url('../img/vendor/Mailroom 1000x300/iStock-1179621823 1000x300.jpg');
}

.bread-bg-international {
	background-image: url('../img/vendor/iStock-1133888840/iStock-1133888840.jpg');
}

.bread-bg-support {
	background-image: url('../img/vendor/Misc 1000x300/iStock-1274394138 1000x300.jpg');
}

.bread-bg-quotation {
	background-image: url('../img/vendor/Misc 1000x300/iStock-1193399487 1000x300.jpg');
}

.bread-bg-career {
	background-image: url('../img/vendor/iStock-635967708 1000x300.jpg');
}

.bread-bg-other-services {
	background-image: url('../img/vendor/iStock-1225833689 1000x300.jpg');
}

.bread-bg-about-us {
	background-image: url('../img/vendor/iStock-613655510/iStock-613655510 1920x752 - Copy.jpg');
}

.breadcroumb-area {
	margin-top: 10vh;
	height: 300px;
	background-size: cover;
	background-position: center top;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area-dometic {
	height: 300px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #092c3e;
	opacity: .5;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

	.breadcroumb-area .breadcroumb-title h1:before {
		position: absolute;
		content: " ";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-left: 5px solid #35a000;
	}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/*Choose Us Page */

#choose-us-page .about-content-wrapper {
	margin-top: 0;
	border-top: none;
}

/*Team Page */

#team-page .single-team-member {
	margin-bottom: 100px;
}

/* Price Page */

#price-page.pricing-section {
	background: none;
}

	#price-page.pricing-section .section-title h2 {
		color: #1d2143;
	}

#price-page .single-price-item {
	border: 5px solid #0f294a;
	opacity: .5;
}

	#price-page .single-price-item.active {
		border-color: #35a000;
		opacity: 1;
	}

	#price-page .single-price-item h4 {
		color: #1d2143;
	}

	#price-page .single-price-item p b {
		color: #1d2143;
	}

	#price-page .single-price-item ul li {
		color: #1d2143;
	}

/*Quotation Page */

.quote-form {
	margin-top: 50px;
}

.form-list {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-form input,
.quote-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 0;
}

.form-list select {
	color: #555;
}

.cost-center .btn-1 span {
	padding: 15px 25px;
	position: relative;
	text-align: left;
	background: #174A7C; /*#0C4D52;*/
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: -4px;
}

.cost-center .btn-1 .dark {
	background: #35a000;
}

.quote-form .btn:hover {
	background: navy;
	color: #fff;
}

.cost-center .btn.btn-primary {
	margin-top: 10px;
}

/*FAQ Page*/

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

	.question-section h6 {
		margin-bottom: 20px;
	}

	.question-section input,
	.question-section textarea {
		background: #fff;
		color: #191919;
		border: none;
	}

		.question-section input::placeholder,
		.question-section textarea::placeholder {
			font-size: 15px;
			color: #191919;
		}

	.question-section button {
		font-size: 14px;
		letter-spacing: 1px;
	}

/*Service Page */

#service-page .single-service {
	padding: 40px;
	padding-top: 0;
}

/* Blog-Classic Page 
============== */

#blog-page .single-blog-item {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta {
	font-size: 16px;
	color: #898a9c;
}

#blog-page .blog-content a {
	font-size: 24px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 20px;
}

	#blog-page .blog-content a:hover {
		color: #35a000;
	}

	#blog-page .blog-content a.read-more {
		text-transform: uppercase;
		font-size: 16px;
		color: #35a000;
	}

.blog-search input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 15px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

	.blog-search button i {
		color: #191919;
		font-size: 20px;
		opacity: .5;
		position: absolute;
		top: 18px;
		right: 28px;
	}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

	.blog-category a:hover,
	.archive a:hover {
		color: #F35E27;
	}

	.blog-category a.active,
	.archive a.active {
		color: #35a000;
	}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

	.single-recent-post .recent-post-content {
		display: block;
		padding-left: 110px;
	}

	.single-recent-post h6 a {
		color: #00B965;
		line-height: 1.5;
	}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #35a000;
}

.popular-tag span:hover {
	background: #35a000;
}

	.popular-tag span:hover a {
		color: #fff;
	}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

	.single-comments-section p b {
		color: #333;
	}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

	.author-info h6 {
		margin: 10px 0;
	}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-section {
	background-image: url(../img/helpline.jpeg);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

	.pagination-block .page-numbers {
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		display: inline-block;
		color: #656c76;
		font-size: 15px;
		font-weight: 600;
		border: 1px solid #e9eef6;
		border-radius: 3px;
		margin: 0 3px;
		padding: 0;
		transition: all 0.3s ease 0s;
	}

.page-numbers.current {
	background: #35a000;
	color: #fff;
}

.pagination-block .page-numbers:hover {
	background: #35a000;
	color: #fff;
}

/* Single Service Page
============== */

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

	.service-list h5 {
		margin: 30px 0;
	}

	.service-list a {
		display: block;
		color: #333;
		padding: 10px;
		margin-bottom: 20px;
		background: #fff;
	}

		.service-list a.active {
			background: #35a000;
			color: #fff;
		}

		.service-list a:hover {
			background: #35a000;
			color: #fff;
		}

		.service-list a span {
			float: right;
		}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.helpline-section h4 {
		color: #fff;
		margin-top: 15px;
	}

	.helpline-section button {
		margin-top: 15px;
	}

/* Single Blog Page  
============== */

.blog-meta {
	margin: 20px 0;
}

	.blog-meta span i {
		color: #35a000;
		font-size: 20px;
		margin-right: 10px;
	}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}


/* Contact Page  
============== */

.contact-us-area {
	background-size: cover;
	height: auto;
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}

	.contact-us-inner:nth-last-child(4) {
		border-right: none;
	}

	.contact-us-inner h5 {
		margin: 40px 0 20px;
	}

	.contact-us-inner a {
		text-transform: uppercase;
		color: #35a000;
		font-size: 17px;
		font-weight: 500;
		margin: 20px 0 10px;
	}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

	#contact-us .info-i i:before {
		font-size: 50px;
		color: #35a000;
	}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

.contact-section {
	background-image: url(../img/contact-bg.jpg);
}

	.contact-section .section-title h2 {
		color: #fff;
	}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}

/* services animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

	.map-responsive iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
	}

/*WARP TEST Starts here*/

body {
	margin-top: 0px;
}

.steps {
	border: 1px solid #e7e7e7
}

.steps-header {
	padding: .375rem;
	border-bottom: 1px solid #e7e7e7
}

	.steps-header .progress {
		height: .25rem
	}

.steps-body {
	display: table;
	table-layout: fixed;
	width: 100%
}

.step {
	display: table-cell;
	position: relative;
	padding: 1rem .75rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	border-right: 1px dashed #dfdfdf;
	color: rgba(0, 0, 0, 0.65);
	font-weight: 600;
	text-align: center;
	text-decoration: none
}

	.step:last-child {
		border-right: 0
	}

.step-indicator {
	display: block;
	position: absolute;
	top: .75rem;
	left: .75rem;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	background-color: #fff;
	font-size: .875rem;
	line-height: 1.375rem
}

.has-indicator {
	padding-right: 1.5rem;
	padding-left: 2.375rem
}

	.has-indicator .step-indicator {
		top: 50%;
		margin-top: -.75rem
	}

.step-icon {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 auto;
	margin-bottom: .75rem;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: #888
}

.step:hover {
	color: rgba(0, 0, 0, 0.9);
	text-decoration: none
}

	.step:hover .step-indicator {
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		border-color: transparent;
		background-color: #f4f4f4
	}

	.step:hover .step-icon {
		color: rgba(0, 0, 0, 0.9)
	}

.step-active,
.step-active:hover {
	color: rgba(0, 0, 0, 0.9);
	pointer-events: none;
	cursor: default
}

	.step-active .step-indicator,
	.step-active:hover .step-indicator {
		border-color: transparent;
		background-color: #5c77fc;
		color: #fff
	}

	.step-active .step-icon,
	.step-active:hover .step-icon {
		color: #5c77fc
	}

.step-completed .step-indicator,
.step-completed:hover .step-indicator {
	border-color: transparent;
	background-color: rgba(51, 203, 129, 0.12);
	color: #33cb81;
	line-height: 1.25rem
}

	.step-completed .step-indicator .feather,
	.step-completed:hover .step-indicator .feather {
		width: .875rem;
		height: .875rem
	}

@media (max-width: 575.98px) {
	.steps-header {
		display: none
	}

	.steps-body,
	.step {
		display: block
	}

	.step {
		border-right: 0;
		border-bottom: 1px dashed #e7e7e7
	}

		.step:last-child {
			border-bottom: 0
		}

	.has-indicator {
		padding: 1rem .75rem
	}

		.has-indicator .step-indicator {
			display: inline-block;
			position: static;
			margin: 0;
			margin-right: 0.75rem
		}
}

.bg-secondary {
	background-color: #f7f7f7 !important;
}

.message-box {
	width: auto;
	padding: 6.5px;
	color: White;
	float: right;
	direction: ltr;
}

.red {
	background-image: url('../img/Warning.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #CC6565;
	padding-left: 35px;
	padding-right: 20px;
}

.green {
	background-image: url('../img/Lightning.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #35a000;
	padding-left: 35px;
	padding-right: 20px;
}

.rtl {
	direction: rtl !important;
}

.ltr {
	direction: ltr !important;
}

.tracking-btn:hover {
	background: #4fd12e !important;
	color: #fff !important;
	border-color: #4fd12e !important;
}

.sticky-Box-Text {
	text-align: start;
	font-size: 14px;
}

.feat-content-stickyBox {
	background: #fff;
	cursor: pointer;
	padding: 30px;
	border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}


::-webkit-scrollbar-thumb {
	background-color: #9ab26d;
	border: 2px solid transparent;
	border-radius: 8px;
	background-clip: padding-box;
}

::-webkit-scrollbar {
	width: 14px;
}

.process-area.section-padding {
	background-color: white;
}

.section-padding {
	padding: 100px 0;
}

.span4.collapse-group {
	min-height: 112px;
}
/*.logo {
    margin-left: -60px !important;
}*/

#tags {
	float: left;
	/*border: 1px solid #ccc;*/
	padding: 5px;
	font-family: Arial;
}

	#tags span.tag {
		display: block;
		float: left;
		color: #fff;
		background: #689;
		padding: 5px;
		padding-right: 25px;
		margin: 4px;
	}

		#tags span.tag:after {
			position: absolute;
			content: "x";
			border: 1px solid;
			padding: 0 4px;
			margin: 3px 0 10px 5px;
			cursor: pointer;
			font-size: 10px;
		}

	#tags input {
		border: 0;
		margin: 4px;
		padding: 10px 0px 10px 0;
		width: auto;
	}
.bottomClass {
	padding:10px;
}

	@media (max-width: 767px) {
		.carousel-item h2 {
			font-size: 22px;
			line-height: 28px;
		}

		.feat-content-stickyBox {
		}

		.slide-image {
			min-height: 0 !important;
		}

		.feature-area {
			padding-top: 8vh;
			padding-left: 10px;
			border-radius: 10px;
		}

		.single-serv-item {
			margin-left: -17px
		}

		.achievement-area {
			height: unset !important;
		}

		.privacy {
			width: 100%;
			text-align: center !important;
		}

		#navbarSupportedContent {
			z-index: 99999999;
		}

		.faqDiv {
			width: 100%;
			text-align: center;
		}

		.bottomClass {
			width: 100%;
		}

		.breadcroumb-area {
			margin-top: 16vh;
		}
		.Service15YearsDiv {
			width: 100%;
			text-align: left;
		}
		.Service15YearsSubDiv {
			margin-left: -15px;
		}
		.contact-us-area {
			padding-top: 0;
			padding-bottom: 2vh;
		}
	}