.slider.float_l {
    background-image: url('../images/slide.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    height: 723px;
}
.welcome-area.float_l {
    padding: 62px 0 72px 0;
}
.welcome-text {
    float: left;
    width: 57%;
}
.welcome-text .heading {
    font-size: 36px;
    color: #bf1e2e;
    text-transform: uppercase;
    font-weight: bold;
    margin: 32px 0 0 0;
    line-height: 44px;
}
.welcome-text .heading2 {
    font-size: 30px;
    font-weight: bold;
    margin: 26px 0 28px 0;
    line-height: 38px;
}
.welcome-text .simple-text {
    font-size: 16px;
}
.welcome-img {
    float: right;
    margin: 0 4%;
    width: 32%;
}
.welcome-img img{
    float: left;
}
.support-area.float_l {
    background-image: url('../images/support-area-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 42px 0;
}
.support-con {
    float: left;
    margin: 0 3%;
    width: 94%;
    padding: 30px;
    text-align: center;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.46);
}
.support-con .heading {
    font-size: 45px;
    color: #bf1e2e;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 55px;
}
.support-con .heading2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
}
.support-con .simple-text {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 25px 13%;
}
.support-con a.more {
    float: left;
    margin: 36px 35% 6px 35%;
    width: 30%;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 36px;
    padding: 4px 0;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.support-con a.more:hover {
    background-color: #000;    
    border: 2px solid #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.who-talking-area.float_l {
	background-color: #dfdfdf;
    background-image: url('../images/who-talking-bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.who-talking-area .heading {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}
.who-talking-area .heading2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    color: #747474;
    text-align: center;
    margin: 6px 0 42px 0;
}
.who-talking-box {
    float: left;
    width: 48%;
    margin: 0 1%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.72);
    padding: 30px 30px 55px 30px;
    line-height: 26px;
}
.speaker .title {
    color: #bf1e2e;
    font-weight: bold;
}
.speaker.float_l {
    margin: 6px 0;
}
.speaker a {
    color: #000;
}
.speaker a:hover {
    text-decoration: underline;
}
.who-talking-area a.more {
    float: left;
    margin: 48px 35% 5px 35%;
    width: 30%;
    text-align: center;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    line-height: 36px;
    padding: 4px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.who-talking-area a.more:hover {
    background-color: #fff;    
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sponsors-area.float_l {
    padding: 70px 0 50px 0;
}
.sponsors-area .heading {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    margin: 0 0 50px 0;
}
.sponsors-logo img {
    max-width:100%;
}
.sponsors-logo a {
    display:inline-block;
    text-align:center;
    margin: 0 1%;
    width: 23%; 

}











@media screen and (max-width: 1200px) {
	.slider.float_l {
	  height: 540px;
	}
	.slider.float_l, .support-area.float_l, .who-talking-area.float_l {
	  background-size: cover;
	}
	.welcome-text {
	  width: 60%;
	}
	.welcome-text .heading, .support-con .heading, .who-talking-area .heading, .sponsors-area .heading {
	  font-size: 28px;
	  line-height: 36px;
	}
	.welcome-text .heading2, .support-con .heading2, .who-talking-area .heading2 {
	  font-size: 24px;
	  line-height: 32px;
	}
	.welcome-text .heading {
	  margin: 0;
	}
	.support-con .simple-text {
	  font-size: 18px;
	}
	.support-con a.more {
	  margin: 10px 35% 6px;
	}
	.who-talking-box {
	  min-height: 483px;
	}
	.welcome-text .heading2 {
	  margin: 10px 0;
	}
}
@media screen and (max-width: 990px) {
	.welcome-text .heading, .support-con .heading, .who-talking-area .heading, .sponsors-area .heading {
	  font-size: 26px;
	  line-height: 34px;
	}
	.welcome-text .heading2, .support-con .heading2, .who-talking-area .heading2 {
	  font-size: 20px;
	  line-height: 28px;
	}
	.support-con {
	  margin: 0;
	  width: 100%;
	}
	.support-con .simple-text {
	  padding: 15px 0;
	}
	.support-con a.more {
	  margin: 10px 30% 6px;
	  width: 40%;
	}
	.who-talking-box {
	  min-height: 510px;
	}
	.who-talking-area a.more {
	  margin: 48px 30% 5px;
	  width: 40%;
	}
	.slider.float_l {
	  height: 420px;
	}
}
@media screen and (max-width: 768px) {
	.welcome-text {
	  width: 100%;
	}
	.welcome-img {
	  display: none;
	}
	.welcome-area.float_l, .support-area.float_l {
	  padding: 30px 0;
	}
	.support-con {
	  text-align: left;
	}
	.support-con .simple-text {
	  font-weight: normal;
	}
	.support-con a.more {
	  margin: 10px 0 0;
	  padding: 4px 35px;
	  width: auto;
	}
	.who-talking-box {
	  margin: 10px 0;
	  min-height: auto;
	  width: 100%;
	}
	.who-talking-area a.more {
	  margin: 48px 0 0;
	  padding: 4px 35px;
	  width: auto;
	}
	.sponsors-logo a {
	  margin: 2%;
	  width: 46%;
	}
}