@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 180%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1;
	color: #fff;
	cursor: default;
	background: #c9e8f0;
}

.container {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 4%;
}

a {
	color: #fff;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #ffc738;
	text-decoration: none;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a[href^=tel] {
	background: none;
	padding: 0;
	text-decoration: none;
}
a img {
	border: 0;
}

img {
	max-width:100%;
	max-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1%;
	line-height: 1.1;
	font-weight: 400;
}
h1, h2 {
	font-size: 150%;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}
p {
	margin-top: 0;
	line-height: 1.35;
}
strong {
	font-weight: 400;
}
hr {
	border: none;
	border-bottom: 1px solid #30384f;
}
.p p {
	margin: 0;
	line-height: 0;
}
.ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}
div.grid {
	display: inline-block;
	vertical-align: top;
}

/* HEADER */
#header {
	background: rgb(201,232,240);
	background: linear-gradient(180deg, rgba(201,232,240,1) 0%, rgba(254,206,84,1) 100%);
	color: #30384f;
	margin-bottom: -1px;
}
#header .logo a {
	margin: 6% 0 100px;
	display: inline-block;
	width: 288px;
	padding-top: 220px;
	background: url(../images/Logistics-shipping-to-morocco.svg) no-repeat left top / 100%;
	text-indent: -99999px;
}
#header .container {
	background: url(../images/airfield.svg) no-repeat center bottom / 1800px;
	padding-bottom: 300px;
}
#header .wrapper{
	background: url(../images/tarmac.svg) repeat-x center bottom / 98px;
	padding-bottom: 15px;
}

/* CONTENT */
#header .shipping {
	width: 84%;
	margin: 0 auto;
}
#header div.grid {
	width: 47%;
	margin-top: 5%;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	min-height: 540px;
}
#header .morocco {
	margin-right: 5%;
	background: rgb(69,48,142);
	background: linear-gradient(90deg, rgba(69,48,142,1) 10%, rgba(137,27,109,1) 100%);
	color: #fff;
}
#header .uk {
	background: #ffc738;
}
#header .uk em {
	font-style: normal;
	font-size: 70%;
	margin-top: 30px;
	display: inline-block;
}
#header .uk p {
	margin-bottom: 0;
}
#header div.grid h3 {
	font-weight: 300;
	font-size: 100%;
	margin-bottom: 40px;
	line-height: 1.3;
}
#header div.grid ul {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-weight: 400;
}
#header div.grid ul:first-of-type {
	margin-right: 20%;
}
#header div.grid li {
	margin-bottom: 20px;
}



#content {
	background: #4b0731;
	padding-bottom: 10px;
	padding-top: 10%;
}
#content p {
	font-size: 90%;
}



/* CONTACT */
#content .contact .item-content {
	background: url(../images/map.svg) no-repeat right 85% / 65%;
	padding-bottom: 10%;
	margin-bottom: 15%;
}
#content .contact .item-content h3 {
	font-size: 110%;
	margin-bottom: 20px;
}
#content .contact .item-content h4 {
	font-size: 80%;
	margin-bottom: 15px;
}
#content .contact .item-content ul {
	list-style: none;
	padding: 0;
	text-align: left;
	font-size: 95%;
}
#content .contact .item-content ul:first-of-type {
	margin-top: 6%;
	margin-bottom: 6%;
}
#content .contact .item-content ul p {
	line-height: 1.2;
	margin-bottom: 6px;
}
#content .contact .item-content ul li:last-child {
	margin-top: 20px;
}

#content .services {
	margin-top: 10%;
}
#content .services div.blog-item h2 {
	margin-bottom: 20px;
}
#content .services div.blog-item {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	min-height: 650px;
	background: #ffc738;
	border-radius: 10px;
	padding: 2%;
	box-sizing: border-box;
	color: #30394f;
	margin-right: 3%;
}
#content .services div.blog-item:last-child {
	margin-right: 0;
}


/* FOOTER */
#footer {
	clear: both;
	background: #4b0731;
	padding-top: 11%;
	font-size: 63%;
	padding-bottom: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer .address {
	margin-bottom: 70px;
}
#footer .address h1 {
	font-size: 115%;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
}

#footer .cr {
	font-size: 14px;
}
#footer .cr p {
	line-height: 1.4;
}
#footer .cm a {
	color: #fff;
	text-transform: uppercase;
	font-size: 8px;
	display: inline-block;
}
#footer .cm a:hover {
	color: #a0a0a0;
}

#footerend {
	background: #4b0731;
}

.map p {
	margin: 0;
	line-height: 0;
}

/* OVERRIDES */


/* SCROLL TO TOP */
.cp-sbtt-theme-1 .cp-sbtt-btn {
	background-color: rgba(243, 150, 56, 0.7) !important;
	border: 0 !important;
}
.cp-sbtt-theme-1 .cp-sbtt-btn:hover {
	background-color: rgba(0, 0, 0, 0.7) !important;
	border: 0 !important:
}


/* WHATSAPP */
.is-bottom_right {
	bottom: 0 !important;
	right: 15px !important;
}
.is-bottom_left {
	bottom: 0 !important;
}
.whatsappchat .popup-section .help-you-btn {
	border-radius: 10px 10px 0px 0px !important;
	padding: 9px 20px 7px 10px !important;
}
.whatsappchat .popup-section .help-you-btn {
	font-weight: 400;
	font-size: 15px;
}
.whatsappchat .popup-section .help-you-btn:hover {
	background: #303030 !important;
}

.whatsappchat img.is-analytics {
	padding-right: 3px !important;
	vertical-align: middle;
}
.whatsappchat .popup-section .popup .popuptext {
	display: none;
}
.whatsappchat .popup-section .popup .popuptext.show {
	display: inline-block;
}
.whatsappchat.is-bottom_left .popup-section .popup .popuptext {
	bottom: 50px !important;
}
.whatsappchat.is-bottom_left .popup-section .popup .popuptext a {
	color: #fff;
	text-decoration: underline;	
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content {
	margin: 5px 10px 12px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
	height: 70px;
	font-size: 15px;
	padding-top: 7px !important;
}
.whatsappchat_118.is-bottom_left .popup-section .popup .myPopup_118::after {
	border-color: #ffffff transparent transparent transparent !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
	background: #eee6d5 !important;
	color: #440e62 !important;
	padding: 10px !important;
	font-size: 15px;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message::before {
	top: auto !important;
	right: auto !important;
	left: 24px;
	bottom: -6px;
	background-color: #eee6d5 !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
	float: right;
	position: relative;
	top: -100px;
	right: -12px;
}
.popup-top .content p {
	margin-bottom: 0 !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response input {
	padding: 10px 15px !important;
	width: 95% !important;
	box-sizing: border-box;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn {
	right: 10px !important;
}
.whatsappchat .popup-section .message p {
	font-size: 110%;
	line-height: 1.2;
}
.whatsappchat .popup-section .popup .send_btn {
	width: 34px;
	height: 36px;
	background: url(../images/whatsapp_send.svg) no-repeat center top / 100%;
}


/* RESPONSIVE ELEMENTS */
@media (max-width:1700px) {
	#content .services div.blog-item {
		min-height: 700px;
	}
}
@media (max-width:1550px) {
	#content .services div.blog-item {
		font-size: 95%;
	}
}
@media (max-width:1330px) {
	#header .shipping {
		width: auto;
	}
	#content .contact .item-content { 
		background-position: right 70%;
	}
	#content .services div.blog-item {
		font-size: 90%;
	}
}
@media (max-width:1300px) {
	body {
		font-size: 160%;
	}
	#header div.grid ul:first-of-type {
		margin-right: 15%;
	}
	#content .services div.blog-item {
		min-height: 600px;
		margin-right: 2%;
		width: 31%;
	}
}
@media (max-width:1090px) {
	#content .services div.blog-item {
		width: auto;
		min-height: auto;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 20px;
		font-size: 95%;
	}
}
@media (max-width:1060px) {
	#header div.grid {
		min-height: 520px;
	}
	#header div.grid ul {
		font-size: 90%;
	}
}
@media (max-width:1000px) {
	#header .logo a {
		margin-bottom: 60px;
	}
	#header div.grid {
		width: 100%;
		min-height: auto;
		padding: 20px;
	}
	#header .morocco {
		margin-right: 0;
	}
	#content .contact .item-content {
		background-position: center bottom;
		background-size: 100%;
		padding-bottom: 70%;
	}
	#content .contact .item-content ul {
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
	}
	#content .contact .item-content ul:first-of-type { 
		margin-top: 0;
		margin-right: 12%;
	}
}
@media (max-width:810px) {
	#content .contact .item-content ul {
		width: 100%;
		text-align: center;
	}
	#content .contact .item-content ul:first-of-type {
		margin-right: 0;
		margin-bottom: 50px;
	}
}
@media (max-width:750px) {
	h1, h2 {
		font-size: 130%;
		margin-bottom: 20px;
	}
	body {
		font-size: 130%;
	}
	#header .logo a {
		margin-bottom: 50px;
		padding-top: 180px;
		width: 235px;
	}
	#header .uk em {
		font-size: 90%;
	}
	#header div.grid {
		font-size: 90%;
	}
	#content .contact .item-content {
		background-position: -30px bottom;
		background-size: 240%;
		padding-bottom: 160%;
		margin-bottom: 0;
	}
}
@media (max-width:500px) {
	#header div.grid ul:first-of-type {
		margin-right: 5%;
	}
	
	.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
		top: -100px;
	}
	.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
		height: 85px;
	}
}
@media (max-width:479px) {
	.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
		top: -120px;
	}	
}
@media (max-width:450px) {
	.contact .item-content strong,
	.contact .item-content a {
		display: block;
	}
}

@media (max-width:320px) {
	#header div.grid ul {
		width: 100%;
		text-align: center;
	}
	#header div.grid ul:first-of-type {
		margin-right: 0;
	}
}