html,
body {
    font-family: "Prompt", sans-serif !important;
    background-color: #111111 !important;
}
main {
    background-color: #262121 !important;
}
header {
    background-color: #111111;
}
.text-orange {
    color: #ff4700;
}

.bg-orange {
    background-color: #ff4700;
}

.bg-black {
    background-color: #111111;
}

.featurette-heading {
    line-height: 1.5;
}

header .navbar-light {
    background-color: #ffffff;
}

header .navbar-black {
    background-color: #111111;
}

.navbar-nav a {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff4700;
}

@media only screen and (min-width: 992px) {
    header .container > .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        height: 120px;
    }
    header .navbar > div {
        height: 100%;
    }
    header .navbar > div > div {
        height: 100%;
    }
    header .navbar > div > div .navbar-nav {
        height: 100%;
    }
    header .navbar > div > div .navbar-nav .nav-link {
        display: flex;
        height: 100%;
    }
    header .nav-item {
        line-height: 120px;
    }
    header .nav-item .nav-link {
        vertical-align: middle;
        border-bottom: 5px solid transparent;
    }
    header .nav-item:hover {
        border-bottom: 5px solid #d1d1d1;
    }
    header .nav-item:hover .nav-link {
        color: #d1d1d1;
    }
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #ff4700;
    }
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show > .nav-link {
        color: #ff4700;
    }
    header .nav-item.active {
        border-bottom: 5px solid #d1d1d1;
    }
    header .nav-item.active .nav-link {
        color: #ff4700;
    }
    header .navbar-expand-md .navbar-nav .nav-link {
        color: #ffffff !important;
    }
}

.bottom-feature-text-wrapper {
    padding-bottom: 6rem;
}

.marketing {
    padding-bottom: 50px;
}
.marketing .row img.rounded-circle {
    border: 3px solid #ff4700;
}

span.border-right-custom {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 3px solid #ff4700 !important;
    color: #ffffff !important;
}
span.text-muted {
    color: #ff4700 !important;
}

.say-about-us-section {
    padding-top: 15px;
    padding-bottom: 50px;
    position: relative;
    background-image: url("../assets/BG-Say01.png");
    background-size: cover;
    z-index: 99;
}
.say-about-us-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(59, 59, 59, 0.9);
}

.say-about-us-section .owl-carousel .item .card {
    border: none;
}
.say-about-us-section .owl-carousel .item .card-body {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 10px solid #ff4700;
}
.say-about-us-section .owl-carousel .item .card-body .card-title {
    margin-bottom: 0px;
}
.say-about-us-section .owl-carousel .item .card-body .sub-title {
    font-size: 16px;
}

.gallery-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.bottom-feature-text-wrapper .featurette {
    padding-bottom: 1rem;
}
.card {
    background-color: #cacaca !important;
}
.copy-right-section {
    color: #ffffff;
    /*position: absolute;
    bottom: 0;*/
}
.copy-right-section p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-social-icon > .row {
    top: -50px;
    position: relative;
}
.bottom-social-icon > .row img.rounded-circle {
    margin: 12px;
}

/*# sourceMappingURL=index.css.map */
a.btn {
    color: #fff;
}

.btn.orange-border {
    border-color: #ff5a00;
    border-radius: 25px;
}

.btn.orange-border:hover,
.btn.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 90, 0, 1)),
        color-stop(100%, rgba(1255, 54, 0, 1))
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* ie10+ */
    background: linear-gradient(
        270deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

/*
# Icon Box
----------------------------------*/
.icon-box {
    padding: 10px;
    border-radius: 40px;
    background: #ecf2f5;
    transition: all 0.35s;
    width: auto;
    height: 280px;
    margin-bottom: 30px;
}

.icon-box:hover,
.icon-box.active {
    border: 0;
    background: -moz-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* ff3.6+ */
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0%, rgba(255, 90, 0, 1)),
        color-stop(100%, rgba(1255, 54, 0, 1))
    ); /* safari4+,chrome */
    background: -webkit-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* opera 11.10+ */
    background: -ms-linear-gradient(
        180deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* ie10+ */
    background: linear-gradient(
        270deg,
        rgba(255, 90, 0, 1) 0%,
        rgba(255, 54, 0, 1) 100%
    ); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    color: #fff;
}

.icon-box figure img:nth-of-type(1) {
    display: block;
}

.icon-box figure img:nth-of-type(2) {
    display: none;
}

.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
    display: none;
}

.icon-box:hover figure img:nth-of-type(2),
.icon-box.active figure img:nth-of-type(2) {
    display: block;
}

.icon-box .entry-title {
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}

.icon-box:hover .entry-title,
.icon-box.active .entry-title {
    color: #fff;
}

.icon-box .entry-content {
    margin-top: 24px;
}

.icon-box .entry-content p {
    margin: 0;
    font-size: 14px;
    color: #595858;
}

.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
    color: #fff;
}

.speakers-section {
    background-color: #111111;
}

.speakers-section h2 {
    border-bottom: 5px solid #ff4700;
    font-size: 5rem;
    color: #ff4700;
}
.speakers-section p {
    color: #ffffff;
}
/*about*/
.section-a {
    background-image: url("../assets/BG_1.png") !important;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ff4800;
}

.section-b {
    padding-bottom: 3rem;
}
.section-b .featurette-heading {
    font-size: 100px;
    line-height: 1;
    margin-top: 1rem;
}
.section-b .lead-1,
.section-b .lead-2,
.section-b .lead-3 {
    margin-bottom: 0px;
}
.section-b .lead-1 {
    font-size: smaller;
}
.section-b .lead-3 {
    font-size: larger;
}

.section-c {
    padding: 6rem 2rem;
    background-color: #111111;
    /*background-image: linear-gradient(to right, black, white);*/
}
.section-c .caption-title {
    padding-left: 20px;
    border-left: 5px solid #ff4700;
}
.section-c .circle {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    color: #ff4700;
    line-height: 260px;
    font-size: 120px;
    text-align: center;
    background: transparent;
    border: 5px solid #ff4700;
}

.section-d {
    padding: 2rem 1rem;
}
.section-d .featurette-heading {
    font-size: 30px;
    line-height: 1;
    margin-top: 1rem;
}
.section-d ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.section-d ul.no_bullet li {
    height: 54px;
    padding-left: 44px;
    padding-top: 3px;
    background: url("../assets/checkbox-img.png") no-repeat left top;
}

.section-c .row img.rounded-circle {
    border: 3px solid #ff4700;
}

/*speaker*/
.caption-title {
    font-size: 32px;
    padding-left: 20px;
    border-left: 5px solid #d1d1d1;
}

.section-d ul.time-line {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.section-d ul.time-line li {
    /*line-height: 1;*/
    padding-left: 30px;
    padding-bottom: 40px;
}
.section-d ul.time-line li:not(:last-child) {
    border-left: 4px solid #ccc;
}
.section-d ul.time-line li > span {
    left: -2px;
    font-size: 40px;
    color: #ff4700 !important;
    position: absolute;
    background-color: #262121;
}
.section-d ul.time-line li p {
    margin: 0px;
}

/*director*/
.director.section-b {
    border-bottom: 5px solid #ff4700;
}

.border-left-4 {
    border-left: 10px solid #ccc;
    padding-left: 20px;
}
