.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
  float: left;
}

.col-1-sm {
  width: 4.33333%;
}

.col-2-sm {
  width: 12.66667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33333%;
}

.col-5-sm {
  width: 37.66667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33333%;
}

.col-8-sm {
  width: 62.66667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33333%;
}

.col-11-sm {
  width: 87.66667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 768px) {
  .col-1 {
    width: 4.33333%;
  }
  .col-2 {
    width: 12.66667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33333%;
  }
  .col-5 {
    width: 37.66667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33333%;
  }
  .col-8 {
    width: 62.66667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33333%;
  }
  .col-11 {
    width: 87.66667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}

* {
  border-color: rgba(0, 0, 0, 0.1);
}

hr {
  margin: 1.5rem 0;
  border: none;
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

blockquote {
  margin: 0 0 1.5rem;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote p {
  margin: 0 0 1em;
}

blockquote cite {
  display: block;
  font-size: 0.85rem;
  opacity: 0.6;
}

ul,
ol {
  margin: 0 0 1.5rem;
  padding-left: 2rem;
}

ul li,
ol li {
  margin: 0;
}

li > ul, li >
ol {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-spacing: 0;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
}

table th, table td {
  padding: 0.75rem;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit;
}

table th {
  color: #d33;
  font-weight: 600;
  text-align: initial;
}

table th a {
  color: #333333;
}

table th a:hover, table th a:focus {
  color: #0066cc;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

iframe {
  border: none;
}

pre {
  max-width: 100%;
  margin: 0 0 1.5rem;
  padding: 0.6rem 1.2rem;
  overflow: auto;
  font-size: 1em;
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.05);
}

code {
  background-color: rgba(0, 0, 0, 0.05);
}

figure {
  margin: 0;
}

address {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 600;
}

mark,
ins {
  background-color: transparent;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  vertical-align: middle;
}

::-moz-selection {
  background-color: #0066cc;
  color: #ffffff;
}

::selection {
  background-color: #0066cc;
  color: #ffffff;
}

*::-webkit-input-placeholder {
  opacity: 0.75;
  color: inherit;
}

*:-ms-input-placeholder {
  opacity: 0.75;
  color: inherit;
}

*::-ms-input-placeholder {
  opacity: 0.75;
  color: inherit;
}

*::placeholder {
  opacity: 0.75;
  color: inherit;
}

fieldset {
  padding: 0;
  margin: 0 0 1.25rem;
  border: 0;
}

legend {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 1.25rem;
  color: #333333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
a.wp-block-button__link {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #ffffff;
  background-color: #0066cc;
  border-color: #0066cc;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus,
a.button:hover,
a.button:focus,
a.wp-block-button__link:hover,
a.wp-block-button__link:focus {
  color: #ffffff;
  background-color: #004c99;
  border-color: #004c99;
}

input:not([type]),
input[type=""],
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.input {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 3px;
  color: inherit;
  background-color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: inherit;
  text-transform: inherit;
  vertical-align: middle;
}

input:not([type]):focus,
input[type=""]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
.input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

textarea {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 3px;
  color: inherit;
  background-color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: inherit;
  text-transform: inherit;
  vertical-align: middle;
  line-height: inherit;
}

textarea:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

select {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 10px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 3px;
  color: inherit;
  background-color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: inherit;
  text-transform: inherit;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.8em 1.2em;
  padding-right: 1.8em;
}

select:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

select[multiple] {
  background: none;
  padding-right: 0;
}

.title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.small-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.tagcloud {
  margin-top: -0.5em;
}

.tagcloud:before, .tagcloud:after {
  content: "";
  display: table;
}

.tagcloud:after {
  clear: both;
}

.tagcloud a {
  float: left;
  padding: 0.25em 0.5em;
  margin: 0.5em 0.5em 0 0;
  font-size: 1rem !important;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}

.tagcloud a:hover, .tagcloud a:focus {
  color: #0066cc;
}

.suki-social-links {
  letter-spacing: 0;
}

.suki-social-links a {
  margin-left: 0.75em;
  display: inline-block;
}

.suki-social-links a:first-child {
  margin-left: 0 !important;
}

button.suki-toggle {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  color: #0066cc;
}

button.suki-toggle:hover {
  outline: 0;
}

button.suki-toggle:hover, button.suki-toggle:focus {
  background: inherit;
  color: #333333;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 1.25em 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 1.25em;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}

.alt .btn {
  background: -webkit-gradient(linear, left top, right top, from(#06B1A9), to(#481267));
  background: linear-gradient(90deg, #06B1A9, #481267);
}

section {
  padding: 40px 0;
  overflow-x: hidden;
}

section .container h2.section__heading {
  position: relative;
  font-size: 3.5rem;
  z-index: 1;
}

section .container h2.section__heading::after {
  content: attr(data-title);
  letter-spacing: 0.15em;
  white-space: pre;
  color: #f5f5f5;
  text-shadow: 0 0 1px black;
  opacity: 0.3;
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 1.4em;
  z-index: -1;
  display: block;
  pointer-events: none;
}

#overview {
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}

#overview .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#overview .row [class^="col"] {
  margin-bottom: 0;
}

#overview .align--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#overview .align--bottom div {
  margin-top: auto;
}

#overview .schedule_decoration {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

#overview .schedule_decoration > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
  background-size: contain;
  background-position: center bottom;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
  background-repeat: no-repeat;
}

#overview .schedule_decoration .elm_1 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_1.png);
}

#overview .schedule_decoration .elm_2 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_2.png);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-animation: bottomgrow_an 2s linear 1s 1 alternate both;
          animation: bottomgrow_an 2s linear 1s 1 alternate both;
}

#overview .schedule_decoration .elm_3 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_3.png);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-animation: bottomgrow_an 3s linear 1s 1 alternate both;
          animation: bottomgrow_an 3s linear 1s 1 alternate both;
}

#overview .schedule_decoration .elm_4 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_4.png);
  -webkit-animation: manlav_an 10s linear 1s infinite alternate both;
          animation: manlav_an 10s linear 1s infinite alternate both;
}

#overview .schedule_decoration .elm_5 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_5.png);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-animation: bottomgrow_an 4s linear 1s 1 alternate both;
          animation: bottomgrow_an 4s linear 1s 1 alternate both;
}

#overview .schedule_decoration .elm_6 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_6.png);
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-animation: dates_an 3s linear 1s infinite alternate both;
          animation: dates_an 3s linear 1s infinite alternate both;
}

#overview .schedule_decoration .elm_7 {
  background-image: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/about/stg_7.png);
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-animation: year_an 2s linear 0s infinite alternate both;
          animation: year_an 2s linear 0s infinite alternate both;
}

#overview .schedule_decoration .elm_1 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

#overview .schedule_decoration .elm_2 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

#overview .schedule_decoration .elm_3 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

#overview .schedule_decoration .elm_4 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

#overview .schedule_decoration .elm_5 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

#overview .schedule_decoration .elm_6 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

#overview .schedule_decoration .elm_7 {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

#overview.is-inview .schedule_decoration > div {
  opacity: 1;
}

#theme .arrow {
  text-align: center;
  background: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/uparrow.png) center 500px no-repeat;
  font-family: 'Roboto';
  padding: 80px 0 100px 0;
  margin-bottom: -40px;
  overflow: hidden;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}

#theme .info__block {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  width: 300px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  opacity: 0;
}

#theme .info__block h3 {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 0 5px;
  line-height: 30px;
  margin-top: 50px;
  font-family: 'Roboto';
  font-weight: bold;
}

#theme .info__block ul {
  margin: 0;
  padding: 0;
}

#theme .info__block ul li {
  display: block;
  margin: 0;
  line-height: 1.8;
  text-align: center;
}

#theme .info__block ul li strong {
  display: block;
}

#theme .info__block:nth-child(1) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

#theme .info__block:nth-child(1) .info__tabs {
  top: -138px;
}

#theme .info__block:nth-child(1) .info__tabs figure, #theme .info__block:nth-child(1) h3, #theme .info__block:nth-child(1) .info__tabs li:hover:before {
  background: linear-gradient(45deg, #063585, #0049B5);
}

#theme .info__block:nth-child(2) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

#theme .info__block:nth-child(2) .info__tabs {
  top: -55px;
}

#theme .info__block:nth-child(2) .info__tabs figure, #theme .info__block:nth-child(2) h3, #theme .info__block:nth-child(2) .info__tabs li:hover:before {
  background: linear-gradient(-45deg, #F4A15B, #F4C15B);
}

#theme .info__block:nth-child(3) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

#theme .info__block:nth-child(3) .info__tabs {
  top: -135px;
}

#theme .info__block:nth-child(3) .info__tabs figure, #theme .info__block:nth-child(3) h3, #theme .info__block:nth-child(3) .info__tabs li:hover:before {
  background: linear-gradient(45deg, #06B1A9, #481267);
}

#theme .info__tabs {
  position: relative;
  width: 300px;
  left: 0;
  top: 0;
}

#theme .info__tabs ul li {
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 10px;
  color: #000;
  height: 80px;
  top: 0;
  width: 320px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
}

#theme .info__tabs ul li figure {
  position: absolute;
  width: 90px;
  text-align: center;
  padding: 5px 0;
  margin: -25px 0 0 0;
  height: 80px;
}

#theme .info__tabs ul li figure::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  top: 5px;
  z-index: 2;
}

#theme .info__tabs ul li figure::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  display: block;
  bottom: -16px;
  z-index: 1;
  border: 8px solid #ccc;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

#theme .info__tabs ul li img {
  z-index: 3;
  position: relative;
  width: 60px;
  margin-top: 5px;
}

#theme .info__tabs ul li:before {
  content: '';
  right: 54px;
  position: absolute;
  background: linear-gradient(45deg, #f0f0f0, #f0f0f0);
  display: block;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  width: calc(100% - 55px);
  height: 80px;
  z-index: -1;
  border-radius: 50px 0 0 50px;
  margin-top: -10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#theme .info__tabs ul li:hover {
  color: #fff;
  width: 330px;
}

#theme .info__tabs ul li:hover::before {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

#theme .info__tabs ul li:nth-child(2n) {
  position: absolute;
  right: -100%;
  left: auto;
  padding-left: 90px;
  text-align: left;
  border-radius: 0 50px 50px  0px;
}

#theme .info__tabs ul li:nth-child(2n) figure {
  left: -20px;
  border-radius: 50px 0 0 50px;
}

#theme .info__tabs ul li:nth-child(2n) figure::after {
  left: 10px;
}

#theme .info__tabs ul li:nth-child(2n) figure::before {
  right: 0;
  border-right-color: transparent;
  border-left-color: #ccc;
}

#theme .info__tabs ul li:nth-child(2n):before {
  left: 54px;
  right: auto;
  border-radius: 0  50px 50px 0;
}

#theme .info__tabs ul li:nth-child(2n+1) {
  position: absolute;
  left: -100%;
  right: auto;
  padding-right: 90px;
  text-align: right;
  border-radius: 50px 0 0 50px;
}

#theme .info__tabs ul li:nth-child(2n+1) figure {
  right: -20px;
  border-radius: 0 50px 50px 0;
}

#theme .info__tabs ul li:nth-child(2n+1) figure::after {
  right: 10px;
}

#theme .info__tabs ul li:nth-child(3), #theme .info__tabs ul li:nth-child(4) {
  top: 100px;
}

#theme.is-inview .arrow {
  background-position: 50% 0;
}

#theme.is-inview .info__block {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.highlight .row {
  max-width: 800px;
  margin: 0 auto;
}

.highlight .row.small {
  max-width: 600px;
  margin: 0 auto;
}

.highlight .row.small .d-flex.inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.highlight .row.small .d-flex.inline div:nth-child(1) {
  text-align: center;
  font-size: 30px;
}

.hover__icon {
  text-align: center;
}

.hover__icon .icon {
  width: 80px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.hover__icon .icon img {
  z-index: 3;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eee));
  background: linear-gradient(180deg, #fcfcfc, #eee);
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.hover__icon .icon:after {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  border-radius: 50%;
  content: '';
  top: 30%;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.hover__icon .icon:before {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  content: '';
  top: 30%;
  position: absolute;
  z-index: 1;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2FBFAF), to(#1D7992));
  background: linear-gradient(90deg, #2FBFAF, #1D7992);
  -webkit-transform: rotateX(50deg) rotateZ(-45deg);
          transform: rotateX(50deg) rotateZ(-45deg);
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
}

.hover__icon .icon.yellow:before {
  background: -webkit-gradient(linear, left top, right top, from(#F4A15B), to(#F4C15B));
  background: linear-gradient(90deg, #F4A15B, #F4C15B);
}

.hover__icon .icon.blue:before {
  background: -webkit-gradient(linear, left top, right top, from(#073586), to(#004AB7));
  background: linear-gradient(90deg, #073586, #004AB7);
}

.hover__icon .icon.purple:before {
  background: -webkit-gradient(linear, left top, right top, from(#24798B), to(#4E3067));
  background: linear-gradient(90deg, #24798B, #4E3067);
}

.hover__icon .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px auto 20px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  max-width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hover__icon .d-flex > div:nth-child(1) {
  font-weight: bold;
  font-size: 45px;
}

.hover__icon .d-flex > div:nth-child(2) {
  padding-left: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.hover__icon:hover .icon:after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.hover__icon:hover .icon img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hover__icon:hover .d-flex {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.whoshould .box {
  padding: 15px;
  min-height: 260px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whoshould .box img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.whoshould .box h3 {
  padding: 0;
  margin: 0;
  color: inherit;
  margin-bottom: 10px;
  text-align: center;
}

.whoshould .box div {
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  max-height: 0;
  overflow: hidden;
  text-align: center;
}

.whoshould .box:hover div {
  opacity: 1;
  max-height: 500px;
}

.whoshould .box:before {
  width: 80px;
  height: 80px;
  border-radius: 0px;
  content: '';
  bottom: -40px;
  position: absolute;
  z-index: 1;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2FBFAF), to(#1D7992));
  background: linear-gradient(90deg, #2FBFAF, #1D7992);
  left: 50%;
  -webkit-transform: rotateX(50deg) rotateZ(-45deg) translate(-20px, -30px);
          transform: rotateX(50deg) rotateZ(-45deg) translate(-20px, -30px);
  -webkit-transform-origin: 50% 50% 0px;
          transform-origin: 50% 50% 0px;
  z-index: -1;
}

.whoshould .box.yellow:before {
  background: -webkit-gradient(linear, left top, right top, from(#F4A15B), to(#F4C15B));
  background: linear-gradient(90deg, #F4A15B, #F4C15B);
}

.whoshould .box.blue:before {
  background: -webkit-gradient(linear, left top, right top, from(#073586), to(#004AB7));
  background: linear-gradient(90deg, #073586, #004AB7);
}

.whoshould .box.purple:before {
  background: -webkit-gradient(linear, left top, right top, from(#24798B), to(#4E3067));
  background: linear-gradient(90deg, #24798B, #4E3067);
}

.speakers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}

.speakers .speaker {
  width: 100%;
  text-align: center;
}

.speakers .speaker a {
  border-bottom: 10px solid transparent;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#2FBFAF), to(#1D7992));
  background: linear-gradient(90deg, #2FBFAF, #1D7992);
  margin-bottom: 10px;
  overflow: hidden;
}

.speakers .speaker a:hover img {
  opacity: 0.8;
}

.speakers .speaker strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.speakers .speaker p {
  line-height: 1.4;
  font-size: 14px;
}

.speakers .speaker:nth-child(2n) a {
  background: -webkit-gradient(linear, left top, right top, from(#F4A15B), to(#F4C15B));
  background: linear-gradient(90deg, #F4A15B, #F4C15B);
}

.speakers .speaker:nth-child(3n) a {
  background: -webkit-gradient(linear, left top, right top, from(#073586), to(#004AB7));
  background: linear-gradient(90deg, #073586, #004AB7);
}

.speakers .speaker:nth-child(4n) a {
  background: -webkit-gradient(linear, left top, right top, from(#24798B), to(#4E3067));
  background: linear-gradient(90deg, #24798B, #4E3067);
}

.speakers .speaker img {
  width: 100%;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.registration {
  background: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/registrationbg.png) center center/cover;
  color: #fff;
  text-align: center;
}

.registration h2 {
  color: inherit;
}

.registration h2:after {
  opacity: 0.1 !important;
}

.sponsors .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

.sponsors .row.hascaption figure {
  margin-top: 20px;
}

.sponsors .col-fixed {
  width: 280px;
  padding-top: 40px;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.sponsors .col {
  width: 100%;
}

.sponsors .col .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sponsors .col figcaption {
  position: absolute;
  left: 0;
  top: -24px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  color: #34bfaf;
}

.sponsors .col figure {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5) inset;
  text-align: center;
  position: relative;
}

.sponsors .col figure:after {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background: -webkit-gradient(linear, left top, right top, from(#54cde2), to(#9455c8));
  background: linear-gradient(90deg, #54cde2, #9455c8);
  margin: -3px;
  z-index: -1;
  border-radius: 25px;
}

.sponsors .col figure img {
  position: relative;
  height: 100px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  mix-blend-mode: darken;
  border-radius: 25px;
  width: 100%;
  padding: 10px 0;
}

.sponsors .col figure:hover:after {
  left: 0px;
  top: -2px;
  bottom: -2px;
  right: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(#54cde2), to(#9455c8));
  background: linear-gradient(0deg, #54cde2, #9455c8);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer {
  background: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/bg.png);
  padding: 40px 0;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  overflow-x: hidden;
}

.footer h3,
.footer a {
  color: inherit;
  text-decoration: inherit;
}

.footer .socialmedia {
  margin-top: 20px;
}

.footer .social-links {
  margin: 0px 0 0 0;
  padding: 0;
}

.footer .social-links li {
  display: inline-block;
  margin-right: 5px;
}

.footer .social-links li a {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  padding: 8px;
  height: 40px;
  background: #F5AA5B;
}

.footer .social-links li a svg {
  max-width: 100%;
  height: 20px;
}

.footer img {
  margin-bottom: 10px;
}

.footer .text-right {
  text-align: right;
}

/* scroll animations */
.hover__icon {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.row .hover__icon:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.row .hover__icon:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.row .hover__icon:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.row .hover__icon:nth-child(4) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.row .hover__icon:nth-child(5) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.row .hover__icon:nth-child(6) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.row .hover__icon:nth-child(7) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.row .hover__icon:nth-child(8) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.row .hover__icon:nth-child(9) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.row .hover__icon:nth-child(10) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.row .col-4:nth-child(1) .box {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.row .col-4:nth-child(2) .box {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.row .col-4:nth-child(3) .box {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.row .col-4:nth-child(4) .box {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.row .col-4:nth-child(5) .box {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.row .col-4:nth-child(6) .box {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.row .col-4:nth-child(7) .box {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.row .col-4:nth-child(8) .box {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.row .col-4:nth-child(9) .box {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.row .col-4:nth-child(10) .box {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.speaker {
  opacity: 0;
  -webkit-transition: opacity 100ms,-webkit-transform 200ms;
  transition: opacity 100ms,-webkit-transform 200ms;
  transition: opacity 100ms,transform 200ms;
  transition: opacity 100ms,transform 200ms,-webkit-transform 200ms;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.speaker:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.speaker:nth-child(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.speaker:nth-child(3) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.speaker:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.speaker:nth-child(5) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.speaker:nth-child(6) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.speaker:nth-child(7) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.speaker:nth-child(8) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.speaker:nth-child(9) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.speaker:nth-child(10) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.speaker:nth-child(11) {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.speaker:nth-child(12) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.speaker:nth-child(13) {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.speaker:nth-child(14) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.speaker:nth-child(15) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.speaker:nth-child(16) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.speaker:nth-child(17) {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.speaker:nth-child(18) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.speaker:nth-child(19) {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.speaker:nth-child(20) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.speaker:nth-child(21) {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
}

.speaker:nth-child(22) {
  -webkit-transition-delay: 2200ms;
          transition-delay: 200ms;
}

.speaker:nth-child(23) {
  -webkit-transition-delay: 2300ms;
          transition-delay: 2300ms;
}

.speaker:nth-child(24) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.speaker:nth-child(25) {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

.speaker:nth-child(26) {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

.speaker:nth-child(27) {
  -webkit-transition-delay: 2700ms;
          transition-delay: 2700ms;
}

.speaker:nth-child(28) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

.speaker:nth-child(29) {
  -webkit-transition-delay: 2900ms;
          transition-delay: 2900ms;
}

.speaker:nth-child(30) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

.speaker:nth-child(31) {
  -webkit-transition-delay: 3100ms;
          transition-delay: 3100ms;
}

.speaker:nth-child(32) {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}

.speaker:nth-child(33) {
  -webkit-transition-delay: 3300ms;
          transition-delay: 3300ms;
}

.speaker:nth-child(34) {
  -webkit-transition-delay: 3400ms;
          transition-delay: 3400ms;
}

.speaker:nth-child(35) {
  -webkit-transition-delay: 3500ms;
          transition-delay: 3500ms;
}

.speaker:nth-child(36) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}

.speaker:nth-child(37) {
  -webkit-transition-delay: 3700ms;
          transition-delay: 3700ms;
}

.speaker:nth-child(38) {
  -webkit-transition-delay: 3800ms;
          transition-delay: 3800ms;
}

.speaker:nth-child(39) {
  -webkit-transition-delay: 3900ms;
          transition-delay: 3900ms;
}

.speaker:nth-child(40) {
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}

.speaker:nth-child(41) {
  -webkit-transition-delay: 4100ms;
          transition-delay: 4100ms;
}

.speaker:nth-child(42) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}

.speaker:nth-child(43) {
  -webkit-transition-delay: 4300ms;
          transition-delay: 4300ms;
}

.speaker:nth-child(44) {
  -webkit-transition-delay: 4400ms;
          transition-delay: 4400ms;
}

.speaker:nth-child(45) {
  -webkit-transition-delay: 4500ms;
          transition-delay: 4500ms;
}

.speaker:nth-child(46) {
  -webkit-transition-delay: 4600ms;
          transition-delay: 4600ms;
}

.speaker:nth-child(47) {
  -webkit-transition-delay: 4700ms;
          transition-delay: 4700ms;
}

.speaker:nth-child(48) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}

.speaker:nth-child(49) {
  -webkit-transition-delay: 4900ms;
          transition-delay: 4900ms;
}

.speaker:nth-child(50) {
  -webkit-transition-delay: 5000ms;
          transition-delay: 5000ms;
}

.speaker:nth-child(51) {
  -webkit-transition-delay: 5100ms;
          transition-delay: 5100ms;
}

.speaker:nth-child(52) {
  -webkit-transition-delay: 5200ms;
          transition-delay: 5200ms;
}

.speaker:nth-child(53) {
  -webkit-transition-delay: 5300ms;
          transition-delay: 5300ms;
}

.speaker:nth-child(54) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}

.speaker:nth-child(55) {
  -webkit-transition-delay: 5500ms;
          transition-delay: 5500ms;
}

.speaker:nth-child(56) {
  -webkit-transition-delay: 5600ms;
          transition-delay: 5600ms;
}

.speaker:nth-child(57) {
  -webkit-transition-delay: 5700ms;
          transition-delay: 5700ms;
}

.speaker:nth-child(58) {
  -webkit-transition-delay: 5800ms;
          transition-delay: 5800ms;
}

.speaker:nth-child(59) {
  -webkit-transition-delay: 5900ms;
          transition-delay: 5900ms;
}

.speaker:nth-child(60) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}

.speaker:nth-child(61) {
  -webkit-transition-delay: 12200ms;
          transition-delay: 12200ms;
}

.speaker:nth-child(62) {
  -webkit-transition-delay: 12400ms;
          transition-delay: 12400ms;
}

.speaker:nth-child(63) {
  -webkit-transition-delay: 12600ms;
          transition-delay: 12600ms;
}

.speaker:nth-child(64) {
  -webkit-transition-delay: 12800ms;
          transition-delay: 12800ms;
}

.speaker:nth-child(65) {
  -webkit-transition-delay: 13000ms;
          transition-delay: 13000ms;
}

.speaker:nth-child(66) {
  -webkit-transition-delay: 13200ms;
          transition-delay: 13200ms;
}

.speaker:nth-child(67) {
  -webkit-transition-delay: 13400ms;
          transition-delay: 13400ms;
}

.speaker:nth-child(68) {
  -webkit-transition-delay: 13600ms;
          transition-delay: 13600ms;
}

.speaker:nth-child(69) {
  -webkit-transition-delay: 13800ms;
          transition-delay: 13800ms;
}

.speaker:nth-child(70) {
  -webkit-transition-delay: 14000ms;
          transition-delay: 14000ms;
}

.speaker:nth-child(71) {
  -webkit-transition-delay: 14200ms;
          transition-delay: 14200ms;
}

.speaker:nth-child(72) {
  -webkit-transition-delay: 14400ms;
          transition-delay: 14400ms;
}

.speaker:nth-child(73) {
  -webkit-transition-delay: 14600ms;
          transition-delay: 14600ms;
}

.speaker:nth-child(74) {
  -webkit-transition-delay: 14800ms;
          transition-delay: 14800ms;
}

.speaker:nth-child(75) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}

.speaker:nth-child(76) {
  -webkit-transition-delay: 15200ms;
          transition-delay: 15200ms;
}

.speaker:nth-child(77) {
  -webkit-transition-delay: 15400ms;
          transition-delay: 15400ms;
}

.speaker:nth-child(78) {
  -webkit-transition-delay: 15600ms;
          transition-delay: 15600ms;
}

.speaker:nth-child(79) {
  -webkit-transition-delay: 15800ms;
          transition-delay: 15800ms;
}

.speaker:nth-child(80) {
  -webkit-transition-delay: 16000ms;
          transition-delay: 16000ms;
}

.speaker:nth-child(81) {
  -webkit-transition-delay: 16200ms;
          transition-delay: 16200ms;
}

.speaker:nth-child(82) {
  -webkit-transition-delay: 16400ms;
          transition-delay: 16400ms;
}

.speaker:nth-child(83) {
  -webkit-transition-delay: 16600ms;
          transition-delay: 16600ms;
}

.speaker:nth-child(84) {
  -webkit-transition-delay: 16800ms;
          transition-delay: 16800ms;
}

.speaker:nth-child(85) {
  -webkit-transition-delay: 17000ms;
          transition-delay: 17000ms;
}

.speaker:nth-child(86) {
  -webkit-transition-delay: 17200ms;
          transition-delay: 17200ms;
}

.speaker:nth-child(87) {
  -webkit-transition-delay: 17400ms;
          transition-delay: 17400ms;
}

.speaker:nth-child(88) {
  -webkit-transition-delay: 17600ms;
          transition-delay: 17600ms;
}

.speaker:nth-child(89) {
  -webkit-transition-delay: 17800ms;
          transition-delay: 17800ms;
}

.speaker:nth-child(90) {
  -webkit-transition-delay: 18000ms;
          transition-delay: 18000ms;
}

.speaker:nth-child(91) {
  -webkit-transition-delay: 18200ms;
          transition-delay: 18200ms;
}

.speaker:nth-child(92) {
  -webkit-transition-delay: 18400ms;
          transition-delay: 18400ms;
}

.speaker:nth-child(93) {
  -webkit-transition-delay: 18600ms;
          transition-delay: 18600ms;
}

.speaker:nth-child(94) {
  -webkit-transition-delay: 18800ms;
          transition-delay: 18800ms;
}

.speaker:nth-child(95) {
  -webkit-transition-delay: 19000ms;
          transition-delay: 19000ms;
}

.speaker:nth-child(96) {
  -webkit-transition-delay: 19200ms;
          transition-delay: 19200ms;
}

.speaker:nth-child(97) {
  -webkit-transition-delay: 19400ms;
          transition-delay: 19400ms;
}

.speaker:nth-child(98) {
  -webkit-transition-delay: 19600ms;
          transition-delay: 19600ms;
}

.speaker:nth-child(99) {
  -webkit-transition-delay: 19800ms;
          transition-delay: 19800ms;
}

.speaker:nth-child(100) {
  -webkit-transition-delay: 20000ms;
          transition-delay: 20000ms;
}

.box {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.section__heading {
  margin-left: -100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sponsors .row {
  margin-left: -100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

.sponsors .row:nth-child(1) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.sponsors .row:nth-child(2) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.sponsors .row:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.sponsors .row:nth-child(4) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.sponsors .row:nth-child(5) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.sponsors .row:nth-child(6) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.sponsors .row:nth-child(7) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.sponsors .row:nth-child(8) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.sponsors .row:nth-child(9) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.sponsors .row:nth-child(10) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.sponsors .row:nth-child(11) {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
}

.sponsors .row:nth-child(12) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}

.sponsors .row:nth-child(13) {
  -webkit-transition-delay: 2600ms;
          transition-delay: 2600ms;
}

.sponsors .row:nth-child(14) {
  -webkit-transition-delay: 2800ms;
          transition-delay: 2800ms;
}

.sponsors .row:nth-child(15) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}

.sponsors .row:nth-child(16) {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}

.sponsors .row:nth-child(17) {
  -webkit-transition-delay: 3400ms;
          transition-delay: 3400ms;
}

.sponsors .row:nth-child(18) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}

.sponsors .row:nth-child(19) {
  -webkit-transition-delay: 3800ms;
          transition-delay: 3800ms;
}

.sponsors .row:nth-child(20) {
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}

.sponsors .row:nth-child(21) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}

.sponsors .row:nth-child(22) {
  -webkit-transition-delay: 4400ms;
          transition-delay: 4400ms;
}

.sponsors .row:nth-child(23) {
  -webkit-transition-delay: 4600ms;
          transition-delay: 4600ms;
}

.sponsors .row:nth-child(24) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}

.sponsors .row:nth-child(25) {
  -webkit-transition-delay: 5000ms;
          transition-delay: 5000ms;
}

.sponsors .row:nth-child(26) {
  -webkit-transition-delay: 5200ms;
          transition-delay: 5200ms;
}

.sponsors .row:nth-child(27) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}

.sponsors .row:nth-child(28) {
  -webkit-transition-delay: 5600ms;
          transition-delay: 5600ms;
}

.sponsors .row:nth-child(29) {
  -webkit-transition-delay: 5800ms;
          transition-delay: 5800ms;
}

.sponsors .row:nth-child(30) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}

.sponsors .row:nth-child(31) {
  -webkit-transition-delay: 6200ms;
          transition-delay: 6200ms;
}

.sponsors .row:nth-child(32) {
  -webkit-transition-delay: 6400ms;
          transition-delay: 6400ms;
}

.sponsors .row:nth-child(33) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}

.sponsors .row:nth-child(34) {
  -webkit-transition-delay: 6800ms;
          transition-delay: 6800ms;
}

.sponsors .row:nth-child(35) {
  -webkit-transition-delay: 7000ms;
          transition-delay: 7000ms;
}

.sponsors .row:nth-child(36) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}

.sponsors .row:nth-child(37) {
  -webkit-transition-delay: 7400ms;
          transition-delay: 7400ms;
}

.sponsors .row:nth-child(38) {
  -webkit-transition-delay: 7600ms;
          transition-delay: 7600ms;
}

.sponsors .row:nth-child(39) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}

.sponsors .row:nth-child(40) {
  -webkit-transition-delay: 8000ms;
          transition-delay: 8000ms;
}

.sponsors .row:nth-child(41) {
  -webkit-transition-delay: 8200ms;
          transition-delay: 8200ms;
}

.sponsors .row:nth-child(42) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}

.sponsors .row:nth-child(43) {
  -webkit-transition-delay: 8600ms;
          transition-delay: 8600ms;
}

.sponsors .row:nth-child(44) {
  -webkit-transition-delay: 8800ms;
          transition-delay: 8800ms;
}

.sponsors .row:nth-child(45) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}

.sponsors .row:nth-child(46) {
  -webkit-transition-delay: 9200ms;
          transition-delay: 9200ms;
}

.sponsors .row:nth-child(47) {
  -webkit-transition-delay: 9400ms;
          transition-delay: 9400ms;
}

.sponsors .row:nth-child(48) {
  -webkit-transition-delay: 9600ms;
          transition-delay: 9600ms;
}

.sponsors .row:nth-child(49) {
  -webkit-transition-delay: 9800ms;
          transition-delay: 9800ms;
}

.sponsors .row:nth-child(50) {
  -webkit-transition-delay: 10000ms;
          transition-delay: 10000ms;
}

.sponsors .row:nth-child(51) {
  -webkit-transition-delay: 10200ms;
          transition-delay: 10200ms;
}

.sponsors .row:nth-child(52) {
  -webkit-transition-delay: 10400ms;
          transition-delay: 10400ms;
}

.sponsors .row:nth-child(53) {
  -webkit-transition-delay: 10600ms;
          transition-delay: 10600ms;
}

.sponsors .row:nth-child(54) {
  -webkit-transition-delay: 10800ms;
          transition-delay: 10800ms;
}

.sponsors .row:nth-child(55) {
  -webkit-transition-delay: 11000ms;
          transition-delay: 11000ms;
}

.sponsors .row:nth-child(56) {
  -webkit-transition-delay: 11200ms;
          transition-delay: 11200ms;
}

.sponsors .row:nth-child(57) {
  -webkit-transition-delay: 11400ms;
          transition-delay: 11400ms;
}

.sponsors .row:nth-child(58) {
  -webkit-transition-delay: 11600ms;
          transition-delay: 11600ms;
}

.sponsors .row:nth-child(59) {
  -webkit-transition-delay: 11800ms;
          transition-delay: 11800ms;
}

.sponsors .row:nth-child(60) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}

.sponsors .row:nth-child(61) {
  -webkit-transition-delay: 12200ms;
          transition-delay: 12200ms;
}

.sponsors .row:nth-child(62) {
  -webkit-transition-delay: 12400ms;
          transition-delay: 12400ms;
}

.sponsors .row:nth-child(63) {
  -webkit-transition-delay: 12600ms;
          transition-delay: 12600ms;
}

.sponsors .row:nth-child(64) {
  -webkit-transition-delay: 12800ms;
          transition-delay: 12800ms;
}

.sponsors .row:nth-child(65) {
  -webkit-transition-delay: 13000ms;
          transition-delay: 13000ms;
}

.sponsors .row:nth-child(66) {
  -webkit-transition-delay: 13200ms;
          transition-delay: 13200ms;
}

.sponsors .row:nth-child(67) {
  -webkit-transition-delay: 13400ms;
          transition-delay: 13400ms;
}

.sponsors .row:nth-child(68) {
  -webkit-transition-delay: 13600ms;
          transition-delay: 13600ms;
}

.sponsors .row:nth-child(69) {
  -webkit-transition-delay: 13800ms;
          transition-delay: 13800ms;
}

.sponsors .row:nth-child(70) {
  -webkit-transition-delay: 14000ms;
          transition-delay: 14000ms;
}

.sponsors .row:nth-child(71) {
  -webkit-transition-delay: 14200ms;
          transition-delay: 14200ms;
}

.sponsors .row:nth-child(72) {
  -webkit-transition-delay: 14400ms;
          transition-delay: 14400ms;
}

.sponsors .row:nth-child(73) {
  -webkit-transition-delay: 14600ms;
          transition-delay: 14600ms;
}

.sponsors .row:nth-child(74) {
  -webkit-transition-delay: 14800ms;
          transition-delay: 14800ms;
}

.sponsors .row:nth-child(75) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}

.sponsors .row:nth-child(76) {
  -webkit-transition-delay: 15200ms;
          transition-delay: 15200ms;
}

.sponsors .row:nth-child(77) {
  -webkit-transition-delay: 15400ms;
          transition-delay: 15400ms;
}

.sponsors .row:nth-child(78) {
  -webkit-transition-delay: 15600ms;
          transition-delay: 15600ms;
}

.sponsors .row:nth-child(79) {
  -webkit-transition-delay: 15800ms;
          transition-delay: 15800ms;
}

.sponsors .row:nth-child(80) {
  -webkit-transition-delay: 16000ms;
          transition-delay: 16000ms;
}

.sponsors .row:nth-child(81) {
  -webkit-transition-delay: 16200ms;
          transition-delay: 16200ms;
}

.sponsors .row:nth-child(82) {
  -webkit-transition-delay: 16400ms;
          transition-delay: 16400ms;
}

.sponsors .row:nth-child(83) {
  -webkit-transition-delay: 16600ms;
          transition-delay: 16600ms;
}

.sponsors .row:nth-child(84) {
  -webkit-transition-delay: 16800ms;
          transition-delay: 16800ms;
}

.sponsors .row:nth-child(85) {
  -webkit-transition-delay: 17000ms;
          transition-delay: 17000ms;
}

.sponsors .row:nth-child(86) {
  -webkit-transition-delay: 17200ms;
          transition-delay: 17200ms;
}

.sponsors .row:nth-child(87) {
  -webkit-transition-delay: 17400ms;
          transition-delay: 17400ms;
}

.sponsors .row:nth-child(88) {
  -webkit-transition-delay: 17600ms;
          transition-delay: 17600ms;
}

.sponsors .row:nth-child(89) {
  -webkit-transition-delay: 17800ms;
          transition-delay: 17800ms;
}

.sponsors .row:nth-child(90) {
  -webkit-transition-delay: 18000ms;
          transition-delay: 18000ms;
}

.sponsors .row:nth-child(91) {
  -webkit-transition-delay: 18200ms;
          transition-delay: 18200ms;
}

.sponsors .row:nth-child(92) {
  -webkit-transition-delay: 18400ms;
          transition-delay: 18400ms;
}

.sponsors .row:nth-child(93) {
  -webkit-transition-delay: 18600ms;
          transition-delay: 18600ms;
}

.sponsors .row:nth-child(94) {
  -webkit-transition-delay: 18800ms;
          transition-delay: 18800ms;
}

.sponsors .row:nth-child(95) {
  -webkit-transition-delay: 19000ms;
          transition-delay: 19000ms;
}

.sponsors .row:nth-child(96) {
  -webkit-transition-delay: 19200ms;
          transition-delay: 19200ms;
}

.sponsors .row:nth-child(97) {
  -webkit-transition-delay: 19400ms;
          transition-delay: 19400ms;
}

.sponsors .row:nth-child(98) {
  -webkit-transition-delay: 19600ms;
          transition-delay: 19600ms;
}

.sponsors .row:nth-child(99) {
  -webkit-transition-delay: 19800ms;
          transition-delay: 19800ms;
}

.sponsors .row:nth-child(100) {
  -webkit-transition-delay: 20000ms;
          transition-delay: 20000ms;
}

.para {
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.is-inview .para {
  opacity: 1;
}

.is-inview .hover__icon {
  opacity: 1;
}

.is-inview .box {
  opacity: 1;
}

.is-inview .speaker {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.is-inview .section__heading {
  margin-left: 0px;
  opacity: 1;
}

.is-inview.sponsors .row {
  margin-left: 0px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .text-right {
    text-align: center;
  }
  .hero .event__info {
    margin: 0 auto;
  }
  .hero .decorations,
  .hero > img {
    opacity: 0.2;
  }
  #overview .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #overview .schedule_decoration {
    padding-top: 70%;
  }
  .event__info {
    left: auto;
  }
  #theme .arrow {
    background: url(https://dassets.dsci.in/event-assets/finsec/2021/assets/images/up-mobile.jpg) top left no-repeat;
    margin-left: -5%;
    background-position-x: 0 !important;
  }
  #theme .info__block {
    width: auto;
    margin-left: 30px;
    background: #34bfaf;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
  }
  #theme .info__tabs {
    top: auto !important;
    width: auto;
    margin: 10px;
    z-index: 1;
  }
  #theme .info__tabs ul li {
    /* all: unset; */
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    padding: 0 10px  0 0 !important;
    text-align: left !important;
    height: auto !important;
    position: relative !important;
    top: auto !important;
    margin-bottom: 10px;
  }
  #theme .info__tabs ul li:after {
    content: '';
    width: 100%;
    display: table;
    clear: both;
  }
  #theme .info__tabs ul li figure {
    position: relative !important;
    width: 80px;
    text-align: center;
    padding: 5px 5px;
    margin: 0;
    height: 80px;
    float: left;
    border-radius: 50% !important;
    right: auto !important;
    left: auto !important;
    margin-right: 10px;
  }
  #theme .info__tabs ul li:before {
    border-radius: 50px  !important;
    top: 10px;
    right: auto !important;
    left: auto !important;
    width: 100%;
  }
  #theme .info__block h3 {
    margin-top: 0;
  }
  #theme .info__tabs ul li figure::before {
    display: none;
  }
  #theme .info__block ul li strong {
    padding-top: 6px;
  }
  #theme .info__block > ul li {
    display: inline;
    margin: 0;
    line-height: 1.8;
    text-align: center;
    padding: 0 8px;
  }
  .speakers {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .sponsors .col-fixed {
    margin: 15px 0;
  }
  .sponsors .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .sponsors .col .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  section .container h2.section__heading {
    font-size: 2.5rem;
  }
  .whoshould .box div {
    opacity: 1;
    max-height: 500px;
  }
  .footer {
    text-align: center;
  }
  .footer .text-right {
    text-align: center;
  }
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.white-popup-block {
  background: #fff;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/*================================================
Schedule CSS
=================================================*/
#schedule {
  background: #eee;
}

#schedule .tab {
  font-family: "Roboto", sans-serif;
}

#schedule .tab .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#schedule .tab .row .tab__holder {
  width: 300px;
}

@media (max-width: 640px) {
  #schedule .tab .row .tab__holder {
    width: 100%;
  }
}

#schedule .tab .row .tab__holder a {
  text-decoration: none;
}

#schedule .tab .row .tab__data {
  width: 100%;
  padding: 0 20px;
}

@media (max-width: 640px) {
  #schedule .tab .row .tab__data {
    padding: 0;
  }
}

#schedule .tab .row .tab__data .tab_content {
  padding: 0;
}

@media (max-width: 640px) {
  #schedule .tab .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 640px) {
  #schedule .tab .tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 640px) {
  #schedule .tab .tabs li {
    width: 50%;
  }
  #schedule .tab .tabs li::before {
    display: block;
    bottom: -10px;
    left: 44%;
  }
}

.session-type {
  font-weight: bold !important;
}

.schedule-area {
  position: relative;
  z-index: 1;
}

.schedule-area.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tab {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
  box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
  background-color: #ffffff;
}

.tabs {
  list-style-type: none;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  padding: 0;
}

.tabs li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: -webkit-gradient(linear, left top, right top, from(#073586), to(#004AB7));
  background: linear-gradient(90deg, #073586, #004AB7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.tabs li::before {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background: #fec800;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs li a {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 25px 10px;
}

.tabs li a span {
  opacity: .8;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.tabs li:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#073586), to(#004AB7));
  background: linear-gradient(90deg, #073586, #004AB7);
}

.tabs li.current {
  background: -webkit-gradient(linear, left top, right top, from(#f4a35a), to(#fec800));
  background: linear-gradient(90deg, #f4a35a, #fec800);
}

@media (max-width: 640px) {
  .tabs li.current {
    background: -webkit-gradient(linear, left top, left bottom, from(#f4a35a), to(#fec800));
    background: linear-gradient(180deg, #f4a35a, #fec800);
  }
}

.tabs li.current::before {
  opacity: 1;
  visibility: visible;
}

.tabs li.current a {
  color: #0d1028;
}

.tab_content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 0px;
}

.tab_content .tabs_item {
  display: none;
}

.tab_content .tabs_item:first-child {
  display: block;
}

.tab_content .tabs_item .accordion {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  background: #fcfcfc;
}

.tab_content .tabs_item .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
          box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);
}

.tab_content .tabs_item .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author {
  max-width: 100%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(1) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(2) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(3) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(4) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(5) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(6) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(7) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(8) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(9) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author img:nth-child(10) {
  border-radius: 50%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author-multi {
  overflow: hidden;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .author-multi img {
  max-width: 40px;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0.2rem;
  float: left;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info {
  width: 100%;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info:not(:first-child) {
  margin-top: 20px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 5px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info p {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  margin-bottom: 5px;
  /*margin-top: -5px;
    letter-spacing: 0.03em;*/
  line-height: 20px !important;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li {
  /*display: inline-block;*/
  /*color: #AAAAAA;*/
  color: #333;
  margin-right: 12px !important;
  font-size: 14px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li i {
  margin-right: 3px;
  color: #1b75bc;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li:last-child {
  margin-right: 0 !important;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li span {
  color: #00acee;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content {
  margin-top: 10px;
  display: none;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content ul {
  font-size: 13px;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content .location {
  font-family: "Oswald", sans-serif;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content .location b {
  color: #1b75bc;
}

.tab_content .tabs_item .accordion .accordion-item .accordion-content .location span {
  color: #00acee;
}

.btn-box {
  text-align: center;
  margin-top: 50px;
}

.btn-box .btn {
  margin: 0 3px;
}

.schedule-style-three {
  padding-bottom: 90px;
}

.schedule-style-three .col-lg-6:nth-child(2) .single-schedule-item .schedule-date {
  background-color: #00acee;
}

.schedule-style-three .col-lg-6:nth-child(3) .single-schedule-item .schedule-date {
  background-color: #efa506;
}

.schedule-style-three .col-lg-6:nth-child(4) .single-schedule-item .schedule-date {
  background-color: #8dc63f;
}

.schedule-style-three .col-lg-6:nth-child(5) .single-schedule-item .schedule-date {
  background-color: #00acee;
}

.schedule-style-three .col-lg-6:nth-child(6) .single-schedule-item .schedule-date {
  background-color: #efa506;
}

.schedule-style-three .col-lg-6:nth-child(7) .single-schedule-item .schedule-date {
  background-color: #8dc63f;
}

.single-schedule-item {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-schedule-item .schedule-date {
  font-size: 24px;
  color: #ffffff;
  background: #1b75bc;
  text-transform: uppercase;
  padding: 20px;
}

.single-schedule-item .schedule-date span {
  opacity: .8;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
  text-align: left;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author {
  max-width: 90px;
  margin-right: 20px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(1) {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(2) {
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(3) {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(4) {
  border-radius: 50%;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(5) {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(6) {
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(7) {
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(8) {
  -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(9) {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author img:nth-child(10) {
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author-multi {
  overflow: hidden;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .author-multi img {
  width: 47%;
  border-radius: 50%;
  margin-bottom: .4rem;
  margin-right: 3%;
  float: left;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 a {
  color: #0d1028;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 a:hover, .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 a:focus {
  color: #1b75bc;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li {
  display: inline-block;
  color: #707070;
  margin-right: 12px;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li i {
  margin-right: 3px;
  color: #1b75bc;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li:last-child {
  margin-right: 0;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li a {
  display: inline-block;
  color: #00acee;
}

.single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li a:hover, .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li a:focus {
  color: #1b75bc;
}

.single-schedule-item .schedule-item-wrapper .schedule-content:last-child {
  border-bottom: none;
}

.schedule-style-four .tab {
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.schedule-style-four .tabs {
  display: block;
}

.schedule-style-four .tabs li::before {
  right: -15px;
  bottom: 37%;
  margin: 0 0 0;
  left: auto;
}

.session-type {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 12px;
}

.session-title {
  font-weight: 800  !important;
  margin: 0;
}

.session-subtext {
  font-style: italic;
}

/*.schedule-style-four .tab_content {*/
/*  -webkit-box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);*/
/*          box-shadow: 0 0 10px 0 rgba(137, 173, 255, 0.35);*/
/*}*/
/*# sourceMappingURL=main.css.map */
