body{
	margin: 0px auto;
	padding:0px auto;
  background: #f4f0ef;


}

.head{
	background-color: #3c6c7c;
}
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.navbar-brand img{
 width: 40%;
}

@media (max-width: 768px){
	.navbar-brand img{
 width: 30%;
}
.head{
	display: none;
}
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ea776c;
    padding-right: 20px;
   /* background-image: url(../img/fork.png);*/
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #3c6c7c;
    padding-right: 20px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ea776c;
    padding-right: 20px;
}
@media(max-width: 699px){
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    display: none;
}
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .6s ease;
  box-shadow: 1px 0px 7px 2px #aaaaaab3;
}
@media(max-width: 991px){
  .sticky{
  position: relative;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  transition: .6s ease;
  box-shadow: 1px 0px 7px 2px #aaaaaab3;
}
}
.sticky .logo{
  width:126px;
}



.cardi{
    background:transparent;
    border: none;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem 0.8rem;
}
.card-title h5{
    font-family: Varela Round;
}

.serv h3{
color:#e83b2c; 
font-family: Merriweather;
font-weight: 800px;
font-style: bolder;
}
.serv h4{
color:#3c6c7c; 
font-family: Caveat;
font-weight: 800px;
font-style: bolder;
font-size: 34px;
}
.serv p{
color:#a6a5a5; 
font-family: Titillium Web;

}
.d-flex{
  align-items: center;
  display: flex;
}


.cardi2 {
    background: transparent;
    border-left: none;
    border-bottom: none;
    border-top: none;
    border-right: solid 2px #ff980061;
    border-radius: 0px;
    box-shadow: 7px 8px 17px 0px #c7c2c2;
}