/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #ff5500;
	--primary-100: #088dc4;
	--primary-200: #0784b7;
	--primary-300: #077cab;
	--primary--100: #0ab1f4;
	--primary--200: #16b5f5;
	--primary--300: #22b9f6;
	--primary-rgba-0: rgba(9, 159, 220, 0);
	--primary-rgba-10: rgba(9, 159, 220, 0.1);
	--primary-rgba-20: rgba(9, 159, 220, 0.2);
	--primary-rgba-30: rgba(9, 159, 220, 0.3);
	--primary-rgba-40: rgba(9, 159, 220, 0.4);
	--primary-rgba-50: rgba(9, 159, 220, 0.5);
	--primary-rgba-60: rgba(9, 159, 220, 0.6);
	--primary-rgba-70: rgba(9, 159, 220, 0.7);
	--primary-rgba-80: rgba(9, 159, 220, 0.8);
	--primary-rgba-90: rgba(9, 159, 220, 0.9);
	--secondary: #0b6afb;
	--secondary-100: #045ee9;
	--secondary-200: #0459dc;
	--secondary-300: #0354d0;
	--secondary--100: #2479fb;
	--secondary--200: #3181fc;
	--secondary--300: #3d89fc;
	--secondary-rgba-0: rgba(11, 106, 251, 0);
	--secondary-rgba-10: rgba(11, 106, 251, 0.1);
	--secondary-rgba-20: rgba(11, 106, 251, 0.2);
	--secondary-rgba-30: rgba(11, 106, 251, 0.3);
	--secondary-rgba-40: rgba(11, 106, 251, 0.4);
	--secondary-rgba-50: rgba(11, 106, 251, 0.5);
	--secondary-rgba-60: rgba(11, 106, 251, 0.6);
	--secondary-rgba-70: rgba(11, 106, 251, 0.7);
	--secondary-rgba-80: rgba(11, 106, 251, 0.8);
	--secondary-rgba-90: rgba(11, 106, 251, 0.9);
	--tertiary: #262c36;
	--tertiary-100: #1b2027;
	--tertiary-200: #161a20;
	--tertiary-300: #111418;
	--tertiary--100: #313845;
	--tertiary--200: #363e4c;
	--tertiary--300: #3b4454;
	--tertiary-rgba-0: rgba(38, 44, 54, 0);
	--tertiary-rgba-10: rgba(38, 44, 54, 0.1);
	--tertiary-rgba-20: rgba(38, 44, 54, 0.2);
	--tertiary-rgba-30: rgba(38, 44, 54, 0.3);
	--tertiary-rgba-40: rgba(38, 44, 54, 0.4);
	--tertiary-rgba-50: rgba(38, 44, 54, 0.5);
	--tertiary-rgba-60: rgba(38, 44, 54, 0.6);
	--tertiary-rgba-70: rgba(38, 44, 54, 0.7);
	--tertiary-rgba-80: rgba(38, 44, 54, 0.8);
	--tertiary-rgba-90: rgba(38, 44, 54, 0.9);
	--quaternary: #343c4a;
	--quaternary-100: #29303b;
	--quaternary-200: #242a34;
	--quaternary-300: #1f242c;
	--quaternary--100: #3f4859;
	--quaternary--200: #444e60;
	--quaternary--300: #495468;
	--quaternary-rgba-0: rgba(52, 60, 74, 0);
	--quaternary-rgba-10: rgba(52, 60, 74, 0.1);
	--quaternary-rgba-20: rgba(52, 60, 74, 0.2);
	--quaternary-rgba-30: rgba(52, 60, 74, 0.3);
	--quaternary-rgba-40: rgba(52, 60, 74, 0.4);
	--quaternary-rgba-50: rgba(52, 60, 74, 0.5);
	--quaternary-rgba-60: rgba(52, 60, 74, 0.6);
	--quaternary-rgba-70: rgba(52, 60, 74, 0.7);
	--quaternary-rgba-80: rgba(52, 60, 74, 0.8);
	--quaternary-rgba-90: rgba(52, 60, 74, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}


.custom-bg-color-grey-1 {
	background-color: #f8f9fb;
}

.overlay-tertiary:before {
	background: var(--tertiary);
}

.custom-font-size-1 {
	font-size: 80px;
}

p {
	color: #999;
}

.custom-heading-1 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: var(--grey-500);
	white-space: nowrap;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 1px;
}

@media (max-width: 991px) {
	.custom-heading-1 {
			font-size: 50px;
	}
}

.custom-stroke-text-effect-1 {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--light);
	white-space: nowrap;
}

.custom-text-pos-1 {
	left: -80px;
}

.custom-text-pos-2 {
	right: -80px;
}

.custom-text-pos-3 {
	left: -10%;
	top: 45%;
}

.custom-el-pos-1 {
	margin-top: -160px;
}

.custom-el-pos-2 {
	margin-top: -73px;
}

.custom-el-pos-3 {
	margin-top: -73px;
}

.custom-drop-caps .custom-drop-caps-number {
	font-weight: bold;
	float: left;
	font-size: 90px;
	line-height: 90px;
	padding: 0;
	margin-right: 15px;
	margin-top: 0;
}

.custom-vr-1 {
	width: 6px;
	height: 70px;
}

@media (max-width: 991px) {
	#header .header-logo img {
			max-width: 245px;
			height: auto;
	}
}

.section-intro {
	background: url(../../img/demos/transportation-logistic/generic/generic-1.png) no-repeat 12% 100%;
	min-height: 400px;
}

.custom-carousel-1-wrapper {
	margin-top: -48px;
	margin-bottom: -100px;
	position: relative;
	z-index: 1;
	min-height: 300px;
}

@media (min-width: 992px) {
	.custom-carousel-1-wrapper {
			margin-top: -143px;
	}
}

.custom-carousel-1 .owl-stage-outer .owl-item {
	padding: 20px 2px 40px 18px;
}

.custom-carousel-1 .owl-stage-outer .owl-item .card {
	transition: all 0.1s ease-in-out;
}

.custom-carousel-1 .owl-stage-outer .owl-item.active .card {
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
	.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left {
			position: relative;
			top: 20px;
			width: 100% !important;
			padding-right: 20px;
	}
}

.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav {
	position: absolute;
	top: 73px;
	left: -78px;
}

@media (min-width: 1200px) {
	.custom-parallax-1 .parallax-background {
			background-size: 100% !important;
	}
}
