body {
    margin: 0;
}

.spinner-container {
    position: relative
}

.spinner-container > .spinner {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: url(../images/spinner.svg) center center no-repeat rgba(0, 0, 70, 0.8);
    background-size: 100px 100px;
    transition: opacity .5s
}

.spinner-container.spinning > .spinner {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
}

.ae-business-form .ae-business-form-container form input {
    color: #000;
}

.ae-info-gallery-box a.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ae-info-gallery-box {
    position: relative;
}

.blog-post-content-wrap {
    max-width: 600px;
    margin: 50px auto;
}

.blog-post-content-wrap img {
    height: auto;
}

.blog-post-content-wrap p {
    color: #000046;
    margin-bottom: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 26px;
}

.blog-post-content-wrap blockquote p {
    margin-bottom: 20px;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 450px;
    margin: 0.25em 0;
    padding: 0.25em 55px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.ae-products-box.grey {
    background-color: #F6F6F8;
}

.ae-detail-main .ae-detail-main-img img {
    margin-left: 0px;
    max-width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

.ae-detail-main .ae-detail-main-text h2 {
    margin-top: 0px;
}

.custom-attributes-section > .content-wrap > .ae-detail-speci-box > ul {
    list-style-type: none;
}

.custom-attributes-section > .content-wrap > .ae-detail-speci-box > ul > li {
    padding-top: 15px;
}

.custom-attributes-section > .content-wrap > .ae-detail-speci-box > ul > li > ul {
    padding-top: 15px;
}

.custom-attributes-section > .content-wrap > .ae-detail-speci-box > ul > li::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    margin-left: -3em;
    padding-right: 25px;
}

.ae-detail-speci.ae-business-speci {
    padding-bottom: 50px;
}

/*.ae-contact-form{*/
/*    overflow: hidden;*/
/*    margin-top: -4px;*/
/*}*/

.ae-contact-form .ae-contact-form-message form textarea {
    color: #000;
}

.ae-contact-form .ae-contact-form-btn a {
    margin-left: 8px;
}

.ae-detail-products .ae-detail-products-box p {
    margin-top: -120px;
}


#pagination-wrapper {
    margin: 0 auto 50px auto;
}

#pagination-wrapper .paginator {
    display: flex;
    justify-content: center;
}

#pagination-wrapper .pagination {
    margin: 0px;
    padding: 0px;
    display: flex;
}

#pagination-wrapper .pagination li a,
#pagination-wrapper .pagination li span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0f1a5f;
    transition: all 0.25s;
    font-weight: 800;
    color: #fff;
    font-size: 22px;
    font-family: "Ubuntu", sans-serif;
}

#pagination-wrapper .pagination li span {
    color: #fff;
    background-color: #0f1a5f;
}

#pagination-wrapper .pagination li a:hover {
    color: #fff;
    background-color: #0f1a5f;
}

#pagination-wrapper .pagination li {
    margin-right: 10px;
}

#pagination-wrapper .pagination li:last-of-type {
    margin-right: 0px;
}

.ae-detail-main-img video {
    width: 100%;
    height: auto;
}


/*.ae-detail-media-container .ae-detail-media-box{*/
/*    margin: 0;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.ae-detail-media-container .ae-detail-media-box::before{*/
/*    display: block;*/
/*    content: "";*/
/*    padding-top: 80%;*/
/*}*/
/*.ae-detail-media-container .ae-detail-media-box img,*/
/*.ae-detail-media-container .ae-detail-media-box video{*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    transform: translate(-50%,-50%);*/
/*}*/

.ae-header-right {
    display: flex;
}

.header-search-form {
    display: flex;
    align-items: center;
}

.header-search-form input {
    display: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #0083da;
    border-radius: 10px;
    margin: 8px 5px;
    outline-color: #0083DA;
    color: #000046;
}

.header-search-form i {
    margin-left: 10px;
    font-size: 16px;
    color: #0083DA;
    opacity: 1;
    transition: all 0.25s;
}

.header-search-form i:hover {
    opacity: 0.8;
    cursor: pointer;
}


.ae-detail-main .content-wrap {
    align-items: flex-start;
}


/*.ae-detail-media-container.media-class-3 > div{*/
/*    max-width: 33.33%;*/
/*}*/


/*.ae-detail-media-container.media-class-4 > div{*/
/*    max-width: 25%;*/
/*}*/

/*.ae-detail-media-container.media-class-5 > div{*/
/*    max-width: 20%;*/
/*}*/

.ae-detail-media-container > div video {
    max-width: 100%;;
}

.ae-detail-media .ae-detail-media-container .ae-detail-media-box video {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.ae-detail-media-container.media-class-4 > div {
    min-height: 300px;
}

.ae-detail-media-container.media-class-3 > div {
    min-height: 300px;
    width: 33.33%;
}

.ae-detail-media-container.media-class-2 > div {
    min-height: 300px;
    width: 300px;
}

.ae-detail-media-container.media-class-1 > div {
    min-height: 300px;
    width: 300px;
}

/*.category-nav.navbar.main-menu {*/
/*    position: relative;*/
/*}*/

@media (min-width: 1000px) {
    .ae-header-right {
        position: relative;
    }
}

/*uprava megamenu*/
.mega-menu.menu-item-has-children > .submenu {
    display: grid;
    grid-template-columns: repeat(auto-fill, 155px);
    width: 100%;
    /*left: 0;*/
}

.mega-menu.menu-item-has-children > .submenu > li.menu-item-has-children {
    /*display: grid;*/
    /*grid-template-areas: 'link arrow' 'submenu submenu';*/
    position: relative;
}


.mega-menu.menu-item-has-children > .submenu .menu-item-has-children span {
    grid-area: arrow;
    align-self: center
}

.mega-menu.menu-item-has-children > .submenu .menu-item-has-children .submenu {
    /*display: grid;*/
    grid-template-columns: 155px;
    grid-area: submenu;
    margin-top: 0px;
    padding-top: 0px;
}

/*.mega-menu.menu-item-has-children .submenu .menu-item-has-children:hover .submenu li a {*/
/*    color: black !important;*/
/*}*/

/*.mega-menu.menu-item-has-children .submenu .menu-item-has-children:hover .submenu li:hover a {*/
/*    color: white !important;*/
/*}*/

.mega-menu.menu-item-has-children .submenu li {
    border-bottom: 2px solid #0083DA;
}

.mega-menu.menu-item-has-children .submenu li.menu-item-has-children .submenu li {
    border-bottom: 1px solid #0083DA;
}

.mega-menu.menu-item-has-children .submenu li.menu-item-has-children .submenu li:last-of-type {
    border-bottom: none;
}

.ae-masthead .submenu li {
    border-top: 2px solid #0083DA;
}

.mega-menu.menu-item-has-children > .submenu .menu-item-has-children span {
    display: none;
}

.ae-masthead .ae-header-right .submenu .submenu {
    position: relative;
}

.mega-menu.menu-item-has-children .submenu li {
    border-top: none;
    border-bottom: none;
}

.mega-menu.menu-item-has-children .submenu li.menu-item-has-children .submenu li {
    border-bottom: none;
}

.mega-menu > .submenu > li {
    border-top: 2px solid #0083DA !important;
}


/* Inline #7 | https://airvolute.invelity.com/ */
.mega-menu .submenu .submenu {
    position: relative;
}

.ae-masthead .ae-header-right .categories-list .menu-item.mega-menu:hover .submenu::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    content: '';
    z-index: -1;
}


.mega-menu.menu-item-has-children > .submenu {
    display: flex;
    /*align-items: first baseline;*/
    align-items: inherit;
}

/* style.min.css | https://airvolute.invelity.com/wp-content/themes/invelity/css/style.min.css?ver=1626863195 */
.ae-masthead .mega-menu .submenu {
    padding: 0 0 0 0;
    min-width: initial;
    width: 100%;
    margin-left: 0;
}

.ae-masthead .mega-menu > .submenu {
    padding: 29px 0 0 0;
}

.ae-masthead .submenu li {
    padding: 0 0;
}

.ae-masthead .ae-header-right .categories-list .menu-item a {
    padding: 20px;
}

.ae-masthead .submenu li a {
    display: block !important;
}

.ae-masthead .mega-menu > ul > li > ul > li a {
    font-weight: 300;
    font-size: 15px;
}

@media (max-width: 1000px) {
    .header-search-form {
        display: none;
    }

    .category-nav.navbar.main-menu {
        position: absolute;
    }

    .navbar ul {
        justify-content: flex-start;
    }

    .mega-menu.menu-item-has-children > .submenu > li.menu-item-has-children {
        width: 100%;
    }

    .category-nav.navbar.main-menu {
        overflow-y: scroll;
        max-height: 100vh;
    }
}

/*.ae-masthead .mega-menu .submenu > li > .submenu > li:first-of-type{*/
/*    border-top: 1px solid #0083DA!important;*/
/*}*/

textarea {
    color: #000 !important;
}

.ae-detail-products .ae-detail-products-box img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}

.required-notification {
    color: #807f80;
    text-align: center;
    display: block;
}

.ae-intro-content .ae-intro-content-slick .ae-intro-content-slide p {
    max-width: 365px;
}

.distributors-top {
    padding: 50px 0px;
    font-family: "Ubuntu", sans-serif;
}

.distributors-top .distributors-top-boxes {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
}

.distributors-top .distributors-top-boxes .distributors-box > div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-weight: 600;
}


.distributors-top .distributors-top-boxes .distributors-box > div:first-of-type i {
    padding-right: 20px;
}

.distributors-top .distributors-top-boxes .distributors-box > div:first-of-type span {
    font-size: 35px;
    font-weight: 500;
}

.distributors-top .distributors-top-boxes .distributors-box > div:nth-of-type(2) span {
    font-size: 28px;
    font-weight: 400;
}


.distributors-list {
    padding: 50px 0px;
    font-family: "Ubuntu", sans-serif;
}

.distributors-list table {
    width: 100%;
}


table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even) {
    background-color: #f2f2f2;
}

table tr:hover {
    background-color: #ddd;
}

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #000046;
    color: white;
}


#map {
    padding-bottom: 20%;
    position: relative;
}

.mega-menu > .submenu > li {
    min-width: 290px;
}

.mega-menu > .submenu {
    right: 0;
}

.ae-masthead .submenu li:hover {
    background-color: white;
}

.ae-masthead .submenu li:hover a {
    color: initial !important;
}

.mega-menu.menu-item-has-children > .submenu > li.menu-item-has-children {
    border-right: 1px solid rgba(208, 208, 208, 0.54);
}

@media (min-width: 1000px) {
    .mega-menu.menu-item-has-children > .submenu > li.menu-item-has-children {
        padding: 25px 25px 40px 25px;
    }
}

.ae-masthead .submenu li a:hover {
    color: #0083DA !important;
}


.ae-masthead .ae-header-right .mega-menu .submenu .submenu li a {
    padding: 10px 50px !important;
    font-weight: 400;
    font-size: 14px;
}

.ae-masthead .mega-menu .submenu {
    width: auto;
}

.ae-product-header span {
    font-size: 14px;
    display: block;
}

.blog-post-content-wrap img {
    max-width: 100%;
    height: auto;
}

section.hero-banner {
    box-sizing: border-box;
    background: #000046;
    color: white;
    font-family: "Roboto", sans-serif;
    position: relative;
    overflow: hidden;
    line-height: 1.666;
}

section.hero-banner * {
    box-sizing: border-box;
}


section.hero-banner .text-box p {
    color: #AAAADF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px;
}

section.hero-banner .button {
    color: white;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    background: #0083DA;
    border-radius: 10px;
    padding: 20px 35px;
    line-height: 1.4;
    width: 100%;
    max-width: 220px;
    transition: all .3s;
}

section.hero-banner .button:hover {
    background: #ff0043;
}


section.hero-banner .button:hover {

}

section.hero-banner .text-box p:last-child {
    margin-bottom: 0;
}

section.hero-banner:before {
    content: '';
    display: block;
    background-image: url("../images/airvolute_symbol_stroke_black.svg");
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: -200px;
    width: 812px;
    background-repeat: no-repeat;
    pointer-events: none;
}

section.hero-banner .image {
    -webkit-clip-path: url(#ae-intro-clip-path);
    clip-path: url(#ae-intro-clip-path);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}


section.hero-banner .video {
    -webkit-clip-path: url(#ae-intro-clip-path);
    clip-path: url(#ae-intro-clip-path);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    height:100%;
}

section.hero-banner .video.hidden {
    display:none!important;
}

section.hero-banner .image img {
    width: 100%;
}

section.hero-banner .text-box {
    width: 40%;
    margin-right: 35px;
    max-width: 500px;
    /*padding-top: 205px;*/
    padding-top: 10vw;
}

section.hero-banner .image-box {
    position: relative;
    margin-right: calc((100vw - 1440px) / 2 * -1);
    max-width: calc(60% + ((100vw - 1440px) / 2));
    width: 100%;
    /*height: 820px;*/
}

section.hero-banner .image-box:before {
    content: '';
    display: block;
    padding-bottom: 75%;
}

section.hero-banner .image-background {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    top: 25px;
    background: #0083DA;
    display: block;
    -webkit-clip-path: url(#ae-intro-clip-path);
    clip-path: url(#ae-intro-clip-path);
}


section.hero-banner .slider-text-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    margin: 0 0 25px;
    line-height: 1.2;
    font-size: 55px;
}

section.hero-banner .container {
    display: flex;
    justify-content: space-between;
    /*min-height: calc(100vh - 108px);*/
    /*padding-bottom: 150px;*/
    padding-bottom: 10vw;
    align-items: flex-start;
    position: relative;
}

section.hero-banner .slider-text-title:last-child {
    margin-bottom: 0;
}

section.hero-banner img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}

section.hero-banner .content-wrap {
    display: block;
    padding: 0 30px;
}

section.hero-banner figure {
    margin: 0;
    height: 100%;
}

section.hero-banner .text-slider-box {
    margin-bottom: 50px;
}

section.hero-banner .text-slider-arrows {
    display: flex;
}

section.hero-banner .text-slider-arrow {
    background: #0083DA;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border: none;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 100%;
}

section.hero-banner .text-slider-arrow:last-child {
    margin-right: 0;
}

section.hero-banner .text-slider-arrow:hover {
    background: #ff0043;
}

.text-slider-nav {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 35px;
}

.text-slider-nav .text-slider-dot {
    font-size: 16px;
    font-weight: 700;
    color: #52527E;
    margin-right: 70px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
}

.text-slider-nav .text-slider-dot:last-child {
    margin-right: 0;
}

.text-slider-nav .text-slider-dot .number {
    font-size: 20px;
    transition: all .3s;
    margin-right: 10px;
}

.text-slider-nav .text-slider-dot:hover,
.text-slider-nav .text-slider-dot.active {
    color: white;
}

.text-slider-nav .text-slider-dot:hover .number,
.text-slider-nav .text-slider-dot.active .number {
    color: #0083DA;
}

#ae-intro-svg {
    position: absolute;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1500px) {
    section.hero-banner .image-box {
        margin-right: -30px;
        max-width: calc(60% + 30px);
    }
}

@media (max-width: 991px) {
    section.hero-banner .container {
        flex-direction: column-reverse;
        padding: 0 0 100px;
        align-items: flex-end;
    }

    section.hero-banner .text-box {
        margin-right: 0;
        width: 100%;
    }

    section.hero-banner .image-box {
        width: 100%;
        margin-bottom: 50px;
        position: relative;
        right: -30px;
        max-width: 600px;
    }

    section.hero-banner .text-box {
        max-width: initial;
        padding-top: 0;
    }

    section.hero-banner .text-box .slider-text-title,
    section.hero-banner .text-box p {
        max-width: 650px;
    }

    section.hero-banner .image-background {
        bottom: -15px;
        top: 15px;
    }
}

@media (max-width: 768px) {
    section.hero-banner .slider-text-title {
        font-size: 48px;
    }

    .text-slider-nav .text-slider-dot {
        margin-right: 35px;
    }

}

@media (max-width: 480px) {
    section.hero-banner .slider-text-title {
        font-size: 40px;
    }

    .text-slider-nav .text-slider-dot {
        margin-right: 20px;
    }

    section.hero-banner .image-background {
        bottom: -10px;
        top: 10px;
    }
}

.ae-partners-slide {
    text-align: center;
}

.ae-partners-slide img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    padding: 10px;
}

.ae-intro-business {
    padding-top: 0;
}

body {
    font-family: "Roboto", sans-serif;
}

.hero-banner .fa-long-arrow-alt-down {
    color: #0083DA;
    padding: 12px 3px;
    border: 1px solid #0083DA;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;

}

.hero-banner .hero-banner-arrow {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 8px);
}


.ae-detail-media-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 1000px) {
    #menu-main-menu {
        max-width: 360px;
        min-width: 360px;
        align-items: flex-start;
        margin: 0 auto;
        width: auto;
    }

    .ae-masthead .submenu {
        position: relative;
    }

    #menu-main-menu i {
        padding: 10px 10px 10px 10px;
        margin-left: 0px;
    }

    .ae-masthead .ae-header-right .categories-list .menu-item a {
        padding: 20px 0px;
        margin-right: 15px;
    }

    .ae-masthead .ae-header-right .categories-list .submenu a {
        margin-right: 0px;
    }

    .ae-masthead .ae-header-right .categories-list .submenu a {
        padding: 20px 0px 20px 0px !important;
    }

    .ae-masthead .ae-header-right .categories-list .menu-item {
        display: inline-block;
        width: 100%;
    }

    .ae-masthead .menu-item .submenu {
        visibility: hidden !important;
        opacity: 0 !important;
        display: none;
    }

    .ae-masthead .menu-item.active .submenu {
        visibility: visible !important;
        opacity: 1 !important;
        display: block;
    }

    .ae-masthead .submenu {
        margin-left: 0px;
    }

    .ae-masthead .submenu a {
        font-size: 16px;
    }

    .mega-menu > .submenu {
        left: 0px !important;
    }

    .mega-menu.menu-item-has-children > .submenu > li.menu-item-has-children {
        border-right: none;
        padding-bottom: 20px;
    }

    .ae-masthead .mega-menu > .submenu {
        padding-top: 0px;
    }

    .ae-masthead .ae-header-right .mega-menu .submenu .submenu li a {
        padding: 10px 0px !important;
    }

    .submenu {
        overflow-y: auto !important;
    }

    .ae-masthead .ae-header-right .categories-list .menu-item {
        z-index: 999;
    }
}


.ae-footer-contact {
    background-color: #000046;
    padding: 80px 0 80px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all {
        margin: 0 auto;
        display: flex;
        width: 100%;
        max-width: min-content;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
    width: calc(25% - 50px);
    margin: 0 25px;
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
        width: calc(50% - 50px);
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
        width: calc(100% - 50px);
        text-align: revert;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box svg {
    margin-top: 16px;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box h4 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box p {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-align: left;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box i {
    color: #0083DA;
    margin: 8px 8px 8px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box i {
        margin: 0;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box a {
    color: #0083DA;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    transition: 0.3s;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box a:hover {
    color: white;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
    display: flex;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point i {
    margin: 25px 20px 25px 0;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point p {
    line-height: 25px;
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
        justify-content: revert;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
    display: flex;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile i {
    margin: 20px 20px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile i {
        margin: 20px 20px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
        justify-content: revert;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
    display: flex;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email i {
    margin: 20px 20px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email i {
        margin: 20px 13px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
        justify-content: revert;
    }
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social a {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social a:nth-child(2) {
        padding: 10px 10px 10px 0;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social h4:nth-child(1) {
        text-align: center;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social i {
    transition: 0.3s;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social i:hover {
    color: white;
}


/*Fixed header styles*/
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
/ / background-color: linear-gradient(- 90 deg, aliceblue);
    background-color: rgba(0, 0, 70, 0.4);
}

.ae-masthead {
    position: fixed;
    top: 0;
    z-index: 9;
    background: white;
    width: 100%;
}

.ae-info-gallery-box {
    min-height: 400px;
}

.ae-contact-footer-contact {
    background-color: #000046;
    padding: 330px 0 80px 0;
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all {
        margin: 0 auto;
        display: flex;
        width: 100%;
        max-width: min-content;
    }
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
    width: calc(25% - 50px);
    margin: 0 25px;
}

@media (max-width: 999.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
        width: calc(50% - 50px);
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
        width: calc(100% - 50px);
        text-align: revert;
    }
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box svg {
    margin-top: 16px;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box h4 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box p {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-align: left;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box i {
    color: #0083DA;
    margin: 8px 8px 8px 0;
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box i {
        margin: 0;
    }
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box a {
    color: #0083DA;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    transition: 0.3s;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box a:hover {
    color: white;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
    display: flex;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point i {
    margin: 25px 20px 25px 0;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point p {
    line-height: 25px;
}

@media (max-width: 999.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
        justify-content: revert;
    }
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
    display: flex;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile i {
    margin: 20px 20px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile i {
        margin: 20px 20px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
        justify-content: revert;
    }
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
    display: flex;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email i {
    margin: 20px 20px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email i {
        margin: 20px 13px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
        justify-content: revert;
    }
}

@media (max-width: 999.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social a {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social a:nth-child(2) {
        padding: 10px 10px 10px 0;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social h4:nth-child(1) {
        text-align: center;
    }
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social i {
    transition: 0.3s;
}

.ae-contact-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social i:hover {
    color: white;
}

.ae-info-gallery .ae-info-gallery-box p,
.ae-info-gallery .ae-info-gallery-box .after span {
    padding-left: 15px;
    padding-right: 15px;
}


.showClose {
    position: absolute;
    top: 20px;
    right: 20px;
}

.showClose::before {
    content: url("../images/xx.png");
}

.showClose img:nth-child(1) {
    display: none;
}

.ae-header-left {
    padding-top: 5px;
}

.ae-masthead {
    transition: 0.3s;
    z-index: 999;
}

.scrolled {
    padding: 0 !important;

}

.ae-product-box-text li {
    display: flex;
}

.ae-product-box-text li a {
    text-decoration: underline;
    color: #0083DA;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    transition: 0.3s;
}

.ae-product-box-text li a:hover {
    color: #000046;
}

.ae-product-box-text li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1.2em;
    background-image: url("../images/airvolute_left_logo.svg");
    background-repeat: no-repeat;
    margin-right: 12px;
    margin-bottom: -3px;
    margin-top: 11px;
}

.ae-contact-mobile {
    display: flex;
}

.ae-contact-mobile i {
    margin: 20px 28px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-contact-mobile i {
        margin: 20px 20px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-contact-mobile {
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-contact-mobile {
        justify-content: revert;
    }
}

.distributors-box .count-to {
    padding-right: 15px;
    color: #0083DA;
}

.distributors-top-boxes::after {
    content: '';
    position: absolute;
}

.distributors-top {
    position: relative;
}

.distributors-top-boxes::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(208, 208, 208, 0.54);
    top: 0;
}

@media (max-width: 992px) {
    .distributors-top-boxes::after {
        content: none;
    }
}

.hero-banner {
    margin-top: 108px;
}

.ae-detail {
    margin-top: 108px;
}


.ae-footer-contact {
    background-color: #000046;
    padding: 80px 0 80px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: -webkit-min-content;
        max-width: -moz-min-content;
        max-width: min-content;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
    width: calc(25% - 50px);
    margin: 0 25px;
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
        width: calc(50% - 50px);
        text-align: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box {
        width: calc(100% - 50px);
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box svg {
    margin-top: 16px;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box h4 {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box p {
    color: white;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-align: left;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box i {
    color: #0083DA;
    margin: 8px 8px 8px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box i {
        margin: 0;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box a {
    color: #0083DA;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box a:hover {
    color: white;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point i {
    margin: 25px 20px 25px 0;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point p {
    line-height: 25px;
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-point {
        -webkit-box-pack: revert;
        -ms-flex-pack: revert;
        justify-content: revert;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile i {
    margin: 20px 28px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile i {
        margin: 20px 20px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-mobile {
        -webkit-box-pack: revert;
        -ms-flex-pack: revert;
        justify-content: revert;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email i {
    margin: 20px 20px 20px 0;
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email i {
        margin: 20px 13px 20px 0;
    }
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-contact-email {
        -webkit-box-pack: revert;
        -ms-flex-pack: revert;
        justify-content: revert;
    }
}

@media (max-width: 999.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social a {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social a:nth-child(2) {
        padding: 10px 10px 10px 0;
    }
}

@media (max-width: 479.98px) {
    .ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social h4:nth-child(1) {
        text-align: center;
    }
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ae-footer-contact .ae-footer-contact-all .ae-footer-contact-box .ae-footer-contact-social i:hover {
    color: white;
}


.ae-intro-content .ae-intro-arrow {
    margin: 0 auto 70px;
}

@media (max-width: 1199.98px) {
    .ae-intro-content .ae-intro-arrow {
        margin: 50px auto 70px;
    }
}

.ae-intro-content .ae-intro-arrow i {
    color: #0083DA;
    padding: 12px 3px;
    border: 1px solid #0083DA;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.ae-intro-content .ae-intro-arrow i:hover {
    color: white;
    border: 1px solid white;
}

@media (max-width: 479.98px) {
    .ae-intro-content .ae-intro-arrow i {
        display: none;
    }
}


.scrolled {
    padding: 0 !important;
    transition: 0.3s;
    box-shadow: 0 10px 20px 0 #80808036;
}

.scrolled .ae-header-left svg {
    padding-bottom: 5px;
    padding-top: 5px;
    transition: 0.3s;
}

.scrolled .submenu {
    padding: 4px 0 0 0 !important;
}


.ae-info-gallery {
    background-color: #000046;
    padding: 0 0 150px 0;
}

.ae-info-gallery h2 {
    color: white;
    width: 100%;
    text-align: center;
    padding: 67px 0 0 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.ae-info-gallery p {
    color: #0083DA;
    width: 100%;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

.ae-info-gallery .ae-info-gallery-box {
    width: calc(33% - 36px);
    margin: 20px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 400px;
}

@media (max-width: 1449.98px) {
    .ae-info-gallery .ae-info-gallery-box {
        margin: 15px 5px 15px 5px;
    }
}

@media (max-width: 999.98px) {
    .ae-info-gallery .ae-info-gallery-box {
        width: calc(50% - 10px);
    }
}

@media (max-width: 479.98px) {
    .ae-info-gallery .ae-info-gallery-box {
        width: calc(100% - 10px);
    }
}

.ae-info-gallery .ae-info-gallery-box p {
    color: white;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    position: absolute;
    bottom: 2rem;
    height: 2rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
}

.ae-info-gallery .ae-info-gallery-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.ae-info-gallery .ae-info-gallery-box .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 70, 0.4);
}

.ae-info-gallery .ae-info-gallery-box .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.ae-info-gallery .ae-info-gallery-box .after span {
    color: white;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 40% auto;
}

.ae-info-gallery .ae-info-gallery-box .after i {
    color: white;
    padding: 1px 12px;
    margin-top: 40px;
    border: 1px solid white;
    border-radius: 30px;
    -webkit-animation: fadeInAnimation ease 0.3s;
    animation: fadeInAnimation ease 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

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

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

.ae-info-gallery .ae-info-gallery-box:hover .after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ae-info-gallery .ae-info-gallery-box:hover .after div {
    text-align: center;
    -webkit-animation: moveUpAnimation ease 0.3s;
    animation: moveUpAnimation ease 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes moveUpAnimation {
    0% {
        margin: 95% auto;
    }
    100% {
        margin: 40% auto;
    }
}

@keyframes moveUpAnimation {
    0% {
        margin: 95% auto;
    }
    100% {
        margin: 40% auto;
    }
}

.ae-info-gallery .ae-info-gallery-box:hover p {
    opacity: 0;
}

.ae-info-gallery .ae-info-gallery-box:hover > .overlay {
    background-color: rgba(0, 131, 218, 0.6);
}


@media (max-width: 480px) {
    section.hero-banner .slider-text-title {
        font-size: 30px;
    }
}


.ae-detail {
    background-color: #000046;
    color: white;
    background-image: url("../images/airvolute_symbol_stroke_black.svg");
    background-repeat: no-repeat;
    background-position: center left -200px;
    overflow: hidden;
    height: 500px;
    margin-top: 108px;
}

@media (max-width: 1199.98px) {
    .ae-detail {
        height: revert;
    }
}

.ae-detail .ae-intro-content-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
    .ae-detail .ae-intro-content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.ae-detail .ae-intro-content-slick {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .ae-detail .ae-intro-content-slick {
        width: 100%;
    }
}

.ae-detail .ae-intro-content-slick .ae-intro-content-slide {
    padding: 0 0 50px;
}

.ae-detail .ae-intro-content-slick .ae-intro-content-slide h1 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin-right: 100px;
    margin-left: 200px;
}

@media (max-width: 1449.98px) {
    .ae-detail .ae-intro-content-slick .ae-intro-content-slide h1 {
        margin-left: 50px;
    }
}

@media (max-width: 689.98px) {
    .ae-detail .ae-intro-content-slick .ae-intro-content-slide h1 {
        font-size: 40px;
    }
}

@media (max-width: 479.98px) {
    .ae-detail .ae-intro-content-slick .ae-intro-content-slide h1 {
        margin-right: 15px;
        margin-left: 15px;
        font-size: 30px;
    }
}


@media (max-width: 479.98px) {
    .smooth-scroll-no-offset i {
        display: none;
    }
}


@media (min-width: 992px) {
    .hero-banner.hero-banner-small .container {
        padding-bottom: 0vw;
    }

    .hero-banner.hero-banner-small .image-box:before {
        padding-bottom: 35%;
    }


    section.hero-banner.hero-banner-small .image {
        -webkit-clip-path: url(#ae-intro-clip-path-small);
        clip-path: url(#ae-intro-clip-path-small);
    }


    section.hero-banner.hero-banner-small .image-background {
        -webkit-clip-path: url(#ae-intro-clip-path-small);
        clip-path: url(#ae-intro-clip-path-small);
    }

    section.hero-banner.hero-banner-small .text-box {
        padding-top: 5vw;
    }


}

@media (max-width: 992px) {
    .hero-banner.hero-banner-small .text-slider-box {
        margin-bottom: 0px;
    }

    .hero-banner.hero-banner-small .container {
        padding-bottom: 20px;
    }

}

@media (max-width: 1000px) {
    #menu-main-menu > li:last-of-type {
        padding-bottom: 120px;
    }

    .ae-masthead .ae-header-right .categories-list .menu-item:hover .menu-item-main-link {
        color: #000046;
    }

    .ae-masthead .submenu {
        transform: none !important;
    }
}

.ae-detail-main {
    padding-bottom: 40px;
}

#specification {
    padding-top: 20px;
}

.ae-detail-products {
    padding-top: 20px;
}


.scrolled-second {
    position: fixed;
    top: 58px;
    width: 100%;
    background: white;
    z-index: 11;
    box-shadow: 0 10px 20px 0 #80808036;
}

.scrolled-second .ae-detail-buy-links {
    padding: 15px 0;
}

.scrolled-second .ae-detail-buy-btn a {
    padding: 10px 80px 10px 80px;
}

@media (max-width: 1000px) {
    .scrolled-second {
        top: 52px;
    }
}

section.hero-banner .image-background {
    left: 0;
    top: 25px;
    left: -12px;
    top: -9px;
}

.ae-info-gallery {
    background-image: url("../images/pozadie-dron.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 480px) {
    .ae-detail-main .ae-detail-main-text h2 {
        font-size: 30px;
    }
}

.ae-contact {
    margin-top: 100px;
}

.ae-contact-form .ae-contact-form-message form input {
    color: #000;
}

ul.language-switcher {
    margin-left: 15px;
}

.banner-small-boxes-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.banner-small-boxes-wrapper .ae-intro-business-box{
    display: flex;
    align-items: center;

    padding:25px 50px;
    font-size:14px;
}

.banner-small-boxes-wrapper.boxes-count-5 .ae-intro-business-box {
    width: calc(20% - 30px);
}

.banner-small-boxes-wrapper.boxes-count-4 .ae-intro-business-box {
    width: calc(25% - 30px);
}

.banner-small-boxes-wrapper.boxes-count-3 .ae-intro-business-box {
    width: calc(33.33% - 30px);
}

.banner-small-boxes-wrapper.boxes-count-2 .ae-intro-business-box {
    width: calc(50% - 30px);
}

.banner-small-boxes-wrapper.boxes-count-1 .ae-intro-business-box {
    width: 100%;
}

@media(max-width: 1160px){
    .banner-small-boxes-wrapper.boxes-count-5 .ae-intro-business-box {
        width: calc(25% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-4 .ae-intro-business-box {
        width: calc(25% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-3 .ae-intro-business-box {
        width: calc(33.33% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-2 .ae-intro-business-box {
        width: calc(50% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-1 .ae-intro-business-box {
        width: 100%;
    }
}
@media(max-width: 992px){
    .banner-small-boxes-wrapper.boxes-count-5 .ae-intro-business-box {
        width: calc(33.33% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-4 .ae-intro-business-box {
        width: calc(33.33% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-3 .ae-intro-business-box {
        width: calc(33.33% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-2 .ae-intro-business-box {
        width: calc(50% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-1 .ae-intro-business-box {
        width: 100%;
    }
}
@media(max-width: 650px){
    .banner-small-boxes-wrapper.boxes-count-5 .ae-intro-business-box {
        width: calc(50% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-4 .ae-intro-business-box {
        width: calc(50% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-3 .ae-intro-business-box {
        width: calc(50% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-2 .ae-intro-business-box {
        width: calc(50% - 30px);
    }

    .banner-small-boxes-wrapper.boxes-count-1 .ae-intro-business-box {
        width: 100%;
    }
}
@media(max-width: 480px){
    .banner-small-boxes-wrapper.boxes-count-5 .ae-intro-business-box {
        width: 100%;
    }

    .banner-small-boxes-wrapper.boxes-count-4 .ae-intro-business-box {
        widwidth: 100%;
    }

    .banner-small-boxes-wrapper.boxes-count-3 .ae-intro-business-box {
        width: 100%;
    }

    .banner-small-boxes-wrapper.boxes-count-2 .ae-intro-business-box {
        width: 100%;
    }

    .banner-small-boxes-wrapper.boxes-count-1 .ae-intro-business-box {
        width: 100%;
    }
}

/*section.hero-banner .homepage-hero-banner-images-slider {*/
/*    position: relative;*/
/*    margin-right: calc((100vw - 1440px) / 2 * -1);*/
/*    max-width: calc(60% + ((100vw - 1440px) / 2));*/
/*    width: 100%;*/
/*}*/
/*section.hero-banner .image-box {*/
/*    position: relative;*/
/*    margin-right: 0;*/
/*    max-width: none;*/
/*    width: 100%;*/
/*}*/

.ae-detail-products .ae-detail-products-box {
    min-height: 300px;
}

.ae-main-content .ae-main-content-img .hotspot1 p span, .ae-main-content .ae-main-content-img .hotspot2 p span, .ae-main-content .ae-main-content-img .hotspot3 p span, .ae-main-content .ae-main-content-img .hotspot4 p span{
    padding-top:25px;

}
.ae-main-content .ae-main-content-img .hotspot1 p:hover, .ae-main-content .ae-main-content-img .hotspot2 p:hover, .ae-main-content .ae-main-content-img .hotspot3 p:hover, .ae-main-content .ae-main-content-img .hotspot4 p:hover{
    z-index: 99;
}

.ae-detail-main .ae-detail-main-img .hotspot5 p span, .ae-detail-main .ae-detail-main-img .hotspot6 p span{
    padding-top:25px;
}

.ae-detail-main .ae-detail-main-img .hotspot5 p:hover, .ae-detail-main .ae-detail-main-img .hotspot6 p:hover{
    z-index: 99;
}


.ae-masthead .ae-header-right .categories-list .menu-item .submenu a {
    padding: 20px 50px;
}

.ae-masthead .submenu{
    transition: all 0.2s;
}

.ae-detail-media .ae-detail-media-container .ae-detail-media-box img{
    object-fit: contain;
}


.ae-detail-media .ae-detail-media-container{
    display:flex;
    flex-wrap: wrap;
    grid-column-gap:0px;
    grid-row-gap:0px;
    justify-content: center;
}

.ae-detail-media .ae-detail-media-container > .ae-detail-media-box{
   min-height: initial;
    width:20%;
    position:relative;
    opacity: 1;
    transition: all 0.2s;
    margin-bottom:5px;
}
.ae-detail-media .ae-detail-media-container > .ae-detail-media-box:hover{
    opacity: 0.8;
}
.ae-detail-media .ae-detail-media-container > .ae-detail-media-box a{
    position: absolute;
    top: 0;
    right:0;
    bottom:0;
    left:0;
}

.ae-detail-media .ae-detail-media-container > .ae-detail-media-box::before{
    content:'';
    display:block;
    padding-bottom:75%;

}


.ae-detail-media .ae-detail-media-container > .ae-detail-media-box img,
.ae-detail-media .ae-detail-media-container > .ae-detail-media-box video{
   position:absolute;
    display: block;
    top: 0;
    right: 0;
    bottom:0;
    left:0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: contain;
}
.ae-detail-media .ae-detail-media-container > .ae-detail-media-box video{
    object-fit: cover;
}

@media(max-width: 1400px){
    .ae-detail-media .ae-detail-media-container > .ae-detail-media-box{
        width:25%;
    }
}
@media(max-width: 992px){
    .ae-detail-media .ae-detail-media-container > .ae-detail-media-box{
        width:33.33%;
    }
}
@media(max-width: 768px){
    .ae-detail-media .ae-detail-media-container > .ae-detail-media-box{
        width:50%;
    }
}
@media(max-width: 460px){
    .ae-detail-media .ae-detail-media-container > .ae-detail-media-box{
        width:100%;
    }
}


/*About us*/

.about {
    background-color: #000046;
    color: white;
    padding: 150px 0 50px 0
}

@media (max-width: 479.98px) {
    .about {
        padding: 100px 0 50px 0
    }
}

.about h1 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 60px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    width: 100%;
    padding-bottom: 15px
}

@media (max-width: 479.98px) {
    .about h1 {
        font-size: 36px
    }
}

.about .content-box {
    width: 50%
}

.about .content-box h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif
}

@media (max-width: 479.98px) {
    .about .content-box h2 {
        font-size: 24px
    }
}

.about .content-box p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 26px
}

@media (max-width: 479.98px) {
    .about .content-box {
        width: 100%
    }
}

.about-team {
    color: #000046;
    font-family: "Ubuntu", sans-serif;
    padding: 50px 0
}

@media (max-width: 689.98px) {
    .about-team {
        padding: 0
    }
}

.about-team .content-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-team h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 700
}

@media (max-width: 479.98px) {
    .about-team h2 {
        font-size: 24px
    }
}

.about-team .content-box {
    width: calc(25% - 30px)
}

@media (max-width: 689.98px) {
    .about-team .content-box {
        width: calc(50% - 10px)
    }
}

.about-team .content-box img {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.about-team .content-box h3 {
    font-weight: 500
}

.about-team .content-box h4 {
    font-weight: 500
}

.about-team .content-box p {
    font-family: "Roboto", sans-serif;
    font-weight: 300
}

.about-in-media {
    padding: 50px 0
}

@media (max-width: 689.98px) {
    .about-in-media {
        padding: 0
    }
}

.about-in-media h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif
}

@media (max-width: 479.98px) {
    .about-in-media h2 {
        font-size: 24px
    }
}

.about-in-media .logo-boxes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-in-media .logo-boxes-container figure {
    display: block;
    margin: 0
}

.about-in-media .logo-boxes-container .logo-box {
    position: relative;
    padding: 15px;
    width: calc(100% / 6);
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 689.98px) {
    .about-in-media .logo-boxes-container .logo-box {
        width: calc(100% / 3)
    }

    .about-in-media .logo-boxes-container .logo-box:nth-child(3n+3) {
        border-right: none
    }

    .about-in-media .logo-boxes-container .logo-box:nth-child(n+6) {
        border-right: 1px solid #DDDDDD
    }

    .about-in-media .logo-boxes-container .logo-box:nth-child(n+7) {
        border-bottom: 1px solid #DDDDDD !important
    }

    .about-in-media .logo-boxes-container .logo-box:nth-child(n+10) {
        border-bottom: none !important
    }

    .about-in-media .logo-boxes-container .logo-box:nth-child(9) {
        border-right: none !important
    }
}

.about-in-media .logo-boxes-container .logo-box:nth-child(n+6) {
    border-right: none
}

.about-in-media .logo-boxes-container .logo-box:nth-child(n+7) {
    border-right: 1px solid #DDDDDD
}

.about-in-media .logo-boxes-container .logo-box:nth-child(n+12) {
    border-right: none
}

.about-in-media .logo-boxes-container .logo-box:nth-child(n+7) {
    border-bottom: none
}

.about-in-media .logo-boxes-container .logo-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.about-in-media .logo-boxes-container .logo-box a:hover {
    opacity: 0.6
}

.about-in-media .logo-boxes-container .logo-box a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.about-partners .ae-partners {
    padding: 40px 0 40px 0;
    border-bottom: none
}

.about-partners .ae-partners .ae-partners-header {
    width: 100%
}

.about-partners .ae-partners .ae-partners-slider {
    width: 100%
}

.about-partners .ae-partners .ae-partners-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-partners .ae-partners .slick-autoplay-toggle-button {
    display: none
}

.about-partners .ae-partners .ae-partners-header h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif
}

@media (max-width: 479.98px) {
    .about-partners .ae-partners .ae-partners-header h2 {
        font-size: 24px
    }
}

.about-partners .ae-partners .ae-partners-slider {
    margin: 30px 0
}

.about-partners .ae-partners .ae-partners-slider svg {
    width: 100%
}

.about-career {
    padding: 50px 0;
    color: #000046
}

@media (max-width: 689.98px) {
    .about-career {
        padding: 0
    }
}

.about-career .content-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 30px
}

.about-career h2 {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif
}

@media (max-width: 479.98px) {
    .about-career h2 {
        font-size: 24px
    }
}

.about-career .content-box {
    width: calc(25% - 23px);
    margin-bottom: 30px
}

@media (max-width: 689.98px) {
    .about-career .content-box {
        width: calc(50% - 15px)
    }
}

.about-career .content-box .content-box-inner a {
    color: #000046;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.about-career .content-box .content-box-inner a:hover {
    opacity: 0.7
}

.about-career .content-box .content-box-inner a img {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display:block;
    margin:0 auto;
}

.about-career .content-box .content-box-inner a h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 15px 0
}

.about-career .content-box .content-box-inner a p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin: 0
}

.career {
    background-color: #000046;
    color: white;
    padding: 150px 0 50px 0
}

@media (max-width: 479.98px) {
    .career {
        padding: 100px 0 50px 0
    }
}

.career .content-wrap h1 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 60px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    width: 100%;
    padding-bottom: 15px
}

@media (max-width: 479.98px) {
    .career .content-wrap h1 {
        font-size: 36px
    }
}

.career-nav {
    padding: 30px 0 80px 0
}

.career-nav .content-wrap {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.career-nav .content-wrap nav a {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    color: #000046;
    padding: 5px 20px;
    border-left: 1px solid #DDDDDD
}

.career-nav .content-wrap nav a:last-child {
    font-weight: 500;
    border-left: 1px solid #000046
}

.career-content .job {
    padding: 20px 15px
}

.career-content .content-wrap .content-box {
    width: 50%
}

.career-content .content-wrap .content-box h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    color: #000046
}

@media (max-width: 479.98px) {
    .career-content .content-wrap .content-box h2 {
        font-size: 24px
    }
}

.career-content .content-wrap .content-box img {
    width: 25%;
    height: auto;
    border-radius: 10px
}

@media (max-width: 689.98px) {
    .career-content .content-wrap .content-box img {
        width: 50%
    }
}

.career-content .content-wrap .job-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.career-content .content-wrap .career-detail {
    border-top: 1px solid #DDDDDD;
    padding-bottom: 100px
}

.career-content .content-wrap .career-detail h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    color: #000046;
    text-transform: uppercase;
}

.career-content .content-wrap .career-detail li {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000046;
    line-height: 26px;
}

.career-content .content-wrap .career-detail p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000046;
    line-height: 26px;
}
.about-career .content-box .content-box-inner a p{
    line-height: 26px;
}
.about-career .content-box .content-box-inner a h3{
    line-height: 26px;
}
.about-team .content-box p{
    line-height: 26px;
}

.career-content .content-wrap .career-detail p span {
    font-weight: 700
}

.about-in-media .logo-boxes-container{
    width:100%;
}
.career-content .content-wrap .job-img{
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.career-content .content-wrap .content-box img{
    width:inherit;
}