.main-header #Primary .navbar-nav li {
  margin-right: 0;
}

span.c_date {
  margin: 1rem 0;
  display: block;
}

/* .row.mp-0 {
  margin-left: 0;
  margin-right: 0;
}

.row.mp-0 > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row.mp-0_5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.mp-0_5 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.mp-0_8 {
  margin-left: -8px;
  margin-right: -8px;
}

.row.mp-0_8 > [class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.row.mp-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.mp-1 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.mp-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.mp-2 > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.mp-2_5 {
  margin-left: -25px;
  margin-right: -25px;
}

.row.mp-2_5 > [class^="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.row.mp-3 {
  margin-left: -30px;
  margin-right: -30px;
}

.row.mp-3 > [class^="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.mp-3_5 {
  margin-left: -35px;
  margin-right: -35px;
}

.row.mp-3_5 > [class^="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

.row.mp-4 {
  margin-left: -40px;
  margin-right: -40px;
}

.row.mp-4 > [class^="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

.row.mp-4_5 {
  margin-left: -45px;
  margin-right: -45px;
}

.row.mp-4_5 > [class^="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

.row.mp-5 {
  margin-left: -50px;
  margin-right: -50px;
}

.row.mp-5 > [class^="col-"] {
  padding-left: 50px;
  padding-right: 50px;
} */

.d-mobile-flex,
.d-mobile-block {
  display: none !important;
}

.d-pc-none {
  display: none !important;
}

/* .add-nav .nav-link {
    font-weight: 500;
    font-size: .8rem;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
} */
/*.main-header .navbar-collapse .collapse-inner {
    justify-content: flex-end;
}

.navbar-nav .nav-link:before {
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    height: 13px;
    width: 1px;
    transform: translateY(-50%);
}
.navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
}
.main-header .navbar .nav-link:hover {
    color: #25cc7e;
}*/
.copyright-section {
  background: #171723;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0;
}

.footer-section [class^="col-"] {
  margin-bottom: 0;
}
.footer-section {
  padding: 30px 0;
}
.footer-section .social li {
  margin-bottom: 0;
}

.sponsors__single .logo-img img {
  min-height: auto;
  max-height: -webkit-fill-available !important;
}

.hero-sticker {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero-sticker img {
  width: 360px;
}

.date-time span {
  margin-right: 1rem;
  font-size: 21px;
}
.date-time span:last-child {
  border-left: 3px solid #fff;
  padding-left: 1rem;
}

.date-time span {
  font-weight: 500;
}

.date-time {
  padding-bottom: 1rem;
}

.intro-section.fullscreen-intro {
  min-height: 700px;
}

.col-seperator {
  width: 3px;
  height: calc(100% + 50px);
  background: #71d198;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hero-summit {
  padding-top: 80px;
}

.hero-summit p {
  margin-bottom: 50px !important;
}

.hero-summit .hero-logo-main {
  margin-top: 30px;
}

.equal-height [class^="col-"] > div,
.equal-height [class^="col-"] > a {
  height: 100%;
}

.about-box__single {
  background: #fff;
  padding: 40px;
  color: #121212;
  border-bottom: 20px solid #333;
}

.about-icon img {
  width: 70px;
  height: 70px;
}

.about-icon {
  margin-bottom: 30px;
}

.about-box__single h2 {
  font-size: 28px;
}

.about-box__single p {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 15px;
}

.about-box__single p:last-child {
  margin-bottom: 0;
}
.about-section.pt-0 .container {
  position: relative;
  top: -30px;
}

.about-section.persective-lr .decor:after {
  display: none;
}

.section-heading h2 {
  font-size: 2.8rem;
}

.about-section {
  padding-bottom: 30px;
}

.feature-section {
  padding-top: 30px;
}

.feature-list-tabs .nav-tabs .nav-link,
.feature-list-tabs .nav-tabs .nav-item.show .nav-link,
.feature-list-tabs .nav-tabs .nav-link.active {
  color: #fff;
  background: none;
  text-transform: capitalize;
  font-weight: 500;
}

.feature-list-tabs .nav-tabs {
  border-bottom: 1px solid #1c181a;
  padding: 0 10px;
  margin-bottom: 35px;
}

.feature-list-tabs .nav-tabs li {
  margin-bottom: 0;
  margin-right: 0;
}

.feature-list-tabs .nav-tabs .nav-item.show .nav-link,
.feature-list-tabs .nav-tabs .nav-link.active {
  border-color: #333;
}

.feature-list-tabs .nav-tabs .nav-link {
  border-bottom: 6px solid transparent;
  padding-bottom: 7px;
}

.feature-item-icon img {
  height: 90px;
}

.feature-item-icon {
  margin-bottom: 30px;
}

.feature-item-text p {
  font-size: 18px;
  line-height: 34px;
}
.sponsors-list-carousel {
  border-top: 1px solid #23423366;
  border-bottom: 1px solid #23423366;
  padding: 30px 0;
}

.sponsors-list-carousel.owl-carousel .owl-item img {
  width: auto;
}

.sponsors-section {
  padding: 70px 0;
}

.bg-primary {
  background-color: #27ae61 !important;
}

.testimonial-quote {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-quote .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #0000005e;
  z-index: 1;
}

.testimonial-quote .quote-icon {
  position: relative;
  z-index: 3;
  width: 120px;
  padding: 0 20px;
  background: #27ae61;
}

.testimonials-carousel {
  margin-top: 20px;
}

.testimonials__single p {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
  line-height: 45px;
}

.testimonials__single {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials__single .bottom-line {
  width: 130px;
  height: 2px;
  background: #dad06f;
}
.testimonial-section .section-heading {
  margin-bottom: 15px;
}

.testimonial-section {
  padding: 30px 0 80px;
}

.testimonials-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.testimonials-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #00000029;
  display: block;
}

.testimonials-carousel .owl-dot {
  margin: 0 10px;
  border: 1px solid transparent !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonials-carousel .owl-dot.active {
  border-color: #fff !important;
}
.bg-primary .decor {
  background-color: #27ae61;
  color: #27ae61;
}
.intro-section.fullscreen-intro {
  height: auto;
}

.countdownCubeContainer {
  perspective: initial !important;
  width: auto !important;
  height: auto !important;
}

.countdownCubeCube {
  transform: none !important;
}
.countdownCubeTitleDiv {
  margin-top: 3px !important;
  font-size: 26px !important;
  text-transform: capitalize;
  font-weight: 300;
  padding-top: 0 !important;
}
.countdownCubeCube figure {
  transform: none !important;
  height: auto !important;
  width: auto !important;
  background: none !important;
  color: #333333 !important;
  font-size: 70px !important;
  text-align: center;
  line-height: 70px !important;
}

.countdownCubeCube figure:not(.back) {
  display: none;
}

.counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #00000038;
  border-bottom: 1px solid #00000038;
  padding: 15px 30px 10px;
}

#year.countdownCubeContainer {
  display: none;
}

.hero-main.hero-agenda {
  padding-bottom: 2rem;
}

.intro-section.intro-agenda {
  min-height: auto;
}

.feature-blog-section .container {
  position: relative;
  z-index: 3;
}

.hero-agenda-blog__single {
  display: block;
  height: 240px;
  overflow: hidden;
  border-radius: 15px;
  background: #27ae61;
  box-shadow: 0 3px 5px #0000005c;
}

.hero-agenda-blog__single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-blog-section.persective-lr .decor:after {
  display: none;
}

.countdown-section {
  position: relative;
  z-index: 4;
}

/* .overview-text p {
  font-size: 16px;
  line-height: 28px;
}

.overview-summary {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
}

.overview-summary-icon img {
  height: 260px;
}

.overview-summary-subtitle {
  font-size: 23px;
  margin-bottom: 5px;
}

.overview-summary-date,
.overview-summary-place {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 32px;
} */

.agenda-form-section {
  margin-top: -0.6875rem !important;
  padding-top: 70px;
  border-bottom: 6px solid #27ae61;
  margin-bottom: 0 !important;
}

.agenda-form-section.persective-lr .decor:after {
  display: none;
}

section.footer-copy {
  background: #161722;
  padding: 1rem;
}

.copy-section-footer {
  margin-left: -8rem;
  text-transform: uppercase;
  font-size: 1rem;
}

.main-header .navbar-collapse .collapse-inner {
  justify-content: flex-end;
  width: auto;
}

.navbar-expand-xl .navbar-collapse {
  justify-content: flex-end;
}

.navbar-nav li.nav-link:before {
  display: none;
}
.navbar-expand-xl .navbar-nav li.nav-link {
  padding-left: 0;
  padding-right: 0;
}

/* Full HD - TV Layout: 2560px. */
/* Full HD - Small TV Layout: 2000px. */
/* HD Layout: 1920px. */
@media only screen and (min-width: 1601px) {
  .about-section.pt-0 .container {
    top: -70px;
  }
  .about-section {
    padding-bottom: 0;
  }
  .agenda-form-section {
    padding: 50px 0 90px !important;
  }
}

@media (min-width: 1680px) {
  .main-header .navbar-nav li {
    margin-right: 0;
  }
}

/* Laptop with HDPI: 1440px */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .agenda-form-section {
    padding: 50px 0 90px !important;
  }

  .main-header .navbar-nav li {
    margin-right: 0;
  }
}

/* Medium Layout: 1080px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-list-tabs .nav-tabs .nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Medium Layout(iPad Pro): 1024px. */
@media only screen and (min-width: 992px) and (max-width: 1050px) {
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 991px) {
  .news-ticker__container {
    padding: 8px 15px;
  }
  .news-ticker__content ul li {
    font-size: 17px;
  }
  .about-box__single {
    padding: 20px;
  }
  .about-box__single h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about-icon img {
    width: 50px;
    height: 50px;
  }
  .about-icon {
    margin-bottom: 20px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .feature-list-tabs .nav-tabs {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
  .feature-item-text p {
    font-size: 14px;
    line-height: 26px;
  }
}

/* Mobile Layout: 375px. */
@media only screen and (max-width: 767px) {
  .hero-sticker {
    display: none;
  }
  .copy-section-footer {
    margin-left: 0rem;
    text-align: center;
  }

  .hero-main {
    margin-top: 2rem;
  }

  strong.footer-logo {
    margin-top: 1rem;
  }
  .hero-main {
    padding-bottom: 50px;
  }
  .col-seperator {
    width: calc(100% - 100px);
    height: 3px;
    background: #71d198;
    left: 50px;
    top: 0;
    transform: translateY(0);
  }
  .hero-summit .hero-logo-main {
    margin-top: 0;
    order: -1;
    margin-bottom: 25px;
  }
  .hero-sticker {
    display: none;
  }

  .hero-summit {
    display: flex;
    flex-direction: column;
  }

  .about-box__single {
    margin-bottom: 30px;
  }

  .about-section .equal-height [class^="col-"] > div,
  .about-section .equal-height [class^="col-"] > a {
    height: auto;
  }
  .about-section {
    padding-bottom: 0;
  }
  .feature-section {
    padding-top: 10px !important;
  }
  .section-heading {
    margin-bottom: 18px;
  }
  .feature-item-image {
    margin-top: 20px;
  }
  .testimonial-section {
    padding: 0px 0 60px;
  }
  .flex-xs-reverse {
    flex-direction: column-reverse;
  }
  .footer-section .social {
    margin-top: 20px;
  }
  .copyright-section {
    text-align: center;
  }
  .hero-agenda-blog__single {
    height: 280px;
    margin-bottom: 30px;
  }
  .overview-summary-icon img {
    height: 150px;
  }
  .overview-summary-date,
  .overview-summary-place {
    font-size: 26px;
  }
  .overview-summary {
    margin-top: 20px;
  }
  .countdownCubeCube figure {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .counter {
    padding: 6px 10px 10px;
  }
  .countdownCubeTitleDiv {
    font-size: 18px !important;
  }
  .hero-agenda-blog__single {
    height: 200px;
    margin-bottom: 20px;
  }
}

/* Wide Mobile Layout(Nexus 7): 600px. */
/* Wide Mobile Layout: 480px. */
@media only screen and (max-width: 500px) {
  .section-heading h2 {
    font-size: 21px;
  }
  .feature-item-icon img {
    height: 70px;
  }
  .testimonials__single p {
    font-size: 17px;
    line-height: 34px;
  }
  .countdownCubeCube figure {
    font-size: 32px !important;
    line-height: 35px !important;
  }
  .countdownCubeTitleDiv {
    font-size: 13px !important;
  }
  .overview-section {
    padding: 40px 0 70px;
  }
  .overview-summary-icon img {
    height: 100%;
  }
  .overview-summary-info {
    padding-left: 21px;
  }
  .overview-summary-subtitle {
    font-size: 15px;
  }
  .overview-summary-date,
  .overview-summary-place {
    font-size: 18px;
    line-height: 20px;
  }
  .overview-summary {
    margin-top: 0;
  }
}

/* Mobile Layout(Pixel 2): 480px. */
/* Mobile Layout(Samsung Galaxy S5): 360px. */
/* Mobile Layout(iPhone 4): 320px. */
@media only screen and (max-width: 330px) {
}

div#header_wrapper {
  padding-top: 0px !important;
}

li.current_page_item a.nav-link {
  color: #25cc7e !important;
}

@media (max-width: 767px) {
  li.current_page_item a.nav-link {
    color: #fff !important;
    font-weight: 900;
  }
}

.visa-logo {
  max-height: 50px !important;
  margin: 0 auto;
}
.visa-logo-color {
  max-height: 85px !important;
  margin: 0 auto;
}

/*footer CSS Fix*/
.footer-logo img {
  min-width: 240px;
}

button.sub_btn {
  /* background: red; */
  color: #fff !important;
  background-color: #25cc7e !important;
  border-color: #25cc7e !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  display: inline-block !important;
  font-weight: 700 !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none;
  border: 2px solid transparent !important;
  padding: 1.0625rem 2.1875rem !important;
  font-size: 1rem !important;
  line-height: normal !important;
  border-radius: 0 !important;
}

.ff-el-input--label label {
  font-size: 0.875rem;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 0.8125rem !important;
  font-weight: 400 !important;
}

/* .ff-el-input--content {
    margin-bottom: .6rem !important;
    } */

nav.navigation.pagination {
  float: right;
}

section.member-section {
  padding-top: 10rem;
}

.event-meta.event-meta-lg {
  margin-top: 5%;
}

ul.page-numbers {
  list-style: none;
  color: #333;
}

ul.page-numbers li {
  float: left;
}

.member-image.sponsor-img {
  width: 80%;
  padding-bottom: 80%;
  background: #fff;
}

.member-image.sponsor-img img {
  object-fit: initial;
  padding: 30px;
}

#single-ev-form .fluentform .ff-el-group {
  margin-bottom: 10px !important;
}

#single-ev-form .fluentform .ff-el-input--label label {
  text-transform: none;
  font-weight: 500 !important;
  color: #25cc7e !important;
}

#gl-event-signup-form label {
  display: none;
}

#gl-event-signup-form .fluentform .ff-el-group {
  margin-bottom: 0 !important;
}

#gl-event-signup-form input::-webkit-input-placeholder {
  color: #000;
}

#gl-event-signup-form input:-ms-input-placeholder {
  color: #000;
}

#gl-event-signup-form input::placeholder {
  color: #000;
}

#gl-event-signup-form form.fluent_form_1 .ff-btn-submit {
  color: #fff !important;
  background-color: #333840 !important;
  border-color: #333840 !important;
  margin-top: 20px;
}

#gl-event-signup-form form.fluent_form_1 .ff-btn-submit:hover {
  color: #25cc7e !important;
}

.main-logo-2 {
  display: none;
}

.main-logo-1 {
  display: block;
}

span.icon-linkedin.ico-circle {
  background: #25cc7e !important;
  color: #fff !important;
  font-size: 28px !important;
  padding: 10px !important;
  border-radius: 50px !important;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

span.icon-linkedin.ico-circle:hover {
  background: #198b56 !important;
}

ul.sponsors-list.signature-sponsors.fourlogo li {
  width: 24.33%;
}

.sponsors-list.signature-sponsors li {
  width: 24.33%;
}

.event-reg-btn {
  margin-top: 3%;
}

/* SINGLE SPONSOR PAGE START */
.single-sponsor .member-section.sponsor-section-single {
  padding-top: 0;
}

.single-sponsor .sponsor img {
  border-right: 5px solid #26cc7e;
  padding-right: 2%;
}

.single-sponsor h1.entry-title {
  font-size: 41px;
  font-family: "Ubuntu";
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  text-transform: uppercase;
}

.single-sponsor .entry-category ul {
  margin: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.single-sponsor .entry-category ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.single-sponsor .entry-category a {
  text-transform: capitalize;
  margin-left: 5px;
}

.single-sponsor header.entry-header {
  margin-top: -10px;
}

.single-sponsor header.main-header {
  border-bottom: 1px solid #eaeaea;
}

.single-sponsor .event-section {
  padding-top: 2rem;
}

.section-title.sponsored-event {
  margin-bottom: 2rem;
}

.article-title.event-title a {
  font-weight: 800;
  font-size: 1.3rem;
}

.article-title.event-title {
  min-height: 60px;
}

/* SINGLE SPONSOR PAGE END */

/* SUMMMIT CSS START */
.single-event .summit-template #sponsors {
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.intro-overlay.summit-overlay {
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: -1;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 1;
}

section.intro-section.intro-agenda.intro-summit {
  background: #f2f2f2;
  z-index: 1;
}

.hero-logo-main.summit-hero-logo-main {
  margin-bottom: 3rem;
}

.hero-main.hero-agenda.summit-agenda h3 {
  color: #27ae60;
  margin-top: 3rem;
}

.hero-main.hero-agenda.summit-agenda p {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 0;
}

span.c_date.summit_c_date {
  color: #27ae60;
  margin: 0;
  padding: 0;
  margin-top: -2rem;
  font-size: 1.6rem;
}
.ov-color {
  color: #27ae60;
}
.hero-link.summit-hero-link {
  margin-top: 2rem;
}

section.overview-section.summit-overview-section {
  padding: 0;
  padding-bottom: 2rem;
  background: #f2f2f2;
}

.question-cta-sec {
  margin-top: 2rem;
  padding-bottom: 3rem;
}

.question-cta-sec h2 {
  text-transform: none;
  font-size: 1.5rem !important;
  margin-bottom: 0 !important;
}

.question-cta-sec .section-heading {
  margin-bottom: -1rem !important;
}

.summit-template #agenda {
  margin-top: 0rem;
}

@media only screen and (max-width: 1600px) {
  .intro-overlay.summit-overlay {
    right: 0;
  }
}

@media only screen and (max-width: 1440px) {
  .intro-overlay.summit-overlay {
    right: 0;
  }
}

@media only screen and (max-width: 1366px) {
  .intro-overlay.summit-overlay {
    right: 0;
  }
  .intro-overlay.summit-overlay {
    right: 0;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    bottom: 0;
    top: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .summit-template .intro-content-wrapper {
    padding-bottom: 0;
  }

  .hero-main.hero-agenda.summit-agenda {
    padding-bottom: 2rem;
  }
}
/* SUMMMIT CSS END */

.sponsor-cta-desc {
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .sponsor-cta-desc {
    padding: 1rem;
  }
}
