html, body {
  height: 100%;
  width: 100%;
  font-family:  "Open Sans", sans-serif;
  color: #444;
}
a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: rgba(0,0,0,.7);
}
a:hover,
a.active,
a:focus {
  color: #51d8af !important;
  outline: none;
  text-decoration: none;
}

p{
  margin: 0px;
}

q {
  font-size: 1.3rem;
}
q::before {
  font-family:Arial;
  content: "\201C";
  font-size: 2rem;
  color: red;
}

q::after {
  font-family:Arial;
  content: "”";
  font-size: 2rem;
  color: red;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;

}
.onmouse-jump:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
.fa-check {
  color: #51d8af;
}
/*--------------- preloader---------- */
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('img/preloader.gif') no-repeat center center;
}
/*--------------- Top Bar---------------*/
.header {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .4);
}
#topbar {
  background: #fff;
  padding: 0 0;
  font-size: 14px;
  overflow: hidden;
}
#topbar .contact-info a {
  line-height: 1;
  color: #555;
}
#topbar .contact-info a:hover {
  color: #50d8af;
}
#topbar .contact-info i {
  color: #50d8af;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links i:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
/*--------------nav bar -------------------*/
#header span#first {
  color: #000080;
  font-weight: bold;
}

#header span#last {
  color: #008000;
  font-weight: bold;
}

.navbar-nav li {
  padding-right: 0.8rem;
}

.navbar-brand img {
  height: 100px;
  width : 252px;
}
.nav-link {
  font-size: 1.1em !important;
  color: rgba(0,0,0,.8) !important; 
}
/*-------------- slider section ------------*/
 .right-side1, .right-side2, .right-side3 {
  position: absolute;
  height: 50%;
  width: 50%;
}
.right-side1 {
  left: 77%;
  top : 10%;
}
.right-side2 {
  left: 80%;
  top : 50%; 
}

.right-side3 {
   left: 80%;
  top : 95%; 
}
.right-side1 img {
  display: block;
  max-width: 45%;
  max-height: 45%;
}
.right-side2 img {
  display: block;
  max-width: 70%;
  max-height: 70%;
}
.right-side3 img{
  display: block;
  height: 50%;
  width: 30%;
}

@media (min-width: 1400px){
  .right-side1, .right-side2, .right-side3 {
  position: absolute;
  height: 50%;
  width: 50%;
    }
    .right-side1 {
      left: 77%;
      top : 10%;
    }
    .right-side2 {
      left: 80%;
      top : 30%; 
    }
    
    .right-side3 {
       left: 80%;
      top : 70%; 
    }
    .right-side1 img {
      display: block;
      max-width: 45%;
      max-height: 45%;
    }
    .right-side2 img {
      display: block;
      max-width: 60%;
      max-height: 60%;
    }
    .right-side3 img{
      display: block;
      height: 50%;
      width: 30%;
    }
}
/*---------------------- our business section ------*/
.about-area .box {
  padding: 2px;
  margin-bottom: 20px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.2);
  background: #fff;
  transition: 0.4s;
}

.about-area .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.2);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}
.about-area p {
  margin: 18px;
}
.about-area ul {
  list-style-type: none;
  padding: 10px;
}
.about-area li {
  padding: 3px;
}
.about-area li p{
  margin: 3px;
}
/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
  background: rgba(0, 0, 0, 0) url("img/RSE_Biogas_web_REF.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.testi-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}
.testi-text h2.title1 {
  color:#fff;
  font-size: 40px;
  font-weight: 600;;
}
.testi-text h2.title1:after {
  border: 1px solid #51d8af;
  content: "";
  margin: 5px auto;
  display: block;
  width: 30%;
}
/*------ why choose us ------------*/
#Choose i{
  padding: 11.5px;
  color: #407891;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Clients Section
--------------------------------*/

#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: .7;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #50d8af;
}

.contact i{
  color: #50d8af;
}
.contact-address, .contact-phone{
  padding-bottom: 5px;
}
.contact-email{
  padding-top: 5px;
}
/*--------footer ----------*/
footer {
  background-color: #f1f1f1; 
}


/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}



/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
.head-top-social-area{
  padding-top: 0px; 
}
.head-top-social .top-social-icon-text {
  float: left;
  position: relative;
  z-index: 1000;
}
.head-top-social .top-social-icon-text p{
  color: #ffffff;
  /* font-size: 16px; */
  /* padding: 9px 0 7px 75px; */
  font-family: 'Nunito', sans-serif;
  /* font-weight: 400; */
}
.head-top-social .social-links{
  padding-right: 30px;
}
.head-top-social .social-links i{
  color: #ffffff;
  /* font-size: 20px; */
  /* line-height: 20px; */
  text-align: center;
  padding-top: 0px;
  position: relative;
  z-index: 1000;
}
.head-top-social-area:after {
  background: #003554;
  content: "";
  position: absolute;
  left: 0px;
  right: -700px;
  top: 0;
  bottom: 0px;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  z-index: 0;
}
 #topbar .contact-info{
  padding-top: 11px;
  /* font-size: 16px;
  line-height: 20px;
  font-weight: 400; */
}

.pad-0{
  padding: 0 !important;
}
.pad-top-0{
  padding-top: 0 !important;
}
.pad-bottom-0{
  padding-bottom: 0 !important;
}
.pad-left-6{
  padding-left: 6px !important;
}
.pad-right-6{
  padding-right: 6px !important;
}
.bg-white{
  background-color: #ffffff !important;
}
.bg-darkblue{
  background-color: darkblue !important;
}
.color-white{
  color: white !important;
}
.border-0{
  border: 0 !important;
}


/*---Media Queries --*/

@media (max-width: 330px) {
  #topbar .contact-info .fa-phone,  #topbar .contact-info .fa-envelope-o{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .head-top-social-area:after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .head-top-social .social-links{
    padding-right: 30px;
    font-size: 12px;
  }
  .head-top-social .top-social-icon-text{
    padding-left: 0px;
  }
}

@media (max-width: 400px) {
  #topbar .contact-info .fa-phone,  #topbar .contact-info .fa-envelope-o{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
  }
  .head-top-social-area:after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .head-top-social .social-links{
    padding-right: 40px;
  }
  .head-top-social .top-social-icon-text{
    padding-left: 5px;
  }
}

@media (min-width:401px) and (max-width: 576px) {
  #topbar .contact-info .fa-phone {
    padding-left: 0px;
    margin-left: 0px;
  }
  .head-top-social-area:after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .head-top-social .social-links{
    padding-right: 90px;
  }
  .head-top-social .top-social-icon-text{
    padding-left: 26px;
  }
}


@media (min-width:700px) and (max-width: 768px) {
  #topbar .contact-info .fa-phone {
    padding-left: 0px;
    margin-left: 0px;
  }
  .head-top-social-area:after {
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  #topbar .row{
    margin-left: -39px;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-left: 0 !important;
    padding-right: .4rem !important;
  }
  .navbar-nav li{
    padding-right: 0;
  }
}

@media (min-width:800px) and (max-width: 1200px) {
  #topbar .contact-info .fa-phone {
    padding-left: 0px;
    margin-left: 0px;
  }
  .head-top-social .social-links{
    padding-right: 0px;
  }
  body {
    zoom: 120%;
  }
}