
.footer {
  background-color: #060606;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.row {
  padding: 2em 1em;
}
.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: stretch;
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  min-height: 15em;
}
.footer h3 {
  width: 100%;
  text-align: left;
  color: #2a8ded;
  font-size: 1.6em;
  white-space: nowrap;
}
.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.footer li:not(:first-child) {
  margin-top: 0.8em;
}
.footer ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #2a8ded;
}
.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}
input,
button {
  font-size: 1em;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
button {
  background-color: #2a8ded;
  color: #ffffff;
}
div.social {
  display: flex;
  justify-content: space-around;
  font-size: 2.4em;
  flex-direction: row;
  margin-top: 0.5em;
}
.social i:hover {
  color: #2a8ded;
}
.row.secondary {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.row.secondary i {
  font-size: 1.8em;
  color: #2a8ded;
}
.row.secondary div {
  padding: 1em 0;
  width: 100%;
}
.row.secondary div:hover {
  background-color: #25262e;
}
.copyright {
  padding: 0.3em 1em;
  background-color: #25262e;
}
.copyright p {
  font-size: 0.9em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }
  .row.secondary {
    flex-direction: column;
  }
}


@media screen and (max-width: 600px) {

.footer{

  font-size: 10px;
}

}










/*

.about_us_col3{
  margin: 0;
  margin-top: 30px;
  width: 80%;
  height: 300px;
  text-align: center;
  background-color:#e3420c;
}

.about_us_col4{
margin: 0;
margin-bottom: 20px;
  width: 80%;
  height: 300px;
  text-align: center;
}









.Contactus{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1010a4;
  width: 100%;
  height: 800px;
  
}

.form-group{
  margin: 25px;
}

.Contactus form{
  display: flex;
   flex-direction: column;
  position: relative;
  background-color: #61f1f14e;
 height: 80%;
 width: 600px;
}

.btn{
  position: relative;
  display:flex;
justify-content: center;
 align-items: center;
margin-left: auto;
margin-right: auto;
width: 200px;

}

form h1{
  
  text-align: center;

  color: #fdfbfb;
}

form label{
  color: #040404;
}
