@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&display=swap'); body {
    margin: 0px;
    padding: 0px;
    font-family: "Anek Latin", sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

*:focus {
    outline: none;
    border: none;
}

.live-video {
    width: 100%;
    float: left;
    background: rgb(204 32 54);
    padding: 50px;
    text-align: center;
}

.live-video h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 25px;
    color: #545b3e;
    line-height: 50px;
    background: #fff;
    margin: 0;
}

.disclaimer {
    padding: 20px;
    width: 100%;
    float: left;
    background: #3f593c;
    font-size: 12px;
    color: #fff;
}

.center {
    max-width: 100%;
    margin: 0 auto;
    background: #fef5d5;
    border-radius: 20px;
    border: 1px solid #dbdee0;
    padding: 0 30px;
}

.center h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 45px;
    color: #545b3e;
    line-height: 80px;
}

.relative {
    position: relative;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1000px;
}

.header {
    background: #fff;
    width: 100%;
    float: left;
    box-shadow: 0 0 10px #ccc;
    position: relative;
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 100%;
}

.header-in {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.banner {
    float: left;
    width: 100%;
    padding: 0;
    background: #fff;
    background: url(../images/banner-2025-1.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
    min-height: 500px;
}

.banner .text-part {
    width: 57%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.banner .text-part h1 {
    letter-spacing: 1px;
    font-size: 33px;
    color: #fff;
    line-height: 37px;
    font-weight: bold;
    text-shadow: 1px 1px BLACK;
}

.banner .text-part h1 span {
    color: #ffffff;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
}

.banner .text-part p {
    color: #fff;
    /* text-transform: uppercase; */
    padding: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    1px 1px
    COLOR: BLACK;
    text-shadow: 1px 1px BLACK;
    /* color: #cc2036; */
    margin-top: 0;
}

.banner .text-part h4 {
    color: #ffffff;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 1px 1px BLACK;
    line-height: 44px;
}

.banner .right-part {
    float: right
}

.form-box .form-section {
    background: rgb(204 32 54 / 80%);
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 20px;
    min-height: 100px;
    z-index: 9;
    position: relative;
}

.form-section h5 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Teko', sans-serif;
    padding-bottom: 15px;
}

.ctrl-wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 10px;
}

.ctrl-wrap label {
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0 10px 0;
    /* padding-left: 0; */
}

.ctrl-wrap label.validate_error {
    font-weight: normal;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
    padding-left: 20px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    color: #ff0000;
    text-align: left;
    margin-left: 19px;
    padding: 0px 5px;
    text-transform: capitalize;
}

.ctrl-wrap .f-ctrl {
    background: #f4f9ff;
    border: none;
    width: 100%;
    padding: 10px 10px;
    border-radius: 6px;
}

.ctrl-wrap .error {
    color: #fff;
    font-size: 12px;
}

.btn-submit {
    width: 100%;
    background: #000;
    border: none;
    border-radius: 21px;
    padding: 5px 0;
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 29px;
    font-weight: bold;
    letter-spacing: 7px;
    color: #fff;
}

.event-section {
    width: 100%;
    float: left;
    background: #909a6e;
    padding: 30px 0;
}

.container-in {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.time-table {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.time-table h3 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Avenir LT Std';
    font-weight: bold;
}

.time-table h2 {
    margin: 10px 0px;
    padding: 0px;
    font-weight: bold;
    font-family: 'Avenir LT Std';
    text-transform: uppercase;
}

.time-table p {
    margin: 0;
    font-family: 'Avenir Book';
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
}

.date-time {
    font-size: 24px;
    font-weight: bold;
}

.date-time span:nth-child(1) {
    margin-left: 0px;
}

.date-time span {
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin: 0 20px;
}

.vb {
    width: 100%;
    float: left;
    background: #ca2734;
}

.vb h2 {
    color: #fff;
}

.speaker {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.inside-text {
    display: none;
}

.speaker h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 35px;
    color: #ca2734;
    line-height: 80px;
    margin: 20px 0;
    background-image: url(../images/heading-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.speaker ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.speaker ul li {
    float: left;
    width: 27%;
    margin: 0 10px;
    text-align: center;
    margin: 0 auto;
}

.speaker ul li .char-img4 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.speaker ul li .char-img4 img {
    /* width: 100%; */
    border-radius: 100%;
    overflow: hidden;
    height: 120px;
    width: 120px;
}

.speaker ul li .char-img4 .speakername {
    padding: 5px 0;
    font-weight: bold;
    display: block;
}

.speaker ul li .char-img4 .speakerdesg {
    display: block;
    padding-bottom: 10px;
}

.agenda {
    background: #fefefe;
    width: 100%;
    float: left;
    padding: 50px 0;
}

.agenda h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 48px;
    color: #ca2734;
    line-height: 70px;
    margin: 20px 0;
    background-image: url(../images/agenda-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
}

.table thead tr th {
    background: #fbd33f
}

.table thead tr th:first-child {
    border-right: none;
    text-align: center;
}

.table thead tr th:first-child:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 30px;
    background: #000;
    width: 2px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    font-size: 18px;
    text-align: left;
    border-right: 1px solid #ccc;
    font-weight: bold;
    text-transform: uppercase;
}

.table>tbody>tr>td:last-child {
    border-right: none;
    font-weight: normal;
    text-transform: inherit;
}

.table span {
    color: #ca2734;
    display: block;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
    background: #464752;
    padding: 0;
}

.footer .text-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.footer p {
    margin: 0px;
    color: #fff;
}

.flex-p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 0 10px;
    width: 100%;
}

.flex-p #captcha {
    width: 73px;
    margin: 0 10px;
    border-radius: 5px;
    color: #000;
}

.refresh-captcha {
    background: #fbd33f;
    color: #000;
    padding: 9px;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .banner .text-part {
        width: 58%;
    }
}

@media only screen and (max-width: 992px) {
    .banner .text-part h1 {
        font-size: 34px;
        line-height: 41px;
    }

    .banner .text-part p {
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
    }

    .logo-parts {
        width: 70%;
    }

    .banner .text-part {
        width: 55%;
    }

    .banner .right-part {
        float: right;
        width: 40%;
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 10px;
        font-size: 14px;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        max-width: 165px;
        width: 100%;

    }

    .banner .text-part {
        height: auto;
        width: 100%;
		padding-top: 114px;
    }

    .banner .right-part {
        float: right;
        width: 100%;
    }

    .container-in {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .speaker , .time-table {
        width: 100%;
        margin: 20px 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .speaker ul li {
        width: 50%;
        margin: 0px;
    }

    .date-time {
        font-size: 20px;
        font-weight: bold;
    }

    .footer .text-footer {
        justify-content: center;
    }

    .speaker h3 {
        line-height: 30px;
        background-size: contain;
    }

    .logo-parts {
        width: 100%;
        margin-bottom: 10px;
    }

    .logo {
        text-align: center;
        width: 100px;
    }

    .banner {
        padding: 20px 0;
    }

    .banner .text-part h1 {
               font-size: 23px;
        line-height: 26px;
        margin: 0;
    }
.banner .text-part h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 44px;
}
.banner .text-part h4 br{display:none;}
.banner {
       
        background-color: #332310;
        background-size: contain;
		background-position: top;
    }
    .banner .text-part p {
        font-size: 14px;
        font-weight: bold;
        line-height: 19px;
    }
	.banner .text-part h1 span.mob{font-size:20px!important;}
    

    .form-section h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .center {
        padding: 0;
    }
}

@media only screen and (max-width: 481px) {
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        width:50%;
        font-size: 12px;
    }

    .banner {
       
        background-repeat: no-repeat;
        background-position: top;
        padding: 20px 0 20px 0;
       
    }

    .banner .text-part p {
        padding-bottom: 0;
    }
	.banner .text-part h1 span {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
}
}
