

.ts-footer {
   
    background-color: #eff2f9;
    padding-top: 145px;
    --mask: radial-gradient(94.49px at 50% 133.3px, #000 99%, #0000 101%) calc(50% - 124px) 0 / 248px 100%, radial-gradient(94.49px at 50% -71.3px, #0000 99%, #000 101%) 50% 62px / 248px 100% repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}


.ts-footer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 10px;
}

.bg-before::before {
    content: '';
    position: absolute;
    background-color: #820777;
    width: 100%; 
    height: 50px;
    left: -20px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 0px 25px 0px 0px;
}

.before-rr::before {
    left: unset;
    top: 0;
    bottom: 0;
    right: -13px !important;
    border-radius: 25px 0px 0px 0px;
}

.ts-footer .secretariat-text {
    padding-top: 15px;
}

.ts-footer .secretariat-text li {
    margin-bottom: 5px;
}

.ts-footer .secretariat-text li h5.name {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}

.ts-footer .secretariat-text li h5.name span.designation {
    font-size: 17px;
    font-weight: 300;
}

.center-shape {
    background-color: #0e2e73;
    border-radius: 20px 20px 0px 0px;
    padding: 15px;
}


.main-operation {
    padding-top: 15px;
    padding-bottom: 65px;
}
.main-operation p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.5px;
}

.main-operation span {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
}

.main-operation a {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #fff;
}

.event-partner{
   padding-top: 15px;
}
.event-partner h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.5px;
}

}
.copyright-text {
    background-color: #001376;
    padding: 5px 0px;
}
.copyright-text p {
    margin: 0px;
    font-size: 14px;
}

.event-partner ul li a span {
    font-weight: 500;
}

@media only screen and (max-width: 1199) {
      .ts-footer h3 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        z-index: 1;
        padding: 10px 0px;
    }
}