  /*
    Theme Name: ICPM
    Author: RetalMobile.com
  */

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

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

  }

  a {
    color: #00B6C8;
    transition: 0.5s;
  }

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

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #00B6C8;
  }


  .blinking{
      animation:blinkingText 1.2s infinite;
  }
  @keyframes blinkingText{
      0%{     color: #00B6C8;    }
      49%{    color: #00B6C8; }
      60%{    color: transparent; }
      99%{    color:transparent;  }
      100%{   color: #00B6C8;    }
  }
  .blinkingW{
      animation:blinkingText 1.2s infinite;
  }
  @keyframes blinkingText{
      0%{     color: #fff;    }
      49%{    color: #fff; }
      60%{    color: transparent; }
      99%{    color:transparent;  }
      100%{   color: #fff;    }
  }
  .main-page {
    margin-top: 70px;
  }

  .wow {
    visibility: hidden;
  }

  /* Prelaoder */


  #preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.html") no-repeat center center;
  }

  /* Back to top button */

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

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

  }

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

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


  /* Sections Banner
  --------------------------------*/

  .banner {
    background: #009579;
  }

  .banner__content {
    padding: 16px;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .banner__text {
    flex-grow: 1;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif;
  }

  .banner__close {
    background: none;
    border: none;
    cursor: pointer;
  }

  .banner__text,
  .banner__close > span {
    color: #ffffff;
  }

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


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

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

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

  .section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #060c22;

  }

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

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

  #header {
  background: rgb(255,255,255);

    height: 130px;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
  }

  #header.header-fixed {
  background: rgb(255,255,255);

    height: 70px;
    transition: all 0.5s;
  }

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

  #header #logo h1 span {
    color: #00B6C8;
  }

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

  #header #logo img {
    padding: 0;
    margin: 0;
    max-height: 50px;
  }


  /*--------------------------------------------------------------
  # GOOGLE TRANSLATE   Menu
  --------------------------------------------------------------*/
  /*google translate Dropdown */

  #google_translate_element select{
  background:#f6edfd;
  color:#333;
  border: none;
  border-radius:3px;
  padding:6px 8px;
  font-size: 18PX;
  }

  /*google translate link | logo */
  .goog-logo-link{
    display:none!important;
    }
  .goog-te-gadget{
  color:transparent!important;
  }

  /* google translate banner-frame */

  .goog-te-banner-frame{
  display:none !important;
  }
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

  /* Nav Menu Essentials */

  /* Add a black background color to the top navigation */
  .topnav {
    background-color: #ffffff;
    color: black;
    overflow: hidden;
  }

  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: inherit;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .navbutton{
    color:white;
    background: #38B855;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #38B854;
    transition: all ease-in-out 0.3s;
    font-weight: 700;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 15px;
  }

  /* Add an active class to highlight the current page */
  .active {
    background-color: white;
    color: white;
  }

  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  .topnav .navimg
  {
    height: 50px;
  }

  /* navdropdown container - needed to position the navdropdown content */
  .navdropdown {
    float: left;
    overflow: hidden;
  }

  /* Style the navdropdown button to fit inside the topnav */
  .navdropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #333;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  /* Style the navdropdown content (hidden by default) */
  .navdropdown-content {
    display: none;
    position: absolute;
    background-color: #00B6C8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Style the links inside the navdropdown */
  .navdropdown-content a {
    float: none;
    color: white ;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  /* Add a dark background on topnav links and the navdropdown button on hover */
  .topnav a:hover, .navdropdown:hover .dropbtn {
    background-color: #00B6C8;
    color: white;
  }

  /* Add a grey background to navdropdown links on hover */
  .navdropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }

  /* Show the navdropdown menu when the user moves the mouse over the navdropdown button */
  .navdropdown:hover .navdropdown-content {
    display: block;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .navdropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .navdropdown {float: none;}
    .topnav.responsive .navdropdown-content {position: relative;}
    .topnav.responsive .navdropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }



  /*--------------------------------------------------------------
  # onload popup Section
  --------------------------------------------------------------*/

  .popup
  {
    position: fixed;
    top:60%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 100000;
  }
  .contentBox
  {
    position: relative;
    width: 600px;
    height: 400px;
    background: #fff;
  border-radius: 20PX;
  display: flex;
  box-shadow: 0 5PX 15PX rgba(0,0,0,0,1);
  }
  .contentBox .imgBx
  {
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contentBox .imgBx::before
  {
    content: '';
    position: absolute;
    width: 250PX;
    height: 250px;
    background: #e7ffe0;
    border-radius: 50%;

  }
  .contentBox .imgBx img
  {
    position: relative;
    max-width: 150px;
    z-index: 1500;
  }
  .contentBox .content
  {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  }
  .contentBox .content h3
  {
    color: #333;
    line-height: 1em;
    font-weight: 300;
    font-size: 2em;
  }

  .contentBox .content h2
  {
    color: #ff4d54;
    line-height: 4em;
    font-weight: 300;
  }

  .contentBox .content h2 span
  {
    color: #333;
    font-size: 0.75em;
    text-transform: uppercase;
  }

  .contentBox .content p
  {
    font-weight: 300;
  }
  .contentBox .content a
  {
    display: inline-block;
    padding: 10px 20px;
    background: #ff4d54;
    color: #fff;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 10px;

  }
  .close
  {
    position: absolute;
    top: 20PX;
    right: 20PX;
    width: 40px;
    height: 40px;
    background: #f3f3f3 url(close.png) ;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1501;
  }
  @media (max-width : 767px)
  {
    .contentBox{

      width: 300px;
      height: auto;
      flex-direction: column;
      z-index: 10000;
        position: fixed;
        top: -250px;
        left: -150px;
    }
    .contentBox .imgBx
    {

      height:70px;
    transform: translateY(-50px);
    }
    .contentBox .imgBx::before
    {
    background: #fff;
    }

    .close
    {
    top: -50px;
    right: -30px;
    background: #fff url(close.png) ;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    }
    .contentBox .content
    {
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    }
  }

  /*--------------------------------------------------------------
  # brochore Section
  --------------------------------------------------------------*/
  #brochore {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  #brochore img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
  }

  #top {
      background-color:rgba(6, 12, 34, 0.5);
      color:#fff;
      font-weight: bold;
      font-family: "Arial", Gadget, sans-serif;
      /*border: 2px solid white; */
      padding: 10px;
      /*border-radius: 25px;*/
      text-align: justify;
    }

  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  #intro {
    width: 100%;
    height: 100vh;
    background: url(../img/intro-bg.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

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

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

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

  #intro h1 span {
    color: #00B6C8;
  }
  #intro h3 {
    color: #fff;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
  }

  #intro h3 span {
    color: #00B6C8;
  }

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

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

  #intro .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  #intro .play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid rgba(163, 163, 163, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }

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

  #intro .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }

  #intro .about-btn {
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #00B6C8;
  }

  #intro .about-btn:hover {
    background: #00B6C8;
    color: #fff;
  }

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

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

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

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

  /*--------------------------------------------------------------
  # About Section
  --------------------------------------------------------------*/
  select {
  display: block;
  margin: 0 auto;
  }

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

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


  #about h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f82249;
    text-decoration: underline;
    text-align: center;
    text-align: center;
  }
  #about h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    text-align: center;
  }

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

    font-weight: bold;

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

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

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

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

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

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

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

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

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

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

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

  #speakers-details {
    padding: 60px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #venue {
    padding: 60px 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  #hotels {
    padding: 60px 0;
  }

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

  #hotels .hotel:hover .hotel-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #hotels .hotel-img {
    overflow: hidden;
    margin-bottom: 15px;
  }

  #hotels .hotel-img img {
    transition: 0.3s ease-in-out;
  }

  #hotels h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 20px;
  }

  #hotels a {
    color: #152b79;
  }

  #hotels a:hover {
    color: #00B6C8;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  #supporters {
    padding: 60px 0;
  }

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

  #supporters .supporter-logo {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e0e5fa;
    border-bottom: 1px solid #e0e5fa;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    height: 160px;
  }

  #supporters .supporter-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

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

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

  #faq {
    padding: 60px 0;
  }

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

  #faq #faq-list li {
    border-bottom: 1px solid #ddd;
  }

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

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

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

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

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

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

  /*--------------------------------------------------------------
  # Subscribe Section
  --------------------------------------------------------------*/

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

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

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

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

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

  #subscribe button:hover {
    background: #38B855;
  }

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

  #Payments {
    padding: 60px 0;
  }

  #Payments .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);
  }

  #Payments .card:hover {
    box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  }

  #Payments .card hr {
    margin: 25px 0;
  }

  #Payments .card .card-title {
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
  }

  #Payments .card .card-price {
    font-size: 48px;
    margin: 0;
  }

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

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

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

  #Payments .card .btn:hover {
    background-color: #00B6C8;
  }

  #Payments #buy-ticket-modal input,
  #Payments #buy-ticket-modal select {
    border-radius: 0;
  }

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

  #Payments #buy-ticket-modal .btn:hover {
    background-color: #00B6C8;
  }

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

  #contact {
    padding: 60px 0;
  }

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

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

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

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

  #contact .contact-info a {
    color: #4869df;
  }

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

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

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

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

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

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

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

  #contact .form button[type="submit"] {
    background: #00B6C8;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
  }

  #contact .form button[type="submit"]:hover {
    background: #00B6C8;
  }
  /*--------------------------------------------------------------
  # Exhibitor list style
  --------------------------------------------------------------*/
  .exhibitor{
    display: flex;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

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

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

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

  #footer .footer-top .footer-info h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
  }

  #footer .footer-top .footer-info img {
    height: 40px;
    margin-bottom: 10px;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #222636;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

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

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

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

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

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

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

  #footer .footer-top .footer-newsletter input[type="submit"] {
    background: #00B6C8;
    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: #00B6C8;
  }

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

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

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

  @media (min-width: 767px) {

    #subscribe input {
      min-width: 400px;
    }
  }

  @media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
      padding: 20px 0;
    }

    #contact .contact-phone {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
  }

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

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

    #about {
      background-attachment: fixed;
    }

    #subscribe {
      background-attachment: fixed;
    }
  }

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

    }

    .nav-menu a {
      padding: 8px 4px;
    }
  }



  @media (max-width: 991px) {
    #header.header-scrolled {
  	background: rgb(255,255,255);

    }

    .header-fixed
     {
  	background: rgb(255,255,255);

    }



    #nav-menu-container {
      display: none;
    }

    #mobile-nav-toggle {
      display: inline;
    }

    #intro .intro-container {
      top: 70px;
    }

    #intro h1 {
      font-size: 34px;
    }

    #intro p {
      font-size: 16px;
    }

    #schedule .nav-tabs a {
      padding: 8px 60px;
    }
  }

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

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

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

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

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

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

  @media (max-width: 460px) {
    #subscribe button {
      margin-top: 10px;
    }
  }
  .centerimg{
    display: block;
      margin-left: auto;
      margin-right: auto;

  }
  }
  a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }

  a[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 0;
  }

  .modal-body {
    background-color: #00B6C8;
    color: #ffffff;
    font-size:18px;

  }
