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

body {
  background: #fff;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #e8450b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alice", serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.main-page {
  margin-top: 90px;
}

.wow {
  visibility: hidden;
}

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

/* Back to top button */

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

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

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}
/* OTP CSS */

.modal-content{border-radius: 20px;}
.modal-header{ color: #ed1651;}
.modal-header .close {
    font-weight: 100;
    font-size:40px;
    padding: 0;
    outline: none;
    background: none;
    border: none;
    border-radius:0;
    line-height: 55px;
	margin: 0;
}

.modal-open {
    overflow: hidden !important;
}


.cust-modal .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
	font-weight: 300;
	line-height: 20px;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
    background: #e8450b;
    border-radius: 9px;
    width: 40px;
    height: 4px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.otp-block input {
  border: 2px solid #355aa5;
  border-radius: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #355aa5;
}
.otp-border {
  background: #d1d1d1;
  width: 20px;
  height: 7px;
  margin: 0 5px 0 10px;
  border-radius: 9px;
}
.resent-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.resend-btn {
  background: #ed1651;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
}
.resend-btn:hover {
  opacity: 0.7;
  color:#fff;
}

.change-number {
  color: #212529;
  text-decoration: underline;
}
.change-no-block input {
border: 2px solid #e8450b;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    height: 50px;
    box-shadow: 4px 5px 0 #ccc;
    text-align: center;
    font-size: 22px;
    color: #e8450b;
    margin: 0;
}

.text-muted {
    color: #8492a6 !important;
}
.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}

.text-yellow{
    color: #fab439 !important;
}



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

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

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

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

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2 !important;
}

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

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

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
   display:none;
}

#header.header-scrolled,
#header.header-fixed {
    display:none;
    height: 90px;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

#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: #e8450b;
}

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

#header #logo img {
    /* padding: 0; */
    /* margin: 0; */
    /* max-height: 45px; */
    /* transition: 0.5s ease-in-out; */
    /* border-radius: 5px; */
    padding: 5px;
    margin: -13px 0 0;
    max-height: 65px;
    transition: 0.5s ease-in-out;
    background: white;
    border-radius: 9px;
    /* filt*/
}

#header.header-scrolled #logo img {
    padding: 0;
    max-height: 65px;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# 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: -100px;
  z-index: 99;
  
}

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

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

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

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

.nav-menu ul li {
  min-width: 180px;
}

/* 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: rgb(255 255 255 / 95%);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  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: #ff5d2b;
  visibility: hidden;
  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: #e8450b;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #e8450b;
  transition: all ease-in-out 0.3s;
  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: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}


.nav-menu .menu-active  ul li a {
  color: #000000;
}

.nav-menu ul li {
  transition: 0.3s;
}

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

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

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  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;
  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: 17px;
  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: #e8450b;
}

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

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  /*color: #e8450b;*/
      color: #d1040c;
}

#mobile-nav ul .menu-item-active {
  color: #e8450b;
      /*color: #d1040c;*/
}

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

.btn {
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
}

.btn-primary {
    color:#980f02;
    background-color: #fff;
    border:  1px solid  #980f02 ;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #980f02 !important;
    border-color: #e9434e !important;    
}
.rounded-20 {
    border-radius: 20px;
}

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

#intro {
  width: 100%;
  height: auto;
  background: url(../img/intro-bg.jpg) top center;
  background-size: cover;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}

#intro:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#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;
}
.mt-90 {
  margin-top: 90px !important;
}
.px-110 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.pt-100 {
    padding-top: 100px;
}
#intro .mainText{ margin:0; padding:0px;}


#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 600;
  text-transform: normal;
  line-height:46px;
}

#intro h1 span {
  color: #e8450b;
}

#intro .date {
  color: #000000;
  font-weight: 700;
  font-size:32px;
  background-color:rgba(255, 255, 255, 0.6); 
  padding:0 20px;
  border-radius:10px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e8450b 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;
  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 #e8450b;
  -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;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e8450b;
  background: #e8450b;
}

#intro .about-btn:hover {
  background: #000;
  color: #fff;
  border: 2px solid #e8450b;
}

@-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;
  }
}

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

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

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

#about h3 {
  font-size: 24px;
  font-weight:300;
  margin-bottom: 20px;
  color:#e8450b;
}

#about p {
  font-size: 18px;
  line-height:26px;
  margin-bottom: 20px;
  color: #000;
}


.bg-orange{background:#e8450b;}
/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 60px 0 60px 0;
  background: #f6f7fd url("../img/page-right.png") no-repeat right bottom;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(0, 0, 0, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #e8450b;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
    padding: 60px 0;
    /*margin-bottom: 50px;*/
}

#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #e8450b;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}

#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

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

#schedule {
  padding: 60px 0 60px 0;
}

#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: #000000;
  color: #fff;
  padding: 10px 100px;
}

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

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

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

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

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

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#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 h5{margin:0; padding:0; font-family: "Open Sans", sans-serif; font-size:18px;}
.rounded-10{border-radius:10px !important;}

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

#why-exhibit {
  background: url("../img/bg-patern-banner.png") center bottom no-repeat fixed;
  background-size: cover;
  position: relative;
  color: #000;
  padding: 60px 0 40px 0;
}

/* #why-exhibit:before { */
  /* content: ""; */
  /* background: rgba(13, 20, 41, 0.8); */
  /* position: absolute; */
  /* bottom: 0; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
/* } */
#why-exhibit h5 {
  font-size:32px;
  line-height:40px;
  margin-bottom: 20px;
  color: #000;
  font-weight:300;
}
#why-exhibit p {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    position: relative;
    font-weight: 300;
    text-align: justify;
}
#why-exhibit .list p{position:relative; font-size: 18px; font-weight: 400;}
#why-exhibit .list p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -8px;
    top:12px;
    background-color: #e8450b;
    border: 5px solid #fff;
}

.bg-gray{ background-color: rgba(232, 232, 232, 0.9);}
.bg-green{ background-color: rgba(76, 187, 23, 0.2);}
/*.bg-light-blue{ background-color:  rgba(130, 183, 255, 0.3);}*/

/*--------------------------------------------------------------
# venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0 0 0;
}



/*--------------------------------------------------------------
# registration Section
--------------------------------------------------------------*/

#registration {
  padding: 60px 0 0 0;
}

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

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

#registration .registration-info {
  background: url("../img/bg-1.png") bottom right no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#registration .registration-info:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#registration .registration-info-1 {
  background: url("../img/venue-info-bg-2.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#registration .registration-info-1:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#registration .registration-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

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

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

#registration .registration-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#registration .registration-gallery img {
  transition: all ease-in-out 0.4s;
}

#registration .registration-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

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

#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: #e8450b;
}

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

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

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

#supporters {
  padding: 80px 0;
}

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

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

#faq {
  padding: 60px 0;
}

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

#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: #e8450b;
}

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

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

/*--------------------------------------------------------------
# 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: #e8450b;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

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

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

#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: 48px;
  margin: 0;
}

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

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

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

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

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

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

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

#contact {
  padding: 60px 0;
}

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

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

#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: #e8450b;
}

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

#contact .form #sendmessage {
  color: #e8450b;
  border: 1px solid #e8450b;
  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: #e8450b;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

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



#aboutieema {
  padding: 60px;
  background: url(../img/ieema_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color:#fff;
}

#aboutieema .contect{color:#fff; font-size:20px; line-height:32px;}




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

#footer {
  background:#212529;
  padding: 5px 0;
  color: #ffffff;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  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 .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #404042;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
    background: #d1040c;
  color: #fff;

}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #e8450b;
}

#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: #e8450b;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 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: #e8450b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #e8450b;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  /* text-align: center; 
  padding-top: 30px;*/
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}



.footer-banner .heading p {font-size: 20px; font-weight: 400;}
.footer-banner .heading h3 {font-size: 30px; font-weight: 700;}
.footer-banner .media img {background-color: #1A9FEF;padding: 16px 14px;border-radius: 10px;}

.footer-banner .media .media-body h5{font-size: 17px;text-transform: uppercase;margin-bottom:0px;color:#fff;}
.footer-banner .media .media-body a {font-size: 24px;font-weight: 600;color: #008dd2;}
.Contact-Person{
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    display:block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    margin: 0 0 15px 0;
}
.Contact-Person span{background-color:#eb6228; color:#fff; padding:5px 10px; display:block; border-radius:5px; margin-bottom:10px; font-weight:600;}

#contact .media img {
    border-radius:0px;
}


	
/*--------------------------------------------------------------
# Form Css
--------------------------------------------------------------*/	
	
	
/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0 0 7px 0;
    padding: 0 15px 0px 40px;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 13px;
    color: #FFF;
    border: none;
	cursor: pointer;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 34px;
  height: 100%;
}

.ride-line {
    position: relative;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.ride-line-empty {
    height: 1px
}

.ride-line span {
    background-color: #000;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: #fff;
	border-radius: 10px;
}

.ride-line:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #000;
}

.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
	background-color: #000;
	text-shadow: 0 -1px 0 #000;
}

.loginBtn--facebook:before {
	/* border-right: #364e92 1px solid; */
	background: url('../img/facebook-icon.png') 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #000;
}


/* Google */

.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #fff;
	color:#000;
}

.loginBtn--google:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../img/google-icon.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #fff;
}


/* Linkedin */

.loginBtn--linkedin {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #2567b3;
}

.loginBtn--linkedin:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../img/linkdin-icon.png') 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
	background: #19559a;
}

.form-section{ text-align:left;}
.form-section .form-control {
    border-radius: 4px;
    padding: 0px 0 0px 55px;
    font-size: 14px;
    height: 48px !important;
	font-family: 'Roboto', sans-serif;
}

.form-section .form-icon {
    position: absolute;
    top: 10px;
} 
.form-icon {
    position: absolute;
    top: 21px;
    left: 15px;
    z-index: 20;
}

.alreadyRegistered{font-size:15px; font-weight:500; line-height:15px; color:#fff; padding-top: 5px;}
.alreadyRegistered a{color:#990f02;}
.alreadyRegistered span{ border-bottom:3px solid #fff; padding-bottom:3px;}

form h3 {
    font-size: 32px;
    font-weight: 700;
}

.form_bg{background: rgba(232, 69, 11, 0.9);}

#already-reg-modal-body form:before {
	background:none;
}

#already-reg-modal-body form:after {
	background:none;
}

/*--------------------------------------------------------------
# slider 
--------------------------------------------------------------*/

.formOuter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.carousel-item:before { 
	content: ""; 
	background: rgba(0, 0, 0, 0.6); 
	position: absolute; 
	bottom: 0;
	top: 0; 
	left: 0;
	right: 0; 
	z-index:-1px; 
} 


/*--------------------------------------------------------------
# committee Section
--------------------------------------------------------------*/

#committee {
  padding: 80px 0;
}
#committee .detailBox h5{font-size:18px; margin-bottom:0; padding:0; font-weight:600;}
#committee .detailBox h5 span{display:block; font-size:15px; color: #e8450b !important; margin:5px 0 0 18px; font-weight:500;}

#registeruserform {
    background: #FFFFFF;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    /*box-shadow: 0px 3px 7px rgb(0 0 0 / 15%);*/
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto;
    display: block;
}

/*#registeruserform:before {*/
/*position: absolute;*/
/*    content: "";*/
/*    bottom: -27px;*/
/*    left: 0;*/
    /*background: #e9e9e9;*/
/*    margin: 0 15px;*/
/*    width: 1080px;*/
/*    border: 1px solid #283891;*/
/*    border-top: 0;*/
/*    border-radius: 0px 0px 20px 20px;*/
/*    height: 295px;*/
/*}*/


.from-banner {
    /* background: transparent linear-gradient(90deg, #990f02 0%, #ff7f45 100%) 0% 0% no-repeat padding-box; */
        /*background: transparent linear-gradient(90deg, #990f02 0%, #ff7f45 100%) 0% 0% no-repeat padding-box;*/
        background:url(../img/7th-Banner.jpg) no-repeat center;
    /*       padding-top: 165px;*/
    padding-bottom: 50px;
    position:relative;
}
.from-banner:after{background:#0000004d;position:absolute;left:0;top:0;right:0;bottom:0;content:'';z-index:0;}

.form-hedding {
    color: #000000;
    font-size: 20px;
    margin: 20px 0 30px 0;
}
.from-banner.main_banner h2 {
    font-size: 34px;
    font-family: lato;
    color:#fff;
}
.from-banner.main_banner h1 {
    font-size: 30px;
    
    color:#fff;
}
.from-banner.main_banner h2 span{color:#b12227;}
.form-hedding span {
background: #212529;
    color: #ff7f45;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
}

.form-hedding.company span {
    background: white;
    color: black;
    font-size: 20px;
}

.form-control {
	border-radius: 0px;
	padding: 8px;
	font-size: 14px;
	height: 40px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
}
.coauthor{background:#f3f3f3; padding:20px;padding-top:10px;margin-bottom:20px;}
.co-auth-head{
    
    font-size: 12px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #212529;
    color: #ff7f45;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 0px 0px 0px 5px;
    font-weight: 600;
}
 
.co-auther-block{text-align:left;border-radius: 20px 0px 20px 20px;}
 .co-auth-fullname{font-size:16px;color:#000;font-weight:bold;}
 .co-auth-comp-name{font-size:13px;}
 .co-auth-mob{font-size:13px;color:#000;font-weight:500;}
.btn-submit {
    color: #fff;
    background-color: #cc222e;
    border-color: #e9434e;
    padding: 7px 22px;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    display: inline-block;
    /*width: 190px;*/
    margin: auto;
    /*top: 32px;*/
    /*margin-bottom: 25px;*/
}


.download-information-paper {
    padding-top: 25px;
}
.download-information-paper h3 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 10px;
}

.download-information-paper ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.download-information-paper ul li {
    padding: 8px 25px;
    background: #404042;
    margin: 0 15px;
    border-radius: 5px;
}
.download-information-paper ul li a {
    color: #fff;
}

.make-payment {
    /*margin-top: 60px;*/
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}



.heading h2 {
    font-size: 35px;
    line-height: 65px;
    font-weight: 700;
    color: #3F8E4D;
    text-transform: capitalize;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    line-height: 45px;
}
.heading h2 span {
    color: #f1592a;
    font-weight: 600;
}
.heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 5px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear,right top,left top,color-stop(50%,#FF6C1C),to(#FF3A33));
    background: -webkit-linear-gradient(right,#FF6C1C 50%,#FF3A33);
    background: -o-linear-gradient(right,#FF6C1C 50%,#FF3A33);
    background: linear-gradient(-90deg,#FF6C1C 50%,#FF3A33);
}
#call-for-papers {
    padding: 60px 0 0;
}
.heading h2 {
    font-size: 35px;
    line-height: 65px;
    font-weight: 700;
    color: #3F8E4D;
    text-transform: capitalize;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    line-height: 45px;
}

.heading.about p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
}

.heading.about {
    margin-bottom: 50px;
}
.topics-content p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    position: relative;
    padding: 5px 0;
}
.topics-content {
    padding: 0 25px;
}

.topics-content p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 18px;
    width: 18px;
    border-radius: 90px;
    left: -20px;
    top: 7px;
    background-color: #e8450b;
    border: 5px solid #ebebeb;
}

.paper-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
    position: relative;
}

.section-header.timeline {
    margin-bottom: 15px;
    margin-top: 50px;
}
.section-header h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.timeline-tabel table th {
    color: #000;
}
.timeline-tabel table td {
    color: #000;
    white-space: nowrap;
}
.delegate-contribution1 p {
    font-size: 18px;
}
.delegate-contribution1 {
    border: 1px solid #ff5d2b;
    border-radius: 15px;
    padding: 25px;
    background: #fff;
}


.heading.about.metering {
    margin-top: 50px;
}
.form-abstract-hedding{font-size:20px;margin:0;padding:0;border-bottom:1px solid #f1f1f1;margin-bottom:10px;margin-top:20px;padding-bottom:7px;color:#D83641;}
/*--------------------------------------------------------------
# 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;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

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

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}


@media (max-width: 1440px) {
.nav-menu a {
    font-size: 12px;
    outline: none;
    padding: 8px 3px;
}
#header #logo img {

    max-height: 55px;
    transition: 0.5s ease-in-out;
    background: white;
    border-radius: 9px 0;
}
#header.header-scrolled #logo img {
    padding: 0;
    max-height: 55px;
    transition: all 0.5s;
}
}




@media (max-width: 1368px) {
#nav-menu-container {
    display: none;
  }
    #mobile-nav-toggle {
    display: inline;
  }
  #header #logo img {
    max-height: 80px;
    margin: -10px 0;
}
#header {
height: 120px !IMPORTANT;
}
.main-page {
       margin-top: 120px !IMPORTANT;
}
#header.header-scrolled #logo img {
    padding: 0;
    max-height: 80px;
    transition: all 0.5s;
}
#mobile-nav-toggle {
    margin: 35px 15px 0 0;
}
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
#registeruserform:before {
    width: 96.8%;
}
}

@media (max-width: 1280px) {
#header #logo img {
    max-height: 70px;
        margin: 0;
}
#header.header-scrolled #logo img {
    padding: 0;
    max-height: 70px;
    transition: all 0.5s;
        margin: 0;
}
}

@media (max-width: 991px) {
  #header {
    /* background: rgba(6, 12, 34, 0.98); */
    height: 70px !IMPORTANT;
    padding: 15px 0;
    transition: all 0.5s;
  }
#header #logo img{max-height: 50px; margin-top:-15px;}

  #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;
  }
  #registeruserform:before {
     width: 95.7%;
}
.from-banner {
    padding: 0px 0 25px 0;
}


.main-page {
       margin-top: 68px !IMPORTANT;
}

#header.header-scrolled #logo img {
    padding: 0;
    max-height: 50px;
    transition: all 0.5s;
    margin-top: -15px;
}
#mobile-nav-toggle {
    margin: 15px 15px 0 0;
}
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }


  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  #intro {
	  padding-left:0px;
	  padding-right:0px;
	}
	.px-110{padding-top:70px; padding-bottom:70px}
	.pt-100 {
		padding-top: 70px;
	}
	.formOuter.py-80 {
	  padding-left:0px;
	  padding-right:0px;
	}
	form h3 {
		font-size: 26px;
		font-weight: 700;
	}
	
	#registeruserform:before {
    width: 94.2%;
        height: 420px;
}

section.from-banner.main_banner h1 {
    font-size: 28px;
      text-align: center;
}
	.from-banner.main_banner h2 {
    font-size: 18px;
        margin: 0;
            text-align: center;
}
.download-information-paper ul {
    display: block;
    justify-content: center;
    list-style: none;
    padding: 0;
}

 .download-information-paper ul li {
    padding: 8px 25px;
    background: #404042;
    margin:0;
  margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}
.section-header h3 {
    font-size: 26px;
}
.heading h2 {
    font-size: 26px;
}
}

@media (max-width: 574px) {
  #registration .registration-info h3 {
    font-size: 24px;
  }
 .delegate-contribution1 table.table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}

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

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
  .form-hedding.company span {
    background: white;
    color: black;
    font-size: 17px;
}
#header #logo img {
    /*max-height: 25px;*/
    margin: -5px 0 !IMPORTANT;
    position: relative;
    top: -5px;
}
#header.header-scrolled #logo img {
    padding: 0;
    margin: 0;
    max-height: 25px;
    transition: all 0.5s;
}
.heading.about.metering {
    margin-top: 50px;
    margin-bottom: 30px;
}
}

@media (max-width: 380px) {
#registeruserform:before {
    width: 91.2%;
    bottom: -20px;
    height: 450px;
}
.heading h2 {
    font-size: 25px !IMPORTANT;
    line-height: 30px;
}
}

@media (max-width: 360px) {
#registeruserform:before {
     width: 90.9%;
}
.make-payment .col-lg-12 {
    padding: 0;
}
}

@media (max-width: 320px) {
#registeruserform:before {
     width: 89.5%;
    height: 500px;
}

#header #logo img {
    max-height: 20px !IMPORTANT;
    margin: 0px 0 !IMPORTANT;
}
}