﻿.page-name {
    text-align: center;
    margin-top: 130px;
    width: 100%;
    color: #fff;
    font-size: 6em;
}

@media (max-width: 1920px) {
    .page-name {
        text-align: center;
        margin-top: 8%;
        width: 100%;
        color: #fff;
        font-size: 3em;
    }
}

@media (max-width: 991px) {
    .page-name {
        text-align: center;
        margin-top: 8%;
        width: 100%;
        color: #fff;
        font-size: 2em;
    }
}


.content-main {
    padding: 0px;
    text-indent: 0;
    min-height: 500px;
}

.footer-container {
    top: 100px;
}


.about-html .content-1 {
    margin-top: 120px;
    position: relative;

}
.about-html .content-1 .right-bg{
    position: absolute;
    top: -60px;
    right: 0;
    height: 100px;
    width: 100%;
    background-image: url(../images/about-image02.png);
    background-repeat: no-repeat;
    background-position: 90% -10px;
    background-size: 100px 72px;
    z-index: 50;
}
.about-html .content-1 .content-block{
    position: relative;
    top:-30px;
    background-color: #f5f5f5;
    z-index: 49;
}
.about-html .content-1 .b-image {
    padding: 0 20px;
    transform:translateY(-30px);
}
.about-html .content-1 .b-title {
    color: #cc142b;
    font-size: 2em;
    font-weight: bold;
    margin-top: 10px;
}

.about-html .content-1 .b-text {
    line-height: 200%;
    padding-top: 10px;
}

.about-html .content-1-text {

    padding: 20px;
}

@media (max-width: 991px) {

    .about-html .content-1 {
        background-color: #f5f5f5;
        margin-top: 120px;

    }
    .about-html .content-1 .right-bg{
        display: none;
    }
    .about-html .content-1 .b-title {
        font-size: 1.8em;
        margin-top: 0px;
        text-align: center;
    }

    .about-html .content-1 .b-image {
        padding: 0 10px;
    }

    .about-html .content-1 {
        background-color: #f5f5f5;

    }

    .about-html .content-1-text {


    }
}


.about-html .content-2 {
    background-color: #f5f5f5;
    margin-top: 100px;
}
.about-html .content-2 .b-image {
    padding: 0 20px;
}
.about-html .content-2 .b-title {
    color: #cc142b;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    top: 15px;
    text-align: center;
}
.about-html .content-2 .b-title > div {
    border-bottom: 4px solid #cc142b;
    display: inline-block;
}

.about-html .content-2 .b-text {
    line-height: 200%;
    padding-top: 30px;
}

.about-html .content-2-text {
    position: relative;
    top: -70px;
    padding: 20px;
    height: 400px;
}

@media (max-width: 991px) {

    .about-html .content-2 {
        background-color: #f5f5f5;
        margin-top: 120px;
    }

    .about-html .content-2 .b-image {
        padding: 0 10px;
    }

    .about-html .content-2 .b-title {
        font-size: 1.8em;
        top: -20px;
    }
    .about-html .content-2 .b-title > div {
        border-bottom: 4px solid #cc142b;
        display: inline-block;
    }

    .about-html .content-2-text {
        position: relative;
        top: -70px;
        padding: 10px;
        padding-top: 20px;
        background-image: none;
    }
}

.about-html .content-3 {
    margin-top: 30px;
}
.content-3 .nav{padding-left: 50px;}
.content-3 .nav .nav-item{ margin: 0px 10px;}
.content-3 .nav .nav-item button{background-color: #f5f5f5; font-weight: bold; color: #8b8d91; padding: 8px 20px; border: 0;}
.content-3 .nav .nav-item button.active{background-color: #cc142b; color: #fff;border: 0;}
.content-3 .tab-content{background-color: #f5f5f5; border-radius: 1rem; margin: auto; width: 92%; margin-top: 30px;}
.content-3 .tab-content .b-image{ margin: 30px;}
.about-html .content-3-text {
    padding: 30px;
    font-size: 1.2em;
    line-height: 220%;
}

@media (max-width: 991px) {
    .content-3 .nav{padding-left: 0px;}
    .content-3 .nav .nav-item{ margin: 0px 5px;}
}

.content-4{margin-top: 30px;}
.content-4 .b-title{font-size: 1.8em; color: #cc142b; text-align: center; padding: 20px; font-weight: bold;}