@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Audiowide');


body, html{
    padding: 0;
    margin: 0;
}


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
  }
  
  #status {
    background-image: url('../images/logo/loader.gif');
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 60%;
    background-repeat: no-repeat;
    background-position:top center;
    margin: -100px 0 0 -100px;
    text-align: center;
    font-family: 'Audiowide', cursive;
    font-size: 1.4em;
  }

#menue_fixed{
    position: fixed;
    top:10%;
    right:10%;
    z-index: 999;
    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: 999;
    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);
}

.hero-sec{
   /* margin: 0;
    width: 100%;
    height: 100vh;
    font-family: "Exo", sans-serif;
    color: #fff;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;*/
    background: linear-gradient(to bottom, #ff9900 16%, #ff3300 103%);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 49% 73%, 69% 74%, 0 33%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 49% 73%, 69% 74%, 0 33%, 0 0);
    min-height: 100vh;
    position: relative;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

#c-logo, #j-logo{
    position: absolute;
    top: 28px;
    height: 15%;
}
#c-logo{
    right: 2%;
}
#j-logo{
    left: 5%;
    width: 133px;
    height: 70px;
}


#n-logo{
    width: 118px;
    margin-left: 653px;
    margin-top: 9px;
}

.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%);
    min-height: 45px;
    background-color: #100E17;
    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: #fff;   
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05em;
}
.wrapper > ul > li > a :hover{ 
    color: rgb(248, 69, 69);
}

.data{
    position: absolute;
    top: 30vh;
    left: 20%;
    text-align: justify;  

}
#t-logo{
    padding-left: 16%;
    margin-top: -267px;
    height: 73px;
    width: 203px;
}
.data > h1 {
    font-family: 'Audiowide', cursive;
    font-weight: 600;
    font-size: 5em;
    font-style: italic;
    margin-top: 87px;
}

.data > h2{
    margin-top: -10px;
    text-align: right;
    font-family: 'Audiowide', cursive;
    font-weight: 600;
    font-size: 5em;
    font-style: italic;
    color: brown;
}
.data-p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;


}
.side_btn_div{
    position: absolute;
    left:2%;
    bottom: 15vh;
}
.side_button{
    display: block;
    /*width: 180px;*/
}
#hand{
    height: 200px;
    position: absolute;
    top: 43vh;
    left: -150px;
}
.para{
    position: absolute;
    left: 12%;
    top: 86vh;
    font-weight: 1000;
    color: #af1d31;
    font-size: large;
}
.side-image-shadow{filter: drop-shadow(0px -10px 0px rgba(0, 0, 128));}
.side-image{
    -webkit-clip-path: polygon(100% 0, 100% 100%, 46% 78%, 61% 58%, 53% 33%, 84% 0);
    clip-path: polygon(100% 0, 100% 100%, 46% 78%, 61% 58%, 53% 33%, 84% 0);
    background-image: url('../images/slider5.jpg');
    background-position: right;
    background-color: #00AF9F;
    background-size: 48% 68%;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
}


#about-event{
    min-height: 80vh;
}
.section2{
    -webkit-shape-outside:  polygon(100% 0, 35% 67%, 41% 52%, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 35% 67%, 41% 52%, 0 100%, 100% 100%);
    shape-outside:  polygon(100% 0, 35% 67%, 41% 52%, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 35% 67%, 41% 52%, 0 100%, 100% 100%);
    min-height: 80vh;
    width: 100%;
    background: linear-gradient(to bottom, #ff9900 16%, #ff3300 103%);
    float: right;
    position: relative;
}
.heading-left{
    font-family: 'Audiowide', cursive;
    padding-left: 12%;
    padding-top: 5%;
}
.heading-left > h1{
    font-size: 4em;
    text-decoration: underline;
}
.section-data-left{
    position: absolute;
    left:30%;
    right: 10%;
    padding-top: 80px;
}
.section-data-left > p{
    text-align: justify;
    text-indent: 50px;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: initial;
}


.col-md-4, .col-sm-4, .col-xs-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.heading-gallery{
    font-family: 'Audiowide', cursive;
    text-decoration: underline;
    padding-bottom: 10px;
    padding-left: 3%;
}
#gallery-hidden-section{
    padding: 10px 0 7px 0;
}
#video, #gallery{
    cursor: pointer;
    text-align: center;
    margin: 0 15px 15px 15px;
    transition: 1.5s;
    border-top:solid rgb(255, 255, 255) 2px;
    border-bottom:solid rgb(255, 255, 255) 2px;
}
#video:hover{
    border-top:solid rgb(255, 0, 0) 2px;
    border-bottom:solid rgb(255, 0, 0) 2px;
}
#gallery:hover{
    border-top:solid rgb(51, 255, 0) 2px;
    border-bottom:solid rgb(51, 255, 0) 2px;
}
.img-responsive{
    opacity: 1;
    transition: 0.8s;
}
#gallery-hidden-section * img:hover{
    opacity: 0.6;
}
.video-hidden{
    display: none;
}
.youtube-btns{
   text-align: center;
   padding-top: 10%;
}
.btn{
    width: 72% !important;
    padding: 15px;
}
.hidden_gallery{
    display: none;
}
#view_more{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    color: #0651A0;
    padding: 20px;
    cursor: pointer;
}
#less{
    display: none;
    cursor: pointer;
}
.key-area{
    background-image: url('../SVG/piller.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-height: 100vh;
    width: 100%;
    margin-top: -12px;
}
.heading-center{
    padding: 50px; 
    font-family: 'Audiowide', cursive; 
}
.heading-center > h1{
    font-size: 4em;
    text-decoration: underline;
}
.key-area * a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.15em;
    color: #0651A0;
}

.left-item, .right-item{
    width: 45%;
    display: inline-block;
    padding-left: 15%;
    margin-top: -2%;
}
.left-item> ul > li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
    font-size: 2.15em;
    padding-bottom: 10px;
} 

.right-item > ul > li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 1000;
    font-size: 2.15em;
    padding-bottom: 10px;
}

.key-area:before{
    position:absolute;
    width:100%;
    height:750px;
    content:'';
    background-color: #FDEA1C;
    z-index:-1;
    transform-origin:top left;
    transform: skewY(10deg);
}


#symposium_img{
    height: 500px; 
    padding: 5% 10% 5% 25%; 
}




#speakers{
    position: relative;
}
.c_speaker, .speak_heading{
    position: absolute;
}
.speak_heading{ 
    font-family: 'Audiowide', cursive;
    padding-left: 12%;
    padding-top: 2%;
}
.speak_heading > h1{
    font-size: 4em;
    text-decoration: underline;
}


.morp_svg{
    fill:#FDEA1C;
}   

.c_speaker{
    padding-top: 15%;
    padding-left: 25%;
    font-size: 1.4em;
}
.c_speaker > ul >li {
    list-style-type: circle;
    padding: 3px;
}
#sp_2017_data, #sp_2016_data, #sp_2015_data, #sp_2014_data{
    opacity: 0;
    transform: translateY(-300px);
}

.sp_buttons{
    position: absolute;
    margin-top: 40%;
    margin-left: 20%;
}  
.cp_ib_btn {
    display: inline-block;
    border: 2px solid #0651A0;
} 
.button_selected {
    background-color: #0651A0;
    color: white;
    border: 1px solid white;
}
.button_sp{
    position: relative;
    background-color: orange; 
    color: #000; 
    border-radius: 15px;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    transition: background-color 0.5s;
    transition: color 0.5s;
    transition: border 0.2s;
    box-shadow: none;
}
.cp_ib_btn{
    display: inline-block;
    border: 2px solid #0651A0;
}
.button_sp:hover{
    background-color: #0651A0; 
    color: white; 
    border: 1px solid white;
}
.sp-mobile{
    background-image: url('../SVG/sp_btm.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
#sp_2017_data-mobile, #sp_2016_data-mobile, #sp_2015_data-mobile, #sp_2014_data-mobile{
    display: none;
}
.speaker-mobile-heading{
    font-family: 'Audiowide', cursive;
    padding-left: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1.4em;
    text-decoration: underline;
}
.c_speaker-mobile{
    padding-left: 4%;
    font-size: 1em;
}
.c_speaker-mobile > ul >li {
    list-style-type: circle;
    padding: 3px;
}
.cp_ib_btn-mobile{
    border: 2px solid #0651A0;
}



#schedule{
    background-image: url('../SVG/schedule_bg.svg'), url('../SVG/sc_bottom.svg');
    background-position: top, bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    margin-top: -6px;
    padding-bottom: 5%;
}
.committee, .event-table{
    margin-top: 5%;
}
.event-table * p{
    font-size: 1.7em;
    color: #0651A0;
}
.committee * h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 2em;
}
.committee * p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
}
#schedule * h2{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    text-decoration: underline;
    padding-bottom: 20px;
}
.committee * hr{
    height: 1px;
    background-color: red;
    margin-top: -5px;
}
.table > tbody > tr > td{
    font-size: 1.3em;
}
.table > thead > tr > th{
    font-size: 1.5em;
}

#venue-cont{
    background-image: url('../SVG/trees.svg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 5%;
    position: relative;
}
.ve_data, .co_data{
    position: absolute;
}
.contact{
    margin-left: 10%;
    margin-top: 10%;
}
.venue{
    padding-left: 50%;
}
.ve_data > img{
    position: absolute;
    top: 10px;
}
.co_data > img{
    position: absolute;
    top: 0;height: 100%;
}
.ve_data > p{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    padding: 12% 10% 10% 15%;
    text-align: center;
    z-index: 1;
}
.venue > h1{
    font-family: 'Audiowide', cursive;
    padding-top: 5%;
    font-size: 3em;
    text-decoration: underline;
}
.contact > h1{
    font-family: 'Audiowide', cursive;
    padding-top: 5%;
    font-size: 3em;
    text-decoration: underline;
}

.co_data > p{
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 600;
    padding: 12% 10% 10% 15%;
    text-align: center;
    z-index: 1;
}
#venue-cont * a{
    text-decoration: none;
}
#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;
}
button:visited{
   background-color: red;
    color: white;
    border: 1px solid blue;
}

.button_sp  {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.button_sp:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    opacity: 10;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.button_sp:active {
    color: #000
}

.button_sp:active:after {
    background: transparent;
}

.button_sp:hover:before {
    opacity: 1;
}

.button_sp:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/* download button style  */

.btn  {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    opacity: 10;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.btn:active {
    color: #000
}

.btn:active:after {
    background: transparent;
}

.btn:hover:before {
    opacity: 1;
}

.btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #a52121;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



