@charset "utf-8";

@font-face {
    font-family: 'poppins';
    src: url('../fonts/poppins/poppins.eot');
    src: url('../fonts/poppins/poppins.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/poppins.woff2') format('woff2'),
         url('../fonts/poppins/poppins.woff') format('woff'),
         url('../fonts/poppins/poppins.ttf') format('truetype'),
         url('../fonts/poppins/poppins.svg#poppins') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  overflow-x: hidden;
}

.w3-white,.w3-hover-white:hover
{
  color:#000!important;
  background-color:#fff!important;
}

.w3-card {
  box-shadow:0 5px 5px 0 rgba(0,0,0,0.16),0 10px 10px 0 rgba(0,0,0,0.12);
}

.w3-teal,.w3-hover-teal:hover {
  color:#fff!important;
  background-color:#009772!important;
}

.w3-text-white,.w3-hover-text-white:hover {
  color:#fff!important;
}

.w3-row-padding:after,.w3-row-padding:before {
  content:"";
  display:table;
  clear:both;
}

.w3-row-padding {
  padding:0 8px;
}

.w3-padding-large {
  padding:12px 24px!important;
}

.w3-third {
  float:left;
  width:33.33%;
  padding:20px 8px 5px 8px;
}

.w3-top {
  position:fixed;
  width:100%;
  z-index:99;
  top: 0;
}

.w3-padding-24 {
  padding-top:24px!important;
  padding-bottom:24px!important;
}

.w3-section {
  margin-top:16px!important;
  margin-bottom:16px!important;
}

.logo {
  padding-top: 11px;
  padding-bottom: 11px;
}

.logo1 {
    display: none;
}

.banner {
  width: 100%;
}

.right {
  text-align: right!important;
}

.about-us {
  background-color:rgba(179, 255, 236,0.4);
}

.header-section {
  z-index: 90;
}

.who-we-are {
  padding-top:50px;
}

.our-services {
  padding-top:50px;
  padding-bottom:45px;
}

.our-products {
  padding-top:50px;
  padding-bottom:50px;
}

.our-testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}

.our-testimonials {
  position: relative;
  background-image: -moz-linear-gradient(90deg, #009772 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(90deg, #009772 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(90deg, #009772 0%, #ffffff 100%);
}

.our-testimonials .description {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding-top: 30px;
  font-weight: 400;
  color: #fff;
}

.our-testimonials .picture {
    margin-left: auto;
    margin-right: auto;
}

.our-testimonials .name {
  font-size: 20px;
  text-align: center;
  color: #009772;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 20px;
  letter-spacing: 2px;
}

.bubble {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bubble span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: -1;
}

.bubble span:nth-child(1) {
  width: 150px;
  height: 150px;
  top: 41%;
  left: 25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: bubbles 3s linear 0s infinite alternate;
  animation: bubbles 3s linear 0s infinite alternate;
}

.bubble span:nth-child(2) {
  width: 100px;
  height: 100px;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30%;
}

.bubble span:nth-child(3) {
  left: 24%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30%;
  -webkit-animation: bubbles 2s linear 0s infinite alternate;
  animation: bubbles 2s linear 0s infinite alternate;
}

.bubble span:nth-child(4) {
  width: 100px;
  height: 100px;
  right: 18%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 21%;
  -webkit-animation: bubbles 7s linear 0s infinite alternate;
  animation: bubbles 7s linear 0s infinite alternate;
}

.bubble span:nth-child(5) {
  right: 25%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30%;
}

.bubble span:nth-child(6) {
  left: 0;
  width: 100px;
  height: 100px;
  top: 10%;
  -webkit-animation: bubbles 7s linear 0s infinite alternate;
  animation: bubbles 7s linear 0s infinite alternate;
}

.bubble span:nth-child(7) {
  right: -18px;
  width: 100px;
  height: 100px;
  bottom: 32%;
  -webkit-animation: moveclouds 9s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: moveclouds 9s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

@-webkit-keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes bubbles {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}

@-webkit-keyframes sideWays {
  0% {
    right: 0px;
  }
  100% {
    right: 50px;
  }
}

@-moz-keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}

@-moz-keyframes sideWays {
  0% {
    right: 0px;
  }
  100% {
    right: 50px;
  }
}

@-o-keyframes moveclouds {
  0% {
    top: 500px;
  }
  100% {
    top: -500px;
  }
}

@-o-keyframes sideWays {
  0% {
    right: 0px;
  }
  100% {
    right: 50px;
  }
}

.get-in-touch {
  padding-top:50px;
  padding-bottom:65px;
}

.horizontal {
  width:100px;
  border:1px solid #009772;
  margin:0 auto;
}

.services-box {
  margin-bottom: 40px;
}

.our-products-box {
  margin-bottom: 20px;
}

.three-boxes {
  margin:0 -16px;
}

.con-mob-call {
  display: none;
}

.light-green {
  border: 2px solid #009772!important;
  color: #009772!important;
  font-weight: bold;
  box-shadow: 5px 5px 5px rgba(115, 115, 115, 0.9);
}

.w3-padding-top {
  padding-top: 25px;
}

.w3-padding-small {
  padding:4px 8px!important;
}

.w3-round-xxlarge {
  border-radius:32px;
}

.w3-margin-30 {
  margin-top: 30px!important;
}

.w3-margin-56 {
  margin-top: 56px!important;
}

.mt-200{
  margin-top: 200px;
}

.mb-5{
  margin-bottom: 5px;
}

.mb-25{
  margin-bottom: 25px;
}

.individual-product a{
  color: #009772;
  font-weight: bold;
}

.individual-product a:hover, .individual-product a:focus{
  color: #03C092;
  text-decoration: none;
}

.w3-margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.w3-border {
  border:1px solid #ccc!important;
}

.w3-button {
  border:none;
  display:inline-block;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  cursor:pointer;
  white-space:nowrap;
}

.w3-button {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
} 

.w3-button:hover {
  color:#fff!important;
  background-color:#019972!important;
}

.w3-dark-grey,.w3-hover-dark-grey:hover {
  color:#fff!important;
  background-color:#616161!important;
}

.w3-xxlarge {
  font-size:36px!important;
}

.w3-text-light-grey,.w3-hover-text-light-grey:hover {
  color:#f1f1f1!important;
}

.upper-band a:link, .call-us .mob-call a:link, .contact-us a:link, .con-mob-call a:link {
  color: #fff;
  text-decoration: none;
}

.upper-band a:link:hover, .call-us .mob-call a:link:hover, .contact-us a:link:hover, .con-mob-call a:link:hover {
  text-decoration: underline;
}

.upper-band a:visited, .call-us .mob-call a:visited, .contact-us a:visited, .con-mob-call a:visited {
  color: #fff;
  text-decoration: none;
}

.call-us .mob-call{
  color: #009772;
  font-weight: bold;
}

.call-us .mob-call a:link {
  color: #009772;
  text-decoration: none;
  font-weight: bold;
}

.call-us .mob-call a:link:hover {
  text-decoration: underline;
}

.call-us .mob-call a:visited {
  color: #009772;
  text-decoration: none;
}

.call-us .mob-call {
  display: none;
}

.call-us p {
  border-radius: 50px;
  border: 2px solid #0FA79D;
  padding: 7px;
  text-align: center;
}

.call-us p .fa {
  color: #0FA79D;
}

.green {
  color: #009772;
}

.dropdown-menu > li.active1 > a {
  background-color: #009772;
  color: #fff!important;
}

.maps iframe {
  border: none;
  width: 95%;
  height: 650px;
}

iframe {
  border: none;
  width: 95%;
  height: auto;
}

.para {
  font-size: 14px;
  padding-bottom: 15px;
}

.para1 {
  padding: 12px 0px 12px 0px!important;
}

.para2 {
  padding: 12px 0px 12px 0px!important;
  text-align: right!important;
}

.para2 a {
  text-decoration: none;
  color: #fff;
}

.para2 a:hover, .para2 a:focus, .para2 a:active {
  color: #fff;
  text-decoration: underline;
}

.w3-padding-4 {
  padding-top: 4px;
  padding-bottom: 4px;
} 
.bg-img {
  background-attachment: fixed;
  background-image: url(../images/bg-img.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: cover;
}

/** input group start here**/
.input-group {
  position: relative;
  display: table;
  border-bottom: 1px solid #ccc; 
}

.input-group-addon, .input-group-addon1 {
  display: table-cell;
}

.input-group-addon, .input-group-addon1 {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon .fa {
  padding: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #727272;
  text-align: center;
}

.input-group-addon1 .fa {
  padding: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #727272;
  text-align: center;
  margin: 0% 0% 100% 0%;
}

.w3-input {
  padding:8px;
  display:block;
  border:none;
  width:100%;
}

.w3-input:focus {
    outline: none !important;
    border-bottom:1px solid #009772!important;
}

.w3-padding-16 {
  padding-top:16px!important;
  padding-bottom:16px!important;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 10px;
  margin: 60px 3px 0px 3px;
}

@media (min-width: 992px) and (max-width: 1311px){
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
    font-size: 11px;
    margin: 45px 3px 0px 3px;
  }

  .call-us p {
    font-size: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  body {
  margin-top: 50px;
  }

  .mt-200{
    margin-top: 150px;
  }

}
@media (min-width: 992px) and (max-width: 1133px) {

  .para {
    font-size: 11px;
    font-weight: bold;
  }

}

@media screen and (max-width: 991px) {
  .w3-margin-30 {
    margin-top: 0px!important;
  }

  .w3-margin-56 {
    margin-top: 0px!important;
  }

  .right {
    text-align: center!important;
  }

  .logo {
    display: none;
  }

  .logo1 {
    display: block;
  }

  .w3-third {
    width:100%;
  }

  .para1 {
    text-align: center;
    padding: 15px 0px 0px 0px!important;
  }

  .para2 {
    padding: 15px 0px 15px 0px!important;
    text-align: center!important;
  }

  .call-us .desk-call {
    display: none;
  }

  .call-us .mob-call {
    display: block;
  }

  .upper-band {
    display: none;
  }

  .con-mob-call {
    display: block;
  }

  .con-desk-call {
    display: none;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 15px;
    margin: 15px 5px 0px 5px;
  }

  .margin-bottom-35 {
    margin-bottom: 0;
  }

}

@media (min-width: 320px) and (max-width: 991px) {

  .para {
    font-size: 15px;
  }
  .maps iframe {
    border: none;
    width: 100%;
    height: 650px;
    margin-bottom: 5%;
  }
  iframe {
    border: none;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }

  .navbar-toggle {
    border-color: #009772;
    background-color: #009772;
    margin-top: 50px;
    margin-bottom: 60px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {

  body{
    margin-top: 100px;
  }

  .mt-200{
    margin-top: 130px;
  }

}
@media (min-width: 480px) and (max-width: 767px) {

  body {
    margin-top: 120px;
  }

  .mt-200{
    margin-top: 110px;
  }

}
@media (min-width: 320px) and (max-width: 479px) {

  body {
    margin-top: 150px;
  }

  .mt-200{
    margin-top: 80px;
  }

}

/** Navbar Shrink **/

nav.shrink .nav>li>a {
  padding: 10px 10px;
  margin: 35px 3px 0px 3px;
}

nav.shrink .w3-margin-56{
  margin-top: 34px!important;
}

@media (min-width: 992px) and (max-width: 1311px){
  nav.shrink .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 7px;
    font-size: 11px;
    margin: 35px 3px 0px 3px;
  }

  nav.shrink .w3-margin-56{
    margin-top: 34px!important;
  }
}

@media (min-width: 320px) and (max-width: 991px){
  nav.shrink .navbar-brand img{
    height:90px!important;
  }
  nav.shrink .w3-margin-56{
    margin-top: 0px!important;
  }
  nav.shrink .navbar-toggle{
    margin-top: 40px!important;
    margin-bottom: 40px!important;
  }
}

/** Navbar Shrink **/
