@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');

/*
font-family: 'Poppins', sans-serif;
font-family: 'Teko', sans-serif;
*/

body{
font-family: 'Poppins', sans-serif;
}

.content-row .body .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.pad0{
padding: 0;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
	cursor: pointer;
}

.dropdown-submenu .dropdown-menu {
    left: 99%;
  top: 0;
}

.dropdown-submenu a{
    font-size: 15px;
  color: #666 !important;
  padding: 6px 15px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  display:block;
  text-decoration:none;
}
.dropdown-submenu a i{
    padding-right: 5px;
  color: #98b73f;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	border-top: 4px dashed;
	/* border-top: 4px solid\9; */
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.log-txt{
margin-top: 25px;
/*background: #05541f;*/
}
.log-txt a:hover{
  text-decoration: none;
}
.inner-content{
  text-align: center;
}
.inner-content h2 {
  position: relative;
  display: inline-block;
 /* color: #13574f;*/
  color: #05541f;
  margin-top: 30px;
/*  margin-bottom: 50px;*/
}

.inner-content h2::after {
  position: absolute;
  content: '';
  background: #05541f;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.inner-content h2::before {
  position: absolute;
  content: '';
  background: #05541f;
  width: 50px;
  height: 1px;
  bottom: -5px;
  left: 0;
}

/*  
        @keyframes animate {
            0% {
                opacity: 0.2;
            }
  
            50% {
                opacity: 0.9;
            }
  
            100% {
                opacity: 0.2;
            }
        }*/
 
.top{
background: #05541f;
font-size: 15px;
padding: 8px 0;
position: relative;
overflow: hidden;
} 

.top-left ul{
padding-left: 0;
display: flex;
margin: 0;
} 

.top-left ul li{
list-style: none;
color: rgba(255,255,255,0.7);
}

.top-left ul li span{
  color: #fff;
  margin-right: 4px;
}

.top-left ul li:nth-child(1) {
  margin-right: 8px;
}

.top-left ul li:nth-child(2)::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1px;
  margin: -2px 12px 0 12px;
  background: rgba(255,255,255,0.7);
}

.top-left ul li a{
  text-decoration: none;
  color: #fff;
}

.top-right{
text-align: right;
}

.top-right a{
position: relative;
z-index: 9;
color: #fff;
font-weight: 500;
text-decoration: none;
}

.top-download::before {
content: "";
position: absolute;
width: 1500px;
top: -9px;
background: #98b73f;
height: 50px;
transform: skew(-25deg);
-webkit-transform: skew(-25deg);
-ms-transform: skew(-25deg);
left: -35px;
z-index: -1;
}

.top-right a i{
  padding-right: 4px;
}

header{
padding: 10px 0;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
}

.logo img{
width: 80%;
}


.navbar{
padding: 0;
height: 100%;  
}

#navbarNavDropdown{
  justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
color: #666;
text-decoration: none;
font-size: 15px;
font-weight: 500;
padding: 15px 15px;
text-transform: uppercase;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
color: #98b73f;
}


.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #98B73F;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before, .navbar-expand-lg .navbar-nav .active .nav-link::before {
  right: 0;
}

.dropdown-item {
font-size: 15px;
color: #666;
padding: 6px 15px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.dropdown-item i{
  padding-right: 5px;
  color: #98b73f;
}

.dropdown-item:hover{
 color: #98b73f;  
}


.dropdown-item.active, .dropdown-item:active {
background-color: #f8f9fa;
color: #98b73f;
}

.s1-title{
text-align: center;
}

.s1-title h6{
font-size: 15px;
text-transform: uppercase;
color: #98b73f;
display: inline-block;
position: relative;
margin-bottom: 15px;
}

.s1-title h6::before {
  position: absolute;
  content: '';
  left: 40%;
  transform: translate(-50%, -50%);
  bottom: -4px;
  background: #d1d1d1;
  width: 30px;
  height: 1px;
  animation: animated 2s linear infinite;
}

.s1-title h2{
font-family: 'Teko', sans-serif;
font-size: 50px;
color: #05541f;
line-height: 0.9;
margin-bottom: 15px;
font-weight: 600;
}


.sec-1{
  padding: 30px 0;
 /* background: url(../images/bg.jpg);*/
 position: relative;
 overflow: hidden;
}

.sec-1::before{
  position: absolute;
  content: '';
left: -60px;
bottom: -30px;
width: 403px;
height: 394px;
  background: url(../images/s1-bg.png) no-repeat bottom left;
    z-index: -1;
     opacity: 0.4;
}

.sec-1::after{
  position: absolute;
  content: '';
  right: -25px;
  bottom: -20px;
  width: 323px;
  height: 208px;
  background: url(../images/s2-bg.png) no-repeat bottom right;
  z-index: -1;
   opacity: 0.4;
}


/* .sec1-box{
  margin: 10px 0px 0;
  height: 300px;
  background: red;
} */
/* .headimg img{
  transform: translateY(-150px);
} */

.sec1-box a{
display: block;
position: relative;
color: #fff;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
background: #fff;
}

.sec1-box a::before{
  z-index: 1;
  position: absolute;
  content: '';
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0) 100%);
  width: 100%;
  height: 100%;
}
.sec1-content{
  z-index: 4;
opacity: 1;
bottom: -60px;
transition-duration: 250ms;
transition-property: all;
transition-timing-function: ease-in-out;
position: absolute;
padding: 35px 30px 30px 30px;
width: 100%;
}




.sec1-box .sec1-content h6{
color: #fff;
font-size: 14px;
text-transform: uppercase;
position: relative;
}

.sec1-box .sec1-content h6::before {
content: '';
position: absolute;
display: block;
width: 30px;
height: 2px;
background: #05541f;
top: -8px;
left: 0px;
}

.sec1-box .sec1-content h3{
font-size: 34px;
text-transform: uppercase;
color: #fff;
margin: 0px 0px 15px 0px;
line-height: 1.1;
font-family: 'Teko', sans-serif;
font-weight: 600;
}

.sec1-box .sec1-content i {
    color: #000;
    background: #f2cb0e;
    font-size: 14px;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 100px;
    transition-duration: 250ms;
    transition-property: color, background-color, opacity, border;
    transition-timing-function: ease-in-out;
    opacity: 0;
    display: inline-block;
}

.sec1-box:hover .sec1-content i{
  opacity: 1;
}

.sec1-box:hover .sec1-content{
  bottom: 0;
}


.sec-2{
padding: 30px 0;
text-align: center;
position: relative;
background: url(../images/sec2-bg.jpg);
background-size: cover;
}

.sec-2::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.8);
}

.sec-2 h6{
  font-size: 15px;
  text-transform: uppercase;
  color: #98b73f;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.sec-2 h6::before{
position: absolute;
content: '';
left: 40%;
transform: translate(-50%, -50%);
bottom: -4px;
background: rgba(255,255,255,0.6);
width: 30px;
height: 1px;
animation: animated 2s linear infinite;
}

@keyframes animated{
0% {
transform: translate(0%, 0%);
}
100% {
transform: translate(50%, 0%);
}
}

.sec-2 h2 {
  font-family: 'Teko', sans-serif;
  font-size: 50px;
  color: #fff;
  line-height: 0.9;
  font-weight: 600;
}

.sec-2 p{
  color: #fff;
  font-size: 15px;
}

.sec-2 a{
text-decoration: none;
font-size: 15px;
background: #98b73f;
color: #fff;
position: relative;
overflow: hidden;
padding: 12px 22px;
border-radius: 30px;
display: inline-block;
z-index: 9;
}

.sec-2 a::before {
  content: "";
  position: absolute;
  transition-duration: .8s;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.sec-2 a:hover::before {
  top: -40%;
}

.sec-2 a span{
  padding-right: 5px;
}

.sec-2 a:hover{
  color: #98b73f;
}


.pro-feature{
padding-bottom: 30px;
}

.pro-feature h3{
color: #05541F;
font-size: 25px;
font-weight: 400;
text-decoration: underline;
margin-bottom: 12px;
}


.pro-feature ul{
  padding-left: 0;
}

.pro-feature ul li{
list-style: none;
color: #444;
line-height: 28px;
}

.pro-feature ul li span{
color: #98B73F;
padding-right: 4px;
}

.pallet-bx{
position: relative;
margin-bottom: 20px;
}

.pallet-bx h6{
background: #05541f;
color: #fff;
padding: 6px 12px;
font-size: 15px;
border-radius: 8px;
font-family: "Montserrat", serif;
display: inline-block;
}


footer{
  background: #023112;
  font-size: 14px;
}

.panel-body ul{
  padding: 0;
  margin: 0;
}
/*.panel-body ul li{
   padding: 10px 15px;
}*/
.panel-body ul li a{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
 padding: 10px 15px;
}
.panel-body ul li a:hover{
  text-decoration: none;
}
.panel-body ul li a i{
  margin-right: 5px;
}
.panel-body{
   border-top: 1px #e5e5e5 solid;
}
.inr-bg{
   background: rgba(255,255,255, 0.85);
border-radius: 20px;
box-shadow: 0 0px 10px rgba(0,0,0, 0.2);
padding: 40px;
}
.inr-text {
  padding: 40px 0px;
}
.inr-text h2{
  font-family: 'Teko', sans-serif;
font-weight: 600;
color: #05541f;
position: relative;
}
.inr-text h2::before{
    position: absolute;
  content: '';
  background: #05541f;
  width: 50px;
  height: 1px;
  bottom: -5px;
  left: 0;
}
.inr-text h2::after{
   position: absolute;
  content: '';
  background: #05541f;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.inr-text p{
  line-height: 28px;
  color: #666;
  font-size: 14px;
}
.inr-text h4{
  font-family: 'Teko', sans-serif;
font-size: 20px;
color: #05541f;
}
.inr-text ul{
  padding: 0;

}
.inr-text ul li{
  list-style: none;
  color: #666;
  font-size: 14px;
  line-height: 28px;
}
.inr-text ul li i{
  margin-right: 10px;
  color: #05541f;
}
.ab-img{
  position: relative;
}
.ab-img span{
  position: absolute;
left: 0;
bottom: 0;
background: #05541f;
padding: 10px;
color: #fff;
  font-family: 'Teko', sans-serif;
font-weight: 600;
font-size: 20px;
}
.pro-img{
  margin-top: 30px;
}
.con-icon{
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #eee;
    margin-top: 20px;

}
.con-icon p{
  margin: 0;
}
.con-text{
    margin-left: 65px;
}
.con-icon h4{
      font-family: 'Teko', sans-serif;
font-weight: 600;
     font-size: 24px;
     color: #222;
     margin: 0;
}
.con-icon i {
    width: 50px;
    height: 50px;
    background: #05541f;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: inline-block;
  /*  border-radius: 10px 20px 10px 20px;*/
    color: #fff;
    font-size: 20px;
    float: left;
    margin-top: 3px;
}
.enq-text {
  text-align: center;
  padding: 40px 0px;
}
.enq-text span{
  color: #666;
}
.enq-form{
  background: #fff;
  position: relative;
  padding: 40px;
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
/*.enq-form::before{
background: url(../images/enq.jpg) 50% 50%;
background-repeat: no-repeat;
position: absolute;
content: '';
top: 0px;
right: -60%;
width: 100%;
height: 100%;
z-index: -1;
}
*/
.enq-form .form-control{
margin-bottom: 30px;
font-size: 14px;
border-radius: 0;
height: 45px;
}

.enq-form textarea.form-control{
  height: auto;
}

.enq-form .btn{
  background: #05541f;
width: 100%;
color: #fff;
border-radius: 0;
}
.body-con .content {
  overflow: hidden;
  position: relative;
  border: 1px solid rgb(0, 0, 0, 8%);
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%);
  background: rgb(240 248 255 / 66%);
}
.table-responsive {
  display: block;
  /* PADDING: 40px 0; */
  width: 100%;
  padding-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.body-con .text-center {
    text-align: center!important;
    padding: 14px 0;
    position: relative;
    height: 100%;
    width: 100%;
    transition: .7s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .body-con .col-xl-4 h3{
    position: absolute;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
  }
.body-con .col-xl-4{
  transition: .7s;

  position: relative;
}
.body-con .col-xl-4 h3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 1;
  background-color: #00000054;
  transition: .7s;
  top: 0;
}
.body-con .col-xl-4:hover img{
  opacity: 0;
}
.body-con .col-xl-4:hover h3{
  opacity: 1;
}
.body-con .col-xl-4:hover h3::before{
  opacity: 1;        
}
.body-con .col-xl-4:hover h3{

}
.body-con .col-xl-4 h3::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  opacity: 1;
  background-color: #05541f;
  transition: .7s;
  top: 0;
}
/*html body{
  background: url(../images/bg.jpg);
  background-repeat:no-repeat ;
  background-position: center;
  z-index: 111;
}*/

.bulk-1 h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  color: #05541f;
  position: relative;
  margin: 44px 0px;
  font-size: 42px;
}
.bulk-1 h2::before{
    position: absolute;
  content: '';
  background: #05541f;
  width: 50px;
  height: 1px;
  bottom: -5px;
  left: 0;
}
.bulk-1 h2::after{
   position: absolute;
  content: '';
  background: #05541f;
  width: 100px;
  height: 1px;
  bottom: 0;
  left: 0;
}
.imgs-1 .full-content {
  border: 1px solid rgb(0 0 0 /14%);
/*  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);*/
  background: #fff;
  margin-bottom: 8px;
}
.imgs-1 .col-xl-4{
  margin: 7px 0;
  transition: .7s;
}
/*.imgs-1 .col-xl-4:hover{

}
*/

.full-content img{
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
}
.full-content h4 .img{
overflow: hidden;
}


.full-content:hover img{
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}

.imgs-1{
    padding: 15px 0;
/*    background: url(../images/bg.jpg);*/
}
.full-content .content{
text-align: center;
font-family: "Montserrat", serif;
font-size: 20px;
color: #05541f;
padding-top: 10px;
} 
.full-content h6{
  text-align: end !important ;
  background-color: #05541f;
}
.full-content .text-center{
color: #555;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
}
.full-content h6 {
  text-align: end !important;
  background-color: #05541f;
  color: aliceblue;
  display: inline-block;
  padding: 13px 36px;
  z-index: 1;
  position: relative;
  /* overflow: hidden; */
}
.full-content h6::after {
position: absolute;
content: "";
top: 0;
left: 30px;
background-color: #05541f;
height: 100%;
z-index: -1;
transform: skew(150deg);
width: 78px;
}
.full-content h6::before {
position: absolute;
content: "";
top: 1px;
left: 30px;
background-color: #05541f;
height: 100%;
z-index: -1;
transform: skew(-150deg);
width: 78px;
}
.full-content h6 {
text-align: end !important;
background-color: #05541f;
color: #fff;
display: inline-block;
overflow-y: clip;
padding: 12px 20px;
z-index: 1;
position: relative;
font-family: "Montserrat", serif;
}

.boxes-cor h3{
color: #05541f;
margin-top: 20px;
display: inline-block;
font-size: 26px;
position: relative;
margin-bottom: 15px;
padding-right: 8px;
}

.boxes-cor h3::before{
position: absolute;
content: '';
left: 0px;
bottom: -2px;
background: #98b73f;
width: calc(100% + 8px);
height: 2px;
}

.boxes-cor h3 span{
color: #98b73f;
position: absolute;
top: 4px;
font-size: 28px;
text-shadow: -6px 0px 0px #98b73f;
right: -28px;
}

.boxes-cor .content-1 {
border: 1px solid rgb(0 0 0 / 11%);
/*box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 9%);*/
text-align: center;
padding: 15px;
margin: 10px 0;
border-radius: 8px;
}

.boxes-cor .content-1 img{
border-radius: 6px;
}

.boxes-cor .content-1 h6{
margin: 0;
color: #444;
padding-top: 10px;
}


/*.boxes-cor .img-s{
  position: relative;
} 
.boxes-cor .img b{
  position: absolute;
  display: none;
  color: #e5e5e5;
  right: 0px;
  bottom: 0px;
  padding: 10px 0;
  background: #05541f;
}
.boxes-cor .img{
  overflow: hidden;
}
.boxes-cor .img i{
  position: relative;
  font-style: normal;
}
.boxes-cor .img i::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  height: 200px;
  width: 100px;
  background-color: #05541f;
}*/


.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
  padding: 7px 6px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.sec1-box{
  margin: 0 0 15px;
  height: 200px;
  animation: none  !important;
  background-blend-mode: soft-light;
  background-image: none  !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-content .r--tanks {
  text-align: justify;
  margin-top: 0;
  padding: 41px 15px;
  margin-bottom: 1rem;
}
.content-row{
    margin-top: 37px;
}
.body-con .content {
  overflow: hidden;
  position: relative;
  border: 1px solid rgb(0, 0, 0, 9%);
  box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 7%);
  background: rgb(240 248 255 / 66%);
  display: grid;
  place-items: center;
  height: 100%;
}
.before-con h2{
transform: translateY(23px);
}
.before-con h2::before{
  display: none;
}
.before-con h2::after{
  display: none;
}
.plates-body{
  color: #05541f;
  font-size: 26PX;
}
/*.life-pro .content{
  border: 1px solid rgb(0 0 0 /8%);
  padding: 15px;
  background-color: white;
}
.life-pro-text {
  display: flex;
  justify-content: end;
}
.life-pro-text p{
  background: #05541f;
  color: white;
  padding: 10px 20px;
  transform: translate(15px, 15px);
  margin: 0;
  position: relative;
}
.life-pro-text p::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  background-color: #05541f;
}
.life-pro-text p {
  background: #05541f;
  color: white;
  padding: 10px 20px;
  transform: translate(15px, 15px);
  margin: 0;
  position: relative;
  overflow-y: clip;
}
.life-pro-text p::after {
  position: absolute;
  content: "";
  top: -8px;
  transform: skew(49deg);
  left: 3px;
  z-index: -1;
  height: 100px;
  width: 84px;
  background-color: #05541f;
}
.life-pro-text p::before {
  position: absolute;
  content: "";
  top: -8px;
  transform: skew(122deg);
  left: -44px;
  z-index: -1;
  height: 100px;
  width: 84px;
  background-color: #05541f;
}*/
.life-pro .content {
  overflow: hidden;  position: relative;
  border: 1px solid rgb(0 0 0 /8%);
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.life-pro-text p {
  color: #444;
  margin: 0;
  text-align: center;
  font-weight: 500;
  color: #05541f;
}
.plates-img{
  display: flex;
  align-items: center;
  justify-content: center;
}


.invest-bx a{
text-decoration: none;
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
padding: 30px;
color: #666;
font-weight: 500;
border-radius: 8px;
font-size: 18px;
display: block;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
margin: 20px 0;
}

.invest-bx a:hover{
background: #05541f;
color: #fff;
}

.invest-bx .invst-icon span{
width: 60px;
height: 60px;
background: #05541f;
color: #fff;
font-size: 22px;
text-align: center;
line-height: 60px;
border-radius: 50%;
margin-bottom: 20px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.invest-bx:hover .invst-icon span {
  background: #fff;
  color: #98b73f;
}

.invest-bx .invst-icon{
  position: relative;
  z-index: 9;
}

.invest-bx .invst-icon .count{
position: absolute;
right: 0;
top: 16px;
font-size: 30px;
line-height: 1;
color: #e6e6e6;
transition: 0.4s;
}

.invest-bx .invst-icon::before{
position: absolute;
content: '';
background: linear-gradient(to right, #f4f4f4, transparent);
transition: 0.3s;
width: 100%;
height: 25px;
z-index: -1;
left: -30px;
top: 18px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
}

.invest-bx:hover .invst-icon::before{
background: linear-gradient(to right, #98b73f, transparent);
}

.invest-bx a i{
background: #98b73f;
color: #fff;
width: 40px;
height: 40px;
font-size: 16px;
text-align: center;
line-height: 40px;
border-radius: 30px;
}
