/* Add custom CSS styles below */ 
               body {
  background-color:
#e7ecdf;
}       
                       
                       
          /*حجم اللوقو*/
.logo img {
    height: 300px;
}

           
  /*أيقونة البحث + تسجيل الدخول + الجرس*/
.sicon-search:before {
    content:  "\ef09";
     font-size: 25px;
    color: darkorange;
#ddc5df}
.sicon-user:before {
    content: "\f078";
    font-size: 25px;
    color: darkorange;#ddc5df
}
.sicon-bell:before {
    font-size: 25px;
    color: #78705c;
     width: 100px;
}



.footer-title span{
    color: gold;
    font-size: 25px;
}

.footer-title {
    color:#583c59;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: #583c59;
    color: darkturquoise;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}

.feature-item h3 {
    font-weight:#583c59 ;
    color: #583c59;
    font-size: 35px;
    margin-top: -2rem;
}


.footer-sub {
    color:#583C59;
    background-color:#583C59;
}