@charset "utf-8";
/* CSS Document */


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cormorant Garamond', serif;
}

p,
a,
li,
span {
    font-family: 'DM Sans', sans-serif;
}

a {
    text-decoration: none;
}

.section-padding {
    padding: 70px 0;
}

ul {
    margin: 0;
    padding: 0;
}

header {}

header section {
    background: #fe4500;
    padding: 9px 0 12px 0;
}

header section ul li {
    display: inline-block;
    color: #fff;
    margin-right: 25px;
    font-size: 13px;
}

.navbar-brand img {
    /*width:250px;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.header-style h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: #1e1445
}

.header-style h2 {
    font-size: 50px;
    color: #1e1445;
}

.header-style hr {
    background: #1e1445;
    height: 2px;
    width: 8%;
    border: none;
    opacity: 1;
}

.top-nav-left li a {
    color: #fff;
}

.top-nav-left,
.top-nav-right {
    padding: 8px 0 9px 0;
}

.top-nav-left {
    float: left;
}

.top-nav-right {
    float: right;
}

.top-nav-right li {
    content: "";
    height: 2px;
    border-color: #fff;
}

.top-nav-right li a {
    color: rgba(255, 255, 255, 1);
    transition: 1s;
}

.top-nav-right li a:hover {
    color: rgba(255, 255, 255, .5);
}

.top-nav-right li i {
    color: #9455FF;
    font-size: 5px
}


.about-section img,
.about-section p,
.about-section h2 {
    margin-bottom: 25px;
}

#about-section .row {
    margin-bottom: 30px;
}

.about-section h3 {
    font-size: 22px;
}

.about-section p {
    font-size: 13px;
}

@media (max-width: 996px) {
    .about-section {
        margin-bottom: 50px;
    }
}

.sports-btn {
    padding: 12px 35px;
    border: 1px solid #1e1445;
    color: #1e1445;
    transition: 1s;
}

.sports-btn:hover {
    background: #1e1445;
    color: #fff;
}

.about-img {
    background-image: url(img/about-us.jpg);
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100% 300px;
}

.about-img a:hover>.about-img {
    background-size: 100% 500px;
}

.about-section ul li {
    list-style: none;
    list-style-position: inside;
    border-bottom: 2px solid #1e1445;
    padding: 15px 0;
    font-size: 18px;
}

.about-section ul li:first-child {
    border-bottom: 2px solid #999;
}

#about-section .about-img {
    background-size: 100% 150px;
    height: 190px;
}

#about-section h6 {
    background: #1e1445;
    color: #fff;
    padding: 3px;
}

.counter-style img {
    width: 45%;
    margin-bottom: 25px;
}

.counter-style h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 50px;
    color: #1e1445;
    font-weight: 300;
}

.counter-style p {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
}

.new-Hgt {
    width: 100%;
    height: 98%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
}

.hovereffect .overlay h2 {
    font-size: 32px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: left;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.hovereffect a,
.hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.hovereffect .sports-btn {
    background: #1e1445;
    color: #fff;
    transition: 1s;
}

.hovereffect .sports-btn:hover {
    background: #fff;
    color: #1e1445;
}

.hovereffect:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.map-style ul li {
    margin-bottom: 25px;
}

.map-date span {
    background: #fe4500;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 75px;
}

.map-date {
    border-right: 1px solid #fe4500;
    margin: 0 10px;
}

.event-style {
    padding: 24px 0;
}

.event-style .row {
    border-bottom: 1px solid #ccc;
}

.event-style h4,
.event-style h2 {
    color: #1e1445;
}

.event-style h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

footer {
    padding: 70px 0;
    background: #000032;
}

footer ul li a {}

footer h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

footer ul li {
    margin-bottom: 25px;
}

footer ul li a,
footer p {
    color: #fbfbfb78;
}

footer ul li a:hover {
    color: #fe4500;
}

footer ul li {
    list-style: none;
}

.event-style a {
    color: #1e1445;
}

video .overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2)
}

video {
    width: 100%;
    height: 100%;
}

.overlay-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #ff0;
}

@media (max-width: 660px) {
    video {
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {
    .clearHeader .navbar-collapse {
        background: #1e1445;
        padding: 0 18px;
    }
}

@media (max-width: 1199px) {
    .darkHeader .navbar-collapse {
        background: #1e1445;
        padding: 0 18px;
    }
}

.clearHeader .navbar {
    padding: 0;
    padding-top: 2px;
}

.clearHeader {
    height: 176px;
    background: rgb(0 0 50);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;
}

.darkHeader {
    height: 176px;
    background: #000032;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 1s;
    transition: .3s ease-in-out;
    margin-top: -70px;
    box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width:1280px) {
    .clearHeader {
        height: 117px;
        background: #1e1445;
    }

    .darkHeader {
        margin-top: 0px;
        height: 120px;
        background: #1e1445;
        box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.25);
    }
}

.darkHeader .navbar {
    padding: 2.5px 0rem;
}

.navbar-toggler span {
    color: #fff;
}

.darkHeader .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.testimonials img,
.testimonials strong {
    margin-bottom: 20px;
    color: #1e1445;
}

.testimonials p {
    color: #1e1445;
}

.testimonials i {
    color: #1e1445;
    font-size: 10px;
}

.testimonials span {
    color: #999;
}

@media (max-width: 996px) {
    .testimonials {
        margin-bottom: 25px;
    }
}

.contact-section ul li {
    list-style: none;
}

.contact-section iframe {
    height: 800px;
}

.contact-us {
    text-align: center;
    border: 1px solid #ccc;
    height: 250px;
    padding: 25px 14px;
}

.contact-us i {
    font-size: 35px;
    color: #1e1445;
    margin-bottom: 25px;
}

.contact-us a {
    color: #1e1445;
}

@media (max-width: 996px) {
    .contact-section iframe {
        height: 250px;
        margin-bottom: 25px;
    }

    .contact-us {
        margin-bottom: 25px;
    }

    .form-margin-bottom {
        margin-bottom: 25px;
    }
}

.banner {
    padding: 250px 0 150px 0;
    background-image: url(img/bg-footer-last-1.jpg);
    background-size: cover;
    margin-top: 128px;
}

@media (max-width: 1199px) {
    .banner {
        padding: 296px 0 135px 0;
        margin-top: -35px;
    }
}

@media (max-width: 961px) {
    .banner {
        padding: 231px 0px 138px 0px;
        margin-top: 4px;
    }
}

@media (max-width: 719px) {
    .banner {
        padding: 145px 0px 100px 0px;
        margin-top: 50px;
    }
}

@media (max-width: 551px) {
    .banner {
        padding: 93px 0px 87px 0px;
        margin-top: 107px;
    }
}

@media (max-width: 453px) {
    .banner {
        padding: 57px 0px 52px 0px;
        margin-top: 116px;
    }
}

.banner h1 {
    color: #fff;
}

.people-list-img img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.people-list h6 {
    color: #000;
    margin: 0px 0;
    font-size: 19px;
    font-weight: 600;
}

.people-list {
    /* border-left: 1px solid #1e1445; */
    padding-bottom: 5px;
}

.people-list h3,
.people-list p {
    padding-left: 0px;
}

.people-list h3 {
    background: #1e1445;
    color: #fff;
    padding: 5px;
    margin: 15px 0;
    margin-top: 6px;
    font-size: 22px;
}

.people-list hr {
    margin: 8px 2px;
    margin-right: 171px;
    height: 2px;
    background: #1e1445;
    opacity: 1;
}

@media (max-width: 1199px) {
    .people-list hr {
        width: 100px;
    }
}

@media (max-width: 996px) {
    .people-list-img img {
        margin-bottom: 20px;
    }

    .people-list {
        margin-bottom: 50px;
        /* margin: 0 25px 50px 25px; */
    }
}

.people-list p {
    font-size: 14px;
}

.btn-slider {
    transition: 1s;
    background: #000032;
    color: #fff;
    padding: 20px;
    border: 2px solid #000032;
}

.btn-slider:hover {
    background: #fff;
    color: #000032;
}

.slider-navigator {
    position: absolute;
    bottom: 4px;
}

.carousel-caption {
    top: 45%;
}

.carousel-caption h1 {
    font-size: 55px;
}

@media (max-width: 996px) {
    .carousel-caption h1 {
        font-size: 35px;
    }

    .btn-slider {
        padding: 5px;
    }

    .slider-navigator {
        bottom: 0;
    }
}

@media (max-width: 568px) {
    #carousel-id {
        margin-top: 71px;
    }

    .carousel-caption {
        top: 24%;
    }

    .carousel-caption h1 {
        font-size: 24px;
    }
}





/*master-color 1e1445*/

.box-bg {
    padding: 31px 35px;
    padding-bottom: 51px;
    color: #ffffff8a;
    padding-bottom: 0;
}

.bg-dark {
    background-color: #f3f3f3 !important;
}

.header1-style {
    font-size: 50px;
    color: #FFF;
}

.header1-style h2 {
    font-size: 50px;
}

.header1-style hr {
    background: #fff;
    height: 2px;
    width: 8%;
    border: none;
    opacity: 1;
}

.header1-style h6 {
    font-weight: bolder;
    color: #000;
    font-size: 24px;
}

.box-bg p {
    color: #000;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

.social-media ul li i {
    border: 1px #1e1445 solid;
    width: 35px;
    height: 32px;
    padding: 6px 5px;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.social-media ul li i:hover {
    background: #fe4500;
    color: #fff;
}

.h--timeline-events {
    padding: 0 29px;
}

@media (max-width: 1200px) {
    .h--timeline-dates {
        margin: 0 36px;
    }
}

.social-media-head {
    padding: 8px 0;
}

.social-media-head li {
    margin-right: 12px;
}

.social-media-head li a i {
    color: #fe4500;
    padding: 4px 5px;
    border-radius: 4px;
    /* border: 1px #fff solid; */
    font-size: 14px;
    background: #ffff;
}

.events-card {
    background: white;
    border-radius: 15px;
    padding-bottom: 30px;
    box-shadow: -1px 4px 33px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 4px 33px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 4px 33px -5px rgba(0, 0, 0, 0.15);
}

.events-card .card-img img {
    border-radius: 15px;
}

.events-card .card-text h6 {
    font-size: 19px;
    padding: 21px 18px;
    font-weight: 600;
    color: #000032;
}

.events-card .card-icon ul {
    display: inline-flex;
    list-style: none;
    padding-left: 5%;
}

.events-card .card-icon ul li {
    padding: 0 5px;
}

.events-card .card-icon ul li:focus-visible {
    outline: none;
}

.events-card .card-icon ul li a i {
    padding: 5px 6px;
    color: #fe4500;
    border-radius: 8px;
    border: 1px solid #000032;
    font-size: 12px;
    transition: all 0.5s ease;
}

.events-card .card-icon ul li a i:hover {
    background: #000032;
    color: #fff;
    border: 1px #000032 solid;
}

.events-card .card-icon ul span {
    font-size: 11px;
    font-weight: 500;
    background: #fe4500;
    padding: 9px 8px;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 30px;
    border: 1px #000 solid;
}

.events-card .card-icon ul span .view-bt {
    color: #ffff;
}

.events-card .card-icon ul .view-bg {
    font-size: 11px;
    font-weight: 500;
    background: #fe4500;
    padding: 4px 8px;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 30px;
    border: 1px #000 solid;
    transition: all 0.5s ease;
}

.events-card .card-icon ul .view-bg:hover {
    background: #1e1445;
}

.carousel-padding img {
    padding-top: 8%;
}

.plus {
    display: inline-flex;
}

.plus .counter {
    padding-top: 6px;
}

.testimonial {
    border-right: 4px solid #000032;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #FE4400;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #FE4400;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000032;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #000032;
    font-style: italic;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #2A3D7D;
    background: #fff !important;
    border-radius: 0 !important;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #FE4400 !important;
    border-color: #000032;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}


/* .string {
    display: flex;
    align-items: center;
    justify-content: space-around;
  } */
.box-1 {
    width: 27px;
    height: 264px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-1::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: 1525px;
    left: 150px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-1::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 138px;
    left: 183px;
    top: 1392px;
    background: #fff;

}

.box-1 span {
    position: relative;
    top: 213px;
    font-weight: 600;
    left: 46px;
    color: #fe4200;
    z-index: 1;
    font-size: 42px;
}

.box-1 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: -145px;
    left: 13px;
    border-radius: 20px;
}

.min-box-1 .content-text {
    position: absolute;
    left: 217px;
    top: 1384px;
}

.min-box-1 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.box-2 {
    position: relative;
    top: -26px;
    width: 139px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-2::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: -62px;
    left: 201px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-2::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 4px;
    left: 271px;
    top: -30px;
    background: #fff;

}

.box-2 span {
    position: relative;
    top: -46px;
    font-size: 25px;
    font-weight: 700;
    left: 168px;
    color: #fe4200;
    z-index: 1;
}

.box-2 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 6px;
    left: 157px;
    border-radius: 20px;
}

.min-box-2 .content-text {
    position: absolute;
    left: 435px;
    top: 1546px;
    text-align: center;
}

.min-box-2 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.box-3 {
    position: relative;
    left: 112px;
    top: -179px;
    width: 27px;
    height: 153px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-3::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: 379px;
    left: 44px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-3::after {
    content: "";
    position: absolute;
    width: 97px;
    height: 4px;
    left: 156px;
    top: 299px;
    background: #fff;
}

.box-3 span {
    position: relative;
    top: 270px;
    font-size: 42px;
    font-weight: 700;
    left: 273px;
    color: #fe4200;
    z-index: 2;
}

.box-3 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 17px;
    left: -136px;
    border-radius: 20px;
}

.min-box-3 .content-text {
    position: absolute;
    left: 142px;
    top: 1713px;
    text-align: center;
}

.min-box-3 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.box-4 {
    position: relative;
    top: -332px;
    left: 112px;
    width: 139px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-4::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: 266px;
    left: 252px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-4::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 23px;
    height: 4px;
    left: 21px;
    top: 414px;
}

.box-4 span {
    position: relative;
    top: 384px;
    font-size: 42px;
    font-weight: 700;
    left: 9px;
    color: #fe4200;
    z-index: 1;
}

.box-4 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 18px;
    left: -62px;
    border-radius: 20px;
}

.min-box-4 .content-text {
    position: absolute;
    left: 118px;
    top: 1817px;
    text-align: center;
}

.min-box-4 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.box-5 {
    position: relative;
    left: 224px;
    top: -358px;
    width: 27px;
    height: 257px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-5::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: 609px;
    left: -123px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-5::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 51px;
    height: 4px;
    left: -174px;
    top: 643px;
}

.box-5 span {
    position: relative;
    top: 621px;
    font-size: 32px;
    font-weight: 700;
    left: -115px;
    color: #fe4200;
    z-index: 1;
}

.box-5 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 11px;
    left: -77px;
    border-radius: 20px;
}

.min-box-5 .content-text {
    position: absolute;
    left: 97px;
    top: 2106px;
    text-align: center;

}

.min-box-5 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.box-6 {
    position: relative;
    top: -385px;
    left: 224px;
    width: 187px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-6::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: 403px;
    left: 51px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-6::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 4px;
    height: 28px;
    left: 82px;
    top: 375px;
}

.box-6 span {
    position: relative;
    top: 407px;
    font-size: 42px;
    font-weight: 700;
    left: -9px;
    color: #fe4200;
    z-index: 1;
}

.box-6 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: -55px;
    left: 3px;
    border-radius: 20px;
}

.min-box-6 .content-text {
    position: absolute;
    left: 369px;
    top: 1959px;
    text-align: center;
}

.min-box-6 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}

.box-7 {
    position: relative;
    top: -412px;
    left: 385px;
    width: 27px;
    height: 139px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-7::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border: 2px #000 solid;
    top: 581px;
    left: -55px;
    z-index: 1;
    box-shadow: 3px 14px 39px -18px rgb(0 0 0 / 65%);
    -webkit-box-shadow: -3px 5px 31px -3px rgb(0 0 0 / 51%);
    -moz-box-shadow: 3px 14px 39px -18px rgba(0, 0, 0, 0.65);
}

.box-7::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 101px;
    height: 4px;
    left: 15px;
    top: 615px;
}

.box-7 span {
    position: relative;
    top: 587px;
    font-size: 42px;
    font-weight: 700;
    left: -33px;
    color: #fe4200;
    z-index: 1;
}

.box-7 span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    top: 17px;
    left: 145px;
    border-radius: 20px;
}

.min-box-7 .content-text {
    position: absolute;
    left: 583px;
    top: 2311px;
    text-align: center;
}

.min-box-7 .content-text h6 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}



.box-8 {
    position: relative;
    top: -438px;
    left: 179px;
    width: 233px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-9 {
    position: relative;
    left: 179px;
    top: -464px;
    width: 27px;
    height: 139px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-10 {
    position: relative;
    top: -489px;
    left: 13px;
    width: 193px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-11 {
    position: relative;
    left: 13px;
    top: -516px;
    width: 27px;
    height: 139px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-12 {
    position: relative;
    top: -543px;
    left: 13px;
    width: 139px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-13 {
    position: relative;
    left: 126px;
    top: -569px;
    width: 27px;
    height: 224px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-14 {
    position: relative;
    top: -594px;
    left: 128px;
    width: 139px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-15 {
    position: relative;
    left: 241px;
    top: -734px;
    width: 27px;
    height: 139px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}

.box-16 {
    position: relative;
    top: -873px;
    left: 241px;
    width: 139px;
    height: 27px;
    font-size: 150px;
    border-radius: 9px;
    text-align: center;
    background-color: #fe4200;
}

.box-17 {
    position: relative;
    left: 353px;
    top: -900px;
    width: 27px;
    height: 259px;
    font-size: 150px;
    border-radius: 8px;
    text-align: center;
    background-color: #fe4200;
}






.line-top {
    position: absolute;
    width: 80%;
    height: 250px;
    top: 75px;
    left: 200px;
    border: 5px solid #000;
    border-radius: 50px;
    z-index: -5;
    box-sizing: border-box;
    border-left-color: transparent;
}

.line-bottom {
    position: absolute;
    width: 50%;
    height: 250px;
    top: 320px;
    left: 100px;
    border: 5px solid #000;
    border-radius: 50px;
    z-index: -5;
    box-sizing: border-box;
    border-right-color: transparent;
}

svg {
    fill: #fff;
    width: 100px;
    height: 100px;
}

.achievements {
    background: #000032;
    height: 1268px;
    padding-top: 75px;
}

.achiev-2023 {
    text-align: center;
}

.achievements-2023 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.achiev-2023 h6 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}


.achiev-2023 img {
    width: 66%;
}

@media (max-width: 1364px) {
    .achievements {
        display: none;
    }
}

.box-Players img {
    width: 70%;
    padding-top: 50px;
}

.box-Players h6 {
    font-size: 20px;
    padding-top: 12px;
    color: #fff;
}

.box-Players h6 span {
    font-size: 17px;
    font-weight: bold;
}

.box-Players h6 span hr {
    width: 47px;
    height: 2px;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-top: auto;
    background: #ef4723;
    opacity: 1.9;
    margin-top: 7px;
    margin-bottom: 7px;
}

.header-style ul li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: inherit;
    color: #000032;
    line-height: 2.0;
}

.header-style ul li span {
    padding: 0 10px;
}



.thead {
    background-color: #1a1a1a;
    font-size: 18px;
    color: white;
    font-weight: normal;
}

.btnS {
    float: right;
    background-color: hotpink;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: left;
    font-size: 14px;
}

.btnS:focus {
    outline: none;
}

.btnS:after {
    content: "Less";
    float: right;
    margin-left: 3px;
}

.btnS.collapsed:after {
    content: "More";
}