@charset "utf-8";
/*
Theme Name: OASYSLS
Author: Vijay
Author URI: https://highzeal.com
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body {
  font-family: "Roboto",sans-serif;
}
a, a:hover {
  color: #688741;
  text-decoration: none;
}
h1, h2, h3 {
    font-family: "Oswald",sans-serif;
}
h4 {
  font-weight: bold;
}
.intro {
    min-height: 500px;
    display: flex;
    align-items: center;
    background-image: url("https://oasysls.in/wp-content/uploads/watering.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.intro h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    background: black;
    display: inline-flex;
    padding: 10px;
    font-family: 'Ink Free', sans-serif;
}
.wp-post-image {
  max-width: 100%;
  height: auto;
}
.btn-success {
  color: #fff;
  background-color: #688741;
  border-color: #688741;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #688741;
  color: #fff;
  border-color: #688741;
}
.header-top {
  background-color: #688741;
  color: #fff;
  padding: 8px 0;
  font-size: 14px;
}
.header-top .fas {
  margin-right: 5px;
}
.header-top .fa-envelope {
  margin-left: 15px;
}
.header-top a {
  color: #fff;
  text-decoration: none;
}
.navbar-brand {
  padding: 0 15px;
}
.navbar-brand img {
  height: 50px;
}
.navbar-default {
  background-color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  border-radius: 0px;
  margin-bottom: 0;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.nav > li > a {
  padding: 10px 10px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff;
}
.list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list1 {
  list-style: none;
}
.list1 li:before {
  content: '✓';
  padding-right: 10px;
}
.carousel-caption {
  position: static;
  padding-bottom: 15px;
  padding-top: 0;
  color: #333;
  text-shadow: none;
}
.carousel-caption p {
  margin: auto;
  width: 70%;
  margin-bottom: 10px;
  padding-top: 10px;
}
.carousel-control.left, .carousel-control.right {
  background: transparent;
  color: #000;
}
.widget {
  background-color: #f6f6f6;
  padding: 15px;
  margin-bottom: 15px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .navbar-collapse {
    margin-top: 10px;
  }
  .navbar-nav {
    margin: 0px 0px;
  }
  .nav > li > a {
    padding: 10px 15px;
  }
}
.footer {
  padding: 40px 0;
  font-size: 14px;
}
.section {
  padding: 50px 0;
}
.section.light {
  background-color: #f6f6f6;
}
.section h2 {}

.acc h4 {
  color: #2e3192;
}
.acc .accimg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 24px 0 rgba(0, 0, 0, 0.30);
  border: 2px solid #2e3192;
  transform: translate3d(0, 2%, 0);
  transition: all .2s linear;
}
.accimg:hover {
  transform: translate3d(0, 0px, 0);
  cursor: pointer;
}
.accimg {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 24px 0 rgba(0, 0, 0, 0.30);
  border: 2px solid #2e3192;
  transform: translate3d(0, 2%, 0);
  transition: all .2s linear;
}
.acc .accimg:hover {
  transform: translate3d(0, 0px, 0);
  cursor: pointer;
}
.accimgone {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 24px 0 rgba(0, 0, 0, 0.30);
  border: 2px solid #2e3192;
}
.mainimg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in-out;
}
.mainimg:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
}
.main h5 {
  color: #2e3192;
}
.image {
  display: inline-block;
  text-align: center;
  width: 33%;
  float: left;
}
figure {
  overflow: hidden;
  margin: 0 10px;
}
.image img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.image #zoom-In figure img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.image #zoom-In figure:hover img {
  transform: scale(1.5);
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.social-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000
}
/* Style the icon bar links */
.social-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
/* Style the social media icons with color, if you want */
.social-bar a:hover {
  background-color: #272727;
}
.facebook {
  background: #3B5998;
  color: white;
}
.twitter {
  background: #55ACEE;
  color: white;
}
.linkedin {
  background: #007bb5;
  color: white;
}
.instagram {
  background: #fb3958;
  color: white;
}
@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-id-12 .pageHeader{
      background-image: url("https://oasysls.in/wp-content/uploads/irrigation-bg-scaled.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: flex;
      align-items: center;
}
.page-id-12 .pageHeader h1{
color: #ffffff;
}
.menuSection{
    background-color: #7f9b5d;
    border-radius: 4px;
    padding: 16px;
}
.menuSection .links{
  padding: 0;
  margin: 0;
   list-style: none;
 }
.menuSection .links a {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 16px;
}
.menuSection .links a::after {
   content: "";
   position: absolute;
   width: 100%;
   transform: scaleX(0);
   border-radius: 5px;
   height: 0.05em;
   bottom: 0;
   left: 0;
   background: currentcolor;
   transform-origin: bottom right;
   transition: transform 0.5s ease-out;
 }
 .menuSection .links a:hover::after {
       transform: scaleX(1);
       transform-origin: bottom left;
 }
.page-id-18 .pageHeader {
  background-image: url("https://oasysls.in/wp-content/uploads/irrigation-design-1-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.page-id-18 .pageHeader h1 {
  color: #ffffff;
  background: black;
  width: fit-content;
  padding: 0 8px 6px;
  margin-left: auto;
  margin-right: auto;

}
.page-id-16 .pageHeader {
  background-image: url("https://oasysls.in/wp-content/uploads/irrigation-design-1-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.page-id-16 .pageHeader h1 {
  color: #ffffff;
    background: black;
    width: fit-content;
    padding: 0 8px 6px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-23 .pageHeader {
  background-image: url("https://oasysls.in/wp-content/uploads/bip-ponds-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}
.page-id-23 .pageHeader h1 {
  color: #ffffff;
}
.page-id-21 .pageHeader {
  background-image: url("https://oasysls.in/wp-content/uploads/bio-pools-3-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.page-id-21 .pageHeader h1 {
  color: #ffffff;
}
 .page-id-14 .pageHeader {
   background-image: url("https://oasysls.in/wp-content/uploads/waterscapes-scaled.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   display: flex;
   align-items: center;
 }

 .page-id-14 .pageHeader h1 {
   color: #ffffff;
 }
    .page-id-26 .pageHeader {
      background-image: url("https://oasysls.in/wp-content/uploads/irrigation.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: flex;
      align-items: center;
    }
  
    .page-id-26 .pageHeader h1 {
      color: #ffffff;
    }
        .page-id-28 .pageHeader {
      background-image: url("https://oasysls.in/wp-content/uploads/irrigation.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      display: flex;
      align-items: center;
    }
  
    .page-id-28 .pageHeader h1 {
      color: #ffffff;
    }
          
    .address {
      padding: 12px;
      color: white;
      background: linear-gradient(281deg,
          rgb(63 113 0) 7%,
          rgb(125 176 66) 51%,
          rgba(104, 135, 65, 1) 86%);
    }
    .ff-inkFree{
    font-family: 'Ink Free', sans-serif;
    }