

 .swiper {
      width: 100%;
      height: 100vh;
    }

    .swiper-slide {
      width:100%;
		height: 100%;
    }

   
	.swiper .swiper-pagination {
  position: absolute;
  right:1rem;
  width:1rem;
}
.swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 1);
  width:0.75rem;
  height:0.75rem;
  border-radius:10px;
}
.swiper .swiper-pagination-bullet-active {
  background: #eb3300;
  height:3rem;
}


	  
/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #eb3300;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #eb3300;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#eb3300;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,0.95);
}



/* Carousel 1 base class */
.wodepress-carousel {
	
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 100vh;
}

.wodepress-carousel #wodepress-carousel .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background: linear-gradient(45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.5));
   width:100%;
   height:auto;

}
.wodepress-carousel #wodepress-carousel .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.wodepress-carousel #wodepress-carousel .carousel-caption h2{
	position: relative;
	color:#fff;
	margin-bottom:30px;
}

.wodepress-carousel #wodepress-carousel .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  opacity: 1;
  background: #eb3300;
  transition: all 0.4s ease-in-out;
}
.wodepress-carousel #wodepress-carousel .carousel-caption p{
	color:#fff;
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.carousel-control-prev {
  left: 3%;
}

.carousel-control-next {
  right: 3%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 100vh;
}

}


@media (min-width: 992px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: 100vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.wodepress-carousel #wodepress-carousel .carousel-item {
 height: 100vh;
}
}
@media (min-width: 1400px) {
.wodepress-carousel #wodepress-carousel .carousel-item {
  height: calc(100vh - 0rem);
}
}




/*======= news-list =========*/


.news-data {
	
}
.news-data dl{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:solid 1px #f8f9fa;

}
.news-data dl dt{
	background:#eb3300;
	float:left;
	width:120px;
	height:120px;
	color:#fff;
	margin-right:1em;
	text-align:center;
}

.news-data dl dt span{
	font-size:3.25em;
	font-weight:normal;
}

.news-data i{
	color:#eb3300;
	opacity:0.5;
}

.news-data-rounded-circle {
	
}
.news-data-rounded-circle dl{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:solid 1px #f8f9fa;
}
.news-data-rounded-circle dl dt{
	border:solid 2px #f8f9fa;
	float:left;
	width:120px;
	height:120px;
	color:#eb3300;
	margin-right:1em;
	text-align:center;
	background:#f8f9fa;
}
.news-data-rounded-circle dl:hover dt{
	background:#eb3300;
	color:#fff;
}
.news-data-rounded-circle dl dt span{
	font-size:3em;
	line-height:5rem;
	
}

.news-data-rounded-circle i{
	color:#eb3300;
	opacity:0.5;
}

.index-news {
	background:#fff;
	position: relative;
	width:100%;
	height:100%;
}
/* owl-carousel-news
-------------------------------------------------- */
.owl-carousel-news {
	
}
.owl-carousel-news .item{
	
}

.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 #eb3300;
  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: #eb3300;
  }


.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {
  background:#eb3300;
  color: #fff;
}




.owl-carousel-news .owl-dots {
	margin-top:10px;
	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:#eb3300;

}





/*======= Single =========*/

.single {

}

.single  p.info i{
	color: #eb3300;
}
.single p.tags{

}
.single p.tags a{
	background:#fafafa;
	color:#eb3300;
	margin-right:10px;
	padding:6px 10px;
	border-radius:0%;
}
.single p.tags a:hover{
	background:#eb3300;
	color:#fff;
}
.single p a.btn{
	font-size:1em;
}



.single .content,.page .content{

}

.single .content p,.page .content p{
	color: #888;
}
.single .content p img,.page .content p img {
	width:100%;
	max-width:100%;
	height:auto;
}
.single figure.wp-block-image img,.page figure.wp-block-image img{
	width:100%;
	max-width:100%;
	height:auto;
}
.single .content .wp-video ,.page .content .wp-video  {
	width:100%;
	max-width:100%;
	height:auto;
	margin:15px auto;
}

.single .content ul,.page .content ul{
	padding:15px;
	border-bottom:solid 0px #eb3300;
}
.single .content ul li,.page .content ul li{
	margin-bottom:10px;
}
.single .content ul li,.page .content ul li:before{
    font-family: 'FontAwesome';
	content:"\f111";
	margin-right:15px;
	font-size:0.0125rem;
    color:#888;
}

.single .content blockquote,.page .content blockquote{
	padding:15px 15px 30px 15px;
	background:#f3f3f3;
	border-left:solid 2px #eb3300;
}
.single .content blockquote:before,.page .content blockquote:before{
	font-family: 'FontAwesome';
	content:"\f10d";
	float:left;
	margin-right:30px;
	color:#eb3300;
	opacity: .5;
}
.single .content blockquote:after,.page .content blockquote:after{
	font-family: 'FontAwesome';
	content:"\f10e";
	color:#eb3300;
	float:right;
	opacity: .5;
}


/*======= Sidebar-menu-page =========*/
.sidebar-menu-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-menu-page ul {
	padding:0px;
}
.sidebar-menu-page ul li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.sidebar-menu-page ul li:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.sidebar-menu-page ul li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.sidebar-menu-page ul li:hover, .sidebar-menu-page li:focus {
  z-index: 1;
  text-decoration: none;
}

.sidebar-menu-page ul li.disabled, .sidebar-menu-page li:disabled {
  color: #eb3300;
  background-color: #fff;
}

.sidebar-menu-page ul li.current_page_item {
  z-index: 2;
  color: #fff;
  background-color: #eb3300;
  border-color: #eb3300;
}
.sidebar-menu-page ul li.current_page_item a{
  color: #fff;
}



.sidebar-menu-list-page {
	padding:0;
	margin:0;
}
.sidebar-menu-list-page li {
	padding:0;
	transition:all .5s ease 0s
}
.sidebar-menu-list-page li a {
	color:#1f2a37;
	padding:5px 0;
	width:100%;
	display:inline-block;
}
.sidebar-menu-list-page li a::before {
	background-color:#eee;
	content:"";
	display:inline-block;
	height:2px;
	margin-right:15px;
	position:relative;
	top:-4px;
	transition:all .2s ease 0s;
	width:10px
}
.sidebar-menu-list-page li:hover {
	padding:0 0 0 15px;
	transition:all .5s ease 0s
}
.sidebar-menu-list-page li:hover a {
	color:#eb3300
}
.sidebar-menu-list-page li:hover a::before {
	background-color:#eb3300
}
.sidebar-menu-list-page li.current-menu-item {
	padding:0;
	transition:all .5s ease 0s
}
.sidebar-menu-list-page li.current-menu-item a {
	color:#eb3300
}
.sidebar-menu-list-page li.current-menu-item a::before {
	background-color:#eb3300;
	content:"";
	display:inline-block;
	height:2px;
	margin-right:15px;
	position:relative;
	top:-4px;
	transition:all .2s ease 0s;
	width:10px
}

/*======= Sidebar-menu-page =========*/
.sidebar-news {
	
}
.sidebar-news ul{
	background: url('') no-repeat right bottom;
	margin:0px;
	padding:0px;
}
.sidebar-news ul li{
	
	margin-bottom:10px;
	list-style: none;
	color:#666666;
}

.sidebar-news ul li i{
	color: #eb3300;
	margin-right:10px;
}

/*------------------------------------
  sidebar-product
------------------------------------*/
.sidebar-product {
	
}

.sidebar-product .section-title-page h4:after {
    background: #fff;
}


.sidebar-product-nav{ 
	
}
.sidebar-product-nav .navbar-nav {
  width: 100%;
}
.sidebar-product-nav .navbar-nav .menu-item{ 
  position: relative;
  background:#f8f9fa;
  margin-bottom:0px;
  border-bottom:solid 1px #e8ecef;
}
.sidebar-product-nav .navbar-nav .menu-item a{ 
  display:block;
  width:100%;
  padding:15px;
  font-size:1.1125rem;
  color:#666666;
}
.sidebar-product-nav .navbar-nav .menu-item:hover a{ 
  color:#eb3300;
}
.sidebar-product-nav .navbar-nav .menu-item:hover:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0px;
  height: 100%;
  opacity: 1;
  background: #eb3300;
}
.sidebar-product-nav .navbar-nav .menu-item a:after {
    position: absolute;
    content: "";
	right:15px;
    font-family: 'FontAwesome';
	content:"\f105";
	opacity: 1;
}
.sidebar-product-nav .navbar-nav .menu-item:hover a:after {
	color:#eb3300;
}


.sidebar-product-nav .navbar-nav .menu-item.current-menu-parent a{
	color:#eb3300;
}
.sidebar-product-nav .navbar-nav .menu-item.current-menu-parent:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0px;
  height: 100%;
  opacity: 1;
  background: #eb3300;
}
.sidebar-product-nav .navbar-nav .menu-item.current-menu-item a{
	color:#eb3300;
}
.sidebar-product-nav .navbar-nav .menu-item.current-menu-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0px;
  height: 100%;
  opacity: 1;
  background: #eb3300;
}
.sidebar-product-nav .navbar-nav .menu-item-has-children { 
	position: relative;
	width:100%;
	
}
.sidebar-product-nav .navbar-nav .menu-item-has-children .dropdown-toggle{ 
	display: inline-block;
	position: absolute;
	float:right;
	top:0px;
	 right:0px;
	 bottom:0px;
	 padding:0rem 0.75rem 0rem 0.75rem;
	 opacity: 1;
	 background:none;

}
.sidebar-product-nav .navbar-nav .menu-item-has-children .dropdown-toggle i.fa{ 
	color:#eb3300;
	font-size:1.5rem;
	font-weight:bold;
}
.sidebar-product-nav .navbar-nav .menu-item-has-children .product-submenu { 
  padding:0px;
  margin:0px;
  margin-left:0.5rem;
  margin-top:0.5rem;
  width:calc(100% - 0.5rem);
  box-shadow: 0 0.5rem 0.5rem rgba(0,0,0, 0.0);
}
.sidebar-product-nav .navbar-nav .menu-item-has-children .product-submenu .menu-item { 
  border-top:solid 0px #eaeaea;
  border-bottom:solid 0px #eaeaea;

}

/*======= Sidebar-contact =========*/
.sidebar-contact {
	
}
.sidebar-contact ul{
	background: url('') no-repeat right bottom;
	margin:0px;
	padding:0px;
}
.sidebar-contact ul li{
	list-style: none;
	color:#666666;
	margin-bottom:0.5em;
}

.sidebar-contact ul li i{
	color: #eb3300;
	margin-right:10px;
}



/*===============================
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: #eb3300;
}
.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-two =========*/






	
.index-about {
	position: relative;
	width:100%;
	height:100%;
}
/*======= index-counter =========*/
.index-counter  .counter-number {
  position: relative;
  text-align:center;
}

.index-counter  .counter-number::after {
  background: #eb3300;
  bottom: 0;
  content: "";
  height: 50px;
  margin-top: -30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
@media (min-width: 768px) {
.index-counter {
  margin-top:-4.5rem;
}
.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;
}
}

.index-counter .col-item:last-child .counter-number::after {
  width: 0px;
}

.index-counter  .counter-number h1{
	font-size:3.25em;
	margin-bottom:0px;
}
.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;
	margin-bottom:0px;
	color:#666666;
}


.index-product {
	background:#fff;
	position: relative;
	width:100%;
	height:100%;
}
/* owl-carousel-product
-------------------------------------------------- */
.owl-carousel-product {
	
}
.owl-carousel-product .item{
	
}
.owl-carousel-product .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-product .owl-nav .owl-next span,
.owl-carousel-product .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #eb3300;
  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:10px 10px 0px 10px;
  color: #eb3300;
  }


.owl-carousel-product .owl-nav .owl-next span:hover,.owl-carousel-product .owl-nav .owl-prev span:hover {
  background:#eb3300;
  color: #fff;
}




.owl-carousel-product .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-product .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-product .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-product .owl-dots .owl-dot.active span,.owl-carousel-product .owl-dots .owl-dot:hover span {
	
}



/* index-case
-------------------------------------------------- */
.index-case {
	background:#fff;
	position: relative;
	width:100%;
	height:100%;
}
.index-case-bg {
  position: absolute;
  z-index:-1;
  background: url(../images/bg-index-case.jpg) no-repeat center 50%;
  background-size: cover;
  background-attachment:fixed;
  bottom: 0;
  width: 100%;
  height: 45%;
}
.index-case-bg::before {
  position: absolute;
   z-index:0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:0px;
  margin:0px;
  content: "";
  background: rgba(35,49,82,0.95);
  border-bottom:solid 0px #f4f7fb;
}






.index-case .nav-item{

	width:100%;
	border-bottom:solid 1px #f8f9fa;

}

.index-case .nav-item .nav-link{
	background:none;
	position: relative;
    padding-left:0px;
	color:#333333;

}
.index-case .nav-item .nav-link:before{
	position: absolute;
    content: "";
	left:3rem;
    font-family: 'themify';
	content:"\e622";
	color:#333333;
	font-size:1rem;
}
.index-case .nav-item .nav-link.active{
	color:#eb3300;
}
.index-case .nav-item .nav-link.active:before{
	color:#eb3300;
	font-size:1rem;
}
.index-case .nav-item .nav-link span{
	font-size:2rem;
	margin-right:2rem;
	font-style:italic;
}
.index-case .nav-item .nav-link.active span{
	margin-right:2rem;
}
.index-case .tab-pane {
	transition:.25s;
}
/* single-case-excerpt
-------------------------------------------------- */
.index-case .tab-content-excerpt {
	background:#fff;
	position: relative;
	width:calc(100% + 0px);
	left:0px;
	margin-top:30px;
	font-size:1rem;
}
@media (min-width: 992px) {
.index-case .tab-content-excerpt {
	width:calc(100% + 5rem);
	left:-5rem;
	margin-top:0px;
}
}















.bg-index-about {
	background:#fff;
}
.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: rgba(232,1,20,0.95);
  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:100%;
	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% - 15px);
  left: 50%;
  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: #eb3300;
  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: #eb3300;
  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;
  }
}



/* CSS added on: g:_i>*&74(9+9444;^5 2025-04-24 15:56:56 */
