
    .speaker-block .inner-box:hover .social-links {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        -ms-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .speaker-block .social-links li {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

        .speaker-block .social-links li a i {
            position: relative;
            display: block;
            width: 32px;
            height: 32px;
            font-size: 16px;
            line-height: 30px;
            background-color: #ffffff;
            text-align: center;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .speaker-block .social-links li a:hover i {
            color: #ffffff;
        }

/*** 

====================================================================
	Speakers Section Three
====================================================================

***/
/*.speakers-section-three {
    position: relative;
    padding: 60px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}*/

.speakers-section-three {
    position: relative;
    padding: 60px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-image: url(../EventFront/images/overlay.png);
}

.speaker-block-three {
    position: relative;
    margin-bottom: 0px;
}

    .speaker-block-three .inner-box {
        position: relative;
        background-color: #ffffff;
        overflow: hidden;
        padding-bottom: 0px !important;
        max-width: 300px;
        margin-bottom: 15px !important;
        overflow: hidden;
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        margin: 0% auto;
    }

        .speaker-block-three .inner-box:hover {
            box-shadow: 0 0px 5px rgba(0, 0, 0, 0.10);
        }

    .speaker-block-three .image-box {
        position: relative;
        display: block;
        text-align: center;
        padding: 0px 0 0px 0;
    }

        .speaker-block-three .image-box .image {
            position: relative;
            height: 300px;
            width: 100%;
            overflow: hidden;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
            /* border-radius: 50%; */
            z-index: 9;
            margin-bottom: 0;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            transition: all 600ms ease;
        }

    .speaker-block-three .inner-box:hover .image-box .image {
        border-radius: 0px;
    }

    .speaker-block-three .image-box .image img {
        display: block;
        width: 100%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .speaker-block-three .inner-box:hover .image img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .speaker-block-three .info-box {
        position: relative;
        display: inline-block;
        padding: 10px 30px;
        padding-right: 10px;
        background-color: #232135;
width:100%;
height:108px;
    }

        .speaker-block-three .info-box:before {
            position: absolute;
            left: 0;
            right: -30px;
            background-color: #232135 ;
            content: "";
            top: 0;
            height: 100%;
            -webkit-transform: skew(-0deg);
            -moz-transform: skew(-0deg);
            -ms-transform: skew(-0deg);
            -o-transform: skew(-0deg);
            transform: skew(-0deg);
            border-radius: 0px !important;
        }

        .speaker-block-three .info-box .name {
            position: relative;
            font-size: 18px;
            line-height: 1.2em;
            color: #ffffff;
            font-weight: 500;
        }

            .speaker-block-three .info-box .name a {
                color: #ffffff;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .speaker-block-three .info-box .name a:hover {
                    color: #ffffff;
                }

        .speaker-block-three .info-box .designation {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #ffffff;
            font-weight: 400;
        }

    .speaker-block-three .social-box {
        position: absolute;
        top: 90px;
        transform: translateX(-50px);
        -webkit-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        transition: all 600ms ease;
    }

        .speaker-block-three .social-box .social-links li {
            margin-bottom: 4px;
        }

    .speaker-block-three .inner-box:hover .social-box {
        transform: translateX(10px);
    }

.speaker-block-two .social-links li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 30px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
    color: #ffffff;
}

/*** =====================================
	Speker Detail								
======================================***/

.speaker-detail {
    position: relative;
    padding: 120px 0 70px;
}

    .speaker-detail .image-column {
        position: relative;
        margin-bottom: 50px;
    }

        .speaker-detail .image-column .image-box {
            position: relative;
            padding-right: 20px;
        }

        .speaker-detail .image-column .image {
            position: relative;
            margin-bottom: 30px;
            overflow: hidden;
            border: 10px solid #ffffff;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
        }

            .speaker-detail .image-column .image img {
                display: block;
                width: 100%;
            }

    .speaker-detail .info-column {
        position: relative;
    }

        .speaker-detail .info-column .inner-column {
            position: relative;
        }

        .speaker-detail .info-column h1 {
            position: relative;
            font-size: 50px;
            line-height: 1em;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .speaker-detail .info-column h3 {
            position: relative;
            display: block;
            font-size: 40px;
            line-height: 1em;
            font-weight: 600;
            margin-bottom: 20px;
            color: #101130;
        }

        .speaker-detail .info-column h4 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 1em;
            font-weight: 500;
            margin-bottom: 20px;
            color: #222222;
        }

        .speaker-detail .info-column h5 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 1em;
            font-weight: 500;
            margin-bottom: 10px;
            color: rgba(68, 16, 102, 1);
        }

        .speaker-detail .info-column .text-box {
            position: relative;
        }

        .speaker-detail .info-column p {
            position: relative;
            font-size: 16px;
            line-height: 1.6em;
            color: #888888;
            margin-bottom: 30px;
        }

    .speaker-detail .speaker-session-info {
        position: relative;
        margin-bottom: 30px;
    }

        .speaker-detail .speaker-session-info p {
            margin-bottom: 0;
            color: rgb(247, 0, 104);
        }


    .speaker-detail .bottom-box {
        position: relative;
        padding-left: 80px;
        min-height: 50px;
        margin-bottom: 30px;
    }

/***======================================================
	schedule Section
======================================================***/

.schedule-section {
    position: relative;
    padding: 60px 0 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fafafa;
    overflow: hidden;
}

    .schedule-section .icon-circle-4 {
        right: -200px;
        bottom: 160px;
    }

    .schedule-section .icon-circle-3 {
        left: -375px;
        top: 340px;
        opacity: .30;
    }

.tabs-box {
    position: relative;
}

    .tabs-box .tab {
        display: none;
    }

        .tabs-box .tab.active-tab {
            display: block;
        }

.schedule-tabs {
    position: relative;
}

    .schedule-tabs .btns-box {
        position: relative;
        display: block;
        margin-bottom: 40px;
    }

    .schedule-tabs .tab-buttons {
        position: relative;
        text-align: center;
    }

        .schedule-tabs .tab-buttons li {
            position: relative;
            display: inline-block;
            height: 135px;
            width: 160px;
            border-radius: 20px;
            background-color: #ffffff;
            font-size: 16px;
            line-height: 20px;
            color: #222222;
            font-weight: 600;
            text-align: left;
            padding: 15px 15px;
            padding-top: 70px;
            padding-left: 90px;
            cursor: pointer;
            margin: 0 15px 20px;
            border: 1px solid #dddddd;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .schedule-tabs .tab-buttons li .day {
                position: absolute;
                left: 0px;
                top: 30px;
                padding: 5px 20px;
                background-color: #222222;
                font-size: 14px;
                line-height: 20px;
                font-weight: 600;
                color: #ffffff;
                border-radius: 0 15px 15px 0;
            }

            .schedule-tabs .tab-buttons li .date {
                position: absolute;
                left: -0;
                top: 80px;
                width: 100px;
                text-align: center;
                font-size: 38px;
                line-height: 20px;
                font-weight: 600;
                color: #222222;
            }

            .schedule-tabs .tab-buttons li .month {
                display: block;
                font-size: 20px;
                line-height: 1em;
                font-weight: 600;
                color: #222222;
                text-transform: uppercase;
            }

            .schedule-tabs .tab-buttons li .year {
                font-size: 30px;
            }

            .schedule-tabs .tab-buttons li.active-btn {
                box-shadow: 0 20px 30px rgba(0, 0, 0, .10);
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 1) .day {
                background-color: #ffc20b;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 2) .day {
                background-color: #40cbb4;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 3) .day {
                background-color: #4c35a9;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 4) .day {
                background-color: #e6275a;
            }


            .schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
            .schedule-tabs .tab-buttons li:nth-child(4n + 1) .date {
                color: #ffc20b;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
            .schedule-tabs .tab-buttons li:nth-child(4n + 2) .date {
                color: #40cbb4;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
            .schedule-tabs .tab-buttons li:nth-child(4n + 3) .date {
                color: #4c35a9;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
            .schedule-tabs .tab-buttons li:nth-child(4n + 4) .date {
                color: #e6275a;
            }


            .schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
                box-shadow: 0 0px 30px rgba(255, 194, 11, .30);
                border: 1px solid #ffc20b;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
                box-shadow: 0 0px 30px rgba(64, 203, 180, .30);
                border: 1px solid #40cbb4;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
                box-shadow: 0 0px 30px rgba(76, 53, 169, .30);
                border: 1px solid #4c35a9;
            }

            .schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
                box-shadow: 0 0px 30px rgba(230, 39, 90, .30);
                border: 1px solid #e6275a;
            }

.schedule-timeline {
    position: relative;
}

/*=== Schedule Block ===*/

.schedule-block {
    position: relative;
    margin-bottom: 30px;
}

    .schedule-block:after {
        display: table;
        clear: both;
        content: "";
    }

    .schedule-block .inner-box {
        position: relative;
        float: right;
        width: 50%;
        text-align: left;
    }

        .schedule-block .inner-box .inner {
            position: relative;
            padding: 20px 30px 20px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
            margin-left: 80px;
            border-radius: 20px;
        }

    .schedule-block .inner:before {
        position: absolute;
        top: 0;
        bottom: -30px;
        right: 100%;
        border-left: 2px dashed #dddddd;
        content: "";
        margin-right: 80px;
    }

    .schedule-block .inner:after {
        position: absolute;
        right: 100%;
        top: 35px;
        border-top: 15px solid transparent;
        border-right: 20px solid #ffffff;
        border-bottom: 15px solid transparent;
        content: "";
    }

    .schedule-block .date {
        position: absolute;
        left: -132px;
        width: 100px;
        top: 0px;
        height: 100px;
        background-color: #ffffff;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: #212639;
        font-weight: 500;
        padding: 30px 15px 0;
        border-radius: 50%;
        border: 2px dashed #dddddd;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    }

    .schedule-block .speaker-info {
        position: relative;
        padding-left: 80px;
        padding-top: 10px;
        min-height: 60px;
    }

        .schedule-block .speaker-info .thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            border-radius: 50%;
            overflow: hidden;
        }

        .schedule-block .speaker-info .name {
            font-size: 16px;
            color: #212639;
            font-weight: 500;
            line-height: 1.2em;
        }

        .schedule-block .speaker-info .designation {
            font-size: 13px;
        }

    .schedule-block h4 {
        position: relative;
        font-size: 22px;
        line-height: 1.2em;
        color: #0f1925;
        font-weight: 600;
        margin-bottom: 15px;
        padding-top: 15px;
    }

        .schedule-block h4 a {
            color: #212639;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .schedule-block h4 a:hover {
                color: #f14b59;
            }

    .schedule-block .text {
        position: relative;
        font-size: 15px !important;
        line-height: 26px;
        color: #888888;
        margin-bottom: 15px;
        height:105px;
        overflow:hidden;
    }

    .schedule-block .btn-box {
        position: relative;
        padding: 6px 0;
    }

        .schedule-block .btn-box a {
            padding: 10px 20px;
            line-height: 20px;
            font-size: 14px;
            background-color: #444444;
            color: #ffffff;
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent;
            border-radius: 5px;
        }

            .schedule-block .btn-box a:hover {
                color: #ffffff;
                /* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
            }

    .schedule-block.even .inner-box {
        float: left;
        text-align: right;
    }

        .schedule-block.even .inner-box .inner {
            margin-left: 0;
            margin-right: 80px;
        }

    .schedule-block.even .inner:before {
        right: auto;
        left: 100%;
        margin-left: 80px;
        margin-right: 0;
    }

    .schedule-block.even .inner:after {
        right: auto;
        left: 100%;
        border-right: 0;
        border-left: 20px solid #ffffff;
    }

    .schedule-block:last-child .inner:before {
        display: none;
    }

    .schedule-block.even .date {
        left: auto;
        right: -132px;
    }

    .schedule-block.even .speaker-info {
        padding-left: 0;
        padding-right: 80px;
    }

        .schedule-block.even .speaker-info .thumb {
            left: auto;
            right: 0;
        }

    .schedule-block:nth-child(4n + 1) .date,
    .schedule-block:nth-child(4n + 1) .inner:before {
        border-color: #ffc20b;
    }

    .schedule-block:nth-child(4n + 2) .date,
    .schedule-block:nth-child(4n + 2) .inner:before {
        border-color: #40cbb4;
    }

    .schedule-block:nth-child(4n + 3) .date,
    .schedule-block:nth-child(4n + 3) .inner:before {
        border-color: #4c35a9;
    }

    .schedule-block:nth-child(4n + 4) .date,
    .schedule-block:nth-child(4n + 4) .inner:before {
        border-color: #e6275a;
    }

    /* Backgroud */

    .schedule-block:nth-child(4n + 1) .btn-box a {
        background-color: #ffc20b;
    }

        .schedule-block:nth-child(4n + 1) .btn-box a:hover {
            color: #ffc20b;
            border-radius: 0px;
            background: none;
            border-color: #ffc20b;
        }

    .schedule-block:nth-child(4n + 2) .btn-box a {
        background-color: #40cbb4;
    }

        .schedule-block:nth-child(4n + 2) .btn-box a:hover {
            border-radius: 0px;
            color: #40cbb4;
            background: none;
            border-color: #40cbb4;
        }

    .schedule-block:nth-child(4n + 3) .btn-box a {
        background-color: #4c35a9;
    }

        .schedule-block:nth-child(4n + 3) .btn-box a:hover {
            border-radius: 0px;
            color: #4c35a9;
            background: none;
            border-color: #4c35a9;
        }

    .schedule-block:nth-child(4n + 4) .btn-box a {
        background-color: #e6275a;
    }

        .schedule-block:nth-child(4n + 4) .btn-box a:hover {
            border-radius: 0px;
            color: #e6275a;
            background: none;
            border-color: #e6275a;
        }

    /* color */

    .schedule-section.style-three .schedule-block:nth-child(4n + 1) .date,
    .schedule-section.style-two .schedule-block:nth-child(4n + 1) .date,
    .schedule-block:nth-child(4n + 1) h4 a:hover {
        color: #ffc20b;
    }

    .schedule-section.style-three .schedule-block:nth-child(4n + 2) .date,
    .schedule-section.style-two .schedule-block:nth-child(4n + 2) .date,
    .schedule-block:nth-child(4n + 2) h4 a:hover {
        color: #40cbb4;
    }

    .schedule-section.style-three .schedule-block:nth-child(4n + 3) .date,
    .schedule-section.style-two .schedule-block:nth-child(4n + 3) .date,
    .schedule-block:nth-child(4n + 3) h4 a:hover {
        color: #4c35a9;
    }

    .schedule-section.style-three .schedule-block:nth-child(4n + 4) .date,
    .schedule-section.style-two .schedule-block:nth-child(4n + 4) .date,
    .schedule-block:nth-child(4n + 4) h4 a:hover {
        color: #e6275a;
    }

.schedule-section.style-three {
    position: relative;
}

.schedule-tabs.style-three .tab-buttons li {
    float: left;
    width: 33.33%;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border-color: transparent;
}

    .schedule-tabs.style-three .tab-buttons li.active-btn {
        z-index: 2;
    }

.schedule-section.style-three .schedule-block .date {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    height: auto;
    width: auto;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

.schedule-section.style-three .schedule-block .inner-box {
    width: 100%;
}

    .schedule-section.style-three .schedule-block .inner-box .inner {
        margin: 0;
        padding: 25px 25px 20px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
        height:318px;
    }

.schedule-section.style-three .schedule-block .inner:before,
.schedule-section.style-three .schedule-block .inner:after {
    display: none;
}

.schedule-section.style-three .schedule-timeline {
    position: relative;
}


/*** ===================================================
		Event Detail
=====================================================***/

.event-detail {
    position: relative;
    padding: 120px 0 90px;
}

    .event-detail .auto-container {
        max-width: 1000px;
    }

    .event-detail .image-box {
        position: relative;
        margin-bottom: 30px;
    }

        .event-detail .image-box .image {
            position: relative;
            margin-bottom: 0;
        }

            .event-detail .image-box .image img {
                display: block;
                width: 100%;
                height: auto;
            }

    .event-detail .content-box {
        position: relative;
    }

    .event-detail .upper-info {
        position: relative;
        margin-bottom: 20px;
    }

        .event-detail .upper-info li {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            color: #222222;
            font-weight: 500;
            text-transform: uppercase;
            padding-left: 25px;
            margin-right: 20px;
        }

        .event-detail .upper-info .icon {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 16px;
            line-height: 24px;
            color: #e1137b;
        }

    .event-detail .content-box h2 {
        display: block;
        font-size: 32px;
        line-height: 1.2em;
        color: #222222;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .event-detail .speaker-info {
        position: relative;
        padding-left: 75px;
        min-height: 60px;
        margin-bottom: 25px;
    }

        .event-detail .speaker-info .thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            border-radius: 50%;
            overflow: hidden;
        }

        .event-detail .speaker-info .name {
            font-size: 16px;
            line-height: 30px;
            font-weight: 500;
            color: #222222;
        }

        .event-detail .speaker-info .designation {
            font-size: 14px;
            line-height: 20px;
        }

    .event-detail .content-box p {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #888888;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .event-detail .two-column {
        position: relative;
    }

        .event-detail .two-column .column {
            margin-bottom: 30px;
        }

        .event-detail .two-column .image {
            position: relative;
            margin-bottom: 0;
        }

            .event-detail .two-column .image img {
                display: block;
                width: 100%;
            }

        .event-detail .two-column h4 {
            font-size: 20px;
            line-height: 1.2em;
            color: #222222;
            font-weight: 500;
            margin-bottom: 20px;
            margin-top: 20px;
        }

/***==========================================
		Fun Fact Section
==========================================***/

.fun-fact-section {
    position: relative;
    padding: 50px 0px;
}

    .fun-fact-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../EventFront/images/icons/pattern-1.jpg);
        content: "";
        opacity: .10;
    }

    .fun-fact-section .fact-counter {
        position: relative;
    }

    .fun-fact-section .counter-column {
        position: relative;
        text-align: center;
/*        margin-bottom: 50px;*/
    }

    .fun-fact-section .count-box {
        position: relative;
        font-size: 80px;
        line-height: 1em;
        color: #222222;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

        .fun-fact-section .count-box .icon {
            position: relative;
            display: inline-block;
            font-size: 60px;
            color: #ffffff;
            margin-bottom: 20px;
            height: 120px;
            width: 120px;
            line-height: 120px;
            border-radius: 50%;
            font-weight: 400;
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            transition: all 600ms ease;
            background-color: #222222;
            box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.10);
        }

        .fun-fact-section .count-box:hover .icon {
            transform: rotateY(360deg);
        }

        .fun-fact-section .count-box .count-text {
            position: relative;
            display: block;
            font-size: 60px;
            line-height: 1em;
            color: #15212f;
            text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
            font-weight: 600;
            margin-bottom: 10px;
        }

        .fun-fact-section .count-box .counter-title {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 22px;
            font-weight: 700;
            color: #222222;
        }

    .fun-fact-section .counter-column:nth-child(4n + 1) .count-box .icon {
        background-color: #ffc20b;
    }

    .fun-fact-section .counter-column:nth-child(4n + 2) .count-box .icon {
        background-color: #40cbb4;
    }

    .fun-fact-section .counter-column:nth-child(4n + 3) .count-box .icon {
        background-color: #4c35a9;
    }

    .fun-fact-section .counter-column:nth-child(4n + 4) .count-box .icon {
        background-color: #e6275a;
    }

    .fun-fact-section .counter-column:nth-child(4n + 1) .counter-title {
        color: #ffc20b;
    }

    .fun-fact-section .counter-column:nth-child(4n + 2) .counter-title {
        color: #40cbb4;
    }

    .fun-fact-section .counter-column:nth-child(4n + 3) .counter-title {
        color: #4c35a9;
    }

    .fun-fact-section .counter-column:nth-child(4n + 4) .counter-title {
        color: #e6275a;
    }

    .fun-fact-section.style-two {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

/*        .fun-fact-section.style-two:before {
            background: #1c94d2;
            opacity: 0;
        }*/

        .fun-fact-section.style-two .count-box .count-text {
            color: #ffffff;
        }

/*** =====================================
		 Section
===========================================***/

.-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 140px;
    background-attachment: fixed;
    background-position: center top;
    background-image: url(../EventFront/images/background/1.png);
}
 

    .-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgb(247, 0, 104);
        background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
        background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
        background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
        opacity: .70;
        content: "";
    }

    .-section .content-box {
        position: relative;
        text-align: center;
    }

        .-section .content-box .text {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 26px;
            color: #ffbc00;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .-section .content-box h2 {
            display: block;
            font-size: 48px;
            line-height: 1.2em;
            color: #ffffff;
            font-weight: 700;
        }

    .-section .play-now {
        /* position: relative;
	display: inline-block;
	margin-top: 50px; */
        position: relative;
        display: inline-block;
        margin-top: 50px;
        margin: 0% auto;
        text-align: center;
        display: flex;
    }

        .-section .play-now .icon {
            height: 100px;
            width: 100px;
            line-height: 100px;
            background-color: #ffbc00;
            padding-left: 0;
            font-size: 50px;
            margin: 0% auto;
        }

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .play-now .icon {
        position: relative;
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background-color: #000000;
        color: #ffffff;
        z-index: 1;
        padding-left: 5px;
        font-size: 24px;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
        -moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
        -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
        -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
        box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
    }

    .play-now .ripple,
    .play-now .ripple:before,
    .play-now .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 70px;
        width: 70px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .play-now .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .play-now .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** ==========================================
		Clients Section
==========================***/
.clients-section {
    position: relative;
    padding: 60px 0 50px;
}

    .clients-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-image: url(../EventFront/images/icons/icon-dots-2.png);
        content: "";
        opacity: .02;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(-1);
        -moz-transform: scale(-1);
        -ms-transform: scale(-1);
        -o-transform: scale(-1);
        transform: scale(-1);
    }

    .clients-section .sponsors-outer {
        position: relative;
        margin-bottom: 0px;
    }

        .clients-section .sponsors-outer .owl-dots,
        .clients-section .sponsors-outer .owl-nav {
            display: none;
        }

        .clients-section .sponsors-outer .client-block {
            position: relative;
            margin-bottom: 30px;
        }

        .clients-section .sponsors-outer .image-box {
            position: relative;
            text-align: center;
            margin-bottom: 0;
            border: 1px solid #dddddd;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
            background-color: #ffffff;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 500ms ease;
        }

            .clients-section .sponsors-outer .image-box:hover {
                box-shadow: none;
            }

            .clients-section .sponsors-outer .image-box img {
                max-width: 50%;
                width: auto;
                display: inline-block;
                opacity: 1;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .clients-section .sponsors-outer .image-box:hover img {
                opacity: .70;
            }

        .clients-section .sponsors-outer h3 {
            display: inline-block;
            font-size: 20px;
            line-height: 1.2em;
            background-color: #ec167f;
            color: #ffffff;
            padding: 10px 30px;
            font-weight: 700;
            margin-bottom: 20px;
            border-radius: 10px;
        }

        .clients-section .sponsors-outer:nth-child(3) h3 {
            background-color: #1d95d2;
        }

        .clients-section .sponsors-outer:nth-child(2) h3 {
            background-color: #40cbb4;
        }

    .clients-section .icon-dots-3 {
        left: -60px;
        top: 230px;
    }

    .clients-section .icon-circle-blue {
        left: -370px;
        top: 500px;
        opacity: .50;
        -webkit-animation: fa-spin 30s infinite alternate;
        -moz-animation: fa-spin 30s infinite alternate;
        -ms-animation: fa-spin 30s infinite alternate;
        -o-animation: fa-spin 30s infinite alternate;
        animation: fa-spin 30s infinite alternate;
    }

/***===========================
		Main Footer
===========================***/
.main-footer {
    position: relative;
    background-color: #322619;
}
.main-footer:before {
    position: absolute;
content:'';
    background-image: url(../EventFront/images/background/9.jpg);
height:100%;
left:0%;
top:0%;
bottom:0%;
right:0%;
opacity: 0.2;
}

    .main-footer .widgets-section {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 60px 0 10px;
    }

    .main-footer .footer-column {
        position: relative;
        margin-bottom: 40px;
    }

    .main-footer .footer-widget {
        position: relative;
    }

    .main-footer .footer-column .widget-title {
        position: relative;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

        .main-footer .footer-column .widget-title:before {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 40px;
            background-color: #fe8704;
            content: '';
        }

    .main-footer .about-widget {
        position: relative;
    }

    .main-footer .logo {
        position: relative;
        margin-bottom: 5px;
        top: 0px;
    }

    .main-footer .footer-logo figure {
        margin: 0;
    }

    .main-footer .footer-logo img {
        display: block;
        max-width: 100%;
    }

    .main-footer .about-widget .text {
        position: relative;
        margin-bottom: 30px;
    }

        .main-footer .about-widget .text p {
            font-size: 14px;
            line-height: 24px;
            color: #aaaaaa;
            font-weight: 400;
            margin-bottom: 30px;
        }

/*=== User LInks ===*/

.useful-links {
    position: relative;
    padding-left: 50px;
}

.user-links li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

    .user-links li a {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #ffffff;
        font-weight: 400;
        padding: 0 15px;
        border-left: 1px solid #f70068;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .user-links li a:hover {
            color: #f70068;
        }

.main-footer .contact-list {
    position: relative;
}

    .main-footer .contact-list li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 25px;
    }

        .main-footer .contact-list li:last-child {
            margin-bottom: 0;
        }

        .main-footer .contact-list li .icon {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 23px;
            line-height: 25px;
            color: #ffffff;
        }

        .main-footer .contact-list li .text {
            display: block;
            font-size: 14px;
            line-height: 24px;
            color: #ffffff;
            font-weight: 400;
        }

            .main-footer .contact-list li .text a {
                color: #ffffff;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .main-footer .contact-list li .text a:hover {
                    color: #f70068;
                }

/*=== Footer Bottom ===*/
.main-footer .footer-bottom {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, .10);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px 0;
}

    .main-footer .footer-bottom .inner-container {
        position: relative;
    }

    .main-footer .footer-bottom .copyright-text {
        position: relative;
    }

        .main-footer .footer-bottom .copyright-text p {
            position: relative;
            line-height: 20px;
            font-size: 16px;
            color: #ffffff;
            font-weight: 400;
            margin-bottom: 0;
        }

        .main-footer .footer-bottom .copyright-text a {
            color: #ffffff;
            font-weight: 600;
            text-decoration: underline;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-footer .footer-bottom .copyright-text a:hover {
                color: #f70068;
            }

    .main-footer .footer-bottom .footer-nav {
        position: relative;
        float: right;
    }

    