/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #222;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #16181a;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0056B3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
}
section{position: relative;}
.main-page {
  margin-top: 70px;
}
.form-control:focus,.form-control:active, .form-select:focus,.form-select:active{box-shadow: none;}
.form-check-input{border-color:#222;}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
.btn-danger{
  background: #0056B3;
}
.text-600{font-weight: 600;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #a36a02;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f94a6a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-header h2::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background: #f26d00;
  bottom: -5px;
  left: 50%;
  display: none;
}

.section-header h2 {
  font-size: 3.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f0f0f;
  position: relative;
  display: inline-block;
    border-bottom: 5px solid #f26d00;
    padding-bottom: 5px;
}

.section-header p {
  padding: 0;
  margin: 0;
  color: #222;
}

.section-with-bg {
  background-color: #f6f7fd;
}
.section-gradient-bg {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(194,208,255,1) 0%, rgba(75,111,255,1) 77%);
}
.box-shadow-bg{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding:25px;
  border-radius:25px;
  background: #fff;
}
.boxshadow-bg1{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.box-shadow {
  box-shadow: 0 2px 10px #0000000f, 0 5.2038px 6px #00000008, 0 3px 3.5px #00000006, 0 1.60574px 1.59459px #00000005, 0 .654192px .799567px #00000004, 0 .14868px .386155px #00000002;
}
.bkgd-white {
  background-color: #fff;
}
.greenbg{background-color: #0056B3;}
.rounded{
  border-radius: 1.25rem;
}
.btn{
  padding: 12px 32px;
  border-radius: 50px;
}
.btn-success{background: #0056B3;border-color: #0056B3;}
.section-sub-header{font-size: 2.5rem;line-height: 1.1;}
.subtitle-text{font-weight: 600;}
.tab-content .subtitle-text{
  font-size: 38px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 50px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #0056B3;
}

#header.header-scrolled,
#header.header-inner {
  background: #0056B3;
  height: 70px;
}
.header-scrolled .buy-tickets{padding-top: 20px;padding-bottom: 20px;}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 32px;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
.scrolltext{
    display: inline-block;
    width: 100%;
    top: 90px;
    background: #f5f5f5;
    position: relative;
    z-index: 999;
    color:#333;
}
.scrolltext a{
    color:#0056B3;
    font-weight:600;
}

@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/

.buy-tickets {
  color: #fff;
  background: #0056B3;
  padding: 30px 20px;
  margin: 0 0 0 15px;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
}
header .buy-tickets{background: #f26d00;border-radius: 10px;padding: 15px 20px;}
.buy-tickets:hover {
  background: none;
  color: #fff;
}

.buy-tickets:focus {
  color: #fff;
}

@media (max-width: 992px) {
  .buy-tickets {
    margin: 0 15px 0 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 40px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(252, 252, 252);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #eb8a00;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #0056B3;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0056B3;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0056B3;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f82249;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f82249;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpeg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
.hero-container-inner{width: 50%;}

@media (max-width: 991px) {
  #hero .hero-container {
    margin-top: 90px;
    position: relative;
    padding-top: 60px;
  }
}

#hero h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 52px;
  font-weight: 600;
}

#hero h1 span {
  color: #f82249;
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 34px;
  }
}

#hero p {
  color: #ebebeb;
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 991px) {
  #hero p {
    font-size: 16px;
  }
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #f82249;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

#hero .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  background: #0056B3;
  border: 2px solid #0056B3;
}

#hero .about-btn:hover {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  background: #fff;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.bnr-implinks{margin: 20px 0 0;list-style: none;padding: 0;}
.bnr-implinks a{color: #fff;text-decoration: underline;}
.section-title{font-size: 56px;font-weight: 600;margin-bottom: 10px;color: #3557ff;}
.hero-container-imp-links{
  position: absolute;
  right: 25px;
  top: 25%;
  width: 300px;
  background: rgba(0, 0, 0, .4);
  border-radius: 10px;
  padding: 20px 20px 15px;
  max-height: 325px;
  overflow: auto;
}
.hero-container-imp-links h3{
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}
.hero-container-imp-links p{
  font-size: 14px !important;
}
.hero-container-imp-links a {
  display: inline-block;
  width: 100%;
  background: #ffa500;
  margin: 0 0 10px;
  padding: 5px 0;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  transition: ease-in .2s;
}
.hero-container-imp-links a:hover{background-color: #fff;color: #001d35;}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.home-about-section {
  background: #fff;
  overflow: hidden;
  position: relative;
  color: #0a152f;
  padding: 60px 0 40px 0;
}
.overflow-wrapper{max-height:625px;overflow:auto;}
@media (min-width: 1024px) {
  .home-about-section {
    /* background-attachment: fixed; */
  }
}

.home-about-section:before {
  display: none;
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.home-about-section h2 {
  /* font-size: 2.5rem; */
  font-size: 3.75rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0f0f0f;
  text-align: center;
}

.home-about-section h3 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #353535;
}
.signup-form-bg{
  background: #ebf6eb;
  border-radius: 10px;
  padding: 25px;
  color: #353535;
}
.signup-form-bg .btn.btn-primary{
  background: #0056B3;
  margin: 15px 0 0;
  width: 100%;
  border-color: #0056B3;
}

.highlight-important{
  background: #ebf6eb;
  padding: 65px 0 45px;
}
.highlight-inner-bg{
  /*background: #0056B3;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 0 50px;*/
  padding: 15px 0px 1px;
  position: relative;
  
}
.highlight-title{
  /*position: absolute;
  top: -25px;
  transform: translate(-50%);
  left: 50%;
  width: 70%;
  background: #3557ff;
  color: #fff;*/
  padding: 10px 35px;  
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
}
.highlight-inner-bg ul{
  list-style: none;
  padding: 0;
  margin: 0px;
}
.highlight-inner-bg ul li h4{
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.highlight-inner-bg1{
  background: #0056B3;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin: 0 50px;
  padding: 15px 0px 1px;
  position: relative;
  
}

.highlight-inner-bg1 ul{
  list-style: none;
  padding: 0;
  margin: 0px;
}
.highlight-inner-bg1 ul li h4{
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.facts-figures{
  padding: 30px 0 0;
  background: rgb(0 0 0 / 50%);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.facts-figures-inner{
  background: #fff;
  border-radius: 35px 35px 0 0;
  padding: 10px 0 0;
}
.facts .count-box {
  padding: 0px 20px 0 20px;
  margin: 0;
  width: 100%;
  position: relative;
}
.facts .count-box i {
  font-size: 20px;
  background: #ebf6eb;
  color: #0056B3;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
}
.facts .count-box p {
  font-size: 14px !important;
  display: block;
  font-weight: 600 !important;
  color: #011426 !important;
  margin: 0 0 5px;
}
.facts .count-box span {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #011426;
}
.scient-session{
  padding: 50px 0;
}
.scientific-list-main{margin: 50px 0 0;}
.scientific-list-main ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.scientific-list-main ul li{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  width: 49%;
  margin: 0 0 1%;
 }
 .scientific-list-main ul li i{
  color:#0056B3;
 }
 .abstarct-sumission-inner.rounded {
    border-radius: 2.25rem !important;
    border: 1px solid #0056B3;
}
 
/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
.speakers-section {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.speakers-section .speaker {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  margin-bottom: 30px;
}
.speakers-section .speaker img{height: 180px;}
.speakers-section .speaker .details h3 {
  color: #0a2f11;
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  min-height: 45px;
}

.speakers-section .speaker .details p {
  color: #050000;
  font-size: 14px;
  height: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 5px;
}

.speakers-section .speaker:hover .details {
  bottom: 0;
}

.speakers-section-details {
  padding: 60px 0;
}

.speakers-section-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.speakers-section-details .details .social {
  margin-bottom: 15px;
}

.speakers-section-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.speakers-section-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

.speakers-section-details .details .social a i {
  font-size: 16px;
  line-height: 0;
}

.speakers-section-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}
.speakermodal .modal-title{line-height: 24px;}
.modal-title .sub-title-modal{
  color: #050000;
  font-size: 14px;
}
.plenary-speakers{
  padding: 50px 0;
  background: rgb(219,225,233);
  background: linear-gradient(90deg, rgba(219,225,233,1) 14%, rgba(255,255,255,1) 100%);
}
.speakercard{transition: ease-in .2s;}
.speakercard .card-body{padding: 0px;}
.speakercard .card-title{
  font-size: 16px;
  font-weight: 600;
  color: #0a152f;
  height: 40px;
  
}
.speakercard .card-text{
  color: #050000;
  font-size: 14px;
  margin-bottom: 12px;    
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 12px;
}
.speakercard.card{padding: 15px 10px;margin: 0 0 30px;background: #fff;}
.speakercard.card img{height: 100px;}
/*.speakercard.card img{height: 120px;}*/
.speakercard .readmorelink{
  font-size: 14px;
  color: #0e1b4d;
  border-bottom: 3px solid #0056B3;
  float: right;
}
.speakercard:hover{
  background: #f0fff1;
}
.keynote-speakers{background: #dbf2f9 url('../img/shapebg-1.png') no-repeat right bottom;padding: 50px 0;}
.invited-speakers{padding: 50px 0;background: rgb(238,232,255);
  background: linear-gradient(90deg, rgba(238,232,255,1) 0%, rgba(211,186,246,1) 100%);}
.speakers-section .nav-pills .nav-item{margin: 0 20px 20px 0px;}
.speakers-section .nav-pills .nav-link{
  color: #0f0f0f;
  border: 2px solid #0f0f0f;
  border-radius: 20px;
  font-weight: 600;
}
.speakers-section .nav-pills .nav-link.active{
  background-color: #0056B3;
  border-color: #0056B3;
  color: #fff;
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
.conference-schedule {
  padding: 50px 0 50px 0;
}

.conference-schedule .nav-tabs {
  margin: 0;
  display: flex;
  border-bottom: 3px solid #dee2e6;
  margin-bottom: 30px;
  padding: 0 0 1px;
  flex-wrap: wrap;
}

.conference-schedule .nav-tabs li {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.conference-schedule .nav-tabs a {
  border: none;
  font-weight: 600;
  background-color: #fff;
  color: #0056B3;
  padding: 12px 20px 12px 20px;
  position: relative;
  font-size: 18px;
}


@media (max-width: 991px) {
  .conference-schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 767px) {
  .conference-schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 480px) {
  .conference-schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

.conference-schedule .nav-tabs a.active {
  background-color: #0056B3;
  color: #fff;
}
.conference-schedule .nav-tabs a.active::after{
  border-left: 28px solid #20639b;
}

.conference-schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
  .conference-schedule .sub-heading {
    width: 75%;
  }
}

.conference-schedule .tab-pane {
  transition: ease-in-out 0.2s;
  width: 100%;
}

.conference-schedule .schedule-item {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: background-color ease-in-out 0.3s;
  background: #f5f5f5;
  margin: 0 0 15px;
  border-radius: 15px;
}

.conference-schedule .schedule-item time {
  display: inline-block;
  color: #0a152f;
}
.conference-schedule .schedule-item time i{color: #0056B3;margin-right: 15px;}
.conference-schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

.conference-schedule .schedule-item .speaker img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

.conference-schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.conference-schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

.conference-schedule .schedule-item p {
  color: #0a152f;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
.venue-gallerysection{
  background: #fff;
  padding: 60px 0;
}

.venue .container-fluid {
  margin-bottom: 3px;
}

.venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 574px) {
  .venue .venue-info h3 {
    font-size: 24px;
  }
}

.venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

.venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

.venue .venue-gallery:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Guidelines Section
--------------------------------------------------------------*/
.guidelines, .important-information, .tentative-program{
  padding: 60px 0;
}
.guidelines ul li{margin: 0 0 5px;padding-bottom: 5px;}

.important-dates{
  background: #f1f6fd;margin-bottom: 5px;border-radius: 10px;padding: 0 5px;
}
.important-dates p{margin: 0px;padding: 7px 0;}
.important-dates p i{color:#0059db;}
/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/
#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #f82249;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: rgb(255, 195, 29);
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #0056B3;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f82249;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f82249;
}

#gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }

  #gallery .swiper-slide-active {
    border: 5px solid #f82249;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
.supporters {
  padding: 60px 0;
}

.supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

.supporters .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

.supporters .supporter-logo:hover img {
  transform: scale(1.2);
}

.supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}

#faq .faq-list {
  padding: 0;
  list-style: none;
}

#faq .faq-list li {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #f82249;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #e0072f;
  transition: 0.3s;
}

#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

#faq .faq-list .icon-show {
  display: none;
}

#faq .faq-list .collapsed {
  color: black;
}

#faq .faq-list .collapsed:hover {
  color: #f82249;
}

#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}
.faq-innerlist{
  margin: 20px 0 0 45px;
  list-style: disc;
  padding: 0;
}
.faq-innerlist li{
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #0056B3;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
.pricing-section{background: #ebf6eb;}
#buy-tickets .card-body.bg-1{background: #007ee5;color: #fff;}
#buy-tickets .card-body.bg-2{background: #5bc0de;color: #fff;}
#buy-tickets .card-body.bg-3{background: #f3a112;color: #fff;}
#buy-tickets .card-body.bg-4{background: #fa4616;color: #fff;}
#buy-tickets {
  padding: 30px 0 50px;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

#buy-tickets .card ul li {
  margin-bottom: 10px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 16px;
  border-radius: 25px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ffeae6;
  border: 3px solid #ffeae6;
  color: #222;
  width: 100%;
  margin-top: 25px;
  font-weight: bold;
}

#buy-tickets .card .btn:hover {
  border-color: #0f0f0f;
  background-color: #fff;
  color: #222;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #009bb5;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #06b0cd;
}
.card.most-value-price{background: #117091;color: #fff;}
#buy-tickets .card.most-value-price .card-title, #buy-tickets .card.most-value-price .card-price{color: #fff;}

#buy-tickets.package-details .card{
  border-radius: 30px 30px 0 0;
}
.package-details .card-body{
  max-height: 320px;
  overflow: auto;
  min-height: 260px;
}
.pricing-header{
  background: #0056b3;
  background: linear-gradient(90deg, rgba(0, 86, 179) 0%, rgba(0, 86, 179) 100%); 
  color: #fff;
  padding: 1rem;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.pricing-header .card-price {
  font-size: 22px !important;
  margin: 0 0 3px !important;
  color: #fff;
}
.pricing-header .card-sub-title{margin: 0px;}
.pricing-fetures label{width: 100%;}
.accomidation-dtls{
  background: #0056b3;
  color: #ffffff;
  border-radius: 10px;
  padding: 0 20px;
  margin: 0 0 20px;
}
.discount-wrap{
  background: #edcb50;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
.accomidation-dtls label{width: 70%;}
.applybtn{padding: 6px 20px;border-radius: 10px;margin: 0 0 0 15px;}
.pricing-fetures .form-check{
  margin-bottom: .6rem;
  padding: .3rem .6rem .3rem 1.8rem;
  cursor: pointer;
  transition: ease-in .2s;
}
.pricing-fetures .form-check:hover, .pricing-fetures .form-check.active{background-color: #f4f5fb;border-radius: 5px;}
.accomidation-dtls .highlight-title{font-size: 18px;}
.accomidation-dtls .form-check{margin-bottom: .8rem;}
.awards-container{margin: 50px 0 0}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding: 60px 0;
  background: #ebf6eb;
}

.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #043603;
}

.contact .contact-info address,
.contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

.contact .contact-info a {
  color: #4869df;
}

.contact .contact-info a:hover {
  color: #f82249;
}

.contact .contact-address,
.contact .contact-phone,
.contact .contact-email {
  margin-bottom: 20px;
}

.innpage-page-wrap{padding-top: 85px;}

.contact .info-container {
  background-color: #0056B3;
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}
.contact .info-item {
  width: 100%;
  background-color: rgb(255 255 255 / 20%);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
.contact .php-email-form button[type=submit] {
  background: #0056B3;
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

@media (min-width: 768px) {

  .contact .contact-address,
  .contact .contact-phone,
  .contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #03541e;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #03541e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #334496;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact .php-email-form button[type=submit]:hover {
  background: #0056B3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.abstract-left-wrap{
  border-radius: 2.25rem 0 0 2.25rem;
}
.abstarct-sumission .section-title {
  font-size: 3.75rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 30px 50px;
}
.abstract-right-wrap{
  padding: 30px 50px;
}
.abstract-right-wrap .btn-default{
  background-color: #f5f5f5;
  padding: .8rem 1.9rem;
  font-weight: 600;
  border-radius: 50px;
}
.abstract-right-wrap .btn-warning{
  background: #0056B3;
  color: #fff;
  border-color: #f26d00;
  }

/* media-partnerssection */
.media-partnerssection{padding: 60px 0;background: #ebf6eb;}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.carousel-control-prev-icon, .carousel-control-next-icon{background-image: none;}
.carousel-control-next, .carousel-control-prev{opacity: 1;font-size: 24px;color: #0056B3;width: auto;}
.carousel-control-prev {
  left: -50px;
}
.carousel-control-next {
  right: -50px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #f26d00;
  opacity: 1;
}
.carousel-item .card{border: none;border-radius: 0;}
/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.why-to-attended-section{
  padding: 50px 0;
  background-image: url('../img/awards-bg.jpeg');
  background-size: cover;
  background-position: center;
  margin: 50px 0 0;
}
.why-to-innerlight-bg h3{
  font-size: 24px;
  background: #0056B3;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
  margin: 0;
}
.why-to-innerlight-bg ul{
  background: rgb(255 255 255 / 90%);
  margin: 0;
  padding: 20px;
  list-style: none;
  max-height: 380px;
  overflow: auto;
  min-height: 380px;
}
.why-to-innerlight-bg ul li{margin: 0 0 10px;display: flex;width: 100%}
.why-to-innerlight-bg ul li:last-child{margin-bottom: 0}
.why-to-innerlight-bg ul li span{float: left;}
.why-to-innerlight-bg ul li i {
    color: #0056B3;
    float: left;
    margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-main{margin: 150px 0 50px;}
.widgets-container {
    padding: 30px;
    margin: 0px 0 30px 0;
    box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
}
.widget-item {
    margin-bottom: 40px;
}
.widget-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
}

.blog-details .post-img {
  overflow: hidden;
  margin: 30px 0 0;
}

.blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 0px 0 20px;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--default-color-rgb), 0.05);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top,.blog-posts .meta-top {
  margin-top: 20px;
}
.blog-posts .meta-top{margin-bottom: 20px;}
.blog-details .meta-top ul, .blog-posts .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li, .blog-posts .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i, .blog-posts .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog-details .meta-top a, .blog-posts .meta-top a {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
}

.blog-details .meta-bottom i {
  color: rgba(var(--default-color-rgb), 0.6);
  display: inline;
}

.blog-details .meta-bottom a {
  color: rgba(33, 37, 41, 0.6);
  transition: 0.3s;
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}
.recent-posts-widget .post-item {
    display: flex;
    margin-bottom: 15px;
}
.recent-posts-widget .post-item img {
    width: 80px;
    margin-right: 15px;
}
.recent-posts-widget .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.recent-posts-widget .post-item h4 a {
    transition: 0.3s;
}
.recent-posts-widget .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
}
.categories-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categories-widget ul li {
    padding-bottom: 10px;
}
.categories-widget ul a {
    transition: 0.3s;
}
.blog-posts article {
    box-shadow: 0 4px 16px rgba(33, 37, 41, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.blog-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}
.blog-posts .post-category {
    font-size: 16px;
    margin-bottom: 10px;
}
.blog-posts .title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}
.blog-posts .title a {
    transition: 0.3s;
}
.speaker-btn{
  position: fixed;
  right: -7px;
  top: 20%;
  background: #f26d00;
  z-index: 99;
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
}
.speaker-btn:hover{background: #f26d00;color: #fff;}
.become-speaker-form{position: fixed;top: 18%;right: 0;background: #fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;width: 30%;border: 1px solid #171e62;overflow: hidden;z-index: 99;}
.become-speaker-form h5{      
    background: #171e62;
    color: #fff;
    padding: 10px;
    margin: 0px;
}
.speaker-frm-close i{cursor: pointer;width: 22px;height: 22px;background: #5964c9;border-radius: 20px;text-align: center;display: inline-block;color: #fff;}
.become-speaker-form .user-form{padding: 10px;}
.become-speaker-form label{font-size: 13px;color: #555;}
.become-speaker-form .btn{
  background-color: #171e62;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  margin: 10px 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #000625;
  padding:  0;
  color: #eee;
  font-size: 14px;
}
.footer a{color: #fff;}
.footer .footer-top {
  background: #0056B3;
  padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

.footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.footer .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

.footer .footer-top .social-links a:hover {
  background: #2280f8;
  color: #fff;
}

.footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
}

.footer .footer-top .footer-links ul li {
  padding: 3px 0;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #eee;
}

.footer .footer-top .footer-links ul a:hover {
  color: #2280f8;
}

.footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.footer-newsleter .form-control{float: left;width: 60%;background: #d2d9ff;border-radius: 0;}
.footer-newsleter .form-control:focus{box-shadow: none;}
.footer-newsleter .btn.btn-primary{
  border-radius: 0 5px 5px 0;
  padding: 6px 20px 7px 20px;
  background: #f26d00;
  border-color: #f26d00;
}
.footer-bottom p{margin: 0px;}

@media (min-width: 1200px) {
  .container-fluid{padding-left: 50px;padding-right: 50px;}
}
@media (max-width: 767px){
  #hero{height: auto;overflow: visible;}
  .logo-div{justify-content: space-between;}
  .hero-container-inner{width: 100%;}
  .section-header{width: 100%;}
  .overflow-wrapper{max-height:none;overflow:auto;}
  .bnr-buttons{flex-direction: column;}
  .navbar-mobile ul{width: 83%;}
  .home-about-section h2{font-size: 46px;margin-bottom: 20px;}
  .hero-container-imp-links{top: 85%;background: rgba(0, 0, 0, .9);display: none;}
  .highlight-inner-bg{margin-bottom: 20px;}
  .highlight-title{transform: none;position: initial;width: 100%;padding: 10px 15px;}
  .facts .count-box{text-align: center;padding: 0 10px;margin-bottom: 20px;}
  .scientific-list-main ul li{width: 100%;margin-bottom: 1.5%;}
  .speakers-section .nav-pills .nav-item,.speakers-section .nav-pills .nav-link{width: 100%;}
  
.why-to-innerlight-bg{margin-bottom: 30px;}
.highlight-inner-bg1{margin-right: 20px;margin-left: 20px;margin-bottom: 20px;}
.conference-schedule .nav-tabs li{width: auto;}
  .boxshadow-bg1{margin: 0 0 20px;}
  .speakers-section .speaker{margin-bottom: 15px;}
  .speakers-section .speaker .details h3{min-height: auto;}
  .speakercard.card{width: 280px;
    margin-right: auto;
    margin-left: auto;text-align: center;}
  .speakercard img{margin: 0 0 10px;height: 150px;}
  .speakers-section .speaker{width: 280px;margin-left: auto;margin-right: auto;}
  .facts-figures{
    padding-top: 15px;
    top: 30px;
    position: relative;
  }
  .overflow-wrap{overflow: inherit;max-height: none;}
  .media-partnerssection{overflow: hidden;}
  .abstract-left-wrap {
    border-radius: 2.25rem;
}
.abstarct-sumission .section-title{
  font-size: 2.75rem;
}
.abstract-right-wrap{padding-left: 20px;padding-right: 20px;}
.abstract-right-wrap .btn-default{margin-bottom: 20px;}
.become-speaker-form{width:90%;top:0px;z-index:999;}
.contact .info-item p {
  word-break: break-all;
}


}

@media (min-width: 1799px) {
  #hero h1{font-size: 70px;}
  #hero p{font-size: 36px;}
  #hero .about-btn{padding: 25px 50px;font-size: 22px;}
  .bnr-implinks a{font-size: 20px;}
  .hero-container-inner{width: 55%;}
}

.error{color:red;font-size:12px;}

.scrolltext{
    display: inline-block;
    width: 100%;
    top: 0px;
    background: #f5f5f5;
    position: relative;
    z-index: 999;
    color:#333;
}
.scrolltext a{
    color:#006ab9;
    font-weight:600;
}