/*-- iPhone X Remove Gutters --*/
html {
  padding: 0 0 0 env(safe-area-inset-left);
}
/*-- Prevent Horizontal Scrolling & Font Style --*/
html, body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #1D1D1D;
  background-color: white;
}
/*––––––––––––––NAVBAR STYLING––––––––––––––*/
header {
  background-color: white;
}
.navbar-brand img {
  padding-top: 1rem;
  padding-left: 1.5rem;
  height: 9.5rem;
}
.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  transition: background-color 0.5s ease;
}
.navbar-nav li {
  padding-right: 0.8rem;
}
.navbar-nav .nav-link {
  color: hsla(0, 0%, 25%, 1.00);
  padding-right: 1rem;
}
.navbar-nav .nav-link:hover {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, #b71616 33%, #b71616 66%, #b71616);
  background-position: 0% 80%;
  background-size: 10px 3px;
}
.navbar-nav .nav-link.active {
  /*color:hsla(235,58%,34%,1.00);*/
}
/*-------NAVBAR ANIMATION-------*/
.animation {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animation span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animation span {
  background: black;
}
.animation span:nth-child(1) {
  top: 0px;
}
.animation span:nth-child(2) {
  top: 10px;
}
.animation span:nth-child(3) {
  top: 20px;
}
.animation.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animation.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animation.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*-------END OF NAVBAR ANIMATION-------*/
@media only screen and (max-width:400px) {
  .navbar-brand img {
    padding-top: 1rem;
    padding-left: 1.2rem;
    height: 6rem;
  }
}
@media only screen and (min-width:401px) and (max-width:576px) {
  .navbar-brand img {
    padding-top: 1rem;
    padding-left: 1.2rem;
    height: 7rem;
  }
}
/*––––––––––––––END OF NAVBAR STYLING––––––––––––––*/
/*––––––––––––––START OF MOTTO STYLING––––––––––––––*/
div#motto {
  padding-left: 3.4rem;
  color: white;
  background-color: #A11212;
  max-height: 1.9rem;
  line-height: 1.9rem;
}
#motto p {
  font-size: 1.2rem;
  font-weight: 700;
}
span#numMotto {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  font-style: italic;
}
/*––––––––––––––END OF MOTTO STYLING––––––––––––––*/
#firstrow {
  background-color: hsla(240, 22%, 11%, 1.00);
  padding-top: 2rem;
}
/*-------START OF FIRST CAROUSEL STYLING-------*/
.owl-one .item img {
  display: block;
  height: 700px !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: #b71616 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white !important;
}
/*-------END OF FIRST CAROUSEL STYLING-------*/
/*-------START OF FIRST FORM STYLING-------*/
#form1 h2, #form1 h4 {
  color: hsla(0, 0%, 77%, 1.00);
  font-weight: lighter;
}
#form1 h2 {
  padding-bottom: 1rem;
}
#form1 input[type=text], #form1 input[type=tel], #form1 input[type=email] {
  background-color: transparent;
  color: white;
  border-color: #b71616;
  width: 90%;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #b71616;
  color: white;
  width: 50%;
  align-self: center;
  border: none;
}
.btn.disabled {
  opacity: 0.7 !important;
}
input[type=checkbox] {
  margin-left: 0.3rem;
}
.form-group label {
  color: hsla(0, 0%, 77%, 1.00);
  padding-left: 0.2rem;
}
#contact-form input::placeholder /*#contact-form input::-webkit-input-placeholder, #contact-form input::-moz-placeholder */ {
  color: hsla(0, 0%, 77%, 1.00);
}
/*-------START OF ABOUT US STYLING-------*/
#aboutus h1 {
  padding-top: 2rem;
  text-align: center;
  color: hsla(240, 22%, 11%, 1.00);
}
#aboutus hr {
  border: 2px solid hsla(240, 22%, 11%, 1.00);
  width: 30%;
}
.counter-box {
  display: block;
  padding: 40px 20px 37px;
  text-align: center
}
.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500
}
.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #B71616;
}
.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px
}
.mmss {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px
}
/*-------END OF ABOUT US STYLING-------*/
/*-------START OF RECYCLE STYLING-------*/
#recycle {
  background-color: hsla(240, 22%, 11%, 1.00);
  padding-bottom: 1.5rem;
}
#recycle h1 {
  color: #ffffff;
  padding-top: 2rem;
  text-align: center;
}
#recycle hr {
  border: 2px solid #b71616;
  width: 30%;
}
#recycle p {
  color: #ffffff;
}
#recycle .card {
  background-color: hsla(240, 22%, 11%, 1.00);
}
#recycle .card-body h5 {
  font-weight: 600;
}
#recycle .card-body p {
  font-weight: 300;
}
#recycle img {
  border-bottom: 3px solid #b71616 !important;
}
/*-------END OF RECYCLE STYLING-------*/
/*-------START OF FAQS STYLING-------*/
#faqsarea h1 {
  padding-top: 2rem;
  text-align: center;
  color: hsla(240, 22%, 11%, 1.00);
}
#faqsarea hr {
  border: 2px solid hsla(240, 22%, 11%, 1.00);
  width: 30%;
}
#accordion i {
  padding-right: .3rem;
  color: #B71616;
}
.card {
  margin-top: .3rem;
  border: none;
}
.card-header {
  border: none;
  background-color: transparent;
}
.card-header button {
  padding-left: 0;
}
/*-------END OF FAQS STYLING-------*/
/*-------START OF CONTACT STYLING-------*/
#contactus {
  margin-bottom: 1rem;
}
#contactus h1 {
  padding-top: 2rem;
  text-align: center;
  color: hsla(240, 22%, 11%, 1.00);
}
#contactus hr {
  border: 2px solid #b71616;
  width: 30%;
  margin-bottom: 2rem;
}
#form2 input[type=text], #form2 input[type=tel], #form2 input[type=email] {
  background-color: transparent;
  color: hsla(240, 22%, 11%, 1.00);
  border-color: #b71616;
  width: 90%;
}
#form2_message {
  background-color: transparent;
  color: hsla(240, 22%, 11%, 1.00);
  border-color: #b71616;
  width: 90%;
}
/*-------END OF CONTACT STYLING-------*/
/*-------START OF FOOTER STYLING-------*/
#Footer {
  background-color: hsla(0, 0%, 30%, 1.00);
  color: white;
  text-align: center;
  padding: 1rem;
}
#phone h2 {
  font-weight: bold;
  font-size: 1.3em;
}
#phone p {
  font-weight: lighter;
  font-size: 0.8rem;
}
hr {
  display: block;
  padding: 0;
  margin: 8px auto;
  height: 0;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#copyright {
  font-size: 0.7rem;
  font-weight: lighter;
}
#Footer a {
  text-decoration: none !important;
  color: inherit;
}
.fa-waze {
  font-size: 3rem;
  color: white;
  padding-bottom: 1rem;
}
.fa-phone {
  font-size: 2.5rem;
  color: white;
  padding-bottom: 1rem;
}
.fa-whatsapp {
  font-size: 3rem;
  color: white;
  padding-bottom: 1rem;
}
/*-------END OF FOOTER STYLING-------*/
/*-------START OF BACK TO TOP BUTTON STYLING-------*/
a.back-to-top {
  background: #b71616;
  border: 1px solid #b71616;
  color: white;
  display: none;
  height: 50px;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 53px;
}
a.back-to-top:hover {
  background: #b71616;
  border: 1px solid #b71616;
  color: white;
}
/*-------END OF BACK TO TOP BUTTON STYLING-------*/
@media only screen and (max-width:575.98px) {
  div#motto {
    padding-left: 2.8rem;
  }
  #motto p {
    font-size: 0.7rem;
  }
  span#numMotto {
    font-size: 1.1rem;
  }
  .owl-one .item img {
    display: block;
    height: 200px !important;
  }
  #firstrow {
    padding-bottom: 2rem;
  }
  #aboutus hr, #recycle hr, #faqsarea hr, #contactus hr {
    width: 60% !important;
  }
  .card-header {
    padding: 0px !important;
  }
}
@media only screen and (max-width:767.98px) {
  #form1 h2 {
    padding-top: 1rem;
  }
  #contactus iframe {
    padding-top: 1rem;
  }
}
@media only screen and (max-width:834px) {
  .owl-one .item img {
    display: block;
    height: 500px !important;
  }
}
@media only screen and (min-width:576px) and (max-width:767.98px) {
  #aboutus hr, #recycle hr, #faqsarea hr, #contactus hr {
    width: 60% !important;
  }
}
@media only screen and (min-width:768px) and (max-width:1199.98px) {
  #aboutus hr, #recycle hr, #faqsarea hr, #contactus hr {
    width: 50% !important;
  }
}
@media (max-width:797.98px) {
  .container {
    max-width: 98%;
  }
}