@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");
.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");
}

html {
  overflow-x: hidden; }

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif; }

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover {
    text-decoration: none; }
  a a:focus {
    outline: none; }

p {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  font-size: 14px; }

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }

.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem; }

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem; }

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center; }

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px; }

.section-title {
  font-size: 36px;
  color: #212121;
  line-height: 52px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px; }
  .section-title:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 8px;
    width: 48px;
    height: 1px;
    background-color: #E91E63; }

.section-title:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 2px;
  width: 48px;
  height: 1px;
  background-color: #E91E63; }

.section-title:before, .section-title:after {
  left: 50%;
  margin-left: -45px; }

.section-title:after {
  margin-left: -30px; }

.section-subcontent {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px; }

.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative; }
  .section-sub:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #E91E63; }

.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize; }

.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd; }

.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff; }

.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block; }
  .btn i {
    margin-right: 5px; }

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff; }

.btn-common {
  background-color: #E91E63;
  position: relative;
  z-index: 1; }
  .btn-common:hover {
    color: #fff;
    background: #F50057;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; }

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }
  .btn-border:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }

.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px; }

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize; }

button:focus {
  outline: none !important; }

.icon-close, .icon-check {
  color: #E91E63; }

.bg-drack {
  background: #f1f1f1; }

.bg-white {
  background: #fff; }

.mb-30 {
  margin-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none; }
  a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #E91E63;
    border-radius: 0px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
  a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none; }

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999; }

.sk-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #E91E63;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.section-padding {
  padding: 60px 0; }

.no-padding {
  padding: 0 !important; }

.padding-left-none {
  padding-left: 0; }

.padding-right-none {
  padding-right: 0; }

#page-banner-area {
  background: url(../img/background/banner.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.page-banner {
  position: relative;
  min-height: 250px;
  color: #fff; }
  .page-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .page-banner .page-banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    text-transform: uppercase; }
    .page-banner .page-banner-title h2 {
      color: #fff;
      font-size: 40px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

#white-bg {
  background: #fff; }

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .navigation.sticky {
    position: fixed;
    background-color: #E91E63;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); }

.navbar-toggler {
  padding: 0; }
  .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 6px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px; }
  .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0; }
  .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -8px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); } }
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px; } }

.navbar-nav .nav-item {

  margin-right: 15px;

}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  @media (max-width: 767px) {
    .navbar-nav .nav-item {
      margin: 0; } }
  /* .navbar-nav .nav-item a {
    
    padding: 10px 0;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative; } */

    .navbar-nav .nav-item a {
  padding: 10px 15px;   /* add horizontal padding */
  text-transform: uppercase;
  background: transparent;
  transition: all 0.3s ease-out;
  position: relative;
}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-nav .nav-item a {
        color: #212121;
        display: block;
        padding: 4px 0; } }
    @media (max-width: 767px) {
      .navbar-nav .nav-item a {
        color: #212121;
        display: block;
        padding: 4px 0; } }
    .navbar-nav .nav-item a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -10px;
      width: 15px;
      height: 2px;
      background: #E91E63;
      -webkit-transform: scale3d(0, 1, 1);
      -moz-transform: scale3d(0, 1, 1);
      -ms-transform: scale3d(0, 1, 1);
      -o-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
      @media (max-width: 767px) {
        .navbar-nav .nav-item a::before {
          display: none; } }
  .navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
    color: #E91E63; }
    .navbar-nav .nav-item:hover ul li a, .navbar-nav .nav-item.active ul li a {
    color: #fff; }

    .navbar-nav .nav-item:hover a::before, .navbar-nav .nav-item.active a::before {
      -webkit-transform: scale3d(1, 1, 1);
      -moz-transform: scale3d(1, 1, 1);
      -ms-transform: scale3d(1, 1, 1);
      -o-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

.sticky .navbar-toggler .toggler-icon {
  background-color: #212121; }
.sticky .navbar-nav .nav-item a {
  color: #212121; }

.about-item {
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .about-item .about-text {
    padding: 20px;
    background: #fff; }
    .about-item .about-text h3 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500; }
      .about-item .about-text h3 a {
        color: #212121; }
        .about-item .about-text h3 a:hover {
          color: #E91E63; }
    .about-item .about-text .btn {
      margin-top: 10px; }

.about-item:hover {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1); }

#event-slides .video img {
  border-radius: 4px; }
#event-slides .intro-desc {
  line-height: 26px;
  margin-bottom: 30px; }
#event-slides .intro-title {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px; }
#event-slides .list-specification li {
  margin-bottom: 10px;
  font-size: 15px; }
  #event-slides .list-specification li i {
    margin-right: 5px; }

.counter-section {
  background: #E91E63;
  overflow: hidden;
  position: relative;
  /* 
  &:before{
  	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(0, 0, 0, 0.5);
  } */ }
  .counter-section .counter {
    padding: 30px 0; }
    .counter-section .counter .icon {
      margin-bottom: 15px; }
      .counter-section .counter .icon i {
        font-size: 60px;
        color: #fff; }
    .counter-section .counter p {
      font-size: 15px;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase; }
    .counter-section .counter span {
      color: #fefefe;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }

/* Sponsors Area */
#sponsors {
  background: #f3f4f3; }
  #sponsors .spnsors-logo {
    text-align: center;
    border-radius: 4px;
    padding: 50px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  #sponsors .spnsors-logo:hover {
    border-color: transparent;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2); }

/* Schedule Area */
#schedules {
  background: #f3f4f3; }

#schedule-tab {
  position: relative; }

.schedule .schedule-tab-title {
  margin-bottom: 35px; }
  .schedule .schedule-tab-title .nav-tabs {
    background: #ffffff; }
    @media (max-width: 767px) {
      .schedule .schedule-tab-title .nav-tabs .nav-item {
        width: 100%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .schedule .schedule-tab-title .nav-tabs .nav-item {
        width: 25%; } }
    .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link {
      border-radius: 0px;
      position: relative;
      cursor: pointer;
      height: 90px;
      width: 255px;
      border-bottom: 1px solid #e5e5e5;
      transition: all 500ms ease;
      padding: 20px 20px; }
      @media (max-width: 767px) {
        .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link {
          width: 100%; } }
  .schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link, .schedule .schedule-tab-title .nav-tabs .nav-link.active,
  .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover {
    background: #E91E63;
    border: 1px solid #E91E63;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    .schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h4, .schedule .schedule-tab-title .nav-tabs .nav-link.active h4,
    .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h4 {
      color: #fff; }
    .schedule .schedule-tab-title .nav-tabs .nav-item.show .nav-link h5, .schedule .schedule-tab-title .nav-tabs .nav-link.active h5,
    .schedule .schedule-tab-title .nav-tabs .nav-item .nav-link:hover h5 {
      color: #fff; }
  .schedule .schedule-tab-title .item-text h4 {
    font-size: 15px;
    color: #2f323c;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase; }
  .schedule .schedule-tab-title .item-text h5 {
    font-size: 14px;
    color: #848484;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize; }
.schedule .schedule-tab-content .tab-content {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.1); }
.schedule .schedule-tab-content .card {
  border: none; }
.schedule .show .card-body {
  background: #f3f4f3; }
.schedule .card-header {
  border: none;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .schedule .card-header .images-box {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px; }
    .schedule .card-header .images-box img {
      border-radius: 50%; }
  .schedule .card-header .time {
    color: #777777;
    font-size: 13px;
    margin-bottom: 5px; }
  .schedule .card-header h4 {
    font-weight: 700;
    font-size: 18px;
    color: #212121;
    margin-bottom: 8px; }
  .schedule .card-header .name {
    position: relative;
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px; }
.schedule .card-body {
  padding: 15px 70px 15px 110px;
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .schedule .card-body .location {
    font-size: 13px;
    color: #777777; }
    .schedule .card-body .location span {
      color: #E91E63;
      margin-right: 5px; }

.accordion .card {
  border-radius: 0px;
  margin-bottom: -2px; }
.accordion .header-title {
  position: relative; }
  .accordion .header-title:after {
    font-family: "LineIcons";
    content: "\ea45";
    position: absolute;
    right: 10px;
    color: #999;
    top: 50%;
    line-height: 1;
    padding: 0px 5px;
    margin-top: -7px; }

.accordion .card-header {
  background: transparent;
  cursor: pointer;
  padding: 0; }
  .accordion .card-header i {
    color: #E91E63;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    border-right: 1px solid #ddd; }
.accordion .card-body {
  padding-left: 56px; }

/* Services Item */
.services {
  background: #fff; }

.padding-none {
  padding: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.padding-none:nth-child(1) {
  border-left: none; }

.padding-none:nth-child(4) {
  border-bottom: none;
  border-left: none; }

.padding-none:nth-child(5) {
  border-bottom: none; }

.padding-none:nth-child(6) {
  border-bottom: none; }

.services-wrapper {
  margin-top: 30px; }

.services-item {
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  .services-item .icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 15px;
    color: #212121;
    border-radius: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
  .services-item .services-content h3 {
    margin-bottom: 10px;
    line-height: 26px; }
    .services-item .services-content h3 a {
      font-size: 20px;
      letter-spacing: 0.5px;
      font-weight: 400;
      color: #212121; }

.services-item:hover {
  background: #f3f3f3; }

.services-item:hover .icon i {
  background: transparent;
  color: #E91E63; }

/* Gallery Section */
#gallery {
  background: #f3f4f3;
  position: relative; }
  #gallery .gallery-box {
    position: relative;
    margin-bottom: 30px; }
    #gallery .gallery-box .overlay-box {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      padding-top: 35%;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      #gallery .gallery-box .overlay-box i {
        background: #ffffff;
        color: #E91E63;
        font-size: 30px;
        width: 50px;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        border-radius: 50%;
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease; }
  #gallery .gallery-box:hover .overlay-box {
    background: rgba(233, 30, 99, 0.7);
    transform: scale(1, 1);
    transition: all 500ms ease; }
  #gallery .gallery-box:hover .overlay-box i {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1); }

/* Team Item */
.team-item:hover {
  box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.35); }

.team-item {
  margin: 15px 0;
  padding: 10px;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  .team-item .team-img {
    position: relative;
    cursor: pointer;
    overflow: hidden; }
  .team-item .team-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(47, 47, 47, 0.7);
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
  .team-item .overlay-social-icon {
    color: #fff;
    top: 15px;
    position: absolute;
    right: 15px; }
    .team-item .overlay-social-icon .social-icons {
      padding-left: 0;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      transform: translateY(-30px);
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }
      .team-item .overlay-social-icon .social-icons li {
        display: inline-block;
        margin: 0 4px; }
        .team-item .overlay-social-icon .social-icons li a {
          letter-spacing: 0px;
          outline: 0 !important; }
          .team-item .overlay-social-icon .social-icons li a i {
            font-size: 20px;
            color: #fff;
            width: 36px;
            height: 36px;
            background: #E91E63;
            display: block;
            border-radius: 4px;
            line-height: 36px;
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s; }
        .team-item .overlay-social-icon .social-icons li a:hover .fa-facebook {
          background: #3B5998; }
        .team-item .overlay-social-icon .social-icons li a:hover .fa-twitter {
          background: #00aced; }
        .team-item .overlay-social-icon .social-icons li a:hover .fa-instagram {
          background: #fb3958; }
  .team-item .info-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 15px 20px;
    background: #f3f4f3;
    text-align: left; }
    .team-item .info-text h3 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px; }
      .team-item .info-text h3 a {
        color: #212121; }
        .team-item .info-text h3 a:hover {
          color: #E91E63; }
    .team-item .info-text p {
      margin: 0;
      color: #888; }

.team-item:hover .team-overlay {
  opacity: 1; }

.team-item:hover .social-icons {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

.blog-item {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .blog-item .blog-image {
    width: 100%;
    max-width: 370px;
    position: relative;
    overflow: hidden; }
    .blog-item .blog-image img {
      background: #000;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .blog-item .tag {
    position: absolute;
    text-transform: uppercase;
    top: -18px;
    left: 20px;
    padding: 4px 27px;
    background-color: white;
    color: #E91E63;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0px 3px 16px rgba(35, 31, 32, 0.15); }
  .blog-item .descr {
    padding: 30px 15px;
    color: #212121;
    position: relative; }
    .blog-item .descr h3 {
      line-height: 30px;
      margin-bottom: 15px; }
      .blog-item .descr h3 a {
        font-weight: 400;
        text-align: center;
        font-size: 25px;
        color: #212121;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .blog-item .descr h3 a:hover {
          color: #E91E63; }
    .blog-item .descr .meta-tags {
      margin-bottom: 10px; }
      .blog-item .descr .meta-tags span {
        color: #999;
        margin-right: 8px; }
        .blog-item .descr .meta-tags span a {
          color: #999;
          margin-left: 8px; }
          .blog-item .descr .meta-tags span a:hover {
            color: #E91E63; }

.blog-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

.blog-item:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/* Conact Home Page Section */
.contact {
  background: #111111; }

#conatiner-map {
  width: 100%;
  height: 580px; }

.title-forme {
  font-size: 28px;
  margin-bottom: 20px; }

.contact-item {
  position: relative;
  text-align: center; }
  .contact-item i {
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    background: #2d2d2d;
    color: #fff;
    border-radius: 4px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
  .contact-item .contact-info h3 {
    color: #E91E63;
    font-size: 18px;
    margin-bottom: 10px; }
  .contact-item .contact-info p {
    color: #fff; }

/* Subscribe Form */
#subscribe {
  background: #f2f2f2; }

.subscribe-inner {
  padding: 50px 0;
  text-align: center; }
  .subscribe-inner .subscribe-title {
    font-size: 36px;
    margin-bottom: 30px; }
  .subscribe-inner p {
    color: #888;
    margin-bottom: 30px; }
  .subscribe-inner .sub-btn {
    margin: 0;
    width: 12rem;
    padding: 18px 40px;
    min-width: 12rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .subscribe-inner .sub-btn i {
      margin-right: 5px; }
  .subscribe-inner .form-control {
    position: relative;
    background: #fff;
    border: 1px solid #E91E63;
    border-radius: 0px;
    box-shadow: none;
    color: #888999;
    height: 55px;
    margin-right: -1px;
    width: 90%; }
  .subscribe-inner .form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #E91E63;
    outline: 0; }
  .subscribe-inner .form-inline {
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto;
    width: 100%; }

/* Contact Forme */
#google-map-area {
  position: relative; }
  #google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0; }

.container-form {
  left: 0%;
  padding: 40px 15px;
  margin-left: -15px;
  z-index: 99; }
  .container-form .form-wrapper {
    background-color: white;
    padding: 56px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .container-form .form-wrapper .form-group {
      margin-bottom: 30px; }
    .container-form .form-wrapper .form-control {
      display: block;
      width: 100%;
      line-height: 26px;
      font-size: 14px;
      box-shadow: none;
      color: #848484;
      text-transform: capitalize;
      background: #f7f7f7;
      border: 1px solid transparent;
      padding: 7px 19px;
      border-radius: 0px;
      background-image: none;
      background-clip: padding-box; }
    .container-form .form-wrapper .form-control:focus {
      color: #212121;
      background-color: #fff;
      border-color: #E91E63;
      box-shadow: none;
      outline: 0; }

.form-submit .btn-common {
  width: 100%; }

.list-unstyled li {
  margin-top: 10px;
  color: #dc3545 !important; }

.text-danger {
  margin-top: 20px;
  font-size: 18px; }

.form-control {
  display: block;
  width: 100%;
  line-height: 27px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  text-transform: capitalize;
  background: #f7f7f7;
  padding: 7px 19px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.form-control:focus {
  border-color: #E91E63;
  box-shadow: none;
  outline: 0; }

/* Footer Area Start */
.footer-area {
  background: #222222; }
  .footer-area h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 0.5px; }
  .footer-area p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding-right: 50px; }
  .footer-area ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400; }
    .footer-area ul li a:hover {
      color: #E91E63; }
  .footer-area .footer-social li {
    display: inline-block; }
    .footer-area .footer-social li a {
      color: #000;
      background: #fff;
      width: 35px;
      height: 35px;
      line-height: 40px;
      display: block;
      text-align: center;
      border-radius: 4px;
      font-size: 15px;
      margin-right: 5px;
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }
      .footer-area .footer-social li a:hover {
        color: #fff; }
    .footer-area .footer-social li .facebook:hover {
      background: #3B5998; }
    .footer-area .footer-social li .twitter:hover {
      background: #00aced; }
    .footer-area .footer-social li .linkedin:hover {
      background: #fb3958; }
    .footer-area .footer-social li .foursqare:hover {
      background: #25a0ca; }
    .footer-area .footer-social li .google-plus:hover {
      background: #d34836; }
  .footer-area .footer-text p {
    font-size: 14px;
    margin-top: 20px;
    color: #fff; }
    .footer-area .footer-text p a {
      color: #E91E63; }
  .footer-area .footer-text .nav-inline .nav-link {
    padding: 11px 7px;
    color: #888; }
    .footer-area .footer-text .nav-inline .nav-link:hover {
      color: #E91E63; }

.image-list {
  padding: 0;
  margin: 0; }
  .image-list li {
    margin-bottom: 15px;
    display: inline-block; }
    .image-list li .overlay {
      float: left;
      width: 70px;
      height: 60px;
      position: relative;
      overflow: hidden;
      text-align: center;
      margin: 0; }
    .image-list li .overlay:hover figcaption {
      opacity: 1;
      transition: all 0.3s ease-in-out; }
  .image-list .post-content {
    margin-left: 85px;
    margin-bottom: 0; }
    .image-list .post-content .post-title {
      margin-bottom: 5px;
      font-weight: 500;
      font-size: 15px;
      margin: 0; }
      .image-list .post-content .post-title a {
        color: #fff; }
        .image-list .post-content .post-title a:hover {
          color: #E91E63; }
    .image-list .post-content .meta {
      color: #999; }
      .image-list .post-content .meta span {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px; }

.newsletter-wrapper .form-group {
  margin-bottom: 20px;
  position: relative; }
  .newsletter-wrapper .form-group input {
    display: inline-block;
    color: #fff;
    position: relative; }
.newsletter-wrapper .sub-btn {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  padding: 10px 20px; }

.widget {
  margin-top: 10px; }
  .widget .widget-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff; }

#copyright {
  background: #0b0b0b;
  text-align: center; }
  #copyright p {
    line-height: 42px;
    color: #fff;
    margin: 0; }
    #copyright p a {
      color: #fff; }
      #copyright p a:hover {
        color: #E91E63; }

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer .heading-count {
  padding: 10px 68px; }
  .countdown-timer .heading-count h2 {
    font-size: 40px;
    color: #212121;
    text-transform: uppercase;
    line-height: 48px; }
  .countdown-timer .heading-count h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-top: 30px; }
    .countdown-timer .heading-count h4 span {
      background: #212121;
      padding: 7px 15px;
      border-radius: 4px; }
  .countdown-timer .heading-count p {
    font-size: 14px;
    color: #212121;
    line-height: 30px; }

.time-count div {
  text-align: center; }

.time-entry {
  display: inline-block;
  width: 120px;
  margin: 15px;
  height: 120px;
  padding: 20px;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  font-weight: 400;
  color: #212121;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px; }
  @media (max-width: 767px) {
    .time-entry {
      width: 90px;
      height: 90px;
      padding: 13px;
      font-size: 15px; } }
  .time-entry span {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #212121;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .time-entry span {
        font-size: 28px;
        line-height: 28px; } }

.time-entry:first-child {
  border-left: none; }

.time-countdown {
  margin: 15px 0px 50px 0; }

/* Pricing Ticket */
#pricing {
  background: url(../img/background/bg-pricing.jpg);
  background-attachment: fixed;
  overflow: hidden;
  position: relative; }
  #pricing .section-title-header .section-title {
    color: #fff; }
  #pricing .section-title-header p {
    color: #fff; }
  #pricing .price-block-wrapper {
    text-align: center;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 30px; }
    #pricing .price-block-wrapper .icon {
      padding: 20px; }
      #pricing .price-block-wrapper .icon i {
        font-size: 60px;
        color: #E91E63; }
    #pricing .price-block-wrapper .colmun-title {
      margin-top: 15px; }
      #pricing .price-block-wrapper .colmun-title h5 {
        font-size: 18px;
        line-height: 30px;
        color: #212121;
        margin-bottom: 5px;
        font-weight: 700;
        background: #ffffff;
        text-transform: uppercase; }
    #pricing .price-block-wrapper .price {
      padding-bottom: 10px;
      transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease; }
      #pricing .price-block-wrapper .price h2 {
        font-size: 38px;
        color: #5c5c5c;
        line-height: 42px;
        margin: 0; }
      #pricing .price-block-wrapper .price p {
        font-size: 15px;
        color: #5c5c5c;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 30px;
        text-transform: uppercase;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease; }
    #pricing .price-block-wrapper .pricing-list {
      padding: 10px  60px 10px 78px;
      text-align: left; }
      #pricing .price-block-wrapper .pricing-list ul {
        padding-bottom: 15px; }
        #pricing .price-block-wrapper .pricing-list ul li {
          font-size: 15px;
          color: #212121;
          font-weight: 400;
          padding: 2px 0px; }
          #pricing .price-block-wrapper .pricing-list ul li i {
            margin-right: 7px;
            font-size: 12px;
            color: #E91E63; }
    #pricing .price-block-wrapper .btn i {
      font-size: 12px;
      margin-right: 5px; }

#main-slide .carousel-control {
  display: none;
  transition: all 0.3s ease-in-out; }
#main-slide .carousel-indicators {
  cursor: pointer;
  bottom: 90px; }
#main-slide:hover .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }
#main-slide .carousel-item {
  height: 700px;
  background: #6f7174;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 1400px) {
    #main-slide .carousel-item {
      height: 850px; } }
  @media (max-width: 767px) {
    #main-slide .carousel-item {
      height: 550px; } }
#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0; }
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-top: 0px;
  padding-top: 0px; }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      #main-slide .carousel-item .carousel-caption .heading {
        font-size: 40px; } }
    @media (max-width: 767px) {
      #main-slide .carousel-item .carousel-caption .heading {
        font-size: 18px;
       margin-top: 0px;  } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      #main-slide .carousel-item .carousel-caption .heading {
        font-size: 28px; } }
  #main-slide .carousel-item .carousel-caption p {
    font-size: 30px; 
  margin-top: 18px;}
   #main-slide .carousel-item .carousel-caption .collab-row p {
    font-size: 22px; }
    @media (max-width: 767px) {
      #main-slide .carousel-item .carousel-caption p {
        font-size: 14px; 
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
      } }
 

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1; }
#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 90px;
  width: 100%;
  left: 0; }
  @media (max-width: 767px) {
    #main-slide .carousel-caption {
      padding-top: 60px; } }
  #main-slide .carousel-caption .btn {
    margin: 25px 25px 0px 0px; }
    @media (max-width: 767px) {
      #main-slide .carousel-caption .btn {
        padding: 7px 20px;
        font-size: 13px;
        margin: 8px 6px 0; } }

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  box-shadow: none; }

#main-slide .carousel-control-prev span {
  padding: 15px; }

#main-slide .carousel-control-next span {
  padding: 15px; }

#main-slide .carousel-control {
  top: 45%; }

#main-slide .carousel-control .lni-chevron-left,
#main-slide .carousel-control .lni-chevron-right {
  position: absolute;
  z-index: 5; }

#main-slide .carousel-control .lni-chevron-left {
  left: 15px; }

#main-slide .carousel-control .lni-chevron-right {
  right: 15px; }

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%; }

#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 45px;
  border: 2px solid #fff;
  height: 45px;
  display: block;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }

#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff; }

#main-slide .carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;          /* Full screen */
  display: flex;
  align-items: center;
}




/* ----------------------------- */
/* ---- Dropdown menu ----*/
    /* Parent dropdown container - keep relative positioning */
/* Force dropdown visibility when active */
/* Keep Bootstrap default behavior */
/* .navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
}

/* When mobile toggle applies .show, dropdown should appear */
/* .dropdown-menu.show {
  display: block; */
/* } */ */
/* Ensure dropdown aligns under parent nav item */
.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  margin-top: 1rem;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Show dropdown on toggle */
.dropdown-menu.show {
  display: block;
}
/* Remove theme's pink bar inside dropdown menus */
.dropdown-menu li::before,
.dropdown-menu a::before {
    content: "" !important;
    display: none !important;
    border: none !important;
}

/* Extra safety: remove any border or left highlight */
.dropdown-menu li,
.dropdown-menu a,
.dropdown-item {
    border: none !important;
    list-style: none !important;
    background-image: none !important;
}
/* Normal dropdown item */
.dropdown-item {
    padding: 8px 16px;
    color: #333;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover state */
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: rgba(227, 0, 111, 0.12); /* soft rose tint */
    color: #e3006f; /* your theme pink */
}


/* Add spacing between nav items */
.navbar-nav .nav-item {
  margin-right: 20px;
}







/* Ensure hamburger icon appears */
.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.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border: none !important;
}
.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
    display: none !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    border-top: none; /* remove top border */
    border-bottom: 2px solid #ff007f; /* optional: you can change color or remove */
    color: #ff007f; /* optional text color change */
}





  /* Show submenu on hover */
.navbar .dropdown:hover > ul,
.navbar .dropdown:focus-within > ul {
    visibility: visible;
    opacity: 1;
}

/* Dropdown links style */
.navbar .dropdown ul li a {
    padding: 10px 20px;
    color: #000; 
    display: block;
}



.navigation .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;  
}

/*  ---logo   
.navbar-brand{
  color: #0ff508;
}

/* On page load: fade + slide from left */
.navbar-brand {
  font-weight: 700;
  letter-spacing: 1px;
  animation: brandEnter 1s ease-out 0.50s forwards;
  opacity: 0;
  transform: translateX(-40px);
}

/* Hover: slight grow + color + glow */
.navbar-brand:hover {
  color: #ffeb3b;              /* pick your highlight color */
  text-shadow: 0 0 8px rgba(255, 235, 59, 0.7);
  transform: translateX(0) scale(1.05);
}

/* Smooth transition for hover only */
.navbar-brand {
  transition: color 0.25s ease, text-shadow 0.25s ease, transform 0.25s ease;
}

/* keyframes for initial animation */
@keyframes brandEnter {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/** --------Count Down --------------------*/
.countdown-section {
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.countdown-section h2 {
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.time-box {
  width: 130px;
  padding: 30px 10px;
  background: #E91E63;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.time-box span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFF;
  transition: transform 0.25s ease, color 0.25s ease;
}

.time-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
/* hover animation */
.time-box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 14px 28px rgba(0,0,0,0.2);
  background: #6e1b37;
}

.time-box:hover span {
  color: #e91e63;
  transform: scale(1.08);
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
.speakers-section {
  padding: 60px 0;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  background-color: white;
}

.speakers-title {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.speakers-title span {
  color:#E91E63;        
  font-style: bold;
}

/* Grid layout */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
}

/* Card */
.speaker-card {
  position: relative;
  width: 100%;
  max-width: 260px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  padding-bottom: 22px;
  text-align: center;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* IMAGE wrapper for overlay effect */
.speaker-card .img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 260px;  
  
}

.speaker-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
  
  border: 4px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

/* Optional circle style for middle photo */
.speaker-photo-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 20px auto 18px;
  object-fit: cover;
}

/* images fill the card width */
.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* fills area, no distortion */
  object-position: top;       /* keep faces visible */
  display: block;
  transition: transform 0.4s ease;
  object-position: center 20%;
} 
.speaker-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #E91E63;
  transition: color 0.3s ease;
}

.speaker-role {
  font-size: 13px;
  line-height: 1.6;
  color: #E91E63;
}

.speaker-role a {
  font-size: 13px;
  line-height: 1.6;
  color: #E91E63;
}

/* HOVER EFFECT on card */
.speaker-card:hover {
  transform: translateY(-6px) scale(1.03);     /* slight zoom + lift */
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.speaker-card:hover .speaker-photo {
  transform: scale(1.05);                      /* zoom image */
  border-color: #852142;                       /* orange border */
}

.speaker-card:hover .speaker-name,
.speaker-card:hover .speaker-role a {
  color: #852142;                               /* orange text */
}

/* Responsive: 2 per row on tablet, 1 per row on mobile */
@media (max-width: 992px) {
  .speaker-card {
    max-width: 300px;   /* increase card width */
  }

  .speaker-card .img-wrap {
    height: 240px;      /* optional: better aspect ratio */
  }
}

@media (max-width: 576px) {
  .speaker-card {
    width: 100%;
    max-width: 320px;
  }
   .speaker-card .img-wrap {
    height: 250px;
  }
}
/* --------- Responsive styles --------- */

/* Tablets: 2 cards per row */
@media (max-width: 992px) {
  .speakers-section {
    padding: 40px 0;
  }

  .speakers-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .speaker-card {
    width: calc(50% - 30px); /* two cards with gap */
  }
}

/* Small tablets / large phones: 2 narrow cards */
@media (max-width: 768px) {
  .speaker-card {
    width: calc(50% - 20px);
    padding: 18px 12px 24px;
  }

  .speaker-photo {
    height: 190px;
  }

  .speaker-name {
    font-size: 16px;
  }

  .speaker-role {
    font-size: 12px;
  }
}

/* Phones: 1 card per row */
@media (max-width: 576px) {
  .speakers-grid {
    gap: 20px;
    margin-left: 0px; 
  }

  .speaker-card {
    width: 100%;
    max-width: 320px;
  }

  .speakers-title {
    font-size: 24px;
  }
}

/* overlay */
.speaker-card .img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(224, 8, 91, 0.55), rgba(202, 19, 80, 0));
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* TEXT */
.speaker-name {
  font-size: 18px;
  font-weight: 600;
  margin: 14px 10px 4px;
  color: #222;
  transition: color 0.4s ease;
}

.speaker-role {
  font-size: 13px;
  line-height: 1.6;
  color: #777;
  padding: 0 14px;
  transition: color 0.4s ease;
}

/* HOVER ANIMATION */
.speaker-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

.speaker-card:hover .speaker-photo {
  transform: scale(1.08) rotate(-1deg);
}

.speaker-card:hover .img-wrap::after {
  opacity: 1;
}

.speaker-card:hover .speaker-name,
.speaker-card:hover .speaker-role {
  color: #852142;
}

/* Responsive */
@media (max-width: 992px) {
  .speaker-card { width: calc(50% - 30px); }
}

@media (max-width: 576px) {
  .speaker-card {
    width: 100%;
    max-width: 320px;
  }
   .speaker-card .img-wrap {
    height: 250px;
  }
}

/* Tablets: 2 columns */
@media (max-width: 992px) {
  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 576px) {
  .speakers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

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

 .listing li{
  margin-top: 60px;
  margin-bottom: 60px;
}
.abt_cmbt{
  padding-top: 100PX;
}


.custom-btn {
  display: inline-block;
  padding: 7px 10px;
  background: #E91E63;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
   white-space: nowrap;  
   width: 220px;
   font-size: 13px;
}
.custom-btn:hover {
 color: #fff;
}

.custom-btn--email {
  display: inline-block;
  padding: 7px 12px;
  background: #E91E63;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
   white-space: nowrap;  
   width: 140px;
   font-size: 14px;
}

.custom-btn--email:hover {
 color: #fff;
}

@media (max-width: 768px) {

  /* About sections that need tight layout */
  #events .about-wrapper:first-child,
  #events .about-wrapper:nth-child(3) {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Content first */
  #events .about-wrapper:first-child .about-content,
  #events .about-wrapper:nth-child(3) .about-content {
    order: 1;
    margin: 0 !important;
    padding: 0 15px !important;
  }
 
  /* Image second */
  #events .about-wrapper:first-child .about-image,
  #events .about-wrapper:nth-child(3) .about-image {
    order: 2;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Remove ALL spacing below text */
  #events .about-wrapper:first-child p,
  #events .about-wrapper:nth-child(3) p {
    margin-top: 30px !important;
  }

  /* Image flush */
  #events .about-wrapper:first-child .about-image img,
  #events .about-wrapper:nth-child(3) .about-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
  }

}
@media (max-width: 480px) {
  .custom-btn,
  .custom-btn--email {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .center {
    padding-left: 180px;
  }
}


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

.about-section {
  padding: 60px 15px;
  background: #f8f8f8;
}

.about-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* IMAGE: comes from top */
.about-image img {
  width: 100%;
  max-width: 420px;
  height: 300px;
  border-radius: 8px;
  display: block;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(-60px);          /* start above */
  animation: imgFromTop 0.9s ease-out 0.2s forwards;
  margin-top: 90px;
}

.conference-image img{
  margin-top: 140px;
}

.college-image img{
  margin-top: 80px;
}
/* CONTENT: comes from bottom */
.about-content {
  flex: 1;
}

.about-content h1 {
  font-size: 32px;
  margin-bottom: 16px;
}
.about-content h1 span {
  font-size: 32px;
  margin-bottom: 16px;
  color: #E91E63;
}

.about-content p {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 16px;
  text-align: justify;
  opacity: 0;
  transform: translateY(60px);           /* start below */
  animation: textFromBottom 0.9s ease-out 0.35s forwards;
}

.about-readmore {
  display: inline-block;
  margin-top: 8px;
  color: #e91e63;
  font-weight: 600;
}

/* KEYFRAMES */
@keyframes imgFromTop {
  from { opacity: 0; transform: translateY(-60px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes textFromBottom {
  from { opacity: 0; transform: translateY(60px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-content h1 {
    font-size: 24px;
    text-align: center;
  }

  .about-content p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# program commiteee Section
---------------------

-----------------------------------------*/

.committee-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
            
        }

        .section-title {
            text-align: center;
            font-size: 3rem;
            margin-top: 30px;
            color: #E91E63;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from { text-shadow: 2px 2px 4px rgba(0,0,0,0.3), 0 0 10px rgba(255,255,255,0.5); }
            to { text-shadow: 2px 2px 4px rgba(0,0,0,0.3), 0 0 20px rgba(255,255,255,0.8); }
        }

        .committee-grid {
            display: grid;
            /*grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        /* each column stacks its categories vertically */
        .committee-column {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .category-title {
            /*grid-column: 1 / -1;
            text-align: center;
            font-size: 2.2rem;
            color: #E91E63;
            margin: 40px 0 20px;
            padding: 15px;
            background: rgba(255,255,255,0.1);
            border-radius: 15px;
            backdrop-filter: blur(10px);
            animation: slideDown 1s ease-out; */
            text-align: center;
  font-size: 2.2rem;
  color: #E91E63;
  margin: 25px 0 10px;
  padding: 12px;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  animation: slideDown 1s ease-out;
        }

        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .member-card {
            background: rgba(255, 255, 255, 0.95);
            
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(50px);
        }

        .member-card:nth-child(odd) { animation-delay: 0.1s; }
        .member-card:nth-child(even) { animation-delay: 0.2s; }

        @keyframes fadeInUp {
            to { opacity: 1; transform: translateY(0); }
        }

        .member-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #ff6b6b, #ffd93d, #6bcf7f, #4d96ff, #ff6b6b);
            background-size: 300% 100%;
            transition: left 0.5s ease;
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .member-card:hover::before {
            left: 0;
        }

        .member-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0,0,0,0.3);
        }

        .member-name {
            font-size: 1.4rem;
            font-weight: 700;
            /*color: #2c3e50;*/
            color: #E91E63;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .member-card:hover .member-name {
            color: #667eea;
        }

        .member-title {
            color: #7f8c8d;
            font-size: 1.1rem;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .member-link {
            color: #E91E63;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 20px;
            background: rgba(52, 152, 219, 0.1);
        }

        .member-link:hover {
            /*background: rgba(52, 152, 219, 0.2);*/
            background: #E91E63;
            transform: translateX(5px);
        }

        @media (max-width: 768px) {
            .committee-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .category-title {
                font-size: 1.8rem;
            }
        }

        .highlight {
            background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
            padding: 5px 10px;
            border-radius: 10px;
            font-weight: 600;
        }


/*--------------------------------------------------------------
# call for paper Section
--------------------------------------------------------------*/
.topics-section {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.topics-title {
  font-style: italic;
  font-size: 26px;
  margin-bottom: 4px;
  color: #E91E63;
  text-align: center;
}

.topics-subtitle {
  font-size: 13px;
  margin-bottom: 16px;
  text-align: center;
}

/* main box */
.topics-card {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);

  /* animation on page load */
  opacity: 0;
  transform: translateY(40px);
  animation: topicsFadeUp 1.2s ease-out 0.2s forwards;
}

.topics-column h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: #E91E63;
}

.topics-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.topics-column li {position: relative;
  padding: 4px 0 4px 14px;   /* space for custom bullet */
  margin-bottom: 4px;
  color: #333;
  line-height: 1.4;
  border-bottom: 1px dashed #e0e0e0;  /* subtle divider */
}

/* remove last divider */
.topics-column li:last-child {
  border-bottom: none;
}

/* custom bullet */
.topics-column li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #e91e63;
}

/* hover effect */
.topics-column li:hover {
  background: #E91E63;
  color: #fff;
  transform: translateX(2px);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

/* keyframes */
@keyframes topicsFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* responsive */
@media (max-width: 900px) {
  .topics-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .topics-card {
    grid-template-columns: 1fr;
  }

  .topics-section {
    padding: 15px;
  }
}


/*------- -------------------------------------------------------
# Journal  Publication Section
--------------------------------------------------------------*/

.journal-section {
  padding: 60px 15px;
  background: #f8f8f8;
  font-family: Arial, sans-serif;
}

.journal-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.journal-section h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.journal-text {
  margin: 6px 0 12px;
  font-size: 15px;
}

.journal-link {
  font-weight: 600;
  color: #e91e63;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.journal-link:hover {
  color: #a13a64;
  border-color: #a13a64;
}

 .highlight {
  display: inline-block;
  padding: 7px 10px;
  background: #E91E63;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.3;
  white-space: normal;        /* allow wrapping on small screens */
  max-width: 100%;            /* never overflow container */
}

#journals .highlight {
  display: inline-block;
  padding: 7px 10px;
  background: #E91E63;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.3;
  white-space: normal;        /* allow wrapping on small screens */
  max-width: 100%;            /* never overflow container */
}

.journal-divider {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

/* subtle fade‑in on load */
.journal-section .container {
  opacity: 0;
  transform: translateY(30px);
  animation: journalFadeUp 0.9s ease-out 0.2s forwards;
}

@keyframes journalFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Optional: adjust for larger screens */

/* Responsive tweaks */
@media (max-width: 768px) {
  .journal-section {
    padding: 40px 12px;
  }

  .journal-section h2 {
    font-size: 22px;
    text-align: center;
  }

  .journal-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .journal-text .journal-link,
  .journal-text .highlight {
    display: inline;     /* keep text in one flow */
  }

  .journal-section .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .journal-section h2 {
    font-size: 20px;
  }

  .journal-text {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  #prev-journals .journal-text .highlight {
    display: block;          /* move to next line */
    margin-top: 6px;         /* spacing from previous text */
    width: fit-content;      /* keep highlight compact */
  }
}
/*------- -------------------------------------------------------
# Accepted Paper Section
--------------------------------------------------------------*/


.white {
  margin: 120px 0;             
}

.acceptcontainer .section-title h3 {
  margin-top: 40px;
  text-align: center;
  font-size: 30px;
  
}

.acceptcontainer a {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  font-size: 25px;
  color: #000;
}

.acceptcontainer a:hover{
  padding: 7px 10px;
  background: #E91E63;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  white-space: normal;        /* allow wrapping on small screens */
  max-width: 100%;   
}

.acceptcontainer {
  text-align: center;
}
@media (max-width: 768px) {
  .white {
    margin: 60px 0;             /* less vertical gap on phones */
  }

  .acceptcontainer h3 {
    margin-top: 20px;
    font-size: 1.1rem;
    padding: 0 10px;            /* prevent text touching edges */
  }

  .acceptcontainer a {
    margin-top: 20px;
    margin-left: 0;             /* remove 500px shift */
    font-size: 0.95rem;
  }
}
/*------- -------------------------------------------------------
# contact  Section
--------------------------------------------------------------*/
.contact-section {
  padding: 50px 15px;
  font-family: Arial, sans-serif;
  background: #f8f8f8;
}

.contact-box {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  /* fade‑in on load */
  opacity: 0;
  transform: translateY(20px);
  animation: contactFadeUp 0.8s ease-out 0.1s forwards;
}

.contact-box h2 {
  font-size: 22px;
  margin-bottom: 18px;
  text-align: center;
}

.contact-item {
  margin: 6px 0;
  font-size: 15px;
}

.contact-label {
  font-weight: 600;
  margin-right: 6px;
}

.contact-link {
  color: #e91e63;
  text-decoration: none;
  word-break: break-all;     /* long email wraps nicely on phones */
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-link:hover {
  color: #c2185b;
  border-color: #c2185b;
}

/* animation */
@keyframes contactFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Tablet & phone */
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 12px;
  }

  .contact-box {
    padding: 22px 16px;
    max-width: 100%;
  }

  .contact-box h2 {
    font-size: 20px;
    text-align: center;
  }

  .contact-item {
    font-size: 14px;
    text-align: center;
    margin: 4px 0 !important;
    line-height: 1.4;   /* reduces vertical spacing */
  }
  .contact-item .contact-label,
  .contact-item .contact-value,
  .contact-item .contact-link {
    display: inline;     /* keeps items aligned without extra line gaps */
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .contact-box h2 {
    font-size: 18px;
  }

  .contact-item {
    font-size: 13px;
  }
}

/*------- -------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

.faq-section {
  padding: 60px 15px;
  font-family: Arial, sans-serif;
}

.faq-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 6px;
  color: #E91E63;
}

.faq-subtitle {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

/* grid: two columns desktop, one column mobile */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}

/* header button */
.faq-header {
  width: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  transition: background 0.2s ease;
}

.faq-header:hover {
  background: #fafafa;
}

.faq-icon {
  color: #e91e63;
  font-size: 16px;
}

.faq-question {
  flex: 1;
}

.faq-arrow {
  transition: transform 0.2s ease;
  color: #E91E63;
}

/* body with smooth height animation */
.faq-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  background: #E91E63;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-body p {
  font-size: 13px;
  color: #fff;
  padding: 10px 0 14px;
  margin: 0;
}

/* open state */
.faq-item.active .faq-body {
  max-height: 200px;           /* enough for text */
  padding: 0 16px 8px;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

/* page-load fade in */
.faq-section .container {
  opacity: 0;
  transform: translateY(30px);
  animation: faqFadeUp 0.9s ease-out 0.1s forwards;
}

@keyframes faqFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* responsive */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/*------- -------------------------------------------------------
# Paper Submission Section
--------------------------------------------------------------*/
.submission-section {
  padding: 60px 15px;
  font-family: Arial, sans-serif;
  background: #f8f8f8;
}

.submission-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.submission-section h2 {
  font-size: 26px;
  margin: 25px 0 10px;
}

.submission-section h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.card {
  background: #fff;
  border-radius: 6px;
  padding: 20px 22px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/* text styles */
.submission-list {
  margin: 8px 0 12px 18px;
  padding: 0;
  font-size: 14px;
}

.submission-list li {
  margin-bottom: 6px;
}

.note {
  font-size: 13px;
  background: #cfacb8;
  padding: 10px 12px;
  border-radius: 4px;
}

#submission .highlight {
  display: inline-block;
  padding: 7px 10px;
  background: #E91E63;
  color: #000;
  border-radius: 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.3;
  white-space: normal;        /* allow wrapping on small screens */
  max-width: 100%;      
   word-break: break-word; /* ensure very long words break */
}
.text-link {
  color: #e91e63;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.text-link:hover {
  color: #c2185b;
  border-color: #c2185b;
}

.btn-link {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #e91e63;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.btn-link:hover {
  background: #c2185b;
  transform: translateY(-1px);
  color: #fff;
}

/* table */
.table-wrapper {
  width: 100%;
  overflow-x: auto;   /* horizontal scroll on small screens */
}

.reg-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 14px;
}

.reg-table th,
.reg-table td {
  border: 1px solid #ddd;
  padding: 10px 8px;
  text-align: left;
  vertical-align: top;
}

.reg-table thead {
  background: #E91E63;
  color: #fff;
}

.reg-table th {
  font-weight: 600;
}

/* animation on load */
.fade-up {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.9s ease-out forwards;
}

.fade-up:nth-of-type(1) { animation-delay: 0.1s; }
.fade-up:nth-of-type(2) { animation-delay: 0.2s; }
.fade-up:nth-of-type(3) { animation-delay: 0.3s; }
.fade-up:nth-of-type(4) { animation-delay: 0.4s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .submission-section {
    padding: 40px 12px;
  }

  .submission-section h2 {
    font-size: 22px;
  }

  .card {
    padding: 18px 16px;
  }

  .reg-table {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .submission-section h2 {
    font-size: 20px;
  }

  .submission-section h3 {
    font-size: 18px;
  }

  .submission-list {
    font-size: 13px;
  }

  .note {
    font-size: 12px;
  }
}

/* Row hover: light highlight + lift */
.reg-table tbody tr {
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.reg-table tbody tr:hover {
  background: #5a1a2f;                 /* light pink highlight */
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Cell border + text color change on hover */
.reg-table tbody tr:hover td {
  border-color: #E91E63;
  color: #fff;
}

/* Optional: header subtle hover */
.reg-table thead th {
  position: relative;
  overflow: hidden;
}

.reg-table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #E91E63;
  transition: width 0.3s ease;
}

.reg-table thead th:hover::after {
  width: 100%;                         /* underline animation */
}

/** MOBILE VIEW */
@media (max-width: 600px) {
  #submission .highlight {
    display: block;       /* gives full width and clean wrapping */
    font-size: 12px;      /* slightly smaller text */
    line-height: 1.6;     /* better readability */
    padding: 10px;        /* more space on small screens */
    text-align: left;     /* avoid awkward centered text */
  }
}
.custom-btn--email{
  color: #000;
}

@media (max-width: 480px) {
  #submission .center {
    padding-left: 150px;
  }
}

/*****-----Modal ---------***/
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;          /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  background: #ffffff;
  max-width: 600px;
  width: 95%;
 /* padding: 25px 30px 30px; */
 padding: 20px 25px;
  border-radius: 8px;
  position: relative;
  max-height: 700px;
  overflow-y: auto;
}

.modal-title {
  margin-bottom: 15px;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
}

.modal-box form input,
.modal-box form select {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
}

.modal-box form button.main-btn {
  width: 100%;
  background-color: #E91E63;
}
.modal-overlay.show {
  display: flex;
}

/***-----logo ------***/
.hybrid-row {
  display: flex;
  align-items: center;
  justify-content: center;   /* text centered, logos on sides */
  gap: 20px;
}

.hybrid-row .hybrid-logo {
  max-height: 70px;          /* adjust size */
  width: auto;
}

.hybrid-row p {
  margin: 0;
}
/* FORCE hover background for dropdown items */
/* .dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu li:hover > a {
    background-color: #adabac !important;  /* light pink */
    /* color: #e3006f !important;              rose text */
/* } */ */

/* Remove any existing theme borders / lines */
.dropdown-menu .dropdown-item {
    border: none !important;
    background-image: none !important;
}

/* Desktop hover */
.dropdown-menu .dropdown-item:hover {
    background-color: #ffe6f2 !important;
    color: #c40069 !important;
}

/* Mobile tap highlight */
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
    background-color: #ffe6f2 !important;
    color: #c40069 !important;
}

/* Override theme link styles */
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    background-color: #ffe6f2 !important;
    color: #c40069 !important;
}

/* keep text + arrow on same line */
.navbar-nav .nav-link {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}
/* Remove Bootstrap’s default caret */
.dropdown-toggle::after {
    display: none !important;
}

/* Add your custom arrow */
.navbar .dropdown-toggle::after {
    /* content: " ▼"; */
    font-size: 11px;
    margin-left: 4px;
    display: inline-block !important;
    position: relative;
    top: -2px; 
    color: #555;
}


/* ===============================
   ICCET MARQUEE - FINAL CLEAN VERSION
   =============================== */

/* FINAL MARQUEE FIX */
.iccet-marquee-wrap {
    background: #fff8f0;
    padding: 8px 0;
    overflow: hidden;
    width: 100%;
    position:static;
  z-index: 100 !important;  /* just below navbar */
    border-top: none !important;
}

/* Navbar must always stay above the promo marquee */




.iccet-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.iccet-marquee-inner {
  display: inline-block;
  white-space: nowrap;
  padding: 6px 12px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 16px;
  color: #000 !important;
  background: whitesmoke;
  animation: iccet-scroll 18s linear infinite;
}

.iccet-marquee-inner + .iccet-marquee-inner {
  margin-left: 40px;
}

.iccet-title {
  color: #E91E63 !important;
  font-weight: 700;
  margin-right: 10px;
}

/* Pause on hover */
.iccet-marquee:hover .iccet-marquee-inner {
  animation-play-state: paused;
}

/* Scroll animation */
@keyframes iccet-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}



/* Mobile */
@media (max-width: 600px) {
  .iccet-marquee-inner {
    font-size: 14px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .iccet-marquee-inner {
    animation: none !important;
  }
}


/*-------------Event name -----------*/
.color{
/*  color: #00e676;  **/
color: yellow;

}

/* ------------ Image slider -----------*/


/* img slider*/
.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  display: block;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  background-color: #E91E63;
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Disable animation for slider images */
.slideshow-container img,
.mySlides img {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.collab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;            /* space between left logo, text, right logo */
  text-align: center;
  color: #fff;
}

.collab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collab-item img {
  width: 80px;          /* adjust logo size */
  height: auto;
  margin-bottom: 8px;
}

.collab-text p {
  margin: 0;
  font-size: 100px;
}


@media (max-width: 767px) {
  #main-slide .carousel-caption {
    top: 20%;             /* move caption higher if needed */
    bottom: auto;         /* cancel default bottom positioning */
    transform: translateY(0);
    padding-top: 0;
    padding-bottom: 0;
  }

  #main-slide .heading {
    margin-top: 0;
    margin-bottom: 8px;   /* smaller gap under heading */
    font-size: 20px;      /* smaller font so it fits */
    line-height: 1.3;
  }

  #main-slide .carousel-caption p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
  }
}
     
@media (max-width: 768px) {
  .collab-row {
    flex-direction: column;   /* stack vertically */
    gap: 2px;
  }

  .center-text {
    margin-top: 1px;
     order: 2;                 /* text between logos */
  }

  .collab-row .collab-item:first-child {
    margin-top: 1px;
    order: 1;
  }

  .collab-row .collab-item:last-child {
    margin-top: 1px;
    order: 3;
  }

  .collab-item img {
    width: 60px;              /* slightly smaller logos */
  }

  #main-slide .carousel-item .carousel-caption .collab-row p {
    font-size: 14px;
  }
}
/*** -------marquee between nav menu and banner image--------**/
#header-wrap,
.navigation,
.navbar {
  overflow: visible !important;
}

 /* ------- spinner --- */
 /* Full-page spinner overlay */
  #pageSpinner {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    backdrop-filter: blur(4px);
  }

  /* Spinner circle */
  .loader {
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }

  @keyframes spin {
    to { transform: rotate(360deg); }
  }


/* ------- visited PAge count ------*/

/* MAIN FLOATING CAPSULE */
.vertical-bar{
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 18px;
  text-align: center;
  z-index: 999999;

  /* Gradient Background Capsule */
  background: linear-gradient(180deg, #ffffff, #e9f9ff);
  border-radius: 40px;

  /* Neon Glow Border */
  border: 2px solid #0bbfdc;
  box-shadow: 
      0 0 8px #0bbfdc,
      0 0 15px rgba(0,0,0,0.3);

  /* Fade-in + Floating */
  opacity: 0;
  animation: fadeIn 1.5s forwards, floatUpDown 3s ease-in-out infinite, glowShadow 4s infinite;
}

/* LABEL COLUMN */
.label-col{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.label-col span{
  font-size: 16px;
  color: #0bbfdc;
  font-weight: 700;
  line-height: 18px;
}

/* Tablet & Mobile */
@media (max-width: 768px) {
  .vertical-bar{
    right: 10px;
    padding: 18px 14px;
    border-radius: 32px;

    box-shadow: 
      0 0 6px #0bbfdc,
      0 0 10px rgba(0,0,0,0.25);
  }

  .label-col span{
    font-size: 14px;
    line-height: 16px;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  .vertical-bar{
    top: auto;
    bottom: 90px;               /* move away from browser bar */
    transform: none;
    right: 8px;
    padding: 14px 12px;
    border-radius: 28px;

    animation:
      fadeIn 1.2s forwards,
      floatUpDown 2.5s ease-in-out infinite,
      glowShadow 3s infinite;
  }

  .label-col{
    margin-bottom: 8px;
    color: red;
  }

  .label-col span{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    position: static;
    float: none;
    display: none;
  }
}
