body {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-family: 'Mulish', sans-serif;
}

.container {
  width: 100%;
  max-width: 1366px;
}

.section-padding {
  padding: 20px 0px;
}

ul {
  padding: 0px;
}

.heading{
  text-align: center;
  padding-bottom: 50px;
}
h2.title {
  font-weight: 700;
  text-transform: uppercase;
  color: #4caf50;
  font-size: 36px;
}

h2.title span {
  color: #f8aaaf;
}

.ptb-80{
  padding: 80px 0px;
}


.book-now a {
    background: -webkit-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
    background: -o-linear-gradient(right, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
    background: linear-gradient(270deg, #7fb74c, #0a1e68, #cc0ebc, #f0104c, #ff5b11);
    background-size: 1000% 1000%;
    -webkit-animation: gradient 10s infinite;
    animation: gradient 10s infinite;
    border-radius: 5px;
    padding: 12px 40px !important;
    color: #fff !important;
    transition: 0.6s;
    animation: bounce 1.5s infinite;
    animation-timing-function: ease;
    animation-timing-function: ease-in;
    transition: 0.2s;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.gradient-button:hover {
    border-radius: 50px;
}

.top-bar {
    background: #0d0012;
}
.top-bar ul li {
    border-right: 1px solid#ccc;
    display: inline-block;
    /* padding-right: 30px; */
    padding: 0 15px;
    line-height: 14px;
    font-size: 15px;
    color: #fff;
}
.logo img {
    width: 70%;
}

.nav-bar ul {
    margin: 0px;
    padding: 0px;
}
.nav-bar ul li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}
.nav-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 8px 10px;
}
/*.nav-bar ul li a:hover{
  background: #330000;
  color: #fff;
}*/
.nav-bar-menu {
    margin-top: 10px;
    display: inline-block;
}
.book-now {
    display: inline-block;
}
.header {
    padding: 10px 0px;
}
.top-img img{
    width:100%;
}

.about-hbl{
  padding: 50px 0px;
  text-align: center;
}

.about-hbl h2 {
    font-size: 30px;
    font-weight: 700;
    font-weight: 800;
    color: #4caf50;
}






.about-us-sec h2 {
    font-size: 30px;
    font-weight: 700;
    font-weight: 800;
    color: #000;
}
 .about-us-sec a{
background: #4caf50;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
}
.about-img img{
  border-radius: 15px;
}

.product-sec {
  border: 1px solid#ccc;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.product-sec img{
  width: 100%;
    transition: 0.6s;
    position: relative;
  overflow: hidden;
}
.product-sec img:hover{
 transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.product_info{
  padding: 10px 10px;
  background: #fff;
  position: relative;
}
.product_info h4{
font-size: 18px;
margin-bottom: 15px;
}

.product_info a
{ padding: 8px 20px;
  background-color: #7ac143;
  color: #fff;
  font-weight: 600;
  transition: 0.6s;
  border-radius: 0px;
}

.product_info a:hover{
  padding: 8px 30px;
  border-radius: 50px;
}

.about-us{

  padding: 50px 0px;
}





.fixed-button {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  -webkit-animation: button-updown 1s infinite alternate;
  -moz-animation: button-updown 1s infinite alternate;
  animation: button-updown 1s infinite alternate;
}

.whatsapp-button {
  right: 20px;
  background: #4FCE5D;
}

.fixed-button a {
  display: block;
}

.whatsapp-button a {
  color: #fff;
}

@-webkit-keyframes button-updown {
  0% {
    -webkit-transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes button-updown {
  0% {
    -moz-transform: translateY(0px);
  }

  100% {
    -moz-transform: translateY(-15px);
  }
}

@keyframes button-updown {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-15px);
  }
}

.copyright {
  background: #202020;
  padding: 5px;
}

.copyright p {
  font-size: 14px;
  text-align: center;
  color: #ddd;
  margin-bottom: 0px;
  line-height: 28px;
}

.copyright a {
  color: #ddd;
  text-decoration: none;
  transition: 0.6s;
}

.copyright span {
  font-size: 14px;
  display: block;
}

.copyright span a {
  color: #f8aaaf;
}



.footer-fixed-btn {
    background: -webkit-gradient(linear, right top, left top, from(#6bec10), color-stop(#0ecb84), color-stop(#cc0ebc), color-stop(#f0104c), to(#ff5b11));
    background: -webkit-linear-gradient(right, #6bec10, #0ecb84, #cc0ebc, #f0104c, #ff5b11);
    background: -o-linear-gradient(right, #6bec10, #0ecb84, #cc0ebc, #f0104c, #ff5b11);
    background: linear-gradient(270deg, #6bec10, #0ecb84, #cc0ebc, #f0104c, #ff5b11);
    background-size: 1000% 1000%;
    -webkit-animation: btnbganim 30s infinite;
    animation: btnbganim 30s infinite;
    color: #fff !important;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
}

@-webkit-keyframes btnbganim {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes btnbganim {
    0%,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.footer-info img{
  width: 50%;
}
.footer-info p{
  margin-bottom: 15px;
    line-height: 28px;
    font-size: 18px;
    text-align: justify;
}

.footer-menu li a{
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  color: #000;
}
    footer#dk-footer {
    background: #ddd;
    padding: 50px 0px;
}
.footer-widget ul li {
    line-height: 42px;
    list-style: none;
}
.footer-widget ul li a {
    color: #000;
    font-size: 16px;
}.footer-widget h3 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
}
.footer-widget ul li span {
    background: #b7b7b7;
    background: #foo;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
        margin-right: 10px;
}
@media(max-width: 767px){
.book-now a {
    padding: 12px 10px !important;
}
section.about-us.mt-5 {
    margin-top: 0rem!important;
    margin-top: 0;
}
.about-us-sec{
margin-bottom: 20px;
}
.ptb-80 {
    padding: 40px 0px;
}
.about-img{
  margin-bottom: 15px;
}
}
@media(max-width: 540px){

.book-now a {
    padding: 6px 8px !important;
}
.nav-bar ul li a {
    font-size: 14px;
}
.header {
    padding: 5px 0px;
}.logo img {
    width: 100%;
}
footer h2 {
    font-size: 26px;
    color: #66ac4c;
    font-weight: 700;
    line-height: 38px;
}
footer p {
    font-size: 16px;
}.about-hbl h2 {
    font-size: 24px;
}.about-us-sec h2 {
    font-size: 24px;
}.ptb-80 {
    padding: 30px 0px;
}
h2.title {
    font-size: 26px;
}
.heading {
    text-align: center;
    padding-bottom: 20px;
}section.about-us.mt-5 {
    margin-top: 0rem!important;
}
.nav-bar{
  text-align: center!important;
  padding-bottom: 15px;
}
.logo img{
  width: 60%;
  display: table;
  margin: 0 auto;
}
.nav-bar ul li {
    padding-left: 0px;
}
}