@import url("https://fonts.googleapis.com/css?family=Arvo|Barlow");
.p-bg {
  background-color: #f58220; }

.s-bg {
  background-color: #000; }

.overlay, .ba-overlay, .carousel__item:before, .sec-services__area:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.ba-overlay, .carousel__item:before, .sec-services__area:before {
  content: ""; }

.center-vert, .center-text, .carousel__title, .banner__heading {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%); }

.center-hrzn, .home-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%); }

.center-both, .center-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-img {
  max-width: 100%;
  max-height: 100%; }

.center-text {
  width: 100%;
  text-align: center; }

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: fill; }

.object-cover, .carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.bg-common, .bg-cover, .sec-services__area, .sec-testimonials, .banner, .bg-center, .parallax {
  background-repeat: no-repeat;
  background-size: cover; }

.bg-cover, .sec-services__area, .sec-testimonials, .banner {
  background-position: center; }

.bg-center {
  background-position: center center; }

.parallax {
  background-attachment: fixed; }

.light {
  background-color: #fff;
  color: #000; }

.dark {
  background-color: #000;
  color: #fff; }

.full-width {
  width: 100%; }

.no-margin {
  margin: 0px !important; }

.no-padding {
  margin: 0px !important; }

.gap {
  padding: 30px 0px; }

.row {
  margin: 0px !important; }

/* Scroll Bar*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-corner {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: #f58220;
  border: 0px solid #ffffff;
  border-radius: 50px; }

nav {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0 15px; }
  nav ul a {
    color: #fff;
    font-size: 22px; }
  nav ul li:last-child a {
    cursor: context-menu; }
    nav ul li:last-child a i {
      position: relative;
      top: 5px;
      display: unset; }
  nav .nav-wrapper {
    width: 85%;
    margin: 0 auto; }
  @media (max-width: 992px) {
    nav .brand-logo {
      position: relative;
      right: 0px; } }
  nav .brand-logo__img {
    width: 225px; }
    @media (max-width: 992px) {
      nav .brand-logo__img {
        width: 194px; } }
  @media (max-width: 600px) {
    nav .brand-logo {
      font-size: 1rem; } }

.sidenav .brand-logo {
  display: inline-block; }
  .sidenav .brand-logo img {
    width: 235px; }

.residential-solar-sec .card .card-title {
  font-size: 20px !important; }

a {
  font-family: "Barlow", sans-serif; }

.theme-btn {
  min-width: 150px;
  line-height: 52px;
  height: 52px;
  border-radius: 45px;
  background-color: #f58220;
  font-size: 17px; }
  .theme-btn:hover {
    background-color: #1b9ada; }
  .theme-btn--dark {
    background-color: #000; }
  .theme-btn--light {
    background-color: #fff;
    color: #000; }
  .theme-btn--light-trans {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    font-weight: 600; }

.heading {
  font-family: "Barlow", sans-serif; }
  .heading--l {
    font-size: 45px; }
  .heading--xl {
    font-size: 60px; }

.text {
  font-family: "Barlow", sans-serif;
  font-size: 18px; }
  .text strong {
    font-weight: 600; }
  .text--l {
    font-size: 20px; }
  .text--xl {
    font-size: 25px; }

.carousel {
  height: auto; }
  .carousel__img {
    height: 100% !important; }
  .carousel__title {
    width: 100%;
    text-align: center;
    z-index: 5;
    color: #fff;
    line-height: 1.4;
    font-family: "Barlow", sans-serif; }
    @media (max-width: 600px) {
      .carousel__title {
        font-size: 22px; } }
  .carousel__item:before {
    background-color: rgba(0, 0, 0, 0.4); }

.nav__parent {
  position: relative; }
  .nav__parent:hover .nav__child {
    top: 64px;
    opacity: 1; }
.nav__child {
  position: absolute;
  background-color: #fff;
  border-top: 5px solid #f58220;
  top: 25px;
  opacity: 0;
  -webkit-transition: top 0.2s linear, opacity 0.2s linear;
  -moz-transition: top 0.2s linear, opacity 0.2s linear;
  -ms-transition: top 0.2s linear, opacity 0.2s linear;
  -o-transition: top 0.2s linear, opacity 0.2s linear;
  transition: top 0.2s linear, opacity 0.2s linear; }
  .nav__child li {
    width: 100%; }
  .nav__child a {
    color: #000 !important;
    font-size: 18px; }
.nav--animate {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed; }
  .nav--animate a {
    color: #000; }

.home-slider .owl-dots {
  bottom: 0px; }

.sec-about__img {
  width: 100%; }

.sec-services__area {
  position: relative; }
  .sec-services__area:before {
    background-color: rgba(0, 0, 0, 0.4); }
.sec-services__content {
  padding: 50px 100px;
  color: #fff;
  position: relative; }
  @media (max-width: 600px) {
    .sec-services__content {
      padding: 15px 50px; } }

.sec-testimonials__content {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 30px 65px; }
  @media (max-width: 600px) {
    .sec-testimonials__content p {
      font-size: 16px !important; } }
.sec-testimonials .owl-carousel .owl-nav button.owl-next, .sec-testimonials .owl-carousel .owl-nav button.owl-prev {
  padding: 13px 24px !important;
  background: rgba(255, 255, 255, 0.71) !important;
  color: #000; }

.footer {
  background-color: #000; }
  .footer .list span {
    font-size: 17px;
    bottom: 6px;
    position: relative; }
  .footer .list--hrzn li {
    display: inline;
    margin-left: 10px; }
    .footer .list--hrzn li a {
      color: #000; }
    .footer .list--hrzn li:first-child {
      margin-left: 0px; }
  .footer__social {
    position: relative;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%; }
    .footer__social:hover .fa-facebook {
      color: #4267b2; }
    .footer__social:hover .fa-twitter {
      color: #1ab2e8; }
    .footer__social:hover .fa-instagram {
      color: #9f3494; }
    .footer__social:hover .fa-youtube {
      color: #f70000; }

.banner {
  min-height: 450px;
  position: relative; }
  @media (max-width: 600px) {
    .banner {
      min-height: 250px; } }
  .banner__heading {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0; }
    @media (max-width: 600px) {
      .banner__heading {
        font-size: 32px; } }

.sec-contact__content {
  padding: 50px; }
  @media (max-width: 600px) {
    .sec-contact__content {
      padding: 50px 0px; } }

.map {
  width: 100%;
  height: 750px; }
  @media (max-width: 600px) {
    .map {
      height: 450px; } }

.boxy {
  padding: 50px 60px;
  min-height: 450px;
  color: #fff; }
  @media (max-width: 600px) {
    .boxy {
      margin-bottom: 30px;
      padding: 1px 20px; } }
  .boxy--dark {
    background-color: #f58220; }
  .boxy--light {
    background-color: rgba(0, 0, 0, 0.73); }

.lists {
  margin-left: 30px; }
  .lists li {
    list-style: disc !important; }

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