@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
}

a {
    color: unset;
    text-decoration: none;
}

body.home-body {
    background: linear-gradient(180deg, #59C2BF, #1B1B68);
}

.navbar-brand {
    font-size: 1.1rem;
    font-weight: bold;
}

.banner {
    background: url('../images/banner.png');
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-link {
    color: #fff;
    font-size: 0.9rem;
}

nav.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 10%) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(45px);
    z-index: 9999;
}

.banner-body {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #429794, rgba(28, 67, 125, 0.22));
    z-index: 0;
    pointer-events: none;
}

.btn:hover {
    background: #59C2BF;
    border: 1px solid #59C2BF;
}

.banner-body h6 {
    color: #fff;
    font-weight: 800;
}

.banner-body h2 {
    color: #fff;
    font-weight: bold;
}

.banner-body p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
}

.btn-secondary {
    background: none;
    box-shadow: none;
    border: 1px solid #fff;
    padding: 20px 47px;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 8px;
    transition: 1s;
    font-weight: bold;
}

    .btn-secondary:hover {
        background: #fff;
        color: #555;
    }

.banner::after {
    content: '';
    width: 100%;
    height: 40vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #50A9B2, transparent);
    z-index: 0;
    pointer-events: none;
}

.btn-outline-primary {
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-primary {
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #59C2BF;
    border-radius: 25px;
    font-weight: bold;
    background: #59C2BF;
    font-size: 0.9rem;
}

.svg-line {
    position: absolute;
    left: 50%;
    top: 62.5%;
    transform: translateX(-52%);
    z-index: 9999999999999999999;
    width: 100%;
}

.section__line {
    position: absolute;
    left: 50%;
    top: 65%;
    width: 2px;
    transform: translateX(-50%);
    height: 400px;
    background-color: #fff;
    z-index: 999;
}

.section__line2 {
    position: absolute;
    left: 50%;
    top: -15%;
    width: 2px;
    transform: translateX(-50%);
    height: 150px;
    background-color: #fff;
    z-index: 999;
}

.about-body {
    background: rgba(255, 255, 255,0.8);
    padding: 50px 100px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.box1 {
    width: 100%;
    height: 256px;
    background: url('../images/box1.png');
    background-size: cover;
}

.box2 {
    width: 100%;
    height: 256px;
    background: url('../images/box2.png');
    background-size: cover;
}

.box3 {
    width: 100%;
    height: 256px;
    background: url('../images/box3.png');
    background-size: cover;
}

.box4 {
    width: 100%;
    height: 256px;
    background: url('../images/box4.png');
    background-size: cover;
}

.about-body h2 {
    font-weight: bold;
    color: #1B1B68;
}

.about-body p {
    color: #1B1B68;
}

.about-home {
    position: relative;
    height: 100vh;
}

.dummy {
    width: 100%;
    height: 100vh;
    background: #ddd;
}

.details {
    text-align: left;
}

#second-panel {
    background: #fff;
}

.details-box {
    margin-top: 50px;
    color: #1B1B68;
}

.details h3 {
    font-weight: bold;
}

.details h6 {
    font-weight: bold;
}

.details {
    margin-left: 25px;
}

#second-panel {
    background: url('../images/second-panel-bg.jpg');
    background-size: cover;
}

#content {
    position: relative;
}

.slider {
    width: 100%;
    position: relative;
    padding-bottom: 130px;
}

.slides-sec {
    height: 600px;
    background: #ddd;
    display: flex !important;
    align-items: flex-end;
    background: url('../images/slider1.png');
    background-size: cover !important;
    background-position: center;
    /* clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); */
    position: relative;
    transition: 0.5s;
}

    .slides-sec.s2 {
        background: url('../images/slider2.png');
    }

    .slides-sec.s3 {
        background: url('../images/slider3.png');
    }

    .slides-sec.s4 {
        background: url('../images/slider4.png');
    }

.slick-slide.slick-current.slick-active .slides-sec {
    /* clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%) !important; */
    transition: 0.5s;
}

.inner-data {
    height: 0;
    overflow: hidden;
    transition: 0.5s ease-in;
}

.slides-sec::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(200deg, transparent, #1B1B68);
}

.slides-sec .data {
    position: relative;
    color: #fff;
    z-index: 1;
}

.category {
    display: inline-block;
    padding: 20px;
    background: rgb(89 194 191 / 7%);
    backdrop-filter: blur(30px);
    border-radius: 7px;
    margin-bottom: 30px;
}

.data {
    padding-left: 60px;
    width: 80%;
    padding-bottom: 50px;
    transition: 0.5s;
}

    .data a {
        color: #fff;
        text-decoration: none;
    }

.slider .slick-list {
    padding: 0 20% 0 0 !important;
}

.slider .slick-slide:hover .inner-data {
    height: 100%;
}

.news-card {
    height: 600px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

    .news-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-details {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 25px;
    z-index: 99;
    color: #1B1B68;
}

.news-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff 30%, transparent);
    z-index: 0;
}

.news-details h4.title {
    font-size: 1rem;
    font-weight: bold;
}

.news-details p {
    font-size: 1rem;
}

.news-details .link {
    color: #1B1B68;
    border-radius: 8px;
    border: 1px solid #1B1B68;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    transition: 0.5s;
}

    .news-details .link:hover {
        background: #1B1B68;
        color: #fff;
    }

.slideseve {
    position: relative;
}

    .slideseve:after {
        content: "";
        background: linear-gradient( 45deg, #46918F, transparent);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

.slideseve {
    border-radius: 20px;
    overflow: hidden;
    height: 800px;
}

.event-details {
    position: absolute;
    bottom: 20%;
    left: 0;
    color: #fff;
    z-index: 1;
    padding: 0 50px;
    width: 75%;
}

    .event-details .link {
        color: #fff;
        background: #46918F;
        border-radius: 8px;
        border: 1px solid #fff;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 25px;
        display: block;
        transition: 0.5s;
        width: 150px;
        text-align: center;
        margin-top: 10px;
    }

        .event-details .link:hover {
            background: transparent;
            border: 1px solid #46918F;
            color: #fff;
        }

.slider-events button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9;
    bottom: 15%;
    left: 50px;
}

.slider-events button.slick-next.slick-arrow {
    position: absolute;
    z-index: 9;
    bottom: 15%;
    left: 150px;
}

.event-details h3 {
    font-weight: bold;
}

.event-details span {
    font-weight: bold;
    font-size: 0.8rem;
    color: #B6C1D3;
    margin-bottom: 30px;
    display: block;
}

.events .title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 50px 0;
    margin-top: 10px;
}

.news .title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 50px 0;
    padding-bottom: 30px;
}

.business .title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 50px 0;
}

.slider .title h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 50px 0;
}

.slider-business .slick-list {
    padding: 0 12% 0 0 !important;
}

.slidesbusi {
    width: 90% !important;
    height: 250px;
    background: #fff;
    display: flex !important;
    align-items: center;
    margin: auto;
    justify-content: center;
    border-radius: 20px;
}

.slider .slick-slide {
    width: 35vw;
    transition: 1s;
    margin: 0 !important;
}

    .slider .slick-slide:hover {
        width: 50vw;
        top: 0;
        left: 0;
        color: red;
        margin-left: 2rem;
        margin-right: -0.5rem;
    }

.links-footer a {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    text-decoration: none;
}

.links-footer {
    margin-right: 25px;
    width: 33%;
}

h4.sitemap {
    color: #59c2bf;
}

.social-ul {
    list-style: none;
    padding: 0;
}

.contact-ul {
    list-style: none;
    padding: 0;
}

    .contact-ul li {
        color: #fff;
    }

.social-ul li {
    display: inline-block;
}

footer {
    padding-top: 70px;
    padding-bottom: 20px;
    background: url(../images/footer.jpg) no-repeat;
    background-position: bottom;
    position: relative;
    background-size: cover;
}

    footer.home-footer {
        padding-top: 300px;
    }

    footer::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #212970, transparent);
    }

    footer .row {
        position: relative;
        z-index: 9;
    }

.footer-logo {
    width: 250px;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    margin: 0;
    color: #fff;
}

footer hr {
    position: relative;
    color: #fff;
    opacity: 1;
    margin-top: 35px;
}

.slider-sectors button.slick-next.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 55%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/green-arrow-right.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
}

.slider-sectors button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 45%;
    transform: translateX(-45%);
    font-size: 0;
    background: url(../images/green-arrow-left.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
}

.slider-events button.slick-next.slick-arrow {
    position: absolute;
    bottom: 70px;
    left: 185px;
    font-size: 0;
    background: url(../images/grey-arrow-right.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
}

.slider-events button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 70px;
    left: 50px;
    font-size: 0;
    background: url(../images/grey-arrow-left.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
}

.slider-sectors-wrapper {
    position: relative;
}

.slider-events-wrapper {
    position: relative;
}

.slider .pagingInfo {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.events .pagingInfoA {
    position: absolute;
    bottom: 80px;
    left: 115px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.events {
    padding: 100px 0;
    padding-top: 20px;
}

.slider svg {
    position: absolute;
    top: -23%;
    left: 50%;
    transform: translateX(-50%);
}

.line-sector-right {
    width: 30vw;
    height: 2px;
    background: #8ebbc8;
    position: absolute;
    top: -11%;
    right: 14.3%;
}

.line-sector-left {
    width: 30vw;
    height: 2px;
    background: #8ebbc8;
    position: absolute;
    bottom: -200px;
    right: 14.3%;
}

.line-sector-down {
    width: 2px;
    height: 865px;
    background: #8ebbc8;
    position: absolute;
    top: -65px;
    right: 14.3%;
}

.line-news-right {
    width: 30vw;
    height: 2px;
    background: #8ebbc8;
    position: absolute;
    top: 2%;
    left: 14.3%;
}

.line-news-left {
    width: 30vw;
    height: 2px;
    background: #8ebbc8;
    position: absolute;
    top: 800px;
    left: 14.3%;
}

.line-news-down {
    width: 2px;
    height: 786px;
    background: #8ebbc8;
    position: absolute;
    top: 2%;
    left: 14.3%;
}

.sector-up-line {
    width: 2px;
    height: 18vh;
    background: #8ebbc8;
    position: absolute;
    top: -20vh;
    right: 50%;
}

.box-one {
    padding-bottom: 20px;
}

.news {
    position: relative;
}

.events {
    position: relative;
}

.line-events-down {
    width: 2px;
    height: 2.5vw;
    background: #7B87AC;
    position: absolute;
    top: 70px;
    left: 50%;
}

.line-events-down-bottom {
    width: 2px;
    height: 8vw;
    background: #7B87AC;
    position: absolute;
    bottom: 0%;
    left: 50%;
}

    .line-events-down-bottom::after {
        content: '';
        display: block;
        border-bottom: 2px solid #7B87AC;
        border-right: 2px solid #7B87AC;
        transform: translateX(-50%) rotate(45deg);
        height: 15px;
        width: 15px;
        position: absolute;
        cursor: pointer;
        left: 50%;
        bottom: 0;
    }

#about-parent {
    padding-top: 70px;
    position: relative;
    z-index: 99999;
}

.line-wrapper-events {
    position: relative;
}

.line-main-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.aboutbg-vector {
    position: absolute;
    bottom: -30%;
    left: -10%;
    z-index: 0;
    width: 45%;
    opacity: 0.3;
}

.slider-sectors.slick-slider {
    z-index: 99999999;
}

.show-all {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

    .show-all img {
        margin-left: 10px;
    }

.footer-logo-mob {
    display: none;
}

.navbrand-inner-logo {
    display: none;
}

.searchbar {
    display: none;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.slideseve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal.fade.show {
    z-index: 9999999999;
}

.register-modal .input-group label {
    width: 100%;
    font-weight: 500;
}

.register-modal .input-group {
    margin-bottom: 25px;
}

.register-modal .modal-content {
    background: rgb(255 255 255 / 90%);
    border-radius: 12px;
    padding: 50px;
    border: 1px solid rgba(89, 194, 191, 0.44);
}

.register-modal .modal-body h3 {
    text-align: center;
    font-weight: bold;
    color: #59C2BF;
}

.register-modal .modal-body p {
    text-align: center;
    margin-bottom: 25px !important;
    color: #3E3E3E;
}

.register-modal .modal-body {
    padding: 0;
}

.register-modal .form-control {
    border-radius: 12px !important;
    border: 1px solid rgb(27 27 104 / 19%);
}

.register-modal .form-select {
    border-radius: 12px !important;
    border: 1px solid rgb(27 27 104 / 19%);
}

.register-modal .nextbtn {
    width: 200px;
    background: #1B1B68;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    margin: auto;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 0;
    border: 2px solid #1B1B68;
    transition: 1s;
}

    .register-modal .nextbtn:hover {
        border: 2px solid #1B1B68;
        background: transparent;
        color: #1B1B68;
    }

.file-upload-area {
    position: relative;
    cursor: pointer;
    margin: 20px 0;
    width: 100%;
}

    .file-upload-area label {
        position: relative;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DCDCDCFF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
        border-radius: 6px;
        min-height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 48px 15px;
        text-align: center;
        cursor: pointer;
        background-color: #FCFCFC;
        flex-direction: column;
    }

        .file-upload-area label span {
            display: block;
            margin-bottom: 5px;
            font-size: 12px;
        }

.register-modal .social-inputs .form-control {
    padding-left: 40px;
}

.register-modal .social-inputs .input-group {
    position: relative;
}

.social-inputs .x-logo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/xlogo.svg) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
    background-size: 100%;
}

.social-inputs .insta-logo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/insta-logo.svg) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
    background-size: 100%;
}

.social-inputs .linkedin-logo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/linkedin-logo.svg) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
    background-size: 100%;
}

.social-inputs .fb-logo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/fb-logo.svg) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
    background-size: 100%;
}

button.btn-close {
    position: absolute;
    right: -25px;
    top: -25px;
}

.modal.register-modal.login h5 {
    text-align: center;
    font-size: 1rem;
    color: #ACACAC;
    margin-bottom: 20px;
}

a.greenlink {
    text-decoration: none;
    color: #59c2bf;
}

.modal.register-modal.login .nextbtn {
    border-radius: 12px;
}

.vector-logobg {
    position: absolute;
    z-index: 0;
}

    .vector-logobg.vl1 {
        top: -18%;
        left: 10%;
    }

    .vector-logobg.vl2 {
        bottom: -10%;
        left: -10%;
    }

    .vector-logobg.vl3 {
        bottom: 10%;
        right: -10%;
    }

.modal-content {
    overflow: hidden;
}

/* Inner Pages */

section.inner-banner {
    height: 65vh;
    background: url(../images/sector-banner.jpg);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover !important;
}

    section.inner-banner::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(45deg, #429794, rgba(28, 67, 125, 0.84));
        z-index: 0;
        pointer-events: none;
        opacity: 0.65;
    }

.inner-banner .banner-body {
    z-index: 9;
    width: 50%;
    margin: auto;
    margin-top: 25vh;
}

.banner-body input.form-control {
    border-radius: 12px;
    padding: 10px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(45px);
    border: none;
    color: #fff;
    margin-right: 10px;
}

.inner-banner .banner-body .btn-primary {
    border-radius: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    min-width: 125px;
    justify-content: center;
    transition: 0.5s;
}

    .inner-banner .banner-body .btn-primary:hover {
        border: 2px solid #fff;
        background: none;
    }

.banner-body p {
    font-size: 1rem;
}

.inner-body {
    background: #ECECEC;
    padding: 60px 0;
}

.sector-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: -4px 4px 1px #6BEFEB;
    transition: 1s;
    text-decoration: none;
    margin-bottom: 30px;
    min-height: 250px;
}

    .sector-box:hover {
        box-shadow: -4px 4px 1px #1B1B68;
    }

    .sector-box img {
        height: 90px;
    }

.sector-details {
    padding-left: 20px;
}

    .sector-details p {
        margin: 0;
        color: #3E3E3E;
    }

    .sector-details h5 {
        color: #1C437D;
        font-weight: 700;
        font-size: 1.2rem;
    }

.sectorbox-small {
    width: 300px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    margin-right: 15px;
    cursor: pointer;
    transition: 0.5s;
    flex: 0 0 auto;
    margin-bottom: 10px;
}

    .sectorbox-small img {
        height: 50px;
    }

    .sectorbox-small h5 {
        margin: 0;
        margin-left: 20px;
        font-weight: 700;
        color: #1C437D;
        font-size: 1rem;
    }

.scroll-sectors {
    display: flex;
    overflow-x: scroll;
    cursor: grab;
    flex-wrap: nowrap;
}

.sectorbox-small.active {
    background: #59c2bf;
}

    .sectorbox-small.active h5 {
        color: #fff;
    }

.sector-heading {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    color: #1B1B68;
    font-weight: bold;
    position: relative;
}

.sectorform {
    background-color: #E2E2E2;
    border: 1px solid rgba(27, 27, 104, 0.19);
    border-radius: 12px;
}

.secton-btn {
    border-radius: 12px;
    padding: 7px 35px;
    text-decoration: none;
    margin-left: 10px;
}

.sector-details-box img {
    height: 200px;
}

.sector-details-box {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.sector-bottom {
    background: linear-gradient(270deg, #59c2bf, #1b1b68);
    padding: 35px 30px;
    color: #fff;
    text-align: left;
}

.sector-top {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sector-bottom h5 {
    font-weight: bold;
    font-size: 1rem;
}

.sector-bottom p {
    font-size: 0.8rem;
    width: 90%;
    margin: 0;
}

.sectorbox-small:hover {
    background: #59c2bf;
}

    .sectorbox-small:hover h5 {
        color: #fff;
    }

#scroll-sectors::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-top: 10px;
}

#scroll-sectors::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

#scroll-sectors::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #59c2bf;
}

.inner-business-banner {
    height: 120vh;
    width: 100%;
    background: url('../images/busniness-bg.jpg');
    background-size: cover !important;
    position: relative;
}

    .inner-business-banner::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, #1B1B68, #50A9B2);
        opacity: 0.65;
    }

    .inner-business-banner::after {
        content: '';
        width: 100%;
        height: 60vh;
        position: absolute;
        bottom: 0;
        left: 0;
        background: url('../images/vector-bg-business.svg');
        opacity: 0.4;
        z-index: 0;
    }

    .inner-business-banner .banner-body {
        padding-top: 125px;
    }

    .inner-business-banner .blur-box {
        position: relative;
        padding: 50px;
        background: rgb(20 20 68 / 10%);
        backdrop-filter: blur(15px);
        border-radius: 20px;
        width: 80%;
        margin: auto;
        margin-top: 200px;
        z-index: 9;
    }

    .inner-business-banner .banner-body h2 {
        font-weight: bold;
        color: #fff;
    }

.business-image {
    width: 85% !important;
    margin: auto;
    border-radius: 30px;
    margin-top: -200px;
}

.inner-business-banner .blur-box h3 {
    color: #6BEFEB;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
}

.inner-business-banner .blur-box p {
    text-align: justify;
}

.product-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slides {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 32.3%;
    transition: 0.5s;
    margin: 0 5px;
    margin-bottom: 25px;
}

.slider-products .slick-slide {
    margin: 0 5px;
}

.blur-product-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
    backdrop-filter: blur(30px);
    border-radius: 30px;
    padding: 20px;
    color: #fff;
    transition: 0.5s;
}

    .blur-product-details p {
        height: 0;
        overflow: hidden;
        transition: 0.5s;
        margin: 0;
        font-size: 0.9rem;
        transition: all 0.3s linear 0s;
    }

.slider-products .slick-slide {
    display: block;
    overflow: hidden;
}

.product-slides:hover .blur-product-details p {
    height: 150px;
    overflow-y: scroll;
    transition: all 0.3s linear 0s;
}

    .product-slides:hover .blur-product-details p::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .product-slides:hover .blur-product-details p::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .product-slides:hover .blur-product-details p::-webkit-scrollbar-thumb {
        background: #59C2BF;
    }

        .product-slides:hover .blur-product-details p::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.slider-products button.slick-next.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 55%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/product-right-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
}

.slider-products button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 45%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/product-left-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
}

.products-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.pagingInfoB {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

.product-slides-main {
    display: flex !important;
    flex-wrap: wrap;
}

.ss-slides {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    height: 460px;
}

.slick-list.draggable {
    padding: 0 10% 0 0;
}

.services-slider .slick-slide {
    margin: 0 10px;
}

.services-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 45%;
    right: 25px;
    transform: translateY(-45%);
    font-size: 0;
    background: url(../images/product-right-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
    z-index: 99;
}

.services-slider button.slick-prev.slick-arrow {
    position: absolute;
    top: 45%;
    left: 25px;
    transform: translateY(-45%);
    font-size: 0;
    background: url(../images/product-left-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
    z-index: 99;
}

button.slick-arrow.slick-disabled {
    opacity: 0.4;
}

.ss-slides:hover .blur-product-details p {
    height: 320px;
    overflow: auto;
}

    .ss-slides:hover .blur-product-details p::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .ss-slides:hover .blur-product-details p::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .ss-slides:hover .blur-product-details p::-webkit-scrollbar-thumb {
        background: #59C2BF;
    }

        .ss-slides:hover .blur-product-details p::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.services-business {
    background: rgba(89, 194, 191,0.58);
}

.services-slider .slick-slide {
    margin: 10px;
    box-shadow: 0px -7px 0px 0px #1b1b68;
    border-radius: 30px;
    overflow: hidden;
}

.ul-social-ox {
    padding: 0;
    display: inline-block;
    margin: 0;
}

    .ul-social-ox li {
        display: inline-block;
    }

.business-details-main {
    display: flex;
    border-radius: 20px;
    background: #FBF8F8;
    overflow: hidden;
}

.business-pic {
    width: 40%;
    overflow: hidden;
}

    .business-pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.business-details {
    padding: 25px;
}

    .business-details h4 {
        color: #1B1B68;
        font-size: 30px;
        font-weight: bold;
    }

    .business-details h6 span {
        color: #59C2BF;
        width: 100px;
        display: inline-block;
    }

    .business-details h6 {
        margin-bottom: 15px;
    }

.map-parent {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.bluebox-bg {
    background: #222970;
    width: 100%;
    height: 150px;
    margin-top: -125px;
}

.about-heading {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 !important;
    color: #59C2BF;
}

.about-details.inner-business-banner::after {
    display: none;
}

.inner-business-banner.about-details {
    height: 120vh;
}

.about-details.inner-business-banner .blur-box {
    margin-top: 125px;
}

.mission-box {
    background: url("../images/mission-img.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

    .mission-box::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: linear-gradient(200deg, transparent, #1B1B68);
    }

    .mission-box h3 {
        position: relative;
    }

    .mission-box p {
        position: relative;
    }

.vision-box {
    background: url("../images/vision-img.jpg");
    background-size: cover;
    background-position: center;
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

    .vision-box::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: linear-gradient(200deg, transparent, #46918F);
    }

    .vision-box h3 {
        position: relative;
    }

    .vision-box p {
        position: relative;
    }

.chairman {
    background: #ECECEC;
    padding: 80px 0;
}

    .chairman h3 {
        color: #1B1B68;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .chairman h5 {
        font-weight: bold;
        color: #1C437D;
    }

    .chairman h6 {
        color: #1C437D;
    }

    .chairman p {
        margin-bottom: 0.7rem;
    }

.committee-member {
    background: #ECECEC;
    padding: 20px 0;
}

    .committee-member h3 {
        color: #1B1B68;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
    }

    .committee-member .member {
        width: 19%;
        background: #E4E4EC;
        margin: 0 5px;
        text-align: center;
        border: 1px solid rgba(82, 82, 155, 0.39);
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .committee-member .member img {
            width: 90%;
            margin: auto;
        }

.member-details {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    transition: 0.5s;
    background: linear-gradient(90deg, rgba(27, 27, 104, 0.8), rgba(79, 169, 179, 0.8));
}

    .member-details h4 {
        font-size: 1.1rem;
    }

    .member-details h6 {
        font-size: 0.9rem;
    }

.committee-member .member:hover .member-details {
    height: 100%;
}

.latest-news {
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 7px 0px 0px #59C2BF;
}

    .latest-news .img-section {
        width: 25%;
    }

    .latest-news .text-section {
        width: 75%;
        padding: 35px;
    }

        .latest-news .text-section h3 {
            font-weight: bold;
            color: #1B1B68;
            font-size: 1.2rem;
            margin: 0;
        }

        .latest-news .text-section span {
            color: #FF0000;
            font-size: 0.8rem;
            margin-bottom: 15px;
            display: block;
        }

        .latest-news .text-section p {
            margin-bottom: 20px;
            font-size: 0.9rem;
        }

        .latest-news .text-section .btn-primary {
            padding: 12px 15px;
            border-radius: 8px;
        }

    .latest-news .img-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-head {
    text-align: center;
    font-weight: bold;
    color: #1B1B68;
    margin-bottom: 20px;
}

.news-slides-main {
    display: flex !important;
    flex-wrap: wrap;
}

.news-slides {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 32.3%;
    transition: 0.5s;
    margin: 0 5px;
    margin-bottom: 25px;
    box-shadow: 0px 7px 0px 0px #59C2BF;
}

    .news-slides img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.top-part {
    position: relative;
    height: 225px;
}

    .top-part span {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 9;
        color: #fff;
    }

    .top-part::after {
        content: '';
        background: linear-gradient(50deg, #1B1B68, transparent);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bot-part {
    background: #fff;
    padding: 20px;
    height: 100%
}

    .bot-part h4 {
        font-weight: bold;
        color: #1B1B68;
        font-size: 1.2rem;
    }

    .bot-part p {
        font-size: 0.9rem;
    }

    .bot-part .btn-primary {
        padding: 15px 25px;
        border-radius: 8px;
        display: block;
        margin-bottom: 5px;
        width: 150px;
        text-align: center;
        margin-top: 10px;
    }

.slider-news .slick-list.draggable {
    padding: 0;
}

.slider-news button.slick-next.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 55%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/product-right-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
    transition: 0.5s;
}

.slider-news button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 45%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/product-left-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
    transition: 0.5s;
}

.news-suggestion .news-slides {
    width: 100%;
    height: 100%;
}

section.inner-banner.news-details-head {
    /*background: url("../images/news-details.jpg");*/
    background-size: cover;
}

.news-inner-head {
    font-size: 1.8rem;
    color: #1B1B68;
    font-weight: bold;
    margin-bottom: 25px;
}

.share {
    position: relative;
    width: 400px;
    border-radius: 80px;
}

    .share span {
        width: 150px;
        line-height: 80px;
        display: inline-block;
        font-weight: 700;
        position: absolute;
        left: 0px;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        background: #ddd;
        border-radius: 8px;
        text-align: center;
        line-height: 60px;
    }

    .share nav {
        font-size: 0;
    }

    .share a {
        line-height: 60px;
        width: 60px;
        text-align: center;
        display: inline-block;
        background-color: #ffffff;
        color: #ffffff;
        overflow: hidden;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        margin: 0 -20px;
    }

        .share a:nth-child(1) {
            border-top-left-radius: 40px;
            border-bottom-left-radius: 40px;
            margin-left: 0;
        }

            .share a:nth-child(1):hover {
                background-color: #61c5ec;
            }

        .share a:nth-child(2):hover {
            background-color: #3B5998;
        }

        .share a:nth-child(3):hover {
            background-color: #ea4335;
        }

        .share a:nth-child(4) {
            border-top-right-radius: 40px;
            border-bottom-right-radius: 40px;
            margin-right: 0;
        }

            .share a:nth-child(4):hover {
                background-color: #000000;
            }

    .share:hover span, .share.hover span {
        opacity: 0;
    }

    .share:hover a, .share.hover a {
        border-radius: 50%;
        margin: 0 10px;
        color: #f1ce64;
        font-size: 28px;
        box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    }

        .share:hover a:hover, .share.hover a:hover {
            color: #fff;
        }

.latest-events {
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

    .latest-events img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
    }

.data-event {
    position: relative;
    color: #fff;
    z-index: 99;
}

.latest-events::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #429794, rgba(28, 67, 125, 0.22));
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}

.data-event h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.data-event p {
    font-size: 0.9rem;
}

.data-event .btn-primary {
    padding: 10px 30px;
    border-radius: 8px;
    margin-top: 5px;
    display: inline-block;
    border: 1px solid #fff;
}

.data-event span {
    font-size: 0.8rem;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    opacity: 0.65;
}

.btn-events {
    display: block;
    border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 30px;
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
    font-size: 0.85rem;
    transition: 0.5s;
}

    .btn-events.active {
        background: #fff !important;
        color: #59C2BF !important;
    }

    .btn-events:hover {
        background: #fff !important;
        color: #59C2BF !important;
    }

.slider-news button.slick-prev.slick-arrow:hover {
    filter: invert(82%) sepia(24%) saturate(874%) hue-rotate(110deg) brightness(90%) contrast(77%);
}

.slider-news button.slick-next.slick-arrow:hover {
    filter: invert(82%) sepia(24%) saturate(874%) hue-rotate(110deg) brightness(90%) contrast(77%);
}

.gallery-page {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
}

.main-gal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-page h4 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    z-index: 999;
    font-weight: bold;
}

.gallery-page::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(224deg, transparent, rgba(28, 67, 125, 0.42));
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
}

.numberofpics {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(30px);
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

    .numberofpics img {
        margin-right: 10px;
    }

.modal-body {
    position: relative;
    text-align: center;
    padding: 50px;
}

    .modal-body .numberofpics {
        position: relative;
        justify-content: center;
        width: 175px;
        margin: auto;
    }

    .modal-body button.btn-close {
        position: absolute;
        right: 25px;
        top: 25px;
    }

.gallery-modal .modal-content {
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(20px);
}

.gallery-modal h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.gallery-modal button.slick-next.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 60%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/product-right-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
    transition: 0.5s;
}

.gallery-modal button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -70px;
    left: 40%;
    transform: translateX(-55%);
    font-size: 0;
    background: url(../images/product-left-slider.svg);
    width: 51px;
    height: 51px;
    background-size: 100%;
    border: 0;
    transition: 0.5s;
}

.pagingInfoC {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    color: #fff;
}

.gallery-modal .slick-list.draggable {
    padding: 0;
}

.login.modal .modal-body button.btn-close {
    position: absolute;
    right: -25px;
    top: -25px;
}

.register-modal.modal .modal-body button.btn-close {
    position: absolute;
    right: -25px;
    top: -25px;
}

.edit-btn {
    position: relative;
    display: block;
    width: 100px;
    margin: auto;
    color: #fff;
    background: rgb(0 0 0 / 20%);
    padding: 5px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    font-weight: bold;
    text-align: center;
}

.product-slides .edit-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.ss-slides .edit-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.add-prod {
    position: absolute;
    right: 0;
    bottom: 28px;
    font-size: 16px;
}

.slider-events .slick-list.draggable {
    padding: 0;
}

.blur-contact {
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 20px;
    z-index: 999;
    position: relative;
    height: 100%;
}

    .blur-contact h4 {
        font-size: 1rem;
        color: #59c2bf;
    }

    .blur-contact h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 25px;
    }

    .blur-contact iframe {
        border-radius: 10px;
        overflow: hidden;
    }

.banner .modal-content.position-relative {
    height: 100%;
    border-radius: 20px;
}

.banner.contactus {
    height: auto;
}

    .banner.contactus .roew {
        margin: 150px 0;
    }

.small-file .file-upload-area label {
    height: 130px;
    min-height: 130px;
    text-align: center !important;
}

.register-modal.small-file .input-group label {
    text-align: left;
}

.business-details {
    position: relative;
}

    .business-details .edit-btn {
        background: rgb(0 0 0 / 20%);
        position: absolute;
        right: 10px;
        top: 10px;
    }

.map-parent {
    position: relative;
}

    .map-parent .edit-btn {
        background: rgb(0 0 0 / 20%);
        position: absolute;
        right: 10px;
        top: 10px;
    }

.register-modal .modal-dialog {
    margin: 120px auto;
}


.slidesbusi img {
    width: 100%;
    height: 100%;
    padding: 30px;
    object-fit: contain;
}

.event-detail-custom .bot-part p {
    min-height: 100px;
    overflow: hidden;
}

.news-details-custom .bot-part p {
    min-height: 100px;
    overflow: hidden;
}

button.btn-events {
    color: #59c2bf;
}

.news-details .link {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: 10px;
}

.vision-box, .mission-box {
    display: flex;
    justify-content: center;
    min-height: 350px;
    flex-direction: column;
}

.gallery-slider .slick-slide.slick-current.slick-active img {
    height: 575px !important;
    object-fit: cover;
}

.gallery-modal .slick-list.draggable {
    padding: 0;
    height: 575px;
}

#eventForm button.btn-events {
    color: #fff;
    background: none;
}
/* Card Animation */

.cardjb {
    position: relative;
    height: 300px;
    margin: 0;
    padding: 5px;
    float: left;
    perspective: 500px;
}

.cardjb {
    width: 19%;
    height: 300px;
    border-radius: 8px;
    margin: 5px;
}

.contentjb {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.cardjb:hover .contentjb {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}

.frontjb,
.backjb {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #E4E4EC;
    line-height: 300px;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    border-radius: 5px;
    backface-visibility: hidden;
    padding: 5px;
}

.backjb {
    background: linear-gradient(90deg, rgba(27, 27, 104, 0.8), rgba(79, 169, 179, 0.8));
    color: white;
    transform: rotateY( 180deg );
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    flex-direction: column;
    justify-content: center;
}

.frontjb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    position: absolute;
    left: 0;
}

.backjb h4 {
    font-size: 20px;
}

.ancrt {
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
}

img.imgicok {
    position: absolute;
    top: 2px;
    left: 0;
}

.banner-body img {
    width: 230px;
}

.ss-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.inner-banner.news-details-head .banner-body {
    width: 90%;
}
