/* style for banner start */
.hero-banner{
    background: url(../images/index-banner.jpg) no-repeat var(--primary-trusted-blue);
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
/* .hero-banner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    background-color: var(--gray);
    opacity: 0.5;
    z-index: 1;
} */
.hero-banner__title{
    font-size: 3.25rem;
    font-family: var(--Title-font);
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 1rem;
}
.hero-banner__discription{
    font-size: 1.176rem;
    color: var(--white);
    margin-bottom: 0px;
}
.hero-banner__discription .heighlight{
    color: var(--tertiary-confident-gold);
    font-family: var(--Title-font);
}
.hero-banner__content{
    height: 100vh;
    display: flex;
    align-items: center;
    min-height: 600px;
    position: relative;
    z-index: 2;
}
.hero-banner__content-item{
    width: 50%;
}
.hero-banner__element{
    position: absolute;
    right: 7%;
    top: 20%;
    max-width: 400px;
}
@media screen and (max-width: 767px){
    .hero-banner__content-item{
        width: 100%;
    }
    .hero-banner__title{
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 991px){
    .hero-banner__content-item {
        width: 100%;
    }
}
/* style for banner end */
/* style for opportunities start */
.opportunities__card{
    display: flex;
    flex-wrap: wrap;
    background-color: var(--blue-bg);
    padding: 40px 0px;
    margin-top: 30px;
}
.opportunities__card .opportunities__card-item{
    flex: 0 0 auto;
}
/* .opportunities__card .opportunities__card-item.left{
    width: 40%;
} */
/* .opportunities__card .opportunities__card-item.left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.opportunities__card .opportunities__card-item.right{
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.opportunities__list .opportunities__list-item{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #CECECE;
    padding: 15px 0px;
    align-items: center;
}
.opportunities__list .opportunities__list-item:first-child{
    padding-top: 0px;
}
.opportunities__list .opportunities__list-item:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.opportunities__list .opportunities__list-item .list-item{
    flex: 0 0 auto;
}
.opportunities__list .opportunities__list-item .list-icon.list-item{
    width: 62px;
}
.opportunities__list .opportunities__list-item .list-content.list-item{
    width: calc(100% - 62px);
    padding-left: 50px;
}
.opportunities__card  .small-title{
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 10px;
}
.opportunities__card  p{
    font-size: 1rem;
    line-height: 1.4;
}
@media screen and (max-width: 767px){
    .opportunities__card{
        margin-top: 0px;
        padding: 20px 0px;
    }
    .opportunities__card .opportunities__card-item.right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .opportunities__list .opportunities__list-item .list-content.list-item{
        padding-left: 20px;
    }
}
@media screen and (max-width: 991px){
    .opportunities__card{
        margin-top: 0px;
        padding: 30px 0px;
    }
    .opportunities__card .opportunities__card-item.right{
        padding-left: 20px;
        padding-right: 20px;
    }
    .opportunities__list .opportunities__list-item .list-content.list-item{
        padding-left: 30px;
    }
}
/* style for opportunities end */
/* style for Takeaways start */
.blue-bg{
    background-color: #F4FCFF;
}
.takeaways-card-wrapper{
    margin-top: 30px;
}
.takeaways-card{
    background-color: #068898;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.takeaways-card__item{
    flex: 0 0 auto;
}
.takeaways-card__item.takeaways-card__icon{
    width: 80px;
}
.takeaways-card__item.takeaways-card__content{
    width: calc(100% - 80px);
    padding-left: 20px;
    color: var(--white);
}
.takeaways-card__item.takeaways-card__content p{
    color: var(--white);
    margin-bottom: 0px;
}
.takeaways-card__item.takeaways-card__content .small-title{
    color: var(--white);
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
    .takeaways-card-wrapper:first-child{
        margin-top: 0px;
    }
    .takeaways-card{
        padding: 15px 15px;
    }
}
@media screen and (max-width: 991px){
    .takeaways-card{
        padding: 20px 20px;
    }
    .takeaways-card-wrapper{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .sec-space-inside.takeaways{
        padding-bottom: 10px;
    }
}
/* style for Takeaways end */
/* style for streams section start */
.stream-card{
    padding: 20px 30px 20px 100px;
    background-color: var(--blue-bg);
    position: relative;
    height: 100%;
}
.stream-card-wrapper{
    margin-top: 30px;
}
.stream-card .small-title{
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 10px;
    color: var(--primary-trusted-blue);
}
.stream-card .stream-count{
    background-color: var(--primary-trusted-blue);
    width: 72px;
    height: 72px;
    color: var(--white);
    font-family: var(--Title-font);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
}
.stream-card p{
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
    .stream-card-wrapper:first-child{
        margin-top: 0px;
    }
    .stream-card {
        padding: 15px 15px 15px 100px;
    }
}
@media screen and (max-width: 991px){
    .stream-card-wrapper{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .stream-card {
        padding: 20px 20px 20px 100px;
    }
    .sec-space-inside.streams{
        padding-bottom: 10px;
    }
}
/* style for streams section end */
/* style for featured talks section start */
.featured-talks{
    background: url(../images/featured_talks.png) no-repeat var(--dark-blue);
    background-size: cover;
    background-position: center center;
}
.featured-talks__title-box .title{
    color: var(--white);
}
.featured-card{
    padding: 20px 15px 0px;
}
.featured-card .featured-image{
    width: 100%;
    background-color: #238e9c;
    /* min-height: 428px; */
    /* display: flex;
    justify-content: center;
    align-items: flex-end; */
    position: relative;
    padding-top: 20px;
}
.featured-card .featured-image .speaker-img{
    height: 100%;
    width: auto;
}
.speaker-img-wrapper{
    width: 100%;
    /* max-width: 288px;
    min-height: 480px; */
    /* position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    justify-content: center;
    max-height: 340px;
    overflow: hidden;
}
.featured-card .featured-image::after{
    position: absolute;
    content: "";
    width: 240px;
    bottom: -5.5px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    border-radius: 7px;
    background-color: var(--tertiary-confident-gold);
}
.featured-card .featured-content{
    margin-top: 15px;
    text-align: center;
}
.featured-card .featured-content .speaker-name{
    color: var(--white);
    font-family: var(--Title-font);
    font-size: 1.3rem;
    margin-bottom: 0px;
}
.featured-card .featured-content .designation{
    color: var(--white);
    font-family: var(--Main-font);
    font-size: 1.1rem;
    margin-bottom: 0px;
}
/* .featured-card .featured-image::before {
    content: "";
    position: absolute;
    top: -12px;
    right: -12px;
    width: 60px; 
    height: 60px; 
    background: #50c59b;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%, 60% 40%, 0 40%);
} */
.featured-carousel.owl-carousel .owl-nav button.owl-next svg{
	transform: rotate(180deg);
}
.featured-carousel.owl-carousel .owl-nav button svg path{
    fill: var(--white);
}
.featured-carousel.owl-theme .owl-nav [class*=owl-]{
	width: 60px;
    height: 35px;
    border: 1px solid #27D1A0;
    border-radius: 8px;
}
.featured-carousel.owl-theme  .owl-nav{
    text-align: right;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #27D1A0;
    color: #FFF;
    text-decoration: none;
}
@media screen and (max-width: 767px){
    .featured-carousel.owl-theme .owl-nav{
        text-align: center;
    }
}
/* style for featured talks section end */
/* style for agenda start */
.agenda-card{
    background-color: #e7f6f8;
    padding: 40px 30px;
    margin-top: 30px;
    height: 100%;
}
.agenda-card .agenda-card__title{
    width: 100%;
    background-color: #238e9c;
    max-width: 320px;
    padding: 8px 15px;
    text-align: center;
    margin-bottom: 45px;
}
.agenda-card .agenda-card__title .agenda-day{
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--Medium-font);
    color: var(--white);
}
.agenda-card .agenda-card__title .agenda-date{
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 0px;
    font-family: var(--Medium-font);
}
.agenda-time-line{
    width: 100%;
}
.agenda-time-line .agenda-item{
    width: 100%;
}
.agenda-time-line .agenda-item{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.agenda-time-line .agenda-item .agenda-number{
    flex: 0 0 auto;
    width: 37px;
    position: relative;
    z-index: 2;
}
.agenda-time-line .agenda-item .agenda-number .agenda-number-count{
    font-size: 1rem;
    line-height: 1;
    color: var(--white);
    font-family: var(--Medium-font);
    width: 37px;
    height: 37px;
    background-color: var(--secondary-nautical-navy);
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
    z-index: 2
}
.agenda-time-line .agenda-item:first-child .agenda-number .agenda-number-count{
    margin-top: 0px;
}
.agenda-time-line .agenda-item .agenda-content {
    flex: 0 0 auto;
    position: relative;
    width: calc(100% - 60px);
    margin-left: auto;
    padding: 30px 0px;
    border-bottom: 1px solid #CECECE;
}
.agenda-time-line .agenda-item:first-child .agenda-content{
    padding-top: 0px;
}
.agenda-time-line .agenda-item:last-child .agenda-content{
    border-bottom: 0px;
    padding-bottom: 0px;
}
.agenda-time-line .agenda-item .agenda-content .agenda-time{
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-family: var(--Medium-font);
}
.agenda-time-line .agenda-item .agenda-content .agenda-venue{
    font-size: 1.5rem;
    color: var(--secondary-guiding-green);
    /* color: var(--primary-trusted-blue); */
    margin-bottom: 8px;
    font-family: var(--Medium-font);
}
.agenda-time-line .agenda-item .agenda-content .agnda-key-note{
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 0px;
    font-family: var(--Medium-font);
}
.agenda-time-line .agenda-item .agenda-number:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    top: 0px;
    bottom: -37px;
    left: 18.5px;
    border-right: 1px dashed var(--secondary-nautical-navy);
    z-index: 1;
}
.agenda-time-line .agenda-item:last-child .agenda-number::after{
    display: none;
}
@media screen and (max-width: 767px){
    .agenda-card-wrapper:first-child .agenda-card{
        margin-top: 0px;
    }
    .agenda-card{
        padding: 15px 15px;
    }
    .agenda-time-line .agenda-item .agenda-content .agenda-venue{
        font-size: 1.3rem;
    }
    .agenda-time-line .agenda-item .agenda-content .agnda-key-note {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 991px){
    .agenda-card{
        margin-top: 0px;
    }
}
/* style for agenda end */
/* style for location start */
.location__content .location__title-box{
    margin-bottom: 20px;
}
.location__content .location-item.text{
    padding-left: 30px;
}
.location__content .location-item.text p{
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px){
    .location__content .location-item.text p{
        font-size: 1.2rem;
    }
    .location__content .location-item.text{
        padding-left: 15px;
        margin-top: 20px;
    }
}
/* style for location end */