﻿html {
    scroll-behavior: smooth;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    color: #777;
    overflow-x: hidden;
}

.event-image .jumbotron {
    background: url('rev_sliderhome2_1.jpg')no-repeat scroll center center;
    background-size: cover;
    width: 100%;
}

.event-head h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.event-head .event-date {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    background-color: rgb(235,114,47,0.7);
    margin-bottom: 20px;
}

.event-head .event-place {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.event-head .event-slot {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.event-head p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0;
}

.banner_btn {
    padding: 0 30px;
    line-height: 50px;
    background: rgba(255,255,255,.1);
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #7a8186;
    font-size: 13px;
    font-family: roboto,sans-serif;
    font-weight: 600;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-bottom: 20px;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

.main_btn {
    display: inline-block;
    background-image: linear-gradient(to right,#2c28b1 0%,#9b5cf6 51%,#2c28b1 100%);
    background-size: 200% auto;
    padding: 0 35px;
    color: #fff;
    border: none;
    font-size: 13px;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.main_btn {
    background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%)
}

    .main_btn:hover {
        background-position: right center;
    }

.event_time_area {
    padding-bottom: 70px;
}

.event_time_inner {
    max-width: 944px;
    margin: auto;
    margin-top: auto;
    background: #fff;
    margin-top: -130px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 30px 0 rgba(153,153,153,.3);
    box-shadow: 0 8px 30px 0 rgba(153,153,153,.3);
    padding-top: 45px;
    padding-bottom: 50px;
}

.event_text {
    padding-left: 65px;
}

    .event_text h3 {
        color: #222;
        font-size: 21px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .event_text p {
        margin-bottom: 0;
    }

.timer_inner {
    text-align: center;
    overflow: hidden;
}

    .timer_inner .timer {
        max-width: 380px;
        margin: auto;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        border-radius: 5px;
    }

        .timer_inner .timer .timer__section {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            padding-top: 20px;
            padding-bottom: 0;
            position: relative;
        }

            .timer_inner .timer .timer__section .timer__number {
                font-size: 36px;
                color: #222;
                font-family: heebo,sans-serif;
                font-weight: 700;
            }

            .timer_inner .timer .timer__section .timer__label {
                font-size: 14px;
                font-family: roboto,sans-serif;
                margin-top: 6px;
                color: #777;
                text-transform: capitalize;
            }

.form .registration {
    padding: 40px 30px;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(0,0,0,0.7);
    margin-bottom: 60px;
}

    .form .registration h3 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .form .registration .form-control {
        margin-bottom: 10px;
        border: none;
        background-color: #eee;
        font-size: 14px;
    }

.welcome_text h3 {
    color: #222;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main_title {
    text-align: center;
    margin-bottom: 0px;
    color: #222;
    padding: 20px;
}

.main_title_bg {
    background-color: #ccc;
}

.team_area {
    background: #f9f9ff;
    /* background-image: linear-gradient( 90deg,  rgba(249,249,255,1) 21.5%, rgba(249,249,255,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 81.1% ); */
}

    .team_area h3 {
        margin-bottom: 30px;
        color: #222;
    }

.pt {
    padding-top: 50px;
}

.p_120 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.pad_btm {
    padding-bottom: 120px;
}

.team_item .team_name {
    text-align: center;
    margin-top: 0px;
    padding: 10px 0 3px 0;
}

.team_item {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

    .team_item .team_img {
        position: relative;
        overflow: hidden;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.team_item .team_img .hover a {
    font-size: 14px;
    color: #ddd;
    margin-right: 20px;
    line-height: 50px;
}

.team_item:hover .team_img .hover {
    bottom: 0;
    background-image: linear-gradient(to right, #f46b45 0%, #eea849 51%, #f46b45 100%) !important;
    color: #fff;
}

.team_item .team_img .hover {
    /* position: absolute; */
    left: 0;
    width: 100%;
    bottom: -97px;
    text-align: center;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    background: #1b3c72;
    color: #fff;
}

.carousel-control-prev i, .carousel-control-next i {
    color: #000 !important;
}

.event-agenda {
    margin-left: -25px;
}

.welcome_img {
    padding: 15px 0 15px 0px;
}

.welcome_inner {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)
}

.welcome_text {
    padding: 21px 20px;
}

    .welcome_text.animated.fadeInRight p {
        color: #fff;
    }

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-image: linear-gradient(to right,#F09819 0%, #FF512F 100%);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #555;
    }

@media only screen and (max-width: 576px) {
    .event-head h1 {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

    .event-head .event-date {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding: 5px 20px;
        background-color: rgb(235,114,47,0.7);
        margin-bottom: 20px;
    }

    .event-head .event-place {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 20px;
    }

    .event-head .event-slot {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 5px;
        margin-bottom: 20px;
    }

    .form .registration {
        margin-bottom: 80px;
    }

    .event_text {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .p_120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pt {
        padding-top: 0px;
    }
}