*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Josefin Sans', sans-serif; }

.carousel-inner img {
    width: 100%;
    height: 80vh;
  }
  .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    margin-left: 10px;
  }
  .aboutimg {
    width: 100%;
    height: 250px!important;


  }


/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}
.fa {
 
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.btn.btn-primary.btn-floating.m-1 {
     padding: 20px;
    border-radius: 50% !important;

}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 35%;
  margin-bottom: 16px;
  margin-left: 33%;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;

}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 55px !important;
    height: 55px !important;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    text-decoration: none;
}

/* WhatsApp icon */
.whatsapp-icon {
    width: 28px !important;
    height: 28px !important;
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Prevent global img or a styles */
.whatsapp-float img,
.whatsapp-float svg {
    max-width: 28px !important;
    max-height: 28px !important;
}




/* Set a specific color for each brand */

/* Facebook 
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter 
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.footermain {
width: 100%;
height: 100px;
background: #888887;
}
.socialicon {
padding-top: 25px;
}

.company {
  color: #ffffff;
  font-size: 20px;
  padding-top: 35px;
  text-align: left;

}
*/

