/*Image in blog or category page*/
.qodef-blog-holder article .qodef-post-image img {
    width: 100%;
    object-fit: cover;
}

/*Header for homepage*/
.home .qodef-content,
.archive .qodef-content,
.page-template-full-width-after-title .qodef-content,
.search.search-results .qodef-content,
.error404 .qodef-content,
.page-template-blog-masonry .qodef-content,
.post-template-default .qodef-content,
.page-template-full-width-apps .qodef-content,
.page-template-affiliate-documentation-page .qodef-content,
.page-template-full-width-app .qodef-content {
    margin-top: -100px !important;
}

.home .qodef-page-header .qodef-menu-area,
.archive .qodef-page-header .qodef-menu-area,
.page-template-full-width-after-title .qodef-page-header .qodef-menu-area,
.search.search-results .qodef-page-header .qodef-menu-area,
.error404 .qodef-page-header .qodef-menu-area,
.page-template-blog-masonry .qodef-page-header .qodef-menu-area,
.post-template-default .qodef-page-header .qodef-menu-area,
.page-template-full-width-apps .qodef-page-header .qodef-menu-area,
.page-template-affiliate-documentation-page .qodef-page-header .qodef-menu-area,
.page-template-full-width-app .qodef-page-header .qodef-menu-area {
    background-color: transparent !important;
}

/*Customize controls of slider*/
@media screen and (max-width: 768px) {
    .qodef-fullwidth-slider-holder .owl-controls {
        right: 1% !important;
        left: auto;
    }
}

/*Customize header*/
.qodef-mobile-nav li a {
    color: #ffffff !important;
}

.qodef-mobile-nav {
    background: #008fbe !important;
    color: #ffffff !important;;
}

.mobile-header-appear .qodef-mobile-header-holder {
    background: #008fbe;
    height: 65px !important;
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    max-height: 65px !important;
}
.testimonial-customization {
    min-height: 140px;
    height: 140px;
    display: inline-grid !important;
    align-items: center;
}
.qodef-fullwidth-slider-item-text.customization {
    color: #ffffff !important;
    margin-bottom: 5px !important;
    font-weight: 400;
}

.qodef-fullwidth-slider-item-text.customization:before {
    content: "\e01c";
    font-family: 'simple-line-icons';
}

.qodef-fullwidth-slider-item-button.customization {
    margin-top: 30px;
}

.wpb_heading.wpb_gallery_heading {
    margin-bottom: 32px;
}

.qodef-pricing-tables.qodef-one-columns .qodef-price-table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: unset;
}

.qodef-pricing-tables {
    text-align: center;
}

.qodef-pricing-tables.qodef-five-columns .qodef-price-table {
    width: 20%;
}

.qodef-pricing-tables.qodef-six-columns .qodef-price-table {
    width: 16.6666667%;
}

.app-image img {
    max-height: 330px;
    object-fit: contain;
}

.testimonial-customization.no-narrow:after {
    display: none;
}

.features-list {
    list-style-type: none;
}

.features-list li {
    color: #ffffff;
    margin-bottom: 5px;
}

.features-list li:before {
    font-family: 'simple-line-icons';
    content: "\e01c";
    margin-right: 5px;
}

.secomapp-description {

}

.qodef-testimonial-image-holder {
    width: 50px !important;
    height: 50px !important;
    background: #bbc9cd;
    border-radius: 50px;
}

.qodef-testimonial-image-holder img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

.qodef-testimonials-job {
    color: #ffffff;
    font-weight: 700 !important;
}