.bg-pj_brown {
    background-color: #3A1C09;
}

.bg-pj_blue-purple {
    background-color: #373A58;
}

.brand_logo {
    width: 200px;
}

#about_i {
    padding-top: 0%;
    padding-bottom: 5%;
    background-image: linear-gradient(to bottom, rgba(243, 237, 231, 0) 0%, rgba(243, 237, 231, 1) 12%, rgba(243, 237, 231, 1) 88%, rgba(243, 237, 231, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    ;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#service_i {
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 1) 94%), url("../images/service_i_bg.png");
    background-repeat: no-repeat, repeat;
    background-position: center top, center top;
    background-size: cover, 50%;
}

#knowledge_i {
    padding-top: 7%;
    padding-bottom: 10%;
    background-image: url("../images/knowledge_i_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.knowledge_i_1, .knowledge_i_2, .knowledge_i_3 {
    background-color: #D2D2D2;
    color: #000;
}

.knowledge_i_1 a, .knowledge_i_2 a, .knowledge_i_3 a {
    color: #000;
}

.knowledge_i_1:hover, .knowledge_i_2:hover, .knowledge_i_3:hover {
    background-color: #6B71A1;
}

.knowledge_i_1 a:hover, .knowledge_i_2 a:hover, .knowledge_i_3 a:hover {
    color: #fff;
}
.service_i_txt:hover .card-body {
    color: #720065;
}

.service_i_txt:hover {
    border: 2px solid #720065;
}

.footer-text {
    font-size: 0.6rem;
}

#contact {
    margin-top: 8%;
    margin-bottom: 5%;
}

#contact_hi_i, #knowledge_hi_i, #about_hi_i, #knowledge_hi_i {
    margin-top: 3%;
}

.navbar-collapse .navbar-nav .nav-link {
    color: #720065;
    font-size: 21px;
    font-weight: 600;
}

.navbar-collapse .navbar-nav .nav-link.active {
    color: #373A58;
    font-weight: 700;
}

.navbar-collapse .navbar-nav .nav-link.active:hover {
    color: #720065;
}

.footer-txt {
    font-weight: 700;
    color: #3A1C09;
    text-shadow: -1px -1px 0 white, 1px 1px 0 #333, 1px 1px 0 #444;
}

#content {
    padding-top: 5%;
    padding-bottom: 8%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 1) 94%), url("../images/service_i_bg.png");
    background-repeat: no-repeat, repeat;
    background-position: center top, center top;
    background-size: cover, 50%;
}

.service-btn {
    border: 4px double #494965;
    background-color: rgba(255, 255, 255, .75);
}

.service-btn a {
    color: #494965;
}

.service-btn:hover {
    border: 4px double #494965;
    background-color: #494965;
}

.service-btn:hover a {
    color: #fff;
}
.text-md-nowrap{
    white-space:pre;
}
.service_ft_table{
    background-color: #F3EDE7;
    border: 4px solid #333;
}
.content-sp-mt{
    margin-top: 5%;
}
@media (max-width: 575.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding-top: 3%;
        padding-bottom: 3%;
        border-bottom: 1px solid rgba(0, 0, 0, .55);
    }
    #heroimage_i {
        height: 67.5vh;
        width: auto;
    }
    #service_i {
        padding-top: 15%;
        padding-bottom: 5%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 1) 94%), url("../images/service_i_bg.png");
        background-repeat: no-repeat, repeat;
        background-position: center top, center top;
        background-size: cover, 90%;
    }
    .service_i_txt {
        margin-top: 8%;
    }
    #knowledge_i {
        padding-top: 20%;
        margin-top: 5%;
        padding-bottom: 25%;
        background-image: url("../images/knowledge_i_bg.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 340%;
    }
    .footer-text {
        font-size: 0.4rem;
    }
        .text-md-nowrap{
        white-space:normal;
    }
    #contact_hi_i, #service_hi_i, #about_hi_i, #knowledge_hi_i {
        margin-top: 20vh;
    }
    .content-sp-mt{
        margin-top: 25vh;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding-top: 3%;
        padding-bottom: 3%;
        border-bottom: 1px solid rgba(0, 0, 0, .55);
    }
    #heroimage_i {
        height: 78vh;
        width: auto;
    }
    #service_i {
        padding-top: 15%;
        padding-bottom: 5%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 1) 94%), url("../images/service_i_bg.png");
        background-repeat: no-repeat, repeat;
        background-position: center top, center top;
        background-size: cover, 90%;
    }
    .service_i_txt {
        margin-top: 8%;
    }
    #knowledge_i {
        padding-top: 15%;
        padding-bottom: 20%;
        background-image: url("../images/knowledge_i_bg.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 280%;
    }
    #contact_hi_i {
        margin-top: 5%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        padding-top: 3%;
        padding-bottom: 3%;
        border-bottom: 1px solid rgba(0, 0, 0, .55);
    }
    .service_i_txt {
        max-width: 45%;
        margin-top: 4%;
    }
    #knowledge_i {
        padding-top: 15%;
        padding-bottom: 10%;
        background-image: url("../images/knowledge_i_bg.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 280%;
    }
    .text-md-nowrap{
        white-space:nowrap;
    }
}

@media (min-width: 992px) and (max-width: 1280.98px) {
    #heroimage_i {
        height: 70vh;
        width: auto;
    }
    .project_border_pp {
        width: 55%;
    }
    .project_border_pp:hover {
        width: 57%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        width: 140px;
        border-left: 1px solid rgba(0, 0, 0, .55);
        text-align: center;
    }
    .pj_broder_end {
        border-right: 1px solid rgba(0, 0, 0, .55);
    }
    .contact_i_txt {
        max-width: 38vw;
    }
    .service_i_txt {
        max-width: 30%;
        margin-top: 4%;
    }
    .footer-text {
        font-size: 0.9rem;
    }
    .text-md-nowrap{
        white-space:nowrap;
    }
    #content .service_txt_ms{
        margin-left: 15vw;
    }
}

@media (min-width: 1281px) {
    #heroimage_i {
        height: 87vh;
        width: auto;
    }
    #heroimage_i img {
        margin-top: -3%;
        height: auto;
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 21px;
        width: 180px;
        border-left: 1px solid rgba(0, 0, 0, .55);
        text-align: center;
    }
    .pj_broder_end {
        border-right: 1px solid rgba(0, 0, 0, .55);
    }
    .contact_i_txt {
        max-width: 38vw;
    }
    #about_i {
        padding-top: 7%;
    }
    .service_i_txt {
        max-width: 30%;
        margin-top: 4%;
    }
    .footer-text {
        font-size: 1rem;
    }
    .text-md-nowrap{
        white-space:nowrap;
    }
    #content .service_txt_ms{
        margin-left: 15vw;
    }
    @media (min-width: 1500px) {
        #heroimage_i img {
            height: 100vh;
            width: auto;
            margin-top: -3%;
        }
        #heroimage_i {
            height: 90vh;
        }
    }
}