body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    vertical-align: top;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 2px solid #f7d347;
    padding: 25px 0;
}

.header .logo {
    width: 30%;
    float: left;
}

.banner {
    width: 100%;
    float: left;
    background: #d3eaf4;
}

.banner .container {
    position: relative;
}

.banner .container .banner-contnet {
    position: absolute;
    left: 20px;
    top: 77px;
    font-size: 45px;
    width: 46%;
}

.banner figure {
    margin: 0px;
    padding: 0px;
    float: right;
}

.date-time i {
    margin-right: 10px;
}

.date-time {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #4fa3c6;
    padding: 60px 0 0 0;
}
.socailhead{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #4fa3c6;
    padding: 20px 0 10px 0;
    }
ul.plf{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    clear: both;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 0;
}
ul.plf li{}
ul.plf li a{}
.footer {
    width: 100%;
    float: left;
    background: #464752;
    padding: 10px 0;
}

.footer .text-footer {
    display: flex;
    justify-content: center;
    align-items: self-start;
    padding: 0;
}

.content {
    width: 100%;
    float: left;
	padding:50px  0;
}

.content ul.agenda {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.content ul.agenda li:last-child {
    border: none;
}

.content ul.agenda li {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.content h3 {
    color: #f7d347;
    background: #1d4260;
    padding: 5px 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0 20px 0;
}

.content h3 span{
    text-align: right;
    float: right;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}

.content p {
    font-size: 29px;
    font-weight: 300;
    line-height: 41px;
    text-align: left;
    margin: 0;
}

.speaker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

.speaker .speaker-images {
    margin-right: 20px;
    width: 300px;
}

.speaker .desc {
    width: calc(100% - 300px);
}

.speaker .desc h4 {
    margin: 0px;
    padding: 0px;
    font-size: 35px;
    font-weight: bold;
}
form{    margin: 30px 0;}
.ctrl-wrsp{
    width: 100%;
    float: left;
    margin: 10px 0;
}
.ctrl-wrap-in{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ctrl-wrap-in label{
    width: 20%;
    font-size: 25px;
    line-height: 30px;
    font-weight: lighter;
}
*{outline:none;}
.ctrl-wrap-in .f-ctrl.red{border:1px solid #ff0000;}
.ctrl-wrap-in .f-ctrl{
    border: 1px solid #4ea2c5;
    width: calc(100% -  20% );
    padding: 5px 10px;
    height: 45px;
}
.error{font-size: 12px;
    color: #ff0000;
    text-align: left;
    width: 100%;}
.two-col-con{display: flex;    clear: both;    justify-content: space-between;}
.two-col-con .two-col .wrwp{display:flex;align-items: center;justify-content: flex-start;width: 100%;margin-bottom: 20px;margin-top: 10px;flex-direction: column;}
.two-col-con .two-col .wrwp .wrwp-in{display:flex;width: 100%;align-items: center;}
.two-col-con .two-col{width: 45%;}
.two-col-con .two-col label{
    width: 231px;
    font-size: 25px;
    line-height: 30px;
    font-weight: lighter;
}
.two-col-con .two-col .f-ctrl{
    border: 1px solid #4ea2c5;
    width: 280px;
    padding: 5px 10px;
    height: 45px;
}
.two-col-con .two-col:last-child{width: 51%;}
.submit-btn{
    color: #f7d347;
    background: #1d4260;
    padding: 5px 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0 20px 0;
    border: none;
    min-width: 200px;
}
@media screen and (max-width: 1024px) {
	.banner figure {
  
    width: 50%;
}
.banner .container .banner-contnet {
   
    font-size: 35px;
    
}
}


@media screen and (max-width: 992px) {
	.banner .container .banner-contnet {
    font-size: 28px;
	top:30px;
}
.two-col-con .two-col label,
.ctrl-wrap-in label {
   
    font-size: 19px;
}
.two-col-con .two-col,.two-col-con .two-col:last-child {
    width:49%;
}
.ctrl-wrap-in label {
    width: 22%;
  
}
}

@media screen and (max-width: 767px) {
	.banner .container .banner-contnet {
    
    position: static;
}
.banner {
  
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner figure {
    width: 100%;
}
.banner .container .banner-contnet {
    
    width: 100%;
    padding: 15px 0;
    top: 0;
}
.header .logo {
    width: 100%;
    
	
}
.date-time {
   
    padding: 20px 0;
}
.content p {
    font-size: 19px;
    line-height: 25px;
    
}
.speaker {
    
    flex-direction: column;
}
.speaker .desc {
    width: 100%;
}
.speaker .speaker-images {
    margin-right: 0;
    width: 100%;
}
.ctrl-wrap-in {
    
    flex-direction: column;
}
.ctrl-wrap-in label {
    width: 100%;
}
.ctrl-wrap-in .f-ctrl {
     width: 100%;
}
.two-col-con {
  
    flex-direction: column;
}
.two-col-con .two-col, .two-col-con .two-col:last-child{ width: 100%;}
.two-col-con .two-col label, .ctrl-wrap-in label{ width: 100%;}
.two-col-con .two-col .wrwp .wrwp-in {
    
    flex-direction: column;
}
.two-col-con .two-col .f-ctrl{width:100%;}
}