﻿@font-face {
	font-family: 'GEDinarOneLight';
	src: url('light/fonts/GEDinarOneLight.html');
	src: url('light/fonts/GEDinarOneLight.html') format('embedded-opentype'),
		url('light/fonts/GEDinarOneLight-2.html') format('woff2'),
		url('light/fonts/GEDinarOneLight-3.html') format('woff'),
		url('light/fonts/GEDinarOneLight-4.html') format('truetype'),
		url('fonts/GEDinarOneLight.html#GEDinarOneLight') format('svg');
}

@font-face {
	font-family: 'GE_Dinar_One_Medium';
	src: url('Medium/fonts/GE_Dinar_One_Medium.html');
	src: url('Medium/fonts/GE_Dinar_One_Medium.html') format('embedded-opentype'),
		url('Medium/fonts/GE_Dinar_One_Medium-2.html') format('woff2'),
		url('Medium/fonts/GE_Dinar_One_Medium-3.html') format('woff'),
		url('Medium/fonts/GE_Dinar_One_Medium-4.html') format('truetype'),
		url('Medium/fonts/GE_Dinar_One_Medium-5.html#GE_Dinar_One_Medium') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Cairo', sans-serif;
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
	direction: rtl;
	text-align: right;
}

body {
	font-family: 'Cairo', sans-serif;
	color: #444444;
	direction: rtl;
	text-align: right;
	background: #fff;
}

html {
	scroll-behavior: smooth;
}

a,
.orange {
	color: #ff4a17;
}

a:hover {
	color: #ff724a;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cairo', sans-serif;
}

/*--------------------------------------------------------------# Back to top button--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 100;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #ff4a17;
	color: #fff;
	transition: all 0.4s;
}

.back-to-top i:hover {
	background: #ff5e31;
	color: #fff;
}

/*--------------------------------------------------------------# Preloader--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #1b365d;
	border-top-color: #e1f7f6;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------# Disable aos animation delay on mobile devices--------------------------------------------------------------*/
@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------# Header--------------------------------------------------------------*/
#header {
	/*transition:all 0.5s;*/
	z-index: 997;
	position: fixed;
	width: 100%;
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
	background: rgba(0, 0, 0, 0);
	padding: 36px 0px;
	max-width: 1280px;
	margin: 0px auto;
}

#header.header-scrolled,
.otherpage #header.fixed-top {
	background: #214F8F;
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
	padding: 12px 0;
	margin: 0px auto;
}

.header-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 96%;
	margin: auto;
	align-items: center;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

@media (max-width:992px) {
	#header {
		padding: 12px 0;
	}
}

/*--------------------------------------------------------------# Header--------------------------------------------------------------*/
section {
	/*display: inline-block;*/
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto
}

section .curve {
	display: none;
}

#hero {
	width: 100%;
	background: transparent linear-gradient(0deg, var(--blue) 0%, #335A93 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(0deg, #1B365D 0%, #335A93 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.owl-carousel * {
	direction: ltr;
	text-align: left;
}

#hero .owl-carousel::before {
	width: 232px;
	height: 284px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background: url(images/Element.svg) no-repeat 0 0 / 100% auto;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

#hero .owl-carousel .owl-stage {
	display: block;
}

#hero .aboutus::before {
	width: 232px;
	height: 284px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	background: url(images/Element.svg) no-repeat 0 0 / 100% auto;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

#hero .bottomcurve {
	width: 24.6%;
	position: absolute;
	bottom: -1px;
	left: 0;
	margin: auto;
	z-index: 2;
	transform: scaleX(-1);
}

#hero .bottomcurve img.img-fluid {
	width: 100%;
}

#hero .bottomcurve img.img-fluid.mobile {
	display: none;
}

.get-started-btn {
	color: #fff;
	width: auto;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	margin-right: 10px;
	background: #0A326C;
	border-radius: 3px;
	clip-path: polygon(94% 0, 100% 40%, 100% 100%, 0 100%, 0 0);
	padding: 0 10px;
}

.get-started-btn a {
	margin: 0 2px;
	color: #fff;
}

.get-started-btn a:hover {
	color: #68D1DB
}

.country * {
	transition: all 0.5s ease-in-out;
}

.country {
	margin: -6px 20px 0 0;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}

.country>.otherlink::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #fff;
	left: 0;
	top: 15px;
	z-index: 3;
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
	border: none;
	background: url(images/country-dropdown-arrow.svg) no-repeat 0 0 / 100% auto;
	width: 11px;
	height: 10px;
}

.country.open>.otherlink::after {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
	top: 11px;
}

.country.open {
	overflow: visible
}

.country .countrychange {
	display: block;
	position: absolute;
	left: 0;
	width: 250px;
	background: #f4f4f4;
	padding: 15px;
	clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0 100%, 0 15%);
	top: 100%;
	opacity: 0;
	display: none;
}

.country.open .countrychange {
	opacity: 1;
	top: 175%;
	display: block;
}

.countrychange p {
	font: normal normal bold 12px/16px 'Cairo', sans-serif;
	letter-spacing: 1.2px;
	color: #FF7F32;
	text-transform: uppercase;
	opacity: 1;
}

.country .countrychange ul {
	list-style: none;
	margin: 0;
}

.country .countrychange ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
	width: 100%;
}

.country .countrychange ul li:hover {
	background: #fff;
}

.country .countrychange ul li a span {
	font: normal normal 600 14px/19px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #0A326C;
	text-transform: capitalize;
	opacity: 1;
	white-space: nowrap;
	flex: 1;
	margin-right: 10px;
}

.country .countrychange ul li {
	padding: 5px;
}

.country .countrychange ul li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.otherlink {
	/*background: url(images/saudi_arabia.svg);*/
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 0px;
	/*margin: 0 20px 0 0;*/
}

.owl-carousel .owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.get-started-btn::before {
	content: '';
	width: 16px;
	height: 15px;
	background: url(images/User.svg) no-repeat 0 0 / 93%;
	margin-left: 6px;
}

.rightSide {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.sidelinks {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	color: #5e5c59;
	align-items: center;
}

#header.header-scrolled .sidelinks {
	color: #fff
}

.sidelinks .change {
	margin-left: 15px;
	color: #68D1DB;
	font-size: 16px;
	font-family: 'Cairo', sans-serif;
}

#hero .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	top: 90px;
	right: 27px;
	margin-top: 0;
	z-index: 2;
	width: 95px;
	height: 45px;
	display: none;
}

#hero .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
	margin-right: 5px;
}

#hero .owl-dots::before {
	content: '';
	position: absolute;
	background: url(images/moon.svg);
	width: 31px;
	height: 31px;
	top: 80px;
	right: 0px;
}

#hero .owl-dots .owl-dot {
	position: absolute;
	left: 0;
	background: none;
}

#hero .owl-theme .owl-dots .owl-dot {
	display: inline-block !important;
	zoom: 1;
	margin: 0;
	height: 100%;
	position: absolute;
	left: 0;
	background: none;
}

#hero .owl-dot.active::before {
	content: '0' counter(slides-num);
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50px;
	top: auto;
	bottom: 0;
	margin: auto;
	font-size: 42px;
	color: #FF7F32;
	line-height: 9px;
}

#hero .owl-dots .owl-dot:first-child.active::before {
	content: '١';
}

#hero .owl-dots .owl-dot:nth-child(2).active::before {
	content: '٢';
}

#hero .owl-dots .owl-dot:nth-child(3).active::before {
	content: '٣';
}

#hero .owl-theme .owl-dots .owl-dot.active::after {
	position: absolute;
	content: '/';
	top: 0;
	left: 35px;
	color: #fff;
	opacity: 0.3;
	font-size: 20px;
	font-family: 'Cairo', sans-serif;
}

#hero .owl-theme .owl-dots .owl-dot span {
	display: none !important;
}

#hero .owl-carousel .owl-dots::after {
	content: '٣';
	font-size: 20px;
	vertical-align: middle;
	padding-left: 5px;
	font-family: 'Cairo', sans-serif;
	color: #fff;
	opacity: 0.3;
	position: absolute;
	left: 0;
}

#hero .owl-carousel video {
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
	height: 100%;
}

#hero .owl-theme .owl-nav {
	width: auto;
	display: -webkit-box;
	display: -moz-box !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	bottom: 40px;
	right: 15px;
	position: absolute;
}

#hero .owl-theme .owl-nav button {
	outline: none;
	display: -webkit-box !important;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background: none !important;
}

#hero .owl-theme .owl-nav button div {
	position: relative;
	width: 20px;
	height: 16px;
	margin: 0 10px;
}

#hero .owl-theme .owl-nav button.owl-next div {
	transform: scaleX(-1);
}

#hero .owl-theme .owl-nav button div::before {
	position: absolute;
	height: 2px;
	width: 100%;
	background: rgba(255, 255, 255, 0.25);
	margin: auto;
	top: 0;
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
}

#hero .owl-theme .owl-nav button div::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.25);
	border-left: 2px solid rgba(255, 255, 255, 0.25);
	content: '';
	transform: rotate(-45deg);
	margin: auto;
	left: -1px;
}

#hero .caption {
	position: absolute;
	z-index: 1;
	/*left: 25px;*/
	top: 190px;
	bottom: auto;
	margin: auto;
	width: 680px;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	right: 120px;
}

#hero .caption h3 {
	text-align: right;
	font-size: 36px;
	letter-spacing: 0px;
	color: #F8FBFD;
	text-transform: capitalize;
	opacity: 1;
	line-height: 45px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	margin: 0 0 25px;
}

#hero .caption p {
	text-align: right;
	font-size: 16px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: capitalize;
	opacity: 1;
	line-height: 20px;
	font-weight: 300;
	font-family: 'Cairo', sans-serif;
	margin: 0 0 20px;
}

#hero .caption a {
	text-align: right;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	line-height: 17px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	display: inline-flex;
	justify-content: space-between;
	width: auto;
	align-items: center;
}

#hero .caption a i {
	font-size: 0;
	width: 19px;
	height: 19px;
	background: url(images/Arrow.svg);
	display: inline-block;
	margin: 0 6px 0 6px;
	transform: scaleX(-1);
}

#hero a.chat-btn {
	position: absolute;
	bottom: 15%;
	right: 10%;
	width: 117px;
	height: 42px;
	background: url(images/Button-Orange.svg);
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	transform: scaleX(-1);
	flex-direction: row-reverse;
	display: none;
}

#hero a.chat-btn i {
	background: url(images/Lets-chat-icon.svg);
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 23px;
	height: 23px;
	font-size: 0;
	margin-right: 5px;
}

/*--------------------------------------------------------------# Navigation Menu--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	padding: 10px 12px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #fff;
	transition: 0.3s;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	font-weight: 500;
	padding: 0 3px;
	font-size: 14px;
	font-weight: 700;
	/*text-transform: uppercase;letter-spacing: 2px;*/
}

#header.header-scrolled .nav-menu a {
	color: rgba(255, 255, 255, 1);
}

.nav-menu>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -6px;
	left: 0;
	background-color: #ff4a17;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
	display: none;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .active>a:before {
	visibility: visible;
	width: 100%;
}

.nav-menu a:hover,
#header.header-scrolled .nav-menu a:hover,
.nav-menu .active>a,
#header.header-scrolled .nav-menu .active>a,
.nav-menu li:hover>a,
#header.header-scrolled .nav-menu li:hover>a {
	color: #FF7F32;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 12px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #15222b;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #ff4a17;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width:1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}

	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}

	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
}

/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #15222b;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #ff4a17;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(4, 7, 9, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.callout .fast {
	background: #062D62;
}

.callout .retail {
	background: #082F65;
}

.callout .track {
	background: #09316A;
}

.callout .cross {
	background: #0A326C;
}

.callout .inner {
	padding: 40px 30px;
	width: 100%;
	height: 100%;
	display: inline-block;
}

.callout .inner h3 {
	font-size: 34px;
	color: #F8FBFD;
	font-family: 'Cairo', sans-serif;
	line-height: 40px;
	font-weight: 600;
	margin: 15px 0;
}

.callout .inner p {
	font-size: 14px;
	color: #F8FBFD;
	font-family: 'Cairo', sans-serif;
	line-height: 20px;
	font-weight: 400;
}

.callout {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
}

.callout .inner .icon img {
	height: 70px;
	width: auto;
}

section#profile {
	background-image: url(images/WhatYoudo.png);
	background-position: center;
	background-size: cover;
	transform: scaleX(-1);
	/*background-attachment: fixed;*/
	transform: scaleX(1)
}

section#profile .profilecontainer {
	padding: 70px 5% 60px;
	background-image: url(images/Element-3.svg);
	background-position: bottom right;
	background-size: 147%;
	background-repeat: no-repeat;
	transform: scaleX(-1)
}

section#profile .profilecontainer .row {
	display: flex;
	justify-content: flex-end;
}

.profilecontainer .row .col-lg-8 {
	transform: scaleX(-1);
}

.titleProfile h2 {
	font-size: 36px;
	color: #FF7F32;
	font-weight: 600;
	line-height: 47px;
	font-family: 'Cairo', sans-serif;
}

.titleProfile p {
	font-size: 16px;
	font-family: 'Cairo', sans-serif;
	line-height: 22px;
	color: #272727;
	text-transform: uppercase;
	opacity: 1;
}

#profile .icon .card-img-top {
	height: 53px;
	width: auto;
}

section#profile .profilecontainer .titleProfile {
	margin-bottom: 4vw;
}

section#profile .profilecontainer .inner h3 {
	margin: 0;
	font-size: 18px;
	color: #FF7F32;
	font-family: 'Cairo', sans-serif;
	line-height: 47px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: normal;
	padding: 6px 0px;
}

section#profile .profilecontainer .inner p {
	font-size: 16px;
	color: #272727;
	font-family: 'Cairo', sans-serif;
	line-height: 22px;
}

section#profile .profilecontainer .inner {
	margin: 0 0 50px;
}

/*------------  Steps   ----------*/
section#steps.todo {
	padding: 0;
	background: #fff;
}

section#steps.todo .featurenumber .number {
	font-size: 179px;
	line-height: 198px;
	font-weight: bold;
	font-family: 'Cairo', sans-serif;
	color: #272727;
	opacity: 0.05;
}

section#steps.todo .featurenumber .detail h3 {
	font-weight: bold;
	font-family: 'Cairo', sans-serif;
	color: #0A326C;
	line-height: 28px;
	font-size: 28px;
}

section#steps.todo .featurenumber .detail p {
	font-size: 18px;
	line-height: 22px;
	color: #272727;
	font-family: 'Cairo', sans-serif;
}

section#steps.todo .titlebox h2 {
	text-align: right;
}

section#steps {
	background: #fff;
}

.steps .featurenumber {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	max-width: 425px;
	width: 90%;
	justify-content: flex-end;
	align-items: initial;
}

.steps .featurenumber:not(.last) {
	margin-bottom: 70px;
	margin-bottom: 50px;
}

.steps a:not(.active) .featurenumber {
	opacity: 0.3;
}

.steps .nav-tabs {
	border: 0;
}

.steps .nav-tabs li {
	margin-top: 22px;
}

.steps .featurenumber .number {
	font-size: 60px;
	line-height: 0px;
	font-weight: bold;
	font-family: 'Cairo', sans-serif;
	color: #325D9D;
	padding-left: 16px;
}

.steps .featurenumber .detail {
	flex: 1;
}

.steps .featurenumber .detail h3 {
	font-weight: bold;
	font-family: 'Cairo', sans-serif;
	color: #fff;
	line-height: 28px;
	font-size: 28px;
}

.steps .featurenumber .detail h3 span {
	font-weight: 300;
	font-family: 'Cairo', sans-serif;
}

.steps .featurenumber .detail p {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-family: 'Cairo', sans-serif;
}

.steps .featurenumber.registeronline .detail .icon {
	background: url(images/Mouse.svg) no-repeat 0 0;
	width: 29px;
	height: 40px;
	display: inline-block;
}

.steps .featurenumber.buywaybills .detail .icon {
	background: url(images/Waybill.svg) no-repeat 0 0;
	width: 34px;
	height: 34px;
	display: inline-block;
}

.steps .featurenumber.makepayment .detail .icon {
	background: url(images/Card.svg) no-repeat 0px -14px;
	width: 39px;
	height: 26px;
	display: inline-block;
}

.steps .featurenumber.prepareshipment .detail .icon {
	background: url(images/Shipment-1.svg) no-repeat -1px 0px;
	width: 34px;
	height: 37px;
	display: inline-block;
}

.steps .featurenumber.getitdelivered .detail .icon {
	background: url(images/Truck-Icon.svg) no-repeat -1px -12px;
	width: 42px;
	height: 30px;
	display: inline-block;
}

.reverse {
	flex-direction: row-reverse;
}

.work {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.work>.detail {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
}

.work.reverse.buywaybills {
	background: #f8f9fa;
}

.work.makepayment {
	background: #f2f4f7;
}

.work.reverse.prepareshipment {
	background: #eceef2;
}

.work.getitdelivered {
	background: #e2e6ed;
}

.work.reverse>.detail {
	justify-content: flex-start;
}

.registeronline .stepimg {
	width: 64.2%;
}

.buywaybills .stepimg {
	width: 58.7%;
}

.makepayment .stepimg {
	width: 67.8%;
}

.prepareshipment .stepimg {
	width: 53%;
}

.getitdelivered .stepimg {
	width: 77.0%;
}

.work.registeronline img {
	transform: scaleX(-1);
	transform: scaleX(1);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 61% 0);
}

.work.makepayment img {
	transform: scaleX(-1);
	transform: scaleX(1);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 61% 0);
}

.work.reverse.buywaybills img {
	clip-path: polygon(39% 0%, 100% 0, 100% 26%, 100% 101%, 100% 100%, 0 100%, 0% 80%, 0% 100%);
}

.work.reverse.prepareshipment img {
	clip-path: polygon(39% 0%, 100% 0, 100% 26%, 100% 101%, 100% 100%, 0 100%, 0% 80%, 0% 100%);
}

.work.getitdelivered img {
	transform: scaleX(-1);
	transform: scaleX(1);
	clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 61% 0);
}

.titlebox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.titlebox h2 {
	background: #F8F9FA;
	text-align: left;
	width: 39.5%;
	margin: 0;
	font-family: 'Cairo', sans-serif;
	font-size: 36px;
	line-height: 47px;
	color: #FF7F32;
	font-weight: 600;
	padding: 32px 130px 33px 30px;
	position: relative;
}

.titlebox h2::before {
	content: '';
	position: absolute;
	border-top: 107px solid #fff;
	border-right: 74px solid transparent;
	border-bottom: 74px solid transparent;
	border-left: 50px solid #fff;
	top: 0;
	right: 0;
	transform: scaleX(-1);
}

.titlebox h2 span {
	display: block;
	font-size: 14px;
	line-height: 19px;
	color: #272727;
	text-transform: uppercase;
	opacity: 1;
	font-family: 'Cairo', sans-serif;
}

#news-message {
	color: #103F80 !important;
	font-weight: 600;
}

section.stayupdated {
	background: #1b365d;
	background: -moz-linear-gradient(left, #E84F2B 0%, #FF7F32 100%);
	background: -webkit-linear-gradient(left, #E84F2B 0%, #FF7F32 100%);
	background: linear-gradient(to right, #E84F2B 0%, #FF7F32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E84F2B', endColorstr='#FF7F32', GradientType=1);
	padding: 0;
	margin: auto;
	z-index: 22;
	position: relative;
	overflow: visible;
	width: 100%;
	max-width: 1280px;
}

section.stayupdated::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	border-right: 30px solid #0a326c;
	border-top: 30px solid #0a326c;
	border-left: 30px solid transparent;
	width: 0;
	height: 0;
	border-bottom: 30px solid transparent;
}

.stayupdated .imgplace img {
	max-width: 360px;
	position: absolute;
	bottom: 0px;
	/*bottom: 0;right: 0;*/
	left: 45px;
	margin: auto;
	z-index: 99;
}

.row.sub {
	margin: 0;
}

.subscribe {
	padding: 80px 0 75px;
	max-width: 510px;
	display: inline-block;
	width: 100%;
}

.subscribe h2 {
	font-size: 36px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	color: #fff;
}

.subscribe span {
	text-transform: uppercase;
	letter-spacing: 2.4px;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block;
	color: #556a88
}

.subscribe p {
	letter-spacing: 2.4px;
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block;
	color: #505F6C;
	line-height: 20px;
}

.subscribe .footer-newsletter {
	width: 100%;
	max-width: 100%;
}

.subscribe .footer-newsletter form {
	max-width: 510px;
	width: 100%;
	height: 75px;
	background: #B24813;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 0px 8px;
	box-sizing: border-box;
	box-sizing: border-box;
	;
	align-items: center
}

.subscribe .footer-newsletter form input[name="email"] {
	flex: 1;
	border: 0;
	background: none;
	padding: 10px;
	margin: 0;
	box-shadow: 0 0;
	font-size: 20px;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	height: 100%;
	height: 100%;
}

.subscribe .footer-newsletter form input[name="email"]::placeholder {
	color: #fff
}

.subscribe .footer-newsletter form input[type="submit"] {
	background: #FF7F32;
	width: 112px;
	border: none;
	line-height: 39px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Cairo', sans-serif;
	margin: 0;
	border-radius: 6px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 59px
}

.subscribe .footer-newsletter form input[type="text"] {
	flex: 1;
	border: 0;
	background: none;
	padding: 10px;
	margin: 0;
	box-shadow: 0 0;
	font-size: 20px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

.subscribe .footer-newsletter form input[type="text"]::placeholder {
	color: #E8C8B8 !important
}

.subscribe .footer-newsletter form input[type="text"]::placeholder {
	color: #E8C8B8
}

section.package * {
	direction: ltr;
}

section.package {
	background: #0A326C;
}

.package .content {
	padding: 30px 40px 30px 0;
	text-align: right;
	width: 90%;
	float: right;
}

.package .content h2 {
	color: #FF7F32;
	font-size: 34px;
	line-height: 47px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.package .content h2 span {
	color: #F8FBFD;
	font-size: 15px;
	line-height: 19px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

.package .content p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
}

.package .content p:not(:last-child) {
	margin-bottom: 40px;
}

section.package h3 {
	width: 58.7%;
	height: 92px;
	margin: 0;
	background: #FF7F32;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 4%;
	clip-path: polygon(0px 0px, 100% 0px, 75.79% 115.22%, 0% 100%);
	;
	padding: 0px;
	justify-content: center;
}

section.package h3 a {
	text-align: right;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	line-height: 19px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	display: inline-flex;
	justify-content: space-between;
	width: auto;
	align-items: center;
	flex-direction: row-reverse;
	height: 100%;
	padding: 0px 30%;
}

section.package h3 a i {
	font-size: 0;
	width: 19px;
	height: 19px;
	background: url(images/Arrow.svg);
	display: inline-block;
	margin: 0 6px 0 0;
	transform: scaleX(-1);
}

.product {
	text-align: center;
}

.product.mb {
	display: none;
}

.product .card-img-top {
	max-width: 560px;
	width: 85%;
	margin: 7vh auto;
}

.starrating>input {
	display: none;
}

/* Remove radio buttons */
.starrating>label::before {
	content: "";
	display: inline-block;
	background: url(images/Yellow-Star-Icon.svg) no-repeat 0 0;
	width: 22px;
	height: 22px;
}

.starrating>label {
	color: #222222;
	font-size: 0;
	margin: 0 1px !important;
}

.starrating>input:checked~label {
	color: #ffca08;
}

/* Set yellow color when star checked */
.starrating>input:checked~label::before {
	filter: none;
}

/* Set yellow color when star checked */
.starrating>input:hover~label::before {
	filter: none;
}

/* Set yellow color when star hover filter: grayscale(100%) brightness(15%) sepia(100%) hue-rotate(-166deg) saturate(700%) contrast(.8);*/
section.testimonial {
	overflow: visible;
	padding: 50px 0;
}

section.testimonial>h2 {
	height: 95px;
	max-width: 735px;
	width: 90%;
	position: absolute;
	top: -94px;
	background: #fff;
	left: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: 0px;
	color: #FF7F32;
	text-transform: capitalize;
	opacity: 1;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 47px;
	padding-right: 95px;
	flex-direction: column;
	justify-content: flex-end;
	clip-path: polygon(0px 0px, 90% 4px, 100% 100%, 0% 100%);
	padding-right: 90px
}

section.testimonial>h2 span {
	color: #272727;
	text-transform: uppercase;
	opacity: 1;
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	margin: 5px 0 0;
}

section.testimonial .innercontainer {
	display: inline-flex;
	padding: 20px;
	background: #fff;
	height: 100%;
	clip-path: polygon(0 0, 85% 0px, 100% 60px, 100% 100%, 0 100%, 0 100%);
	flex-direction: row-reverse;
}

section.testimonial .item {
	height: 100%;
	max-width: 605px;
	background: #f8f9fa;
}

section.testimonial .owl-carousel .owl-item img {
	width: 113px;
}

section.testimonial .imgsection {
	text-align: center;
	margin: 0 0 0 20px;
	padding-top: 35px;
}

section.testimonial .profileimg {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

section.testimonial .imgsection h3 {
	font-size: 18px;
	color: #FF7F32;
	font-weight: 600;
	line-height: 24px;
	font-family: 'Cairo', sans-serif;
	text-align: center;
}

section.testimonial .imgsection h3 span {
	display: block;
	letter-spacing: 0.96px;
	color: #272727;
	text-transform: uppercase;
	opacity: 0.8;
	font-family: 'Cairo', sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
}

#customers .owl-stage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

section.testimonial .brife {
	flex: 1;
	position: relative;
	padding-top: 30px;
}

section.testimonial .brife:after {
	content: "";
	width: 30px;
	height: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/Quote.svg) left top no-repeat;
	background-size: 100%;
	transform: scaleX(-1);
}

section.testimonial .brife p {
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	outline: none;
	background: none !important;
}

section.testimonial .owl-item.active.center {
	margin: 0 40px !important;
	max-width: 552px
}

#testimonial .owl-theme .owl-nav button {
	outline: none;
	display: -webkit-box !important;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex !important;
	-webkit-box-wrap: wrap;
	-moz-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: none !important;
	color: #FF7F32 !important;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

#testimonial .owl-theme .owl-nav button div {
	position: relative;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	background: url(images/Scroll-up.svg) no-repeat 0 0;
}

#testimonial .owl-theme .owl-nav button.owl-prev div {
	transform: scaleX(-1);
}

#testimonial .owl-theme .owl-nav button.owl-next div {
	transform: scaleX(1);
}

#testimonial .owl-theme .owl-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

/*-------------------# About-----------------------*/

#about {
	z-index: 11;
	background-image: url(images/AdobeStock_219812667_Preview%402x.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/*clip-path: polygon(0 0, 100% 0, 100% 69%, 25% 69%, 0 100%);*/
	background-image: url(images/about-bg.png);
}

#about .maincontent {
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 26px 40px 50px 40px;
	background-color: rgba(39, 68, 112, 1);
}

#about .maincontent h2 {
	font-family: 'Cairo', sans-serif;
	color: #FF7F32;
	font-size: 36px;
	line-height: 47px;
}

#about .maincontent h2 span {
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #F8FBFD;
	text-transform: uppercase;
	margin: 10px 0 0;
}

#about .maincontent p {
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: #F8FBFD;
	width: 100%;
	max-width: 100%;
}

.maincontent .logo {
	position: relative;
}

.maincontent .logo img {
	position: absolute;
	top: 50px;
	left: 0
}

#aboutSmsa {
	background-image: url(images/AdobeStock_219812667_Preview%402x.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	/*margin: -14% auto 0;*/
	position: relative;
	/*z-index: -1;*/
	z-index: 1;
	/*clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 65% 85%, 0 85%);*/
}

#aboutSmsa .maincontent {
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 30px 40px 10%;
	background-color: rgba(255, 255, 255, 0.9);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	text-align: right;
	background: #fff;
}

#aboutSmsa .maincontent h2 {
	font-family: 'Cairo', sans-serif;
	color: #FF7F32;
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 40px;
}

#aboutSmsa .maincontent h2 span {
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0 0;
}

#aboutSmsa .maincontent p {
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: #000;
	width: 100%;
	max-width: 70%;
}

#exist {
	background-image: url(images/AdobeStock_219812667_Preview%402x.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	margin: 0 auto 0;
	z-index: -2;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 33% 90%, 30% 100%, 0 100%);
	background-image: url(images/about-bg.png);
}

#exist .maincontent {
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 60px 40px 5%;
	background-color: rgba(39, 68, 112, 0.90);
}

#exist .maincontent h2 {
	font-family: 'Cairo', sans-serif;
	color: #FF7F32;
	font-size: 36px;
	line-height: 47px;
	margin: 0 0px 50px;
	display: block;
	width: 100%;
}

#exist .maincontent h2 span {
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #F8FBFD;
	text-transform: uppercase;
	margin: 10px 0 0;
}

#exist .maincontent p {
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: #F8FBFD;
	width: 100%;
	max-width: 70%;
}

#exist .maincontent .inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

#exist .maincontent .inner span.number {
	font-size: 47px;
	color: #fff;
	opacity: 0.15;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 0;
}

#exist .maincontent .inner p {
	flex: 1;
	margin: 0;
}

#achievements {
	margin: -5.4% auto 0;
	z-index: -3;
}

#achievements .maincontent {
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	padding: 60px 40px 5%;
	background-color: #0A326C;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	text-align: right;
}

#achievements .maincontent h2 {
	font-family: 'Cairo', sans-serif;
	color: #FF7F32;
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 50px;
}

.achievementscontainer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#achievements .maincontent h2 span {
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #F8FBFD;
	text-transform: uppercase;
	margin: 10px 0 0;
}

#achievements .maincontent p {
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: #F8FBFD;
	width: 100%;
	max-width: 70%;
}

#achievements .maincontent .inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

#achievements .maincontent .inner span.number {
	font-size: 47px;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 40px;
	margin-right: 7px;
	max-width: 110px;
	width: 110px
}

#achievements .maincontent .inner p {
	flex: 1;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.owl-carousel .owl-stage {
	display: flex;
}

section.testimonial #Newsroom .imgsection {
	margin: 0;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

section.testimonial .owl-carousel#Newsroom .owl-item img {
	width: 100%;
}

section.testimonial #Newsroom .imgsection .detail {
	position: absolute;
	bottom: -61%;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: left;
	transition: all 0.3s ease-in-out;
}

section.testimonial #Newsroom .imgsection .detail h3 {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
}

section.testimonial #Newsroom .imgsection .detail h3 span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	text-align: right;
}

section.testimonial #Newsroom .imgsection .detail .date {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-align: right;
}

section.testimonial #Newsroom .active.center .imgsection .detail {
	bottom: 0;
	transition: all 0.3s ease-in-out;
	text-align: right;
}

#recentnews .recent {
	margin-bottom: 30px;
	border: none;
}

#recentnews .recent .card-title span {
	display: block;
	font-size: 12px;
	line-height: 10px;
	color: #272727;
	opacity: 0.5;
	font-family: 'Cairo', sans-serif;
}

#recentnews .recent .card-title {
	font-size: 16px;
	line-height: 27px;
	color: #272727;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
}

#recentnews .recent .card-text {
	font-size: 16px;
	line-height: 20px;
	color: #272727;
	font-family: 'Cairo', sans-serif;
}

#recentnews .recent .date,
section.testimonial.latestnews .imgsection .date {
	font-size: 12px;
	line-height: 20px;
	color: #272727;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	text-align: right
}

section.Newsroom {
	background: #0A326C;
	padding: 0;
	margin: 64px auto 0;
}

section.Newsroom .titlesection h2 {
	background: #fff;
	text-align: right;
	color: #FF7F32;
	padding: 15px 25px 15px;
	font-size: 30px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 47px;
	display: inline-block;
	max-width: 290px;
	width: 100%;
	clip-path: polygon(100% 0%, 100% 100%, 25% 100%, 11% 45%, 0px 0px);
	margin: 0;
}

section.Newsroom .titlesection {
	text-align: right;
	margin: 0 0 20px;
}

section.Newsroom .titlesection2 {
	text-align: center;
}

.titlesection2 h2 span {
	font-weight: 300;
}

section.Newsroom .titlesection2 h2 {
	display: inline-block;
	text-align: right;
	max-width: 390px;
	width: 100%;
	font-size: 24px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 47px;
	color: #fff;
}

#Newsroom .controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 470px;
	margin: auto;
	flex-direction: row;
	width: 90%;
	align-items: center;
	padding: 10px 0 15px 43px;
}

.owl-theme[id*="customers"] .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 0 3.5px;
	background: #ff7f32;
	opacity: 0.5;
}

.owl-theme[id*="devices"] .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 0 3.5px;
	background: #ff7f32;
	opacity: 0.5;
}

.owl-theme#Newsroom .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 0 3.5px;
	background: #fff;
	opacity: 0.5;
}

.owl-theme[id*="customers"] .owl-dots .owl-dot.active span {
	width: 23px;
	opacity: 1;
	background: #ff7f32;
}

.owl-theme[id*="devices"] .owl-dots .owl-dot.active span {
	width: 23px;
	opacity: 1;
	background: #ff7f32;
}

.owl-theme#Newsroom .owl-dots .owl-dot.active span {
	width: 23px;
	opacity: 1;
	background: #fff;
}

#testimonial .owl-theme#Newsroom .owl-nav button {
	color: #fff !important
}

#testimonial .owl-theme#Newsroom .owl-nav button div {
	background: url(images/Scroll-up-1.svg) no-repeat 0 0;
}

section.latestnews {
	padding: 0 0 30px;
	overflow: hidden;
}

section.latestnews .titlesection {
	text-align: left;
	margin: 0 0 40px;
}

section.latestnews .titlesection h2 {
	background: #0A326C;
	text-align: left;
	color: #F9F9F9;
	padding: 15px 25px 15px;
	font-size: 30px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 35px;
	display: inline-block;
	max-width: 340px;
	width: 100%;
	clip-path: polygon(100% 0%, 75% 100%, 100% 100%, 0 100%, 0 0);
	margin: 0;
	height: 76px;
}

section.testimonial .owl-carousel#latestnews .owl-item img {
	width: 100%;
}

section.testimonial.latestnews .imgsection .detail {
	background: #F8F9FA;
	padding: 15px;
	border-radius: 0px 0px 4px 4px;
	text-align: left;
}

section.testimonial.latestnews .imgsection h3 {
	color: #272727;
	font-size: 20px;
}

section.testimonial.latestnews .imgsection p {
	font-size: 16px;
	line-height: 20px;
	color: #272727;
	font-family: 'Cairo', sans-serif;
}

section.testimonial.latestnews .owl-theme#latestnews .owl-nav {
	width: 100%;
	margin: 20px 0 0 0;
	position: static;
	justify-content: flex-end;
}

section.testimonial.latestnews .owl-theme#latestnews .owl-nav button {
	color: #272727 !important;
	opacity: 0.25;
	flex-direction: row-reverse;
}

section.testimonial.latestnews .owl-theme#latestnews .owl-nav button div {
	width: 20px;
	height: 16px;
	margin: 0 10px;
	background: none;
}

section.testimonial.latestnews .owl-theme .owl-nav button.owl-next div {
	transform: scaleX(-1);
}

section.testimonial.latestnews .owl-theme .owl-nav button div::before {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #272727;
	margin: auto;
	top: 0;
	bottom: 0;
	content: '';
	left: 0;
	right: 0;
}

section.testimonial.latestnews .owl-theme .owl-nav button div::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #272727;
	border-left: 2px solid #272727;
	content: '';
	transform: rotate(-45deg);
	margin: auto;
	left: -1px;
}

#recentnews {
	background: #F8F9FA;
	padding: 0 0 30px;
}

#recentnews .recentnews {
	padding: 15px 30px 0;
}

#recentnews .titlesection h2 {
	background: #F8F9FA;
	text-align: right;
	color: #FF7F32;
	padding: 15px 30px 15px 15px;
	font-size: 30px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 47px;
	display: inline-block;
	max-width: 290px;
	width: 100%;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 10% 45%, 50px 0px);
	margin: 0;
}

#recentnews .titlesection {
	text-align: right;
	margin: 0 0 20px;
	background: #fff;
}

#recentnews .loadmore-btn {
	display: flex;
	margin: auto;
	width: 117px;
	height: 47px;
	justify-content: center;
	align-items: center;
	background: #FF7F32;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	clip-path: polygon(85% 0%, 100% 35%, 100% 100%, 0px 100%, 0px 0px);
}

@-webkit-keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------# Footer--------------------------------------------------------------*/
.footer-1 {
	display: none;
}

#footer {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	background: #0A326C;
	padding: 0;
	color: #8496A5;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	background: none;
	border-top: 1px solid #f48945;
}

#footer .footer-top {
	padding: 25px 40px 25px;
	background: #2a4173;
	border-bottom: 1px solid #3f5181;
	border-top: 1px solid #3f5181;
	padding-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Cairo', sans-serif;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #ff4a17;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: 600;
	color: #FF7F32;
	position: relative;
	padding-bottom: 0px;
	font-family: 'Cairo', sans-serif;
	text-transform: capitalize;
	line-height: 19px;
	margin-bottom: 0px;
}

#footer .footer-top .footer-links {
	margin-bottom: 0px;
}

#footer .footer-top .footer-links.mobilenumber {
	display: none
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #ff5e31;
	font-size: 18px;
	line-height: 1;
	display: none
}

#footer .footer-top .footer-links ul li {
	padding: 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #8496A5;
	transition: 0.3s;
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
}

#footer .footer-newsletter {
	height: 124px;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	display: block;
	text-align: center;
	width: auto;
	max-width: inherit;
}

#footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: 600;
	color: #FF7F32;
	position: relative;
	padding-bottom: 0px;
	font-family: 'Cairo', sans-serif;
	text-transform: capitalize;
	line-height: 19px;
	margin-bottom: 0px;
	text-align: center
}

#footer .footer-newsletter p {
	margin-bottom: 14px;
	color: #2a4173;
	width: 40%;
	margin: 0px auto 14px auto;
	font-size: 14px;
	padding-top: 7px;
	text-align: center
}

.footer-newsletter {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: start;
	max-width: 350px;
}

.footer-newsletter p {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Cairo', sans-serif;
	color: #F8FBFD;
}

ul.sociallinks {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 0 0 0px 15px;
}

ul.sociallinks li a {
	width: 10px;
	height: 23px;
	background: url(images/Footer-Facebook-Icon.svg) no-repeat -11px -5px;
	display: inline-block;
}

ul.sociallinks li a.tw {
	width: 20px;
	height: 21px;
	background: url(images/Footer-twitter-Icon.svg) no-repeat -4px -4px;
	display: inline-block;
	margin: auto;
}

ul.sociallinks li a.ins {
	width: 21px;
	height: 21px;
	background: url(images/Footer-Instagram-Icon.svg) no-repeat -6px -5px;
	display: inline-block;
}

ul.sociallinks li {
	margin: 0 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#footer .footer-top .footer-links ul a:hover {
	color: #ff4a17;
	color: #FF7F32
}

#footer .footer-newsletter form {
	background: #072B5F;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	margin: 0;
	width: 100%;
	height: 49px;
	width: 350px;
	margin: 0px auto
}

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px;
	width: calc(100% - 110px);
	background: none;
	margin: 0;
	box-shadow: none;
	color: #fff
}

#footer .footer-newsletter form input[type="email"]::placeholder {
	color: #7F93AE
}

#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	left: -2px;
	bottom: 0;
	background: #103F80;
	width: 112px;
	border: none;
	line-height: 39px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	transition: 0.3s;
	border-radius: 4px 0px 0px 4px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#footer .footer-newsletter form input[type="submit"]:hover {
	background: #103F80;
}

#footer .copyright a,
#footer .copyright span {
	color: #F8FBFD;
	margin: 0 5px;
	font: normal normal normal 12px/36px Open Sans;
	color: 2a3a6b;
	opacity: 0.6;
}

#footer .copyright {
	text-align: center;
	padding-top: 0px;
	color: #F8FBFD;
	line-height: 36px;
	background: #072B5F;
}

#footer .copyright a:hover {
	opacity: 1;
	color: #FF7F32
}

#footer .copyright span.dot {
	margin: 0px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#footer .credits a {
	transition: 0.3s;
}

.footer-links .phone {
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.footer-links .phone::before {
	content: '';
	width: 22px;
	height: 22px;
	background: url(images/call.svg) no-repeat 0 0;
	margin-right: 8px;
}

.footerlogo {
	max-width: 190px;
	margin-bottom: 10px;
}

.footer-info ul .footerlogo {
	width: 100%;
	max-width: 150px;
	margin: 5px 0;
}

#footer .footer-top .footer-info .footer-newsletter {
	display: none;
}

.mobileappstore {
	display: none;
}

main#main {
	overflow: hidden;
}

.footer-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: block;
}

.back-to-top i::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
}

.php-email-form * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.phpform {
	width: 100%;
	padding: 30px;
	background: #214F8F;
	margin: 140px 60px 60px;
	z-index: 2
}

.php-email-form {
	width: 100%;
}

.php-email-form .form-group {
	margin-bottom: 19px;
}

#contact {
	margin-top: 58px;
	overflow: hidden !important;
}

.addressarea {
	flex-direction: column;
}

.addressarea .address {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
}

.addressarea .address>div {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}

.addressarea .address>div p,
.addressarea .address>div p a {
	flex: 1;
	color: #fff;
	direction: ltr
}

.map {
	flex: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1
}

.contact h2 {
	letter-spacing: 0px;
	color: #FD7F32;
	opacity: 1;
	font-size: 24px;
	line-height: 47px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	margin: 0 0 20px;
}

.contact .addressarea h2 {
	margin: 30px 0 0;
}

.addressarea .address>div.location span.icon {
	background: url(images/Location-point-w.svg) no-repeat 0 0;
	width: 25px;
	height: 30px;
	font-size: 0;
	margin: 10px 0 0 10px;
}

.addressarea .address>div.chat span.icon {
	background: url(images/Conversation-w.svg) no-repeat 0 0;
	width: 38px;
	height: 35px;
	font-size: 0;
	margin: 10px 0 0 10px;
}

.php-email-form input.form-control {
	height: 45px;
	border: 0 solid transparent;
	box-shadow: 0 0 0 0 transparent;
	background: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 1;
}

.php-email-form textarea {
	border: 0 solid transparent;
	box-shadow: 0 0 0 0 transparent;
	background: none;
	border-radius: 0;
	height: 45px !important;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 1;
}

.php-email-form input.form-control~label,
.php-email-form textarea.form-control~label {
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 26px;
}

.php-email-form button {
	background: #FF7F32;
	width: 100%;
	height: 45px;
	padding: 0;
	line-height: 45px;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.php-email-form input.form-control:focus,
.php-email-form textarea.form-control:focus,
.php-email-form input.form-control:focus-within,
.php-email-form textarea.form-control:focus-within,
.php-email-form input.form-control:valid,
.php-email-form textarea.form-control:valid {
	background: none;
	border-color: #fff;
	color: #fff;
	padding: 10px 0 0;
	box-shadow: none;
}

.php-email-form input.form-control {
	background: none;
	border-color: #fff;
	color: #fff;
	padding: 10px 0 0
}

.php-email-form input.form-control:focus~label,
.php-email-form input.form-control:focus-within~label,
.php-email-form input.form-control:valid~label,
.php-email-form input.form-control:not(:placeholder-shown)~label {
	top: 0px;
	font-size: 12px;
}

.php-email-form textarea.form-control:focus~label,
.php-email-form textarea.form-control:focus-within~label,
.php-email-form textarea.form-control:valid~label {
	top: 0px;
	font-size: 12px;
}

.php-email-form .text-center {
	position: relative;
}

.php-email-form .text-center button {
	position: absolute;
	width: 180px;
	left: -60px;
	border-radius: 0;
	clip-path: polygon(100% 0, 100% 100%, 23% 100%, 23% 100%, 0 0);
	padding-right: 28px;
	text-align: right;
	display: flex !important;
}

.php-email-form .text-center::after {
	background: #B55216;
	position: absolute;
	width: 30px;
	height: 17px;
	content: '';
	left: -60px;
	top: -17px;
	clip-path: polygon(50% 50%, 100% 100%, 85% 100%, 0px 100%, 0px 0px);
	transform: scaleX(-1);
}

.php-email-form .text-center button::after {
	content: '';
	background: url(images/Scroll-up-1.svg) no-repeat 0 0;
	width: 17px;
	height: 17px;
	content: '';
	position: absolute;
	top: 15px;
	left: 40px;
}

.contact-form .php-email-form .validate {
	height: 24px;
}

.contact-form .php-email-form #msgvalidation {
	height: 24px;
}

.phpform #edit-actions {
	position: relative;
}

.phpform #edit-actions .button--primary {
	position: absolute;
	width: 180px;
	left: -60px;
	border-radius: 0;
	clip-path: polygon(100% 0, 100% 100%, 23% 100%, 23% 100%, 0 0);
	padding-right: 28px;
	text-align: right;
	margin-top: 0px;
}

.phpform #edit-actions::after {
	background: #B55216;
	position: absolute;
	width: 30px;
	height: 17px;
	content: '';
	left: -60px;
	top: -17px;
	clip-path: polygon(50% 50%, 100% 100%, 85% 100%, 0px 100%, 0px 0px);
	transform: scaleX(-1);
}

.phpform #edit-actions .button--primary::after {
	content: '';
	background: url(images/Scroll-up-1.svg) no-repeat 0 0;
	width: 17px;
	height: 17px;
	content: '';
	position: absolute;
	top: 15px;
	left: 40px;
}



@media (min-width:1210px) and (max-width:1299px) {
	#aboutSmsa {
		margin: -15% auto 0;
	}
}

@media (min-width:1110px) and (max-width:1209px) {
	#aboutSmsa {
		margin: -17% auto 0;
	}
}

@media (min-width:1010px) and (max-width:1109px) {
	#aboutSmsa {
		margin: -19% auto 0;
		margin-top: 0px;
	}

	.maincontent .logo img {
		top: 0;
	}
}

@media (min-width:910px) and (max-width:1009px) {
	#aboutSmsa {
		margin: -21.5% auto 0;
	}

	#achievements {
		margin: -7% auto 0;
	}

	.maincontent .logo img {
		position: static;
	}
}

@media (min-width:810px) and (max-width:909px) {
	#aboutSmsa {
		margin: -24.5% auto 0;
	}

	#exist {
		margin: -9.5% auto 0;
	}

	#achievements {
		margin: -8.4% auto 0;
	}

	.maincontent .logo img {
		position: static;
	}
}

@media (min-width:768px) and (max-width:809px) {
	#aboutSmsa {
		margin-top: -25.5%;
		margin-top: 0px;
	}

	#exist {
		margin: -9.5% auto 0;
	}

	#achievements {
		margin: -8.4% auto 0;
	}

	.maincontent .logo img {
		position: static;
	}
}

@media (min-width:1261px) and (max-width:1280px) {
	section#profile .profilecontainer {
		background-position: bottom right;
		background-size: 146%;
	}
}

@media (min-width:1240px) and (max-width:1260px) {
	section#profile .profilecontainer {
		background-position: bottom right;
		background-size: 145%;
	}
}

@media (min-width:1200px) and (max-width:1239px) {
	section#profile .profilecontainer {
		background-position: bottom right;
		background-size: 144%;
	}
}

@media (min-width:1180px) and (max-width:1199px) {
	section#profile .profilecontainer {
		background-position: bottom right;
		background-size: 144%;
	}
}

@media (min-width:1160px) and (max-width:1179px) {
	section#profile .profilecontainer {
		background-position: bottom right;
		background-size: 142%;
	}
}

@media (min-width:1010px) and (max-width:1164px) {
	section#profile .profilecontainer {
		background: none;
	}

	section#profile .profilecontainer::before {
		position: absolute;
		content: '';
		background: rgba(255, 255, 255, 0.95);
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		clip-path: polygon(100% 0px, 100% 55%, 71.55% 100%, 0px 100%, 0px 0px);
	}
}

@media (min-width:768px) and (max-width:1009px) {
	section#profile .profilecontainer {
		background-position: center center;
		background-size: 300%;
	}
}

@media (min-width:768px) and (max-width:1300px) {
	section.package {
		padding-bottom: 90px;
	}
}

@media (min-width:993px) and (max-width:1219px) {
	.titlebox h2 {
		font-size: 4vh;
	}

	.mobile-nav {
		top: 75px;
	}
}

@media (min-width:768px) and (max-width:1219px) {
	nav.d-lg-block {
		display: none !important;
	}

	.mobile-nav-toggle.d-lg-none,
	.mobile-nav-active .mobile-nav {
		display: block !important;
	}

	.mobile-nav-toggle.d-lg-none {
		background: url(images/menu.svg) no-repeat 0 0;
		display: block !important;
		width: 32px;
		padding: 0;
		height: 19px;
		left: 30px;
		right: auto
	}

	.rightSide {
		margin-left: 55px;
	}
}

@media (min-width:993px) and (max-width:1219px) {
	.mobile-nav-toggle.d-lg-none {
		top: 45px;
	}

	.mobile-nav-toggle.d-lg-none,
	.mobile-nav-toggle.d-lg-none.scr {
		top: 23px;
	}
}

@media (min-width:768px) and (max-width:992px) {
	.mobile-nav-toggle.d-lg-none {
		top: 23px;
	}
}

@media (min-width:768px) and (max-width:1219px) {
	#hero .bottomcurve {
		max-width: 320px;
		width: 100%;
	}

	#hero .caption {
		width: 550px;
		/*left:0px;*/
		right: 120px;
	}

	#hero .aboutus .caption {
		width: 700px;
		right: 140px;
	}

	.aboutus .item {
		height: 700px;
	}

	.aboutus.howitworks .item {
		height: auto;
	}

	.map {
		z-index: 1;
		position: static;
		height: 500px;
		display: none;
	}

	.map-mobile {
		z-index: 1;
		position: static;
		height: 500px;
		display: block !important;
	}

	.phpform {
		margin: 400px auto 50px;
		width: 85%;
		position: relative;
		z-index: 2;
		margin-top: 10px;
		width: 90%;
	}
}

@media (min-width:768px) and (max-width:1000px) {
	#hero .aboutus .caption {
		width: 550px;
		right: 140px;
		top: 58%;
	}
}

@media (min-width:1000px) and (max-width:1024px) {
	.contact .col-lg-6 {
		flex: 0 0 99.5% !important;
		max-width: 99.5% !important;

	}

}

@media (min-width:768px) and (max-width:1024px) {
	.titlebox h2 {
		flex-direction: column;
		font-size: 22px;
		align-items: flex-end;
		justify-content: center;
		display: flex;
		padding: 33px 25px 34px 25px;
		line-height: 20px;
		text-align: left;
		width: 42.3%;
	}

	.titlebox h2 span {
		font-size: 50%;
	}

	.steps .featurenumber .number {
		font-size: 120px;
		font-size: 60px;
	}

	.steps .featurenumber .detail h3 {
		font-size: 24px;
	}

	.steps .featurenumber .detail p {
		font-size: 14px;
	}

	section.package h3 a {
		font-size: 12px;
	}

	section.package h3 {
		clip-path: polygon(0px 0px, 100% 0px, 67.48% 106.52%, 0% 100%);
	}
}

@media (min-width:768px) and (max-width:990px) {
	section.package {
		padding-bottom: 90px;
	}
}

@media (max-width:1024px) {
	.footer-row {
		justify-content: start;
	}

	#footer .footer-top .footer-links {
		width: 25%;
	}
}

@media (max-width:990px) {
	#footer .footer-top .footer-links {
		width: 30%;
	}

	.footer-row {
		justify-content: start;
	}

	section.testimonial>h2 {
		font-size: 30px;
	}
}

@media (max-width:800px) {
	section.testimonial .innercontainer {
		flex-direction: column;
	}

	section.testimonial .imgsection {
		margin: 0 0 20px;
	}

	section.testimonial .imgsection h3,
	section.testimonial .imgsection h3 span {
		text-align: center;
	}
}

@media (max-width:767px) {
	#aboutSmsa::before {
		content: '';
		width: 240px;
		height: 111px;
		background-image: url(images/AdobeStock_219812667_Preview%402x.png);
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		top: 0;
		right: 0;
		z-index: 1;
		position: absolute;
		clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 100%, 0 0);
		background-image: url(images/about-bg.png);
	}

	#aboutSmsa::after {
		content: '';
		width: 240px;
		height: 111px;
		background: rgba(39, 68, 112, 0.90);
		top: 0;
		right: 0;
		z-index: 2;
		position: absolute;
		clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 100%, 0 0);
	}

	#aboutSmsa .curve {
		display: block;
		width: 75%;
		height: 55px;
		background-image: url(images/AdobeStock_219812667_Preview%402x.png);
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		bottom: 0;
		right: 0;
		z-index: 1;
		position: absolute;
		clip-path: polygon(100% 0px, 100.00% 100%, 0% 100%, 0px 100%, 15% 0px);
		margin: 0;
	}

	#aboutSmsa .curve::before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(39, 68, 112, 0.90);
		top: 0;
		left: 0;
		z-index: 2;
		position: absolute;
	}

	#exist::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 20%;
		height: 50px;
		background: #0a326c;
		clip-path: polygon(80% 0, 100.00% 100%, 0% 100%, 0% 100%, 0% 0px);
	}

	section.package h3 {
		margin: auto 0 30px auto;
		justify-content: center;
		clip-path: polygon(0px 0px, 100% 0px, 100% 100.00%, 15% 100%);
	}

	#testimonial .owl-theme .owl-nav.disabled {
		display: none;
	}

	section.package::after {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 120px;
		background: #fff;
		height: 50px;
		content: '';
		clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
	}

	#exist .maincontent h2 {
		margin: 0 0 50px;
		width: 100%;
	}

	section#profile .profilecontainer {
		background: none;
	}

	section#profile .profilecontainer::before {
		position: absolute;
		content: '';
		background: rgba(255, 255, 255, 0.95);
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	section.testimonial {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav {
		right: auto;
		width: 90%;
	}

	.mobile-nav-toggle.d-lg-none {
		background: url(images/menu.svg) no-repeat 0 0;
		display: block !important;
		width: 32px;
		padding: 0;
		height: 19px;
		top: 20px;
		right: 10px;
		left: auto;
	}

	#hero .owl-carousel::before {
		width: 55px;
		height: 95px;
		background: url(images/Element-mb.svg) no-repeat 0 0 / 100% auto;
	}

	#hero .aboutus::before {
		width: 55px;
		height: 95px;
		background: url(images/Element-mb.svg) no-repeat 0 0 / 100% auto;
	}

	#hero .bottomcurve img.img-fluid.desktop {
		display: none;
	}

	#hero .bottomcurve img.img-fluid.mobile {
		display: block;
	}

	#hero .bottomcurve {
		max-width: 480px;
		width: 100%;
		max-width: 360px;
	}

	#hero a.chat-btn {
		bottom: 15%;
		right: 3%;
	}

	#hero .owl-dots {
		display: none;
	}

	.addressarea .address>div p,
	.addressarea .address>div p a {
		font-size: 14px;
	}

	.php-email-form .text-center {
		position: relative;
		height: 45px;
		margin-bottom: 30px;
	}

	.addressarea .address>div {
		width: 100%;
	}

	.sidelinks>a {
		display: none;
	}

	.rightSide {
		width: 23px;
		height: 43px;
		position: relative;
		margin-right: 8px;
		overflow: hidden;
	}

	.rightSide:hover {
		overflow: visible;
	}

	.rightSide .sidelinks {
		position: absolute;
		left: 0;
		top: 50px;
		font-size: 0;
		text-align: right;
		background: #0a326c;
		border-radius: 3px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.rightSide:hover .sidelinks {
		top: 40px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.get-started-btn {
		font-size: 0;
		flex-direction: column;
		height: auto;
		background: none;
		margin: 0;
		border-radius: 3px;
		overflow: hidden;
		padding: 0 !important;
		width: 100%;
	}

	.get-started-btn a {
		width: 100%;
		line-height: 35px;
		font-size: 12px;
		padding: 0 20px;
		white-space: nowrap;
	}

	.get-started-btn a:not(:last-child) {
		border-bottom: 1px solid #102a4f;
	}

	.get-started-btn:before {
		display: none;
	}

	.rightSide .sidelinks::before {
		position: absolute;
		content: '';
		top: -5px;
		left: 5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #0a326c;
	}

	.get-started-btn a:hover {
		background: #ff7f32;
		color: #000;
	}

	.rightSide::before {
		content: '';
		width: 23px;
		height: 23px;
		background: url(images/User.svg) no-repeat 0 0 / 100%;
		margin-right: 6px;
		cursor: pointer;
	}

	.header-container {
		justify-content: space-between;
	}

	.header-container::before {
		width: 40px;
		height: 30px;
		content: '';
		display: inline-block;
	}

	#header .logo {
		margin: auto;
	}

	.registeronline .stepimg,
	.buywaybills .stepimg,
	.makepayment .stepimg,
	.prepareshipment .stepimg,
	.getitdelivered .stepimg {
		width: 100%;
	}

	.steps .featurenumber {
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
		padding: 14px 5%;
		align-items: center;
		align-items: inherit;
	}

	.howittitle {
		padding-bottom: 40px;
	}

	.reverse {
		flex-direction: row;
	}

	.registeronline .stepimg {
		width: 100%;
	}

	.registeronline .stepimg img {
		clip-path: none;
	}

	.work.reverse.buywaybills img {
		clip-path: none;
	}

	.work.makepayment img {
		clip-path: none;
	}

	.work.getitdelivered img {
		clip-path: none;
	}

	.work.reverse.prepareshipment img {
		clip-path: none;
	}

	.footer-links .phone {
		white-space: nowrap;
	}

	section.testimonial .innercontainer {
		flex-direction: column;
	}

	section.testimonial>h2 {
		position: static;
		text-align: right;
		font-size: 28px;
		clip-path: none;
		padding: 0;
		margin: auto auto 50px;
		width: 90%;
		line-height: 28px;
	}

	section.testimonial>h2 span {
		display: inline-block;
		width: 100%;
	}

	.package .content {
		padding: 0 30px 30px;
	}

	section.package h3 {
		max-width: 320px;
		width: 100%;
		height: 61px;
	}

	.package .content h2 {
		font-size: 30px;
	}

	.subscribe .footer-newsletter form input[type="submit"] {
		max-width: 60px;
	}

	.subscribe .footer-newsletter form input[name="email"] {
		font-size: 14px;
	}

	.subscribe h2 {
		font-size: 28px;
	}

	.titlebox h2::before {
		display: none
	}

	.titlebox h2 {
		background: none;
		width: auto;
	}

	#about,
	#aboutSmsa,
	#exist,
	#achievements {
		margin: 0;
		clip-path: none
	}

	#aboutSmsa .maincontent p,
	#about .maincontent p {
		max-width: 100%;
	}

	.maincontent .logo img {
		position: static;
	}

	#about .maincontent,
	#achievements .maincontent {
		padding: 20px 20px 40px;
	}

	#aboutSmsa .maincontent {
		padding: 50px 20px 70px;
		justify-content: flex-start;
		align-items: flex-end;
	}

	#aboutSmsa .maincontent h2,
	#aboutSmsa .maincontent h2 span,
	#aboutSmsa .maincontent p {
		text-align: left
	}

	#exist .maincontent {
		padding: 20px 20px 40px;
	}

	#exist .maincontent .inner {
		margin-bottom: 40px;
	}

	#achievements .maincontent .inner span.number {
		text-align: center;
		margin: auto;
		display: inline-block;
	}

	#achievements .maincontent .inner p {
		text-align: center;
		margin: auto;
	}

	#achievements .maincontent .inner {
		text-align: center;
		margin-bottom: 20px;
		width: 50%;
	}

	.country {
		display: none
	}
}

@media (max-width:640px) {
	#footer .footer-top .footer-links {
		width: 48%;
	}

	.steps .featurenumber .number {
		font-size: 120px;
	}

	.steps .featurenumber .detail h3 {
		line-height: 24px;
		font-size: 26px;
	}

	.steps .featurenumber .detail p {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width:575px) {
	.php-email-form {
		padding: 0px;
	}

	.contact h2 {
		line-height: 30px;
	}

	.addressarea .address>div {
		width: 100%;
	}

	.addressarea .address {
		margin: 20px 0 10px;
	}

	.map iframe {
		height: 100%;
		vertical-align: top;
	}

	section.testimonial>h2,
	section.testimonial>h2 span {
		text-align: center;
	}

	section.testimonial .owl-item.active.center {
		margin: 0 !important;
	}

	.product.desktop {
		display: none;
	}

	.product.mb {
		display: block;
	}

	section.package h3 {
		margin-bottom: 30px;
		margin-right: -15px;
	}

	.subscribe h2 {
		text-align: center;
		margin-bottom: 20px;
	}

	.callout .inner,
	.callout .inner .icon,
	.callout .inner h3,
	.callout .inner p {
		text-align: center;
	}

	.imgplace {
		width: 100%;
		text-align: center;
	}

	.stayupdated .imgplace img {
		max-width: 250px;
		position: static;
	}

	.subscribe {
		padding: 40px 0 75px;
		max-width: 510px;
		display: inline-block;
		width: 100%;
		margin: auto;
	}

	.subscribe .footer-newsletter {
		width: 100%;
		max-width: 100%;
	}

	.phpform {
		margin: 400px auto 50px;
		width: 85%;
		position: relative;
	}

	.php-email-form .text-center {
		position: absolute;
		height: 45px;
		margin-bottom: 30px;
		bottom: -47px;
		left: -16px;
		width: 83%;
	}

	.php-email-form .text-center button {
		position: static;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		clip-path: polygon(100% 0, 100% 100%, 15% 100%, 15% 100%, 0 0);
	}

	.php-email-form .text-center button::after {
		position: static;
		margin: 0 7px;
	}

	.php-email-form .text-center::after {
		width: 17px;
		height: 14px;
		left: -1px;
		top: auto;
		bottom: 45px;
		clip-path: polygon(50% 50%, 100% 100%, 85% 100%, 0px 100%, 0px 0px);
	}

	.phpform #edit-actions {
		position: absolute;
		height: 45px;
		margin-bottom: 30px;
		bottom: -47px;
		left: -16px;
		width: 83%;
	}

	.phpform #edit-actions .button--primary {
		position: static;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		clip-path: polygon(100% 0, 100% 100%, 15% 100%, 15% 100%, 0 0);
		height: 45px;
	}

	.phpform #edit-actions .button--primary::after {
		position: static;
		margin: 0 7px;
	}

	.phpform #edit-actions::after {
		width: 17px;
		height: 14px;
		left: -1px;
		top: auto;
		bottom: 45px;
		clip-path: polygon(50% 50%, 100% 100%, 85% 100%, 0px 100%, 0px 0px);
	}

}

@media (max-width:480px) {
	#achievements .maincontent .inner {
		flex-direction: column;
	}

	#hero .caption h3 {
		font-size: 23px;
		line-height: 31px;
	}

	#hero .caption {
		width: 90%
	}

	#hero .caption p {
		font-size: 16px;
		line-height: 24px;
	}

	#hero .caption {
		top: 35%;
		transform: translateY(-35%);
	}

	#hero .owl-theme .owl-nav {
		display: none !important
	}

	.steps .featurenumber .number,
	section#steps.todo .featurenumber .number {
		font-size: 100px;
	}

	.steps .featurenumber .detail h3,
	section#steps.todo .featurenumber .detail h3 {
		line-height: 24px;
		font-size: 24px;
	}

	.steps .featurenumber .detail p,
	section#steps.todo .featurenumber .detail p {
		font-size: 16px;
		line-height: 22px;
	}

	.titlebox h2 {
		font-size: 24px;
	}

	section.testimonial .item {
		padding: 0 5%;
	}

	#footer .footer-top .footer-links:first-child ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#footer .footer-top .footer-links:first-child ul li {
		margin: 0 4px;
	}

	#footer .footer-top .footer-links {
		margin-bottom: 30px;
		width: 48%;
	}

	#footer .footer-top .footer-links .phone {
		display: none;
	}

	#footer .footer-top .footer-info {
		text-align: center;
		margin-bottom: 0;
	}

	#footer .footer-top h4 {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#footer .footer-top .footer-links:first-child {
		width: 100%;
	}

	#footer .footer-top .footer-links ul a {
		line-height: 26px;
		margin: auto;
	}

	#footer .footer-top .footer-info .footer-newsletter {
		margin-top: 30px;
		display: block
	}

	#footer .footer-top .footer-links.mobilenumber,
	#footer .footer-top .footer-links.mobilenumber .phone {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-wrap: wrap;
		-moz-box-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		margin: 0 0 15px !important;
		justify-content: center;
	}

	/* .footer-newsletter p{display:none} */
	#footer .footer-row>.footer-newsletter form {
		display: none;
	}

	.footer-newsletter {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	#footer .copyright {
		padding-top: 0;
	}

	.footer-newsletter ul.sociallinks {
		margin: 30px 0 0;
	}
}

@media (max-width:540px) {
	#hero .caption {
		width: 85%;
		right: 25px;
	}

}

@media (max-width:375px) {
	#hero .caption h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	#hero .caption p {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

/* 12-22-2020 css */

#aboutSmsa .maincontent h2 span {
	font-family: 'Cairo', sans-serif;
	font-size: 14px;
	line-height: 17px;
	display: block;
	color: #272727;
	text-transform: uppercase;
	margin: 10px 0 0;
}

#aboutSmsa .maincontent p {
	font-family: 'Cairo', sans-serif;
	font-size: 16px;
	line-height: 22px;
	display: block;
	color: #272727;
	width: 100%;
	max-width: 70%;
}

#aboutSmsa .maincontent .inner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

#aboutSmsa .maincontent .inner span.number {
	font-size: 47px;
	color: #1B365D;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	line-height: 40px;
	margin-left: 7px;
	max-width: 190px;
	width: 190px;
	text-align: left
}

#aboutSmsa .maincontent .inner p {
	flex: 1;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

section.testimonial.new>h2 {
	position: static;
	margin-bottom: 50px;
}

section.testimonial.new {
	padding: 20px 0 50px;
}

section#aboutSmsa .curve {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100px;
	clip-path: polygon(0 0, 100% 0, 100% 0%, 20% 80%, 0 100%);
	background-image: url(images/AdobeStock_219812667_Preview%402x.png);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	margin: auto;
	background-image: url(images/about-bg.png);
}

section#aboutSmsa .curve::before {
	background: rgba(39, 68, 112, 0.90);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
}

#hero .caption.howitworks h3 {
	max-width: 80%;
	display: inline-block;
}

section#steps {
	background: #0a326c;
	padding: 50px 0 100px 0;
}

.stepimg .img-fluid {
	max-width: 400px;
	width: 100%;
	position: absolute;
	transform: scaleX(1);
	margin-top: -20px;
}

.stepimg .img-fluid {
	transition: all .2s ease-in-out;
}

.stepimg .img-fluid:hover {
	transform: scale(1.2);
}

.stepimg .img-fluid.zoom {
	transform: scale(1.2);
}

.howittitle h2 {
	font: normal normal 600 36px/47px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FF7F32;
	text-transform: capitalize;
	opacity: 1;
	text-align: center
}

.howittitle p {
	font: normal normal normal 14px/19px 'Cairo', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
	text-align: center
}

.steps:not(.todo) .featurenumber .detail .icon {
	opacity: 0;
	display: none;
}

.steps .featurenumber .number b {
	margin-top: -22px;
	margin-top: 0px;
}

.tab-content .tab-title {
	display: none;
}

section.cardsection .learn-btn {
	max-width: 475px;
	width: 100%;
	height: 92px;
	background: #FF7F32;
	position: absolute;
	left: 0;
	top: 0;
	padding-right: 6%;
	clip-path: polygon(100% 0, 100% 100%, 20% 100%, 10% 51%, 0 0);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	clip-path: polygon(100% 0, 90% 50%, 80% 100%, 0 100%, 0 0);
}

section.cardsection .learn-btn a {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 600;
	width: 100%;
	height: 100%;
	justify-content: center;
	text-transform: uppercase;
}

section.cardsection .learn-btn a::after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(images/Next-1w.svg) no-repeat 0 0;
	margin-right: 10px;
	transform: scaleX(-1);
}

section.cardsection {
	background: #fff;
	padding: 40px 0 40px;
}

section.cardsection .device {
	margin-bottom: 20px;
	align-items: flex-start !important;
}

section.cardsection .device h2 {
	font: normal normal 600 36px/47px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FF7F32;
	text-transform: capitalize;
	opacity: 1;
	margin: 0;
}

section.cardsection .device p {
	font: normal normal normal 14px/19px 'Cairo', sans-serif;
	color: #272727;
	text-transform: uppercase;
	opacity: 1;
	margin-left: 182px;
}

section.cardsection .container {
	max-width: 98%;
}

.newcards {
	background: #E2EEEF;
	border-radius: 4px;
	padding: 14px 20px 0;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0px 0px 0px #ccc;
	transition: all 0.5s ease-in-out;
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.newcards::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -40px;
	left: -40px;
	border-top: 20px solid #fff;
	border-right: 20px solid #fff;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-radius: 0px 2px 0px 0px;
	opacity: 0;
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
	transform: scaleX(-1);
	display: none;
}

.newcards:hover {
	box-shadow: 0 10px 20px 0px #ccc;
	background: #FF7F32;
	color: #fff;
}

.newcards:hover::after {
	opacity: 1;
	top: 0px;
	left: 0px;
	-webkit-transition: all o.5s ease-in-out;
	-moz-transition: all o.5s ease-in-out;
	-ms-transition: all o.5s ease-in-out;
	-o-transition: all o.5s ease-in-out;
	transition: all o.5s ease-in-out;
}

.cardsection .d-flex:last-child .newcards:last-child {
	padding-left: 0;
}

.topsection {
	margin-bottom: 30px;
}

.newcards h2 {
	font-size: 26px;
	font-weight: 600;
	color: #272727;
	font-family: 'Cairo', sans-serif;
}

.newcards h2 span {
	display: block;
	font-size: 14px;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	opacity: 0.5;
	color: #272727;
}

.newcards:hover h2,
.newcards:hover h2 span,
.newcards:hover .bottomsection>div.linksection a {
	color: #fff;
}

.bottomsection {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.bottomsection>div.linksection {
	text-align: center;
	justify-content: center;
	padding-bottom: 20px;
}

.bottomsection>div {
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.cardsection .d-flex:last-child .newcards:last-child .imgplace {
	width: 68%;
}

.cardsection .d-flex:last-child .newcards:last-child .linksection {
	flex: 1;
}

.bottomsection>div.linksection {
	text-align: right;
	justify-content: right;
	padding-bottom: 20px;
}

.bottomsection>div.linksection a {
	font-size: 18px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	color: #272727;
	display: flex;
	align-items: center;
}

.bottomsection>div.linksection a:after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(images/Next-1.svg) no-repeat 0 0;
	margin-right: 10px;
	transform: scaleX(-1);
}

.newcards:hover .bottomsection>div.linksection a::after {
	background: url(images/Next-1w.svg) no-repeat 0 0;
}

#stayupdated.track {
	margin-top: 64px;
	padding-top: 60px;
}

section.stayupdated.track::after {
	top: 100%;
	border-right: 30px solid #FF7F32;
	border-top: 30px solid #FF7F32;
}

/*.stayupdated .imgplace img {position: static;}*/
#tracksummery {
	padding: 45px 0;
	background: #1B365D;
}

#tracksummery::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 50px;
	background: #F8F9FA;
	bottom: 0;
	right: 0;
	clip-path: polygon(65% 35%, 100% 0%, 100% 100%, 0px 100%, 30% 70%);
}

.summarytitle {
	font: normal normal normal 18px/39px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.summary {
	background: #007884;
	background: -moz-linear-gradient(left, #007884 0%, #006670 100%);
	background: -webkit-linear-gradient(left, #007884 0%, #006670 100%);
	background: linear-gradient(to right, #007884 0%, #006670 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007884', endColorstr='#006670', GradientType=1);
	padding: 20px 70px 20px 20px;
	position: relative;
}

.summary::before {
	content: '';
	background: #fff Url(images/box.svg) no-repeat center center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #01616a;
	position: absolute;
	right: 10px;
	top: 25px;
}

.trackstatus {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trackstatus .Trackingno span {
	font: normal normal bold 14px/18px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #68D1DB;
	text-transform: capitalize;
	opacity: 1;
}

.trackstatus .Trackingno p {
	font: normal normal normal 21px/30px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin: 0
}

.Currentstatus {
	background: #04555D;
	padding: 5px 40px 5px 15px;
	position: relative;
}

.Currentstatus .status {
	display: flex;
	align-items: start;
	flex-direction: column;
}

.Currentstatus::after {
	background: url(images/truck.svg);
	width: 20px;
	height: 21px;
	content: '';
	position: absolute;
	bottom: 0;
	right: 9px;
	top: 0;
	margin: auto;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
}

.Currentstatus .status span {
	font: 600 9px/9px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #7EE0EA;
	text-transform: capitalize;
	opacity: 1;
}

.Currentstatus .status p {
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin: 0;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

.distance {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}

.distance>div {
	position: relative;
	max-width: 245px;
	padding-left: 40px;
}

.distance>div.from {
	margin-left: 40px;
}

.distance>div.from::after {
	content: '';
	width: 2px;
	height: 23px;
	background: #04555D;
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.distance>div span {
	letter-spacing: 0px;
	color: #7EE0EA;
	text-transform: capitalize;
	font-size: 14px;
	opacity: 1;
	font-weight: 600;
}

.distance>div p {
	font: normal normal 600 14px/19px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.consigndetailsdate {
	letter-spacing: 0px;
	color: #ECB920;
	text-align: right;
	font-size: 16px;
	line-height: 39px;
	font-family: 'Cairo', sans-serif;
	height: 39px;
}

.consigndetails {
	background: #112B50;
	padding: 12px 20px;
	color: #fff;
	flex: 1;
}

.consigndetails span {
	font: normal normal 600 14px/30px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #A7CCFD;
	text-transform: capitalize;
	opacity: 1;
}

.consigndetails p {
	font: normal normal 600 14px/19px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin: 0;
}

.consigndetails>div {
	width: 100%;
}

.weightquanty>div {
	width: 50%;
}

/*Shipment Tracking*/
.shippingprogress {
	margin-top: 40px;
}

.shipment-progress {
	position: relative;
	width: 100%;
	margin-bottom: 55px;
}

.shipment-progress .sub-heading {
	font: normal normal normal 18px/33px 'Cairo', sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	margin-bottom: 35px;
}

.shipment-progress .progress {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 14px;
	background: #ff9f2c;
	background: -moz-linear-gradient(left, #ff9f2c 0%, #006670 100%);
	background: -webkit-linear-gradient(left, #ff9f2c 0%, #006670 100%);
	background: linear-gradient(to right, #ff9f2c 0%, #006670 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f2c', endColorstr='#006670', GradientType=1);
	border-radius: 0px;
	overflow: visible;
	position: relative;
	border: 0
}

.shipment-progress .progress>div {
	border-right: 1px solid #1B365D;
	position: relative;
	z-index: 2;
	flex: 1
}

.shipment-progress .progress>div.active {
	z-index: 4;
}

.shipment-progress .progress>div.active~div {
	background: #122746;
}

.shipment-progress .progress>div.active#step6~div {
	background: none;
}

.shipment-progress .progress>div .name {
	font-size: 12px;
	color: #fff;
	opacity: 0.27;
	width: 90px;
	text-align: center;
	position: absolute;
	top: 34px;
	text-transform: uppercase;
	left: -33%;
	line-height: 15px;
	left: -19%;
}

.shipment-progress .progress>div:first-child .name {
	left: -40%;
	left: -20%;
}

.shipment-progress .progress>div .step-icon {
	width: 41px;
	height: 41px;
	background: #fff url(images/ship-icon.html) center center no-repeat;
	background-size: 20px;
	border: 2px solid #01616A;
	border-radius: 50%;
	position: absolute;
	position: absolute;
	top: -12px;
	left: -16%;
	display: none;
	z-index: 1;
	left: -8%
}

.shipment-progress .progress>div .step-icon {
	background: #fff url(images/green-check.svg) center center no-repeat;
	background-size: 20px;
	-moz-transform: scaleX(-1.01);
	-ms-transform: scaleX(-1.01);
	-o-transform: scaleX(-1.01);
	-webkit-transform: scaleX(-1.01);
	transform: scaleX(-1.01);
}

.shipment-progress .progress>div.active .step-icon {
	display: block
}

.shipment-progress .progress>div.active .name {
	opacity: 1;
	font-size: 14px;
}

.shipment-progress .progress:after {
	content: "";
	position: absolute;
	left: 0px;
	height: 14px;
	background: transparent linear-gradient(90deg, #FF9F2C 0%, #68DAAE 100%) 0% 0% no-repeat;
}

.shipment-activity .sub-heading {
	letter-spacing: 0px;
	color: #000;
	opacity: 1;
	font-size: 18px;
	line-height: 33px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	margin-bottom: 15px;
}

.shipment-activity .activity .activity-date {
	height: 28px;
	line-height: 28px;
	width: 157px;
	background: #f1f4f7;
	font-size: 15px;
	font-weight: bold;
	color: #FF7F32;
	text-align: center;
	font-style: normal;
	margin-left: -2px;
	font-size: 20px;
}

.shipment-activity .activity .step {
	height: 130px;
	position: relative;
	display: flex;
}

.shipment-activity .activity .step .step-bar {
	width: 2px;
	border-right: 2px dashed #e6eaf0;
	position: absolute;
	right: 0px;
	height: 100%
}

.shipment-activity .activity .step .step-bullet {
	background: #e56b23;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	position: absolute;
	right: -3px;
	top: 58px;
	margin-top: -6px;
	box-shadow: 0 0px 5px 1px #e56b23;
}

.shipment-activity .activity .step .step-description {
	max-width: 590px;
	padding-right: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	width: 100%;
}

.shipment-activity .activity .step .step-description .day-time {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #1B365D;
	font-family: 'Cairo', sans-serif;
	line-height: 28px;
}

.shipment-activity .activity .step .step-description .location {
	font-size: 18px;
	font-weight: 600;
	color: #007884;
	background: url(images/location-icon.svg) right center no-repeat;
	padding-right: 24px;
	font-weight: 400
}

.shipment-activity .activity .step .step-description p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #272727;
	line-height: 24px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
}

.shipment-activity .activity .step .step-description p .status {
	font-weight: 700;
	color: #FF7F32
}

.shipment-activity .activity .step .step-description .track-link {
	font-size: 18px;
	color: #FFC685
}

.day-activity:last-child .step:last-child .step-bar {
	height: 31%;
}

/*Shipment Tracking end*/
#trackactivity {
	background: #F8F9FA;
	padding: 50px 0;
}

#footer .footer-top .footer-links .social ul a {
	font-size: 0;
}

#footer .footer-top .social h4 {
	padding: 0;
	margin: 5px 0px 0 10px;
}

.social {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .footer-top .footer-links:first-child {
	width: 300px;
	margin: 0px auto !important;
	text-align: center;
}

#footer .footer-top .footer-links .footer-info {
	text-align: center
}

#footer .footer-top .footer-links.links {
	flex: 1;
	margin: 0 25px;
}

#footer .footer-top .footer-links ul.app {
	margin: 15px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
}

#footer .footer-top .footer-links ul.app li {
	margin: 0 10px;
}

#footer .footer-top .footer-links.links {
	flex: 1;
	margin: 0 25px 0px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 10px;
	margin-right: 0px;
}

#footer .footer-top .footer-links.links ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#footer .footer-top .footer-links.links ul li {
	margin: 0 15px;
	position: relative
}

#footer .footer-top .footer-links.links ul li:after {
	width: 2px;
	height: 17px;
	background: #8496A5;
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
}

#footer .footer-top .footer-links.links ul li:last-child:after {
	display: none;
}

.cardsection.mobileonly {
	display: none;
}

.contextual+.cardsection.mobileonly {
	display: block;
}

@media (max-width:1176px) {

	#footer .footer-top .footer-links:first-child,
	.footer-newsletter {
		width: 50%;
		max-width: 50%;
	}

	#footer .footer-top .footer-links.links {
		order: 1;
		width: 100%;
	}
}

@media (max-width:991px) {
	.distance>div.from::after {
		display: none
	}
}

@media (max-width:900px) {
	section.cardsection {
		padding: 120px 0 40px;
	}
}

@media (max-width:767px) {

	#aboutSmsa::before,
	#aboutSmsa::after {
		clip-path: polygon(100% 0, 100% 100%, 100% 60%, 100% 60%, 0 0);
	}

	#aboutSmsa .maincontent .inner {
		margin-bottom: 40px;
	}

	#aboutSmsa .maincontent .inner p {
		text-align: center;
	}

	#exist::after {
		background: #fff;
	}

	.steps .nav-tabs {
		display: none;
	}

	.tab-content .tab-title {
		display: block;
		margin-bottom: 40px;
		margin-bottom: 20px;
	}

	.stepimg .img-fluid {
		position: static !important
	}

	section#steps {
		padding-bottom: 0px;
	}

	.tab-content .tab-title.tabs-selected .featurenumber {
		opacity: 1;
	}

	.tab-content .tab-title .featurenumber {
		opacity: 1 !important;
		margin-bottom: 0
	}

	.tab-content .tab-title+div {
		display: none !important;
		display: block !important;
		margin-bottom: 30px;
	}

	.tab-content .tab-title.tabs-selected+div {
		display: block !important;
		padding-bottom: 30px;
	}

	#hero.how .bottomcurve {
		max-width: 320px;
		width: 100%;
	}

	.consigndetails>div:not(.weightquanty) {
		width: 49%;
	}

	.consigndetails p {
		margin-bottom: 20px;
	}

	.consigndetailsdate {
		margin-top: 40px;
		height: auto
	}

	.shipment-summery {
		width: 100%;
		display: block !important
	}

	.shipment-progress {
		width: 100%;
	}

	.shipment-progress .progress {
		width: 100%;
	}

	.shipment-summery .col1 {
		width: 100%;
	}

	.shipment-progress .progress>div:first-child {
		min-width: 9%
	}

	.shipment-progress .progress>div:last-child {
		min-width: 9%
	}

	.shipment-progress .progress>div .name {
		font-size: 9px;
		padding: 0px 6px;
		width: 60px;
		left: -55%;
	}

	.shipment-progress .progress>div.active .name {
		font-size: 10px;
	}

	.shipment-progress .progress>div .step-icon {
		width: 40px;
		height: 40px;
		left: -44%;
		left: -25%;
	}

	.shipment-progress .progress.step1:after {
		width: 14%;
	}

	.shipment-progress .progress.step2:after {
		width: 26%;
	}

	.shipment-progress .progress.step3:after {
		width: 45%
	}

	.shipment-progress .progress.step4:after {
		width: 58%;
	}

	.shipment-progress .progress.step5:after {
		width: 75%;
	}

	.shipment-progress .progress.step6:after {
		width: 100%;
	}

	.shipment-progress .progress>div:first-child .step-icon {
		left: -60%;
		left: -28%
	}

	.shipment-summery .tracking-details .shipment-icon {
		width: 40px;
		height: 40px;
	}

	.shipment-summery .field-caption {
		font-size: 12px;
	}

	.shipment-summery .tracking-details .tracking-number .field-value {
		font-size: 18px;
	}

	.shipment-summery .tracking-details {
		height: auto;
		padding: 10px 10px 10px 60px;
	}

	.shipment-summery .tracking-details .status {
		background-size: 18px;
	}

	.shipment-summery .tracking-details .shipment-address {
		margin-left: -50px;
	}

	.shipment-summery .tracking-details .seprator {
		margin: 24px
	}

	.shipment-summery .col2 {
		width: 100%;
		margin-top: 10px;
	}

	.date {
		text-align: left
	}

	.shipment-activity .activity .step .step-description {
		width: auto;
	}

	.shipment-activity .activity .step .step-description .day-time {
		font-size: 11px;
		margin-bottom: 4px;
	}

	.shipment-activity .activity .step .step-description p {
		font-size: 12px;
		line-height: 18px
	}

	.shipment-activity .activity .step .step-description .location {
		font-size: 11px;
		background-size: 12px;
		padding-left: 20px;
	}
}

@media (max-width:575px) {
	.shipment-summery {
		width: 100%;
		display: block !important
	}

	.shipment-progress {
		width: 100%;
	}

	.shipment-progress .progress {
		width: 100%;
	}

	.shipment-summery .col1 {
		width: 100%;
	}

	.shipment-progress .progress>div:first-child {
		min-width: 9%
	}

	.shipment-progress .progress>div:last-child {
		min-width: 9%
	}

	.shipment-progress .progress>div {
		min-width: 16.4%
	}

	.shipment-progress .progress>div .name {
		font-size: 9px;
		padding: 0px 6px;
		width: 60px;
		left: -40%;
	}

	.shipment-progress .progress>div.active .name {
		font-size: 10px;
	}

	.shipment-progress .progress>div .step-icon {
		width: 40px;
		height: 40px;
		left: -44%;
		left: -25%;
	}

	.shipment-progress .progress>div:first-child .name {
		left: -80%;
		left: -40%
	}

	.shipment-progress .progress>div#step2 .name {
		left: -56%;
		left: -40%;
	}

	.shipment-progress .progress.step1:after {
		width: 14%;
	}

	.shipment-progress .progress.step2:after {
		width: 26%;
	}

	.shipment-progress .progress.step3:after {
		width: 45%
	}

	.shipment-progress .progress.step4:after {
		width: 58%;
	}

	.shipment-progress .progress.step5:after {
		width: 75%;
	}

	.shipment-progress .progress.step6:after {
		width: 100%;
	}

	.shipment-progress .progress>div:first-child .step-icon {
		left: -60%;
		left: -28%
	}

	.shipment-summery .tracking-details .shipment-icon {
		width: 40px;
		height: 40px;
	}

	.shipment-summery .field-caption {
		font-size: 12px;
	}

	.shipment-summery .tracking-details .tracking-number .field-value {
		font-size: 18px;
	}

	.shipment-summery .tracking-details {
		height: auto;
		padding: 10px 10px 10px 60px;
	}

	.shipment-summery .tracking-details .status {
		background-size: 18px;
	}

	.shipment-summery .tracking-details .shipment-address {
		margin-left: -50px;
	}

	.shipment-summery .tracking-details .seprator {
		margin: 24px
	}

	.shipment-summery .col2 {
		width: 100%;
		margin-top: 10px;
	}

	.date {
		text-align: left
	}

	.shipment-activity .activity .step .step-description {
		width: 100%;
	}

	.shipment-activity .activity .step .step-description .day-time {
		font-size: 11px;
		margin-bottom: 4px;
	}

	.shipment-activity .activity .step .step-description p {
		font-size: 12px;
		line-height: 18px
	}

	.shipment-activity .activity .step .step-description .location {
		font-size: 11px;
		background-size: 12px;
		padding-left: 0;
		position: absolute;
		top: 6px;
		left: 0;
	}

	#footer .footer-top .footer-links:first-child,
	.footer-newsletter {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	#footer .footer-top .footer-links ul.app,
	.social {
		justify-content: center;
	}

	.footer-newsletter {
		margin-top: 20px;
	}

	#footer .footer-top h4 {
		margin: auto;
	}

	#footer .footer-top .footer-links ul a {
		white-space: nowrap;
	}

	#footer .footer-top .footer-links.links {
		margin-top: 15px;
	}

	#footer .footer-top {
		padding: 60px 20px 20px;
	}

	.map {
		z-index: 1;
		position: static;
		height: 500px;
		display: none;
	}

	.map-mobile {
		z-index: 1;
		position: static;
		height: 500px;
		display: block !important;
	}

	.phpform {
		margin: 400px auto 50px;
		width: 85%;
		position: relative;
		z-index: 2;
		margin-top: 10px;
		width: 90%;
	}

	section#aboutSmsa .curve {
		display: none
	}

	.cardsection.mobileonly {
		display: block;
		padding-top: 0;
	}

	.cardsection.desktoponly>.container>.row:not(:first-child) {
		display: none;
	}

	section.cardsection.desktoponly {
		padding: 120px 0 0 0;
	}

	.cardsection .d-flex:last-child .newcards .card-img-bottom {
		width: 100%;
		max-width: 100%;
	}

	.cardsection.mobileonly .newcards h2 {
		text-align: right
	}

	.cardsection.mobileonly .newcards h2 span {
		text-align: right
	}

	.cardsection.mobileonly .bottomsection {
		flex-direction: row-reverse;
	}

	.cardsection.mobileonly .bottomsection>div.linksection a:after {
		position: absolute;
		left: 0px;
	}

	.cardsection.mobileonly .bottomsection>div.linksection a {
		position: relative;
		padding-left: 26px;
	}
}

@media (max-width:480px) {
	#aboutSmsa .maincontent .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 50%;
	}

	#aboutSmsa .maincontent .inner span.number {
		margin-bottom: 10px;
		font-size: 30px;
		max-width: 190px;
		width: auto;
		display: inline-block;
	}

	#aboutSmsa .maincontent .inner span.number+.number {
		font-size: 30px !important;
	}

	#aboutSmsa .maincontent .inner p {
		text-align: center;
	}

	section.cardsection .device h2 {
		text-align: right;
	}

	#aboutSmsa .maincontent .inner .counter-wrapper {
		direction: ltr
	}

	#footer .copyright a:last-child,
	#footer .copyright span {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin: 0px;
	}

	#footer .footer-top .footer-links:first-child,
	.footer-newsletter {
		margin: 0 0 0px;
	}

	#footer .footer-top .footer-links.links ul {
		flex-wrap: wrap;
	}

	#footer .footer-top .footer-links.links ul li {
		margin: 0 15px 10px;
	}
}

@media (min-width:481px) and (max-width:1024px) {
	#aboutSmsa .maincontent .inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex !important;
		width: 25%;
	}

	#aboutSmsa .maincontent .inner span.number {
		margin-bottom: 10px;
		font-size: 30px;
		max-width: 190px;
		width: auto;
		display: inline-block;
	}

	#aboutSmsa .maincontent .inner span.number+.number {
		font-size: 30px !important;
	}

	#aboutSmsa .maincontent .inner p {
		text-align: center;
	}

	#aboutSmsa .maincontent .inner .counter-wrapper {
		direction: ltr
	}
}

@media (min-width:500px) and (max-width:1009px) {}

@media (min-width:768px) and (max-width:1009px) {
	#aboutSmsa .maincontent .inner {
		display: block
	}
}

@media (max-width: 809px) and (min-width: 768px) {
	#exist {
		margin: 0% auto 0;
	}
}

body.overlay::after {
	content: "";
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(4, 7, 9, 0.6);
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	max-width: 1280px
}

.country .countrychange {
	z-index: 2000
}

.termscondition {
	padding: 100px 30px 30px 30px;
	background: #1a365d;
}

.termscondition h4 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.termscondition p,
.termscondition li {
	font-size: 14px;
	color: #fff;
}

.termscondition p+h4,
.termscondition ul+h4,
.termscondition ol+h4 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.termscondition ul,
.termscondition ol {
	margin-left: 0;
	margin-right: 40px;
}

/******custom changes ******/
@media (max-width:767px) {
	.package .row {
		margin: 0px;
	}
}

.btn-hide {
	display: none;
}

#error-message {
	background: #F3A6A6;
}

#sent-message {
	background: #CCF5CC;
}

.ajax_response {
	padding: 10px 20px;
	border: 0;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	display: none;
	color: #555;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s;
	-webkit-text-fill-color: #fff !important;
}

section.testimonial .profileimg {
	width: 103px;
	height: 103px;
	background: #F2F4F7;
	border-radius: 50%;
	margin: 0px auto;
	align-items: center;
}

section.testimonial .profileimg img {
	/*width:65px!important;height:70px;*/
	align-items: center;
	border-radius: 50%;
}


/*26-03-2021 Mobile navigation*/
.mobile-nav-header {
	display: none;
}

.mobile-nav {
	position: fixed;
	top: 0px;
	right: 0px !important;
	z-index: 9999;
	overflow-y: auto;
	background: #0a326c;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 12px 0;
	border-radius: 0px;
	bottom: auto;
	left: 0px !important;
	background: url(images/ar-m-nav-bg.png) right bottom no-repeat;
	background-size: 100%;
}

.mobile-nav::after {
	content: '';
	position: absolute;
	-webkit-clip-path: polygon(100% 49%, 0% 100%, 100% 100%);
	clip-path: polygon(100% 36%, 0% 100%, 100% 100%);
	width: 100px;
	height: 100px;
	background: #ff0000;
	right: 0px;
	bottom: 0px;
	display: none;
}

.mobile-nav-header .mobile-logo {
	text-align: center
}

.mobile-nav-header .mobile-logo a {
	margin: 0px;
	padding: 0px;
	text-align: center
}

.country.mobile-only {
	display: none;
}

.mobile-nav-active .country.mobile-only {
	display: block;
}

.mobile-nav-active .country.mobile-only {
	padding: 0px;
	top: 35px;
	width: 50px;
	left: 10px;
	z-index: 10000;
	position: absolute;
}

.mobile-nav-header .otherlink {
	padding: 0px;
}

.mobile-nav-header .otherlink img {
	width: 33px;
	height: 33px
}

/* .mobile-nav-active #header{z-index:10000;background:none;} */
/* .mobile-nav-active .header-container{z-index:2000} */
.mobile-nav-active #header .logo {
	display: none;
}

.mobile-nav-active .rightSide {
	display: none;
}

.mobile-nav-active .country.mobile-only img {
	width: 33px;
	height: 33px;
}

.mobile-nav-active .country.open .countrychange {
	top: 50px;
}

.mobile-nav-active .country .countrychange ul li {
	padding: 5px 0px
}

.mobile-nav ul {
	margin-top: 40px;
	margin-bottom: 20px;
}

.mobile-nav li {
	border-bottom: 1px solid #10438D;
	margin-left: 10px;
	margin-right: 10px;
}

.mobile-nav li:last-child {
	border: none;
}

.mobile-nav a {
	font-size: 18px;
	color: #fff;
}

a.change.mobile-only {
	display: none;
}

.mobile-nav a.change {
	text-align: center;
	letter-spacing: 1.8px;
	color: #68D1DB;
	font-size: 18px;
	font-family: 'Cairo', sans-serif;
	display: none;
}

.mobile-nav-active .mobile-nav a.change {
	display: block
}

.mobile-nav-active .mobile-nav-overly {
	display: block !important;
}

@media (max-width:767px) {
	.mobile-nav-active .mobile-nav {
		width: 100%;
	}

	.mobile-nav-header {
		display: block
	}

	.mobile-nav-active .mobile-nav-toggle.d-lg-none {
		width: 20px;
		height: 20px;
		background: url(images/mobile-nav-close.svg) center center no-repeat;
		z-index: 10000;
		top: 20px;
	}

	.country.mobile-only .country {
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 1000
	}

	.mobile-nav-overly {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.mobile-nav-header {
		display: block
	}

	.mobile-nav {
		width: 100%;
	}

	.mobile-nav-active .country.mobile-only {
		display: none
	}

	.mobile-nav-active .mobile-nav-toggle.d-lg-none {
		width: 20px;
		height: 20px;
		background: url(images/mobile-nav-close.svg) center center no-repeat;
		z-index: 10000;
		top: 20px;
	}

	.mobile-nav-overly {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1219px) {
	section {
		overflow: hidden
	}

	#header {
		padding: 12px 0;
	}

	#header.header-scrolled,
	.otherpage #header.fixed-top {
		padding: 12px 0;
	}

	.mobile-nav-toggle.d-lg-none {
		top: 20px;
	}

	.titlebox h2 {
		background: none;
		width: auto;
	}

	.titlebox h2::before {
		display: none;
	}

	.steps .featurenumber {
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
		padding: 14px 5%;
		align-items: center;
		align-items: inherit;
	}

	.registeronline .stepimg,
	.buywaybills .stepimg,
	.makepayment .stepimg,
	.prepareshipment .stepimg,
	.getitdelivered .stepimg {
		width: 100%;
	}

	.registeronline .stepimg img,
	.buywaybills .stepimg img,
	.makepayment .stepimg img,
	.prepareshipment .stepimg img,
	.getitdelivered .stepimg img {
		clip-path: none !important;
	}
}

@media (max-width:575px) {
	.trackstatus {
		display: block;
	}

	.Currentstatus {
		margin-top: 6px;
		display: inline-block;
	}

	.distance {
		margin-top: 20px;
	}

	section.cardsection .device p {
		margin-left: calc(100% - 220px);
	}

}

@media (max-width:768px) {
	.trackstatus {
		display: block;
	}

	.Currentstatus {
		margin-top: 6px;
		display: inline-block;
	}

	.distance {
		margin-top: 20px;
	}
}

/*14-04-2021 IE Only Style*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.testimonial .owl-carousel.owl-drag .owl-item {
		width: 550px !important
	}

	section.testimonial .innercontainer {
		width: 100% !important
	}

	.steps .nav-tabs a {
		display: block;
		width: 100%;
	}

	.stepimg .img-fluid {
		left: 0px
	}

	.steps .nav-tabs {
		width: 100%;
	}

	.steps .nav-tabs li {
		width: 100%;
	}

	#step5 .stepimg .img-fluid {
		top: auto !important;
		bottom: 0px;
	}

	.newcards {
		height: 374px
	}

	.aboutus {
		height: 700px
	}

	#exist .maincontent .row {
		width: 100%;
	}

	.php-email-form input.form-control:focus~label,
	.php-email-form input.form-control:focus-within~label,
	.php-email-form input.form-control:valid~label,
	.php-email-form input.form-control:not(:placeholder-shown)~label {
		top: 0px;
		bottom: auto
	}

	input:not([type]):focus,
	input[type='text']:focus,
	input[type='password']:focus,
	input[type='date']:focus,
	input[type='datetime']:focus,
	input[type='datetime-local']:focus,
	input[type='month']:focus,
	input[type='week']:focus,
	input[type='email']:focus,
	input[type='number']:focus,
	input[type='search']:focus,
	input[type='tel']:focus,
	input[type='time']:focus,
	input[type='url']:focus,
	input[type='color']:focus,
	textarea:focus {
		background: none !important;
	}

	.form-row>.col,
	.form-row>[class*=col-] {
		height: 60px;
	}

}

#awbvalidation {
	color: #fff
}

/*30-06-2021*/
.bottomsection>div.linksection {
	width: 30% !important;
}

.cardsection .imgplace {
	width: 70% !important;
	padding-bottom: 16px;
}

.cardsection .imgplace .img-mobile {
	width: 110px;
}

.cardsection .imgplace .img-mobile.img-mobile2 {
	width: 160px;
}

@media (max-width: 575px) {
	.cardsection .d-flex:last-child .newcards:last-child .imgplace {
		width: 68% !important;
	}

	.bottomsection>div.linksection {
		width: 50% !important;
		display: flex;
		align-items: flex-end;
	}

	.cardsection .imgplace {
		width: 50% !important
	}

	section.testimonial .owl-carousel .owl-item img {
		width: 120px;
	}
}

.smart-ship-main-back,
.smart-ship-main-back .footer-newsletter {
	background-color: #1a365d;
	color: #fff;
}

.smart-ship-main-back .box_pricing {
	background-color: #112b50 !important;
}

.smart-ship-main-back .price_html h2,
.smart-ship-main-back .price_html p,
.smart-ship-main-back .price_html .head_price h3,
.smart-ship-main-back .price_html .box_pricecontent p i,
.smart-ship-main-back .footer-newsletter p,
.smart-ship-main-back .box_pricing a.freeplan {
	color: #fff !important;
}

.smart-ship-main-back .box_pricing a.freeplan {
	background-color: #f57222 !important;
}

#block-wholesblocksectioncontenthelpedourcustomers {
	background-color: #fff !important;
}

@media (max-width: 968px) {
	.smartship .boxx_price {
		background-color: #fff;
	}
	.smartship .boxx_price .div_pricecss h2 {
		color: #000;
	}
}