.index-slider {
  background: radial-gradient(83.91% 507.1% at 11.35% 21.64%, rgba(235, 253, 246, 0.51) 0%, rgba(151, 245, 223, 0.05) 51.12%, rgba(255, 245, 0, 0.1) 100%);
  position: relative;
  height:100vh;
  overflow:hidden;
}


.index-slider:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100vh;
  left: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 255, 0, 0.2)), to(rgba(0, 71, 255, 0.2)));
  background: linear-gradient(180deg, rgba(158, 255, 0, 0.2) 0%, rgba(0, 71, 255, 0.2) 100%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: -1;
}

.index-slider:after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  right: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 255, 0, 0.2)), to(rgba(0, 255, 255, 0.2)));
  background: linear-gradient(180deg, rgba(219, 255, 0, 0.2) 0%, rgba(0, 255, 255, 0.2) 100%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: -1;
}

.index-slider .hero-image {
	position: relative;
	z-index:1;
}
.index-slider .hero-image .circle_shape_1 .circle {
	position:absolute;
	left:50%;
	top:0%;
    width: 100%;
	height: 100%;
	margin-top:0%;
	margin-left:-50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff);
	background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	border-radius: 50%;
	-webkit-animation: circle_animation 7s ease-in-out infinite;
	animation: circle_animation 7s ease-in-out infinite;
	z-index:-1;
	opacity:0.5;
  }
.index-slider .hero-image .circle_shape_2 .circle {
	position:absolute;
	left:50%;
	top:0%;
    width: 100%;
	height: 100%;
	margin-top:0%;
	margin-left:-50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff);
	background-image: -o-linear-gradient(rgba(47, 106, 231, 0.75), rgba(127, 224, 249, 0.75));
	background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
	border-radius: 50%;
	-webkit-animation: circle_animation 5s ease-in-out infinite;
	animation: circle_animation 5s ease-in-out infinite;
	z-index:-1;
	opacity:0.5;
  }
.index-slider .hero-image img{
	
	vertical-align: middle;
    display: inline-block;
}
  @-webkit-keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }

@keyframes circle_animation {
  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
/* image animation effect */
.icon-effects-w3-1 img,
.icon-effects-w3-2 img,
.icon-effects-w3-3 img,
.icon-effects-w3-4 img,
.icon-effects-w3-5 img,
.icon-effects-w3-6 img {
  -webkit-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
  width: 50px;
}

.icon-effects-w3-1 {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index:1;
}

.icon-effects-w3-2 {
  position: absolute;
  top: 80%;
  right: 5%;
  z-index:1;
}

.icon-effects-w3-3 {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index:1;
}

.icon-effects-w3-4 {
  position: absolute;
  top: 25%;
  left: 40%;
  z-index:1;
}
.icon-effects-w3-5 {
  position: absolute;
  bottom: 15%;
  left: 20%;
  z-index:1;
}
.icon-effects-w3-6 {
  position: absolute;
  bottom: 80%;
  left: 20%;
  z-index:1;
}



.index-about-video {
  position: relative;
}

.index-about-video-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-index-about-video.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-about-video-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #f8f9fa;
  border-bottom:solid 0px #f4f7fb;
}
.index-about-video .video-box {
  position: relative;
  padding: 0px 0px;
  border-bottom:solid 0px #ffffff;
}

.index-about-video .video-box img {
	position: relative;
	width:100%;
	height:auto;
	z-index:-1;
}
.index-about-video .video-box::before {
  position: absolute;
  z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(0,0,0,0.5);
  
}

.btn-video-play{
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
}

.btn-video-play button {
  background-color: transparent;
  border: none;
  background-color: #03a84e;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  outline: none;
}

.btn-video-play:before,.btn-video-play:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #03a84e;
  opacity: 1;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-video-play:before {
  z-index: 2;
  -webkit-animation: before-animation 1500ms infinite;
          animation: before-animation 1500ms infinite;
}

.btn-video-play:after {
  z-index: 1;
  -webkit-animation: after-animation 1500ms infinite;
          animation: after-animation 1500ms infinite;
}

@-webkit-keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes before-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

@keyframes after-animation {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}


/*===============================
Product-single-gallery
================================*/
.product-single-gallery  {

}

.product-single-gallery .product-active {
  margin-bottom: 10px;
}

.product-single-gallery .product-active .owl-prev,
.product-single-gallery .product-active .owl-next {
  display: none;
}

.product-single-gallery .product-active img.zoomImg {
  -webkit-transform: all .3s ease-in-out;
          transform: all .3s ease-in-out;
}
.product-single-gallery .product-thumbnil-active {
 
}

.product-single-gallery .owl-nav i.fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 10;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255,255,255,0.75);
  font-size:1.5rem;
  color: #03a84e;
}
.product-single-gallery .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-gallery .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-gallery:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.product-specifications {
	border:solid 0px #f8f9fa;
	
}
.product-specifications p {
	margin:0px;
	padding:10px;
	color:#333;
}
.product-specifications > :nth-child(odd) {
  background-color: #fff; 
}
.product-specifications > :nth-child(even) {
  background-color: #f8f9fa; 
}
 

/* index-about
-------------------------------------------------- */


.index-about {
	
}
.index-about-img {
	position:relative;

}

.index-about-logo-text {
	position:absolute;
	right:-6px;
	top:2rem;
	width:9.5rem;
	height:auto;
	background:rgba(0,0,0,0.75);
	border-right:solid 6px #03a84e;
	color:#fff;
	padding:15px 30px;
	z-index:1;
	overflow:hidden;
}
.index-about-logo {

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

}
.index-about-logo-text h1{
	font-size:2.5rem;
}



@media (min-width: 1024px) {
.index-about-img {
	padding-left:0px;
}
.index-about-logo-text {
	right:-6px;
	top:2.5rem;
	width:10rem;
	height:auto;
	padding:15px 30px;
}
.index-about-logo-text h1{
	font-size:2.5rem;
}
}
.index-about-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	right:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-about-excerpt {
	width:calc(100% + 2rem);
	right:-2rem;
	margin-top:0px;
}
}

/* index-counter
-------------------------------------------------- */
.index-counter {
	position: relative;
}
.index-counter-bg {
  position: absolute;
  z-index:-1;
  top: 0;
  width: 100%;
  height: 50%;
}
.index-counter-bg::before {
  position: absolute;
   z-index:0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: #f8f9fa;
  border-bottom:solid 0px #f4f7fb;
}



.index-counter  .counter-number {
  position: relative;
  text-align:center;
}
.index-counter  .counter-number::after {
  background: #f1f2f3;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  z-index: 1;
}

@media (max-width: 767px) {
.index-counter  .counter-number::after {
  background: #1ab2f6;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
}
.index-counter .col-item:nth-child(1) .counter-number h1{
	color:#00cde5;
}
.index-counter .col-item:nth-child(2) .counter-number h1{
	color:#ff5e5e;
}
.index-counter .col-item:nth-child(3) .counter-number h1{
	color:#5bb286;
}
.index-counter .col-item:nth-child(4) .counter-number h1{
	color:#f9b73f;
}
.index-counter .col-item:nth-child(5) .counter-number h1{
	color:#6177ff;
}
.index-counter .col-item:nth-child(6) .counter-number h1{
	color:#b540ff;
}
.index-counter  .counter-number p{
    margin-top:0px;
	
	color:#848484;
}





/*======= index-product =========*/

.index-product {
	position: relative;
	margin-top:0px;
}
.index-product .filter-button{
	background:#f8f9fa;
	border:solid 1px #f8f9fa;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
}

.index-product .filter-button:hover{
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;

}

.index-product .filter-button.active {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;
}
.index-product .filter-button:focus {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));
	color:#fff;
}


.index-product .filter-item {
    
}



.index-product .nav-product-pills{
	border-bottom:solid 1px #f3f3f3;
}
.index-product .nav-product-pills .nav-item{
	
}


.index-product .nav-product-pills .nav-item .nav-link{
	padding:0px;
	margin-bottom:-2px;
	border-bottom:solid 3px #f3f3f3;
	border-radius:0px;
}
.index-product .nav-product-pills .nav-item .nav-link h5{
	font-weight:500;
	color:#000;
}



.index-product .nav-product-pills .nav-item .nav-link img{
	opacity:75%;

}
.index-product .nav-product-pills .nav-item .nav-link.active{
	background:none;
	border-bottom:solid 3px #03a84e;
	color:#03a84e;
}
.index-product .nav-product-pills .nav-item .nav-link.active h5{
	color:#03a84e;
}
.index-product .nav-product-pills .nav-item .nav-link.active img{
	opacity:100%;
}
.index-product .tab-content .tab-pane {
	transition:.25s;
}
.index-product .tab-content .tab-pane .ip-item{
	background:#f8f9fa;
	border:solid 1px #f3f3f3;
}
.index-product .tab-content .tab-pane .ip-item:hover{
	background:#03a84e;
	border:solid 1px #03a84e;
	color:#fff;
}
.index-product .tab-content .tab-pane .ip-item:hover a{
	color:#fff;
}
/* single-case-excerpt
-------------------------------------------------- */
.index-product .tab-content-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:30px;
}
@media (min-width: 992px) {
.index-product .tab-content-excerpt {
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}


.index-case-tabs {
	
}
.index-case-tabs .nav{
	
}
.index-case-tabs .nav-pills{

	border:solid 0px #03a84e;

}
.index-case-tabs .nav-tab-link{
    background:#03a84e;
	border-top:solid 0px #03a84e;
	color:#fff;
	border-radius: 0rem;
    padding:10px;
	text-align:center;
	width:100%;
}
.index-case-tabs .nav-tab-link.active{
	background:#03a84e;
	border-top:solid 0px #fff;
}
.index-case-tabs .nav-tab-link h1{
	
	font-style: italic;
	color:#d1d1d1;
}
.index-case-tabs .nav-tab-link.active h1{
	color:#fff;
}
@media (min-width: 768px) {
.index-case-tabs .nav-tab-link{
    padding:30px;
}
.index-case-tabs .nav-tab-link.active{
	position: relative;
}
.index-case-tabs .nav-tab-link.active:after{
      content: "";
  position: absolute;
  z-index:1;
  top:0px;
  left:calc(50% - 0.5rem);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;  
  border-right: 10px solid transparent;  
  border-top: 10px solid #fff;
}
.index-case-tabs .nav-tab-link h1{
    font-size:3.5rem;
	font-weight:bold;
}
}
.index-case-tabs .tab-pane {
	transition:.25s;
}
/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {
	
}


.owl-carousel-news .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-news .owl-nav .owl-next span,
.owl-carousel-news .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #03a84e;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #03a84e;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#03a84e;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-news .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-news .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {
	background:#03a84e;

}




.product-tabs {
	padding:0px;

}
.product-tabs .tabs{

	border-bottom:solid 1px #dee2e6;
}
.product-tabs .nav{
	padding:0px;
}
.product-tabs .nav-pills{

	
	padding:0px;
}

.product-tabs .nav-item{

	
}
.product-tabs .nav-item .nav-link{
    color:#333;
	font-size:1.25rem;
	padding:25px 0px;

	margin-left:25px;

}

.product-tabs .nav-item .nav-link.active{
	background:none;
	color:#03a84e;
	border-bottom:solid 3px #03a84e;
	border-radius:0px;
	margin-bottom:-1px;
}

.product-tabs .bg-item {
	background: #f9f9f9;
	
}
.product-tabs .bg-item:hover {
	background: linear-gradient(45deg,rgba(0,162,233,0.95),rgba(93,211,29,0.95));

}
.product-tabs .bg-item:hover h5{
	color:#fff;
}
.product-tabs .bg-item:hover a{
	color:#fff;
}
.product-tabs .entry-data{
	color:#03a84e;
	position: relative;
	
}

.product-tabs .entry-data:before {
    position: absolute;
    display: block;
    width: 2px;
    height: 90px;
	z-index:1;
    background:#03a84e;
    top: 0%;
    left: 0%;
    content: "";
}


/*======= owl-carousel-feature =========*/


.owl-carousel-feature {
	
}
.owl-carousel-feature .item{

}


.owl-carousel-feature .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-feature .owl-nav .owl-next span,
.owl-carousel-feature .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #03a84e;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #03a84e;
  }


.owl-carousel-feature .owl-nav .owl-next span:hover,.owl-carousel-feature .owl-nav .owl-prev span:hover {
  background:#03a84e;
  color: #fff;
}




.owl-carousel-feature .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-feature .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-feature .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-feature .owl-dots .owl-dot.active span,.owl-carousel-feature .owl-dots .owl-dot:hover span {
	
}
