/*
Template Name: Recycling
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body {
  font-family: "Poppins", sans-serif;
}
ul {
  list-style: none;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #8b4000;
}
a:focus {
  text-decoration: none;
  color: #8b4000;
}

.button {
  background: #8b4000;
  border: 1px solid #8b4000;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 17px 45px 17px 45px;
  border-radius: 30px;
}

.button:hover {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #fff;
}

.button_1 {
  background: #8b4000;
  border: 1px solid #8b4000;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 17px 45px 17px 45px;
  border-radius: 30px;
}

.button_1:hover {
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #8b4000;
}

.button_2 {
  background: #111;
  border: 1px solid #111;
  color: #fff !important;
  display: inline-block;
  transition: 0.3s;
  padding: 17px 45px 17px 45px;
  border-radius: 30px;
}

.button_2:hover {
  background: #8b4000 !important;
  color: #fff !important;
  border: 1px solid #8b4000;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.col_green {
  color: #8b4000 !important;
}
.bg_green {
  background: #8b4000 !important;
}
.bg_back {
  background: #000000a6;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 30px;
}
h1,
h2,
h3,
h4 {
  font-family: "Abril Fatface", serif;
  letter-spacing: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
hr {
  opacity: 1;
  background-color: #dbf7e3;
}
.font_14 {
  font-size: 14px;
}
.font_8 {
  font-size: 8px;
}
.font_10 {
  font-size: 10px;
}
.font_12 {
  font-size: 12px;
}
.font_13 {
  font-size: 13px;
}
.font_60 {
  font-size: 60px !important;
}
.font_50 {
  font-size: 50px !important;
}
.line {
  height: 4px !important;
  width: 80px;
  background-color: #8b4000;
}

.p_3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.border_1 {
  border: 1px solid #dbf7e3;
}

.carousel_p .carousel-indicators {
  bottom: -60px !important;
}
.carousel_p {
  padding-bottom: 70px !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/*********************top****************/
#top {
  display: none;
}
.top_1l {
  padding-top: 6px;
}
.top_1r ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
/*********************top_end****************/

/*********************header****************/
.nav_hide:after {
  display: none;
}

#header {
  background-color: #fff;
}
#header .navbar-brand {
  font-size: 26px;
}
.navbar-collapse {
  align-items: center;
}

#header .nav-link {
  padding: 13px 16px;
  color: #666;
  text-transform: uppercase;
  font-size: 15px;
}
#header .nav-link:hover {
  background: none;
  color: #8b4000;
}
#header .nav-link:focus {
  background: none;
  color: #8b4000;
}
#header .active {
  background: none;
  color: #8b4000;
}

.drop_1 {
  min-width: 220px;
  padding: 0;
  border-radius: 0;
  margin-top: 0 !important;
  border: none;
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
  background: #fff;
  border-top: 3px solid #8b4000;
}
.drop_1 a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2f7;
  color: #333;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.drop_1 a:hover {
  background: none;
  color: #8b4000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 3;
  background-color: #fff;
}
.sticky {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.social_link {
  border: 1px solid #dbf7e3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 !important;
  text-align: center;
}
/*********************header_end****************/

/*********************common****************/
.pages ul li {
  display: inline-block;
}
.pages ul li a {
  display: block;
  color: #0c121d;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #dbf7e3;
  background: #fff;
}
.pages ul li a:hover {
  background: #8b4000;
  border: 1px solid #8b4000;
}
.pages ul li a:hover {
  color: #fff !important;
}
.act {
  background: #8b4000 !important;
  border: 1px solid #8b4000 !important;
  color: #fff !important;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: block;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #f56505;
}
.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
  background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}
.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}
a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 2px 0 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
}
.social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.form-control:focus {
  box-shadow: none;
  border-color: #dbf7e3;
}
.form-select:focus {
  box-shadow: none;
  border-color: #dbf7e3;
}
.form-control {
  border-color: #dbf7e3;
  box-shadow: none;
  border-radius: 0;
  height: 55px;
}
.form-select {
  border-color: #dbf7e3;
  box-shadow: none;
  border-radius: 0;
  height: 55px;
  color: #777;
}

.shadow_box {
  box-shadow: 0px 4px 20px -3px rgb(22 36 62 / 15%);
}
.carousel-indicators [data-bs-target] {
  background-color: #8b4000;
}

.input-group .form-control {
  height: auto;
}
.input-group .form-control:focus {
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #8b4000;
  border-color: #8b4000;
}
.form_text {
  height: 150px !important;
}

.center_om {
  padding-top: 140px;
  padding-bottom: 140px;
  background: #00000094 !important;
}
.about_h2m .progress-bar {
  background: #fafafa;
  border-radius: 0;
}
.about_h2m .progress {
  background-color: #8b4000;
  height: 8px;
  overflow: hidden;
  border-radius: 0;
}
.schedm {
  background: #00000094 !important;
}

/*********************common_end****************/

/*********************mission****************/
.accordion-button {
  background: #666;
  color: #fff;
  padding: 8px 15px;
  border: 0;
  font-size: 18px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed) {
  background: #8b4000;
  color: #fff;
  padding: 8px 15px;
}
.accordion-body {
  padding: 20px;
  background: #fafafa;
}
.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #fff;
  transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 40px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}
.accordion-item {
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #dbf7e3;
  margin-bottom: 10px;
}

/*********************mission_end****************/

/*********************about_h****************/
.about_h2i1 span {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.about_h2i1 {
  top: -40px;
}
.about_h2 {
  margin-top: 70px;
}
/*********************about_h_end****************/

/*********************footer****************/
#footer {
  background: #131311 !important;
}
/*********************footer_end****************/

@media screen and (max-width: 767px) {
  .navbar-collapse {
    max-height: 300px;
    overflow-y: scroll;
    border-top: 1px solid #dbf7e3;
    margin-top: 15px;
  }
  #header .nav-link {
    font-size: 24px !important;
    border-bottom: 1px solid #dbf7e3;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0 !important;
  }

  .navbar .navbar-toggler {
    box-shadow: none !important;
    background: #fbfbfb;
    border: none;
    border-radius: 0;
    margin-top: 0;
  }
  .drop_1 {
    margin-top: 0 !important;
    min-width: 100%;
  }
  .drop_1 a {
    font-size: 22px;
    padding-left: 40px;
  }
  .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .sticky .drop_1 {
    margin-top: 0 !important;
  }
  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .pages ul li {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .center_sm {
    text-align: center !important;
  }
  #top {
    display: none;
  }
  #header .navbar-brand {
    margin-right: 0 !important;
    font-size: 22px;
  }
  .social_link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
  }
  .about_h1 br {
    display: none;
  }
  .about_h1 p {
    text-align: left;
  }
  .about_h2i {
    margin-top: 55px;
  }
  .about_h2i p {
    text-align: left;
  }
  .about_h2 {
    margin-top: 20px;
  }
  .serv_h1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .testim_1im1 p {
    text-align: left;
  }
  .testim_1im1 p br {
    display: none;
  }
  .blog_h1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer_1i h4 {
    text-align: center;
  }
  .footer_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer_b1l {
    text-align: left !important;
  }
  .center_o1 h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }
  .top_1l ul li {
    font-size: 12px;
  }
  #header .navbar-brand {
    font-size: 20px;
  }
  #header .nav-link {
    padding: 13px 6px;
  }
  .testim_1im1 p br {
    display: none;
  }
  .footer_1i h4 {
    font-size: 24px;
  }
}
@media (min-width: 871px) and (max-width: 991px) {
  #header .nav-link {
    padding: 13px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-md {
    flex-wrap: wrap !important;
  }
  .drop_1 {
    left: auto !important;
    right: 0 !important;
  }
  .testim_1im1 p br {
    display: none;
  }
}

@media (min-width: 1201px) and (max-width: 1270px) {
}

/* Manually added */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #eaedf2;
  font-family: 'Roboto', sans-serif;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
}
.floating-container:hover {
  height: 220px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px #8b4000;
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #8b4000;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px #8b4000;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #8b4000;
  box-shadow: 0 20px 20px -10px #8b4000;
}

.floating-container .float-element:nth-child(2) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}