.process-area{
    padding:0px 0px
}
.process-thumb {
    position: relative;
    left: -12px;
}
.process-left {
    position: relative;
    padding: 0 50px 13px;
    
}
.process-shape {
    position: absolute;
    left: 280px;
    bottom: 17px;
    animation: dance3 4s linear infinite;
}
@keyframes dance3 {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

.process-area .section-desc{
    text-align:justify;
    color:#eee;
    margin-bottom:20px;
    color: #afafaf;
}
.process-area .section-title ul{
width: 100% !important;
    float: left;
}
.process-area .section-title ul li{
    display:inline-block;
    list-style:none;
    float: left;
    width: 33.3% !important;
    text-align: left;
    margin-bottom: 10px;
    font-size:14px;
    color: #afafaf;
}
.process-area .section-title ul li:before {
    left: 0;
    top: 0;
    content: "\f058";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    margin-right: 10px;
}

.echofy-button a {
    display: inline-block;
    background: #49AF45;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 6px;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
}

.echofy-button a:hover{
    color: #49AF45;
}

.echofy-button a:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}

.echofy-button a:hover:before{
    width: 100%;
    left: 0;
}
.img-gradient{
  position:relative;
  display:inline-block;
}
.img-gradient:after {
  content:"";
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: linear-gradient(270deg, #000 5%, rgba(0,212,255,0) 30%);
 
}
.img-gradient img{
  display:block;
}

.speaker_section{
    background:#000;
}
.speaker_section h1{
    color:#fff;
}
.speaker_section h1 span{
    color:#00ccff;
}
.speaker_section .section-title ul li:before {
    color:#00ccff;
}
.speaker_section .echofy-button a{
    background:#00ccff;
    color:#fff;
}
.speaker_section .echofy-button a:hover{
    background:#fff;
    color: #00ccff;
}
.speaker_section  .img-gradient:after {
  background: linear-gradient(270deg, #000 5%, rgba(0,212,255,0) 30%);
 
}
 
.panel_discussion_section{
    background:#330b4f;
}
.panel_discussion_section h1{
    color:#fff;
}
.panel_discussion_section h1 span{
    color:#f7d719;
}
.panel_discussion_section .section-title ul li:before {
    color:#f7d719;
}
.panel_discussion_section .echofy-button a{
    background:#f7d719;
    color:#330b4f;
}
.panel_discussion_section .echofy-button a:hover{
    color: #330b4f;
}
.panel_discussion_section  .img-gradient:after {
  background: linear-gradient(270deg, #330b4f 5%, rgba(0,212,255,0) 30%);
 
}

.workshop_seminar_opportunity_section{
    background:#006e7f;
}
.workshop_seminar_opportunity_section h1{
    color:#fff;
}
.workshop_seminar_opportunity_section h1 span{
    color:#00e1ff;
}

.workshop_seminar_opportunity_section .section-desc{
    color: #dbdbdb;
}
.workshop_seminar_opportunity_section .section-title ul li{
    color: #dbdbdb;
}

.workshop_seminar_opportunity_section .section-title ul li:before {
    color:#00e1ff;
}
.workshop_seminar_opportunity_section .echofy-button a{
    background:#00e1ff;
    color:#330b4f;
}
.workshop_seminar_opportunity_section .echofy-button a:hover{
    color: #330b4f;
}
.workshop_seminar_opportunity_section  .img-gradient:after {
  background: linear-gradient(270deg, #006e7f 5%, rgba(0,212,255,0) 30%);
 
}

.startup_pitching_section{
    background:#146039;
}
.startup_pitching_section h1{
    color:#fff;
}
.startup_pitching_section h1 span{
    color:#ffb000;
}
.startup_pitching_section .section-desc{
    color: #dbdbdb;
}
.startup_pitching_section .section-title ul li{
    color: #dbdbdb;
}
.startup_pitching_section .section-title ul li:before {
    color:#ffb000;
}
.startup_pitching_section .echofy-button a{
    background:#ffb000;
    color:#330b4f;
}
.startup_pitching_section .echofy-button a:hover{
    color: #330b4f;
}
.startup_pitching_section  .img-gradient:after {
  background: linear-gradient(270deg, #146039 5%, rgba(0,212,255,0) 30%);
 
}


