* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color:#000000;
  font-size: 1rem;
}
p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #00334d;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, .btn, button, p {
  transition: all 0.4s ease;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
.fs-12{
  font-size: 12px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.fs-15{
  font-size: 15px;
}
.text-success{
  color: #00ae50!important;
}
.text-lgreen{
  color: #b0cb1f;
}
.text-dark{
  color: #00334d!important;
}
.bg-success{
 background-color: #00ae50!important;
}
.bg-light-gray {
  background-color: #f3f3fd;
}
.bg-light-green {
  background-color: #ecf7f4;
}
.fm-caveat{
  font-family: "Caveat", cursive;
}
.btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: capitalize;
  padding: 15px 35px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
}
.btn-success{
  background-color: #00ae50!important;
  border: solid 1px #00ae50!important;
}
.btn-success:hover{
  background-color: #00334d!important;
  border: solid 1px #00334d!important;
}
.headernav.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.main-nav .menu{
  display: flex;
  flex-wrap: wrap;
}
.main-nav .menu li a{
  font-size: 12px;
  text-transform: uppercase;
  color: #00334d;
  font-weight: 500;
  padding: 0.5rem;
  transition: color 0.3s ease;
  overflow: hidden;
  position: relative;
}
.main-nav .menu li{
  position: relative;
}
.main-nav .menu li a:hover, .main-nav .menu li.selected > a {
  color: #00ae50;
}
.main-nav .menu li.drop-down:hover .submenu {
  height: auto;
  display: block;
}
.main-nav .menu li.drop-down .submenu {
  min-width: 180px;
  display: none;
  position: absolute;
  left: 0;
  height: 0;
  top: 100%;
  z-index: 99;
  padding: 0;
  border: 1px solid #fff;
  background: #fff;
  box-shadow:0 0 16px -9px #000;
  border-radius:8px;
  transition: .4s;
}
.main-nav .menu li.drop-down .submenu li{
  border-bottom: solid 1px #ddd;
}
.main-nav .menu li.drop-down .submenu li:last-child{
  border-bottom: none;
}
.main-nav .menu li.drop-down .submenu li a {
  font-weight: 400;
  text-transform: none;
  padding: 7px 13px;
  font-size: 1rem;
  white-space: nowrap;
  line-height: 1.8;
  display: block;
}
.main-nav .menu li.drop-down > a::after {
  content: "\e9ac";
  font-family: boxicons;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 27px;
  background:none;
  color: #00334d;
  z-index: 9999999;
  border: none;
  font-size: 38px;
  border: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.mobile-nav-active .mobile-nav-toggle{
  left: auto;
  right: 15px;
  top: 20px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999999;
  overflow-y: auto;
  left: -150px;
  width: 150px;
  background: #fff;
  transition: 0.4s;
  padding-top: 1rem;
}
body.mobile-nav-active .mobile-nav {
  width: 100%;
  left: 0;
}
.mobile-nav .logo{
  text-align: center;
  width: 200px;
  margin: 0 auto 1rem;
}
.mobile-nav .logo a{
  display: block;
}
.mobile-nav .menu{
  padding: 0 1rem;
}
.mobile-nav .menu li {
  border-bottom: solid 1px #f8f9f0;
  position: relative;
}
.mobile-nav .menu li:last-child {
  border-bottom: none;
}
.mobile-nav .menu li a {
  display: block;
  width: 100%;
  align-items: center;
  color: #00334d;
  font-size: 15px;
  font-weight: 600;
  padding: 1rem;
}
.mobile-nav .menu li.drop-down > a::after {
  content: "\eb21";
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: boxicons;
}
.mobile-nav .menu li.drop-down.active > a::after {
  content: "\eaed";
}
.mobile-nav .menu li.drop-down .submenu {
  -webkit-transform: none;
  transform: none;
  display: none;
  border: none;
  box-shadow: none;
  height: auto;
  position: static;
  margin: 0 15px;
}
.mobile-nav .menu li.drop-down .submenu li a{
  padding: 0.8rem;
}
.support .icon {
  background-color: #00334d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 52px;
  font-size: 25px;
  color: #fff;
}
.support .content{
  width: calc(100% - 38px);
  padding-left: 0.8rem;
}
.prartner-carousel .item {
  padding: 15px;
}
.prartner-carousel .item .item-img{
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 16px -10px #000;
  padding: 15px;
  height: 100px;
}
.prartner-carousel .item .item-img img {
  max-height: 80px;
  width: auto!important;
}
.img-before{
  position: relative;
}
.img-before:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: solid 4px #fff;
  width: 90%;
  height: 90%;
}
.sec-services {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.91)), url(../images/ewaste-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-address {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.footer-address .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ddd;
  border-radius: 3px;
  color: #ababab;
}
.footer-address .coloum {
  width: calc(100% - 35px);
  padding-left: 1rem;
  font-size: 13px;
  color: #d8d8d8;
}
footer li a {
  color: #d8d8d8;
  font-size: 13px;
  padding: 4px 0;
  display: inline-block;
}
footer li a:hover {
  font-weight: 600;
}
.footer-address .coloum p, .copyright {
  color: #d8d8d8;
}

.page-banner {
  background-image: linear-gradient(45deg, rgba(220, 235, 221, 0.92), rgba(191, 223, 215, 0.91)), url(../images/title-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetitle .container{position: relative; z-index: 10;}
.page-banner2 {
  background-image: linear-gradient(45deg, rgba(251, 251, 251, 0.92), rgba(249, 249, 249, 0.91)), url(../images/ewaste-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients_logo {
  padding: 8px;
  border: solid 1px #cdecde;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.clients_logo img {
  max-height: 150px;
}
.checkpoints{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.checkpoints li {
  width: 100%;
  font-size: 14px;
  margin-bottom: 9px;
  position: relative;
  padding-left: 2rem;
}
.checkpoints li::before {
  position: absolute;
  content: "\e9a8";
  font-family: boxicons;
  color: #00ae50;
  left: 0;
  font-size: 20px;
  top: -5px;
}
@media (min-width:576px) {
  .media-gallery .columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1
  }
}
.media-gallery .columns .fancylink {
  margin-bottom: 1.25rem;
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.media-gallery .columns .fancylink {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: .4s ease;
  transition: .4s ease
}

.media-gallery .columns .fancylink:hover {
  border: solid 1px #00ae50
}

.media-gallery .columns .fancylink img {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.media-gallery .columns .fancylink:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.address .footer-address .coloum {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.address .footer-address .coloum p{
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.5;
}
.address .footer-address .icon {
  border: 2px solid #989898;
  border-radius: 3px;
  color: #989898;
}
.cmnForm .form-group .form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
  padding: 0 1rem;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.cmnForm textarea.form-control {
  min-height: 90px;
  resize: none;
}
.cmnForm .form-control:focus{
  box-shadow: none;
  border-bottom: 1px solid #00ae50;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input.box_top {
  width: 50px;
  height: 44px;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  outline: none;
  box-shadow: 0px 0px 0px 1px #dbdbdb;
}
.table thead tr th{
  font-weight: 600;
}