@charset "UTF-8";
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*Full HD Display*/
/*Mackbokk air*/
/*WXGA Display*/
@media screen and (max-width: 1366px) {
  .homepage_wrapper section.resources_wrapp .resource-details .card {
    max-width: 374px !important;
  }
}
/*Ipads*/
/*Greater Than Mobiles*/
@media screen and (max-width: 768px) {
  .speakers_wrapper section.speakers_welcome .banner_head p {
    width: 80%;
  }
  .speakers_wrapper section.speakers_wrapp .home_speakers_wrap {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .speakers_wrapper section.speakers_wrapp .home_speakers_wrap .speaker_ {
    max-width: 90%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 24px;
  }
}
/*Phones*/
@media screen and (max-width: 320px) {
  .homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell figure img.mobile-banner {
    height: 500px;
  }
}
.registration .intrests .shortforms-container .form__group-wrapper {
  position: relative;
}

.checkbox {
  width: 100%;
  margin: 0;
  position: relative;
  display: block;
}
.checkbox label {
  position: relative;
  min-height: 34px;
  display: block;
  padding-left: 22px;
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0px;
  width: 16px;
  height: 16px;
  transition: transform 0.28s ease;
  border: 2px solid #e95a0c;
  border-radius: 2px;
}
.checkbox label:after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -ms-transform: rotate(-45deg) scale(0);
      transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  position: absolute;
  top: 12px;
  left: 3px;
}
.checkbox label span {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .checkbox label span {
    font-size: 14px;
    line-height: 24px;
  }
}
.checkbox input[type=checkbox], .checkbox input[type=radio] {
  width: auto;
  opacity: 1e-8;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox input[type=checkbox]:checked ~ label:before, .checkbox input[type=radio]:checked ~ label:before {
  background: #e95a0c;
  border-radius: 2px;
}
.checkbox input[type=checkbox]:checked ~ label:after, .checkbox input[type=radio]:checked ~ label:after {
  -ms-transform: rotate(-45deg) scale(1);
      transform: rotate(-45deg) scale(1);
}
.checkbox input[type=checkbox]:focus + label::before, .checkbox input[type=radio]:focus + label::before {
  outline: 0;
}

h1 {
  font-size: 2.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 58px;
  margin: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1rem;
    line-height: 150%;
  }
}
h3.highlighted {
  color: #E95A0C;
}

h4 {
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 767px) {
  h4 {
    font-size: 0.875rem;
    line-height: 150%;
  }
}

p {
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
p.content {
  font-size: 20px;
  line-height: 40px;
}

h5 {
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 767px) {
  h5 {
    font-size: 0.75rem;
    line-height: 120%;
  }
}

h6 {
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.75rem;
    line-height: 120%;
  }
}

span {
  font-size: 0.625rem;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

html {
  height: 100%;
  background: #ffffff !important;
  font-size: 16px !important;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  display: inherit;
}

a:hover {
  color: inherit;
}

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

body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-weight: 400;
  position: relative;
  background-color: transparent !important;
}

.container {
  max-width: 1224px;
  width: 100%;
  margin: 0 auto;
  /*padding: 0 32px;*/
}

.bttn {
  width: 168px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  transition-duration: 0.4s;
  border-radius: 2px;
  font-family: "Roboto Slab", serif;
}
.bttn img.icon {
  margin-left: 9px;
  margin-bottom: 0 !important;
  width: 6px;
  height: 7px;
}
.bttn.bttn_filled {
  background: #E95A0C;
  color: #ffffff;
}
.bttn.bttn_empty {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.bttn.bttn_white {
  background: #ffffff;
  color: #E95A0C;
  font-weight: bold;
}
.bttn:hover {
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  transition-duration: 0.4s;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.heading_main {
  position: relative;
  margin-bottom: 50px;
  /*.heading_backdrop {
  	position: absolute;
  	text-align: center;
  	left: 0;
  	right: 0;
  	top: -100%;
  	font-size: 150px;
  	line-height: 180px;
  	opacity: 0.02;
  	color: #fff;
  	transform: translateY(-20%);

  	@include xs {
  		font-size: 42px;
  		top: -7%;
  		line-height: 150%;
  	}
  }*/
}
.heading_main h2 {
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-bottom: 16px;
}
.heading_main h2:after {
  position: absolute;
  content: "";
  background: #E95A0C;
  height: 3px;
  width: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.dropline_heading {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 48px;
  color: #ffffff;
}
.dropline_heading:after {
  position: absolute;
  content: "";
  background: #E95A0C;
  height: 3px;
  width: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.banner_head {
  background-color: #080808;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 278px;
}
.banner_head .dropline {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}
.banner_head .dropline:after {
  position: absolute;
  content: "";
  background: #E95A0C;
  height: 3px;
  width: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner_head .dropline {
    width: 80% !important;
    line-height: 32px;
  }
}
.banner_head p {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media (max-width: 767px) {
  .banner_head p {
    width: 80% !important;
    line-height: 160%;
  }
}

form {
  max-width: 632px;
  margin: 0 auto;
  padding: 0 16px;
}
form .form-group {
  margin-bottom: 32px;
}
form .form-group label {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  form .form-group label {
    font-size: 14px;
    line-height: 24px;
  }
}
form .form-group label sup {
  color: red;
}
form .form-group input {
  background: #ffffff;
  border-radius: 4px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding: 18px;
  height: auto;
  width: 100%;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  form .form-group input {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
form .form-group input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
form .form-group input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
form .form-group .invalid_feedback {
  color: red;
  margin-top: 12px;
}
form .bttn_cta {
  border: 0;
  background: #e95a0c;
  border-radius: 2px;
  padding: 12px 24px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 767px) {
  form .bttn_cta {
    margin: unset;
    margin-top: 10px;
  }
}
form .bttn img.icon {
  width: 6px;
  height: 7px;
}

section.speakers_wrapp {
  background: #131313;
}
section.speakers_wrapp .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  section.speakers_wrapp .container {
    max-width: 100% !important;
  }
}
section.speakers_wrapp .new-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  section.speakers_wrapp .new-wrapper {
    max-width: 100%;
  }
}
section.speakers_wrapp .home_speakers_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  margin-left: -24px;
}
@media (max-width: 767px) {
  section.speakers_wrapp .home_speakers_wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: auto;
        flex: auto;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 0;
  }
}
section.speakers_wrapp .home_speakers_wrap .speaker_ {
  max-width: 270px;
  margin-bottom: 80px;
  margin-left: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.speakers_wrapp .home_speakers_wrap .speaker_ {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
section.speakers_wrapp .home_speakers_wrap .speaker_.no-margin {
  margin-right: 0;
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure {
  transition-duration: 0.4s;
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure img {
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  section.speakers_wrapp .home_speakers_wrap .speaker_ figure img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.speakers_wrapp .home_speakers_wrap .speaker_ figure {
    text-align: center;
  }
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure figcaption {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 767px) {
  section.speakers_wrapp .home_speakers_wrap .speaker_ figure figcaption {
    margin-top: 8px;
  }
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure figcaption .content {
  color: #ffffff;
  transition-duration: 0.4s;
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure figcaption p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  section.speakers_wrapp .home_speakers_wrap .speaker_ figure figcaption p {
    font-size: 14px;
  }
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure:hover {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  transition-duration: 0.4s;
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure:hover figcaption .content {
  color: #E95A0C;
  transition-duration: 0.4s;
}
section.speakers_wrapp .home_speakers_wrap .speaker_ figure:hover img {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
section.speakers_wrapp .cta_wrapper .bttn {
  margin: 0 auto;
  width: 204px;
}
section.register_now_wrapp {
  background: #E95A0C;
  height: 140px;
  padding: 0px 108px 0 105px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  section.register_now_wrapp {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    padding: 40px !important;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
    height: 100% !important;
  }
}
section.register_now_wrapp .regster_content {
  color: #ffffff;
}
section.register_now_wrapp .regster_content p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}
@media (max-width: 767px) {
  section.register_now_wrapp .regster_content p {
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  section.register_now_wrapp .regster_content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section.register_now_wrapp .cta_wrapper {
    margin-top: 16px;
  }
}

.homepage_wrapper {
  background-color: #131313;
}
.homepage_wrapper section {
  margin-bottom: -2px;
}
.homepage_wrapper section.hero_slider_wrapp {
  padding: 0;
  position: relative;
}
.homepage_wrapper section.hero_slider_wrapp .hero_slider {
  position: relative;
  margin-top: -2px;
}
.homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell {
  width: 100%;
}
.homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell figure {
  margin-bottom: 0;
}
.homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell figure img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell figure img.mobile-banner {
  display: none;
}
@media (max-width: 767px) {
  .homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell figure img.desktop-banner {
    display: none;
  }
  .homepage_wrapper section.hero_slider_wrapp .hero_slider .slide_cell figure img.mobile-banner {
    display: block;
    height: 700px;
    object-position: center 50%;
  }
}
.homepage_wrapper section.hero_slider_wrapp .banner_writeup {
  position: absolute;
  bottom: 77px;
  right: 381px;
  display: none;
}
@media (max-width: 767px) {
  .homepage_wrapper section.hero_slider_wrapp .banner_writeup {
    display: block;
    top: 340px;
    left: 51%;
    right: unset;
    width: 100%;
    padding: 32px 16px;
    bottom: unset;
  }
  .homepage_wrapper section.hero_slider_wrapp .banner_writeup a {
    height: 30px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp {
    padding-top: 64px;
    padding-bottom: 0;
  }
}
.homepage_wrapper section.overview_wrapp p.content {
  max-width: 1016px;
  width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp p.content {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp .heading_main {
    margin-bottom: 32px;
  }
  .homepage_wrapper section.overview_wrapp .heading_main span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp .heading_backdrop {
    font-size: 60px;
  }
}
.homepage_wrapper section.overview_wrapp .overview-banner {
  height: 100%;
  display: table;
}
.homepage_wrapper section.overview_wrapp .overview-banner figure {
  display: table-cell;
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp .overview-banner figure {
    width: 100%;
    display: block;
  }
}
.homepage_wrapper section.overview_wrapp .overview-banner figure img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp .overview-banner figure img {
    width: 100%;
    height: auto;
  }
}
.homepage_wrapper section.overview_wrapp .overview-banner .banner_writeup {
  display: table-cell;
  vertical-align: middle;
  background: #2A2A2A;
  padding: 50px 107px 92px 46px;
  width: 35%;
}
.homepage_wrapper section.overview_wrapp .overview-banner .banner_writeup p {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
}
.homepage_wrapper section.overview_wrapp .overview-banner .banner_writeup h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 21px;
}
.homepage_wrapper section.overview_wrapp .overview-banner .banner_writeup h4 span {
  color: #E95A0C;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .homepage_wrapper section.overview_wrapp .overview-banner .banner_writeup {
    width: 100%;
    padding: 24px 24px 42px 24px;
    display: block;
  }
}
.homepage_wrapper section.focus_area_wrapp {
  width: 100%;
  background: url("../../build/images/theme_bg.png") no-repeat;
  background-position: center;
  background-size: cover !important;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap {
  padding-top: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 392px);
  grid-gap: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage_wrapper section.focus_area_wrapp .card_wrap {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.focus_area_wrapp .card_wrap {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 324px;
  width: 392px;
  padding: 24px 32px;
  transition-duration: 0.4s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage_wrapper section.focus_area_wrapp .card_wrap .card {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.focus_area_wrapp .card_wrap .card {
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 16px;
  }
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card .card_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card .card_header img {
  margin-right: 10px;
  border-radius: 100%;
  transition-duration: 0.4s;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card .card_header h3 {
  font-size: 20px;
  line-height: 32px;
  color: #E95A0C;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card ul {
  box-sizing: border-box;
  padding-left: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card ul li {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 16px;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card ul li:last-of-type {
  margin-bottom: 0;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 28px;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card.no-margin {
  margin-right: 0;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card:hover {
  -ms-transform: translateY(-10px);
      transform: translateY(-10px);
  transition-duration: 0.4s;
}
.homepage_wrapper section.focus_area_wrapp .card_wrap .card:hover .card_header img {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  transition-duration: 0.4s;
}
.homepage_wrapper section.focus_area_wrapp .card-wrap-2 {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767px) {
  .homepage_wrapper section.focus_area_wrapp .card-wrap-2 {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage_wrapper section.focus_area_wrapp .card-wrap-2 {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.speakers_wrapp {
    padding-top: 0px;
  }
}
.homepage_wrapper section.testimonial-wrapper {
  background: #E95A0C;
  padding: 84px 108px 84px 212px;
  margin: 103px 0 84px 0;
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper {
    padding: 24px;
    margin: 32px 0;
  }
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial {
  padding-left: 128px;
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial p {
  position: relative;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial p:after {
  position: absolute;
  content: "";
  background: url("../../src/images/icons/qoutes.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 83px;
  height: 59px;
  top: 0;
  left: -60px;
  -ms-transform: translateY(-39%);
      transform: translateY(-39%);
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial p:after {
    left: -10px;
    width: 30px;
    height: 30px;
  }
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial p:before {
  position: absolute;
  content: "";
  background: url("../../src/images/icons/qoutes.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 83px;
  height: 59px;
  bottom: 0;
  right: 0;
  -ms-transform: rotate(180deg) translateY(-50%);
      transform: rotate(180deg) translateY(-50%);
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial p:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial p {
    font-size: 14px;
    line-height: 150%;
  }
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial h4 small {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial h4 small {
    font-size: 14px;
    line-height: 150%;
    display: block;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial h4 {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide .testimonial {
    padding-left: 0;
    padding: 0 24px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.homepage_wrapper section.testimonial-wrapper .testimonial-slider .testimonial-slide figure img {
  filter: grayscale(100%);
  border-radius: 8px;
}
.homepage_wrapper section.testimonial-wrapper .slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
}
.homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-prev {
  left: -50px;
}
.homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-prev:before {
  background: url("../../src/images/icons/right_arrow.svg");
  opacity: 1;
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-prev {
    left: 0;
    top: 25px;
  }
}
.homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-next {
  right: -50px;
}
.homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-next:before {
  background: url("../../src/images/icons/right_arrow.svg");
  opacity: 1;
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-next {
    right: 0;
    top: 25px;
  }
}
.homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-disabled {
  display: none !important;
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .slick-arrow.slick-disabled {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.testimonial-wrapper .slick-arrow {
    top: 40% !important;
  }
}
.homepage_wrapper section.register_now_wrapp {
  background: #E95A0C;
  height: 140px;
  padding: 0px 108px 0 105px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.homepage_wrapper section.register_now_wrapp .regster_content {
  color: #ffffff;
}
.homepage_wrapper section.faq--wrapper {
  /*margin: 52px 0;*/
}
.homepage_wrapper section.faq--wrapper .section--title {
  text-align: center;
}
.homepage_wrapper section.faq--wrapper p {
  font-size: 16px;
  padding: 10px 12px;
}
.homepage_wrapper section.faq--wrapper p span {
  text-transform: uppercase;
}
.homepage_wrapper section.faq--wrapper .accordions {
  display: block;
  margin: auto;
}
.homepage_wrapper section.faq--wrapper .accordion_item {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab {
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease-in;
  width: 100%;
  border: 1px solid #E95A0C;
  border-radius: 10px;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title {
  margin-bottom: 0;
  padding: 20px 134px;
  position: relative;
  text-transform: unset;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title {
    line-height: 150%;
  }
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title .icon {
  background-color: transparent;
  height: 16px;
  position: absolute;
  left: 56px;
  top: calc(50% - 14px);
  transition: transform 0.3s ease-in;
  width: 30px;
  height: 30px;
  border: 2px solid #E95A0C;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title .icon:before {
  background-color: #E95A0C;
  content: "";
  height: 100%;
  left: 12px;
  position: absolute;
  top: 10px;
  -ms-transform: rotate(0);
      transform: rotate(0);
  height: 8px;
  width: 2px;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title .icon:after {
  background-color: #E95A0C;
  content: "";
  height: 8px;
  position: absolute;
  right: 12px;
  top: 10px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  width: 2px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title .icon {
    left: 20px;
  }
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title:before {
  position: absolute;
  content: "";
  background: #E95A0C;
  width: 2px;
  height: 30px;
  left: 104px;
  top: 26px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.faq--wrapper .accordion_item .title_tab .title {
    padding: 20px 64px;
  }
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab:hover {
  background-color: #000;
  transition: background-color 0.3s ease-in;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab.active {
  background-color: transparent;
  color: #ffffff;
  transition: background-color 0.3s ease-in;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab.active .title {
  padding-bottom: 0;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab.active .title .icon {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  top: calc(50% - 5px);
  transition: transform 0.3s ease-in;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab.active .title .icon:before {
  display: none;
}
.homepage_wrapper section.faq--wrapper .accordion_item .title_tab.active .title .icon:after {
  background-color: #E95A0C;
}
.homepage_wrapper section.faq--wrapper .accordion_item .inner_content p.show {
  background: transparent;
  border: 1px solid #E95A0C;
  border-top: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 134px;
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}
@media (max-width: 767px) {
  .homepage_wrapper section.faq--wrapper .accordion_item .inner_content p.show {
    padding-left: 15px;
  }
}
.homepage_wrapper section.faq--wrapper .accordion_item .inner_content p.show a.social_img {
  height: 40px;
  width: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 16px 20px 0;
  border-radius: 4px;
  border: 0.84456px solid #E95A0C;
  background: rgba(233, 90, 12, 0.12);
  padding: 8px;
  transition-duration: 0.4s;
}
.homepage_wrapper section.faq--wrapper .accordion_item .inner_content p.show a.social_img:hover {
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  transition-duration: 0.4s;
}
.homepage_wrapper section.faq--wrapper .accordion_item .inner_content p.show a.social_img img {
  width: 20px;
  height: 20px;
}
.homepage_wrapper section.faq--wrapper .inner_content {
  display: none;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.homepage_wrapper section.faq--wrapper .inner_content p {
  font-size: 16px;
  line-height: 28px;
  margin: auto;
  opacity: 0;
  padding: 18px 15px;
  transform: translate3d(0, 60px, 0);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
}
.homepage_wrapper section.faq--wrapper .inner_content p span {
  font-size: 14px;
  line-height: 30px;
}
.homepage_wrapper section.faq--wrapper .inner_content p b {
  color: #F44336;
  font-size: 18px;
}
.homepage_wrapper section.faq--wrapper .slick-dots {
  display: none;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp {
    padding-top: 0;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container {
  /*padding-top: 80px;*/
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container {
    padding-top: 0;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs {
    width: 100%;
    overflow-x: scroll;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 16px;
  cursor: pointer;
  width: 240px;
  transition-duration: 0.4s;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li.current {
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid #E95A0C;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li p {
    font-size: 14px;
    line-height: 150%;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li:hover {
  background: rgba(0, 0, 0, 0.4);
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container ul.tabs li {
    min-width: 150px;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content {
  display: none;
  background: transparent;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current {
  display: inherit;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details {
  margin-top: 40px;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ {
  padding-top: 30px;
  padding-left: 150px;
  position: relative;
  padding-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  /*&:first-child {
  	&:after {
  		top: -10px;
  	}
  	}*/
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ {
    padding-left: 0;
    padding-top: 24px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 1px;
  left: 81px;
  top: 0;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_:before {
    left: 25px;
    display: none;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_:after {
  position: absolute;
  content: "";
  background: url(../../src/images/icons/dot.svg);
  height: 50px;
  width: 50px;
  left: 56px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_:after {
    height: 30px;
    width: 30px;
    background-size: contain;
    left: 11px;
    display: none;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .content {
  color: rgba(255, 255, 255, 0.5);
  line-height: 32px;
  font-weight: 100;
  font-size: 16px;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .content.w-bold {
  color: #E95A0C;
  width: 210px;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .content.w-bold {
    font-size: 14px;
    line-height: 120%;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .content.w-bold.gtm-zone {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .content.w-bold {
    width: auto;
    margin-right: 16px;
    line-height: 150%;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ h3 {
  color: #ffffff;
  margin-bottom: 2px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ h3 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ p {
    font-size: 14px;
    line-height: 150%;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .brief_ {
  padding-left: 64px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .brief_ {
    padding-left: 0;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .brief_ .agenda-cat {
  color: #E95A0C;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .brief_ .tags span {
  display: inline-block;
  background: rgba(233, 90, 12, 0.1);
  border: 1px solid #E95A0C;
  padding: 2px 8px;
  border-radius: 16px;
  color: #E95A0C;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details .deets_ .time-zone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 16px;
  }
}
.homepage_wrapper section.agenda_wrapp .main_agenda_container .tab-content.current .details a {
  cursor: pointer;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .homepage_wrapper section.agenda_wrapp .main_agenda_container .is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    background: #131313;
    z-index: 999;
  }
  @media (max-width: 767px) {
    .homepage_wrapper section.agenda_wrapp .main_agenda_container .is-sticky {
      top: 70px;
      margin-left: -19px !important;
    }
  }
}
.homepage_wrapper section.resources_wrapp .resource-details {
  display: grid;
  -ms-flex-pack: center;
      justify-content: center;
  grid-template-columns: 496px 496px;
  grid-gap: 24px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.resources_wrapp .resource-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: auto;
        flex: auto;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 0;
  }
}
.homepage_wrapper section.resources_wrapp .resource-details .card {
  background: #2B2B2B;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 496px;
  height: 138px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.resources_wrapp .resource-details .card {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px;
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail p.bold {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail .tag_ {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail .tag_ p {
  font-size: 12px;
  line-height: 140%;
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail .tag_ p.category {
  color: #E95A0C;
  position: relative;
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail .tag_ p.category:after {
  position: absolute;
  content: "";
  background: #ffffff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  top: 6px;
  right: -11px;
}
.homepage_wrapper section.resources_wrapp .resource-details .card .detail .tag_ p.read-time {
  color: #ffffff;
  padding-left: 18px;
}
.homepage_wrapper section.social_media_wrapp .social_container {
  /*padding-top: 80px;*/
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container {
    padding-top: 0;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab {
  display: none;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab.tab-active {
  display: block;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card {
  background: transparent;
  border-radius: 0;
  margin-bottom: 32px;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card figure {
  margin-bottom: 25px;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card figure img {
  width: 385px;
  height: 346px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card figure {
    width: 100%;
    display: none;
  }
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card figure img {
    width: 100%;
    height: 100%;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card .card-details h3 {
  color: #ffffff;
  margin-bottom: 25px;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card .card-details p {
  width: 388px;
  margin-bottom: 25px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card .card-details p {
    width: 100%;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card .card-details a {
  color: #E95A0C;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .card {
    margin-bottom: 24px;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .social-timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .social-timeline .timeline {
  width: 500px;
  height: 728px;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .social-timeline .timeline iframe {
  overflow: scroll;
  width: 500px;
  height: 728px !important;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .social-timeline .timeline iframe {
    width: 100%;
    height: 328px !important;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .social-timeline .timeline {
    width: 100%;
    height: 328px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container .tab-container .tab .social-timeline {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs {
    width: 100%;
    overflow-x: scroll;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  cursor: pointer;
  width: 392px;
  transition-duration: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li h4 {
    font-size: 16px;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li img {
  border-radius: 4px;
  padding: 8px;
  background: rgba(233, 90, 12, 0.1);
  margin-right: 16px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li img {
    height: 30px;
    width: 30px;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li:hover {
  background: rgba(0, 0, 0, 0.4);
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li {
    min-width: 150px;
  }
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li a {
  padding: 16px;
  height: 100%;
  width: 100%;
}
.homepage_wrapper section.social_media_wrapp .social_container ul.social-tabs li a.active-a {
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid #E95A0C;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-content {
  display: none;
  background: transparent;
}
.homepage_wrapper section.social_media_wrapp .social_container .tab-content.current {
  display: inherit;
}
.homepage_wrapper section.events_wrapp {
  background: #2A2A2A;
}
.homepage_wrapper section.events_wrapp .slick-slider .slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
}
.homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-prev:before {
  background: url("../../src/images/icons/right_arrow_orange.svg");
  opacity: 1;
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
  -ms-transform: rotate(180deg) translateX(20px);
      transform: rotate(180deg) translateX(20px);
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-prev {
    left: 0;
    top: 25px;
  }
}
.homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-next:before {
  background: url("../../src/images/icons/right_arrow_orange.svg");
  opacity: 1;
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-next {
    right: 0;
    top: 25px;
  }
}
.homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .slick-slider .slick-arrow.slick-disabled {
    display: block !important;
  }
}
.homepage_wrapper section.events_wrapp .slick-initialized .slick-slide {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .slick-initialized .slick-slide {
    margin-right: 0;
  }
}
.homepage_wrapper section.events_wrapp .heading_main {
  margin-bottom: 20px;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-pack: start;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 46px 108px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .events_wrapp_container {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 24px;
  }
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin-right: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .events_wrapp_container .card {
    margin-right: 0px !important;
    max-width: 384px;
  }
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card figure img {
  width: 100%;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content {
  padding: 16px;
  position: relative;
  background: #ffffff;
  min-height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .tags_ {
  position: absolute;
  bottom: 16px;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .tags_ span {
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 17px;
  position: relative;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .tags_ span:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  top: 6px;
  right: -11px;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .tags_ span:nth-of-type(3):after {
  content: unset;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .article-category {
  position: absolute;
  right: 16px;
  top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #E95A0C;
  border: 4px solid #ffffff;
  height: 64px;
  width: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .article-category .category-icon {
  width: 32px;
  height: 32px;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card .article_content .main-article .b-bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 8px;
  width: 70%;
}
.homepage_wrapper section.events_wrapp .events_wrapp_container .card:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .events_wrapp_container .card {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage_wrapper section.events_wrapp .events_wrapp_container .card {
    width: 350px;
  }
  .homepage_wrapper section.events_wrapp .events_wrapp_container .card:nth-of-type(2) {
    margin-right: 0;
  }
  .homepage_wrapper section.events_wrapp .events_wrapp_container .card:nth-of-type(3) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .events_wrapp_container {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .homepage_wrapper section.events_wrapp .events_wrapp_container {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper section.events_wrapp .container-padding {
    padding-bottom: 0;
  }
}
.homepage_wrapper section .container-padding {
  padding: 32px 0;
  width: 90%;
  margin: 0 auto;
}
.homepage_wrapper .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.homepage_wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.homepage_wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  font-size: 0;
}
.homepage_wrapper .slick-dots li button:before {
  content: "•";
  font-size: 22px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #E95A0C;
}
@media (max-width: 767px) {
  .homepage_wrapper .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper .slick-dots li button {
    height: 10px;
    width: 10px;
  }
}
.homepage_wrapper .slick-dots li.slick-active button {
  background-color: #E95A0C;
}
@media (max-width: 767px) {
  .homepage_wrapper .slick-dots li {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 767px) {
  .homepage_wrapper .slick-dots {
    bottom: 0;
  }
}

/*--------------------Organisation Committteeeee-------------------------*/
.orgcomm_wrapp .home_speakers_wrap {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-content-org {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-content-org {
    display: none;
  }
}
@media (max-width: 767px) {
  .orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-content-org {
    display: none;
  }
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-content-org .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-content-org .item img {
  margin-right: 16px;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-content-org .item h4 {
  color: white;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure .photo-container {
  position: relative;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(233, 90, 12, 0.9);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .orgcomm_wrapp .home_speakers_wrap .speaker_ figure .img-overlay {
    display: none;
  }
}
@media (max-width: 767px) {
  .orgcomm_wrapp .home_speakers_wrap .speaker_ figure .img-overlay {
    display: none;
  }
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure:hover {
  -ms-transform: none !important;
      transform: none !important;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure:hover .img-overlay {
  opacity: 1;
  transition: all 0.4s ease;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ figure:hover .photo-content-org {
  opacity: 1;
  transition: all 0.4s ease;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ img {
  filter: none !important;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ .photo-org {
  filter: grayscale(100%);
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ .mob-contact {
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 16px;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .orgcomm_wrapp .home_speakers_wrap .speaker_ .mob-contact {
    display: -ms-flexbox;
    display: flex;
  }
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ .mob-contact img {
  margin-right: 32px;
}
.orgcomm_wrapp .home_speakers_wrap .speaker_ .mob-contact .no-margin {
  margin: 0;
}

.divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.comm-card-list {
  width: 1224px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comm-card-list {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (max-width: 767px) {
  .comm-card-list {
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.comm-card-list .comm-card {
  width: 392px;
  height: 256px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .comm-card-list .comm-card {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comm-card-list .comm-card {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
.comm-card-list .comm-card .name {
  font-size: 20px;
  line-height: 32px;
  color: white;
}
@media (max-width: 767px) {
  .comm-card-list .comm-card .name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .comm-card-list .comm-card .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.comm-card-list .comm-card .designation {
  color: rgba(255, 255, 255, 0.5);
  height: 56px;
  font-weight: normal;
  margin-top: 4px;
}
.comm-card-list .comm-card .divider {
  background: rgba(255, 255, 255, 0.1);
}
.comm-card-list .comm-card .photo-content-org .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
}
.comm-card-list .comm-card .photo-content-org .item img {
  margin-right: 16px;
}
.comm-card-list .comm-card .photo-content-org .item h4 {
  color: #E95A0C;
}

#org_committee {
  padding: 80px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #org_committee {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  #org_committee {
    padding: 40px 0;
  }
}

header {
  /*position: relative;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  height: 138px;
}
@media (max-width: 767px) {
  header {
    height: 76px;
    background: #000000;
  }
}
header .menu--trigger {
  display: none;
}
@media (max-width: 767px) {
  header .menu--trigger {
    display: block;
  }
}
header .main_navbar {
  background-color: #000000;
  position: relative;
  z-index: 99;
  transition-duration: 0.4s;
}
header .main_navbar .nav-container {
  max-width: 100%;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container {
    padding: 0 16px;
  }
}
header .main_navbar .nav-container .nav__wrapper ul {
  background: #E95A0C;
  text-align: center;
  margin-bottom: 0;
  padding: 6px 0;
  position: relative;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .nav__wrapper ul {
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header .main_navbar .nav-container .nav__wrapper ul {
    background: none;
  }
}
header .main_navbar .nav-container .nav__wrapper ul li {
  display: inline-block;
  margin-right: 60px;
}
header .main_navbar .nav-container .nav__wrapper ul li a {
  display: inline-block;
  color: #ffffff;
}
header .main_navbar .nav-container .nav__wrapper ul li a:after {
  width: 0;
  opacity: 0;
}
header .main_navbar .nav-container .nav__wrapper ul li a span {
  position: relative;
  padding-bottom: 5px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
}
header .main_navbar .nav-container .nav__wrapper ul li a span:after {
  content: "";
  background: #000000;
  height: 1px;
  width: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
header .main_navbar .nav-container .nav__wrapper ul li a:hover {
  text-decoration: none;
  color: #000000;
}
header .main_navbar .nav-container .nav__wrapper ul li a:hover span:after {
  width: 100%;
}
header .main_navbar .nav-container .nav__wrapper ul li a:active {
  color: #000000;
}
header .main_navbar .nav-container .nav__wrapper ul li a.bttn_filled {
  display: -ms-flexbox;
  display: flex;
  width: 152px;
}
header .main_navbar .nav-container .nav__wrapper ul li a.bttn_filled:hover {
  color: #ffffff;
}
header .main_navbar .nav-container .nav__wrapper ul li:last-of-type {
  margin-right: 0;
}
header .main_navbar .nav-container .nav__wrapper ul li.button-live a {
  background: #ffffff;
  padding: 4px 16px;
  color: #E95A0C;
}
header .main_navbar .nav-container .nav__wrapper ul:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  width: 130%;
  top: 0;
  left: -130px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .nav__wrapper ul:before {
    display: none;
  }
}
header .main_navbar .nav-container .row {
  display: block;
  width: 100%;
  padding: 24px 32px;
  height: 104px;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
header .main_navbar .nav-container .logo__wapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper {
    position: fixed;
    top: 20px;
    left: 20px;
  }
}
header .main_navbar .nav-container .logo__wapper img {
  margin-right: 24px;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper img {
    max-width: 66px;
    margin-right: 10px;
  }
}
header .main_navbar .nav-container .logo__wapper .india_ai_logo {
  position: relative;
  margin-right: 24px;
}
header .main_navbar .nav-container .logo__wapper .supporting_logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
}
header .main_navbar .nav-container .logo__wapper .supporting_logos .meit {
  max-width: 160px;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper .supporting_logos .meit {
    max-width: 81px;
  }
}
header .main_navbar .nav-container .logo__wapper .supporting_logos a {
  margin: 0 24px;
}
header .main_navbar .nav-container .logo__wapper .supporting_logos a.logo-l {
  margin-right: 0;
}
header .main_navbar .nav-container .logo__wapper .right_logo {
  display: -ms-flexbox;
  display: flex;
}
header .main_navbar .nav-container .logo__wapper .right_logo .india_ai_logo img {
  margin-right: 0;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper .right_logo .indianEmblem {
    max-width: 24px;
    margin-right: 10px;
  }
}
header .main_navbar .nav-container .logo__wapper .center_logo img {
  margin-left: 200px;
  margin-right: 0;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper .center_logo img {
    margin-left: 30px;
    max-width: 98px;
  }
}
header .main_navbar .nav-container .logo__wapper .left_logo img:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper .left_logo {
    display: none;
  }
}
@media (max-width: 767px) {
  header .main_navbar .nav-container .logo__wapper {
    display: none;
  }
}
@media (max-width: 767px) {
  header .menu--trigger {
    position: fixed;
    top: 10px;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 0;
    background: 0 0;
    z-index: 10000;
  }
  header .menu--trigger span {
    display: block;
    background: #ffffff;
    width: 30px;
    height: 2px;
    position: relative;
    transition-duration: 0.5s;
  }
  header .menu--trigger span:before, header .menu--trigger span:after {
    content: "";
    position: absolute;
    background: #ffffff;
    right: 0;
    height: 2px;
    transition-duration: 0.5s;
  }
  header .menu--trigger span:before {
    width: 40px;
    top: -10px;
  }
  header .menu--trigger span:after {
    width: 20px;
    bottom: -10px;
  }
  header .menu--trigger:focus {
    outline: none;
  }
  header .menu--trigger.open span {
    background: 0;
  }
  header .menu--trigger.open span:before, header .menu--trigger.open span:after {
    background: #ffffff;
    width: 40px;
  }
  header .menu--trigger.open span:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  header .menu--trigger.open span:before {
    top: 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  header .main_navbar {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 100%;
    bottom: 0;
    margin: 0;
    transition-duration: 0.5s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header .main_navbar .mobile-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .main_navbar .nav__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100vh;
  }
  header .main_navbar .nav__wrapper ul {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header .main_navbar .nav__wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 767px) {
  header .main_navbar .nav__wrapper ul li {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header .main_navbar .nav__wrapper ul li {
    margin-right: 0 !important;
    margin-bottom: 32px;
  }
}
header .logo_strip {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000000;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 767px) {
  header .logo_strip {
    display: -ms-flexbox;
    display: flex;
  }
  header .logo_strip a {
    display: inline-block;
  }
}
header .logo_strip img {
  margin-right: 14px;
}
header .logo_strip img.raise {
  width: 84px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 14px;
}
header .logo_strip img.india_ai {
  width: 68px;
}
header .logo_strip img.meit {
  width: 94px;
}
header .logo_strip img.nitiAayogLogo {
  width: 36px;
}
header .logo_strip .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: start;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  padding-left: 16px;
}

header + div {
  margin-top: 138px;
}
@media (max-width: 767px) {
  header + div {
    margin-top: 75px;
  }
}

@keyframes slide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
footer.footer {
  background: #000000;
  font-family: "Roboto Slab", serif;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer.footer {
    padding: 0px !important;
  }
}
footer.footer a {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}
footer.footer a:hover {
  text-decoration: underline;
}
footer.footer .footer-sec {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000000;
  padding-top: 48px;
  padding-bottom: 40px;
}
footer.footer .footer-sec .footer-about {
  width: 40%;
}
@media (max-width: 767px) {
  footer.footer .footer-sec .footer-about {
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }
}
footer.footer .footer-sec .footer-logo {
  width: 130px;
  height: 59px;
  background: url("../../src/images/logo/india_ai.svg");
  background-repeat: no-repeat;
}
footer.footer .footer-sec .footer-about-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 160%;
  width: 100%;
  margin-top: 16px;
}
footer.footer .footer-sec .footer-legal h2 {
  color: #E95A0C;
  margin-bottom: 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer.footer .footer-sec .footer-legal h2 {
    font-size: 14px !important;
  }
}
footer.footer .footer-sec .footer-legal ul {
  list-style-type: none;
}
footer.footer .footer-sec .footer-legal li {
  color: #FFFFFF;
  margin-bottom: 16px;
  font-size: 14px;
}
footer.footer .footer-sec .footer-legal li:last-child {
  margin-bottom: 0px;
}
footer.footer .footer-sec .mp-d {
  margin-bottom: 32px;
}
footer.footer .footer-sec .footer-follow {
  margin-top: 32px;
}
footer.footer .footer-sec .footer-follow h2 {
  color: #E95A0C;
  margin-bottom: 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer.footer .footer-sec .footer-follow h2 {
    font-size: 14px !important;
  }
}
footer.footer .footer-sec .footer-follow ul {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer .footer-sec .footer-follow ul div {
  margin-right: 32px;
}
footer.footer .footer-sec .footer-follow .facebook-line {
  width: 24px;
  height: 24px;
}
footer.footer .footer-sec .footer-follow .facebook-line svg {
  fill: #FFFFFF;
}
footer.footer .footer-sec .footer-follow .facebook-line:hover svg {
  fill: #E95A0C;
}
footer.footer .footer-sec .footer-follow .linkedin-line {
  width: 24px;
  height: 24px;
}
footer.footer .footer-sec .footer-follow .linkedin-line svg {
  fill: #FFFFFF;
}
footer.footer .footer-sec .footer-follow .linkedin-line:hover svg {
  fill: #E95A0C;
}
footer.footer .footer-sec .footer-follow .twitter-line {
  width: 24px;
  height: 24px;
}
footer.footer .footer-sec .footer-follow .twitter-line svg {
  fill: #FFFFFF;
}
footer.footer .footer-sec .footer-follow .twitter-line:hover svg {
  fill: #E95A0C;
}
@media (max-width: 767px) {
  footer.footer .footer-sec {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
}
footer.footer .logos-footer {
  max-width: 284px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
footer.footer .logos-footer .negd-line {
  width: 97px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../../src/images/logo/negd-line.svg");
  margin-right: 34px;
  margin-bottom: 16px;
}
footer.footer .logos-footer .di-line {
  width: 107px;
  height: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../../src/images/logo/di-line.svg");
  margin-bottom: 16px;
}
footer.footer .logos-footer .meity-line {
  width: 284px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../../src/images/logo/meit-line.svg");
  margin-bottom: 16px;
}
footer.footer .logos-footer .nasscom-line {
  width: 114px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url("../../src/images/logo/nasscom-line.svg");
}
@media (max-width: 767px) {
  footer.footer .logos-footer {
    margin-top: 32px;
  }
}

.footer-copyright {
  padding: 10px 0 22px;
  color: rgba(0, 0, 0, 0.5);
  background: #000000;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 0 22px;
  color: rgba(255, 255, 255, 0.5);
  background: #000000;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 991px) {
  .footer-1 {
    margin-bottom: 18px;
  }

  .footer-3 {
    padding-left: 15px;
  }

  .footer-5 {
    margin-top: 30px;
  }

  .beta {
    font-size: 14px;
  }

  footer .footer-sec .footer-legal li {
    margin-bottom: 24px;
  }
}
.registration {
  background-color: #131313;
}
.registration .registration_wrapper section {
  margin-top: -2px;
}
.registration .registration_wrapper section.registration_welcome .banner_head .selection-option {
  margin-top: 32px;
}
.registration .registration_wrapper section.registration_welcome .banner_head .selection-option p {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
.registration .registration_wrapper section.registration_welcome .banner_head .selection-option .days_ label {
  margin-right: 48px;
}
.registration .registration_wrapper section.registration_welcome .banner_head .selection-option .days_ label span {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
.registration .registration_wrapper section.registration_welcome .banner_head .selection-option .days_ label input[type=checkbox] {
  margin-right: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .registration .registration_wrapper section.registration_welcome .banner_head .selection-option {
    padding: 0 32px;
  }
}
.registration .registration_wrapper section.registration_welcome .days_new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0 16px;
  margin-top: 12px;
}
.registration .registration_wrapper section.registration_welcome .days_new .checkbox {
  width: auto !important;
  margin-right: 48px;
}
@media (max-width: 767px) {
  .registration .registration_wrapper section.registration_welcome .days_new .checkbox {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .registration .registration_wrapper section.registration_welcome .days_new {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.registration .registration_wrapper section.registration_welcome .date-head-new {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 32px;
}
.registration .output {
  margin: 0 auto;
  padding: 1em;
}
.registration .id_nationality {
  color: #fff;
  display: none;
}
.registration form .form-group {
  margin-bottom: 32px;
}
.registration form .form-group .initial {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.registration form .form-group .initial .initial-option {
  background: url("../../src/images/icons/Icon/Vector.svg") no-repeat right #ffffff;
  max-width: 91px;
  margin-right: 16px;
  border-radius: 4px;
  width: 100%;
  background-position: calc(100% - 25px);
}
.registration form .form-group .initial .initial-option select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding: 18px;
  height: auto;
  width: 100%;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .registration form .form-group .initial .initial-option select {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
.registration form .form-group .initial .nationality-option {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.registration form .form-group .initial .nationality-option select {
  max-width: 100%;
  width: 100%;
}
.registration form .form-group .initial .name {
  max-width: 100%;
  width: 100%;
}
.registration .intrests .shortforms-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.registration .intrests .shortforms-container .grid-span {
  grid-column: 1/3;
}
.registration .intrests .shortforms-container input.lets-checkbox {
  display: none;
}
.registration .intrests .shortforms-container label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-max-content;
  width: max-content;
  background: rgba(233, 90, 12, 0.2);
  border: 1px solid #e95a0c;
  box-sizing: border-box;
  border-radius: 20px;
  border-radius: 20px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding: 8px 16px;
  margin-top: 8px;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .registration .intrests .shortforms-container label {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.registration .intrests .shortforms-container label img {
  margin-left: 16px;
  display: none;
}
.registration .intrests .shortforms-container .form__label {
  padding: 0;
  width: auto;
  border: none;
  margin-top: 0;
}
.registration .intrests .shortforms-container .form__group-wrapper {
  width: 100%;
  height: auto;
}
.registration .intrests .shortforms-container .dropdown-content {
  width: 100% !important;
  top: 72px !important;
  left: 0 !important;
  -ms-transform: scale(1) !important;
      transform: scale(1) !important;
  padding: 12px !important;
  height: 152px !important;
  min-height: 152px !important;
}
@media (max-width: 767px) {
  .registration .intrests .shortforms-container .dropdown-content {
    top: 80px !important;
  }
}
.registration .intrests .shortforms-container .dropdown-content .dropdown-content-links {
  height: 100% !important;
  width: 100% !important;
  overflow-y: scroll !important;
  padding: 0 !important;
}
.registration .intrests .shortforms-container #agriculture-field:checked ~ label[for=agriculture-field],
.registration .intrests .shortforms-container #education-field:checked ~ label[for=education-field],
.registration .intrests .shortforms-container #skilling-field:checked ~ label[for=skilling-field],
.registration .intrests .shortforms-container #future-field:checked ~ label[for=future-field],
.registration .intrests .shortforms-container #fintech-field:checked ~ label[for=fintech-field],
.registration .intrests .shortforms-container #governance-field:checked ~ label[for=governance-field],
.registration .intrests .shortforms-container #all_category:checked ~ label[for=all_category],
.registration .intrests .shortforms-container #agriculture-field:checked ~ label[for=agriculture-field],
.registration .intrests .shortforms-container #education-field:checked ~ label[for=education-field],
.registration .intrests .shortforms-container #skilling-field:checked ~ label[for=skilling-field],
.registration .intrests .shortforms-container #future-field:checked ~ label[for=future-field],
.registration .intrests .shortforms-container #fintech-field:checked ~ label[for=fintech-field],
.registration .intrests .shortforms-container #governance-field:checked ~ label[for=governance-field] {
  background: #e95a0c;
  border-radius: 20px;
  color: #ffffff;
}
.registration .intrests .shortforms-container #agriculture-field:checked ~ label[for=agriculture-field] img,
.registration .intrests .shortforms-container #education-field:checked ~ label[for=education-field] img,
.registration .intrests .shortforms-container #skilling-field:checked ~ label[for=skilling-field] img,
.registration .intrests .shortforms-container #future-field:checked ~ label[for=future-field] img,
.registration .intrests .shortforms-container #fintech-field:checked ~ label[for=fintech-field] img,
.registration .intrests .shortforms-container #governance-field:checked ~ label[for=governance-field] img,
.registration .intrests .shortforms-container #all_category:checked ~ label[for=all_category] img,
.registration .intrests .shortforms-container #agriculture-field:checked ~ label[for=agriculture-field] img,
.registration .intrests .shortforms-container #education-field:checked ~ label[for=education-field] img,
.registration .intrests .shortforms-container #skilling-field:checked ~ label[for=skilling-field] img,
.registration .intrests .shortforms-container #future-field:checked ~ label[for=future-field] img,
.registration .intrests .shortforms-container #fintech-field:checked ~ label[for=fintech-field] img,
.registration .intrests .shortforms-container #governance-field:checked ~ label[for=governance-field] img {
  display: block;
}

.registration_form_wrapper {
  background: #131313;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contactus {
  background-color: #131313;
}
.contactus section {
  margin-top: -2px;
}
.contactus section.contact_form_wrapper {
  background: #131313;
  padding: 40px 0;
}
.contactus section.contact_form_wrapper form .form-group textarea {
  height: 238px;
}
.contactus section .banner_head p {
  width: 90%;
}
.contactus section .banner_head .orange_link {
  color: #E95A0C;
  display: inline-block;
}

#contactModal {
  z-index: 999999999;
}
#contactModal .modal-dialog {
  top: 30%;
  max-width: 730px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
#contactModal .modal-dialog .modal-content {
  background: #131313;
  width: 730px;
  position: relative;
}
#contactModal .modal-dialog .modal-content .modal-body {
  padding-top: 72px;
}
#contactModal .modal-dialog .modal-content .modal-body figure {
  background: #00A14B;
  width: 164px;
  height: 164px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}
#contactModal .modal-dialog .modal-content .modal-body figure img {
  width: 90px;
}
@media (max-width: 767px) {
  #contactModal .modal-dialog .modal-content .modal-body figure {
    margin-bottom: 32px;
    width: 64px;
    height: 64px;
  }
  #contactModal .modal-dialog .modal-content .modal-body figure img {
    width: 30px;
  }
}
#contactModal .modal-dialog .modal-content .modal-body h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 32.7843px;
  line-height: 48px;
  margin: 0 auto;
  margin-bottom: 70px;
  width: 60%;
  text-align: center;
}
@media (max-width: 767px) {
  #contactModal .modal-dialog .modal-content .modal-body h3 {
    width: 90%;
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 32px;
  }
}
#contactModal .modal-dialog .modal-content .modal-body a {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #contactModal .modal-dialog .modal-content .modal-body {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #contactModal .modal-dialog .modal-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #contactModal .modal-dialog {
    width: 90%;
    margin: 0 auto;
    height: 100%;
  }
}
#contactModal.show {
  background: rgba(0, 0, 0, 0.89);
}

.thankyou_wrapper {
  background-color: #131313;
}
.thankyou_wrapper section.thankyou_welcome .banner_head {
  height: 551px;
}
.thankyou_wrapper section.thankyou_welcome .banner_head h1, .thankyou_wrapper section.thankyou_welcome .banner_head p {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .thankyou_wrapper section.thankyou_welcome .banner_head {
    height: 100%;
    padding: 50px 0;
  }
  .thankyou_wrapper section.thankyou_welcome .banner_head figure img {
    width: 100px;
    margin-bottom: 1rem;
  }
}
.thankyou_wrapper section.explore_more_wrapper {
  padding: 96px 0;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1224px;
  width: 1224px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .thankyou_wrapper section.explore_more_wrapper .explore_articles {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card {
  max-width: 384px;
  width: 100% !important;
  border: 0;
  border-radius: 0;
  margin-right: 24px !important;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .thankyou_wrapper section.explore_more_wrapper .explore_articles .card {
    margin-right: 0px !important;
  }
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card figure img {
  width: 100%;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content {
  padding: 16px;
  position: relative;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .tags_ {
  margin-bottom: 8px;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .tags_ span {
  font-size: 12px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 17px;
  position: relative;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .tags_ span:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  top: 6px;
  right: -11px;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .tags_ span:nth-of-type(3):after {
  content: unset;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .article-category {
  position: absolute;
  right: 16px;
  top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: #E95A0C;
  border: 4px solid #ffffff;
  height: 64px;
  width: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .article-category .category-icon {
  width: 32px;
  height: 32px;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .main-article .b-bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 8px;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .main-article .s-b60 {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card .article_content .main-article .read_more_link {
  color: #E95A0C;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  font-family: Roboto Slab;
}
.thankyou_wrapper section.explore_more_wrapper .explore_articles .card:nth-of-type(3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .thankyou_wrapper section.explore_more_wrapper .explore_articles .card {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .thankyou_wrapper section.explore_more_wrapper .explore_articles .card {
    width: 350px;
  }
  .thankyou_wrapper section.explore_more_wrapper .explore_articles .card:nth-of-type(2) {
    margin-right: 0;
  }
  .thankyou_wrapper section.explore_more_wrapper .explore_articles .card:nth-of-type(3) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .thankyou_wrapper section.explore_more_wrapper .explore_articles {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .thankyou_wrapper section.explore_more_wrapper .explore_articles {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 100%;
    width: 100%;
  }
}

.speakers_wrapper section {
  margin-top: -2px;
}
.speakers_wrapper section.speakers_welcome .banner_head p {
  width: 41%;
}
@media (max-width: 767px) {
  .speakers_wrapper section.speakers_welcome .banner_head p {
    width: 90%;
  }
}
.speakers_wrapper section.speakers_wrapp {
  background: #131313;
  padding: 40px 0;
}

.speaker_detail .speaker_detail_wrapper {
  background: #000000;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back {
  max-width: 1256px;
  padding: 40px 16px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .speaker_detail .speaker_detail_wrapper .speaker_detail_back {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .image {
  max-width: 600px;
  margin-right: 24px;
  width: 100%;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .image img {
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content {
  max-width: 497px;
  width: 100%;
}
@media (max-width: 767px) {
  .speaker_detail .speaker_detail_wrapper .speaker_detail_back .content {
    margin-top: 32px;
  }
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content h2 {
  width: -webkit-max-content;
  width: max-content;
  color: #ffffff;
  border-bottom: 1px solid #e95a0c;
  padding-bottom: 8px;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content h3 {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 24px;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content .social {
  margin-top: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content .social svg {
  margin-right: 16px;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content .social svg path {
  fill: #e95a0c;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content p {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 32px;
}
.speaker_detail .speaker_detail_wrapper .speaker_detail_back .content p:first-child {
  margin-top: 24px;
}

.events_page_wrapper {
  background: #131313;
}
.events_page_wrapper section {
  margin-top: -2px;
}
.events_page_wrapper section.events__details {
  position: relative;
}
.events_page_wrapper section.events__details .buttons {
  padding: 24px 108px 24px 108px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition-duration: 0.4s;
}
.events_page_wrapper section.events__details .buttons h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-prev {
  left: -40px;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-prev:before {
  background: url("../../src/images/icons/right_arrow_orange.svg");
  opacity: 1;
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-prev {
    left: 0;
    top: 25px;
  }
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-next:before {
  background: url("../../src/images/icons/right_arrow_orange.svg");
  opacity: 1;
  background-size: 10px 20px;
  display: inline-block;
  width: 10px;
  height: 20px;
  content: "";
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-next {
    right: 0;
    top: 25px;
  }
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-disabled {
  display: none !important;
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons .slick-arrow.slick-disabled {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons .buttons_wrapper .filter-buttons {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .button {
  width: -webkit-max-content;
  width: max-content;
  background: rgba(233, 90, 12, 0.2);
  border: 1px solid #e95a0c;
  box-sizing: border-box;
  border-radius: 20px;
  border-radius: 20px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  padding: 4px 12px;
  margin-top: 8px;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons .buttons_wrapper .button {
    font-size: 12px;
    line-height: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 4px 14px;
    margin-right: 10px;
  }
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .button img {
  display: none;
  margin-left: 16px;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .button:focus {
  outline: none;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .button.active {
  background: #e95a0c;
  border-radius: 20px;
  color: #ffffff;
}
.events_page_wrapper section.events__details .buttons .buttons_wrapper .button.active img {
  display: inline-block;
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons .buttons_wrapper {
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}
.events_page_wrapper section.events__details .buttons #slide {
  position: absolute;
  right: 50px;
  top: 80px;
  background: transparent;
  border: 0;
}
.events_page_wrapper section.events__details .buttons #slide img {
  width: 18px;
  height: 18px;
}
.events_page_wrapper section.events__details .buttons #slide:focus {
  outline: none;
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons #slide {
    display: none;
  }
}
.events_page_wrapper section.events__details .buttons.fixed-header {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #131313;
  transition-duration: 0.4s;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons.fixed-header {
    top: 34px;
  }
}
@media (max-width: 767px) {
  .events_page_wrapper section.events__details .buttons {
    padding: 10px 10px;
  }
}
.events_page_wrapper section.register_now_wrapp {
  background: #E95A0C;
}
.events_page_wrapper section.register_now_wrapp .regster_content {
  max-width: 100%;
}
.events_page_wrapper section.register_now_wrapp .regster_content p {
  max-width: 444px;
}
.events_page_wrapper section.register_now_wrapp .cta_wrapper ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.events_page_wrapper section.register_now_wrapp .cta_wrapper ul li {
  margin-right: 48px;
  transition-duration: 0.4s;
}
.events_page_wrapper section.register_now_wrapp .cta_wrapper ul li:nth-of-type(2n) {
  padding-top: 39px;
}
@media (max-width: 767px) {
  .events_page_wrapper section.register_now_wrapp .cta_wrapper ul li:nth-of-type(2n) {
    padding-top: 0;
  }
}
.events_page_wrapper section.register_now_wrapp .cta_wrapper ul li:last-of-type {
  margin-right: 0;
}
.events_page_wrapper section.register_now_wrapp .cta_wrapper ul li a {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border: 0.84456px solid #ffffff;
  padding: 8px;
}
.events_page_wrapper section.register_now_wrapp .cta_wrapper ul li:hover {
  -ms-transform: translateY(-5px);
      transform: translateY(-5px);
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .events_page_wrapper section.register_now_wrapp .cta_wrapper ul li {
    margin-right: 30px;
  }
}
.events_page_wrapper .filtered_result {
  padding-top: 50px;
  padding-bottom: 105px;
  /*@supports (position: sticky) {
  	.is-sticky {
  		position: sticky;
  		bottom: 0;
  	}
  	}*/
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result {
    padding-top: 0;
  }
}
.events_page_wrapper .filtered_result .item .single_event {
  margin-top: 40px;
}
.events_page_wrapper .filtered_result .item .single_event .date_event {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .date_event {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.events_page_wrapper .filtered_result .item .single_event .date_event .date_ {
  margin-bottom: 0;
}
.events_page_wrapper .filtered_result .item .single_event .date_event .date_:after {
  right: unset;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .date_event .date_ {
    font-size: 1.125rem;
    line-height: 150%;
    text-align: left;
    margin-bottom: 32px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .date_event .selectdate_ {
  opacity: 0;
}
.events_page_wrapper .filtered_result .item .single_event .date_event .selectdate_:checked + span {
  background: #E95A0C;
  transition: 0.3s;
  border: 1px solid #E95A0C;
  color: #ffffff;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .date_event .selectdate_ {
    display: none;
  }
}
.events_page_wrapper .filtered_result .item .single_event .date_event span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .date_event span {
    font-size: 14px;
    line-height: 120%;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container {
  background: #2B2B2B;
  padding: 24px 32px 17px 40px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container {
    padding: 16px 16px 32px 16px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ {
  position: relative;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .highlighted {
  color: #E95A0C;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ h3 {
  color: #ffffff;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ {
  width: 100%;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ {
    width: 100%;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li {
  margin-right: 32px;
  max-width: 300px;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 32px;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure img {
  width: 64px;
  border-radius: 100%;
  border-bottom: 1px solid rgba(233, 90, 12, 0.5);
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption {
  margin-left: 16px;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p.designation {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .inner_ .speaker_ ul li:last-of-type {
  margin-right: 0;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .deets-heading {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .deets-heading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .deets-heading .minutes_ {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets .deets-heading .minutes_ {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .main_deets.inner_content {
  height: auto;
  display: none;
  overflow: hidden;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .show-on-close {
  margin-bottom: 20px;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .show-on-close p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .show-on-close p {
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide p {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide p:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  left: 0;
  right: -120px;
  margin: 0 auto;
  top: 4px;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide p:after {
    height: 8px;
    width: 8px;
    right: -310px;
  }
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide p {
    font-size: 14px;
    text-align: right;
    padding-right: 34px;
    margin-bottom: -10px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets p {
  font-size: 0;
  margin-bottom: 0;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets p:after {
  display: none;
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets:after {
  position: absolute;
  content: "Hide Details";
  font-size: 16px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Roboto Slab", serif;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets:after {
    font-size: 14px;
    text-align: right;
    padding-right: 34px;
    right: 0;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-left: 2px solid rgba(255, 255, 255, 0.6);
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  left: 0;
  right: -120px;
  margin: 0 auto;
  top: 24px;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container .detail_ .view-hide.title_tab.active_deets:before {
    height: 8px;
    width: 8px;
    right: -310px;
  }
}
.events_page_wrapper .filtered_result .item .single_event .details_container.open {
  padding: 24px 32px 90px 40px;
}
.events_page_wrapper .filtered_result .item .single_event .details_container.open .show-on-close {
  display: none;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .item .single_event .details_container.open {
    padding: 16px 16px 90px 16px;
  }
}
.events_page_wrapper .filtered_result ul {
  list-style: none;
}
.events_page_wrapper .filtered_result .bttn-select {
  position: absolute;
  right: 60px;
  top: 40px;
  z-index: 99;
}
.events_page_wrapper .filtered_result .bttn-select input {
  opacity: 0;
}
.events_page_wrapper .filtered_result .bttn-select input:checked + span {
  background: #E95A0C;
  transition: 0.3s;
  border: 1px solid #E95A0C;
}
.events_page_wrapper .filtered_result .bttn-select span {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.events_page_wrapper .filtered_result .bttn-select span.checked {
  background: #E95A0C;
  border: 1px solid #E95A0C;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result .bttn-select {
    left: 0;
    bottom: 8px;
    top: unset;
    right: unset;
  }
  .events_page_wrapper .filtered_result .bttn-select span {
    padding: 8px 18px;
  }
}
.events_page_wrapper .filtered_result .container {
  margin-bottom: 56px;
}
.events_page_wrapper .filtered_result.addpadding {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .events_page_wrapper .filtered_result.addpadding {
    padding-top: 80px;
  }
}
.events_page_wrapper .review_section.mobile_bottom {
  padding: 16px 32px 16px 32px;
  background: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  z-index: 999;
  position: fixed;
  box-shadow: 5px -4px 8px rgba(0, 0, 0, 0.3);
  width: 282px;
  bottom: 10px;
  right: 0px;
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom {
    width: 100%;
    bottom: 0;
  }
}
.events_page_wrapper .review_section.mobile_bottom p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 12px;
}
.events_page_wrapper .review_section.mobile_bottom p span {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom p span {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;
  }
}
.events_page_wrapper .review_section.mobile_bottom .bottom_buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.events_page_wrapper .review_section.mobile_bottom .bottom_buttons .selectall {
  opacity: 0;
}
.events_page_wrapper .review_section.mobile_bottom .bottom_buttons .selectall:checked + span {
  background: #E95A0C;
  transition: 0.3s;
  border: 1px solid #E95A0C;
  color: #ffffff;
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom .bottom_buttons .selectall {
    display: none;
  }
}
.events_page_wrapper .review_section.mobile_bottom .bottom_buttons span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom .bottom_buttons span {
    font-size: 14px;
    line-height: 120%;
    width: 168px;
    height: 48px;
    padding: 14px 24px;
  }
}
.events_page_wrapper .review_section.mobile_bottom .bottom_buttons label {
  margin-bottom: 0;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom .bottom_buttons label {
    margin-right: 14px;
  }
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom .bottom_buttons {
    margin-top: 24px;
  }
  .events_page_wrapper .review_section.mobile_bottom .bottom_buttons a.bttn_filled {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .events_page_wrapper .review_section.mobile_bottom {
    background-color: #131313;
  }
}
.events_page_wrapper #sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
  z-index: 99;
}

ul {
  counter-reset: checked !important;
}

li input:checked {
  counter-increment: checked !important;
}

.count:before {
  content: counter(checked) !important;
  margin-right: 5px;
}

.review_events_wrapper {
  background: #131313;
}
.review_events_wrapper section.reviewed_items {
  padding-bottom: 105px;
  padding-top: 95px;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items {
    padding-top: 32px;
  }
}
.review_events_wrapper section.reviewed_items .count_ p,
.review_events_wrapper section.reviewed_items .count_ span {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.review_events_wrapper section.reviewed_items .item .single_event {
  margin-top: 40px;
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container {
  background: #2B2B2B;
  padding: 24px 32px 17px 40px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container {
    padding: 16px 16px 67px 16px;
  }
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ {
  position: relative;
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .highlighted {
  color: #E95A0C;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .highlighted {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ h3 {
  color: #ffffff;
  margin-bottom: 8px;
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .show-on-close {
  margin-bottom: 20px;
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .show-on-close p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .show-on-close p {
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .date-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .date-time .date {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-right: 42px;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .date-time .date {
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .date-time .gtm-zone {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 12px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .date-time .gtm-zone {
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container .detail_ .date-time {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .delete_bttn {
  position: absolute;
  right: 60px;
  top: 40px;
  z-index: 99;
}
.review_events_wrapper section.reviewed_items .item .single_event .details_container .delete_bttn button {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .item .single_event .details_container .delete_bttn {
    top: unset;
    right: unset;
    bottom: 20px;
    left: 20px;
  }
}
.review_events_wrapper section.reviewed_items .f-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 75px;
  background: #2B2B2B;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 24px 32px 17px 40px;
}
.review_events_wrapper section.reviewed_items .f-buttons a {
  margin-right: 40px;
  padding: 12px 24px;
  width: auto;
}
.review_events_wrapper section.reviewed_items .f-buttons a:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .review_events_wrapper section.reviewed_items .f-buttons a {
    font-size: 14px;
    margin-right: 20px;
    padding: 12px 18px;
  }
}

.time-zone-events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.time-zone-events p {
  margin-bottom: 12px;
}
.time-zone-events p.ist-zone {
  color: #E95A0C;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .time-zone-events p.ist-zone {
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.time-zone-events p.gtm-zone {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .time-zone-events p.gtm-zone {
    margin-left: 0;
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .time-zone-events {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.detail_ span.category__ {
  display: inline-block;
  background: rgba(233, 90, 12, 0.1);
  border: 1px solid #E95A0C;
  padding: 4px 8px;
  border-radius: 16px;
  color: #E95A0C;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-right: 12px;
}

.single_event {
  background: #131313 !important;
}

.single_event_wrapper {
  background: #131313;
}
.single_event_wrapper .single_event_ {
  padding: 32px 0 35px 0;
}
.single_event_wrapper .single_event_ .bttn_empty img {
  margin-left: 0;
  margin-right: 9px;
  width: 16px;
  height: 16px;
}
.single_event_wrapper .single_event_details .item_single h4 {
  text-align: left;
}
.single_event_wrapper .single_event_details .item_single h4:after {
  right: unset;
}
.single_event_wrapper .single_event_details .item_single .details_container {
  background: #2B2B2B;
  padding: 24px 32px 17px 40px;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container {
    padding: 16px 16px 32px 16px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ {
  position: relative;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .highlighted {
  color: #E95A0C;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ h3 {
  color: #ffffff;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ {
  width: 100%;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ {
    width: 100%;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li {
  margin-left: 174px;
  max-width: 450px;
  list-style: none;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 32px;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure img {
  width: 64px;
  border-radius: 100%;
  border: 1px solid rgba(233, 90, 12, 0.5);
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption {
  margin-left: 16px;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p.designation {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p.topic {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #E95A0C;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p .name-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 24px;
  color: #E95A0C;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li figure figcaption p .name-tag {
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: 0;
    display: block;
    margin-top: 12px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li:nth-of-type(odd) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .inner_ .speaker_ ul li {
    margin-left: 0;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .deets-heading {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .deets-heading {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .deets-heading .minutes_ {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets .deets-heading .minutes_ {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .main_deets.inner_content {
  height: auto;
  overflow: hidden;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .show-on-close {
  margin-bottom: 20px;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .show-on-close p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .show-on-close p {
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 12px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .view-hide p {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .view-hide p:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  left: 0;
  right: -120px;
  margin: 0 auto;
  top: 4px;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .view-hide p:after {
    height: 8px;
    width: 8px;
    right: -310px;
  }
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container .detail_ .view-hide p {
    font-size: 14px;
    text-align: right;
    padding-right: 34px;
    margin-bottom: -10px;
  }
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .view-hide.title_tab.active_deets {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.single_event_wrapper .single_event_details .item_single .details_container .detail_ .view-hide.title_tab.active_deets p {
  font-size: 0;
  margin-bottom: 0;
}
.single_event_wrapper .single_event_details .item_single .details_container.open {
  padding: 24px 32px 90px 40px;
}
@media (max-width: 767px) {
  .single_event_wrapper .single_event_details .item_single .details_container.open {
    padding: 16px 16px 90px 16px;
  }
}
@media (max-width: 767px) {
  .single_event_wrapper .stream {
    margin-bottom: 16px;
  }
}
.single_event_wrapper .stream p {
  font-family: Roboto Slab;
  margin-top: 32px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .single_event_wrapper .stream p {
    margin-top: 16px;
  }
}
.single_event_wrapper .stream a {
  margin-top: 4px;
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #E95A0C;
  text-decoration: none;
}
.single_event_wrapper .stream a:hover {
  color: #E95A0C;
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -ms-transform: scale(0.6);
      transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
