@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);
.loader,
.loader--text {
  margin: auto;
  position: fixed;
}
#scrollUp,
.loader,
.loader--dot,
.loader--text {
  position: fixed;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
}
.feature-box h4,
.get-quote-button,
.header .navbar-nav .nav-link,
.help-block,
.hero-banner-area1.home-2 .banner-content h3,
.ttu,
.with-errors {
  text-transform: uppercase;
  text-transform: uppercase;
}
#scrollUp,
.accordion .btn-link:hover,
.get-quote-button a,
a,
a:focus,
a:hover {
  text-decoration: none;
}
.videos-list,
span.session-title {
  white-space: nowrap;
  text-overflow: ellipsis;
}
body {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  -webkit-backface-visibility: hidden;
}
::-moz-selection {
  background: #03a84e;
  color: #fff;
  text-shadow: none;
  outline: 0;
}
.sponsor ul {
  margin-left: 15px;
}
.sponsor ul li {
  list-style: disc;
}
::selection {
  background: #03a84e;
  color: #fff;
  text-shadow: none;
  outline: 0;
}
ul {
  list-style: inside;
  margin: 0;
  padding: 0;
  outline: 0;
}
.main-container {
  overflow: hidden;
}
.primary-btn a.btn-primary {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 55px;
  padding: 0 45px;
  border-radius: 28px;
  display: inline-block;
  text-transform: capitalize;
  border-color: #03a84e;
  background-color: #03a84e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.bg-overlay:before,
.bordered-btn a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.primary-btn a.btn-primary:active,
.primary-btn a.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #03a84e !important;
  border-color: #03a84e !important;
}
.contact-area .contact-form .btn-2 button.btn-primary:hover,
.home-4 .contact-box .inner-content button.btn-primary:hover,
.primary-btn a.btn-primary:hover {
  background: #7307be;
}
.bordered-btn a {
  color: #03a84e;
  font-size: 14px;
  border: 1px solid #03a84e;
  display: inline-block;
  padding: 5px 19px;
  border-radius: 28px;
  transition: 0.4s;
}
.base-style-2 .navbar-nav .nav-link,
.blog-single .left-sidebar .sidebar-widget .single-post .post-content .date a,
.btn-1 .typography h1,
.btn-1 .typography h2,
.btn-1 .typography h3,
.btn-1 .typography h4,
.btn-1 .typography h5,
.btn-1 .typography h6,
.event-schedule-area-two .tab-content .table tbody tr td .event-wrap .time span,
.event-schedule-area-two .tab-content .table tbody tr td .r-no span,
.home-4 .banner-content h2,
.home-4 .banner-content p,
.whos-speaking-area-two .speakers .social-icons li a:hover,
a:focus {
  color: #252525;
}
.section-title .title-text.pl {
  padding-left: 70px;
}
.section-title .title-text h2 {
  color: #252525;
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.ui-widget.ui-widget-content {
  background: #b7b7b7;
  border: none;
  height: 3px;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  background: #03a84e;
  border: none;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  height: 10px;
  width: 10px;
  outline: 0;
}
.ui-slider-horizontal .ui-slider-range {
  background: #03a84e;
  border: none;
  height: 100%;
  top: 0;
}
.loader {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #03a84e;
  z-index: 9999;
}
.loader--dot {
  -webkit-animation-name: loader;
  animation-name: loader;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background-color: #000;
  z-index: 99999;
  border: 2px solid #fff;
}
.loader--dot:first-child {
  background-color: #8cc759;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader--text {
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
}
.loader--text:after {
  content: "Loading";
  font-weight: 700;
  -webkit-animation-name: loading-text;
  animation-name: loading-text;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes loader {
  15%,
  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45%,
  65% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }
}
@keyframes loader {
  15%,
  95% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45%,
  65% {
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
  }
}
@-webkit-keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
.bg-overlay {
  position: relative;
  width: 100%;
  display: block;
}
.bg-overlay:before {
  background: rgba(120, 97, 196, 0.8);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
.header ul li.header-ticket a,
.overlay-3 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}
.bg-overlay:hover:before,
.feature-area .feature-box .sinlge-feature:hover .feature-icon img,
.product-area .single-product .cart-box:hover .cart-element,
.product-area .single-product .cart-box:hover a .overlay-3,
.whos-speaking-area-two .speakers:hover .img-overlay {
  opacity: 1;
}
.overlay-3 {
  color: #fff;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 30px;
  transition: 0.4s;
  opacity: 0;
}
#scrollUp {
  bottom: 26px;
  background: url(../img/up.png) 0 0 / cover no-repeat;
  right: 80px;
  z-index: 1000;
  border: none;
  outline: 0;
  padding: 18px;
}
#googlemap {
  height: 470px;
  width: 100%;
}
.row .no-gutter {
  margin-left: 12.666667%;
}
.help-block,
.with-errors {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  font-size: 11px;
  color: red;
  font-weight: 500;
  border-color: red !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}
.bannertext,
.text-left {
  text-align: left;
}
.text-center,
.upcoming p {
  text-align: center;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.footer-list-links,
.text-right {
  text-align: right;
}
a {
  color: #03a84e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: 0;
}
.mb30,
.our-blog-area .section-title .title-text {
  margin-bottom: 30px;
}
.blog-single .pagination,
.contact-us-area.home-1 .inner-content h3,
.mt50,
.xs-mt50 {
  margin-top: 50px;
}
.event-schedule-area-two .primary-btn,
.generel-information-area .inner-content .primary-btn,
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mtb50,
.ocm-margin {
  margin: 50px 0;
}
.blog-single .left-sidebar .sidebar-widget .sidebar-title,
.conference-synopsis-area .inner-content .section-title,
.home-4 .contact-box .inner-content input,
.mb50,
.sessions-list,
.total-pay h3 {
  margin-bottom: 20px;
}
.mt30,
.speakers-single-area .inner-content .social-icon {
  margin-top: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80,
.our-sponsers-area .single-sponsers {
  margin-bottom: 80px;
}
.mtb100 {
  margin: 100px 0;
}
.ptb60 {
  padding: 60px 0;
}
.mt100 {
  margin: 100px 0 0;
}
.padtb {
  padding: 60px 0 100px;
}
.pad80 {
  padding: 80px 0;
}
.pad100 {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.pad-b100 {
  padding: 0 0 100px;
}
.header .navbar,
.no-pad,
.pad-head {
  padding: 0;
}
.ptb50 {
  padding: 50px 0;
}
.ptb {
  padding: 30px 0;
}
.pad-tb {
  padding: 350px 0;
}
.pad-top100 {
  padding-top: 100px;
}
.bg-color {
  background: #f4f5fd;
}
.bg-color-brand,
.nav-bar,
.our-blog-area .owl-theme .owl-nav div:hover,
.our-sponsers-area-tow .sponsers-active .owl-nav div:hover,
.whos-speaking-area .speakers:hover .spk-info {
  background: #03a84e;
}
.parallax,
.parallax-2 {
  background-attachment: fixed;
}
.parallax-2 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.no-attm {
  background-attachment: scroll;
}
.bg-pricing {
  background: url(../img/bg/1.png) top center/contain no-repeat #383838;
}
.bg-footer {
  background: #faf9f9;
}
.animation {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDownIn {
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes slideDownIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}
@-webkit-keyframes slideUpIn {
  0% {
    left: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes slideUpIn {
  0% {
    left: 0;
  }
  100% {
    top: 100%;
  }
}
.slideUpIn {
  -webkit-animation-name: slideUpIn;
  animation-name: slideUpIn;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .navbar-header {
  margin-top: 18px;
}
.header .navbar-toggler-icon {
  background-color: #03a84e;
  outline: 0;
  padding-top: 5px;
  color: #fff;
}
.header .navbar-toggler {
  margin-right: 0;
  border: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: -75px;
}
.header .brand-logo {
  margin: 15px 0;
}
.header .brand-logo img {
  height: 36px;
}
#speak.whos-speaking-area .speakers .spk-info p,
.about-us-area .about-content .breadcrumb li a,
.base-style-2 ul li.header-ticket a:hover,
.contact-us-area-two .title-text h2,
.error-page .inner-content p,
.header .navbar-nav li.active > a,
.header.white-color .navbar-nav .nav-link,
.header.white-color .navbar-nav .nav-link:hover,
.header.white-color .navbar-nav li.active > a,
.whos-speaking-area .speakers .spk-img ul li a i.fa:hover,
.whos-speaking-area .speakers .spk-info h3:hover,
.whos-speaking-area .speakers .spk-info:hover h3,
.whos-speaking-area .speakers .spk-info:hover p,
.whos-speaking-area .speakers:hover .spk-info h3,
.whos-speaking-area .speakers:hover .spk-info p,
.whos-speaking-area h3,
.whos-speaking-area-two .speakers .name a:hover,
.whos-speaking-area-two .speakers .social-icons li a,
.whos-speaking-area-two .title-text h2 {
  color: #fff;
}
.header.white-color .navbar-nav li.active > a:before {
  position: absolute;
  left: -9px;
  top: 50px;
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
}
.header.white-color ul li.header-ticket a {
  color: #fff;
  border: 2px solid #fff;
}
.header .navbar-nav li.active > a:before {
  position: absolute;
  left: -9px;
  top: 25px;
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
}
  .header .navbar-nav .nav-link {
      font-size: 12px;
      line-height: 16px;
  }
.header .navbar-nav .nav-link {
  line-height: 66px;
  font-size: 14px;
  color: #000000;
  font-weight: 500 !important;
  padding: 0 0 0 12px;
  position: relative;
}
.base-style-2 .navbar-nav li.active > a,
.blog-single .content-side .inner-box .lower-box .post-info ul li a,
.conference-area .read-more-btn a:hover,
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .organizers
  a:hover,
.event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a:hover,
.event-schedule-area-two ul.custom-tab li a.active,
.feature-area .feature-box .sinlge-feature:hover .feature-content a h3,
.footer-list-links li a:hover,
.header .navbar-nav .nav-link:hover,
.our-blog-area .single-blog .blog-content .date ul li span i.fa:hover,
.our-blog-area .single-blog .blog-content a h3:hover,
.sessions-list h4,
.speakers-single-area .inner-content .social-icon ul li a i.fa:hover,
ul.custom-tab li a.active {
  color: #03a84e;
}
.header .navbar-nav .dropdown-menu {
  width: 210px;
  background: #03a84e;
  padding: 10px 15px;
  border-radius: 0;
  margin: 0;
  border: none;
}
.header .navbar-nav .dropdown-menu li a {
  display: block;
  padding: 8px 5px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.header .navbar-nav .dropdown-menu li a:hover {
  background-color: #fff;
  color: #03a84e;
}
.header ul li.header-ticket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 31px;
}
.hero-banner-area .banner-content,
.hero-banner-area1.home-2 .banner-content {
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: 100vh;
}
.header ul li.header-ticket a {
  padding: 15px 30px !important;
  line-height: 0 !important;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 28px;
  transition: 0.4s;
  background: #fff;
}
.header ul li.header-ticket a:hover {
  background: #7307be;
  border-color: #7307be;
}
.base-style-2.no-p,
.header.home-5 {
  position: inherit;
}
.base-style-2 .navbar-nav li.active > a:before,
.conference-area .conference-active .owl-dots .owl-dot.active span,
.contact-us-area-two .title-text h2:before,
.event-schedule-area-two .tab-content .table tbody {
  background: #fff;
}
.base-style-2 ul li.header-ticket a {
  background: 0 0;
  color: #03a84e;
  border: 2px solid #03a84e;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hero-banner-area .banner-content {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -ms-flex-align: left;
}
.hero-banner-area .banner-content h1,
.hero-banner-area .banner-content h2,
.hero-banner-area .banner-content h3,
.hero-banner-area .banner-content h4,
.hero-banner-area .banner-content h5,
.hero-banner-area .banner-content h6 {
  font-weight: 300;
  font-size: 64px;
  color: #fff;
  line-height: 64px;
  text-transform: capitalize;
}
.hero-banner-area .banner-content h2 {
  font-size: 64px;
  line-height: 1.8em;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.hero-banner-area .banner-content p {
  color: #fff;
  font-size: 19px;
  display: inline-block;
  line-height: 40px;
  margin-bottom: 30px;
}
.hero-banner-area,
.home-4 {
  height: 100vh;
}
.hero-banner-area1.home-2 .upcoming {
  margin-bottom: 0;
  text-align: center;
}
.hero-banner-area1.home-2 .upcoming div {
  width: 310px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.hero-banner-area1.home-2 .upcoming div .cdown {
  width: 25%;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.hero-banner-area1.home-2 .upcoming div .cdown p {
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 12px;
}
.hero-banner-area1.home-2 .upcoming div span:nth-child(2n),
.hero-banner-area1.home-2 .upcoming div span:nth-child(2n) p {
  color: #000;
}
.hero-banner-area1.home-2 .banner-content {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-banner-area1.home-2 .banner-content h3 {
  font-size: 50px;
  color: #252525;
  font-weight: 700;
  line-height: 2em;
}
.home-4 .banner-content {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  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;
  -webkit-box-align: left;
  -ms-flex-align: left;
  height: 100vh;
}
.home-4 .banner-content h1,
.home-4 .banner-content h2,
.home-4 .banner-content h3,
.home-4 .banner-content h4,
.home-4 .banner-content h5,
.home-4 .banner-content h6 {
  color: #252525;
  font-weight: 600;
}
.home-4 .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.home-4 .contact-box .inner-content {
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  background: #fff;
  -ms-flex-item-align: center;
  align-self: center;
}
.conference-area .conference-content,
.event-schedule-area .tab-area .nav {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.home-4 .contact-box .inner-content h3 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.home-4 .contact-box .inner-content input.form-control {
  background-color: transparent;
  border: 1px solid #dee2e6;
  color: #707070;
  padding: 10px 0 10px 20px;
}
.contact-us-area .inner-contact button.btn-primary:focus,
.contact-us-area .inner-contact form .form-control:focus,
.contact-us-area-two .inner-box form input.form-control:focus,
.contact-us-area-two .inner-box form textarea.form-control:focus,
.home-4 .contact-box .inner-content input.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #03a84e;
}
.home-4 .contact-box .inner-content button,
.our-blog-area .single-blog .blog-content p {
  margin-top: 10px;
}
.home-4 .contact-box .inner-content button.btn-primary {
  background-color: #03a84e;
  border: 0;
  padding: 15px 25px;
  display: inline-block;
  font-size: 15px;
  border-radius: 28px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact-us-area-two .inner-box button.btn-primary:focus,
.home-4 .contact-box .inner-content button.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.conference-synopsis-area .bg-left-2 {
  background-image: url(../img/mockup/vector-2.png);
  width: 40%;
  height: 100%;
  left: 65px;
  top: 106px;
}
.conference-synopsis-area .inner-content p,
.feature-area .feature-box .sinlge-feature .feature-content p,
.motivational-concepts-area .testimonial-wrapper .test-content p,
.pricing-tables-area .pricing-box .pricing-content ul li:last-child,
.reg-table label {
  margin-bottom: 0;
}
.blog-single .left-sidebar .sidebar-widget,
.event-schedule-area .section-title .title-text {
  margin-bottom: 50px;
}
.event-schedule-area .tab-area .nav-tabs {
  border-bottom: inherit;
}
.event-schedule-area .tab-area .nav {
  border-bottom: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.event-schedule-area .tab-area .nav-item {
  margin-bottom: 75px;
}
.event-schedule-area .tab-area .nav-item .nav-link {
  text-align: center;
  font-size: 22px;
  color: #333;
  font-weight: 600;
  border-radius: inherit;
  border: inherit;
  padding: 0;
  text-transform: capitalize !important;
}
.event-schedule-area .tab-area .nav-item .nav-link.active {
  color: #03a84e;
  background-color: transparent;
}
.event-schedule-area .tab-area .tab-content .table {
  margin-bottom: 0;
  width: 80%;
}
.event-schedule-area .tab-area .tab-content .table thead td,
.event-schedule-area .tab-area .tab-content .table thead th {
  border-bottom-width: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #252525;
}
.event-schedule-area .tab-area .tab-content .table td,
.event-schedule-area .tab-area .tab-content .table th {
  border: 1px solid #b7b7b7;
  padding-left: 30px;
}
.event-schedule-area .tab-area .tab-content .table tbody td .heading,
.event-schedule-area .tab-area .tab-content .table tbody th .heading {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #252525;
  margin-bottom: 6px;
}
.event-schedule-area .tab-area .tab-content .table tbody td span,
.event-schedule-area .tab-area .tab-content .table tbody th span {
  color: #03a84e;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}
.event-schedule-area .tab-area .tab-content .table tbody td span.date,
.event-schedule-area .tab-area .tab-content .table tbody th span.date {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
.event-schedule-area .tab-area .tab-content .table tbody th p {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.event-schedule-area-two .section-title .title-text h2 {
  margin: 0 0 15px;
}
.event-schedule-area-two ul.custom-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}
.event-schedule-area-two ul.custom-tab li,
ul.custom-tab li {
  margin-right: 70px;
  position: relative;
}
.event-schedule-area-two ul.custom-tab li a {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 35px 0;
  position: relative;
}
#player,
.event-schedule-area-two ul.custom-tab li a:hover:before,
.sess-abt-height li,
.speakers-img img {
  width: 100%;
}
.event-schedule-area-two ul.custom-tab li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #03a84e;
  width: 0;
  height: 2px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.event-schedule-area-two .tab-content .table {
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.event-schedule-area-two .tab-content .table thead {
  background-color: #007bff;
  color: #fff;
  font-size: 20px;
}
.event-schedule-area-two .tab-content .table thead tr th {
  padding: 20px;
  border: 0;
}
.event-schedule-area-two .tab-content .table tbody tr.inner-box,
.whos-speaking-area.speakers {
  border-bottom: 1px solid #dee2e6;
}
.event-schedule-area-two .tab-content .table tbody tr th {
  border: 0;
  padding: 30px 20px;
  vertical-align: middle;
}
.event-schedule-area-two .tab-content .table tbody tr th .event-date {
  color: #252525;
  text-align: center;
}
.event-schedule-area-two .tab-content .table tbody tr th .event-date span {
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
.event-schedule-area-two .tab-content .table tbody tr td {
  padding: 30px 20px;
  vertical-align: middle;
}
.event-schedule-area-two .tab-content .table tbody tr td .event-wrap h3 a {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .categories,
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .organizers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 10px 0;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .categories
  a {
  color: #252525;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .categories
  a:before {
  content: "\f07b";
  font-family: fontawesome;
  padding-right: 5px;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .organizers
  a {
  color: #03a84e;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.event-schedule-area-two
  .tab-content
  .table
  tbody
  tr
  td
  .event-wrap
  .organizers
  a:before {
  content: "\f007";
  font-family: fontawesome;
  padding-right: 5px;
}
.event-schedule-area-two .tab-content .table tbody tr td .primary-btn,
.pricing-tables-area.event-schedule .pricing-header .pricing-value {
  margin-top: 0;
  text-align: center;
}
.event-schedule-area-two .tab-content .table tbody tr td .event-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.whos-speaking-area .speakers {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  text-align: center;
  border-top: 5px solid #03a84e;
  box-shadow: 0 0 10px #cbcbcb;
}
.whos-speaking-area .speakers:hover {
  border: 1px solid #03a84e;
  background: #03a84e;
}
.whos-speaking-area .speakers .spk-img img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: -50px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #aeaeae;
}
.whos-speaking-area .speakers .spk-img ul {
  position: absolute;
  display: inline-block;
  top: 35%;
  left: 40%;
  width: 100px;
  line-height: 3;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.whos-speaking-area .speakers .spk-img ul:before {
  position: absolute;
  content: "";
  height: 110px;
  width: 110px;
  background: 0 0;
  top: -15%;
  left: -15px;
  border: 1px solid #fff;
  -webkit-transform: rotate(44deg) scale(1.4);
  -ms-transform: rotate(44deg) scale(1.4);
  transform: rotate(44deg) scale(1.4);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.feature-box h4,
.whos-speaking-area .speakers .moreinfo-btn .reg-btn:hover,
.whos-speaking-area .speakers:hover .moreinfo-btn a {
  background: linear-gradient(158deg, #014202 8%, #0b770d 86.9%);
}
.whos-speaking-area .speakers .spk-img ul li {
  display: inline-block;
  margin: 0 5px;
  -webkit-transform: perspective(50px) rotatey(80deg);
  transform: perspective(50px) rotatey(80deg);
  -webkit-transition: 0.5s 0.2s;
  -o-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.whos-speaking-area .speakers .spk-img ul li a i.fa {
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 28px;
  color: #fff;
  height: 28px;
  line-height: 21px;
  text-align: center;
}
.whos-speaking-area .speakers .spk-img ul li:first-child {
  -webkit-transform: translate3d(-53px, -50px, 0);
  transform: translate3d(-53px, -50px, 0);
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(2) {
  -webkit-transform: translate3d(53px, -50px, 0);
  transform: translate3d(53px, -50px, 0);
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(3) {
  -webkit-transform: translate3d(-53px, 50px, 0);
  transform: translate3d(-53px, 50px, 0);
}
.whos-speaking-area .speakers .spk-img ul li:nth-child(4) {
  -webkit-transform: translate3d(53px, 50px, 0);
  transform: translate3d(53px, 50px, 0);
}
.whos-speaking-area .speakers .spk-img:hover ul {
  left: 35%;
  opacity: 1;
  z-index: 9;
}
.whos-speaking-area .speakers .spk-img:hover ul:before {
  opacity: 1;
  -webkit-transform: rotate(44deg) scale(1);
  -ms-transform: rotate(44deg) scale(1);
  transform: rotate(44deg) scale(1);
}
.whos-speaking-area .speakers .spk-img:hover ul li:first-child,
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(2),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(3),
.whos-speaking-area .speakers .spk-img:hover ul li:nth-child(4),
.whos-speaking-area-two .speakers:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.whos-speaking-area .speakers .spk-info {
  text-align: center;
  padding: 10px 6px 38px;
}
.whos-speaking-area .speakers .spk-info h3 {
  color: #03a84e;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-transform: capitalize;
}
.whos-speaking-area .speakers .spk-info p {
  font-size: 12px;
  margin-bottom: 0;
  color: #656565;
}
.whos-speaking-area-two .speakers {
  position: relative;
  overflow: hidden;
}
.whos-speaking-area-two .speakers img {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.whos-speaking-area-two .speakers .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(91, 69, 213, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.whos-speaking-area-two .speakers .name a {
  position: absolute;
  bottom: -20%;
  left: 10%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.whos-speaking-area-two .speakers:hover .name a {
  bottom: 10%;
}
.whos-speaking-area-two .speakers .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 23%;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.whos-speaking-area-two .speakers .social-icons li {
  margin-right: 10px;
}
.whos-speaking-area-two .speakers:hover .social-icons {
  left: 27px;
}
.pricing-tables-area .pricing-bg {
  position: relative;
  height: 130px;
  width: 100%;
  background: #03a84e;
}
.pricing-tables-area .pricing-bg:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border: 1px solid #fff;
  z-index: 99;
  position: relative;
}
.pricing-tables-area .pricing-box {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}
.pricing-tables-area .pricing-box:hover {
  box-shadow:
    rgba(0, 0, 0, 0.4) 0 2px 4px,
    rgba(0, 0, 0, 0.3) 0 7px 13px -3px,
    rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  border: 1px solid #49a4bc;
  z-index: 99;
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.pricing-tables-area .pricing-box .pricing-header {
  margin-top: 20px;
}
.sponsor-img img:hover {
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.1);
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.pricing-tables-area .pricing-box .pricing-header .pricing-value {
  font-size: 24px;
  line-height: 26px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}
.pricing-tables-area .pricing-box .pricing-header .pricing-value span {
  font-size: 30px;
  font-weight: 500;
}
.pricing-tables-area .pricing-box .pricing-header .price-value {
  color: #03a84e;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}
.pricing-tables-area
  .pricing-box
  .pricing-header
  .price-value
  .amount
  .currency {
  font-size: 20px;
}
.pricing-tables-area .pricing-box .pricing-header .price-value .month {
  font-size: 20px;
  text-transform: capitalize;
}
.pricing-tables-area .pricing-box .pricing-title {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin: 30px 0 10px;
  text-transform: capitalize;
}
.pricing-tables-area .pricing-box .pricing-content ul li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.pricing-tables-area .pricing-box .pricing-content ul li:after {
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: FontAwesome;
  color: #73bf45;
  position: absolute;
}
.pricing-tables-area .pricing-box .bordered-btn {
  margin-top: 30px;
  text-align: center;
  position: absolute;
  bottom: -15px;
  width: calc(100% - 50px);
}
.conference-area .conference-active .owl-theme.owl-nav,
.generel-information-area .inner-content,
.our-blog-area .owl-theme .owl-nav,
.pricing-tables-area.event-schedule .pricing-header {
  margin-top: 0;
}
.pricing-tables-area.event-schedule .pricing-header .pricing-value h3 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}
.pricing-tables-area.event-schedule .pricing-header .pricing-value p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.pricing-tables-area.event-schedule .pricing-content {
  margin-top: 30%;
}
.pricing-tables-area.event-schedule .pricing-content span.time {
  color: #03a84e;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.pricing-tables-area.event-schedule .pricing-content span {
  color: #03a84e;
  font-size: 18px;
  font-weight: 500;
}
.our-sponsers-area .section-title p {
  margin: 25px 0 60px;
}
.our-sponsers-area .single-sponsers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-sponsers-area .single-sponsers ul li {
  margin-right: 100px;
}
.generel-information-area .inner-content p,
.our-sponsers-area-tow .title-text p {
  margin: 20px 0 0;
}
.our-sponsers-area-tow .single-sponsers {
  margin-bottom: 30px;
  text-align: center;
}
.our-sponsers-area-tow .sponsers-active .owl-nav div {
  position: absolute;
  top: 28%;
  left: -4%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.our-sponsers-area-tow .sponsers-active .owl-nav div.owl-next {
  left: auto;
  right: -4%;
}
.our-blog-area .section-title p {
  margin-bottom: 0;
  color: #fff;
}
.our-blog-area .inner-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.our-blog-area.no-s .single-blog {
  border: 1px solid #dee2e6;
  text-align: center;
  background: #f5f5f5;
  padding-top: 20px;
}
.our-blog-area.no-s .single-blog:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dee2e6;
}
.our-blog-area .single-blog {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.our-blog-area .single-blog:hover {
  -webkit-box-shadow: 0 0 6px 5px #ddd;
  box-shadow: 0 0 6px 5px #ddd;
  border: 1px solid #dee2e6;
  position: relative;
  z-index: 999;
}
.our-blog-area .single-blog .blog-img img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: inherit;
  height: 200px;
  display: inline-block;
}
.our-blog-area .single-blog .blog-content {
  padding: 20px;
  background: #f5f5f5;
}
.our-blog-area .single-blog .blog-content a h3 {
  color: #252525;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.location-div,
.our-blog-area .single-blog .blog-content .date {
  margin-top: 25px;
}
.our-blog-area .single-blog .blog-content .date ul li,
.theme-content,
.total-pay h3 span,
ul.custom-tab li a span {
  font-size: 14px;
}
.our-blog-area .single-blog .blog-content .date ul li span {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.our-blog-area .owl-theme .owl-nav div {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 28px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  left: -53%;
  top: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.our-blog-area .owl-theme .owl-nav .owl-next {
  right: auto;
  left: -46%;
}
.contact-us-area.about .icon-box,
.contact-us-area.home-1 .icon-box {
  display: flow-root;
}
.contact-us-area.about .icon-box .inner-content h3 {
  margin: 50px 0 30px;
}
.contact-us-area.about .icon-box .inner-content p {
  margin-bottom: 0 !important;
}
.contact-us-area.home-1 .icon-box .box-icons {
  margin-right: 0;
}
.contact-us-area .section-title {
  margin-top: -10px;
}
.contact-us-area .icon-box,
.footer-area .f-content .inner-content,
.generel-information-area .generel-icons ul,
.speakers-single-area .inner-content .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-us-area .icon-box .box-icons {
  margin-right: 20px;
  width: 10px;
  line-height: 30px;
}
.contact-us-area .icon-box .inner-content h3 {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.contact-us-area .icon-box .box-icons i {
  color: #333;
  font-size: 18px;
}
.contact-us-area .icon-box .inner-content p {
  margin-bottom: 0;
  color: #333;
}
.contact-us-area .inner-contact form .form-control {
  padding: 0 15px 5px;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
.contact-us-area .inner-contact textarea {
  resize: none;
}
.contact-us-area .inner-contact textarea.form-control {
  padding: 0 15px;
}
.contact-us-area .inner-contact button {
  margin-top: 80px;
}
.contact-us-area .inner-contact button.btn-primary {
  border: none;
  padding: 15px 25px;
  border-radius: 28px;
  background: #03a84e;
  color: #fff;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact-us-area .inner-contact button.btn-primary:hover {
  background: #fff;
  color: #fff;
}
.contact-us-area-two .inner-box {
  background: #fff;
  padding: 40px 0 0;
  min-height: 470px;
}
.contact-us-area-two .inner-box form input.form-control {
  padding: 0 30px 5px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.contact-us-area-two .inner-box form textarea.form-control {
  background-color: transparent;
  padding: 0 30px 5px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}
.contact-us-area-two .inner-box button {
  margin-top: 35px;
}
.contact-us-area-two .inner-box button.btn-primary {
  border: none;
  padding: 15px 25px;
  border-radius: 50px;
  background: #03a84e;
  color: #fff;
  cursor: pointer;
  outline: 0;
  margin-left: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact-us-area-two .inner-box button.btn-primary:hover {
  background: #7307be;
  color: #fff;
}
.contact-us-area-two .inner-box button.btn-primary:active {
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.contact-area .title-text {
  margin-bottom: 40px;
}
.contact-area .contact-form .form-group {
  margin-bottom: 15px;
}
.contact-area .contact-form input.form-control,
.contact-area .contact-form select {
  border: 1px solid #dee2e6;
  min-height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  outline: 0;
  font-size: 12px;
}
.contact-area .contact-form input.form-control:focus,
.contact-area .contact-form textarea:focus,
.contact-area .contact-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #03a84e;
}
.contact-area .contact-form textarea {
  border: 1px solid #dee2e6;
  padding-left: 10px;
  border-radius: 4px;
  outline: 0;
}
.form-control {
  font-size: 12px;
  min-height: 40px;
}
.contact-area .contact-form .btn-2 {
  margin-top: 10px;
  text-align: center;
}
.contact-area .contact-form .btn-2 button.btn-primary {
  border: none;
  padding: 9px 24px;
  border-radius: 50px;
  background: #03a84e;
  color: #fff;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.accordion .card,
.contact-area .title {
  margin-bottom: 10px;
}
.contact-area .title h2 {
  color: #333;
  font-size: 18px;
  line-height: 25px;
}
.contact-area .inner-box .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.contact-area .inner-box .inner-content i.fa {
  color: #03a84e;
  font-size: 25px;
  margin-right: 15px;
}
.contact-area hr {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.contact-area .inner-box p {
  margin-bottom: 8px;
}
.feature-area .feature-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  text-align: center;
}
.feature-box img {
  width: 36px;
  margin-right: 7px;
}
.feature-area .feature-box .sinlge-feature .feature-icon img {
  height: 80px;
  width: 80px;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.feature-area .feature-box .sinlge-feature .feature-content a h3 {
  color: #252525;
  font-size: 25px;
  line-height: 25px;
  margin: 40px 0 20px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .am {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.footer-area .f-content .inner-content .f-icon i.fa,
.top-bar-area li .icon i {
  font-size: 30px;
  color: #03a84e;
  margin-right: 15px;
}
.footer-area .f-content .inner-content span {
  font-size: 15px;
  color: #fff;
}
.footer-area .f-content p {
  margin: 0;
  color: #333;
}
.banner-con-area .container,
.con-bg,
.conference-area,
.conference-synopsis-area,
.contact-us-area,
.footer-area .f-content .sub-btn,
.generel-information-area,
.our-blog-area,
.our-sponsers-area-tow,
.owl-carousel .owl-item img,
.positio-rel,
.pricing-tables-area,
.product-area .single-product .cart-box,
.speakers-single-area,
.welcome-text,
.whos-speaking-area {
  position: relative;
}
.footer-area .f-content .sub-btn input {
  width: 83%;
  padding: 15px 25px;
  border-radius: 28px;
  border: 1px solid #dee2e6;
  outline: 0;
}
.footer-area .f-content .sub-btn input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer-area .f-content .sub-btn button {
  background: #03a84e;
  border: 1px solid #03a84e;
  outline: 0;
  padding: 15px 25px;
  border-radius: 28px;
  display: inline-block;
  position: absolute;
  top: 0;
  color: #fff;
  cursor: pointer;
  right: 16%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .f-content .sub-btn button:hover {
  background: #7307be;
  color: #fff;
  border-color: #7307be;
}
.footer-area .f-content .f-social {
  margin-top: 10px;
  margin-bottom: 15px;
}
.footer-area .f-content .f-social ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.footer-area .f-content .f-social ul li a i.fa {
  font-size: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fa-facebook-square {
  color: #3b5998;
}
.contact-info a,
.fa-twitter-square {
  color: #00a0d1;
}
.fa-linkedin-square {
  color: #0177b5;
}
.fa-youtube-square {
  color: #d82828;
}
.fa-pinterest-square {
  color: #bd2125;
}
.counter-up-area .single-counter .count-content span {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 65px;
}
.counter-up-area .single-counter .count-content span:before {
  position: absolute;
  left: 0;
  top: 27px;
  content: "";
  height: 3px;
  width: 35px;
  background: #fff;
}
.counter-up-area .single-counter .count-content p {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.generel-information-area .bg-left {
  background-image: url(../img/mockup/vector.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 48%;
  height: 80%;
  left: 0;
  top: 7%;
  bottom: 0;
  position: absolute;
}
.generel-information-area .generel-icons ul li {
  margin-right: 50px;
}
.generel-information-area .generel-icons ul li img {
  width: 55px;
}
.generel-information-area .inner-content h2 {
  color: #252525;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.conference-area .conference-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
}
.conference-area .conference-content h1,
.conference-area .conference-content h2,
.conference-area .conference-content h3,
.conference-area .conference-content h4,
.conference-area .conference-content h5,
.conference-area .conference-content h6 {
  color: #252525;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}
.conference-area .conference-content.ct-1 h1,
.conference-area .conference-content.ct-1 h2,
.conference-area .conference-content.ct-1 h3,
.conference-area .conference-content.ct-1 h4,
.conference-area .conference-content.ct-1 h5,
.conference-area .conference-content.ct-1 h6,
.conference-area .conference-content.ct-2 h1,
.conference-area .conference-content.ct-2 h2,
.conference-area .conference-content.ct-2 h3,
.conference-area .conference-content.ct-2 h4,
.conference-area .conference-content.ct-2 h5,
.conference-area .conference-content.ct-2 h6 {
  position: relative;
  margin-bottom: 20px;
}
.conference-area .inner-content {
  padding: 0 50px 0 90px;
  margin-top: 20px;
}
.conference-area .generel-icons {
  padding: 51px 0 0 90px;
}
.conference-area .primary-btn {
  margin-top: 20px !important;
}
.conference-area .read-more-btn a {
  color: #252525;
  font-size: 15px;
}
.conference-area .conference-active .owl-dots {
  position: absolute;
  right: 10px;
  top: 48%;
}
.conference-area .conference-active .owl-dots .owl-dot {
  display: block;
}
.conference-area .conference-active .owl-dots .owl-dot span {
  background: 0 0;
  border: 1px solid #fff;
}
.about-us-area .about-content .section-title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-us-area .about-content .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
}
.about-us-area .about-content .breadcrumb li {
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
}
.about p {
  margin-bottom: 20px !important;
}
.motivational-concepts-area .testimonial-wrapper {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 10px 2px #ddd;
  box-shadow: 0 0 10px 2px #ddd;
}
.card.sj,
.carousel .quote {
  box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.motivational-concepts-area .testimonial-wrapper:after {
  position: absolute;
  right: 33%;
  top: 24%;
  color: #03a84e;
  font-size: 50px;
  content: "\f10e";
  font-family: fontawesome;
}
.motivational-concepts-area .testimonial-wrapper .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.motivational-concepts-area .testimonial-wrapper .inner-content .test-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.motivational-concepts-area .testimonial-wrapper .inner-content .test-client {
  margin-left: 30px;
  margin-top: 10px;
}
.motivational-concepts-area
  .testimonial-wrapper
  .inner-content
  .test-client
  strong {
  font-size: 16px;
  color: #252525;
  display: block;
}
.error-page .inner-content {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.error-page .inner-content h1,
.error-page .inner-content h2,
.error-page .inner-content h3,
.error-page .inner-content h4,
.error-page .inner-content h5,
.error-page .inner-content h6 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}
.error-page .inner-content h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 20px 0 10px;
}
.error-page .inner-content a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.whos-speaking-area-two.speakers .title-text p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 500;
}
.speakers-single-area .inner-content h1,
.speakers-single-area .inner-content h2,
.speakers-single-area .inner-content h3,
.speakers-single-area .inner-content h4,
.speakers-single-area .inner-content h5,
.speakers-single-area .inner-content h6 {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}
.speakers-single-area .inner-content span {
  color: #828282;
  font-size: 14px;
  margin: 0;
  display: inline-block;
}
.banner-info,
.product-area .cart-dtl h4 {
  display: -webkit-box;
  display: -ms-flexbox;
}
.speakers-single-area .inner-content .social-icon ul li {
  margin-right: 25px;
}
.speakers-single-area .inner-content .social-icon ul li a i.fa {
  color: #656565;
  font-size: 30px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.blog-single .our-blog-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.blog-single .left-sidebar .sidebar-widget.price-slide input {
  border: 0;
  color: #656565;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.blog-single .left-sidebar .sidebar-widget .search-box input {
  position: relative;
  border: none;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}
.blog-single .left-sidebar .sidebar-widget .search-box button {
  background: 0 0;
  border: none;
  position: absolute;
  top: 0;
  color: #656565;
  right: 10%;
  cursor: pointer;
  outline: 0;
}
.blog-single .left-sidebar .sidebar-widget .sidebar-title h4 {
  color: #252525;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.blog-single .left-sidebar .sidebar-widget .inner-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.blog-single .left-sidebar .sidebar-widget .single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.blog-single .left-sidebar .sidebar-widget .single-post .post-thumb img {
  width: 100px;
  height: 100px;
}
.blog-single .left-sidebar .sidebar-widget .single-post .post-content {
  margin-left: 30px;
}
.blog-single .left-sidebar .sidebar-widget .single-post .post-content p {
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
}
.blog-single .content-side .inner-box .lower-box .post-info ul,
.blog-single .left-sidebar .sidebar-widget .popular-tag ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-single .left-sidebar .sidebar-widget .popular-tag ul li a {
  color: #656565;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  margin: 0 9px 12px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #dee2e6;
}
.blog-single .left-sidebar .sidebar-widget .popular-tag ul li a:hover,
.blog-single .pagination ul li a:hover,
.modal-header.home-alert,
.product-area .single-product .cart-box:hover .cart-element a:hover {
  background: #03a84e;
  color: #fff;
}
.blog-single .content-side .inner-box {
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
.blog-single .content-side .inner-box .image img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.blog-single .content-side .inner-box .lower-box {
  padding: 40px 30px;
}
.blog-single .content-side .inner-box .lower-box .date {
  margin: 0 0 10px;
}
.blog-single .content-side .inner-box .lower-box h2 {
  color: #252525;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-single .content-side .inner-box .lower-box .post-info {
  margin-bottom: 5px;
}
.blog-single .content-side .inner-box .lower-box .post-info ul li {
  margin: 0 5px;
}
.blog-single .pagination ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
.blog-single .pagination ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #656565;
  padding: 10px 20px;
  text-align: center;
  min-height: 50px;
  background: #f2f2f2;
}
.primary-btn.shop .btn-primary {
  padding: 0 30px;
  line-height: 40px;
  margin-top: 30px;
}
.product-area .single-product {
  position: relative;
  display: block;
}
.product-area .single-product .cart-box .cart-img a {
  width: 100%;
  display: block;
}
.product-area .single-product .cart-box .cart-element {
  position: absolute;
  bottom: 15%;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.product-area .single-product .cart-box .cart-element a {
  background: #fff;
  padding: 6px 17px;
  border-radius: 20px;
  font-size: 12px;
  color: #252525;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-area .single-product .cart-box .cart-element i {
  color: #fff;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product-area .single-product .cart-box:hover .cart-element a {
  margin-right: 5px;
}
.product-area .single-product .cart-box:hover .cart-element i {
  margin-left: 5px;
}
.product-area .cart-dtl {
  padding: 10px 30px;
  margin-top: 10px;
}
.product-area .cart-dtl h4 {
  font-size: 15px;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
}
.product-area .cart-dtl .add-cart {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 14px;
}
.product-area .cart-dtl .add-cart a {
  color: #656565;
  font-size: 15px;
  text-transform: capitalize;
}
.shop .search-box input {
  height: 50px;
  min-height: 20px;
  border-radius: 50px;
  padding-left: 15px;
  border: 1px solid #dee2e6 !important;
}
.shop button {
  top: 10px !important;
}
.welcome-content {
  max-height: 465px;
  padding-right: 15px;
  overflow: auto;
  color: #333;
  line-height: 24px;
}
.sessions-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 10px;
  width: 33%;
}
.sessions-list li a {
  color: #555;
  border: 1px solid #eee;
  background: #fff;
  padding: 8px 34px;
  display: block;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
  border-radius: 10px;
}
.sessions-list li a:hover {
  background-image: linear-gradient(
    to right,
    #057c3a 0,
    #09e26b 51%,
    #057c3a 100%
  );
  color: #fff;
}
.sessions-list li a:after {
  left: 17px;
  top: 7px;
  content: "\f101";
  font-family: FontAwesome;
  color: #555;
  position: absolute;
}
.sessions-area {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  background-color: #f1f2f8;
}
.banner-info,
.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}
.overlay.bg-f1f2f8 {
  background-color: #f1f2f8;
  opacity: 0.5;
}
.footer-list-links li {
  display: inline-block;
  margin: 0 0 0 14px;
  list-style: none;
}
.footer-list-links li a {
  color: #444;
  font-size: 13px;
}
.header-opacity {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.banner-info {
  z-index: 99;
  text-align: center;
  -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;
  padding: 0 40px;
}
.reg-btn,
.sub-btn {
  box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
}
.banner-con-area {
  width: 100%;
  height: 300px;
  background-size: cover;
  position: relative;
}
.banner-info h1 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 38px;
}
.banner-info p {
  font-size: 16px;
  text-align: center;
  color: #65a5e6;
}
.banner-info h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
  margin: 10px 0;
}
.upcoming > span {
  color: #fff;
  font-size: 16px;
}
.reg-btn {
  background-image: linear-gradient(73.1deg, #0c6b37 8%, #03a84e 86.9%);
  margin-left: 3px;
  color: #fff;
  border-radius: 28px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  animation: 1s linear infinite blink;
}
.reg-btn:hover,
.sub-btn:hover,
.whos-speaking-area .moreinfo-btn .reg-btn:hover {
  color: #fff;
  border: 1px solid #16426f;
  background: #16426f;
}
.sub-btn {
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    #cd212a 0,
    #ec5f05 90%
  );
  color: #fff;
  border-radius: 28px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 3px;
}
.top-bar-area li .icon,
.top-bar-area li .info {
  display: table-cell;
  vertical-align: middle;
}
.confirmation-page .btn-2,
.feature-box .crl,
.footer-bottom .copyright,
.radiobutton-div,
.session-number,
.top-bar-area li {
  display: inline-block;
}
.top-bar-area .info li {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.slider-overlay {
  position: relative;
  width: 100%;
  float: left;
}
.slider-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  right: 0;
}
.welcome-text {
  width: 100%;
  height: auto;
}
.feature-box {
  float: left;
  width: 100%;
  text-align: left;
}
.feature-box .crl {
  background: #fbe0e2;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
  padding: 37px 0;
}
.feature-box .crl img {
  width: 45px;
}
.feature-box .crl span {
  position: absolute;
  top: 18px;
  right: -15px;
  background: #03a84e;
  width: 34px;
  padding: 2px 0;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  border: 2px solid #fff;
}
.feature-box h4 {
  color: #fff;
  font-size: 1rem;
  box-shadow:
    rgb(0 0 0 / 10%) 0 4px 6px -1px,
    rgb(0 0 0 / 6%) 0 2px 4px -1px;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.feature-box h4:hover {
  background-image: linear-gradient(73.1deg, #1a321b 8%, #002e07 86.9%);
}
.feature-box .icon {
  float: left;
  font-size: 36px;
  width: 30%;
  text-align: center;
}
.our-sponsers-area-tow p,
.owl-carousel .owl-item img {
  background: #f5f5f5;
}
.bg-about {
  clear: both;
  background-image: linear-gradient(73.1deg, #0c6b37 8%, #03a84e 86.9%);
}
.webcolor {
  color: #03a84e !important;
  font-size: 16px !important;
  margin: 9px 0 !important;
}
.venue-location {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.venue-location figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.venue-location figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tourist_attractions img {
  width: 100%;
  height: 221px;
  overflow: hidden;
}
.tourist_attractions figure {
  margin: 0 !important;
}
.accordion .card-header {
  padding: 6px;
  background: #eee;
  border-bottom: none;
}
.accordion .btn-link {
  font-weight: 400;
  color: #03a84e;
  background-color: transparent;
}
.reg-table .disabled,
.reg-table .disabledrate,
.reg-table .disabledrate:hover {
  cursor: not-allowed;
  color: #717070;
}
.accordion .btn-link.focus,
.accordion .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.accordion .card-body {
  border-top: 1px solid #eee;
}
.session-number {
  width: 30px;
  height: 17px;
  margin-right: 10px;
  background: #03a84e;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.inner-bg {
  background: #fff;
  padding: 0;
}
.confirmation-page h4,
.confirmation-page td,
.inner-content,
.reg-table td,
.total-pay h3,
.total-pay h6,
.total-pay label {
  color: #333;
}
.reg-table td {
  color: #333;
  font-size: 16px;
}
.reg-table th {
  background: #15416e;
  color: #fff;
  border: 1px solid #8aa3bd;
}
.add-bg {
  background: #03a84e !important;
}
.footer-bottom {
  background: #f5f5f5;
  padding: 15px 0;
}
.footer-bottom .copyright {
  margin-top: 0;
}
.footer-bottom .copyright p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #444;
  font-weight: 500;
  margin-top: 0;
}
.tiny-content {
  margin-top: 20px;
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 10px;
}
.tiny-content h6 {
  margin-bottom: 10px;
  color: #333;
}
.footer-logo {
  width: 265px;
}
.f-content h4 {
  color: #03a84e;
  font-size: 16px;
}
.myfloat {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #03a84e;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 11px;
  font-size: 40px;
}
.contact-info a[href^="mailto"]:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: #00a0d1;
  padding-right: 0.5em;
}
.venue-location-map iframe {
  width: 100%;
  height: 300px;
}
.confirmation-page h4 {
  margin-bottom: 15px;
  line-height: 36px !important;
}
.accordion,
.panel p {
  line-height: 28px;
  text-align: justify;
}
.contact-area .contact-form .btn-2 button.btn-primary1 {
  background: #ef9ca2;
}
.comments .comment {
  padding: 10px;
  background-color: #fafafa;
}
.border-bottom {
  border: 1px solid #e6e6e6 !important;
  margin-bottom: 10px;
}
.comments .comment .image {
  display: block;
  float: left;
  height: 65px;
  overflow: hidden;
  width: 65px;
}
img.avatar {
  width: 64px;
  height: 64px;
}
.comments .comment .text {
  padding: 0;
  min-height: 80px;
  position: relative;
  margin-left: 86px;
}
.point {
  font-size: 13px;
  background: #15416e;
  color: #fff;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid #15416e;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.comments .comment .text .text_holder {
  display: block;
  margin: 5px 0 10px;
}
.title-link {
  color: #03a84e;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 10px;
  display: block;
}
.comments .comment .text .name {
  display: block;
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 2px;
  font-weight: 300;
  margin-bottom: 10px;
}
.btn-outline-primary {
  color: #03a84e;
  background-color: transparent;
  background-image: none;
  border-color: #03a84e;
  font-size: 12px;
}
.btn-outline-primary:hover {
  background: #03a84e;
  border-color: #03a84e;
}
ul.custom-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #717171;
  margin-bottom: 30px;
}
ul.custom-tab li a {
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
}
.sess-abt-height {
  height: 443px;
  overflow: auto;
}
.sci_sess-abt-height {
  height: 92%;
  overflow: auto;
}
.accordion-main {
  margin-bottom: 10px;
  position: relative;
}
.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: 0;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding: 5px 10px;
}
.accordion-main button:after {
  right: 17px;
  top: 7px;
  content: "\f101";
  font-family: FontAwesome;
  color: #555;
  position: absolute;
}
.accordion-main button:focus {
  outline: dotted 0;
  outline: -webkit-focus-ring-color auto 0;
}
.panel {
  padding: 0 15px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  border: 1px solid #eee;
  transition: max-height 0.2s ease-out;
}
.panel div,
.pb-20 {
  padding-bottom: 20px;
}
.panel p {
  font-size: 14px;
  font-weight: 500;
  color: #565656;
  margin-bottom: 15px;
}
.venue-location-add {
  text-align: left;
  font-size: 14px;
  color: #333 !important;
  margin-bottom: 20px !important;
}
.contact-us-area iframe {
  width: 100%;
  height: 378px;
}
.sponsor .inner-bg {
  background: #faf8f9;
}
.reg-table td:hover {
  background: #eee;
  color: #333;
  cursor: pointer;
}
.reg-table .disabledrate:hover {
  background: 0 0;
}
.confirmation-page td,
.confirmation-page th {
  border-top: none;
}
.confirmation-page tbody tr:nth-of-type(odd) {
  background-color: #eee;
}
.banner-btn {
  position: absolute;
  bottom: 15px;
  z-index: 99;
  left: 38%;
}
.owl-carousel.owl-loaded {
  display: block;
}
img.download-bro1:hover,
img.download-bro:hover {
  transform: scale(1.08);
}
.download-bro1 {
  width: 213px !important;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .button-home-page {
    padding-top: 64px;
  }
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 0 11px;
  background: #192f1c;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  text-align: right;
}
.owl-nav span {
  font-size: 16px;
}
.google-blog-icon {
  width: 27px;
  border-radius: 5px;
  margin-top: 3px;
}
.choosecurrency {
  border: 1px solid #eee;
  padding: 10px 0 0;
  background: #15416e;
}
.choosecurrency h3 {
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
}
.choosecurrency label {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 20px;
}
.home-stamp {
  position: absolute;
  top: 80px;
  left: 50px;
  width: 150px !important;
  opacity: 1;
  z-index: 998;
}
.home-stamp img {
  border-radius: 50%;
}
.moreinfo-btn {
  position: absolute;
  bottom: -18px;
  width: calc(100% - 30px);
}
.whos-speaking-area .speakers .moreinfo-btn .reg-btn:hover {
  color: #fff;
  border: 1px solid #0c145a;
}
.spk-img {
  background: #fff;
  padding-bottom: 15px;
}
.sessions-area .section-title {
  padding-top: 20px;
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  background-image: url(../img/bg-parallax3.png);
}
.bg-position {
  background-position: 50% -156px;
}
.whatsapp {
  visibility: visible !important;
  resize: none !important;
  overflow: visible !important;
  top: auto !important;
  left: 20px !important;
  bottom: 20px !important;
  right: auto !important;
  position: fixed !important;
  min-height: 60px !important;
  min-width: 64px !important;
  max-height: 60px !important;
  max-width: 64px !important;
  width: 64px !important;
  height: 60px !important;
  display: block;
}
.alert-top-msg {
  background-color: #15416e;
  padding: 6px 56px 0 24px;
}
button.close.top-alert {
  padding: 7px 14px;
}
.alert.sticky.fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.venue-name {
  font-weight: 500;
  background-color: #15416eb0 !important;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0 3px 6px,
    rgba(0, 0, 0, 0.23) 0 3px 6px;
  text-align: center;
  color: #fff !important;
  font-size: 16px !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 7px;
}
.carousel .item {
  color: #424242;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  min-height: 240px;
  padding: 0 10px;
}
.carousel .item a {
  color: #eb7245;
}
.carousel .img-box {
  width: 145px;
  height: 145px;
  margin: 0 auto;
  border-radius: 50%;
}
.carousel .img-box img,
.carousel .img-box-testimonial img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 4px solid #03a84e;
}
.carousel .img-box-testimonial {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
}
.carousel-item .quote::before {
  content: "\201C";
  font-family: Arial, sans-serif;
  color: #e2e2e2;
  font-weight: 700;
  font-size: 99px;
  line-height: 54px;
  position: absolute;
  left: 0;
  top: -12px;
}
.carousel .quote {
  background: #f3f3f3;
  border-radius: 20px;
  min-height: 200px;
  font-size: 14px;
  text-overflow: ellipsis;
}
.carousel .overview {
  text-align: left;
  padding-bottom: 5px;
}
.carousel .overview b {
  color: #15416e;
  font-size: 16px;
  padding-bottom: 5px;
}
.carousel .star-rating i {
  font-size: 18px;
  color: #ffdc12;
}
.carousel .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #999;
  text-shadow: none;
  top: 15px;
}
.carousel-control i {
  font-size: 20px;
  margin-right: 2px;
}
a.carousel-control.left {
  left: 15px;
}
a.carousel-control.right {
  right: 15px;
}
.carousel-control.right i {
  margin-right: -2px;
}
.carousel .carousel-indicators {
  bottom: 15px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 1px 5px;
  border-radius: 50%;
}
.carousel-indicators li {
  background: #e2e2e2;
  border-color: transparent;
}
.carousel-indicators li.active {
  border: none;
  background: #888;
}
.card-testimonial {
  background: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
  transition-delay: 0.2s;
  border-radius: 20px;
}
.card-header.sj {
  background: #11998e;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  background: linear-gradient(73.1deg, #142815 8%, #2f6837 86.9%);
}
.card-body.sj {
  background: #15416e0a;
}
a.btn.media-btn {
  background-color: #fff;
  color: #15416e;
  font-weight: 600;
}
.webinar-slider .owl-nav > div:hover,
.youtube-slider > .owl-nav > div,
.youtube-slider > .owl-nav > div:hover {
  color: #000;
  background: #c0c8c4c9;
}
.card-header.mp {
  background: #38ef7d;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  background: linear-gradient(73.1deg, #142815 8%, #2f6837 86.9%);
}
.get-quote-button {
  color: #fff;
  font-size: 16px;
  position: fixed;
  right: -85px;
  padding: 5px 20px;
  top: 45%;
  left: auto;
  display: block;
  transform: rotate(90deg);
  background: #1488cc;
  background: -webkit-linear-gradient(to right, #2b32b2, #1488cc);
  background: linear-gradient(to right, #2b32b2, #1488cc);
  z-index: 999;
  border-radius: 5px;
  cursor: pointer;
}
.get-quote-button a {
  color: #fff;
}
.card-body.card-qa-webinar {
  overflow: auto;
  max-height: 200px;
}
.event-title {
  display: block;
  font-size: 28px;
}
.modal-footer.home-alert {
  background: #e8e8e8;
}
a.popup-btn {
  height: 35px;
  width: 35px;
  text-align: center;
  background: #15416e;
  border-radius: 50%;
  padding-top: 9px;
  box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
  font-size: 9px;
}
.card-body .sj {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-banner {
  position: absolute;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.5;
}
.conf-time {
  position: absolute;
  top: -13px;
  background: #f0f8ff;
  left: 28%;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .h6-text {
    font-size: 9px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .h6-text {
    font-size: 13px;
  }
  .h6-text span {
    display: block;
    background: linear-gradient(73.1deg, #212529 8%, #252525 86.9%);
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.7px;
  }
  .h1-text {
    font-size: 1.7rem;
  }
  .bannertext {
    text-align: center;
    font-size: 12px;
  }
  .banner-homecontent {
    height: auto;
  }
  .webinar-slider .owl-nav .owl-next,
  .youtube-slider > .owl-nav .owl-next {
    right: 45%;
  }
  .youtube-slider > .owl-nav > div {
    top: 210px;
  }
  .webinar-slider .owl-nav .owl-prev,
  .youtube-slider > .owl-nav .owl-prev {
    left: 45%;
  }
  .webinar-slider .owl-nav > div {
    top: 90px;
  }
}
.h6-text span {
  background: linear-gradient(73.1deg, #1c5a1e 8%, #0b4613 86.9%);
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 0.7px;
}
.banner-homecontent {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
}
span.session-title {
  width: inherit;
  overflow: hidden;
  display: block;
}
.h1-text {
  font-family: emoji;
  font-weight: 600;
}
.modal-dialog {
  max-width: 800px;
  margin: 100px auto;
}
.video-btn {
  cursor: pointer;
}
.pad100 {
  margin-top: 55px;
}
.modal-body {
  position: relative;
  padding: 0;
}
.close {
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.owlslider {
  overflow: inherit !important;
}
.youtube-slider > .owl-nav {
  margin: 100px;
}
.youtube-slider > .owl-nav > div {
  position: absolute;
  top: 95%;
  padding: 0;
  width: 46px;
  display: initial;
  height: 46px;
  border-radius: 50px;
  margin-top: 15px;
}
.webinar-slider .owl-nav > div.disabled,
.youtube-slider > .owl-nav > div.disabled {
  color: #ffffff00;
  background: #63636300;
}
.webinar-slider .owl-nav i,
.youtube-slider > .owl-nav i {
  font-size: 20px;
  margin: 13px 18px;
}
.webinar-slider .owl-nav .owl-prev,
.youtube-slider > .owl-nav .owl-prev {
  left: 45%;
}
.webinar-slider .owl-nav .owl-next i:hover,
.webinar-slider .owl-nav .owl-prev i:hover,
.youtube-slider > .owl-nav .owl-next i:hover,
.youtube-slider > .owl-nav .owl-prev i:hover {
  transition: 0.3s ease-in-out;
}
.webinar-slider .owl-nav .owl-next,
.youtube-slider > .owl-nav .owl-next {
  right: 45%;
}
.owl-carousel.video-btn.active:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  left: 0;
  top: 0;
  background: rgba(247, 148, 30, 0.75);
  z-index: 1;
  transition: 250ms ease-out;
}
.owl-carousel .owl-item .video-btn:not(.active):hover:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(3 3 12 / 52%);
  z-index: 1;
  transition: 1s ease-out;
}
.list-video:not(.active):hover:before,
.video-btn:not(.active):hover:before,
.video-thumb:not(.active):hover:before {
  background: rgba(247, 148, 30, 0.3);
}
.video-btn:after {
  content: "\f16a";
  font-family: "fontawesome";
  top: 50%;
  left: 50%;
  margin: -0.458em 0 0 -0.5em;
  color: #dc3545 !important;
  background: #fff;
  font-size: 4em;
  position: absolute;
  font-weight: 900;
  transition: 250ms ease-out;
}
#speak.whos-speaking-area .speakers .spk-img img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 0;
  border: unset;
  border-radius: 50%;
  box-shadow: unset;
}
#speak.whos-speaking-area .speakers {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  text-align: center;
  border-top: 0 solid #72bf40;
  box-shadow: 0 0 10px #cbcbcb;
  padding: 20px 0 0;
}
#speak.whos-speaking-area .speakers .spk-info {
  text-align: center;
  padding: 10px 6px 0;
  background-image: linear-gradient(to right, #16426f, #27619d);
  height: 100px;
}
#speak.whos-speaking-area .speakers:hover {
  border: 1px solid #fff;
  background: #fff;
}
#speak.whos-speaking-area .speakers .spk-info h3 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 5px 10px;
  text-transform: capitalize;
}
.card-header .title {
  font-size: 16px;
  color: #000;
}
.list-video:after,
.video-thumb:after {
  content: "\f16a";
  font-family: "FontAwesome";
  margin: -0.458em 0 0 -0.5em;
  color: #dc3545 !important;
  font-weight: 900;
  transition: 250ms ease-out;
  position: absolute;
  top: 50%;
  background: #fff;
}
.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
.card-header {
  cursor: pointer;
  border-bottom: none;
}
.card {
  border: 1px solid #ddd;
}
.card-body {
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.embed__container {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
  background-color: #000;
}
.embed__container iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.webinar-slider .owl-nav > div {
  margin-top: 35px;
  position: absolute;
  top: 85%;
  color: #000;
  padding: 0;
  width: 46px;
  display: initial;
  height: 46px;
  border-radius: 50px;
  background: #c0c8c4c9;
}
.owl-carousel .owl-item .video-thumb.active:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(3 3 12 / 52%);
  z-index: 1;
  transition: 250ms ease-out;
}
.owl-carousel .owl-item .video-thumb:not(.active):hover:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(3 3 12 / 52%);
  z-index: 1;
  transition: 1s ease-out;
  cursor: pointer;
}
.video-thumb:after {
  left: 50%;
  font-size: 3em;
}
.list-video:after {
  font-size: 2em;
}
#player .ytp-expand-pause-overlay .ytp-pause-overlay {
  display: none !important;
}
#playerWrap {
  display: inline-block;
  position: relative;
}
#playerWrap.shown::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
.loading__text__player {
  left: 50%;
  top: 50%;
}
.overflow {
  overflow: auto;
  max-height: 400px;
}
.videos-list {
  width: inherit;
  overflow: hidden;
  font-size: 16px;
}
.pad100webinar {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .youtube-slider > .owl-nav .owl-next {
    right: 33%;
  }
  .youtube-slider > .owl-nav .owl-prev {
    left: 33%;
  }
}
.list-video.active:after,
.video-btn.active:after,
.video-thumb.active:after {
  color: #dc3545 !important;
}
i.fa.fa-file-pdf-o.pr-2 {
  font-size: 26px;
}
.btn-blue a {
  background: linear-gradient(to right, #0c145a 9%, #0059a6 56%, #0c145a 100%);
  color: #ffffff;
  border-radius: 10px;
}
.btn-blue a:hover {
  background-image: linear-gradient(
    to right,
    #057c3a 0,
    #09e26b 51%,
    #057c3a 100%
  );
  color: #ffffff;
}
.owl-supporting .owl-nav [class*="owl-"] {
  color: #15416e;
}
.owl-supporting > .owl-nav .owl-prev {
  position: relative;
}
.owl-supporting > .owl-nav .owl-next {
  right: -10%;
  position: relative;
}
.owl-supporting > .owl-nav > div {
  display: inline;
  top: -19px;
}
.owl-supporting > .owl-nav span {
  font-size: 20px;
  background: #cdd4d0;
  padding: 10px 15px;
  border-radius: 50%;
}
.owl-supporting > .owl-nav {
  position: relative;
  top: 35px;
  left: 75px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .owl-supporting > .owl-nav {
    position: relative;
    top: 30px;
    left: 115px;
  }
}
.journal {
  background: linear-gradient(73.1deg, #1c5a1e 8%, #0b4613 86.9%);
}
.owl-carousel.banner-slider {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
button.banner-btn-link {
  background: linear-gradient(73.1deg, #142815 8%, #2f6837 86.9%);
  width: inherit;
  height: -webkit-fill-available;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.blob {
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse-black 3s infinite;
}
@keyframes pulse-black {
  0% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgb(26 87 29);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.upcoming {
  background: #ffffff94;
  border: 2px solid #0000004f;
  border-radius: 8px;
}
.banner_sc_title {
  color: #030d03;
}


@media (max-width: 768px) {
  .videos-list, span.session-title {
    white-space: normal;
}
.conference-synopsis-area .inner-content .section-title .title-text h2, .section-title .title-text h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .sessions-list li {
          width: 100%;
    }
}


#conferenceFAQ .btn i {
    transition: all 0.3s ease;
}
#conferenceFAQ .btn.collapsed i {
    transform: rotate(0deg);
}
#conferenceFAQ .btn:not(.collapsed) i {
    transform: rotate(180deg);
}
