body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

#pollution {
  height: 36vh;
  background-image: url("../../assets/img/polution.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box p {
  text-align: center;
}

.img-fluid.smaller {
  max-width: 75% !important;
}
.img-fluid.small {
  max-width: 60% !important;
}

.icon-fluid {
  padding-top: 100%;
}
.icon-fluid.smaller {
  max-width: 75% !important;
}
.icon-fluid.small {
  max-width: 60% !important;
}

.circle-txt {
  padding-top: 100%;
}

.circle-bkg {
  width: 75%;
  height: 0;
  padding-bottom: 75%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-bkg.green {
  background-color: #52CCBA;
}
.circle-bkg.yellow {
  background-color: #FCC438;
}
.circle-bkg h2 {
  text-align: center;
  font-weight: 600;
}
.circle-bkg h2.double {
  font-size: 4rem;
}

.right-arrow::after {
  content: "";
  display: block;
  width: 120px;
  height: 91px;
  background: url("../img/green-arrow-right.jpg") no-repeat;
  position: absolute;
  right: -130px;
}

.left-arrow::after {
  content: "";
  display: block;
  width: 120px;
  height: 91px;
  background: url("../img/green-arrow-right.jpg") no-repeat;
  position: absolute;
  right: -130px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper {
  padding-bottom: 25px;
}

.swiper-button-prev {
  left: 0;
}

.slider-circle-bkg.yellow {
  background-color: #FCC438;
  border-radius: 50%;
  width: 70%;
  height: 0;
  margin-left: 15%;
  padding-bottom: 70%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  padding: 12%;
  object-fit: contain;
}

/** Hover-related CSS **/
.link-ani {
  color: #000;
  cursor: pointer;
  display: inline;
  line-height: 1.4;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.link-ani::after {
  background: linear-gradient(90deg, #000 0%, #000 34%, #FCC438 34%, #FCC438 65%, #000 65%, #000 100%);
  background-size: 300% 1px;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-position: right;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

.link-ani:hover:after {
  background-position: left;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

p {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

p.larger {
  font-size: 1.6rem;
}

.center {
  text-align: center;
}

.white-txt {
  color: #FFF;
}

.yellow-txt {
  color: #FCC438;
}

.black-txt {
  color: #000;
}

.yellow-bkg {
  background-color: #FCC438;
}

.green-bkg {
  background-color: #52CCBA;
}

.red-bkg {
  background-color: #E54A35;
}

.grey-bkg {
  background-color: #353535;
}

span.red-bkg-txt {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, #E54A35 5%, #E54A35 95%, rgba(0, 0, 0, 0) 95%);
}

span.green-bkg-txt {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, #52CCBA 15%, #52CCBA 95%, rgba(0, 0, 0, 0) 95%);
}

span.yellow-bkg-txt {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, #FCC438 15%, #FCC438 95%, rgba(0, 0, 0, 0) 95%);
}

span.white-black-bkg {
  color: #FFF;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 15%, #000 15%, #000 95%, rgba(0, 0, 0, 0) 95%);
}

.underline {
  text-decoration: underline;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #FFF;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #FFF;
  border-bottom-color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 45px 0;
}
#header.header-scrolled, #header.header-inner-pages {
  background: #FFF;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #000;
}
#header .logo img {
  max-height: 60px;
}

/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .active,
.navbar .active:focus {
  color: #52CCBA;
}

.navbar .active2,
.navbar .active2:focus {
  color: #FCC438;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  border: 2px solid #52CCBA;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #FFF;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.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: #52CCBA;
}

.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: #000;
  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(40, 58, 90, 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;
  border-radius: 10px;
  background-color: #FFF;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #52CCBA;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: #52CCBA;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  visibility: visible !important;
}

section {
  padding: 80px 0;
  overflow: hidden;
}
section.yellow-bkg {
  background-color: #FCC438;
}
section.red-bkg {
  background-color: #E54A35;
}
section.red-bkg {
  background-color: #E54A35;
}
section .section-title {
  text-align: center;
  padding-bottom: 30px;
}
section .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
section .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #52CCBA;
  bottom: 0;
  left: calc(50% - 20px);
}
section .section-title p {
  margin-bottom: 0;
}

footer .copyright {
  text-align: center;
}

#hero {
  width: 100%;
  padding: 100px 0 0;
}

#heror {
  width: 100%;
  padding: 190px 0 160px;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  line-height: 56px;
  color: #000;
}

#hero h1 span.red {
  color: #E54A35;
}

#hero h1 span.yellow {
  color: #FCC438;
}

#hero h1 span.green {
  color: #52CCBA;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #FFF;
  background: #52CCBA;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #FFF;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #FFF;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #52CCBA;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero2 .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero2 {
  width: 100%;
  background: #353535;
  padding: 60px 0;
}

#hero2 h2 {
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height: 52px;
  color: #FFF;
  text-align: center;
}

#hero2 h2 span.redbkg {
  background-image: linear-gradient(#353535 5%, #E54A35 5%, #E54A35 95%, #353535 95%);
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #heror {
    text-align: center;
  }
  #hero .animated, #heror .animated {
    animation: none;
  }
  #hero .hero-img, #heror .hero-img {
    text-align: center;
  }
  #hero .hero-img img, #heror .hero-img img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
label {
  display: inline-block;
  font-family: "Poppins";
  font-weight: 500;
  color: #FFF;
}

/*# sourceMappingURL=byop.css.map */
