@import url(dubai.css);
@import url(../icons.css);
@import url(../dialog.css);

/*===== Root Elements =====*/

* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
:focus {outline: 0;border:none;}

html, body{font: normal 16px/1.6 "Dubai", sans-serif; color: #4c596a;margin:0;padding: 0;}

h1, h2, h3, h4, h5{color: #082137;}
h1, h2{font-size: 30px; line-height: 1.2;}
p{color:#4c596a;}
p.small{font-size: 14px; text-align: right; color: #9399a6}
a {
 color: #26304e;
 font-weight: normal;
 text-decoration: none;
 -webkit-transition: all 300ms ease-out;
 -moz-transition: all 300ms ease-out;
 -ms-transition: all 300ms ease-out;
 transition: all 300ms ease-out;
 outline: none;
}

a:hover{color: #000000;}
section{margin:0; padding: 0;}
ul{padding: 0; margin: 0; list-style: none;}
em{font-style: normal;}

.inner{margin: 0 auto;}
.clear{clear: both;}
.relative{position: relative;}
.rtl{direction: rtl;}
.ltr{direction: ltr;}
.block{display: block;}
.center{justify-content: center;}
.white{color: #ffffff;}
.no-padding{padding: 0;}
.semi-transparent{opacity: 0.5;}
.justify{text-align: justify;}
.show{opacity: 1 !important; visibility: visible !important;}
.hide{opacity: 0 !important; visibility: hidden !important;}
.clean-background{background: transparent !important;}
.no-right-padding{padding-right: 0;}
.no-left-padding{padding-left: 0;}
section:before,section:after{clear: both;}

.button{align-self: center;padding: 10px 20px;text-align: center;}
.button:hover,.button:visited{color: #ffffff;}
.accent{background-color: #0a6ff9;}
.sky-blue{background-color: #02b9f8;}
.neo-green{background-color: #7dda1a;}
.green{background-color: #17b08a}
.orange{background-color: #fbb824;}
.dark-orange{background-color: #ff7a19;}

.newspaper{background-color: rgba(100,65,165,1);color: #6441a5;}
.satellite{background-color: rgba(229,42,17,1);color: #e52a11;}
.telegram{background-color: rgba(0,136,204,1);color: #0088cc;}
.twitter{background-color: rgba(29,161,242, 1);color: #1da1f2;}
.instagram{background-color: rgba(225,48,108,1);color: #e1306c;}
.youtube{background-color: rgba(255,0,0,1);color: #ff0000;}
.aparat{background-color: rgba(234,29,93,1);color: #ea1d5d;}
.television{background-color: rgba(184,69,146,1); color: #b84592;}
.newsagencies{background-color: rgba(0,169,143,1); color: #00a98f;}
.linkedin{background-color: rgba(0,119,181,1); color: #0077b5;}
.facebook{background-color: rgba(59,89,152,1); color: #3b5998;}

.solid{color: #ffffff;}
.outline{background: transparent;border: 2px solid #0a6ff9;color: #0a6ff9;}

.outline:hover{
	color: #0a6ff9;
	-webkit-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	-moz-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	-ms-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
}

.outline-dark{
	display:block;
	background: transparent;
	border: 2px solid rgba(8,33,55, 0.05);
	color: #082137;
	margin-top: 32px;
}

.outline-dark:hover{
	color: #082137;
	border: 2px solid rgba(8,33,55, 1);
	-webkit-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	-moz-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	-ms-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
}


.separator {
	height: 1px;
	background-color: rgba(244, 246, 249, 1);
	margin-bottom: 1rem;
}


/*===== Root Elements =====*/


/*===== Animations =====*/
@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 40px rgba(71, 198, 230, 0.18);
		-moz-box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 40px rgba(71, 198, 230, 0.18);
		-ms-box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 40px rgba(71, 198, 230, 0.18);
		box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 40px rgba(71, 198, 230, 0.18);
	}
	100% {
		-webkit-box-shadow: 0 0 0 40px rgba(71, 198, 230, 0.18), 0 0 0 60px rgba(71, 198, 230, 0);
		-moz-box-shadow: 0 0 0 40px rgba(71, 198, 230, 0.18), 0 0 0 60px rgba(71, 198, 230, 0);
		-ms-box-shadow: 0 0 0 40px rgba(71, 198, 230, 0.18), 0 0 0 60px rgba(71, 198, 230, 0);
		box-shadow: 0 0 0 40px rgba(71, 198, 230, 0.18), 0 0 0 60px rgba(71, 198, 230, 0);
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 20px rgba(71, 198, 230, 0.18);
		-moz-box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 20px rgba(71, 198, 230, 0.18);
		-ms-box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 20px rgba(71, 198, 230, 0.18);
		box-shadow: 0 0 0 0 rgba(71, 198, 230, 0), 0 0 0 20px rgba(71, 198, 230, 0.18);
	}
	100% {
		-webkit-box-shadow: 0 0 0 20px rgba(71, 198, 230, 0.18), 0 0 0 40px rgba(71, 198, 230, 0);
		-moz-box-shadow: 0 0 0 20px rgba(71, 198, 230, 0.18), 0 0 0 40px rgba(71, 198, 230, 0);
		-ms-box-shadow: 0 0 0 20px rgba(71, 198, 230, 0.18), 0 0 0 40px rgba(71, 198, 230, 0);
		box-shadow: 0 0 0 20px rgba(71, 198, 230, 0.18), 0 0 0 40px rgba(71, 198, 230, 0);
	}
}

@keyframes pop {
	0% { transform: translateY(0px); }
	40% { transform: translateY(35px); }
	60% { transform: translateY(35px); }
	100% { transform: translateY(0px); }  
}

@keyframes dataflow {
	from{stroke-dashoffset: 20px;}
	to{stroke-dashoffset: 0px;}
}

@-webkit-keyframes button-loading-spinner {
	from {
		-webkit-box-transform: rotate(0turn);
	}
	to {
		-webkit-box-transform: rotate(1turn);
	}
}

@keyframes button-loading-spinner {
	from {
		transform: rotate(0turn);
	}
	to {
		transform: rotate(1turn);
	}
}
/*===== Animations =====*/

.ets-intro__animation {
	animation: pop 4.5s infinite;
}
.ets-intro__animation:nth-child(1) {
	animation-delay: 0.8s; 
}
.ets-intro__animation:nth-child(2) {
	animation-delay: 0.5s; 
}
.ets-intro__animation:nth-child(3) {
	animation-delay: 1s; 
	animation: pop 3.7s infinite;
}
.ets-intro__animation:nth-child(4) {
	animation-delay: 0.8s; 
	animation: pop 4.7s infinite;
}
.ets-intro__animation:nth-child(5) {
	animation-delay: 0.2s; 
	animation: pop 4.2s infinite;
}
.ets-intro__animation:nth-child(7) {
	animation-delay: 1s; 
	animation: pop 5.2s infinite;
}
.ets-intro__animation:nth-child(8) {
	animation-delay: 0.2s; 
	animation: pop 5.3s infinite;
}
.ets-intro__animation:last-child {
	animation-delay: 0s; 
	animation: pop 5.5s infinite;
}
.ets-intro__animation.anim-delayed {
	animation-delay: 0.4s; 
}




/*===== GENERAL =====*/
.wrapper{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}

header:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	opacity: 1;
	visibility: visible;
	z-index: -1;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: opacity .3s ease-in-out, visibility .3 ease-in-out;
	-moz-transition: opacity .3s ease-in-out, visibility .3 ease-in-out;
	-ms-transition: opacity .3s ease-in-out, visibility .3 ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3 ease-in-out;
}

.header-new{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1.2;
	z-index: 999;
}

.header-new .top-ribbon .ribbon-content{
	height: 39px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
		
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

	border-bottom: 1px solid #eff4fa;
}

.header-new .top-ribbon .ribbon-content ul.links li:not(:last-child){
	margin-left: 0.5rem;
}

.call-link{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.call-link span{
	padding-top: 2px;
	margin-left: 5px
}

.header-container{
	position: relative;
	margin: 0 auto;
}

.align-auto{
	margin: 0 auto;
}

.navmenu-trigger{
	position: relative;
	cursor: pointer;
	display: none;
}

.navmenu-trigger span.trigger{
	position: absolute;
	top: 50%;
	right: 50%;
	height: 18px;
	width: 25px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.navmenu-trigger span.trigger>i, .navmenu-trigger span.trigger:before, .navmenu-trigger span.trigger:after{
	position: absolute;
	background: #26304e;
	border-radius: 4px;
	top: 9px;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.navmenu-trigger span.trigger:before, .navmenu-trigger span.trigger:after{
	content: '';
	top: 2px;
}

.navmenu-trigger span.trigger:after{
	top: 16px;
}

.logo-holder{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 0;
}

.navmenu{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	z-index: 10;
}

.navmenu>ul, .home-banner .clients>div>ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	font: 16px/1.2 "Dubai", sans-serif;
}

.navmenu>ul>li{
	position: relative;
	margin-right: 40px;
	padding: 36px 0;
}

.navmenu>ul:first-child>li:first-child{
	display: none;
}

.navmenu>ul:first-child>li:nth-child(2){
	margin-right: 0;
}

.navmenu>ul>li>a.link{
	direction:ltr;
	padding: 36px 0;
}

.navmenu>ul>li>a.login{
	position: relative;
}

.navmenu>ul>li>span{
	color: #26304e;
	position: relative;
	padding: 36px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all .3s ease;
}

.navmenu>ul>li.has-drop{
	position: relative;
}

.navmenu>ul>li.has-drop>span:before, .navmenu>ul>li.has-drop>span:after{
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 2px;
	border-radius: 0px;
	top: 50%;
	left: 0;
	background: rgba(113,135,151,1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all .3s ease;
}

.navmenu>ul>li.has-drop>span:before{
	-webkit-transform: scale(0.96, 0.8) rotate(50deg);
	-moz-transform: scale(0.96, 0.8) rotate(50deg);
	-ms-transform: scale(0.96, 0.8) rotate(50deg);
	transform: scale(0.96, 0.8) rotate(50deg);
}

.navmenu>ul>li.has-drop>span:after{
	-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
	-moz-transform: scale(0.96, 0.8) rotate(-50deg);
	-ms-transform: scale(0.96, 0.8) rotate(-50deg);
	transform: scale(0.96, 0.8) rotate(-50deg);
	margin-left: 4px;
}


.navmenu>ul>li.language{
	cursor: pointer;
}

.navmenu>ul>li.language>i{
	position: relative;
	min-height: 19px;
}

.navmenu>ul>li.language>span{
	cursor: pointer;
}

.navmenu>ul>li.has-drop>span{
	cursor: pointer;
	padding-left: 18px;
}

.navmenu div.dropdown div.drop-body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid rgba(234,243,251,0.75); /*#eaf3fb;*/
	padding: 29px 33px 20px;
}

.navmenu div.dropdown div.drop-foot{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 20px 33px;
}

.navmenu div.dropdown div.drop-foot.alt{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


.navmenu div.drop-body div.drop-col .drop-title, .navmenu div.drop-foot div.drop-col .drop-title{
	display: block;
	margin-bottom: 21px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 500 16px/1.2 "NeoSans",sans-serif !important;
	min-height: 19px;
	padding: 0 24px 0 0;
	position: relative;
	min-width: 190px;
}

.noicon{
 	padding: 2px 0 !important;
}

.navmenu div.drop-body div.drop-col .drop-title .ico, .navmenu .drop-link .ico{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	float: right;
	position: relative;
	margin: -2px -47px 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}


.drop-link .ico i{
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #0a6ff9 !important;
}

.dl-desc{
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

.dl-title{
	max-height: 19px;
	overflow: hidden;
	margin: 7px 0 5px 0;
	display: block;
	font: 500 14px/1.2 "NeoSans",sans-serif !important;
}



/*===================*/
.banner-section>div{
	background: -webkit-linear-gradient(to bottom, rgba(226,232,255,0.6), rgba(226,232,255,0));
	background: -moz-linear-gradient(to bottom, rgba(226,232,255,0.6), rgba(226,232,255,0));
	background: linear-gradient(to bottom, rgba(226,232,255,0.6), rgba(226,232,255,0));
	padding: 90px 0 60px; 0;
	min-height: 640px;
}

.home-banner{
	min-height: 590px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.home-banner .map{
	position: relative;
	background: url('../../img/svg/bg-map.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 1050px;
	height: 640px;
}

.home-banner .mention{
	position: absolute;
	z-index: 10;
}

.home-banner .body>span{
	display: block;
	margin-bottom: 0.5rem;
}

.home-banner .body .home-big-title{
	font: 900 36px/1.2 "Dubai", sans-serif;
	margin: 0;
}

.home-banner .body .home-small-title{
	font: 400 15.9px "Dubai", sans-serif;
	color: #51505a;
	margin-bottom: 2em;
}

.home-banner .body .button{
	margin: 25px 0 50px 50%;
	justify-content: center;
	padding: 16px 0;
}

.home-banner .heat-block{
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-banner .heat-block .mention .profile{
	margin:20px 20px 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.home-banner .heat-block .mention .profile .icon{
	position: relative;
	color: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-left:8px;
}

.home-banner .heat-block .mention .profile .icon:before{
	position: absolute;
	top:50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-banner .heat-block .mention .profile .nickname{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 1.6;
}

.home-banner .heat-block .mention .m-body .text{
	font-size:12px;
	max-width: 240px;
	margin: 0 20px 20px 20px;
}

.home-banner .heat-block .mention .m-body .text em{
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	background: -webkit-linear-gradient(#ffbb00, #ffbb00);
	background: -moz-linear-gradient(#ffbb00, #ffbb00);
	background: linear-gradient(#ffbb00, #ffbb00);

	background-size: 100% .1em;
	background-repeat: no-repeat;
	background-position: left 0 bottom 0;
}

.home-banner .heat-block .mention{
	position: absolute;
	margin: 16px;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.home-banner .heat-block .mention .m-body{
	will-change: transform, opacity;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;

	visibility: hidden;

	-webkit-transition: -webkit-transform .3s linear,opacity .3s linear,visibility .3s linear;
	-moz-transition: -moz-transform .3s linear,opacity .3s linear,visibility .3s linear;
	-ms-transition: -ms-transform .3s linear,opacity .3s linear,visibility .3s linear;
	transition: transform .3s linear,opacity .3s linear,visibility .3s linear;

	-webkit-transform: scale(0.8) translate(0, 4px);
	-moz-transform: scale(0.8) translate(0, 4px);
	-ms-transform: scale(0.8) translate(0, 4px);
	transform: translate(0, 6px);

	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 280px;
	min-height: 120px;
	border-radius: 6px;
	background-color: #ffffff;

	-webkit-box-shadow: 0 -6px 12px rgba(55, 56, 60, 0.05);
	-moz-box-shadow: 0 -6px 12px rgba(55, 56, 60, 0.05);
	-ms-box-shadow: 0 -6px 12px rgba(55, 56, 60, 0.05);
	box-shadow: 0 -6px 12px rgba(55, 56, 60, 0.05);

	margin-bottom: 35px;
}

.home-banner .heat-block .mention .m-body:after{
	content: '';
	position: absolute;
	pointer-events: none;
	height: 0;
	width: 0;
	top: 100%;
	left: 50%;
	border-top: 10px solid #ffffff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-banner .heat-block .mention.on .m-body{
	opacity: 1;
	visibility: visible;
	
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);

	-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	-moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	-ms-transition: -ms-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.home-banner .heat-block .mention .dot{
	visibility: hidden;
	opacity: 0;
	z-index:-1;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 6px;
	height: 6px;
	-webkit-animation: ripple 0.8s linear infinite;
	animation: ripple 0.8s linear infinite;
}

.home-banner .heat-block .mention.on .dot{
	visibility: visible;
	opacity: 1;
}

.home-banner .clients{
	position: absolute;
	bottom: 10px;
	height: 85px;
	width: 100%;
}

.home-banner .clients ul{height: 100%}

.home-banner .clients ul>li{
	display:flex;
	align-items: center;
	position:relative;
	padding: 0;
	height: 100%;
	justify-content: center;
}

.home-banner .clients ul>li:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	
	background: -webkit-linear-gradient(to top, rgba(244, 248, 255,0), rgba(228, 229, 237, 1), rgba(244, 248, 255,0));
	background: -moz-linear-gradient(to top, rgba(244, 248, 255,0), rgba(228, 229, 237, 1), rgba(244, 248, 255,0));
	background: linear-gradient(to top, rgba(244, 248, 255,0), rgba(228, 229, 237, 1), rgba(244, 248, 255,0));

	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-banner .clients ul>li:last-child:after{visibility: hidden;}
.home-banner .clients ul>li>img{width: 90%;}


.slick-dotted.slick-slider{margin-bottom: 30px;}

.slick-dots{
	direction: rtl;
	width: 100%;
	padding: 2.5rem 0 0 0;
	list-style: none;
	text-align: center;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{opacity: 1;}

.slick-dots li button:before{
	content: '•';
	font-size: 26px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #d0dce5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-transition: color 0.5s ease-in-out;
	-moz-transition: color 0.5s ease-in-out;
	-ms-transition: color 0.5s ease-in-out;
	transition: color .5s ease-in-out;
}

.slick-dots li.slick-active button:before{
	color: #0a6ff9;
	font-size: 46px;
}



.feature-section>div{padding: 20px 0;min-height: 550px;}
.feature-section .feature-figure{min-height: 560px;}
.feature-section .feature-body{padding-top: 2.5rem;}

.feature-section .feature-body span.subtitle, .blog-section .blog-container span.subtitle{
	position: relative;
	color: #6c7486;
	font: 100 14px "NeoSans", sans-serif;
	padding-right: 20px;
	display: inline-block;
}

.feature-section .feature-body span.subtitle:before, .blog-section .blog-container span.subtitle:before{
	content: '';
	width: 10px;
	height:2px;
	position: absolute;
	right: 0;
	background: #0a6ff9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-section .feature-body h2, .blog-section .blog-container h3, .careers-section .data-container h2{font-weight: 100;}
.feature-section .feature-body h2 em, .blog-section .blog-container h3 em, .careers-section .data-container h2 em{font-weight: 600;}


.feature-section .feature-body ul.inline-bold{
	margin-bottom: 2rem;
}

.feature-section .feature-body ul.inline-bold li{
	position: relative;
	margin-bottom: 0.8em;
	padding-right: 1rem;
}

.feature-section .feature-body ul.inline-bold li:before{
	content: '•';
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	position: absolute;
	top: 0;
	right: 0;
	color: #0a6ff9;
}

.feature-section .feature-body ul.inline-bold li:last-child{
	margin-bottom: 0;
}

.feature-section .feature-body ul.links{
	margin-top: 30px;
	width: fit-content;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-width: 150px;
	column-gap: 15px;
}

.feature-section .feature-body ul.links li{
	margin-bottom: 15px;
	padding: 10px 12px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.feature-section .feature-body ul.links a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.feature-section .feature-body ul.links li a span{
	padding: 0 10px;
	font: 100 14px "NeoSans", sans-serif;
	color: #0a6ff9;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.feature-section .feature-body ul.links li a:hover span{color: #26304e !important;}




.sources-section{margin-top: 2rem;}

.sources-section .source-container{
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #f4f9fe url('../../img/svg/landing-curves.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right 20px bottom 10px;
	min-height: 340px;
	border-radius: 12px;
	padding: 0 36px;
}

.sources-section .source-container p{font: 400 14px/1.6 "Dubai", sans-serif;color: #4c596a;}
.sources-section .source-container p strong{font: 600 16px/1.6 "Dubai", sans-serif;color: #082137;}

.sources-section .sources-items{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.sources-section .sources-items ul:first-child{margin-bottom: 15px;}

.sources-section .sources-items ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
}

.sources-section .sources-items ul li{padding: 0;margin-left: 15px;}
.sources-section .sources-items ul li:last-child{margin-left: 0;}

.sources-section .sources-items ul li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 0 20px 10px 20px;
	min-width: 50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 6px;
	border: 1px solid rgba(205,218,232,0.4);
}

.sources-section .sources-items ul li a:hover{
	background: #ffffff;
	border-radius: 6px;

	-webkit-box-shadow: 0 30px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
	-moz-box-shadow: 0 30px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
	-ms-box-shadow: 0 30px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
	box-shadow: 0 30px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);

	border: 1px solid rgba(255,255,255,1);
}

.sources-section .sources-items ul li a i{
	color: #cddae8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.sources-section .sources-items ul li a:hover i.icon-newsagencies-line{color: #00a98f;}
.sources-section .sources-items ul li a:hover i.icon-newspaper-line{color: #6441a5;}
.sources-section .sources-items ul li a:hover i.icon-television-line{color: #b84592;}
.sources-section .sources-items ul li a:hover i.icon-instagram-line{color: #e1306c;}
.sources-section .sources-items ul li a:hover i.icon-twitter-line{color: #1da1f2;}
.sources-section .sources-items ul li a:hover i.icon-facebook-line{color: #3b5998;}
.sources-section .sources-items ul li a:hover i.icon-telegram-line{color: #0088cc;}
.sources-section .sources-items ul li a:hover i.icon-youtube-line{color: #ff0000;}
.sources-section .sources-items ul li a:hover i.icon-aparat-line{color: #ea1d5d;}
.sources-section .sources-items ul li a span{font: bold 14px/1.4 "NeoSans", sans-serif;}
.sources-section .sources-items ul li a span b{display: block;}



.testimonials-section>div{margin: 25px 0;}

.testimonials-section .testimonials-content .slide-content{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	flex-direction: row;
	justify-content: center;
}

.testimonials-section .testimonials-content .slide-content .testimonials-figure{
	min-height: 310px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.testimonials-section .testimonials-content .slide-content .testimonials-body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testimonials-section .testimonials-content .slide-content .testimonials-body q{
	display: block;
	position: relative;
	font-size: 28px;
	margin-bottom: 25px;
	color: #17223a;
	font: bold 21px "Dubai", sans-serif;
	min-height: 120px;
}

.testimonials-section .testimonials-content .slide-content .testimonials-body q em{color: #ffffff; background: rgba(10,111,249,1);}
.testimonials-section .testimonials-content .slide-content .testimonials-body q:before{content: '”';}
.testimonials-section .testimonials-content .slide-content .testimonials-body q:after{content: '“';}

.testimonials-section .testimonials-content .slide-content .testimonials-body cite{
	color: #17223a;
	font: 16px "NeoSans", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-style: normal;
}

.testimonials-section .testimonials-content .slide-content .testimonials-body cite strong{font-size: 16px;}
.testimonials-section .testimonials-content .slide-content .testimonials-body cite span{color: #4c596a;font-size: 14px;}


.testimonials-section ul.testimonials-nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	border-top: 1px solid #eff4fa;
	font: 200 13px/1.4 "NeoSans", sans-serif;
}

.testimonials-section ul.testimonials-nav li{
	min-width: 10%;
	height: 50px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	transition: all 0.25s;
	position: relative;
	padding: 0;
}

.testimonials-section ul.testimonials-nav li:after{
	content: '';
	position: absolute;
	top: -1px;
	width: 100%;
	height: 1px;
	background: #0a6ff9;
	
	-webkit-transform:scale3d(0, 1, 1);
	-moz-transform:scale3d(0, 1, 1);
	-ms-transform:scale3d(0, 1, 1);
	transform:scale3d(0, 1, 1);

	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	transition:transform 0.1s;
}

.testimonials-section ul.testimonials-nav li span{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.testimonials-section ul.testimonials-nav li:hover span, .testimonials-section ul.testimonials-nav li.active span{color: #0a6ff9;font: 600 13px/1.4 "NeoSans", sans-serif;}

.testimonials-section ul.testimonials-nav li:hover:after, .testimonials-section ul.testimonials-nav li.active:after{

	-webkit-transform:scale3d(1, 1, 1);
	-moz-transform:scale3d(1, 1, 1);
	-ms-transform:scale3d(1, 1, 1);
	transform:scale3d(1, 1, 1);

	-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);

	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-duration:0.3s;
}


.blog-section .blog-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background: #f9f7ff url('../../img/svg/landing-curves.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left 20px top 10px;
	min-height: 340px;
	border-radius: 12px;
	padding: 36px 36px 64px 36px;
}

.blog-section .blog-container span{margin: 2rem 0 0;}
.blog-section .blog-container h3{margin: 0.5rem 0 0;}
.blog-section .blog-content{margin: 2rem 0 0 0;}
.blog-section .blog-content .slick-list{text-align: center;}

.blog-section a {
	display: flex !important;
	justify-content: center;
}

.blog-section a .post{
	position:relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}

.blog-section a .post:after{
	content:'';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #0a6ff9;
	left:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-section a:hover .post:after{width: 100%;}

.blog-section .post{
	background: #ffffff;
	border-radius: 8px;
	min-height: 480px;
	padding: 1rem;
}

.blog-section .post .post-img{
	display:flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	width: 100%;
	border-radius: 8px;
	background: #e9f3fe;
	overflow: hidden;
}

.blog-section .post .line{
	display:block;
	width: 100%;
	height:1px;
	background:
	#e9f3fe;margin-top: 15px;
}

.blog-section .post .post-read-time{
	display:block;
	font: 100 12px "NeoSans", sans-serif;
	color: #6c7486;
	text-align: right;
}

.blog-section .post .post-title{
	font: 600 18px "NeoSans", sans-serif;
	color: #082137;
	text-align: right;
}

.blog-section .post p{
	color: #4c596a;
	font: 400 14px "Dubai", sans-serif;
	text-align: justify;
}

.demo-request-section{
	padding: 2rem 0;
	scroll-margin-top: 90px;
	scroll-snap-margin-top: 90px;
}

.demo-section .demo-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;

	justify-content: center;
}

.demo-request-section .demo-body>h2{
	font-weight: 100;
	font-family: "Dubai", sans-serif;
	margin-top: 0.5em
}

.demo-request-section .demo-body>h2>em{
	font-weight: 600;
}

.demo-request-section .demo-body>p{
	font-family: "NeoSans", sans-serif;
	font-weight: 300;
}

.demo-request-section .demo-body>ul{
	margin-top: 2em;
}

.demo-request-section .demo-body>ul>li{
	font-family: "NeoSans", sans-serif;
	font-weight: 600;
	color: #082137;
	margin: 0.8em 0;
	padding-right: 32px;
	position: relative;
}

.demo-request-section .demo-body>ul>li:before{
	position: absolute;
	right: 0;
	top:0;
	color: #0a6ff9;
	font-weight: 100;
}

.demo-request-section .demo-body>.clients-container{position: relative;margin-top: 3em;padding: 1em 0.5em;}

.demo-request-section .demo-body>.clients-container:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #eaeefc;
}

.demo-request-section .demo-body>.clients-container>ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	padding: 0;
}

.demo-request-section .demo-body>.clients-container>ul>li{
	padding: 0.5em 0;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
}

.demo-request-section .demo-body>.clients-container>ul>li>img{width: 100%;}

.demo-request-section .demo-form .wrap{font: normal 14px/1.2 "NeoSans", sans-serif;}

.demo-request-section .demo-form .wrap{
	position: relative;
	background: rgba(255,255,255,1);
	border-radius: 6px;
	padding: 25px;
	margin: 15px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 1px solid rgba(107, 117, 161, 0.15);
}

.demo-request-section .demo-form .wrap.filled{padding: 15px 25px 35px 25px;}
.demo-request-section .demo-form .wrap .group.filled svg.validator{opacity: 1;}
.demo-request-section .demo-form .wrap .group svg.validator{width: 20px; height: 20px; position: absolute; fill: none; opacity: 0;}

.demo-request-section .demo-form .wrap .group svg.validator path, .demo-request-section .demo-form .wrap .group svg.validator polyline{
	stroke: #d1d7e3;
	stroke-width: 1.4;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition: stroke 0.3s ease 0s;
	-moz-transition: stroke 0.3s ease 0s;
	-ms-transition: stroke 0.3s ease 0s;
	transition: stroke 0.3s ease 0s;
}

.demo-request-section .demo-form .wrap .group svg.validator path{
	stroke-dasharray: 64;
	stroke-dashoffset: 127;
	transition: stroke-dasharray .8s ease .8s, stroke-dashoffset .8s ease .5s;
}

.demo-request-section .demo-form .wrap .group svg.validator polyline{
	stroke-dasharray: 18;
	stroke-dashoffset: 18;
	-webkit-transition: stroke-dashoffset .5s ease 0s;
	-moz-transition: stroke-dashoffset .5s ease 0s;
	-ms-transition: stroke-dashoffset .5s ease 0s;
	transition: stroke-dashoffset .5s ease 0s;
}

.demo-request-section .demo-form .wrap .group.success svg.validator path, .demo-request-section .demo-form .wrap .group.success svg.validator polyline{stroke: #69DD95;}

.demo-request-section .demo-form .wrap .group.success svg.validator path{
	stroke-dasharray: 46;
	stroke-dashoffset: 150;
	-webkit-transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .8s ease .3s, stroke .3s ease;
	-moz-transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .8s ease .3s, stroke .3s ease;
	-ms-transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .8s ease .3s, stroke .3s ease;
	transition: stroke-dasharray .6s ease 0s, stroke-dashoffset .8s ease .3s, stroke .3s ease;
}

.demo-request-section .demo-form .wrap .group.success svg.validator polyline{
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset .5s ease .6s, stroke .3s ease .6s;
	-moz-transition: stroke-dashoffset .5s ease .6s, stroke .3s ease .6s;
	-ms-transition: stroke-dashoffset .5s ease .6s, stroke .3s ease .6s;
	transition: stroke-dashoffset .5s ease .6s, stroke .3s ease .6s;
}

.demo-request-section .demo-form .wrap .group{position: relative;}

.demo-request-section .demo-form .wrap .group:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #edf0f5;
	-webkit-transition: all .3s ease-in-out; z-index: 1;
	-moz-transition: all .3s ease-in-out; z-index: 1;
	-ms-transition: all .3s ease-in-out; z-index: 1;
	transition: all .3s ease-in-out; z-index: 1;
}

.demo-request-section .demo-form .wrap .group.active label{
	top: -15px;
	font-size: 12px;
}

.demo-request-section .demo-form .wrap .group.filled:before{width: 100%;}
.demo-request-section .demo-form .wrap .group.error:before{width: 100%;background: #ff0000;}
.demo-request-section .demo-form .wrap .group.filled label{opacity: 0;}

.demo-request-section .demo-form .wrap .tips{
	position: absolute;
	bottom: 0;
	opacity: 0;
	padding: 0;
	font-size: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.demo-request-section .demo-form .wrap.filled .tips{opacity: 1; bottom: 10px;}
.demo-request-section .demo-form .wrap .tips p{color: #a3b1c0; margin: 0;}

.demo-request-section .demo-form .wrap label{
	position: absolute;
	top: 0;
	right: 0;

	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;

	pointer-events: none;
	font-size: 14px;
}

.demo-request-section .demo-form textarea:focus{outline: 0}

.demo-request-section .demo-form textarea{
	font: normal 14px/1.2 "NeoSans", sans-serif;
	border: 0;
	position: relative;
	display: block;
	width: 100%;
	padding: 6px 0;
	background: rgba(255,255,255,0);
	resize: none;
	overflow: hidden;
}

.demo-request-section .demo-form input{
	font: normal 14px/1.2 "NeoSans", sans-serif;
	border: 0;
	position: relative;
	display: block;
	width: 100%;
	padding: 6px 0;
	background: rgba(255,255,255,0);
}

.demo-request-section .demo-form input:focus{outline: none;}
.demo-request-section .demo-form .submit{padding: 0;}
.demo-request-section .demo-form .button{padding: 16px 0;}

.demo-request-section .demo-form button{
	width: 100%;
	border: 0;
	color: #ffffff;
	display: block;
	padding: 16px 0;
	min-height: 48px;
	font:normal 16px/1.6 "Dubai", sans-serif;
	cursor: pointer;
	position: relative;
}

.demo-request-section .demo-form button.button_loading{
	cursor: default;
	box-shadow: unset;
}

.demo-request-section .demo-form button.button_loading .button__text{
	visibility: hidden;
	opacity: 0;
}

.demo-request-section .demo-form button.button_loading:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 2px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
}

#cookiebar{
	position: fixed;
	bottom: 40px;
	max-height: 48px;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	background: rgba(255,255,255,1);
	border-radius: 6px;
	padding: 6px 24px;

	-webkit-box-shadow: 0 2px 6px rgba(222,230,248,0.5);
	-moz-box-shadow: 0 2px 6px rgba(222,230,248,0.5);
	-ms-box-shadow: 0 2px 6px rgba(222,230,248,0.5);
	box-shadow: 0 2px 6px rgba(222,230,248,0.5);

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	justify-content: center;

	z-index: 999;
}

#cookiebar span{
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
}

#cookiebar span[role=img]{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: rgba(236,240,243, 0.5);
	padding: 0;
}

#cookiebar span i{color: #0a6ff9;line-height: unset;}
#cookiebar a{font-weight: 600;}
#cookiebar a:last-child{color: #0a6ff9;font-weight: 600;}
#cookiebar .cc_cursor{padding: 0 10px;width: 20px;background-color: unset;font-size: 28px;}


.footer-section>div{background-color: rgba(248,250,255,1);padding-top: 3em;}

.footer-section a{
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	transition: all .15s;
}

.footer-section a:hover{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;

	color: #37353e;
}

.footer-section .top{
	font: 100 13px/1.8 "NeoSans", sans-serif;
	margin-bottom: 5rem;
}

.footer-section .top .info .info-address strong{
	font-weight: normal;
	display: contents;
}

.footer-section .top .info ul.certificates li a{
	background-color: rgba(248,250,255,1);
}

.footer-section .top .info ul.info-certificates li a img{
	width: 100%;
	opacity: 0.5;
	mix-blend-mode: luminosity;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-section .top .info ul.info-certificates li a:hover img{
	opacity: 1;
	mix-blend-mode: unset;
}

.footer-section .top .info ul.info-certificates{
	margin-top: 2rem;
}

.footer-section .top .links ul li{
	text-align: right;
}

.footer-section .top .links ul li:first-child{
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	margin-bottom: 1rem;
}

.footer-section .top .links ul li:not(:first-child) a{
	font-weight: 100 !important;
	border-bottom: 2px solid transparent;
}

.footer-section .top .links ul li:not(:first-child) a:hover{
	color: #37353e;
	font-weight: 600 !important;
	border-bottom: 2px solid #37353e;
}


.footer-section .bottom{
	align-items: center;
	position: relative;
	padding: 2.5em 0;
	font: 100 12px/1.8 "NeoSans", sans-serif;
}

.footer-section .bottom:before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	transform: translateX(50%);
	width: 95%;
	height: 0.05rem;
	background-color: #cdd2e6;
	margin: 0 0 1em 0;
}

.footer-section .bottom .links ul{	
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}


.footer-section .bottom .social-medias ul{
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: end;
}

.footer-section .bottom .links ul li, .footer-section .bottom .social-medias ul li{
	margin-left: 1rem;
}

.footer-section .bottom .links ul li:last-child, .footer-section .bottom .social-medias ul li:last-child{
	margin-left: 0;
}

.footer-section .bottom .links ul li a{
	font-weight: 100;
}

.footer-section .bottom .links ul li a:hover{
	color: #37353e;
	font-weight: 600 !important;
}

.footer-section .bottom .social-medias ul li a{
	position: relative;
	background-color: transparent;
	color: #51505a;
	padding-bottom: 4px;
}

.footer-section .bottom .social-medias ul li a:after{
	content: '';
	position: absolute;
	bottom: 0;
	right:0;
	width: 100%;
	height: 2px;

	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	-ms-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);

	-webkit-transition: -webkit-transform 0.1s;
	-moz-transition: -moz-transform 0.1s;
	-ms-transition: -ms-transform 0.1s;
	transition:transform 0.1s;
}


.footer-section .bottom .social-medias ul li a.instagram:after{background-color: #e1306c;}
.footer-section .bottom .social-medias ul li a.telegram:after{background-color: #0088cc;}
.footer-section .bottom .social-medias ul li a.twitter:after{background-color: #1da1f2;}
.footer-section .bottom .social-medias ul li a.linkedin:after{background-color: #0077b5;}

.footer-section .bottom .social-medias ul li a:hover:after{
	-webkit-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);

	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-duration:0.3s;
}
/*===================*/


/*===== GENERAL =====*/


/* Smartphones (portrait) ----------- */
@media only screen and (min-width: 320px) and (max-width: 479px){

	.no-left-padding, .no-right-padding{padding: 0 !important;}
	.header-new{padding: 30px 0;}
	.header-new .top-ribbon{display: none;}
	.navmenu-trigger{display: block;}
	.book .number{position: absolute;opacity: 0; visibility: hidden !important;}
	.header-btn{opacity: 1;visibility: visible;}

	.nav-active span.trigger i{opacity: 0;}
	
	.nav-active span.trigger:before, .nav-active span.trigger:after{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;left: 0;right: 0;
	}
	
	.nav-active span.trigger:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navmenu{
		background: #ffffff;
		position: fixed;
		top: 100px;
		bottom: 0;
		right: -100%;
		overflow-y: auto;
		scrollbar-width: none;
		-webkit-scrollbar-width: none;
		-ms-overflow-style: none;
		overflow-x: hidden;
		width: 100%;
		display: block;

		-webkit-transition: right 0.3s linear;
		-moz-transition: right 0.3s linear;
		-ms-transition: right 0.3s linear;
		transition: right 0.3s linear;
	}

	.navmenu::-webkit-scrollbar {width: 0px;}

	.nav-active .navmenu{
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		transition-delay: 0;
		opacity: 1;right: 0;
	}

	.navmenu>ul{width: 100%;display: block;}
	.navmenu>ul>li{margin: 0;padding: 0;}
	.navmenu>ul:first-child>li:first-child{display: block;position: relative;}

	.navmenu>ul:first-child>li:first-child:after{
		content: '';
		position:absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 36px;
		height: 1px;
		background: #f1f1f1;
	}

	.navmenu>ul>li.has-drop.drop-active>span:before{
		-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
		-moz-transform: scale(0.96, 0.8) rotate(-50deg);
		-ms-transform: scale(0.96, 0.8) rotate(-50deg);
		transform: scale(0.96, 0.8) rotate(-50deg);
		background: rgba(55,56,60,1);
	}
	
	.navmenu>ul>li.has-drop.drop-active>span:after{
		-webkit-transform: scale(0.96, 0.8) rotate(50deg);
		-moz-transform: scale(0.96, 0.8) rotate(50deg);
		-ms-transform: scale(0.96, 0.8) rotate(50deg);
		transform: scale(0.96, 0.8) rotate(50deg);
		background: rgba(55,56,60,1);
	}

	.navmenu>ul>li>span, .navmenu>ul>li>a{font-size: 18px;}
	.navmenu>ul>li>span{padding: 36px !important; display: block;margin: 0 0 0 36px !important;}

	.navmenu>ul>li>a.call-link{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between !important;
	}
	
	.navmenu>ul>li>a.call-link span{padding: 0 !important; margin: 0 !important;}
	.navmenu>ul>li>a{display: block;margin: 0 36px;}
	.navmenu>ul>li>a:hover{color: unset;}
	.button{padding: 18px 0;}

	.navmenu div.drop-body div.drop-col .drop-title, .navmenu div.drop-foot div.drop-col .drop-title{
		font-size: 14px !important; font-weight: 300 !important; padding: 18px; margin: 0 18px 0 0;height: 19px;}
	.navmenu div.drop-body div.drop-col .drop-title:before, .navmenu div.drop-foot div.drop-col .drop-title:before{content: '' !important;}

	.navmenu .dl-title, .navmenu .dl-desc{font-size: 16px !important;}

	.navmenu>ul>li>div.dropdown{
		display: none;
		margin-top:0;
		border-radius: 0;
		width: 100%;
		background-color: #f2f6fa;
		opacity: 1;
		right: 0;
		position: unset;

		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		-ms-box-shadow: unset;
		box-shadow: unset;
		
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;

		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.navmenu>ul>li>div.dropdown>div.drop-body, .navmenu>ul>li>div.dropdown>div.drop-foot{
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
	}
	
	.navmenu>ul>li>div.dropdown>div.drop-body>div.drop-col, .navmenu>ul>li>div.dropdown>div.drop-foot>div.drop-col{width: 100%;}
	
	.navmenu>ul>li>div.dropdown>div.drop-body>div.drop-col>ul>li, .navmenu>ul>li>div.dropdown>div.drop-foot>div.drop-col>ul>li{
		border-bottom: 1px solid #fff;
		height: 68px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	
	.navmenu>ul>li>div.dropdown-single>div.drop-body>div.drop-col{width: 100% !important;}

	.navmenu div.drop-body div.drop-col .drop-title.hideable, .navmenu div.drop-foot div.drop-col .drop-title.hideable{
		display: none;
		visibility: hidden;
		opacity: 0;
	}

	.navmenu>ul.reverse{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}

	.navmenu>ul.reverse>li{width: 100%}
	.navmenu>ul.reverse>li:first-child{margin-bottom: 30px;}
	.navmenu>ul>li>a.button{margin-top: 0;}

	.navmenu>ul>li>a.login{
		align-self: center;
		text-align: center;
		color: #fff;
		background-color: #11191f;
		font-size: 18px;
		margin: 52px 36px 16px 36px;
		padding: 18px 0;
	}
	
	.navmenu>ul>li>a.login i:before{color: #fff;}

	.navmenu .drop-link{width: 100%; padding: 18px 47px 18px 0; display: block; margin-right: 36px;}

	.home-banner .heat-block{display: none;}

	.home-banner .body{
		position: absolute;
		left: 50%;
		width:100%;
		
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
	
	.home-banner .body .home-small-title{font: 400 14px/1.8 "Dubai", sans-serif;}
	.home-banner .body .button{margin: 25px 10% 50px 10%;}

	.home-banner .map{
		position: absolute;
		width:100%;
		background-position: center;
		background-size: cover !important;
		height: 550px;
	}
	
	.home-banner .clients{bottom: 0;height: auto;}
	.home-banner .clients ul>li:after{display: none;}
	.home-banner .clients ul>li>img{width: 100%;}

	.feature-section .odd{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}

	.feature-section .feature-figure{
		min-height: unset;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.feature-section .feature-figure.svg-figure{
		min-height: 301px;
	}

	.feature-section .feature-figure img{max-width: 100%;}
	.feature-section .feature-body p{text-align: justify;}

	.sources-section .source-container{padding: 2rem;border-radius: 0}
	.sources-section .sources-items{padding: 0;margin-top: 1.5rem}

	.sources-section .sources-items ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.sources-section .sources-items ul:first-child{margin-bottom: 0}
	.sources-section .sources-items ul li{margin:  0 0 1rem 0;}

	.sources-section .sources-items ul li a{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		align-items: center;
		border: 2px solid rgba(205,218,232,0.2);
		border-radius: 6px;
		padding: 5px 20px 5px 20px;
	}
	
	.sources-section .sources-items ul li a:hover{
		background:#ffffff;
		border:2px solid rgba(255,255,255,0.4);

		-webkit-box-shadow: 0 10px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
		-moz-box-shadow: 0 10px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
		-ms-box-shadow: 0 10px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
		box-shadow: 0 10px 25px -15px rgba(217,222,228,1), 0 25px 40px -20px rgba(217,222,228,1);
	}
	
	.sources-section .sources-items ul li a span{padding-right: 1rem;}
	.sources-section .sources-items ul li a span b{display: inline-block !important;padding-right: 3px;}
	.sources-section .source-container p{text-align-last: center;}

	.testimonials-section .testimonials-content .slide-content{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;

		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.testimonials-section .testimonials-content .slide-content .testimonial-figure{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.testimonials-section .testimonials-content .slide-content .testimonials-body{padding: 0; text-align: center;margin-top: 2rem;}
	.testimonials-section ul.testimonials-nav{display: none;}


	.blog-section .blog-container{border-radius: 0;padding: 36px 24px 64px 24px;}
	.blog-section .blog-content{padding: 0}

	.demo-request-section{scroll-margin-top: 90px;scroll-snap-margin-top: 90px;}

	.demo-section .demo-container{
		-ms-flex-direction: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
	}
	
	#cookiebar{
		width: 80%;
		flex-direction: column;
		max-height: inherit;
		padding: 25px 24px;
		bottom: 20px;
	}

	#cookiebar span{text-align: center;}

	#cookiebar span[role=img]{margin-bottom: 10px;}

	.footer-section .top .info{
		padding: 0 !important;
	}

	.footer-section .top .info .info-logo, .footer-section .top .info .info-address, .footer-section .top .info .info-contact, .footer-section .top .info .info-certificates{
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.footer-section .top .info .info-address strong{
		display: block;
	}


	.footer-section .top div:not(:first-child){
		display: none;
	}

	.footer-section .bottom{
		text-align: center;
	}

	.footer-section .bottom:before{
		width: 75%;
	}

	.footer-section .bottom div{
		margin: 0.5rem 0;
	}

	.footer-section .bottom .social-medias ul{
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 480px) and (max-width: 767px){

	.no-left-padding, .no-right-padding{padding: 0 !important;}
	.header-new{padding: 30px 0;}
	.header-new .top-ribbon{display: none;}
	.navmenu-trigger{display: block;}
	.book .number{position: absolute;opacity: 0; visibility: hidden !important;}
	.header-btn{opacity: 1;visibility: visible;}


	.nav-active span.trigger i{opacity: 0;}
	.nav-active span.trigger:before, .nav-active span.trigger:after{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 0;
		right: 0;
	}

	.nav-active span.trigger:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	nav.navmenu{
		background: #ffffff;
		position: fixed;
		top: 100px;
		bottom: 0;
		right: -100%;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		overflow-x: hidden;
		width: 100%;
		display: block;

		-webkit-transition: right 0.3s linear;
		-moz-transition: right 0.3s linear;
		-ms-transition: right 0.3s linear;
		transition: right 0.3s linear;
	}
	
	nav.navmenu::-webkit-scrollbar {width: 0px;}

	.nav-active nav.navmenu{
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		transition-delay: 0;
		opacity: 1;right: 0;
	}
	
	.navmenu>ul{width: 100%;display: block;}
	.navmenu>ul:first-child>li:first-child{display: block;position: relative;}
	
	.navmenu>ul:first-child>li:first-child:after{
		content: '';
		position:absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 36px;
		height: 1px;
		background: #f1f1f1;
	}
	
	.navmenu>ul>li{margin: 0;padding: 0;}

	.navmenu>ul>li.has-drop.drop-active>span:before{
		-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
		-moz-transform: scale(0.96, 0.8) rotate(-50deg);
		-ms-transform: scale(0.96, 0.8) rotate(-50deg);
		transform: scale(0.96, 0.8) rotate(-50deg);
		background: rgba(55,56,60,1);
	}
	
	.navmenu>ul>li.has-drop.drop-active>span:after{
		-webkit-transform: scale(0.96, 0.8) rotate(50deg);
		-moz-transform: scale(0.96, 0.8) rotate(50deg);
		-ms-transform: scale(0.96, 0.8) rotate(50deg);
		transform: scale(0.96, 0.8) rotate(50deg);
		background: rgba(55,56,60,1);
	}

	.navmenu>ul>li>span, nav.navmenu>ul>li>a{font-size: 18px;}
	.navmenu>ul>li>span{padding: 36px !important; display: block;margin: 0 0 0 36px !important;}

	.navmenu>ul>li>a.call-link{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between !important;
	}
	
	.navmenu>ul>li>a.login i:before{color: #fff;}
	.navmenu>ul>li>a.call-link span{padding: 0 !important; margin: 0 !important;}
	.navmenu>ul>li>a{display: block;margin: 0 36px;}
	.button{padding: 18px 0;}

	.navmenu div.drop-body div.drop-col .drop-title, .navmenu div.drop-foot div.drop-col .drop-title{font-size: 14px !important; font-weight: 300 !important; padding: 18px; margin: 0 18px 0 0;height: 19px;}
	.navmenu div.drop-body div.drop-col .drop-title:before, .navmenu div.drop-foot div.drop-col .drop-title:before{content: '' !important;}

	.navmenu .dl-title, .navmenu .dl-desc{font-size: 16px !important;}

	.navmenu>ul>li>div.dropdown{
		display: none;
		margin-top:0;
		border-radius: 0;
		width: 100%;
		background-color: #f2f6fa;
		opacity: 1;
		right: 0;
		position: unset;
		
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		-ms-box-shadow: unset;
		box-shadow: unset;

		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;

		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.navmenu>ul>li>div.dropdown>div.drop-body, .navmenu>ul>li>div.dropdown>div.drop-foot{
		justify-content: flex-start;
		padding: 0;
	}

	.navmenu>ul>li>div.dropdown>div.drop-body>div.drop-col, .navmenu>ul>li>div.dropdown>div.drop-foot>div.drop-col{width: 50%;}
	.navmenu>ul>li>div.dropdown>div.drop-body>div.drop-col>ul>li, .navmenu>ul>li>div.dropdown>div.drop-foot>div.drop-col>ul>li{
		border-bottom: 1px solid #fff;
		height: 68px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	
	.navmenu>ul>li>div.dropdown-single>div.drop-body>div.drop-col{width: 100% !important;}

	.navmenu>ul.reverse{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}
	
	.navmenu>ul.reverse>li{width: 100%}
	.navmenu>ul.reverse>li:first-child{margin-bottom: 30px;}
	.navmenu>ul>li>a.button{margin-top: 0;}
	
	.navmenu>ul>li>a.login{
		align-self: center;
		text-align: center;
		color: #fff;
		background-color: #11191f;
		font-size: 18px;
		margin: 52px 36px 36px 36px;
		padding: 18px 0;
	}

	.navmenu .drop-link{width: 100%; padding: 18px 47px 18px 0; display: block; margin-right: 36px;}

	.home-banner .map{position: absolute;width: 100%;background-position: center;background-size: cover !important; height: 550px;}
	.home-banner .body{
		position: absolute;
		left: 50%;
		width: 100%;

		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
		z-index: 500;
	}
	
	.home-banner .body .home-small-title em{display: block;}
	.home-banner .body .button{margin: 25px 25% 50px 25%;}
	.home-banner .heat-block{display: none;}
	.home-banner .clients{bottom: 0;}

	.home-banner .clients>div>ul>li{
		flex-basis:16.667%;
		max-width:16.667%;
	}
	
	.home-banner .clients ul>li>img{width: 100%;}

	.feature-section .odd{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}

	.feature-section .feature-figure{min-height: 450px;text-align: center;}

	.sources-section .source-container{padding: 2rem;}
	.sources-section .source-container .sources-items{margin-top: 2rem;}
	.sources-section .source-container p{text-align-last: center;}

	.testimonials-section .testimonials-content .slide-content{
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.testimonials-section .testimonials-content .slide-content .testimonials-figure{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.testimonials-section .testimonials-content .slide-content .testimonials-figure img{
		max-width: 100%;
	}

	
	.testimonials-section .testimonials-content .slide-content .testimonials-body{padding: 0; text-align: center;margin-top: 2rem}
	.testimonials-section ul.testimonials-nav{display: none;}

	.demo-request-section{scroll-margin-top: 70px;scroll-snap-margin-top: 70px;}

	.demo-section .demo-container{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
	}

	#cookiebar{width: 80% !important;}

	.footer-section .top .info{
		padding: 0 !important;
	}

	.footer-section .top .info .info-logo, .footer-section .top .info .info-address, .footer-section .top .info .info-contact, .footer-section .top .info .info-certificates{
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}

	.footer-section .top .info .info-address strong{
		display: block;
	}


	.footer-section .top div:not(:first-child){
		display: none;
	}

	.footer-section .bottom{
		text-align: center;
	}

	.footer-section .bottom:before{
		width: 75%;
	}

	.footer-section .bottom div{
		margin: 0.5rem 0;
	}

	.footer-section .bottom .social-medias ul{
		-ms-flex-pack: center;
		-webkit-box-pack: center;
		justify-content: center;
		text-align: center;
	}


}

/* Tablets ----------- */
@media only screen and (min-width: 768px) and (max-width: 991px){

	.header-new{padding: 30px 0;}
	.header-new .top-ribbon{display: none;}
	.navmenu-trigger{display: block;}
	.book .number{position: absolute;opacity: 0; visibility: hidden !important;}
	.header-btn{opacity: 1;visibility: visible;}


	.nav-active span.trigger i{opacity: 0;}
	.nav-active span.trigger:before, .nav-active span.trigger:after{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		left: 0;right: 0;
	}

	.nav-active span.trigger:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	nav.navmenu{
		background: #ffffff;
		position: fixed;
		top: 100px;
		bottom: 0;
		right: -100%;
		overflow-y: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		overflow-x: hidden;
		width: 100%;
		display: block;

		-webkit-transition: right 0.3s linear;
		-moz-transition: right 0.3s linear;
		-ms-transition: right 0.3s linear;
		transition: right 0.3s linear;
	}
	
	nav.navmenu::-webkit-scrollbar {width: 0px;}

	.nav-active nav.navmenu{
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		transition-delay: 0;
		opacity: 1;
		right: 0;
	}
	.navmenu>ul{width: 100%;display: block;}
	.navmenu>ul:first-child>li:first-child{display: block;position: relative;}
	.navmenu>ul:first-child>li:first-child:after{content: ''; position:absolute; bottom: 0; left: 0; right: 0;margin: 0 36px; height: 1px; background: #f1f1f1;}
	.navmenu>ul>li{margin: 0;padding: 0;}

	.navmenu>ul>li.has-drop.drop-active>span:before{
		-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
		-moz-transform: scale(0.96, 0.8) rotate(-50deg);
		-ms-transform: scale(0.96, 0.8) rotate(-50deg);
		transform: scale(0.96, 0.8) rotate(-50deg);
		background: rgba(55,56,60,1);
	}
	
	.navmenu>ul>li.has-drop.drop-active>span:after{
		-webkit-transform: scale(0.96, 0.8) rotate(50deg);
		-moz-transform: scale(0.96, 0.8) rotate(50deg);
		-ms-transform: scale(0.96, 0.8) rotate(50deg);
		transform: scale(0.96, 0.8) rotate(50deg);
		background: rgba(55,56,60,1);
	}

	.navmenu>ul>li>span, nav.navmenu>ul>li>a{font-size: 18px;}
	.navmenu>ul>li>span{padding: 36px !important; display: block;margin: 0 0 0 36px !important;}
	.navmenu>ul>li>a.call-link{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between !important;
	}
	
	.navmenu>ul>li>a.call-link span{padding: 0 !important; margin: 0 !important;}
	.navmenu>ul>li>a{display: block;margin: 0 36px;}
	.button{padding: 18px 0;}

	.navmenu div.drop-body div.drop-col .drop-title, .navmenu div.drop-foot div.drop-col .drop-title{font-size: 14px !important; font-weight: 300 !important; padding: 18px; margin: 0 18px 0 0;height: 19px;}
	.navmenu div.drop-body div.drop-col .drop-title:before, .navmenu div.drop-foot div.drop-col .drop-title:before{content: '' !important;}

	.navmenu .dl-title, .navmenu .dl-desc{font-size: 16px !important;}

	.navmenu>ul>li>div.dropdown{
		display: none;
		margin-top:0;
		border-radius: 0;
		width: 100%;
		background-color: #f2f6fa;
		opacity: 1;
		right: 0;
		position: unset;
		
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		-ms-box-shadow: unset;
		box-shadow: unset;

		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;

		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	
	.navmenu>ul>li>div.dropdown>div.drop-body, .navmenu>ul>li>div.dropdown>div.drop-foot{
		justify-content: flex-start;
		padding: 0;
	}
	
	.navmenu>ul>li>div.dropdown>div.drop-body>div.drop-col, .navmenu>ul>li>div.dropdown>div.drop-foot>div.drop-col{width: 50%;}
	.navmenu>ul>li>div.dropdown>div.drop-body>div.drop-col>ul>li, .navmenu>ul>li>div.dropdown>div.drop-foot>div.drop-col>ul>li{
		border-bottom: 1px solid #fff;
		height: 68px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.navmenu>ul>li>div.dropdown-single>div.drop-body>div.drop-col{width: 100% !important;}

	.navmenu>ul.reverse{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
	}
	
	.navmenu>ul.reverse>li{width: 100%}
	.navmenu>ul.reverse>li:first-child{margin-bottom: 30px;}
	.navmenu>ul>li>a.button{margin-top: 0;}
	.navmenu>ul>li>a.login{
		align-self: center;
		text-align: center;
		color: #fff;
		background-color: #11191f;
		font-size: 18px;
		margin: 52px 36px 16px 36px;
		padding: 18px 0;
	}
	
	.navmenu>ul>li>a.login i:before{color: #fff;}

	.navmenu .drop-link{width: 100%; padding: 18px 47px 18px 0; display: block; margin-right: 36px;}

	.banner-section>div{min-height: 620px;}
	.home-banner .heat-block{display: none;}
	.home-banner .body{
		position: absolute;
		left: 50%;
		width:100%;

		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);

		text-align: center;
	}
	
	.home-banner .body .home-small-title em{display: block;}
	.home-banner .body .button{margin: 25px 25% 50px 25%;}
	.home-banner .map{position: absolute;width:100%;background-position: center;background-size: cover !important;height: 550px;}
	.home-banner .clients{bottom: 0;}
	.home-banner .clients ul>li>img{width: 100%;}

	.feature-section .odd{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}
	.feature-section .feature-figure{
		min-height: unset;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.feature-section .feature-figure.svg-figure{
		min-height: 437px;
	}

	.feature-section .feature-body ul.links{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.sources-section .source-container{padding: 36px 36px 56px 36px;}
	.sources-section .source-container p{text-align-last: center;}
	.sources-section .sources-items{padding-top: 16px;}


	.demo-section .demo-container{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		flex-direction: column-reverse;
	}

	#cookiebar{width: 70% !important;}


}


/* Desktops and laptops and Tablets (landscape) ----------- */
@media only screen and (min-width: 992px) and (max-width: 1140px){
	#cookiebar{width: 50%;}
	.home-banner{-ms-flex-pack: center;-webkit-box-pack: center;justify-content: center;}
	.home-banner .heat-block{display: none}
}


/* Between Medias Hacks -----------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.navmenu>ul>li{margin-right: 25px;}
	.navmenu>ul>li.has-drop>div.dropdown-single{right: unset; left: -24px;}
}

@media only screen and (min-width: 991px) and (max-width: 1024px){
	.navmenu>ul>li{margin-right: 20px;}
	.navmenu>ul>li.has-drop>div.dropdown-single{right: unset; left: -24px;}
}

@media only screen and (min-width: 991px){
	
	.book{position: relative;}
	.book .number{box-sizing: border-box;display: -ms-flexbox;display: -webkit-box;display: flex;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);white-space: nowrap;}
	.book .number i{margin: 0 0 0 5px}

	.header-btn{opacity: 0;visibility: hidden;}
	.solid:hover{
		color: #ffffff;
		-webkit-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
		-moz-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
		-ms-box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
		box-shadow: 0 4px 12px rgba(55, 56, 60, 0.15);
	}

	.navmenu>ul>li.has-drop>div.dropdown{
		position: absolute;
		padding: 0;
		margin-top: 36px;

		-webkit-box-shadow: 0px 4px 12px rgba(217, 222, 228, 0.5);
		-moz-box-shadow: 0px 4px 12px rgba(217, 222, 228, 0.5);
		-ms-box-shadow: 0px 4px 12px rgba(217, 222, 228, 0.5);
		box-shadow: 0px 4px 12px rgba(217, 222, 228, 0.5);

		opacity: 0;
		width: 370px;
		right: -64px;
		will-change: transform, opacity;

		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		
		visibility: hidden;

		-webkit-transition: -webkit-transform .3s linear,opacity .3s linear,visibility .3s linear;;
		-moz-transition: -moz-transform .3s linear,opacity .3s linear,visibility .3s linear;
		-ms-transition: -ms-transform .3s linear,opacity .3s linear,visibility .3s linear;
		transition: transform .3s linear,opacity .3s linear,visibility .3s linear;

		-webkit-transform: scale(0.8) translate(0, 4px);
		-moz-transform: scale(0.8) translate(0, 4px);
		-ms-transform: scale(0.8) translate(0, 4px);
		transform: translate(0, 6px);

	}

	.navmenu>ul>li.has-drop>div.dropdown-single{width: auto;}
	.navmenu div.dropdown-single div.drop-body{width: max-content !important;}

	.navmenu>ul>li.has-drop>div.dropdown{visibility: hidden;display: block !important;}
	.navmenu>ul>li.has-drop:hover>div.dropdown{
		opacity: 1;
		visibility: visible;

		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);

		-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
		-moz-transition: opacity 0.3s ease, -moz-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
		-ms-transition: opacity 0.3s ease, -ms-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
		transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);

	}


	.navmenu>ul>li.has-drop:hover>span:before{
		-webkit-transform: scale(0.96, 0.8) rotate(-50deg);
		-moz-transform: scale(0.96, 0.8) rotate(-50deg);
		-ms-transform: scale(0.96, 0.8) rotate(-50deg);
		transform: scale(0.96, 0.8) rotate(-50deg);
		background: rgba(55,56,60,1);
	}
	
	.navmenu>ul>li.has-drop:hover>span:after{
		-webkit-transform: scale(0.96, 0.8) rotate(50deg);
		-moz-transform: scale(0.96, 0.8) rotate(50deg);
		-ms-transform: scale(0.96, 0.8) rotate(50deg);
		transform: scale(0.96, 0.8) rotate(50deg);
		background: rgba(55,56,60,1);
	}

	.navmenu .drop-link:hover .ico{
		background: rgba(236,240,243, 0.5);
		-webkit-transition: all 0.3s ease;
		--transition: all 0.3s ease;
		--transition: all 0.3s ease;
		transition: all .3s ease;
	}

	.navmenu div.dropdown div.drop-body, .navmenu div.dropdown div.drop-foot{background: #ffffff;}

	.navmenu .drop-link{
		display: block;
		padding: 2px 47px 2px 0;
		width: auto;
		height: 34px;
		margin-bottom: 5px;
		white-space: nowrap;
		box-sizing: border-box;
	}

	.navmenu>ul>li.language, .navmenu>ul>li.login{direction: ltr;}

	.testimonials-section .testimonials-content .slide-content{
		margin-bottom: 50px;
	}

}