/*
  vars
*/
/* Base CSS */

body {
  padding: 115px 0 0 0;
  margin: 0; 
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

/*
  Header
*/
.header-bottom p {
  color: #f47d02;
}

/* after footer */
.header-bottom ul {
  margin: 0;
  padding: 5px 0px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-bottom ul li {
  padding: 0px 10px;
}

.header-bottom ul li:first-child img {
  width: 220px;
}

.header-bottom ul li:last-child img {
  width: 140px;
}

.header-bottom ul li:first-child {
  border-right: 1px solid #e0e0e0;
}

.btn-conference-reg {
  background-color: #E95D12 !important;
  color: #ffffff !important;
  border-radius: inherit;
  font-weight: 700 !important;
}

.btn-sessions {
  background-color: #ffffff !important;
  color: #E95D12 !important;
  border-radius: inherit;
  font-weight: 700 !important;
  font-size: 20px;
}

.btn-sessions:hover{

  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}


/*
 Navigation fix
*/
.sina-nav {
  background: linear-gradient(90deg, #2476af 0%, #3a5d9e 53%, #4d4990 100%);
  border: 1px solid transparent;
  z-index: 999;
  min-height:  115px;
  max-height:  115px;
}

.sina-nav .sina-brand {
  height: auto;
  min-width: 200px;
  max-width: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sina-nav ul li a {
  font-family: "Lato", sans-serif;
}

.sina-nav .sina-menu > li > a, .sina-nav .sina-menu .dropdown-menu li a {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: inherit;
}

.sina-nav .sina-menu > li > a {
  padding: 15px;
}

.sina-nav .sina-menu > li.active > a, .sina-nav .sina-menu > li > a:hover, .sina-nav .sina-menu > li > a:focus {
  color: #807f80;
}

.sina-nav .sina-menu .dropdown-menu li a, .sina-nav .extension-nav > ul > li a {
  color: #807f80;
}

.sina-nav.mobile-sidebar .navbar-collapse {
  top: auto;
  padding: 15px 0px;
}

.sina-brand h2 img {
  max-width: 220px;
  padding: 15px 0px;
}

.header-opt-text h3 {
  font-size: 30px;
  color: #E85E11;
}

.sina-nav .sina-brand .header-opt-text p {
  font-weight: 400;
  color: #ffffff;
  font-size: 25px;
  line-height: 20px;
  margin: 5px 0;
}

.sina-nav ul {
  padding: 17px 0;
}

.sina-nav .sina-brand h2 {
  position: relative;
  padding: 0 10px 0 0;
}

.sina-nav .sina-brand h2:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-right: 1px solid #ffffff;
  height: 70%;
  transform: translate(-50%, -50%);
}

.header-opt-text {
  padding-left: 10px;
}

.sina-nav .sina-menu > li > a {
  color: #807f80;
}

.sina-nav .navbar-toggle {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .sina-nav .sina-nav-header {
    height: auto;
  }

  .extension-nav {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .sina-nav .sina-menu .dropdown .dropdown-menu {
    min-width: 17rem;
  }
}
.splide__arrow {
  z-index: 9;
  display: none;
  transition: 0.4s linear all;
}

.splide__pagination__page {
  background: #ccc;
}

.splide__pagination__page.is-active {
  background-color: #e95d12;
}

#home-slider:hover .splide__arrow {
  display: block;
  transition: 0.4s linear all;
}

.single-slide-event h3 {
  background: linear-gradient(90deg, #e25a1d 0%, #eda111 100%);
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
}

.single-slide-event h4 {
  color: #5A5656;
  font-size: 1.1rem;
}

.single-slide-event h4 span {
  font-weight: 400;
}

.slide-2-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.vh-80 {
  height: 80vh;
  position: relative;
  z-index: 9;
}

.btn-conf {
  background: linear-gradient(90deg, #e2591e 0%, #e67119 50%, #ea8516 100%) !important;
  color: #ffffff !important;
  border: none !important;
}

/* Footer */
.main-footer {
  background-color: #212121;
}



.regModalLeft img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.registration, .profileModal{
  padding: 0;
  margin: 0;
}

.registration.modal, .profileModal.modal{
  background: #1a1411a8;
}
.registration .modal-header, .registration .modal-content, .profileModal .modal-header, .profileModal .modal-content{
  padding: 0;
  background: transparent;
  border: 0;
}
.registration .modal-body, .profileModal .modal-body{
  padding: 0;
  background-color: #fff;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px;
}

.regModalLeft{
  background: linear-gradient(360deg, #e25a1d 0%, #eda111 100%);
  height: 100%;
  padding: 60px;
}

.regModalLeft h2, .regModalLeft h3{
  margin-bottom: 10px;
  color: #ffffff;
}

.regModalLeft img{
  margin-bottom: 10px;;
}
.regModalLeft{
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.regModalLeft h2{
 font-size: 22px;
}

.regModalLeft h3{
  font-size: 18px;
  font-weight: normal;
  /*color: #ffeeee82 !important;*/
  
}

.regModalRight h2{
  color: #e25a1e;
  margin: 30px 0;
  font-size: 20px;
  font-weight: normal;
  margin: 40px 0;
}

.regModalRight{
  padding: 60px;
}


.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 30px;
}

input, select {
  outline: none;
  border: none;
}

.input100 {
  font-family: "Lato", sans-serif;;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}


.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-input100::after {
  font-family: "Lato", sans-serif;;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -15px;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -15px;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.validate-input{
  position: relative;
}


.submitBtn{
  padding: 10px;
  background: linear-gradient(90deg, #e25a1d 0%, #eda111 100%) ;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}

.submitBtn:hover{
  background: #ffffff;
  color: #e25a1e;
  border: 1px solid #e25a1e;
}
.submitCol{
  padding: 40px 0;
}


.main-footer h3 {
  position: relative;
  color: #f1f1f1;
  margin-bottom: 2rem;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
}

.main-footer h3:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 12rem;
  background-color: #f1f1f1;
}

.main-footer p {
  color: #9c9c9c;
}

.main-footer a {
  color: #ffffff;
}

.social .icon-box-footer {
  font-size: 1.5rem;
  padding-right: 1.2rem;
}

.social .icon-box-footer a {
  transition: 0.3s;
}

.social .icon-box-footer:nth-child(1):hover a {
  color: #1a74e4;
}

.social .icon-box-footer:nth-child(2):hover a {
  color: red;
}

.social .icon-box-footer:nth-child(3):hover a {
  color: #0b66c2;
}

.copyright {
  background-color: #171717;
}

.copyright p {
  padding: 20px 0px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

/* to top */
#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  padding: 2px 10px;
  cursor: pointer;
  background-color: #F37E01;
  color: #ffffff;
  font-size: 35px;
  box-shadow: 0 0 20px rgba(16, 91, 171, 0.4);
}

/* footer */
.main-footer h4 {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  font-size: 1.3rem;
}

.main-footer p.secondary {
  color: #E85E12;
}

.justify-content-center-c {
  justify-content: center !important;
}

ul.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
}

ul.footer-social li {
  padding: 0px 15px;
  border-right: 1px solid #444;
}

.text-right-c {
  text-align: right !important;
}

ul.footer-social li a {
  color: #ffffff;
  font-size: 30px;
}

ul.footer-social li:last-child {
  border: none;
}

h2.slider-heading span {
  color: #e95d12;
  font-weight: 800;
}

h2.slider-heading {
  color: #5a5556;
  font-weight: 500;
  font-size: 1.7rem;
}

.single-speaker {
    cursor: pointer;
    height: 100%;
}
.single-speaker span.plus-btn {
    float: right;
    font-size: 20px;
    bottom: 0;
    right: 0;
}

span.plus-btn:hover{
  color: #e25a1e;
}

.bg-1 {
  background-color: #9D3B03;
}

.bg-1 h2, .bg-2 h2 {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
}

.bg-1 h2:after, .bg-2 h2:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ffffff;
  bottom: -15px;
  left: 0;
  width: 100%;
}

.bg-2 h2:after {
  border-color: #9D3904;
}

.bg-1 p {
  color: #ffffff;
}

.bg-1 p.text-lg {
  font-size: 1.5rem;
  font-weight: 700;
}

.bg-2 {
  background-color: #FFF5EA;
}

.bg-2 h2 {
  color: #9D3904;
}

.bg-2 img {
  display: block;
}

.bg-2 a {
  color: #E85E12;
}

.event-schedule {
  background-color: #08445E;
}

.event-schedule h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  border: 1px solid #ffffff;
  margin: 0 7px;
  border-radius: inherit;
  padding: 1.5rem 1rem;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.15rem;
}

.nav-tabs .nav-link span {
  font-weight: 400;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span {
  color: #ffffff;
  font-weight: 400;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  background: linear-gradient(90deg, #e25a1d 0%, #eda111 100%);
}

.single-event {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 7px;
}

.single-event h3 {
  background: linear-gradient(90deg, #e25a1d 0%, #eda111 100%);
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
}

.single-event p {
  margin: 0;
  font-size: 0.9rem;
}

.single-speaker{
  cursor:pointer;
}

.single-speaker h4 {
  color: #E96522;
  font-size: 17px;
}

.single-speaker p {
  font-size: 16px;
}

.content-box, .inner-page {
  background-color: #FFF5EA;
}

.content-box h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

.single-box {
  background-color: #9D3B03;
}

.inner-page h2 {
  /*background: linear-gradient(90deg, #e25a1d 0%, #eda111 100%);*/
  padding: 10px 0px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #1a435e;
  display: inline-block;
}

.inner-page h3 {
  background-color: #09435E;
  color: #FFF4EA;
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: 800;
  display: inline-block;
}

.inner-page-single-box {
  background-color: #E6E6E6;
}


.about .about-content-1{
  font-size:20px;
  line-height: 30px;
}


.about ul li{
  color:#ffffff !important;
  padding:10px;
  font-size: 18px;
  margin-left: 30px;

}

.about-content{
  font-size: 20px;
  line-height: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.px-25 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-10 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-50 {<ul>
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-25 {
  padding-bottom: 25px;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}/*# sourceMappingURL=style.css.map */