
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

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 0px 0;
}

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

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

.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 */


.close.otp-popup {
    position: absolute;
    right: -2px;
    background: #ff0000;
    color: #fff;
    border-radius: 50px;
    padding: 10px 10px;
    font-weight: 300;
    line-height: 12px;
    margin: 0;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: -12px;
        z-index: 99;
}
.modal-content.otp-popup {
    width: 350px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #e8450b;
  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;
}


.text-danger {
    color: #e8450b !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 h3{
  font-size: 24px;
  text-align: center;
  font-weight: 600 !important;
  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: #f6f7fd;
}

.from-banner {
	background: transparent linear-gradient(90deg, #FF6D30 0%, var(--unnamed-color-3e65ac) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(90deg, #FF6D30 0%, #3E65AC 100%) 0% 0% no-repeat padding-box;
}

.form-hedding {
    color: #000000;
    font-size: 20px;
    margin: 20px 0 30px 0;
}

.form-hedding span {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

.agenda_btn{position: absolute; top: 42%;}

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

#header {
  /*height: 90px;*/
  /*padding: 25px 0;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  /*background: #000;*/
}

/*#header.header-scrolled,*/
/*#header.header-fixed {*/
/*background: #000;*/
/*    height: auto;*/
/*    padding: 15px 0;*/
/*    transition: all 0.5s;*/
/*    box-shadow: 0 0 10px rgb(0 0 0 / 50%);*/
/*}*/

#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:65px;
  transition: 0.5s ease-in-out;
  /*display:none;*/
}

#header.header-scrolled #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px !IMPORTANT;
    transition: all 0.5s;
    display: block;
}

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

.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: 20px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  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: 10px 15px;
    text-decoration: none;
    display: inline-block;
    color: rgba(202, 206, 221, 0.8);
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    color: #000;
}

/*.nav-menu a:hover {*/
/*     color: #e92227;*/
/*}*/


.nav-menu a:hover {
    color: #ffffff !IMPORTANT;
    background: #e92227;
    border-radius: 5px;
}

.nav-menu .menu-active a{
  color: #fff;
  background: #e8450b;
}
header.header-scrolled .nav-menu a {
    color: #000 ;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.nav-menu > li a.active {
    color: #e92227;
    padding: 8px 15px !IMPORTANT;
    /* background: #e92227; */
    border-radius: 4px;
    border: 2px solid #e92227;
}

.nav-menu > li a.active:hover{
    color:white !important;
}

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

/*.nav-menu > li > a:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 0;*/
/*  height: 2px;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  background-color: #e8450b;*/
/*  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: #d40000;
  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;
    color: #000;
    border-bottom: 0;
}

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

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

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    filter: brightness(0) invert(3);
}

/* 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;
    display: none !IMPORTANT;
}

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


/* 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 ul {
  background-color:#e8450b;
}
#mobile-nav ul li li {
  padding-left:0px;
}
#mobile-nav ul li li a{
 font-size:14px;
 color:rgba(255,255,255,0.9);
 padding: 5px 22px 5px 15px;
}
#mobile-nav ul li li a:hover{
 font-size:14px;
 color:rgba(255,255,255,0.9);
}

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

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

#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 20px;
    font-size: 16px;
    font-weight:500;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border: #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}


.btn-outline-primary {
    color: #000;
    background-color: transparent;
    background-image: none;
    border: #000 1px solid;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}


.rounded-20 {
    border-radius: 20px;
}

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

/*#intro {
width: 100%;
    height: auto;
    /*background:#fcf8f7 url(../img/main-bg.png) top center;
    background:#fefcdc;
    background-size: cover;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    /*background: #fcf8f7;
}*/
#intro {
    width: 100%;
    height: auto;
    background-image: url(../img/BHARAT-MANDAPAM-NEW-DELHI.jpg);
    background-color: #ffffffc7;
    background-size: cover;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;

    background-blend-mode: overlay;
  
    background-position: center;
     justify-content: center;
    flex-direction: column;
    display: flex;
}

 

#intro:before {
    display:none;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  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: 40px;
}
#intro .mainText{     margin: 0;
    padding: 0px;
  /*  background: rgb(255 255 255 / 88%);*/
    border-radius: 15px;
    padding: 15px;
    display: inline-block;}


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

#intro .date {
  color: #fff;
  font-weight: 700;
  font-size:28px;
  /*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;
}

#intro .about-btn-border {
  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 #0069d9;
  background: #0069d9;
}

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

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



.free-ticket {
    padding: 22px 0;
    width: 100%;
    margin: 20px 0 10px;
    background: white;
    height: auto;
    text-align: center;
    border-radius: 4px;
    border: 2px solid white;
    min-height: 70px;
}
.free-ticket h5 {
    line-height: 0;
    font-weight: 700;
    font-size: 26px;
    color: #e92227;
}


.free-ticket:hover {
    background: #e92227;
    border: 2px solid white;
     transition: 0.5s;
}

.cbs-free-ticket{
      cursor: pointer; 
}

.free-ticket.cbs {
    background: #e92227;
    border: 2px solid white;
     
}

.free-ticket.cbs h5{
    color:white;
}


.cbs-free-ticket p {
    color: #fff;
        line-height: 15px;
    text-align: center;
        margin: 0;
}

.free-ticket .cbs-free {
    position: relative;
    top: 11px;
    margin: 0 !IMPORTANT;
    padding: 0;
}

.free-ticket:hover  h5 {
    color: white;
}

.cbs-free-ticket.ero .free-ticket {
    padding: 10px 0;
}

.cbs-free-ticket.ero .free-ticket h5 {
    position: relative;
    top: 5px;
    padding: 0;
}






.free-ticket .gold-euro {
    position: relative !IMPORTANT;
    top: 14px !IMPORTANT;
}

.free-ticket .gold-euro span {
    font-size: 15px;
}
.free-ticket h6 {
    margin: 0;
    padding: 9px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.free-ticket:hover  h6 {
    color: white;
}

.malta-business {
    width: 120px;
}
/*--------------------------------------------------------------
# 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;
}

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

#speakers .card-body .card-title {
      font-size: 20px;
    font-weight: 500;
}


/*--------------------------------------------------------------
# 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/why-exhibit-bg.jpg") 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:40px;
  margin-bottom: 20px;
  color: #000;
  font-weight:300;
}
#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/about-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color:#fff;
}



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

#aboutaipma .contect{color:#000; font-size:18px; line-height:32px;}


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

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

#footer {
  background:#fff;
  padding: 15px 0;
  color: #000;
  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: #222636;
  color: #eee;
  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: #e8450b;
  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: 44px !important;
	font-family: 'Roboto', sans-serif;
}

.form-section .form-icon {
    position: absolute;
    top: 10px;
} 

.form-icon.building-icon.coungtry {
    top: 6px;
    left: 13px;
}

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

.building-icon {
    width: 39px;
    position: absolute;
    left: 24px;
    top: 6px !IMPORTANT;
}

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

form h3 {
    font-size: 32px;
    font-weight: 700;
}
 
.form_bg {
    /*background: rgba(0, 85, 164, 0.5);*/
    background: #F55B25;
}
.heading-form {
    line-height: 30px;
}
#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;}


.banner-image {
       display: block;
    width: 100%;
}

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

@media (min-width: 993px) and (max-width:1366px) {
    .heading-form {
        font-size:26px!important;
    line-height: 25px;
}

}
@media (max-width: 1450px) {

#intro {
    width: 100%;
    height: auto;
    /*background: url(../img/B2B_Meeting_AIPMA_new.png) top center;*/
    background-size: cover;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    /*background: #fcf8f7;*/
}
.free-ticket h5 {
    line-height: 0;
    font-weight: 700;
    font-size: 18px;
    color: #e92227;
}
}

@media (min-width: 1367px) and (max-width: 1600px) {
.banner-image {
    display: block;
    width: 100%;
    margin-bottom: 25% !IMPORTANT;
}
}
@media (min-width: 993px) and (max-width: 1366px) {
.banner-image {
    display: block;
    width: 100%;
    margin-bottom: 50% !IMPORTANT;
}
}



@media (max-width: 1200px){
.free-ticket h5 {
    line-height: 0;
    font-weight: 700;
    font-size: 14px;
    color: #e92227;
}
}

@media (max-width: 1024px){
.free-ticket h5 {
    line-height: 0;
    font-weight: 700;
    font-size: 18px;
    color: #e92227;
}
.free-ticket {
    padding: 22px 0;
    width: 100%;
    margin: 20px 0 10px;
    background: white;
    height: auto;
    text-align: center;
    border-radius: 4px;
    border: 2px solid white;
    min-height: 65px;
}
.cbs-free-ticket.ero .free-ticket h5 {
    position: relative;
    top: 15px;
    padding: 0;
}
.free-ticket .gold-euro {
    position: relative !IMPORTANT;
    top: 13px !IMPORTANT;
    font-size: 13px;
}
.free-ticket h6 {
    margin: -5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}
.free-ticket .cbs-free {
    position: relative;
    top: 10px;
    margin: 0 !IMPORTANT;
    padding: 0;
}
}


@media (max-width: 991px){
.banner-image {
    width: 100%;
    margin-bottom: 0% !IMPORTANT;
}
.free-ticket {
    padding: 22px 0;
    width: 100%;
    margin: 15px 0 15px;
}

.cbs-free-ticket.ero {
      margin:  0;
}
.free-ticket h5 {
    line-height: 0;
    font-weight: 700;
    font-size: 20px;
    color: #e92227;
}
.cbs-free-ticket.ero {
    margin-top: 10px;
}
.navbar-collapse {
    background: #000;
    padding: 0 10px 25px;
    margin: 15px 0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff ;
    font-weight: bold;
    padding: 8px 15px;
    border: 2px solid #ffffff;
    width: 98%;
}
.nav-menu > li a.active {
    color: #e92227 !important;
    padding: 8px 15px;
    background: #ffffff;
    border-radius: 4px;
    border: 2px solid #e92227 !important;
}
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 5px 0 0;
}
}

@media (max-width: 500px){
    .malta-business {
        width: 100px;
        margin: 10px 0;
    }
    #intro {
        width: 100%;
        height: auto;
        background:#FEF1EC url(../img/mobile-main-bg.png) top center;
        background-size: cover;
        position: relative;
        padding-left: 80px;
        padding-right: 80px;
        /*background: #fcf8f7;*/
    }
}



@media (min-width: 767px) {
   
  #subscribe input {
    min-width: 400px;
  }
  .form_bg {
    /*background: rgba(0, 85, 164, 0.5);*/
    background: #F55B25;
    left: -4px;
    position: relative;
}
}

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

  #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) {
  #header {
    /* background: rgba(6, 12, 34, 0.98); */
    height: 70px;
    /*padding: 15px 0;*/
    transition: all 0.5s;
  }
  #header.header-scrolled, #header.header-fixed {
    background: #000;
    height: auto;
    padding: 10px 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
#header #logo img {
    max-height: 40px;
    margin: 0 !IMPORTANT;
    width: 85%;
}

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

@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) {
     #abouttheme{padding:60px 15px;}
    #aboutieema{padding:60px 15px;}
  #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:30px;
	}
	.formOuter.py-80 {
	  padding-left:0px;
	  padding-right:0px;
	}
	form h3 {
		font-size: 26px;
		font-weight: 700;
	}
	
	#intro .date {
		font-size: 21px;
	}
	
}

@media (max-width: 574px) {
  #registration .registration-info h3 {
    font-size: 24px;
  }
}

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

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

/* 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;
}
.Countdown-Begins h6 {
    font-size: 23px;
    background-color: #e32411;
    display: inline-block;
    padding: 6px 17px;
    margin-left: 20px;
    color: #fff;
    border-radius: 12px;
    margin-bottom: -10px;
}

.countdown {    padding: 21px 10px;
    background-color: #f19530;
    border-radius: 12px;}
.common-h::before {
  background: #ed1651;
  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;
}

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

.text-muted {
    color: #8492a6 !important;
}

.newForm {
    padding: 0px;
    position: relative;
    z-index: 111;
}

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


.Countdown-Begins h6 {
        font-size: 23px;
    display: inline-block;
    padding: 6px 17px;
    margin-left: 20px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.countdown {padding: 30px 10px;
    background-color: #e3000f;
    border-radius: 12px;
	}

.banner-text h2 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 0px;
}

.banner-text h3 {
    font-size: 58px;
    font-weight: 400;
}

.banner-text h4 {
    font-size: 34px;
    font-weight: 500;
       color: #9bd2ff;
    text-transform: uppercase;
    margin-bottom: 15px;
   font-family: "Open Sans", sans-serif;
}

.banner-text .event-date {
    font-size: 22px;
    font-weight: 500;
    background-color: #92b9e3;
    display: inline-block;
    padding: 7px 35px;
    margin:0 0 15px 0;
    border-radius: 30px;
    color: #000;
   font-family: "Open Sans", sans-serif;
}