/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}



p {
  padding: 0;
}

form {
  width: 100%;
}

/* .wow {
  visibility: hidden;
} */

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #275763;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 20vh;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #173e48;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.back-to-top:hover {
  background: #173e48;
  color: #fff;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-medium span {
  color: #080808;
}

.link-color {
  color: #275763 !important;
  cursor: pointer;
}

.link-color:hover {
  color: green !important;
}

@media screen and (min-device-width: 900px) and (max-device-width: 2000px) {
  .full-width-responsive {
    flex-direction: row!important;
  }
}

/*--------------------------------------------------------------
# Latest Blog Section
--------------------------------------------------------------*/

.img-box {
  position: relative;
}

.img-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
}

.img-box:hover:before {
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Media Recognition Section
--------------------------------------------------------------*/

.media-title {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
}

.media-title:hover {
  color: #a34a28;
}

.flt_left {
  float: left;
  width: 50%;
}

.flt_right {
  float: right;
  width: 50%;
}

/* Sections Header
--------------------------------*/

.full-width {
  width: 100% !important;
}

.section-header {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #275763;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header-inner {
  position: relative;
  padding-bottom: 20px;
}

.section-header-inner::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #275763;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header-inner h2 {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header-inner p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #2f3138;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 997;
}

#header.header-scrolled, #header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0px 0px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #275763;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  /* max-height: 45px; */
  width: 100%;
}


/* 
.innerBanner {
  margin-top: 90px;
} */

.slider-content2 {
  position: absolute;
  color: #fff;
  top: 20%;
  left: 10%;
}
.slider-content2 .spanHeading {
  font-size: 55px;
  font-weight: bold;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-family: "Nunito", sans-serif;
}

.slider-content2 p {
  font-size: 24px;
  width: 70%;
}

.abstractBtn {
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px 20px;
  background-color: transparent;
  transition: 0.5s;
}

.abstractBtn:hover {
  color: #ccc;
  padding-left: 30px;
}

@media screen and (min-width: 1600px) {
  .slider-content2 {
      position: absolute;
      color: #fff;
      top: 18%;
      left: 13%;
  }
  .slider-content2 .spanHeading {
      font-size: 65px;
      font-weight: bold;
      width: 80%;
      line-height: 80px;
      color: #fff;
      font-family: "Nunito", sans-serif;
  }
  .slider-content2 p {
      font-size: 24px;
      width: 70%;
  }
  .abstractBtn {
      border: 1px solid #fff;
      border-radius: 10px;
      color: #fff;
      padding: 15px 20px;
      background-color: transparent;
      transition: 0.5s;
  }
  .abstractBtn {
      border: 1px solid #fff;
      border-radius: 10px;
      color: #fff;
      padding: 15px 20px;
      background-color: transparent;
      transition: 0.5s;
  }
  .abstractBtn:hover {
      color: #ccc;
      padding-left: 30px;
  }
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

@media (device-width: 1024px) {
  .nav-menu ul {
    left: -80%;
  }
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
  display: flex !important;
  flex-wrap: wrap;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  border-bottom: 1px solid #f5f5f5;
}

.nav-menu .ul-style {
  min-width: 560px;
}

.nav-menu ul .li-style {
  display: inline-block;
  float: left;
  width: 270px;
  white-space: normal;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active>a, .nav-menu a:hover {
  color: #fff;
}

.nav-menu>li {
  margin-left: 8px;
}

.nav-menu>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #275763;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover>a:before, .nav-menu .menu-active>a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #275763;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #275763;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before, .nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 0 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover>a {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

.nav-menu .ul-style-first {
  width: 440px;
}

.nav-menu .li-style-first {
  white-space: normal;
  width: 210px;
  float: left;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 30px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #173e48;
}

#mobile-nav ul ul {
  background: rgba(6, 12, 34, 0.9);
  position: static;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav .sf-arrows .sf-with-ul:after {
  content: '';
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
}

#mobile-nav ul .menu-has-children i.fa-angle-up {
  color: #275763;
}

#mobile-nav ul .menu-item-active {
  color: #275763;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Header Light Section
--------------------------------------------------------------*/

#header.light {
  background: #fff;
}

#header.light .nav-menu a {
  color: rgba(44, 45, 49, 0.8);
}

#header.light .nav-menu .menu-active>a, #header.light .nav-menu a:hover {
  color: #000;
}

#header.light .nav-menu li.buy-tickets a {
  color: #fff;
}

#header.light .nav-menu li.buy-tickets a:hover {
  color: #173e48;
}

.theme-light #mobile-nav-toggle i {
  color: #000;
}

.theme-light #mobile-nav-toggle i.fa-times {
  color: #fff;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

button:focus {
  outline: none;
}

.btn_1 {
  float: right;
}

.theme-btn {
  background-color: #275763;
  padding: 8px 40px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
}

.theme-btn:active, .theme-btn:focus, .theme-btn:hover {
  background-color: #173e48;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.theme-btn-inverse {
  background: transparent;
  border: 2px solid #275763;
  padding: 8px 40px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

.theme-btn-inverse:hover {
  background: #173e48;
  border: 2px solid #173e48;
  color: #fff;
}

.theme-btn-inverse-lightbg {
  background: transparent;
  border: 2px solid #275763;
  padding: 6px 40px;
  color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

.theme-btn-inverse-lightbg:hover {
  background: #275763;
  border: 2px solid #275763;
  color: #fff;
}

.theme-btn-sm {
  padding: 4px 30px;
}

/*--------------------------------------------------------------
# owl carousel Section
--------------------------------------------------------------*/

.owl-carousel .owl-dots {
  text-align: center;
  bottom: 5px;
  margin-top: 20px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.owl-carousel .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  background-color: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  outline: 0;
}

.owl-carousel .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0px 25px 0px 0px;
  background: #275763;
  width: 25px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 90px;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  /* font-size: 56px; */
  font-weight: 600;
}

#intro h1 span {
  color: #fff;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient( #275763 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-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;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  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);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #173e48;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-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;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .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;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #275763;
}

#intro .about-btn:hover {
  background: #173e48;
  color: #fff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

#intro i {
  color: #fff;
}

#intro p.banner-organizer {
  margin-bottom: 10px;
  font-size: 15px;
  color: #275763;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

#about .about-btn {
  display: inline-block;
  margin-top: 10px;
}

.box1 {
  height: 230px;
  width: 270px;
  background-color: #275763;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 8px;
  transition: 0.5s;
  transform: scale(1, 1);
  margin: auto;
  margin-top: 100px;
}

.box1:hover {
  height: 230px;
  width: 270px;
  background-color: #275763;
  position: relative;
  border-radius: 10px;
  box-shadow: 1px 1px 8px;
  transition: 0.5s;
  transform: scale(1.1, 1.1);
  margin: auto;
  margin-top: 100px;
}

.box2 {
  height: 150px;
  width: 150px;
  background-color: #275763;
  border: 10px solid #fff;
  border-radius: 99%;
  margin: auto;
}

.cnt {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}

.box2 p {
  text-align: center;
  margin-top: 26px;
  font-size: 60px;
  color: #fff;
}

.box1 h4 {
  text-align: center;
  padding-top: 80px;
  font-size: 30px;
  color: #fff;
}

.box1 h5 {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  color: #fff;
}

.h_text {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 45px !important;
  font-weight: 600 !important;
  width: 70%;
  margin: auto;
}

.f_height {
  height: 250px;
  margin-bottom: 0px;
}



.iaamFellowHome {
  margin-top: 50px;
  margin-bottom: 50px;
}

.iaamFellowHome hr {
  width: 100px;
  height: 5px !important;
  background-color: #1D3E91;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.iaamFellowHome .maindiv {
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}

.iaamFellowHome .about_t {
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 5px;
  margin-top: 0px;
  font-family: 'Nunito', sans-serif;
}

.iaamFellowHome p {
  font-size: 18px;
}

/* .EventLocation {
  padding-left: 0px;
  margin-bottom:5px;
}

.EventLocation li {
  display: inline-block;
}

.EventLocation li p {
  margin-bottom: 0px;
  color:#999;
} */

.EventLocationHome {
  padding-left: 0px;
  margin-bottom: 5px;
}

.EventLocationHome li {
  display: inline-block;
}

.EventLocationHome li p {
  margin-bottom: 0px;
  color: #232323;
  font-size: 16px;
}

.ico1 a, .ico2 a, .ico3 a, .ico4 a {
  color: #fff;
  text-decoration: none;
  
}

.ico1 a:hover, .ico2 a:hover, .ico3 a:hover, .ico4 a:hover {
  color: #ccc;
  text-decoration: none;
  
}

.ico1 {
  /* background: #192d36; */
  background: #1c4752;
  text-align: center;
  padding: 5px;
  height: 153.3px;
}

.ico2 {
  background: #146377;
  text-align: center;
  padding: 5px;
  height: 153.3px;
}

.ico3 {
  background: #358fa6;
  text-align: center;
  padding: 5px;
  height: 153.3px;
}

.ico4 {
  background: #189bbc;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}

.ico4 .img1 {
  margin-top: 25px;
}

/* 
.l_wrap {
  width: 50%;
  float: left;
  height: 460px;
}

.r_wrap {
  width: 50%;
  float: left;
  height: auto;
  height: 460px;
} */

.l_wrap .tit {
  color: white;
  font-size: 25px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ico4 .tit {
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
}

.ico4 .reg_btnH {
  background-color: #fff !important;
  margin:5px 1px 0px 1px;
  font-size: 16px;
  color: #4579c0;
  border: 1px solid #fff;
}

.ico4 .reg_btnH:hover {
  background-color: #5B9BF0 !important;
  margin:5px 1px 0px 1px;
  font-size: 16px;
  color: #fff !important;
  border: 1px solid #5B9BF0;
}

.ico4 .reg_btn {
  background-color: transparent !important;
  margin:5px 1px 0px 1px;
  font-size: 16px;
  border: 1px solid #fff;
}

.ico4 .reg_btn:hover {
  background-color: #fff !important;
  margin:5px 1px 0px 1px;
  font-size: 16px;
  color: #4579c0 !important;
  border: 1px solid #4579c0;
}


/*--------------------------------------------------------------
# About Light Section
-------------------------------------------------------------- */

#about-light {
  overflow: hidden;
  padding: 30px 0 40px 0;
}

#about-light h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

#about-light h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#about-light p {
  font-size: 14px;
  margin-bottom: 20px;
}

#about-light .about-btn {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 15px 5px 15px;
}

#about-light ul.inline-ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

#about-light ul.inline-ul li {
  display: inline-block;
  vertical-align: text-top;
  padding-right: 5px;
  line-height: 20px;
}

#about-light ul.inline-ul li p {
  margin-bottom: 0px;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 991px) {
  #about-light {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Organizer Section
--------------------------------------------------------------*/

#organizer .organizer-left {
  background: url(../img/iaamonline-bg.jpg) center no-repeat;
  background-size: cover;
}

#organizer .organizer-right {
  background: url(../img/about-bg.jpg) center no-repeat;
  background-size: cover;
}

#organizer .organizer-card {
  position: relative;
}

#organizer .organizer-card-body {
  position: relative;
  color: #fff;
  padding: 2em;
}

#organizer .organizer-card-body h3 {
  color: #fff;
  font-weight: 600;
}

#organizer .organizer-card-body h6 {
  color: #ddd;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

#organizer .organizer-card-body h3:after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  margin: 10px auto;
  margin-bottom: 0;
  background: #1D3E91;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#organizer .organizer-card .organizer-card-body img, #organizer .organizer-card .organizer-card-body h3, #organizer .organizer-card .organizer-card-body h6, #organizer .organizer-card .organizer-card-body p {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all .5s ease-in-out;
}

#organizer .organizer-card:hover .organizer-card-body img {
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

#organizer .organizer-card:hover .organizer-card-body h3 {
  -webkit-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

#organizer .organizer-card:hover .organizer-card-body h6 {
  -webkit-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
}

#organizer .organizer-card:hover .organizer-card-body p {
  -webkit-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 30px 0;
}

.spekers-area {
  background: #fbfbfb;
  padding: 1.2em 0 2em;
}

.spekers-area figcaption h3 {
  font-size: 24px;
  margin: 0 0 8px;
}

.spekers-area [class^='imghvr-'] figcaption, .spekers-area [class*=' imghvr-'] figcaption {
  background-color: rgba(14, 14, 14, 0.7);
  padding: 15px;
  top: 70%;
}

.spekers-area [class^='imghvr-shutter-out-']:before, .spekers-area [class*=' imghvr-shutter-out-']:before {
  background: rgba(25, 63, 102, 0.5);
}

@media screen and (min-device-width: 768px) and (max-device-width: 1279px) {
  .spekers-area .owl-carousel .owl-stage {
    text-align: center;
  }
  .spekers-area [class^='imghvr-shutter-out-'] figcaption, .spekers-area [class*=' imghvr-shutter-out-'] figcaption {
    opacity: 1 !important;
  }
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #232323;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #275763;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
  font-size: 22px;
  background: #fff;
  padding: 7px 15px;
  font-weight: bold;
  box-shadow: 0px 0px 4px -1px #ccc;
}

#schedule .tab-pane {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: .2s ease-in-out;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  font-style: italic;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

#schedule .schedule-item ul {
  list-style: square;
  color: #152b79;
  font-size: 15px;
  padding-left:20px;
}

#schedule .schedule-item .col-md-9 {
  max-height: 60vh;
  overflow-y: auto;
}

#schedule .schedule-item .col-md-9::-webkit-scrollbar {
  width: 5px;
}

#schedule .schedule-item .col-md-9::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */

#schedule .schedule-item .col-md-9::-webkit-scrollbar-thumb {
  background: #152b79;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Parallel Events Section
--------------------------------------------------------------*/

.blog-card.left_bg {
  background: url(../img/european-advanced.jpg) center no-repeat;
}

.blog-card.right_bg {
  background: url(../img/spectroscopy.jpg) center no-repeat;
}

.blog-card, .title-content, .card-info {
  position: relative;
  color: #fff;
  transition: all 0.5s;
}

.blog-card:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.blog-card {
  padding: 1.875rem;
  transition: all 0.4s;
}

.blog-card .parallel-event-heading a {
  color: #fff;
  font-weight: 600;
}

.parallel-event-heading:after {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  margin: 10px auto;
  margin-bottom: 0;
  background: #275763;
  transition: all 0.2s;
}

.parallel-event-dates {
  color: #ddd;
  font-style: italic;
  line-height: 18px;
}

.blog-card:hover {
  box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}

.blog-card:hover .title-content {
  transform: translate(0px, -10px);
}

.blog-card:hover .card-info {
  transform: translate(0px, -15px);
}

/*--------------------------------------------------------------
# Important Dates Section
--------------------------------------------------------------*/

.dates-wrapper {
  transition: all 0.5s;
}

.dates-wrapper:hover {
  transform: translate(0px, -15px);
}

.dates-outer {
  padding: 15px;
  background: #000 url(../img/bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.dates-outer:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right bottom, #0d1429, #192738, #2a3a45, #3f4d53, #576062);
  opacity: .95;
}

.dates {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  border: 2px solid #fff;
  border-style: outset;
  margin-bottom: 5px;
  position: relative;
}

.dates span {
  font-size: 2rem;
  border-width: 3px;
  border-radius: 50%;
  border-style: inset;
  padding: 10px 15px;
  line-height: 5rem;
}

.dates-title {
  background: #fff;
  padding: 15px;
  position: relative;
  box-shadow: 0 10px 15px 0 rgba(6, 12, 34, 0.2);
}

.dates-title h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.dates-title .arrow-img {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
}

.links a {
  display: inline-block;
  min-width: 200px;
}

/*--------------------------------------------------------------
# Be a part Section
--------------------------------------------------------------*/

.be_a_part p {
  margin-bottom: 10px;
}

.be_a_part h2 {
  font-family: 'Nunito', sans-serif;
}

.be_a_part .card p {
  font-weight: 600;
}

.be_a_part .card .card-body {
  transition: all .5s ease-in-out;
}

.be_a_part .card:hover .card-body {
  color: #173e48;
  box-shadow: 0px 12px 20px -10px rgba(0, 10, 30, 0.75);
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/water.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 2rem 0;
}

#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: 24px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#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 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Call for Abstract Section
--------------------------------------------------------------*/

#call-for-abstract {
  background: #040919;
  /* padding: 3rem 0; */
}

.call-for-abstract h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: 'Nunito', sans-serif;
}

.call-for-abstract p {
  color: #eee;
  text-align: center;
}

/*--------------------------------------------------------------
# Knowledge Experience Section
--------------------------------------------------------------*/


.KnowledgeExperience {
  margin-top: 40px;
  margin-bottom: 50px;
}

.KnowledgeExperience h2 {
  font-family: 'Nunito', sans-serif;
}

.KnowledgeExperience iframe {
  width: 100%;
  height: 500px;
  margin: auto;
}

.video-wrap {
  position: relative;
}

.video-wrap img {
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.overlay-bg {
  background-color: rgba(13, 20, 41, 0.8);
}

.play-btn:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/play-icon.png) center no-repeat;
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  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: #275763;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav, #gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #275763;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #275763;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters h2,.media-recognitions h2 {
  font-family: 'Nunito', sans-serif;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

#supporters .supporter-logo h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  transition: all .7s ease-in-out;
}

#supporters .supporter-logo h4 i {
  font-size: 3rem;
  margin-bottom: 15px;
  transition: all .7s ease-in-out;
}

#supporters .supporter-logo:hover h4, #supporters .supporter-logo:hover h4 i {
  -webkit-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
  color: #275763;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}
/* 
#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
} */

.floatImg
{
   float:left;
   padding-right:15px;
   border-radius: 5px;
}

#faq-list a {
  padding: 5px 0;
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-right: 20px;
}

.topic p {
  text-align: left;
  font-size:16px;
}

.topic h2 {
  font-family: 'Nunito', sans-serif;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #275763;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

#faq .faq_list_new a.collapsed i::before {
  content: "\f055" !important;
}

#faq .faq_list_new i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq .faq_list_new {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#faq .faq_list_new li {
  flex-basis: 46%;
  white-space: normal;
  border-bottom: 1px solid #ddd;
  margin-right: 3%;
}

#faq .faq_list_new a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  /* padding-right: 20px;
  margin-right: 20px; */
  color: #000;
}

/* #faq .faq_list_new li a{
  border-bottom: 1px solid #ddd;
} */

/*--------------------------------------------------------------
# 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;
}

#subscribe .section-header h2, #subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #275763;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #275763;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#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);
  transition: .5s ease-in-out;
}

#buy-tickets .card:hover {
  transform: translateY(-15px);
}

#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: 1.75rem; */
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.8;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #275763;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #173e48;
}

#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: #275763;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #173e48;
}

.imghvr-push-up:hover {
  background-color: #173e48;
}

.read-more {
  position: static !important;
  display: block;
  margin: auto;
  background-color: #fff;
  color: #000;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.media_heading {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  margin: 0 0 15px 0;
  font-size: 25px;
  text-align: center;
}

.media-txt {
  font-family: "Raleway", sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.release-date {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}

.img_1 {
  position: absolute;
  margin-top: 130px;
  width: 100%;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #275763;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #232323;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #232323;
}

#contact .contact-info a {
  color: #232323;
}

#contact .contact-info a:hover {
  color: #275763;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #275763;
  border: 1px solid #275763;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #275763;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #275763;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: url(/ehmt20/img/ehmt20-thumb.jpg) no-repeat center right;
  background-size: 100%;
}

.content-section {
  background: #e9ebee;
}

.content-section .inner-content h1 {
  position: relative;
}

.content-section .inner-content {
  background: #fff;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  padding: 20px 20px;
}

.content-section .inner-content h1:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: -14px;
  left: 50%;
  margin-left: -70px;
  height: 2px;
  background: #ccc;
}

.content-section .inner-content h1:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #275763;
}

.section-header h2 {
  font-size: 2em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.r_txt h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 550;
  margin: 0 0 20px 0;
  padding: 0;
  color: #383838;
  font-size: 32px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  /* font-size: 18px; */
  font-weight: 500;
  color: #2f3138;
}

.dashboard {
  padding: 2em 0;
}
.stay-update-area
{
   margin-top:50px;
}

/* New Section */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');


  .important_dates h2
  {
      font-size: 45px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px;
      font-family: 'Nunito', sans-serif;
      /* font-family: 'Montserrat', sans-serif; */
  }
  .important_dates .borderRight
  {
     border-bottom-color:#275763;
     border-bottom-style: solid;
     border-bottom-width: 2px;
     margin-top: 10px;
     margin-left: 0px;
  }

  .important_dates .headTxt
  {
      font-size: 26px;
      color: #275763;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 10px;
  }
  .important_dates p
  {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
  }
  hr
  {
     width: 200px;
     height: 5px !important;
     background-color:#275763;
     margin-top: 20px;
     margin-bottom: 20px;
     margin: auto;
  }
  .Organizer h2
  {
      font-size: 45px;
      margin-top: 0px;
      margin-bottom: 20px;
      font-family: 'Nunito', sans-serif;
      /* font-family: 'Montserrat', sans-serif; */
  }
   .Organizer hr
  {
     width: 250px;
     height: 5px !important;
     background-color:#275763;
     margin-top: 10px;
     margin-bottom: 30px;
     margin-left: 0px;
  }
  .org_head
  {
      font-size: 35px;
      color: #363637;
      margin-top: 30px;
      font-family: 'Montserrat', sans-serif;
  }
  .Organizer img
  {
      /*width: 50px;
      height: 50px;*/
  }
  

  .org_btn
  {
     /*background-color: #275763;*/
     color: #275763;
     text-decoration: none;
     font-weight: bold;
  }
  .org_btn:hover
  {
     color: #275763;

  }

  .PreviousCongressReports
  {
     padding-top: 40px;
     padding-bottom: 40px;
  }

  .PreviousCongressReports h2
  {
      font-size: 35px;
      text-align: left;
      margin-top: 0px;
      margin-bottom: 10px;
      font-weight: 600;
      /*color: #275763;*/
      font-family: 'Nunito', sans-serif;
  }
  .PreviousCongressReports hr
  {
      background-color: #275763;
      margin-left: 0px;
      margin-bottom: 10px;
  }
  .PreviousCongressReports .eventName
  {
      font-size: 18px;
      padding: 10px;
      background-color: #fff;
      color: #202020;
      border-radius: 10px;  
      margin-bottom: 20px;
      font-family: 'Nunito', sans-serif;

  }
  .PreviousCongressReports .eventName a
  {
      color: #202020;
      text-decoration: none;  
      font-family: 'Nunito', sans-serif;
      
  }
  .PreviousCongressReports img
  {
      border-radius: 10px;
  }
  .speakers_area
  {
      margin-top: 50px;
  }
  .speakers_area h2
  {
    font-family: 'Nunito', sans-serif;
  }
  .speakers_area hr
  {
      margin-left: 0px;
      margin-bottom: 20px;
      width: 100px;
  }
  .speakers_area h5
  {
      font-size: 18px;
      font-weight: 600;
      margin-top: 15px;
      margin-bottom: 10px;

  }
  .speakers_area h6
  {
      font-size: 16px;
      font-weight: 600;
  }
  .Opportunities_area
  {
     margin-top: 50px;
  }
  .Opportunities_area hr
  {
      margin-left: 0px;
      margin-top: 20px;
      margin-bottom: 20px;
      width: 150px;
  }
  .Opportunities_area h2
  {
      font-size: 45px;
      margin-top: 30px;
      margin-bottom: 20px;
      color: #275763;
      font-family: 'Nunito', sans-serif;
  }
  .Opportunities_area img
  {
      border-radius: 10px;
  }

/* New Section Close */

.topic p {
  text-align: left;
  font-size:16px;
}

.topic h2 {
  font-family: 'Nunito', sans-serif;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #275763;
}

#faq #faq-list a.collapsed {
  color: #000;
}

.topic #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

.topic .faq_list_new a.collapsed i::before {
  content: "\f055" !important;
}

.topic .faq_list_new i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

.topic .faq_list_new {
  padding: 0;
  list-style-type: circle;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.topic .faq_list_new li {
  flex-basis: 46%;
  white-space: normal;
  /* border-bottom: 1px solid #ddd; */
  margin-right: 3%;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .copyright {
  padding-top: 30px;
}

#footer ul.footer-links, #footer ul.we-social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  padding-top: 30px;
}

#footer ul.footer-links li, #footer ul.we-social li {
  display: inline-block;
}

#footer ul.footer-links li a, #footer ul.we-social li a {
  color: #eee;
}

#footer ul.footer-links li a:hover, #footer ul.we-social li a:hover {
  color: #275763;
}

#footer ul.we-social li a {
  font-size: 1.429em;
  padding-right: 3px;
}

#footer ul.we-social h4 {
  color: #eee;
  font-family: inherit;
  font-size: 18px;
  font-weight: bold;
}

.hr_Media {
  background-color: #fff;
  border: none;
  height: 2px;
  width: 150px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.theme_clr {
  background-color: #275763;
}

.about_t {
  font-size: 24px;
  margin-bottom: 0px;
}

.a_img {
  filter: grayscale(100%);
}

.a_img:hover {
  filter: grayscale(0%);
}

.timer_box {
  max-width: 500px;
  margin: auto;
}

.time-count {
  max-width: 500px;
  margin: 15px auto;
}

.time_circles>div {
  position: absolute;
  text-align: center;
}

.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}

.time_circles>div>h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px !important;
  color: #fff;
}

.time_circles>div>span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 300%;
  margin-top: 0.4em;
  font-weight: bold;
  font-size: 25px !important;
}

.cir1 {
  top: 44px;
  left: 0px;
  width: 125px;
}

.cir2 {
  top: 44px;
  left: 125px;
  width: 125px;
}

.cir3 {
  top: 44px;
  left: 250px;
  width: 125px;
}

.cir4 {
  top: 44px;
  left: 375px;
  width: 125px;
}

.banner-overlay {
  background: rgba(0, 0, 0, .6);
  z-index: 2;
  padding-top: 90px;
}

/* 
.img_h_550 {
  height: 550px;
} */

.carousel-control-prev, .carousel-control-next {
  z-index: 100;
}

.slider_2 {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0%;
  z-index: 50;
}
.mob_timer
{
    width:100%;
    height:50px;
    display: none;  
}
.main-page {
  margin-top: 90px;
}

[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
  background-color: rgba(23, 62, 72, 0.8);
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

/* added New Style */

.top_space {
  margin-top: 50%;
}

.btn_c {
  background-color: #ecf0f1;
  color: #333;
}

.no_bor {
  border: none;
  padding-top: 0px;
  padding-left: 16px;
  padding-bottom: 16px;
}

.modal-dialog.m_width {
  max-width: 1100px;
  width: 1100px;
}

.content-section {
  background: #e9ebee;
}

.content-section p {
  font-family: "Poppins", sans-serif !important;
}

.congress-registration-page {
  margin-top: 8%;
}

.content-section .inner-content {
  background: #fff;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  padding: 20px 20px;
}

.content-section .inner-content h1 {
  position: relative;
}

.content-section .inner-content h1:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: -14px;
  left: 50%;
  margin-left: -70px;
  height: 2px;
  background: #ccc;
}

.content-section .inner-content h1:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #275763;
}

.btn_theme {
  background-color: #275763;
  color: #fff;
}

.btn_theme:hover {
  border: 1px solid #275763;
  color: #275763;
  background-color: #fff!important;
}

.h_txt {
  font-weight: 550 !important;
  font-size: 33px !important;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.breadcrumb {
  padding: .5rem 1rem;
  background: none;
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.jconfirm-box-container {
  width: 100%!important;
  margin: 0 auto;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.User-registration .list-inline .active :after, .User-registration .list-inline {
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  color: #757575;
  line-height: 30px;
  margin-left: 0px;
}

.register-section .list-inline, .User-registration .list-inline {
  padding-bottom: 0px;
  border-bottom: none;
  position: relative;
}

.register-section .list-inline .active, .User-registration .list-inline .active {
  background: #275763;
  border: 2px solid #275763;
  color: #fff;
}

.register-section .list-inline li, .User-registration .list-inline li {
  display: inline-block;
  left: 182%;
  padding: 7px 40px;
  border-radius: 0;
  background: #f4f4f4;
  font-size: 17px;
  font-weight: 700;
  color: #275763;
  margin: 0 7px 20px 7px;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.register-section .list-inline .active:after, .User-registration .list-inline .active:after {
  content: " ";
  position: absolute;
  top: 42px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #275763;
  clear: both;
}

.User-registration .list-inline .active :after, .User-registration .list-inline {
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  color: #757575;
  line-height: 30px;
  margin-left: 0px;
}

.congress-registration-page input[type=radio] {
  margin: 4px 5px 0 0;
}

.list-group-item>.badge {
  float: right;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.r_txt h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 550;
  margin: 0 0 20px 0;
  padding: 0;
  color: #383838;
  font-size: 32px;
}

.b_hover {
  color: #000;
  cursor: pointer;
}

.b_hover:hover {
  color: #275763;
  cursor: pointer;
}


/*  Media New slider  */
#wrapper {
  width: 950px;
  height: 450px;
  margin: 0px 0 0 -475px;
  position: absolute;
  top: 0%;
  left: 50%;
}
#carousel-left,
#carousel-right {
  width: 450px;
  height: 325px;
  overflow: hidden;
  position: absolute;
  top: 65px;
  z-index: 1;
}
#carousel-left {
  left: 25px;
}
#carousel-right {
  right: 25px;
}
#carousel-center {
  width: 550px;
  height: 400px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 200px;
  z-index: 2;
}
.caroufredsel_wrapper {
  box-shadow: 0 0 10px rgba( 0, 0, 0, 0.3 );
}
.caroufredsel_wrapper img {
  display: block;
  float: left;
}
#prev,
#next {
  background: #ccc;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.6 );
  line-height: 26px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
#prev {
  left: 0;
}
#next {
  right: 0;
}
#prev:hover,
#next:hover {
  background: #bbb;
}
#donate-spacer {
  height: 100%;
}
#donate {
  border-top: 1px solid #999;
  width: 750px;
  padding: 50px 75px;
  margin: 0 auto;
  overflow: hidden;
}
#donate p, #donate form {
  margin: 0;
  float: left;
}
#donate p {
  width: 650px;
}
#donate form {
  width: 100px;
}

.img_l,.img_r
{
    width:450px;
    height:325px;
}
.img_c
{
    width:550px;
    height:400px;
    cursor: pointer !important;
}
#wrapper img
{
  transform: scale(1,1);
  transition: 0.5s;
}
#wrapper img:hover
{
  transform: scale(1.2,1.2);
  transition: 0.5s;
}
.media_d
{
    position:relative;
    top:0;
    left:0;
    height:420px;
}
#carouselExampleIndicators
{
    display: none;
}
.mob_timer
{
    display: none;
}

/* Mobile Timer */

#defaultCountdown 
{ width: 280px;
  height: 80px;
  display:block;
  margin:auto;
  padding-top:0px;
  background-color:transparent;
  color:#fff;
}
.is-countdown{
  border:none !important;
}
.countdown-section{

  background-color: #275763;
  margin-right:5px;
  margin-left:5px;
}
.countdown-show3 .countdown-section {
  width: 25.5% !important;
  padding: 5px;
}
.countdown-show4 .countdown-section {
  width: 19.5% !important;
  padding: 5px;
}
.countdown-section {
     display: block;
     float: left;
     font-size: 75%;
     text-align: center;
     background-color:rgba(0,0,0,0.5);
     border-radius:5px;
}
.countdown-amount {

     font-size: 200%;  
     font-size: 20px;
     line-height: 20px;
     font-weight: bold;
     color: #f25421;
     text-align:center;
     font-family: 'Oswald', sans-serif;
}
.countdown-period {
    display: block;
}
.inner_p
{
    font-size:18px;
    display: inline;
}
.sub_heading
{
    font-size:20px;
    font-weight: bold;
}

/* Media Slider */

.owl-item > .mediaSlider {
  cursor: pointer;
  margin: 6% 8%;
  transition: 0.4s ease;
  transform: scale(1,1);
}
.owl-item > .mediaSlider:hover {
  cursor: pointer;
  margin: 6% 8%;
  transition: 0.4s ease;
  transform: scale(1.1,1.1);
}
.owl-item.center > .mediaSlider {
  cursor: auto;
  margin: 0;
  transform: scale(1,1) !important;
}
.owl-item:not(.center) > .mediaSlider:hover {
  opacity: .75;
}

.info
{
    cursor: pointer;
}
.info:hover
{
    cursor: pointer;
    color:#275763 !important;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  #contact .border-left {
    border-left: 1px solid #ddd;
  }
  #contact .border-right {
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  .pricing {
    min-height: 240px;
  }
}

@media (device-width: 1024px) {
  h2.parallel-event-heading {
    font-size: 24px;
  }
  p.organizer-content {
    height: 145px;
    overflow: hidden;
  }
  #intro {
    height: 550px;
  }
  .pricing {
    min-height: 288px;
  }
}

@media (device-width: 768px) {
  #intro {
    height: 550px;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
  #about {
    background-attachment: fixed;
  }
  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }
  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #about, #about-light, #venue, #call-for-abstract {
    text-align: center;
  }
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .main-page {
    margin-top: 70px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  #intro .intro-container {
    top: 70px;
  }
  #intro h1 {
    font-size: 34px;
  }
  #intro p {
    font-size: 16px;
  }
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
  #venue .venue-info {
    padding-top: 2em;
    padding-bottom: 2em;
    margin: 2rem 15px 0 15px;
  }
  .spekers-area .single-speaker.item {
    text-align: center;
  }
  section, .inner_page_content {
    padding: 1.5625rem 0 !important;
  }
  .section-header {
    margin-bottom: 1.75rem;
  }
  .section-header h2 {
    font-size: 1.5rem;
  }
  .theme-btn, .theme-btn-inverse-lightbg, .theme-btn-inverse {
    padding: 6px 20px;
  }
  #call-for-abstract {
    margin: 0 15px;
  }
  #supporters .supporter-logo h4 {
    font-size: 16px;
  }
  #supporters .supporter-logo h4 i {
    font-size: 2rem;
  }
    /* Media change in mobile */
    #wrapper
    {
        display: none;
    }
    #carouselExampleIndicators
    {
        display: block;
    }
    .media_d
    {
        display: none; 
    }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20vh;
  }
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  #footer .copyright {
    padding-top: 0px;
  }
}

/* Extra small devices (phones, 600px and down)*/

@media (min-width: 576px) and (max-width: 767px) {
  .be_a_part .card p {
    font-size: 11px;
  }
  #logo {
    margin-top: 5px;
  }
}

/* sm-* small devices*/

@media (max-width: 575px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
  #footer {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

@media screen and (max-width:1024px) {

  .slider-content2 {
    position: absolute;
    color: #fff;
    top: 14%;
    left: 10%;
}
.slider-content2 .spanHeading {
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    line-height: 25px;
    color: #fff;
    font-family: "Nunito", sans-serif;
}
.abstractBtn {
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px;
    background-color: transparent;
    transition: 0.5s;
    display: none;
}
.slider-content2 p {
    font-size: 24px;
    width: 70%;
    display: none;
} 
  .inner_page_content {
    padding: 0px !important;
  }
  .btn_1 {
    float: none;
    display: block;
    margin: auto;
    width: 150px;
  }
  .iaamFellowHome {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .box1 {
    height: 230px;
    width: auto;
    background-color: #275763;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 8px;
    transition: 0.5s;
    transform: scale(1, 1);
    margin: auto;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .box1:hover {
    height: 230px;
    width: auto;
    background-color: #275763;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 8px;
    transition: 0.5s;
    transform: scale(1.1, 1.1);
    margin: auto;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .box2 {
    height: 150px;
    width: 150px;
    background-color: #275763;
    border: 10px solid #fff;
    border-radius: 99%;
    margin: auto;
    margin-top: 20px;
  }
  .cnt {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .box2 p {
    text-align: center;
    margin-top: 26px;
    font-size: 60px;
    color: #fff;
  }
  .box1 h4 {
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    color: #fff;
  }
  .box1 h5 {
    text-align: center;
    padding-top: 0px;
    font-size: 16px;
    color: #fff;
  }
  #about-light h2 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .timer_box 
  {
    display: none;
  }
  .mob_timer
  {
      width: 65%;
      height: 50px;
      display: block;
      margin: auto;
  }
  #intro h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #intro p {
    color: #ebebeb;
    font-weight: 700;
    font-size: 13px;
  }
  #intro {
    width: 100%;
    height: 240px !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    margin-top:50px;
    padding-bottom:0px !important;
  }
  .slider_2 {
      width: 100%;
      position: absolute;
      top: 15%;
      left: 0%;
      z-index: 50;
  }
  .h_text {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    width: 100%;
    margin: auto;
  }
}

@media screen and (max-width:600px) {
 .inner_page_content {
    padding: 0px !important;
  }
  .about_t {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .btn_1 {
    float: none;
    display: block;
    margin: auto;
    width: 150px;
  }
  .banner-overlay {
    background: rgba(0, 0, 0, .6);
    z-index: 2;
  }
  
  .carousel-control-prev, .carousel-control-next {
    z-index: 100;
  }
  .slider_2 {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 50;
  }
  #intro h1 {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 10px;
  }
  #intro p {
    color: #ebebeb;
    font-weight: 700;
    font-size: 10px;
  }
  #intro {
    width: 100%;
    height: 190px !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    margin-top: 45px;
    padding-bottom:0px !important;
  }
  .h_text {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100%;
    margin: auto;
    margin-bottom: 12px;
  }
  .space_top {
    margin-top: 0px;
  }
  .timer_box {
    display: none;
  }
  .mob_timer
  {
      width: 65%;
      height: 50px;
      display: block;
      margin: auto;
  }
  .mob_slider
  {
      overflow: hidden;
      height:160px;
  }
  .img_h_550
  {
      height:160px;
  }
  #faq .faq_list_new li {
    flex-basis: 100%;
    white-space: normal;
    border-bottom: 1px solid #ddd;
    margin-right: 3%;
  }
  .box1 {
    height: 230px;
    width: auto;
    background-color: #275763;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 8px;
    transition: 0.5s;
    transform: scale(1, 1);
    margin: auto;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .box1:hover {
    height: 230px;
    width: auto;
    background-color: #275763;
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 8px;
    transition: 0.5s;
    transform: scale(1.1, 1.1);
    margin: auto;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .box2 {
    height: 150px;
    width: 150px;
    background-color: #275763;
    border: 10px solid #fff;
    border-radius: 99%;
    margin: auto;
  }
  .cnt {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .box2 h1 {
    text-align: center;
    margin-top: 26px;
    font-size: 60px;
    color: #fff;
  }
  .box1 h4 {
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    color: #fff;
  }
  .box1 h5 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    color: #fff;
  }
 
  .read-more {
    position: static !important;
    display: block;
    margin: auto;
    margin-top: 15px;
    background-color: #fff;
    color: #000;
    display: block;
    width: 100px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 5px;
  }
  .media_heading {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
  }
  .media-txt {
    font-family: "Raleway", sans-serif;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
  }
  .release-date {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-bottom: 0px;
  }
  .img_1 {
    position: absolute;
    margin-top: 130px;
    width: 100%;
  }
  .f_height {
    height: 150px;
    margin-bottom: 0px;
  }
  .conference_btn
  {
    width: 230px;
    font-size: 12px;
  }
  .conference_div
  {
    padding-left: 12px;
  }

}

@media screen and (max-width:320px)
{
  .conference_btn
  {
    width: 230px;
    font-size: 12px;
  }
  .conference_div
  {
    padding-left: 0px;
  }
  .mob_timer
  {
      width: 80%;
      height: 50px;
      display: block;
      margin: auto;
  }
}
