/*
	Theme Name: EVE - Mobility Reimagined
	Text Domain: eve
	Version: 2.0
	Tested up to: 6.0
	Requires at least: 4.7
	Requires PHP: 5.2.4
	Author: Digital.ws
	Author URI: https://digital.ws/
*/

.fp-bg {
    background-size: cover;
    background-position: center 80%;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.fp-bg-1 {
    background-image: url('assets/img/bg-5.png');
}
.fp-bg-2 {
    background-image: url('assets/img/bg-7.png');
}

.fp-table,
#section5,
.parallax {  }
#section5 {
    height: 100vh !important;
}

@font-face {
    font-family: 'ClashGrotesk-Extralight';
    src: url('assets/fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
         url('assets/fonts/ClashGrotesk-Extralight.woff') format('woff'),
         url('assets/fonts/ClashGrotesk-Extralight.ttf') format('truetype');
         font-weight: 200;
         font-display: swap;
         font-style: normal;
  }
  

@font-face {
    font-family: 'ClashGrotesk-Light';
    src: url('assets/fonts/ClashGrotesk-Light.woff2') format('woff2'),
         url('assets/fonts/ClashGrotesk-Light.woff') format('woff'),
         url('assets/fonts/ClashGrotesk-Light.ttf') format('truetype');
         font-weight: 300;
         font-display: swap;
         font-style: normal;
  }
  

@font-face {
    font-family: 'ClashGrotesk-Regular';
    src: url('assets/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
         url('assets/fonts/ClashGrotesk-Regular.woff') format('woff'),
         url('assets/fonts/ClashGrotesk-Regular.ttf') format('truetype');
         font-weight: 400;
         font-display: swap;
         font-style: normal;
  }
  
  
  @font-face {
    font-family: 'ClashGrotesk-Medium';
    src: url('assets/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
         url('assets/fonts/ClashGrotesk-Medium.woff') format('woff'),
         url('assets/fonts/ClashGrotesk-Medium.ttf') format('truetype');
         font-weight: 500;
         font-display: swap;
         font-style: normal;
  }

body {
    color: #484F51;
    font-size: 15px;
    overflow-x: hidden;
}


body, p, input {
    font-family: 'Roboto', Arial;
    font-size: 16px;
    line-height: 30px;
}

.timeline-item h3,
.entry-title,
.entry-subtitle,
.articles-item h3,
.entry-minititle,
.lead {
    font-family: 'ClashGrotesk-Regular', Arial;
}


footer .menu li a, 
.subtitle,.header-nav .menu li a,
.headline-line, .solution__item h3 {
    font-family: 'ClashGrotesk-Medium';
}
h1, h2, h3, h4 {
    font-family: 'ClashGrotesk-ExtraLight', Arial;  
}
.off-canvas {
    z-index: 9999 !important;
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    z-index: 999;
    padding: 25px 50px;
}
.header-logo a {
    display: inline-block;
}
.header-logo a img {
    width: 160px;
}
.header-nav .menu li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 7px 20px !important;
}
.dropdown.menu>li.is-active>a {
	color: #ffffff;
}


.header-nav .menu li a span {
    position: relative;  
}
.header-nav .menu li a span:after {
    content: '';
    bottom: -5px;
    width: 0;
    left: 0;
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #fff;  
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-nav .menu li a:hover span:after {
    width: 100%;  
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.blog .header-nav .menu li a span:after,
.post-type-archive-cpt_brandcenter .header-nav .menu li a span:after {
    border-bottom: 1px solid #484F51 !important;  
}


.header-nav .menu li ul {
	background-color: transparent;
	border:none;
	padding-top: 5px;
}
.header-nav .menu li ul li a {
	font-size: 10px;
	padding: 12px 20px !important;
    display: block !important;
    line-height: 13px;
}


.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: none;
}


.header-nav .menu.active li a {
    color: #484F51;
}

.header-nav .menu.active li a span:after {
    border-bottom-color: #484F51; 
}


.header-nav .menu li:last-child {
    position: relative;
    z-index: 99;
}
.header-nav .menu li:last-child a {
    padding-right: 0 !important;
    margin-top: -4px;
    display: inline-block;
}
.header-nav .menu li:last-child a img {
    width: 21px;
}

.fp-watermark {
    display: none !important;
}


.s {
    position: relative;
}

.s-bg {
    height: 100vh;
    width: 100%;
}
.bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.title.big {
    font-size: 80px;
    line-height: 70px;
}

.c-white {
    color: #ffffff;
}


#s-1-evtol-1 {
    position: fixed;
    left: 420px;
    top: 200px;
    z-index: 9;
}
#s-1-evtol-2 {
    position: fixed;
    left: 440px;
    top: 140px;
    z-index: 9;
}
#s-1-line-violet {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -150px;
    width: 100%;
}
#s-1-content {
    position: absolute;
    left: 100px;
    top: 340px;
}

.lead {
    font-size: 28px;
    line-height: 35px;
}

.wrap {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-right: 100px;
    position: relative;
}
.wrap-60 {
    padding-right: 0;
    width: 60%;
}
.wrap-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.wrap-align {
    position: relative;
}
.headline-line {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 100px;
    height: 50px;
}
.headline-line.green {
    background: url('assets/img/line-green.svg') no-repeat left 26px;
    padding-left: 130px;
    margin-left: -30px;
}
.headline-line.violet {
    background: url('assets/img/mini-line-violet.svg') no-repeat left 26px;
}
.headline-line img {
    position: absolute;
    top: 27px;
}


.headline {
    margin-bottom: 25px;
}

.no-ng {
    margin: 0 !important;
}


.subtitle {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    color: #2CD2C5;
    letter-spacing: 1px;
}
.headline-line.violet .subtitle {
    color: #924DE1;
}



.headline-align {
    padding-left: 100px;
}

.wrap-align-fix {
    flex: 1;
}
.wrap-align-fix .headline .title {
    margin-bottom: 30px;
}

.headline-align-columns {
    display: flex;
    grid-gap: 50px;
}
.headline-grid {
    flex: 1;
}


.wrap-align-fix .headline {
    width: 35%;
}



.solutions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
    text-align: left;
}
.solution__item img {
    margin-bottom: 10px;
    height: 160px;
}
.solution__item h3 {
    font-size: 22px;
    color: #924DE1;
    line-height: 25px;
    margin-bottom: 10px;
}
.solution__item ul {
    margin-bottom: 0;
}
.solution__item ul li {
    margin-bottom: 8px;
    line-height: 20px;
}
.solution__item li:last-child {
    margin-bottom: 0;
}


#eve-black {
    display: none;
}


.s-padding {
    padding: 20px 0;
}


#s-4-content {
    position: absolute;
    left: 128px;
    top: 430px;
    width: 380px;
}


.line-green {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -112px;
}

#s-5-content {
    padding-left: 100px;
}

#s-5-content .subtitle {
    margin-top: 175px;
    margin-bottom: 10px;
}


#s-5-content-align {
    width: 500px;
    float: left;
    margin-top: 20px;
}



.cta a {
    color: #2CD2C5;
}

.cta.violet a {
    color: #924DE1;
}



.wrap-fix {
    padding-left: 100px;
}


.news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 35px;
    margin-top: 15px;
}
.news-item {
    display: block;
    color: #484F51;
}
.news-item:hover {
    color: #484F51;
}
.news-thumb {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom:18px;
}
.news-thumb figure {
	width: 100%;
	height: 100%;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-text h3 {
    font-size: 18px;
    padding: 0 50px;
    margin-bottom: 0;
}


#s-9 {
    padding: 150px 0;
    height: auto;
}




#s-2-evtol-1 {
    position: absolute;
    right: 30px;
    top: 150px;
}
#s-2-evtol-2 {
    position: absolute;
    left: 440px;
    top: 140px;
}



.hero,
.hero figure {
	position: relative;
	height: 70vh;
	width: 100%;
}
.hero figure {
    position: relative;
}
.hero figure:after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
}
.hero figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.hero-100,
.hero-100 figure {
	height: 85vh;
}
.hero-100 {
    background-color: #484F51;
    overflow: hidden;
}


.hero .wrap-title {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}
.hero h1.entry-title {
	color: #ffffff;
	margin: 150px 50px;
	font-size: 40px;
	margin-bottom: 0;
}

.entry-main {
	padding: 80px 0;
}
.entry-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 40px;
}


.c-black {
    color: #484F51 !important;
}


.grid {
    display: grid;
}
.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-3 a {
    display: block
}
.grid-3 a img {
    width: 100%;
}


.hero-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}


.mb-20 {
    margin-bottom: 20px;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-200 {
    margin-bottom: 200px;
}

.entry-subtitle {
    font-size: 40px;
    line-height: 44px;
    position: relative;
    margin-bottom: 50px;
    border-bottom: 2px solid #924DE1;
    padding-bottom: 15px;
}
.services img {
    height: 170px;
}


.header-filter .line,
.entry-subtitle .line {
    position: absolute;
    bottom: -19px;
    left: -1166px;
    width: 1168px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    height: 19px;
    margin-left: 0;
}
.entry-subtitle.green {
    border-bottom-color: #2CD2C5;
}
.entry-subtitle.green span {
    font-size: 30px;
    color:#2CD2C5 ;
}

.grid-3 {
    margin: 70px 0;
}



.entry-content-fix {
    padding-left: 300px;
}


.entry-figure {
    padding: 30px 0;
}


.c-purple {
    color: #7855D7;
}

.list {
    margin: 30px 0 30px 20px;
}

.list li {
    line-height: 30px;
    margin-bottom: 10px;
}
.list li:last-child {
    margin-bottom: 0;
}


.timeline__header {
    margin-top: 140px;
    margin-bottom: 25px;
}
.timeline {
    margin: 0 0 60px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.timeline-item {
    position: relative;
}
.timeline-item h3 {
    font-size: 40px;
    border-bottom: 2px solid #2CD2C5;
    margin-bottom: 15px;
    position: relative;
}
.timeline-item span {
    font-weight: bold;
    color: #7855D7;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.timeline-item p {
    padding-right: 80px;
}
.timeline-item img {
    position: absolute;
    top: -140px;
    left: -120px;
}
.timeline-item h3 img {
    bottom: -9px;
    right: 0;
    left: inherit;
    top: inherit;
}


.s-bg-full {
    width: 100%;
}

.articles {
    display: grid;
    grid-gap:40px;
}
.articles.middle p {
    margin-bottom: 0;
}

.articles-item {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}
.articles-content {
    flex: 1;
}
.articles-item h3 {
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 20px;
}
.articles-thumb {
    width: 50%;
}
.articles-thumb img {
    width: 100%;
    border-radius: 6px;
}


.articles-news a {
    margin-left: 300px;
    color: #484F51;
}

.articles-news a:first-child {
    margin-left: 0;
}
.articles-news a h3 {
    font-size: 28px;
    line-height: 33px;
}
.articles-news .cta {
    text-transform: lowercase;
    color: #2CD2C5;
    font-weight: bold;
    display: flex;
    align-items: center;
    grid-gap: 5px;
} 
.articles-news a:first-child h3 {
    font-size: 40px;
    line-height: 44px;
}

.articles-news a .articles-thumb {
    height: 250px;
}
.articles-news a:first-child .articles-thumb {
    height: 350px;
}
.articles-news a .articles-thumb {
    overflow: hidden;
    border-radius: 4px;
}
.articles-news a .articles-thumb figure,
.articles-news a .articles-thumb figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.cta.c-purple a {
    color: #924DE1;
}

.articles-date {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    color: #2CD2C5;
    text-transform: capitalize;
}

.page-template-page-home .news-item,
.single .news-item {
    display: block !important;
}
.page-template-page-home .news-thumb,
.single .news-thumb {
    width: 100% !important;
}
.page-template-page-home .articles-item h3,
.single .articles-item h3 {
    font-size: 18px;
    padding: 0 40px;
    line-height: 20px;
}
.page-template-page-home .articles-item .cta,
.page-template-page-home .articles-date,
.single .articles-item .cta,
.single .articles-date {
    display: none;
}

.menu-black {
    display: none;
}


footer {
    background-color: #7855D7;
    padding: 110px 40px 80px 40px;
    position: relative;
}

.footer_1_logo {
    opacity: 0;
}

.line-footer-1 {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.footer_1 {
    margin-left: 116px;
}
.footer_1_newsletter {
    margin-left: 0;
    padding: 0 80px 0 0;
}
.footer_1_newsletter label {
    font-size: 12px;
}
footer .menu li ul {
    margin: 22px 0 15px;
    grid-gap: 12px;
    width: 100%;
}

.footer_1,
.footer_2 {
    position: relative;
}

.footer_1_left {
    align-items: center;
    display: flex;
    grid-gap: 70px;
}


.footer_1_newsletter label {
    color: #ffffff;
}
.footer_1_newsletter input {
    margin-bottom: 0;
    border:none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}
.footer_1_newsletter input:focus {
    box-shadow: none;
    border:none;
    background-color: rgba(255, 255, 255, 0.25); 
}

.footer_1 {
    display: flex;
    grid-gap: 25px;
    align-items: flex-start;
}


.footer_1_right {
	display:flex;
	justify-content:end;
}

.footer_1_logo,
.footer_1_right {
    flex: 1;
}

footer .menu {
    float: right;
    grid-gap: 30px;
}
footer .menu li a {
    color:#ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 0;
}

footer .menu li a span {
    position: relative;
}
footer .menu li a span:after {
    content: '';
    bottom: -5px;
    width: 0;
    left: 0;
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer .menu li a:hover span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}


.footer-green footer .menu li a span:after {
    border-bottom-color: #484F51;
}




footer .menu li .menu li a {
    font-size: 10px;
    line-height: 13px;
}


.footer_2 {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 50px;
}
.footer_2_nav {
    display: inline-flex;
    grid-gap: 25px;

}
.footer_2_nav a {
    color: #ffffff;
    font-size: 13px;
}


.footer_2_social {
    
    display: inline-flex;
    grid-gap: 40px;
}




.solutions-inner {
    text-align: left;
    grid-gap: 60px;
}
.solutions-inner h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', Arial;
}
.solutions-inner img {
    margin-bottom: 20px;
}
.solutions-inner p {
    line-height: 20px;
}


.entry-minititle {
    font-size: 30px;
    margin-bottom: 40px;
}

.solutions-1 {
    grid-template-columns:  1fr;
}
.solutions-1 p br {
    display: none;
}
.solutions-3 {
    grid-template-columns:  1fr 1fr 1fr;
}
.solutions-5 {
    grid-template-columns:  1fr 1fr 1fr 1fr 1fr;
}


.solutions-1 .solutions-item {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}


.c-green {
    color: #2CD2C5;
}


.cabin {
    padding: 0 40px;
    display: grid;
    grid-gap: 40px;
}
.cabin div {
    position: relative;
}
.cabin div p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 13px;
    position: absolute;

}
.cabin .one p {
    left: 20px;
    bottom: 20px;
    font-size: 13px;
    color: #ffffff;
}
.cabin .two p {
    left: 20px;
    bottom: 20px;
    color: #484F51;
    text-align: left;
}
.cabin p.one_left {
    color: #ffffff;
}
.cabin p.one_right {
    right: 20px;
    left: inherit;
}






.media {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.media a {
    display: block;
    color: #484F51;
    margin-bottom: 30px;
}
.media-img {
    border-radius: 4px;
}
.media-title {
    margin-top: 15px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}




.header-filter {
    margin-bottom:10px;
    border-bottom: 2px solid #924DE1;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header-filter.green {
    border-bottom-color: #2CD2C5;
}

.filter-top {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.filter-radios {
    display: flex;
    grid-gap: 20px;
}
.filter-radios input {
    margin-bottom: 0;
    vertical-align: -2px;
    margin-right: 1px;
    cursor: pointer;
}
.filter-radios label {
    cursor: pointer;
    color: #96A5AE !important;
}

.header-filter .entry-subtitle {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


label.bold {
    font-weight: bold;
}


.filter-submit {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
    align-items: center;
    grid-gap: 20px;
}

.sf-field-submit {
    display: none !important;
}


.filter-submit .button {
    color: #7855D7;
    padding: 13px 30px;
    font-weight: bold;
    background-color: rgba(215, 223, 226, 0.20);
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 4px;
    border: none;
}
.filter-submit.green .button {
    color: #2CD2C5;
}
.filter-submit .button:hover {
    background-color: rgba(215, 223, 226, 0.40);
}


.cta a {
    font-weight: bold;
}


.line-footer-2 {
    display: none;
}


.n2,
.s2 {
    display: none;
}


.footer-green footer {
    background-color: #2CD2C5;
}

.footer-green label,
.footer-green input,
.footer-green footer .menu li a,
.footer-green footer a {
    color: #484F51;
}
.footer-green .line-footer-2 {
    display: block;
}
.footer-green .line-footer-1 {
    display: none;
}
.footer-green .s2,
.footer-green .n2 {
    display: inline-block;
}

.footer-green .n1,
.footer-green .s1 {
    display: none;
}

.line-footer-2 {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 0;
}


.news-input {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.news-input img {
    width: 23px;
}





.pin {
    position: relative;
    width: 460px;
    border-radius: 10px;
    padding: 30px 27px;
    margin-left: 50px;
    background-color: rgba(72, 79, 81, 0.95);
    color: #D7DFE2;
}
.pin-line {
    margin: 20px 0 10px;
}
.pin-drop {
    position: relative;
}
.pin-label {
    font-size: 12px;
    color: #D7DFE2;
}
.pin-select {
    background-color: transparent;
    border:2px solid #576062;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    box-shadow: none;
    transition: none;
    padding:10px 13px;
    display: flex;
    grid-gap: 15px;
    align-items: center;
    height: 47px;
    margin-bottom:10px;
    padding-right: 48px;
}
.pin-select span,
.pin-select span div {
    flex:1;
    max-width: 320px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pin-select i {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #576062;
    width: 38px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 4px;
}
.pin-select:hover {
    color: #ffffff;
    border:2px solid #576062;
}
.pin-select.hover i,
.pin-select.hover:hover i {
    background-color:#373D40;
}
.pin-select:focus {
    transition: none;
    border-color: #2CD2C5;
    border-width: 2px;
    box-shadow: none;
    background-color: transparent;
}
.pin-title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
}
.pin-p {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}
.pin-p small {
    display: block;
    font-size: 10px;
    color: #96A5AE;
    line-height: 13px;
    margin-top: 15px;
}
.pin-p small a {
    color: #96A5AE;
    border-bottom: 1px solid;
    padding-bottom: 1px; 
}

.pin-options {
    width: 100%;
    background-color: #373D40;
    border:2px solid #576062;
    border-top-color: #373D40;
    padding: 7px 0;
    font-size: 13px;
    -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
max-height: 200px;
overflow-y: auto;
}
.pin-options div {
    cursor: pointer;
    padding: 7px 13px;
    margin-bottom: 1px;
    line-height: 18px;
}
.pin-options div.active,
.pin-options div:hover {
    background-color:#576062;
}

.fly-legend {
    display: flex;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 4px;
}
.fly-legend span:first-child {
    margin-left: 30px;
    margin-right: 115px;
}

.pin-select.hover {
    background-color:#373D40;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-color: #576062;
}
.pin-select.hover i {
    transform: rotate(180deg);
}

.button {
    background-color: #2CD2C5;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    transition:none;
}
.button:hover {
    background-color: #41D8D0;
    transition:none;
}


.fly-row {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    color: #FF7924;
    font-weight: bold;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 5px;
}
.fly-row.evtol {
    border-color:#2CD2C5;
    color: #2CD2C5;
}
.fly-column.flex {
    flex: 1;
}
.fly-column span {
    display: block;
    background-color: #576062;
    display: block;
    border-radius: 4px;
    background-color: #576062;
    padding: 8px 15px;
    text-align: center;
}
.fly-column span i {
    font-style: normal;
}
.fly-column span img {
    vertical-align: -4px;
    margin-right: 2px;
}

.fly-column.last {
    width: 20%;
    text-align: center;
}


.parts .solutions-item {
    text-align: center;
    position: relative;
}
.parts .solutions-item:after {
    content: '';
    background: url('assets/img/evtol-arrow.svg') no-repeat;
    position: absolute;
    width: 88px;
    height: 20px;
    top: 50%;
    left: 108px;
    margin-top: -47px;
}
.parts .solutions-item:last-child:after {
    display: none;
}






@media (max-width: 850px) { 
    
footer .menu li ul li a br {
    display: none;
}
    .timeline {
        grid-template-columns: 1fr;
    }
        .entry-content-fix {
        padding-left: 0;
    }
        .entry-main {
        padding: 40px 20px;
    }
        .header-bar {
        padding: 25px 20px;
    }
        .hero-100, .hero-100 figure,
        .hero-video {
        height: 400px;
    }
        .header-logo a img {
        width: 130px;
    }
        .hero h1.entry-title {
            font-size:30px;
            margin: 100px 20px;
            margin-bottom: 0;
        }
        .entry-subtitle {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 30px;
        }	
        
        .timeline-item img {
        position: relative;
        top: 0;
        left: 0;
    }
        
        .entry-main .entry-main {
            padding:40px 0px
        }
        
    }
    
    
    
    
    
    
    
    






.owl-full .owl-stage-outer {
    overflow: inherit !important;
}
.owl-team-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.owl-team-wrap img {
    transition: all .6s;
}
.owl-team-wrap img.scale:hover {
    transform: scale(1.10);
}
.owl-team-wrap img.scale-on {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.10);
    opacity: 0 !important;
}


.owl-team-wrap:hover img.scale {
    transition: all .6s;
}
.owl-team-wrap:hover img.scale-on {
    opacity: 10 !important;
}
.owl-team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    padding-right: 60px;
    color: #ffffff;
}
.owl-team-content h3 {
    margin-bottom: 3px;
    font-size: 20px;
    font-family: 'Roboto', Arial;
    font-weight: bold;
}
.owl-team-content span {
    font-size: 13px;
    line-height: 16px;
    display: block;
}
.owl-team-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 26px;
    cursor: pointer;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.owl-team-more img {
    width: 13px !important;
    margin-left:1px;
    margin-top: 2px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7855D7 !important;
}

#nav-team {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}
#nav-team img {
    width: 25px;
}
#nav-team button {
    outline: none;
    cursor: pointer;
}
#nav-team button:hover {
    opacity: 0.8;
}
#nav-team button.disabled {
    opacity: 0.3;
    cursor: default !important;
}
#nav-team img.owl-arrow-prev {
    transform: rotate(90deg);
}
#nav-team img.owl-arrow-next {
    transform: rotate(271deg);
}


.search-filter-result-item:first-child h3 {
    font-size: 36px !important;
    line-height: 39px !important;
}
@media (max-width: 850px) {
    .search-filter-result-item:first-child h3 {
        font-size: 25px !important;
        line-height: 27px !important;
    }
}

.reveal {
    outline: none;
    padding: 0;
    border-radius: 6px;
    border:none;
}

.reveal-wrap {
    display: flex;
}
.reveal-info {
    flex: 1;
    padding: 0;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.reveal-team {
    width: 1000px;
    top: 0 !important;
    box-shadow: 0 0 200px #000000;
}

.reveal-text-two-colunm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.reveal-text {
    line-height: 22px;
    font-size: 13px;
}

.reveal-headline {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reveal-headline h3 {
    font-family: 'Roboto', Arial;
    font-weight: normal;
    line-height: 30px;
    font-size: 28px;
    margin-bottom:3px;
}
.reveal-headline span {
    font-size: 12px;
}
.reveal-text p {
    font-size: 13px;
}

.reveal-team .close-button {
    bottom: 6px;
    top: initial;
    line-height: 20px;
    right: 6px;
    cursor: pointer;
}


.reveal-overlay {
    background-color: rgba(0,0,0,.9);
}


.is-reveal-open .reveal-overlay {
}

.reveal {
    border-radius: 0 ;
}
.reveal .reveal-text-two-colunm {
    grid-template-columns: 1fr;
}
.reveal .reveal-info {
    padding: 50px 20px 20px 20px;
}

.reveal .owl-team-close {
    position: absolute;
    right: 20px;
    top: 20px;
    bottom: inherit;
}


.off-canvas {
    background-color: #ffffff;
    box-shadow: none !important;
}
.off-canvas a {
    outline: none;
}
.off-logo {
    display: block;
    padding: 25px;
}
.off-logo img {
    width: 130px;
}
.off-nav li a {
    color: #484F51;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 19px 20px !important;
}
.off-nav li ul {
    background-color: #f5f5f5;
    padding: 10px 0;
}
.off-nav li ul li a {
    font-size: 10px;
    padding: 14px 20px !important;
}
.js-off-canvas-overlay {
    background: rgba(0,0,0,.7);
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #484F51 transparent transparent;
    border-width: 5px;
    right: 20px;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    margin-top: -8px;
}



#explore {
    width: 100%;
    border:none;
    margin: 0;
    background-color: #f5f5f5;
}



@media (max-width: 850px) {
    .parts .solutions-item:after {
        display: none;
    }
    .header-filter {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }
    .filter-top {
        display: block;
    }
    .filter-radios {
        display: none;
    }
    .filter-top span {
        display: none;
    }
    .searchandfilter ul li label,
    .searchandfilter ul {
        display: block !important;
    }
    .searchandfilter .sf-field-category {
        margin-top: 15px !important;
    }
    .searchandfilter .sf-field-category ul {
        display: flex !important;
        grid-gap: 7px;
    }
    .filter-submit {
        margin-top: 15px !important;
        display: block;
    }
    .filter-submit a {
        width: 100%;
    }
    .searchandfilter ul li li {
        display: flex;
        align-items: center;
        grid-gap: 5px;
        flex: 1;
        justify-content: center;
        border: 1px solid #eaeaea;
        padding: 6px !important;
        border-radius: 4px;
        grid-gap: 3px;
    }
    .searchandfilter ul li li label {
        font-size: 13px;
    }

    .search-filter-result-item {
        padding-left: 0 !important;
    }
    .search-filter-result-item:first-child .news-thumb {
        height: 180px !important;
    }

.solutions-5,
.solutions-3 {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.solutions-inner h3 {
    font-size: 16px;
    line-height: 19px;
}
.cabin {
    padding: 0;
    grid-gap: 20px;
}
.entry-main .large-12 {
    padding: 0 !important;
}
.mb-80 {
    margin-bottom: 40px !important;
}
.entry-minititle {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: left;
}
.solutions {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.articles-news a h3,
.articles-news a:first-child h3,
.articles-item h3 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 13px;
}

.articles-news a {
    margin-left: 0;
}

.media {
    grid-template-columns: 1fr 1fr
}
.media-img {
    width: 100%;
}

.footer_1 {
    margin-left: 0;
    display: grid;
}
.footer_1_logo {
    display: none;
}

footer {
    padding:30px 0;
}
.line-footer-2,
.line-footer-1 {
    position: relative;
    top: 0;
    display: none;
 }

 footer .menu {
    float: none !important;
    display: block;
    text-align: center;
 }

.footer_1_left {
    display: grid;
    grid-gap: 0;
}.footer_1_newsletter {
    margin-left: 0;
}
.footer_2 {
    display: grid;
    align-items: center;
    justify-content: center;
 }
 footer .menu li a {
    padding: 10px 0;
 }
 footer .menu li .menu li a {
    font-size: 10px;
    display: block;
    padding: 10px 0;
 }
 footer .menu li ul {
    margin: 5px 0 22px;
 }

 .footer_2_social {
    justify-content: center;
    margin-top: 30px;
    grid-gap: 30px;
}

.footer_2_nav {
    grid-gap: 15px;
}
.footer_2_nav a {
    font-size: 11px;
}

}

.fx-right {
    padding-right: 100px;
}

.reveal-thumb {
    width: 100px;
    height: 150px;
    margin-bottom: 0px;
}
.reveal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


@media (max-width: 1360px) {

	.footer_1_newsletter {
		padding: 0 40px 0 0;
	}
	footer .menu li a span {
		font-size:11px;
	}

}
@media (max-width: 1220px) {
	.footer_1_right {
		display:block;
	}
	.footer_1_newsletter {
		padding-right:0;
		margin-bottom:40px;
	}
	footer .menu {
		float: none;
		grid-gap: 30px;
		width: 100%;
	}
	footer .menu li {
		flex:1;
	}
	footer .menu li a span {
		font-size:14px;
	}
	footer .menu li ul li a span {
		font-size: 11px;
    	line-height: 17px;
	}
}



@media (max-width: 1024px) {
	.footer_1 {
    margin-left: 40px;
}
}




@media (max-width: 639px) {
	footer .menu li ul li a span {
    font-size:9px;
    line-height: 13px;
}
	.footer_1 {
		display:block;
	}
	
	footer .menu li a span {
    font-size: 13px;
}
	.footer_1 {
    margin-left: 0px;
}
	
	.footer_1_newsletter {
    padding-right: 50px;
    margin-bottom: 25px;
    padding-left: 50px;
}
    .header-nav .menu li {
        display: none !important;
    }
    .header-nav .menu li:last-child {
        display: block !important;
    }
    .header-nav .menu li:last-child a {
        opacity: 10;
        padding: 0 !important;
        margin: 0 !important;
    }

    .reveal-name {
        display: flex;
        align-items: center;
        grid-gap: 15px;
    }
    .reveal-name .reveal-headline {
        display: block;
        margin-bottom: 0;
    }
    .reveal-name .reveal-headline h3 {
        font-size: 23px;
        margin-bottom: 0px;
    }

    .drop-fix {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        background: #fff;
        top: 50px;
        padding: 20px 0px 30px 0px;
        text-align: left;
    }
    .filter-radios label {
        border: 1px solid #eee;
        padding: 8px 14px;
        margin-bottom: -1px;
    }

    .cabin .one p.one_right {
        right: inherit;
    }
    
    .cabin div p {
        position: relative;
        margin-top: 13px;
        margin-bottom: 15px;
        font-size: 14px !important;
        line-height: 22px;
    }
    .entry-main .radius {
        border-radius: 8px;
    }
    .cabin div img {
        border-radius: 8px;
    }
    .entry-title {
        font-size: 34px;
        line-height: 38px;
    }
    .wrap-fix {
        padding-left: 0px;
    }
    .news-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-bottom: 35px;
        margin-top: 15px;
    }
    .wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
    .single .articles-item h3 {
        font-size: 25px;
        line-height: 27px;
        padding: 0;
    }

    .single .hero,
    .single .hero figure {
        height: 400px;
    }
    .cabin div p br {
        display: none;
    }
    .cabin .one p {
        left: 0;
        bottom: 0;
        color: inherit;
    }
    .cabin .two p {
        right: inherit;
        bottom: inherit;
        left: 0;
        color: #484F51;
        text-align: left;
    }


    .timeline__header {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .big-line {
        top: 87px !important;
        width: 300%;
        right: -245px;
    }


    .footer-green .line-footer-2 {
        display: none;
    }
    .gallery-links {
        display: grid !important;
        grid-template-columns: 1fr;
        margin-bottom: 58px;
    }
    .gallery-links a {
        font-size: 15px;
    }
    #owl-team {
        padding-left: 0px !important;
    }
.iframe {
    padding: 0 !important;
}
    .media {
        grid-template-columns: 1fr
    }
    .timeline {
    margin: 20px 0 50px;
    }
    .timeline-item h3 img {
        position: absolute
    }
.grid-3 {
    margin: 40px 0;
    grid-template-columns: 1fr 1fr;
}

.owl-team-more {
    right: 8px;
    bottom: 8px;
    width: 23px;
    height: 23px;
}
.owl-team-more img {
    width: 12px !important;
}
.owl-team-content {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.owl-team-content h3 {
    font-size: 15px;
}
.owl-team-content span {
    font-size: 11px;
    line-height: 13px;
    padding-right: 23px;
}
#nav-team {
    margin-top: 25px;
}
#nav-team img {
    width: 19px;
}

.articles-item {
    grid-gap: 15px;
    display: grid;
 }
 .articles-thumb {
    width: 100%;
}
.articles-date {
    margin-bottom: 4px;
}

.articles-news a:first-child .articles-thumb,
.articles-news a .articles-thumb,
.articles-thumb {
    height: 180px;
    border-radius: 6px;
    overflow: hidden;
}
.articles-news a .articles-thumb {
    margin-bottom: 0;
}

.articles-thumb img {
    object-fit: cover;
    height: 100%;
}

#explore {
    height: 300px;
}

}

@-webkit-keyframes pulse {
    0% {
      @include transform(scale(.9));
    }
    70% {
      @include transform(scale(1));
      box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
    }
      100% {
      @include transform(scale(.9));
      box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
  }
  



.client-text {
    position: relative;
    opacity: 0;
    transform: translateX(-150px);
    opacity: 0;
    transition: 2s all ease;
}

.client-text.text_active {
    transform: translateX(0);
    opacity: 1;
}

.scroll {
    position: absolute;
    opacity: 0;
}

.scroll.fix {
    position: relative;
}

.__0 {
    transform: translateX(-150px);
    opacity: 0;
    transition: 2s all ease;
}
.__1 {
    position: absolute;
    transform: translateX(150px);
    opacity: 0;
    transition: 3s all ease;
}
.__2 {
    position: absolute;
    transform: translateX(-150px);
    opacity: 0;
    transition: 2s all ease;
}
.__3 {
    position: absolute;
    transform: translateX(-150px);
    opacity: 0;
    transition: 2s all ease;
}


#fp-nav {
    display: none;
}


#fly-evtol {
    position: absolute;
    right: 800px;
    top: 150px;
    opacity: 0;
    transition: 4s all ease;
}
.fly-evtol {
    opacity: 10 !important;
    transition: 4s all ease !important;
    right: 200px !important;
}
.fly-right {
    right: -100px !important;
    opacity: 0 !important;
    transition: 4s all ease !important;
}

.scroll-rel {
    position: relative;
}
.__4 {
    transform: translateY(100px);
    opacity: 0;
    transition: 1.5s all ease;
}
.__44 {
    opacity: 10 !important;
}
.__5 {
    transition: 1.7s all ease;
}
.__6 {
    transition: 1.9s all ease;
}
.__7 {
    transition: 2.1s all ease;
}

.scroll.x.active {
    transform: translateY(0);
    opacity: 1;
}


#section5 {
    position: relative;
}
#section5 .parallax-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 1;
}



#owl-team {
    padding-left: 50px;
}

.owl-carousel .owl-stage {
    width: 93070px !important;
}

#big-evtol {
    position: absolute;
    width: 1400px;
    z-index: 10;
    right: -330px;
    bottom: 50px;
}

body {
    overflow-x: hidden !important;
}


.scroll.active {
    transform: translateY(0);
    opacity: 1;
}

.fp-slidesNav,
.fp-arrow {
    display: none !important;
}

.scroll.active2.__0 {
    transform: translateX(300px);
    opacity: 10;
    transition: 2s all ease;
}
.scroll.active2.__1 {
    transform: translateX(-60px);
    opacity: 10;
    transition: 2s all ease;
}


.scroll.active3.__0 {
    transform: translate(500px, -1500px);
    opacity: 10;
    transition: 2s all ease;
    z-index: -1 !important;
}
.scroll.active3.__1 {
    transform:  translate(-300px, -900px);
    opacity: 10;
    transition: 2s all ease;
    z-index: -1 !important;
}


#section2 {
    position: relative;
    z-index: 10;
}



#section4 .title {
    font-size: 100px;
    font-family: 'ClashGrotesk-ExtraLight', Arial;
    margin-bottom: 130px;
}




.scroll2 {
    overflow:hidden;
    width:0%;
    opacity: 0;
}
.scroll2.active2 {
    opacity: 10;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width:100%;
}





.fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow > .fp-overflow {
    overflow-y: inherit !important;
}



.escape-left {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #eeeeee;
}
.escape-right {
    z-index: 3;
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eeeeee;
}


.iframe {
    position: relative;
    padding: 0 150px;
    border: 15px solid #eeeeee;
}
.loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading .loading-wrap {
    width: 500px;
}
.loading .loading-wrap span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.progress {
    width: 100%;
    height: 6px;
    background-color: #dadada;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}
.progress-bar {
    background-color: #2CD2C5;
    height: 6px;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.relative {
    position: relative;
    z-index: 2;
}
.overlay {
    position: absolute;
    left: 0;
    top:0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}


.owl-team-item {
    width: auto;
    cursor: grab;
}
.owl-team-item.width {
    width: 850px !important;
}
.owl-team-display {
    display: flex;
    grid-gap: 30px;
}
.owl-team-flex {
    flex: 1;
    position: absolute;
    left: -99999px;
}
.owl-team-item.width .owl-team-flex {
    position: relative;
    left: 0;
}


.ac-double {
    display: flex;
    grid-gap: 20px;
    overflow-y: auto;
    max-height: 390px;
}
.ac-double p {
    flex: 1;
    font-size: 13px;
    line-height: 21px;
    padding-right: 20px;
}
.ac-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ac-head h3 {
    font-family: 'Roboto', Arial;
    font-weight: normal;
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 0;
}
.ac-job {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    margin-top: 5px;
}

.titulo {
    padding: 0 20px 0 0px;
}

.ac-pre {
    color: #ffffff;
    padding: 0;
}
.ac-pre h3 {
    margin-bottom: 3px;
    font-size: 20px;
    font-family: 'Roboto', Arial;
    font-weight: bold;
}
.ac-pre span {
    font-size: 13px;
    line-height: 16px;
    display: block;
}

.pre-titulo {
    left: 22px !important;
    top: 410px !important;
}


.ac-more {
    bottom: 13px !important;
    top: inherit !important;
    width: 280px !important;
}
.ac-more span {
    float: right;
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 13px;
    cursor: pointer;
}

.as-pagination-buttons {
    padding-top: 30px !important;
}

.as-pagination-button {
    border-color: #7855D7 !important;

}
.as-pagination-buttons .as-selected {
    background-color: #7855D7 !important;
}


.as-horizontal .as-panel {
    cursor: pointer;
}

.as-mask {
    overflow: inherit !important;
}


.ac-team {
    margin-top: 25px;
    margin-bottom: 45px;
}
.ac-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}
.ac-team-grid b,
.ac-team-grid span {
    display: block;
}
.ac-team-grid img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 8px;
}
.ac-team-grid span {
    font-size: 12px;
    line-height: 15px;
    padding-right: 15px;
}
.ac-team-grid b {
    margin: 11px 0 6px;
    line-height: 17px;
    font-size: 14px;
    padding-right: 15px;
}
.ac-team h4 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Roboto';
    margin-bottom: 13px;
}

.ac-double.simple {
    display: block;
}


.accordion-slider {
    max-height: inherit !important;
}





.owl-carousel .owl-item .owl-team-item {
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all .4s;
}
.owl-carousel .owl-item .owl-team-item.width,
.owl-carousel .owl-item .owl-team-item:hover {
    border-color:#7855D7;
    transition: all .4s;
}




.owl-team-close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    background-color: #D7DFE2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.owl-team-close img {
    width: 29px;
    height: 29px;
}



#section2 {
    background-color: #454D4F !important;
}


.pin-button {
    padding: 12px;
}


.cta a {
    display: inline-flex;
    align-items: center;
    grid-gap: 6px;
}
.arrow {
    width: 15px;
    height: 16px;
    display: inline-block;
    position: relative;
    transform: rotate(270deg);
    background-size: 14px;
}
.arrow.--green {
    background: url('assets/img/arrow-green.svg') no-repeat;
}
.arrow.--purple {
    background: url('assets/img/arrow-purple.svg') no-repeat;
}



.gallery-links {
    display: flex;
    grid-gap: 20px;
    text-align: left;
    margin-bottom: 100px;
}
.gallery-links a {
    font-size: 18px;
   flex-grow: 1;
   color: #484F51;
   font-weight: bold;
    flex-basis: auto;
}



.download {
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    background-size: 16px !important;
}
.download.--purple {
    background: url(assets/img/download-purple.svg) no-repeat;
}


.articles-item h3 small {
    display: block;
    color: #7855D7;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Roboto', Arial;
    margin-top: 2px;
}


.articles.top {
    grid-gap: 70px
}
.articles.top .articles-item {
    align-items: normal;
}





.pageload {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageload-wrap {
    width: 320px;
    text-align: center;
}
.pageload-wrap span {
    display: block;
    color:#ffffff;
    margin-bottom: 10px;
}
.pageload-wrap img {
    animation-name: myanimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin-bottom: 50px;
    box-shadow: 0 0 0 0 rgba(#5a99d4, .5);
}
.pageload-wrap .progress {
    background-color: #434A4E;
}



@keyframes myanimation {
    0%   {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }
    50%  {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2)
    }
    100%  {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }
  }
  




.big-line {
    position: absolute;
    max-width: inherit;
    right: -350px;
    top: 110px;
    width: 200%;
    z-index: 10;
}

#section5 .title br.fix {
    display: none;
}
#section7 .bg.mb {
    display: none;
}

.header-nav .menu li a {
    opacity: 0;
    transition: all 0.8s;
    margin-right: -30px;
    z-index: -999999;
}
.header-nav .menu li a#menuDesk {
    opacity: 10;
    margin-right: 0;
}
.header-nav .menu li a.opacity {
    transition: all 0.8s;
    opacity: 10;
    margin-right: 0;
    z-index: 10;
}


.bg-6 {
    transform: scale(2.10);
    transition: all 3s;
}
.bg-6-fix {
    transform: inherit;
    transition: all 3s;
}
.bg-6-overlay {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navi {
    margin-top: 20px;
}
.navi .arrow {
    transform: none;
    background-size: 23px;
    width: 23px;
    height: 26px;
}





@media (max-width: 700px) {
    .footer_2 {
        margin-top: 0 !important;
    }
    .bg-6-overlay {
        display: none;
    }
    #s-1-content {
        left: 20px;
        top: 455px;
    }
    .title.big {
        font-size: 55px;
        line-height: 54px;
    }
    #s-1-evtol-1 {
        left: 20px;
        top: 270px;
    }
    #s-1-evtol-2 {
        left: 20px;
        top: 180px;
    }
    .scroll.active2.__0 {
        transform: translateX(90px);
        top: 120px !important;   
    }
    .scroll.active2.__1 {
        top: 135px !important;
        transform: translateX(-20px);
    }
    .wrap-60 {
        width: 100%;
    }
    .headline-align {
        padding-left: 0;
    }
    #section0 .headline-line.green {
        padding-left: 116px;
        margin-left: -113px;
        padding-right: 0px;
        margin-bottom: 0;
    }

    #s-1-line-violet {
        margin-top: -316px;
        max-width: inherit;
        width: auto;
        margin-left: -720px;
    }
    .title {
        font-size: 40px;
        line-height: 38px;
    }
    #section0 .wrap-grid-2 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    #section0 .headline {
        margin-bottom: 15px;
    }
    #section0 .lead {
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 0 !important;
        padding-right: 0;
    }
    .scroll.active3.__1 {
        left: -100px !important;
    }
    .fx-right {
        padding-right: 0;
    }
    #section0 .wrap-align {
        padding: 20px 20px 20px;
    }
    .scroll.active3.__0 {
        transform: translate(500px, -900px);
    }
    .pin {
        width: auto;
        padding: 30px 0;
        margin-left: 0;
        padding-bottom:0;
        margin: 20px;
    }
    .hero-video {
        height: 100% !important;
    }
    #section2 .hero-video {
        height: 250px !important;
    }
    .fly-column span img {
        display: none;
    }
    .wrap-align-fix .headline {
        width: 100%;
    }
    #section3 .headline-align-columns {
        display: block;
        padding: 0 25px;
        padding-bottom: 20px;
    }
    .solution__item ul li {
        margin-bottom: 5px;
      line-height: 17px;
      font-size: 14px;
      padding-right: 0px;
      }
    p {
        font-size: 14px;
        line-height: 20px;
    }
    .subtitle {
      font-size:15px;
    }
    .solution__item h3 {
      font-size: 17px;
    line-height: 17px;
    margin-bottom: 6px;
    padding-right: 0px;
    }
    .solution__item img {
        width: 90px;
    }
    #section3 .wrap-align-fix .headline .title {
        margin-bottom: 15px;
    }
    
    #section3 .wrap,
    #section3 .wrap-align-fix {
        padding: 0px;
    }
    #section3 .solutions {
        grid-gap: 5px;
        text-align: left;
        margin-top:10px;
    }
    #section3 .solution__item img {
      width: 66px;
      margin-bottom: -25px !important;
      margin-top: -25px;
    }

    .solution__item {
      display: flex;
    align-items: center;
    grid-gap: 12px;
    }
    .solution__content {
      flex:1;
    }
    

    #section2, #section3,
    #section0 .fp-table {
        justify-content: end;
    }
    #section4 .wrap {
        padding: 0;
    }
    #section4 .title {
        font-size: 43px;
        margin-bottom: 250px;
    }
    #section4 .headline-align {
        padding: 0 25px;
    }
    
    #section7 .headline-line,
    #section3 .headline-line,
    #section4 .headline-line {
        margin-bottom: 0;
        margin-left: -37px;
        padding-left: 66px;
    }
    #section7 .headline-line {
        margin-left: -62px;
    }
    #section4 .headline-align p br {
        display: none;
    }
    #big-evtol {
        width: 600px;
        z-index: 10;
        right: -206px;
        bottom: inherit;
        top: 230px;
        max-width: inherit;
    }
    #s-5-content {
        padding-left: 0;
    }
    #s-5-content .subtitle {
        margin-top: 0;
        margin-bottom: 0;
    }
    #section5 .line-green {
        display: none;
    }
    #section5 .wrap {
        display: flex;
        opacity: 10 !important;
        transform: translateY(0) !important;
        padding: 0 25px;
    }
    #section9 .scroll {
        opacity: 10 !important;
        transform: translateY(0) !important;
    }
    #s-5-content-align {
        width: auto;
        margin: 0;
        float: inherit;
        margin-top: 20px;
    }

    #section8 .fix-head,
    #section5 .fix-head {
        display: inline-block;
        background: url('assets/img/line-green.svg') no-repeat left 26px;
        padding-left: 116px;
        margin-left: -113px;
        height: 50px;
        padding-right: 0px;
        margin-bottom: 0;
    }
    #section9 .headline-line {
        padding-left: 67px;
        margin-left: -60px; 
    }
        
    #section5 .title br.fix {
        display: inline-block;
    }
    #section7 .bg {
        display: none;
    }
    #section7 .bg.mb {
        display: block;
        height: auto;
    }
    #section7 .wrap {
        padding: 0 25px;
        padding-top: 150px;
    }
    .wrap-align p br,
    .headline-align p br {
        display: none;
    }

   
    #fly-evtol {
        right: inherit;
        top: 0;
        position: relative;
        max-width: inherit;
        width: 120px;
        left: -300px;
        margin-bottom: 0;
        margin-top: 100px;
    } 
    .fly-evtol {
        right: inherit !important;
        left: 10px !important;
    }
    #section8 .line-green {
        display: none;
    }
    #section8 .wrap {
        padding: 0 25px;
        display: block;
    }
    #section9 .wrap {
        padding: 0 25px;
    }
    #section9 .news-grid {
        grid-gap: 20px;
    }

    .page-template-page-home  #section9 .news-item {
        display: flex !important;
    }
    .page-template-page-home  #section9 .articles-content {
        flex: 1;
        align-items: center;
        display: flex;
    }
    .page-template-page-home  #section9 .articles-content h3 {
        padding: 0;
        margin-bottom: 0;
    }
    .page-template-page-home .news-thumb {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 0;
    }
    #section3 .headline p,
    #section3 .headline {
        margin-bottom: 0;
    }
    #section3 .wrap,
    #section0 .wrap {
        align-items: end;
    }
    .big-line {
        right: -400px;
        width: 400%;
    }
    .services  br {
        display: none;
    }
    .services img {
        height: 250px;
    }
    .services .cell p {
        margin-bottom: 40px;
    }
    .articles-thumb img {
        border-radius: 8px;
    }
    .timeline-item h3 {
        border-bottom: none;
    }
    .timeline-item {
        padding-left: 20px;
        border-left: 2px solid #2CD2C5;
    }
    .timeline-item h3 img {
        display: none;
    }
    .timeline-item p {
        padding-right: 0;
    }
    .timeline-item:last-child:after {
        background: url('assets/img/arrow.svg') no-repeat;
        width: 11px;
        content: '';
        transform: rotate(90deg);
        height: 15px;
        position: absolute;
        left: -6px;
        bottom: -7px;
    }
    .entry-subtitle.green span {
        font-size: 23px;
    }
    .iframe {
        display: none;
    }
}



.arrow-white {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    width: 24px;
    margin-left: -12px;
}






.button.custom,
.button.ld {
    padding: 14px 70px;
}

.mt-80 {
    margin-top: 30px;
}



.searchandfilter ul {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 17px;
}
.searchandfilter ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.searchandfilter ul li input {
    margin-bottom: 0 !important;
}
.searchandfilter ul li label {
    margin: 0;
    padding: 0 !important;
}
.searchandfilter ul li li {
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.searchandfilter ul li input {
    cursor: pointer !important;
}
.searchandfilter ul li li label {
    color: #96A5AE !important;
}
.sf-option-active label {
    font-weight: bold;
}

.sf-field-search input {
    border-radius: 4px;
    font-size: 14px;
    padding-left: 12px !important;
}

.not-found {
    display: block;
    text-align: center;
    color: #96A5AE;
}

#main .news-thumb {
    margin-bottom: 0;
}
#main .articles-item {
    margin-bottom: 40px;
}

.search-filter-result-item {
    padding-left: 300px;
}
.search-filter-result-item:first-child {
    padding-left: 0;
}

.search-filter-result-item:first-child .news-thumb {
    height: 330px;
}
.search-filter-result-item .cta {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    color: #2CD2C5;
    font-size: 14px;
    font-weight: bold;
}


.solutions-uam img {
	height:125px;
	margin-bottom:35px;
}
.solutions-uam h3 {
	margin-bottom:3px !important;
	color:#7855D7;
}
.solutions-uam small {
	margin-bottom:10px;
	color:#7855D7;
	display:block;
}