body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #222;
}
.header{
  background-color: rgba(255, 193, 7);
}
.card-body a {
    color: #222;
    text-decoration: none;
	 font-family: 'Roboto Condensed', sans-serif;
}
.card-body a:hover {
    color: #fa8333;
}
h2.card-header {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
}
a.btn.btn-primary {
    color: #fff;
    background-color: #fa8333;
    border-color: #fa8333;
	 font-family: 'Roboto Condensed', sans-serif;
	 font-size: 14px;
    letter-spacing: 0.5px;
}
p.card-text i {
    font-size: 20px;
    color: #fa8333;
    padding: 5px;
}
.row1 {
  display: flex;
  justify-content: space-evenly;
   padding: 5px 5px;
  text-align: center;
 box-shadow: rgb(229 229 229) 0px 22px 70px 4px;
     margin-top: 5px;
    
}

.icon{
  margin-top: 10px;
  /* display: flex; */
}
.footer-icons {
    text-align: center;
}
.title {
  display:block;
  text-align: center;
  justify-content: center;
  color: black;
  font-weight:700;
  font-size:14px;
  font-family: 'Roboto Condensed', sans-serif;

}

.li {
  text-decoration: none;
 
    width: 50%;
    text-align:center;

}

.cont img {
  /* animation: rotation 8s infinite linear; */
     height: 75px;
    width: 75px;
 /* box-shadow: rgba(255, 193, 7) 0px 22px 70px 4px;*/
}
.cont img:hover{
  animation: paused;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


#imglogo {
  height: 70px;
  width:70px;
  margin-left: 1vw;
}

#imglogo2 {
  height: 70px;
  width:70px;
  margin-right: 1vw;
}

.head1 {
 /*animation: blink 1s steps(1, end) infinite;*/
  font-size: 32px;
  font-weight: 600;
  color: black;
}

.footer {
  display: flex;
  height: 10vh;
  margin-top: 5px;
  color: white;
  background-color: rgb(255 255 255);
  align-items: center;
  justify-content: space-evenly;
   box-shadow: rgb(229 229 229) 0px 22px 70px 4px;
}
.card {
    margin: 10px !important;
}
@media only screen and (max-width: 700px) {
  .head1 {
    font-size: 12px;
    font-weight: bold;
    height: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

h2.card-header {
 
    font-size: 18px;

}
 
  .text{
    height: 20px;
  }
 #imglogo {
    margin: 0;
    height: 60px;
    width: 60px;
}
 img#imglogo2 {
    margin: 0;
    height: 60px;
    width: 60px;
}

  .cont img {
    height: 40px;
    width: 40px;
  }



  .title {

	 font-size:12px;
	 font-family: 'Roboto Condensed', sans-serif;
  }

}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fa-solid{
  height: 30px;
    font-size: 20px;
}