.footer {
    padding-top: 200px;
    padding-bottom: 0px;
    background: rgba(2, 1, 255, 1);
    background: -moz-linear-gradient(left, rgba(2, 1, 255, 1) 0%, rgba(176, 79, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 1, 255, 1)), color-stop(100%, rgba(176, 79, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(2, 1, 255, 1) 0%, rgba(176, 79, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(2, 1, 255, 1) 0%, rgba(176, 79, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(2, 1, 255, 1) 0%, rgba(176, 79, 255, 1) 100%);
    background: linear-gradient(to right, rgba(2, 1, 255, 1) 0%, rgba(176, 79, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0201ff', endColorstr='#b04fff', GradientType=1);
}

.footer-logo img {
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.footer-info .p1 {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

body {
    font-family: 'Raleway', sans-serif;
}

.bann-text{
    display: inline-block;
    border-radius: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    padding: 40px 50px 100px 50px;
    background: rgba(176, 79, 255, 1);
    background: -moz-linear-gradient(45deg, rgba(176, 79, 255, 1) 0%, rgba(4, 2, 255, 0.75) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(176, 79, 255, 1)), color-stop(100%, rgba(4, 2, 255, 0.75)));
    background: -webkit-linear-gradient(45deg, rgba(176, 79, 255, 1) 0%, rgba(4, 2, 255, 0.75) 100%);
    background: -o-linear-gradient(45deg, rgba(176, 79, 255, 1) 0%, rgba(4, 2, 255, 0.75) 100%);
    background: -ms-linear-gradient(45deg, rgba(176, 79, 255, 1) 0%, rgba(4, 2, 255, 0.75) 100%);
    background: linear-gradient(45deg, rgba(176, 79, 255, 1) 0%, rgba(4, 2, 255, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b04fff', endColorstr='#0402ff', GradientType=1);
}

.bann-overlay{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    height: 100px;
    -webkit-box-shadow: 0px -70px 59px 40px rgba(130,47,137,1);
-moz-box-shadow: 0px -70px 59px 40px rgba(130,47,137,1);
box-shadow: 0px -70px 59px 40px rgba(130,47,137,1);
}

.footer-info .p2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.clepa60-history-event img{
    width: 100%;
}

.box-clepa-event{
    /*clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);*/
    border-radius: 15px;
}

.footer-info .p2 a {
    color: #fff;
}

.fs-dot{
        max-width: 50px;
    position: absolute;
    right: -15px;
    bottom: 25%;
}

.footer-info .p3 a {
    font-weight: bold;
    color: #E5007E;
}

.first-sect-box{
    padding: 30px !important;
    position: absolute;
    top: 60px;
    left: 35px;
    display: inline-block;
    border-radius: 20px;
    background: rgba(130,47,137,1);
background: -moz-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,47,137,1)), color-stop(100%, rgba(87,131,197,0.6)));
background: -webkit-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,0.6) 100%);
background: -o-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,0.6) 100%);
background: -ms-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,0.6) 100%);
background: linear-gradient(to bottom, rgba(130,47,137,1) 0%, rgba(87,131,197,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822f89', endColorstr='#5783c5', GradientType=0 );
}
.first-sect-box p{
    line-height: 1;
}

.find-more {
    padding: 0px 15px;
    background: #b14fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 7px rgba(177, 79, 255, 1);
    -moz-box-shadow: 0px 0px 7px 7px rgba(177, 79, 255, 1);
    box-shadow: 0px 0px 7px 7px rgba(177, 79, 255, 1);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 20px;
}

.find-more a{
    color: #fff;
    
}

.find-more-magenta {
    padding: 0px 15px;
    background: #ff0096;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 7px rgba(255, 0, 150, 1);
    -moz-box-shadow: 0px 0px 7px 7px rgba(255, 0, 150, 1);
    box-shadow: 0px 0px 7px 7px rgba(255, 0, 150, 1);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 20px;
}

.find-more-magenta a{
   color: #fff;
}

.pulsate-fwd {
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	        animation: pulsate-fwd 2s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.first-sect-box img{
    width: 180px;
}

.footer-follow p {
    color: #fff;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}

.footer-follow p span {
    font-style: italic;
}

.social .circle {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}

.social .circle svg {
    height: 40px;
    color: #fff;
}

.social .circle.lnk {
    background: #4481C2;
}

.social .circle.twit {
    background: #00B1EB;
}

.social .circle.yout {
    background: #E30613;
}

.footer .copyright p {
    color: #C4A7FF;
    font-size: 12px;
    line-height: 14px;
}

.footer .copyright p a {
    color: #C4A7FF;
}

.content .bann {
    height: 800px;
    position: relative;
}

.bann .bann-bg-interior {
    position: absolute;
    bottom: 0;
    left: 0;
}

.content .bann .bann-bg {
    height: 800px;
    width: 100%;
    object-fit: cover;
}

.content .bann .bann-cont {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
}

.future-as-we-move {
    max-width: 350px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-icons .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
}

.header-icons .icon.lnk {
    background: #4481C2;
}

.header-icons .icon.twt {
    background: #00B1EB;
}

.header-icons .icon.yt {
    background: #E30613;
}

.header-icons .icon .icon-icon {
    line-height: 40px;
    color: #fff;
    font-size: 22px;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    display: initial;
}

.navbar .navbar-brand {
    padding: 25px 0px 80px 0px;
    background: #fff;
    border-bottom-right-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
    width: 435px;
}

.navbar .navbar-brand img {
    max-width: 270px;
    margin: 0 auto;
}

.white-paper-platform {
    background: rgba(130,47,137,1);
background: -moz-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,47,137,1)), color-stop(100%, rgba(87,131,197,1)));
background: -webkit-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,1) 100%);
background: -o-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,1) 100%);
background: -ms-linear-gradient(top, rgba(130,47,137,1) 0%, rgba(87,131,197,1) 100%);
background: linear-gradient(to bottom, rgba(130,47,137,1) 0%, rgba(87,131,197,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#822f89', endColorstr='#5783c5', GradientType=0 );
}

.text-blue {
    color: #0000FF;
}

.event-logo{
    width: 150px;
    height: 150px;
}

.text-pink {
    color: #FF0096;
}

.white-paper-platform p {
    margin-bottom: 0;
    padding-left: 10px;
}

.second-text{
    margin-top: 150px;
}

.box-clepa-event{
    position: relative;
    padding-bottom: 40px !important;
  background: rgba(183,9,122,1);
background: -moz-linear-gradient(top, rgba(183,9,122,1) 0%, rgba(17,179,220,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,9,122,1)), color-stop(100%, rgba(17,179,220,0.6)));
background: -webkit-linear-gradient(top, rgba(183,9,122,1) 0%, rgba(17,179,220,0.6) 100%);
background: -o-linear-gradient(top, rgba(183,9,122,1) 0%, rgba(17,179,220,0.6) 100%);
background: -ms-linear-gradient(top, rgba(183,9,122,1) 0%, rgba(17,179,220,0.6) 100%);
background: linear-gradient(to bottom, rgba(183,9,122,1) 0%, rgba(17,179,220,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7097a', endColorstr='#11b3dc', GradientType=0 );
  
}

.ts-box{
    padding-bottom: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ts-box-container{
    border-radius: 15px;
    clip-path: polygon(0 21%, 100% 0, 100% 100%, 0 100%);
   background: rgba(177,79,255,1);
background: -moz-linear-gradient(left, rgba(177,79,255,1) 0%, rgba(177,79,255,1) 40%, rgba(1,1,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(177,79,255,1)), color-stop(40%, rgba(177,79,255,1)), color-stop(100%, rgba(1,1,255,1)));
background: -webkit-linear-gradient(left, rgba(177,79,255,1) 0%, rgba(177,79,255,1) 40%, rgba(1,1,255,1) 100%);
background: -o-linear-gradient(left, rgba(177,79,255,1) 0%, rgba(177,79,255,1) 40%, rgba(1,1,255,1) 100%);
background: -ms-linear-gradient(left, rgba(177,79,255,1) 0%, rgba(177,79,255,1) 40%, rgba(1,1,255,1) 100%);
background: linear-gradient(to right, rgba(177,79,255,1) 0%, rgba(177,79,255,1) 40%, rgba(1,1,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b14fff', endColorstr='#0101ff', GradientType=1 );
    height: 650px;
    padding-top: 150px;
    margin-top: -200px;
}

.ts-box-white{
    background: rgba(255,255,255,0.8);
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
    display: inline-block;
}

.ss-icon-pc {
    position: absolute;
    right: 0;
    bottom: -200;
}

.top-box .top-box-head{
    background: rgba(255,255,255,0.8);
    clip-path: polygon(0 0, 100% 0, 100% 79%, 0 100%);
    padding: 30px;
    padding-right: 120px;
    display: inline-block;
    border-radius: 15px;
}

.text-purple{
    color: #FF0297;
}

.top-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
}

.clepa60-event {
    position: relative;
    background-image: url('../../images/second-section-b.jpg');
   background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding-bottom: 200px !important;
}

.clepa60-history-event {
    background-color: #E5FDFF;
    padding-bottom: 190px !important;
}



.footer-text-top {
    background: #fff;
    border-radius: 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    padding: 100px 50px 150px 50px;
    margin-top: -320px;
    margin-bottom: 50px;
}

.header-title {
    background: rgba(0, 126, 255, 0.5);
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: 280px;
    text-align: center;
    padding: 15px;
    margin-left: auto;
}