body{
    background-color: #300004;
    font-family: 'Roboto Slab', serif;
}
.navbar-brand{
    color: white;
    font-size: 30px;
    text-decoration: none;
}
.navbar-brand:hover{
    color: white;
    font-size: 30px;
    text-decoration: none;
}
nav ul {
    margin-left: 100px;
}
nav ul li a{
    color: white;
    font-size: 16px;
    margin-left: 20px;
    text-decoration: none;
    
}
nav ul li a:hover{
    color: rgb(248, 133, 2);
    font-size: 16px;
    transition: 1s;
}
.cover{
    background: url(../images/1738.jpg);
    background-size: 100% 100%;
    height: 600px;
    width: 100%;
    padding: 250px 0px; 
}
.logo{
    height: 100px;
    width: 90px;
    margin-bottom: 10PX;
    
}
.cover h1{
    color: white;
}
.cover h3{
    color: white;
}
.cover img{
    width: 100%;
}
#home h2{
    color: rgb(248, 133, 2);
    margin-left: 20px;
    margin-bottom: 10px;
    margin: 20px;
}
#home .row{
    margin-top: 50px;
}
#home ul{
    list-style: none;
    color: white;
    font-size: 12px;
    margin-left: 0px;
}
#home ul strong{
    color:rgb(248, 133, 2) ;
    font-weight: 900;
}
.homeintro{
    display: flex;
}
.homeintro img{
    height: 80px;
    margin-left: 40px;
    margin-bottom: 10px;
}
#services .container{
    margin-top: 50px;
}

#services .col-12{
    margin-top: 20px;
}
 h2{
    color: rgb(248, 133, 2);
    margin-left: 50px;
    margin-bottom: 20px;

}
.add1 img{
    width: 80%;
    margin: 80px;
}
#about .container{
    margin-top: 50px;
}
h5{
    color:white;
}
p{
    color: white;
    font-size: 14px;
}
.abouticon{
    display: flex;
}
.abouticon img{
    height: 150px;
}
.abouticon h2{
    color: rgb(248, 133, 2);
    margin-left: 10px;
    margin-top: 35px;
    
}
#about strong{
    color:rgb(248, 133, 2) ;
}
#digitalplatform .container{
    margin-top: 50px;
}
#digitalplatform h1{
    color:rgb(248, 133, 2) ;
    text-align: center;
    margin-bottom: 20px;
}
#contact .contacticon{
   margin-top: 50px;
}
#contact .col-12{
    margin-top: 20px;
}
.contacticon{
    display: flex;
}
.contacticon img{
   height: 150px;
}
.contacticon h2{
    margin-left: 10px;
    margin-top: 50px;
}
.contactinfo{
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
}
.contactinfo p{
    margin-left: 30px;
}
.contactinfo img{
    height: 300px;
}
.infcontent{
    display: flex;
    margin-top: 20px;
    margin-left: 35px;
}
.infcontent i{
    color: rgb(248, 133, 2);
    font-size: 40px;
}
.infcontent h6{
    color: rgb(248, 133, 2);
    margin-top: 10px;
    margin-left: 5px;
}
#footer{
    background-color: #412121;
    height: 100px;
    padding: 30px 0px;
    margin-top: 30px;
}
.copyright{
    color: white;
    
}
.copyright strong{
   color:  rgb(248, 133, 2);
}
.credits{
    color: white;
    font-size: 10px;
    cursor: pointer;
    margin-top: 3px;
}
.credits a{
    color: rgb(248, 133, 2);
}