@font-face{
    font-family:Proxima-Nova-Semibold;
    src:local("Proxima-Nova-Semibold"),
        local("Proxima-Nova-Semibold"),
        url(../otf/proxima-nova-semibold.otf)
}

@font-face{
    font-family:Proxima-Nova-Bold;
    src:local("Proxima-Nova-Bold"),
        local("Proxima-Nova-Bold"),
        url(../otf/proxima-nova-bold.otf)
}

@font-face{
    font-family:Proxima-Nova-Regular;
    src:local("Proxima-Nova-Regular"),
        local("Proxima-Nova-Regular"),
        url(../otf/proxima-nova-regular.otf)
}

.proximanova-bold {
    font-family: "Proxima-Nova-Bold", "Poppins-SemiBold", arial;
}

.proximanova-semibold {
    font-family: "Proxima-Nova-Semibold", "Poppins-SemiBold", arial;
}

.proximanova-regular {
    font-family: "Proxima-Nova-Regular", "Poppins-Regular", arial;
}

body {
    background: #fff;
}

#fh5co-features-3 {
    padding: 0 !important;
    background: none !important;
}

.bg-f7f7f7 {
    background-color: #f7f7f7 !important;
}

.filters_row {
    box-shadow: none !important;
}

.filtr-container {
    box-shadow: 0px 27px 43px 0px rgba(32, 94, 171, 0.1) !important;
}

.scrolled #fh5co-menu {
    border-bottom: none !important;
/*    top:46px !important;*/
}

.blog-filter-container {
    padding: 20px 0;
    /*display: flex;*/
    align-items: center;
    /*justify-content: space-between;*/
    display: none;
}

.features_container {
    margin-top: -35px;
    box-shadow: 0px 27px 43px 0px rgba(32, 94, 171, 0.1) !important;
    background: #f9f9f9;
    border: 1px solid #efefef;
    margin-bottom: 130px;
    position: relative;
    top: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 0px;
    /*box-shadow: none;*/
    transition: .2s ease-in all;
    /*background: transparent;*/
}

.blog_head {
    margin-top: 25px;
}

.filter_feature_by {
    position: unset !important;
}

.blog_type {
    display: table;
}

ul.features_filters {
    display: inline-block;
    padding-left: 20px !important;
    margin-top: 0 !important;;
    margin-bottom: 0px;
}

ul.features_filters li {
    padding: 5px 13px !important;
    line-height: 1.5;
}

.search-row {
    display: inline-block;
    position: relative;
    width: auto !important;
}
.filtr-search {
    border: 1px solid #d7d7d7 !important;
    margin: 0 !important;
}

.blog-div {
    position: relative;
    margin-bottom: 30px;
    margin-left: 20px;
}

.blog-image {
    position: relative;
    min-height: 300px;
    left: -20px;
}

.blog-details-div {
    position: relative;
    padding: 10px 20px 30px;
    background-color: #fff;
    box-shadow: 2.884px 0.827px 61.75px 3.25px rgba(0, 0, 0, 0.06);
    width: 92%;
    height: 280px;
    overflow: hidden;
    margin-top: -100px;
}

.shape_bg {
    background: url(../svg/shape_gradient.svg) no-repeat;
    background-size: 110px;
    height: 60px;
    width: 110px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: -42px;
}

.blog-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 12px;
}

.blog-headding {
    color: #262626;
    font-size: 20px;
    margin: 10px 0;
    font-family: "Proxima-Nova-Semibold", "Poppins-SemiBold", arial;
}

.blog-type {
    display: inline-block;
    font-family: "Proxima-Nova-Regular", "Poppins-Regular", arial;
    color: #f06b7c;
    float: left;
}

.blog-post {
    display: inline-block;
    color: #949494;
    float: right;
}

.blog-text {
    color: #4a4a4a;
    max-height: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 2;
    font-family: "Proxima-Nova-Regular", "Poppins-Regular", arial;
}

.blog_read_more {
    display: inline-block;
    border: 1px solid #0045a4;
    color: #0045a4;
    margin: 34px 0 0;
    padding: 2px 20px;
    border-radius: 30px;
    transition: all .3s;
}

.social_media a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
    font-size: 19px;
    border-radius: 50%;
    margin-bottom: 10px;
    line-height: unset;
}

.blog_read_more:hover {
    background: #0045a4;
    color: #FFFFFF;
}

.pagination-prev, .pagination-next {
    display: none;
}

#paginationWrapper .pagination-block {
    border: 1px solid #979797;
    border-radius: 50%;
}

.pagination-block.active {
    background: #0e2944 !important;
    color: #fff !important;
}

#paginationWrapper .pagination-last-child {
    margin-right: 10px;
}

#paginationWrapper {
    display: inline-block;
}

.offers_fluid {
    padding: 85px 0 40px;
    min-height: 240px;
}

.tm_features {
    height: 100%;
    background: #f9f9f9;
}

blockquote {
    border-left:4px solid #009e4e!important;
    color:#666;
    background:rgba(0,0,0,.01)
}

@media only screen and (min-width: 1199px) {
    #fh5co-features-3 .fh5co-text-wrap {
        padding: 0 40px;
    }

    .blog-image {
        width: 90%;
    }
}

@media only screen and (min-width: 330px) and (max-width: 480px) {
    .shape_bg {
        top: inherit;
        bottom: 20px;

    }
}

@media only screen and (max-width: 767px) {
    .blog-image {
        min-height: 300px;
        left: unset;
    }
    .blog-div {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .blog-details-div {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .blog-image {
        min-height: 190px !important;
    }
    .blog_container{
        padding: 0 !important;
    }
    .blog-details-div{
        height:250px !important;
    }
    .shape_bg{
        height: 40px !important;
    }
}

@media only screen and (min-width: 330px) and (max-width: 767px) {
    .offers_fluid .container{
        margin-bottom: 10px;
    }
}


#fh5co-features, #fh5co-features-2, #fh5co-features-3, #fh5co-products, #fh5co-faqs {
    padding: 0;
    position: relative;
    border-bottom: 0px solid #f2f2f2;
    background-image: url(../jpg/movement2.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 379px;
}

.filter_feature_by {
    position: relative;
    top: 7px;
}
.offers_fluid {
    padding: 40px 0;
    margin-top: 60px;
    color: #fff;
    background: #1c4068 url(../svg/shape.svg);
}

.simple_text {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
}

.simple_text:after {
    width: 38px;
    height: 4px;
    background: #f06c7c;
    content: '';
    position: absolute;
    top: 39px;
    /*left: calc(50% - 19px);*/
    /*top: 57px;*/
}

.simple_paragraph {
    width: 55%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
}

.features_container b {
    color: #f06c7c;
}

.tm_features {
    color: #333333;
    position: relative;
    clear: both;
    margin-top: 40px;
}

a.filter_download_by {
    position: absolute;
    right: 25px;
    top: 17px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    background: #f9fafc;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    color: #333333;
}

ul.features_filters {
    padding-left: 135px;
    margin-top: -26px;
    margin-bottom: 0px;
}

ul.features_filters li {
    list-style: none;
    display: inline-block;
    border: 1px solid #dbdee5;
    padding: 5px 20px;
    border-radius: 25px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    transition: .2s ease-in all;
    color: #181819;
}

div#appContaine {
    overflow: hidden
}

.features_filters li.filtr-active {
    border: 1px solid #f06c7c;
    color: #f06c7c;
    background: #f06c7c;
    color: #fff;
    font-weight: 500;
}

.nav-gallery .filtr-active {
    background-color: #26a45b;
    box-shadow: inset 0 0 5px rgba(26, 29, 25, 0.35);
}

.filtr-item {
    transition: .2s ease-in all;
}

.search-row {
    width: 40%;
    margin: 0 auto;
    position: relative;
}

.filtr-search {
    width: 100%;
    border-radius: 22px;
    padding: 5px 15px;
    color: #000;
    margin: 10px 0px;
    border: none;
    box-shadow: none;
    outline: none;
    position: relative;
}

.search-row:after {
    position: absolute;
    content: "\e036";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-family: 'icomoon';
    color: #333333;
    font-size: 18px;
}

#fh5co-features-3 .fh5co-text-wrap {
    position: relative;
}
.filters_row {
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

a.slidebtn.blogreadmore {
    margin-top: 18px;
}
.blog-mobile-description {
    display: none;
}

@media only screen and (max-width: 767px) {
    .simple_paragraph {
        width: 100%!important;
    }

    #fh5co-features-3 .fh5co-text-wrap {
        padding: 5px;
    }

    #fh5co-features-3 .fh5co-text-wrap {
        margin-top: 0em;
        height: 400px;
    }
    .search-row {
        width: 95%
    }

    .filters_row {
        display: none
    }
}
@media only screen and (max-width: 991px) {
    .blog-image {
        background-size: cover !important;
    }
}
@media only screen and (min-width:767px) and (max-width: 991px) {
    .blog-mobile-description {
        display: block;
    }
    .blog-desktop-description {
        display: none;
    }
}
@media only screen and (min-width:441px) and (max-width: 765px) {
    .blog-mobile-description {
        display: none;
    }
    .blog-desktop-description {
        display: block;
    }
}
@media only screen and (max-width: 440px) {
    .blog-mobile-description {
        display: block;
    }
    .blog-desktop-description {
        display: none;
    }
}

/*features css end here*/