body{
    color: #000000;
}
.why-us .content p{
    color: #000000;
}
.contact .info-box{
    color: #000000;
}
.navbar a, .navbar a:focus {
    font-size: 16px;
    font-weight: 600;
}
.contact .info-box h3{
    color: #0b2341;
}
.accordion-button:not(.collapsed) {
    color: #ed502e !important;
    background-color: #f8f9fa !important;
    font-weight: 600;
    font-size: 18px !important;
}
.accordion-button:focus {
    border-color: #f9fafb !important;
    box-shadow: none !important;
}
.accordion-button{
    font-size: 18px !important;
    font-weight: 600;
}
.watteen-team-image img{
    height: 300px;
    width: 300px;
}
.team .member{
    background: none !important;
}
.service-section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #2d405f;
}
.service-section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ed9480;
    bottom: 0;
    left: calc(50% - 25px);
}
.pricing .box {
    padding: 20px;
    background: #466393;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.pricing .box h3 {
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
}
.pricing h3, .pricing h4, .pricing h4 span, .pricing ul, .pricing ul {
    color: #fff;
}
.pricing .box ul {
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.pricing .row {
     padding-top: 0px;
}
.pricing .box .btn-buy {
    display: inline-block;
    padding: 10px 40px 12px 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}
.pricing .btn-buy {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.pricing .btn-buy:hover {
    background: #fff;
    color: #4e6fa4;
}
a.see-more.text-bold {
    font-weight: 600;
}
.icon-box:hover a{
    color: black;
}
.portfolio-description{
    padding: 20px !important;
}
.pricing h4 {
    font-size: 30px;
}

.o-login-reg{
  display: inline-block !important;
  border: 1px solid green;
  margin: 1px;
  background: #D8E9F3;
  color: green !important;
}

.o-logout
{
  border: 2px solid green;
  margin: 2px;
  background: #D8E9F3;
  color: green !important;
  width: 100%;


}
