*{
	margin: 0;
	padding: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
body{
	font-family: poppins, sans-serif;
}
img{
	width: 100%;
}
.li-p{
    margin-left: 20px;
}
.h5-p{
    color: #00447a;
    font-size: 16px;
}
.li-p li{
    font-size: 14px;
}
.pad-right0{
    padding-right: 0;
}
.header-div{
	/*position: absolute;*/
    width: 100%;
    transition: all .3s ease;
    background: #222;
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    background: #222;
    transform: translateY(0);
    z-index: 99;
}
.header-div .navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding: 10px 15px;
    font-size: 15px;
}
.banner-div{
    position: relative;
    width: 100%;
}
.banner-btn{
    position: absolute;
    bottom: 115px;
    left: 45px;
    font-weight: 600;
}
.abt-div{
    padding: 50px 0;
    background-image: url(../images/about_section_top_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
.abt-div img{
    width: 100%;
    border-radius: 10px;
}
.abt-box{
        box-shadow: 0 20px 60px 0 rgb(0 0 0 / 10%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 30px 50px;
    width: 120%;
    margin-left: -20%;
    background: #fff;
    margin-top: 50px;
    border-radius: 10px;
}
.abt-back{
    background-image: url(../images//shape-4.png);
    padding: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.abt-text{
    margin-top: 30px;
    background: #fff;
    padding: 30px;
}
.abt-text p{
    font-size: 16px;
    line-height: 27px;
    color: #666666;
    text-align: justify;
}
.about-div{
	padding: 40px 0 40px 0;
}
.about-div h1{
	margin: 0;
    font-weight: 500;
    font-size: 32px;
    color: #00283c;
}

.about-div p{
	margin-top:10px;
    margin-bottom: 0;
    text-align: justify;
    font-size: 16px;
    color: #424242;
    line-height: 27px;
}
.about-div ul{
    margin-left: 30px;
    margin-top: 10px;
}
 .buttons {
	 margin-top: 40px;
	 border-radius: 30px;
}
}
 .blob-btn {
	 z-index: 1;
	 position: relative;
	 padding: 20px 46px;
	 margin-bottom: 30px;
	 text-align: center;
	 text-transform: uppercase;
	 color: #0505a9;
	 font-size: 16px;
	 font-weight: bold;
	 background-color: transparent;
	 outline: none;
	 border: none;
	 transition: color 0.5s;
	 cursor: pointer;
	 border-radius: 30px;
}
 .blob-btn:before {
	 content: "";
	 z-index: 1;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 border: 2px solid #0505a9;
	 border-radius: 30px;
}
 .blob-btn:after {
	 content: "";
	 z-index: -2;
	 position: absolute;
	 left: 3px;
	 top: 3px;
	 width: 100%;
	 height: 100%;
	 transition: all 0.3s 0.2s;
	 border-radius: 30px;
}
 .blob-btn:hover {
	 color: #fff;
	 border-radius: 30px;
}
 .blob-btn:hover:after {
	 transition: all 0.3s;
	 left: 0;
	 top: 0;
	 border-radius: 30px;
}
 .blob-btn__inner {
	 z-index: -1;
	 overflow: hidden;
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 border-radius: 30px;
	 background: #fff;
}
 .blob-btn__blobs {
	 position: relative;
	 display: block;
	 height: 100%;
	 filter: url('#goo');
}
 .blob-btn__blob {
	 position: absolute;
	 top: 2px;
	 width: 25%;
	 height: 100%;
	 background: #0505a9;
	 border-radius: 100%;
	 transform: translate3d(0, 150%, 0) scale(1.7);
	 transition: transform 0.45s;
}
 @supports (filter: url('#goo')) {
	 transform: translate3d(0, 150%, 0) scale(1.4);
}
 .blob-btn__blob:nth-child(1) {
	 left: 0%;
	 transition-delay: 0s;
}
 .blob-btn__blob:nth-child(2) {
	 left: 30%;
	 transition-delay: 0.08s;
}
 .blob-btn__blob:nth-child(3) {
	 left: 60%;
	 transition-delay: 0.16s;
}
 .blob-btn__blob:nth-child(4) {
	 left: 90%;
	 transition-delay: 0.24s;
}
 .blob-btn:hover .blob-btn__blob {
	 transform: translateZ(0) scale(1.7);
}
 @supports (filter: url('#goo')) {
	 transform: translateZ(0) scale(1.4);
}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion:before{
    content: "";
    width: 1px;
    height: 94%;
    background: #8b0202;
    position: absolute;
    top: 20px;
    left: 29px;
    bottom: 20px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 0 0 12px 50px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #fcc797 0%,#821805 100%);
    position: absolute;
    top: 0;
    left: -2px;
}
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #d5cbcb;
    border: 1px solid #550527;
    position: absolute;
    top: 50%;
    left: -48px;
    transform: translateY(-50%);
}
#accordion .panel-title a{
    display: block;
    padding: 15px 55px 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #151853;
    border: none;
    margin: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: normal;
    color: #151853;
    text-align: center;
    border: 1px solid #151853;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{ content: "\f067"; }
#accordion .panel-body{
    padding: 0 30px 15px;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}
.panel-body ul{
    margin-left: 30px;
}
.panel-body ul li{
    color: #273b57;
}
.agenda-div{
	background: #151853;
	padding: 80px 0;
}
.agenda-div h2{
	text-align: center;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.agenda-div h2 span{
	    color: #ffd192;
}
.panel-title h5{
    font-size: 16px;
}
.panel-title h6{
	font-size: 16px;
	line-height: 24px;
}
.panel-body p{
	line-height: 22px;
    font-size: 16px;
    margin: 10px 0 0 0;
}
.panel-body img{
	border-radius: 50%;
}
.margin-20{
	margin-top: 20px;
}
.text-inner{
	    line-height: 22px;
}
.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    margin: 0;
    margin-right: 5px;
    font-size: 20px;
    padding: 11px 50px;
    line-height: 1.5;
    text-transform: uppercase;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #444;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #ffffff;
    font-size: 14px;
    border-radius: 0;
    background: darkgray;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgb(0 141 208);
    color: #FFFFFF;
	font-size: 14px;
}
.speaker-box{
    padding: 10px;
    margin-top: 10px;
    border: 2px dotted #ffae1b;
    border-radius: 10px;
}
.speaker-box h6{
    color: #707070;
    font-size: 13px;
    margin: 0;
}
.speaker-box h5{
    color: #202020;
    font-size: 16px;
    margin: 0;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    /*box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 14%);*/
    background: #ffffff70;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.bg-map{
	background-image: url(../images/bg-map.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	padding: 50px 0 0 0;
}
.card-body h3{
	color: #241f69;
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: 50px;
}
.card-body p{
	color: #273b57;
    font-size: 16px;
    text-align: justify;
}
.city-div{
    padding-bottom: 30px;
}
.date-div{
	background-color: rgb(0 141 208);
    padding: 15px 10px 5px 10px;
    width: 100%;
    border-radius: 15px;
}
.date-div span{
	    font-size: 35px;
    color: #fff;
}
.date-div h5{
	    font-size: 16px;
    color: #fff;
}
.card-header h1{
        font-size: 30px;
    text-align: center;
    margin-top: 20px;
}
.spe-k{
	padding:0;
}
.spk-desc{
    padding: 10px;
}
.spk-desc h4{
    font-size: 15px;
    color: #ffae1b;
    font-weight: 600;
    text-align: center;
}
.job{
    font-size: 13px;
    line-height: 17px;
    color: #4e4e4e;
    text-align: center;
}
.ova_speaker_list {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.ova_speaker_list img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}
.ova_speaker_list .content {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
    background-color: rgb(255 255 255 / 68%);
}
.ova_speaker_list .content:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid rgb(255 255 255 / 68%);;
    border-left: 500px solid transparent;
    top: -50px;
    left: 0;
    position: absolute;
}
.spek-body p{
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
}
.ova_speaker_list .content .trig {
    position: absolute;
    background: #ffae1b;
    width: 30px;
    height: 30px;
    top: -30px;
    right: 10px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 19px;
}
.ova_speaker_list .content .title a{
	color: #000;
}
.ova_speaker_list:hover .content .title a{
	color: #fff;
}
.ova_speaker_list:hover .content .job{
	color: #fff;
}
.ova_speaker_list .content .title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 18px;
}
.ova_speaker_list .content .job {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
        color: #151853;
}
.ova_speaker_list .content ul.social {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ova_speaker_list .content ul.social li {
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}
.ova_speaker_list .content ul.social li a {
        color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    border-radius: 100%;
}
.fa.fa-facebook, .fa.fa-twitter {
    font-family: "FontAwesome";
    font-weight: 400;
}
.ova_speaker_list:hover .content {
    background-color: rgba( 72,98,196, 0.9 );
}
.ova_speaker_list:hover .content:before {
    border-bottom-color: rgba( 72,98,196, 0.9 );
}
.ova_speaker_list:hover .content ul.social {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    visibility: visible;
    height: 40px;
    margin-bottom: 30px;
}
.spe-k h1 {
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    color: #00283c;
    text-align: center;
    margin-bottom: 30px;
}
.footer-div{
	background: #020535;
	padding: 30px 0;
}
.foot-logo{
    float: right;
    width: 80%;
}
.footer-div h2{
	color: #ebe1a8;
	font-size: 1.5rem;
}
.footer-div h6{
	color: #d5d5d5;
}
.footer-div a{
	color: #fff;
	font-size: 1rem;
}
.footer-div p{
	margin: 0 0 10px 0;
	color: #fff;
}
.line-div{
	width: 100%;
	background: #7b7b7b;
	height: 1px;
	margin: 20px 0;
}
.modal-dialog {
    max-width: 700px !important;
}
.modal-header {
    padding: 10px 10px 0 0;
    border-bottom: none;
}


.no-pad{
    padding: 0;
}
.theme-div{
        background-image: url(../images/event-speaker-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    background-attachment: fixed;
}
.theme-div::before {
    background-color: rgb(2 27 60 / 83%);;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.theme-div h1{
    font-size: 28px;
    color: #fff;
}
.theme-div p{
    margin: 10px 0 0 0;
    color: #fff;
}
.theme-div ul{
    margin: 10px 0 0 30px;
    color: #fff;
}
.topic-box{
    padding: 30px 50px;
    height: 400px;
}
.topic-right{
    background-image: url(../images/slide-12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 80px;
    height: 400px;
}
.topic-left{
    background-image: url(../images/slide-13.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 80px;
    height: 400px;
}
.topic-box h5{
    color: #0099d9;
    font-weight: bold;
    font-size: 24px;
}
.topic-box ul li{
    color: #222;
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
}
.hr-line{
    width: 50px;
    height: 3px;
    background: #fff;
    margin-bottom: 20px;
}

.navbar-dark .navbar-toggler{
    margin-top: 13px;
    border-color: none;
}
.logo1{
    width: 100%;
    margin-top: 5px;
}
.logo3{
    width: 30%;
}
.logo2{
    width: 30%;
}
.offcanvas-collapse {
    position: fixed;
    top: 70px;
    bottom: 0;
    right: -300px;
    width: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: /*#343a40*//*#f8f9fa*/#1e242a;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: right, visibility;
}

.offcanvas-collapse {
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    z-index: 9

}

.offcanvas-collapse.open {
    right: 0;
    visibility: visible;
    z-index: 9;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}
.spek-body ul{
    margin-left: 20px;
}
.spek-body ul li{
    font-size: 14px;
}
.openBtn{
    cursor: pointer;
}


@media screen and (max-width: 1199px) {
	.date-div {
	    background: #241f69;
	    padding: 20px 30px;
	    width: 100%;
	}
	.mob-mar20{
		margin-top: 20px;
	}
    .key-box{
        height: 500px;
    }
}
@media screen and (max-width: 991px) {
	.mob-mar20{
		margin-top: 20px;
	}
	#accordion .panel-heading h5{
		font-size: 17px;
	}
    .topic-box{
        height: auto;
    }
    .abt-back {
    padding: 50px;
    }
    .logo2{
    width: 40%;
    }
    .logo3{
        width: 40%;
    }
    .navbar-dark .navbar-toggler {
        margin-top: 7px;
    }.offcanvas-collapse{
        top: 65px;
    }
}
@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
    .date-div {
	    background: #241f69;
	    padding: 20px 30px;
	    width: 100%;
	}
    .abt-box{
    padding: 20px;
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
}
.abt-box::before {
    left: 0px;
}
.logo2{
width: 50%;
}
.logo3{
    width: 50%;
}
.navbar-dark .navbar-toggler {
    margin-top: 7px;
}
.offcanvas-collapse{
        top: 60px;
    }
}
@media screen and (max-width: 575px) {
	.header-div{
		position: static;
	}
	.navbar{
		background: #222;
	}
	.date-div {
	    background: #241f69;
	    padding: 20px 30px;
	    width: 100%;
	}
    .logo1, .logo2, .logo3{
    width: 100%;
    }
    .offcanvas-collapse{
        top: 60px;
    }
    .banner-btn {
        position: absolute;
        margin-top: 10px;
        bottom: 3px;
        font-size: 12px;
        left: 64%;
    }
    .date-div{
        margin-bottom: 10px;
    }
    .pad-right0{
        padding-right: 15px;
    }
    .foot-logo {
    float: none;
    width: 35%;
    text-align: center;
}
}

