/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @font-face {
  font-family: 'memphisriver';
  src: url(/fonts//Quaterback-Fight.ttf);
} */


body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: Poppins,sans-serif;
  color: #444444;
}


a {
  /* color: #94c045; */
  text-decoration: none;
}

a:hover {
  /* color: #aacd6b; */
  text-decoration: none;
}
p {
  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

#main {
  margin-top: 70px;
  /* z-index: 3; */
  position: relative;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  /* background: #94c045; */
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  /* background: #a6ca63; */
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Above Header
--------------------------------------------------------------*/


.top-bar {
  padding-bottom: 10px;
  padding-top: 4px;
  color: #93a1af;
  position: fixed;
  z-index: 996;
  /* display: inline; */
  background-color: #111;
}
.top-nav {
   white-space: nowrap
}


.top-bar1 {
  /* padding-bottom: 10px; */
  padding-top: 4px;
  color: #93a1af;
  position: fixed;
  z-index: 996;
  display: inline-block;
  background-color: #111;
  width: 100%;
}
@media (max-width: 991px) {
  .top-bar1 {
    display: none;
  }
}
/* @media (max-width: 1250px) {
  .top-bar1 {
    right: 200px;
  }
} */

@media (max-width: 991px) {
  #invs {
    display: inline;
  }
}


.top-nav1 {
   white-space: nowrap
}
.top-navbar1 {
  position: relative;
  overflow: hidden;
}
.push-left {
  left: 60%;
  position: relative;
  
}

.top-navbar1 li {
  display: inline;
}

/* socialmedia emblem  */
#social-links {
  margin: 0 10px 10px 0;
  top: 4px;
  position: relative;
}

#social-links a{
  color: rgba(60, 65, 51, 0.5);
  margin-right: 5px;
}

#social-links a {
  display: inline-block;
  background: #3c4133;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#social-links a i {
  line-height: 0;
  font-size: 16px;
}

#social-links a:hover {
  background: #0296cc;
  color: #fff;
  text-decoration: none;
}










/* #right {
  left: 100px;
  display: inline-block;
  position: relative;
} */
.div-top {
  padding-bottom: 10px;
  padding-top: 4px;
  color: #93a1af;
  position: fixed;
  z-index: 996;
  /* display: inline; */
  background-color: #111;
}
/* top header  */

.navbar1 {
  padding: 0;
  position: static;
}

.navbar1 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar1 li {
  position: relative;
  color: white;
  font-weight: ;
}
.navbar1 a,
.navbar1 a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #565e49;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar1 .getstarted,
.navbar1 .getstarted:focus {
  background: #00aeef;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}






/* top header  */
#number {
  color: #fff;
  display: inline-block;
}
#number:hover {
  transition-duration: 0.3s;
  transition-delay:0.1s;
  color: #93a1af;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  margin-top: 45px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s ease-in-out;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
  
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #3c4133;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.active {
  font-weight: bolder;
    display: inline;

}
.active:hover {
  color: #00aeef;
  /* border-bottom: #00aeef solid 3px; */
  padding-bottom: 2px;


}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #565e49;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #00aeef;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #0296cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}


.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  /* color: #0296cc;
  font-size: large;
  font-weight: bold; */
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #3c4133;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 36, 29, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #3c4133;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0296cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #0296cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* background-img-top */
@media (max-width: 1024px) {
  .invisible1 {
    display: none;
  }
}
@media (min-width: 992px) {
  #inv {
    display: none;
  }
}



/*  =================================================================  */
/* HOME PAGE                                               */
/*  ================================================================= */

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
#hero {
  width: 100%;
  height: 75vh;
  
  background-size: cover;
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}




#hero:before {
  content: "";
  background: rgba(60, 65, 51, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #0296cc;
  /* border: 1px solid var(--primary) transparent; */
  position: absolute;
  margin-top: 200px;
  
}

#hero .btn-get-started:hover {
  /* background: #0296cc; */
  color: var(--primary);
    background: #fff;
    border: 1px solid var(--primary);
    cursor: pointer;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-container {
    padding: 0 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
@media (min-height: 1005px) {
.mobile-dumpster {
  /* margin-top: 600px; */
  }
}
/* @media (min-height: 1905px) {
.mobile-dumpster {
  margin-top: 600px;
  }
} */

/*  =================================================================  */
/* HOME PAGE END                                               */
/*  ================================================================= */