
.section-Edge365-1 .column {
  float: left;
  width: 32.5%;
  padding: 0 0 0 12px;
}
.section-Edge365-1 .column:nth-child(1) {
  padding: 0;
}
.section-Edge365-1 .column:nth-child(2) {
  padding-top: 30px;
}
/* Clear floats after the columns */
.section-Edge365-1 .row:after {
  content: "";
  display: table;
  clear: both;
}
.section-Edge365-1 .card {
  width: 100%;
  transition: 0.5s all;
  padding: 0px;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  cursor: pointer;
}
.section-Edge365-1 .card:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
}
.section-Edge365-1 .card .profile {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.section-Edge365-1 .card:hover .profile{
  transform: scale(1.4);
}
.section-Edge365-1 .card .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 400px;
}
.section-Edge365-1 .card .content .front {
  height: 100%;
}
.section-Edge365-1 .card .content .back {
  position: absolute;
  width: 95%;
  height: 100%;
  /*background-color: rgb(0 48 205 / 70%);*/
  transition: 1s;
  z-index: 1;
  padding: 10px;
}
.section-Edge365-1 .from-bottom {
  top: 58%;
  left: 0;
}
.section-Edge365-1 .card:hover .content .from-bottom {
  top: 78%;
}
.section-Edge365-1 .card .content h2 {
  font-size: 21px;
  line-height: 22px;
  padding: 0 10px 10px;
  color: #FFF;
}
.section-Edge365-1 .card .content p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px 10px;
  color: #FFF;
  width: 90%;
}
.section-Edge365-1 .card:hover .content h2 {
  color: transparent;
}
.section-Edge365-1 .card:hover .content p {
  display: none;
}
.section-Edge365-1 .card .pro-bg {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.section-Edge365-1 .card:hover .pro-bg{
  transform: scale(1.5);
}
.section-Edge365-1 .card .content .back h2 {
  font-size: 21px;
  line-height: 22px;
  padding: 10px;
  color: #FFF;
}
.section-Edge365-1 .card .content .back p {
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
}
.section-Edge365-1 .card .content .back .tem-img {
  border-radius: 100%;
}
.section-Edge365-1 .card .content .back .des {
  font-size: 16px;
}
/*WISE-Edge365 Online Training*/

.section-Edge365-8 .row{
	display: flex;
	justify-content: space-around;
}
.section-Edge365-8 .column {
  width: 33%;
  padding: 10px 10px;
}
.section-Edge365-8 .column:nth-child(1) {
/*  padding: 0;*/
}
.section-Edge365-8 .column:nth-child(2) {
  padding-top: 30px;
}
.section-Edge365-8 .row:after {
  content: "";
  display: table;
  clear: both;
}
.section-Edge365-8 .card {
  width: 100%;
  transition: 0.5s all;
  padding: 0px;
  text-align: center;
  background-color: #79bd28;
  border-radius: 10px;
}
.section-Edge365-8 .card:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
}
.section-Edge365-8 .card .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 390px;
}
.section-Edge365-8 .card .content.bg1 {
  background: url(../images/WISE-Edge365_Computer.jpg) top left no-repeat;
  background-size: 100%;
}
.section-Edge365-8 .card .content.bg2 {
  background: url(../images/WISE-Edge365_EdgeLink.jpg) top left no-repeat;
  background-size: 100%;
}
.section-Edge365-8 .card .content.bg3 {
  background: url(../images/WISE-Edge365_DataVisualization.jpg) top left no-repeat;
  background-size: 100%;
}
.section-Edge365-8 .card .content .back {
  position: absolute;
   width: 100%;
  text-align:center;		
/*  height: 100%;*/
  transition: 1s;
  z-index: 1;
}
.section-Edge365-8 .from-bottom {
  bottom: 10px;
  left: 0;
}
.section-Edge365-8 p {
  padding: 0 0 40px 0;
}
.section-Edge365-8 .card .content h3 {
  font-size: 21px;
  line-height: 22px;
  color: #FFF;
  width: unset;	
  max-width: 100%!important;
  padding: 10px;
}
.section-Edge365-8 .card .content p {
  font-size: 16px;
  line-height: 30px;
  width: 95%;
}
.section-Edge365-8 .video-button {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #FFF;
  margin: 40px auto 0;
  width: 31%;
  text-align: center;
  background-color: #0030cd;
  border: 2px solid #0030cd;
  transition: 0.5s all;
}
.section-Edge365-8 .video-button:hover {
  font-size: 20px;
  color: #0030cd;
  background-color: transparent;
}
/* play */
.section-Edge365-8 .video-play-button {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.section-Edge365-8 .video-play-button .fa-solid{
	line-height: 40px;
	color: #ffffff;
}

.section-Edge365-8 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FFF;

  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.section-Edge365-8 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #FFF;
  opacity: 0.3;	
  border-radius: 50%;
  transition: all 200ms;
}
.section-Edge365-8 .video-play-button span {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid #ddd;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
/* play end */

/* Responsive columns */
@media screen and (max-width: 1200px) {
  .section-Edge365-1 .card .content {
  min-height: 450px;
  }
  .section-Edge365-8 .card .content {
  min-height: 420px;
  }
}
@media screen and (max-width: 990px) {
  .section-Edge365-1 .container {
    width: 100%;
  }
  .section-Edge365-1 .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .section-Edge365-1 .column {
  padding: 0 !important;
  margin-bottom: 10px !important;
  }
  .section-Edge365-1 .column:nth-child(2) {
    padding-top: 0px !important;
  }
  .section-Edge365-1 .card {
    width: 70%;
    margin: 0 auto;
  }
  .section-Edge365-1 .from-bottom {
    top: 68%;
  }
  .section-Edge365-8 .container {
    width: 100%;
  }
 .section-Edge365-8 .card .content {
  min-height: 400px;
  }
/*
  .section-Edge365-8 .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
*/
  .section-Edge365-8 .column {

  margin-bottom: 10px !important;
  }
  .section-Edge365-8 .column:nth-child(2) {
    padding-top: 0px !important;
  }
  .section-Edge365-8 .card {
/*    width: 70%;*/
    margin: 0 auto;
  }
  .section-Edge365-8 .from-bottom {
/*    top: 68%;*/
  }
}
@media screen and (max-width: 880px) {
  .section-Edge365-1 .from-bottom {
    top: 65%;
  }
  .section-Edge365-8 .from-bottom {
/*    top: 65%;*/
  }
	.section-Edge365-8 .card .content{
		min-height: 320px;
	}
}
@media screen and (max-width: 768px) {
  .section-Edge365-1 .card .content {
  min-height: 400px;
  }
  .section-Edge365-1 .card {
    width: 100%;
  }
  .section-Edge365-1 .from-bottom {
    top: 58%;
  }

  .section-Edge365-8 .card {
/*    width: 100%;*/
  }
  .section-Edge365-8 .from-bottom {
/*    top: 58%;*/
  }
}

@media screen and (max-width: 550px) {
  .section-Edge365-1 .from-bottom {
/*    top: 60%;*/
  }
  .section-Edge365-1 .card .content .back .des {
    font-size: 14px;
  }
  .section-Edge365-8 .from-bottom {
/*    top: 60%;*/
  }
  .section-Edge365-8 .card .content .back .des {
    font-size: 14px;
  }

}

@media screen and (max-width:680px) {
	.section-Edge365-8 .row{
		display: block;
	}
	.section-Edge365-8 .column{
		width: 100%;
/*		max-width: 580px;*/
		margin: 0 auto;
		padding: 10px 20px!important;
		box-sizing: border-box;
	}
	.section-Edge365-8 .card .content.bg1,
	.section-Edge365-8 .card .content.bg2,
	.section-Edge365-8 .card .content.bg3{
		background-size: 65%;
	}
	.section-Edge365-8 .card .content .back{
		width: 100%;
	}
	.section-Edge365-8 .card .content{
		min-height:400px;
	}
		.section-Edge365-1 .column{
		padding: 10px 20px!important;
		box-sizing: border-box;
	}
}
@media screen and (max-width:580px){
	.section-Edge365-8 .card .content.bg1,
	.section-Edge365-8 .card .content.bg2,
	.section-Edge365-8 .card .content.bg3{
		background-size:80%;
	}
}
@media screen and (max-width:480px){
	.section-Edge365-8 .card .content.bg1,
	.section-Edge365-8 .card .content.bg2,
	.section-Edge365-8 .card .content.bg3{
		background-size: 100%;
	}
	.section-Edge365-8 .card .content{
/*		min-height: calc(320px + 50px);*/
	}
}
