@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

a {
    display: block;
    transition: 0.5s;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

/* !! Default */
.elkevent-mobile-nav {
    display: none;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.btn {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
    border: none;
    padding: 15px 30px;
    border-radius: 0;
    transition: 0.5s;
}

.btn-primary {
    color: #fff;
    background: #0d1028;
    position: relative;
    z-index: 1;
}

    .btn-primary::before,
    .btn-primary::after {
        content: "";
        position: absolute;
        top: 0;
        width: 51%;
        background: #ff2d55;
        height: 100%;
        z-index: -1;
        transition: 0.5s;
    }

    .btn-primary::before {
        left: 0;
    }

    .btn-primary::after {
        right: 0;
    }

    .btn-primary:hover::before,
    .btn-primary:hover::after,
    .btn-primary:focus::before,
    .btn-primary:focus::after {
        width: 0;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
        color: #fff;
    }

    .btn-primary:hover,
    .btn-primary:focus {
        background: #0d1028;
        color: #fff;
        box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        background: #0d1028;
        color: #fff;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        opacity: 1;
        background: #0d1028;
    }

.btn-secondary {
    color: #fff;
    background: #0d1028;
    position: relative;
    z-index: 1;
}

    .btn-secondary::before,
    .btn-secondary::after {
        content: "";
        position: absolute;
        top: 0;
        width: 51%;
        background: #00acee;
        height: 100%;
        z-index: -1;
        transition: 0.5s;
    }

    .btn-secondary::before {
        left: 0;
    }

    .btn-secondary::after {
        right: 0;
    }

    .btn-secondary:hover::before,
    .btn-secondary:hover::after,
    .btn-secondary:focus::before,
    .btn-secondary:focus::after {
        width: 0;
    }

    .btn-secondary.focus,
    .btn-secondary:focus {
        box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
        color: #fff;
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
        background: #0d1028;
        color: #fff;
        box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 13px 27px 0 rgba(245, 78, 162, 0.25);
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active {
        background: #0d1028;
        color: #fff;
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        opacity: 1;
        background: #0d1028;
    }
/*section-title*/
.section-title {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

    .section-title span {
        color: #ff2d55;
        font-family: "Oswald", sans-serif;
        letter-spacing: 1px;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
    }

    .section-title h2 {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: AdorNoirrit;
        font-weight: 700;
    }

        .section-title h2 b {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ff2d55 80%);
            font-weight: unset;
            background-size: 100px 1.07em;
        }

    .section-title .btn {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -18px;
    }

    .section-title .bg-title {
        color: rgba(73, 57, 231, 0.05);
        font-family: "Oswald", sans-serif;
        font-weight: 700;
        font-size: 140px;
        line-height: 120px;
        position: absolute;
        top: 0;
        right: 35%;
        text-transform: uppercase;
        letter-spacing: 1px;
        z-index: -1;
        margin-top: -25px;
    }

    .section-title .bar {
        position: relative;
        width: 20px;
        height: 4px;
        background: #ff2d55;
        display: block;
    }

        .section-title .bar::after,
        .section-title .bar::before {
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            content: "";
        }

        .section-title .bar::after {
            width: 25px;
            background: #00acee;
            right: -29px;
        }

        .section-title .bar::before {
            background: #efa506;
            width: 30px;
            right: -63px;
        }

/* ?? default */

.elkevent-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #ff2d55;
}

.mean-container .mean-bar {
    background: linear-gradient( 0deg, rgba(193, 193, 193, 0) 0%, rgb(0 0 0 / 76%) 60%, rgba(28, 28, 28, 1) 100% ) !important;
    border-bottom: 0px !important;
}

.elkevent-nav {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    /* padding-top: 15px; */
    width: 100%;
    z-index: 999;
    height: auto;
    background: linear-gradient( 0deg, rgba(193, 193, 193, 0) 0%, rgb(0 0 0 / 76%) 60%, rgba(28, 28, 28, 1) 100% );
}

    .elkevent-nav nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .elkevent-nav nav .navbar-nav .nav-item {
        position: relative;
        padding: 15px 0;
        font-family: "Oswald", sans-serif;
    }

        .elkevent-nav nav .navbar-nav .nav-item a {
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
            transition: 0.5s;
            padding-left: 0;
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 0;
            margin-left: 13px;
            margin-right: 13px;
        }

            .elkevent-nav nav .navbar-nav .nav-item a:hover,
            .elkevent-nav nav .navbar-nav .nav-item a:focus,
            .elkevent-nav nav .navbar-nav .nav-item a.active {
                color: #ff2d55;
            }

        .elkevent-nav nav .navbar-nav .nav-item:hover a {
            color: #ff2d55;
        }

        .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu {
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            background: #0d1028;
            position: absolute;
            top: 80px;
            left: 0;
            width: 250px;
            z-index: 99;
            display: block;
            padding-top: 20px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 20px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease-in-out;
        }

            .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li {
                position: relative;
                padding: 0;
            }

                .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a {
                    font-size: 15px;
                    font-weight: 500;
                    text-transform: capitalize;
                    padding: 9px 15px;
                    margin: 0;
                    display: block;
                    color: #fff;
                }

                    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
                    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
                    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
                        color: #ff2d55;
                    }

                .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                    position: absolute;
                    left: 220px;
                    top: 0;
                    opacity: 0 !important;
                    visibility: hidden !important;
                }

                    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                        color: #fff;
                        text-transform: capitalize;
                    }

                        .elkevent-nav
                        nav
                        .navbar-nav
                        .nav-item
                        .dropdown-menu
                        li
                        .dropdown-menu
                        li
                        a:hover,
                        .elkevent-nav
                        nav
                        .navbar-nav
                        .nav-item
                        .dropdown-menu
                        li
                        .dropdown-menu
                        li
                        a:focus,
                        .elkevent-nav
                        nav
                        .navbar-nav
                        .nav-item
                        .dropdown-menu
                        li
                        .dropdown-menu
                        li
                        a.active {
                            color: #ff2d55;
                        }

                .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                    opacity: 1 !important;
                    visibility: visible !important;
                    top: -20px !important;
                }

                .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
                    color: #ff2d55;
                }

        .elkevent-nav nav .navbar-nav .nav-item:hover ul {
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

    .elkevent-nav nav .others-option {
        margin-left: 13px;
    }

    .elkevent-nav.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        z-index: 999;
        /* box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); */
        /* background-color: #0d1028 !important; */
        background: linear-gradient( 0deg, rgba(193, 193, 193, 0) 0%, rgb(0 0 0 / 76%) 60%, rgba(28, 28, 28, 1) 100% );
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    }

.elkevent-mobile-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* padding: 5px 0; */
    z-index: 999;
    /* box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); */
    /* background-color: #0d1028 !important; */
    background: linear-gradient( 0deg, rgba(193, 193, 193, 0) 0%, rgb(0 0 0 / 76%) 60%, rgba(28, 28, 28, 1) 100% );
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
/*================================================ Main Banner CSS =================================================*/
.main-banner {
    height: 760px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .main-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
/*         background: #0d1028; */
        opacity: 0.77;
    }

.slideshow-banner::before {
    z-index: 1;
}

.slideshow-banner .main-banner-content::before {
    display: none;
}

.slideshow-banner .slideshow {
    z-index: -1;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .slideshow-banner .slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        color: transparent;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0;
        z-index: 0;
        backface-visibility: hidden;
        animation: imageAnimation 24s linear infinite 0s;
    }

    .slideshow-banner .slideshow li:nth-child(1) span {
        background-image: url('../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg');
        background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
    }

    .slideshow-banner .slideshow li:nth-child(2) span {
        background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
        animation-delay: 6s;
    }

    .slideshow-banner .slideshow li:nth-child(3) span {
        background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
        animation-delay: 12s;
    }

    .slideshow-banner .slideshow li:nth-child(4) span {
        background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
        animation-delay: 18s;
    }

.slideshow-banner .event-countdown {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: left;
}

    .slideshow-banner .event-countdown #days {
        margin-left: 0;
    }

.video-banner {
    overflow: hidden;
}

    .video-banner .video-background {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        z-index: -2;
    }

.item-bg1 {
    background-image: url('../../../../assets/img/uthshargolandingpage/WEB-Banner-resized.jpg');
    /*    background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);*/
}

.item-bg2 {
    background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
}

.item-bg3 {
    background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
}

.item-bg4 {
    background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
}

.item-bg5 {
    background-image: url(../../../../assets/img/uthshargolandingpage/wide-img-firey-dekha-reunion.jpeg);
}

.main-banner-content {
    max-width: 850px;
    position: relative;
    z-index: 1;
}

    .main-banner-content::before {
        content: "";
        position: absolute;
        top: -75px;
        width: 100%;
        max-width: 380px;
        text-align: center;
        height: 500px;
        left: 18%;
        margin-left: -190px;
        z-index: -1;
        border: 18px solid rgba(104, 89, 222, 0.24);
        box-sizing: border-box;
        box-shadow: 0 60px 40px -40px rgba(0, 0, 0, 0.3);
    }

    .main-banner-content h1 {
        color: #fff;
        margin: 0;
        font-weight: 900;
        font-size: 60px;
    }

        .main-banner-content h1 span {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ff2d55 80%);
            background-size: 100px 1.2em !important;
            color: #efa506;
        }

        .main-banner-content h1 b:nth-of-type(1) {
            color: white;
        }

        .main-banner-content h1 b:nth-of-type(2) {
            color: white;
        }

        .main-banner-content h1 b:nth-of-type(3) {
            color: #efa506;
            animation: colorchange 10s infinite;
        }

        .main-banner-content h1 b:nth-of-type(4) {
            color: #00acee;
            animation: colorchange 20s infinite;
        }

    .main-banner-content ul {
        padding: 0;
        margin: 15px 0 35px;
        font-family: "Oswald", sans-serif;
        list-style-type: none;
    }

        .main-banner-content ul li {
            color: #ddd;
            margin-right: 12px;
            font-size: 17px;
            display: inline-block;
        }

            .main-banner-content ul li i {
                margin-right: 3px;
                color: #ff2d55;
            }

            .main-banner-content ul li:last-child {
                margin-right: 0;
            }

    .main-banner-content p {
        color: #efa506;
        font-family: "Oswald", sans-serif;
        font-size: 22px;
        font-style: italic;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

        .main-banner-content p span {
            color: #00acee;
        }

    .main-banner-content .button-box a {
        display: inline-block;
        font-family: "Noto Serif Bengali", "Hind Siliguri", sans-serif !important;
    }

    .main-banner-content .button-box .video-btn {
        margin-left: 20px;
        color: #ddd;
        font-weight: 500;
        font-family: "Oswald", sans-serif;
    }

        .main-banner-content .button-box .video-btn i {
            width: 50px;
            display: inline-block;
            height: 50px;
            line-height: 51px;
            text-align: center;
            background-color: #00acee;
            border-radius: 50%;
            font-size: 17px;
            margin-right: 8px;
            z-index: 1;
            position: relative;
            transition: 0.5s;
        }

            .main-banner-content .button-box .video-btn i::after {
                z-index: -1;
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 50px;
                height: 50px;
                animation: ripple 1.6s ease-out infinite;
                animation-delay: 3s;
                opacity: 0;
                border-radius: 50%;
                background: rgba(51, 102, 204, 0.5);
            }

        .main-banner-content .button-box .video-btn:hover,
        .main-banner-content .button-box .video-btn:focus {
            color: #00acee;
        }

            .main-banner-content .button-box .video-btn:hover i,
            .main-banner-content .button-box .video-btn:focus i {
                background-color: #ff2d55;
                color: #fff;
            }

    .main-banner-content.banner-content-center {
        margin: 50px auto 0;
        text-align: center;
    }

.countdown-area {
    padding: 50px 0;
    background: #8dc63f;
}

    .countdown-area .event-countdown {
        position: relative;
        right: 0;
        bottom: 0;
        text-align: center;
    }

        .countdown-area .event-countdown #timer div {
            margin: 0 55px;
        }

            .countdown-area .event-countdown #timer div#seconds {
                color: #ff2d55;
            }

.event-countdown {
    position: absolute;
    right: 10%;
    bottom: 0;
    text-align: right;
}

    .event-countdown #timer div {
        display: inline-block;
        font-size: 80px;
        font-weight: 700;
        color: #fff;
        margin: 0 35px;
        position: relative;
    }

        .event-countdown #timer div#days {
            color: #ff2d55;
        }

        .event-countdown #timer div#hours {
            color: #00acee;
        }

            .event-countdown #timer div#hours span {
                right: -40px;
                margin-top: -12px;
            }

        .event-countdown #timer div#minutes {
            color: #fff;
        }

            .event-countdown #timer div#minutes span {
                right: -45px;
                margin-top: -12px;
            }

        .event-countdown #timer div#seconds {
            color: #efa506;
        }

            .event-countdown #timer div#seconds span {
                right: -48px;
                margin-top: -12px;
            }

    .event-countdown #timer span {
        display: block;
        color: #fff;
        font-family: "Oswald", sans-serif;
        margin-top: 0;
        font-size: 15px;
        font-weight: 500;
        position: absolute;
        right: -33px;
        top: 50%;
        text-transform: uppercase;
        transform: rotate(-90deg);
        margin-top: -10px;
        letter-spacing: 2px;
    }

@keyframes ripple {
    0%, 35% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.shape1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    z-index: -1;
    animation: movebounce 5s linear infinite;
    opacity: 0.6;
}

.shape2 {
    position: absolute;
    right: 70px;
    bottom: 70px;
    z-index: -1;
    opacity: 0.6;
}

.shape3 {
    position: absolute;
    left: 70px;
    top: 70px;
    z-index: -1;
    opacity: 0.6;
}

.shape4 {
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: -1;
    opacity: 0.6;
    animation: movebounce 5s linear infinite;
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes colorchange {
    0% {
        color: #ff2d55;
    }

    25% {
        color: #8dc63f;
    }

    50% {
        color: red;
    }

    75% {
        color: #00acee;
    }

    0% {
        color: #efa506;
    }
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: 0.01;
}

    .home-slides.owl-theme .owl-nav [class*="owl-"] {
        position: absolute;
        left: 10px;
        top: 50%;
        width: 60px;
        height: 60px;
        line-height: 63px;
        background-color: #00acee;
        border-radius: 0;
        color: #fff;
        transition: 0.5s;
        opacity: 0.7;
        margin-top: -50px;
        font-size: 28px;
    }

        .home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
            left: auto;
            right: 10px;
        }

        .home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
            background-color: #ff2d55;
            color: #fff;
            opacity: 1;
            outline: 0;
            box-shadow: unset;
        }

.banner-form {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 25px;
    position: relative;
}

    .banner-form::before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #fff;
        width: 96%;
        opacity: 0.62;
        height: 50%;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 3px;
    }

    .banner-form form .form-control {
        border: 1px solid #eee;
        font-size: 14px;
        border-radius: 2px;
    }

    .banner-form form label {
        color: #707070;
        margin-bottom: 8px;
        font-size: 15px;
    }

    .banner-form form select.form-control {
        height: 50px;
        cursor: pointer;
    }

    .banner-form form .btn {
        margin-top: 10px;
    }

.banner-with-speaker {
    overflow: hidden;
}

    .banner-with-speaker .main-banner-content {
        max-width: 630px;
    }

    .banner-with-speaker .container {
        position: relative;
    }

.banner-image {
    position: absolute;
    top: -66px;
    right: 0;
    text-align: right;
}

/* ?? --2 schedule area start */

.schedule-area .col-lg-6:nth-child(2) .single-schedule-item .schedule-date,
.schedule-area .col-lg-6:nth-child(5) .single-schedule-item .schedule-date {
    background-color: #00acee;
}

.schedule-area .col-lg-6:nth-child(3) .single-schedule-item .schedule-date,
.schedule-area .col-lg-6:nth-child(6) .single-schedule-item .schedule-date {
    background: #efa506;
}

.schedule-area .col-lg-6:nth-child(4) .single-schedule-item .schedule-date,
.schedule-area .col-lg-6:nth-child(7) .single-schedule-item .schedule-date {
    background: #8dc63f;
}

.schedule-area {
    position: relative;
    z-index: 1;
}

    .schedule-area.bg-image {
        background-image: url(../../assets/img/bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

.tab {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
    background-color: #fff;
}

.tabs {
    list-style-type: none;
    margin: 0 0 50px;
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0;
}

    .tabs li {
        display: block;
        flex: 1;
        background-color: #efa506;
        transition: 0.5s;
        position: relative;
    }

        .tabs li::before {
            width: 30px;
            height: 30px;
            left: 0;
            bottom: -15px;
            position: absolute;
            background: #ff2d55;
            content: "";
            transform: rotate(45deg);
            right: 0;
            margin: 0 auto;
            opacity: 0;
            visibility: hidden;
            transition: 0.5s;
        }

        .tabs li a {
            font-size: 22px;
            font-family: "Oswald", sans-serif;
            color: #fff;
            text-transform: uppercase;
            padding: 25px 10px;
        }

            .tabs li a span {
                opacity: 0.8;
                display: block;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                text-transform: capitalize;
                margin-top: 5px;
            }

        .tabs li:nth-child(2) {
            background-color: #00acee;
        }

        .tabs li:nth-child(3) {
            background-color: #8dc63f;
        }

        .tabs li:nth-child(4) {
            background-color: #efa506;
        }

        .tabs li.current {
            background-color: #ff2d55;
        }

            .tabs li.current::before {
                opacity: 1;
                visibility: visible;
            }

.tab_content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    background-color: #f9f9ff;
}

    .tab_content .tabs_item {
        display: none;
    }

        .tab_content .tabs_item:first-child {
            display: block;
        }

        .tab_content .tabs_item .accordion {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .tab_content .tabs_item .accordion .accordion-item {
                display: block;
                margin-bottom: 15px;
                border: none;
                padding-left: 25px;
                padding-right: 25px;
                padding-bottom: 35px;
                padding-top: 35px;
                background-color: #fff;
            }

                .tab_content .tabs_item .accordion .accordion-item:last-child {
                    margin-bottom: 0;
                }

                .tab_content .tabs_item .accordion .accordion-item .accordion-title {
                    display: flex;
                    position: relative;
                    align-items: center !important;
                }

                    .tab_content .tabs_item .accordion .accordion-item .accordion-title .author {
                        max-width: 100px;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%);
                    }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(1) {
                            clip-path: polygon( 50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0% );
                            max-width: 100%;
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(2) {
                            clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(3) {
                            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(4) {
                            border-radius: 50%;
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(5) {
                            clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(6) {
                            clip-path: polygon( 30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30% );
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(7) {
                            clip-path: polygon( 50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12% );
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(8) {
                            clip-path: polygon( 50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10% );
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(9) {
                            clip-path: circle(50% at 50% 50%);
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author
                        img:nth-child(10) {
                            clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
                        }

                    .tab_content
                    .tabs_item
                    .accordion
                    .accordion-item
                    .accordion-title
                    .author-multi {
                        overflow: hidden;
                    }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .author-multi
                        img {
                            width: 47%;
                            border-radius: 50%;
                            margin-bottom: 0.2rem;
                            margin-right: 1.5%;
                            margin-left: 1.5%;
                            margin-top: 0.2rem;
                            float: left;
                        }

                    .tab_content
                    .tabs_item
                    .accordion
                    .accordion-item
                    .accordion-title
                    .schedule-info
                    h3 {
                        font-size: 24px;
                        margin-bottom: 12px;
                    }

                    .tab_content
                    .tabs_item
                    .accordion
                    .accordion-item
                    .accordion-title
                    .schedule-info
                    ul {
                        padding: 0;
                        list-style-type: none;
                        margin: 0;
                    }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-title
                        .schedule-info
                        ul
                        li {
                            display: inline-block;
                            font-family: "Oswald", sans-serif;
                            color: #707070;
                            margin-right: 12px;
                        }

                            .tab_content
                            .tabs_item
                            .accordion
                            .accordion-item
                            .accordion-title
                            .schedule-info
                            ul
                            li
                            i {
                                margin-right: 3px;
                                color: #ff2d55;
                            }

                            .tab_content
                            .tabs_item
                            .accordion
                            .accordion-item
                            .accordion-title
                            .schedule-info
                            ul
                            li:last-child {
                                margin-right: 0;
                            }

                            .tab_content
                            .tabs_item
                            .accordion
                            .accordion-item
                            .accordion-title
                            .schedule-info
                            ul
                            li
                            span {
                                color: #00acee;
                            }

                .tab_content .tabs_item .accordion .accordion-item .accordion-content {
                    margin-top: 25px;
                    display: none;
                }

                    .tab_content .tabs_item .accordion .accordion-item .accordion-content p {
                        font-size: 16px;
                        margin-bottom: 20px;
                    }

                    .tab_content
                    .tabs_item
                    .accordion
                    .accordion-item
                    .accordion-content
                    .location {
                        font-family: "Oswald", sans-serif;
                    }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-content
                        .location
                        b {
                            color: #ff2d55;
                        }

                        .tab_content
                        .tabs_item
                        .accordion
                        .accordion-item
                        .accordion-content
                        .location
                        span {
                            color: #00acee;
                        }

.btn-box {
    text-align: center;
    margin-top: 50px;
}

    .btn-box .btn {
        margin: 0 3px;
    }
/*schedule-style-two*/
.schedule-slides-item .single-schedule {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0 0 0 200px;
}

    .schedule-slides-item .single-schedule .schedule-date {
        font-size: 24px;
        font-family: "Oswald", sans-serif;
        color: #fff;
        background: #ff2d55;
        text-transform: uppercase;
        padding: 25px 40px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 200px;
    }

        .schedule-slides-item .single-schedule .schedule-date span {
            opacity: 0.8;
            display: block;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            text-transform: capitalize;
            margin-top: 5px;
        }

    .schedule-slides-item .single-schedule .schedule-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: left;
    }

        .schedule-slides-item .single-schedule .schedule-content .author {
            max-width: 100px;
            margin-right: 25px;
        }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(1) {
                clip-path: polygon( 50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0% );
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(2) {
                clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(3) {
                clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(4) {
                border-radius: 50%;
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(5) {
                clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(6) {
                clip-path: polygon( 30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30% );
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(7) {
                clip-path: polygon( 50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12% );
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(8) {
                clip-path: polygon( 50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10% );
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(9) {
                clip-path: circle(50% at 50% 50%);
            }

            .schedule-slides-item
            .single-schedule
            .schedule-content
            .author
            img:nth-child(10) {
                clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
            }

        .schedule-slides-item .single-schedule .schedule-content .author-multi {
            overflow: hidden;
        }

            .schedule-slides-item .single-schedule .schedule-content .author-multi img {
                width: 47%;
                border-radius: 50%;
                margin-bottom: 0.4rem;
                margin-right: 3%;
                float: left;
            }

        .schedule-slides-item .single-schedule .schedule-content .schedule-info h3 {
            font-size: 24px;
            margin-bottom: 12px;
        }

            .schedule-slides-item .single-schedule .schedule-content .schedule-info h3 a {
                color: #0d1028;
            }

                .schedule-slides-item
                .single-schedule
                .schedule-content
                .schedule-info
                h3
                a:hover,
                .schedule-slides-item
                .single-schedule
                .schedule-content
                .schedule-info
                h3
                a:focus {
                    color: #ff2d55;
                }

        .schedule-slides-item .single-schedule .schedule-content .schedule-info ul {
            padding: 0;
            list-style-type: none;
            margin: 0;
        }

            .schedule-slides-item .single-schedule .schedule-content .schedule-info ul li {
                display: inline-block;
                font-family: "Oswald", sans-serif;
                color: #707070;
                margin-right: 12px;
            }

                .schedule-slides-item
                .single-schedule
                .schedule-content
                .schedule-info
                ul
                li
                i {
                    margin-right: 3px;
                    color: #ff2d55;
                }

                .schedule-slides-item
                .single-schedule
                .schedule-content
                .schedule-info
                ul
                li:last-child {
                    margin-right: 0;
                }

                .schedule-slides-item
                .single-schedule
                .schedule-content
                .schedule-info
                ul
                li
                a {
                    display: inline-block;
                    color: #00acee;
                }

                    .schedule-slides-item
                    .single-schedule
                    .schedule-content
                    .schedule-info
                    ul
                    li
                    a:hover,
                    .schedule-slides-item
                    .single-schedule
                    .schedule-content
                    .schedule-info
                    ul
                    li
                    a:focus {
                        color: #ff2d55;
                    }

    .schedule-slides-item .single-schedule:nth-child(2) .schedule-date {
        background: #00acee;
    }

    .schedule-slides-item .single-schedule:nth-child(3) .schedule-date {
        background: #efa506;
    }

    .schedule-slides-item .single-schedule:nth-child(4) .schedule-date {
        background: #8dc63f;
    }

    .schedule-slides-item .single-schedule:nth-child(5) .schedule-date {
        background: #00acee;
    }

    .schedule-slides-item .single-schedule:nth-child(6) .schedule-date {
        background: #efa506;
    }

    .schedule-slides-item .single-schedule:nth-child(7) .schedule-date {
        background: #8dc63f;
    }

.schedule-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: 0.01;
}

    .schedule-slides.owl-theme .owl-nav [class*="owl-"] {
        color: #0d1028;
        font-size: 25px;
        margin: 0;
        background: transparent;
        border-radius: 0;
        position: absolute;
        left: -25px;
        top: 50%;
        transition: 0.5s;
        outline: 0;
        box-shadow: unset;
    }

        .schedule-slides.owl-theme .owl-nav [class*="owl-"]:hover,
        .schedule-slides.owl-theme .owl-nav [class*="owl-"]:focus {
            color: #ff2d55;
        }

        .schedule-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
            left: auto;
            right: -25px;
        }
/*schedule-style-three*/
.schedule-style-three {
    padding-bottom: 90px;
}

    .schedule-style-three
    .col-lg-6:nth-child(2)
    .single-schedule-item
    .schedule-date {
        background-color: #00acee;
    }

    .schedule-style-three
    .col-lg-6:nth-child(3)
    .single-schedule-item
    .schedule-date {
        background-color: #efa506;
    }

    .schedule-style-three
    .col-lg-6:nth-child(4)
    .single-schedule-item
    .schedule-date {
        background-color: #8dc63f;
    }

    .schedule-style-three
    .col-lg-6:nth-child(5)
    .single-schedule-item
    .schedule-date {
        background-color: #00acee;
    }

    .schedule-style-three
    .col-lg-6:nth-child(6)
    .single-schedule-item
    .schedule-date {
        background-color: #efa506;
    }

    .schedule-style-three
    .col-lg-6:nth-child(7)
    .single-schedule-item
    .schedule-date {
        background-color: #8dc63f;
    }

.single-schedule-item {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

    .single-schedule-item .schedule-date {
        font-size: 24px;
        font-family: "Oswald", sans-serif;
        color: #fff;
        background: #ff2d55;
        text-transform: uppercase;
        padding: 20px;
    }

        .single-schedule-item .schedule-date span {
            opacity: 0.8;
            display: block;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            text-transform: capitalize;
            margin-top: 5px;
        }

    .single-schedule-item .schedule-item-wrapper .schedule-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: left;
    }

        .single-schedule-item .schedule-item-wrapper .schedule-content .author {
            max-width: 90px;
            margin-right: 20px;
        }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(1) {
                clip-path: polygon( 50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0% );
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(2) {
                clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(3) {
                clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(4) {
                border-radius: 50%;
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(5) {
                clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(6) {
                clip-path: polygon( 30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30% );
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(7) {
                clip-path: polygon( 50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12% );
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(8) {
                clip-path: polygon( 50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10% );
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(9) {
                clip-path: circle(50% at 50% 50%);
            }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author
            img:nth-child(10) {
                clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
            }

        .single-schedule-item .schedule-item-wrapper .schedule-content .author-multi {
            overflow: hidden;
        }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .author-multi
            img {
                width: 47%;
                border-radius: 50%;
                margin-bottom: 0.4rem;
                margin-right: 3%;
                float: left;
            }

        .single-schedule-item
        .schedule-item-wrapper
        .schedule-content
        .schedule-info
        h3 {
            font-size: 22px;
            margin-bottom: 12px;
        }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .schedule-info
            h3
            a {
                color: #0d1028;
            }

                .single-schedule-item
                .schedule-item-wrapper
                .schedule-content
                .schedule-info
                h3
                a:hover,
                .single-schedule-item
                .schedule-item-wrapper
                .schedule-content
                .schedule-info
                h3
                a:focus {
                    color: #ff2d55;
                }

        .single-schedule-item
        .schedule-item-wrapper
        .schedule-content
        .schedule-info
        ul {
            padding: 0;
            list-style-type: none;
            margin: 0;
        }

            .single-schedule-item
            .schedule-item-wrapper
            .schedule-content
            .schedule-info
            ul
            li {
                display: inline-block;
                font-family: "Oswald", sans-serif;
                color: #707070;
                margin-right: 12px;
            }

                .single-schedule-item
                .schedule-item-wrapper
                .schedule-content
                .schedule-info
                ul
                li
                i {
                    margin-right: 3px;
                    color: #ff2d55;
                }

                .single-schedule-item
                .schedule-item-wrapper
                .schedule-content
                .schedule-info
                ul
                li:last-child {
                    margin-right: 0;
                }

                .single-schedule-item
                .schedule-item-wrapper
                .schedule-content
                .schedule-info
                ul
                li
                a {
                    display: inline-block;
                    color: #00acee;
                }

                    .single-schedule-item
                    .schedule-item-wrapper
                    .schedule-content
                    .schedule-info
                    ul
                    li
                    a:hover,
                    .single-schedule-item
                    .schedule-item-wrapper
                    .schedule-content
                    .schedule-info
                    ul
                    li
                    a:focus {
                        color: #ff2d55;
                    }

        .single-schedule-item .schedule-item-wrapper .schedule-content:last-child {
            border-bottom: none;
        }
/*schedule-style-four*/
.schedule-style-four .tab {
    background-color: transparent;
    box-shadow: unset;
}

.schedule-style-four .tabs {
    display: block;
}

    .schedule-style-four .tabs li::before {
        left: -15px;
        bottom: 37%;
        margin: 0 0 0;
        right: auto;
    }

.schedule-style-four .tab_content {
    box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
}

/* ?? --2 schedule area end*/

/* ?? -- 3 Why should you attend section */
.conference-planning-area {
    background-color: #111111;
    position: relative;
    overflow: hidden;
    .col-lg-4

{
    &:nth-child(1)

{
    .single-conference-card

{
    margin-right: 30px;
}

}

&:nth-child(3) {
    .single-conference-card

{
    margin-left: 50px;
    &::after

{
    display: none;
}

}
}

&:nth-child(2) {
    .single-conference-card

{
    margin-right: 25px;
    position: relative;
    left: 25px;
}

}
}
}

.single-conference-card {
    background: black;
    box-shadow: 0px 6px 30px 5px rgba(17, 17, 17, 0.03);
    border-radius: 10px;
    padding: 80px 35px 35px 35px;
    position: relative;
    margin-top: 40px;
    transition: all ease 0.7s;
    margin-bottom: 30px;
    &::after

{
    content: "";
    position: absolute;
    background: #ff0040;
    width: 42px;
    height: 1px;
    right: -58px;
    top: 50%;
    transform: translateY(-50%);
}

.planning-icon {
    width: 85px;
    height: 85px;
    /* line-height: 95px; */
    background: #041c22;
    box-shadow: 0px 6px 30px 5px rgba(17, 17, 17, 0.05);
    border-radius: 50px;
    text-align: center;
    color: #fb3567;
    font-size: 48px;
    position: absolute;
    left: 35px;
    top: -40px;
    transition: all ease 0.7s;
}

h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: white;
}

&:hover {
    background: #ffffff;
    box-shadow: 0px 6px 30px 5px rgba(17, 17, 17, 0.07);
    border-radius: 10px;
    .planning-icon

{
    background: rgb(0 88 255 / 20%);
    color: white;
}

}

p {
    color: #dedede;
}

}

.conf-1:hover {
    background-color: #ff2d55;
}

.conf-2:hover {
    background-color: #00acee;
}

.conf-3:hover {
    background-color: #efa506;
}

.pb-70 {
    padding-bottom: 70px;
}

/* ?? -- 3 Why should you attend section  end*/

/* ?? --4 pricing area */

/*================================================ Pricing CSS =================================================*/
.pricing-area {
    position: relative;
    z-index: 1;
}

    .pricing-area.bg-image {
        background-image: url(../../assets/img/bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

.pricing-table-box {
    padding-bottom: 30px;
    background: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    background-image: url(../../../../assets/img/uthshargolandingpage/shapes/patt.png);
    background-position: center center;
    overflow: hidden;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    transition: 0.5s;
}

    .pricing-table-box .pricingTable-header {
        padding: 30px 15px 10px;
        background: #00acee;
        clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
        position: relative;
    }

        .pricing-table-box .pricingTable-header::before {
            content: "";
            width: 400px;
            height: 400px;
            border-radius: 50%;
            position: absolute;
            right: -50%;
            top: -130%;
            background: repeating-radial-gradient( rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.17) 20% );
            transition: 0.5s;
        }

    .pricing-table-box .title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .pricing-table-box .price-value {
        display: block;
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
    }

        .pricing-table-box .price-value sup {
            font-size: 23px;
            top: -25px;
        }

    .pricing-table-box .pricing-content {
        padding: 35px 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .pricing-table-box .pricing-content li {
            color: #707070;
            text-transform: capitalize;
            border-bottom: 1px solid #eee;
            margin-bottom: 12px;
            padding-bottom: 12px;
        }

            .pricing-table-box .pricing-content li:last-child {
                margin-bottom: 0;
            }

            .pricing-table-box .pricing-content li:first-child {
                border-top: 1px solid #eee;
                padding-top: 12px;
            }

    .pricing-table-box:hover,
    .pricing-table-box:focus,
    .pricing-table-box.active {
        transform: translateY(-10px);
    }

        .pricing-table-box:hover .pricingTable-header::before,
        .pricing-table-box:focus .pricingTable-header::before,
        .pricing-table-box.active .pricingTable-header::before {
            right: 50%;
        }
/*pricing-style-two*/
.pricing-plan {
    position: relative;
    box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
    text-align: center;
    padding-bottom: 30px;
    transition: 0.5s;
    background-color: #fff;
}

    .pricing-plan h3 {
        font-size: 24px;
        padding: 30px 15px;
        margin-bottom: 100px;
        background-color: #ff2d55;
        color: #fff;
        transition: 0.5s;
    }

        .pricing-plan h3 span {
            display: block;
            color: #ff2d55;
            background: #fff;
            height: 150px;
            width: 150px;
            line-height: 155px;
            font-size: 35px;
            box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
            margin: 30px auto -95px;
            border-radius: 50%;
            transition: 0.5s;
        }

    .pricing-plan .pricing-content {
        padding: 0 0 35px;
        margin-bottom: 0;
        list-style-type: none;
    }

        .pricing-plan .pricing-content li {
            color: #707070;
            text-transform: capitalize;
            border-bottom: 1px solid #eee;
            margin-bottom: 12px;
            padding-bottom: 12px;
        }

            .pricing-plan .pricing-content li:last-child {
                margin-bottom: 0;
            }

            .pricing-plan .pricing-content li:first-child {
                border-top: 1px solid #eee;
                padding-top: 12px;
            }

    .pricing-plan:hover,
    .pricing-plan:focus {
        transform: translateY(-8px);
    }

.col-lg-4:nth-child(1) .pricing-table-box .btn-primary::before,
.col-lg-4:nth-child(1) .pricing-table-box .btn-primary::after {
    background: #00acee;
}

.col-lg-4:nth-child(2) .pricing-table-box .pricingTable-header {
    background: #8dc63f;
}

.col-lg-4:nth-child(2) .pricing-table-box .btn-primary::before,
.col-lg-4:nth-child(2) .pricing-table-box .btn-primary::after {
    background: #8dc63f;
}

.col-lg-4:nth-child(2) .pricing-plan h3 {
    background: #8dc63f;
}

    .col-lg-4:nth-child(2) .pricing-plan h3 span {
        color: #8dc63f;
    }

.col-lg-4:nth-child(2) .pricing-plan .btn-primary::before,
.col-lg-4:nth-child(2) .pricing-plan .btn-primary::after {
    background: #8dc63f;
}

.col-lg-4:nth-child(3) .pricing-table-box .pricingTable-header {
    background: #ff2d55;
}

.col-lg-4:nth-child(3) .pricing-table-box .btn-primary::before,
.col-lg-4:nth-child(3) .pricing-table-box .btn-primary::after {
    background: #ff2d55;
}

.col-lg-4:nth-child(3) .pricing-plan h3 {
    background: #ff2d55;
}

    .col-lg-4:nth-child(3) .pricing-plan h3 span {
        color: #ff2d55;
    }

.col-lg-4:nth-child(3) .pricing-plan .btn-primary::before,
.col-lg-4:nth-child(3) .pricing-plan .btn-primary::after {
    background: #ff2d55;
}

/* ?? --4 pricing area end */

/* ?? --5 photo section */

.m-feature-image {
    position: relative;
    .shape-1

{
    position: absolute;
    left: -20px;
    top: -10px;
    animation: movebounce 5s linear infinite;
}

.shape-2 {
    position: absolute;
    right: 25px;
    bottom: -10px;
    animation: movebounce 5s linear infinite;
}

}

.m-feature-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.m-feature-shape {
    position: absolute;
    left: -20px;
    top: -610px;
    z-index: -1;
    opacity: 50%;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-feature-content .feature-list {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

    .m-feature-content .feature-list li {
        list-style-type: none;
        margin-bottom: 15px;
        color: #0d1028;
        font-weight: 500;
        position: relative;
        padding-left: 22px;
    }

        .m-feature-content .feature-list li i {
            color: #ff2d55;
            position: absolute;
            left: 0;
            top: 11%;
            -webkit-transform: translateY(--11%);
            transform: translateY(-11%);
        }

.m-feature-content p {
    line-height: 1.8;
    color: #62618d;
    margin-bottom: 15px;
    font-size: 15px;
}
/* ?? --5 photo section end*/

/* ?? 6 count section */

.funfacts-area {
    position: relative;
    z-index: 1;
    background-image: url(../../../../assets/img/uthshargolandingpage/Edward_College_Gate.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .funfacts-area::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #0d1028;
        opacity: 0.88;
    }

.single-funfact {
    text-align: center;
}

    .single-funfact .icon {
        color: #fff;
        font-size: 56px;
    }

    .single-funfact h3 {
        color: #fff;
        font-size: 55px;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .single-funfact p {
        font-family: "Oswald", sans-serif;
        color: #fff;
        letter-spacing: 1px;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1;
    }
/*funfact-style-two*/
.funFact {
    position: relative;
    padding-left: 60px;
}

    .funFact .icon {
        color: #fff;
        font-size: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .funFact h3 {
        color: #fff;
        font-size: 55px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .funFact p {
        font-family: "Oswald", sans-serif;
        color: #fff;
        letter-spacing: 1px;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1;
    }

.col-lg-3:nth-child(1) .single-funfact h3,
.col-lg-3:nth-child(1) .funFact h3 {
    color: #ff2d55;
}

.col-lg-3:nth-child(2) .single-funfact h3,
.col-lg-3:nth-child(2) .funFact h3 {
    color: #00acee;
}

.col-lg-3:nth-child(3) .single-funfact h3,
.col-lg-3:nth-child(3) .funFact h3 {
    color: #efa506;
}

.col-lg-3:nth-child(4) .single-funfact h3,
.col-lg-3:nth-child(4) .funFact h3 {
    color: #8dc63f;
}

/* ?? 6 count section end*/

/* ?? 7 last footer section */

.footer-area {
    padding-top: 50px;
}

.single-footer-widget h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.single-footer-widget span {
    /* display: block; */
    margin-bottom: 8px;
}

    .single-footer-widget span i {
        margin-right: 5px;
    }

.single-footer-widget p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

    .single-footer-widget p i {
        margin-right: 5px;
    }

        .single-footer-widget p i.icofont-calendar {
            font-size: 11px;
            padding-right: 3px;
        }

.single-footer-widget .contact-authority {
    color: rgba(255, 255, 255, 0.6);
}

.single-footer-widget .social-links {
    padding: 0 !important;
    margin: 15px 0 0 !important;
    list-style-type: none;
}

    .single-footer-widget .social-links li {
        display: inline-block;
        margin-right: 4px;
    }

        .single-footer-widget .social-links li::before {
            display: none;
        }

        .single-footer-widget .social-links li a {
            display: inline-block;
            border-radius: 50%;
        }

            .single-footer-widget .social-links li a i {
                color: #fff !important;
                width: 40px;
                height: 40px;
                line-height: 39px;
                text-align: center;
                border-radius: 50%;
                display: inline-block;
                transition: 0.5s;
            }

                .single-footer-widget .social-links li a i:hover {
                    color: #fff;
                }

            .single-footer-widget .social-links li a.facebook {
                background-color: #4267b2;
            }

            .single-footer-widget .social-links li a.twitter {
                background-color: #38a1f3;
            }

            .single-footer-widget .social-links li a.instagram {
                background: radial-gradient( circle farthest-corner at 35% 90%, #fec564, transparent 50% ), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient( ellipse farthest-corner at 20% -50%, #5258cf, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient( ellipse farthest-corner at 60% -20%, #893dc2, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient( #6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100% );
            }

            .single-footer-widget .social-links li a.linkedin {
                background-color: #0077b5;
            }

            .single-footer-widget .social-links li a .icofont-pinterest {
                background-color: #e60023;
            }

            .single-footer-widget .social-links li a .icofont-youtube {
                background-color: #d14747;
            }

            .single-footer-widget .social-links li a .icofont-tumblr {
                background-color: #1da1f2;
            }

            .single-footer-widget .social-links li a .icofont-behance {
                background-color: #0057ff;
            }

            .single-footer-widget .social-links li a .icofont-skype {
                background-color: #12a5f4;
            }

.single-footer-widget .logo a {
    color: #fff;
}

.single-footer-widget .logo h2 {
    color: #fff;
    font-size: 30px;
}

.single-footer-widget .logo img {
    max-width: 160px;
    transition: transform 3s;
}

    .single-footer-widget .logo img:hover {
        border: 1px solid #ff2d55 !important;
        transform: scale(1.1);
    }

.single-footer-widget.footer-other h3 {
    font-size: 20px;
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 80px;
    text-align: center;
}

    .copyright-area .sub-menu {
        display: none;
    }

    .copyright-area .logo a {
        color: #fff;
    }

    .copyright-area .logo h2 {
        color: #fff;
        font-size: 30px;
    }

    .copyright-area .logo img {
        max-width: 180px;
    }

    .copyright-area ul {
        padding: 0;
        margin: 25px 0 0;
        list-style-type: none;
    }

        .copyright-area ul li {
            position: relative;
            margin: 4px 10px;
            display: inline-block;
            font-size: 14px;
        }

            .copyright-area ul li::before {
                position: absolute;
                width: 6px;
                height: 6px;
                content: "";
                background: #efefef;
                left: -15px;
                top: 50%;
                margin-top: -2px;
                border-radius: 50%;
            }

            .copyright-area ul li a {
                color: #efefef ef;
            }

            .copyright-area ul li:first-child {
                margin-left: 0;
            }

                .copyright-area ul li:first-child::before {
                    display: none;
                }

            .copyright-area ul li:last-child {
                margin-right: 0;
            }

    .copyright-area p {
        color: #a8a8ad;
        margin-top: 15px;
    }

.copyright-area-two {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 15px;
}

    .copyright-area-two .sub-menu {
        display: none;
    }

    .copyright-area-two .copy-right-text {
        text-align: left;
    }

        .copyright-area-two .copy-right-text p {
            color: #fff;
        }

    .copyright-area-two .logo a {
        color: #fff;
    }

    .copyright-area-two .logo h2 {
        color: #fff;
        font-size: 30px;
    }

    .copyright-area-two .logo img {
        max-width: 180px;
    }

    .copyright-area-two ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-align: right;
    }

        .copyright-area-two ul li {
            position: relative;
            margin: 4px 10px;
            display: inline-block;
            font-size: 14px;
        }

            .copyright-area-two ul li::before {
                position: absolute;
                width: 6px;
                height: 6px;
                content: "";
                background: #efefef ef;
                left: -15px;
                top: 50%;
                margin-top: -2px;
                border-radius: 50%;
            }

            .copyright-area-two ul li a {
                color: #efefef ef;
            }

            .copyright-area-two ul li:first-child {
                margin-left: 0;
            }

                .copyright-area-two ul li:first-child::before {
                    display: none;
                }

            .copyright-area-two ul li:last-child {
                margin-right: 0;
            }

    .copyright-area-two p {
        color: #a8a8ad;
        margin-top: 15px;
    }

.footer-area-with-bg-image {
    background-image: url(../../../../assets/img/uthshargolandingpage/Edward_College_Gate.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .footer-area-with-bg-image::before {
        position: absolute;
        left: 0;
        right: 0;
        content: "";
        top: 0;
        background-color: #ffffff;
        width: 100%;
        height: 180px;
        z-index: -1;
        /* opacity: 0.88; */
    }

    .footer-area-with-bg-image.e-footer::before {
        background-color: #0d1028;
    }

.footer-wrap-map {
    position: relative;
}

    .footer-wrap-map .content {
        position: absolute;
        left: 20px;
        bottom: 20px;
        background-color: #fff;
        padding: 25px;
        max-width: 300px;
    }

        .footer-wrap-map .content h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .footer-wrap-map .content p {
            color: #62618d;
            font-size: 14px;
            margin-bottom: 0;
        }

.footer-wrap-right {
    padding-left: 100px;
}

    .footer-wrap-right .logo {
        margin-bottom: 35px;
    }

    .footer-wrap-right .social-links {
        padding: 0;
        margin: 15px 0 0;
        list-style-type: none;
    }

        .footer-wrap-right .social-links span {
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            display: block;
            margin-bottom: 20px;
        }

        .footer-wrap-right .social-links li {
            display: inline-block;
            margin-right: 5px;
        }

            .footer-wrap-right .social-links li:last-child {
                margin-right: 0;
            }

            .footer-wrap-right .social-links li a {
                color: #fff;
                border: 1px solid #525164;
                width: 40px;
                height: 40px;
                line-height: 39px;
                text-align: center;
                border-radius: 50%;
            }

                .footer-wrap-right .social-links li a.facebook {
                    border: none;
                    background-color: #4267b2;
                }

                .footer-wrap-right .social-links li a.twitter {
                    border: none;
                    background-color: #38a1f3;
                }

                .footer-wrap-right .social-links li a.instagram {
                    border: none;
                    background: radial-gradient( circle farthest-corner at 35% 90%, #fec564, transparent 50% ), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient( ellipse farthest-corner at 20% -50%, #5258cf, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient( ellipse farthest-corner at 60% -20%, #893dc2, transparent 50% ), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient( #6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100% );
                }

                .footer-wrap-right .social-links li a.linkedin {
                    border: none;
                    background-color: #0077b5;
                }

                .footer-wrap-right .social-links li a:hover,
                .footer-wrap-right .social-links li a:focus {
                    background-color: #ff2d55;
                    color: #fff;
                    border-color: #ff2d55;
                }
@media only screen and (max-width: 767px) {
    .mt-18-sm {
        margin-top: 18px;
    }
}
.copyright-wrap-area {
    padding-top: 35px;
    padding-bottom: 35px;
}

    .copyright-wrap-area p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 0;
    }

        .copyright-wrap-area p a {
            display: inline-block;
            color: #ff2d55;
            font-weight: 500;
        }

            .copyright-wrap-area p a:hover {
                color: #efa506;
            }

    .copyright-wrap-area .list {
        padding: 0;
        margin-bottom: 0;
        text-align: end;
    }

        .copyright-wrap-area .list li {
            list-style-type: none;
            font-size: 14px;
            display: inline-block;
            margin-right: 10px;
        }

            .copyright-wrap-area .list li:last-child {
                margin-right: 0;
            }

            .copyright-wrap-area .list li a {
                color: #fff;
            }

                .copyright-wrap-area .list li a:hover {
                    color: #ff2d55;
                }

/*================================================ Countdown Area CSS =================================================*/
.m-countdown-area {
    position: relative;
    z-index: 1;
    margin-top: -180px;
}

.m-countdown-image {
    padding-right: 30px;
    position: relative;
}

    .m-countdown-image img {
        width: 90%;
    }

    .m-countdown-image::before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: #fff;
    }

.m-countdown-inner-box {
    background: linear-gradient(93.54deg, #292cdc 0%, #ff2d55 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

/* ?? top 2 countdown */

/* !!! */

.registration-date-start {
    background: #8dc63f;
    padding: 30px 0px;
    border-radius: 12px;
    background: linear-gradient(315deg, #ff2d55, #00acee);
}

.registration-date-end {
    background: #00acee;
    padding: 30px 0px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff2d55, #00acee);
}

.two-countdown-area-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

    .two-countdown-area-title .head-title {
        color: white;
        font-size: 24px;
        line-height: 1;
    }

    .two-countdown-area-title h2 {
        color: white;
        font-size: 34px;
        font-weight: 700;
        font-family: AdorNoirrit;
        line-height: 1;
    }

        .two-countdown-area-title h2 span {
            font-size: 19px;
            color: rgb(255, 255, 255);
            /* animation: colorChange 5s infinite; */
            font-weight: normal;
        }
/* !!! */

.two-countdown-area {
    position: relative;
    z-index: 9;
    margin-top: -87px;
}

.two-date-counter .m-event-countdown {
    text-align: center;
}

    .two-date-counter .m-event-countdown #timer div {
        display: inline-block;
        font-size: 80px;
        font-weight: 700;
        color: #fff;
        margin: 0 10px;
        line-height: 1;
        padding: 25px 30px;
        text-align: center;
        background: rgba(255, 255, 255, 0.15);
        transition: 0.5s;
        border: 1px solid #fff;
    }

        .two-date-counter .m-event-countdown #timer div:first-child {
            margin-left: 0;
        }

        .two-date-counter .m-event-countdown #timer div:last-child {
            margin-right: 0;
        }

        .two-date-counter .m-event-countdown #timer div:hover {
            transform: translateY(-5px);
            background-color: #ff2d55;
            border: 1px solid #ff2d55;
        }

    .two-date-counter .m-event-countdown #timer span {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

.two-date-counter .simply-section {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0 5px;
    line-height: 1;
    padding: 18px 21px;
    /* padding: 25px 30px; */
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    transition: 0.5s;
    border: 1px solid #fff;
}

    .two-date-counter .simply-section:first-child {
        margin-left: 0;
    }

    .two-date-counter .simply-section:last-child {
        margin-right: 0;
    }

    .two-date-counter .simply-section:hover {
        transform: translateY(-5px);
        background-color: #ff2d55;
        border: 1px solid #ff2d55;
    }

    .two-date-counter .simply-section .simply-word {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-family: "Oswald", sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

/* ?? top 2 countdown en */

.m-countdown-inner-box .m-event-countdown {
    text-align: end;
}

    .m-countdown-inner-box .m-event-countdown #timer div {
        display: inline-block;
        font-size: 80px;
        font-weight: 700;
        color: #fff;
        margin: 0 10px;
        line-height: 1;
        padding: 25px 30px;
        text-align: center;
        background: rgba(255, 255, 255, 0.15);
        transition: 0.5s;
        border: 1px solid #fff;
    }

        .m-countdown-inner-box .m-event-countdown #timer div:first-child {
            margin-left: 0;
        }

        .m-countdown-inner-box .m-event-countdown #timer div:last-child {
            margin-right: 0;
        }

        .m-countdown-inner-box .m-event-countdown #timer div:hover {
            transform: translateY(-5px);
            background-color: #ff2d55;
            border: 1px solid #ff2d55;
        }

    .m-countdown-inner-box .m-event-countdown #timer span {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

.m-countdown-inner-box .simply-section {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin: 0 10px;
    line-height: 1;
    padding: 25px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    transition: 0.5s;
    border: 1px solid #fff;
}

    .m-countdown-inner-box .simply-section:first-child {
        margin-left: 0;
    }

    .m-countdown-inner-box .simply-section:last-child {
        margin-right: 0;
    }

    .m-countdown-inner-box .simply-section:hover {
        transform: translateY(-5px);
        background-color: #ff2d55;
        border: 1px solid #ff2d55;
    }

    .m-countdown-inner-box .simply-section .simply-word {
        display: block;
        color: #fff;
        margin-top: 15px;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

.m-funfacts-shape-1 {
    position: absolute;
    left: -30px;
    bottom: -15px;
    animation: movebounce 5s linear infinite;
}

.m-funfacts-shape-2 {
    position: absolute;
    right: -30px;
    top: -40px;
    animation: movebounce 5s linear infinite;
}

/* ?? 7 last footer section end */

/* ? gallery section start */

.sponsored-heading {
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    font-weight: 700;
    color: #554bb9;
    text-transform: uppercase;
    text-align: center;
    margin: 6.8rem 0 2rem;
    display: block;
}

    .sponsored-heading.first-heading {
        margin-top: 0;
    }

    .sponsored-heading.secound-heading {
        color: #ec398b;
    }

    .sponsored-heading.third-heading {
        color: #efa506;
    }

.sponsors-area {
    text-align: center;
    margin-bottom: 4.2rem;
}

    .sponsors-area .single {
        overflow: hidden;
        margin: 0 0.5% 0.6rem;
        width: 23%;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        -moz-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
        -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
    }

        .sponsors-area .single a {
            display: block;
            text-align: center;
        }

            .sponsors-area .single a img {
                padding: 8%;
                width: 100%;
                -webkit-transition: all 0.5s ease-in-out 0s;
                -moz-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
            }

.sponsors-area-border-bottom .single.lgx-item3 img,
.sponsors-area-border-bottom .single.lgx-item4 img,
.sponsors-area-border-thin .single.lgx-item3 img,
.sponsors-area-border-thin .single.lgx-item4 img {
    padding: 10%;
}

.lgx-single-news,
.lgx-single-news .single-news-info .vcx-news-date {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.sponsors-area .single:hover {
    opacity: 1;
}

    .sponsors-area .single:hover a img {
        -moz-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
        -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
    }

.sponsors-area .lgx-item3 {
    width: 32%;
}

.sponsors-area .lgx-item5 {
    width: 19%;
    margin: 0 !important;
}

.sponsors-area .lgx-item6 {
    width: 15%;
    margin: 0 !important;
}

.sponsors-area-nogap .single {
    margin: 0 0 4px;
    display: inline-table;
}

.sponsors-area-border .single {
    border: 5px solid #ddd;
}

    .sponsors-area-border .single:hover {
        border: 5px solid #554bb9;
    }

.sponsors-area-noshadow .single {
    box-shadow: none;
}

    .sponsors-area-noshadow .single:hover {
        -moz-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
        -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
    }

.sponsors-area-border-thin .single.lgx-item3:hover,
.sponsors-area-border-thin .single.lgx-item4:hover {
    box-shadow: none;
}

.sponsors-area-border-thin .single.lgx-item3 {
    width: 33.33%;
    margin: 0 -2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0;
}

    .sponsors-area-border-thin .single.lgx-item3:nth-child(1),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(10),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(13),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(16),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(19),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(22),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(25),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(28),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(31),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(4),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(7) {
        border-left: 0;
    }

    .sponsors-area-border-thin .single.lgx-item3:nth-child(1),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(2),
    .sponsors-area-border-thin .single.lgx-item3:nth-child(3) {
        border-top: 0;
    }

.sponsors-area-border-thin .single.lgx-item4 {
    width: 25%;
    margin: 0 -2px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0;
}

    .sponsors-area-border-bottom .single.lgx-item3:nth-child(1),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(10),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(13),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(16),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(19),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(22),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(25),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(28),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(31),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(4),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(7),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(1),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(13),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(17),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(21),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(25),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(29),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(33),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(37),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(41),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(5),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(9),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(1),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(13),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(17),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(21),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(25),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(29),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(33),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(37),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(41),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(5),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(9) {
        border-left: 0;
    }

    .sponsors-area-border-thin .single.lgx-item4:nth-child(1),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(2),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(3),
    .sponsors-area-border-thin .single.lgx-item4:nth-child(4) {
        border-top: 0;
    }

.sponsors-area-border-bottom .single.lgx-item3 {
    width: 33.33%;
    margin: 0 -2px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0;
}

    .sponsors-area-border-bottom .single.lgx-item3:nth-child(1),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(2),
    .sponsors-area-border-bottom .single.lgx-item3:nth-child(3) {
        border-top: 0;
    }

.sponsors-area-border-bottom .single.lgx-item4 {
    width: 25%;
    margin: 0 -2px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0;
}

    .sponsors-area-border-bottom .single.lgx-item4:nth-child(1),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(2),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(3),
    .sponsors-area-border-bottom .single.lgx-item4:nth-child(4) {
        border-top: 0;
    }

    .sponsors-area-border-bottom .single.lgx-item4:hover {
        -moz-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
        -webkit-box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
        box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
    }

.sponsors-area-color-tile .single:hover a img,
.sponsors-area-tile .single:hover a img {
    box-shadow: none;
}

.sponsors-area-tile .single {
    border-radius: 0;
    padding: 4%;
}

    .sponsors-area-tile .single:nth-child(odd) {
        background: #f1f1f1;
    }

    .sponsors-area-tile .single:nth-child(even) {
        background: #f9f9f9;
    }

.sponsors-area-color-tile .single {
    border-radius: 0;
}

    .sponsors-area-color-tile .single:nth-child(odd) {
        background: #554bb9;
    }

    .sponsors-area-color-tile .single:nth-child(even) {
        background: #1b273d;
    }

.sponsors-area-colorfull .single {
    background: #554bb9;
}

    .sponsors-area-colorfull .single img {
        -webkit-filter: grayscale(40%);
        filter: grayscale(40%);
    }

    .sponsors-area-colorfull .single:nth-child(1) {
        background: #f60;
    }

    .sponsors-area-colorfull .single:nth-child(2) {
        background: #ff9400;
    }

    .sponsors-area-colorfull .single:nth-child(3) {
        background: #ffc600;
    }

    .sponsors-area-colorfull .single:nth-child(4) {
        background: #8cc700;
    }

    .sponsors-area-colorfull .single:nth-child(5) {
        background: #0fad00;
    }

    .sponsors-area-colorfull .single:nth-child(6) {
        background: #00a3c1;
    }

    .sponsors-area-colorfull .single:nth-child(7) {
        background: #0061b5;
    }

    .sponsors-area-colorfull .single:nth-child(8) {
        background: #6300a4;
    }

    .sponsors-area-colorfull .single:nth-child(9) {
        background: red;
    }

    .sponsors-area-colorfull .single:nth-child(10) {
        background: #f60;
    }

    .sponsors-area-colorfull .single:nth-child(11) {
        background: #ff9400;
    }

    .sponsors-area-colorfull .single:nth-child(12) {
        background: #ffc600;
    }

    .sponsors-area-colorfull .single:nth-child(13) {
        background: #8cc700;
    }

    .sponsors-area-colorfull .single:nth-child(14) {
        background: #0fad00;
    }

    .sponsors-area-colorfull .single:nth-child(15) {
        background: #00a3c1;
    }

    .sponsors-area-colorfull .single:nth-child(16) {
        background: #0061b5;
    }

    .sponsors-area-colorfull .single:nth-child(17) {
        background: #6300a4;
    }

    .sponsors-area-colorfull .single:nth-child(18) {
        background: red;
    }

    .sponsors-area-colorfull .single:nth-child(19) {
        background: #f60;
    }

    .sponsors-area-colorfull .single:nth-child(20) {
        background: #ff9400;
    }

    .sponsors-area-colorfull .single:nth-child(21) {
        background: #ffc600;
    }

    .sponsors-area-colorfull .single:nth-child(22) {
        background: #8cc700;
    }

    .sponsors-area-colorfull .single:nth-child(23) {
        background: #0fad00;
    }

    .sponsors-area-colorfull .single:nth-child(24) {
        background: #00a3c1;
    }

    .sponsors-area-colorfull .single:nth-child(25) {
        background: #0061b5;
    }

    .sponsors-area-colorfull .single:nth-child(26) {
        background: #6300a4;
    }

    .sponsors-area-colorfull .single:nth-child(27) {
        background: red;
    }

    .sponsors-area-colorfull .single:nth-child(28) {
        background: #f60;
    }

    .sponsors-area-colorfull .single:nth-child(29) {
        background: #ff9400;
    }

    .sponsors-area-colorfull .single:nth-child(30) {
        background: #ffc600;
    }

    .sponsors-area-colorfull .single:nth-child(31) {
        background: #8cc700;
    }

    .sponsors-area-colorfull .single:nth-child(32) {
        background: #0fad00;
    }

    .sponsors-area-colorfull .single:nth-child(33) {
        background: #00a3c1;
    }

    .sponsors-area-colorfull .single:nth-child(34) {
        background: #0061b5;
    }

    .sponsors-area-colorfull .single:nth-child(35) {
        background: #6300a4;
    }

    .sponsors-area-colorfull .single:nth-child(36) {
        background: red;
    }

.single-background,
.sponsors-area-colorfull-border .single {
    background: #fff;
}

.sponsors-area-colorfull .single:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.sponsors-area-colorfull-border .single:nth-child(1) {
    border: 8px solid #f60;
}

.sponsors-area-colorfull-border .single:nth-child(2) {
    border: 8px solid #ff9400;
}

.sponsors-area-colorfull-border .single:nth-child(3) {
    border: 8px solid #ffc600;
}

.sponsors-area-colorfull-border .single:nth-child(4) {
    border: 8px solid #8cc700;
}

.sponsors-area-colorfull-border .single:nth-child(5) {
    border: 8px solid #0fad00;
}

.sponsors-area-colorfull-border .single:nth-child(6) {
    border: 8px solid #00a3c1;
}

.sponsors-area-colorfull-border .single:nth-child(7) {
    border: 8px solid #0061b5;
}

.sponsors-area-colorfull-border .single:nth-child(8) {
    border: 8px solid #6300a4;
}

.sponsors-area-colorfull-border .single:nth-child(9) {
    border: 8px solid red;
}

.sponsors-area-colorfull-border .single:nth-child(10) {
    border: 8px solid #f60;
}

.sponsors-area-colorfull-border .single:nth-child(11) {
    border: 8px solid #ff9400;
}

.sponsors-area-colorfull-border .single:nth-child(12) {
    border: 8px solid #ffc600;
}

.sponsors-area-colorfull-border .single:nth-child(13) {
    border: 8px solid #8cc700;
}

.sponsors-area-colorfull-border .single:nth-child(14) {
    border: 8px solid #0fad00;
}

.sponsors-area-colorfull-border .single:nth-child(15) {
    border: 8px solid #00a3c1;
}

.sponsors-area-colorfull-border .single:nth-child(16) {
    border: 8px solid #0061b5;
}

.sponsors-area-colorfull-border .single:nth-child(17) {
    border: 8px solid #6300a4;
}

.sponsors-area-colorfull-border .single:nth-child(18) {
    border: 8px solid red;
}

.sponsors-area-colorfull-border .single:nth-child(19) {
    border: 8px solid #f60;
}

.sponsors-area-colorfull-border .single:nth-child(20) {
    border: 8px solid #ff9400;
}

.sponsors-area-colorfull-border .single:nth-child(21) {
    border: 8px solid #ffc600;
}

.sponsors-area-colorfull-border .single:nth-child(22) {
    border: 8px solid #8cc700;
}

.sponsors-area-colorfull-border .single:nth-child(23) {
    border: 8px solid #0fad00;
}

.sponsors-area-colorfull-border .single:nth-child(24) {
    border: 8px solid #00a3c1;
}

.sponsors-area-colorfull-border .single:nth-child(25) {
    border: 8px solid #0061b5;
}

.sponsors-area-colorfull-border .single:nth-child(26) {
    border: 8px solid #6300a4;
}

.sponsors-area-colorfull-border .single:nth-child(27) {
    border: 8px solid red;
}

.sponsors-area-colorfull-border .single:nth-child(28) {
    border: 8px solid #f60;
}

.sponsors-area-colorfull-border .single:nth-child(29) {
    border: 8px solid #ff9400;
}

.sponsors-area-colorfull-border .single:nth-child(30) {
    border: 8px solid #ffc600;
}

.sponsors-area-colorfull-border .single:nth-child(31) {
    border: 8px solid #8cc700;
}

.sponsors-area-colorfull-border .single:nth-child(32) {
    border: 8px solid #0fad00;
}

.sponsors-area-colorfull-border .single:nth-child(33) {
    border: 8px solid #00a3c1;
}

.sponsors-area-colorfull-border .single:nth-child(34) {
    border: 8px solid #0061b5;
}

.sponsors-area-colorfull-border .single:nth-child(35) {
    border: 8px solid #6300a4;
}

.sponsors-area-colorfull-border .single:nth-child(36) {
    border: 8px solid red;
}

.sponsors-area-colorfull-border .single:hover {
    background: #fff;
    border: 8px solid #fff;
}

    .sponsors-area-colorfull-border .single:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

.single-background a img {
    padding: 10%;
}

.sponsor-anim-zoom .single a img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sponsor-anim-zoom .single:hover a img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: none;
}

.sponsor-anim-angle .single a img {
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.sponsor-anim-angle .single:hover a img {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    background: rgba(255, 255, 255, 0.1);
}

.sponsor-anim-angle2 .single a img {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.sponsor-anim-angle2 .single:hover a img {
    -ms-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.sponsors-area-bg {
    align-items: center;
}

    .sponsors-area-bg .single {
        background: #fff;
        margin: 0 0.5% 1rem;
    }

.gallery-container {
    background-image: url(https://demo.logichunt.com/themes/emeet/wp-content/uploads/2018/09/sec-bg4.jpg?id=1612) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 11rem 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    overflow: hidden;
}

.lgx-heading {
    text-align: center;
    margin-bottom: 6.8rem;
    overflow: hidden;
    display: block;
    margin-top: -1.6rem;
}

.lgx-heading-white .heading {
    color: #fff;
}

    .lgx-heading-white .heading span {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ec398b 80%);
        background-size: 100px 1.2em;
    }

.lgx-heading-white .subheading {
    color: #efa506;
}

.lgx-heading .subheading {
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    font-weight: 300;
    margin: 0;
    letter-spacing: 2px;
}
/* ? gallery section end */

.bangla {
    font-family: "Noto Serif Bengali", "Hind Siliguri", sans-serif !important;
}

    .bangla b {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #ff2d55 80%);
        font-weight: unset;
        background-size: 100px 1.3em !important;
    }

/* !!!! test */
@keyframes blink {
    0% {
        opacity: 0.3;
    }

    10% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pressDown1 {
    30%, 40%, 100% {
        transform: translateY(0);
    }

    35% {
        transform: translateY(10px);
    }
}

@keyframes pressDown2 {
    70%, 80%, 100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }
}

@keyframes pressDown3 {
    30%, 40%, 100% {
        transform: translateY(0);
    }

    35% {
        transform: translateY(10px);
    }
}

@keyframes pressDown4 {
    40%, 50%, 100% {
        transform: translateY(0);
    }

    45% {
        transform: translateY(10px);
    }
}

@keyframes pressDown5 {
    20%, 30%, 100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(10px);
    }
}

@keyframes pressDown6 {
    60%, 70%, 100% {
        transform: translateY(0);
    }

    65% {
        transform: translateY(10px);
    }
}

@keyframes pressDown7 {
    10%, 20%, 100% {
        transform: translateY(0);
    }

    15% {
        transform: translateY(10px);
    }
}

@keyframes pressDown8 {
    35%, 45%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }
}

.key {
    font-size: 13px;
    display: inline-block;
    transition: transform 0.2s;
}

    .key:nth-child(1) {
        animation: pressDown1 5s infinite;
    }

    .key:nth-child(2) {
        animation: pressDown2 6s infinite;
    }

    .key:nth-child(3) {
        animation: pressDown3 7s infinite;
    }

    .key:nth-child(4) {
        animation: pressDown4 5.5s infinite;
    }

    .key:nth-child(5) {
        animation: pressDown5 5.5s infinite;
    }

    .key:nth-child(6) {
        animation: pressDown6 6.5s infinite;
    }

    .key:nth-child(7) {
        animation: pressDown7 5.2s infinite;
    }

    .key:nth-child(8) {
        animation: pressDown8 5.2s infinite;
    }

.key-m {
    font-size: 10px;
    display: inline-block;
    transition: transform 0.2s;
}

    .key-m:nth-child(1) {
        animation: pressDown1 5s infinite;
    }

    .key-m:nth-child(2) {
        animation: pressDown2 6s infinite;
    }

    .key-m:nth-child(3) {
        animation: pressDown3 7s infinite;
    }

    .key-m:nth-child(4) {
        animation: pressDown4 5.5s infinite;
    }

    .key-m:nth-child(5) {
        animation: pressDown5 5.5s infinite;
    }

    .key-m:nth-child(6) {
        animation: pressDown6 6.5s infinite;
    }

    .key-m:nth-child(7) {
        animation: pressDown7 5.2s infinite;
    }

    .key-m:nth-child(8) {
        animation: pressDown8 5.2s infinite;
    }

@keyframes colorChange {
    0% {
        color: lightsteelblue;
    }

    25% {
        color: #ccc;
    }

    50% {
        color: lightsteelblue;
    }

    75% {
        color: #ccc;
    }

    100% {
        color: lightsteelblue;
    }
}
