.blog-filter-section {
    background-color: #f1f1f1;
}

.blog-banner-section {
    background: #4A4A4A;
    width: 100%;
}

.section-blog-top-content {
    position: relative;
    top: 76%;
}

#blog-top-section h1 {
    font-size: 100px;
    color: #fff;
    font-family: 'SegoeUI-Bold';
}

#blog-top-section p {
    font-size: 50px;
    color: #fff;
    font-family: 'SegoeUI-Light';
}

.placeholder-section h2 {
    /*font-size: 40px;*/
    color: #333333;
    /*font-family: 'SegoeUI';*/
}

.placeholder-section p {
    font-size: 25px;
    color: #666666;
    font-family: 'SegoeUI-Light';
    /*line-height: 1.3;*/
}

.thank-you-banner-content-main {
    height: 440px;
    line-height: 440px;
}

.thank-you-banner-content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.placeholder-section span {
    color: #e89011;
}

.feature-content-section h2 {
    font-size: 35px;
    color: #ffffff;
    font-family: 'SegoeUI-Light';
}

/*.feature-content-section h4 {
    font-size: 40px;
    color: #fff;
    font-family: 'SegoeUI-Bold';
    line-height: 1.1;
}*/

.feature-content-section img.blog-image {
    width: 100%;
}

.read-more {
    color: #e89011;
    font-size: 14px;
}

    .read-more:hover {
        color: #e89011;
    }

.btn-history .btn-style {
    padding: 12px;
    margin-top:22px;
}

.why-incadea-section {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background: url("../images/img_why.png") no-repeat center center transparent;
}

.yello-block {
    /*background-color: #e89011;*/
    background: url("../images/img_plat.png") no-repeat center center transparent;
    display: block;
    width: 100%;
    height: 100%;
  
}

.why-incadea-section:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    line-height: normal;
    /*text-transform: capitalize;*/
    padding: 19px;
}

.overlaytext{
    
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 95%;
    text-align: center;
    line-height: normal;
}
}

.transform-the-way {
    /*background: url("../images/img_car.jpg")no-repeat transparent center center;*/
    width: 100%;
    height: 600px;
    background-size: cover;
}

.transform-way-text {
    font-size: 70px;
    font-family: 'SegoeUI-Semibold';
    color: #fff;
}

@media (min-width:320px) and (max-width:767px) {
    .placeholder-section h2,
    .feature-content-section h2 {
        font-size: 25px;
    }

    .placeholder-section p,
    .feature-content-section h4 {
        font-size: 25px;
    }

    .thank-you-banner-content-main {
        height: auto;
        line-height: normal;
    }

    .feature-content-section {
        padding: 0 15px;
    }

    .btn-style {
        margin-bottom: 10px;
    }

    .placeholder-section p {
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:959px) {
    .placeholder-section h2,
    .feature-content-section h2 {
        font-size: 28px;
    }

    .thank-you-banner-content-main {
        height: auto;
        line-height: normal;
    }

    .feature-content-section h4 {
        font-size: 26px;
    }
}

@media (min-width:960px) and (max-width:1024px) {
    .placeholder-section h2,
    .feature-content-section h2 {
        font-size: 28px;
    }

    .feature-content-section h4 {
        font-size: 26px;
    }

    .thank-you-banner-content-main {
        height: auto;
        line-height: normal;
    }
}
