/*
Theme Name: AgEagle
Theme URI: https://ageagle.com/
Author: AgEagle
Author URI: https://ageagle.com/
Description: AgEagle Theme
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ageagle-theme
*/

/* Font */
/* @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* @font-face {
    font-family: rexlia-rg;
    src: url(assets/fonts/rexlia-rg.otf);
} */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');




/* Reset Styles */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    letter-spacing: normal;
    line-break: initial!important;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    color: #1f1a23;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
}
a:hover {
    color: #474747;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
}
body.home a {
    text-decoration: none;
}
a.no-decoration {
    text-decoration: none;
}
h1 {
    color: #1f1a23;
    font-size: 54px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 15px;
}
h2 {
    color: #1f1a23;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .8px;
    line-height: 120%;
    font-family: "Space Grotesk", sans-serif;
}
h3 {
    color: #1f1a23;
    font-size: 37px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 15px;
}
h4 {
    color: #1f1a23;
    font-size: 31px;
    font-weight: 700;
    font-style: normal;
    line-height: 120%;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 15px;
}
h5 {
    color: #1f1a23;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    line-height: 120%;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 15px;
}
h6 {
    color: #1f1a23;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 15px;
}
p {
    color: #1f1a23;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 150%;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}
pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
}
/* Root Variables */
:root {
    --ageagle-color-black: #1f1a23;
    --ageagle-color-white: #fff;
    --ageagle-link-size: 16px;
    --ageagle-link-size-title: 20px;
    --ageagle-footer-h2: 21px;
    --ageagle-max-width: 1400px;
    --ageagle-max-width-col: calc( var(--ageagle-max-width) / 4 );
}
.ageagle-main-content-items h1,
.ageagle-main-content-items h2,
.ageagle-main-content-items h3,
.ageagle-main-content-items h4,
.ageagle-main-content-items h5,
.ageagle-main-content-items h6,
.ageagle-main-content-items p,
.ageagle-main-content-items a,
.ageagle-main-content-items ul {
    padding-bottom: 12px!important;
}
.ageagle-main-content-items li {
    padding-bottom: 5px;
}
.ageagle-main-content-items ul,
.ageagle-main-content-items ol {
    padding-left: 40px;
}
.rexlia-rg {
    font-family: "Space Grotesk", sans-serif;
}

/* Grid */
.ageagle-row {
    width: 95%;
    max-width: var(--ageagle-max-width);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ageagle-row-center {
    align-items: center;
}
.ageagle-row-middle {
    align-items: middle;
}
.ageagle-col-middle {
    width: 4.16%;
    display: inline-block;
}
.ageagle-col-1 {
    width: 8.33%;
    display: inline-block;
}
.ageagle-col-2 {
    width: 16.66%;
    display: inline-block;
}
.ageagle-col-3 {
    width: 25%;
    display: inline-block;
}
.ageagle-col-4 {
    width: 33.32%;
    display: inline-block;
}
.ageagle-col-5 {
    width: 41.65%;
    display: inline-block;
}
.ageagle-col-6 {
    width: 50%;
    display: inline-block;
}
.ageagle-col-7 {
    width: 58.31%;
    display: inline-block;
}
.ageagle-col-8 {
    width: 66.64%;
    display: inline-block;
}
.ageagle-col-9 {
    width: 75%;
    display: inline-block;
}
.ageagle-col-10 {
    width: 83.33%;
    display: inline-block;
}
.ageagle-col-11 {
    width: 91.63%;
    display: inline-block;
}
.ageagle-col-12 {
    width: 100%;
    display: inline-block;
}
.ageagle-col-twenty {
    width: 20%;
}
.ageagle-v-align-top {
    vertical-align: top;
}
.ageagle-v-align-middle {
    vertical-align: middle;
}
.ageagle-v-align-bottom {
    vertical-align: bottom;
}
.ageagle-align-self-stretch {
    align-self: stretch;
}
.ageagle-align-i-right {
    text-align: right;
}
.ageagle-align-i-center {
    text-align: center;
}
.ageagle-align-i-left {
    text-align: left;
}

/* Page */
.ageagle-main-content-page {
    padding: 75px 0px;
    width: 95%;
    max-width: 1170px;
    margin: auto;
}
.ageagle-main-content-page-slider {
    padding: 75px 0px;
    width: 95%;
    max-width: 1170px;
    margin: auto;
}

/* Header */
img.ageagle-header-logo {
    width: 160px;
    height: auto;
    padding: 20px 0px;
    /* height: 84px;
    padding: 9.38px 0px; */
}
header.ageagle-header {
    background-color: var(--ageagle-color-black);
    padding: 0px 0px;
    max-height: 120px;
}
nav.ageagle-nav {
    display: flex;
    align-items: center;
    height: 100%;
}
nav.ageagle-nav ul li {
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    padding-right: 20px;
}
nav.ageagle-nav ul li:last-child {
    padding-right: 0px;
}
nav.ageagle-nav ul li a {
    color: var(--ageagle-color-white);
    font-size: var(--ageagle-link-size);
    height: 100%;
    display: inline-flex;
    align-items: center;
    border-bottom: solid 5px transparent;
}
nav.ageagle-nav ul li a:hover {
    border-bottom: solid 5px #fff;
}
nav.ageagle-nav ul li a span {
    display: inline-block;
    padding-top: 3px;
    padding-left: 7px;
    font-size: var(--ageagle-link-size);
}
nav.ageagle-nav ul {
    height: 100%;
}
nav.ageagle-nav .ageagle-sub-menu {
    display: none;
    position: absolute;
    top: 121.27px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 25px 0px 75px 0px;
    background-color: var(--ageagle-color-white);
    z-index: 9999;
    border-bottom: solid 20px #1f1a23;
}
nav.ageagle-nav .ageagle-sub-menu .ageagle-nav-row {
    width: 95%;
    max-width: var(--ageagle-max-width);
    margin: auto;
}
body.logged-in .ageagle-sub-menu {
    top: calc( 121.27px + 32px )!important;
}
nav.ageagle-nav ul li .ageagle-sub-menu ul li {
    display: block;
    height: auto;
}
nav.ageagle-nav ul li .ageagle-sub-menu ul li a {
    color: var(--ageagle-color-black);
}
.ageagle-sub-menu ul li:first-child {
    font-weight: 500;
    text-transform: uppercase;
}
.ageagle-sub-menu ul li:first-child a {
    font-size: var(--ageagle-link-size-title);
}
.ubermenu .ubermenu-item-layout-icon_left>.ubermenu-target-title {
    margin-left: 0px!important;
    display: inline-block;
}
.ubermenu-submenu a.ubermenu-target-with-icon {
    flex-direction: row-reverse;
}
a.ageagle-header-link {
    line-height: 0px!important;
    display: block!important;
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-mega {
margin-top:10px !important;
}

/* FOOTER */
footer.ageagle-footer {
    background-color: var(--ageagle-color-black);
    padding: 100px 0px  25px 0px;
}
footer.ageagle-footer a {
    text-decoration: none;
}
h2.eagle-footer-h2 {
    color: var(--ageagle-color-white);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
}
h2.ageagle-footer-widget-name {
    color: var(--ageagle-color-white);
    font-size: var(--ageagle-footer-h2);
    font-weight: 500;
    padding-bottom: 15px;
}
.left-20 {
    padding-left: 80px;
}
h2.eagle-footer-widget-name,
h2.eagle-footer-widget-name a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 9px;
    letter-spacing: 0.88px;
    font-weight: 500;
}
ul.footer-menu li a {
    color: var(--ageagle-color-white);
    display: block;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 0.88px;
}
ul.footer-socials li a {
    color: #fff;
    width: 45px;
    height: 45px;
    display: block;
    border: solid 1px #9063CD;
    clip-path: polygon(
    10% 0%,
    100% 0%,
    90% 100%,
    0% 100%
  );
    /*border-radius: 100%; */
    text-align: center;
}
ul.footer-socials li a:hover {
    color: #1f1a23;
    background-color: #9063CD;
}
ul.footer-socials li a span {
    font-size: 23px;
    display: block;
    padding-top: 9px;
    padding-left: 0px;
}
ul.footer-socials li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
ul.footer-socials li:last-child {
    margin-right: 0px;
}
.ageagle-footer-html {
    color: #fff;
    font-weight: 300;
    padding-top: 30px;
}
.ageagle-footer-html p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.footer-menu-min-h {
    min-height: 200px;
}
ul.footer-menu li,
ul.footer-menu-min-h li {
    list-style: none;
}
.ageagle-footer-html h2 {
    padding-top: 20px;
}
.footer-copy-content {
    color: #fff;
}
.footer-copy-content {
    padding: 0px 0px 30px 0px;
    font-weight: 300;
}
.footer-copy,
.footer-copy p,
.footer-copy a,
.footer-copy span,
.footer-copy h1,
.footer-copy h2,
.footer-copy h3,
.footer-copy h4,
.footer-copy h5,
.footer-copy h6,
.footer-copy strong {
    color: #fff;
}
ul.footer-quick-links li {
    display: inline-block;
    vertical-align: middle;
}
ul.footer-quick-links li a {
    color: #fff;
    font-weight: 300;
}
ul.footer-quick-links li a:after {
    content: '|';
    padding: 0px 15px;
}
ul.footer-quick-links li:last-child a:after {
    display: none;
}
.footer-min-top {
    margin-top: -63px;
    z-index: 1;
}

/* Homepage Carousel */
.ageagle-homepage-carousel {
    overflow: hidden;
}
.ageagle-main-carousel-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.ageagle-main-carousel-content-text {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.ageagle-main-carousel-content-text-limiter {
    padding: 0px 25px;
    width: 60%;
    margin-top: 12%;
}
.ageagle-main-carousel-content-text-limiter h2 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
}
.ageagle-pinned-card {
    border: solid 3px #fff;
}
.ageagle-thumbnail-slider-col {
    margin-right: 0%;
    width: 100%;
    margin-right: -20%;
}
.ageagle-main-carousel-thumbnails-content {
    margin-bottom: 50px;
}
.ageagle-thumbnail-fixed {
    width: 20%;
}

/* Homepage */
.ageagle-main {
    width: 100%;
}
.ageagle-hero {
    background-color: var(--ageagle-color-black);
    padding: 50px 0px 150px 0px;
}
.ageagle-hero {
    color: #fff;
}
.ageagle-hero h2 {
    font-size: 65px;
    font-weight: 500;
    line-height: 80px;
}
.ageagle-hero p {
    padding-top: 25px;
    font-weight: 300;
}
.ageagle-hero-bg {
    width: 100%;
    height: 100%;
}
.ageagle-hero-bg {
    background-image: url('assets/img/no_drone_Ebee-X-sensefly-epesses-AG-wineyard-18.svg');
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
img.ageagle-hero-img {
    width: 95%;
    padding-top: 8%;
    padding-left: 8%;
}

/* Hero Title */
.ageagle-hero-title {
    padding-bottom: 50px;
}
.ageagle-hero-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 12px;
    font-weight: 500;
}
/*.ageagle-hero-title h2 {
    font-size: 40px;
    line-height: 50px;
}*/

/* Blog Items */
.ageagle-row-card {
    width: 100%;
    max-width: 100%;
}
.ageagle-blog-items {
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    position: relative;
    overflow: hidden;
}
.home .ageagle-main-content {
    padding: 0px 0px;
}
.ageagle-main-content {
    padding: 75px 0px;
}
.ageagle-main-card {
    background-image: url('assets/img/Rectangle.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.ageagle-card-padding {
    padding: 70px 60px;
}
.ageagle-card-bg {
    background-image: url('assets/img/ebee-tac-flying-sideview-3.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.ageagle-row-card h2 {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 15px;
}
a.ageagle-card-link {
    background-color: #1f1a23;
    color: #fff;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 35px;
}
img.ageagle-card-img-overlay {
    position: absolute;
    top: 12%;
    right: 16%;
    width: 40%;
}
.home img.ageagle-card-img-overlay {
    right: 13.5%;
}

/* Main Card Right */
.ageagle-main-card.aligh-card-right .ageagle-row.ageagle-row-card {
    flex-direction: row-reverse;
}
.ageagle-main-card.aligh-card-right .ageagle-card-bg {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ageagle-main-card.aligh-card-right .ageagle-card-img-overlay {
    left: 21%;
    width: 24%;
}
.home .ageagle-main-card.aligh-card-right .ageagle-card-img-overlay {
    left: 18%;
}
.ageagle-main-card.aligh-card-right .ageagle-card-padding {
    padding-left: 15%;
}

/* Eagle Black BG */
.ageagle-black-bg {
    background-image: url(assets/img/Rectangle_Copy_3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.ageagle-black-bg .ageagle-row {
    max-width: 1170px;
}
.ageagle-black-bg-title {
    padding-bottom: 50px;
}
.ageagle-black-bg-title h2,
.ageagle-black-bg-title h4 {
    color: #fff;
}
/*.ageagle-black-bg-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 12px;
    line-height: 32px;
    font-weight: 500;
}*/
.ageagle-black-bg-title .ageagle-module-eyebrow-item {
    color: #fff;
}
.ageagle-module-eyebrow-item {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 12px;
    line-height: 32px;
    font-weight: 700;
}
img.ageagle-logo-main-w {
    max-width: 180px;
    max-height: 180px;
    width: 85%;
    height: auto;
    object-fit: contain;
}

/* Industries Cards */
.ageagle-card-industries a {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 35px;
}
.ageagle-upcoming-events .ageagle-card-industries a {
    width: 100%;
}
.ageagle-card-industries p.ageagle-card-industries-card-title {
    color: #1f1a23;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    padding-top: 25px;
}
.ageagle-card-industries img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 0px;
}

/* Upcoming Events */
.ageagle-upcoming-events {
    background-image: url(assets/img/RectangleGray.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
}
.ageagle-events-cards {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
}
.ageagle-events-cards-header {
    position: relative;
}
a.ageagle-events-cards-play-button {
    background-color: #1f1a23;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding-top: 20px;
    padding-left: 33px;
    position: absolute;
    bottom: 35px;
    right: 30px;
    z-index: 99;
    display: none;
}
a.ageagle-events-cards-play-button img {
    border-radius: 0px;
    width: 22px;
}
.ageagle-events-cards-content {
    padding: 20px 0px;
}
.ageagle-events-cards-content h3 {
    /*font-size: 14px;
    letter-spacing: 1px;*/
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.ageagle-events-cards-content h3 span {
    font-weight: 400;
}
.ageagle-events-cards-content a {
    color: #1f1a23;
    padding-bottom: 0px;
    width: 100%;
    /*font-weight: 300;
    font-size: 22px;
    line-height: 32px;*/
    text-decoration: none!important;
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    padding-top: 15px;
}

/* Newsletter */
.ageagle-newsletter {
    background-image: url(/wp-content/uploads/2022/08/AgEagle-far-background-2-1920x1080-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 0px;
}
.ageagle-newsletter h2,
.ageagle-newsletter p {
    color: #fff;
}
.ageagle-newsletter-form {
    position: relative;
}
.ageagle-newsletter-form input[type="email"] {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    border: solid 0px #fff;
    outline: none;
    padding: 0px 220px 0px 30px;
    color: #1f1a23;
    font-weight: 500;
}
.ageagle-newsletter-form input[type="submit"] {
    color: #fff;
    background: #1f1a23;
    border: solid 0px #1f1a23;
    outline: none;
    height: 50px;
    padding: 0px 80px;
    border-radius: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 2px #1f1a23;
    font-weight: 500;
}
.ageagle-newsletter-form input[type="submit"]:hover {
    background-color: #fff;
    color: #1f1a23;
    transition: .3s;
    cursor: pointer;
}

/* Ubermenu Header */
.ubermenu-responsive-default.ubermenu,
.ubermenu .ubermenu-item.ubermenu-item-level-0,
ul.ubermenu-nav {
    height: 100%!important;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 {
    display: inline-flex;
    align-items: center;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 > a {
    height: 100%;
    align-items: center;
    display: inline-flex;
}
.ubermenu-skin-grey-white {
    background: var(--ageagle-color-black)!important;
}
.ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
    font-weight: 400!important;
    font-size: 16px!important;
    text-transform: capitalize!important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    padding-right: 15px!important;
    padding-left: 15px!important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    margin-right: -6px;
    font-size: 16px;
    font-weight: 600;
    position: relative!important;
    right: 0px!important;
    /* top: 0!important; */
    top: 8px!important;
    margin-top: 0px!important;
    margin-left: 10px!important;
}
body.home li.ubermenu-item-has-children ul {
    margin-top: 0px!important;
    top: 84px!important;
    padding: 20px 0px 0px 0px;
}
body.home.logged-in li.ubermenu-item-has-children ul,
body.logged-in li.ubermenu-item-has-children ul {
    top: calc( 84px )!important;
}
body.home li.ubermenu-item-has-children ul ul {
    margin-top: 0px!important;
    top: 0px!important;
}
li.ubermenu-item-has-children ul {
    margin-top: 0px!important;
    top: 84px!important;
    padding: 20px 0px 75px 0px;
}
li.ubermenu-item-has-children ul ul {
    padding: 0px 0px 0px 0px!important;
}
li.ubermenu-item-has-children ul ul {
    margin-top: 0px!important;
    top: 0px!important;
}
nav.ubermenu ul li ul li ul {
    width: 90%!important;
    border-right: solid 1px #cdcdcd!important;
    height: 100%!important;
}
nav.ubermenu ul li ul li:last-child ul {
    border-right: solid 0px #cdcdcd!important;
}
nav.ubermenu ul li ul li ul li ul {
    border-right: solid 0px #cdcdcd!important;
    height: auto!important;
}

.ubermenu-bound {
    position: inherit!important;
}
ul.ubermenu-submenu-align-full_width {
    width: 100%!important;
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
    z-index: 999999!important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-6 {
    width: 20%;
    max-width: 280px;
    float: none;
    display: inline-block;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
    width: 16.66%!important;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-7 {
    width: 20%;
    max-width: 280px!important;
    float: none;
    display: inline-block;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-5 {
    width: 20%;
    max-width: 280px;
    float: none;
    display: inline-block;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    width: 25%;
    max-width: var(--ageagle-max-width-col);
    float: none;
    display: inline-block;
}
.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
    width: 33.33%;
    max-width: 466px;
    float: none;
    display: inline-block;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 a {
    border-bottom: solid 6px transparent;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 ul li a {
    border-bottom: solid 0px transparent!important;
    font-weight: 500;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 ul li ul li a {
    font-weight: 500;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0 ul li ul li ul li a {
    font-weight: 300;
}
li.ubermenu-active a.ubermenu-item-layout-text_only {
    border-bottom: solid 6px #fff!important;
    transition: .3s;
}

.ubermenu .ubermenu-nav li.ageagle-menu-title a {
    color: #1f1a23!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
.ubermenu .ubermenu-nav li.ageagle-menu-title .ubermenu-item-level-3 a {
    font-size: 18px;
    line-height: 27px;
    text-transform: initial!important;
}
.ubermenu .ubermenu-nav li.ageagle-menu-title .ubermenu-item-level-3 .ubermenu-item-layout-text_only a {
    font-size: 16px;
    line-height: 27px;
    text-transform: initial!important;
}

li.ageagle-menu-title ul li {
    padding-bottom: 14px;
}
ul.ubermenu-submenu-drop li.ubermenu-item-has-children ul li a {
    color: #1f1a23!important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}
ul.ubermenu-submenu-drop li.ubermenu-item-has-children ul li a:hover {
    color: #474747!important;
}
li.ageagle-menu-title-hide a {
    opacity: 0;
}
li.ageagle-menu-title-hide ul li a {
    opacity: 1;
}
body ul.ubermenu-submenu-drop .ageagle-recents-posts-nav-content .ageagle-recents-posts-row-content-html a {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    margin: 0px!important;
}
/* .ageagle-menu-remove-bar  {} */

/* Redesign Menu */
.ageagle-menu-title a {
    padding-bottom: 25px!important;
}
.ageagle-menu-title ul li a {
    padding-bottom: 15px!important;
}
.ageagle-menu-subtitle a {
    font-weight: 400!important;
    padding-bottom: 18px!important;
}
.ageagle-menu-subtitle-uppercase a {
    font-weight: 500!important;
    text-transform: uppercase!important;
    padding-top: 18px!important;
    font-size: 14px!important;
    line-height: 20px!important;
}
li.ageagle-menu-title-hide-sub a {
    opacity: 0!important;
}
.ubermenu .ubermenu-icon {
    display: none;
}
.ubermenu .ubermenu-autocolumn, .ubermenu .ubermenu-submenu-type-stack {
    padding-top: 20px!important;
}
/* li.ageagle-item-min-height {

} */
ul.geagle-industries-nav li a {
    font-weight: 400!important;
}

/* 404 Page */
.ageagle-404-main {
    width: 100%;
    padding: 250px 0px;
}
.ageagle-404-main img {
    width: 50%;
    display: inline-block;
    margin-right: 10%;
}
.ageagle-404-main h1 {
    font-size: 120px;
}
.ageagle-404-main h2 {
    font-size: 40px;
    font-weight: 500;
}
.ageagle-404-main h4 {
    font-size: 22px;
    font-weight: 400;
}
.page-404-overlay {
    background-image: url(assets/img/Rectangle.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    top: -16%;
    left: 14.5%;
    border-radius: 100%;
    position: absolute;
    z-index: -1;
}

/* Button Black */
.ageagle-header-buttons-content .ageagle-btn {
    padding: 14px 35px;
}

.ageagle-btn {
    font-weight: 500;
    padding: 7px 35px;
    border-radius: 0px !important;
    border: none !important;
      /* clip-path: polygon(
    10% 0%,
    100% 0%,
    90% 100%,
    0% 100%
  ); */
    text-transform: uppercase !important;
    display: inline-block;
    font-size: 14px;
}
.ageagle-btn-white {
    background-color: #fff;
    color: #1f1a23;
    border: solid 1px transparent;
}
.ageagle-btn-top {
    margin-top: 35px;
}
.ageagle-main-card .ageagle-btn-top {
    margin-top: 15px;
}
.ageagle-btn-ghost-white {
    background-color: transparent;
    color: #fff;
    border: solid 1px transparent;
}
.ageagle-btn-ghost {
    background-color: transparent;
    border: solid 1px #1f1a23;
    color: #1f1a23;
}

/* Hover */
.ageagle-btn:hover {
    font-weight: 500;
    font-size: 14px;
}
.ageagle-btn-ghost-white:hover {
    transition: .3s;
}
.ageagle-btn-white:hover {
    background-color: #fff;
    color: #1f1a23;
    border: solid 1px #1f1a23;
    transition: .3s;
}
.ageagle-btn-ghost:hover {
    background-color: #1f1a23;
    color: #fff;
    transition: .3s;
}
.ageagle-btn-no-hover:hover {
    background-color: #1f1a23;
    color: #fff;
}
.ageagle-btn-black {
    color: #fff;
    background-color: #1f1a23;
    /* border: solid 1px transparent; */
    position: relative;
    overflow: hidden;
}
.ageagle-btn-black:hover {
    transition: .3s;
    color: #fff;
    background-color: #9063cd !important;
    /* border: solid 1px #FFF; */
}
/* .ageagle-btn-black:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    background-color: #fff;
    opacity: .4;
    transition: .3s;
} */

.ageagle-col-41.ageagle-v-align-middle.ageagle-align-self-stretch .ageagle-header-buttons-content a.ageagle-btn.no-decoration.ageagle-btn-black {
    transition: .3s;
    color: #FFF;
    background-color: #9063cd !important;
    border: solid 0px #FFF !important;
    /* border: solid 1px #FFF; */
          clip-path: polygon(
    10% 0%,
    100% 0%,
    90% 100%,
    0% 100%
  );
}

.ageagle-col-41.ageagle-v-align-middle.ageagle-align-self-stretch .ageagle-header-buttons-content a.ageagle-btn.no-decoration.ageagle-btn-black:hover {
    transition: .3s;
    color:  #9063cd !important;
    background-color: #FFF !important;
    border: solid 0px #FFF !important;

}


.ageagle-col-41.ageagle-v-align-middle.ageagle-align-self-stretch .ageagle-header-buttons-content a.ageagle-btn.no-decoration.ageagle-btn-white {
        transition: .3s;
                  clip-path: polygon(
    10% 0%,
    100% 0%,
    90% 100%,
    0% 100%
  );
    color: #FFF;
    background-color: #9063cd !important;
    /* border: solid 1px #9063cd !important; */
}
.ageagle-col-41.ageagle-v-align-middle.ageagle-align-self-stretch .ageagle-header-buttons-content a.ageagle-btn.no-decoration.ageagle-btn-white:hover {
    color: #9063cd !important;
    background-color: #FFF !important;
    /* border: solid 1px #FFF !important; */
}

/* Buttons Content */
.ageagle-header-buttons-content {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.ageagle-header-buttons-content a {
    margin-right: 15px;
}
.ageagle-search-button-head img {
    width: 21px;
    height: 21px;
}
.ageagle-select-language-content {
    width: 60px;
    position: relative;
}
.ageagle-select-language-content ul li {
    list-style: none;
}
.ageagle-select-language-content ul li a {
    color: #fff;
    font-size: 16px;
    margin-right: 0px;
}
.ageagle-select-language-content ul li ul {
    display: none;
}
.ageagle-select-language span {
    font-size: 16px;
    padding-top: 4px;
}

/* Carousel Items */
.ageagle-items-carousel {
    width: 100%;
    display: block;
}
.ageagle-carousel-item {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    flex-wrap: nowrap;
    padding: 25px;
    /* border-radius: 0px 30px 30px 30px; */
    border-radius: 0px 0px 0px 0px;
    position: relative;
    overflow: hidden;
}
.ageagle-carousel-item a {
    color: #fff;
}
.ageagle-carousel-item h2.ageagle-carousel-item-taxonomy,
.ageagle-carousel-item h2.ageagle-carousel-item-title {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0!important;
    line-height: 20px;
}
.ageagle-carousel-item h2.ageagle-carousel-item-taxonomy {
    padding-bottom: 10px!important;
}
.ageagle-carousel-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f1a23;
    opacity: 0.33;
    border-radius: 0px 0px 0px 0px;
}
.ageagle-blog-items .item {
    position: relative;
    overflow: hidden;
    width: 90%;
}
.ageagle-blog-items .item:hover > a .ageagle-carousel-item {
    position: relative;
    z-index: 999!important;
}
.ageagle-blog-items .item:hover > a .ageagle-carousel-item-overlay {
    display: none!important;
    transition: .3s;
}
/* .ageagle-blog-items .active:first-child .ageagle-carousel-item {

} */
img.ageagle-blog-items-bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 120px;
}
.ageagle-carousel-item-content  {
    position: relative;
    z-index: 9999!important;
}

/* Custom Header */
.ageagle-col-42 {
    width: 49%;
    display: inline-block;
}
.ageagle-col-41 {
    width: 34%;
    display: inline-block;
}

/* Homepage BG */
.ageagle-hero-degray {
    width: 100%;
    padding: 150px 0px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -130px;
    z-index: 9;
    overflow: hidden;
}
img.ageagle-hero-degray-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.ageagle-hero-degray h2 {
    font-size: 65px;
    font-weight: 500;
    line-height: 80px;
    color: #fff;
    padding: 70px 0px 40px 0px;
}
.ageagle-hero-degray p {
    padding-top: 25px;
    font-weight: 300;
    color: #fff;
}
.ageagle-hero-degray .ageagle-hero-bg {
    border-radius: 0px!important;
    background-image: none;
}
.ageagle-hero-degray .ageagle-hero-bg img {
    width: 100%;
}
.ageagle-hero-degray .ageagle-col-7,
.ageagle-hero-degray .ageagle-col-5 {
    z-index: 99;
}

/* Navbar Homepage */
/*body.home header.ageagle-header,
body.home .ubermenu-skin-grey-white,
body.home li.ubermenu-active .ubermenu-item-layout-text_only,
body.home .ubermenu .ubermenu-item.ubermenu-item-level-0:hover  {
    background-color: transparent!important;
}
body.home .ubermenu-skin-grey-white .ubermenu-item-level-0:hover > .ubermenu-target,
body.home .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background-color: transparent!important;
}
body.home header.ageagle-header {
    z-index: 999;
    position: relative;
}*/

/* Owl Carousel */
.owl-carousel {
    z-index: 99!important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

/* Menu Mobile */
.ageagle-mobile-content {
    display: none;
}
/*.ageagle-read-more-event {
    display: none!important;
}*/
.ageagle-events-cards .ageagle-read-more-event {
    text-decoration: underline!important;
    padding-top: 15px;
    /*font-size: 18px;
    font-weight: 400;*/
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

.separate-moduls {
    width: 100%;
    height: 120px;
}

/* LPM1-1 */
.ageagle-lpm1-1 {
    background-color: #f9f9fb;
    padding: 0px 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin-bottom: 120px;
}
.ageagle-lpm1-1 .ageagle-row {
    width: 100%;
}
.ageagle-lpm1-center-1 {
    text-align: left;
    display: inline-block;
    padding: 100px 0px;
}
.ageagle-lpm1-center-1 p {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ageagle-lpm1-center-1 div.lpm1-center-div p {
    padding-bottom: 0px;
}
.ageagle-lpm1-center-1 div.lpm1-center-div-for p:last-child {
    padding-top: 0px;
    padding-bottom: 35px;
}
.ageagle-lpm1-1 .ageagle-col-4 .ageagle-lpm1-center-1 .lpm1-center-div-for:last-child p {
    padding-bottom: 0px;
}
.ageagle-lpm1-1 .ageagle-btn-top {
    margin-top: 15px;
}
.ageagle-lpm1-center-1 h4 {
    text-transform: uppercase;
}
.ageagle-curver-color {
    width: 70%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.ageagle-lpm2 .ageagle-curver-color {
    background-position: left;
}
.ageagle-curver-color-space {
    text-align: right;
}
.ageagle-lpm1-overlay-content {
    position: absolute;
    width: 33.33%;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ageagle-lpm1-overlay-content img {
    width: 60%;
}

/* LPM1-1 RIGHT */
.ageagle-lpm1-right .ageagle-row {
    flex-direction: row-reverse;
}
.ageagle-lpm1-right .ageagle-lpm1-overlay-content {
    left: 0;
    justify-content: flex-end;
}
.ageagle-lpm1-right .ageagle-curver-color-space {
    text-align: left;
}

/* Vertical Image */
.ageagle-lpm1-v-img .ageagle-lpm1-overlay-content {
    width: 36%;
}
.ageagle-lpm1-v-img .ageagle-lpm1-overlay-content img {
    width: 80%;
}

.page-template-landing-page-modules .ageagle-style-guide-content {
    max-width: 1170px;
}

/* LPM2 */
.ageagle-lpm2 {
    background-color: #f9f9fb;
    padding: 0px 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    margin-bottom: 120px;
}
.ageagle-lpm2 .ageagle-row {
    width: 100%;
}
.ageagle-lpm2-center {
    text-align: left;
    display: inline-block;
    padding: 100px 0px;
}
.ageagle-lpm2-center {
    padding: 60px 0px;
}
.ageagle-lpm2-center.center-lpm2-titles {
    max-width: 256px;
    padding: 0px 0px;
}
.ageagle-lpm2-overlay-content {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ageagle-lpm2-overlay-content img {
    width: 85%;
}
.ageagle-lpm2 h6 {
    padding-bottom: 0px;
}
.ageagle-center-class-tag {
    padding-bottom: 30px;
}
.ageagle-lpm2-center img {
    margin-bottom: 15px;
}
.ageagle-lpm2-center a.ageagle-btn-top {
    margin-top: 15px;
    position: relative;
    z-index: 99;
}

span[linked-to]:hover {
    cursor: pointer;
}

/* LPM2 RIGHT */
.ageagle-lpm2-right .ageagle-row {
    flex-direction: row-reverse;
}
.ageagle-lpm2-right .ageagle-curver-color-space {
    text-align: left;
}
.ageagle-lpm2-right .ageagle-lpm2-overlay-content {
    left: -3%;
    justify-content: flex-end;
}

/* LPM3 */
.ageagle-lpm3 {
    position: relative;
    padding: 50px 0px;
    margin-bottom: 120px;
}
.ageagle-lpm3:before {
    content: '';
    width: 75%;
    height: 100%;
    background: #f9f9fb;
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 0px;
}
.ageagle-lpm3-center {
    padding: 0px 17% 0px 20%;
}
.ageagle-lpm3 h3 {
    padding-bottom: 15px;
}
.ageagle-lpm3-content-image img {
    margin-bottom: 25px;
}
.ageagle-lpm3-content-image img.ageagle-lpm3-minium {
    width: 80%;
}
.ageagle-lpm3  .ageagle-row {
    position: relative;
    z-index: 9;
}

/* LPM3 RIGHT */
.ageagle-lpm3-right .ageagle-row {
    flex-direction: row-reverse;
}
.ageagle-lpm3.ageagle-lpm3-right:before {
    right: 0;
}
.ageagle-lpm3-right .ageagle-lpm3-center {
    padding: 0px 22% 0px 15%;
}
.ageagle-lpm3-right .ageagle-lpm3-content-image {
    text-align: right;
}
.ageagle-lpm3-right .ageagle-lpm3-content-image img {
    width: 80%;
}

/* LPM4 */
.ageagle-lpm4 {
    background-color: #f9f9fb;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 120px;
}
.ageagle-lpm4 .ageagle-row {
    width: 100%;
}
.ageagle-lpm4-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.ageagle-lpm4-center-content {
    width: 70%;
    margin: auto;
}
.ageagle-lpm4-center-content h2 {
    padding-bottom: 15px;
}
.ageagle-lpm4-center-content .ageagle-btn-top {
    margin-top: 15px;
}
.ageagle-lpm4 .ageagle-lpm4-image-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.ageagle-lpm4-cards {
    margin: auto;
    padding: 50px 0px;
    position: relative;
    z-index: 9;
}
.ageagle-lpm4-card {
    background: #1f1a23;
    padding: 20px 30px;
    margin-bottom: 25px;
    border-radius: 0px;
    max-width: 380px;
}
.ageagle-lpm4-card h4 {
    color: #fff;
    font-size: 20px;
}
.ageagle-lpm4-card h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0px;
}
.ageagle-lpm4-card a {
    color: #fff;
}
.ageagle-lpm4-overlay {
    width: 40%;
    height: 100%;
    background: #1f1a23;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .6;
    display: none!important;
}

/* LPM4 RIGHT */
.ageagle-lpm4-right .ageagle-row {
    flex-direction: row-reverse;
}
.ageagle-lpm4-right .ageagle-lpm4-overlay {
    right: 0!important;
    left: auto;
}


/* Landing Page Header */
.ageagle-page-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}
.ageagle-page-hero-row {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 9;
}
.ageagle-page-hero-row-content {
    max-width: 560px;
}
.ageagle-page-hero-row-content h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 8px;
}
.ageagle-page-hero-row-content h1 {
    color: #fff;
    padding-bottom: 15px;
}
.ageagle-page-hero-row-content p {
    color: #fff;
    padding-bottom: 12px;
}
.ageagle-page-hero-row-content p:last-child {
    padding-bottom: 0px;
}
.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(95deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 25%, transparent 100%);
    background: -webkit-linear-gradient(95deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 25%, transparent 100%);
    background: linear-gradient(95deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.95) 25%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f1a23",endColorstr="transparent",GradientType=1);
}

/* Call to Action 1 */
.ageagle-cta-1 .ageagle-row {
    align-items: center;
}
.ageagle-cta-1 .ageagle-col-4 {
    text-align: center;
}
.ageagle-cta-1 .ageagle-col-4 img {
    width: 60%;
}

h2.lpm-title-h2 {
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 60px;
}

body.page-id-155 .ageagle-lpm1-1,
body.page-id-155 .ageagle-lpm2,
body.page-id-155 .ageagle-lpm3,
body.page-id-155 .ageagle-lpm4 {
    margin-bottom: 60px;
}

.ageagle-lpm1-1,
.ageagle-lpm2,
.ageagle-lpm3,
.ageagle-lpm4,
.ageagle-lpm5,
.ageagle-main-content,
.ageagle-main-content {
    max-width: 1116px;
    width: 95%;
    margin: auto;
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}

.ageagle-upcoming-events,
.ageagle-black-bg,
.ageagle-cta-1 {
    margin-top: 0px!important;
    margin-bottom: 50px!important;
}

/* LPM5 */
.lpm5-card {
    width: 94%;
    margin: auto;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 60px;
}
.lpm5-card-image {
    min-height: 400px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.lpm5-card-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 180px;
    padding: 0px 20px;
    background-color: #f9f9fb;
}
.lpm5-card-content .ageagle-btn-top {
    margin-top: 0px;
}
.lpm5-card-content .ageagle-btn {
    padding: 7px 35px;
    font-size: 14px;
}
.ageagle-no-desktop {
    display: none!important;
}

/* Content Limit */
.ageagle-lpm1-center-1,
.ageagle-lpm2-center {
    max-width: 200px;
}
.ageagle-lpm3-center {
    max-width: 500px;
}
.ageagle-lpm4-center-content {
    max-width: 420px;
}

/* Carousel Thumbnail */
.ageagle-main-carousel-thumbnails {
    margin-top: 0px;
    z-index: 999;
    position: relative;
}
.ageagle-thumbnail-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    overflow: hidden;
    width: 95%;
    margin: auto;
    min-height: 190px;
    max-height: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.ageagle-thumbnail-card-items {
    width: 100%;
    padding: 0px 5% 12px 5%;
}
.ageagle-thumbnail-card-items span.ageagle-module-eyebrow-item {
    font-size: 14px!important;
    line-height: 22px!important;
    font-weight: 700!important;
}
.ageagle-thumbnail-card-items span {
    display: block;
    color: #fff;
    /*font-size: 15px;*/
    padding-bottom: 0px;
}
.ageagle-thumbnail-card-items h4 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 7px;
    /*font-size: 17px;
    line-height: 23px;*/
}
.ageagle-thumbnail-list {
    width: 20%;
}
body.home .splide__arrow {
    background: transparent;
    border-radius: 0%!important;
    opacity: 1;
    width: 70px;
    height: 70px;
}
body.home .splide__arrow svg {
    fill: #fff;
    width: 35px;
    height: 35px;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 0px solid #1f1a23!important;
}
.splide__track--nav > .splide__list > .splide__slide {
    border: 0px solid transparent!important;
}
button.splide__arrow.splide__arrow--prev {
    opacity: 0;
}
#ageagle-main-slider ul li {
    height: 80vh!important;
}
.ageagle-thumbnail-card,
.ageagle-main-carousel-content {
    position: relative;
}
.ageagle-thumbnail-card .ageagle-thumbnail-card-items {
    position: relative;
    z-index: 9;
    background: linear-gradient(0deg, #1f1a2394 30px, transparent);
}
img.splide-thumbnail-overlay {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
img.ageagle-homepage-carousel-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40vh;
}
.ageagle-main-slider-fixed-hero {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    min-height: auto;
    max-height: auto;
    padding-bottom: 50px;
}
.ageagle-main-slider-fixed-hero-content {
    width: 95%;
    max-width: 1120px;
    /*margin-left: 10%;*/
    margin: auto;
}
.ageagle-main-slider-fixed-hero-content h1 {
    color: #fff;
    /*font-size: 60px;
    line-height: 80px;*/
    padding: 14vh 0%;
    width: 100%;
}
.ageagle-main-carousel-thumbnails-card-minimized {
    width: 98%;
}

/* Nav Background */
.ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop {
    background: #fff!important;
}

/* Nav Widget */
nav.ubermenu ul li ul.ubermenu-submenu li ul {
    padding-bottom: 20px;
}
.ageagle-item-full-size a {
    display: none!important;
}
.ageagle-item-full-size .ubermenu-content-block {
    padding: 0px 0px!important;
}
.ageagle-recents-posts-nav-content {
    background-color: #f9f9f9;
    padding: 29px 0px;
}
#menu-item-31927 {
    padding-top: 22px!important;
}
.ageagle-recents-posts-row-content {
    margin: auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
img.ageagle-recents-posts-img {
    border-radius: 0px;
}
.ageagle-recents-posts-row-content-html {
    padding: 5px 10% 0px 10%;
}
.ageagle-recents-posts-row-content-html h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.ageagle-recents-posts-row-content-html p {
    padding: 10px 0px;
}
.ageagle-recents-posts-row-content-html a {
    color: #1f1a23;
    display: inline-block!important;
    text-decoration: underline!important;
    text-underline-position: under;
    text-underline-offset: 1px;
}

body.home .ageagle-upcoming-events {
    margin-bottom: 0px!important;
}

/* Sticky Menu */
#ageagle-sticky {
    width: 100%!important;
    background-color: #fff;
    border-bottom: solid 1px #d7d7d7;
}
.ageagle-sticky-navbar {
    position: fixed!important;
    top: 0px;
    width: 100%!important;
    z-index: 999999;
}
#ageagle-sticky .ageagle-header-buttons-content {
    display: none;
}
#ageagle-sticky.ageagle-sticky-navbar .ageagle-header-buttons-content {
    display: flex;
}
#ageagle-sticky h2 {
    font-size: 19px;
    line-height: 24px;
    padding: 25px 25px 25px 0px;
    font-weight: 400;
}
.ageagle-sub-menu-sticky-bar ul li ul {
    display: none!important;
}
.ageagle-sub-menu-sticky-bar ul li {
    width: auto!important;
}

/* Sticky Nav */
nav.ageagle-sub-menu-sticky-bar,
nav.ageagle-sub-menu-sticky-bar ul {
    width: 100%;
    height: 100%;
}
nav.ageagle-sub-menu-sticky-bar ul li {
    display: inline-block;
    height: 100%;
}
nav.ageagle-sub-menu-sticky-bar ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 15px;
    border-bottom: solid 2px transparent;
    font-weight: 400;
}
/* nav.ageagle-sub-menu-sticky-bar ul li a:hover {

} */
nav.ageagle-sub-menu-sticky-bar ul li a.sticky-item-active {
    border-bottom: solid 2px #1f1a23;
}

nav.ageagle-sub-menu-sticky-bar ul li a.sticky-item-active {
    font-weight: 500;
}

nav.ageagle-sub-menu-sticky-bar ul li:last-child a {
    padding-right: 0px;
}
/*nav.ageagle-sub-menu-sticky-bar ul li:last-child a:before {
    content: '|';
    padding-right: 10px;
}*/
nav.ageagle-sub-menu-sticky-bar a.specifications-item:before {
    content: '|';
    padding-right: 10px;
}

.ageagle-field-search-item img {
    width: 21px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

/* Use Cases */
.ageagle-uses-cases-padding {
    padding-bottom: 0px;
}
.page-template-use-cases .ageagle-main-content-page {
    padding: 40px 0px 80px 0px;
}
.ageagle-use-cases-content h2 {
    font-size: 54px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 70px;
}
.ageagle-use-cases-content h4,
.ageagle-use-cases-content h4 a {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.ageagle-use-cases-content h3,
.ageagle-use-cases-content h3 a {
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    padding-bottom: 15px;
}
.ageagle-use-case-tab a {
    text-decoration: none;
}
.ageagle-use-case-tab a .ageagle-use-cases-content p {
    color: #313131;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 27px;
    padding-bottom: 15px;
}
img.ageagle-use-cases-featured {
    border-radius: 0px;
    margin: 25px 0px;
}
.ageagle-uses-cases-posts {
    width: 75%;
    margin: auto;
    padding: 20px 0px;
}
.ageagle-uses-cases-posts-content:first-child {
    padding: 0px 0px 20px 0px;
}
.ageagle-uses-cases-posts-content {
    padding: 20px 0px;
    border-bottom: 2px solid #979797;
}
.ageagle-uses-cases-posts .ageagle-uses-cases-posts-content a:first-child {
    text-transform: uppercase;
    padding-bottom: 8px;
}
.ageagle-uses-cases-posts a:first-child {
    font-size: 14px;
    font-weight: 500;
}
.ageagle-uses-cases-posts a {
    font-size: 21px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-decoration: none;
    display: block;
    font-weight: 300;
}

a.specifications-close-overlay,
a.specifications-close-overlay:hover {
    border-bottom: solid 0px #1f1a23!important;
}

/* Uses Case - DOM */
body.single-use-case .ageagle-main-content-page {
    max-width: 1400px;
}
body.single-use-case .ageagle-row {
    width: 100%!important;
}
body.page-template-use-cases .ageagle-main-content-page {
    max-width: 1116px;
}
body.page-template-use-cases .ageagle-row {
    width: 100%!important;
}

.ageagle-no-content .ageagle-main-content-page {
    padding: 0px 0px;
    width: 100%;
}
#ageagle-seach-post-type-items li.sf-field-post_type {
    width: 100%;
    background-color: #f9f9fb;
    list-style: none;
}
#ageagle-seach-post-type-items li.sf-field-post_type {
    max-width: 100%;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
#ageagle-seach-post-type-items li.sf-field-post_type ul {
    max-width: 1116px;
    margin: auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    max-height: 85px;
}
#ageagle-seach-post-type-items li.sf-field-post_type ul li {
    list-style: none;
    padding: 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 30px;
    /*border-bottom: solid 8px transparent;*/
}
#ageagle-seach-post-type-items li.sf-field-post_type ul li:last-child {
    padding-right: 0px;
}
#ageagle-seach-post-type-items li.sf-field-post_type ul li:last-child {
    margin-right: 0px;
}
#ageagle-seach-post-type-items li.sf-field-post_type ul li input {
    display: none;
}
#ageagle-seach-post-type-items li.sf-field-post_type ul li label {
    color: #1f1a23;
    font-size: 21px;
    line-height: 28px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px 15px;
    border-bottom: solid 4px transparent;
}
#ageagle-seach-post-type-items ul li:hover,
#ageagle-seach-post-type-items ul li label:hover {
    cursor: pointer;
}
.ageagle-field-search-item {
    width: 35px;
}
.ageagle-search-text-uc {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #f9f9f9;
}
.ageagle-search-text-uc input[type="text"] {
    display: inline-block!important;
    width: calc( 100% - 70px );
    height: 50px;
    border-radius: 0px!important;
    padding: 0px 15px;
    margin-top: 15px;
    border: solid 0px #f9f9f9;
    outline: none;
    position: relative;
    font-size: 18px;
    color: #1f1a23;
    background-color: #f9f9f9;
    vertical-align: middle;
}
.ageagle-search-text-uc span.dashicons.dashicons-no-alt {
    color: #1f1a23;
    font-size: 22px;
    position: absolute;
    top: 32px;
    right: 31px;
    z-index: 99;
    display: block;
}
.ageagle-explore-drones-results .agaegle-result-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
}
.ageagle-explore-drones-results .ageagle-drones-products-cards-results {
    width: 30%;
    margin-bottom: 50px!important;
}
.ageagle-explore-drones-results .ageagle-drones-products-cards-results-content {
    width: 100%;
    height: 100%;
    position: relative;
}
.ageagle-explore-drones-results .ageagle-drones-products-cards-results:nth-child(3n+2){
    margin: 0px 5%;
}
.agaegle-result-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: stretch;
}
.agaegle-result-item-div {
    width: 33.33%;
}
.agaegle-result-item-div-limiter {
    width: 90%;
    margin: 0;
    margin-bottom: 80px;
    margin-left: 10%;
}
.agaegle-result-item-div img {
    border-radius: 0px;
    width: 100%;
    height: auto;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
.agaegle-result-item-div-limiter h4 {
    padding-top: 15px;
    padding-bottom: 5px;
}
.agaegle-result-item-div-limiter a {
    text-decoration: none;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0px solid transparent;
    padding: 3px 8px;
    border-radius: 5px;
    margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #1f1a23;
    background: #1f1a23;
    color: #fff;
}
.wp-pagenavi span.current {
    font-weight: 400!important;
}
.wp-pagenavi span.pages {
    display: none;
}
#ageagle-seach-post-type-taxonomy {
    width: 85%;
}
#ageagle-seach-post-type-taxonomy li h4 {
    font-size: 21px;
    font-weight: 300;
    position: relative;
    float: none;
    clear: both;
    text-transform: capitalize;
    padding-bottom: 0px;
}
#ageagle-seach-post-type-taxonomy li h4:hover {
    cursor: pointer;
}
/*#ageagle-seach-post-type-taxonomy li h4:after {
    content: "\f347";
    font-family: dashicons;
    float: right;
    transition: .4s;
}*/
#ageagle-seach-post-type-taxonomy li h4:after {
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    /* float: right; */
    transition: .4s;
}
#ageagle-seach-post-type-taxonomy li label {
    font-weight: 300;
    display: inline-block;
    width: calc( 100% - 40px );
}
#ageagle-seach-post-type-taxonomy li {
    list-style: none;
    padding: 25px 0px;
    border-top: solid 1px #979797;
}
#ageagle-seach-post-type-taxonomy li li {
    padding: 5px;
    border-top: solid 0px #1f1a23;
}
#ageagle-seach-post-type-taxonomy li input {
    margin-right: 20px;
}
#ageagle-seach-post-type-taxonomy li ul {
    display: none;
    padding-top: 20px;
}
.agealge_list_active label {
    border-bottom: solid 4px #1f1a23!important;
}
body #ageagle-search-text-uc {
    border-bottom: solid 0px #1f1a23!important;
}
.ageagle-search-text-uc {
    overflow: hidden;
}
img.ageagle-search-text-uc-icon {
    width: auto;
    height: 21px;
    margin-top: 15px;
    border-right: solid 2px #1f1a23;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.ageagle-dataset-actions {
    border-top: 1px solid #979797;
    margin-top: 10px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ageagle-dataset-actions .col-7 {
    text-align: right;
}
.ageagle-dataset-actions span {
    font-size: 30px;
    vertical-align: sub;
}
.ageagle-dataset-actions a {
    font-weight: 400;
}

/* Soft */
.sf-field-sort_order {
    list-style: none;
    padding-bottom: 60px;
    text-align: right;
}
.sf-field-sort_order h4 {
    font-size: 21px;
    font-weight: 300;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 0px;
}
#ageagle-search-soft .sf-field-sort_order select {
    font-size: 21px;
    font-weight: 300;
}
.sf-field-sort_order label {
    vertical-align: middle;
    display: inline-block;
}
.sf-field-sort_order select {
    width: 150px;
    padding: 6.5px 20px;
    border: solid 1px #515050;
    border-radius: 5px;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 16px;
    background-color: #fff!important;
    color: #1f1a23!important;
    font-weight: 300!important;
}
#ageagle-search-results-items-showing {
    font-size: 26px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding-right: 30px;
    padding-bottom: 0px;
}

/* Filtered */
#ageagle-seach-items-filtered {
    width: 85%;
}
.ageagle-seach-items-filtered-header {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
}
.ageagle-seach-items-filtered-header h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.ageagle-seach-items-filtered-header a {
    font-size: 18px;
    line-height: 27px!important;
    text-decoration: none;
    color: #1f1a23;
    font-weight: 300;
    top: 22px;
    position: absolute;
    right: 0;
}
.ageagle-seach-items-filtered-header a:hover {
    line-height: 16px;
}
.ageagle-seach-items-filtered-item {
    width: 100%;
    position: relative;
    float: none;
    clear: both;
    padding: 0px 0px 15px 0px;
}
.ageagle-seach-items-filtered-item span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    max-width: 85%;
}
.ageagle-seach-items-filtered-item a {
    text-decoration: none;
    color: #1f1a23;
    font-weight: 300;
    position: absolute;
    top: 6px;
    right: 0;
}
.ageagle-homepage-carousel-overlay-div {
    width: 7.7%;
    height: 200px;
    position: absolute;
    right: 210px;
    z-index: 999;
    bottom: 0;
    background-image: url(/wp-content/uploads/2022/07/bottom-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(358deg);
    z-index: 9;
    display: none;
}
.splide__arrow {
    z-index: 99!important;
}

/* Filter Button */
.filter-solt-content-mobile {
    text-align: center;
    display: none;
    padding-bottom: 60px;
}
a.filter-sort-modal {
    text-decoration: none;
    border: solid 1px #1f1a23;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
}
a.filter-sort-modal img {
    width: 30px;
    vertical-align: middle;
    margin-left: 30px;
}

/* Modal Full */
.blocker {
    z-index: 9999999999!important;
    padding: 0px!important;
}
.close-modal  {
    display: none!important;
}
.hide-desktop {
    display: none;
}
.modal-full {
    display: inline-block;
    width: 100%!important;
    max-width: 100%!important;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0px!important;
    box-shadow: none;
    padding: 5%!important;
}
.hide-modal-align-text {
    text-align: right;
}
.ageagle-modal-items h2 {
    font-size: 31px;
    line-height: 41px;
    font-weight: 300;
}
.ageagle-modal-items a.hide-this-modal {
    text-decoration: none;
}
.ageagle-modal-items a.hide-this-modal span {
    font-size: 35px;
}
.ageagle-modal-items .ageagle-row {
    align-items: center;
}
#ageagle-modal-content-filters {
    padding: 25px 0px;
}
#ageagle-modal-content-filters .sf-field-sort_order {
    text-align: left;
    padding-bottom: 10px;
}
#ageagle-modal-content-filters .sf-field-sort_order h4,
#ageagle-modal-content-filters .sf-field-sort_order label {
    display: block!important;
}
#ageagle-modal-content-filters .sf-field-sort_order h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}
#ageagle-modal-content-filters .sf-field-sort_order select {
    width: 100%;
    font-size: 18px;
}
#ageagle-modal-content-filters .ageagle-seach-items-filtered-header h2,
#ageagle-modal-content-filters li.sf-field-sort_order h4,
body.page-template-explore-drones .search-partners-sort-option li.sf-field-sort_order h4,
body.page-template-explore-drones .search-partners-buttons-actions h4  {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 9px;
}

/* Tabs */
.ageagle-use-case-tab {
    display: none;
}
.use-case-tab-active {
    display: block;
}

/* Search Mobile */
.search-black-icon {
    display: none!important;
}
#ageagle-seach-post-search-texbox {
    background-color: #f9f9f9;
}
#ageagle-seach-post-search-texbox .ageagle-search-text-uc {
    display: block!important;
    position: relative;
    padding: 15px 30px;
    max-width: 790px;
    margin: auto;
}
#ageagle-seach-post-search-texbox .search-black-icon {
    display: inline-block!important;
    -webkit-filter: none!important;
    filter: none!important;
}
#ageagle-seach-post-search-texbox .ageagle-search-text-uc input[type="text"] {
    background-color: #f9f9f9;
    color: #1f1a23;
    margin-top: 0px;
    font-weight: 300;
    font-size: 20px;
}
#ageagle-seach-post-search-texbox img.ageagle-search-text-uc-icon {
    margin-top: 0px;
    border-right: solid 1px #1f1a23;
}
#ageagle-seach-post-search-texbox .ageagle-search-text-uc span.dashicons.dashicons-no-alt {
    display: none!important;
}
#ageagle-seach-post-search-texbox .search-white-icon {
    display: none;
}
#ageagle-seach-post-search-texbox .search-black-icon {
    display: inline-block!important;
}

/* Filter Mobile - Taxonomy */
#ageagle-modal-content-filters li {
    list-style: none;
}
#ageagle-modal-content-filters li input[type="checkbox"] {
    margin-right: 15px;
}
#ageagle-modal-content-filters li ul {
    display: none;
}
#ageagle-modal-content-filters li h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}
#ageagle-modal-content-filters li[data-sf-field-type="taxonomy"],
#ageagle-modal-content-filters li[data-sf-field-type="category"] {
    border-bottom: solid 1px #979797;
    padding: 15px 0px 20px 0px;
    position: relative;
    float: none;
    clear: both;
}
#ageagle-modal-content-filters li[data-sf-field-type="taxonomy"] h4,
#ageagle-modal-content-filters li[data-sf-field-type="category"] h4 {
    position: relative;
}
#ageagle-modal-content-filters li[data-sf-field-type="taxonomy"] h4:after,
#ageagle-modal-content-filters li[data-sf-field-type="category"] h4:after {
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    transition: .4s;
}
#ageagle-modal-content-filters li[data-sf-field-type="taxonomy"] h4.active-list-modal:after,
#ageagle-modal-content-filters li[data-sf-field-type="category"] h4.active-list-modal:after {
    transform: rotate(180deg);
}
#ageagle-modal-content-filters .sf-field-sort_order select {
    background-position: 94% center;
}
#ageagle-modal-content-filters li ul li {
    padding: 6px 0px;
}
#ageagle-modal-content-filters li ul li:first-child {
    padding-top: 15px;
}

/* Reset Button */
.reset-button-desktop {
    display: block;
}
.reset-button-mobile {
    display: none;
}

/* Show Items */
#ageagle-modal-content-filters #ageagle-seach-items-filtered {
    width: 100%;
}
#ageagle-modal-content-filters .reset-button-mobile {
    position: relative;
    border: solid 1px #1f1a23;
    width: auto;
    display: inline-block;
    padding: 6px 25px;
    top: 0;
    border-radius: 5px;
    font-weight: 500;
}
#ageagle-modal-content-filters .reset-button-mobile:hover {
    line-height: 27px;
}
#ageagle-modal-content-filters .ageagle-seach-items-filtered-item:last-child {
    padding-bottom: 15px;
}
#ageagle-modal-content-filters .ageagle-seach-items-filtered-item {
    padding: 0px 0px 5px 0px;
}
#ageagle-modal-content-filters #ageagle-seach-items-filtered {
    border-bottom: solid 1px #979797;
    padding-bottom: 20px;
}
.ageeagle-modal-apply {
    position: relative!important;
    border: solid 1px #1f1a23;
    background: #1f1a23;
    width: auto;
    padding: 6px 60px;
    top: 0!important;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 500!important;
    margin-right: 10px;
    display: none!important;
}
#ageagle-modal-content-filters .ageeagle-modal-apply {
    display: inline-block!important;
}

footer.ageagle-footer .ageagle-row {
    width: 95%!important;
}

#ageagle-search-buttons-actions .ageeagle-modal-apply,
#ageagle-search-buttons-actions .remove-filtered.reset-button-mobile {
    background-color: #fff;
    color: #1f1a23!important;
    opacity: .4;
    pointer-events: none;
}

#ageagle-search-buttons-actions .ageeagle-modal-apply.modal-apply-active {
    background-color: #1f1a23;
    color: #fff!important;
}

#ageagle-search-buttons-actions .ageeagle-modal-apply.modal-apply-active,
#ageagle-search-buttons-actions .remove-filtered.reset-button-mobile.modal-reset-active {
    opacity: 1;
    pointer-events: initial;
}

#filter-posts-slide-button-right,
#filter-posts-slide-button-left {
    display: none;
}

.ageagle-compare-cell-min {
    width: 25%;
}

#main-compare-content .fold-content table tbody tr td {
    width: 20%;
}

.single-post .ageagle-main-content-page img {
    width: auto;
}

/* Explore Drones */
.search-drone-partners {
    background-color: #1f1a23;
    padding: 30px 0px;
}
.search-drone-partners-content {
    max-width: 1400px;
    margin: auto;
    width: 95%;
}
.search-drone-partners-content img {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 0px #fff;
    padding-right: 0px;
    margin-right: 1%;
}
.ageagle-explore-drones form.searchandfilter ul li:first-child h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 26px 50px 26px 0px;
}
#menu-solutions-test-menu li:first-child {
    margin-left: 20px;
}
.search-drone-partners-content input[type="text"] {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    border: none;
    color: #fff;
    background-color: #1f1a23;
    font-size: 18px;
    border-left: solid 2px #fff;
    padding-left: 22px;
    letter-spacing: normal;
    border-radius: 0px!important;
}
.search-drone-partners-content input[type="text"]:focus {
    outline: none;
}
.ageagle-explore-drones li.sf-field-search,
.ageagle-explore-drones li.sf-field-submit {
    display: none!important;
}
.ageagle-explore-drones form.searchandfilter {
    border-bottom: solid 2px #ececec;
    margin-bottom: 0px;
}
.ageagle-explore-drones form.searchandfilter ul {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    max-width: 1400px;
    margin: auto;
}
.ageagle-explore-drones form.searchandfilter ul li {
    border-right: solid 2px #ececec;
    padding: 0px 0px!important;
    position: relative;
}
.ageagle-explore-drones form.searchandfilter ul li:hover {
    cursor: pointer;
}
.ageagle-explore-drones form.searchandfilter ul li ul {
    display: none;
}
.ageagle-explore-drones form.searchandfilter ul li h4 {
    width: 100%;
    height: 100%;
    padding: 26px 50px;
    font-size: 16px;
}
.sf-field-taxonomy-product-title h4:after {
    display: none!important;
}
.ageagle-explore-drones form.searchandfilter ul li h4:after {
    content: "\f347";
    font-family: dashicons;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.ageagle-explore-drones form.searchandfilter ul li a.search-filter-reset {
    font-size: 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 50px;
    line-height: 24px;
    font-weight: 300;
}
.ageagle-explore-drones form.searchandfilter .sf-field-reset h4 {
    display: none!important;
}
.ageagle-explore-drones form.searchandfilter ul li ul li {
    border: none!important;
    border: none!important;
    padding: 10px 30px 10px 30px!important;
}
.ageagle-explore-drones form.searchandfilter ul li ul li:hover {
    cursor: pointer;
}
.ageagle-explore-drones form.searchandfilter ul li ul li.sf-field-taxonomy-product-title {
    display: none!important;
}
.ageagle-explore-drones form.searchandfilter ul li ul {
    position: absolute;
    padding: 0px 0px;
    border: solid 2px #ececec;
    z-index: 9;
}
.ageagle-explore-drones form.searchandfilter li.sf-field-taxonomy-country ul {
    max-height: 500px;
    overflow-y: scroll;
}
/*.page-id-31785 .sf-field-taxonomy-country label {
    position: absolute;
    border: solid 2px #ececec;
    z-index: 9;
    width: 100%;
    padding: 20px 20px;
}
.page-id-31785 .sf-field-taxonomy-country label select {
    width: 100%;
    min-width: auto;
    height: 35px;
}
.page-id-31785 a.chosen-single {
    background: #fff;
    font-size: 14px;
    border-radius: 0px;
    height: 30px;
    font-weight: 400;
    padding: 2px 10px;
}*/
.ageagle-explore-drones form.searchandfilter ul li.sf-field-reset {
    margin-left: auto;
    border-left: solid 2px #ececec;
}
.ageagle-explore-drones .searchandfilter ul li input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.ageagle-explore-drones form.searchandfilter ul li ul li:nth-child(2) {
    padding-top: 18px!important;
}
.ageagle-explore-drones .searchandfilter ul li ul li label {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    vertical-align: top;
    max-width: calc( 100% - 20px );
}
.ageagle-explore-drones .explore-drones-apply-content {
    background: #f9f9fb;
    padding: 13px 30px;
}
.ageagle-explore-drones .explore-drones-apply {
    border: solid 2px #1f1a23;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 21px;
    margin: 0px 0px;
    display: inline-block;
    line-height: 27px;
    transition: .3s;
}
.ageagle-explore-drones .explore-drones-apply:hover {
    color: #fff;
    background-color: #1f1a23;
    line-height: 27px;
}
.ageagle-explore-drones-results {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 100px;
}
.ageagle-explore-drones form.searchandfilter ul li ul li:hover {
    background-color: #f9f9fb;
}
.table-compare-drone th {
    position: relative;
}
.table-compare-drone span.compare-remove-item {
    position: absolute;
    right: 35px;
    top: 27.3%;
    display: none;
}
.table-compare-drone span.compare-remove-item:hover {
    cursor: pointer;
}

/* Results Cards */
.ageagle-drones-products-cards-results {
    width: 33%;
}
.ageagle-drones-products-cards-results-content {
    background-color: #f9f9fb;
    width: 92%;
    margin: auto;
    border-radius: 10px;
    padding: 30px 30px;
}
.ageagle-drones-products-cards-results-content h2,
.ageagle-drones-products-cards-results-content a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}
.ageagle-drones-products-cards-results-content h4 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
}
p.ageagle-partners-style {
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
}
.ageagle-partners-taxonomies {
    padding-top: 20px;
    min-height: 100px;
}
.ageagle-partners-taxonomies span {
    font-size: 12px;
    line-height: 27px;
    font-weight: 500;
    background-color: #D6D6D6;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 8px;
    transition: .3s;
}
/*.ageagle-partners-taxonomies span:hover {
    background-color: #1f1a23;
    color: #fff;
    cursor: pointer;
}*/
.ageagle-partners-cards-padding {
    padding: 55px;
}
.ageagle-partners-phone-info {
    padding-bottom: 20px;
}
.ageagle-partners-phone-info a {
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
}
.ageagle-partners-phone-info img {
    width: 22px;
    display: inline-block;
    vertical-align: unset;
    margin-right: 15px;
}
.ageagle-partners-buttons-actions {
    width: 100%;
    padding: 29px 0 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.ageagle-partners-buttons-actions a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 9px 22px!important;
    border: solid 1px #1f1a23;
    transition: .3s;
    margin-right: 7px;
    width: fit-content;
}
.ageagle-partners-buttons-actions a.ageagle-btn-white {
    background-color: transparent;
}
.ageagle-partners-buttons-actions a.ageagle-btn-white:hover {
    background-color: #1f1a23;
    color: #fff;
}
.ageagle-partners-buttons-actions a.ageagle-btn-black:hover {
    background-color: #fff;
    color: #1f1a23!important;
    border: solid 1px #1f1a23;
}
.ageagle-partners-buttons-actions .ageagle-btn-black:hover:before {
    display: none!important;
}
.ageagle-partners-cards-padding h2 a {
    font-size: 21px;
    line-height: 28px;
    font-weight: 500;
    pointer-events: none;
}
/* Sub Nav */
#ageagle-sticky {
    position: relative;
}
nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 75px;
    position: absolute;
    z-index: 99999!important;
    overflow-x: scroll;
    -ms-overflow-style: none;
  scrollbar-width: none;
}
nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav::-webkit-scrollbar {
  display: none;
}
body.admin-bar nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    height: calc( 100vh - 197px );
}
nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    height: calc( 100vh - 165px );
}
body.admin-bar .ageagle-sticky-navbar  nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav,
.ageagle-sticky-navbar nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    height: calc( 100vh - 76px );
}
.specifications-sub-nav-content {
    max-width: 1400px;
    width: 95%;
    margin: auto;
}
.specifications-sub-nav-content h2 {
    font-size: 37px;
    line-height: 47px;
}
.specifications-sub-nav-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
}
.specifications-sub-nav-col-1 {
    width: 16.66%;
}
.specifications-sub-nav-col-2 {
    width: calc( 100% - 16.66% );
}
#ageagle-sticky .specifications-sub-nav-col-2 h2 {
    font-size: 37px;
    line-height: 47px;
    padding: 50px 20px 50px 0px;
    font-weight: 400;
}
.specifications-sub-nav-menu {
    border-bottom: solid 1px #979797;
}
.specifications-sub-nav-menu ul {
    display: block!important;
}
.specifications-sub-nav-menu ul li a {
    display: inline-block!important;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-bottom: solid 6px #fff!important;
    padding: 20px 40px 20px 0px!important;
    letter-spacing: normal;
    margin-right: 20px;
}
.ageagle-specifications-tab-items {
    padding: 10px 0px 50px 0px;
    width: 100%;
}
.specifications-sub-nav-menu ul li a.sticky-item-active {
    border-bottom: solid 6px #1f1a23!important;
}
.ageagle-specifications-tab-item {
    display: none;
}

#ageagle-sticky img.ageagle-header-logo {
    height: auto;
    padding: 25px 0px 15px 0px;
    margin-left: 16px;
}

/* Header New Hover */
.ageagle-header-buttons-content .ageagle-btn-black {
     border:1px solid transparent !important;
}
.ageagle-header-buttons-content .ageagle-btn-black:hover:before {
    display: none;
}
.ageagle-header-buttons-content .ageagle-btn-black:hover {
    color:  #FFF;
    border:1px solid #FFF !important;
    background-color: #1f1a23 !important;
}
.ageagle-header-buttons-content .ageagle-btn-white:hover {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
}

#ageagle-sticky .ageagle-header-buttons-content .ageagle-btn-black:hover:before {
    display: none;
}
/* #ageagle-sticky .ageagle-header-buttons-content .ageagle-btn-black:hover {
    color: #fff;
    background-color: #1f1a23;
} */
#ageagle-sticky .ageagle-header-buttons-content .ageagle-btn-white:hover {
    background-color: transparent;
    color: #1f1a23;
    /* border: solid 1px #1f1a23; */
}

/* Hide Live Chat */
#hubspot-messages-iframe-container {
    display: none!important;
}

/* Footer Update */
footer.ageagle-footer img.ageagle-header-logo {
    /* width: 272px;
    height: 112px; */
    width: auto !important;
    height: 80px !important;
    margin-bottom: 20px !important;
}

/* Separator */
.ageagle-separator-module {
    width: 100%;
    display: block;
    float: none;
    clear: both;
}

/* SubNav Items Overlay */
#ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 300!important;
    max-width: 80%;
    padding: 30px 0px;
}
#ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.sub-tab-specs-items .ageagle-row {
    width: 100%;
}
.sub-tab-specs-items {
    border-bottom: solid 1px #979797;
}

img.dataset-actions-icons {
    width: 16px;
    height: 16px;
    min-height: 15px;
    border-radius: 0px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* Checkbox */
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: solid 1px #1f1a23;
    border-radius: 2px;
}
input[type="checkbox"]:checked {
    background-color: #1f1a23;
    border: solid 1px #1f1a23;
}

/* Explored Filtered Items */
#explore-filtered-items {
    width: 95%;
    max-width: 1400px;
    margin: auto;
    padding: 40px 0px;
}
#explore-filtered-items .explore-filtered-item {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
}
#explore-filtered-items .explore-filtered-item:first-child {
    padding-left: 0px;
}
#explore-filtered-items .explore-filtered-item a {
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding-right: 15px;
}
#explore-filtered-items .explore-filtered-item a img {
    width: 9px;
    height: 9px;
}
#explore-filtered-items .explore-filtered-item span {
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

/* Support */
.page-template-support-page .ageagle-row {
    width: 100%;
}
.suport-pages-cards {
    width: 100%;
    max-width: var(--ageagle-max-width);
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
}
.suport-pages-cards .suport-page-card {
    width: 31.5%;
}
.suport-pages-cards .suport-page-card .suport-page-card-content {
    background-color: #f9f9fb;
    padding: 35px 45px 25px 45px;
    border-radius: 0px;
}
.suport-pages-cards .suport-page-card .suport-page-card-content .suport-page-card-header {
    min-height: 220px;
}
.suport-pages-cards .suport-page-card .suport-page-card-content .suport-page-card-header a {
    text-decoration: none;
    border: solid 1px #1f1a23;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 0px;
    display: inline-block;
    margin-top: 10px;
    transition: .3s;
}
.suport-pages-cards .suport-page-card .suport-page-card-content .suport-page-card-header a:hover {
    color: #fff;
    background-color: #1f1a23;
}
.suport-pages-cards .suport-page-card .suport-page-card-content {
    text-align: center;
}
.suport-pages-cards .suport-page-card .suport-page-card-content h2 {
    font-size: 37px;
    line-height: 47px;
    font-weight: normal;
    padding-bottom: 12px;
}
.suport-pages-cards .suport-page-card .suport-page-card-content a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 25px;
    display: inline-block;
}
.suport-pages-cards .suport-page-card .suport-page-card-content a.support-page-button-link {
    text-decoration: none;
    /* border: solid 1px #1f1a23; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 18px!important;
    border-radius: 0px;
    display: inline-block;
    margin-top: 10px;
    transition: .3s;
    margin-bottom: 25px;
    background-color: #9063CD;
    color: #fff;
    text-transform: uppercase;
}
.suport-pages-cards .suport-page-card .suport-page-card-content a.support-page-button-link:hover {
    color: #fff;
    background-color: #1f1a23;
}

/* Accesories */
.ageagle-product-accesories-nav-content {
    width: 100%;
    max-width: 100%;
}
.ageagle-product-accesories-nav-content-limiter {
    padding: 40px 0px 40px 0px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    border-top: solid 1px #cdcdcd;
}
.ageagle-product-accesories-nav-content-limiter h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.ageagle-product-accesories-nav-content .ageagle-product-accesories-nav-content-limiter ul.ageagle-product-accesories-nav {
    padding-top: 30px!important;
}
li.ubermenu-autocolumn.menu-item-14-col-1.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-14-col-1,
li.ubermenu-autocolumn.menu-item-96166-col-1.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-96166-col-1 {
    margin-top: 0px!important;
}
ul.ageagle-product-accesories-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 70px;
}
ul.ageagle-product-accesories-nav li:first-child a {
    font-weight: 400;
}
ul.ageagle-product-accesories-nav li a {
    display: block!important;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300!important;
}
.ubermenu-submenu-id-15,
.ubermenu-submenu-id-17 {
    padding-bottom: 22px!important;
}
#menu-item-31910 {
    padding-bottom: 0px;
}
#menu-item-31931 a,
li#menu-item-96211 a {
    display: block!important;
    max-width: 1690px;
    margin: auto;
    width: 100%;
}
#menu-item-31931 ul {
    display: block!important;
    max-width: 1400px;
    margin: auto;
    width: 100%;
}
.geagle-industries-nav-content {
    display: block!important;
    max-width: 1690px;
    margin: auto;
    width: 100%;
}
.geagle-industries-nav-content a {
    display: block!important;
}
.geagle-industries-nav-content ul.geagle-industries-nav {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
.geagle-industries-nav-content ul.geagle-industries-nav li {
    width: 25%;
    list-style: none;
    border-right: solid 1px #E1E1E1;
    margin-bottom: 40px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li a {
    text-decoration: none;
    width: 65%;
    margin: auto;
    height: auto!important;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul {
    width: 65%!important;
    display: block;
    margin: auto;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul li {
    width: 100%;
    margin: auto;
    list-style: none;
    border-right: solid 0px #E1E1E1;
    margin-bottom: 0px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li:first-child a {
    margin: 0px!important;
    padding-left: 20px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul li:first-child a {
    margin: auto!important;
    padding-left: 0px;
}
/*.geagle-industries-nav-content ul.geagle-industries-nav li:nth-child(6n) a {
    margin: 0px!important;
    padding-left: 20px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul li:nth-child(6n) a {
    margin: auto!important;
    padding-left: 0px;
}*/
/*.geagle-industries-nav-content ul.geagle-industries-nav li:nth-child(5n) {
    border-right: solid 0px #E1E1E1;
}*/
.geagle-industries-nav-content ul.geagle-industries-nav li:nth-child(4n),
.geagle-industries-nav-content ul.geagle-industries-nav li:last-child {
    border-right: solid 0px #E1E1E1;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul li a {
    width: 100%;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul {
    padding-top: 25px!important;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul li a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300!important;
    padding-bottom: 10px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li:nth-child(5) a,
.geagle-industries-nav-content ul.geagle-industries-nav li:nth-child(9) a {
    text-align: left!important;
    padding-left: 20px;
    margin-left: 0px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li a {
    padding-right: 20%;
}
body nav.ubermenu ul.ubermenu-nav li.ageagle-initil-1 a span {
    text-transform: initial!important;
}
body nav.ubermenu ul.ubermenu-nav li.ageagle-initil-2 a span {
    text-transform: initial!important;
    padding-top: 15px;
}
body nav.ubermenu ul.ubermenu-nav li#menu-item-13 ul {
    padding-bottom: 40px!important;
}
body nav.ubermenu ul.ubermenu-nav li#menu-item-13 ul li ul {
    padding-bottom: 0px!important;
}
body nav.ubermenu ul.ubermenu-nav li#menu-item-13 ul li ul li.ageagle-initil-2 a {
    padding-bottom: 8px!important;
}

/* Nav Spacing */
body nav.ubermenu ul.ubermenu-nav li ul {
    padding-top: 0px!important;
}
body nav.ubermenu ul.ubermenu-nav li ul li {
    margin-top: 0px!important;
}
body nav.ubermenu ul.ubermenu-nav li ul li {
    padding-top: 0px!important;
}
body nav.ubermenu ul.ubermenu-nav li ul li a {
    padding-top: 0px!important;
    padding-bottom: 30px!important;
}
body nav.ubermenu ul.ubermenu-nav li ul li li li a {
    padding-top: 0px!important;
    padding-bottom: 20px!important;
}
body .ageagle-product-accesories-nav-content .ageagle-product-accesories-nav-content-limiter ul.ageagle-product-accesories-nav li {
    margin-bottom: 0px!important;
}
body .ageagle-product-accesories-nav-content .ageagle-product-accesories-nav-content-limiter ul.ageagle-product-accesories-nav li a {
    padding-bottom: 0px!important;
}

body nav.ubermenu ul.ubermenu-nav li ul li {
    margin-top: 40px!important;
}
body nav.ubermenu ul.ubermenu-nav li ul li ul li,
body nav.ubermenu ul.ubermenu-nav li ul li ul li ul li {
    margin-top: 0px!important;
}
/* li.ubermenu-autocolumn.menu-item-14-col-2.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-item-type-column.ubermenu-column-id-14-col-2 {
    display: none!important;
} */
li.ubermenu-autocolumn.menu-item-16-col-5.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-6.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-16-col-5 {
    padding-top: 0px!important;
    margin-top: 0px!important;
}
li.ubermenu-autocolumn.menu-item-13-col-5.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-6.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-13-col-5 {
    margin-top: 22px!important;
}

/* Card Industries */
.ageagle-card-industries .ageagle-card-industries img {
    border-radius: 0px;
}
.ageagle-card-industries .ageagle-events-cards .ageagle-events-cards-header {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    height: 235px;
    background-color: #fff;
}
.ageagle-card-industries {
    margin-bottom: 25px;
}
.ageagle-card-industries .ageagle-events-cards-wrapper {
    padding-top: 15px;
}

/* Menu Class */
li.menu-eyebrow a {
    font-weight: 700;
    line-height: 24px;
}
body header.ageagle-header nav ul ul li.menu-small-eyebrow a {
    font-size: 14px!important;
    line-height: 20px!important;
    text-transform: uppercase!important;
}
body header.ageagle-header nav ul ul li.menu-small-eyebrow a span {
    text-transform: uppercase!important;
}

/*#ageagle-modal-content-filters .ageagle-seach-items-filtered-item:first-child {
    padding-top: 15px;
}*/

/* New Homepage Slider */
.ageagle-main-carousel-thumbnails {
    width: 90%;
    max-width: 1690px;
    margin: auto;
}
.ageagle-main-carousel-thumbnails .ageagle-col-middle {
    display: none;
}
.ageagle-main-carousel-thumbnails .ageagle-main-carousel-thumbnails-card-minimized,
.ageagle-main-carousel-thumbnails .ageagle-col-11 {
    width: 100%;
}
.ageagle-main-carousel-thumbnails .ageagle-col-2.ageagle-thumbnail-fixed {
    max-width: 281px;
    width: 281px;
}
.ageagle-main-carousel-thumbnails .ageagle-thumbnail-slider-col {
    max-width: 1409px;
    width: 1409px;
}
button.splide__arrow.splide__arrow--next {
    margin-right: -70px;
}
button.splide__arrow.splide__arrow--prev {
    opacity: 1!important;
    margin-left: -354px;
}
.ageagle-main-carousel-thumbnails img.splide-thumbnail-overlay {
    display: none!important;
}
.ageagle-main-slider-fixed-hero-content h1 {
    text-align: center;
}
header.ageagle-header .ageagle-row {
    max-width: 1670px;
}
.ageagle-lpm4 .ageagle-row {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
}
.ageagle-lpm4 .ageagle-lpm4-center-content {
    padding: 75px 0px;
}
/*.ageagle-lpm1-1 .ageagle-row .ageagle-col-4:first-child .ageagle-lpm1-center-1 {
    display: block;
    margin-left: 100px;
}
.ageagle-lpm1-1.ageagle-lpm1-right .ageagle-row .ageagle-col-4:first-child .ageagle-lpm1-center-1 {
    display: block;
    margin-left: 0px;
    margin-right: 100px;
}*/

.page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-4 .ageagle-lpm2-center {
    height: 100%;
}
.ageagle-lpm2 .ageagle-row .ageagle-col-4 .ageagle-lpm2-center {
    height: 100%;
    display: inline-flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.ageagle-lpm2-center h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-4:first-child .ageagle-lpm2-center {
    display: block;
    margin-left: 82px;
}
.page-id-303 .ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-col-4:first-child .ageagle-lpm2-center {
    display: block;
    margin-left: 0px;
    margin-right: 82px;
}
.ageagle-lpm2-center img {
    margin-bottom: 11px;
    margin-top: 0px;
    height: 44px;
}
.page-id-303 .ageagle-lpm2-overlay-content img {
    width: 293px;
    height: 191px;
    object-fit: cover;
}
/* .ageagle-lpm2 .ageagle-lpm2-center {

} */
.page-id-303 .ageagle-lpm2-overlay-content {
    width: 35.7%;
}
.page-id-303 .ageagle-lpm2-right .ageagle-lpm2-overlay-content {
    left: 0%;
}
.page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-2 .ageagle-lpm2-center {
    display: block;
    margin-right: 80px;
}
.ageagle-lpm2-right
/*.page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-2:last-child .ageagle-lpm2-center {
    display: block;
    margin-right: 100px;
}
.page-id-303 .ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-col-2:first-child .ageagle-lpm2-center {
    display: block;
    margin-right: 0px;
    margin-left: 100px;
}*/

/*Homepage Slider - New Slider */
.ageagle-slider-home-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.ageagle-slider-div-pinned-card {
    width: 281px;
}
.ageagle-slider-div-carousel {
    width: calc( 1405px );
}
.hp-slider-carousel-item {
    width: 281px;
}
.ageagle-slider-home-container .owl-nav {
    display: block!important;
    width: calc( 100% + 281px );
    position: absolute!important;
    margin-left: -281px;
    top: 35%;
}
.ageagle-slider-home-container .owl-nav span {
    color: #fff;
    font-size: 50px;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.ageagle-slider-home-container .owl-nav button.owl-prev {
    position: absolute;
    left: -65px;
}
.ageagle-slider-home-container .owl-nav button.owl-next {
    position: absolute;
    right: -65px;
}
.ageagle-slider-home-container .owl-nav button:hover,
.ageagle-slider-home-container .owl-nav button:focus {
    background: transparent!important;
}
.ageagle-slider-home-container .owl-dots {
    display: none!important;
}
.pinned-card-hide {
    display: none;
}
.ageagle-slider-home-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}


/* Landing Software */
.ageagle-lpm3 .ageagle-lpm3-center h2 {
    padding-bottom: 12px;
}
.ageagle-lpm3 .ageagle-btn-top {
    margin-top: 15px;
}
.ageagle-lpm3 .ageagle-row .ageagle-col-5 {
    width: 45%;
}
.ageagle-lpm3 .ageagle-row .ageagle-col-5 .ageagle-lpm3-center {
    max-width: 600px;
    padding: 0px 12% 0px 17%;
}
.ageagle-lpm3 .ageagle-row .ageagle-col-7 {
    width: 55%;
}

/* HP1 - Align */
.ageagle-overlay-floating-div {
    position: absolute;
    top: 0;
    right: 16.5%;
    height: 100%;
    width: 33.32%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.ageagle-overlay-floating-div img.ageagle-card-img-overlay {
    position: relative;
    top: 0%;
    width: 100%;
    right: 0%;
}
.aligh-card-right .ageagle-overlay-floating-div {
    left: 16.5%;
}
.aligh-card-right .ageagle-overlay-floating-div img.ageagle-card-img-overlay {
    left: 0%!important;
    width: 70%;
}
.ageagle-padding-flex-align {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ageagle-padding-flex-align-content {
    width: 85%;
}

.single-content-main aside.table-content-single ul li a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    text-decoration: none;
    font-weight: 300;
}
.single-content-main aside.table-content-single {
    height: auto!important;
}

img.ageagle-homepage-carousel-overlay {
    display: none!important;
}

h2.ageagle-m-eyebrow {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase !important;
}
h2.ageagle-m-babyeyebrow {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase !important;
}

.ageagle-lpm2-center h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.ageagle-lpm2-center .ageagle-lpm2-center-limiter {
    padding-bottom: 56px;
    min-height: 155px;
}
.ageagle-lpm2-center .ageagle-lpm2-center-limiter:last-child {
    padding-bottom: 0px;
}
.ageagle-lpm2-center .ageagle-lpm2-center-limiter h5:last-child {
    font-weight: 300;
}
.ageagle-lpm2-overlay-content {
    width: 47%;
    justify-content: center;
}
.ageagle-lpm2-right .ageagle-lpm2-overlay-content {
    left: 0%;
    justify-content: center!important;
}
.ageagle-lpm2-overlay-content img {
    width: 293px;
    height: 191px;
}
.ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2:first-child {
    padding-right: 100px;
}
.ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-col-4 {
    width: 30%;
}
.ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-col-4.ageagle-curver-color-space {
    width: 33.32%;
}
.ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-col-2 {
    width: 18.34%;
}
.ageagle-lpm2 .ageagle-row .ageagle-col-left-items {
    text-align: left!important;
    padding-left: 100px;
}

#ageagle-sticky .ageagle-row {
    max-width: 1670px;
}
.ageagle-lpm1-1 ul li:first-child {
    padding-top: 8px;
}
.ageagle-lpm1-1 ul li {
    list-style: none;
    margin-bottom: 8px;
}

.specifications-sub-nav-menu ul li:first-child {
    margin-left: 0px!important;
}
.specifications-sub-nav-menu ul li {
    margin-left: 15px!important;
    margin-bottom: 0px!important;
}

.ageagle-lpm1-1 .ageagle-row .ageagle-col-4:first-child {
    text-align: left!important;
    padding-left: 100px;
}
.ageagle-lpm1-1.ageagle-lpm1-right .ageagle-row .ageagle-col-4:first-child {
    padding-left: 0px;
    text-align: right!important;
    padding-right: 100px;
}
.ageagle-lpm1-center-1, .ageagle-lpm2-center {
    max-width: 242px;
}

nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    top: 160px;
    position: fixed;
}
nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    height: calc( 100vh - 160px );
}

body.logged-in nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    top: 192px;
    position: fixed;
}
body.logged-in nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    height: calc( 100vh - 190px );
}

.ageagle-sticky-navbar nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    top: 73px!important;
    position: fixed!important;
}
.ageagle-sticky-navbar nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
    height: calc( 100vh - 74.4px )!important;
}

.noScroll {
    overflow: hidden;
}

.ageagle-newsletter .ageagle-row {
    align-items: flex-start!important;
}
.ageagle-newsletter span {
    color: #fff!important;
}
.ageagle-newsletter ul {
    margin-left: 0em;
    padding-left: 0px;
    margin-top: 10px;
}
.ageagle-newsletter ul[role="alert"] li label {
    color: #fff!important;
}

.ageagle-lpm2-center img.lpm2-ebeex-img  {
    width: 189px!important;
}

/* Inverstors Menu */
#menu-investors-menu {
    max-width: 1118px;
    width: 95%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
#menu-investors-menu li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    margin-bottom: 0px;
}
#menu-investors-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 0px;
    display: block;
    border-bottom: solid 6px transparent;
}
#menu-investors-menu li.current-menu-item a {
    border-bottom: solid 6px #fff;
}
body.page-template-investors-template #filter-posts-slide-button-right,
body.page-template-investors-template #filter-posts-slide-button-left {
    display: none!important;
}
body.page-template-presentation-landing #filter-posts-slide-button-right,
body.page-template-presentation-landing #filter-posts-slide-button-left {
    display: none!important;
}
body.page-template-investors-template .documents-container {
    padding-bottom: 100px;
}
body.page-template-investors-template .manage-container {
    padding: 90px 0px 0px 0px;
}

#main-compare-content table tbody h4:hover {
    cursor: pointer;
}

/* New Limiters */
.ageagle-lpm3,
.ageagle-lpm1-1 {
    max-width: 1116px;
}
.suport-pages-cards {
    max-width: 1116px;
}
.ageagle-upcoming-events .ageagle-row,
.ageagle-black-bg .ageagle-row,
.ageagle-black-bg-title {
    max-width: 1116px;
    margin: auto;
}

body.page-template-compare-template .ageagle-module-main-content {
    width: 100%;
    max-width: 100%;
    padding: 50px 0px;
}
body.page-template-compare-template #main-compare-content {
    max-width: 1116px;
}
#scroll-right-compare {
    position: fixed;
    right: 0px;
    top: 50vh;
    text-decoration: none;
    background: #1f1a23;
    color: #fff;
    padding: 15px 6px 15px 15px;
    line-height: 0px;
    border-bottom-left-radius: 100%;
    border-top-left-radius: 100%;
    display: none;
    z-index: 9;
}
#scroll-left-compare {
    position: fixed;
    left: 0px;
    top: 50vh;
    text-decoration: none;
    background: #1f1a23;
    color: #fff;
    padding: 15px 15px 15px 6px;
    line-height: 0px;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    display: none;
    z-index: 9;
}

/* Table Mobile */
.table-compare-mobile-content {
    display: none;
}
.table-compare-mobile-content {
    padding: 50px 0px;
    width: 100%;
}
.table-compare-mobile-content-container {
    margin-left: 10%;
    width: 90%;
    border-radius: 0px;
    overflow-x: scroll;
    padding-right: 50px;
}
.table-compare-mobile-content-container::-webkit-scrollbar {
  display: none;
}
.table-compare-mobile-content-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table-compare-mobile-content table {
    border-spacing: 0;
}
.table-compare-mobile-content table tr.table-mobile-headers-tr th {
    border-top: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
    border-bottom: solid 1px #b7b7b7;
    font-weight: 400;
    font-size: 20px;
}
.table-compare-mobile-content table tr.table-mobile-tr-content td {
    border-right: solid 1px #b7b7b7;
    line-break: anywhere;
}
.table-compare-mobile-content table tr.table-mobile-tr-content:last-child td:first-child {
    border-bottom: none;
}
.table-compare-mobile-content table tr.table-mobile-tr-content:last-child td {
    border-bottom: solid 1px #b7b7b7;
}
.table-compare-mobile-content table tr.table-mobile-headers-tr th:first-child {
    border-top: none;
    border-left: none;
}
.table-compare-mobile-content table tr.table-mobile-headers-tr th:last-child {
    border-right: solid 1px #b7b7b7;
}
.table-compare-mobile-content table th,
.table-compare-mobile-content table td {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    padding: 15px 15px 15px 25px;
}
.table-compare-mobile-content table th.table-mobile-header,
.table-compare-mobile-content table td.table-mobile-body {
    text-align: left;
    background-color: #f9f9f9;
}
.main-compare-content-mobile-categories {
    width: 100%;
    padding-left: 10%;
    padding-top: 80px;
}
.main-compare-content-mobile-categories a {
    text-decoration: none;
    margin-right: 25px;
    border-bottom: solid 0px #1f1a23;
    display: inline-block;
}
table tr[mobile-category],
table td[mobile-category],
table th[mobile-category] {
    display: none;
    position: relative;
}
td.table-mobile-body,
th.table-mobile-header {
    position: sticky!important;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f9f9f9!important;
    z-index: 99;
}
.main-compare-content-mobile-categories {
    display: none;
}
.main-compare-content-mobile-categories a.active-mobile-item {
    border-bottom: solid 3px #1f1a23;
}

/* AgEagle Search */
.ageagle-global-search {
    width: 100%;
    height: 84px;
    background-color: #1f1a23;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: .3s;
}
.ageagle-global-search.ageagle-global-search-active {
    display: block;
}
a.ageagle-close-search-global {
    text-decoration: none;
    color: #fff;
    margin-right: 18px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
a.ageagle-close-search-global img {
    width: 19px;
    height: 19px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.ageagle-row-search-global {
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 1670px;
}
.ageagle-global-search input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: calc( 100% - 50px );
    height: 40px;
    color: #fff!important;
    background-color: #1f1a23;
    border: none;
    font-size: 18px;
    line-height: 27px;
}
.ageagle-global-search input[type="text"]:focus {
    border: none;
    outline: none;
}
.ageagle-global-search button[type="submit"]{
    display: none;
}
.ageagle-global-search-image-search-icon {
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #fff;
    padding-right: 10px;
    height: 40px;
    padding-top: 9px;
    margin-right: 10px;
}
.ageagle-global-search-image-search-icon img {
    width: 21px;
    height: 21px;
}
.ageagle-search-global-orderby-container {
    width: 100%;
    text-align: right;
}
.ageagle-search-global-orderby-container select {
    width: 150px;
    padding: 10px 20px;
    border: solid 1px #515050;
    border-radius: 5px;
    font-size: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto;
}
.ageagle-search-global-orderby-container span {
    font-size: 21px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding-right: 30px;
    padding-bottom: 0px;
}

.ageagle-lpm1-1 .lpm1-center-div-for ul li {
    list-style: disc;
    margin-left: 20px;
}
body .ageagle-lpm1-1 .ageagle-lpm1-center-1 .lpm1-center-div-for ul li:last-child {
    padding-bottom: 48px!important;
    margin-bottom: 0px!important;
}
body .ageagle-lpm1-1 .ageagle-lpm1-center-1 .lpm1-center-div-for:last-child ul li:last-child {
    padding-bottom: 0px!important;
}
body .ageagle-lpm1-1 .ageagle-col-4.ageagle-col-4-center-item {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
body .ageagle-lpm1-1 .ageagle-col-4 .ageagle-lpm1-center-1 {
    height: auto;
}
body.page-template-investors-template #LibDiv .PressLayout15,
body.page-template-investors-template #LibDiv .PressLayout12 {
    width: 30%;
    height: auto;
    padding: 43px 20px 36px 29px;
    box-sizing: border-box;
}
body.page-template-investors-template div#LibDiv {
        display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    align-content: stretch;
}
body.page-template-investors-template a.b2iSecScrollTo,
body.page-template-investors-template a.B2iAnchor {
    width: 100%;
}
body.page-template-investors-template #LibDiv .PressLayout15,
body.page-template-investors-template #LibDiv .PressLayout12 {
    margin: 10px 0px;
}
body.page-template-investors-template .flex-presentations.presentation-content {
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}
.presentation-container {
    padding-bottom: 27px!important;
}
body.page-template-investors-template .item-presentation__inner {
    margin-bottom: 20px;
}

body.page-template-compare-template .ageagle-page-hero-row-content h4,
body.page-template-compare-template .ageagle-page-hero-row-content h1 {
    color: #1f1a23;
}

body.page-template-compare-template  #main-compare-content table thead tr th select {
    border: 1px solid #1f1a23;
    background-color: #fff;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto;
    padding: 10px 20px;
}
body.page-template-compare-template .row-compare-images h3 {
    text-align: left;
}
body.page-template-compare-template tr.agtable-border h4:after {
    transition: .4s;
}
body.page-template-compare-template tr.agtable-border.open h4:after {
    transform: rotate(180deg);
}
body.page-template-compare-template #main-compare-content table tbody td p {
    word-break: break-all;
}

body.single-product .ageagle-module-main-content {
    max-width: 100%;
}

.fixed-specs-mobile {
    display: none!important;
}

/* Menu Header Fixed */
.ageagle-header-menu-fixed {
    display: none;
}
.ageagle-header-menu-fixed-content {
    width: 100%;
    background-color: #F9F9F9;
    padding: 20px 0px;
}
.ageagle-search-mobile-fixed {
    max-width: 790px;
    margin: auto;
}
.ageagle-search-mobile-fixed .ageagle-global-search-image-search-icon {
    border-right: solid 1px #1f1a23;
    height: 30px;
    padding-top: 5px;
}
.ageagle-search-mobile-fixed .ageagle-global-search-image-search-icon img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 19px;
    height: 19px;
}
.ageagle-search-mobile-fixed form input[type="text"] {
    width: calc( 100% - 50px );
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    line-height: 24px;
}
.ageagle-search-mobile-fixed form button[type="submit"] {
    display: none;
}
.ageagle-search-mobile-fixed form input[type="text"]:focus {
    border: none;
    outline: none;
}
.ageagle-header-menu-fixed {
    transition: .4s;
}
.ageagle-header-menu-fixed.ageagle-header-menu-fixed-active {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 999999999999999999999999999999999999999999;
    display: block;
}
body.logged-in .ageagle-header-menu-fixed.ageagle-header-menu-fixed-active {
    height: auto;
    top: 76px;
}
.ageagle-mobile-follow-socials {
    background-color: #1f1a23;
    padding: 25px 0px;
    clear: both;
    float: none;
}
.ageagle-mobile-follow-socials-container {
    max-width: 790px;
    margin: auto;
}
.ageagle-mobile-follow-socials-container h2 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.ageagle-mobile-follow-socials-container ul li {
    margin-bottom: 0px!important;
    margin-top: 15px;
}

a.talk-sales-mobile-button {
    color: #FFF;
    background-color: #9063cd;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    height: 26px;
    text-align: center;
    border-radius: 0px;
    margin-right: 14px;
    display: none;
    text-decoration: none!important;
}
.ageagle-mobile-menu-fixed-nav ul li a {
    text-decoration: none;
}
.ageagle-mobile-follow-socials .ageagle-mobile-follow-socials-container ul li a {
    text-decoration: none;
}

body.page-template-investors-template.page-id-850 .PressLayout15.PressItem {
    width: 100%!important;
    padding: 43px 0px 36px 0px!important;
}
body.page-template-investors-template.page-id-850 #b2iLibNav {
    padding-top: 15px!important;
}

/* Measure Ground Control Form */
body.drone-software-template-default.postid-35856 .form-module23 form label span {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
body.drone-software-template-default.postid-35856 .form-module23 form fieldset {
    margin-top: 0px;
}
body.drone-software-template-default.postid-35856 .form-module23 form input[type="radio"] {
    width: 19px!important;
    height: 19px!important;
    display: inline-block;
    vertical-align: sub;
}
body.drone-software-template-default.postid-35856 .form-module23 form input[type="checkbox"]{
    border-radius: 0px!important;
}

body.drone-software-template-default.postid-35856 .form-module23 form input[type="text"],
body.drone-software-template-default.postid-35856 .form-module23 form input[type="email"] {
    padding: 0px 15px;
    box-sizing: border-box;
}
body.drone-software-template-default.postid-35856 .form-module23 form input[type="text"]:focus,
body.drone-software-template-default.postid-35856 .form-module23 form input[type="email"]:focus {
    outline: none!important;
    box-shadow: none!important;
}
body.drone-software-template-default.postid-35856 .form-module23 form input[type="submit"] {
    background: #1f1a23;
    padding: 12.5px 38.75px!important;
    font-size: 14px!important;
    line-height: 20px!important;
    height: auto!important;
    margin-top: 0px!important;
    color: #fff!important;
}
body.drone-software-template-default.postid-35856 .form-module23 form input[type="submit"]:hover,
body.drone-software-template-default.postid-35856 .form-module23 form input[type="radio"]:hover {
    box-shadow: none!important;
}

body.drone-software-template-default.postid-35856 .form-module23 form input[type="radio"]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100%;
    background-color: #1f1a23;
    box-shadow: none!important;
}

.ageagle-newsletter .form-module-gated .hbspt-form form input,
.ageagle-newsletter .hbspt-form form select,
.ageagle-newsletter .form-module23 .hbspt-form form input,
.ageagle-newsletter .hbspt-form form select,
.ageagle-newsletter .hbspt-form form textarea,
.ageagle-newsletter .hbspt-form input {
    height: 43px;
    border-radius: 0px !important;
    border: 1px solid #1f1a23;
}

.ageagle-presentations-invertors-pagination {
    width: 100%;
    display: block;
}
.ageagle-presentations-invertors-pagination ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}
.ageagle-presentations-invertors-pagination ul li:last-child {
    margin-right: 0px;
}
.ageagle-presentations-invertors-pagination ul li a {
    text-decoration: none;
}

.single-industries .main-container-solution-related.FixedWidget__stop_widget .content-related-postageagle .related-item img {
    width: 100%!important;
    height: 100%!important;
    object-fit: contain!important;
}
.single-industries .main-container-solution-related.ageagle-m-pdrs-one.FixedWidget__stop_widget .content-related-postageagle .related-item img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}

.ageagle-lpm2 .ageagle-curver-color {
    max-width: 180px;
}
.ageagle-lpm2 .ageagle-lpm2-overlay-content {
    width: 32%;
}
li.table-content-single-active-item-mobile a {
    font-weight: 500!important;
}

/* Find Partner */
body.page-template-explore-drones .ageagle-page-hero .ageagle-page-hero-row,
body.page-template-explore-drones .search-drone-partners-content,
body.page-template-explore-drones .ageagle-explore-drones form.searchandfilter ul,
body.page-template-explore-drones #explore-filtered-items,
body.page-template-explore-drones .ageagle-explore-drones-results {
    max-width: 1116px;
}
.ageagle-explore-drones-results .ageagle-drones-products-cards-results {
    width: 31%;
}
.ageagle-explore-drones-results .ageagle-drones-products-cards-results:nth-child(3n+2) {
    margin: 0px 3%;
}
body .sort-for-partners {
    display: none!important;
}

#search-filter-modal-partners .ageagle-modal-items .ageagle-row {
    width: 100%;
}

.ageagle-modal-content-filters-partners-filters li {
    list-style: none;
    border-top: solid 1px #979797;
    padding: 15px 0px 20px 0px;
    position: relative;
    float: none;
    clear: both;
}
.ageagle-modal-content-filters-partners-filters li h4 {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    line-height: 28px;
    font-weight: 300;
}
body.page-template-explore-drones .ageagle-modal-content-filters-partners-filters li {
    padding: 0px 0px 0px 0px;
}
body.page-template-explore-drones .ageagle-modal-content-filters-partners-filters li h4 {
    padding: 15px 0px 20px 0px;
}
body.page-template-explore-drones .ageagle-modal-content-filters-partners-filters li h4:after {
    top: 15px;
}
.ageagle-modal-content-filters-partners-filters li h4:after {
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: auto;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    transition: .4s;
    top: 5px;
}
body.page-template-use-cases #search-filter-modal .ageagle-modal-items {
    padding-top: 30px;
}
#ageagle-modal-content-filters-partners li.ageagle-partners-active-filter h4:after {
    transform: rotate(180deg);
}
.ageagle-modal-content-filters-partners-filters li.ageagle-partners-active-filter ul li:first-child,
.ageagle-modal-content-filters-partners-filters li .explore-drones-apply-content,
.ageagle-modal-content-filters-partners-filters li ul {
    display: none!important;
}
.ageagle-modal-content-filters-partners-filters li.ageagle-partners-active-filter ul {
    display: block!important;
}
.ageagle-modal-content-filters-partners-filters li li {
    list-style: none;
    border-top: solid 0px #cdcdcd;
    padding: 8px 0px 0px 0px;
    position: relative;
    float: none;
    clear: both;
}
.ageagle-modal-content-filters-partners-filters li li input[type="checkbox"] {
    margin-right: 10px;
}
#search-filter-modal-partners .search-partners-buttons-actions {
    display: block;
    padding: 18px 0px;
}
#search-filter-modal-partners .search-partners-buttons-actions a.ageeagle-modal-partners-apply {
    position: relative!important;
    border: solid 1px #1f1a23;
    background: #1f1a23;
    width: auto;
    padding: 6px 60px;
    top: 0!important;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 500!important;
    margin-right: 10px;
    text-decoration: none;
}
#search-filter-modal-partners .search-partners-buttons-actions a.partners-remove-filtered {
    position: relative;
    border: solid 1px #1f1a23;
    width: auto;
    display: inline-block;
    padding: 6px 25px!important;
    top: 0;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}
#search-filter-modal-partners .search-partners-buttons-actions a.ageeagle-modal-partners-apply {
    background-color: #fff;
    color: #1f1a23!important;
}
#search-filter-modal-partners .search-partners-buttons-actions a.ageeagle-modal-partners-apply,
#search-filter-modal-partners .search-partners-buttons-actions a.partners-remove-filtered {
    opacity: .4;
    pointer-events: none;
}
#search-filter-modal-partners .search-partners-buttons-actions a.ageeagle-modal-partners-apply.modal-apply-active {
    background-color: #1f1a23;
    color: #fff!important;
}
#search-filter-modal-partners .search-partners-buttons-actions a.ageeagle-modal-partners-apply.modal-apply-active,
#search-filter-modal-partners .search-partners-buttons-actions a.partners-remove-filtered.modal-remove-active {
    opacity: 1;
    pointer-events: initial;
}
#filter-sticky-nav-button-right,
#filter-sticky-nav-button-left {
    display: none;
}
#filter-sticky-nav-button-right span,
#filter-sticky-nav-button-left span {
    font-size: 15px;
    line-height: 10px;
    display: inline-block;
}
#filter-sticky-nav-button-right {
    background-color: #DED8D8;
    text-decoration: none;
    width: auto;
    position: absolute;
    top: 30%;
    right: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-top: 10px;
    padding-left: 5px;
}
#filter-sticky-nav-button-left {
    background-color: #DED8D8;
    text-decoration: none;
    position: absolute;
    top: 30%;
    left: 5px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding-top: 10px;
    padding-left: 3px;
}
div[tab-mobile-for] {
    display: none!important;
}

.ageagle-padd100 .ageagle-col-12 .module-pd1-3.inner-sections2,
.ageagle-padd100 .ageagle-col-12 .module-pd1-5.inner-sections2 {
    height: auto;
    margin-bottom: 50px;
}
.ageagle-module-main-content .ageagle-padd100 .image-pd19-container.moduleimage-pd20 {
    height: auto;
    padding: 20px 96px 45px 96px;
}

body.page-template-investors-template.page-id-843 #EmailDiv {
    padding: 70px 0px 0px 0px;
}
body.page-template-investors-template.page-id-843 #b2iEmailSignUp {
    padding-bottom: 0px;
}
body.page-template-investors-template.page-id-843 #b2iEmailSignUp .b2iEmailSignupRow:last-child {
    margin-bottom: 0px;
}
body.page-template-investors-template.page-id-843 .shortcode-container,
body.page-template-investors-template.page-id-843 .ageagle-investors-hero1,
body.page-template-investors-template.page-id-843 .ageagle-investors-custom1 {
    padding: 70px 0;
}
body.page-template-investors-template.page-id-843 .flex-presentations.presentation-content {
    padding-bottom: 0px;
}
body.page-template-investors-template.page-id-843 .email-signup-container {
    max-width: 100%;
}
body.page-template-investors-template.page-id-843 .email-content,
body.page-template-investors-template.page-id-843 #EmailDiv {
    max-width: 1112px;
    margin: auto;
}
body.page-template-investors-template.page-id-843 .presentation-container {
    padding: 70px 0;
}
body.page-template-investors-template.page-id-843 .email-signup-container {
    padding: 70px 0;
}
body.page-template-investors-template.page-id-851 .documents-container {
    padding-bottom: 50px;
}
body.page-template-investors-template.page-id-851 .email-signup-container {
    padding: 70px 0;
}
body.page-template-investors-template.page-id-851 #EmailDiv {
    padding: 70px 0 0px 0;
}
body.page-template-explore-drones .sf-field-sort_order {
    display: none!important;
}
body.page-template-explore-drones .search-partners-sort-option li.sf-field-sort_order {
    display: block!important;
    padding-bottom: 0px;
    padding-top: 25px;
}
body.page-template-explore-drones .search-partners-sort-option li.sf-field-sort_order h4 {
    display: block;
    float: none;
    clear: both;
    padding-bottom: 9px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}
body.page-template-explore-drones .search-partners-sort-option li.sf-field-sort_order label {
    display: block;
    float: none;
    clear: both;
    text-align: left;
    width: 100%;
}
body.page-template-explore-drones .search-partners-sort-option li.sf-field-sort_order label select {
    width: 100%;
}
body.page-template-explore-drones #search-filter-modal-partners .ageagle-col-6 {
    width: 100%;
}
body.page-template-explore-drones #search-filter-modal-partners .ageagle-row {
    position: relative;
}
body.page-template-explore-drones #search-filter-modal-partners .ageagle-col-6.hide-modal-align-text {
    margin-top: -35px;
    position: relative;
    z-index: 9;
}
body.page-template-explore-drones #search-filter-modal-partners .ageagle-modal-items {
    padding-top: 30px;
}
#ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row p {
    padding-bottom: 20px;
    line-break: anywhere;
}

.geagle-industries-nav-content ul.geagle-industries-nav {
    max-width: 600px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li {
    width: 100%!important;
    max-width: 300px!important;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul {
    width: 100%!important;
}
.geagle-industries-nav-content ul.geagle-industries-nav li a {
    padding-left: 20px
}
.geagle-industries-nav-content ul.geagle-industries-nav li a {
    padding-right: 20px;
}
.geagle-industries-nav-content ul.geagle-industries-nav li ul li:first-child {
    padding-left: 20px;
}
li#menu-item-37120 ul {
    padding-left: 40px!important;
}
li.no-show-ah a {
    display: none!important;
}
li.no-show-ah ul li a {
    display: block!important;
}
a.ageagle-header-link {
    padding-left: 15px;
}

body.postid-35856 #industries9 {
    display: none!important;
}
body.postid-35856 .container-industries-list.industrie-list-mobile.hide-desktop .__item-inner-m-list:last-child {
    display: none!important;
}

body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan:last-child .agmodule-center h3 {
    min-height: 121px;
}
body.single.single-drone-software.postid-35856 .pricing-module-content {
    justify-content: center;
}

footer.ageagle-footer .ageagle-row,
.ageagle-newsletter .ageagle-row.ageagle-row-center {
    max-width: 1116px;
}

.ageagle-lpm2-center .ageagle-lpm2-center-limiter {
    padding-left: 30px;
}

.ageagle-lpm2 .ageagle-row .ageagle-lpm2-center-limiter h3 span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.ageagle-lpm2 .ageagle-row .ageagle-lpm2-center-limiter h3 span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    display: inline;
    vertical-align: initial;
}
.ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-lpm2-center-limiter:last-child {
    min-width: 150px;
}

body.page-template-investors-template .underline-link {
    margin-top: 60px;
    border-top: 1px solid #ccc;
    padding-top: 23px;
}

img.lpm2-ebeex-img {
    max-width: 256px;
    padding-top: 5px;
    padding-right: 3%;
}

img.lpm2-ebeeag-img {
    max-width: 256px;
    padding-top: 0px;
    padding-right: 15%;
}

.ageagle-page-hero .ageagle-page-hero-row {
    max-width: 1116px;
}

body.page-id-843 .stocks-container {
    background-color: #f9f9f9;
}
body.page-id-843 #QuoteDiv29 {
    background-color: #f9f9f9;
    max-width: 1116px;
    margin: auto;
}

body.page-id-31652 #filter-posts-slide-button-left .dashicons.dashicons-arrow-right-alt2 {
    transform: rotate(180deg);
}

.ageagle-seach-items-filtered-items {
    display: none!important;
}

#search-filter-modal-partners input[name="search-country"],
form ul li input[name="search-country"] {
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: solid 1px #cdcdcd;
    height: 35px;
    padding: 5px 7px;
    font-size: 18px;
}
#search-filter-modal-partners input[name="search-country"]:focus,
form ul li input[name="search-country"]:focus {
    border: none;
    border-bottom: solid 1px #cdcdcd;
    outline: none;
}

#search-filter-modal-partners li.sf-field-taxonomy-country ul li:first-child {
    display: block!important;
}
#search-filter-modal-partners li.sf-field-taxonomy-country ul li:nth-child(2){
    display: none!important;
}

.search-partners-buttons-actions h4 {
    display: block;
    float: none;
    clear: both;
    padding-bottom: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

body.page-template-explore-drones .search-partners-sort-option li.sf-field-sort_order label select {
    color: #1f1a23!important;
    background-color: #fff;
}

.search-partners-buttons-actions a.ageeagle-modal-partners-apply {
    width: 67%!important;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 4%!important;
}
.search-partners-buttons-actions a.partners-remove-filtered {
    width: 28%!important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#ageagle-modal-content-filters li.sf-field-sort_order {
    display: block!important;
}

.ageagle-main-carousel-thumbnails button.owl-next,
.ageagle-main-carousel-thumbnails button.owl-prev {
    display: inline-block!important;
    width: auto;
    min-width: 35px;
    height: auto;
    min-height: 35px;
    overflow: visible;
}

footer img.ageagle-header-logo {
    padding: 0px 0px;
}

.ageagle-newsletter.FixedWidget__stop_widget .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 95%!important;
    margin-right: 2.5%;
    max-width: 100%;
}
.ageagle-newsletter.FixedWidget__stop_widget .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0%;
    margin-left: 2.5%;
}

footer.ageagle-footer .f-info-col p {
    text-align: center;
    margin: auto;
    font-size: 25px!important;
    line-height: 34px;
    font-weight: 300!important;
    text-align: left;
    padding-bottom: 35px;
}

#search-filter-modal-partners .search-partners-buttons-actions {
    display: block;
    padding: 30px 0px 20px 0px;
}

body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="taxonomy"],
body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="category"] {
    padding: 0px 0px 0px 0px;
}
body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="taxonomy"] h4,
body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="category"] h4 {
    padding: 15px 0px 20px 0px;
}

body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="taxonomy"] h4:after,
body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="category"] h4:after {
    top: 15px;
}

li.active-list-modal-li ul {
    display: block!important;
}

body.page-template-support-page .suport-pages-cards p {
    padding-top: 25px;
}
body.page-template-support-page .suport-pages-cards .suport-page-card p {
    padding-top: 0px;
}

.__inner-content-module3b-two-card .container-module3b-item-card .info-card__inner .__inner-info-module3b {
    padding-top: 10px;
    text-align: left;
}

body.page-id-852 .email-signup-container {
    margin-top: 50px;
    background-color: #f9f9f9!important;
}
body.page-id-852 .main-presentation-landing {
    padding: 100px 0px 0px 0px;
}

body.page-template-use-cases .sf-count {
    padding-left: 5px;
}
body.page-template-use-cases #ageagle-seach-post-type-taxonomy li label {
    vertical-align: top;
}
body.page-template-use-cases .sf-field-sort_order {
    padding-bottom: 40px;
}
body.page-template-use-cases #ageagle-search-soft .sf-field-sort_order select {
    background-position: 88% center;
}

body.single-industries .main-container-solution-related.FixedWidget__stop_widget .content-related-postageagle.post-eagle-pdrp1 .related-item img {
    width: 80%!important;
    height: 80%!important;
    object-fit: scale-down!important;
}

body .ageagle-newsletter.FixedWidget__stop_widget input.hs-input {
    border-radius: 0px;
    outline: none;
    border: none;
}
body .ageagle-newsletter.FixedWidget__stop_widget h2 {
    padding-bottom: 15px;
}
body .ageagle-newsletter.FixedWidget__stop_widget .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 25px;
}
body .ageagle-newsletter.FixedWidget__stop_widget .hs_submit.hs-submit .actions input.hs-button.primary.large {
    border: solid 0px #fff;
}
body .ageagle-newsletter.FixedWidget__stop_widget .ageagle-newsletter span {
    font-weight: 400!important;
}
body .ageagle-newsletter.FixedWidget__stop_widget .form-module-gated .hbspt-form form *,
body .ageagle-newsletter.FixedWidget__stop_widget .hbspt-form form * {
    font-weight: 400!important;
}
body .ageagle-newsletter.FixedWidget__stop_widget .legal-consent-container .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 4px;
}

body.page-id-850 .email-signup-container {
    max-width: 100%!important;
}
body.page-id-850 .email-signup-container {
    margin-top: 30px;
    background-color: #f9f9f9;
}

body.page-id-853 .email-signup-container {
    background-color: #fff;
}
body.page-id-853 .email-signup-container {
    max-width: 100%!important;
}
.career-page-content {
    padding: 90px 0;
    max-width: 1110px;
    margin: auto;
}
.career-page-content iframe::-webkit-scrollbar {
    display: none;
}
.career-page-content iframe {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.single-use-case .ageagle-main-content-page .ageagle-main-content-items,
body.single-guide .ageagle-main-content-page .ageagle-main-content-items,
body.single-portfolio .ageagle-main-content-page .ageagle-main-content-items,
body.single-sensefly-webinar .ageagle-main-content-page .ageagle-main-content-items,
body.single-data-set .ageagle-main-content-page .ageagle-main-content-items,
body.single-post .ageagle-main-content-page .ageagle-main-content-items,
body.single-micasense-blog .ageagle-main-content-page .ageagle-main-content-items,
body.single-blog .ageagle-main-content-page .ageagle-main-content-items {
    max-width: 100%;
    width: 100%;
}

#ageagle-sticky nav ul li:first-child {
    margin-left: 0px;
}
#ageagle-sticky nav ul li {
    font-weight: 400;
}

body .module-pdh2-content {
    width: 1116px;
}

body .pd9a-grid-item.rel h2 {
    text-transform: capitalize!important;
    padding-top: 20px;
}
.pd9a-grid-item .babyeyebrow, .pd9a-grid-item .title-module-pd9 {
    margin-bottom: 0px;
}
body .pd9a-grid-item.rel a {
    margin-left: 0px;
    text-align: left;
    padding: 10px 0px 0px 0px;
}

form.hs-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px ) center!important;
    background-size: 16px;
    background-color: #fff!important;
    color: #1f1a23!important;
    font-weight: 300!important;
}
.module-pd7 .__inner-pd7-1.ageagle-brochure-select:after {
    display: none;
}
.module-pd7 .__inner-pd7-1.ageagle-brochure-select select#languages {
    background-image: url(assets/img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc( 100% - 20px ) center!important;
    background-size: 16px;
}

select#phone_ext-1e1cbfbf-fc05-4421-895d-b88ce91b4034,
select#phone_ext-2238c0f7-4460-435d-ad22-a08092fa1924 {
    background-position: 90% center;
}

select#phone_ext-2238c0f7-4460-435d-ad22-a08092fa1924 {
    width: 142px!important;
}
input#phone-2238c0f7-4460-435d-ad22-a08092fa1924 {
    width: 285px!important;
}

/* body.page-id-33460 .hs-input.hs-fieldtype-intl-phone {

} */

/*form.hs-form .hs_recaptcha {
    margin-top: 10px;
}
body .form-module-gated .hbspt-form form label,
body .hbspt-form form label {
    margin-bottom: 5px!important;
}*/

.pd1-rm-b .ageagle-m-grid-pd4-content .ageagle-marginb-41 {
    margin: 0px 0px 30px 0px;
}

/*body.single .ageagle-main-content-page .ageagle-main-content-items {
    max-width: 100%;
    width: 100%;
}*/

.hbspt-form form.hs-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 10px 0px 10px 0px;
}
.hbspt-form form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large {
     cursor: pointer;
    margin-top: 0px;
}
.hbspt-form form.hs-form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover {
    background: #9063cd !important;
}
body .hbspt-form form.hs-form label {
    margin-bottom: 5px !important;
}
body .hbspt-form form.hs-form input,
body .hbspt-form form.hs-form select {
    border-radius: 5px!important;
}
body .hbspt-form form.hs-form input[type="submit"] {
    border-radius: 0px!important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-shadow: none!important;
    box-shadow: none!important;
    background-image: none!important;
}
body .hbspt-form form.hs-form input[type="text"],
body .hbspt-form form.hs-form input[type="email"],
body .hbspt-form form.hs-form input[type="phone"],
body .hbspt-form form.hs-form input[type="checkbox"],
body .hbspt-form form.hs-form input[type="radio"],
body .hbspt-form form.hs-form select {
    /* background-color: #fff; */
    color: #1f1a23!important;
        border-radius: 0px !important;
    border: 1px solid #1f1a23;
}

body .main-mmodule-pd7 select,
body select#languages {
    background-color: #fff;
    color: #1f1a23!important;
}

body select#languages {
    border: solid 1px #1f1a23;
}

body .__inner-pd7-1 a.ageagle-btn.ageagle-btn-black.btn-module.disabled-btn.disabled-btn {
    opacity: 1!important;
}

body .cta_module3b {
    text-align: left;
}

.table-content-single ul p.babyeyebrow {
    text-transform: uppercase;
}

/*body.postid-709 .ageagle-padd100 .ageagle-col-12 .module-pd1-3.inner-sections2,
body.postid-709 .ageagle-padd100 .ageagle-col-12 .module-pd1-5.inner-sections2:last-child {
    margin-bottom: 0px;
    margin-top: 50px;
}*/

.single-aside-mobile {
    background-color: #f9f9fb;
    width: 100%;
    display: none;
}
.single-aside-mobile-content {
    max-width: 790px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
}
.single-aside-mobile-content .single-aside-mobile-col-6 {
    width: 50%;
}
.single-aside-mobile-content .single-aside-mobile-col-6:first-child {
    text-align: right;
    padding-right: 20px;
}
.single-aside-mobile-content .single-aside-mobile-col-6:first-child h2 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: #1f1a23;
    border-right: solid 1px #1f1a23;
    padding-right: 20px;
    display: inline-block;
    width: auto;
    text-align: left;
}
.single-aside-mobile-content .single-aside-mobile-col-6:last-child {
    padding-left: 0px;
}
.single-aside-mobile-items ul li:first-child {
   margin-top: 5px;
}
.single-aside-mobile-items ul li:last-child {
    padding: 10px 0px 10px 0px;
    margin-bottom: 15px;
}
.single-aside-mobile-content .single-aside-mobile-col-6 .single-aside-mobile-col-bar a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    transition: .4s;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.single-aside-mobile-content .single-aside-mobile-col-6 .single-aside-mobile-col-bar a span {
    display: inline-block;
    vertical-align: middle;
    transition: .4s;
}
.single-aside-mobile-content .single-aside-mobile-col-6 .single-aside-mobile-col-bar a span:first-child {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
    padding-right: 10px;
}
.single-aside-mobile-content .single-aside-mobile-col-6 .single-aside-mobile-col-bar a i {
    font-family: 'FontAwesome';
    font-style: normal;
    vertical-align: middle;
}
.single-aside-mobile-items {
    width: 100%;
}
.single-aside-mobile-items ul {
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.single-aside-mobile-items ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
}
.single-aside-mobile-items ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.single-aside-mobile-items ul li:hover,
.single-aside-mobile-items ul li.table-content-single-active-item-mobile {
    background-color: #EEEDED;
}
.single-aside-mobile-items {
    display: none;
}
.single-aside-mobile.ag-mobile-dropdown-active .single-aside-mobile-items {
    display: block;
}
.single-aside-mobile.ag-mobile-dropdown-active .single-aside-mobile-col-6 .single-aside-mobile-col-bar a span.samc-icon {
    transform: rotate(180deg);
}
.single-aside-mobile .single-aside-mobile-col-6 .single-aside-mobile-col-bar a span.samc-icon {
    margin-left: 20px;
}
.single-aside-mobile-items ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    max-width: 790px;
    width: 790px;
    margin: auto;
}
ul#table-content-single a.table-content-single-active-item {
    font-weight: 500;
    color: #1f1a23;
}

.ageagle-main-content-items li:last-child {
    margin-bottom: 0px;
}
.ageagle-main-content-items li ul {
    padding-bottom: 0px!important;
}
body.page-id-851 .manage-container.content-main-boards {
    flex-wrap: wrap;
}
body.single-blog .related-solution-image,
body.single-micasense-blog .related-solution-image {
    overflow: hidden;
}
body.single-blog .related-solution-image img,
body.single-micasense-blog .related-solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-sensefly-webinar .related-gated-ageagle {
    padding-top: 0px;
    padding-bottom: 70px;
}

/*ADD BUTTON CTA HEADER*/
.ageagle-ctaheader.ageagle-btn-white:hover {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff;
}
/*---------------------*/

/*
*
* NEW CSS Changes
*
*/
.manage-container.content-main-boards .__item-board .board__image img {
    object-fit: cover;
}

/**
 *
 * Video Module
 *
 * */
.video-module-container {
    max-width: 1116px;
    width: 95%;
    margin: auto;
    margin-top: 50px!important;
    margin-bottom: 50px!important;
    background-image: url(assets/img/Rectangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    height: 460px;
}
.video-module-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 460px;
}
.video-module-content,
.video-module-video {
    width: 50%;
}
.video-module-content {
    padding: 0 75px;
}
.video-module-content .bar-color {
    position: relative;
    left: 0;
    margin: 15px 0px;
}
.video-module-video {
    height: 460px;
    position: relative;
}
.video-module-video-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    pointer-events: none;
    position: relative;
    padding-top: 82.25%;
}
.video-module-video-container iframe {
    width: 300%;
    height: 100%;
    margin-left: -100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.video-module-section {
    text-align: center;
}
.video-module-content {
    text-align: left;
}
.video-module-row.video-left {
    flex-direction: row-reverse;
}
.video-module-video-container {
    background-color: #1f1a23;
}
.video-module-video-container video {
    width: 300%;
    height: 100%;
    margin-left: -100%;
}
.video-module-video-container.custom-type {
    padding: 0;
    background-color: #1f1a23;
    height: 460px;
}

body .content-related-postageagle .related-item {
    width: 23%;
}
body .content-related-postageagle .related-item .eyebrow,
body .content-related-postageagle .related-item .agfont-h5 p {
    display: none!important;
}
body .related-solution-image {
    background-color: #f3f3f3;
    border-radius: 0px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}
body .content-related-postageagle .related-item a h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}
body .item-solution-related {
    max-width: 256px;
}
body .main-container-solution-related.related-gated-ageagle.ag-solution-rel.FixedWidget__stop_widget .container-solution {
    flex-wrap: wrap;
}
body .main-content-related.ageagle-dataset-container-main.FixedWidget__stop_widget .content-related-postageagle .related-item {
    width: 30%;
    margin-top: 25px;
}
body .main-content-related.ageagle-dataset-container-main.FixedWidget__stop_widget .content-related-postageagle .related-item .related-solution-image {
    margin-bottom: 50px;
}

body.single-industries .table-content-single {
    max-width: 340px!important;
    margin-left: 0px!important;
    padding-right: 30px;
}
body.single-industries #table-content-single .babyeyebrow {
    display: none;
}
body.single-industries .wp-block-lazyblock-faq-question-title > *,
body.single-industries .wp-block-lazyblock-faq-question-content * {
    font-family: "Space Grotesk", sans-serif !important;
}
body.single-industries #table-content-single li a {
    font-weight: 300;
    background-color: transparent;
    border-radius: 0px;
    padding: 24px 24px;
    display: block;
    font-size: 21px;
    line-height: 28px;
    text-align: left;
    font-family: "Space Grotesk", sans-serif !important;
}
body.single-industries #table-content-single li a.table-content-single-active-item {
    background-color: #fafafa;
    font-weight: 500;
}
body.single-industries .single-content-main aside.table-content-single ul li {
    margin-bottom: 0px;
}
body.single-industries .single-content-main aside.table-content-single ul {
    margin-left: 0px;
    padding-left: 0px;
}

/* Responsive */
@media screen and (min-width: 21f1a23px){
    .ageagle-main-slider-fixed-hero-content {
        max-width: 1100px;
    }
    /*.ageagle-main-slider-fixed-hero-content h1 {
        font-size: 85px;
        line-height: 100px;
    }*/
}

@media screen and (max-width: 41f1a23px){
    .ageagle-homepage-carousel-overlay-div {
        right: 3%;
    }
}

@media screen and (max-width: 2900px){
    .ageagle-homepage-carousel-overlay-div {
        right: 7%;
    }
}

@media screen and (max-width: 2400px){
    .ageagle-homepage-carousel-overlay-div {
        right: 8%;
    }
}

@media screen and (min-width: 1920px){
    .ageagle-thumbnail-slider-col {
        width: 100%;
        margin-right: 0px;
    }
    .ageagle-thumbnail-list {
        width: 345px;
        max-width: 281px;
    }
    .ageagle-main-carousel-thumbnails-card-minimized .ageagle-col-middle {
        width: 5%;
    }
    .ageagle-main-slider-fixed-hero-content h1 {
        padding: 14% 0%;
        text-align: center;
    }
}

@media screen and (max-width: 1920px){
    .ageagle-homepage-carousel-overlay-div {
        right: 10%;
    }
}

@media screen and (max-width: 1900px){
    header.ageagle-header .ageagle-row {
        max-width: 1405px;
    }
    body header .ubermenu .ubermenu-nav .ubermenu-column-1-6 {
        width: 234px;
    }
    #menu-item-31931 a,
    li#menu-item-96211 a {
        max-width: 1405px;
    }
    .geagle-industries-nav-content {
        display: block!important;
        max-width: 1405px;
    }
    li#menu-item-41 a {
        max-width: 160px;
    }
    .ageagle-row-search-global {
        width: 90%;
        max-width: 1405px;
    }
}

@media screen and (max-width: 1900px){
    .ageagle-slider-div-carousel {
        width: calc( 1124px );
    }
    .ageagle-main-carousel-thumbnails-card-minimized {
        justify-content: center;
    }
}

@media screen and (max-width: 1810px){
    .ageagle-main-carousel-thumbnails .ageagle-col-2.ageagle-thumbnail-fixed {
        max-width: 20%;
        width: 20%;
    }
    .ageagle-main-carousel-thumbnails .ageagle-thumbnail-slider-col {
        max-width: 80%;
        width: 80%;
    }
    .ageagle-thumbnail-list {
        width: 25%;
    }
    button.splide__arrow.splide__arrow--prev {
        opacity: 1!important;
        margin-left: -31%;
    }
}

@media screen and (max-width: 1599px ){
    .ageagle-slider-div-carousel {
        width: calc( 843px );
    }
}

@media screen and (max-width: 1550px){
    #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        overflow: hidden;
    }
}

@media screen and (max-width: 1500px){
    header.ageagle-header .ageagle-row {
        width: 95%!important;
    }
}

@media screen and (max-width: 1450px) {
    nav.ageagle-sub-menu-sticky-bar ul li a {
        margin-right: 5px;
    }
}

@media screen and (max-width: 1400px) {
    body header.ageagle-header .ageagle-row,
    body footer .ageagle-footer,
    body .ageagle-newsletter .ageagle-row {
        width: 90%!important;
    }
    .ageagle-hero-bg {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .ageagle-hero .ageagle-col-6:first-child {
        padding-left: 5%;
    }
    .ageagle-hero-row {
        width: 100%;
        max-width: var(--ageagle-max-width);
    }
    img.ageagle-hero-img {
        width: 150%;
        padding-top: 50px;
        padding-left: 100px;
    }
    .ageagle-blog-items .ageagle-row {
        width: 100%;
        max-width: 100%!important;
    }
    .ageagle-row-gray-container {
        width: 100%;
    }
    .ageagle-row-gray-container .ageagle-col-7 h2 {
        padding-left: 5%;
    }
    .ageagle-hero-degray .ageagle-hero-bg img {
        width: 200%;
    }
    .ageagle-header-buttons-content .ageagle-btn {
        padding: 7px 25px;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        width: 25%;
    }
    .ageagle-main-carousel-content-text-limiter {
        padding: 0px 5%;
        margin-top: 14%;
    }
    .ageagle-thumbnail-slider-col {
        margin-right: -25%;
        width: 100%;
    }
    .ageagle-homepage-carousel-overlay-div {
        right: 19%;
        width: 6%;
    }
    .ageagle-thumbnail-slider-col {
        margin-right: 0%;
    }
    .ageagle-main-carousel-thumbnails .ageagle-thumbnail-slider-col {
        max-width: 75%;
        width: 75%;
    }
    .ageagle-main-carousel-thumbnails .ageagle-col-2.ageagle-thumbnail-fixed {
        max-width: 25%;
        width: 25%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-thumbnail-list {
        width: 33.33%;
    }
    button.splide__arrow.splide__arrow--prev {
        margin-left: -41%;
    }
    .ageagle-slider-home-container .owl-nav button.owl-next {
        right: -50px;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: -50px;
    }
    #ageagle-sticky .ageagle-row {
        width: 90%;
    }
    .specifications-sub-nav-content .specifications-sub-nav-col-1 {
        display: none;
    }
    .specifications-sub-nav-content .specifications-sub-nav-col-2 {
        width: 80%;
        margin: auto;
    }
    body header .ubermenu .ubermenu-nav .ubermenu-column-1-6 {
        width: 15%;
    }
    .geagle-industries-nav-content {
        display: block!important;
        max-width: 90%;
    }
    #menu-item-31931 a {
        max-width: 90%;
    }
    /*body.single-drones.postid-709 #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        width: 58%;
    }
    body.single-drones.postid-709 #ageagle-sticky .ageagle-col-41.ageagle-v-align-middle.ageagle-align-self-stretch {
        width: 25%;
    }*/
}

@media screen and (max-width: 1330px){
    body header.ageagle-header .ageagle-row,
    body footer .ageagle-footer,
    body .ageagle-newsletter .ageagle-row {
        width: 95%!important;
    }
    #menu-item-31931 a {
        max-width: 95%;
    }
    .geagle-industries-nav-content {
        max-width: 95%;
    }
    body header .ubermenu .ubermenu-nav .ubermenu-column-1-6 {
        width: 15.9%;
    }
    .ageagle-row-search-global {
        width: 95%;
    }
}

@media screen and (max-width: 1300px) {
    .ageagle-col-42 {
        width: 45%;
        display: inline-block;
    }
    .ageagle-carousel-item {
        min-height: 220px;
    }
    img.page-hero-overlay {
        height: 100%;
    }
    /*#ageagle-sticky {
        display: none!important;
    }*/
    header.ageagle-header .ageagle-row .ageagle-col-42 {
        width: 53%;
    }
    header.ageagle-header .ageagle-row .ageagle-col-41 {
        width: 30%;
    }
}

@media screen and (max-width: 1299px) {
    /* Menu */
    .ageagle-mobile-content {
        text-align: right;
        padding-right: 0px;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
    }
    a.ageagle-mobile-menu-button {
        display: inline-block;
        color: #fff;
        padding-right: 25px;
    }
    a.ageagle-mobile-menu-button span {
        font-size: 40px;
    }
    #ageagle-sticky .ageagle-row {
        width: 100%;
    }
    #ageagle-sticky .ageagle-col-2 {
        padding: 0% 3%;
    }
    #ageagle-sticky img.ageagle-header-logo {
        width: 95%!important;
    }
    nav.ageagle-sub-menu-sticky-bar {
        width: max-content;
        padding-right: 25px;
    }
    #ageagle-sticky {
        overflow: hidden;
    }
    #ageagle-sticky .ageagle-col-42 {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #ageagle-sticky .ageagle-col-42::-webkit-scrollbar {
        display: none;
    }
    .ageagle-slider-div-carousel {
        width: calc( 562px );
    }
}

@media screen and (max-width: 1250px) {
    body h1 {
        font-size: 45px;
        line-height: 55px;
    }
    body h2,
    body.page-template-support-page .suport-pages-cards .suport-page-card .suport-page-card-content h2,
    body.page-template-support-page .ageagle-use-cases-content h2 {
        font-size: 40px;
        line-height: 45px;
    }
    body h3 {
        font-size: 30px;
        line-height: 36px;
    }
    body h4 {
        font-size: 28px;
        line-height: 32px;
    }
    body h5 {
        font-size: 25px;
        line-height: 34px;
    }
    .ageagle-lpm3,
    .ageagle-lpm1-1 {
        max-width: 790px;
    }
    body.page-template-investors-template.page-id-850 div#LibDiv {
        max-width: 790px;
    }
    body.page-template-investors-template.page-id-850 #LibDiv .PressLayout15,
    body.page-template-investors-template.page-id-850 #LibDiv .PressLayout12 {
        width: 100%!important;
    }
    .ageagle-lpm1-1 .ageagle-row .ageagle-col-4:first-child {
        text-align: left!important;
        padding-left: 70px;
    }
    .ageagle-lpm1-center-1, .ageagle-lpm2-center {
        max-width: 222px;
    }
    .manage-container,
    .ageagle-investors-custom-contacts,
    .documents-container {
        max-width: 790px!important;
        margin: auto;
    }
    body.page-template-investors-template.page-id-851 .data-contacts-container {
        gap: 20px;
    }
    body.page-template-investors-template.page-id-851 .data-contacts-container .contact__inner-data {
        max-width: 31%;
    }
    body.page-template-investors-template.page-id-851 .manage-container.content-main-boards .__item-board {
        max-width: 23%;
        width: 100%;
    }
    body.page-template-investors-template.page-id-851 .manage-container.content-main-boards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    body.page-template-investors-template.page-id-851 .manage-container.content-main-boards .__item-board .board__image img {
        width: 170px;
        height: 170px;
    }
    .ageagle-lpm4,
    .ageagle-module-main-content {
        max-width: 790px;
        margin: auto;
    }
    .suport-pages-cards {
        max-width: 790px;
    }
    .suport-pages-cards .suport-page-card {
        width: 48%;
        margin-bottom: 35px;
    }
    .ageagle-lpm5 {
        max-width: 790px;
    }
    .ageagle-upcoming-events .ageagle-row,
    .ageagle-black-bg .ageagle-row,
    .ageagle-black-bg-title,
    .home .ageagle-main-content {
        max-width: 790px!important;
        margin: auto;
    }
    .ageagle-lpm2 {
        position: relative;
        max-width: 790px;
    }
    .ageagle-lpm2 .ageagle-col-4-lpm2-titles.ageagle-col-left-items {
        width: 70%;
        padding-left: 0px;
        text-align: center!important;
    }
    .ageagle-lpm2 .ageagle-curver-color-space {
        width: 34%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .ageagle-lpm2 .ageagle-col-2 {
        width: 35%;
    }
    body .ageagle-lpm2 .ageagle-col-2.first-col2-mp2  {
        text-align: right;
        padding-right: 50px;
        width: 38%;
    }
    body .ageagle-lpm2 .ageagle-col-2 {
        text-align: left;
    }
    .ageagle-lpm2 .ageagle-col-2 .ageagle-lpm2-center {
        padding: 0px 0px 50px 0px;
    }
    .ageagle-lpm2-center {
        max-width: 100%;
        width: auto;
        margin: auto;
    }
    .ageagle-lpm2 .ageagle-row .ageagle-col-4 .ageagle-lpm2-center {
        padding: 70px 0px;
        text-align: center;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .ageagle-lpm2-center img {
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .ageagle-lpm2-right .ageagle-row {
        flex-direction: initial;
        justify-content: end;
    }
    .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-4.ageagle-col-4-lpm2-titles {
        order: 1;
        width: 70%;
    }
    body .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2 {
        order: 2;
        width: 38%!important;
        text-align: right;
    }
    body .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2.first-col2-mp2 {
        order: 3;
        width: 35%!important;
        text-align: left;
        padding-right: 0px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-4.ageagle-curver-color-space {
        order: 4;
    }
    .ageagle-lpm2.ageagle-lpm2-right .ageagle-row .ageagle-col-4.ageagle-curver-color-space {
        left: 0;
    }
    body.solutions-template-default .ageagle-module-main-content .ageagle-content-container,
    body.solutions-template-default .ageagle-module-main-content {
        width: 100%;
        max-width: 100%;
    }
    body.solutions-template-default .ageagle-w975 {
        max-width: 790px;
    }
    table.table-compare-drone {
        width: 95%!important;
        margin: auto;
    }
    #ageagle-seach-post-type-items li.sf-field-post_type ul,
    body.page-template-use-cases .ageagle-main-content-page {
        max-width: 790px;
    }
    #ageagle-search-filter-widget-31657 .ageagle-col-3.ageagle-full-in-mobile {
        width: 100%;
    }
    #ageagle-search-filter-widget-31657 .ageagle-col-3 {
        width: 35%;
        padding-right: 5%;
        display: inline-block;
    }
    #ageagle-search-filter-widget-31657 .ageagle-col-9 {
        width: 65%;
        display: inline-block;
    }
    .agaegle-result-item-div {
        width: 48%;
    }
    .agaegle-result-row {
        align-items: flex-start;
        align-content: space-between;
        justify-content: space-between;
    }
     .agaegle-result-item-div-limiter {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
        margin-left: 0%;
    }
    #ageagle-seach-post-type-items li.sf-field-post_type ul li {
        margin-right: 0px;
    }
    a.filter-sort-modal {
        padding: 14px 20px;
        display: block;
    }
    .ageagle-modal-items {
        max-width: 790px;
        margin: auto;
    }
    body.page-template-investors-template .item-presentation__inner {
        max-width: 100%;
        width: 30%;
    }
    .ageagle-header-buttons-content a {
        margin-right: 5px;
    }
    .ageagle-header-buttons-content .ageagle-btn {
        padding: 7px 20px;
    }
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
    body.search.search-results .container-total-search,
    body.search.search-results .content-search,
    body.search.search-results .search-ageagle form {
        max-width: 790px;
        width: 790px;
        margin: auto;
    }
    body.search.search-results .search-ageagle form.search-form input.search-field {
        width: 85%;
    }
    body.search.search-results .search-ageagle {
        padding: 0 0px!important;
    }
    .ageagle-lpm2 .ageagle-lpm2-overlay-content {
        width: 45%;
    }
    body.use-case-template-default .content-related-postageagle {
        max-width: 790px;
    }
    body.use-case-template-default .content-related-postageagle .related-item a img {
        height: 220px;
    }
    body.use-case-template-default .related-solution-image {
        height: auto;
    }
    body.use-case-template-default .ageaglemain-single-general.content-main-single,
    body.use-case-template-default .ageaglemain-single-general {
        max-width: 790px;
        margin: auto;
    }
    body.page-template-explore-drones .ageagle-page-hero .ageagle-page-hero-row,
    body.page-template-explore-drones #explore-filtered-items,
    body.page-template-explore-drones .ageagle-explore-drones-results {
        max-width: 790px;
    }
    body.page-template-explore-drones .ageagle-explore-drones form.searchandfilter ul,
    body.page-template-explore-drones .search-drone-partners-content {
        max-width: 90%;
    }
    .ageagle-explore-drones-results .agaegle-result-row {
        justify-content: space-between;
    }
    .ageagle-explore-drones-results .ageagle-drones-products-cards-results {
        width: 47%;
    }
    .ageagle-explore-drones-results .ageagle-drones-products-cards-results:nth-child(3n+2) {
        margin: 0px 0%;
    }
    body.single-tribe_events .item__image-content,
    body.single-data-set .related-solution-image,
    body.single-partner .item-solution-related,
    body.single-partner .related-solution-image,
    body.single-micasense-partners .related-solution-image,
    body.single-micasense-partners .item-solution-related,
    body.single-sensefly-partners .related-solution-image,
    body.single-sensefly-partners .item-solution-related {
        width: 100%;
        height: 236px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    body.single-tribe_events .item__image-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    body.single-leader .content-main-mageagle .ageagle-main-content-page {
        width: 100%;
        max-width: 100%;
        padding-top: 25px;
    }
    .main-container-solution-related h2,
    body.single-micasense-partners .main-container-solution-related h2
    body.single-sensefly-partners .main-container-solution-related h2 {
        max-width: 790px;
    }
    body.single-data-set .ageagle-content-top-single {
        max-width: 790px;
        margin: auto;
        padding-bottom: 50px;
    }
    body.single-data-set .main-content-related h2 {
        max-width: 790px;
        width: 790px;
        margin: auto;
        padding-bottom: 50px;
        text-align: left;
    }
    body.single-tribe_events .container-event-tribe,
    body.single-tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details,
    body.single-tribe_events .whitepaper-related,
    body.single-tribe_events .content-related-postageagle.item_content_exploreevents,
    body.single-micasense-blog .ageaglemain-single-general,
    body.single-post .ageaglemain-single-general,
    body.single-post .ageaglemain-single-general,
    body.single-portfolio  .ageaglemain-single-general,
    body.single-careers .ageaglemain-single-general,
    body.single-careers .container-form-hubspot-applynow,
    body.single-leader .ageaglemain-single-leader,
    body.single-data-set .main-inner_informationbar,
    body.single-data-set .ageaglemain-single-general,
    body.single-data-set .content-related-postageagle,
    body.single-data-set .container-solution,
    body.single-past-event .ageaglemain-single-general,
    body.single-blog .ageaglemain-single-general,
    body.single-partner .ageaglemain-single-general,
    body.single-partner .container-solution,
    body.single-micasense-partners .ageaglemain-single-general,
    body.single-micasense-partners .container-solution,
    body.single-sensefly-partners .container-solution,
    body.single-sensefly-partners .ageaglemain-single-general,
    body.single-blog .ageaglemain-single-general,
    body.single-presentation .ageaglemain-single-general {
        max-width: 790px;
    }
    body.page-template-investors-template.page-id-851 .email-signup-container {
        width: 100%;
        max-width: 100%;
    }
    body.page-template-investors-template.page-id-851 .email-content,
    body.page-template-investors-template.page-id-851 #EmailDiv {
        max-width: 790px;
        margin: auto;
    }
    body.page-template-investors-template.page-id-843 .email-content,
    body.page-template-investors-template.page-id-843 #EmailDiv {
        max-width: 790px;
        margin: auto;
    }
    /*.ageagle-header-buttons-content .ageagle-btn.hide-m-b-header {
        display: none;
    }*/
    #ageagle-sticky .ageagle-header-buttons-content a.ageagle-btn.no-decoration.ageagle-btn-black {
        display: none!important;
    }
    /* MDM */
    /*.ageagle-module-main-content.ageagle-full-pd6 {
        max-width: 100%;
    }
    .ageagle-module-main-content.ageagle-full-pd6 .ageagle-content-container {
        max-width: 790px;
    }
    .ageagle-lpm4, .ageagle-module-main-content {
        max-width: 100%;
        margin: auto;
    }
    .ageagle-module-main-content .ageagle-content-container {
        max-width: 790px;
    }*/
    .ageagle-module-main-content.pd-h1-rm {
        max-width: 100%;
    }
    .ageagle-module-main-content.pd-h1-rm .pm-ageagle-auto-margin.padding-module-h21 {
        max-width: 790px;
    }
    .ageagle-module-main-content.pd1-rm-b {
        max-width: 100%;
    }
    .pricing-module-content .agmodule-center h3 {
        min-height: 110px;
    }

    #ageagle-sticky .ageagle-col-41 {
        width: 18%;
    }
    #ageagle-sticky .ageagle-col-42 {
        width: 65%;
    }
    .ageagle-lpm2-center .ageagle-lpm2-center-limiter {
        padding-left: 0px;
    }
    .ageagle-page-hero .ageagle-page-hero-row {
        max-width: 790px;
    }
    body.page-id-843 #QuoteDiv29 {
        max-width: 790px;
    }
    .ageagle-lpm1-1 .ageagle-row .ageagle-col-4:first-child {
        text-align: left!important;
        padding-left: 60px;
        padding-right: 20px;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-row .ageagle-col-4:first-child {
        text-align: left!important;
        padding-left: 30px;
        padding-right: 60px;
    }
    .module-pd5-2-up .buttons-calls-container a {
        text-align: center;
        width: auto;
        padding: 10px 18px;
    }
    body.page-id-852 .email-signup-container {
        max-width: 100%;
    }
    body.page-id-852 .email-content,
    body.page-id-852 #EmailDiv {
        max-width: 790px;
        margin: auto;
    }
    body .module-pdh2-content {
        width: 790px;
    }
    select#phone_ext-1e1cbfbf-fc05-4421-895d-b88ce91b4034 {
        background-position: 97% center;
    }
    select#phone_ext-2238c0f7-4460-435d-ad22-a08092fa1924 {
        width: 100%!important;
    }
    input#phone-2238c0f7-4460-435d-ad22-a08092fa1924 {
        width: 100%!important;
    }
    .single-content-main aside.table-content-single {
        max-width: 250px;
        padding-left: 0px;
        margin-left: 0px!important;
        padding-right: 30px;
    }
    .single-content-main aside.table-content-single ul {
        list-style: none;
        margin-left: 0px!important;
    }
    /* Iframe */
    .page-id-36500 .ageagle-main-content-items {
        max-width: 790px;
        margin: auto;
    }
}

@media screen and (max-width: 1249px) {
    .ageagle-footer-html {
        padding-top: 0px;
    }
    footer.ageagle-footer .ageagle-row,
    .ageagle-newsletter .ageagle-row.ageagle-row-center {
        max-width: 790px;
    }
    footer.ageagle-footer .f-info-col {
        order: 1;
        width: 40%;
        padding-right: 7%;
    }
    footer.ageagle-footer img.ageagle-header-logo {
        width: 100%;
        max-width: 100%;
    }
    footer.ageagle-footer .f-about-col {
        order: 2;
        width: 20%;
    }
    footer.ageagle-footer .f-contact-col {
        order: 3;
        width: 20%;
    }
    footer.ageagle-footer .f-portal-col {
        order: 4;
        width: 20%;
    }
    footer.ageagle-footer .f-social-col {
        order: 5;
        width: 100%;
        padding-left: 0px;
        display: flex;
        flex-wrap: wrap;
    }
    .f-social-col-limit {
        width: 40%;
    }
    .ageagle-footer-html {
        width: 60%;
    }
    .ageagle-footer-html {
        display: flex;
        flex-wrap: wrap;
    }
    .ageagle-html-limit {
        width: 50%;
    }
    .left-20 {
        padding-left: 0px;
    }
    .footer-copy {
        padding-top: 25px;
    }
    .ageagle-newsletter .ageagle-col-6 {
        width: 35%;
    }
    .ageagle-newsletter .ageagle-col-6:last-child {
        width: 65%;
        padding-left: 35px;
    }
    .ageagle-flex-pd-nowrap.eagle-m-justifyc.ageagle-vertcenter.ageagle-min-height-module1-2.inner-sections2.mobile-reverserow.flex-contentpd1-x.module-pd1-3 .__inner-inner-module1-2.image {
        height: auto;
        min-height: auto;
    }
    .ageagle-flex-pd-nowrap.eagle-m-justifyc.ageagle-vertcenter.ageagle-min-height-module1-2.inner-sections2.mobile-reverserow.flex-contentpd1-x.module-pd1-3 .__inner-inner-module1-2.image img {
        border-radius: 0 0px 0px 0;
        width: 100%;
        height: auto;
        min-height: auto;
        object-fit: contain;
    }
    body .ageagle-newsletter.FixedWidget__stop_widget .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
        margin-left: 0%;
    }
    body .ageagle-newsletter.FixedWidget__stop_widget .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100%!important;
        margin-right: 0%;
    }
    body.page-id-853 #EmailDiv {
        max-width: 790px;
    }
    body.single-drone-software.postid-35856 .ageagle-module-main-content ul {
        padding-left: 20px;
    }
    .__inner-content-module3b-two-card .container-module3b-item-card .__inner-info-module3b p {
        padding: 0 0px 0 0;
    }
    .__inner-content-module3b-two-card .container-module3b-item-card .info-card__inner h3 {
        padding: 0 0% 0 0;
        max-width: 276px;
        margin: auto;
        text-align: left;
    }
    .career-page-content {
        max-width: 790px;
    }
    body .cta_module3b {
        text-align: left;
    }
}

@media screen and (max-width: 1240px) {
    /*#ageagle-sticky .ageagle-col-42 {
        width: 58%;
        display: inline-block;
    }
    #ageagle-sticky .ageagle-col-41 {
        width: 25%;
        display: inline-block;
    }*/
}

@media screen and (max-width: 1150px) {
    .ageagle-explore-drones form.searchandfilter ul li h4 {
        width: 100%;
        height: 100%;
        padding: 26px 30px;
        font-size: 16px;
    }
    .ageagle-explore-drones form.searchandfilter ul li ul li {
        line-break: anywhere;
        padding: 10px 10px 10px 10px!important;
    }
    .ageagle-explore-drones .explore-drones-apply-content {
        padding: 12px 10px;
    }
    body.page-template-explore-drones .ageagle-explore-drones form.searchandfilter ul li ul {
        width: 100%!important;
        max-width: 100%;
    }
}

@media screen and (max-width: 1026px) {
    .ageagle-header-buttons-content .ageagle-btn {
        padding: 7px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .single-aside-mobile {
        display: block;
    }
    .table-content-single {
        display: none;
    }
    .single-aside-mobile.ageagle-sticky-aside-mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    .main-container-solution-related.ag-solution-rel.FixedWidget__stop_widget {
        max-width: 790px;
        margin: auto;
    }
    body .content-related-postageagle .related-item {
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    /* Men Header */
    header.ageagle-header .ageagle-col-42,
    header.ageagle-header .ageagle-col-41 {
        display: none!important;
    }
    img.ageagle-header-logo {
        width: 100px;
        height: auto;
        padding: 22.36px 0px;
    }
    .ageagle-mobile-content {
        display: inline-flex;
    }
    a.talk-sales-mobile-button {
        display: inline-block;
    }
    /* End Menu Header */
}

@media screen and (max-width: 1100px){
    #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        overflow-x: scroll;
    }
    #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch::-webkit-scrollbar {
        display: none;
    }
    #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar {
        padding-left: 5%;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar ul li a {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 20px;
    }
    #filter-sticky-nav-button-right {
        display: inline-block;
    }
    #ageagle-sticky  nav.ageagle-sub-menu-sticky-bar {
        padding-right: 30px;
    }
    #ageagle-sticky  .ageagle-col-2.ageagle-v-align-middle.ageagle-align-self-stretch {
        display: none;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar ul li a {
        padding-top: 17px;
        padding-bottom: 12px;
    }
    #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        width: 100%!important;
    }
    body.logged-in nav.ageagle-sub-menu-sticky-bar ul li ul.specifications-sub-nav {
        overflow-x: hidden;
    }
    .specifications-sub-nav-menu ul li a.sticky-item-active {
        border-bottom: solid 0px #1f1a23!important;
    }
    .specifications-sub-nav-content .specifications-sub-nav-col-2 {
        width: 100%;
    }
    .specifications-sub-nav-content {
        width: 100%;
    }
    #ageagle-sticky .ageagle-specifications-tab-items {
        display: none!important;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar .specifications-sub-nav-menu ul li {
        background: #F9F9F9;
        display: block;
        margin-left: 0px!important;
        position: relative;
        margin-bottom: 8px!important;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar .specifications-sub-nav-menu ul li a {
        display: block!important;
        max-width: 319px;
        margin: auto;
        border-bottom: solid 0px #fff!important;
        font-weight: 500;
        position: relative;
    }
    li.ag-sticky-item-active-mobile div[tab-mobile-for] {
        display: block!important;
        background-color: #fff;
    }
    li.ag-sticky-item-active-mobile div[tab-mobile-for] .sub-tab-specs-items,
    #ageagle-sticky .ageagle-row.ageagle-row-full {
        width: 319px;
        max-width: 319px;
        margin: auto;
    }
    li.ag-sticky-item-active-mobile div[tab-mobile-for] .sub-tab-specs-items .ageagle-col-5,
    li.ag-sticky-item-active-mobile div[tab-mobile-for] .sub-tab-specs-items .ageagle-col-7 {
        width: 100%;
    }
    #ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row h2 {
        padding: 20px 0px;
    }
    #ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row p {
        padding-bottom: 20px;
    }
    .specifications-sub-nav-menu {
        border-bottom: solid 0px #979797;
    }
    #ageagle-sticky a.specifications-close-overlay {
        display: none!important;
    }
    #ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row .ageagle-col-6 {
        width: 100%;
    }
    #ageagle-sticky .specifications-sub-nav-col-2 .ageagle-row .ageagle-col-6 h2 {
        font-weight: 500!important;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar .specifications-sub-nav-menu ul li a:after {
        content: "\f347";
        font-family: 'dashicons';
        color: #fff;
        background-color: #1f1a23;
        border-radius: 100%;
        position: absolute;
        width: 25px;
        height: 25px;
        box-sizing: border-box;
        right: 0;
        padding-left: 4px;
        padding-top: 1px;
        transition: .4s;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar .specifications-sub-nav-menu ul li.ag-sticky-item-active-mobile a:after {
        transform: rotate(180deg);
    }
    #ageagle-sticky .ageagle-col-42,
    #ageagle-sticky .ageagle-col-41 {
        display: inline-block!important;
    }
}

@media screen and (max-width: 1023px) {
    .video-module-row.video-left {
        flex-direction: row;
    }
    .video-module-content, .video-module-video {
        width: 100%;
    }
    .video-module-row {
        height: auto;
    }
    .video-module-content {
        text-align: left;
        padding: 50px 70px;
    }
    .video-module-container {
        max-width: 598px;
        height: auto;
    }
    .video-module-video {
        height: 260px;
        position: relative;
    }
    .page-id-851 .board__image {
        text-align: center;
    }
    .ageagle-lpm3,
    .ageagle-lpm1-1,
    body.page-template-investors-template.page-id-850 div#LibDiv {
        max-width: 598px;
    }
    body.page-template-investors-template .hero2-inner-content,
    body.page-template-investors-template .inner-content-contacts {
        max-width: 598px!important;
    }
    .ageagle-lpm3:before {
        width: 100%!important;
        height: 80%;
    }
    .ageagle-lpm3-center p {
        display: none;
    }
    .ageagle-lpm3 .ageagle-btn-top {
        margin-top: 5px;
    }
    .ageagle-lpm3 .ageagle-col-5 {
        width: 100%!important;
        text-align: center;
    }
    .ageagle-lpm3 .ageagle-col-7 {
        width: 100%!important;
        padding-top: 25px;
        text-align: center;
    }
    .ageagle-lpm1-center-1,
    .ageagle-lpm2-center {
        max-width: 90%;
    }
    .ageagle-lpm1-1 .ageagle-col-4 {
        width: 50%;
    }
    .ageagle-lpm1-1 .ageagle-col-4.ageagle-curver-color-space {
        width: 100%;
        min-height: 135px;
        margin-top: 0px;
        text-align: center;
        background-position: center;
    }
    .ageagle-lpm1-1 .ageagle-col-4.ageagle-curver-color-space .ageagle-lpm1-overlay-mobile-small {
        display: inline-block!important;
        max-width: 250px;
        margin-bottom: 50px;
    }
    .ageagle-lpm1-1 .ageagle-curver-color {
        width: 100%;
    }
    .ageagle-lpm1-overlay-content {
        bottom: 0%;
        left: 0%!important;
        width: 100%;
        height: 135px;
        justify-content: center;
    }
    .ageagle-lpm1-overlay-content img.ageagle-lpm1-overlay {
        width: 250px;
        margin-top: -180px;
    }
    .ageagle-lpm1-v-img .ageagle-lpm1-overlay-content {
        top: 38%;
        left: 20%!important;
        width: 50%;
        height: auto;
    }
    .ageagle-lpm1-right .ageagle-lpm1-overlay-content {
        left: 0;
        justify-content: center;
    }
    .manage-container, .ageagle-investors-custom-contacts, .documents-container {
        max-width: 598px!important;
    }
    body.page-template-investors-template.page-id-851 .data-contacts-container .contact__inner-data {
        max-width: 100%;
    }
    body.page-template-investors-template.page-id-851 .manage-container.content-main-boards .__item-board {
        max-width: 46%;
        width: 100%;
    }
    body.page-template-investors-template.page-id-851 .manage-container.content-main-boards {
        gap: 30px;
    }
    .ageagle-lpm4 .ageagle-col-6 {
        width: 100%;
    }
    .ageagle-lpm4 .ageagle-lpm4-image-content {
        min-height: 300px;
    }
    .ageagle-lpm4 .ageagle-col-6-bg-c {
        order: -1;
        text-align: center;
    }
    .ageagle-lpm4 .ageagle-lpm4-overlay {
        display: none;
    }
    .ageagle-lpm4, .ageagle-module-main-content {
        max-width: 598px;
        margin: auto;
    }
    .suport-pages-cards {
        max-width: 598px;
    }
    .ageagle-lpm5 {
        max-width: 598px;
    }
    .lpm5-card-content {
        display: block;
    }
    .lpm5-card-content {
        padding: 30px 40px;
    }
    .lpm5-card-content .ageagle-btn {
        margin-top: 0px;
    }
    .ageagle-hp1-module .ageagle-main-card .ageagle-col-8 {
        width: 100%;
        text-align: center;
    }
    .ageagle-hp1-module .ageagle-main-card .ageagle-col-8 .ageagle-padding-flex-align-content {
        width: 100%;
    }
    .ageagle-hp1-module .ageagle-main-card .ageagle-col-4 {
        min-height: 200px;
        width: 100%;
    }
    .ageagle-hp1-module .ageagle-overlay-floating-div {
        height: 200px;
        top: auto;
        bottom: 0px!important;
        left: 0;
        width: 100%;
    }
    .ageagle-hp1-module .ageagle-overlay-floating-div img.ageagle-card-img-overlay {
        width: 280px;
        margin-top: -150px;
    }
    .ageagle-hp1-module .ageagle-main-card.aligh-card-right .ageagle-card-padding {
        padding-left: 0%;
    }
    .ageagle-hp1-module .ageagle-card-padding {
        padding: 100px 50px 0px 50px!important;
    }
    .ageagle-upcoming-events .ageagle-row, .ageagle-black-bg .ageagle-row, .ageagle-black-bg-title, .home .ageagle-main-content {
        max-width: 598px!important;
        margin: auto;
    }
    .ageagle-black-bg .ageagle-col-twenty {
        width: 33.33%;
    }
    .ageagle-card-industries img {
        height: 180px;
    }
    .ageagle-lpm2 {
        position: relative;
        max-width: 598px;
    }
    body .ageagle-lpm2 .ageagle-col-2.first-col2-mp2 {
        text-align: right;
        padding-right: 20px;
        width: 38%;
    }
    .ageagle-lpm2-overlay-content img {
        width: 230px;
        height: auto;
    }
    body .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2.first-col2-mp2 {
        order: 3;
        width: 35%!important;
        text-align: left;
        padding-right: 0px;
        padding-left: 20px;
        padding-right: 30px;
    }
    table.table-compare-drone,
    #main-compare-content {
        display: none;
    }
    .table-compare-mobile-content {
        display: block;
    }
    .main-compare-content-mobile-categories {
        display: block;
    }
    #scroll-right-compare.show-m-i {
        display: block;
    }
    #ageagle-seach-post-type-items li ul {
        position: relative!important;
        padding: 4px;
        width: 95%!important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: block!important;
        -ms-overflow-style: none;
      scrollbar-width: none;
    }
    #ageagle-seach-post-type-items li.sf-field-post_type ul li {
        margin-right: 45px;
        width: auto;
        display: inline-block;
    }
    #ageagle-seach-post-type-items li ul::-webkit-scrollbar {
        display: none;
    }
    #ageagle-seach-post-type-items {
        position: relative;
        overflow: hidden;
    }
    #filter-posts-slide-button-right span {
        font-size: 28px;
        line-height: 18px;
        display: inline-block;
    }
    #filter-posts-slide-button-right {
        display: inline-block;
        background-color: #fff;
        text-decoration: none;
        width: auto;
        position: absolute;
        top: 30%;
        right: -13px;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        padding-top: 10px;
        padding-left: 5px;
    }
    #filter-posts-slide-button-left span {
        font-size: 28px;
        line-height: 18px;
        display: inline-block;
    }
    #filter-posts-slide-button-left {
        background-color: #fff;
        text-decoration: none;
        position: absolute;
        top: 30%;
        left: -13px;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        padding-top: 10px;
        padding-left: 9px;
    }
    .filter-solt-content-mobile {
        display: block!important;
    }
    .ageagle-uses-cases-padding .ageagle-col-7,
    .ageagle-uses-cases-padding .ageagle-col-5,
    .ageagle-uses-cases-padding .ageagle-col-3,
    .ageagle-uses-cases-padding .ageagle-col-9 {
        width: 100%;
    }
    #ageagle-search-soft,
    #ageagle-seach-post-type-taxonomy {
        display: none;
    }
    .reset-button-desktop {
        display: none;
    }
    .reset-button-mobile {
        display: inline-block;
    }
    .ageagle-uses-cases-padding .ageagle-col-6 {
        width: 100%;
    }
    .ageagle-uses-cases-padding .ageagle-col-6 #ageagle-search-results-items-showing {
        width: 96%;
        display: block;
        margin: auto!important;
        padding-bottom: 30px;
    }
    /* .ageagle-lpm1-1 .ageagle-row .ageagle-col-4 .ageagle-lpm1-center-1 {

    } */
    .ageagle-lpm1-1 .ageagle-row .ageagle-col-4:first-child {
        padding-left: 0px;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-row .ageagle-col-4:first-child {
        padding-right: 0px;
    }
    .ageagle-lpm1-center-1.lpm1-center-title-cards {
        padding: 0px 30px 0px 50px;
    }
    .ageagle-lpm1-center-1.lpm1-no-center-title-cards {
        padding: 60px 50px 60px 0px;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-lpm1-center-1.lpm1-center-title-cards {
        padding: 0px 50px 0px 30px;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-lpm1-center-1.lpm1-no-center-title-cards {
        padding: 60px 0px 60px 50px;
    }
    body.search.search-results .container-total-search,
    body.search.search-results .content-search,
    body.search.search-results .search-ageagle form {
        max-width: 598px;
        width: 598px;
        margin: auto;
    }
    body.page-template-compare-template .ageagle-page-hero .ageagle-page-hero-row {
        width: 100%;
        padding-left: 10%;
    }
    body.page-template-compare-template .ageagle-page-hero {
        padding: 35px 0px;
    }
    .ageagle-search-mobile-fixed,
    .dl-menuwrapper li a,
    .ageagle-mobile-follow-socials-container {
        width: 100%;
        margin: auto;
        max-width: 90%;
    }
    /* Specs Mobile */
    #ageagle-sticky .ageagle-col-41.ageagle-v-align-middle.ageagle-align-self-stretch {
        display: none;
    }
    #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        display: block!important;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar ul li {
        display: inline-block;
    }
    #ageagle-sticky nav.ageagle-sub-menu-sticky-bar ul li.specifications-item-list {
        display: inline-block;
    }
    nav.ageagle-sub-menu-sticky-bar {
        padding-right: 0;
        margin-left: auto;
    }
    #ageagle-sticky .ageagle-col-42 {
        width: 78.5%;
    }
    body.use-case-template-default .content-related-postageagle {
        max-width: 598px;
    }
    body.use-case-template-default .content-related-postageagle {
        gap: 0px;
    }
    body.use-case-template-default .content-related-postageagle .related-item {
        width: 45%;
        margin-bottom: 50px;
    }
    body.use-case-template-default .content-related-postageagle .related-item:last-child {
        margin-bottom: 0px;
    }
    body.use-case-template-default .content-related-postageagle {
        gap: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-around;
        align-content: stretch;
    }
    body.use-case-template-default .ageaglemain-single-general.content-main-single,
    body.use-case-template-default .ageaglemain-single-general {
        max-width: 598px;
        margin: auto;
    }
    body.page-template-explore-drones .ageagle-page-hero .ageagle-page-hero-row,
    body.page-template-explore-drones #explore-filtered-items,
    body.page-template-explore-drones .ageagle-explore-drones-results,
    body.page-template-explore-drones .search-drone-partners-content {
        max-width: 598px;
    }
    .ageagle-explore-drones-results .ageagle-drones-products-cards-results {
        width: 48%;
    }
    .ageagle-partners-taxonomies {
        min-height: 120px;
    }
    .ageagle-partners-cards-padding {
        padding: 35px;
    }
    .ageagle-partners-buttons-actions {
        position: relative;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 0px;
    }
    .ageagle-drones-products-cards-results-content {
        margin-bottom: 0px;
    }
    .ageagle-explore-drones-results .ageagle-drones-products-cards-results {
        margin-bottom: 25px!important;
    }
    .ageagle-explore-drones form.searchandfilter {
        display: none;
    }
    body.page-id-31785 .sort-for-partners {
        display: block!important;
    }
    #ageagle-seach-post-search-texbox .ageagle-search-text-uc {
        max-width: 598px;
    }
    #ageagle-seach-post-type-items li.sf-field-post_type ul,
    body.page-template-use-cases .ageagle-main-content-page {
        max-width: 598px;
    }
    body.single-tribe_events .container-event-tribe,
    body.single-tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details,
    body.single-tribe_events .whitepaper-related,
    body.single-tribe_events .content-related-postageagle.item_content_exploreevents,
    body.single-micasense-blog .ageaglemain-single-general,
    body.single-post .ageaglemain-single-general,
    body.single-post .ageaglemain-single-general,
    body.single-portfolio  .ageaglemain-single-general,
    body.single-careers .ageaglemain-single-general,
    body.single-careers .container-form-hubspot-applynow,
    body.single-leader .ageaglemain-single-leader,
    body.single-data-set .main-inner_informationbar,
    body.single-data-set .content-related-postageagle,
    body.single-data-set .container-solution,
    body.single-past-event .ageaglemain-single-general,
    body.single-blog .ageaglemain-single-general,
    body.single-partner .ageaglemain-single-general,
    body.single-partner .container-solution,
    body.single-micasense-partners .ageaglemain-single-general,
    body.single-micasense-partners .container-solution,
    body.single-sensefly-partners .container-solution,
    body.single-sensefly-partners .ageaglemain-single-general,
    body.single-blog .ageaglemain-single-general,
    body.single-presentation .ageaglemain-single-general {
        max-width: 598px;
    }
    body.single-tribe_events .content-related-postageagle,
    body.single-partner .container-solution,
    body.single-micasense-partners .container-solution,
    body.single-sensefly-partners .container-solution {
        gap: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    body.single-data-set .main-content-related,
    body.single-partner .main-container-solution-related,
    body.single-micasense-partners .main-container-solution-related,
    body.single-sensefly-partners .main-container-solution-related {
        padding: 0px 0px 50px 0px;
    }
    body.single-tribe_events .content-related-postageagle .related-item,
    body.single-data-set .content-related-postageagle .related-item,
    body.single-partner .item-solution-related,
    body.single-micasense-partners .item-solution-related,
    body.single-sensefly-partners .item-solution-related {
        width: 45%;
    }
    body.single-data-set .ageagle-content-top-single,
    body.single-data-set .ageaglemain-single-general {
        max-width: 598px;
    }
    body.single-data-set .main-content-related h2 {
        max-width: 598px;
        width: 598px;
        margin: auto;
        padding-bottom: 50px;
        text-align: left;
    }
    body.single-drones.postid-709 #ageagle-sticky .ageagle-col-42.ageagle-v-align-middle.ageagle-align-self-stretch {
        width: 78.5%;
    }
    .pricing-module-content .agmodule-center h3 {
        min-height: auto;
        padding-bottom: 15px;
    }
    footer.ageagle-footer .ageagle-row,
    .ageagle-newsletter .ageagle-row.ageagle-row-center {
        max-width: 598px;
    }
    footer.ageagle-footer .f-info-col {
        order: 1;
        width: 100%;
        padding-right: 0%;
        padding-bottom: 30px;
    }
    footer.ageagle-footer .f-about-col {
        order: 2;
        width: 50%;
        padding-left: 25%;
    }
    footer.ageagle-footer .f-contact-col {
        order: 3;
        width: 50%;
        padding-left: 10%;
    }
    footer.ageagle-footer .f-portal-col {
        order: 4;
        width: 50%;
        padding-left: 25%;
    }
    .footer-menu-min-h {
        min-height: auto;
    }
    .f-social-col-limit {
        width: 100%;
        text-align: center;
    }
    .footer-copy {
        text-align: center;
    }
    footer .menu-support-container {
        text-align: center;
    }
    .ageagle-html-limit {
        width: 100%;
        text-align: center;
    }
    .ageagle-footer-html {
        width: 100%;
    }
    .ageagle-footer-html {
        padding-top: 0px;
    }
    .ageagle-page-hero .ageagle-page-hero-row {
        max-width: 598px;
    }
    body.page-id-843 #QuoteDiv29 {
        max-width: 598px;
    }
    #ageagle-search-filter-widget-31657 .ageagle-col-3 {
        width: 100%;
        padding-right: 0%;
        display: inline-block;
    }
    #ageagle-search-filter-widget-31657 .ageagle-col-9 {
        width: 100%;
        display: inline-block;
    }
    .agaegle-result-item-div {
        width: 47%;
    }
    .filter-solt-content-mobile {
        text-align: center;
        display: none;
        padding-bottom: 30px;
    }
    body.page-id-31652 #filter-posts-slide-button-left {
        padding-left: 16px;
    }
    .ageagle-partners-buttons-actions a {
        margin-top: 20px;
    }
    .ageagle-main-card .ageagle-btn-top {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ageagle-hp1-module .ageagle-overlay-floating-div {
        display: none;
    }
    .ageagle-hp1-module .ageagle-card-bg {
        text-align: center;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background-position: 50% -17%;
    }
    .home .ageagle-main-card.aligh-card-right .ageagle-card-img-overlay {
        left: 0%;
    }
    .ageagle-hp1-module .ageagle-card-bg {
        text-align: center;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        background-position: 50% -19%;
        min-height: 250px;
        max-height: 250px;
        padding-bottom: 50px;
    }
    .ageagle-hp1-module .ageagle-card-bg .ageagle-img-mobile-lmh1 {
        display: inline-block!important;
        position: relative;
        top: 0px;
        right: 0px;
        width: 250px;
        max-width: 250px;
        height: 160px;
        max-height: 160px;
        min-height: 160px;
        object-fit: contain;
    }
    .ageagle-lpm1-1 .ageagle-lpm1-overlay-content {
        display: none!important;
    }
    .ageagle-lpm1-1 .ageagle-curver-color.render-outputs {
        background-position: 50% -50%;
    }
    .ageagle-lpm1-1 .ageagle-curver-color.render-light {
        background-position: 50% -29%;
    }
    .ageagle-lpm1-1 .ageagle-curver-color.render-default {
        background-position: 50% -15%;
    }
    .ageagle-partners-phone-info {
        padding-bottom: 0px;
    }
    footer.ageagle-footer .f-info-col p {
        max-width: 400px;
        text-align: center;
        padding-bottom: 50px;
    }
    footer .menu-about-container,
    footer .menu-portal-container,
    footer .menu-contact-container {
        max-width: 150px;
    }
    footer.ageagle-footer .f-info-col {
        text-align: center;
    }
    /* footer.ageagle-footer img.ageagle-header-logo {
        max-width: 230px!important;
    } */
    #explore-filtered-items {
        display: none;
    }
    .ageagle-col-12.filter-solt-content-mobile.sort-for-partners {
        margin: auto;
        margin-top: 60px;
        margin-bottom: 30px;
        max-width: 598px;
    }
    body.page-template-use-cases .ageagle-search-text-uc {
        background-color: #1f1a23;
    }
    body.page-template-use-cases #ageagle-seach-post-search-texbox .search-white-icon {
        display: inline-block!important;
        -webkit-filter: none!important;
        filter: none!important;
    }
    body.page-template-use-cases #ageagle-seach-post-search-texbox {
        background-color: #1f1a23;
    }
    body.page-template-use-cases #ageagle-seach-post-search-texbox .search-black-icon {
        display: none!important;
    }
    body.page-template-use-cases #ageagle-seach-post-search-texbox .search-black-icon {
        -webkit-filter: none!important;
        filter: none!important;
    }
    body.page-template-use-cases #ageagle-seach-post-search-texbox .ageagle-search-text-uc input[type="text"] {
        background-color: #1f1a23;
        color: #fff;
    }
    body.page-template-use-cases #ageagle-seach-post-search-texbox .ageagle-search-text-uc input[type="text"]::placeholder {
        opacity: 1;
        color: #fff;
    }
    footer.ageagle-footer .f-portal-col {
        margin-top: -74px;
        padding-bottom: 20px;
    }
    #ageagle-search-buttons-actions .ageeagle-modal-apply {
        width: 60%;
        text-align: center;
        margin-right: 6%;
    }
    #ageagle-search-buttons-actions .remove-filtered.reset-button-mobile {
        width: 34%;
        text-align: center;
    }
    #ageagle-seach-post-search-texbox img.ageagle-search-text-uc-icon {
        border-right: solid 2px #fff;
    }
    body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="taxonomy"],
    body.page-template-use-cases #ageagle-modal-content-filters li[data-sf-field-type="category"] {
        display: block!important;
    }
    .module-pd5-2-up .buttons-calls-container a {
        padding: 10px 18px!important;
        text-align: center!important;
    }
    body.page-id-33458 .ageagle-main-content-page,
    body.page-id-33458 .content-related-postageagle,
    body.page-id-33458 .content-gray-sidebarform {
        max-width: 598px;
    }
    body.page-id-33458 .gray-contentleft {
        max-width: 100%;
    }
    body.page-id-852 .email-content, body.page-id-852 #EmailDiv {
        max-width: 598px;
    }
    .container-industries-list.industrie-list-mobile.hide-desktop .__item-inner-m-list.active h4 {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .container-industries-list.industrie-list-mobile.hide-desktop .__item-inner-m-list.active .__description-content-m {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .career-page-content {
        max-width: 598px;
    }
    .ageagle-pd4-1-mm .ageagle__pd4-card-grid {
        background-color: #fff;
    }
    body .module-pdh2-content {
        width: 598px;
    }
    .pricing-module-content .content-plan ul li.itemlist.active {
        margin-left: 30px;
    }
    .pricing-module-content .list-pricing-benefits .view-plan-pricing {
        position: relative;
        font-size: 18px;
    }
    .pricing-module-content .list-pricing-benefits .view-plan-pricing:before {
        content: "\f347";
        position: absolute;
        top: 0%;
        color: #fff;
        transform: translateY(-0%);
        z-index: 9999;
        right: 0px;
        font-family: 'dashicons';
        font-size: 15px;
        cursor: pointer;
        background-color: #1f1a23;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        padding-left: 7px;
        padding-top: 8px;
        box-sizing: border-box;
        transition: .4s;
    }
    .pricing-module-content .list-pricing-benefits .view-plan-pricing.active:before {
        transform: rotate(180deg);
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan:last-child .agmodule-center h3 {
        min-height: auto;
    }
    .pricing-module-content .content-plan .list-pricing-benefits {
        padding: 25px!important;
    }
    body .ageagle__pd4-card-grid .content__inner h4 {
        font-size: 25px;
        line-height: 34px;
    }
    body.single-drones .ageagle-m-grid-pd4-inner-content {
        gap: 14px!important;
    }
    body .container-industries-list.industrie-list-mobile.hide-desktop .__item-inner-m-list .heading-list-item {
        font-size: 25px;
        line-height: 34px;
    }
    body .container-industries-list.industrie-list-mobile.hide-desktop .__item-inner-m-list {
        margin: 0px 0px 14px 0px;
    }
    /* Iframe */
    .page-id-36500 .ageagle-main-content-items {
        max-width: 798px;
        margin: auto;
    }
    .content-related-postageagle, .content-gray-sidebarform {
        max-width: 598px;
    }
    body .content-related-postageagle .related-item {
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .left-20 {
        padding-left: 20px;
    }
    .ageagle-main-carousel-content-text-limiter {
        width: 70%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        width: 25%;
    }
    .ageagle-thumbnail-slider-col {
        margin-right: 0%;
    }
    .ageagle-col-12.ageagle-thumbnail-slider-col {
        width: 75%;
    }
    .ageagle-thumbnail-slider-col {
        margin-right: -25%;
        width: 100%;
    }
    .ageagle-main-slider-fixed-hero-content h1 {
        padding: 45px 0%;
    }
    .ageagle-thumbnail-card {
        min-height: 190px;
        max-height: 190px;
    }
    body.page-template-investors-template .press-container.shortcode-container,
    body.page-template-investors-template .flex-presentations.presentation-content,
    body.page-template-investors-template .presentation-content,
    body.page-template-investors-template .shortcode-container,
    body.page-template-investors-template #demoSecAll {
        width: 790px;
        max-width: 790px;
    }
    body.page-template-investors-template #EmailDiv {
        max-width: 790px;
    }
    body.page-template-investors-template .shortcode-content-flex {
        width: 100%;
        max-width: 100%;
    }
    body.page-template-investors-template .email-signup-container {
        width: 100%;
        max-width: 100%;
    }
    body.page-template-investors-template .inner-content-custom1 {
        width: 50%;
        max-width: 100%;
    }
    body.page-template-investors-template .inner-content-custom1 .content-hero-left,
    body.page-template-investors-template .background-right-content,
    body.page-template-investors-template .ageagle-investors-custom1 .inner-content-custom1 .content-hero-right {
        width: 100%;
        max-width: 100%;
    }
    body.page-template-investors-template .background-right-content {
        border-radius: 0px;
        background-position: left;
    }
    footer.ageagle-footer img.ageagle-header-logo {
        max-width: 100%;
        width: 95%;
    }
}

@media screen and (max-width: 1100px) {
    .ageagle-full-in-mobile {
        width: 100%;
    }
    #ageagle-sticky .ageagle-header-buttons-content {
        display: none!important;
    }
}

@media screen and (max-width: 1050px) {
    .ageagle-hero-degray h2 {
        font-size: 50px;
        font-weight: 500;
        line-height: 60px;
        color: #fff;
        padding: 0px 0px 0px 0px;
    }
    .ageagle-blog-items {
        padding: 60px 0px 30px 0px;
    }
    img.ageagle-hero-img {
        padding-left: 0px;
    }
}

@media screen and (max-width: 1023px) {
    body.page-template-investors-template .press-container.shortcode-container,
    body.page-template-investors-template .flex-presentations.presentation-content,
    body.page-template-investors-template .presentation-content,
    body.page-template-investors-template .shortcode-container,
    body.page-template-investors-template #demoSecAll {
        width: 598px;
        max-width: 598px;
    }
    body.page-template-investors-template #LibDiv .PressLayout15, body.page-template-investors-template #LibDiv .PressLayout12 {
        width: 47%;
        height: auto;
        padding: 43px 20px 36px 29px;
        box-sizing: border-box;
    }
    body.page-template-investors-template .item-presentation__inner {
        max-width: 100%;
        width: 47%;
    }
    body.page-template-investors-template #EmailDiv {
        max-width: 598px;
    }
    .ageagle-modal-items {
        max-width: 598px;
        margin: auto;
    }
    body.page-template-investors-template.page-id-851 .email-content,
    body.page-template-investors-template.page-id-851 #EmailDiv {
        max-width: 598px;
        margin: auto;
    }
    body.page-template-investors-template.page-id-851 #b2iEmailSignUp {
        padding-bottom: 0px;
    }
    body.page-template-investors-template.page-id-851 .b2iEmailSignupRow:last-child {
        margin-bottom: 0px;
    }
    body.page-template-investors-template.page-id-843 .email-content,
    body.page-template-investors-template.page-id-843 #EmailDiv {
        max-width: 598px;
        margin: auto;
    }
}

@media screen and (max-width: 11f1a23px) {
    img.ageagle-card-img-overlay {
        right: 10%;
    }
    .ageagle-main-card.aligh-card-right .ageagle-card-padding {
        padding-left: 12%;
    }
    .ageagle-card-padding {
        padding: 55px 30px 55px 30px;
    }
    .ageagle-col-twenty {
        width: 33.33%;
        margin-bottom: 20px;
    }
    .ageagle-black-bg .ageagle-row {
        justify-content: center;
    }
    .page-404-overlay {
        top: -13%;
        left: 5.5%;
    }
    .ageagle-404-main .ageagle-col-6 {
        width: 100%;
        text-align: center;
    }
    .ageagle-404-main img {
        width: 30%;
        display: inline-block;
        margin-right: 0%;
    }
    .page-404-overlay {
        top: -8%;
        left: 21%;
    }
    .ageagle-lpm5 .ageagle-col-8,
    .ageagle-lpm5 .ageagle-col-4,
    .ageagle-lpm5 .lpm5-card-content {
        width: 100%;
        display: block;
        text-align: center;
    }
    .ageagle-lpm5 .ageagle-col-4 {
        padding-top: 14px;
    }
    .ageagle-lpm5 .lpm5-card-content {
        height: auto;
        min-height: auto;
        padding: 40px 30px;
    }
    .ageagle-lpm3-center {
        max-width: 500px;
    }
    .ageagle-lpm4-center-content {
        max-width: 420px;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        width: 33.33%;
        max-width: 33.33%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-thumbnail-list {
        width: 50%;
        max-width: 50%;
    }
    .ageagle-main-carousel-thumbnails .ageagle-thumbnail-slider-col {
        max-width: 66.66%;
        width: 66.66%;
    }
    button.splide__arrow.splide__arrow--prev {
        margin-left: -61%;
    }
    button.splide__arrow.splide__arrow--next {
        margin-right: -60px;
    }
    .page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-2 .ageagle-lpm2-center {
        display: block;
        margin-right: 25px;
        margin-left: 25px;
    }
    body.page-template-investors-template .hero2-inner-content,
    body.page-template-investors-template .inner-content-contacts {
        width: 100%;
        max-width: 90%;
    }
    body.page-template-investors-template .manage-container,
    body.page-template-investors-template .content-documents {
        width: 100%;
        max-width: 90%;
    }
    body.page-id-851 .email-signup-container {
        width: 100%!important;
        max-width: 100%!important;
    }
    body.page-id-851 #EmailDiv {
        width: 100%!important;
        max-width: 90%!important;
    }
    body.page-template-investors-template .board__image {
        text-align: center;
    }

    body.page-template-investors-template .info-board {
        padding-top: 20px;
    }
    body.postid-1179 .container-module-pd16-6 {
        width: 100%!important;
        max-width: 100%!important;
    }
    body.postid-1179 .ageagle-content-pd16-6 {
        width: 100%!important;
        max-width: 90%!important;
    }
}

@media screen and (max-width: 999px) {
    .ageagle-slider-div-carousel {
        width: 281px;
    }
}

@media screen and (max-width: 960px) {
    .email-signup-container {
        width: 100%!important;
        max-width: 100%!important;
    }
    #EmailDiv {
        width: 95%!important;
    }
}

@media screen and (max-width: 900px) {
    .ageagle-footer-html {
        color: #fff;
        font-weight: 300;
        padding-top: 40px;
    }
    .ageagle-row-card h2 {
        font-size: 28px;
    }
    /*.ageagle-hero-title h2,
    .ageagle-black-bg-title h2 {
        font-size: 32px;
    }*/
    .ageagle-hero-title h4,
    .ageagle-black-bg-title h4 {
        font-size: 16px;
    }
    .ageagle-lpm3-center {
        padding: 0px 1% 0px 8%;
    }
    .ageagle-lpm3-right .ageagle-lpm3-center {
        padding: 0px 8% 0px 8%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        width: 33.33%;
    }
    .ageagle-col-12.ageagle-thumbnail-slider-col {
        width: 66.66%;
    }
    .ageagle-thumbnail-hide {
        display: none;
    }
    .ageagle-main-carousel-thumbnails-card-minimized {
        width: 95%;
    }
    .ageagle-main-slider-fixed-hero-content {
        width: 80%;
        max-width: 80%;
        margin: auto;
        margin-left: auto;
    }
    .ageagle-uses-cases-posts {
        width: 100%;
    }
    .ageagle-uses-cases-padding {
        padding-bottom: 0px;
    }
    #ageagle-seach-post-type-taxonomy,
    #ageagle-seach-items-filtered {
        width: 100%;
    }
    .ageagle-homepage-carousel-overlay-div {
        display: none;
    }
    #ageagle-search-soft,
    #ageagle-seach-items-filtered,
    #ageagle-seach-post-type-taxonomy {
        display: none;
    }
    #ageagle-modal-content-filters #ageagle-search-soft,
    #ageagle-modal-content-filters #ageagle-seach-items-filtered,
    #ageagle-modal-content-filters #ageagle-seach-post-type-taxonomy {
        display: block;
    }
    #ageagle-modal-content-filters .ageagle-seach-items-filtered-header .remove-filtered.hide-mobile {
        display: none;
    }
    #ageagle-modal-content-filters .ageagle-seach-items-filtered-header h2 {
        padding-bottom: 15px;
    }
    body.page-id-31652 #ageagle-modal-content-filters .ageagle-seach-items-filtered-header h2 {
        padding-bottom: 9px;
    }
    #ageagle-modal-content-filters .ageagle-seach-items-filtered-header .remove-filtered.hide-desktop {
        display: inline-block;
        position: relative;
        top: 0;
        font-weight: 500;
        border: solid 1px #1f1a23;
        padding: 12px 20px;
        border-radius: 5px;
        margin-bottom: 22px;
    }
    #ageagle-modal-content-filters .sf-field-sort_order select {
        background-position: 95% center;
    }
    button.splide__arrow.splide__arrow--next,
    button.splide__arrow.splide__arrow--prev {
        background-color: #fff;
        border-radius: 100%!important;
    }
    body.home .splide__arrow svg {
        fill: #1f1a23;
        width: 25px;
       height: 25px;
    }
    button.splide__arrow.splide__arrow--next {
        margin-right: -16%;
    }
    button.splide__arrow.splide__arrow--next svg {
        margin-left: -14px;
    }
    button.splide__arrow.splide__arrow--prev {
        margin-left: -67%;
    }
    button.splide__arrow.splide__arrow--prev svg {
        margin-right: -16px;
    }
    .suport-pages-cards {
        justify-content: center;
    }
    .suport-pages-cards .suport-page-card:first-child {
        margin-right: 5%;
    }
    .suport-pages-cards .suport-page-card {
        width: 45%;
        margin-bottom: 35px;
    }
}

/* @media screen and (max-width: 850px) {
    body.page-template-investors-template table#b2iSecTop {

    }
} */

@media screen and (max-width: 800px) {
    .ageagle-carousel-item {
        min-height: 180px;
        padding: 0px 15px 25px 15px;
    }
    .ageagle-hero-degray h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .footer-min-top {
        margin-top: 0px;
        z-index: 1;
    }
    .ageagle-main-slider-fixed-hero {
        min-height: auto;
        max-height: auto;
    }
    .ageagle-main-slider-fixed-hero-content h1 {
        padding: 40px 0%;
    }
}

@media screen and (max-width: 767px) {
    .video-module-container {
        max-width: 319px;
        height: auto;
    }
    .video-module-content {
        text-align: left;
        padding: 30px 20px;
    }
    .video-module-video-container.custom-type {
        height: 100%;
    }
    /***/
    body h1 {
        font-size: 40px;
        line-height: 47px;
    }
    body h2,
    body.page-template-support-page .suport-pages-cards .suport-page-card .suport-page-card-content h2,
    body.page-template-support-page .ageagle-use-cases-content h2 {
        font-size: 35px;
        line-height: 42px;
    }
    .ageagle-lpm3,
    .ageagle-lpm1-1 {
        max-width: 319px;
    }
    body.page-template-investors-template .hero2-inner-content,
    body.page-template-investors-template .inner-content-contacts {
        max-width: 319px!important;
    }
    body.page-template-investors-template .data-contacts-container .contact__inner-data,
    body.page-template-investors-template .manage-container.content-main-boards .__item-board {
        max-width: 100%;
    }
    body.page-template-investors-template #b2iSecTop .b2iSECDataRow td {
        width: 100%!important;
    }
    body.page-template-investors-template h2.agfont-h2 {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    body.page-template-investors-template #LibDiv .PressLayout15, body.page-template-investors-template #LibDiv .PressLayout12 {
        width: 100%!important;
    }
    body.page-template-investors-template .item-presentation__inner {
        max-width: 100%!important;
        width: 100%!important;
    }
    body.page-template-investors-template .press-container.shortcode-container,
    body.page-template-investors-template .flex-presentations.presentation-content,
    body.page-template-investors-template .presentation-content,
    body.page-template-investors-template .shortcode-container,
    body.page-template-investors-template #demoSecAll {
        width: 319px;
        max-width: 319px;
    }
    body.page-template-investors-template .email-content,
    body.page-template-investors-template #EmailDiv {
        width: 319px;
        max-width: 319px;
        margin: auto;
    }
    body.page-template-investors-template .shortcode-container {
        width: 90%;
        max-width: 100%;
    }
    /* Invertors Table */
    body.page-template-investors-template span.b2iSecIconsFont {
        display: none;
    }
    body.page-template-investors-template #YearLabelContainer, #FilingsLabelContainer {
        display: block;
    }
    body.page-template-investors-template #b2iSecForm, .b2iSECtopTitleTable {
        max-width:100%;
        padding:0 10px;
    }
    body.page-template-investors-template .b2iSECtopSelect {
        margin-bottom:25px;
    }
    body.page-template-investors-template .b2iSECtopSelect select {
        display:block;
        margin-bottom:25px;
        width:100%;
    }
    body.page-template-investors-template .b2iSECtopSelect .textbox {
        width:50%;
    }
    body.page-template-investors-template table.b2iSECtopTitleTable th {
        display: none;
    }
    body.page-template-investors-template table.b2iSECtopTitleTable tbody td {
        display: block;
        padding:.1rem;
    }
    body.page-template-investors-template table.b2iSECtopTitleTable tbody tr td:first-child {
        background: #BBBBBB;
        color: #FFFFFF;
        padding-right:5px;
    }
    body.page-template-investors-template table.b2iSECtopTitleTable tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width:auto;
        padding-right:5px;
    }
    body.page-template-investors-template .b2iSECtopRow {
        display:none;
    }
    body.page-template-investors-template body.page-template-investors-template table.b2iSECtopTitleTable .b2iSECtopTitleFont {
        font-size:12px;
        font-weight:bold;
    }
    body.page-template-investors-template table.b2iSECtopTitleTable td.b2iSECIconsCell {
        display:inline-block;
        border:0;
    }
    body.page-template-investors-template .b2iSECtopTitleTable td,
    body.page-template-investors-template .b2iSECtopTitleTable  th {
        border: 0px solid #ddd;
        text-align: left;
        padding: 8px;
    }
    body.page-template-investors-template .b2iSECtopTitleTable,
    body.page-template-investors-template .b2iSECtopTitleTable {
        border: 2px solid #ddd;
        text-align: left;
        padding: 8px;
    }
    body.page-template-investors-template #SECdiv {
        float:left;
        width:100%;
        display:block;
        padding:5px;
    }
    body.page-template-investors-template #SECdiv .b2iSECFormCell a {
        white-space:normal;
    }
    body.page-template-investors-template .b2iDocImage {
        display:none;
    }
    body.page-template-investors-template.page-id-843 .filling-container {
        padding-bottom: 0px;
    }
    .manage-container, .ageagle-investors-custom-contacts, .documents-container {
        max-width: 319px!important;
    }
    body.page-template-investors-template.page-id-851 .manage-container.content-main-boards .__item-board {
        max-width: 100%;
    }
    body.page-template-presentation-landing.page-id-852 .main-presentation-landing .flex-presentations.presentation-content .item-presentation__inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .ageagle-lpm4, .ageagle-module-main-content {
        max-width: 319px;
        margin: auto;
    }
    .ageagle-module-main-content .content-long-list .long-list-item {
        width: 50%!important;
        margin-bottom: 25px!important;
    }
    .ageagle-module-main-content .content-long-list {
        gap: 0!important;
    }
    .ageagle-lpm4-overlay {
        display: block!important;
    }
    .ageagle-lpm4 .ageagle-lpm4-image-content {
        min-height: 220px;
    }
    .ageagle-lpm4 .ageagle-lpm4-center-content {
        padding: 5px 0px;
    }
    .suport-pages-cards {
        max-width: 319px;
    }
    .suport-pages-cards .suport-page-card {
        width: 100%!important;
        margin-bottom: 35px;
    }
    .ageagle-lpm5 {
        max-width: 319px;
    }
    .lpm5-card-image {
        min-height: 320px;
    }
    .ageagle-upcoming-events .ageagle-row, .ageagle-black-bg .ageagle-row, .ageagle-black-bg-title, .home .ageagle-main-content {
        max-width: 319px!important;
        margin: auto;
    }
    .ageagle-black-bg .ageagle-col-twenty {
        width: 50%;
    }
    .ageagle-card-industries {
        width: 100%!important;
    }
    .ageagle-card-industries a {
        width: 100%!important;
    }
    .ageagle-col-4.ageagle-card-industries.industry-card-area img {
        width: 130px;
        height: 130px!important;
        display: inline-block;
        vertical-align: middle;
    }
    .ageagle-col-4.ageagle-card-industries.industry-card-area .ageagle-card-industries-card-title {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5%;
        padding-top: 0px!important;
    }
    .ageagle-card-industries a {
        width: 100%!important;
        padding-bottom: 0px!important;
    }
    .ageagle-card-industries img {
        height: 136px!important;
    }
    body .ageagle-lpm2 .ageagle-curver-color-space {
        order: -1!important;
        position: relative;
        height: auto;
    }
    body .ageagle-lpm2 .ageagle-curver-color {
        width: 100%;
    }
    body .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2 {
        width: 50%!important;
    }
    body .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2.first-col2-mp2 {
        width: 50%!important;
    }
    body .ageagle-lpm2 .ageagle-col-2.first-col2-mp2 {
        text-align: center;
        padding-right: 0px;
    }
    body .ageagle-lpm2 .ageagle-col-2 {
        text-align: center!important;
    }
    body .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2.first-col2-mp2 {
        text-align: center!important;
        padding-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ageagle-lpm2 .ageagle-col-2 .ageagle-lpm2-center {
        padding: 0px 10px;
        margin: auto;
        text-align: center!important;
    }
    .ageagle-lpm2 {
        width: 319px;
    }
    .ageagle-lpm2 .ageagle-lpm2-overlay-content {
        width: 100%;
        height: auto;
        top: 75px;
        left: 0%!important;
    }
    .ageagle-lpm2 .ageagle-curver-color-space {
        order: 1!important;
        min-height: 150px;
    }
    /*.ageagle-hp1-module .ageagle-card-padding {
        padding: 100px 50px 120px 50px!important;
    }*/
    .ageagle-hp1-module .ageagle-card-bg {
        background-position: 50% -100%;
    }
    .ageagle-hp1-module .ageagle-overlay-floating-div img.ageagle-card-img-overlay {
        width: 200px;
        margin-top: -150px;
    }
    .agaegle-result-item-div {
        width: 100%!important;
    }
    #ageagle-seach-post-search-texbox .ageagle-search-text-uc,
    #ageagle-seach-post-type-items li.sf-field-post_type ul {
        width: 100%;
    }
    body.page-template-use-cases .ageagle-main-content-page {
        max-width: 319px;
    }
    .wp-pagenavi a, .wp-pagenavi span {
        display: inline-block;
    }
    .agaegle-result-item-div-limiter {
        width: 100%;
        margin-left: 0%;
    }
    body .ageagle-lpm1-1 .ageagle-col-4:nth-child(2) {
        padding-bottom: 0px!important;
    }
    .ageagle-lpm1-center-1.lpm1-no-center-title-cards {
        padding: 60px 15px 60px 15px;
    }
    .ageagle-lpm1-1 .ageagle-col-4.ageagle-curver-color-space {
        width: 100%;
        min-height: 135px!important;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-lpm1-center-1.lpm1-no-center-title-cards {
        padding: 60px 0px 60px 0px;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-lpm1-center-1.lpm1-no-center-title-cards {
        padding: 60px 0px 60px 0px;
    }
    /*.ageagle-mobile-follow-socials-container,
    .dl-menuwrapper li a,
    .ageagle-search-mobile-fixed {
        max-width: 319px!important;
        margin: auto;
    }*/
    body.search.search-results .container-total-search,
    body.search.search-results .content-search,
    body.search.search-results .search-ageagle form {
        max-width: 319px;
        width: 319px;
        margin: auto;
    }
    body.search.search-results .search-ageagle form.search-form input.search-field {
        width: 75%;
    }
    .table-compare-mobile-content table th, .table-compare-mobile-content table td {
        width: 150px;
        max-width: 150px;
        min-width: 150px;
        padding: 15px 15px 15px 18px;
    }
    .ageagle-lpm2 .ageagle-curver-color {
        max-width: 100%;
    }
    body.use-case-template-default .ageaglemain-single-general.content-main-single,
    body.use-case-template-default .ageaglemain-single-general,
    body.use-case-template-default .content-related-postageagle {
        max-width: 319px;
        margin: auto;
    }
    body.use-case-template-default .content-related-postageagle .related-item {
        width: 100%;
    }
    body.use-case-template-default .content-related-postageagle .related-item a img {
        height: auto;
        width: 100%;
    }
    body.use-case-template-default .content-post-thumbnail-single img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    body.use-case-template-default .main-content-related .main-content-related h2 {
        max-width: 319px;
        margin: auto;
        text-align: center;
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    body.use-case-template-default .main-content-related {
        padding: 50px 0;
    }
    .ageagle-modal-items {
        max-width: 319px;
        margin: auto;
    }
    body.page-template-explore-drones .ageagle-page-hero .ageagle-page-hero-row,
    body.page-template-explore-drones #explore-filtered-items,
    body.page-template-explore-drones .ageagle-explore-drones-results,
    body.page-template-explore-drones .search-drone-partners-content {
        max-width: 319px;
    }
    .ageagle-explore-drones-results .ageagle-drones-products-cards-results {
        max-width: 100%;
        width: 100%;
    }
    body.single-tribe_events .container-event-tribe,
    body.single-tribe_events .tribe-events-single-section.tribe-events-event-meta.primary .tribe-events-meta-group.tribe-events-meta-group-details,
    body.single-tribe_events .whitepaper-related,
    body.single-tribe_events .content-related-postageagle.item_content_exploreevents,
    body.single-micasense-blog .ageaglemain-single-general,
    body.single-post .ageaglemain-single-general,
    body.single-post .ageaglemain-single-general,
    body.single-portfolio  .ageaglemain-single-general,
    body.single-careers .ageaglemain-single-general,
    body.single-careers .container-form-hubspot-applynow,
    body.single-leader .ageaglemain-single-leader,
    body.single-data-set .main-inner_informationbar,
    body.single-data-set .content-related-postageagle,
    body.single-data-set .container-solution,
    body.single-past-event .ageaglemain-single-general,
    body.single-blog .ageaglemain-single-general,
    body.single-partner .ageaglemain-single-general,
    body.single-partner .container-solution,
    body.single-micasense-partners .ageaglemain-single-general,
    body.single-micasense-partners .container-solution,
    body.single-sensefly-partners .container-solution,
    body.single-sensefly-partners .ageaglemain-single-general,
    body.single-blog .ageaglemain-single-general,
    body.single-presentation .ageaglemain-single-general {
        max-width: 319px;
    }
    body.single-tribe_events .content-related-postageagle .related-item,
    body.single-data-set .content-related-postageagle .related-item,
    body.single-partner .item-solution-related,
    body.single-micasense-partners .item-solution-related,
    body.single-sensefly-partners .item-solution-related {
        width: 100%;
    }
    .ageagle-main-content-items h1,
    .ageagle-main-content-items h2,
    .ageagle-main-content-items h3,
    .ageagle-main-content-items h4,
    .ageagle-main-content-items h5,
    .ageagle-main-content-items h6,
    .ageagle-main-content-items p,
    .ageagle-main-content-items a,
    .ageagle-main-content-items ul {
        padding-bottom: 12px!important;
        line-break: anywhere;
    }
    body.single-tribe_events .main-content-related h2 {
        margin-bottom: 15px;
    }
    body.single-tribe_events .whitepaper-related {
        display: block;
        padding-bottom: 25px;
    }
    body.single-micasense-blog .content-post-thumbnail-single img,
    body.single-blog .content-post-thumbnail-single img {
        height: auto;
    }
    body.single-careers .container-form-hubspot-applynow {
        display: block;
    }
    body.single-careers .container-form-hubspot-applynow .content-right-apply .hbspt-form form *,
    body.single-careers .container-form-hubspot-applynow .content-right-apply {
        width: 100%!important;
        max-width: 100%!important;
    }
    body.single-careers .container-form-hubspot-applynow fieldset .hs_firstname,
    body.single-careers .container-form-hubspot-applynow fieldset .hs_lastname  {
        width: 100%!important;
        max-width: 100%!important;
        float: none!important;
        clear: both!important;
    }
    body.single-data-set .ageagle-content-top-single,
    body.single-data-set .ageaglemain-single-general {
        max-width: 319px;
    }
    body.single-data-set .main-content-related h2,
    body.single-data-set .main-container-solution-related h2,
    body.single-data-set .container-solution {
        max-width: 319px;
        width: 319px;
        margin: auto;
        padding-bottom: 50px;
        text-align: left;
    }
    body.single-data-set .container-solution {
        display: flex;
        flex-wrap: wrap;
    }
    body.single-data-set .item-solution-related {
        width: 100%;
        max-width: 100%;
    }
    body.page-template-investors-template.page-id-843 .filling-container {
        padding: 0px 0;
    }
    body.page-template-investors-template.page-id-843 #EmailDiv {
        max-width: 319px;
    }
    body.page-template-investors-template.page-id-851 .email-content,
    body.page-template-investors-template.page-id-851 #EmailDiv {
        max-width: 319px!important;
        margin: auto;
    }
    footer.ageagle-footer .f-info-col {
        order: 1;
    }
    footer.ageagle-footer .f-about-col {
        order: 2;
    }
    footer.ageagle-footer .f-contact-col {
        order: 3;
    }
    footer.ageagle-footer .f-no-col {
        display: none!important;
    }
    footer.ageagle-footer .f-portal-col {
        order: 4;
    }
    footer.ageagle-footer .f-social-col {
        order: 5;
    }
    .footer-menu-min-h {
        min-height: auto!important;
        padding-bottom: 15px!important;
    }
    ul.footer-menu li a:last-child{
        padding-bottom: 0px;
    }
    ul.footer-menu li:last-child,
    ul.footer-menu-min-h li:last-child {
        margin-bottom: 0px;
    }
    footer.ageagle-footer .ageagle-col-2.f-portal-col {
        padding-top: 10px;
    }
    footer.ageagle-footer .ageagle-col-2.f-portal-col {
        padding-top: 10px;
        margin-top: -26%;
        padding-bottom: 50px;
    }
    #menu-solutions-test-menu li:first-child {
        margin-left: 0px;
    }
    #menu-solutions-test-menu li:first-child a {
        padding-left: 5px;
    }
    body.single-drones.postid-674 .image-pd19-container.moduleimage-pd20 {
        padding: 20px 0px 45px 0px;
    }
    body.single-drones.postid-674 .image-pd19-container.moduleimage-pd20 img {
        width: 100%;
        height: auto;
    }
    footer.ageagle-footer .ageagle-row,
    .ageagle-newsletter .ageagle-row.ageagle-row-center {
        max-width: 319px;
    }
    footer.ageagle-footer .f-about-col {
        padding-left: 0%;
    }
    footer.ageagle-footer .f-contact-col {
        padding-left: 0%;
    }
    footer.ageagle-footer .f-portal-col {
        padding-left: 0%;
    }
    .ageagle-footer-html {
        padding-top: 0px;
    }
    .ageagle-newsletter .ageagle-col-6:last-child {
        width: 100%;
        padding-left: 0px;
    }
    .ageagle-lpm1-1 .ageagle-lpm1-center-1 .lpm1-center-div-for ul li {
        list-style: none;
    }
    .ageagle-lpm2 .ageagle-row .ageagle-col-4 .ageagle-lpm2-center {
        padding: 70px 0px 10px 0px;
    }
    .ageagle-lpm2-center .ageagle-lpm2-center-limiter {
        padding-bottom: 15px;
        min-height: 100px;
    }
    .ageagle-lpm1-1 .lpm1-center-div-for ul li {
        margin-left: 0px;
    }
    .ageagle-lpm2-center .ageagle-lpm2-center-limiter {
        text-align: center;
    }
    .ageagle-lpm2 .ageagle-col-2.first-col2-mp2  {
        padding-left: 5%;
        padding-right: 0%;
    }
    .ageagle-lpm2 .ageagle-col-2 {
        padding-left: 0%;
        padding-right: 5%;
    }
    .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2.first-col2-mp2  {
        padding-left: 0%;
        padding-right: 5%;
    }
    .ageagle-lpm2.ageagle-lpm2-right .ageagle-col-2 {
        padding-left: 5%;
        padding-right: 0%;
    }
    img.lpm2-ebeex-img {
        max-width: 256px;
        padding-top: 0px;
        padding-right: 0%;
    }

    img.lpm2-ebeeag-img {
        max-width: 256px;
        padding-top: 0px;
        padding-right: 0%;
        padding-left: 0%;
    }
    .ageagle-page-hero .ageagle-page-hero-row {
        max-width: 319px;
    }
    body.page-id-843 #QuoteDiv29 {
        max-width: 319px;
    }
    body.page-id-843 .stocks-container {
        padding: 30px 0px;
    }
    body.page-id-843 #QuoteDiv29 .B2iQuoteContainer .B2iQuoteTableItem {
        padding: 10px 15px;
        display: block;
        /* vertical-align: middle; */
    }
    .ageagle-lpm1-1 .ageagle-col-4.ageagle-curver-color-space .ageagle-lpm1-overlay-mobile-small {
        width: 250px;
        height: 170px;
        object-fit: contain;
    }
    .ageagle-lpm1-1 .ageagle-curver-color.render-outputs {
        background-position: 50% -85%;
    }
    .ageagle-lpm1-1 .ageagle-curver-color.render-light {
        background-position: 50% -115%;
    }
    .ageagle-lpm1-1 .ageagle-curver-color.render-default {
        background-position: 50% -60%;
    }
    .search-partners-buttons-actions a.ageeagle-modal-partners-apply {
        width: 60%!important;
    }
    .search-partners-buttons-actions a.partners-remove-filtered {
        width: 34%!important;
        padding: 12px 0px!important;
    }
    footer.ageagle-footer .f-info-col p {
        padding-bottom: 0px;
    }
    footer .f-about-col,
    footer .f-portal-col,
    footer .f-contact-col {
        text-align: left;
        padding-left: 15%!important;
    }
    .ageagle-col-12.filter-solt-content-mobile.sort-for-partners {
        margin: auto;
        margin-bottom: 60px;
        margin-top: 60px;
        max-width: 319px;
    }
    .ageagle-m-grid-pd4-inner-content .ageagle__pd4-card-grid.active .content__inner h5:before,
    .ageagle-m-grid-pd4-inner-content .ageagle__pd4-card-grid.active .content__inner h4:before,
    .ageagle-m-grid-pd4-inner-content .ageagle__pd4-card-grid.active .content__inner h3:before {
        transition: .4s;
    }
    .ageagle-m-grid-pd4-inner-content .ageagle__pd4-card-grid.active .content__inner h5:before,
    .ageagle-m-grid-pd4-inner-content .ageagle__pd4-card-grid.active .content__inner h4:before,
    .ageagle-m-grid-pd4-inner-content .ageagle__pd4-card-grid.active .content__inner h3:before {
        transform: rotate(180deg);
    }
    body.page-id-33458 .ageagle-main-content-page,
    body.page-id-33458 .content-related-postageagle,
    body.page-id-33458 .content-gray-sidebarform {
        max-width: 319px;
    }
    body.page-id-33458 .gray-contentleft {
        max-width: 100%;
    }
    body.page-id-33458 .gray-contentleft {
        padding: 25px 25px;
    }
    body.page-id-852 .email-content, body.page-id-852 #EmailDiv {
        max-width: 319px;
    }
    body.single-drones .ageagle-m-grid-pd4-inner-content.ageagle-flex-pd-mcontainer.module-pd4a .ageagle__pd4-card-grid .content__inner h5:before,
    body.single-drones .ageagle-m-grid-pd4-inner-content.ageagle-flex-pd-mcontainer.module-pd4a .ageagle__pd4-card-grid .content__inner h4:before,
    body.single-drones .ageagle-m-grid-pd4-inner-content.ageagle-flex-pd-mcontainer.module-pd4a .ageagle__pd4-card-grid .content__inner h3:before {
        top: 0%;
        transform: translateY(0%);
    }
    body.single-drones .ageagle-m-grid-pd4-inner-content.ageagle-flex-pd-mcontainer.module-pd4a .ageagle__pd4-card-grid.active .content__inner h5:before,
    body.single-drones .ageagle-m-grid-pd4-inner-content.ageagle-flex-pd-mcontainer.module-pd4a .ageagle__pd4-card-grid.active .content__inner h4:before,
    body.single-drones .ageagle-m-grid-pd4-inner-content.ageagle-flex-pd-mcontainer.module-pd4a .ageagle__pd4-card-grid.active .content__inner h3:before {
        transform: rotate(180deg);
    }
    body.single-drones .ageagle-m-grid-pd4-inner-content {
        gap: 30px;
    }
    body.single-drones .ageagle__pd4-card-grid.active .img__inner.pd4-image-mobile {
        padding: 8.5px 0;
        margin: 0;
    }
    .career-page-content {
        max-width: 319px;
    }
    .ageagle-row.ageagle-content-container.ageagle-padd100.ageagle-pd3-1-carousel {
        max-width: 100%;
    }
    .ageagle-row.ageagle-content-container.ageagle-padd100.ageagle-pd3-1-carousel .__inner-featured-image-m  {
        max-width: 319px;
        margin: auto;
    }
    .ageagle-row.ageagle-content-container.ageagle-padd100.ageagle-pd3-1-carousel .slick-list.draggable {
        max-width: 319px;
        margin: auto;
    }
    .ageagle-pd3-1-carousel .grid-module-pd3a button.slick-next:before {
        top: 30%;
    }
    .ageagle-pd3-1-carousel .grid-module-pd3a button.slick-prev:before {
        top: 30%;
    }
    body .__inner-content-module3b-two-card .container-module3b-item-card {
        margin-bottom: 40px;
        padding: 0px 10% 0px 10%;
    }
    body .__inner-content-module3b-two-card {
        display: flex;
        padding: 40px 0 40px 0;
    }
    body.postid-33498 .ageagle-module-main-content {
        padding: 0px 0 1px;
    }
    body.postid-33498 .content-h21-module {
        padding-top: 50px;
    }
    body.postid-33498 .banner-brochure {
        padding-top: 50px;
    }
    body .module-pdh2-content {
        width: 319px;
    }
    body .ageagle-module-main-content.pd1-rm-b.ageagle-full-pd6.ageagle-mp11-reviews-modules .ageagle-content-container {
        width: 100%;
        max-width: 100%;
    }
    body .ageagle-module-main-content.pd1-rm-b.ageagle-full-pd6.ageagle-mp11-reviews-modules .ageagle-content-container #testimonials-module {
        overflow: hidden;
    }
    body .ageagle-module-main-content.pd1-rm-b.ageagle-full-pd6.ageagle-mp11-reviews-modules .ageagle-content-container #testimonials-module .slick-list.draggable {
        max-width: 319px;
        margin: auto;
    }
    body .ageagle-module-main-content.pd1-rm-b.ageagle-full-pd6.ageagle-mp11-reviews-modules .ageagle-content-container #testimonials-module button.slick-next:before {
        right: -10px;
    }
    body .ageagle-module-main-content.pd1-rm-b.ageagle-full-pd6.ageagle-mp11-reviews-modules .ageagle-content-container #testimonials-module button.slick-prev:before {
        left: -10px;
    }
    .ageagle--pd2-mcontainer .__inner-gallery-item-module3-2m.module-grid-desktop.grid-module-pd3a.slick-initialized.slick-slider {
        max-height: 300px;
    }
    .pd1-rm-b.field_62a7962c6a1fb {
        margin-top: -80px;
    }
    .single-aside-mobile-content {
        max-width: 319px;
    }
    .single-aside-mobile-items ul li a {
        max-width: 319px;
        width: 319px;
    }
    /* Iframe */
    .page-id-36500 .ageagle-main-content-items {
        max-width: 319px;
        margin: auto;
    }
    .single-aside-mobile-content {
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .single-aside-mobile-content .single-aside-mobile-col-6 {
        width: 168px;
    }
    .single-aside-mobile-content .single-aside-mobile-col-6:first-child {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    header.ageagle-header .ageagle-col-2 {
        width: 40%;
    }
    .ageagle-lpm5 .ageagle-col-6 {
        width: 100%;
    }
    header.ageagle-header .ageagle-mobile-content {
        width: 60%;
    }
    .ageagle-row-gray-container .ageagle-col-7,
    .ageagle-row-gray-container .ageagle-col-5 {
        width: 100%;
    }
    img.ageagle-hero-img {
        padding-left: 10%;
    }
    .ageagle-carousel-item {
        min-height: 200px;
    }
    .ageagle-hero-degray {
        margin-top: 0px;
    }
    body.home header.ageagle-header {
        background-color: #1f1a23!important;
    }
    .ageagle-hero-degray {
        background-image: url(assets/img/Group_11.png)!important;
    }
    .ageagle-main-card {
        text-align: center;
    }
    .ageagle-main-card .ageagle-col-8,
    .ageagle-main-card .ageagle-col-4 {
        width: 100%;
    }
    .ageagle-main-card p {
        display: none;
    }
    .ageagle-card-bg {
        border-radius: 0px;
    }
    .ageagle-row-card h2 {
        font-size: 35px;
    }
    .ageagle-col-8.ageagle-card-padding {
        padding: 100px 30px 100px 30px;
    }
    img.ageagle-card-img-overlay {
        right: 25%;
    }
    img.ageagle-card-img-overlay {
        top: 46%;
        width: 50%;
    }

    .ageagle-card-industries {
        width: 50%;
    }
    .ageagle-newsletter .ageagle-col-6 {
        width: 100%;
    }
    .ageagle-newsletter-form {
        padding-top: 50px;
    }
    .ageagle-newsletter-form input[type="submit"] {
        position: relative;
        margin-top: 30px;
    }
    footer.ageagle-footer {
        text-align: center;
    }
    footer.ageagle-footer .ageagle-col-3 {
        width: 100%;
    }
    footer.ageagle-footer .ageagle-col-2 {
        width: 33.33%;
        display: inline-block;
    }
    .left-20 {
        padding-left: 0px;
    }
    h2.eagle-footer-h2 {
        width: 70%;
        margin: auto;
    }
    .ageagle-lpm4-center {
        padding: 50px 0px;
    }
    .ageagle-lpm1-1 .ageagle-col-4 {
        width: 100%;
    }
    .ageagle-lpm1-overlay-content img {
        width: 80%;
    }
    .ageagle-lpm1-1 .ageagle-row .ageagle-col-4:first-child {
        text-align: center!important;
        padding-left: 0px;
        padding-top: 50px;
    }
    .ageagle-lpm1-1 .ageagle-col-4:nth-child(2) {
        padding-bottom: 150px!important;
    }
    .ageagle-lpm1-1.ageagle-lpm1-right .ageagle-row .ageagle-col-4:first-child {
        padding-left: 0px;
        text-align: center!important;
        padding-right: 0px;
        padding-top: 50px;
    }
    .ageagle-lpm1-v-img .ageagle-lpm1-overlay-content {
        width: 70%;
        left: 0%!important;
        margin: auto;
    }
    .ageagle-lpm1-center-1 {
        text-align: left;
        display: inline-block;
        padding: 50px 0px;
    }
    .ageagle-lpm1-1 .ageagle-col-4.ageagle-curver-color-space {
        width: 100%;
        min-height: 250px;
    }
    .ageagle-lpm1-1 .ageagle-col-4:first-child .ageagle-lpm1-center-1 {
        padding: 30px 0px 0px 0px;
    }
    .ageagle-lpm1-center-1 {
        text-align: center;
        display: inline-block;
        padding: 30px 0px 30px 0px;
    }
    .ageagle-lpm1-v-img .ageagle-lpm1-overlay-content {
        bottom: -40%!important;
    }
    .ageagle-lpm1-1 .ageagle-col-4:nth-child(2) {
        padding-bottom: 50px;
    }
    .ageagle-lpm2 .ageagle-curver-color-space {
        order: 1!important;
        min-height: 150px;
    }
    .ageagle-lpm2 .ageagle-col-4 {
        width: 100%!important;
        text-align: center;
        order: 2;
    }
    .ageagle-lpm2 .ageagle-col-2 {
        order: 3;
    }
    .ageagle-lpm2 .ageagle-col-4 .ageagle-lpm2-center {
        text-align: center;
        display: inline-block;
        padding: 100px 0px 20px 0px;
    }
    .ageagle-lpm2 .ageagle-col-2 {
        width: 50%!important;
        text-align: center;
    }
    .ageagle-lpm2 .ageagle-col-2 .ageagle-lpm2-center {
        padding: 20px 0px;
        margin: auto;
        text-align: left;
    }
    .ageagle-lpm4 .ageagle-col-6.ageagle-col-6-bg-c {
        order: -1;
        text-align: center;
    }
    .ageagle-lpm4 .ageagle-col-6.ageagle-col-6-bg-c p {
        display: none;
    }
    .ageagle-lpm4 .ageagle-col-6 .ageagle-lpm4-card {
        display: none;
    }
    .ageagle-lpm4 .ageagle-col-6 .ageagle-lpm4-cards {
        padding: 120px 0px;
    }
    .ageagle-lpm4 .ageagle-col-6 .ageagle-lpm4-overlay {
        width: 100%;
        height: 40%;
        top: auto;
        left: 0;
        bottom: 0!important;
    }
    .ageagle-lpm1-v-img .ageagle-lpm1-overlay-content img {
        width: 80%;
        text-align: center;
        margin: auto;
    }
    .ageagle-lpm4 .ageagle-col-6 {
        width: 100%;
    }
    .ageagle-col-8.ageagle-card-padding h2 {
        font-size: 32px;
    }
    footer.ageagle-footer .ageagle-col-2 {
        width: 50%;
    }
    .ageagle-no-desktop {
        display: block!important;
    }
    footer.ageagle-footer .ageagle-col-2 {
        padding-top: 25px;
    }
    .ageagle-no-mobile {
        display: none!important;
    }
    .ageagle-hide-mobile {
        display: none!important;
    }
    .ageagle-main-carousel-content-text-limiter {
        width: 95%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-thumbnail-list {
        width: 33.33%;
    }
    .ageagle-main-carousel-content-text-limiter h2 {
        color: #fff;
        font-size: 50px;
        line-height: 60px;
    }
    .ageagle-main-carousel-thumbnails {
        margin-top: 0px;
        z-index: 999;
        position: relative;
    }
    .ageagle-col-2 {
        width: 25%;
    }
    #ageagle-sticky .ageagle-col-42 {
        width: 75%;
    }
    .agaegle-result-item-div {
        width: 50%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        width: 50%;
        max-width: 50%;
    }
    .ageagle-main-carousel-thumbnails .ageagle-thumbnail-slider-col {
        max-width: 50%;
        width: 50%;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-thumbnail-list {
        width: 100%;
        max-width: 100%;
    }
    button.splide__arrow.splide__arrow--next {
        margin-right: -23%;
    }
    button.splide__arrow.splide__arrow--prev {
        margin-left: -124%;
    }
    .page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-4 .ageagle-lpm2-center {
        margin-left: 0;
        margin: auto;
    }
    .page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-4:first-child .ageagle-lpm2-center {
        margin-left: 0;
        margin: auto;
    }
    .page-id-303 .ageagle-lpm2 .ageagle-row .ageagle-col-2 .ageagle-lpm2-center {
        margin-right: 50px!important;
        margin-left: 50px!important;
    }
    /* Modify Home Slider */
    /*.ageagle-slider-div-pinned-card {
        display: none;
    }
    .ageagle-slider-div-carousel {
        width: 100%;
    }
    .hp-slider-carousel-item {
        width: auto;
    }
    .ageagle-slider-home-container .owl-nav {
        width: 100%;
        margin-left: 0px;
        top: 34%;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: -6%;
    }
    .ageagle-slider-home-container .owl-nav button.owl-next {
        right: -2%;
    }*/
    .suport-pages-cards .suport-page-card:first-child {
        margin-right: 0%;
    }
    .suport-pages-cards .suport-page-card {
        width: 60%;
        margin-bottom: 35px;
    }
    body.page-template-investors-template .agfont-h2 {
        padding-bottom: 15px;
    }
    body.page-template-investors-template .background-right-content img {
        position: absolute;
        right: 0%;
        width: 80%;
        top: 10%;
    }
    body.page-template-investors-template .inner-content-custom1 {
        width: 55%;
    }
    footer #menu-support {
        text-align: center;
        padding-top: 20px;
    }
    .ageagle-newsletter .hs-form fieldset {
        max-width: 100%!important;
        width: 100%;
    }
    .ageagle-investors-hero1.reverse-content {
        width: 80%;
        max-width: 100%;
    }
    #ageagle-invertors-navigation {
        position: relative;
        overflow: hidden;
        background: #1f1a23 !important;
    }
    .menu-investors-menu-container {
        width: 1400px;
        max-width: 1400px;
        padding-left: 50px;
        overflow-x: scroll;
    }
    #menu-investors-menu {
        width: 1800px;
        max-width: 1800px;
    }
    .menu-investors-menu-container::-webkit-scrollbar {
        display: none;
    }
    .menu-investors-menu-container {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #menu-investors-menu li {
        margin-right: 50px;
    }
    body.page-template-investors-template #filter-posts-slide-button-right,
    body.page-template-presentation-landing #filter-posts-slide-button-right {
        display: inline-block!important;
    }
    body.page-template-presentation-landing .main-presentation-landing .flex-presentations.presentation-content .item-presentation__inner {
        width: 47%;
        max-width: 100%;
        box-sizing: border-box;
    }
    body.page-template-presentation-landing .main-presentation-landing .flex-presentations.presentation-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    body.page-id-853 .filling-container {
        padding: 0px 0px;
    }
    body.page-id-853 #demoSecAll {
        padding-top: 0px;
    }
    body.page-id-853 select.b2iSelect {
        margin-bottom: 20px;
    }
    .ageagle-lpm3 .ageagle-lpm3-center {
        text-align: left;
    }
    .ageagle-lpm3 .ageagle-btn-top {
        margin-top: 20px;
    }
    .ageagle-lpm3 .ageagle-row .ageagle-col-7 {
        width: 80%;
    }
    .ageagle-lpm3 .ageagle-row .ageagle-col-5 {
        width: 70%;
    }
    .ageagle-lpm3 .ageagle-row {
        justify-content: center;
    }
    .ageagle-lpm3:before {
        height: 70%;
    }
    .ageagle-lpm3-right .ageagle-lpm3-content-image img {
        width: 100%;
    }
    .ageagle-hp1-module .ageagle-main-card .ageagle-col-4 {
        height: 200px;
    }
    .ageagle-main-card p {
        display: block;
        padding-top: 15px;
    }
    /*body.single.single-drone-software.postid-35856 .pricing-module-content {
        display: flex!important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 0;
        align-content: stretch;
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan {
        padding: 25px 10px;
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .agmodule-center h3 {
        min-height: auto;
        padding-bottom: 15px;
    }
    body.single.single-drone-software.postid-35856 .description-plan-content {
        margin-bottom: 20px;
    }
    body.single.single-drone-software.postid-35856 .content-plan .agmodule-center a {
        padding: 7px 15px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan .list-pricing-benefits {
        margin-left: 0;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan {
        max-width: 48% !important;
        margin-bottom: 40px;
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan h3 {
        font-size: 24px;
    }
    body.single.single-drone-software.postid-35856 .pricing-module-content .content-plan:last-child h3 {
        margin-bottom: 128px;
    }*/
    /*body.single.single-drone-software.postid-35856 .pricing-module-content {
        display: flex!important;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0;
    }
    body.single.single-drone-software.postid-35856  .pricing-module-content .content-plan {
        max-width: 48% !important;
        margin-bottom: 40px;
    }*/
    span.samc-anchor-title {
        padding-right: 0px;
        min-width: 135px;
        max-width: 135px;
        width: 135px;
    }
    .single-aside-mobile-content .single-aside-mobile-col-6 .single-aside-mobile-col-bar a span:first-child {
        padding-right: 0px;
    }
    body .content-related-postageagle .related-item {
        width: 100%;
    }
    .main-container-solution-related.ag-solution-rel.FixedWidget__stop_widget {
        max-width: 319px;
        margin: auto;
    }
    body .item-solution-related {
        max-width: 100%;
    }
    body .main-content-related.ageagle-dataset-container-main.FixedWidget__stop_widget .content-related-postageagle .related-item {
        width: 100%;
        margin-top: 5px;
    }
    body .container-solution {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .ageagle-slider-home-container {
        width: 90%;
    }
    .ageagle-slider-div-pinned-card,
    .ageagle-slider-div-carousel {
        width: 50%;
    }
    .hp-slider-carousel-item {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .page-404-overlay {
        top: -19%;
        left: 9%;
    }
    body.page-template-investors-template .b2iSECtopTitleTable, .b2iSECtopTitleTable {
        padding: 0px;
    }
    body.page-template-investors-template .filling-container {
        padding-bottom: 0px;
    }
    body.page-template-investors-template #EmailDiv {
        width: 90%!important;
    }
    body.page-template-investors-template .data-contacts-container .contact__inner-data,
    body.page-template-investors-template .manage-container.content-main-boards .__item-board {
        max-width: 46%;
    }
    body.page-template-investors-template .manage-container .manage-container.content-main-boards {
        width: 100%;
        max-width: 100%;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: -35px;
    }
}

@media screen and (max-width: 620px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: -25px;
    }
}

@media screen and (max-width: 600px) {
    .page-404-overlay {
        display: none;
    }
    .splide__slide.ageagle-thumbnail-list {
        height: auto!important;
    }
    .ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        width: 50%;
    }
    .ageagle-slider-home-container .owl-nav span {
        font-size: 35px;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 30px;
    }
    .ageagle-slider-div-carousel {
        width: 50%;
        margin: auto;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 0px;
    }
    .ageagle-main-carousel-thumbnails {
        padding-bottom: 35px;
    }
    .suport-pages-cards .suport-page-card {
        width: 70%;
        margin-bottom: 35px;
    }
    body.page-template-investors-template .inner-content-custom1 {
        width: 65%;
    }
    body.page-template-presentation-landing .main-presentation-landing .flex-presentations.presentation-content .item-presentation__inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    body.postid-1179 .content-long-list {
        max-width: 100%;
    }
    footer.ageagle-footer .ageagle-col-2.f-portal-col {
        padding-top: 0px;
        margin-top: -20%;
        padding-bottom: 50px;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 0px;
    }
    .ageagle-slider-home-container .owl-nav button.owl-next {
        right: -35px;
    }
}

@media screen and (max-width: 550px) {
    body.page-template-investors-template .manage-container.content-main-boards {
        display: flex;
        gap: 0px;
    }
    body.page-template-investors-template .manage-container.content-main-boards .__item-board .board__image img {
        width: 100%;
        height: auto;
    }
    body.page-template-investors-template .data-contacts-container .contact__inner-data,
    body.page-template-investors-template .manage-container.content-main-boards .__item-board {
        max-width: 50%;
        margin-bottom: 35px;
    }
    body.page-template-investors-template .board__image {
        width: 90%;
    }
    img.ageagle-card-img-overlay.other-overlay-card {
        width: 180px!important;
    }
    .ageagle-col-twenty {
        width: 50%!important;
    }
    .ageagle-col-4.ageagle-card-industries.industry-card-area img {
        width: 130px;
        height: 130px!important;
        display: inline-block;
        vertical-align: middle;
    }
    .ageagle-col-4.ageagle-card-industries.industry-card-area .ageagle-card-industries-card-title {
        width: 45%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 5%;
        padding-top: 0px!important;
    }
    .industry-card-area img {
       height: 180px;
    }
    /*h2.ageagle-m-eyebrow {
        line-height: 42px;
    }*/
    .footer-menu-min-h {
        min-height: 130px;
    }
    footer #menu-support {
        text-align: center;
        padding-top: 0px;
    }
    .footer-copy-content {
        padding-top: 25px;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 20px;
    }
    .dl-menuwrapper li a {
        max-width: 85%;
    }
    .ageagle-search-mobile-fixed,
    .dl-menuwrapper li a,
    .ageagle-mobile-follow-socials-container {
        max-width: 85%;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size .ec-store .grid__wrap .grid__products {
        gap: 50px 0px;
        justify-content: space-between;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size .ec-store .grid-product {
        display: flex;
        text-align: center;
        width: 47%!important;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ageagle-main-content-items {
        max-width: 319px;
        margin: auto;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size .ec-store .grid__products--appearance-frame .grid-product__wrap-inner {
        padding: 10px 10px;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size .ec-store .grid__products--small-items .grid-product__button .form-control--button {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size .ec-store .grid__products--small-items .grid-product__title-inner {
        font-size: 14px !important;
        line-height: 20px;
        margin-top: 10px;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size .ec-store .grid-product__price-value.ec-price-item {
        font-size: 20px;
        margin-top: 0px;
    }
    html#ecwid_html body#ecwid_body.page.page-id-31610 .ec-size:not(.ec-size--s) .ec-store .form-control--small .form-control__button {
        font-size: 14px;
    }
}

@media screen and (max-width: 549px){
    footer.ageagle-footer .ageagle-col-2.f-portal-col {
        padding-top: 0px;
        margin-top: -20%;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    .ageagle-404-main {
        width: 100%;
        padding: 80px 0px;
    }
    .ageagle-404-main h2 {
        font-size: 32px;
        font-weight: 500;
    }
    .ageagle-404-main h4 {
        font-size: 18px;
        font-weight: 400;
    }
    .ageagle-404-main h1 {
        font-size: 80px;
    }
    .ageagle-hero-degray {
        padding: 50px 0px 0px 0px;
    }
    .ageagle-main-card.aligh-card-right .ageagle-card-img-overlay {
        width: 50%;
        left: 27%;
    }
    .ageagle-col-twenty {
        width: 100%;
        margin-bottom: 30px;
    }
    .ageagle-card-industries {
        width: 100%;
    }
    .ageagle-row-card h2 {
        font-size: 24px;
    }
    .ageagle-col-8.ageagle-card-padding {
        padding: 80px 30px 80px 30px;
    }
    img.ageagle-card-img-overlay {
        top: 42%;
    }
    img.ageagle-card-img-overlay {
        right: 13%;
    }
    img.ageagle-card-img-overlay {
        width: 70%;
    }
    .footer-copy-content .ageagle-col-6 {
        width: 100%;
        text-align: center!important;
    }
    footer.ageagle-footer img.ageagle-header-logo {
        width: 70%;
    }
    footer.ageagle-footer {
        background-color: var(--ageagle-color-black);
        padding: 50px 0px 25px 0px;
    }
    footer.ageagle-footer .ageagle-col-2 {
        width: 50%;
    }
    .ageagle-lpm3-center {
        padding: 0px 3% 0px 3%;
    }
    .ageagle-main-carousel-content-text-limiter h2 {
        color: #fff;
        font-size: 35px;
        line-height: 45px;
    }
    #ageagle-main-slider ul li {
        height: 80vh!important;
    }
    .agaegle-result-item-div {
        width: 100%;
    }
    .ageagle-main-slider-fixed-hero-content h1 {
        padding: 100px 0%;
    }
    body .ageagle-homepage-carousel .ageagle-main-slider-fixed-hero {
        min-height: auto!important;
        max-height: 21f1a23px!important;
        height: auto!important;
    }
    .ageagle-main-slider-fixed-hero-content h1 {
        padding: 30px 0%;
    }
    .ageagle-main-slider-fixed-hero {
        padding-bottom: 0px;
    }
    button.splide__arrow.splide__arrow--next {
        margin-right: -29%;
    }
    button.splide__arrow.splide__arrow--prev {
        margin-left: -131%;
    }
    .ageagle-thumbnail-card {
        min-height: 220px;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 9%;
    }
    .suport-pages-cards .suport-page-card {
        width: 80%;
        margin-bottom: 35px;
    }
    .ageagle-investors-hero1.reverse-content {
        width: 90%;
    }
    body.page-template-investors-template .shortcode-content-flex {
        width: 90%;
    }
    body.page-template-investors-template .inner-content-custom1 {
        width: 85%;
    }
    .ageagle-main-content-page {
        padding: 25px 0px;
    }
    body.page-template-investors-template .data-contacts-container .contact__inner-data {
        max-width: 100%;
    }
    #menu-investors-menu li {
        margin-right: 30px;
    }
    .ageagle-lpm3 .ageagle-row .ageagle-col-5 .ageagle-lpm3-center {
        max-width: 100%;
        padding: 0px 30px 0px 30px;
    }
    .ageagle-lpm1-overlay-content img.ageagle-lpm1-overlay {
        width: 200px;
    }
    .ageagle-lpm1-overlay-content img.ageagle-lpm1-overlay {
        margin-top: -160px;
    }
    .ageagle-lpm1-1 .ageagle-col-4:nth-child(2) {
        padding-bottom: 100px!important;
    }
    .ageagle-lpm1-1 .ageagle-col-4.ageagle-curver-color-space {
        min-height: 190px;
    }
}

@media screen and (max-width: 480px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 11%;
    }
    .ageagle-slider-home-container .owl-nav button.owl-next {
        right: -5%;
    }
    /*
    .ageagle-slider-home-container .owl-nav {
        top: 38%;
    }*/
    .suport-pages-cards .suport-page-card {
        width: 90%;
        margin-bottom: 35px;
    }
    body.page-template-investors-template .data-contacts-container .contact__inner-data,
    body.page-template-investors-template .manage-container.content-main-boards .__item-board {
        max-width: 60%;
    }
    body.page-template-investors-template .manage-container.content-main-boards {
        justify-content: center;
    }
    body.page-template-investors-template .ageagle-investors-custom-contacts .data-contacts-container .contact__inner-data,
    body.page-template-investors-template .ageagle-investors-custom-contacts .manage-container.content-main-boards .__item-board {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .ageagle-col-2 {
        width: 35%;
    }
    #ageagle-sticky .ageagle-col-42 {
        width: 65%;
    }
    .ageagle-lpm2 .ageagle-lpm2-overlay-content {
        left: 16%!important;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 13%;
    }
}

@media screen and (max-width: 420px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 16%;
    }
}

@media screen and (max-width: 400px) {
    /*.ageagle-main-carousel-thumbnails-content .ageagle-row.ageagle-row-card .ageagle-col-2 {
        display: none;
    }*/
    .ageagle-thumbnail-slider-col {
        margin-right: 0%;
    }
    .ageagle-main-carousel-thumbnails-card-minimized {
        width: 100%;
    }
    .ageagle-main-carousel-thumbnails-card-minimized .ageagle-col-middle {
        display: none;
    }
    .ageagle-main-carousel-thumbnails-card-minimized .ageagle-col-11 {
        width: 100%;
    }
    body.home .splide__arrow {
        width: 50px;
        height: 50px;
    }
    body.home .splide__arrow svg {
        fill: #1f1a23;
        width: 20px;
        height: 20px;
    }
    .splide__arrow--prev svg {
        margin-left: 10px;
    }
    button.splide__arrow.splide__arrow--prev {
        background-color: #fff;
        border-radius: 100%!important;
    }
    button.splide__arrow.splide__arrow--next {
        background-color: #fff;
        border-radius: 100%!important;
    }
    .splide__arrow.splide__arrow--next svg {
        margin-right: 10px;
    }
    button.splide__arrow.splide__arrow--next svg {
        margin-left: 0px;
    }
    button.splide__arrow.splide__arrow--prev svg {
        margin-right: 0px;
    }
    .ageagle-main-slider-fixed-hero-content h1 {
        font-size: 40px;
    }
    .ageagle-lpm2 .ageagle-lpm2-overlay-content {
        width: 100%;
        left: 0%!important;
    }
    .page-id-303 .ageagle-lpm2-overlay-content img {
        width: 80%;
        height: auto;
        display: block;
        margin: auto;
    }
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 19%;
    }
    .suport-pages-cards .suport-page-card {
        width: 95%;
        margin-bottom: 35px;
    }
    .main-compare-content-mobile-categories a {
        margin-right: 10px;
    }
    .main-compare-content-mobile-categories a:last-child {
        margin-right: 0px;
    }
    footer.ageagle-footer .ageagle-col-2.f-portal-col {
        margin-top: -24%;
    }
}

@media screen and (max-width: 390px) {
    .ageagle-row-gray-container .ageagle-col-7 h2 {
        padding-left: 0%;
        text-align: center;
        width: 95%;
        margin: auto;
    }
    .ageagle-hero-degray h2 {
        font-size: 37px;
    }
    .ageagle-btn-top {
        margin-top: 15px;
    }
    .ageagle-col-8.ageagle-card-padding {
        padding: 80px 30px 100px 30px;
    }
    .ageagle-card-bg {
        border-radius: 0px;
    }
    .ageagle-col-8.ageagle-card-padding {
        padding: 50px 30px 120px 30px;
    }
    img.ageagle-card-img-overlay {
        top: 48%;
    }
    .ageagle-hero-title h2, .ageagle-black-bg-title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .ageagle-events-cards-header {
        display: none!important;
    }
    .ageagle-events-cards {
        margin-bottom: 0px;
    }
    .ageagle-card-industries a {
        display: block;
    }
    .ageagle-read-more-event {
        display: inline-block!important;
        text-decoration: underline;
    }
    .ageagle-lpm2 .ageagle-col-2 .ageagle-lpm2-center {
        max-width: 150px;
    }
}

@media screen and (max-width: 390px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 20%;
    }
}

@media screen and (max-width: 480px) {
    .ageagle-main-carousel-thumbnails button.owl-next,
    .ageagle-main-carousel-thumbnails button.owl-prev {
        display: inline-block!important;
        width: 35px;
        height: 35px;
        overflow: visible;
    }
    .ageagle-slider-home-container .owl-nav button.owl-next {
        right: -8%;
    }
}

@media screen and (max-width: 350px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 25%;
    }
}

@media screen and (max-width: 340px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 27%;
    }
    footer.ageagle-footer .ageagle-col-2.f-portal-col {
        margin-top: -23%;
    }
}

@media screen and (max-width: 310px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 30%;
    }
}

@media screen and (max-width: 300px) {
    .ageagle-slider-home-container .owl-nav button.owl-prev {
        left: 32%;
    }
}

@media screen and (max-width: 760px){
    body .content-image-background-pdh2 img {
        width: 100%;
        height: auto;
    }
    li#menu-item-37053 a {
        font-weight: 400;
    }
}

@media screen and (min-width: 1025px){
    .ageagle-main-card .ageagle-row-card {
        height: 430px;
        max-height: 430px;
    }
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

/**
 *
 * New CSS
 *
 * */
.main-inner_informationbar.main-inner_informationbar-column {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.max-innter-information-col-1 {
    width: 40%;
}
.max-innter-information-col-2 {
    width: 60%;
    padding-left: 50px;
}
.ageagle-dataset-container {
    max-width: 1116px!important;
}
.ageaglemain-single-general-dataset {
    padding: 70px 0px;
}
.info-content-dataset:nth-child(2) {
    border-top: solid 2px #979797;
    padding-top: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 1250px) {
    .ageagle-dataset-container {
        max-width: 790px!important;
    }
    .max-innter-information-col-1 {
        width: 100%;
    }
    .max-innter-information-col-2 {
        width: 100%;
        padding-left: 0px;
    }
}
@media screen and (max-width: 1023px) {
    .ageagle-dataset-container {
        max-width: 598px!important;
    }
    body.single-data-set .ageagle-dataset-container-main.main-content-related h2 {
        padding-top: 50px!important;
    }
}
@media screen and (max-width: 767px) {
    .ageagle-dataset-container {
        max-width: 319px!important;
    }
    .ageagle-dataset-container .content-post-thumbnail-single iframe {
        height: 300px;
    }
    .item_dataset {
        display: block!important;
    }
    .item_dataset p,
    .item_dataset span {
        width: 100%!important;
        font-weight: 400!important;
    }
    .main-inner_informationbar.main-inner_informationbar-column.ageagle-dataset-container .max-innter-information-col-2 {
        order: 0;
    }
    .main-inner_informationbar.main-inner_informationbar-column.ageagle-dataset-container .content-post-thumbnail-single {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .main-inner_informationbar.main-inner_informationbar-column.ageagle-dataset-container .max-innter-information-col-1 {
        order: 1;
    }
}
body .content-related-postageagle {
    gap: 25px;
}
body .container-solution {
    gap: 25px;
    flex-wrap: wrap;
}
body .related-solution-image {
    overflow: hidden;
}
body.single-industries .main-container-solution-related.FixedWidget__stop_widget .content-related-postageagle.post-eagle-pdrp1 .related-item img,
body .related-solution-image img {
    width: 100%!important;
    height: 250px!important;
    object-fit: contain!important;
}
body .content-related-postageagle .related-solution-image img {
    object-fit: cover!important;
}
body .item-solution-related h5 {
    font-size: 18px;
    font-weight: 400;
}
body .single-aside-mobile-items ul {
    padding-left: 0px!important;
}
@media screen and (max-width: 1250px) {
    body .container-solution {
        max-width: 790px;
        margin: auto;
    }
    .ageagle-module-main-content.ageagle-module-lazy-block {
        max-width: 790px;
    }
    body .content-related-postageagle .related-item {
        width: 256px;
        height: auto;
    }
    body .related-item.item-leadership .related-solution-image,
    body .related-item.item-leadership .related-solution-image img {
        height: 250px;
    }
    body .content-related-postageagle,
    body .container-solution {
        gap: 11px;
    }
    body .content-related-postageagle {
        max-width: 790px;
    }
}
@media screen and (max-width: 1023px) {
    .content-related-postageagle, .content-gray-sidebarform,
    body .container-solution {
        max-width: 598px!important;
    }
    .ageagle-module-main-content.ageagle-module-lazy-block {
        max-width: 598px;
    }
    body .item-solution-related h5,
    body .content-related-postageagle .related-item a h5 {
        line-height: 24px!important;
    }
}
@media screen and (max-width: 767px) {
    body .item-solution-related {
        max-width: 256px!important;
    }
    body .content-related-postageagle,
    body .content-gray-sidebarform,
    body .container-solution {
        max-width: 319px!important;
        justify-content: center;
    }
    body .main-content-related.ageagle-dataset-container-main.FixedWidget__stop_widget .content-related-postageagle .related-item {
        width: 256px;
    }
    body .main-content-related.ageagle-dataset-container-main.FixedWidget__stop_widget .content-related-postageagle .related-item .related-solution-image {
        margin-bottom: 10px;
    }
    body .content-related-postageagle .related-item a h5 {
        margin: 0px 0;
        line-height: 24px!important;
    }
    .ageagle-module-main-content.ageagle-module-lazy-block {
        max-width: 319px;
    }
}
body.single-industries .main-container-solution-related.FixedWidget__stop_widget .content-related-postageagle.post-eagle-pdrp1 .related-item a .related-solution-image.related-productimage img {
    width: 75%!important;
}
.ag-items-related {
    padding: 90px 0px;
}
.ag-items-content {
    max-width: 1116px;
    margin: auto;
}
.ag-items-content h2 {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}
.ag-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}
.ag-item-card-img {
    background-color: #f3f3f3;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ag-item-card-img a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}
.ag-item-card-img img {
    width: 85%;
    height: 250px;
    object-fit: contain;
}
.ag-item-card-title a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24px;
    padding-top: 18px;
    display: block;
}
.related-type-resource .ag-item-card-img img {
    width: 100%;
    object-fit: cover;
}
.add-related-items-container .ag-items-related:nth-child(2) {
    padding-top: 0px;
}
.ag-items-grid .ag-item-card {
    margin-bottom: 30px;
}
.ag-items-grid .ag-item-card:last-child {
    margin-bottom: 0px;
}
@media screen and (max-width: 1250px){
    .ag-items-content {
        max-width: 790px;
    }
    .ag-items-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 1023px){
    .ag-items-content {
        max-width: 598px;
    }
    .ag-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px){
    .ag-items-content {
        max-width: 319px;
    }
    .ag-items-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}
.wpml-ls-statics-footer {
    display: none;
}
li.ubermenu-wpml-ls-current-language {
    position: relative!important;
}
li.ubermenu-wpml-ls-current-language ul {
    width: 100%!important;
}
@media screen and (max-width: 1450px){
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
        padding-right: 8px!important;
        padding-left: 8px!important;
    }
}
@media screen and (max-width: 1340px){
    /* .ageagle-header-buttons-content .ageagle-btn {
        padding: 7px 15px;
    } */
    header.ageagle-header .ageagle-col-42 {
        width: 53%;
    }
    header.ageagle-header .ageagle-col-41 {
        width: 30%;
    }
}
@media screen and (max-width: 1500px){
    #ageagle-sticky .ageagle-col-2 img {
        width: 80%!important;
    }
    #ageagle-sticky .ageagle-col-2 {
        width: 10%;
    }
    #ageagle-sticky .ageagle-col-42 {
        width: 56%;
    }
}
@media screen and (max-width: 1250px){
    #ageagle-sticky .ageagle-col-2 img {
        width: 100%!important;
    }
}
.module-pd1-3,
.module-pd1-5 {
    display: flex!important;
    height: auto!important;
    background-color: #f4f4f4;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    align-content: stretch;
    align-items: stretch!important;
}
.module-pd1-3 .__inner-inner-module1-2,
.module-pd1-5 .__inner-inner-module1-2 {
    height: auto!important;
    position: relative;
}
.module-pd1-3 .__inner-inner-module1-2 img,
.module-pd1-5 .__inner-inner-module1-2 img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.module-pd1-3 .__inner-only-text-content,
.module-pd1-5 .__inner-only-text-content {
    padding-top: 20px;
    padding-bottom: 30px;
}
#filter-sticky-nav-button-right {
    display: none;
}
@media screen and (max-width: 950px){
    #filter-sticky-nav-button-right {
        display: block;
    }
}
ul.ubermenu-submenu li a img.wpml-ls-flag {
    width: 22px;
}
ul.ubermenu-submenu li.ubermenu-wpml-ls-item a {
    padding: 0px!important;
    display: block!important;
    text-align: center!important;
}
ul.ubermenu-submenu li.ubermenu-wpml-ls-item a span {
    align-items: center!important;
    justify-content: center;
}
#ageagle-sticky .ageagle-col-42 {
    width: calc( 83% - 400px );
}
#ageagle-sticky .ageagle-col-41 {
    width: 400px;
}
@media screen and (max-width: 1569px) {
    nav.ageagle-sub-menu-sticky-bar ul li a {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1494px) {
    #ageagle-sticky .ageagle-row {
        width: 98%;
    }
}
@media screen and (max-width: 1494px) {
    /* .ageagle-header-buttons-content .ageagle-btn {
        padding: 7px 12px;
    } */
    #ageagle-sticky .ageagle-col-42 {
        width: calc( 83% - 310px );
    }
    #ageagle-sticky .ageagle-col-41 {
        width: 310px;
    }
}
@media screen and (max-width: 1337px) {
    header a.ageagle-btn.no-decoration.ageagle-btn-black,
    #ageagle-sticky a.ageagle-btn.no-decoration.ageagle-btn-black {
        display: none;
    }
    #ageagle-sticky .ageagle-col-42 {
        width: calc( 83% - 150px );
    }
    #ageagle-sticky .ageagle-col-41 {
        width: 150px;
    }
}