.box-c {
    border: 1px solid white;
    padding: 23px 20px 3px 23px;
    border-radius: 21px;
    margin-bottom: 49px;
    margin-top: 21px
}

.box-c>h3 {
    color: #ffffffc9;
    font-size: 20px
}

.box-c>p {
    color: #ffffffc9;
    font-size: 16px
}

.partners {
    width: 70%;
    height: 50%;
    border-radius: 50%;
}

.partners {
    box-shadow: #000;
}

section#disscusion-pointaaa {
    padding-top: 34px;
}

p.award-para {
    margin-top: 30px;
    font-size: 19px;
    line-height: 38px;
    margin-bottom: 38px;
}

section.award-title {
    background: url(../img/award-bgne.jpg);
    height: 214px;
}

.button-63 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 19px 24px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-63:active,
.button-63:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-63 {
        font-size: 24px;
        min-width: 196px;
    }
}

.owl-1 .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%;
}

.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
    outline: none;
}

.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
    color: #fff;
}

.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
    font-size: 40px !important;
}

.owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px;
}

.owl-1 .owl-nav .owl-prev {
    left: 20px;
}

.owl-1 .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block;
}

.owl-1 .owl-dots .owl-dot>span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 4px;
}

.owl-1 .owl-dots .owl-dot.active>span {
    background: white;
}

.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
    outline: none;
}

.media-29101 .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.media-29101 .text {
    padding: 50px;
}

@media (max-width: 991.98px) {
    .media-29101 .text {
        padding: 20px;
        width: 100%;
    }
}

.media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem;
}

.media-29101 .timeline p {
    font-family: "Playfair Display", times, serif;
    font-size: 2rem;
    line-height: .75;
    margin-bottom: 30px;
}

.media-29101 .text h2 a {
    color: #000;
}

.carousel-nav {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}


.carousel-nav a:hover {
    color: #ffffff;
    background-color: #5B42F3;
}

.carousel-nav a.active {
    color: #ffffff;
    background-color: #5B42F3;
}

/* .carousel-nav a.active:before {
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        position: absolute;
        border-bottom: 1px solid #000; } */
.page-header {
    background-image: url("../img/download.jpg");
    background-size: cover;
}

.timeline {
    position: relative;
    display: grid;
    /* gap: 40px; */
    max-width: 100%;
    list-style-type: none;
    /* margin-left: 25px; */
}

.timeline .timeline__line {
    position: absolute;
    top: 0;
    left: .4rem;
    width: .25rem;
    height: 100%;
    background: var(--mainColor);
}

.timeline .timeline__item .info {
    display: grid;
    grid-template-columns: repeat(3, auto) 1fr;
    align-items: center;
    gap: 0.25rem;
}

.timeline .timeline__item .info a {
    text-decoration: none;
    color: var(--linkColor);
    font: 300 16px "Oswald", sans-serif;
}

.timeline .timeline__item .info .dot {
    position: relative;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.timeline .timeline__item .info .dot::before {
    position: absolute;
    content: "";
    top: -.25rem;
    left: -.25rem;
    right: -.25rem;
    bottom: -.25rem;
    background-color: var(--bgColor);
    border-radius: inherit;
}

.timeline .timeline__item .info .dot::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: .5rem;
    height: .5rem;
    border: .25rem solid var(--mainColor);
    border-radius: inherit;
}

.timeline .timeline__item .info .time {
    margin-right: .5rem;
}

.timeline .timeline__item .content {
    margin: 1rem 0 0 3.5rem;
}

/* .page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/gallery/agenda.jpeg) center center no-repeat;
    background-size: cover;
} */

.line {
    height: 38px;
    width: 100%;
    flex: 1;
    background-color: #ff6600;
}

.content a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    /* border: 2px solid #fff; */
    padding: 7px 19px;
    /* border-radius: 50px; */
    transition: 0.3s;
}

.content a:active {
    font-size: 20px;
    background-color: #65c8e4 !important;
    color: white;
    text-decoration: none;
    /* border: 2px solid #fff; */
    padding: 7px 19px;
    /* border-radius: 50px; */
    transition: 0.3s;
}
.content a:hover {
    font-size: 20px;
    background-color: #65c8e4 !important;
    color: white;
    text-decoration: none;
    /* border: 2px solid #fff; */
    padding: 7px 19px;
    /* border-radius: 50px; */
    transition: 0.3s;
}