@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Montserrat:wght@900&family=Poppins&family=Ubuntu&display=swap');
*{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    
  }
  /* body{
    background-color: rgb(43, 36, 95);
  } */
/* algo content  */
.algo-content{
    font-size: 21px;
    line-height: 2;
}

.head{
  text-align: center;
}
/* about us  */
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > div[class*='col-'] {
 display: flex;
}
.get-in-touch{
  width: 40%;
  margin: 40px auto 60px;
  text-align: center;
}



.get-in-touch{        
  width: 40%;
  margin: 40px auto 60px;
  text-align: center;
}

.btn {
background: #11cdd4;
background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
background-image: -o-linear-gradient(top, #11cdd4, #11999e);
background-image: linear-gradient(to bottom, #11cdd4, #11999e);
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;

color: #ffffff;

padding: 10px 20px 10px 20px;
text-decoration: none;
}

.btn:hover {
background: #36786f;
background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
text-decoration: none;
}

hr{
  border: dotted 12px #397777;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

