
.baner-content .text-content {
    text-align: center;
    padding: 10px;
    background: #f0807fc4;
    border-radius: 8px;
    width: 80%;
    margin: auto;
}
#testimonial {
    background-color: #F08080;
}
#testimonial .testimonials-item p {
    background-color: #f0807f;
}
.text-content h5{
    color: black;
}
.text-content h5 strong{
    color: rgb(233, 156, 156);
}

.tabgroup .text-content h4 {
    
    margin-bottom: 25px;
}

#blog .section-heading {
    height: 100vh;
}
.tabs .active {
    color: #d9534f;
}

.tabs a:hover{
    color: lightcoral;
}
#blog .section-heading {
    background-color: #f8c4b7b5;
}
#portfolio .section-heading {
    background-color: #f0807f;
}
#portfolio{
    height: 100vh;
    overflow: scroll;
}
#contact-us {
    background-color: #f8c4b7;
    text-align: center;
    padding: 80px 0px;
}
.header.active {
    background-color: rgb(206 ,107 ,106);
}
.becenter{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
ul li{
    color: white;
}
.d-flex{
    display: flex;
    font-size: 45px;
    color: inherit;
}
.d-flex li {
    padding: 10px;
    color: inherit;
}
.navbar-brand em {
    font-style: normal;
    color: #f8c4b7;
}
.header.active .navbar-brand {
    color: #72d3de!important;
}
.header.active .navbar-nav>li>a {

    color: #000000!important;
}
footer {
    background-color:#ce6b6a;
}
#testimonial .testimonials-item p {
    font-size: 16px;
    color: #ffffff;
    font-style: inherit;
    font-weight: 300;
    padding: 30px;
    border-radius: 5px;
}
.primary-white-button a {
    color: #df7972;
}
.baner-content .text-content h2 em {
    color: #114767!important;
}
.baner-content .text-content h2 span {
    font-weight: 700;
    color: #2e6da4!important;
}