html {
  scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;

    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box;
	 scroll-behavior: smooth;
    
}

.navbar .logo {max-width: 150px; width: 100%;}

.navbar .btn-primary {background-color: #0084cc;
  border-color:#0084cc;}

.owl-carousel-item .display-3 {font-size: 3rem;}

.owl-carousel-item .text-primary {color: #333 !important; background: #ffdc27de; padding: 5px 15px; border-radius: 5px; display: inline-block;}

.owl-carousel-item .btn-primary {background-color: #0084cc;
  border-color:#0084cc;}

.text-primarys {color: #0084cc !important;}

.btn-primary-new {background-color: #0084cc;
  border-color:#0084cc;}

.btn-primary-new:hover {background-color: #33aef1;
  border-color:#33aef1;}


.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #33aef1;
  border-color: #33aef1;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #33aef1;
  border-color: #33aef1;
  box-shadow: 0 0 0 .25rem rgb(11, 150, 225);
}


.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgb(11, 150, 225);
}


#shipping .shipwrap ul {margin-left: 10px;}




.about p.para {font-weight: normal; color:#2F2F2F; line-height: 1.5; font-size: 1rem;}
.service-item {display: flex; justify-content: center; align-items: center; max-height: 300px; height: 100%; background: #fff;}

.service-item img {filter: brightness(0.3); margin-bottom: 25px; }
.service-item:hover img {filter: brightness(1)}
.category a:hover .bg-white { background:#0084cc !important;}
/*.category .bg-white:hover h5 {color: #fff;}*/
.category a:hover .bg-white h5 {color: #fff;}
.bg-dark {
  background-color: #0f5296 !important;
}
 

#abouts {position: relative; padding: 80px 0 80px 0px; background: #fff; z-index: 0;}
#whatwedo {position: relative; padding: 80px 0 80px 0px; background: #f1f1f1; z-index: 0;}
#services {position: relative; padding: 80px 0 80px 0px; background: #fff; z-index: 0;}
#testimonial {position: relative; padding: 80px 0 80px 0px; background: #dff5ff; z-index: 0;}
 .floatbtn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 99999;
}

.floatbtn .bi-whatsapp::before {font-size:1.5rem;  }
 
.bg-primary-new {
    background-color: #33aef1 !important;
}

.footer a {text-decoration: none; color: #fff;}
.footer a:hover {text-decoration: underline;}



#shipping {position: relative; padding: 30px 0px; }
#shipping .shipwrap .fs-13 { font-size: 1.3rem;}


#shipping .shipwrap h1 { font-size: 2.2rem;}


#shipping .shipwrap a {
	color: #0084cc;}

#shipping .shipwrap a:hover {text-decoration: underline;}



#drawer .contact-btn {
  position: relative;
  right: 85px;
	text-transform: uppercase;
  top: 160px;
	font-weight: 600;
  padding: 10px 20px 3px 20px;
  background-color: #ff7510;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px 8px 0 0px;
  cursor: pointer;
  z-index: 999;
  rotate: 270deg;

}
.drawer {
  position: fixed;
  top: 20%;
  right: -300px; /* initially off-screen */
  width: 300px;
  /*  height: 40%;*/
  /*  background-color: #fff;*/
  transition: right 0.3s ease;
  z-index: 998;
}
#drawer .drawer-content {
  padding: 20px;
  background: #fff2e9;
  position: relative;
  border-left: solid 3px #ff7510;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
#drawer .drawer-content h2 {
  font-size: 1rem;
	text-transform:uppercase;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
  color: #222;
  text-align: left;
  margin: 0px;
  padding: 0px 0px 0 0;
}
#drawer .drawer-content p {
  font-size: .9rem;
  line-height: 1.5;
  font-family: 'Roboto';
  font-weight: 400;
  color: #666;
  text-align: left;
  margin: 0px;
  padding: 5px 0px 0 0;
}
#drawer .whtchat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'Roboto';
  padding: 10px 30px 10px 30px;
  font-size: 1rem;
  line-height: 1.1;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #25d366;
  border: 1px solid #25d366;
  transition: all 0.3s ease 0s;
  margin: 10px 0 0 0px;
  /*  border-radius: 20px;*/
  bottom: 0px;
  position: inherit;
  text-transform: inherit;
  z-index: 0;
  border-radius: 10px;
  width: auto;
}
#drawer .whtchat:hover {
  background: #686868;
  border: 1px solid #686868;
  
  color: #fff;
}
.drawer a.applybtnew {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: 'Roboto';
  padding: 10px 30px 10px 30px;
  font-size: 1rem;
  line-height: 1.1;
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #0672cb;
  border: 1px solid #0672cb;
  transition: all 0.3s ease 0s;
  margin: 15px 0 0 0px;
  /*  border-radius: 20px;*/
  bottom: 0px;
  position: inherit;
  text-transform: inherit;
  z-index: 0;
  border-radius: 10px;
  width: auto;
}
.drawer a.applybtnew:hover {
  background: #686868;
  border: 1px solid #686868;
  
  color: #fff;
  /*  border-radius: 20px;*/
}
#drawer .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
}
  
 @keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.pulse {
  animation: pulse 1s infinite ease-in-out;
}

.swing {
  animation: swing 1s infinite ease-in-out;
  transform-origin: top center;
}