@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../font/Rajdhani-Bold.ttf') format('truetype');
    font-weight: 700;
}

ul {
    padding-left: 0;
    margin: 0;
}

body {
    font-family: 'Rajdhani', sans-serif !important;
}

button {
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.3s ease;
}

a:hover {
    transition: all 0.3s ease-in-out !important;
}

.top_nv ul {
    list-style-type: none;
}

.top_nv ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
}

.top_nv>ul>li:last-child {
    border-right: none;
}

.top_nv ul li a {
    display: inline-block;
    color: #555;
    font-size: 15px;
    font-family: 'Rajdhani', sans-serif;
    text-decoration: none;
    padding: 7px 5px;
}

.top_nv ul li a:hover {
    color: #0277BD;
}

.logo img {
    width: 125px;
    z-index: 2;
    position: absolute;
}

.brand {
    background: #E7e7e7;
}

.brand_contact>ul {
    list-style-type: none;
    display: inline-block;
    font-size: 18px;
}

.brand_contact>ul>li {}

.brand_contact>ul>li>p {
    margin-bottom: -6px;
}

.brand_contact>ul>li>a {
    font-weight: bold;
    text-decoration: none;
    color: #1B5E20;
}

.brand_contact>ul>li>a>i {
    font-size: 40px;
}

.brand_contact>ul>li>a:hover {
    color: #104213;
}

.ul_i {
    margin-right: 5px;
}

.branded_contact {
    padding: 18px 0;
}

.branded_contact h1 {
    margin: 0;
    font-weight: bolder;
    font-size: 40px;
    color: #00796B;
}

.center_nav {
    margin: 0 auto;
    width: 75%;
    float: none;
}

.center_nav li {}

.center_nav li a {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
    display: block;
    border-top: 4px solid transparent;
}

.center_nav li a:hover {
    border-top: 4px solid;
}

.active>a {
    background-color: transparent !important;
    border-top: 4px solid !important;
}

.dropdown-menu>li>a {
    padding: 10px 15px;
    border-top: none;
    font-weight: 500;
}

.dropdown-menu>li>a:hover {
    border-top: none;
}

.dropdown-menu {
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}

.custom_nav {
    margin: 0;
}

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
}

.bx-wrapper img {
    width: 100%;
}

.bx-wrapper .bx-viewport {
    position: initial !important;
}

.caption {
    position: absolute;
    top: 70%;
    left: 75%;
    visibility: hidden;
}

.caption_active {
    visibility: visible !important;
}

.caption p {
    color: white;
    font-size: 35px;
    font-weight: 700;
    text-decoration: underline;
}

.caption h1 {
    color: white;
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    background: rgba(67, 160, 70, 0.8);
    padding: 3px 18px;
}

.caption button {
    margin-top: 20px;
    margin-left: -800px;
    background: #FFEB3B;
    border: none;
    font-size: 23px;
    font-family: 'Rajdhani', sans-serif;
    color: black;
    font-weight: bold;
    padding: 14px;
}

.caption button:hover {
    background: #FFC107;
    transition: all 0.3s ease;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.6);
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 6px;
    margin: 0 5px;
    outline: 0;
    border-radius: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgba(255, 255, 255, 1);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
    background: #25aae1;
}

.bx-pager.bx-default-pager a.active {
    background: white !important;
}

.bx-wrapper .bx-controls-direction a i {
    position: absolute;
    top: 5px;
    left: 10px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 46%;
    outline: 0 none;
    text-indent: inherit;
    z-index: 9999;
    font-size: 34px;
    width: 39px;
    height: 47px;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(68, 68, 68, 0.6) none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-left: -9px;
    margin-right: -7px;
}

.about_text, .news_updates {
    text-align: center;
}

.about_text h1, .news_updates h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about_text p {
    font-size: 20px;
    font-weight: 700;
    color: #777;
}

.underline {
    width: 120px;
    height: 5px;
    margin: 0 auto;
    background: #7FC41C;
    margin-bottom: 10px;
}

.bx-wrapper {
    margin: 0 auto 25px;
}

.about_box {
    background: lightblue;
    color: white;
    padding: 15px;
}

.about_box h1 {
    font-size: 23px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 700;
}

.about_box p {
    margin-bottom: 2px;
    margin-top: 13px;
    font-size: 17px;
    text-align: justify;
}

.ones_padding {
    margin-left: 0;
    background: #2E7D32;
    ;
    min-height: 100%;
}

.ones_padding h1 {
    color: #fafafa;
    ;
    margin-bottom: 15px;
}

.ones_padding p {}

.twos_padding {
    background: #0288D1;
    min-height: 100%;
}

.twos_padding h1 {
    color: #a7ff28;
}

.twos_padding p {}

.three_padding {
    margin-right: 0;
    background: #F9A825;
    min-height: 100%;
}

.three_padding h1 {
    color: #1c3f6a;
}

.three_padding p {
    color: black;
}

.joripbar-bar {
    width: 0;
    height: 15px;
    margin-top: -15px;
    background: #ffab00;
}

.joripbar-title {
    background: #ccc;
    height: 15px;
    clear: both;
}

.jorip_div {
    padding: 20px 10px;
    border: 1px solid green;
    border-top: 1px solid transparent;
}

.answer {
    float: left;
    color: #E6EE9C;
    font-weight: bold;
}

.percent {
    float: right;
}

.scientist_category {
    list-style-type: none;
    margin-top: 20px;
}

.scientist_category li {
    border-bottom: 1px solid #33691e;
}

.scientist_category>li:last-child {
    border-bottom: none;
}

.scientist_category li a {
    font-size: 20px;
    font-weight: 700;
    color: #a7ff28;
    margin-top: 5px;
    display: block;
    text-decoration: none;
}

.scientist_category li a:hover {
    color: #87d21b;
}

.scientist_category li p {
    margin-top: 0;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.or_divider {
    overflow: hidden;
    text-align: center !important;
    color: #1c3f6a !important;
    font-weight: 700;
}

.or_divider:before, .or_divider:after {
    background-color: #cccccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.or_divider:before {
    right: 0.5em;
    margin-left: -50%;
}

.or_divider:after {
    left: 0.5em;
    margin-right: -50%;
}

.three_padding form label {
    font-size: 18px;
    color: #1c3f6a;
}

.three_padding form select, .three_padding form input {
    font-weight: 700;
    color: #666;
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: none;
}

.three_padding button {
    background: #1c3f6a;
    border: 1px solid transparent;
    color: white;
    font-weight: 700;
    padding: 7px 10px;
}

.three_padding button:hover {
    background: #122844;
    transition: all 0.3s ease;
}

.tab_ul {
    list-style-type: none;
    margin-top: 40px;
}

.tab_ul li {
    display: inline-block;
}

.tab_ul li a {
    display: inline-block;
    text-decoration: none;
    color: #515151;
    padding: 0 30px;
}

.tab_ul li a:hover {
    color: #0096d6;
}

.tab_ul li a i {
    font-size: 75px;
}

.tab_ul li a p {
    font-size: 25px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
}

#news {}

.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #ededed;
    margin: 0 auto;
}

.tab-content {
    background: #ededed;
}

.tab-content h1 {
    margin: 0;
}

.tab_ul li.active a {
    border-top: none !important;
    color: #0096d6;
}

.tab_ul li .triangle {
    display: none;
}

.tab_ul li.active .triangle {
    display: block;
}

.news_demo {
    padding: 10px;
}

.news_demo>p>a {
    display: inline-block;
    font-weight: 700;
}

.news_demo img {
    width: 100%;
}

.news_demo h1 {
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 14px;
}

.news_demo p {
    font-size: 18px;
}

.date_and_view p {
    font-weight: 700;
    border-right: 1px solid #ccc;
}

.date_and_view a {
    font-size: 18px;
    font-weight: 700;
    padding: 0 5px;
    color: #0096d6;
}

.date_and_view a i {}

.tab-pane {
    margin-top: 30px;
}

.date {
    padding: 0;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block !important;
}

.more_news {
    margin: 0 auto;
    display: block;
    border: 0;
    padding: 7px 17px;
    font-size: 19px;
    background: #7fc41c;
    font-weight: 700;
    margin-bottom: 50px;
}

.more_news:hover {
    background: #67a213;
}

.publication p {
    margin-bottom: 0;
    font-size: 18px;
}

.publication a {
    color: #444;
    text-decoration: none;
    font-weight: 700;
}

.publication a>p {
    font-size: 20px !important;
}

.publication a:hover {
    color: #666;
}

.publication {
    padding: 15px;
}

.publication a img {
    width: 100%;
}

.award_ul {
    list-style-type: none;
}

.award_ul li {
    display: inline-block;
    font-size: 18px;
}

.award_icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
}

.award_icon i {
    padding: 9px;
    color: white;
    font-size: 25px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
}

.award p {
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}

.footer {
    background: #131B1D;
}

.footer h1 {
    color: white;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.contact_us ul {
    list-style-type: none;
}

.contact_us ul li {
    margin: 10px 0;
}

.contact_us ul li a {
    font-size: 19px;
    margin-bottom: 10px;
    color: #999;
    text-decoration: none;
}

.contact_us ul li a i {
    font-size: 35px;
    margin-right: 10px;
}

.contact_us ul li a:hover {}

.follow_us {
	margin-top: 15px;
}

.follow_us a {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 7px;
    text-align: center;
    margin-right: 10px;
    color: white;
}

.fb_color {
    background: #3B5999;
}

.fb_color:hover {
    background: #2f477c;
}

.google_color {
    background: #DC4E42;
}

.google_color:hover {
    background: #c0443a;
}

.twitter_color {
    background: #55ACEF;
}

.twitter_color:hover {
    background: #4794cf;
}

.youtube {
    background: #FF0000;
}

.youtube:hover {
    background: #FF0000;
}

.menus a {
    display: block;
    color: #999;
    font-size: 18px;
    margin: 5px 0;
    text-decoration: none;
}

.menus a:hover {
    color: #cccccc;
}

.copyright {
    background: black;
    color: white;
    font-size: 18px;
    padding: 15px 0;
}

.copyright p {
    margin: 0;
}

.navbar-default .navbar-nav a {
    color: #2E7D32 !important;
}

.navbar-default {
    /*background-color:#E1F5FE;*/
}

/*NEWS CSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS*/

.news_banner {
    background: url("../image/news_banner.jpg");
    background-size: cover;
}

.news_banner h1 {
    color: white;
    font-weight: 700;
    font-size: 40px;
    margin: 6px 0 2px;
}

.latest_post h1, .author_calendar h1, .most_viewed h1 {
    font-weight: 700;
    font-size: 30px;
    color: #F6721F;
}

.news_icon {
    list-style-type: none;
}

.news_icon li {
    display: inline-block;
}

.news_icon li a {
    display: block;
    margin-right: 25px;
    color: #717171;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

.news_icon li a:hover {
    color: #444;
}

.news_line_blue, .news_line_deepBlue, .news_line_green {
    height: 6px;
}

.news_line_blue {
    background: #0097D8;
}

.news_line_deepBlue {
    background: #1D406A;
}

.news_line_green {
    background: #7FC41C;
}

.news_desc {
    background: #ebebeb;
    float: left;
    clear: both;
    padding: 14px 0;
    margin-bottom: 35px;
}

.news_desc_img {}

.news_desc_img img {
    width: 100%;
}

.news_desc_des {}

.news_desc_des p {
    font-size: 17px;
    text-align: justify;
}

.news_desc_des a {
    float: right;
    font-size: 17px;
    font-weight: bold;
    color: #F6721F;
}

.news_desc_des a:hover {}

.latest_post h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}

.pagination>.active>a {
    border-top: none !important;
    background-color: #337ab7 !important;
}

.pagination {
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
}

.most_viewed {
    float: left;
    clear: both;
}

.news_dem {
    padding: 0;
    padding-bottom: 10px;
}

.most_viewed {
    margin: 30px 0 50px;
}

.news_dem p {
    font-size: 17px;
    text-align: justify;
}

.date_and_vie a {
    font-size: 16px;
    color: #717171;
    font-weight: 700;
}

.date_and_vie a:hover {
    color: #444;
    text-decoration: none;
}

.news_dem h1 {
    font-size: 23px;
    font-weight: 700;
    margin: 7px 0;
    color: #444;
}

.news_dem>p>a {
    display: inline-block;
    font-weight: 700;
    color: #F6721F;
}

.authors {
    background: #ebebeb;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.authors ul {
    list-style-type: none;
}

.authors ul li {}

.authors ul li a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #666;
    margin-bottom: 20px;
}

.authors ul li a:hover {
    color: #7CC576;
}

.circle {
    width: 34px;
    height: 34px;
    background: #7CC576;
    border-radius: 17px;
    display: inline-block;
    margin-right: 16px;
}

.authors ul li a:hover .circle {
    transition: all 0.3s ease-in-out !important;
    background: white;
}

.authors ul li a:hover i {
    transition: all 0.3s ease-in-out !important;
    color: #7CC576;
}

.authors>ul>li>a>span>i {
    font-size: 21px;
    color: white;
    padding: 5px 9px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    width: 38px;
    height: 38px;
    font-size: 17px;
}

.message_option h2, .information h2 {
    color: #1c406b;
    font-weight: 700;
}

.contact_banner {
    background: url(../image/contact_banner.jpg);
    background-size: cover;
    color: white;
    padding: 5px 0 30px;
}

.contact_banner h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
}

.contact_banner p {
    font-size: 25px;
    border-top: 1px solid;
    display: initial;
}

.contact_form {
    width: 95%;
    margin-bottom: 30px;
}

.contact_form label {
    font-size: 19px;
    color: #666;
}

.contact_form input, .contact_form textarea, .contact_form select {
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #7fc41c;
    font-family: 'Rajdhani', sans-serif;
    color: #827b00;
    font-size: 17px;
}

.conf_reg_form input {
    border: 2px solid #3b73a4;
    color: #33618a;
}

.contact_form input::-webkit-input-placeholder, .contact_form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cfca77;
}

.contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #cfca77;
}

.contact_form input:focus, .contact_form textarea:focus {
    border-color: #6aad0a;
    box-shadow: 0;
}

.conf_reg_form input:focus {
    border-color: #33618a;
}

.contact_form button {
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    background: #7fc41c;
    border: none;
}

.contact_form button:hover {
    background: #82dd00;
    border: none;
}

.gnobb_title {
    color: #f26522;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
}

.gnobb_desc {
    color: #827b00;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

.information ul {
    list-style-type: none;
}

.information ul li {
    font-size: 24px;
    color: #f26522;
    font-weight: 700;
}

.information ul li i {
    margin-right: 5px;
}

.information ul li p {
    color: #444;
    font-weight: 500;
    font-size: 22px;
}

#map {
    width: 100%;
    height: 400px;
    float: left;
}

.map_heading h1 {
    text-align: center;
    font-weight: 700;
    color: #1c406b;
    font-size: 30px;
}

.conference_header {}

.conference_header h1 {
    color: white;
    font-weight: 700;
    font-size: 60px;
    margin: 35px 0 0;
}

.conference_header p {
    color: #7EC31A;
    font-weight: 700;
    font-size: 40px;
    margin-top: -10px;
}

.conference_date {
    color: white;
    font-weight: 700;
    font-size: 45px
}

.countDown, .cont_down {
    margin-top: 50px;
    margin-bottom: 30px;
}

.cont_down>div {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
}

.cont_down span {
    font-size: 55px;
    font-weight: 700;
    color: white;
}

.smalltext {
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin-top: -12px;
}

.days {
    color: #FEF56A !important;
}

.hours {
    color: #F26C4F !important;
}

.minutes {
    color: #0073BC !important;
}

.seconds {
    color: #7FC41C !important;
}

.conference_desc {}

.conference_desc img {
    width: 60%;
    margin-bottom: 15px;
}

.conference_main_menu {
    color: #F26C4F;
    font-weight: 700;
    font-size: 30px;
    margin: 10px 0;
}

.conference_desc p {
    font-size: 17px;
    text-align: justify;
}

.buy_ticket, .know_more {
    border: 1px solid transparent;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}

.buy_ticket {
    background: #003470;
    color: white;
}

.know_more {
    background: #F78E57;
    color: #444;
    margin-bottom: 5px;
}

.buy_ticket:hover {
    background: #002a5b;
}

.know_more:hover {
    background: #ff7228;
}

.con_desc_sched, .conference_contain {
    margin: 30px 0 30px;
    clear: both;
}

.conference_sched p {
    margin-bottom: 0;
}

.conference_sched p, .conference_menu_sub {
    font-weight: 700;
    font-size: 24px;
}

.con_sche_table {
    width: 100%;
    font-size: 17px;
}

.con_sche_table tr {}

.con_sche_table th {
    padding: 5px 15px;
}

.con_sche_table td {
    padding: 5px 15px;
}

.odd th {
    background: #d7d7d7;
}

.odd td {
    background: #d7d7d7;
}

.even td {
    background: #ebebeb;
}

.text_center {
    text-align: center;
}

.conference_map {
    margin-top: -20px;
}

.basic_regular {
    padding: 20px;
    min-height: 100%;
}

.regular {
    background: #2F7D32;
    color: white;
}

.premium {
    background: #0288D1;
    color: white;
}

.vip {
    background: #F9A825;
    color: black;
}

.vip>.a_line {
    background: black !important;
}

.price {
    font-weight: 700;
    font-size: 35px;
}

.big_price {
    font-size: 70px;
    line-height: 1;
}

.a_line {
    height: 2px;
    width: 100%;
    margin: 10px auto;
    background: white;
}

.category_ticket {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1;
}

.basic_regular ol {
    padding-left: 15px;
    font-size: 17px;
}

.basic_regular ol li {}

.basic_regular button {
    border: 1px solid transparent;
    color: #444;
    font-weight: 700;
    padding: 6px 10px;
    font-size: 17px;
    float: right;
    background: #ebebeb;
}

.basic_regular button:hover {
    background: #d7d7d7;
}

.sponsor_logo img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.profile_banner {
    background: url("../image/profile_bg.jpg");
    background-size: cover;
}

.profile_basic {
    margin-top: 50px;
}

.profile_basic_2 {
    margin-top: 30px;
    font-size: 20px;
}

.profile_basic, .profile_basic_2 {
    color: black;
}

.profile_basic>img {
    width: 160px;
    margin: 0 auto;
    display: block;
}

.profile_basic>h3 {
    font-weight: 700;
    text-align: center;
    margin: 5px 0;
    font-size: 30px;
    line-height: 0.7;
}

.profile_basic>p {
    font-size: 23px;
    text-align: center;
    line-height: 1;
}

.a_line_2 {
    height: 2px;
    background: white;
    width: 150px;
    margin: 0 auto;
}

.profile_basic ul {
    list-style-type: none;
    font-size: 24px;
    text-align: center;
    margin-top: 7px;
}

.profile_basic ul li {
    display: inline-block;
    margin: 0 2px;
}

.profile_basic ul li a {
    display: block;
    width: 40px;
    border: 1px solid transparent;
    height: 40px;
    border-radius: 20px;
    background: white;
    padding: 4px;
    color: black
}

.profile_basic ul li a:hover {
    background: black;
    color: white;
}

.profile_basic_2 ul {
    list-style-type: none;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}

.profile_basic_2 ul li {
    display: inline-block;
    margin: 0 10px;
}

.profile_basic_2 ul li a {
    text-decoration: none;
    color: black;
    padding: 10px 0;
    display: block;
}

.profile_basic_2 ul li a i {
    margin-right: 5px;
}

.profile_basic_2 ul li a:hover {
    color: #002a5b;
}

.nab_tab {
    background: #444;
}

.nab_tab>.container>.nav-tabs {
    border-bottom: none;
}

.nab_tab>.container>.nav-tabs>li>a {
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: white;
    font-weight: 700;
    border-bottom: 4px solid transparent;
}

.nab_tab>.container>.nav-tabs>li>a:hover {
    border: none;
    border-bottom: 4px solid #7FC41C !important;
    background-color: inherit;
}

.nab_tab>.container>.nav-tabs>li.active>a, .nab_tab>.container>.nav-tabs>li.active>a:focus, .nab_tab>.container>.nav-tabs>li.active>a:hover {
    border: none;
    border-top: none !important;
    border-bottom: 4px solid #7FC41C !important;
}

.tab_content {
    background: #ddd;
}

.tab_content>.container>.tab-content {
    background: none;
}

.tab_content>.container>.tab-content>.tab-pane {
    margin: 20px 0;
    font-size: 18px;
    text-align: justify;
}

.photo_gallery {
    margin: 20px 0;
}

.photo_gallery a {
    overflow: hidden;
    max-width: 100%;
}

.photo_gallery a img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.photo_gallery a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.photo_gallery>.col-md-3>p {
    font-size: 17px;
    font-weight: 700;
    color: #007236;
    margin-top: 10px;
}

.more_photos {
    margin-top: 20px;
    margin-bottom: 10px;
}

.list_banner_bg {
    background: #222E3E;
    margin-bottom: 30px;
}

.list_heading h1 {
    color: white;
    font-weight: 700;
}

.list_search {
    margin-top: 13px;
}

.list_search input {
    padding: 12px 10px;
    border: none;
    font-size: 17px;
    background: #405067;
    font-weight: 700;
    color: white;
}

.list_search button {
    padding: 12px;
    border: none;
    font-size: 17px;
    background: none;
    color: #ccc;
}

.list_search input:focus {
    outline: 2px solid #ccc;
}

.member_list_div {
    background: #E7FEC8;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}

.round_image {
    border: 1px solid transparent;
    width: 130px;
    height: 130px;
    border-radius: 65px;
    overflow: hidden;
    margin: 10px 0;
}

.round_image img {
    width: 100%;
}

.list_mem_info {}

.list_mem_info h2 {
    color: #1C3F69;
    font-weight: 700;
    font-size: 25px;
    margin: 17px 0 5px;
    line-height: 1;
}

.list_mem_info h3 {
    color: #F4785E;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.list_mem_info ul {
    list-style-type: none;
    margin: 10px 0;
    font-size: 20px;
}

.list_mem_info ul li {}

.list_mem_info ul li i {
    margin-right: 5px;
}

.send_msg {
    background: #1C3F69;
    color: white;
    margin-bottom: 15px;
}

.view_profile {
    background: #7FC41C;
    color: black;
    margin-bottom: 15px;
}

.view_profile:hover {
    background: #67a213;
}

.member_category {
    background: #EBEBEB;
    padding: 15px;
    margin-bottom: 30px;
}

.member_category h1 {
    margin: 0;
    font-weight: 700;
    color: #1C3F69;
}

.member_category p {
    font-size: 22px;
}

.member_category a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #F4785E;
}

.member_category a:hover {
    color: #fe4822;
}

.member_invit {
    color: #0197D6;
    font-size: 28px !important;
    font-weight: 700;
    margin: 10px 0;
}

.regi {
    background: #007236;
}

.regi:hover {
    background: #00632f;
}

.list_mem_reg {
    margin-bottom: 30px;
}

.detail_news h2 {
    font-size: 30px;
}

.detail_news .news_icon a {
    font-size: 20px;
    margin-bottom: 12px;
}

.detail_news .news_desc_des {
    margin-top: 20px;
}

.detail_news .news_desc_des p {
    font-size: 20px;
}

.highlight_text {
    display: block;
    background: #C5E1A5;
    padding: 10px;
    font-weight: 700;
    width: 95%;
    margin: 20px auto;
    font-style: italic;
}

.related_news ul li a {
    text-decoration: underline;
}

.related_news ul li a:hover {
    color: #1B5E20;
}

.detail_news .news_line_blue, .detail_news .news_line_deepBlue, .detail_news .news_line_green {
    height: 10px;
}

.calendar {
    margin-bottom: 20px;
}

.registration_banner {
    background: url("../image/profile_bg.jpg");
    background-size: cover;
    height: 120px;
}

.registration_banner h1 {
    font-weight: 700;
    font-size: 35px;
    color: white;
    margin-top: 41px;
}

.regi_ico {
    margin-bottom: 10px;
}

.regi_ico img {
    width: 100px;
    display: block;
    margin: -60px auto 0;
}

.appli_header {
    margin: 0 0 20px;
    font-weight: 700;
    color: #1C3F69;
}

.appli_info {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 3rem;
}

.appli_sub_header {
    font-weight: 700;
    color: #F4785E;
    font-size: 22px;
    margin: 0 0 10px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -38px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked+span {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -57px top no-repeat;
}

.checkbox-inline, .radio-inline {
    padding-left: 0;
}

.radio_reg {
    margin-bottom: 10px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked+span {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -19px top no-repeat;
}

.checkbox label, .radio label {
    padding-left: 0;
}

.register_button {
    border-radius: 0;
    font-size: 25px !important;
    font-weight: 700;
    background: #007236 !important;
    border: none;
    color: white !important;
    margin-top: 10px;
}

.register_button:hover {
    background: #00632f !important;
}

.regi_form {
    width: 100%;
}

.regi_form label {
    font-size: 17px;
    margin-bottom: 0;
}

.centre {
    margin: 0 auto;
    display: block;
}

.founder_banner {
    margin-bottom: 30px;
}

.founder_div {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    height: 240px;
}

.founder_div img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.founder_content {
    padding: 0 10px 10px;
    position: absolute;
    transform: translateY(100%);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #FFF3E0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.founder_name {
    font-weight: 700;
    font-size: 19px;
    border-bottom: 1px solid white;
    padding: 0 0 5px;
    line-height: 1;
    margin: 10px 0 7px;
}

.founder_contact {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
}

.founder_contact li {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
    border: none;
}

.founder_contact li i {
    margin-right: 5px;
    color: #01579B;
}

.founder_contact li a {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.founder_contact li i a:hover {}

.founder_div:hover {}

.founder_div:hover .founder_content {
    transform: translateY(0);
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-sub {
    top: 0;
    left: 100%;
    position: absolute;
    list-style-type: none;
    background: white;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.dropdown-submenu:hover>.dropdown-sub {
    display: block;
}

.dropdown-sub>li>a {
    font-weight: 500;
    border-top: none;
    padding: 10px 20px;
}

.dropdown-sub>li>a:hover {
    border-top: none;
    text-decoration: none;
    background-color: #f5f5f5;
}

.late_member {
    background: #E0E0E0;
    ;
}

.late_member>.late_badge {
    position: absolute;
    width: 50px;
    right: 30px;
}

.late_member>.list_mem_info>.view_profile {
    background: #444;
    color: white;
}

.late_member>.list_mem_info>.view_profile:hover {
    background: #000;
}

.profile_banner_badge {
    position: absolute;
    width: 100px;
    right: 50px;
}

.about_img {
    background: #F9FBE7;
    padding: 30px 0 20px;
}

.about_img img {
    width: 100%;
    margin-bottom: 10px;
}

.about_detail {
    position: absolute;
    background: rgba(55, 71, 79, 0.4);
    min-width: 92.5%;
    min-height: 95%;
    display: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.circle_btn_about {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    margin: 40% 40%;
    border-radius: 30px;
    background: white;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    opacity: 0;
}

.circle_btn_about i {
    font-size: 35px;
    margin: 13px;
    color: #0197D6;
}

.about-dev img {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.about_dev:hover .about_detail {
    display: block;
}

.about_detail:hover .circle_btn_about {
    opacity: 1;
    margin: 13% 40%;
}

.circle_btn_about:hover {
    background: #0197D6;
}

.circle_btn_about:hover i {
    color: white;
}

.tag button {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 17px;
    border: 1px solid transparent;
    color: white;
}

.tag button.orange {
    background: #F4785E;
}

.tag button.blue {
    background: #01579B
}

.tag button.green {
    background: #007236;
}

.category {
    background: #ebebeb;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.category ul {
    list-style-type: none;
    font-size: 17px;
    font-weight: bold;
}

.category ul li {}

.category ul li a {
    display: block;
    padding: 8px 15px;
    background: white;
    margin-bottom: 5px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.category ul li a:hover {
    background: #337ab7;
    color: white;
}

.category ul li:last-child a {
    margin-bottom: 0;
}

.full_width, .right_width div {
    margin: 30px 0;
    background: #eaeaea;
    padding: 10px 15px;
}

.full_width p, .right_width p {
    font-size: 18px;
    text-align: justify;
}

.workshop_banner {
    background: url("../image/workshop_bg.jpg");
    background-size: cover;
}

.work_bn_content {
    margin: 135px 0;
    text-align: right;
}

.work_bn_content h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.work_bn_content h2 {
    margin: 0;
    color: #4FC3F7;
    font-size: 30px;
    font-weight: bold;
}

.work_bn_content h3 {
    margin: 0;
    color: #81C784;
    font-size: 35px;
}

.venue {}

.work_detail {
    margin-top: -70px;
    margin-bottom: 30px;
}

.work_detail_common {
    font-size: 17px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.work_detail_common:last-child {
    border-right: none;
}

.work_detail_common h1 {
    margin: 0 -15px;
    background: #1C406C;
    color: white;
    padding: 21px 15px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.venue p, .speaker_detail ul, .target_inst ul, .regist ul {
    padding: 15px 0;
}

.work_detail_common ul {
    padding-left: 15px;
    list-style-type: square;
    width: 100%;
}

.work_detail_common ul li {
    margin-bottom: 5px;
}

.work_detail_common ul li p {
    font-weight: bold;
    font-size: 20px;
    color: #F4785E;
}

.work_detail_common button {
    padding: 8px;
    border: 1px solid transparent;
    font-weight: bold;
    background: #007236;
    color: white;
}

.work_detail_common button:hover {
    background: #00632f;
}

.wrk_mr_detail {}

.wrk_mr_detail span {}

.wrk_mr_detail i {
    font-size: 45px;
    color: #81C784;
}

.wrk_mr_detail h3 {
    margin: 0;
    font-weight: bold;
    color: steelblue;
}

.wrk_mr_detail p {
    font-size: 17px;
    text-align: justify;
}

.work_more_detail {
    margin-bottom: 30px;
}

.workshop_plan {
    margin-bottom: 40px;
}

.workshop_plan h1 {
    margin: 0 0 10px;
    font-weight: bold;
    color: #1C406C;
}

.member_list_2nd {}

.member_list_2nd ul {
    list-style-type: none;
    padding: 5px 0;
}

.member_list_2nd ul li {}

.member_list_2nd ul li a {
    font-size: 18px;
    display: block;
    background: #1A8CBE;
    margin-bottom: 7px;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
}

.member_list_2nd ul li a:hover {
    background: #fff;
    color: #1A8CBE;
}

.archive_banner {
    background: #1A8CBE;
    text-align: center;
}

.archive_banner h1 {
    color: white;
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 0;
}

.archive_banner p {
    color: white;
    font-size: 20px;
}

.archive_circle {}

.archive_circle i {}

/* Rectangle In */

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098D1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.common_archive {
    margin: 30px 0;
}

.common_archive h1 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
    color: #1A8CBE;
}

.common_archive ul {
    list-style-type: none;
}

.common_archive ul li {
    display: inline-block;
}

.common_archive ul li a {
    font-size: 20px;
    color: #444;
    text-decoration: none;
    margin: 5px 5px 5px 0;
    padding: 8px 10px;
}

.news_archive a {}

.member_archive {
    margin: 30px 0;
}

.conference_slide h1 {
    background: #1976D2;
    padding: 2px 10px;
    font-size: 43px;
    display: inline-block;
}

.conference_slide {
    position: absolute;
    top: 17%;
    right: 5%;
    visibility: hidden;
    text-align: right;
}

.conference_slide .title {
    text-decoration: initial;
    color: #091418;
}

.conference_slide button {
    margin: 0;
    background: #f7e6a2;
    padding: 8px 12px;
}

.conference_slide button:hover {
    background-color: #dccb8a;
}

.counter {
    background: #262e39;
    margin-top: -25px;
}

.cont_down {
    margin: 10px 0;
    text-align: right;
}

.conference_desc {
    text-align: justify;
    margin-bottom: 40px;
}

.parent-con-round {
    margin-bottom: 40px;
}

.con-round-opt {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0 0 10px;
    text-align: center;
    overflow: hidden;
}

.con-round-opt a {
    display: block;
    height: 100%;
    padding: 26px;
    color: #262e39;
    font-weight: bold;
    background: #ffe8ba;
    text-decoration: none;
}

.con-round-opt a:hover {
    background: #262e39;
    color: #ffe8ba;
}

.con-round-opt i {
    font-size: 47px;
}

.con-round-opt p {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
}

.parent-organizers {
    margin-bottom: 40px;
}

.organizer {
    margin-bottom: 10px;
}

.organizer a {
    display: block;
    position: relative;
    color: wheat;
}

.organizer p {
    margin: 0;
    font-weight: bold;
    color: #f5824f;
}

.organizer img {
    width: 100%;
}

.organizer span {}

.tag-organizer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(38, 46, 57, 0.7);
    padding: 4px 15px;
    color: wheat;
    font-size: 17px;
    transition: all 0.2s ease-in-out;
}

.organizer a:hover .tag-organizer {
    background: rgba(38, 46, 57, 0.9);
}

.parent-organizers h1 {
    margin-bottom: 30px;
}

.branded_conference {}

.branded_conference h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 0;
    color: #3b73a4;
}

.branded_conference p {
    margin: 0 0 12px;
    font-size: 17px;
    color: #f26c4f;
    font-weight: 700;
}

.morecontent {
    display: none;
}

.conf_p {
    margin-bottom: 20px;
}

.conf_p p {
    display: inline;
}

.initial {
    display: initial !important;
}

.none {
    display: none;
}

.block {
    display: block !important;
}

.morecontent h1 {
    font-weight: 700;
    margin: 10px 0;
    font-size: 23px;
}

.conference_sched span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #3b73a4;
    font-style: italic;
    font-weight: 700;
}

.speaker_list_main {
    margin-top: 20px;
    background: #ebebeb;
    padding: 10px;
}

.speaker_img img {
    width: 100%;
    display: block;
}

.speaker_des {}

.speaker_des h4 {
    font-weight: 700;
    margin: 0;
}

.speaker_des p {
    margin: 0;
    font-size: 15px;
    color: #3b73a4;
}

.speaker_des span {
    display: block;
}

.speaker_list_main .row {
    margin-bottom: 15px;
}

.twitter-timeline {
    width: 100% !important;
}

.social_parent {
    margin: 0;
}

.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.info>p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}

.info>a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.info>a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.bold-block {
    display: block;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.speaker_des_big {}

.speaker_des_big h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
}

.speaker_des_big p {
    font-size: 19px;
    margin: 0;
}

.speaker_des_big p.designation {
    color: #407eaf;
}

.speaker_des_big p.company {
    color: #f26c4f;
}

.speaker_des_big p.topic {}

.speaker_des_big p.time {}

.speaker_list_main_big .row {
    margin-bottom: 0;
}

.conference-contact {
    background: #509b41;
    color: white;
}

.con-contact-left, .con-contact-right {
    padding: 15px;
}

.con-contact-left i {
    font-size: 35px;
    display: inline-block;
    margin-right: 10px;
}

.con-contact-left h2 {
    display: inline-block;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}

.con-contact-right p {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}

.con-contact-right {}

.con-contact-left {
    padding: 63px 15px;
}

.counter-text h1 {
    color: #838d9a;
    font-size: 55px;
    margin: 26px 0 10px;
    font-weight: 700;
}

.bank-info {
    background: #1697B7;
    margin: 30px 0;
    text-align: center;
    color: white;
    padding: 15px;
}

.bank-info h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 5px;
}
.bank-info h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 5px;
}

.bank-info p {
    margin: 0;
    font-size: 20px;
}

.register-button-parent {
    text-align: center;
}

.ab_sub {
    margin: 30px 0;
}

.abstract_form {}

.abstract_form label {
    font-size: 16px;
}

.abstract_form input {
    border: 2px solid #1c3f69;
    border-radius: 0;
    font-weight: bold;
    font-family: 'rajdhani', sans-serif;
    font-size: 17px;
}

.abstract_form textarea {
    border: 2px solid #1c3f69;
    border-radius: 0;
    font-weight: bold;
    font-family: 'rajdhani', sans-serif;
    font-size: 17px;
    resize: none;
}

.abstract_form button {
    font-weight: bold;
    font-size: 18px;
    border-radius: 0;
}

.sponsor {
    text-align: center;
    height: 100%;
}

.sponsor a {
    display: inline-block;
    background: #f5f5f5;
    margin: 20px;
    padding: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.sponsor a:hover {
    box-shadow: 2px 2px 4px #ccc;
    background: #eaeaea;
}

.sponsor img {
    width: 200px;
    margin: 10px;
}

.sponsor p {
    font-size: 17px;
    font-weight: 700;
    color: #666;
    width: 200px;
    margin: 0 auto;
}

.sponsor h2 {
    font-weight: 700;
    color: white;
    padding: 5px 20px;
    font-size: 20px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sponsor-1 h2 {
    background: #1c3d67;
}

.sponsor-2 h2 {
    background: #376eb5;
}

.sponsor-3 h2 {
    background: #74a9ed;
    color: #444;
}

.sponsor-4 h2 {
    background: #b3d5ff;
    color: #444;
}

.flex-parent>div {
    width: 100%;
}

@media(min-width:992px) {
    .flex-parent {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width:1199px) {
    .about_detail {
        min-width: 90.5%;
        min-height: 92%;
    }
    .brand_contact>ul {
        font-size: 16px;
    }
    .center_nav {
        width: 78%;
    }
    .date_and_view a {
        font-size: 15px;
    }
}

@media only screen and (max-width:992px) {
    .counter-text h1 {
        text-align: right;
    }
    .work_detail_common {
        width: 100%;
        margin: 0 auto;
        border-right: none;
        border-bottom: none;
    }
    .about_detail {
        min-width: 92.5%;
        min-height: 93%;
    }
    .logo img {
        position: relative;
    }
    .navbar-header {
        float: none;
    }
    .about_box {
        width: 80%;
        margin: 0 auto;
    }
    .list_mem_reg {
        width: 100%;
        margin-bottom: 30px !important;
    }
    .ones_padding, .twos_padding, .three_padding {
        margin-bottom: 10px;
        min-height: 0;
    }
    .basic_regular {
        min-height: 0;
        width: 80%;
        margin: 0 auto 10px;
    }
    .difficult {
        width: 100%;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-form>.form-group>.nav_input {
        width: 100%;
    }
    .nav>li>a {
        padding: 15px 5px;
        font-size: 16px;
    }
    .navbar-form {
        padding: 10px 0;
    }
    .form-group {
        width: 93%;
    }
    .active>a {
        background-color: transparent !important;
        border-top: 4px solid transparent!important;
    }
    .a:hover {
        border-top: 4px solid transparent!important;
    }
    .center_nav li a:hover {
        border-top: 4px solid transparent;
    }
    .center_nav {
        width: 100%;
    }
    .brand_contact {
        margin-bottom: 20px;
    }
    .logo img {
        width: 90px;
        display: block;
        margin: 15px auto 0;
    }
    .caption h1 {
        font-size: 40px;
    }
    .caption button {
        font-size: 15px;
        padding: 8px;
    }
    .bx-wrapper .bx-controls-direction a i {
        position: absolute;
        top: 0;
        left: 6px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 25px;
        height: 34px;
    }
}

@media only screen and (max-width:768px) {
    .founder_div {
        height: auto;
    }
    .about_detail {
        min-width: 96%;
        min-height: 97%;
    }
    .caption h1 {
        font-size: 30px;
    }
    .registration_banner h1 {
        font-size: 30px;
        margin-top: 15px;
    }
}

@media only screen and (max-width:600px) {
    .about_detail {
        min-width: 92.4%;
        min-height: 95%;
    }
    .caption {
        display: none;
    }
    .tab_ul li.active a {
        padding: 0 8px;
    }
    .tab_ul li a i {
        font-size: 47px;
    }
    .tab_ul li a p {
        font-size: 12px;
    }
    .list_search input {
        font-size: 12px;
    }
}

@media only screen and (max-width:439px) {
    .top_nv ul li a {
        font-size: 11px;
        padding: 4px 1px;
    }
    .cont_down>div {
        margin-left: 20px;
    }
    .cont_down span {
        font-size: 30px;
    }
}

@media only screen and (max-width:326px) {
    .top_nv ul li a {
        font-size: 11px;
    }
    .tab_ul li.active a {
        padding: 0 3px;
    }
    .tab_ul li a i {
        font-size: 25px;
    }
    .tab_ul li a p {
        font-size: 10px;
    }
}

.table {
    margin-bottom: 50px;
}

.gallery_banner {
    background: #1A8CBE;
}

.work-content {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.work-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-content>div {
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.work-content>div>div {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(26, 140, 190, 0.8);
    opacity: 0;
    transition: .3s;
}

.work-content:hover {
    border-bottom: 1px solid #1A8CBE;
}

.work-content:hover>div>div {
    opacity: 1;
    bottom: 0;
}

.work-content>div>div>a {
    line-height: 200px;
    color: white;
    font-size: 40px;
    display: block;
}

.work-content>div a i {}

.work-content h3 {
    margin: 10px;
    font-weight: 600;
    font-size: 17px;
}

.work-content p {
    font-size: 15px;
}

.gallery-parent {
    padding: 30px 0 0;
}

.gallery-single>div {
    height: 300px;
}

.gallery-single>div>div>a {
    line-height: 300px;
}

.gallery-single:hover {
    border-bottom: none;
}

.gallery-single-parent {
    padding: 30px 0;
}

.workshop-table {
    margin-bottom: 1.8rem;
}

.total-conf-amount {
    font-size: 20px;
    float: right;
    padding: 0.3rem 1rem;
}

.single-speaker {
    padding: 2rem;
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.single-speaker-image-div {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 2rem;
}

.single-speaker-image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-speaker-desc {
    text-align: center;
}

.single-speaker-desc h4 {
    font-size: 2.5rem;
}

.single-speaker-desc ul {
    font-size: 1.6rem;
}

.single-speaker-desc ul.url-list {
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-evenly;
}

.single-speaker-desc ul.url-list li {}

.single-speaker-desc ul.url-list li a {
    background: #F26C4F;
    padding: .3rem 1rem;
    color: white;
}

.speaker-parent {
    margin-bottom: 4rem;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex>div {
    margin-bottom: 2rem;
}

@media only screen and (max-width:991px) {
    .d-flex {
        display: block;
    }
}

.st-message {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.st-message h1 {
    font-size: 17px;
    padding: 5px 0;
    margin: 0;
}

.st-primary {
    background: #1976d2;
}

.st-success {
    background: #2e7d32;
}

.st-warning {
    background: #e53935;
}

.st-pending {
    background: #e65100;
}

.captcha-box label {
    opacity: 0;
    display: block;
}

.captcha-box img {
    width: 100px;
    border: 2px solid #ccc;
}

.d-flex-cap {
    display: flex;
}

.d-flex-cap>div {
    flex: 1;
}

.d-flex-cap>div:last-child {
    margin-left: 1rem;
}