.home-banner .item {
  position: relative;
  min-height: 315px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-size: cover; }
.home-banner .tint-bg {
  position: absolute;
  z-index: 1;
  opacity: .5;
  width: 100%;
  height: 100%; }
.home-banner .hover-blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2; }
  .home-banner .hover-blk img {
    margin-bottom: 13px; }
  .home-banner .hover-blk .content {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px; }
    .home-banner .hover-blk .content h2 {
      font-size: 40px;
      margin-bottom: 8px; }
    .home-banner .hover-blk .content .date {
      display: block;
      margin-bottom: 30px; }
  .home-banner .hover-blk:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .home-banner .hover-blk .banner-link a {
    display: inline-block;
    margin-bottom: 8px; }
  .home-banner .hover-blk a {
    color: #ffffff;
    display: block; }
.home-banner .owl-buttons .owl-prev, .home-banner .owl-buttons .owl-next {
  width: 50px;
  height: 65px;
  position: absolute;
  top: 50%;
  text-indent: -100%;
  opacity: .6;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-top: -50px; }
  .home-banner .owl-buttons .owl-prev:before, .home-banner .owl-buttons .owl-next:before {
    content: "";
    background-image: url("../img/slider-arow.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 40px;
    position: absolute;
    top: 15px; }
  .home-banner .owl-buttons .owl-prev:hover, .home-banner .owl-buttons .owl-next:hover {
    opacity: 1; }
.home-banner .owl-buttons .owl-prev {
  left: 40px; }
  .home-banner .owl-buttons .owl-prev:before {
    left: 10px; }
.home-banner .owl-buttons .owl-next {
  right: 40px; }
  .home-banner .owl-buttons .owl-next:before {
    background-position: -23px 0;
    right: 10px; }

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  width: 50px;
  height: 65px;
  position: absolute;
  top: 50%;
  text-indent: -100%;
  opacity: .6;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin-top: -50px; }
  .owl-buttons .owl-prev:before, .owl-buttons .owl-next:before {
    content: "";
    background-image: url("../img/slider-arow.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 40px;
    position: absolute;
    top: 15px; }
  .owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover {
    opacity: 1; }
.owl-buttons .owl-prev {
  left: 40px; }
  .owl-buttons .owl-prev:before {
    left: 10px; }
.owl-buttons .owl-next {
  right: 40px; }
  .owl-buttons .owl-next:before {
    background-position: -23px 0;
    right: 10px; }

.grid-sec {
  padding: 28px 0; }
  .grid-sec h2 {
    font-size: 30px;
    color: #093734;
    padding: 0 60px;
    position: relative;
    background-color: #ffffff;
    display: inline-block; }
    .grid-sec h2:before, .grid-sec h2:after {
      width: 40px;
      height: 1px;
      background-color: #849b99;
      position: absolute;
      top: 50%;
      margin-top: -1px;
      content: ""; }
    .grid-sec h2:after {
      right: 0; }
    .grid-sec h2:before {
      left: 0; }
  .grid-sec .blk-sec {
    padding-top: 80px; }
    .grid-sec .blk-sec .blocks {
      color: #093734;
      border-radius: 4px;
      background-color: #e6ebe8;
      padding: 25px;
      margin: 0 10px; }
      .grid-sec .blk-sec .blocks p {
        line-height: 26px;
        margin-bottom: 44px;
        min-height: 156px; }

.block-sec .blocks {
  padding: 25px;
  margin: 0 10px;
  border: 1px solid #eee;
  text-align: center; }
  .block-sec .blocks p {
    line-height: 26px;
    margin-bottom: 44px;
    min-height: 156px; }
  .block-sec .blocks span {
    text-transform: uppercase;
    font-size: 14px; }

.test-monl {
  padding: 40px 0; }
  .test-monl .slide-content {
    position: relative;
    padding-top: 105px; }
    .test-monl .slide-content .user {
      width: 120px;
      height: 120px;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      margin: 0 auto; }
      .test-monl .slide-content .user img {
        border: 4px solid #f68c32;
        border-radius: 100%;
        width: 100%; }
    .test-monl .slide-content .right-sec p {
      color: #747678;
      font-size: 22px;
      line-height: 40px; }
      .test-monl .slide-content .right-sec p.text {
        position: relative;
        padding: 50px; }
        .test-monl .slide-content .right-sec p.text:before, .test-monl .slide-content .right-sec p.text:after {
          background: url("../img/slider-quotes.png") no-repeat;
          position: absolute;
          width: 45px;
          height: 30px;
          content: ""; }
        .test-monl .slide-content .right-sec p.text:before {
          top: 0;
          left: 10px; }
        .test-monl .slide-content .right-sec p.text:after {
          bottom: 0px;
          right: 50px; }
    .test-monl .slide-content .right-sec .name {
      font-size: 34px;
      line-height: 38px;
      font-family: 'interfacebold';
      margin-top: 60px; }
  .test-monl .owl-buttons .owl-prev:before, .test-monl .owl-buttons .owl-next:before {
    background-image: url("../img/slider-arow-gry.png"); }
  .test-monl .owl-buttons .owl-prev {
    left: 20px; }
  .test-monl .owl-buttons .owl-next {
    right: 20px; }
  .test-monl .title {
    padding: 30px 20px; }
    .test-monl .title h2 {
      margin-bottom: 10px;
      font-size: 40px;
      color: #525252; }

.news-sec {
  background-image: url("../img/banner-mid.jpg");
  background-repeat: no-repeat;
  min-height: 260px;
  background-size: cover;
  padding: 88px 20px 115px; }
  .news-sec h2 {
    font-size: 40px;
    color: #ffffff; }
  .news-sec .btn-border {
    padding: 12px 45px;
    margin-top: 18px; }

/* slider transition*/
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

.js-videoWrapper {
  position: relative;
  padding-top: 250px; }
  .js-videoWrapper .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .js-videoWrapper .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    background: url("../img/video-img.jpg") no-repeat;
    background-size: cover;
    border: 0; }
    .js-videoWrapper .videoPoster:after {
      content: "";
      position: absolute;
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .js-videoWrapper .videoPoster:before {
      content: "";
      position: absolute;
      background: url("../img/play-btn.png") no-repeat;
      width: 93px;
      height: 93px;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 2;
      cursor: pointer; }
  .js-videoWrapper.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms; }
  .js-videoWrapper.videoWrapperActive .banner-txt {
    opacity: 0; }

.inner-banner {
  min-height: 300px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative; }
  .inner-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 36, 47, 0.7);
    content: "";
    z-index: 0; }
  .inner-banner.event-slider:before {
    display: none; }
  .inner-banner.event-slider .container .text-field {
    min-height: 300px; }
  .inner-banner.faq-banner {
    background-image: url("../img/faq-banner.jpg"); }
  .inner-banner.about-banner {
    background-image: url("../img/about-banner.jpg"); }
  .inner-banner.about-sub {
    background-image: url("../img/about-sub-banner.jpg"); }
  .inner-banner.people-banner {
    background-image: url("../img/people-banner.jpg"); }
  .inner-banner.programme-banner {
    background-image: url("../img/programme-banner.jpg"); }
  .inner-banner.event-banner {
    background-image: url("../img/event-banner.jpg"); }
  .inner-banner .text-field {
    padding: 80px 40px 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center; }
    .inner-banner .text-field h1 {
      font-size: 30px;
      margin-bottom: 20px; }
    .inner-banner .text-field p {
      font-size: 16px;
      color: #dbdbdb;
      line-height: 21px; }
  .inner-banner .owl-item .text-field {
    text-align: center; }
  .inner-banner .boder-sm:hover, .inner-banner .boder-sm:focus {
    background: #ffffff;
    color: #093734; }
  .inner-banner .owl-item .item {
    position: relative; }
    .inner-banner .owl-item .item:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(22, 36, 47, 0.7);
      content: "";
      z-index: 0; }

.map-sec {
  position: relative; }
  .map-sec .map-block {
    height: 300px; }
  .map-sec .right-blk {
    background: rgba(0, 134, 204, 0.85);
    padding: 24px; }
    .map-sec .right-blk .ineer-sec {
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      text-align: center;
      padding: 70px 10px 60px; }
      .map-sec .right-blk .ineer-sec .boder-sm {
        margin-top: 34px; }
    .map-sec .right-blk h3 {
      font-size: 36px;
      margin-bottom: 16px; }
    .map-sec .right-blk p {
      font-size: 20px;
      line-height: 28px; }

.collapse-list > li {
  padding: 22px 60px 22px 20px;
  position: relative;
  border-bottom: 1px solid #ededed;
  min-height: 25px; }
  .collapse-list > li:before {
    content: "";
    position: absolute;
    background: url("../img/collapse-icn.png") no-repeat;
    width: 26px;
    height: 24px;
    left: 0;
    top: 22px;
    cursor: pointer; }
  .collapse-list > li .head {
    font-size: 18px;
    font-family: "interfacebold", Arial, sans-serif;
    color: #093734;
    cursor: pointer;
    padding-left: 13px; }
    .collapse-list > li .head p {
      margin-bottom: 0; }
  .collapse-list > li .circle {
    position: relative;
    margin: 0 10px 5px 0;
    float: left;
    top: 0; }
  .collapse-list > li .collapse-cont {
    display: none;
    padding: 26px 0;
    font-size: 18px;
    color: #868686;
    line-height: 25px; }
    .collapse-list > li .collapse-cont p {
      margin-bottom: 30px; }
  .collapse-list > li .collapse-btn {
    width: 14px;
    height: 14px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 25px; }
    .collapse-list > li .collapse-btn:before {
      width: 14px;
      height: 2px;
      left: 0;
      top: 6px; }
    .collapse-list > li .collapse-btn:after {
      width: 2px;
      height: 14px;
      right: 6px;
      top: 0; }
    .collapse-list > li .collapse-btn:before, .collapse-list > li .collapse-btn:after {
      background-color: #a6a6a6;
      position: absolute;
      content: ""; }
  .collapse-list > li.open .collapse-cont {
    display: block; }
  .collapse-list > li.open .collapse-btn:after {
    display: none; }

.faq-collapse {
  padding: 10px; }

.speaker-details {
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 45px; }
  .speaker-details .speaker-img {
    margin-bottom: 20px; }
  .speaker-details h2 {
    color: #093734;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1; }
  .speaker-details h4 {
    color: #333;
    margin-bottom: 20px; }
  .speaker-details p {
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px; }
  .speaker-details .actions {
    margin-top: 35px; }
  .speaker-details .btn-default {
    min-width: 100px;
    margin-right: 12px;
    margin-bottom: 10px; }

.program-details h2 {
  color: #093734;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1; }
.program-details h4 {
  color: #333;
  margin-bottom: 20px; }
.program-details p {
  color: #777;
  font-size: 16px;
  margin-bottom: 10px; }

.committee-members .member-img {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover; }
.committee-members .member-details {
  padding: 30px; }
  .committee-members .member-details h2 {
    font-size: 35px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 20px; }
  .committee-members .member-details p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px; }
.committee-members .speaker-details {
  padding-left: 28px;
  padding-right: 28px; }

.sponsor-details {
  margin-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 45px; }
  .sponsor-details .sponsor-img {
    margin-bottom: 20px; }
    .sponsor-details .sponsor-img img {
      max-width: 300px; }
  .sponsor-details h3 {
    color: #093734;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1; }
  .sponsor-details p {
    color: #777;
    font-size: 16px;
    margin-bottom: 10px; }
  .sponsor-details .actions {
    margin-top: 35px; }
  .sponsor-details .btn-default {
    min-width: 100px;
    margin-right: 12px; }
  .sponsor-details .social-list {
    margin-bottom: 20px; }
    .sponsor-details .social-list li {
      display: inline-block;
      margin-right: 10px; }
      .sponsor-details .social-list li a {
        color: #747678; }
        .sponsor-details .social-list li a:hover {
          color: #093734; }
        .sponsor-details .social-list li a i {
          font-size: 18px;
          vertical-align: middle; }
  .sponsor-details .actions {
    margin-top: 0; }
    .sponsor-details .actions span {
      color: #0086cc; }
      .sponsor-details .actions span.spacer {
        margin: 0 10px;
        color: #747678; }
      .sponsor-details .actions span a {
        color: #0086cc; }
        .sponsor-details .actions span a:hover, .sponsor-details .actions span a:focus {
          text-decoration: underline; }

div.sponsor-details:first-child {
  margin-top: 0; }

.testim-details {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 45px; }
  .testim-details .testim-img {
    margin-bottom: 20px; }
    .testim-details .testim-img img {
      border-radius: 50%;
      border: 5px solid #08b9ac; }
  .testim-details p {
    color: #747678;
    font-size: 18px;
    margin-bottom: 0; }

.table-blk .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.count-wrap h2 {
  font-size: 42px;
  color: #747678; }

.event-slider .owl-item .item {
  background-size: cover; }

.block-sec {
  padding: 80px 0; }

.section-pad {
  padding: 0 15px; }

.circle {
  min-width: 31px;
  min-height: 31px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  padding: 1px 4px;
  line-height: 31px; }
  .circle.gren {
    background-color: #08b9ac; }
  .circle.ylow {
    background-color: #fbc72a; }
  .circle.blu {
    background-color: #0086cc; }
  .circle.gry {
    background-color: #747678; }
  .circle.dark {
    background-color: #093734; }

.day-list {
  margin-bottom: 40px; }
  .day-list .faq-collapse {
    padding: 42px 0; }
  .day-list .collapse-list > li {
    padding: 22px 60px 22px 20px; }
    .day-list .collapse-list > li:before {
      display: none; }
  .day-list .date {
    float: left; }
    .day-list .date li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
      .day-list .date li a {
        display: block;
        font-size: 18px;
        padding: 6px 5px;
        border-bottom: 2px solid transparent;
        color: #728281; }
      .day-list .date li.active a {
        color: #093734;
        border-bottom-color: #093734; }
  .day-list .top {
    margin: 26px 0; }
  .day-list .title-blk h2 {
    padding-bottom: 15px; }
  .day-list .title-blk p {
    margin-bottom: 0; }
  .day-list .time {
    border-left: 4px solid #093734;
    padding: 5px 5px 5px 12px;
    font-size: 18px;
    color: #093734;
    margin-bottom: 15px; }
  .day-list .collapse-cont h3 {
    margin-bottom: 8px;
    color: #525252; }

.booknw {
  text-align: center;
  max-width: 800px;
  margin: 12px auto 0;
  padding: 40px 20px;
  border: 1px solid #dde7e2; }
  .booknw span {
    display: block;
    margin-bottom: 22px; }

.booknw-btn {
  font-size: 18px;
  text-transform: uppercase;
  background-color: #fbc72a;
  color: #ffffff;
  min-width: 200px;
  padding: 8px 12px; }
  .booknw-btn:hover {
    color: #ffffff; }

.strem h3, .delegate h3 {
  margin-bottom: 18px;
  color: #525252;
  font-size: 28px; }

.strem .title-blk {
  padding-top: 56px; }
.strem .stram-list {
  margin-bottom: 40px; }
  .strem .stram-list li {
    padding: 6px 6px 6px 50px;
    position: relative;
    min-height: 40px; }
    .strem .stram-list li a {
      color: #0086cc;
      font-size: 16px; }
    .strem .stram-list li .circle {
      top: 0; }

.day-nav {
  border-bottom-color: #dde7e2; }
  .day-nav > li {
    text-align: center; }
    .day-nav > li > a {
      color: #728281;
      font-size: 18px; }
      .day-nav > li > a:hover, .day-nav > li > a:focus {
        background-color: transparent;
        border-color: transparent; }
    .day-nav > li.active > a {
      border-color: #dde7e2;
      border-bottom-color: transparent; }

.day-vew-wraper {
  position: relative; }
  .day-vew-wraper .tab-content {
    padding: 40px 12px 12px; }

.days-filter {
  border: 1px solid #c1d0cf;
  padding: 15px;
  width: 275px; }
  .days-filter h3 {
    font-size: 20px;
    color: #093734;
    margin-bottom: 15px;
    font-family: "interfacebold", Arial, sans-serif; }
  .days-filter .collapse-head {
    font-size: 16px;
    color: #093734;
    font-family: "interfacebold", Arial, sans-serif;
    display: block;
    padding: 5px 20px 5px 0;
    position: relative; }
    .days-filter .collapse-head:before {
      position: absolute;
      right: 0;
      top: 5px;
      content: "";
      width: 20px;
      height: 15px;
      background: url("../img/arrow-accord.png") no-repeat center; }
    .days-filter .collapse-head.collapsed:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .days-filter .collapse-blk li {
    color: #777777; }
    .days-filter .collapse-blk li label {
      line-height: 22px; }

.filter-sec {
  position: relative; }
  .filter-sec .btn-default {
    min-width: auto; }
    .filter-sec .btn-default.reset {
      background-color: transparent;
      border: 1px solid #093734;
      color: #093734; }
  .filter-sec .btn {
    padding: 8px 18px;
    margin-right: 10px; }
  .filter-sec .submit-blk {
    margin-top: 18px; }

.filter-icn {
  width: 42px;
  height: 42px;
  background-color: #dde7e2;
  border-radius: 50px;
  position: absolute;
  display: none;
  line-height: 55px;
  text-align: center;
  z-index: 4;
  top: -50px; }
  .filter-icn i {
    background: url("../img/filter.png") no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block; }

.delegate .blocks {
  margin-bottom: 30px; }
.delegate .title-blk p {
  margin-bottom: 13px; }
.delegate h4 {
  font: 19px "interfacebold", Arial, sans-serif;
  margin-bottom: 16px;
  color: #093734; }
.delegate ul li {
  margin: 11px 0; }
.delegate .link {
  color: #0086cc; }
.delegate .disc {
  margin-left: 23px;
  list-style: disc; }
  .delegate .disc li {
    list-style: disc; }

.delegate-blk {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 28px; }

.delegate-table {
  border: 1px solid #ddd; }
  .delegate-table thead > tr > th {
    border-bottom: 0;
    background-color: #dde7e2; }
  .delegate-table thead > tr > th, .delegate-table tbody > tr > td {
    padding: 11px 8px; }
  .delegate-table tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9; }
  .delegate-table tbody > tr:nth-of-type(odd) {
    background-color: #ffffff; }

.mar-b25 {
  margin-bottom: 25px; }

.video-sec:nth-of-type(even) {
  background-color: #08b9ac; }

.video-sec:nth-of-type(odd) {
  background-color: #fbc72a; }

.video-sec .title-blk h2, .video-sec .title-blk p {
  color: #ffffff; }
.video-sec .ulclasses li {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px; }

.committee-members .speaker-details {
  margin-bottom: 23px; }
  .committee-members .speaker-details .btn {
    margin-top: 18px; }

.history-slider {
  background-color: #f8f8f8; }
  .history-slider .title-blk.half {
    text-align: left; }
  .history-slider .item img {
    width: 100%;
    display: block; }
  .history-slider .row {
    margin-left: 0;
    margin-right: 0; }
  .history-slider .owl-controls {
    text-align: center;
    margin: 5px; }

.silder-sec .owl-theme .owl-controls .owl-page span {
  background: #bec7c3; }

.contact-blk {
  color: #ffffff;
  padding-top: 40px; }
  .contact-blk .title-blk p {
    color: #ffffff;
    margin-bottom: 10px; }

.spec-date-blk {
  margin-top: 3px;
  float: left;
  padding: 10px 5px 10px 23px;
  margin-left: 2%;
  color: #093734;
  border-left: 2px solid #093734;
  font-family: "interfacebold", Arial, sans-serif; }
  .spec-date-blk .date {
    margin-bottom: 2px; }

.btn-mar {
  margin-right: 20px;
  margin-bottom: 15px; }

.sponser-list h2 {
  font-size: 30px;
  margin-bottom: 0; }

.ulclasses ul, .ulclasses ol {
  margin-left: 20px;
  list-style: initial; }
.ulclasses ul li {
  list-style: disc; }
.ulclasses ol li {
  list-style: decimal; }
.ulclasses li {
  margin-bottom: 10px; }

.full-grid {
  padding: 35px; }

.singlepages {
  line-height: 23px; }

.collapse-cont.ulclasses ul li, .collapse-cont.ulclasses ol li {
  margin-bottom: 0; }

.title-blk.full.whyattentpage {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .grid-sec {
    padding: 50px 0;
    text-align: center; }
    .grid-sec h2 {
      font-size: 40px;
      padding: 0 130px; }
      .grid-sec h2:before, .grid-sec h2:after {
        width: 100px; }
    .grid-sec.blocks {
      text-align: center; }

  .test-monl .slide-content {
    padding-left: 260px;
    padding-top: 0; }
    .test-monl .slide-content .user {
      width: 200px;
      height: 200px;
      top: 30px;
      left: 6%;
      right: auto; }
      .test-monl .slide-content .user img {
        border: 11px solid #f68c32; }
    .test-monl .slide-content .right-sec .name {
      font-size: 18px;
      margin-top: 15px; }

  .header .header-top {
    height: 103px; }
    .header .header-top .right {
      display: block; }
  .header .logo a {
    max-width: 258px; }

  .faq-collapse {
    padding: 42px 63px 67px; }

  .day-nav > li {
    min-width: 180px; }

  .news-sec, .testim-details, .speaker-details, .sponsor-details, .contact-blk {
    text-align: center; }

  .spec-date-blk {
    display: block; }

  .js-videoWrapper {
    padding-top: 350px; } }
@media (min-width: 992px) {
  .content-pad {
    padding: 0 40px; }

  .table-blk {
    width: 100%;
    display: table; }
    .table-blk .table-cell {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
      .table-blk .table-cell .btn-default {
        font-size: 16px;
        padding: 8px 20px; }

  .test-monl {
    padding: 20px 0 40px; }
    .test-monl .slide-content {
      padding-left: 410px;
      min-height: 240px; }
      .test-monl .slide-content .user {
        width: 225px;
        height: 225px;
        top: 0;
        left: 8%; }
        .test-monl .slide-content .user img {
          border: 11px solid #f68c32; }
      .test-monl .slide-content .right-sec .name {
        font-size: 24px;
        margin-top: 25px; }

  .inner-banner {
    min-height: 315px; }
    .inner-banner .text-field {
      padding: 80px 40px 77px; }
      .inner-banner .text-field h1 {
        font-size: 40px;
        margin-bottom: 36px; }
      .inner-banner .text-field p {
        font-size: 18px;
        line-height: 25px;
        padding: 0 20%; }

  .map-sec .map-block {
    height: 500px; }
  .map-sec .right-blk {
    position: absolute;
    right: 40px;
    top: 35px;
    width: 398px; }

  .speaker-details {
    position: relative;
    padding: 0 0 0 360px;
    padding-bottom: 45px;
    white-space: nowrap;
    text-align: left; }
    .speaker-details:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .speaker-details .speaker-img {
      left: 0;
      position: absolute;
      text-align: center;
      width: 274px; }
    .speaker-details p {
      white-space: normal; }

  .sponsor-details {
    position: relative;
    padding: 0 0 0 260px;
    padding-bottom: 60px;
    min-height: 220px;
    white-space: nowrap;
    text-align: left; }
    .sponsor-details:last-child {
      border-bottom: 0;
      padding-bottom: 0; }
    .sponsor-details .sponsor-img {
      left: 0;
      position: absolute;
      text-align: center;
      width: 200px; }
    .sponsor-details p {
      white-space: normal; }

  .testim-details {
    position: relative;
    padding-bottom: 80px;
    padding-top: 20px;
    white-space: nowrap;
    text-align: left; }
    .testim-details.left {
      padding-left: 190px; }
    .testim-details.right {
      padding-right: 190px; }
      .testim-details.right .testim-img {
        left: auto;
        right: 0; }
    .testim-details:last-child {
      border-bottom: 0; }
    .testim-details .testim-img {
      left: 0;
      top: 0;
      position: absolute;
      text-align: center;
      width: 155px; }
    .testim-details p {
      white-space: normal; }

  .title-blk.full {
    padding: 45px 50px; }
  .title-blk.half {
    padding: 40px; }

  .event-main.main-wraper .header .nav-blk {
    min-height: 59px; }
  .event-main .header-top .date-blk {
    margin: 12px 8px 0 0;
    font-size: 16px;
    text-align: right;
    display: block; }
    .event-main .header-top .date-blk span {
      display: inline-block;
      margin-left: 3px; }
  .event-main .header-top.london {
    background: url("../img/london.png") no-repeat center 30px;
    border-bottom: 5px solid #61c0df; }
    .event-main .header-top.london .date-blk {
      color: #61c0df; }
  .event-main .header-top.singapore {
    background: url("../img/singapore.png") no-repeat center 23px;
    border-bottom: 5px solid #fdb933; }
    .event-main .header-top.singapore .date-blk {
      color: #fbb832; }

  .header .nav-blk {
    display: block;
    padding: 0; }
    .header .nav-blk .nav-list {
      text-align: left;
      float: left; }
      .header .nav-blk .nav-list li {
        float: left;
        margin-right: 5px; }
        .header .nav-blk .nav-list li > a {
          padding: 21px 15px; }
        .header .nav-blk .nav-list li .sub-menu {
          position: absolute;
          background: #ffffff; }
          .header .nav-blk .nav-list li .sub-menu li {
            border-bottom: 1px solid #eee; }
            .header .nav-blk .nav-list li .sub-menu li a:hover {
              background: #f8f8f8; }
      .header .nav-blk .nav-list.social {
        float: right;
        margin-top: 10px; }

  .main-wraper {
    padding-top: 163px; }

  .days-filter {
    float: left;
    margin: 0 15px 45px 0; }

  .day-vew-wraper {
    float: none;
    width: auto;
    overflow: hidden; }

  .section-pad {
    padding: 0 63px; }

  .committee-members .speaker-details {
    min-height: 300px;
    padding: 18px 0 0 320px; }
    .committee-members .speaker-details .speaker-img {
      top: 0; }

  .home-banner .item {
    float: left;
    width: 50%;
    margin-bottom: 0; }

  .js-videoWrapper {
    padding-top: 28%; }

  .full-grid {
    padding: 40px; } }
@media (min-width: 1200px) {
  .inner-banner.about-sub {
    height: 315px; }

  .event-slider .owl-item .item {
    min-height: 337px; } }
@media (max-width: 991px) {
  .home-banner .hover-blk .content figure {
    width: 150px;
    margin: 0 auto; }
    .home-banner .hover-blk .content figure img {
      margin-bottom: 20px; }
  .home-banner .hover-blk .content h2 {
    font-size: 38px; }
  .home-banner .hover-blk .content .date {
    margin-bottom: 24px; }

  .owl-buttons .owl-next {
    right: 0; }
  .owl-buttons .owl-prev {
    left: 0; }

  .header .header-top {
    padding-right: 60px;
    background: #f8f8f8; }
  .header .menu-btn {
    display: block; }

  .days-filter {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    -moz-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-290px);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
    background-color: #ffffff; }
    .days-filter.open {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

  .day-vew-wraper {
    background-color: #ffffff;
    position: relative;
    z-index: 2; }

  .filter-icn {
    display: block; }

  .filter-sec {
    margin-top: 72px; }

  .header .nav-blk {
    max-height: 72vh;
    overflow-y: auto; }

  .table-blk .bg-img {
    min-height: 315px; }

  .day-list {
    overflow-x: hidden; } }
@media (max-width: 768px) {
  .grid-sec .blk-sec {
    padding-top: 50px; }
    .grid-sec .blk-sec .blocks {
      margin: 0;
      padding: 25px 18px; }
      .grid-sec .blk-sec .blocks p {
        margin-bottom: 25px; }
  .grid-sec h2 {
    font-size: 35px; }

  .news-sec {
    padding: 60px 20px 60px; }

  .block-sec {
    padding: 50px 0; }
    .block-sec .blocks {
      padding: 20px 18px;
      margin: 0; }
      .block-sec .blocks p {
        margin-bottom: 20px;
        min-height: 260px; }

  .testim-details .testim-img {
    width: 160px; }

  .spec-date-blk {
    width: 100%;
    padding: 9px 5px 0px 0px;
    border-left: 0;
    font-size: 13px; }
    .spec-date-blk .date, .spec-date-blk .place {
      display: inline-block; }
    .spec-date-blk .place {
      margin-left: 8px; }

  .header .header-top.spec-site {
    background: transparent !important;
    height: auto; } }
@media (max-width: 767px) {
  .inner-banner .text-field {
    padding: 40px 20px; }

  .title-blk h2, .title-blk .speaker-title {
    font-size: 30px;
    padding-bottom: 20px; }
  .title-blk p {
    font-size: 16px; }
  .title-blk .btn-md {
    font-size: 14px;
    padding: 8px 20px;
    min-width: 115px; }
  .title-blk.full {
    text-align: left !important;
    padding: 28px; }

  .footer .menu-list li a {
    padding: 6px 10px; }

  .boder-sm {
    font-size: 14px; }

  .countdown-amount {
    font-size: 30px; }

  .countdown-period {
    font-size: 16px; }

  .inner-banner .text-field p {
    margin-bottom: 20px; }

  .grid-sec .blk-sec .blocks {
    margin-bottom: 15px; }
  .grid-sec h2 {
    padding: 0 15px; }
    .grid-sec h2:before, .grid-sec h2:after {
      content: none; }

  .home-banner .owl-buttons .owl-prev {
    left: 0; }
  .home-banner .owl-buttons .owl-next {
    right: 0; }

  .test-monl .owl-buttons .owl-next {
    right: 0; }
  .test-monl .owl-buttons .owl-prev {
    left: 0; }
  .test-monl .slide-content .right-sec p {
    font-size: 20px;
    line-height: 34px; }
    .test-monl .slide-content .right-sec p.text {
      text-align: center;
      padding: 40px 25px; }
  .test-monl .slide-content .right-sec .name {
    text-align: center;
    font-size: 25px;
    margin-top: 20px; }

  .news-sec h2 {
    font-size: 30px; }

  .block-sec .blocks {
    margin-bottom: 20px;
    text-align: left; }
    .block-sec .blocks p {
      min-height: inherit; }

  .testim-details {
    padding-bottom: 25px;
    margin-bottom: 25px; }

  .speaker-details {
    margin-bottom: 35px;
    padding-bottom: 35px; }
    .speaker-details .speaker-img {
      width: 160px; }
    .speaker-details h4 {
      line-height: 25px; }

  .sponsor-details {
    margin-top: 35px;
    padding-bottom: 35px; }

  .map-sec .right-blk {
    padding: 20px; }
    .map-sec .right-blk .ineer-sec {
      padding: 40px 10px 40px;
      text-align: left; }

  .collapse-list > li {
    padding: 15px 35px 15px 15px; }
    .collapse-list > li:before {
      content: none; }
    .collapse-list > li .collapse-btn {
      right: 5px;
      top: 20px; }
    .collapse-list > li .head {
      font-size: 16px; }

  .day-list .top {
    text-align: center; }
  .day-list .booknw {
    padding-top: 10px; }
    .day-list .booknw span {
      display: block;
      margin-bottom: 10px; }

  .delegate-blk table {
    width: 100% !important; }

  .header .header-top.spec-site {
    background-size: 100%; }

  .table-blk .bg-img {
    min-height: 260px; }

  .title-advisory {
    padding: 20px; } }
@media (max-width: 767px) {
  .inner-banner .text-field {
    padding: 30px 10px; }

  .title-blk.full, .title-blk.half {
    padding: 30px 15px; }

  .home-banner .hover-blk .content {
    padding: 15% 2% 0; }
  .home-banner .hover-blk:before {
    display: none; } }
