
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;700&family=Rajdhani:wght@300;400;500;600;700&display=swap');


body {
  padding: 0;
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Mukta', sans-serif;
  font-weight: 200;

}

p {
  font-size: 18px;
    color: #565252;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'Mukta', sans-serif;
    font-weight: 300;
    word-spacing: 3px;
}


a:hover, a:focus {
  text-decoration: none;
}

button:focus {
  outline: none;
}

li.nav-item.active a {
  color: #20ac79 !important;
}

.no-gutter {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}

.block {
  display: block;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
} 


.img-responsive {
  width: 100%;
}



.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}



span.navbar-toggler-icon {
  background: #333;
  width: 30px;
  height: 1px;
  display: inherit;
  margin: 8px 0;
}

span.navbar-toggler-icon:nth-child(2) {
  width: 20px
}

i.fas.fa-phone {
  transform: rotate(115deg);
}
.sbs .sbs-sing:hover {
  background: #fff;
  box-shadow: 0 1px 0px rgb(52 189 139), 0 3px 7px rgb(52 189 139);
  transform: translateY(-10px);
}

.modal-body img {
  width: 100%;
}