@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f0f0f0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
color:#fff;
}

.sidebar{ position:fixed; left:0;}
.fp-viewing-home .navbar {
    opacity: 0
}

.navbar.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: ease-in
}
.keyicon p{font-weight:bold;}
.navbar {
    padding-top: 10px;
    padding-bottom: 10px
}
.navbar-nav li {
    padding: 0 5px;
    font-weight: 700
}

.navbar-nav>li>a {
    color: #431144;
    font-size: 14px;
    text-transform: uppercase;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent
}

.navbar .container-fluid {
    display: table
}

.navbar img {
    display: inline-block
}

.main-nav {
    background: rgba(255,255,255,0.9);
    padding: 0
}

.fp-viewing-intro .navbar {
    opacity: 0
}	
	#fp-nav ul li a span, .fp-slidesNav ul li a span,#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{ background:#fff;}

.navbar.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: ease-in;
}

section#intro {
    background-image: url(../images/homes5.jpg);
    background-size: cover;
    color: #09385a;
    background-position: left top;
}

.agenda,
.contact,
.key-theme,
.partner,
.register,
.speakers,.attend,.home section{
    background-image: url(../images/bg-digital.jpg);
    background-size: cover;
    color: #fff;

}
.section .cont-wrap .section-title,.home h2,.section-title{ position:relative;padding-bottom:10px;margin-bottom:30px;}
.section .cont-wrap .section-title::before ,.home h2::before,.section-title::before {
    content: "";
    width: 12px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all 0.3s ease;
}
.section .cont-wrap .section-title::after,.home h2::after, .section-title::after {    content: "";
    width: 72px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -25px;
    border-radius: 2px;
    transition: all 0.3s ease;}.main-content{padding-top:100px;}
.intro-bottom{ background:url(../images/home-moon.png) no-repeat left top;background-size: cover;    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0; background-position:center bottom;}
	
	.intro-bottom1{ background:url(../images/btm-about.png) no-repeat left top;background-size: cover;    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0; background-position:center bottom;}
	
	.intro-bottom2{ background:url(../images/btm-common.png) no-repeat left top;background-size: cover;    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0; background-position:center bottom;}
	.cont-wrap {
	max-width:800px;
	text-align:center;
	padding-top:100px;
	margin:0 auto;
	color:#fff;
   
}

.navbar-nav li a.ann-btn {
    background: #431144;
    color: #f59b6c;
    padding: 5px;
    text-decoration: none;
    -webkit-animation: glowing 1.5s infinite;
    -moz-animation: glowing 1.5s infinite;
    -o-animation: glowing 1.5s infinite;
    animation: glowing 1.5s infinite
}

.desktop{display:block;}
.mobile{display:none;}
ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	 flex-wrap: wrap;margin-top:30px;
}
ol.gradient-list > li {
    background: #fff;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 2rem;
    padding: 0.8rem 1rem 0.8rem 3rem;
    position: relative;
    width: 45%;
    float: left;
    margin: 0 15px 30px 15px;
	color:#330d35;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: #011641;
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.gradient-list > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #f59b6c;
    display: flex;
    justify-content: center;
    padding: 10px;
    z-index: 1;
    margin: 0;
    font-size: 20px;
}
ol.gradient-list > li:before {
  background: #431144;
}


ol.gradient-list > li h3{    color: #f59b6c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;}
	body.attendm,body.agendam{ background:url(../images/bg-attends.png) no-repeat center bottom; background-attachment:fixed;background-size:cover;}
	.why-attend{    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
	top:100px;}
ul#attend1  {

text-align:center;
margin:0 auto;
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
}

.attend ul li {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
    text-align: left;
}
.attend ul li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #fff;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}
.attend .btn-register {
 
}
.btn-register {
    background-color: #fff;
    border-color: #fff;
    color: #3f1b37;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 5px 30px;
    box-shadow: 0 0 10px #fff;
    -webkit-box-shadow: 0 0 10px #fff;
    -moz-box-shadow: 0 0 10px #fff;
    -ms-box-shadow: 0 0 10px #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    display: block;
   max-width: 200px;
    margin: 0 auto;
    color: #330d35;
}
.btn-register:hover{  background: #3f1b37; color:#f59b6c;}
.card.shadow {
    max-width: 800px;
    width: 100%
}

.contact .card,
.register .card {
 background: rgba(63,27,35,0.6);
    color: #330d35;
}

.card-title {
    color:#f59b6c;
    FONT-WEIGHT: BOLD
}
h5.card-title.main-t {
    font-size: 22px;color:#fff;
}
.card-text,
.card-text a
{color:#fff;}
.social-icons ul {
    text-align: center;
    margin: 0;
    padding: 0 0 30px 0
}

.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0 10px 0 0;
	font-size:26px;
}

.social-icons ul li a {
    color: #fff;
}


.partner .client-logo {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    background:#fff;
     flex-direction: column;
    padding: 10px 20px;
height:auto;
    text-align: center;
    font-weight: bold;
     border-left: 1px solid #ccc;
    position: relative;
  margin:0;
}
.client-title{font-size:18px;font-weight:bold;}

#section3 .clients-wrap {
    position: relative;
    margin-bottom: 10px;
    /* margin: 0; */
}
.client-logo img{   margin-top: 10px;}
.itv-btn {
    background: #f50100;
    color: #fff;
    padding: 3px 5px;
    margin: 5px 0 0 10px;
    font-size: 13px;
}
.attend-content {
    max-width: 800px;
    margin: 0 auto;
    background: rgba(63,27,35,0.6);
    padding: 20px;
}
.why-attend h4 {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    color: #f59b6c;
font-weight:bold;
}
.why-attend p {
    color: #fff;
    border-bottom: 1px dashed #f59b6c;
    padding-bottom: 15px;
}
.why-attend h4::before {
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #f59b6c;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}
a.register-btn {
    background: #431144;
    border: 2px solid #f59b6c;
    color: #f59b6c!important;
    text-transform: uppercase;
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-weight: bold;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
}

.advertise-btn {
    width: 170px;
    padding: 10px 16px;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    right: 40px;
    background: #bb4759;
    color: #330d35;
    font-weight: bold;
    font-size: 17px;
    border-radius: 55px;
    text-align: center;
}


.advertise-btn:hover{  color:#f59b6c;}
.pulse {
    overflow: visible;
  }

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}
@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.main-nav.mob-nav {
    display: none;
}
.box1 {
    border-bottom: 1px dashed rgba(255,155,108,0.4);
    padding: 12px 0;
}
.tab-pane {
    background: rgba(63,27,35,0.6);
}
.agenda .main-content .nav-tabs .nav-link.active {
    background: #330d35;
    color: #fff;
    font-weight: bold;
    border: 0;
}
.agenda .main-content .nav-tabs .nav-link {
    color: #fff;
}
a{outline:0;}
.modal-content{background:#431146;}
.modal-dialog{max-width:700px;}
section.agenda .main-container{padding-top:100px;}
section.agenda .main-content p{text-align:left;}
@media (min-width:0px) and (max-width:1024px) {.main-t{padding-bottom:0px;margin:0;}.attend{margin-bottom:100px;}
.fa.fa-bars{font-size: 20px;color:#f59b6c;margin-top:5px;}
button.navbar-toggler{padding-right:30px;}
    .attend h2 {
    text-align: center;
    font-size: 22px;
}
.main-nav.mob-nav {
    display: block;
    padding-top: 10px;
padding-bottom: 10px;
}
	   .sidenav {
        background-color: #3f1b37;
    }
    .sidenav li>a {
        color: #fff;
        display: block;
        font-size: 17px;
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        padding: 0 32px;
        font-weight: 600
    }
    .navbar-nav li {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .logo-container {
        max-width: 280px;
        margin: 0 auto
    }
    .logo-container img {
        margin: 0 auto
    }
.desktop{display:none;}
    .main-nav.mob-nav {
        display: block;
background:#3f1b37;
    }
.client-title{font-size:20px;font-weight:bold;}
.btn-register{font-size:16px;max-width:150px;}
    .main-nav {
        display: none
    }
.mobile{display:block;}
.navbar-brand{padding:6px 0 6px 20px;}
.section{height:auto;}
.section.intro{ height:300px;}
.home section {
    background-position: right top;padding:0;}
.main-content{padding:40px 0;}
.main-content h2{ font-size:22px;}
.attend ul li{font-size:16px;}
.main-content p{text-align:center;font-size:16px;line-height:20px;}
.home section.key-theme, .home section.partner{padding:40px 0;}
.attend{margin:0;}
.intro{margin: 60px 0 0 0;}
.navbar-nav>li>a{color:#f59b6c;}
section{position:relative;}
.mobile{position:absolute;bottom:0;}
.advertise-btn {font-size:14px;width:115px;padding:10px;bottom:60px;}
a.register-btn{font-size:14px;bottom:10px;}
.main-nav {
    display: none;
}
.main-nav.mob-nav {
    display: block;
}
h5.card-title.main-t {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

.card-title {
    color: #f59b6c;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.key-theme .col-md-3{width:50%;}
}

.speaker-block-two{
  position: relative;
  padding: 0 25px;
  margin-bottom: 40px;
}

.speaker-block-two .inner-box{
  position: relative;
  text-align: center;
    overflow: hidden;

}

.speaker-block-two .image-box{
  position: relative;
    overflow: hidden;
}

.speaker-block-two .image-box .image{
  position: relative;
  padding: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bb4759+0,f59b6c+100 */
background: #bb4759; /* Old browsers */
background: -moz-linear-gradient(left, #bb4759 0%, #f59b6c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #bb4759 0%,#f59b6c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #bb4759 0%,#f59b6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb4759', endColorstr='#f59b6c',GradientType=1 ); /* IE6-9 */
     overflow: hidden;

}

.speaker-block-two .image-box .image:after,
.speaker-block-two .image-box .image:before{  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #e62f4b;
  content: "";
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.speaker-block-two.two .image-box .image:after,
.speaker-block-two.two  .image-box .image:before{
    background-color: #3a95c1;
}
.speaker-block-two.three .image-box .image:after,
.speaker-block-two.three  .image-box .image:before{
    background-color: #871489;
}

.speaker-block-two.four .image-box .image:after,
.speaker-block-two.four  .image-box .image:before{
    background-color: #a118a3;
}

.speaker-block-two.five .image-box .image:after,
.speaker-block-two.five  .image-box .image:before{
    background-color: #d44ebd;
}

.speaker-block-two.six .image-box .image:after,
.speaker-block-two.six   .image-box .image:before{
    background-color: #b436a4;
}

.speaker-block-two.seven .image-box .image:after,
.speaker-block-two.seven  .image-box .image:before{
    background-color: #73dae9;
}

.speaker-block-two.eight .image-box .image:after,
.speaker-block-two.eight   .image-box .image:before{
    background-color: #0099d3;
}

.speaker-block-two.nine .image-box .image:after,
.speaker-block-two.nine   .image-box .image:before{
    background-color: #08a6d6;
}





.speaker-block-two .inner-box:hover .image-box .image:after,
.speaker-block-two .inner-box:hover .image-box .image:before{
  height: 100%;
}

.speaker-block-two .inner-box .image-box .image:after{
  opacity: .40;
  z-index: 1;
  top: auto;
  bottom: 0;
}

.speaker-block-two .image-box .image img{
    position: relative;
  display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
    z-index: 1;
}

.modal.show .modal-dialog{ max-width:1000px;}
.speaker-block-two .speaker-details{
  position: absolute;
  left: 0;
  right:0;
  text-align:center;
  margin:0 auto;
  bottom: 0;
  color: #fff;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  font-weight: bold;
  height:auto;
  display:inline-block;

}
.speakers .col-md-4{float:left;}

.caption-box{margin:10px 0 0 0;}
.caption-box h4,.caption-box p{margin:0;padding:0;}
.speaker-block-two .speaker-details p {
    padding: 0 20px;
    margin: 0;
    word-break: break-all;
    font-size: 17px;
}
.speaker-block-two .inner-box:hover .speaker-details {
    top: 125px;
    opacity: 1;
}

.speakers{background:#2a0928;}
.caption-box h4{color:#bb4759;font-weight:bold;}

.speakers .main-content{padding: 100px 25px;font-weight:bold;}
.sprow{display:flex;flex-wrap:wrap;justify-content:center;}



.no-pad
{
    padding: 0;
}
.partner .client-title {
     height: auto;
    padding: 0 10px;
    line-height: 30px;
    font-size: : 14px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 20px;
    top: 0;
    margin: 0;
color:#391734;
}
.partner .clients-wrap {
    position: relative;
    margin-bottom: 10px;
    /* margin: 0; */
 
}
#mix{border:0;}
.br{border-right:1px solid #ccc;}
.partner .client-logo {
background:#fff;

    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background:#fff;
    height: auto;
    flex-direction: column;
    padding: 0;
    text-align: center;
    font-weight: bold;
     border-left: 0;
    position: relative;
  margin:0;
border:0;
}
 .clients-wrap {
    position: relative;
    margin-bottom: 10px;
    /* margin: 0; */
}
.client-logo img{   margin-top: 10px;}
.partners .col-md-2{    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;}
.partner .client-title{text-align:center;}
section#intro {
background-image: url(../images/bg-digital.jpg);
    background-size: cover;
    color: #fff;
}