/* Create two equal columns that floats next to each other */
.column-one {
  float: left;
  width: 50%;
  padding: 10px 10px 10px 60px ;
  height: 70px; /* Should be removed. Only for demonstration */
  background-color:white;
}

a:hover{color:#002b7f!important;
text-decoration:none!important;}
/* Clear floats after the columns *
.row-one:after {
  content: "";
  display: table;
  clear: both;
   
}
 .full-box{ box-sizing: border-box;
   background-color:white;

 }
 .fa {
  padding: 10px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:5px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.fa-instagram {
  background: #125688;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}
.para-sty-one
{color:dark grey;
font-size:12px;}