body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #3e3838;
  /* text-align: center; */
}

a:hover {
  text-decoration: none;
}

.header_area {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: background 0.4s, all 0.3s linear;
  -o-transition: background 0.4s, all 0.3s linear;
  transition: background 0.4s, all 0.3s linear;
}

.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -71px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

button:active {
  /* background: #fb6542 !important; */
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_area .navbar {
  background: transparent !important;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

#navbar {
}

.header_area .navbar .nav .nav-item {
  margin-right: 45px;
  /* text-align: center; */
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
  color: #fb6542;
}

.header_area .navbar .nav .nav-item .nav-link {
  font: 500 16px/70px "Poppins", sans-serif !important;
  color: #3484c3;
  padding: 0px;
  display: inline-block;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 70px !important;
}

.home_banner_area {
  position: relative;
  z-index: 1;
  min-height: 700px;
}

.home_banner_area .banner_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 700px;
}

.home_banner_area .banner_inner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
  background-size: cover;
}

/* .home_banner_area .banner_inner #overlay{
    height: 51%;
    background: url(../demo/demo3.jpg) no-repeat scroll center center;
} */

.home_banner_area .banner_inner .banner_content {
  color: #fff;
}

.home_banner_area .banner_inner .banner_content h1 {
  font-size: 60px;
  font-family: "Oswald", sans-serif !important;
  font-weight: normal;
  margin-bottom: 20px;
  color: #ffffff;
  background: transparent;
  /* text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8; */
}

.home_banner_area .banner_inner .banner_content h1 span {
  /* background: #Fb6542; */
  border-radius: 4px;
  line-height: 60px;
  color: #fb6542;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 5px;
  padding-top: 2px;
  display: inline-block;
  /* color: #FFFFFF; */
  background: transparent;
  /* text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8; */
}

.home_banner_area .banner_inner .banner_content p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal;
  max-width: 500px;
  margin: auto;
  color: #ffffff;
  background: transparent;
  /* text-shadow: 1px 3px 0 #969696, 1px 13px 5px #aba8a8; */
}

.contact100-form-btn {
  background-color: #3484c3 !important;
}

.home_banner_area .banner_inner .banner_content .black_btn {
  margin-top: 40px;
}

.black_btn {
  padding: 0px 44px;
  line-height: 50px;
  background: white;
  color: #fb6542;
  display: inline-block;
  border-radius: 5px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.black_btn:hover {
  background: #fb6542;
  color: #fff;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 3;
}

textarea.input100::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 3;
}

/* our service section */

.p_120 {
  margin-bottom: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_title {
  text-align: center;
  max-width: 720px;
  margin: 0px auto 75px;
}

.main_title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #222222;
  margin-bottom: 12px;
}

.main_title p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0px;
}

.services_inner {
  margin-bottom: -30px;
}

.col-lg-4 .alternate2 {
  text-align: center;
  /* padding: 45px 55px; */
  border-radius: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.col-lg-4 .alternate2 h4 {
  color: #000000;
}

.services_item {
  text-align: center;
  /* padding: 45px 55px; */
  border-radius: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 30px;
}

.services_item a {
  color: #3484c3;
}

.services_item a:hover {
  color: #fb6542;
}

.services_item a:focus {
  color: #fb6542;
}

.services_item h4 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  color: #222222;
  margin-bottom: 18px;
}

.services_item img {
  /* margin-bottom: 23px; */
}

.services_item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.services_item p {
  height: 60px;
  overflow: hidden;
}

/* our projects */

.alternate2,
.alternate1 .row:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.m0 {
  margin: 0px;
}

.row.m0.builder_inner {
  margin-left: 50px;
  margin-right: 50px;
}

.builder_area {
  overflow: hidden;
  display: block;
}

.builder_item {
  position: relative;
  overflow: hidden;
}

.builder_inner .builder_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  border: 2px solid white;
}

.builder_item:before {
  content: "";
  /*   background: rgba(49, 162, 172, 0.85); */
  background: rgba(251, 100, 66, 0.85);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.builder_item img {
  width: 100%;
}

.builder_item .hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.builder_item:hover .hover {
  opacity: 1;
}

.builder_item .hover h4 {
  color: #222222;
  font-size: 20px;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
}

.builder_item .hover p {
  max-width: 470px;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #222222;
}

.builder_item:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.builder_item:hover .hover h4 {
  margin-bottom: 18px;
  opacity: 0.1;
}

.builder_item .hover p {
  max-width: 470px;
  margin: auto;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #222222;
}

/* about page text */

.about1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about1 p {
  font-weight: 500;
  margin: 8px;
}

.about1 h2 {
  font-weight: bold;
  color: #999999;
  border-bottom: 1px solid #999999;
}

@media screen and (min-width: 600px) {
  #col {
    border-right: 2px solid black;
  }
}

.about2 {
  margin: 16px;
}

.about2 p {
  margin: 0px;
}

/* our team */

.team_item {
  position: relative;
  text-align: center;
}

.team_item .team_img {
  position: relative;
}

.team_item .team_img:before {
  content: "";
  background: #3484c3;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  height: 200px;
  width: 200px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team_item .team_img .hover {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  top: 0;
  line-height: 200px;
  text-align: center; 
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.team_item .team_img .hover a {
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  opacity: 0.5;
}

.team_item .team_name {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.team_item .team_name h4 {
  margin-bottom: 5px;
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.team_item .team_name p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  margin-bottom: 0px;
}

.team_item:hover .team_img:before {
  opacity: 1;
}

.team_item:hover .team_img .hover {
  opacity: 1;
}

.team_item .team_img .hover a {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  opacity: 0.5;
}

.team_item .team_img .hover a:hover {
  opacity: 1;
}
.img-fluid{
  width: 200px;
  height: 200px;
}

/* Counter */

@media screen and (max-width: 600px) {
  .counter_area {
    background: #3484c3;
    padding-bottom: 20px;
    text-align: center;
  }
  .counter_inner .counter_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .counter_item h4 {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .counter_item p {
    margin-bottom: 0px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) {
  .counter_area {
    background: #3484c3;
    padding: 35px 0px 35px 0px;
    text-align: center;
  }
  .counter_inner .counter_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .counter_item h4 {
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #fff;
  }
  .counter_item p {
    margin-bottom: 0px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
}

/* Features */

.feature_inner {
  margin-bottom: -30px;
}

.feature_item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 60px 40px 40px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border: 1px solid #eeeeee;
}

.feature_item h4 {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.feature_item p {
  margin-bottom: 0px;
}

.feature_item h4 i {
  font-size: 24px;
  padding-right: 15px;
  position: relative;
  top: 4px;
}

.feature_item:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
  border-color: #fff;
}

.feature_item:hover h4 {
  color: #fb6542;
}

/* testimonial */

.testimonials_area {
  background: #f9f9ff;
  position: relative;
}

.testimonials_area .owl-prev,
.testimonials_area .owl-next {
  position: absolute;
  right: 150px;
  background: #fff;
  font-size: 24px;
  color: #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
  -webkit-box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
}

.testimonials_area .owl-prev {
  bottom: 50%;
  padding-top: 15px;
  padding-bottom: 10px;
}

.testimonials_area .owl-next {
  top: 50%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.testimonials_area .owl-prev:before {
  content: "";
  width: 28px;
  background: #e8e8e8;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  height: 1px;
}

.testi_slider {
  margin-top: -30px;
  margin-bottom: -30px;
}

.testi_item {
  padding: 30px 0px;
}

.testi_item .media {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 40px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.testi_item .media .d-flex {
  padding-right: 25px;
}

.testi_item .media .media-body p {
  margin-bottom: 20px;
}

.testi_item .media .media-body h4 {
  color: #222222;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.testi_item .media .media-body h5 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #777777;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.testi_item:hover .media {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
  background: #fff;
  border-color: #fff;
}

.testi_item:hover .media .media-body h4 {
  color: #3484c3;
}

.testimonials_area .owl-prev:hover,
.testimonials_area .owl-next:hover {
  color: #222222;
}

/* Clients */

.clients_logo_area .clients_slider .item img {
  width: auto;
  text-align: center;
  display: block;
  margin: auto;
  line-height: 70px;
  opacity: 1;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

/* .clients_logo_area .clients_slider .item:hover img {
    opacity: 1;
} */

.clients_logo_area {
  margin: 0px;
  padding: 16px;
}

/* footer */

.footer-area {
  background: #222222;
  padding: 20px;
}

.footer_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-bottom: 8px;
}

footer .row {
  display: flex !important;
  text-align: center !important;
  margin: 0px;
}

.ab_wd p {
  /* max-width: 230px; */
}

.single-footer-widget p {
  margin-bottom: 0px;
}

.contact_wd a {
  display: block;
  color: #fb6542;
  /* font-size: 24px; */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  /* margin-bottom: 10px; */
}

.single-footer-widget .subscribe_form {
  padding-top: 10px;
}

.single-footer-widget .input-group {
  display: block !important;
}

.single-footer-widget input {
  width: 100%;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 40px;
  padding-right: 40px;
  height: 40px;
  color: #999999;
  border-radius: 20px;
  background: #fff;
  padding-left: 20px;
}

.single-footer-widget .sub-btn {
  background: #fb6542;
  color: #222222;
  font-weight: 300;
  line-height: 30px;
  padding: 0px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  border-radius: 50%;
  top: 2px;
}

.contact_wd p {
  margin-bottom: 15px;
}

.footer-bottom {
  /* padding-top: 25px; */
}

.footer-bottom .footer-text a {
  color: #fb6542;
}

.footer-bottom .footer-social {
  text-align: right;
}

.footer-bottom .footer-social a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-left: 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #111111;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer-bottom .footer-social a:hover {
  color: #222222;
  background: #fb6542;
}

/* mega menu */

/* adds some margin below the link sets  */

/* .navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
} */

.navbar .dropdown-menu {
  border: none;
  background-color: white !important;
  padding: 10px 0;
}
.navbar .dropdown-menu li a{
  color: #3484c3;
  line-height: 50px;
}
.navbar .dropdown-menu li:hover a{
  color: #fb6542 ;
}
.navbar .dropdown-menu li a div{
  transition: all 0.3s;
}
.navbar .dropdown-menu li:hover a div{
  padding: 0 10px;
}

/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  /* makes the dropdown full width  */
  /* .navbar .dropdown {
    position: static;
  } */
  .navbar .dropdown-menu2 {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    /* top: 97px; */
    /* height: 800%; */
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  }
  /* .header_area.navbar_fixed .main_menu .navbar .dropdown-menu {
    top: 66px;
  } */
  /* shows the dropdown menu on hover */
  /* .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    /*   border: 1px solid rgba(0,0,0,.15); 
    background-color: #fff;
  } */
}

.solution_div {
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: visibility 0s, opacity 0.3s linear;
}

.solution_div img {
  width: 40px;
  /*  margin-left:-15px; */
}

.solution_div .name {
  padding-left: 25px;
}

.solution_div:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

/* alternate div */

.alternate1 {
  padding-top: 40px;
  padding-left: 10%;
  background-color: #00000008;
  padding-right: 10%;
  padding-bottom: 40px;
  transition: all 0.2s ease-in-out;
}

.alternate1:hover {
  transform: scale(1.1);
}

.alternate2 {
  padding-top: 40px;
  padding-left: 10%;
  background-color: #ffffff00;
  padding-right: 10%;
  padding-bottom: 40px;
  transition: all 0.2s ease-in-out;
}

.alternate2:hover {
  transform: scale(1.1);
}

.bodyAirvisualWidget {
  display: inline-flex;
  height: 50px;
  margin-right: 10px;
}

.dividerAirvisualWidget {
  display: inline-flex;
  height: 50px;
  border-left: 1px solid #c7c7c7;
}

.itemAirvisualWidget {
  display: inline-flex;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 5px;
  line-height: 1;
  vertical-align: top;
}

.itemAirvisualWidget .rounded-icon {
  margin-right: 10px;
  width: 35px;
  height: 35px;
}

.AirvisualWidgetItemText {
  width: 80px;
}

.AirvisualWidgetItemText strong {
  font-size: 175%;
  margin-right: 1px;
}

.monoline {
  font-size: 175%;
  margin-top: 7px;
}

.monoline strong {
  font-weight: 500;
  font-size: 100%;
}

.AirvisualWidgetItemText sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

@media (max-width: 600px) {
  .container1 {
    width: 100%;
  }
}

.hidden {
  visibility: hidden;
}

.tooltip-inner {
  background-color: #3484c3;
}

.tooltip-arrow {
  color: #3484c3;
}

.aqi-who-blue {
  color: #375c70;
  background: #60accb;
}

.aqi-green {
  color: #718b3a;
  background: #a8e05f;
}

.aqi-orange {
  color: #b25826;
  background: #fe9b57;
}

.aqi-yellow {
  color: #a57f23;
  background: #fdd74b;
}

.aqi-red {
  color: #af2c3b;
  background: #fe6a69;
}

.aqi-opera-mauve {
  color: #634675;
  background: #a97abc;
}

.aqi-mauve-taupe {
  color: #683e51;
  background: #a87383;
}

.aqi-bg-light-who-blue {
  background: #6cb4d2;
}

.aqi-bg-light-green {
  background: #b0e867;
}

.aqi-bg-light-orange {
  background: #ffa968;
}

.aqi-bg-light-yellow {
  background: #ffdf58;
}

.aqi-bg-light-red {
  background: #ff7978;
}

.aqi-bg-light-opera-mauve {
  background: #b283c5;
}

.aqi-bg-light-mauve-taupe {
  background: #b17c8c;
}

.transform {
  transition: all 0.5s cubic-bezier(0.32, 0.89, 0.82, 1.15);
}

.temp-red {
  background: #e23d3d;
}

.temp-orange {
  background: #ff5e25;
}

.temp-lightOrange {
  background: #fc7d27;
}

.temp-yellow {
  background: #ffb438;
}

.temp-lightYellow {
  background: #ffe030;
}

.temp-green {
  background: #76d350;
}

.temp-lightBlue {
  background: #12e6f8;
}

.temp-blue {
  background: #259af7;
}

.temp-purple {
  background: #b24691;
}

.temp-gradient-red {
  background: linear-gradient(to bottom, #e23d3d, rgba(226, 61, 61, 0.5));
}

.temp-gradient-orange {
  background: linear-gradient(to bottom, #ff5e25, rgba(255, 94, 37, 0.5));
}

.temp-gradient-lightOrange {
  background: linear-gradient(to bottom, #fc7d27, rgba(252, 125, 39, 0.5));
}

.temp-gradient-yellow {
  background: linear-gradient(to bottom, #ffb438, rgba(255, 180, 56, 0.5));
}

.temp-gradient-lightYellow {
  background: linear-gradient(to bottom, #ffe030, rgba(255, 224, 48, 0.5));
}

.temp-gradient-green {
  background: linear-gradient(to bottom, #76d350, rgba(118, 211, 80, 0.5));
}

.temp-gradient-lightBlue {
  background: linear-gradient(to bottom, rgba(18, 230, 248, 0.5), #12e6f8);
}

.temp-gradient-blue {
  background: linear-gradient(to bottom, rgba(37, 154, 247, 0.5), #259af7);
}

.temp-gradient-purple {
  background: linear-gradient(to bottom, rgba(178, 70, 145, 0.5), #b24691);
}

.humid-blue {
  background: #259af7;
}

.humid-lightBlue {
  background: #12e6f8;
}

.humid-green {
  background: #76d350;
}

.humid-yellow {
  background: #ffe030;
}

.humid-orange {
  background: #fc7d27;
}

.page-title h1 b {
  font-weight: 700;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
  margin: 0px 17px;

}

/* Slides */
.mySlides {
  display: none;
  padding: 10px 40px;
  text-align: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 5px;
  background: #ddd;
  margin: 0px 17px;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active1,
.dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

/* Add a blue color to the author */
.author {
  color: cornflowerblue;
}
