/*
Theme Name: webshowcase
Author: the WordPress team
Author URI: http://ihordu4enko.pp.ua/
Description: Portfolio Site
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'Sffourch';
    src: url('fonts/sffourchebold.ttf'); /* IE9 Compat Modes */

}
.product-description h1{
    font-family: 'Sffourch',sans-serif;
    font-size: 43px;
    color: #b10d0f;
    margin-bottom: 15px;
}

.tabs.mod-sm {
    padding-bottom: 30px;
}

.tabs.mod-sm li a {
    padding: 15px;
}

.request-form .default-btn{
    background: transparent;
}
.request-form input{
    position: relative;
}
.wpcf7-form-control-wrap{
    display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.SumoSelect {
    width: 100% !important;
    height:45px;
    margin-bottom:10px;
}
p.CaptionCont.SelectBox{
    margin-bottom: 0 !important;
    height: 45px;
    background: #1f1f1f;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid rgba(163,163,163,0.48);
    padding-left: 0;
    font: 18px/24px "Abel",sans-serif;
    letter-spacing: 0;
}
.SumoSelect.open>.optWrapper {
    top: 45px !important;
    color: #1f1f1f;
}
.SumoSelect:focus>.CaptionCont{
    box-shadow: none !important;
    border-color: rgba(163,163,163,0.48) !important;
}
.SumoSelect:hover>.CaptionCont {
    box-shadow: none !important;
    border-color: rgba(163,163,163,0.48) !important;
}
.SumoSelect>.CaptionCont>span{
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -ms-align-items: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
}
.SumoSelect>.CaptionCont>label>i{
    background-image: url('images/Arrow-down.svg.png') !important;
    background-size: contain !important;
    transition: all 500ms;
}
.open i{
    transform: rotate(180deg);
}
.contact-us-form .wpcf7-validation-errors {
    margin-top:50px !important;
}
.contact-face-info{
    color: #333;
}
.post-content ul{
    list-style-type: square;
    list-style-position: inside;
}
ul#menu-footer-menu li {
    margin-left: 15px;
}
.logo img {
    width: 120px;
}
.post-content .product-list {
    list-style: none;
}
.searchresult a{
    text-decoration: none !important;
    line-height: 25px;
}
.searchresult a:hover{
    text-decoration: underline !important;
}
.default-page{
    padding-left: 0 !important;
}
.comment-holder.bg-img{
    background-attachment: fixed;
}
@media (max-width: 991px){
    .logo img {
       width:80px;
    }
}
@media (max-width: 1015px) {
    .open-menu {
        margin-top: 6px;
    }

}
.visual .swiper-pagination-bullet {
    width: 20px !important;
}
.product-name{
    font-size: 30px !important;
    line-height: 33px !important;
}
span.learn-about {
    padding: 15px 5px !important;
    font-size:12px
}


.footer_navigation__social_links ul {
    display: flex;
}

.footer_navigation__social_links li {
    margin: 0 .2em;
    display: inline-block;
    vertical-align: middle;
}

.footer_navigation__social_links a {
    display: block;
    position: relative;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius: 50%;
    background: #fff;
    color: #292929;
    font-size: 1.1rem;
    text-align: center;
    transition: all .2s ease-out 0s;
}

/* Team members */
.team-member-photo{
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -125px;
}

.team-member-photo img{
    border: 4px solid #FFF;
    border-radius: 50%;
}

.internal.internal-bio{
    padding-bottom: 0px;
}

.internal.internal-bio h1{
    text-align: center;
    margin-bottom: 20px;
}

.internal.internal-bio h3{
    text-align: center;
    margin-bottom: 25px;
}

.internal.internal-bio .linkedin-link-wrapper{
    text-align: center;
    margin-bottom: 15px;
}

.leadership-list .leadership-list-item a .description .h4 {
    margin-bottom: 10px;
    text-align: left;
}

.our-services {
    margin-top: 70px;
}

.leadership-list .leadership-list-item a .description .h4{
    text-transform: uppercase;
}

.leadership-list .leadership-list-item a .description .holder p{
    text-transform: uppercase;
}

footer .address-line{
    margin-top: 20px;
}

/* xs & sm (mobile) */
@media (max-width: 767.98px) {
    footer .address-line{
        margin-bottom: 35px;
    }
}

/* VIDEO SECTION ON HOME */

.videos {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-color: #202020;*/
}

@media (min-width: 1200px) {
    .videos .container {
        max-width: 820px;
    }
}


.videos h3 {
    /*color: #FFF;*/
    font-size: 40px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}


.videos .videos-main {
    width: 100%;
}

.videos .videos-main .video-thumb, .videos .videos-main .video-thumb iframe {
    border-radius: 10px;
}

.videos .videos-nav {
    width: 100%;
}

.videos .videos-nav,
.videos .videos-nav .slick-list,
.videos .videos-nav .slick-track,
.videos .videos-nav .slick-slide,
.videos .videos-nav div,
.videos .videos-nav .videos-nav-slide,
.videos .videos-nav .video-thumb,
.videos .videos-nav .video-thumb .play-youtube-btn {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    font-size: 0px !important;
}


.videos .videos-main .videos-main-slide {
}

.videos .videos-main .videos-main-slide .video-thumb {
    height: 445px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.videos .videos-main .videos-main-slide .video-thumb iframe {
    width: 100%;
}

.videos .videos-nav .videos-nav-slide {
    display: inline-block;
}

.videos .videos-nav .videos-nav-slide .video-thumb {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid #202020 8px;
    border-radius: 20px;
}

.videos .videos-nav .slick-prev.slick-arrow {
    -webkit-transform: rotate(
            -135deg
    );
    transform: rotate(
            -135deg
    );
    left: -30px;
}

.videos .videos-nav .slick-arrow {
    position: absolute;
    content: '';
    z-index: 2;
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    outline: none;
    font-size: 0px;
    background: none;
    width: 10px;
    height: 10px;
    padding: 0px;
}

.videos .videos-nav .slick-next.slick-arrow {
    -webkit-transform: rotate(
            45deg
    );
    transform: rotate(
            45deg
    );
    right: -30px;
}


.videos-main .play-youtube-btn, .videos-main .pause-youtube-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    left: calc((100% - 100px) / 2);
    margin-top: 180px;
    position: absolute;
}

.videos-main .play-youtube-btn:hover, .videos-main .pause-youtube-btn:hover {
    opacity: 1;
}

.videos-main .play-youtube-btn {
    background-image: url("images/play-youtube.svg");
    opacity: 0.7;
}

.videos-main .pause-youtube-btn {
    background-image: url("images/pause-youtube.svg");
    opacity: 0.7;
}

.videos-nav .play-youtube-btn, .videos-nav .pause-youtube-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: calc((100% - 50px) / 2);
    margin-top: 30px;
}

.videos-nav .play-youtube-btn:hover, .videos-nav .pause-youtube-btn:hover {
    opacity: 1;
}

.videos-nav .play-youtube-btn {
    background-image: url("images/play-youtube.svg");
    opacity: 0.7;
}

.videos-nav .pause-youtube-btn {
    background-image: url("images/pause-youtube.svg");
    opacity: 0.7;
}


.videos-main .slick-track .slick-slide .videos-main-slide .video-thumb iframe {
    opacity: 0;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

@media (max-width: 1023.98px) {
    .videos .videos-main .videos-main-slide .video-thumb {
        height: 200px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .videos .videos-main .videos-main-slide .video-thumb iframe {
        height: 200px;
    }

    .videos .videos-nav .slick-arrow {
        display: none !important;
    }

    .videos-main .play-youtube-btn, .videos-main .pause-youtube-btn {
        margin-top: 50px;
    }

    .videos .videos-nav .videos-nav-slide .video-thumb {
        height: 85px;
    }

    .videos-nav .play-youtube-btn, .videos-nav .pause-youtube-btn {
        margin-top: 10px;
    }
}


/* aircraft Section */

.aircraft {
    margin-bottom: 100px;
}

.aircraft h1 {
    font-size: 40px;
    line-height: 40px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: center;
}

.aircraft .aircraft-wrapper {
    z-index: 10;
    position: relative;
}

.aircraft .aircraft-wrapper .aircraft-item {
    display: table-cell;
    width: 24%;
    margin-left: .5%;
    margin-right: .5%;
    text-align: center;
    height: 510px;
    vertical-align: bottom;
}

.aircraft .aircraft-wrapper .aircraft-item .aircraft-item-image {
    pointer-events: none;
}

.aircraft .aircraft-wrapper .aircraft-item .aircraft-item-shadow {
    pointer-events: none;
}

.aircraft .aircraft-wrapper .aircraft-item .p {
    pointer-events: none;
}

.aircraft .aircraft-wrapper .aircraft-item .a {
    pointer-events: none;
}

.aircraft .aircraft-wrapper .aircraft-item .h4 {
    pointer-events: none;
}

.aircraft .aircraft-wrapper .item-1 .aircraft-item-image.active {
    margin-bottom: -40px;
}

.aircraft .aircraft-wrapper .item-1 .aircraft-item-shadow.active {
    margin-left: 0px;
    height: 170px !important;
}

.aircraft .aircraft-wrapper .item-2 .aircraft-item-image.active {
    margin-bottom: -35px;
}

.aircraft .aircraft-wrapper .item-2 .aircraft-item-shadow.active {
    margin-left: -10px;
    height: 170px !important;
}


.aircraft .aircraft-wrapper .item-3 .aircraft-item-image.active {
    margin-bottom: -15px;
}

.aircraft .aircraft-wrapper .item-3 .aircraft-item-shadow.active {
    margin-left: 31px;
    margin-top: -37px;
    height: 130px !important;
    transform: rotate(
            12deg
    );
}


.aircraft .aircraft-wrapper .item-4 .aircraft-item-image.active {
    margin-bottom: -35px;
}

.aircraft .aircraft-wrapper .item-4 .aircraft-item-shadow.active {
    margin-left: 30px;
    height: 150px !important;
    transform: rotate(
            10deg
    );
}


.aircraft .aircraft-wrapper .aircraft-item h4 {
    font-size: 24px;
    color: #FFF;
    margin: 0px 20px;
}

.aircraft .aircraft-wrapper .aircraft-item p {
    font-size: 16px;
    color: #FFF;
    margin: 25px 20px 0px 20px;
    /*opacity: 0;*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.aircraft .aircraft-wrapper .aircraft-item a {
    margin: 20px 0px 40px 0px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    /*opacity: 0;*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    position: relative;
}

.aircraft .aircraft-wrapper .aircraft-item a::after {
    font-size: 18px;
    position: absolute;
    content: '';
    border-top: 1px solid #c43a43;
    border-right: 1px solid #c43a43;
    height: 5px;
    width: 5px;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%) rotate(
            45deg
    );
    transform: translateY(-50%) rotate(
            45deg
    );
    transition: all .3s;
}

.aircraft .aircraft-wrapper .aircraft-item .aircraft-item-image {
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.aircraft .aircraft-wrapper .aircraft-item .aircraft-item-shadow {
    display: inline-block;
    height: 0px;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.aircraft .aircraft-buttons {
    padding-top: 260px;
    background-color: #202020;
    text-align: center;
    margin-top: -280px;
}

.aircraft .aircraft-buttons a,
.aircraft .aircraft-buttons button.download-file.default-btn {
    background-color: #FFF;
    border: 1px solid #202020;
    padding: 7px 33px;
    color: #202020;
    position: relative;
    bottom: -25px;
    line-height: 40px;
    display: inline-block;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
}

.aircraft .aircraft-buttons a:hover,
.aircraft .aircraft-buttons button.download-file.default-btn:hover {
    background-color: #c43a43;
    border-color: #c43a43;
    color: #FFF;
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {

    .aircraft h1 {
        margin-bottom: 20px;
    }

    .aircraft .aircraft-wrapper .aircraft-item {
        padding: 0px 10px;
    }

    .aircraft .aircraft-wrapper .aircraft-item .aircraft-item-shadow {
        opacity: 1;
    }

    .aircraft .aircraft-wrapper .aircraft-item a {
        opacity: 1;
    }

    .aircraft .aircraft-wrapper .aircraft-item p {
        opacity: 1;
        margin: 25px 0px 0px 0px;
    }

    .aircraft .aircraft-wrapper .item-1 .aircraft-item-image {
        margin-bottom: -40px;
    }

    .aircraft .aircraft-wrapper .item-1 .aircraft-item-shadow {
        margin-left: 0px;
        height: 180px !important;
    }

    .aircraft .aircraft-wrapper .item-2 .aircraft-item-image {
        margin-bottom: -35px;
    }

    .aircraft .aircraft-wrapper .item-2 .aircraft-item-shadow {
        margin-left: -10px;
        height: 140px !important;
    }


    .aircraft .aircraft-wrapper .item-3 .aircraft-item-image {
        margin-bottom: -15px;
    }

    .aircraft .aircraft-wrapper .item-3 .aircraft-item-shadow {
        margin-left: 31px;
        margin-top: -37px;
        height: 130px !important;
        transform: rotate(
                12deg
        );
    }


    .aircraft .aircraft-wrapper .item-4 .aircraft-item-image {
        margin-bottom: -25px;
    }

    .aircraft .aircraft-wrapper .item-4 .aircraft-item-shadow {
        margin-left: 35px;
        height: 165px !important;
        transform: rotate(
                10deg
        );
    }

    .aircraft .aircraft-buttons {
        padding-top: 340px;
        background-color: #202020;
        text-align: center;
        margin-top: -350px;
    }
}

@media screen and (max-width: 767.98px) {
    .aircraft h1 {
        margin-bottom: 50px;
        line-height: 40px;
        margin-top: 20px;
    }

    main .products-holder {
        padding-top: 20px !important;
    }

    main .supporting{
        padding: 20px 0;
    }

    .aircraft .aircraft-wrapper .aircraft-item h4 {
        color: #202020;
    }

    .aircraft .aircraft-wrapper .aircraft-item {
        padding: 0px 10px;
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .aircraft .aircraft-wrapper .aircraft-item .aircraft-item-shadow {
        opacity: 1;
    }

    .aircraft .aircraft-wrapper .aircraft-item a {
        opacity: 1;
        color: #202020;
    }

    .aircraft .aircraft-wrapper .aircraft-item p {
        opacity: 1;
        margin: 25px 0px 0px 0px;
        color: #202020;
    }

    .aircraft .aircraft-wrapper .item-1 .aircraft-item-image {
        margin-bottom: -40px;
    }

    .aircraft .aircraft-wrapper .item-1 .aircraft-item-shadow {
        margin-left: 0px;
        height: 180px !important;
    }

    .aircraft .aircraft-wrapper .item-2 .aircraft-item-image {
        margin-bottom: -35px;
    }

    .aircraft .aircraft-wrapper .item-2 .aircraft-item-shadow {
        margin-left: -10px;
        height: 140px !important;
    }


    .aircraft .aircraft-wrapper .item-3 .aircraft-item-image {
        margin-bottom: -15px;
    }

    .aircraft .aircraft-wrapper .item-3 .aircraft-item-shadow {
        margin-left: 31px;
        margin-top: -37px;
        height: 130px !important;
        transform: rotate(
                12deg
        );
    }


    .aircraft .aircraft-wrapper .item-4 .aircraft-item-image {
        margin-bottom: -25px;
    }

    .aircraft .aircraft-wrapper .item-4 .aircraft-item-shadow {
        margin-left: 35px;
        height: 165px !important;
        transform: rotate(
                10deg
        );
    }

    .aircraft .aircraft-buttons {
        padding-top: 20px;
        background-color: unset;
        text-align: center;
        margin-top: 0px;
    }

    .aircraft .aircraft-buttons a {
        background-color: #FFF;
        border-color: #202020;
        color: #202020;
        position: relative;
        bottom: 0;
        margin-bottom: 20px;
        line-height: 40px;
        width: 100%;
    }
}

/* HEADER AND MAIN MENU */

#header .main-nav > ul li a{
    font: 500 14px/22px "Oswald",sans-serif;
    padding-bottom: 10px;
}

.main-nav li:hover ul.sub-menu{
    display:block;
}

.main-nav ul li > a{
    display:inline-block;
    padding:40px 0px;
}

.main-nav ul.sub-menu{
    margin-left: -30px;
    position: absolute;
    z-index: 2;
    display: none;
    background: #202020;
    padding: 20px;
}

.main-nav ul.sub-menu li{
    display:block;
    padding:0px;
    margin:0px;
}

#header .main-nav ul.sub-menu li a{
    padding:6px 10px;
    background:#202020;
    width:100%;
    display:inline-block;
    color:#FFF !important;
    font: 400 16px/22px "Oswald",sans-serif;
    text-transform: none;
}

#header .main-nav ul.sub-menu li a:hover{
    color:#a2a2a2 !important;
}

#header{
    padding:0px;
}

.heading{
    text-transform: capitalize;
}

#header .logo{
    margin-top:12px;
    padding: 10px;
}

.header-right-box{
    padding:0px;
}

.mobile-contacts{
    display: none;
}

.seacrh-btn.search-mobile{
    display: none;
}

@media (max-width: 1199.98px) {
    #header{
        padding:15px 0px;
    }
    .header-right-box{
        padding:17px 0px;
    }
    .main-nav ul li > a{
        padding:0px;
    }
}

/* xs & sm (mobile) */
@media (max-width: 1023.8px) {

    .main-nav{
        overflow: scroll;
        z-index: 12 !important;
        background-color: #202020 !important;
        background-image: url('/wp-content/themes/logostech/images/logos-mobile-menu-bg.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: bottom;
    }

    #menu-primary-menu{
        padding: 20px 20px 0px 20px;
    }
    #menu-product-menu{
        padding: 20px 20px 0px 20px;
    }
    #menu-market-menu{
        padding: 20px 20px 0px 20px;
    }

    .main-nav ul.sub-menu{
        display:block;
        position:unset;
        height: 0px;
        overflow: hidden;
        background: unset;
        padding: 0px 20px 15px 20px;
    }

    .main-nav ul.sub-menu.open{
        height: auto;
    }

    #header .mobile-search{
        display: none;
    }

    .main-nav ul li.menu-item-has-children > a .toggler{
        position: absolute;
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .main-nav ul li.menu-item-has-children > a .toggler::after{
        position: absolute;
        content: '';
        border-top: 2px solid #c43a43;
        border-right: 2px solid #c43a43;
        height: 10px;
        width: 10px;
        -webkit-transform: translateY(-50%) rotate(
                45deg
        );
        transform: translateY(-50%) rotate(
                45deg
        );
        transition: all .3s;
        margin-top: 12px;
        margin-left: 5px;
    }

    .main-nav ul li.menu-item-has-children.open > a .toggler::after{
        position: absolute;
        content: '';
        border-top: 2px solid #c43a43;
        border-right: 2px solid #c43a43;
        height: 10px;
        width: 10px;
        -webkit-transform: translateY(-65%) rotate(
                135deg
        );
        transform: translateY(-65%) rotate(
                135deg
        );
        transition: all .3s;
        margin-top: 12px;
        margin-left: 5px;
    }

    .main-nav ul.sub-menu li a{
        color:#FFF !important;
        background:rgba(255,255,255,.5);
    }

    #header .logo{
        margin-top:0px;
    }

    #header .main-nav ul li{
        text-align: left;
        margin-left: 0px;
    }

    #header .main-nav ul li a {
        font: 400 18px/22px "Oswald",sans-serif;
    }

    #header .main-nav ul li a:hover {
        color:#FFF;
    }

    #header .main-nav ul.sub-menu li a{
        font: 400 18px/22px "Oswald",sans-serif;
        padding: 12px 10px;
        background: unset;
    }

    .main-nav ul.sub-menu{
        padding-bottom: 0px;
        padding-left: 40px;
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

    .mobile-contacts{
        display: block;
        font: 300 14px/22px "Oswald",sans-serif;
        color:#a2a2a2;
        text-align: left;
        padding: 20px 20px 55px 20px;
    }
    .mobile-contacts b{
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .mobile-contacts p{
        margin-bottom: 30px;
        font: 400 14px/20px 'Quicksand', sans-serif;
    }

    .mobile-contacts p a,
    .mobile-contacts p a:hover,
    .mobile-contacts p a:active,
    .mobile-contacts p a:visited{
        color:#a2a2a2 !important;
        text-decoration: none;
    }

    ul#menu-top-social-menu li{
        margin: 0 1em;
        display: inline-block;
        vertical-align: middle;
    }

    ul#menu-top-social-menu li a{
        display: block;
        position: relative;
        width: 24px;
        height: 24px;
        line-height: 30px;
        border-radius: 50%;
        background: #fff;
        color: #292929;
        font-size: 1.1rem !important;
        text-align: center;
        transition: all .2s ease-out 0s;
    }

    .seacrh-btn.search-mobile{
        top: 25px;
        right: 5px;
        position: absolute;
        font-size: 20px;
    }

    .mobile-search.open{
        display: block !important;
    }

    .search-contact-box{
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199.8px) {
    #menu-primary-menu{
        margin-top: 35px;
    }
}

@media (min-width: 768px) {
    .mobile-only{
        display: none !important;
    }
}

/* blog */

.text-container.blog-container {
    max-width: 920px;
}

.text-container.blog-container ul.recent-news-list li {
    padding: 35px 0px;
    margin: 0px;
}

.text-container.blog-container ul.recent-news-list li p {
    color: #333;
    margin: 0px;
}

.text-container.blog-container ul.recent-news-list li a {
    margin-bottom: 20px;
}

.text-container.blog-container ul.recent-news-list li a:hover {
    text-decoration: none;
    color: #c43a43;
}

.text-container.blog-container ul.recent-news-list li .post-thumb {
    height: 160px;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background-size: cover !important;
    background-repeat: repeat !important;
}

.text-container.blog-container ul.recent-news-list li .post-intro {
    width: 69%;
    padding-left: 50px;
    vertical-align: middle;
    display: inline-block;
}

.text-container.blog-container ul.recent-news-list li.featured-post {
    border: none;
    padding: 0px;
    margin-bottom: 30px;
}

.text-container.blog-container ul.recent-news-list li.featured-post a h2 {
    color: #FFF;
    font-size: 36px;
    text-transform: none;
    position: absolute;
    bottom: 0px;
    padding: 50px;
    font-weight: 500;
    text-shadow: #444 0px 0px 3px;
}

.text-container.blog-container ul.recent-news-list li.featured-post a .featured-mark {
    background: url("/wp-content/uploads/2021/09/featured.png");
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: bold;
    color: #FFF;
    width: auto;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 10px 20px 30px 20px;
    position: absolute;
    bottom: 25%;
    left: -15px;
    letter-spacing: 0px;
}

.text-container.blog-container ul.recent-news-list li.featured-post .post-thumb {
    width: 100%;
    clip-path: unset;
    height: 440px;
    position: relative;
    background-position: center center !important;
}

.text-container.blog-container ul.recent-news-list a.post-content {
    display: contents;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form {
    background: #f6f6f7;
    border: none;
    padding: 35px 60px 20px 60px;
    margin: 35px 0px;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form h2 {
    color: #292929;
    font-size: 36px;
    text-transform: none;
    bottom: 0px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    margin-bottom: 20px;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form input[type=email] {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #292929;
    background: #f6f6f7;
    margin-top: 30px;
    padding: 5px 0px;
    color:#292929;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form input[type=email]:focus-visible {
    outline: none;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form input::placeholder {
    color: #292929;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form input[type=submit]:after {
    font-size: 18px;
    position: absolute;
    content: "";
    border-top: 1px solid #c43a43;
    border-right: 1px solid #c43a43;
    height: 5px;
    width: 5px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(
            45deg
    );
    transform: translateY(-50%) rotate(
            45deg
    );
    transition: all 0.3s;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form .wpcf7-response-output{
    color:#292929;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form input[type=submit] {
    background-color: unset;
    border: 1px solid #c43a43;
    padding: 7px 33px;
    color: #c43a43;
    display: inline-block;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 20%;
    margin-left: 4%;
    position: relative;
}

.text-container.blog-container ul.recent-news-list li.subscribe-form .wpcf7-form-control-wrap.email-24 {
    display: inline-block;
    width: 75%;
}

@media (max-width: 767.8px) {
    .text-container.blog-container ul.recent-news-list li.featured-post a .featured-mark {
        top:20px;
        bottom:0px;
    }

    .text-container.blog-container ul.recent-news-list li.featured-post a h2{
        text-shadow: #000 0px 0 4px;
        padding: 20px;
    }

    .text-container.blog-container ul.recent-news-list li .post-thumb{
        width: 100%;
        clip-path: none;
        margin-bottom: 20px;
        background-position: center center !important;
    }

    .text-container.blog-container ul.recent-news-list li .post-intro{
        width: 100%;
        padding: 0px;
    }

    .text-container.blog-container ul.recent-news-list li.subscribe-form{
        padding: 35px 20px;

    }

    .text-container.blog-container ul.recent-news-list li.subscribe-form .wpcf7-form-control-wrap.email-24{
        width: 100% !important;
        margin-bottom: 20px;
    }

    .text-container.blog-container ul.recent-news-list li.subscribe-form input{
        width: 100% !important;
        margin-left: 0px !important;
    }

    .product-box .img p{
        margin-bottom: 20px;
        text-align: left !important;
    }
}

.product-box .img p{
    font-size: 80%;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 767.8px) {
    .aircraft .aircraft-wrapper .aircraft-item p {
        font-size: 18px;
    }
    .aircraft .aircraft-wrapper .aircraft-item p {
        font-size: 18px;
    }
}

/* related posts */
.single-post .resent-post{
    background: unset;
    max-width: 900px;
    border-top: 2px solid #c43a43;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.single-post .resent-post .container{
    padding: 0px;
}

.single-post ul.recent-news-list li p {
    color: #333;
    margin: 0px;
}

.single-post ul.recent-news-list li a {
    margin-bottom: 20px;
}

.single-post ul.recent-news-list li .post-thumb {
    height: 160px;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background-size: cover !important;
    background-repeat: repeat !important;
}

.single-post ul.recent-news-list li .post-intro {
    width: 69%;
    padding-left: 50px;
    vertical-align: middle;
    display: inline-block;
}

.single-post .resent-post .headline{
    border-bottom: 1px solid rgba(162, 162, 162, 0.478431);
    padding-bottom: 40px;
    margin-bottom: 5px;
}

.single-post .resent-post h2.headline-list{
    color: #333;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.single-post .contact{
    border: none;
}

.single-post .load-more-news{
    text-align: center;
    padding: 40px 0px 0px 0px;
}

.single-post .load-more-news a{
    border: #000 1px solid;
    color: #000;
    padding: 6px 26px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

.single-post .load-more-news a:hover{
    border-color: #c43a43;
    color: #000;
}

.single-post .load-more-news a::after{
    font-size: 18px;
    position: absolute;
    content: "";
    border-top: 1px solid #c43a43;
    border-right: 1px solid #c43a43;
    height: 5px;
    width: 5px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) rotate(
            45deg);
    transform: translateY(-50%) rotate(
            45deg);
    transition: all 0.3s;
}

.single-post .recent-news-list.dark li:last-of-type{
    border-bottom: 1px solid rgba(162, 162, 162, 0.478431);
}

@media (max-width: 767.8px) {
    .single-post ul.recent-news-list li .post-thumb {
        width: 100%;
        clip-path: none;
        margin-bottom: 20px;
        background-position: center center !important;
    }
    .single-post .resent-post .container {
        padding: 0px 15px;
    }
    .single-post ul.recent-news-list li .post-intro{
        width: 100%;
        padding-left: 0px;
    }
    .single-post .resent-post h2.headline-list{
        padding: 0px;
    }
}


/* comment slider */
.comment-slick.slider-for{

}

.comment-slick.slider-for .comment-author{
    color:#000;
    font-family: "Abel", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 900px;
    margin: auto;
    font-weight: 600;
    position: relative;
    margin-top: 60px;
}

.comment-slick.slider-for .comment-author::before{
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    border-top: 1px solid #c43a43;
    position: absolute;
    left: calc((100% - 50px)/2);
    top: -30px;
}

.comment-slick.slider-for .comment-wrapper{
    color:#202020;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    width: 900px;
    margin: auto;
    position: relative;
    padding-top: 100px;
}

.comment-slick.slider-for .comment-wrapper::before{
    display: block;
    content: "";
    width: 50px;
    height: 36px;
    background-image: url("/wp-content/uploads/2021/10/Vector-Smart-Object.png");
    position: absolute;
    top: 20px;
    left: calc((100% - 50px)/2);
}

.comment-slick-nav{
    width: 340px;
    margin: 30px auto;
}

.comment-slick-nav button{
}

.comment-slick-nav .slick-track{

}

.comment-slick-nav .slick-slide.slick-active.slick-center img{
    transform: scale(1.3);
}

.comment-slick-nav .slick-slide .comment-logo{
    padding: 10px;
}

.comment-slick-nav .slick-list{
    margin: auto;
    padding: 0px 70px !important;
}

.comment-slick-nav .slick-slide img{
    width: 100%;
    height: auto;
}

.comment-slick-nav .slick-arrow {
    position: absolute;
    content: '';
    z-index: 2;
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    outline: none;
    font-size: 0px;
    background: none;
    width: 10px;
    height: 10px;
    padding: 0px;
}

.comment-slick-nav .slick-prev.slick-arrow {
    -webkit-transform: rotate(
            -135deg );
    transform: rotate(
            -135deg );
    left: -30px;
}

.comment-slick-nav .slick-next.slick-arrow {
    -webkit-transform: rotate(
            45deg );
    transform: rotate(
            45deg );
    right: -30px;
}

.comment-holder.comment-slick-slider{
    height: auto;
    padding: 50px 0px;
}



@media (max-width: 767.8px) {
    .comment-slick.slider-for .comment-wrapper{
        width: 100%;
        padding: 100px 25px 0px 25px;
    }

    .comment-slick.slider-for .comment-author{
        width: 100%;
        padding: 0px 25px;
    }

    .comment-slick-nav .slick-prev.slick-arrow {
        left: -5px;
    }

    .comment-slick-nav .slick-next.slick-arrow {
        right: -5px;
    }

    .comment-slick.slider-for .comment-wrapper{
        font-size: 18px;
        line-height: 32px;
    }
}

.postid-6745.products-template-product-new-builder .details .specs {
    padding: 0;
}

.postid-6745.products-template-product-new-builder .details .performance-list li{
    display: block;
}

@media screen and (max-width: 767.98px) {
    .postid-6745.products-template-product-new-builder .purpose .right-side {
        background-size: cover!important;
        background-repeat: no-repeat!important;
    }
}

@media screen and (min-width: 1024px) {
    .postid-6745.products-template-product-new-builder .details .specs-list{
        width: 50%;
    }
    .postid-6745.products-template-product-new-builder .details .infographic {
        width: 50%;
    }
}

.postid-6787.products-template-product-new-builder .purpose .container {
    display: flex;
    flex-flow: column;
}

.postid-6787.products-template-product-new-builder .banner .banner-caption {
    padding: 0 20px;
    top: 400px;
}

@media screen and (min-width: 767px) {
    .postid-6787.products-template-product-new-builder .purpose .container {
        flex-flow: row;
    }
}

.postid-6787.products-template-product-new-builder .purpose .left-side {
    padding-bottom: 100px;
}

body.postid-6787.products-template-product-new-builder #rte_w_img-3 .right-side {
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
body.postid-6787.products-template-product-new-builder #rte_w_img-5 .right-side {
    background-repeat: no-repeat!important;
    background-position: center!important;
}
body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(1),
body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(2),
body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(3) {
   display: none;
}

@media (min-width: 767px) {
    body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(1),
    body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(2),
    body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(3) {
        display: inline-block;
    }
    body.postid-6787.products-template-product-new-builder.products-template-product-new-builder .details .specs {
        padding: 0;
    }
    body.postid-6787.products-template-product-new-builder.products-template-product-new-builder .performance-list li {
        margin-right: 30px;
        width: calc(30% - 30px);
    }
    body.postid-6787.products-template-product-new-builder.products-template-product-new-builder .details .performance-list li:nth-of-type(3n) {
        margin-right: 0;
    }
}


@media (min-width: 1024px) {

    body.postid-6787.products-template-product-new-builder.products-template-product-new-builder .details .specs {
        padding: 0;
        display: flex;
    }
    body.postid-6787.products-template-product-new-builder .details .specs-list {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
    }
    body.postid-6787.products-template-product-new-builder .details .infographic {
        width: 50%;
        min-height: 300px;
    }

    body.postid-6787.products-template-product-new-builder .details .specs-list li {
        width: calc(50% - 20px);
        margin-bottom: 20px;
        margin-right: 20px;
    }
    body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(1) b,
    body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(2) b,
    body.postid-6787.products-template-product-new-builder .details .performance-list li:nth-child(3) b {
        font-family: 'Oswald';
        font-size: 18px;
        font-weight: 400;
    }

    body.postid-6787.products-template-product-new-builder .product-image {
        height: 650px;
    }


}

@media ( min-width: 992px ) {
    .expeertise.image-right .expeertise-img {
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0;
        background-size: cover;
    }

    .expeertise.image-right .expeertise-details {
        width: 50%;
        float: left;
        padding: 100px 130px 100px 0;
    }
}

.logos-videos-home {
    padding-top: 0;
    margin-top: -10px;
}

#main .contact-text-wrapper {
    text-align: center;
}

#main .contact-text-wrapper h3 {
    display: block;
}

#main .contact-text-wrapper a {
    color: #c43a43;
}

.subscribe-group-v2-design {
    margin-top: 30px;
    width: 100%;
}
.text-container.blog-container ul.recent-news-list li.subscribe-form input[type=submit] {
    margin: 30px 0 0 0;
    width: max-content;
}
@media (min-width: 1024px) {
    .subscribe-group-v2-design {
        display: flex;
    }
    .text-container.blog-container ul.recent-news-list li.subscribe-form input[type=submit] {
        margin: 0 0 0 15px;
    }
}
.subscribe-group-v2-design .wpcf7-form-control-wrap {
    display: flex;
}
.subscribe-group-v2-design  input[type=email] {
    margin: 0!important;
}

.address-box {
    position: relative;
    z-index: 3;
}
