body, html {
    padding: 0;
    margin: 0;
}
 .dp{
            width: 20%;
            border-radius: 50%;
            border-style: groove;
            box-shadow: 0 0 2px #888;
            border: 8px solid gainsboro;
            border-right-style: outset;
            border-top-style: inset;
        }

.data2{
    text-align: justify;
}
.insight_space{
    background-image: url('../SVG/template_bg.svg');
    min-height: 35vh;
    width: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}


#menue_fixed{
    position: fixed;
    top:10%;
    right:10%;
    z-index: 9999;
    font-size: 1.8em;
    background-color: #FF61FF;
    height: 50px;
    width: 50px;
    padding-top: 8px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 3px 3px 10px 0px rgba(148,148,148,1);
    display: none;
    cursor: pointer;
}
#bottom_fixed{
    position: fixed;
    bottom:2%;
    right:10%;
    z-index: 9999;
    font-size: 1.8em;
    background-color: #00cc00;
    color: white;
    height: 50px;
    width: 50px;
    padding-top: 8px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 3px 3px 10px 0px rgba(148,148,148,1);
    display: none;
    cursor: pointer;
}
#close-op{
    display: none;
}
#menue_options_fixed{
    position: fixed;
    top:20%;
    right:-10%;
    z-index: 9999;
    text-align: center;
    display: none;
    width: 390px;
    overflow: hidden;
}
#menue_options_fixed * a{
    text-decoration: none;
}
#menue_options_fixed * p{
    font-size: 1.1em;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.options{
    margin: 10px 0;
    height : 30px;
    width: 100px;
    padding: 5px;
    background-color: #FF61FF;
    border-radius: 7px;
    box-shadow: 3px 3px 10px 0px rgba(148,148,148,1);
}

#c-logo, #j-logo{
    position: absolute;
    top: 20px;
    height: 15%;
}
#c-logo{
    right: 2%;
}
#j-logo{
    left: 2%;
}

.nav-css-wrapper{
    position: absolute;
    top: 10%;
    left: 20%;
    width: 60%;
}
.nav-css{
    -webkit-clip-path: polygon(0 0, 91% 0, 100% 100%, 9% 100%);
    clip-path: polygon(0 0, 91% 0, 100% 100%, 9% 100%);
    height: 45px;
    background-color: #FDED3C;
    width: 100%;
    padding-top: 12px;
    position: relative;
}
.wrapper > ul{
    list-style-type: none;
}
.wrapper > ul > li{ 
    display: inline;
    padding: 25px;
}
.wrapper > ul > li > a{
    text-transform: uppercase;
    text-decoration: none;
    color: black;   
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05em;
}
.wrapper > ul > li > a :hover{ 
    color: rgb(248, 69, 69);
}

.head-speaker{
    background-image: url('../SVG/template_bg.svg');
    min-height: 100vh;
    width: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sp-heading{
    text-align: center;
    padding-top: 45vh;
}

.profile{
    padding-top: 10%;
}

.sp_list{
    padding: 10% 5%;
    width: 80%;
}
.sp_list > ul > li > a{
    font-size: 1.6em;
    text-decoration: none;
    transition: 1.2s;
}
.sp_list > ul > li > a:hover{
    color: black;
}
.sp_list > ul{
    list-style: none;
}
.sp_list > ul > li{
    padding: 10px 0;
    text-align: center;
    transition: 1.2s;
}
.sp_list > ul > li:hover{
    border-radius: 15px;
    background-color: #FDED3C;
}
.profile_data{
    background-image: url('../SVG/schedule_bg.svg'), url('../SVG/trees.svg');
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -11px;
    min-height: 90vh;
}

#footer{
    height: 30vh;
    background-image: linear-gradient(to bottom, #fdea1c, #ecdc30, #dbcd3d, #cbbf47, #bbb14e);
    padding-bottom: 50px;
}
#footer * img{
    height: 45%;
}
#footer * li{
    display: inline-block;
    font-size: 2em;
    margin: 15px 10px 5px 10px;
}

