@charset "utf-8";
/* CSS Document */
html{
     scroll-behavior: smooth;
}
body{
    color:#0c5460;
    font-family: Roboto;
    font-size: 16px;
   
}
.ftco-section {
    padding: 5em 0;
    position: relative;
}
.ftco-section-mini{
    padding: 2em 0;
    position: relative;
}
.section-title{
    font-weight: bolder;
}
.title-normal{
    font-weight: bold;
}
/*--------------- Main Menu -----------------*/
.header {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.menu-4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-4 * {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu-4 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 .7em;
    overflow: hidden;
}
.menu-4 a {
    padding: 0.3em 0;
    color: #212121;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
}
.menu-4 a:before,
.menu-4 a:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.menu-4 a:before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #e67e22;
}
.menu-4 a:after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: #212121;
    white-space: nowrap;
}
.menu-4 li:hover a,
.menu-4 .current a {
    transform: translateY(100%);
}

/*-----------------Banner Section ------------*/
.banner-section{
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: 80px;
}
.title-align{
	padding-top:225px;
}
.heighlight {
    background: #ffffff;
    width: 438px;
    margin: 25px auto;
    padding: 10px;
}

/*--------------- Timer Section --------------*/
.timer{
    min-height: 150px;
}
.counter-class > div{
    display: inline-block;
}
.counter-class .counter-days,
.counter-class .counter-hours,
.counter-class .counter-minutes,
.counter-class .counter-seconds{
    font-weight: 100;
    font-size: 30px;
}
/*------------------- Registration Section----------------*/
.registration{
    background-color: #005aab;
}
.reg-title{
    font-weight: bold;
    color: #FF0000;
}
.field-title{
    color: #ffffff;
    font-size: 17px;
}
.field-title sup{
    color: #ff0000;
    font-size: 18px;
}
/*------------- Information --------------*/
.info {
    background-color: olive;
}
/*------------------- About -------------*/
.about-content {
    line-height: 32px;
}
.about-other {
    background-color: #00a0e3;
}
.information{
    min-height:395px;
}
/*------------------- Exhibition --------------*/
.exhibition {
    background-color: #ed1c24;
}
/*------------------ Agenda -----------*/
.agenda {
    background-color: #2C2C6D;
}
/*----------- Organizer ---------*/
.organizer {
    background-color: #005aab;
}
.org-color{
color:indigo;
}
.org-logo {
    min-height: 80px;
}
/*------------------ Contact -----------------*/
.contact {
    background-color: #ed1c24;
}
/*-------------------- Copy Right --------------*/
.copyright {
    background-color: #99A513;
    padding: 20px 0;
}
