/*  top animation */






.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  
   
    position: relative;
   
}

.circles{
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #0e050508;
    animation: topbganimate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes topbganimate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


/* end */

 .footerlogo{
        width: 11.5vw;
    }

/*   Top section */


      .frame {
  background-color: #daf2e53d;
  padding: 4rem 1.5rem 5rem 1.5rem;
  border-radius: 0px;
  width: 100%;
   box-sizing: border-box;
   /*box-shadow: 0 0 31px -11px #bababa;*/
}

.carousel-container {
  width: 100%;
  text-align: center;
}


.carousel-tabs {
  display: inline-flex;
  justify-content: center;
   margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10px;
  /*border-bottom: 1px solid #e0e0e0;*/
  position: relative; /* For positioning progress bars absolutely to it if needed, but they are relative to buttons */
}

.tab-button {
  background-color: transparent;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 1rem;
  color: #555;
  position: relative;
  outline: none;
  font-weight: 500;
}

.tab-button .progress-bar {
  position: absolute;
  bottom: -1px; /* Sits on the border-bottom of .carousel-tabs */
  left: 0;
  height: 3px;
  background-color: #00cd5c;
  width: 0;
  transition: none; /* JS will handle transitions for progress */
}

.tab-button.active {
  color: #00cd5c;
  font-weight: 600;
}

.carousel-content {
  margin-top: 20px;
}

.feature-panel {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  text-align: left;
  position: relative;
}

.feature-panel.active {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-text {
  flex: 1;
}

.feature-text h2 {
  font-size: 1.5rem;
  color: #00cd5c;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.feature-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.learn-more-btn {
  background-color: #00cd5c;
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #4338ca;
}

.feature-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-visual img {
  width: 100%;
  max-height: 60vh;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.placeholder-visual {
  width: 100%;
  

  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #6c757d;
  /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
}

/* Accessibility: Visual Focus Indicator */
.tab-button:focus-visible,
.learn-more-btn:focus-visible {
  outline: 3px solid #005fcc; /* A distinct focus color */
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #ffffff; /* Inner contrast for outlines on dark backgrounds */
}
/* Fallback for browsers not supporting focus-visible, or if always desired */


    .iam{
  color: #00cd5c;
    font-size: 1.5rem;
    padding: 15px;
    font-weight: 600;
   
}
.text{
  color: white;
  /* border-right: 2px solid green; */
 
  font-size: 1.5rem;
  color: #00cd5c;
  font-weight: 600;
}



/*  Closed top section */

/* subheadingtext animation */

/*.subheadinganimate{*/
/*  letter-spacing: 2px;*/
/*  overflow: hidden;*/
/*  background: linear-gradient(90deg, #00cd5c, #00cd5c, #00cd5c);*/
/*  background-repeat: no-repeat;*/
/*  background-size: 80%;*/
/*  animation: subheadanimate 20s linear infinite;*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: rgba(255, 255, 255, 0);*/
/*}*/

@keyframes subheadanimate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
    
}

/* End */

/* image animation */

.infus_service i{
  animation: animName 10s linear infinite;

}
.card__icon-bx i{
  animation: animName 10s linear infinite;

}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

/* end */

/* ROI Section */

.roiheading{
    font-size: 1.1rem;
    font-weight: 500;
    color:#00cd5c;
    
    
  position: relative;

 
  overflow: hidden;
  background: linear-gradient(90deg, #00cd5c, #00cd5c, #00cd5c);
  background-repeat: no-repeat;
 
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
    
}
.roidesc{
      font-size: 0.8rem;
   
    color:#002d1d;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.containerroi {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding-top:1.5rem;
	
	background-color: #ffffff;
	box-shadow: 0 0 31px -11px #bababa;

	background: #fff;

}



.avatar {
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 5px solid #00cd5c;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	
}



.content {
	width: 100%;
    padding: 1rem;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 0;
}

.suppoprt-me {
	display: inline-block;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 20vw;
	max-width: 250px;
	min-width: 200px;
	z-index: 9;

}

.suppoprt-me img {
		width: 100%;
		height: auto;
	}

/* End ROI Section */

.getstarted{
    color: #fff;
    padding: 0.35rem 0 0.35rem 0;
    width: 100%;
    background: #00cd5c;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.3s !important;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: none;

}
.getstarted :hover {
    background: #3D8E13 !important;
    box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 10px 0px rgba(0, 0, 0, 0.12) !important;
  }
  .getstarted:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100px;
    background-image: linear-gradient(
        120deg, rgba(239,239,239, 0) 30%, rgba(239,239,239, .5), rgba(239,239,239, 0) 70%
    );
    animation: shine 3s infinite linear; 
}
@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}





.whatsup a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
}

hr{
    background-color: rgb(33 37 41 / 40%);
}
.lw-image-fluid img{
    max-height: 60vh;
    max-width: 100%;
}

.custom-btn {
  
  height: 2.3rem;
  color: #fff;
  border-radius: 20px;
  padding: 9px 25px;

  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
 
  outline: none;
}
.custom-btnreg {
  
  height: 2.3rem;
  color: #fff;
  border-radius: 5px;
  padding: 9px 25px;

  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
 
  outline: none;
}
.custom-btnlogin {
  height: 2.3rem;
  color: #fff;
  border-radius: 5px;
  padding: 8px 25px;

  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
 
  outline: none;
}
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #1fd1f9;
background-image: linear-gradient(315deg, #00c95d 0%, #00c95d 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: #00cd5c!important;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    outset -4px -4px 6px 0 rgba(255,255,255,.5),
    outset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}

/*======*/
.btn-9login {
  border: 1px solid #00cd5c!important;
  background: #fff!important;
  color: #00cd5c!important;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9login:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #fff;
background-image: linear-gradient(315deg, #00c95d 0%, #00c95d 74%);
  transition: all 0.3s ease;
}
.btn-9login:hover {
  background: #00cd5c!important;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    outset -4px -4px 6px 0 rgba(255,255,255,.5),
    outset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff!important;
}
.btn-9login:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

.btn-9demo {
  border: 1px solid #eb6e21!important;
  background: #fff!important;
  color: #eb6e21!important;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9demo:hover {
  background: #eb6e21!important;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    outset -4px -4px 6px 0 rgba(255,255,255,.5),
    outset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff!important;
}


/*@keyframes blink {*/
/*  0%, 100% {background-color:#00cd5c;}*/
/*  50% {background-color: #8EDDBE;}*/
/*}*/
@keyframes blink {
  0% {
    transform:scale3d(1,1,1);
    opacity: 0.8;
  }
  100% {
    transform:scale3d(1.1,1.3,1.1);
    opacity:0;
  }
}
.blink{
   animation: pulse-animation 2s infinite;
   
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.glow{
    animation: glow 1s infinite ;
}
@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(235,110,33),-5px -5px 20px rgb(235,110,33);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(0,201,93),-5px -5px 20px rgb(0,201,93)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(235,110,33),-5px -5px 20px rgb(235,110,33)
  }
}


body{
    background-color: #f1f1f17d!important;
    font-family: 'Poppins', sans-serif!important;
}
.header-bg{
  
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255 / 84%) !important;

}
.animate-left{position:relative;animation:animateleft 0.5s} @keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.animate-right{position:relative;animation:animateright 0.5s} @keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.navbarfont{
    font-size: 0.9rem;
}
.navbarfont li a{
    font-size: 0.9rem;
    text-decoration: none;
}
.headingfont{
     font-size: 2.5rem;
     font-weight: bold;
}
.subheadingfont{
     font-size: 1.1rem;
}

.headingtext{
   font-size: 2rem;
    font-weight: 700;
    color: #00c75d;
    
}
.businesstext{
   font-size: 3.5rem;
    font-weight: 500;
    color: #00c75d;
    
}

.subheadingtext{
    font-size: 1.1rem;
     font-weight: 500;
    color: #00c75d;
}
.wapheadingtext{
    font-size: 1.5rem;
     font-weight: 500;
    
}
.planheadingtext{
    font-size: 1rem;
     font-weight: 500;
  
}
.userplaneffect{
    border-radius: 100%;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fw500{
       font-weight: 500;
  
}
.content-text{
     font-size: 0.9rem;
     margin-top: 1rem;
}
.f-size-17
{
  font-size: 1.25rem;
  font-weight: 500;
}
.f-size-12{
    font-size: 0.9rem;
}
.black{
     color: #002d1d!important;
}
.white{
     color: #ffffff!important;
}
.green{
     color: #00cd5c!important;
}
.orange{
    color:#eb6e21!important;
}
.accessbtn:hover{
    background-color: #00cd5c;
    border:1px solid #00cd5c!important;
    color:#ffffff;
}
.nav-link:hover{
    color: #00cd5c!important;
    border-bottom: 2px solid #00cd5c;
}
.no-padding{
    padding: 0px;
}
section {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.firstsection{
    margin-top: 5rem;
}
.secondsection{
     margin-top: 3rem;
}
.contentbg{
    background-color: white;
    border-radius: 10px;
    padding: 4rem 1.5rem 5rem 1.5rem;
    /*box-shadow: 0 0 31px -11px #bababa;*/
}
.contentfullbg{
    background-color: #daf2e53d;
    border-radius: 0px;
    padding: 4rem 1.5rem 5rem 1.5rem;
    /*box-shadow: 0 0 31px -11px #bababa;*/
}
.whatsup{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
.parentplan{
    background: #daf2e53d;
   padding: 4rem 1.5rem 3rem 1.5rem;
}
.infus_service{
    background-color: #ffffff;
    border-radius: 10px;
    text-align: left;
    padding: 1.5rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 31px -11px #bababa;
    }
.infus_service:hover{
    box-shadow: 0 0px 50px -20px  #004b31;
    transition: all .5s;
    transform : translateY(-5px);
    }

   .service-sect-mar{
    margin-bottom: 1.5rem;
}
   .gradient-icon-8 {
           
            background: linear-gradient(135deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
          
        }
      .gradient-icon-9 {
          
            background: linear-gradient(135deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
         .gradient-icon-1 {
           
            background: linear-gradient(135deg, #00c75d, #00c75d); 
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
        .gradient-icon-10 {
          
            background: linear-gradient(45deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
           .gradient-icon-2 {
           
            background: linear-gradient(90deg,  #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
        .gradient-icon-3 {
           
            background: linear-gradient(135deg,#00c75d,#00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
        .gradient-icon-4 {
           
            background: linear-gradient(45deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
        .gradient-icon-5 {
            
            background: linear-gradient(135deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
        .gradient-icon-6 {
           
            background: linear-gradient(135deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            display: inline-block; 
        }
        .gradient-icon-7 {
          
            background: linear-gradient(135deg, #00c75d, #00c75d);
            -webkit-background-clip: text; 
            -webkit-text-fill-color: transparent; 
            
        }
        .parenticon{
            background: #3015050d;
        border-radius: 100%;
        height: 3rem;
        width: 3rem;
        display: flex;
    justify-content: center;
    align-items: center;
        }
        .infus_service i{
            font-size: 1.5rem;;
        }
        .roi
        {
          display: flex;
          flex-direction: column;
          background-color: white;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        padding: 1rem 0 1rem 0;
        box-shadow: 0 0 31px -11px #bababa;
        }
        
        .roi:hover{
            cursor: pointer;
    box-shadow: 0 0px 50px -20px  #004b31;
    transition: all .5s;
    transform : translateY(-5px);
    } 
        
    .prev {
    font-size: 1.5rem;
    position: absolute;
    padding: 1rem .75rem;
    top: 0px;
}
.next {
    font-size: 1.5rem;
    position: absolute;
    padding: 1rem .75rem;
    top: 0px;
    right: 0px;
}
.realtives{
    position:relative;
}
.realtiveszindx{
    position:relative;
    z-index: 9;
}
#owl-demo .item{
    margin: 3px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    background-color: #8080800a;
    height: 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
#owl-demo2 .item{
    margin: 3px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    background-color: #8080800a;
    height: 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.move-up:hover{
   
    transition: all .5s;
    transform : translateY(-10px);
}

.userplan {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: left;
    height: 35rem;
    padding: 1.5rem;
   cursor: pointer;
    box-shadow: 0 0 31px -11px #bababa;
    overflow: hidden;
}
.userplan:hover{
    box-shadow: 0 0px 50px -20px  #004b31;
    transition: all .5s;
    transform : translateY(-5px);
    }
  .bestselling{
      background-color: #00cd5c;
      color: #fff;
      position: absolute;
      font-size: 0.9rem;
      padding: 0 2rem 0 2rem;
      transform: rotate(-45deg);
      left: -1.8rem;
      top: 1.8rem;
      
      background:  linear-gradient(90deg, 
      #00cd5c, 
      #eb6e21, 
      #00cd5c, 
      #eb6e21);
  background-size: 400%;
  display: inline-block;
      animation: glowing 8s linear infinite;
  }  
    .bestselling:after {
    content: " ";
    position: absolute;
    border-radius: inherit;
    left: -6px;
    right: -6px;
    bottom: -6px;
    top: -6px;
    background: inherit;
    background-size: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(16px);
    animation: glowing 7s linear infinite;
    transform: translateZ(0);
  }
  @keyframes glowing {
  100% {
    background-position: -400%;
  }
}
    
/* Testimonial Section */


.testimonial {
  background-color: #ffffff;
  padding: 1.5rem;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  /*box-shadow: 0 0 31px -11px #bababa;*/
  border-radius: 10px;
  cursor: pointer;
}
.testimonial:hover{
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     /*box-shadow: 0 0 31px -11px #bababa;*/
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #00cd5c;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #00cd5c;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eb6e21;
  margin: 0;
  text-align: right;
}
.testimonial .post {
  display: inline-block;
  font-size: 12px;
  color: #002d1d;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #eb6e21;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
.owl-pagination{
    display: flex;
    justify-content: center;
}
.owl-page{
    margin-right: 15px;
    width:0px;
}
.owl-theme .owl-controls .owl-page span {
    display: inline-block;
    width: 10px;
    margin-right: 10px;
}    


@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

 

/* End */

/* industry section */
.sectionbg{
        /*background: #ebfdf4;*/
    padding: 1rem 0 1rem 0;
}

.card__bx {
    --bg-clr: #282828;
    --txt-clr: #ffffff;
    --btn-txt-clr: #333333;
    --transition: all 0.5s;

    height: 50vh;
    overflow: hidden;
    border-radius: 10px;
    border-top-left-radius: 70px;
    position: relative;
    overflow: hidden;
   
    background: var(--clr);
    transition: var(--transition);
}
.card__1 {
    --clr:#f8f8f8;
    box-shadow: 0 0 31px -11px #bababa;
}

/*.{*/
/*   --clr: #f8f8f8;*/
/*}*/

.card__bx .card__data {
    position: absolute;
    inset: 0px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0px 50px -20px #004b31!important;
}
.card__bx .card__data:hover{
      box-shadow: 0 0px 50px -20px  #004b31;
    transition: all .5s;
    transform : translateY(-5px);
    cursor: pointer;
}
.card__bx .card__data .card__icon {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 50%;
    height: 140px;
    width: 140px;
    background: var(--clr);
}
.card__bx .card__data .card__icon::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon .card__icon-bx {
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    background: #ffffff;
    color: #00cd5c;
  
}
.card__bx:hover .card__data .card__icon .card__icon-bx {
    /*background: var(--clr);*/
    /*color: var(--txt-clr);*/
    /*transition: var(--transition);*/
    
    /*box-shadow: 0 0px 50px -20px  #004b31;*/
    /*transition: all .5s;*/
    /*transform : translateY(-5px);*/
}
.card__bx .card__data .card__content {
    position: absolute;
    top: 150px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: var(--txt-clr);
    
}
.card__bx .card__data .card__content h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00cd5c;
}
.card__bx .card__data .card__content p {
    font-size: 14px;
    opacity: 0.75;
    color: #002d1d;
}
.card__bx .card__data .card__content a {
    display: inline-flex;
    align-self: center;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid var(--clr);
    color: var(--btn-txt-clr);
    background: var(--clr);
    transition: var(--transition);
}
.card__bx .card__data .card__content a:hover {
    background: transparent;
    color: var(--clr);
}

/* End */
.box-shadow-effect{
    box-shadow: 0 0px 50px -20px #004b31;
}
.biapi h1 {
  text-align:center; font-size:1.5rem; text-transform:uppercase; color:#eb6e21; letter-spacing:1px;
  font-weight:bold;
}
.biapi h1 span {
  margin-top: 2rem;
    font-size:1rem; color:#00cd5c; word-spacing:1px; font-weight:500; letter-spacing:2px;
    text-transform: uppercase;  font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.biapi h1 span:after,.biapi h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #f8f8f8;
    border-top: 1px solid #f8f8f8;
    height: 3px;
  background-color:#f8f8f8;
}

/*===========demo btn effect ============*/

.circlebemobtn{
    height:25px;
    width:25px;
    background-color: #eb6e21;
    border-radius: 50%;
    position: absolute;
    left:50%;
    top:50%;
    pointer-events: none;
    transform: scale(0);
    animation: infinite grow 4s forwards;
}

@keyframes grow
{
    0%
    {
        background-color:#eb6e2133;
        transform: scale(1);
        z-index: 1;
    }
    100%
    {
        background-color: #eb6e2133;
        transform: scale(30);
        opacity: 0;
        z-index: -1;
    }
}
.grow
{
    animation: grow 1.4s ease-out forwards;
}
.circlebemobtn{
    
}
.resellerbtn{
    width: 60%;
    margin-top: 1rem;
}

/*==============*/
   /* mobile menu toggle button */
.menu-toggle {
	position: relative;
	display:  inline-block;
	width: 40px;
	height: 30px;

}
.menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 15px;
	transition-duration: 0s;
	transition-delay: .2s;
  transition: background-color 0.3s;
}
.menu-toggle span:before, .menu-toggle span:after {
	position: absolute;
	content: '';
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
	width: 35px;
	height: 2px;
	background-color: #00cd5c;
	display: block;
  opacity: 1;
}
.menu-toggle span:before {
	margin-top: -11px;
	transition-property: margin, transform;
	transition-duration: .2s;
	transition-delay: .2s, 0;  
}
.menu-toggle span:after {
	margin-top: 11px;
	transition-property: margin, transform;
	transition-duration: .2s;
	transition-delay: .2s, 0;  
}

.menu-toggle-active span {
  background-color: rgba(0,0,0,0);
	transition: 0.3s background-color;
}
.menu-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0, .2s;
}
.menu-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0, .2s;
}




@media only screen and (min-device-width:360px) and (max-device-width:767px)
{
    .mobtextcentre{
        text-align: center!important;
    }
     .mobnopadding{
        padding:0!important;
    }
    
    .headingtext{
    font-size: 2rem;
    font-weight: 600;
    color: #00c75d;
    
}
.subheadingtext {
    font-size: 1.1rem;
    font-weight: 400;
    color: #00c75d;
}
.f-size-17 {
    font-size: 1.25rem;
    font-weight: 400;
}
.feature-text h2 {
    font-size: 1.5rem;
    color: #00cd5c;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}
.headingfont {
     font-weight: 600;
}
.iam {
   
    font-weight: 500;
}
.text {
   
    font-weight: 500;
}
.tab-button.active {
 
  font-weight: 500;
}
    .mobmargn{
        margin-bottom: 1rem;
    }
    .mobmenumargin{
        margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    }
    .mobcallbtn{
       display: flex !important;
        text-decoration: none;
        margin-left: 3rem;
        height: 2rem;
        align-items: center;
        text-align: center;
    }
    .mobnodisplay{
         display: none!important;
    }
    .lw-top-navbar .navbar-brand-img {
        margin-top: 4px;
        max-height: 60px;
        min-height: 50px;
    }
    #mainNav .navbar-toggler {
    color: #212529;
    font-size: 2rem;
    padding: 0;
    border: unset;
}
  #mainNav .navbar-toggler:focus
  {
   outline: none!important;
   border: none!important;
}
#closemenu{
    font-size: 1.75rem;
}
    .headingtext{
        font-size: 1.5rem;
    }
    .headingfont{
        font-size: 2rem;
    }
    .footerheading {
       font-weight: 500 !important;
}
    .footerlogo{
        width: 10rem;
    }
    .feature-panel.active 
    {
        display: block;
    }
    .feature-text {
        margin-top: 1rem;
        text-align: center;
    }
    .graphsecimg{
        margin-top:1rem;
    }
    .containerroi{
        height: unset;
        margin-bottom: 1rem;
    }
    .cloudapimg{
       margin-bottom: 1rem; 
    }
    .carousel-tabs{
        display: block;
    }
    .mobtextjustify {
     text-align: justify;
    }
   
    .firstsection {
     margin-top: 3rem;
   }
    .contentbg{
        margin-top: 1rem;
    }
    .secondsection {
    margin-top: 1rem;
   }
   .mobwidth100_flexunset{
       width: 100%;
       flex: unset;
   }

  .services-mob{
      margin-top: 1rem;
  }
  .service-sect-mar {
    margin-bottom: 0rem;
}
.biapi h1 {
      font-weight: 500;
}
.userplan{
    height:36rem;
    margin-bottom:1rem;
    padding: 1rem!important;
}
.bestsellingdiv{
     height:36rem;
}
.nomargintop{
    margin-top:0;
}
.card__bx .card__data {
   margin-bottom:0.25rem;
}
.card__bx {
   margin-bottom: 1rem;
}
.roi {
   margin-bottom:1rem;
}
  footer{
      margin-top: 1rem;
  }
  .bottomlogo{
      text-align: left;
  }
  .accessbtn{
      margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }


    
}
    
@media only screen and (min-width:375px) and (max-width:667px)
{
   .bestsellingdiv{
     height:36rem!important;
    }
        .userplan {
               padding: 1.5rem !important;
    }
}
   
 
 
               
  
   