﻿.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #d6420b;
    opacity: 5;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    position: initial;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #d6420b;
}

.carousel-control-prev-icon {
    background-image: url('../../img/l-aa.svg');
    position: initial;
    top: 60px;
    margin-right: 100px;
}

.carousel-control-next-icon {
    background-image: url('../../img/r-aa.svg');
    position: initial;
    top: 60px;
    margin-left: 100px;
}
/* Row */
.banner-row {
    display: flex;
    align-items: stretch;
}

    /* Left Column */
    .banner-row .col-lg-4,
    .banner-row .col-md-4 {
        display: flex;
    }

    /* Right Column */
    .banner-row .col-lg-8,
    .banner-row .col-md-8 {
        display: flex;
    }

/* Left Banner */
.left-banner {
    width: 100%;
    height: 100%;
    margin-right: 2px;
}


.header-main-con.index2-header.w-100.float-left {
    position: relative;
    z-index: 5555;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.text-alignment {
    color: #fff !important;
}

.tawk {
    float: left;
    position: fixed;
    width: 109px;
    height: 80px;
    bottom: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    right: 0;
}

.footer-main-section.index2-footer {
    position: relative;
    background: url('../images/learning-conference-bg-img.jpeg') center center no-repeat;
    background-size: cover;
}


.footer-inner-con {
    position: relative;
    z-index: 1;
}


/*Index page CSS*/
/* Track Table */
.track-table {
    border-collapse: collapse;
    margin-top: 0px;
}

    .track-table thead th {
        background: #05155f;
        color: #fff;
        padding: 10px;
        font-size: 17px;
        font-weight: 600;
        border: 1px solid #f0f0f0;
        text-align: center;
    }

    .track-table tbody td {
            background: #fdfeff;
    padding: 10px;
    border: 1px solid #f0f0f0;
    vertical-align: top;
    line-height: 1.5;
    font-size: 16px;
    }

    .track-table tbody tr:hover td {
        background: #f8faff;
        transition: 0.3s;
    }

    .track-table tbody td:first-child {
        font-weight: 700;
        white-space: nowrap;
    }


.important-date-heading {
    color: #ff0000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.heading {
    color: #0a195e !important;
}

.important-date-table {
    width: 100%;
    border-collapse: collapse;
}

    .important-date-table td {
      background: #fdfeff;
    border: 1px solid #e9e9e9;
        padding: 12px;
        font-size: 16px;
        line-height: 1.3;
        color: #000;
        font-weight: 500;
    }

.date-blue {
    color: #003cff !important;
}

.date-red {
    color: #ff0000 !important;
}

/*Marquee*/
.latest-news-bar {
    display: flex;
    align-items: center;
    width: 100%;
    background: #3178f4;
    overflow: hidden;
    border-top: 3px solid #d6420b;
    margin: 0;
}

.latest-news-title {
    background: #d6420b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 30px;
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

    .latest-news-title:after {
        content: "";
        position: absolute;
        top: 0;
        right: -40px;
        width: 0;
        height: 0;
        border-top: 58px solid #d6420b;
        border-right: 40px solid transparent;
    }

.latest-news-scroll {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}


.partner-logo {
    display: flex;
    flex-wrap: nowrap;
    gap:10px;
    justify-content: space-between;
    list-style-type: none;
    margin: 0px;
    align-items: center;
}

.partner-logo li {
    text-align: center;
    padding: 20px 10px;
    max-width: 240px;
}

.partner-logo li img {
    display: block;
    margin: 0 auto;
    max-height: 90px;
    max-width: 100%;
    height: auto;
}

.partner-logo li a {
    display: block;
    text-decoration: none;
}


@media (max-width: 767px) {
    .track-table thead th, .track-table tbody td {
        font-size: 14px;
        padding: 10px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 9%;
    }
    .carousel-control-prev-icon {
     display: none;
}

.carousel-control-next-icon {
    display: none;
}
.latest-news-title {
    font-size: 17px;
    padding: 10px 12px;
}
.latest-news-scroll {
    padding-left: 0px;
}
.latest-news-title:after {
    right: -18px;
    border-right: 24px solid transparent;
}
.important-date-table td {
    font-size: 14px;
}
    .partner-logo {
        flex-wrap: wrap;
    }
        .partner-logo {
        gap: 35px;
    }
        .partner-logo li {
    max-width: 196px;
}
}


@media (max-width: 600px) {
.partner-logo li {
        max-width: 170px;
    }
    .important-date-heading {
        font-size: 30px;
        
    }
}

/*header design*/
.container-fluid {
    width: 100%;
    max-width: calc(100% - 35px);
    margin: auto;
    padding: 0 15px
}

.custom-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.custom-header {
    position: fixed;
    z-index: 99;
}
.top-header {
    background: linear-gradient(126deg,#d6420b 63%,#05155f 59%);
    color: #fff;
    font-size: 14px
}

.top-headermenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 8px 210px
}

.left-info {
    display: flex;
    gap: 25px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

    .left-info a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        white-space: nowrap
    }

.custom-navbar {
    background: #fff;
    border-bottom: 1px solid #eee
}

.custom-logo img {
    height: 100px;
    display: block
}

.custom-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0px;
}

    .custom-menu li {
        position: relative
    }

    .custom-menu a {
        text-decoration: none;
        color: #111;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .4px;
        transition: .3s;
        padding: 19px 15px;
        display: block;
        text-transform: uppercase;
    }

    .custom-menu li:hover > a {
        color: #d45500
    }

        .custom-menu li:hover > a:after {
            border-color: #d45500
        }

.dropdown-wrap {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.custom-menu .has-dropdown > a {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 18px
}

.has-dropdown > a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #000
}

.custom-menu .dropdown-wrap a {
    padding: 10px 16px;
    display: block;
    white-space: nowrap;
}

.custom-logo {
    width: 160px;
    min-height: 62px;
}

    .custom-logo a {
        display: block;
        background-color: #fff;
        position: absolute;
        top: -30px;
        padding: 6px 20px;
        border-radius: 5px
    }

@media(min-width:1001px) {
    .dropdown-wrap {
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        min-width: 220px;
    }

    .has-dropdown:last-child > .dropdown-wrap, .has-dropdown:nth-last-child(2) > .dropdown-wrap {
        left: auto;
        right: 0
    }

    .has-dropdown:hover > .dropdown-wrap {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .custom-menu .dropdown-wrap a:hover {
        background-color: #d6420b;
        color: #fff
    }
}

@media(min-width: 1041px) {
    .trigger {
        display: none
    }

    .margin-lauto {
        margin-left: auto
    }
}
@media(max-width: 1100px) {
    .left-info {
        gap: 10px;
    }
}

    @media(max-width: 1080px) {
        .container-fluid {
            max-width: calc(100% - 0px)
        }

        .custom-logo a {
            padding: 6px 14px
        }
    }

    @media(max-width: 1000px) {
        .custom-logo {
            min-height: 35px;
        }
        .custom-menu {
            display: none
        }

        .top-headermenu {
            justify-content: flex-end;
            padding: 8px 0 8px 150px
        }

        .left-info {
            gap: 13px;
            row-gap: 8px
        }

        .top-header {
            background: linear-gradient(126deg,#d6420b 27%,#05155f 25%)
        }

        .trigger {
            height: 35px;
            width: 35px;
            cursor: pointer;
            position: relative
        }

            .trigger span {
                width: 100%;
                height: 3px;
                margin: 7px 0;
                background: #ef622e;
                display: block
            }

                .trigger span:first-child, .trigger span:nth-child(3) {
                    -webkit-transition: transform .35s ease-in-out;
                    -moz-transition: transform .35s ease-in-out;
                    -o-transition: transform .35s ease-in-out;
                    transition: transform .35s ease-in-out
                }

        .menu-open .trigger span:first-child {
            position: absolute;
            top: 8px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            left: 0
        }

        .menu-open .trigger span:nth-child(3) {
            position: absolute;
            top: 8px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
            left: 0
        }

        .menu-open .trigger span:nth-child(2) {
            visibility: hidden;
            background-color: transparent
        }

        .custom-wrapper {
            padding-top: 19px;
            padding-bottom: 19px
        }

        .custom-logo img {
            height: 86px
        }

        .left-info a {
            font-size: 13px
        }

        .custom-logo a {
            top: -27px
        }

        .custom-menu {
            position: absolute;
            right: 0;
            background: #7c93ff;
            border-radius: 10px;
            top: 100%;
            min-width: 320px;
            padding: 15px 27px
        }

            .custom-menu a {
                font-size: 16px;
                letter-spacing: 0;
                padding: 8px 0
            }

        .dropdown-wrap {
            display: none;
            background-color: #fff;
            padding: 5px 20px
        }

        .custom-menu .dropdown-wrap a {
            padding: 7px 16px
        }
    }

    @media(max-width: 820px) {
        .custom-logo a {
            position: static
        }

        .custom-logo a {
            padding: 0 0
        }

        .custom-logo {
            width: 104px
        }

        .custom-wrapper {
            padding-top: 7px;
            padding-bottom: 7px
        }

        .custom-logo img {
            height: 77px
        }

        .top-headermenu {
            justify-content: flex-start;
            padding: 8px 0 8px 0
        }
    }

