*,body{
    margin: 0;
    padding:0;
    position: relative;
}
html {
    scroll-behavior: smooth;
}
p,li{
    font-size: 14px;
}
.navbar-nav .nav-item .nav-link{
    padding: 13px 15px;
    color: black;
   font-weight: 500;
}
.navbar-nav .nav-item .nav-link:hover{
     background-color: brown;
    color: white;
}
.navbar-nav .nav-item.active .nav-link{
    background-color: brown;
    color: white;
}
.descr p {
    font-size: 14px;
    color: #222;
}
.card ul li{
    list-style-type: none;
    font-size: 14px;
}
.services i.fa,.client-list i,.buss-partner i ,.client i {
    padding-right: 10px;
}
.client .card-header{
  background-color: white;
 
  border: none;
}
li{
    list-style-type: none;
}

/* .client {
    padding: 10px 0;
    text-align: center; */
    /* background-color: #f5f6fb; */
    /* border-top-left-radius: 45px; */
    /* border-bottom-left-radius: 45px; */
    /* border-bottom-right-radius: 45px;
} */
/* .client p.card-text{
font-size: 14px;
letter-spacing: 0.5px;
font-style: italic;
color: #8b8b99;
} */
section.copy{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    background-color: rgb(92, 86, 86);
    color: white;
    text-align: center;
}
section.copy p{
    margin: 0px;
}
.social a{
    padding-right: 10px;
}
.social a i.fa{
color:white;
}
/* .buss-partner img{
    width: 100px;
} */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 20px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
/* @media only screen and (max-width: 480px){
    .navbar-brand img{
        width: 217px;
    }
} */