@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay-Regular.eot');
    src: local('../fonts/Helvetica Now Display Regular'), local('HelveticaNowDisplay-Regular'),
        url('../fonts/HelveticaNowDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Regular.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Now Bold';
    src: url('../fonts/HelveticaNowDisplay-Bold.eot');
    src: local('../fonts/Helvetica Now Display Bold'), local('HelveticaNowDisplay-Bold'),
        url('../fonts/HelveticaNowDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Bold.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Now Black';
    src: url('../fonts/HelveticaNowDisplay-Black.eot');
    src: local('../fonts/Helvetica Now Display Black'), local('HelveticaNowDisplay-Black'),
        url('../fonts/HelveticaNowDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Black.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Now ExtraBold';
    src: url('../fonts/HelveticaNowDisplay-ExtraBold.eot');
    src: local('../fonts/Helvetica Now Display ExtBd'), local('HelveticaNowDisplay-ExtraBold'),
        url('../fonts/HelveticaNowDisplay-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay-ExtraBold.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-ExtraBold.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'a_AlternaOtl';
    src: url('../fonts/AAlternaOtl.eot');
    src: local('../fonts/a_AlternaOtl'), local('AAlternaOtl'),
        url('../fonts/AAlternaOtl.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AAlternaOtl.woff2') format('woff2'),
        url('../fonts/AAlternaOtl.woff') format('woff'),
        url('../fonts/AAlternaOtl.ttf') format('truetype'),
        url('../fonts/AAlternaOtl.svg#AAlternaOtl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*{
	margin:0;
	padding:0;
	outline:none;
}

ul{
	list-style:none;
	}

a{
	text-decoration:none;
	color: #000;
	}

.clr{
	clear:both;
	height:0;
	display:block;
	}

img{
	max-width: 100%;
}	

html,body{
	overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
width: 0px; 
background: transparent;  
  }

::-webkit-scrollbar-thumb {
background: #FF0000;
 }
	
body{
     font-family: 'Helvetica Now Display',arial;
	}


.icon{
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icons.png);
	}	
	
.body-inner{
	width:90%;
	margin:0 auto;
	}
	
.page-preloader{
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/*animation: gradient 15s ease infinite;
	background: linear-gradient(-45deg, #e9eef3, #9dadbf, #91a6be, #becbda);*/
	background: #f5f5f5;
	background-size: 500% 500%;
	/*display: none;*/
	z-index: 100;
}

.wow {
    visibility: hidden;
}


@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.progress-bar{
	height: 300px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
}

.progress-bar-left{
	float: left;
	width: 38%;
}

.progress-bar-right{
	float: left;
	width: 62%;
	position: relative;
	height: 300px;
}

.progress-line{
	height: 17px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('../images/progress_line.jpg');
}

.preloader-logo{
	margin-left: 100px;
	height: 100px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.logo-img{
	width: 80px;
	position: absolute;
	/*left: 0;*/
	left: -100px;
	top: 25px;
}

.logo-text{
	width: 270px;
	position: absolute;
	left: 57px;
	top: -80px;
	/*top: 0;*/
}

.progress-counter-wrap{
	font-size: 55px;
	margin: 20px 0 0 150px;
	overflow: hidden;
	height: 70px;
	width: 100%;
	position: relative;
}

.progress-counter{
	position: absolute;
	left: 0;
	bottom: -100px;
}

.header{
	padding-top: 45px;
	position: relative;
	z-index: 3000;
}

.header-logo{
	float: left;
	position: relative;
}

.header-logo-img{
	position: absolute;
	width: 45px;
	left: 0;
	top: 10px;
}

.header-logo-text{
	position: absolute;
	width: 130px;
	left: 35px;
	top: 0;
}

.main-screen{
	z-index: 21;
    width: 100vw;
    height: 100vh;
    position: relative;
}

.content-wrap {
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}

.content-mid {
    width: 100%;
    height: 65%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.nav-menu-wrap{
	display: block;
	float: right;
	width: 24px;
	margin-top: 5px;
}

.nav-menu-wrap span{
	display: block;
}

.menu-line{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0055b7;
	margin-bottom: 3px;
}

.language-wrapper{
	float: right;
	margin:2px 25px 0 0;
}

.language-wrapper li{
	float: left;
	margin-right: 5px;
}

.language-wrapper li a{
	font-size: 13px;
	font-weight: bold;
}

.language-wrapper li.active a{
	color: #9c9c9c;
}

.content-bottom{
	width: 100%;
    flex: 1;
    display: flex;
    overflow: hidden;
}

.content-bottom-left{
    -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  -o-flex: 2;
  flex: 2;
  height: 100%;
  background-image: url(../images/first_bg.jpg);
  background-size: cover;
}

.content-bottom-right{
    -webkit-flex: 3.5;
  -moz-flex: 3.5;
  -ms-flex: 3.5;
  -o-flex: 3.5;
  flex: 3.5;
  background-color: #0859b6;
}

.first-title-wrap{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-left: 89px;
    box-sizing: border-box;
    color: #333;
}

.first-subtitle{
	padding: 2px 0;
	margin-bottom: 21px;
	font-size: 10px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.first-title{
	margin-bottom: 34px;
}

.first-title span{
	display: block;
	font-size: 17px;
	font-family: 'Helvetica Now Bold';
	margin-bottom: 3px;
}

.email-link{
	display: block;
	color: #96999a;
	font-size: 13px;
	font-family: 'Helvetica Now Bold';
}

.first-title-text{
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-left: 180px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    text-align: justify;
}

.first-text-wrap{
	width: 440px;
}

.first-title-text p{
	margin-bottom: 3px;
	text-align: justify;
}

.slide-content {
    width: 100%;
    height: 80%;
    align-items: center;
    padding-left: 89px;
    padding-right: 89px;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.content-menu{
	flex: 1;
}

.content-menu-wrap{
	display: flex;
	height: 100%;
}

.slide-arrows{
	-webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.menu-wrapper{
	-webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  -o-flex: 4;
  flex: 4;
}

.menu-wrapper ul{
	display: flex;
	padding-right: 89px;
	padding-top: 30px;
	justify-content: space-between;
}

.menu-wrapper ul a{
	color: #232323;
	font-size: 13px;
	font-family: 'Helvetica Now Bold';
}

.arrow-wrap{
	padding-left: 89px;
	padding-top: 20px;
}

.arrow-wrap a{
	display: block;
	float: left;
	margin-right: 55px;
}

.slider-wrapper{
	position: relative;
	flex: 1;
	height: 100%;
	width: 100%;
}

.slide-text-wrap{
	position: absolute;
	left: 0;
	top: 150px;
	opacity: 0;
	z-index: 100;
}

.slide-subtitle{
	color: #a4a4a4;
	font-size: 13px;
	font-family: 'Helvetica Now Bold';
	margin-bottom: 15px;
}

.slide-image{
	position: absolute;
	right: 89px;
	top: 60px;
	opacity: 0;
}

.slider-title{
	top: 50px;
	font-size: 55px;
	color: #232323;
}

.content-row{
	display: flex;
}

.content-left{
    -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  -o-flex: 2;
  flex: 2;
  height: 100%;
}

.content-right{
    -webkit-flex: 3.5;
  -moz-flex: 3.5;
  -ms-flex: 3.5;
  -o-flex: 3.5;
  flex: 3.5;
}

.content-block{
	padding: 135px 0;
}

.small-text{
	padding:10px 0 0 80px;
	width: 300px;
	color: #a5a5a5;
	font-family: 'Helvetica Now Bold';
    font-size: 13px;
    line-height: 19px;
    text-align: justify;
}

.content-header{
	position: relative;
	font-size: 34px;
	display: inline-block;
	margin-bottom: 90px;
}

.header-counter{
	position: absolute;
	right: -15px;
	top: 0;
	font-family: 'Helvetica Now Bold';
	font-size: 10px;
}

.text-shift{
	padding-left: 70px;
}

.content-text-wrap{
	max-width: 80%;
}

.content-text-wrap p{
	color: #232323;
	font-size: 17px;
	line-height: 23px;
	padding-bottom: 20px;
	text-align: justify;
}

.whoweare-bottom{
	color: #a5a5a5;
	font-family: 'Helvetica Now Bold';
    font-size: 13px;
    width: 250px;
    margin-top: 100px;
    line-height: 19px;
}

.partners-slider .slide{
	float: left;
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
}


.partners-slider{
	width: 870px;
	height: 600px;
	overflow: hidden;
}

.partner-title{
	padding-left: 170px;
}

.partner-title h5{
	font-size: 34px;
	margin-bottom: 30px;
}

.partner-title div{
	color: #a5a5a5;
	font-family: 'Helvetica Now Bold';
    font-size: 13px;
    width: 100px;
    line-height: 19px;
}

.slick-list{
	overflow: hidden;
}

.slide-img{
	height: 375px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	opacity: 0;  
}

.slide-img img{
	max-height: 100%;   
}

.partners-slider-wrapper{
	border: 1px solid #dcdcdc;
	width: 870px;
	height: 600px;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	moz-box-shadow:  0 0 10px rgba(183, 192, 206,  0.2);
	 -webkit-box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
	box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
	position: relative;
	background-color: #fff;
}

.slide-describe{
	padding-top: 20px;
}

.slide-position{
	color: rgba(51,51,51,.6); 
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    float: left;
    font-family: 'Helvetica Now Bold';
}

.slide-contacts{
	float: right;
}

.slide-contacts a{
	font-size: 12px;
    line-height: 14px;
    float: left;
    color: #232323;
    margin-left: 55px;
    font-family: 'Helvetica Now Bold';
}

.slide-describe-bottom{
	position: absolute;
	left:0;
	bottom: 0;
	height: 80px;
	width: 100%;
}

.slide-name{
	float: left;
	text-transform: uppercase;
	color: #333;
	font-size: 21px;
	font-family: 'Helvetica Now ExtraBold';
}

.partner-readmore,
    .advisor-readmore{
	display: block;
	float: right;
	font-size: 14px;
	margin-top: 5px;
	font-family: 'Helvetica Now Bold';
	color: #232323;
	position: relative;
	padding-left: 38px;
}

.i-readmore{
	position: absolute;
	width: 26px;
	height: 15px;
	top: 1px;
	background-position: -1px -47px;
}

.partners-arrows{
	margin-top: 30px;
	width: 910px;
}

.partners-prev{
	float: left;
	margin-left: 5px;
	opacity: 0.34;
}

.partners-next{
	float: right;
	margin-right: 5px;
	opacity: 0.34;
}

.slide-inner{
	height: 600px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.slide-text{
	height: 0;
	overflow: hidden;
}

.bgblack{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.64;
	z-index: 999;
	display: none;
}

.popup{
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 1000;
	display: none;
}

.info-popup{
	width: 800px;
	margin-left: -400px;
}

.popup-inner{
	position: relative;
}

.popup-info-contacts a{
	display: block;
	float: left;
	padding-left: 28px;
	position: relative;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin-right: 22px;
}

.i-linkedin{
	width: 18px;
	height: 18px;
	background-position: -2px -23px;
}

.i-email{
	width: 18px;
	height: 14px;
	top: 2px;
	background-position: -24px -23px;
}

.popup-body{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	moz-box-shadow:  0 0 10px rgba(183, 192, 206,  0.2);
	 -webkit-box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
	box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
	background-color: #fff;
	padding: 30px;
}

.popup-photo{
	width: 150px;
	float: left;
}

.popup-photo img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.popup-info h3{
	padding-bottom: 5px;
	font-family: 'Helvetica Now Bold';
	text-transform: uppercase;
}

.popup-position{
	font-size: 12px;
	color: #777;
	font-family: 'Helvetica Now Bold';
	margin-bottom: 10px;
}

.popup-info{
	padding-left: 180px;
}

.popup-info p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 19px;
}

.popup-info-contacts{
	border-top: 1px solid #dcdccd;
	padding: 8px 0 0 0;
}

.linkedin{
	color: #0077b5;
}

.i-close{
	width: 13px;
	height: 13px;
	background-position: -3px -4px;
}

.close-popup{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 13px;
	height: 13px;
	z-index: 100;
}

.close-popup:hover .i-close{
	background-position: -18px -4px;
}

.slide-contacts i{
	display: none;
}

.animate-popup-zoomin{
	animation: animateslidezoomIn 0.8s forwards;
  -webkit-animation-name: animateslidezoomIn;
          animation-name: animateslidezoomIn;
   opacity: 1;       
}

.partners{
	background-color: #f5f5f5;
}

.ma-block{
	padding: 40px 0;
}

.ma-block .small-text{
	padding-left: 0;
}

.content-desc ul{
	display: block;
	padding: 15px 0;
}

.content-desc ul li{
	padding-left: 25px;
	margin-bottom: 15px;
	position: relative;
}

.i-check{
	width: 19px;
	height: 19px;
	top: 3px;
	background-position: -29px -43px;
}

.md-row{
	margin: 0 89px;
	padding: 60px 0;
	box-sizing: border-box;
	border-bottom: 2px solid #232323;
}


.md-row .content-left h4,
    .servces-title{
	font-size: 21px;
	font-family: 'Helvetica Now Bold';
	color: #232323;
	text-transform: uppercase;
}

.p-wrap{
	border-width: 1px 0;
	border-style: solid;
	border-color: #232323;
}

.p-wrap-block{
	padding: 20px 0;
	border-top: 1px solid #232323;
	position: relative;
}



.p-wrap-block:first-child{
	border: 0;
}

.p-wrap-title{
	font-size: 17px;
	font-family: 'Helvetica Now Bold';
	color: #232323;
	margin-bottom: 5px;
		-webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  padding-top: 10px;
}

.p-wrap-link{
	position: relative;
	padding-left: 18px;
	font-size: 13px;
}

.i-www{
	width: 13px;
	height: 13px;
	top: 1px;
	background-position: -51px -49px;
}

.p-wrap-text{
   margin-top: 10px;
   display: none;
   background-color: #0859b6;
   padding: 20px;
}

.p-wrap-text p{
	color: #fff !important;
	font-size: 14px;
}

.p-wrap-content{
	position: relative;
	z-index: 5;
}

.services{
	padding: 60px 0 30px 0;
	background-color: #f5f5f5;
}

.services .content-header{
	margin: 0 0 30px 20px;
}

.open-service{
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.i-plus{
	width: 15px;
	height: 15px;
	background-position: -72px -2px;
}

.partnerships{
	padding-bottom: 130px;
}

.partner-more{
	display: block;
	position: absolute;
	right: 15px;
	top: 20px;
	width: 18px;
	height: 18px;
}

.i-arrow-down{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	background-position: -51px 0;
}

.partner-more.active .i-arrow-down{
	background-position: -51px -18px;
}

.list-marker{
	position: absolute;
	left: 2px;
	top: 6px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #9b9b9b;
}

.p-wrap-logo{
	float: left;
}

.p-wrap-top{
	padding-left: 210px;
}

.services .content-text-wrap,
    .advisors .content-text-wrap,
    .drone-services .content-text-wrap{
	margin-left: 89px;
}

.services-row{
	display: flex;
}

.services-left{
    -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  -o-flex: 2;
  flex: 2;
  height: 100%;
}

.services-right{
    -webkit-flex: 3.5;
  -moz-flex: 3.5;
  -ms-flex: 3.5;
  -o-flex: 3.5;
  flex: 3.5;
}

.services-item{
	margin-bottom: 10px;
	position: relative;
}

.services-dropdown{
	display: none;
	margin-top: 15px;
}

.open-service.active .i-plus{
	background-position: -72px -19px;
}

.services .md-row{
	padding: 40px 0;
	border:0;
}

.servces-title{
	font-size: 18px;
	margin-bottom: 30px;
}

.services-dropdown li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
}

.services-dropdown li:before{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	left: 0;
	top: 5px;
	background-color: #0859b6;
}

.services-item-inner{
	width: 80%;
	padding-left: 25px;
	position: relative;
	box-sizing: border-box;
}

.i-check-list{
	width: 10px;
	height: 8px;
	top: 4px;
	background-position: -52px -38px;
}

.service-col{
	float: left;
	width: 33.33%;
}

.service-col-inner{
	width: 95%;
	margin: 0 auto;
}

.services-wrap{
	background-color: #fff;
	margin-bottom: 25px;
	border: 1px solid #f0eded;
	-webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
}

.services-wrap:hover{
	moz-box-shadow:  0 0 10px rgba(183, 192, 206,  0.4);
	 -webkit-box-shadow: 0 0 10px rgba(183, 192, 206,  0.4);
	box-shadow: 0 0 10px rgba(183, 192, 206,  0.4);
}

.service-wrap-inner{
	padding: 25px;
}

.footer{
	padding: 20px 0;
}

.footer-inner{
	margin: 0 89px;
}

.footer-address{
	float: left;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
}

.footer-social{
	float: right;
	margin-top: 5px;
}

.footer-social a{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 8px;
	position: relative;
}

.footer-social a .icon{
	width: 25px;
	height: 25px;
}

.i-location{
	width: 19px;
	height: 25px;
	top: 4px;
	background-position: -66px -36px;
}

.i-facebook{
	background-position: -89px -1px;
}

.footer-social a:hover .i-facebook{
	background-position: -89px -28px;
}

.footer-social .i-linkedin{
	background-position: -116px -1px;
}

.footer-social a:hover .i-linkedin{
	background-position: -116px -28px;
}

.i-watsapp{
	background-position: -143px -1px;
}

.footer-social a:hover .i-watsapp{
	background-position: -143px -28px;
}

.first-hidden{
	height: 0;
	overflow: hidden !important;
	padding: 0 !important;
}

.main-menu{
	position: fixed;
	top: 50px;
	right: 150px;
	display: none;
	width: 480px;
	z-index: 1000;
	overflow: hidden;
}

.mai-menu-inner{
	padding: 55px;
	position: relative;
	z-index: 5;
}

.main-menu-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.main-menu-bg div{
	position: absolute;
	height: 33.33%;
	width: 100%;
	right: -100%;
	background-color: #272727;
	-webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
}


.main-menu-bg div:nth-child(2){
	top: 33.33%;
}

.main-menu-bg div:nth-child(3){
	top: 66.66%;
}

.menu-list{
	display: block;
	margin-left: 200%;
	width: 200px;
}

.menu-list a{
	color: #707070;
	font-family: 'Helvetica Now Black';
	font-size: 13px;
	text-transform: uppercase;
}

.menu-list li{
	display: block;
	margin-bottom: 10px;
}

.main-menu-top{
	color: #707070;
	font-size: 13px;
	margin-bottom: 35px;
	margin-left: 200%;
	position: relative;
}

.close-menu{
	position: absolute;
	right: -100px;
	top: 0;
	color: #ff2424;
}

.main-slider .slide{
	float: left;
	width: 100%;
	height: 100%;
}

.main-slider .slick-list,
    .main-slider .slick-track{
	height: 100%;
}

.main-slider .slide-inner{
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.buttons-fixed{
   position: fixed;
   width: 107px;
   height: 107px;
   z-index: 1000;
   right: 40px;
   bottom: 100px;
   display: none;
}

.circle-btn{
	position: absolute;
	width: 107px;
	height: 107px;
	left: 0;
	top: 0;
	-webkit-border-radius: 107px;
	-moz-border-radius: 107px;
	border-radius: 107px;
	text-align: center;
	line-height: 107px;
	font-size: 13px;
	z-index: 1;
	font-family: 'Helvetica Now Bold';
}

.scroll-down{
	color: #fff;
	background-color: #0055b7;
    box-shadow: -20px -20px 56px #0066dc, 20px 20px 56px #004492;
    z-index: 100;
}

.mail-link{
	color: rgba(35,35,35,.34);
	background-color: #e0e0e0;
	opacity: 0;
    box-shadow: -20px -20px 56px #fff, 20px 20px 56px #c7bebe;
}

.scroll-up{
	color: rgba(35,35,35,.65);
	background-color: #e0e0e0;
	opacity: 0;
    box-shadow: -20px -20px 56px #fff, 20px 20px 56px #c7bebe;
}

.scroll-down.animate-popup-zoomin{
	opacity: 1;
	z-index: 110;
}


.mail-link.animate-popup-zoomin{
	opacity: 1;
	z-index: 110;
}

.scroll-up.animate-popup-zoomin{
	opacity: 1;
	z-index: 100;
}

.advisors{
	padding: 60px 0;
}

.advisor-lider-wrap{
	width: 100%;
	height: 400px;
	border: 1px solid #f1f1f1;
	moz-box-shadow:  0 0 10px rgba(183, 192, 206,  0.2);
	 -webkit-box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
	box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
}

.advisor-wrap{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.advisor-left{
    -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  -o-flex: 2;
  flex: 2;
  height: 100%;
}

.advisor-text{
    -webkit-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  -o-flex: 8;
  flex: 8;
}

.advisor-image{
	width: 90%;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	height: 100%;
	margin-top: 10px;
}

.advisor-image img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.advisor-text h4,
    .advisor-popup h4{
	display: block;
	padding: 5px 15px 5px 20px;
	margin-bottom: 10px;
	background: url('../images/arrow.png') no-repeat 8px 11px #f9f9f9;
	font-family: 'Helvetica Now Bold';
}

.advisor-text p,
     .advisor-popup p{
	padding: 0 0 10px 5px;
	font-size: 14px;
	line-height: 22px;
}

.advisor-text li,
     .advisor-popup li{
     	font-size: 14px;
     	position: relative;
     	padding-left: 20px;
     	margin-bottom: 5px;
     }

.advisor-text li:before,
     .advisor-popup li:before{
    content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 0;
	top: 5px;
	background-color: #0859b6;   
}	  

.advisor-popup p,
    .advisor-popup h4{
	display: inline-block;
	width: 90%;
}

.advisor-title{
	padding: 20px 0;
}

.advisor-title div{
	font-family: 'Helvetica Now Bold';
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
}

.advisor-popup .popup-info-contacts{
	display: none;
}

.advisor-popup .popup-info-wrap{
	height: 400px;
	overflow-y: scroll;
}

.advisor-text-inner{
	width: 90%;
}

.advisor-popup{
	display: block;
}

.advisors-fulltext{
	height: 0;
	overflow: hidden;
}

.advisor-popup .popup-info-wrap::-webkit-scrollbar {
width: 4px; 
background: #eeeeee;  
  }

.advisor-popup .popup-info-wrap::-webkit-scrollbar-thumb {
background: #d5d5d5;
 }

.close-menu.animate-right{
	animation: animateright 1s forwards;
  -webkit-animation-name: animateright;
          animation-name: animateright;
}

.main-menu-bg div:first-child.animate-right{
	 animation: animateright 1s forwards;
  -webkit-animation-name: animateright;
          animation-name: animateright;
}

.main-menu-bg div:nth-child(2).animate-right{
	 animation: animateright 1.5s forwards;
  -webkit-animation-name: animateright;
          animation-name: animateright;
}

.main-menu-bg div:nth-child(3).animate-right{
	 animation: animateright 2s forwards;
  -webkit-animation-name: animateright;
          animation-name: animateright;
}

.menu-list.animate-left{
	 animation: animateleft 2s forwards;
  -webkit-animation-name: animateleft;
          animation-name: animateleft;
}

.main-menu-top.animate-left{
	 animation: animateleft 2s forwards;
  -webkit-animation-name: animateleft;
          animation-name: animateleft;
}

.menu-list.animate-leftb{
	 animation: animateleftb 1s forwards;
  -webkit-animation-name: animateleftb;
          animation-name: animateleftb;
}

.main-menu-top.animate-leftb{
	 animation: animateleftb 1s forwards;
  -webkit-animation-name: animateleftb;
          animation-name: animateleftb;
}

.main-menu-bg div:first-child.animate-rightb{
	 animation: animaterightb 1s forwards;
  -webkit-animation-name: animaterightb;
          animation-name: animaterightb;
}

.main-menu-bg div:nth-child(2).animate-rightb{
	 animation: animateright 1.5s forwards;
  -webkit-animation-name: animaterightb;
          animation-name: animaterightb;
}

.main-menu-bg div:nth-child(3).animate-rightb{
	 animation: animateright 2s forwards;
  -webkit-animation-name: animaterightb;
          animation-name: animaterightb;
}

@keyframes animaterightb {
  0% {
    right: 0;
  }

  100% {
    right: -200%;
  }
}


@keyframes animateright {
  0% {
    right: -200%;
  }

  100% {
    right: 0;
  }
}

@keyframes animateleftb {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: 200%;
  }
}

@keyframes animateleft {
  0% {
    margin-left: 200%;
  }

  100% {
    margin-left: 0;
  }
}


@keyframes animateslideup {
  0% {
    opacity: 0;
    margin-top: 40px;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    margin-top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-slide-up {
  animation: animateslideup 1s ease;
  -webkit-animation-name: animateslideup;
          animation-name: animateslideup;
        
}


@-webkit-keyframes animateslidright {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
            transform: translate3d(200px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animate-slide-right {
  animation: animateslidright 1s ease;
  -webkit-animation-name: animateslidright;
          animation-name: animateslidright;
         
}


@keyframes animateslidleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}



.animate-slide-left {
  animation: animateslidleft 1s ease;
  -webkit-animation-name: animateslidleft;
          animation-name: animateslidleft;

}


@keyframes animateslidezoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.animate-slide-zoomin {
  animation: animateslidezoomIn 1s linear;
  -webkit-animation-name: animateslidezoomIn;
          animation-name: animateslidezoomIn;
   opacity: 1;       
}



@-webkit-keyframes animateslidebr {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animateslidebr {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.animate-slide-br{
	  animation: animateslidebr 1s forwards;
  -webkit-animation-name: animateslidebr;
          animation-name: animateslidebr; 
}


@keyframes animatesliderghtbr {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(400px, 0, 0);
            transform: translate3d(400px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
}


.animate-slide-rghtbr{
	animation: animatesliderghtbr 1s forwards;
  -webkit-animation-name: animatesliderghtbr;
          animation-name: animatesliderghtbr; 
}

@-webkit-keyframes fadeOuts {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOuts {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fade-out {
  animation: fadeOuts 0.5s forwards;	
  -webkit-animation-name: fadeOuts;
          animation-name: fadeOuts;
}

@-webkit-keyframes fadeIns {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIns {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fade-in {
   animation: fadeIns 0.5s forwards;		
  -webkit-animation-name: fadeIns;
          animation-name: fadeIns;
}

.catalog-wrapper{
	height: 85vh;
	margin-bottom: 30px;
}

.catalog-wrapper iframe{
	margin-top: 30px;
	border: 0;
}

.md-row.no-border{
	border: 0;
}

#spac-advisory .content-text-wrap{
	background-color: #0859b6;
	width: 100%;
	max-width: 100%;
	padding-left: 109px;
	color: #fff;
}

#spac-advisory .content-header{
	margin: 40px 0;
	font-size: 28px;
}

#spac-advisory .content-row{
	margin: 0 89px 0 109px;
}

.spac-block{
	flex-basis: 50%;
	padding: 40px 0;
}

.spac-header{
	font-size: 28px;
	min-height: 120px;
}

.spac-content-inner > p{
	font-size: 24px;
	padding-bottom: 30px;
}

.spac-title{
	background-color: #e2e2e2;
	font-size: 24px;
	padding: 10px 25px;
	color: #333;
}

.spac-list{
	margin-bottom: 40px;
}

.spac-list .p-wrap{
	border-width: 0 0 1px 0;
	border-color: #dcdcdc;
}

.spac-list .p-wrap-row{
	padding-left: 10px;
	margin-right: 50px;
}

.spac-list .p-wrap-block{
	padding: 15px 0;
}

.spac-list-wrap{
	display: flex;
	flex-wrap: wrap;
}

.spac-list-block{
	flex-basis: 100%;
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #dcdcdc;
}

.sl-title{
	font-size: 26px;
	color: #0859b6;
	margin-bottom: 10px;
}

.sl-text{
	font-size: 18px;
}

.spac-list .partner-more{
	width: 15px;
	height: 15px;
	top: 5px;
}

.spac-list .i-arrow-down{
	width: 15px;
	height: 15px;
	background-position: -72px -2px;
}

.spac-list .partner-more.active .i-arrow-down{
	background-position: -72px -19px;
}

.download-link{
	display: block;
	border: 1px solid #dcdcdc;
	padding: 18px 15px 18px 70px;
	font-weight: 600;
	font-size: 20px;
	position: relative;
	margin-top: 20px;
	moz-box-shadow:  0 0 10px rgba(183, 192, 206,  0.2);
	 -webkit-box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
	box-shadow: 0 0 10px rgba(183, 192, 206,  0.2);
}

.i-dowload{
	width: 30px;
	height: 32px;
	left: 25px;
	top: 15px;
	background-position: -190px 0;
}

.spac-block:first-child .spac-content-inner{
	width: 90%;
}

.inner-page .first-title-text{
	padding-left: 80px;
}

.inner-page .first-text-wrap{
	width: auto;
	margin-right: 89px;
}

.inner-page .first-text-wrap p span{
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.slider-title span{
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	color: #333;
	margin-top: -20px;
	padding-bottom: 5px;
	text-shadow: 0 3px 10px rgba(0,0,0, 0.3);
	font-family: 'Helvetica Now Bold';
}

.heading-text{
	font-size: 20px;
	padding-left: 80px;
	margin-right: 40px;
	position: relative;
	font-family: 'Helvetica Now Bold';
}

.i-drone{
	width: 45px;
	height: 29px;
	left: 10px;
	background-position: -172px -40px;
}

.capabilities {
	padding: 80px 0;
}

.capabilities .content-text-wrap{
	padding-left: 20px;
}

.capabilities .content-header{
	margin-bottom: 30px;
}

.content-header-subtitle{
	margin-bottom: 40px;
	font-family: 'Helvetica Now Bold';
	font-size: 17px;
	line-height: 23px;
}

.climg{
	margin-left: 80px;
}

.climg img{
	max-width: 100%;
}

.factors .content-header{
	text-align: center;
	display: block;
}

.factors .content-text-wrap{
	max-width: 100%;
}

.list-count-wrap{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.list-count-block{
	flex-basis: 45%;
}

.count-block{
	position: relative;
	border: 1px solid #4ec7fd;
	height: 100px;
	margin-bottom: 25px;
}

.count-num{
	width: 50px;
	height: 66px;
	background-color: #fff;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -33px;
	text-align: center;
	font-size: 90px;
	line-height: 70px;
	color: #4ec7fd;
	font-family: 'a_AlternaOtl';
}

.count-inner{
	display: flex;
	height: 100%;
	align-items: center;
	font-family: 'Helvetica Now Bold';
	font-size: 24px;
	padding-left: 50px;
}


.count-1{
	border-color: #d07959;
}

.count-1 .count-num{
	color: #d07959;
}

.count-2{
	border-color: #e4aa53;
}

.count-2 .count-num{
	color: #e4aa53;
}

.count-3{
	border-color: #82c5b3;
}

.count-3 .count-num{
	color: #82c5b3;
}

.count-4{
	border-color: #a0abaa;
}

.count-4 .count-num{
	color: #a0abaa;
}

.count-5{
	border-color: #5d6973;
}

.count-5 .count-num{
	color: #5d6973;
}

.count-7{
	border-color: #a1ba50;
}

.count-7 .count-num{
	color: #a1ba50;
}

.count-8{
	border-color: #898a84;
}

.count-8 .count-num{
	color: #898a84;
}

.count-9{
	border-color: #d98d60;
}

.count-9 .count-num{
	color: #d98d60;
}

.count-10{
	border-color: #ce7995;
}

.count-10 .count-num{
	color: #ce7995;
}

.subject{
	padding: 50px 0;
	background-color: #f5f5f5;
}

.drone-services .content-header{
	margin: 0 0 50px 15px;
}


.ds-row {
    display: flex;
    justify-content: space-between;
    margin: 0 89px 25px 89px;
}


.ds-block{

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height: 150px;
	display: flex;
	padding: 15px 0;
	flex-basis: 100%;
}

.ds-info{
	flex-grow: 1;
	padding-top: 10px;
}

.ds-image{
	min-width: 120px;
}

.ds-name{
	font-size: 17px;
	text-transform: uppercase;
	font-family: 'Helvetica Now Bold';
	padding: 8px 0;
}

.ds-desc{
	width: 90%;
	color: #333;
	line-height: 22px;
	font-size: 15px;
}

.ds-center{
	justify-content: center;
}


.sicon{
	display: block;
	width: 60px;
	height: 55px;
	margin: 8px auto;
	background: url('../images/services.png');
}

.service-2{
	background-position: -60px 0;
}

.service-3{
	background-position: -120px 0;
}

.service-4{
	background-position: -180px 0;
}

.service-5{
	background-position: -240px 0;
}

.service-6{
	background-position: -300px 0;
}

.service-7{
	background-position: 0 -55px;
}

.service-8{
	background-position: -60px -55px;
}

.service-9{
	background-position: -120px -55px;
}

.service-10{
	background-position: -180px -55px;
}

.service-11{
	background-position: -240px -55px;
}

.rewards{
	padding: 60px 0;
	display: flex;
	background-color: #0859b6;
	color: #fff;
}

.conclusion{
	padding: 60px 0;
	display: flex;
	color: #fff;
	background-color: #0859b6;
}

.reward-title{
	padding: 0 89px;
	font-size: 24px;
	font-family: 'Helvetica Now Bold';
	text-transform: uppercase;
	min-width: 200px;
	text-align: center;
}

.reward-title div{
	border: 1px solid #fff;
	padding: 5px 0;
}

.reward-text{
	padding-right: 89px;
	font-size: 17px;
}

.reward-text p{
	padding-bottom: 5px;
}

.conclusion-num{
	display: flex;
}

.conclusion-num div{
	text-transform: uppercase;
	font-size: 26px;
	padding: 15px 0 0 10px;
}

.conclusion-num span{
	font-size: 50px;
	font-family: 'a_AlternaOtl';
}

.conclusion-text{
	color: #fff;
	margin-top: 15px;
	line-height: 22px;
	width: 90%;
}

.dron-page .slide-image{
	text-align: right;
}

.dron-page .slide-image img{
	max-width: 70%;
}

.drone-services{
	padding: 50px 0;
	background-color: #f5f5f5;
}


.uk .slider-title{
	font-size: 36px;
}

.uk .slider-title span{
	font-family: 'Helvetica Now Display',arial;
	font-size: 16px;
	font-weight: 600;
}

.ds-row .ds-block{
    min-height: 80px;
    padding: 0;
    margin-left: 30px;
}

.ds-row .count-block{
	min-width: 90px;
	width: 90px;
}

.ds-row .count-inner{
	font-size: 18px;
}

.ds-row .ds-desc{
	width: 85%;
	box-sizing: border-box;
	padding-left: 30px;
	font-size: 16px;
	text-align: justify;
}

.ds-row .count-inner{
	padding-left: 70px;
	margin-right: 15px;
}

.first-text-wrap h1,
    .content-blue-inner h1{
	font-size: 20px;
	padding-bottom: 20px;
}

.ds-row .ds-desc span{
	font-weight: 600;
	color: #0859b6;
}

.ds-row .count-num{
	background: #f5f5f5;
}

.page-title{
	padding: 70px 0 0 10px;
	margin: 0 89px;
	font-size: 50px;
	color: #232323;
}

.inner-slide{
	flex-grow: 1;
	margin-top: 30px;
}

.content-blue{
	background-color: #0859b6;
	color: #fff;
}

.content-blue-inner{
	margin: 0 89px;
	padding: 40px 0;
}

.content-blue-inner p span{
	font-size: 17px;
	display: block;
	padding-bottom: 10px;
}

@media screen and  (max-width: 1440px) {
	.main-menu{
		right: 100px;
	}

	.partners-slider-wrapper,
	   .partners-slider{
		width: 770px;
	}

	.content-block{
		padding: 70px 0;
	}

	.arrow-wrap a{
		margin-right: 40px;
	}

	.advisors .content-left{
		  -webkit-flex: 3;
		  -moz-flex: 3;
		  -ms-flex: 3;
		  -o-flex: 3;
		  flex: 3;
	}

	.advisors .content-right{
		  -webkit-flex: 6;
		  -moz-flex: 6;
		  -ms-flex: 6;
		  -o-flex: 6;
		  flex: 6;
	}

	.advisor-image{
		margin-left: 20px;
	}

	.advisor-text-inner{
		padding-left: 20px;
		box-sizing: border-box;
	}

	.dron-page .slider-title{
		font-size: 45px;
	}

	.slider-title span{
		font-size: 20px;
	}

	.capabilities .climg{
		margin-top: 10px;
	}
}


@media screen and  (max-width: 1200px) {
	.body-inner{
		width: 94%;
	}

	.slide-content{
		padding: 0 40px;
	}

	.slide-image{
		right: 0;
	}

	.arrow-wrap,
	    .small-text,
	    .partner-title{
		padding-left: 40px;
	}

	.menu-wrapper {
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    -o-flex: 5;
    flex: 5;
	}

	.arrow-wrap a{
		margin-right: 25px;
	}

	.partners-slider-wrapper,
	   .partners-slider{
		width: 670px;
	}

	.partners-slider-wrapper{
		margin: 0 auto;
	}

	.first-title-text{
		padding-left: 120px;
	}

	.main-menu{
		right: 80px;
	}

	.advisor-lider-wrap{
		height: auto;
	}

	.capabilities .content-row,
	    .factors .content-row{
		display: block;
		margin: 0 89px;
	}

	.capabilities .content-left{
		margin-bottom: 30px;
	}

	.list-count-wrap{
		width: 100%;
	}

	.climg{
		text-align: center;
		margin-left: 0;
	}

	.capabilities .content-text-wrap{
		max-width: 100%;
		padding-left: 0;
	}

	.dron-page .slider-title{
		font-size: 36px;
	}

	.slider-title span{
		font-size: 18px;
	}
}

@media screen and  (max-width: 988px) {
	.content-row{
		display: block;
	}

	.content-left,
	    .content-right{
		width: 90%;
		margin: 0 auto;
		clear: both;
	}

	.content-left,
	    .content-header{
		margin-bottom: 40px;
	}

	.whoweare-bottom{
		margin-bottom: 60px;
	}

	.content-text-wrap{
		max-width: 100%;
	}

	.small-text,
	    .partner-title{
		padding-left: 0;
	}

	.slider-title{
		font-size: 40px;
	}

	.first-title-text{
		padding-left: 40px;
	}

	.partner-title h5,
	    .partner-title div{
		float: left;
	}

	.small-text{
		float: right;
		margin-bottom: 40px;
	}

	.partner-title div{
		width: auto;
		margin:15px 0 0 40px;
	}

	.partners-arrows{
		width: 670px;
		margin: 20px auto 0 auto;
	}

	.md-row{
		width: 90%;
		margin: 0 auto;
	}

	.service-col,
	    .arrow-wrap,
	    .menu-wrapper{
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	.preloader-logo{
		margin-left: 40px;
	}

	.progress-counter-wrap{
		margin-left: 80px;
		font-size: 45px;
	}

	.content-menu-wrap{
		display: block;
	}

	.menu-wrapper{
		min-height: 80px;
		padding-top: 10px;
	}

	.menu-wrapper li{
		display: block;
		float: left;
		width: 25%;
		min-height: 30px;
		text-align: center;
	}

	.menu-wrapper ul{
		display: block;
		padding-right: 0;
	}

	.progress-bar-left,
	    .progress-bar-right{
		float: none;
		width: 100%;
	}

	.progress-bar-left{
		height: 283px;
	}

	.progress-bar-right{
		height: 17px;
	}

	.info-popup{
		width: 90%;
		margin-left: -45%;
	}

	.advisor-lider-wrap{
		width: 100%;
		padding: 30px 0;
	}

	#spac-advisory .content-row{
		width: 90%;
		margin: 0 auto;
	}

	.spac-block:first-child .spac-content-inner{
		width: 100%;
	}

	.ds-row{
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.ds-block,
	    .drone-services .content-header{
		margin-bottom: 25px;
	}

	.conclusion-block{
		margin-bottom: 40px;
	}

	.conclusion-text,
	    .capabilities .content-right,
	    .top-info .content-right,
	    .top-info .content-left{
		width: 100%;
	}

	 .drone-services .content-text-wrap{
	 	margin-left: 0;
	 }

	 .subject .small-text{
	 	float: left;
	 	margin-bottom: 25px;
	 }

	 .capabilities .content-row, .factors .content-row {
	    display: block;
	    width: 90%;
	    margin: 0 auto;
	}

	.dron-page .slider-title{
		font-size: 26px;
	}

	.slider-title span{
		font-size: 16px;
	}

	.dron-page .slide-image img{
		max-width: 50%;
	}

	.dron-page  .slide-text-wrap{
		top: 100px;
	}

	.inner-page .first-title-text,
	   .content-blue-inner{
		padding-left: 0;
		width: 90%;
		margin: 0 auto;
	}

	.inner-page .first-text-wrap{
		margin-right: 0;
	}

	.uk .slider-title span{
		font-size: 14px;
	}

	.page-title{
		font-size: 40px;
		width: 90%;
		margin: 0 auto;
	}



}

@media screen and  (max-width: 768px) {
	.content-bottom-left,
	    .menu-wrapper{
		display: none;
	}

	.partners-slider-wrapper, 
	   .partners-slider,
	   .partners-arrows{
		width: 100%;
	}

	.slide-text-wrap,
	    .dron-page .slide-text-wrap{
		top: 50px;
	}

	.slider-title{
		font-size: 30px;
	}

	.slide-image{
		top: 140px;
		width: 300px;
	}

	.first-title-text{
		padding: 0 20px;
		box-sizing: border-box;
	}

	.first-text-wrap{
		width: 100%;
	}

	.partners-slider-wrapper{
		box-sizing: border-box;
	}

	.partners-slider,
	.partners-slider .slide-inner,
	    .partners-slider .slide{
		height: 550px;
	}

	.p-wrap-logo{
		width: 150px;
	}

	.p-wrap-top{
		padding-left: 160px;
	}

	.p-wrap-link{
		font-size: 14px;
	}

	.main-menu{
		right: 60px;
	}

	.footer-inner{
		margin: 0 40px;
	}

	.popup-photo{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		height: 200px;
	}

	.popup-info{
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.popup-photo img{
		max-height: 100%;
	}



	.advisors .advisor-left,
	    .advisors .advisor-right,
	    .advisor-wrap,
	    .rewards{
		display: block;
	}

	.advisor-text-inner,
	    .advisor-image{
		margin: 0 auto;
		text-align: center;
	}

	.advisor-readmore{
		width: 110px;
		float: none;
		margin: 0 auto;
	}

	.reward-title,
	    .reward-text{
		width: 90%;
		padding: 0;
		margin: 0 auto 15px auto;
	}

	.list-count-wrap{
		flex-wrap: wrap;
	}

	.list-count-block{
		flex-basis: 100%;
	}

	.dron-page .slide-image img{
		max-width: 90%;
	}

	.page-title{
		font-size: 30px;
	}

}

@media screen and  (max-width: 568px) {
	.main-menu{
		width:350px
	}

	.services .content-text-wrap{
		margin-left: 0;
	}

	.ds-image{
		width: 120px;
		margin: 10px auto;
	}

	.ds-info{
		width: 90%;
		margin: 0 auto;
	}

	.ds-row .ds-info,
	    .ds-row .ds-desc{
		width:100%;
	}

	.ds-row .count-block{
		margin-left: 10px;
	}

	.ds-name{
		text-align: center;
	}

	.ds-desc{
		width: 100%;
		text-align: justify;
	}
}

@media screen and  (max-width: 480px) {
	.p-wrap-logo{
		width: 100px;
	}

	.p-wrap-top{
		padding-left: 110px;
	}

	.small-text{
		width: 100%;
	}

	.main-menu{
		right: 50px;
		width: 280px;
	}

	.partner-title div{
		margin-right: 20px;
	}

	.partners-slider,
	.partners-slider .slide-inner,
	    .partners-slider .slide,
	    .partners-wrapper{
		height: 500px;
	}

	.partner-title h5, .partner-title div{
		float: none;
	}

	.partner-title h5{
		margin-bottom: 15px;
	}

	.partner-title div{
		margin: 0;
	}

	.slide-img{
		height: 300px;
	}

	.buttons-fixed{
	   width: 80px;
	   height: 80px;
	}

	.circle-btn{
		width: 80px;
		height: 80px;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		border-radius: 80px;
		line-height: 80px;
	}

	.logo-img{
		width: 60px;
	}

	.logo-text{
		width: 200px;
		top: -60px;
		left: 45px;
	}

	.slide-name{
		float: none;
		text-align: center;
		width: 100%;
		font-size: 18px;
	}

	.partner-readmore{
		width: 80px;
		float: none;
		margin: 10px auto;
	}

	.capabilities{
		padding-bottom: 40px;
	}

	.ds-row .ds-block{
		display: block;
	}

	.ds-row .count-block{
		min-width: 100%;
		width: 100%;
		margin-left: 0;
	}

	.ds-row .ds-desc{
		padding-left: 0;
	}

}

@media screen and  (max-width: 380px) {
	.heading-text{
		padding: 45px 0 0 0;
		margin-right: 0;
		text-align: center;
	}

	.i-drone{
		left: 50%;
		margin-left: -22px;
	}


}

