/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face { font-family: 'Campinas'; src: url(fonts/Campinas/campinas-extrabold-webfont.woff) format("woff"), url(fonts/Campinas/Campinas-Extrabold.otf) format("truetype"); font-weight: 800; font-style: normal; }

@font-face { font-family: 'oswald'; src: url(fonts/oswald/oswald-webfont.woff) format("woff"), url(fonts/oswald/oswald.ttf) format("truetype"); font-weight: 500; font-style: normal; }

@font-face { font-family: 'overpass'; src: url(fonts/overpass/overpass_regular-webfont.woff) format("woff"), url(fonts/overpass/overpass_regular.ttf) format("truetype"); font-weight: 400; font-style: normal; }



body {
  font-family: Roboto;
  color: #000000;
}
a {
  color: #005422;
  text-decoration: none;
}
a:hover {
  color: #ef7f1a;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
     font-family: Roboto;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5ba601;
  border-top-color: #ef7f1a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 80px;
  z-index: 996;
  background: #51ab00;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f1a900;
  color: #000!important;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.desktoppic{
	margin-top:80px;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
}
#header.header-transparent {
      background: linear-gradient(180deg, #0b6e00, #088f00);
}
#header.header-scrolled {
  background: linear-gradient(180deg, #0b6e00, #088f00);
  height: 80px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
/*
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}
*/
#header.header-scrolled .logo img {
  padding: 5px;
  margin: 5px;
  width: 75%;

  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
#header .logo img {
  width: 100%;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
/*
#header .black .logo img {
  padding: 5px;
  margin: 5px;
  height: 50px;
	-webkit-transition: height 0.2s; 
	-moz-transition: height 0.2s; 
	-ms-transition: height 0.2s; 
	-o-transition: height 0.2s; 
	transition: height 0.2s; 
}
*/
/*--------------------------------------------------------------
# Header Inside Pages
--------------------------------------------------------------*/
#header-inside {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
#header-inside .header-transparent {
  background: transparent;
}
/*#header-inside .header-scrolled {
  background: rgba(255, 255, 255, 0.9);
  height: 80px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}*/
/*
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}
*/
#header-inside .logo img {
  padding: 1px;
  margin: 1px;
  height: 80px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 15px;
  font-size: 17px;
  font-weight: 500;
	letter-spacing: 0.5px;;
  font-family: overpass;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 14px;
  line-height: 0;
  margin-left: 5px;
  color: rgb(27 255 0);
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #fff700;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 60px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff700;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #ed502e;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #5ba601;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #ffffff;
  }
  .navbar ul {
    display: none;
  }
  .mahindra ul li {
  padding-bottom: 5px;
  font-size: 16px !important;
}
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(5, 5, 5, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #5ba601;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #0e5a00;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li > a:before {
  left: 20px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #00000;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ed502e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul, .navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.product_names{
    font-size: 16px;
    line-height: 18px;
	font-family: Geometr212 BkCn BT;
    background-color: #087800;
	font-weight: 600;
    padding: 8px;
    text-align: center;
    color: white;
 }
.navbar-mobile .dropdown ul li, .navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a, .navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i, .navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a, .navbar-mobile .dropdown .dropdown ul a:hover, .navbar-mobile .dropdown .dropdown ul .active:hover, .navbar-mobile .dropdown .dropdown ul li:hover > a {
  color: #5ba601;
}
.navbar-mobile .dropdown > .dropdown-active, .navbar-mobile .dropdown .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*  background: url("../img/hero-bg.jpg");*/
  position: relative;
  padding: 5px 0 0 0;
  height: auto;
}
#hero:before {
  content: "";
  background: rgba(219, 249, 183, 0.91);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #191919;
}
#hero h1 span {
  color: #191919;
  border-bottom: 4px solid #5ba601;
}
#hero h2 {
  color: #3E3E3E;
  margin-bottom: 40px;
  font-size: 22px;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #5ba601;
}
#hero .btn-get-started:hover {
  background: #17b57d;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #hero {
    position: relative;
    padding: 85px 0 0 0;
    height: auto;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 100%;
    text-align: center;
  }
  #hero h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #hero h2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
    text-align: center;
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hero-waves {
  display: block;
  margin-top: 84vh;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}
.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}*/
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  /*  background-color: rgba(4, 12, 21, 0.5);*/
}
#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 40px;
  right: 40px;
}
/*#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}*/
/*#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}*/
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(91, 166, 1, 0.5);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(91, 166, 1, 0.9);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(91, 166, 1, 0.5);
  color: rgba(91, 166, 1, 0.3);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #000;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
  margin-bottom: 30px;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ed502e;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e;
  margin-top: 15px;
}
#hero .btn-get-started:hover {
  background: #ef6445;
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    text-align: center;
    bottom: 0;
    top: 60px;
    left: 10px;
    right: 10px;
  }
  #hero .hero-img img {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
  }
  #hero .carousel-container .hero-img img {
    width: 100%;
    text-align: center;
  }
	.products{
	width: 320px;
    height: auto;
    padding: 10px;
    text-align: center;
	}
	.wel_title{
	font-size: 28px !important;
	}
	
	.netpure{
    font-size: 24px !important;
    line-height: 28px !important;
}

#header .logo img {
  width: 75%;
}
  
.all_title{
font-size: 28px !important;
}

	.desktoppic{
	margin-top:0px;
}
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  #hero .carousel-container .hero-img img {
    width: 100%;
    text-align: center;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
  #hero .carousel-container .hero-img img {
    width: 200%;
    text-align: center;
  }
}
@media (max-height: 430px) {
  #hero {
    height: 120vh;
  }
}
@media (max-width: 460px) {
  #hero .carousel-container .hero-img img {
    width: 100%;
    text-align: center;
  }
}
/*










/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f5f5ff;
}
.section-title {
  padding-bottom: 10px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  /*  line-height: 1px;*/
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  /*text-transform: uppercase;*/
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #5ba601;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #2c2c2c;
	text-align: center;
}


.wel_title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 700;
  font-family: Campinas;
  color: #0015a9;
	text-align: center;
	}
	
.all_title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  font-family: 'overpass';
  color: #ff0000;
  text-align: center;
}
 @font-face { font-family: 'ethnocentric'; src: url(fonts/ethnocentric/ethnocentric_rg-webfont.woff) format("woff"), url(fonts/ethnocentric/ethnocentric_rg.ttf) format("truetype"); font-weight: bold; font-style: normal; }
 
.netpure{
    font-size: 35px;
    font-family: ethnocentric;
    font-weight: bold !important;
    line-height: 40px;
    color: #ff0000;
}


.allsub_page_title{
    margin-bottom: 0px;
    font-size: 45px;
    font-weight: 500;
    margin-top: 15px;
   /* text-transform: uppercase;*/
    font-family: oswald;
		text-shadow: 2px 2px red;
    color: #ffffff;
		letter-spacing: 1px;
    text-align: center;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 85px 0px 125px 0px;
  background-color: #6d007c;
  min-height: 50px;
  margin-top: 95px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# WHY PEOPLE CHOSE IT
--------------------------------------------------------------*/
.about {
  /*
  background: url("../img/why-people.png") center center no-repeat;
  background-size: cover;
*/
  background-color: #ffffff;
  padding: 16px 16px;
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 11px 10px 10px 5px;
}
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 15px;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 24px;
    font-weight: 500;
	text-align: justify;
	font-family: "Poppins", sans-serif;
}
.about .content .about-btn {
  display: inline-block;
     background: linear-gradient(180deg, #055e00, #128f00);
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}
.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}
.about .content .about-btn:hover {
     background: linear-gradient(90deg, #128f00, #055e00);
		 
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #5ba601;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.about .icon-boxes .icon-box img {
  margin-bottom: 6px;
  width: 60px;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# About Inside 
--------------------------------------------------------------*/
.about-inside .content {
  background-color: #f6f9ff;
  padding: 40px;
}
.about-inside h3 {
  font-size: 14px;
  font-weight: 700;
  color: #ef7f1a;
  text-transform: uppercase;
}
.about-inside h2 {
  font-size: 24px;
  font-weight: 700;
  color: #404349;
}
.legal_heading{
    font-size: 20px;
    font-weight: 700;
    color: #000a83;
    text-align: center;
    line-height: 28px;
		margin-top: 15px;
}
.about-inside p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}
.about-inside .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ef7f1a;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about-inside .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about-inside .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about-inside .btn-read-more:hover i {
  transform: translateX(5px);
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 40px rgba(1, 41, 112, 0.09);
  height: auto;
  padding: 20px 15px;
  text-align: justify;
	margin: 20px;
  transition: 0.3s;
  border-radius: 5px;
  font-size: 16px;
	color: #000;
  font-family: "Poppins", sans-serif;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 15px 15px;
 /* border-radius: 40px;*/
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #5ba601;
}
.services .service-box.blue .icon {
  color: #5ba601;
  background: #e4ffc3;
}
.services .service-box.blue .read-more {
  color: #5ba601;
}
.services .service-box.blue:hover {
  background: #e4ffc159;
}
.services .service-box.orange {
  border-bottom: 3px solid #63ab0e;
}
.services .service-box.orange .icon {
  color: #ef7f1a;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #ef7f1a;
}
.services .service-box.orange:hover {
  background: #2b8500;
}
.services .service-box.green {
  border-bottom: 3px solid #252525;
}
.services .service-box.green .icon {
  color: #252525;
  background: #cbcbcb;
}
.services .service-box.green .read-more {
  color: #252525;
}
.services .service-box.green:hover {
  background: #252525;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #000000;
}
.services .service-box:hover .icon {
  background: #fff;
}
/*--------------------------------------------------------------
# Mahindra 
--------------------------------------------------------------*/
.mahindra .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f394c;
  margin-bottom: 15px;
}
.mahindra .icon-box {
  margin-top: 40px;
}
.mahindra .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #d0ecf9;
  border-radius: 50px;
  transition: 0.5s;
}
.mahindra .icon-box .icon i {
  color: #5ba601;
  font-size: 32px;
}
.mahindra .icon-box:hover .icon {
  background: #5ba601;
  border-color: #5ba601;
}
.mahindra .icon-box:hover .icon i {
  color: #fff;
}
.mahindra .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.mahindra .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.mahindra .icon-box .title a:hover {
  color: #5ba601;
}
.mahindra .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.mahindra ul {
  list-style: none;
  padding: 0;
  font-weight: 700;
}
.mahindra ul li {
  padding-bottom: 5px;
  font-size: 21px;
}
.mahindra ul i {
  font-size: 25px;
  padding-right: 4px;
  color: #5ba601;
}
.mahindra .about-btn {
  display: inline-block;
  background: linear-gradient(180deg, #055e00, #128f00);
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}
.mahindra .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}
.mahindra .about-btn:hover {
  background: linear-gradient(90deg, #128f00, #055e00);
}
.mahindra .video-box {
  background: url(../img/overview.jpg) center center no-repeat;
  background-size: cover;
  min-height: 400px;
  margin: 10px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .mahindra .video-box {
    margin-left: 15px;
    margin-right: -15px;
  }
}
.mahindra .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ef7f1a 50%, rgba(239, 127, 26, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.mahindra .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mahindra .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(239, 127, 26, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.mahindra .play-btn:hover::after {
  border-left: 15px solid #ef7f1a;
  transform: scale(20);
}
.mahindra .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f5f5ff;
  transition: ease-in-out 0.3s;
}
.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 50px;
}
.features .icon-box h3 a {
  color: #2c2c2c;
  transition: ease-in-out 0.3s;
}
.features .icon-box h3 a:hover {
  color: #01036f;
}
.features .icon-box:hover {
  background: #ebebff;
}
/*--------------------------------------------------------------
# product details
--------------------------------------------------------------*/

.product-details .feature-icons h3 {
  color: #2c2c2c;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .product-details .feature-icons h3 {
    font-size: 28px;
  }
}

.product-details .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #2c2c2c;
}

/*
.product-details .feature-icons .content .icon-box {
  display: flex;
	}

.product-details .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #2c2c2c;
  margin-right: 20px;
}
.product-details .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}
*/
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.product-details .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}
.product-details .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}
.product-details .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.product-details .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}
.product-details .feture-tabs {
  margin-top: 120px;
}
.product-details .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}




@media (max-width: 768px) {
  .product-details .feture-tabs h3 {
    font-size: 28px;
  }
}
.product-details .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.product-details .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.product-details .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}
.product-details .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}
.product-details .feature-icons {
  margin-top: 120px;
}
.product-details .feature-icons h3 {
  color: #666666;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .product-details .feature-icons h3 {
    font-size: 28px;
  }
}
.product-details .feature-icons .content .icon-box {
  display: flex;

}

.product-details .icon-box {

	  border-bottom: 1px dashed;
  
}

.product-details .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #151515;
}
.product-details .feature-icons .content .icon-box i {
  font-size: 100px;
  line-height: 10px;
  color: #0245bc;
  margin-right: 20px;
width: 150px;
height: 150px;
float: left;
  
 
	
}
.product-details .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;	
	 margin: 0 0 10px 0;
	 
}



/*--------------------------------------------------------------
# Features BENEFITS
--------------------------------------------------------------*/
.features-benefits .icon-box {
 margin-bottom: 10px;
  padding: 10px;
  /*/*border-radius: 6px;
  background: #252525;*/
  transition: 0.3s;
}
.features-benefits .icon-box:hover {
  /*background: #2b2b2b;*/
}
.features-benefits .icon-box i {
  float: left;
  color: #e03a3c;
  font-size: 40px;
  line-height: 0;
}
.features-benefits .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.features-benefits .icon-box h4 a {
  color: #2B2B2B;
  transition: 0.3s;
}
.features-benefits .icon-box h4 a:hover {
  text-decoration: underline;
}
.features-benefits .icon-box .icon-box:hover h4 a {
  color: #e03a3c;
}
.features-benefits .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
	color: #626262;
}




/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f5f5ff;
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #5ba601;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #2c2c2c;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 100px;
}
.details .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #2c2c2c;
}
.details .content ul {
  list-style: none;
  padding: 0;
}
.details .content ul li {
  padding-bottom: 10px;
}
.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5ba601;
}
.details .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Ecovolt Product
--------------------------------------------------------------*/
.product {
  background: url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.product .container {
  position: relative;
  z-index: 10;
}
.product .content {
  padding: 30px 30px 30px 0;
}
.product .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}
.product .content h4 {
  font-weight: 700;
  font-size: 20px;
  color: #2f4d5a;
  margin-bottom: 30px;
  text-align: right;
  padding-top: 30px;
  border-bottom: 1px dashed;
  line-height: 50px
}
@media (max-width: 768px) {
  .product .content h4 {
    text-align: center;
  }
}
.product .content .right h4 {
  font-weight: 700;
  font-size: 20px;
  color: #2f4d5a;
  margin-bottom: 30px;
  text-align: left;
  padding-top: 30px;
  border-bottom: 1px dashed;
  line-height: 50px
}
@media (max-width: 768px) {
  .product .content .right h4 {
    text-align: center;
  }
}
.product .content p {
  margin-bottom: 30px;
}
.product .product-btn {
  display: inline-block;
  background: #5ba601;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}
.product .product-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}
.product .product-btn:hover {
  background: #000000;
}
.product .icon-boxes .icon-box {
  margin-top: 30px;
}
.product .icon-boxes .icon-box i {
  font-size: 40px;
  color: #5ba601;
  margin-bottom: 10px;
}
.product .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.product .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.product img {
  margin-bottom: 6px;
  text-align: center;
}
@media (max-width: 1200px) {
  .product .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .product {
    text-align: center;
  }
}
/*
.product .product-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.product .product-btn:hover {
  background: #206bfb;
  border-color: #206bfb;
}
*/
/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
/*.product 
{background: url("../img/hero-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
	position: relative;
}



.product .content + .content {
  margin-top: 100px;
	 
	
}
.product .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #2c2c2c;
}
.product .content ul {
  list-style: none;
  padding: 0;
}
.product .content ul li {
  padding-bottom: 10px;
}
.product .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5ba601;
}
.product .content p:last-child {
  margin-bottom: 0;
}

*/
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
#testimonials .testimonial-item {
  box-sizing: content-box;
 /* padding: 20px;
	border: 2px dotted green;
  text-align: center;
  min-height: 35px;*/
  /*box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 100%;*/
  /*width: 300px;
  height: auto;*/
  background-color: #f4f3f8;
  margin: 5px 60px;
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px;
  }
}
@media (max-width: 414px) {
  #testimonials .testimonial-item {
    margin: 10px 10px;
    padding: 10px 10px;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
#testimonials .testimonial-item .quote-sign-left {
 /* margin-top: -15px;
  padding-right: 10px;*/
  display: inline-block;
  width: 100%;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 10px auto;
  border-radius: 100%;
  width: 350px;
  padding: 35px;
  color: #fff;
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5ba601;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5ba601;
}
/*--------------------------------------------------------------
# Photo click to action
--------------------------------------------------------------*/
.cta {
  background: #ffffff;
}
.cta .member {
  text-align: left;
  position: relative;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
  margin-bottom: 30px;
}
.cta .member .pic {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.cta .member img {
  transition: all ease-in-out 0.4s;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 0px 0;
  padding: 0px;
	border: 1px solid #070072;
}
.cta .member:hover img {
  transform: scale(1.1);
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.cta .member .member-info {
  position: absolute;
  bottom: -0px;
  left: 5px;
  right: 0px;
}
.cta .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  margin-right: 6px;
	text-align: center;
	padding: 15px 15px;
	letter-spacing: 1px;
	background-color: #098b00cf;
}
.cta .member-care {
  text-align: left;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(65, 76, 100, 0.05);
}
.cta .member-care .pic {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.cta .member-care img {
  transition: all ease-in-out 0.4s;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin: 0px 0;
  padding: 0px;
}
.cta .member-care:hover img {
  transform: scale(1.1);
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.cta .member-care .member-info {
  position: absolute;
  bottom: -0px;
  left: 5px;
  right: 0px;
}
.cta .member-care h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.team .member .social a {
  transition: color 0.3s;
  color: #0f394c;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(73, 181, 231, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}
.team .member .social a:hover {
  background: #76c7ed;
}
.team .member .social i {
  font-size: 18px;
  line-height: 0;
}
.team .member .member-info {
  padding: 25px 15px;
}
.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #0f394c;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #5ba601;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #5ba601;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #5ba601;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #149f6e;
}
.pricing .featured h3 {
  color: #fff;
  background: #5ba601;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5ba601;
  color: #fff;
}
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #5ba601;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #000000;
}
.faq .faq-list a.collapsed:hover {
  color: #5ba601;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: -webkit-linear-gradient(135deg, #087800 0%, #0f6000 60%, #0a4000 99%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ff3535;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 15px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background-image: linear-gradient(19deg,#0fdf00 22%,#0fdf00 49%,#0fdf00 50%,#0fdf00),linear-gradient(201deg,#7afcf6,#8068ff 50%,#f81984);
  color: #000;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #5ba601;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ef7f1a;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
	background: linear-gradient(180deg, #2b8500, #2b8500);
}

#footer .footer-top {
  padding: 45px 0 45px 0;
 /* background: url(../img/footer-bg.png) no-repeat center top;
	background-position: center;*/
		/*background: -webkit-linear-gradient(135deg, #087800 0%, #087800 60%, #098b00 99%);*/
		background: linear-gradient(-45deg, #307000 0%, #066000 60%, #066000 99%);
    box-shadow: inset 0px 5px 5px rgb(0 0 0 / 20%);
}
#footer .footer-top .footer-contact .logo {
  line-height: 0;
 /* margin-bottom: 15px;*/
}
#footer .footer-top .footer-contact .logo img {
  width: 201px;
  height: auto;
  margin: 15px;
}
#footer .footer-top .footer-contact .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact h3 span {
  color: #5ba601;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top h4 {
font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
	color: #4bff00;
}
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #0dc900;
  bottom: 0;
  left: 0;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
	font-size: 15px;
  margin: 0;
	margin-top: 21px;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00ff1a;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
	font-family: Roboto;
	font-size: 17px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5ba601;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0fdf00;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background-image: linear-gradient(19deg,#ffeb00 22%,#ffb900 49%,#ffb900 50%,#ffc55f);
  color: #000;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/




.clients  .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
	
	min-width: 200px;
	;
}


.clients  .clients-slider .swiper-slide img:hover {
  opacity: 1;
		
}
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients  .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5ba601;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5ba601;
}




/*

-------------------------*/
.modal-header h4 {
  font-size: 18px;
}
.modal-content .modal-btn {
  display: inline-block;
  background: #666666;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
  margin-top: 10px;
}
.modal-content .modal-btn:hover {
  background: #000000;
}
.modal-header {
  background: #5ba601;
  color: #fff;
}
.modal-content .inqiry .info {
  width: 100%;
  background: #fff;
}
.modal-content .inqiry .info i {
  font-size: 20px;
  color: #5ba601;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.modal-content .inqiry .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c2c2c;
}
.modal-content .inqiry .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #5ba601;
}
.modal-content .inqiry .info .email, .modal-content .inqiry .info .phone {
  margin-top: 40px;
}
.modal-content .inqiry .info .email:hover i, .modal-content .inqiry .info .address:hover i, .modal-content .inqiry .info .phone:hover i {
  background: #5ba601;
  color: #fff;
}
.modal-content .inqiry .php-email-form {
  width: 100%;
}
.modal-content .inqiry .php-email-form .form-group {
  padding-bottom: 8px;
}
.modal-content .inqiry .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.modal-content .inqiry .php-email-form .error-message br + br {
  margin-top: 25px;
}
.modal-content .inqiry .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.modal-content .inqiry .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.modal-content .inqiry .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.modal-content .inqiry .php-email-form input, .modal-content .inqiry .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.modal-content .inqiry .php-email-form input {
  height: 44px;
}
.modal-content .inqiry .php-email-form textarea {
  padding: 10px 12px;
}
.modal-content .inqiry .php-email-form button[type=submit] {
  background: #5ba601;
  border: 0;
  padding: 6px 30px 8px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.modal-content .inqiry .php-email-form button[type=submit]:hover {
  background: #ef7f1a;
}
.modal-content .inqiry .php-email-form button[type=Reset] {
  background: #666666;
  border: 0;
  padding: 6px 30px 8px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.modal-content .inqiry .php-email-form button[type=Reset]:hover {
  background: #000000;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Why Lithium
--------------------------------------------------------------*/
.modal-content .icon-boxes h4 {
  font-size: 18px;
  color: #5ba601;
  margin-bottom: 15px;
}
.modal-content .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #5ba601;
  margin-bottom: 15px;
}
.modal-content .icon-box {
  margin-top: 40px;
}
.modal-content .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #5ba601;
  border-radius: 50px;
  transition: 0.5s;
}
.modal-content .icon-box .icon i {
  color: #5ba601;
  font-size: 32px;
}
.modal-content .icon-box:hover .icon {
  /*background: #1977cc;*/
  /*border-color: #1977cc;*/
}
.modal-content .icon-box:hover .icon i {
  color: #fff;
}
.modal-content .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.modal-content .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}
.modal-content .icon-box .title a:hover {
  color: #5ba601;
}
.modal-content .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.social_links{
text-align: center;
    margin-left: -12px;
}
.contact_details{
      line-height: 27px;
    margin-top: 15px;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: Roboto;
		text-align: justify;
}


.bootom_footer{
background-color:#0000FF;
	 color:#000000;
	 font-size: 15px;
	 margin-top:0px 15px 0px 15px;
	 padding:0px;
}

.products {
    width: 260px;
    height: auto;
    padding: 5px;
    text-align: center;
		box-shadow: 0 0 15px #e5e9ec;
    border: 1px solid #dddddd;
	  margin: 5px;}
	
.details {
	margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
		padding: 10px;
    margin-top: 25px;
    font-family: "Poppins", sans-serif;
}

.contactus_title{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
	line-height: 35px;
    font-family: gothic;
    color: #287c00;
    text-align: center;
	margin-bottom: 25px;
}
.bgcontact{
	width: 100% !important;
	height: auto;
	margin-bottom:20px;
	padding:0px;
}	

.login_btn {
  border: none;
  padding: 0.4em 1.2em;
  outline: none;
  color: #1b00ff;
  font-style: 1.2em;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: none;
  /*text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);*/
}

.login_btn:before,
.login_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10em;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 105%;
  height: 105%;
  content: "";
  z-index: -2;
  background-size: 400% 400%;
  background: linear-gradient(60deg, #00ff08, #1bff00, #00ff08, #04ff00, #1bff00, #00ff14, #04ff00, #3fff00);
}

.login_btn:before {
  -webkit-filter: blur(7px);
  filter: blur(7px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-animation: pulse 10s infinite ease;
  animation: pulse 10s infinite ease;
}

.login_btn:after {
  -webkit-filter: blur(0.3px);
  filter: blur(0.3px);
}

.login_btn:hover:before {
  width: 115%;
  height: 115%;
}












