/**
* Template Name: TheEvent - v4.9.1
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
  user-select: none;
}

a {
  color: #f82249;
  text-decoration: none;
  transition: 0.5s;
}

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

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

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

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

/* 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;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #7e918d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #002e3e;
  line-height: 0;
}

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

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: "";
  position: absolute;
  display: block;
  
  background: #f3b970;
  bottom: 0;
  left: calc(50% - 25px);
}

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

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  .section-header h2 {
    font-size: 28px;
  }
}

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

.section-header h4 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
}

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

.info-text{
font-size: 20px !important;
}

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

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  .section-header h2 {
    font-size: 24px !important;
    font-weight: 600;
  }

  .section-header h3 {
    font-size: 24px !important;
    font-weight: 600;
  }

  .section-header h4 {
    font-size: 20px;
    font-weight: 600;    
  }

  .section-header p {
    font-size: 14px !important;
    
  }   
} 

@media (min-width: 769px) and (max-width: 1024px){ 
  .section-header h2 {
    font-size: 24px !important;
    font-weight: 600;
  }

  .section-header h3 {
    font-size: 24px !important;
    font-weight: 600;
  }

  .section-header h4 {
    font-size: 20px;
    font-weight: 600;    
  }

  .section-header p {
    font-size: 14px !important;
    
  }  
  
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-inner {
  background: #002e3e;
  height: 70px;
}

#header #logo h1 {
  font-size: 36px;
  margin: auto;
  padding: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: fit-content;
}

/* Mobile :320px. */
@media (max-width: 767px) {
 
  #header #logo h1 {
    font-size: 24px;
    margin-left: 50px;
  }
  
  }

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


/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.addCustomer{
  color: #002e3e;
  background: #f3b970;
  padding: 7px 22px;
  margin: 0px;
  border-radius: 50px;
  border: 2px solid #f3b970;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  white-space: nowrap;
}


.addCustomer:hover{
  background: none;
  color: #fff;
  border: 2px solid #002e3e;
  background: #002e3e;
}

.addCustomer:focus{
  color: #fff;
}


/*--------------------------------------------------------------
# Signup button
--------------------------------------------------------------*/
.signupBtn {
  color: #002e3e;
  background: #f3b970;
  padding: 12px 36px;
  margin: 0px;
  border-radius: 5px;
  border: 2px solid #f3b970;
  transition: all ease-in-out 0.3s;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  white-space: nowrap;
}

.signupBtn:hover {
  background: none;
  color: #fff;
}

.signupBtn:focus {
  color: #fff;
}

/* Mobile :320px. */
@media (max-width: 767px) {
 
  .signupBtn {
    margin: 13px 0 0 15px;
    text-align: center;
    width: fit-content;
  }
  
}

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  .signupBtn {
 
    padding: 9px 30px !important;
    font-size: 14px !important;

  }
} 

@media (min-width: 769px) and (max-width: 1024px){ 
  .signupBtn {
 
    padding: 9px 30px !important;
    font-size: 14px !important;

  }
  
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 100px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #002e3e;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}


.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #f82249;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 30px !important;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 11px !important;
    
}
}

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 30px !important;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 11px !important;
    
}
} 

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f82249;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f82249;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("/assets/img/cropped.webp") top center;
  background-size: cover;
  overflow: auto;
  position: relative;
}

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

#hero:before {
  content: "";
  background: hsla(34, 61%, 29%, 0.397);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #hero .hero-container {
    top: 100px;
  }
}

#hero h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

#hero h6 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.firstcrsl {
  font-size: 36px !important;
}

#hero h1 span {
  color: #002e3e;
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  #hero h1 {
    font-size: 14px;
  }

  .firstcrsl {
    font-size: 24px !important;  
  }
}

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

@media (max-width: 991px) {
  #hero p {
    font-size: 14px;
  }
}

#hero .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 44px;
  border-radius: 5px;
  border: 2px solid #f3b970;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  white-space: nowrap;
  color: white;
}

#hero .about-btn:hover {
  background: #f3b970;
  color: #fff;
}

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

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

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

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #hero .about-btn {
    font-size: 14px;
    padding: 14px 40px;
  }
}

/*--------------------------------------------------------------
# Hero2 Section
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  height: 45vh;
  background: url("/assets/img/papersteadfast8.webp") ;
  background-position: center;
  overflow: auto;
  position: relative;
  background-size: 100% 100%;
}

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

/* Mobile hero2 :320px. */
@media (max-width: 767px) {
 
  #hero2 {
    width: 100%;
    height: 50vh;
    background: url("/assets/img/papersteadfast9.webp") ;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
  }
  
  }

#hero2:before {
  content: "";
  background: rgba(126, 145, 141, 0.486);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



#hero2 .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  #hero2 .hero-container {
    top: 70px;
  }
}

#hero2 h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#hero2 h6 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

#hero2 h1 span {
  color: #002e3e;
}


@media (max-width: 991px) {
  #hero2 h1 {
    font-size: 34px;
  }
}

#hero2 .hero-container p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 991px) {
  #hero2 p {
    font-size: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  #hero2 .hero-container h1 {
    font-size: 28px !important;
    font-weight: 600;
  }
  #hero2 .hero-container p {
    font-size: 14px !important;
    
  }   
} 

@media (min-width: 769px) and (max-width: 1024px){ 
  #hero2 .hero-container h1 {
    font-size: 28px !important;
    font-weight: 600;
  }

  #hero2 .hero-container p {
    font-size: 14px !important;
    
  }  
  
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("/assets/img/papersteadfast3.png");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

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

/* Mobile :320px. */
@media (max-width: 767px) {
 
  #about{
    width: 100%;
    height: fit-content;
    background: url("/assets/img/papersteadfast9.png") ;
    background-position: center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
  }
  
}

#about:before {
  content: "";
  background: #7e918d80;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

@media (max-width: 767px) {
 
  #about{
    padding: 20px 0 40px 0;
  }

  #about h2 {
    font-size: 30px;
  }
  
  #about h3 {
    font-size: 16px;
  }
  
  #about p {
    font-size: 12px;
  }
  
}

/*--------------------------------------------------------------
# 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: 5px;
  font-weight: 600;
  background-color: #002e3e;
  color: #fff;
  padding: 10px 100px;
}

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

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

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 10px 21px;
    margin: 0 20px 20px 20px;
  }

}

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

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

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

#schedule .tab-pane {
  transition: ease-in-out 0.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;
  color: #000;
}

#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%;
  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;
  color: #000;
}

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

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
  background-color: #fff;
}

#venue .section-header {
  padding-bottom: 0px;
  margin-bottom: 60px;
}

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

#venue .venue-map {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border-radius: 10px;
}


.venue-map:hover {
  transform: scale(1.02, 1.02);
}

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

#venue .venue-info-container{
  border-radius: 10px;
}

#venue .venue-info {
  background: url("../img/paper-4.JPG") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  min-height: 300px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  color: #fff;
  border-radius: 10px;
}

.venue-info:hover {
  transform: scale(1.02, 1.02);
}

#venue .venue-info:before {
  content: "";
  background: rgba(0, 46, 62, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}

#venue .venue-info h3 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

#venue .venue-info h6 {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: #fff;
}

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

  #venue .venue-info h4 {
    font-size: 19px;
  }
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00202b;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #002e3e;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info h1 a,
#footer .footer-top .footer-info h1 a:hover {
  color: #fff;
}

#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 .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #f3b970;
  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 #f3b970;
}

#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: #f3b970;
  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: #f82249;
  cursor: pointer;
}

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

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

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

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  #footer {
    padding: 0 0 15px 0;    
  }
  } 
  
  @media (min-width: 769px) and (max-width: 1024px){ 
  
    #footer {
      padding: 0 0 15px 0;    
    }
    
  }

/*--------------------------------------------------------------
# Registration page
--------------------------------------------------------------*/

.show{
  display: block;
}

.slno{
  width: 100%;
    padding-top: 20px;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
}

.pbody_fname{
  
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  
}

.pbody_fname:active{
  outline: none;
}



#addcustomer h5{
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  color: #0e1b4d;
}

#addcustomer h4{
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  color: #0e1b4d;
}

#addcustomer h3{
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  color: #0e1b4d;
}

#addcustomer1 h5{
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  color: #0e1b4d;
}

.gtotaln:focus{
  outline: none;
}

@media (max-width: 460px) {
  
  #fridayFood0, #fridayFood{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media only screen 
and (min-width : 461px)
and (max-width : 770px) {

  #fridayFood0, #fridayFood, #tableRep{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }  

  .total h3, .total input{
  font-size: 25px !important;
  }

  .total h3{
  padding-top: 4px;
  }

  .total input{
  height: auto;
  padding-bottom: 0 !important;
  vertical-align: text-top !important;
  }
}


/*--------------------------------------------------------------
# Section layout
--------------------------------------------------------------*/
.section-layout {
  padding: 60px 0 !important;
}

.section-layout .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);
}

.section-layout .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  transform: scale(1.05,1.05);
}

.section-layout .card .card-body>hr {
  margin: 25px 0;
}

.section-layout .card .card-title {
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}

.section-layout .card ul li {
  margin-bottom: 20px;
}

.section-layout .card .text-muted {
  opacity: 0.7;
}

.section-layout .card .btn {
  font-size: 16px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f3b970;
  border: 0;
  color: #000;
  font-size: larger;
}

.section-layout .card .btn:hover {
  background-color: #002e3e;
  color:#fff;
}

.section-layout #buy-ticket-modal input,
.section-layout #buy-ticket-modal select {
  border-radius: 0;
}

.section-layout #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f3b970;
  border: 0;
  color: #fff;
}

.section-layout #buy-ticket-modal .btn:hover {
  background-color: #002e3e;
}

#vendor-registration{
  display: none;
}

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  .section-layout .card .card-title {    
    font-size: 15px !important;    
  } 

  .card-body h6 {    
    font-size: 12px !important;    
  } 

  .section-layout .card .btn {
    font-size: 12px !important;
    padding: 8px 30px !important;
    }

    .section-layout .card .card-body>hr {
      margin: 15px 0;
    }
} 

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

  .section-layout .card .card-title {    
    font-size: 15px !important;    
  }

  .card-body h6 {    
    font-size: 12px !important;    
  } 

  .section-layout .card .btn {
    font-size: 12px !important;
    padding: 8px 30px !important;
    }

    .section-layout .card .card-body>hr {
      margin: 15px 0;
    }
  
}


/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(/assets/img/M&C_halfcrop.jpeg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}

#subscribe:before {
  content: "";
  background: #78511d5d;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


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

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

#subscribe .section-header p:first-child
{
  font-size: 60px;
  font-weight: bolder;
}


/* Mobile :320px. */
@media (max-width: 767px) {
 
#subscribe .section-header p:first-child{
  font-size:30px;
}

#subscribe p {
  font-size:medium;
}

}

/*--------------------------------------------------------------
# Info & F.A.Q page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 80px 0;
}

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

#faq .faq-list li {
  border-bottom: 1px solid #eaede9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #f82249;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #e0072f;
  transition: 0.3s;
}

#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

#faq .faq-list .icon-show {
  display: none;
}

#faq .faq-list .collapsed {
  color: black;
}

#faq .faq-list .collapsed:hover {
  color: #f82249;
}

#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  
#faq .faq-list li {
  border-bottom: 1px solid #eaede9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#faq .faq-list .question {
  font-size: 14px !important;
}

#faq .faq-list p {
  font-size: 13px !important;
}
} 

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

  #faq .faq-list li {
    border-bottom: 1px solid #eaede9;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  
#faq .faq-list .question {
  font-size: 14px !important;
}

#faq .faq-list p {
  font-size: 13px !important;
}
  
}

/*--------------------------------------------------------------
# Contact Us Section
--------------------------------------------------------------*/
#contactus {
  padding: 60px;
  background: url(/assets/img/paper-4.JPG) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}

#contactus:before {
  content: "";
  background: rgba(120,80,29,0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}


#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Mobile :320px. */
@media (max-width: 767px) {
 
  #contactus {
    background-attachment: fixed;
    padding: 60px 0px;
  }
  
  
  }

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

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

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

#subscribe button:hover {
  background: transparent;
  color: #000;
  border: 1px solid #f3b970;
}

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

/*--------------------------------------------------------------
# Vendors & Exhibitors Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accommodation Section
--------------------------------------------------------------*/

.accomodation h4{
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #0e1b4d;
}

.accomodation div{
  display: flex;
  justify-content: end;
}

.accomodation input{
  width: auto;
  text-align: center;
}

@media (max-width: 460px) {

  .accomodation div, .accomodation h4{

    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-left: 0;
    padding-right: 0;
  
  }

  .accomodation h3{
    padding-right: 10px;
  }

  .accomodation input{

    margin-top: 20px;
    width: 95%;
    height: 60% !important;
  }

  .accText1, .accText2{
      font-size: 18px !important;
  }

  #fridayFood0, #fridayFood, #tableRep{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .total h3, .total input{
  font-size: 25px !important;
  }

  .total h3{
  font-size: 25px !important;
  padding-top: 4px;
  }

  .total input{
  height: auto;
  padding-bottom: 0 !important;
  vertical-align: text-top !important;
  }

}

/*--------------------------------------------------------------
# Vendors Section
--------------------------------------------------------------*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hide{
  display: none;
}

/*--------------------------------------------------------------
#Media queries
--------------------------------------------------------------*/

@media only screen 
and (min-width : 768px)
and (max-width : 1024px) {
  #hero h1{
    font-size: 22px !important; 
  }  
}

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

  .navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 50px;

}

.navbar>ul>li>a,
.navbar a:focus {
  font-size: 12px;
}

.navbar>ul>li>button{
  font-size: 13px;
  padding: 9px 27px;
}

#logo>h1>a{
  font-size: 28px;
  padding-top: 10px;
}

#hero h1{
  font-size: 28px;
}

#hero p {
  font-size: 20px;
}

#hero .about-btn {
  font-size: 16px;
  padding: 14px 40px;
}

#about{
  padding: 50px 0 50px 0;
}

#about h2{
  font-size: 30px;
}

#about h3{
  font-size: 18px;
}

#about p{
  font-size: 14px;
}

#schedule{
  padding-top: 100px;
}

#schedule .section-header{
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.section-header h2 {
  font-size: 30px;
}

.section-header p {
  font-size: 16px;
}

#schedule .nav-tabs{
padding-bottom: 20px;
}

#schedule .nav-tabs a {
  padding: 7px 50px;
  font-size: 13px;
}

#schedule .schedule-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

#schedule .schedule-item time {
  font-size: 15px;
}

#schedule .schedule-item h4, #schedule .schedule-item p{
  font-size: 15px;
}

#venue {
  padding: 40px 0;
}

#venue .venue-map iframe, #venue .venue-info {
  min-height: 270px;
}

#venue .venue-info h3 {
  font-size: 24px;
}

#venue .venue-info h6 {
  font-size: 15px;
}

#footer{
  padding-bottom: 0px;
}

#footer .footer-top {
  padding: 50px 0 20px 0;
}


#footer .footer-top .footer-info h1 a,
#footer .footer-top .footer-info h1 a:hover {
  font-size: 30px;
}

#footer .footer-top h4 {
  font-size: 14px;
  
}

#footer .footer-top .footer-links ul i {
  font-size: 12px;
}

.footer-links, .footer-contact{
  padding-top: 20px;
}


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

#hero2 h1{
  font-size: 30px;
}

#hero2 p {
  font-size: 14px;
  
}

.section-layout {
  padding: 100px 200px;
}

.section-layout .card .card-title {
  font-size: 18px;
}

.section-layout .card .btn {
  font-size: 13px;
  width: auto;
}

#subscribe .section-header p:first-child
{
  font-size: 40px;
  font-weight: bolder;
}

#subscribe .section-header p:last-child {
  font-size:small;
}

#faq .faq-list .question {
  font-size: 15px;
}

#faq .faq-list p {
  font-size: 14px;
}

#faq .faq-list i {
  font-size: 12px;
  margin-top: 5px;
}

#contactus .section-header
{
  margin-bottom: 20px;
  padding: 0;
}

#contact_form{
  padding: 0px 100px;
}

#contact_form input{
  padding: 0px;
}

.modal-header>h5{
  font-size: 20px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 0rem 0.75rem !important;
  font-size: 14px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(2.5rem + 2px) !important;
  line-height: 1 !important;
  padding-top: 10px !important;
}

.form-floating>label {
  padding: 0.5rem 0.75rem !important;
  font-size: 15px;
}

.addCustomer, .addCustomer1{
  font-size: 15px !important;
  padding: 12px 19px !important;

}

#addcustomer h5, #addcustomer h3, #addcustomer1 h5, #addcustomer1 h3, #vendorForm h5, #vendorForm h3{
  font-size: 20px;
}


.form-check{
  margin-left: 30px;
}

.form-check-label>h4{
  font-size: 17px !important;
  
}

.total h3, .total input{
  font-size: 25px !important;
}
}

/*--------------------------------------------------------------
Validation
--------------------------------------------------------------*/
.error{
  border:1px solid #FF0000 !important;
}

.errorContainer {
  display: none;
  position: fixed;
  width: 500px;
  height: auto;
  padding: 10px;
  border: 1.5px solid #002e3e;
  background-color: #ffffff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -100px;/* Negative half of height. */
  margin-left: -250px;/* Negative half of width. */
}

.input-container {
  position: relative;
}



.input-container .error-icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #FF0000; /* Set the icon color to red */
  font-size: 28px; /* Adjust the size as needed */

}

.input-container .error-icon2 {

  display: none;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #FF0000; /* Set the icon color to red */
  font-size: 28px; /* Adjust the size as needed */
}

.errorHeader, .errorText{
  border-bottom: 1px solid grey;
}

#errorBtnLayout{

  margin-top: 50px;
  display: flex;
  justify-content: end;
}

.fadeBackground{
  opacity: 0.5;
}

pre{

  white-space: pre-wrap; /* Preserve line breaks */
  word-wrap: break-word;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: medium;

}

@media (max-width: 460px) {
  .errorContainer {
    width: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0px;/* Negative half of width. */
    margin-right: 0px;
  }

  .errorText{
    width: 280px;
    overflow: hidden;
    
  }
  pre{
    white-space: pre-wrap; /* Preserve line breaks */
    word-wrap: break-word;
    overflow: hidden;
    font-size: 1em;
    font-family: "Lato", sans-serif;
  }
  pre span{
    padding-left: 10px;
  }

  .input-container .accTotal{
    height: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  
  

.input-container .error-icon2 {

  display: none;
  position: absolute;
  top: 55%;
  right: 25px;
  transform: translateY(-50%);
  color: #FF0000; /* Set the icon color to red */
  font-size: 28px; /* Adjust the size as needed */

}
  
}

/*--------------------------------------------------------------
Mail Sent
--------------------------------------------------------------*/
#hero3 {

  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

#hero3 .hero-container {

  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

.mail-seccess {
text-align: center;
background: #fff;
margin-bottom: 50px;
}

@media (min-width: 1025px) and (max-width: 1440px){ 
  
  .mail-seccess, .mail-seccess div{
    margin-top: 30px;
    padding-top: 0px;
  }
    
  } 
  
  @media (min-width: 769px) and (max-width: 1024px){ 
    
    .mail-seccess, .mail-seccess div{
      margin-top: 0px !important;
      padding-top: 0px !important;
    }
    
} 

.mail-seccess .success-inner {
display: inline-block;
}

.mail-seccess .success-inner h1 {
font-size: 100px;
text-shadow: 3px 5px 2px #3333;
color: #002e3e;
font-weight: 700;
}

.mail-seccess .success-inner h1 span {
display: block;
font-size: 25px;
color: #333;
font-weight: 600;
text-shadow: none;
margin-top: 20px;
}

.mail-seccess .success-inner p {
padding: 20px 15px;
}

.mail-seccess .success-inner .btn{
color:#fff;
}

.mail-seccess .success-inner .btn:hover{
  color:#002e3e;
  background-color: #fff !important;
  border-color: #002e3e;
 
}

.count_message {
background-color: smoke;
margin-top: -20px;
margin-right: 5px;
}