section.promo-banner-section3 {
    
    background-size: cover;
    padding        : 270px 0 250px;
    text-align     : center;
}

.navbar-dark .navbar-nav .nav-link {
    color: #15385c !important;
}


header.fourth-style .navbar-nav>li>a {
    color  : #2d3034 !important;
    padding: 40px 22px !important;
}


section.about-conference-section .images-box img:first-child {
    float        : right;
    margin-bottom: -120px !important;
}

section.about-conference-section .images-box img {
    max-width: 435px !important;
    width    : 100%;
}

@media only screen and (max-width: 900px) {
    .site-logo {
        width: 90px !important;
    }
}

@media only screen and (min-width: 900px) {
    .site-logo {
        height: 90px !important;
    }
}

section.promo-banner-section3 .promo-banner-box h1 {
    color        : #15385c;
}

section.promo-banner-section3 .promo-banner-box span {
    color : #15385c;
}

header.second-style .navbar-nav>li>a {
    color : #15385c !important;
}

section.register-section .background-part {
    background     : #111 url(../images/home/form.jpg) center center no-repeat;
    background-size: cover;
}

footer.second-style {
    background : #15385c;
}

section.register-section .register-box #register-form input[type="submit"]:hover {
    background: #15385c;
}

section.register-section .register-box #register-form input[type="submit"] {
    background           : #ee7516;
}

li {
    font-size  : 16px;
    color      : #6c7a89;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 30px;
    margin     : 0 0 10px;
}

.speaker-post {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    border-radius  : 12px;
    border: none !important;
}

.speaker-content {
   color          : #ee7516;
  height         : 160px;
  display        : flex;
  justify-content: center;
  align-items    : center;
  flex-direction : column;
}

section.speaking-section .speakers-box .speaker-post .speaker-content h2 a:hover,
section.speaking-section3 .speakers-box .speaker-post .speaker-content h2 a:hover {
    color: #ee7516;
}

section.speaking-section .speakers-box .speaker-post .speaker-content h2 a,
section.speaking-section3 .speakers-box .speaker-post .speaker-content h2 a {
    color: #15385c;
}

section.speaking-single .single-box .single-content .single-data span {
    color         : #ee7516;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(238 117 22) !important;
}

.about-event-box a {
    color        : #ee7516;
}


i.ionicons {
    color: #ee7516;
}

iframe {
    width : -webkit-fill-available;
    height: 800px !important;
}

@media only screen and (max-width: 900px) {
    iframe {
        width : -webkit-fill-available;
        height: 600px;
    }
}

.grecaptcha-badge {
    transform       : scale(0.7);
    transform-origin: bottom right;
}

@media (max-width: 767px) {

    section.about-conference-section .images-box img:first-child,
    section.about-conference-section .images-box.second-style img:first-child {
        float        : none;
        margin-bottom: 30px !important;
    }
}