* {
    border-radius: 0;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background: url(../img/papyrus.png) #f7f7f7;
    color: #0E125B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00AC65;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

ol,
ul {
    padding-left: 1em;
}

ul.infolist,
ol.infolist {
    list-style: none;
    margin-bottom: 2em;
    margin-top: 2em;
}

ul.infolist li,
ol.infolist li {
    margin-bottom: 0.3em;
}

.ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    cursor: pointer;
}

.form-control:hover {
    border-color: #aaa;
}

.modal-open .modal {
    z-index: 10000;
}

.control-label {
    font-weight: 500;
}

.btn {
    border-radius: 2px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.btn-danger {
    background: #dd0a37;
}

.btn-zoom,
.btn-zoom:hover,
.btn-zoom:active,
.btn-zoom:focus {
    background: #2d8cff !important;
    border-color: #2d8cff;
}

.modal-backdrop {
    z-index: 1000;
}

.page-header {
    border-bottom: 0;
    margin: 1em 0;
    padding: 1em 0;
}

.page-header h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

table tr th,
table tr td {
    font-size: 11px;
}

table tr th {
    background: #ccc;
    border-bottom: 0 !important;
}

.panel,
.input-group-addon {
    border-radius: 2px;
}

.panel h3 {
    font-size: 1.1em;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: inline-block;
    float: right;
}

input.datepicker {
    background: url(../img/calendar.png) no-repeat 5% center / 20px;
    padding-left: 3em;
}

.alert {
    border-radius: 0;
    padding: 0.5em 1em;
}

.breadcrumb {
    border-radius: 0;
    font-size: 11px;
    margin-top: 10px;
    padding: 3px 1em;
}

.jumbotron .container,
.container {
    max-width: 1280px !important;
    width: auto;
}

.page-wrapper {
    padding-bottom: 5em;
}

.accordion .panel-title,
.accordion .panel-title a {
    text-decoration: none;
}

.tab-pane {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 1em;
}

.wrapper {
    /* margin-top:1em; */
    min-height: 100%;
    padding: 0;
}

.action-bar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.social-links a {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    text-align: right;
}

.smalltext {
    font-size: 11px;
    line-height: 1.2em;
}

.smalltext {
    font-size: 11px;
    line-height: 1.2em;
}

.navbar {
    background: #0E125B;
    border: 0;
    border-bottom: 1px solid rgba(14, 18, 91, 0.5);
    border-radius: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    min-height: auto;
    margin-bottom: 0;
    padding: 0 1em;
}

.navbar-fixed-top {
    background: transparent;
    position: absolute;
}

.navbar-brand {
    /* background:#fff!important; */
    /* box-shadow:0 3px 5px rgba(0,0,0,0.3); */
    padding-top: 5px;
}

.navbar-brand img {
    height: 2.2em;
}

.navbar-custom {
    z-index: 999;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 998;
}

.navbar-custom .navbar-brand {
    opacity: 1.0;
    padding-left: 0;
}

.nav-pills>li>a {
    background: #eee;
    margin-right: 5px;
    padding: 5px 10px;
}

.nav-pills>li>a:hover {
    background-color: #337ab7;
    color: #fff;
}

.navbar-right {
    /* margin-right: 0.5em; */
}

.navbar .navbar-nav>li>a {
    color: #fff !important;
    font-size: 0.9em;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in;
}

.home-bd .home-lnk,
.about-bd .about-lnk,
.program-bd .program-lnk,
.register-bd .register-lnk,
.speakers-bd .speakers-lnk,
.sponsors-bd .sponsors-lnk,
.exhibitors-bd .exhibitors-lnk,
.contact-bd .contact-lnk,
.navbar .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background: #00AC65;
}

.home-bd .navbar .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-toggle {
    background: transparent !important;
    border: 0;
    margin-top: 0;
}

.navbar-toggle .icon-bar {
    background: #aaa;
    height: 3px;
    width: 35px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}

.docs-header {
    padding-top: 0;
}

.no-data {
    background: #eee;
    color: #888;
    font-size: 1.3em;
    margin-top: 2em;
    padding: 1em;
}

.jumbotron {
    margin-bottom: 0em;
    padding: 0;
    position: relative;
}

.jumbotron .wrap,
section .wrap {
    background: rgba(14, 18, 91, 0.75);
    color: #fff;
}

.jumbotron {
    background: url(../img/slider/banner-abc.jpg) no-repeat center;
    background-size: cover;
}

.jumbotron h1 {
    font-size: 2.2em;
    margin-top: 10%;
}

.jumbotron h4 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 1em auto;
    max-width: 9600px;
}

.jumbotron p {
    font-size: 1.2em;
}

/* Countdown timer */
#clockdiv {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-top: 1em;
}

#clockdiv>div {
    border-radius: 3px;
    display: inline-block;
    padding: 6px;
}

#clockdiv div>span {
    border-radius: 3px;
    display: inline-block;
    font-size: 2em;
    font-weight: 700;
}

#clockdiv p {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}


.slick-slider {
    max-height: 95vh;
    overflow: hidden;
}

.slick-slide img {
    width: 100%;
}

section {
    padding: 2em 0;
    position: relative;
}

section.dark {
    background: url(../img/banner-2.jpg) #181D61;
    background-position: cover;
    color: #fff;
    min-height: 6em;
}

section h1 {
    margin-bottom: 1.5em;
}

/* Info stats */
section.info-stats {
    padding: 0;
}

section.info-stats .wrap {
    padding: 2em 0 3em;
}

section.info-stats .row {
    padding-top: 2em;
}

section.info-stats h3 {
    font-size: 1.7em;
    line-height: 1.4em;
    margin-top: 6px;
}

section.info-stats p {
    font-size: 1.4em;
}


/* Team */
section.team {
    background: #eee;
}

.team-box {
    margin-bottom: 2em;
}

.team-box,
.team-box * {
    transition: transform ease-in .3s;
}

.team-box img {
    height: 18em;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team-box:hover,
.team-box img:hover {
    transform: scale(1.01);
}

.team-box>div {
    border: 1px solid #ddd;
    cursor: pointer;
    overflow: hidden;
    padding-bottom: 4em;
    position: relative;
    z-index: 2;
}

.team-box>div p {
    background: #181D61;
    color: #fff;
    font-size: 0.8em;
    margin: 0;
    padding: 1em;
    position: absolute;
    bottom: -0.8em;
    left: 0;
    right: 0;
    z-index: 2;
    transition: 400ms ease-in-out all;
}

.team-box>div p strong {
    font-size: 1em;
}

.team-box>div:hover .ellipsis {
    white-space: initial;
}

.slick-prev,
.slick-next {
    font-size: 1.2em;
    z-index: 2;
}

.slick-prev:before,
.slick-next:before {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 5px #aaa;
    color: #00AC65;
    font-size: 1.5em;
    padding: 2px 1px 0;
}

.slick-prev {
    left: 8px;
}

.slick-next {
    right: 8px;
}


/* Sponsors */
section.sponsors {
    background: #fff;
}

section.sponsors .col-sm-2 {
    padding-right: 0;
}

section.sponsors h4 {
    font-size: 1.2em;
}

section.sponsors img {
    margin: 1px auto;
    padding: 1em 1.5em;
    transition: transform ease-in .3s;
}

section.sponsors img:not(.no-hover) {
    /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
}

section.sponsors img:hover {
    cursor: pointer;
    filter: none;
    /* -webkit-filter: grayscale(0%); */
    transform: scale(1.1);
    position: relative;
    z-index: 2;
}

section.sponsors .other img {
    /* border:1px solid #ddd; */
    display: inline-block;
    max-height: 240px;
    max-width: 560px;
}

section.team .col-sm-3 {
    margin-bottom: 2em;
}

/* Program */
.program {
    background: #fff;
    padding: 0;
}

.program table tr th,
.program table tr td {
    /* font-size: 1.1em; */
    padding: 1em;
}

#register-frame {
    background: #ddd;
    height: 67em;
    width: 100%;
}

/* Speakers */
.speakers>.row {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 2em;
    padding: 1em 0;
}

.speaker-img {
    width: 100%;
    object-fit: cover;
}

footer {
    color: #777;
    padding: 8px 0;
    position: relative;
    /* top:-3em; */
}

footer i {
    color: #0E125B;
    font-size: 2em;
}

@media (max-width: 992px) {
    body {
        padding-top: 0;
    }

    .navbar-custom .navbar-brand {
        width: auto !important;
        overflow: hidden;
    }
}


@media (max-width: 870px) {
    .jumbotron h1 {
        margin-top: 16%;
    }
}

@media (min-width: 768px) {
    .home-slider {
        max-height: 36em;
    }
}

@media (max-width: 768px) {

    section p {
        margin-bottom: 1em;
    }

    section.about img {
        margin: 0 auto 2em;
    }

    section.info-stats p {
        margin-bottom: 10px;
    }

    section.info-stats h3 {
        margin: 0 0 1em;
    }

    section.sponsors .other img {
        max-height: 180px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {

    .home-bd .slick-slider {
        height: 27em;
    }

    .jumbotron h1 {
        margin-top: 20%;
    }
}