
* {
     margin:0px;
     padding:0px;
}
 body, html {
     font-family Roboto, sans-serif, arial;
     background:#f0f3fa; 
}
.title{
    text-align: center;
    background: yellow;
    margin-left: 0px;

}
.first{
    margin-left: 15%;
    background: red;
     margin-top: 30px;
}
.second{
   margin-right: 90%; 
  
   margin-top: 5px;
}
.cname{
    text-align: center;
    font-size: 30px;

   
    

}
.second img{
    height: 100px;
    width: 100px;
     margin-bottom: 20px;
     margin-left: 10px;
    
}

 .get-in-touch {
     list-style:none;
     padding-left: 10px;

}
 .get-in-touch li i {
     color: #ed372c;
     font-size: 18px;
}
 .get-in-touch li {
     color: black;
     line-height: 2.5;
     font-size: 18px;
     text-decoration:none;
}
 .footer-e-mail {
     font-size:16px;
     font-weight:verdana;
     color:blue;
     text-decoration:none;
}
 .footer-website {
     font-size:18px;
     font-weight:verdana;
     color:blue;
     text-decoration:none;
}

.map{
    margin-left: 10%;
     margin-right: 1%;

}

 .social-media {
     list-style:none;
     margin-top:5px;
}
 .social-media li a img {
     width:35px;
     height: 35px;
}
 .social-media li {
     float:left;
     padding:10px 5px;
}
 .quicklink-heading {
     font-size:20px;
     font-weight:bold;
     color:red;
     margin-bottom:10px;
}
.cname{
    float: left;
}
.bg{
    background: pink;
    width: 90%;
    margin-left: 10%;
    margin-right: 10%;
    
}
.last-footer{
    background: deepskyblue;
    text-align: center;
    font-family:fantasy;
}
