@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,500,700');
/* ==========================================================================
   All Import File List
   ========================================================================== */
/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #777777;
  margin: 0;
  line-height: 25px;
  background: #fff;
  -webkit-box-sizing: box-sizing;
  -moz-box-sizing: box-sizing;
  box-sizing: box-sizing;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #2d2d2d;
  font-weight: 700;
}
p {
  color: #777777;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
a {
  color: #e91e63;
  -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 {
  color: #e91e63;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  list-style: none;
}
.section {
  padding: 60px 0;
}
.section-title {
  color: #2d2d2d;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  padding: 15px 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.section-subcontent {
  font-size: 15px;
  text-align: center;
  padding-bottom: 30px;
}
.small-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}
.btn {
  padding: 10px 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn:focus {
  color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-common {
  color: #FFF; font-size:18px;
  background: #e91e63;
}
.btn-common:hover {
  color: #fff;
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(233, 30, 99, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.02);
}
.btn-border {
  color: #777777;
  background: #fff;
  box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}
.btn-border:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
}
.btn-border:focus {
  color: #2d2d2d !important;
}
.btn-lg {
  font-size: 15px;
  padding: 14px 40px;
  text-transform: uppercase;
}
.btn-small {
  padding: 11px 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}

.a-right{float:right;}
.a-left{float:left;}


/* ==========================================================================
 Back to top
 ========================================================================== */
.back-to-top {
  position: fixed;
  bottom: 35px;
  right: 40px;
  display: none;
  z-index: 99;
}
.back-to-top i {
  display: block;
  width: 40px;
  font-size: 20px;
  height: 40px;
  background: #e91e63;
  color: #fff;
  text-align: center;
  box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.08);
  line-height: 32px;
  border-radius: 50%;
}
/* ==========================================================================
   Page Header
   ========================================================================== */
.page-header {
  padding: 0;
  margin: 0;
  position: relative;
  background:url(../images/header-bg.jpg);
  background-size: cover;
  background-position: 0px 0px, 50% 50%;
 /* min-height: 160px;*/ min-height:70px;
}
.page-header h1{display:none;}
.page-header2 {
  padding: 0;
  margin: 0;
  position: relative;
  background:url(../../images/tour/banner.jpg);
  background-size: cover;
  background-position: 0px 0px, 50% 50%;
  min-height: 35px;
}
.page-header:before {
  background: rgba(34, 34, 34, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.page-header .page-header-inner {
  position: absolute;
  color: #fff;
  bottom: 18px;
}
.page-header .page-title {
  text-align: left;
  color: #fff;
  font-size: 40px;
  padding: 15px 0;
  margin-bottom: 10px !important;
}
.page-header .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 9;
}
.page-header .breadcrumb li {
  line-height: 25px; font-size:20px;
  color: #e91e63;
}
.page-header .breadcrumb li a {
  color: #fff;
}
.page-header .breadcrumb li.page a {
  color: #1babf4;
}
.page-header .breadcrumb li a:hover {
  color: #e91e63;
}
/* ==========================================================================
   Navigation Main Menu
   ========================================================================== */
/* ==========================================================================
   Roof Section Start
   ========================================================================== */
#roof-top{background:#218AB6; color:#FFFFFF;}
#roof {
  color: #fff;
  font-size: 14px;
  background: #e91e63;
}
#roof-top .info-bar-address {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
#roof .quick-contacts {
  float: right;
}
#roof .quick-contacts img{width:85%;}

#roof-top .quick-contacts span {
  margin-right: 10px;
  line-height: 40px;
}
#roof-top .quick-contacts a {
  color: #fff;
}
#roof-top .quick-contacts i {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 15px;
}
/*NAVBAR*/
.navbar{min-height:136px;}
.navbar-default .navbar-toggle .icon-bar {
  background: #e91e63;
}
.navbar-default.affix {
  width: 100%;
  top: 0;
  background: #2d2d2d;
  z-index: 99999;
  -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
  transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}
.navbar-event.affix {
  background: #fff !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-header{ background:#040029;/*background:#0099CC;*/ width:100%;}
.navbar-nav{float: none;
    margin: 0 auto;
    text-align: center;}
.navbar-nav>li{float:none; display:inline-block;}

.navbar {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
}
.navbar-default {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left:0px;}
.navbar-brand {
  position: relative;
  padding: 0px 15px; margin:0 auto;
}
.navbar-brand.logo img{width:85%; padding:10px; text-align:center; margin:0 auto;/*background:#FFFFFF; padding:10px; border-radius:10px;*/}
.navbar-right{float:right !important;}

.navbar-nav a {
  -moz-transition: color .3s linear,background .3s linear;
  -webkit-transition: color .3s linear,background .3s linear;
  -o-transition: color .3s linear,background .3s linear;
  transition: color .3s linear,background .3s linear;
}
.navbar-default .navbar-nav {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; padding-top:0px;
}
.navbar-default .navbar-nav li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  display: block;
  padding: 30px 0px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 24px;
  font-weight: 400;
  outline: 0;
}
.navbar-default .navbar-nav li a:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  left: 1px;
  bottom: 21px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li .active > a,
.navbar-default .navbar-nav li a:focus {
  color: #fff;
  background: transparent !important;
}
.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a:focus:before {
  color: #fff;
  width: 100%;
}
.navbar-default .navbar-nav .active > a:before {
  width: 100%;
}



.navbar-event {
  background: #fff; overflow:hidden;
}
.navbar-event .navbar-nav li a {
  color: #ffffff;
  padding: 0 10px;
  margin-right: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 40px;
  border-radius: 50px;
}
.navbar-event .navbar-nav li a:before {
  display: none;
}
.navbar-event .navbar-nav li a:hover,
.navbar-event .navbar-nav li .active > a,
.navbar-event .navbar-nav li a:focus {
  color: #e91e63;
}
.navbar-event .navbar-nav > .dropdown:hover > ul.dropdown-menu {
  display: block;
  -webkit-animation: fadeInUpMenu 0.3s;
  -moz-animation: fadeInUpMenu 0.3s;
  -ms-animation: fadeInUpMenu 0.3s;
  -o-animation: fadeInUpMenu 0.3s;
  animation: fadeInUpMenu 0.3s;
}
.navbar-event .dropdown .dropdown-menu {
  padding: 0;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-radius: 0;
  left: -20px;
  right: 0;
  top: 78px;
  width: 190px;
  border-color: #e91e63;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.navbar-event .dropdown .dropdown-menu > li > a {
  color: #222222;
  padding: 2px 10px;
  border-radius: 0;
  margin: 0;
  text-transform: none;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-event .dropdown .dropdown-menu > li > a:hover,
.navbar-event .dropdown .dropdown-menu > li > a .active {
  color: #e91e63;
}
.navbar-event .dropdown .dropdown-menu > li.active > a {
  background: #e91e63 !important;
  color: #fff;
}
@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar-event .fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}
.navbar-event .navbar-nav > .active > a,
.navbar-event .navbar-nav > .active > a:focus,
.navbar-event .navbar-nav > .active > a:hover {
  background: #e91e63 !important;
  color: #fff;
}
.navbar-event .navbar-nav > .active > a,
.navbar-event .navbar-nav > .active > a:hover {
  color: #fff;
}
.navbar-event .navbar-nav > .open > a,
.navbar-event .navbar-nav > .open > a:focus,
.navbar-event .navbar-nav > .open > a:hover {
  background: transparent;
}




.caret {
  border-top: none;
  border-right: none;
  position: relative;
}
.caret:before {
  content: "\e604";
  font-family: 'Simple-Line-Icons';
  left: -2px;
  top: -20px;
  font-size: 11px;
  float: right;
  position: absolute;
}
.wpb-mobile-menu {
  display: none;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  #wpb-mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #e91e63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav .active {
    color: #e91e63;
  }
  .slicknav_nav .dropdown li a.active {
    background: #e91e63;
    color: #fff;
  }
}
/* ==========================================================================
   Carousel Main Slider
   ========================================================================== */
/* ==========================================================================
   Carousel Area Style
   ========================================================================== */
.carousel{height:auto;}

#carousel-area { border-bottom:6px solid #0d4d95; box-shadow:3px 5px 15px 1px #000;
  background-color: #E9E9E9;
  overflow: hidden;
}
#carousel-area .carousel-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 9;
}
#carousel-area .carousel-inner .item {
  background-attachment: fixed;
/*  background-size: 100%;*/
  background-size: cover;
  z-index: 10;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width:100%;}

#carousel-area .carousel-inner .item .carousel-caption {
  top: 15%;
  right: 10%;
  left: 10%;
  /*left:-15%; top:7%; */
}
#carousel-area .carousel-inner .item .carousel-caption h1 {
  font-size: 25px; text-shadow:2px 0px #02b2fe;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  margin: 40px 0 0; letter-spacing:normal;
}
#carousel-area .carousel-inner .item .carousel-caption h1 span{display:block; color:#fff; font-size:25px; }
#carousel-area .carousel-inner .item .carousel-caption h2 { text-shadow:2px 0px #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  color: #ff6400;
  margin:10px;
}
#carousel-area .carousel-inner .item .carousel-caption h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin: 10px;
}
#carousel-area .carousel-inner .item .carousel-caption h4 span{font-size:22px;}
#carousel-area .carousel-inner .item .carousel-caption h2 span{font-size:60px; font-weight:700; color:rgb(59,170,154)/*#238CB5*/;}
#carousel-area .carousel-inner .item .carousel-caption .btn {
  margin: 0 15px;
}
#carousel-area .carousel-control { color:#fff;
  z-index: 10;
  width: 35px;
  height: 55px;
  top: 45%;
  font-size: 40px;
  padding: 10px 5px;
  box-shadow: none;
  background-image: none;
  margin-top: -35px;
  text-shadow: none;
}
#carousel-area .left.carousel-control {
  left: 5%;
}
#carousel-area .right.carousel-control {
  right: 5%;
}
#carousel-area:hover .carousel-control {
  display: block;
}
/* ==========================================================================
   Rev Scroll Button
   ========================================================================== */
.rev-scroll-btn {
  position: relative;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
  margin-top: 80px;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
  -moz-animation: rev-ani-mouse 2.5s linear infinite;
  animation: rev-ani-mouse 2.5s linear infinite;
}
/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* ==========================================================================
   Custom Componet
   ========================================================================== */
/* ==========================================================================
   Countdown Style Start
   ========================================================================== */
.countdown-timer .text {
  padding: 10px 28px;
}
.countdown-timer .text h2 {
  font-size: 40px;
  line-height: 48px;
}
.countdown-timer .text h4 {
  color: #e91e63;
  margin-bottom: 10px;
  line-height: 15px;
}
.countdown-timer .text p {
  font-size: 14px;
  line-height: 30px;
}
.countdown-timer .btn-lg {
  margin-top: 30px;
}
.time-count div {
  float: left;
  text-align: center;
}
.time-entry {
  display: inline-block;
  min-width: 100px; min-height: 100px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 5px 10px 5px; margin-top:15px;
  margin-right: 8px;
  color: #777;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase; overflow:hidden;
}
.time-entry span {
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  color: #ffffff !important;
  margin-bottom: 7px;
}
.time-countdown {
  margin-top: 28px; margin-left:45px;
}
.time-countdown .time-entry{background:#0d0964; color:#FFFFFF; border-radius:50%;}
/* ==========================================================================
   Event location
   ========================================================================== */
#event {
  background: url(../images/bg-1.jpg);
  background-size: cover;
  position: relative; padding:10px 0px;
}
#event .tab-block {
  width: 100%;
  text-align: center;
  border-right: 1px dotted #777;
  margin-bottom: -6px;
}
#event .tab-block .icon {
  text-align: center;
  margin-bottom: 0px;
}
#event .tab-block .icon i {
  font-size: 20px;
  color: #e91e63;
}
#event .tab-block .desc h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px; margin:0px 0px 1px;
}
#event .tab-block .desc p {
  color: #ADADAD; font-size:13px; margin:0px;
}
#event .last-block {
  border-right: none;
}
#event .content-text {
  text-align: center;
  padding: 6px 60px;
}
#event .content-text h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
#event .content-text p {
  color: #ADADAD;
  font-size: 18px;
  line-height: 28px;
}
/* ==========================================================================
   Featured Style Start
   ========================================================================== */
.featured-box {
  padding: 20px;
  text-align: center;
}
.featured-box .icon {
  padding: 10px;
}
.featured-box .icon img{ border:4px double #ea8511; padding:4px; border-radius:50%; width:140px;}
.featured-box .icon i {
  color: #e91e63;
  font-size: 48px; 
}
.featured-box h4 {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
  color: #2d2d2d;
}
.featured-box p{line-height:20px; text-align:center !important;}
/* ==========================================================================
   About 
   ========================================================================== */
#about .service-block {
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#about .service-block .descr {
  padding: 15px 30px 30px;
  background: #fff;
}
#about .service-block .descr h4 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 500;
  color: #2d2d2d;
}
#about .service-block:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
/* ==========================================================================
   Schedule Section Start
   ========================================================================== */
.main-board {
  background: #fff;
  box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.07);
  position: relative;
  margin-top: 30px;
}
.main-board .nav-tabs {
  border-bottom: none;
}
.main-board .day {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.main-board .day > li.active > a,
.main-board .day > li.active > a:focus,
.main-board .day > li.active > a:hover {
  background-color: #e91e63;
  color: #fff;
  border-radius: 0;
  border: none;
}
.main-board .day > li > a {
  color: #777777;
  padding: 8px 106.9px;
  margin-right: 0px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  border-radius: 0;
}
.main-board .day > li > a span {
  font-size: 16px;
}
.main-board .day > li > a:focus,
.main-board .day > li > a:hover {
  background: #e91e63;
  color: #fff;
}
.column-1 {
  position: relative;
}
.column-1:before {
  position: absolute;
  content: "";
  left: 45px;
  top: 38px;
  bottom: 0;
  width: 4px;
  height: 96%;
  background: #efefef;
}
.column-1:after {
  position: absolute;
  content: "";
  left: 35px;
  bottom: -45px;
  width: 24px;
  height: 24px;
  background: #efefef;
  border-radius: 50%;
}
.column-1 .nav-pills li {
  text-align: left;
  float: none;
  margin-bottom: 34px;
}
.column-1 .nav-pills li a {
  background: #dddddd;
  color: #777777;
  border-radius: 0px;
  padding: 7px 10px;
  width: 120px;
  display: block;
  text-align: center;
}
.column-1 .nav-pills ul {
  margin-left: 40px;
}
.column-1 .nav-pills ul li {
  margin: 48px 35px;
  position: relative;
}
.column-1 .nav-pills ul li:after {
  position: absolute;
  content: "";
  left: -55px;
  top: 10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.column-1 .nav-pills ul > li.color-1:after {
  background: #f44336;
}
.column-1 .nav-pills ul > li.color-2:after {
  background: #30b9f6;
}
.column-1 .nav-pills ul > li.color-3:after {
  background: #736357;
}
.column-1 .nav-pills ul > li.color-4:after {
  background: #4a5dcd;
}
.column-1 .nav-pills ul > li > a {
  background: #dddddd;
  color: #777777;
  border-radius: 0px;
  padding: 7px 10px;
  width: 120px;
  display: block;
  text-align: center;
}
.board {
  padding: 60px 60px 30px;
}
.board .button {
  position: relative;
  margin-top: -45px;
  text-align: center;
}
.board .button .btn-large {
  padding: 12px 36px;
  color: #fff;
  font-size: 16px;
}
.board .button a img {
  margin-right: 12px;
}
.board .member {
  background: #efefef;
  padding: 34px 30px;
  margin-bottom: 42px;
}
.board .member h4 {
  font-size: 20px;
  padding: 18px 0px;
}
.board .member p {
  font-size: 14px;
  line-height: 20px;
}
.board .member .bg-1 {
  background: #f44336;
}
.board .member .bg-2 {
  background: #03a8f3;
}
.board .member .bg-3 {
  background: #2239c2;
}
.board .jon p {
  margin: 40px 0;
}
.board .coffee {
  margin: 0px auto;
  padding: 48px 0px;
  width: 40px;
  background: #736357;
}
.board .coffee .coffee-icon {
  margin-bottom: 24px;
}
.board .coffee p {
  color: #fff;
}
/* ==========================================================================
   Sponsors Section Style
   ========================================================================== */
#sponsors .spnsors-logo {
  margin-top: 20px; background:#a2be00; border-radius:12px;
  padding: 10px 6px;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#sponsors .spnsors-logo:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14); background:#0086c3;
}
#sponsors .spnsors-logo h5{font-size:16px; line-height:20px;}

/* ==========================================================================
   Gallery Section Style
   ========================================================================== */
#gallery .gallery-wrap {
  margin-top: 30px;
  display: inline-block;
}
#gallery .gellery-pn {
  padding-left: 5px;
  padding-right: 5px;
}
#gallery .more-btn {
  text-align: center;
}
#gallery .more-btn .btn {
  margin-top: 30px;
}
.gallery-item {
  position: relative;
  margin-bottom: 10px;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.57);
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.gallery-item:hover .overlay {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .icons i {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px;
  margin: -42px;
  font-size: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery-item .icons i:hover {
  color: #e91e63;
  border-color: #e91e63;
}
.gallery-item .icons .preview {
  position: absolute;
  left: 40%;
  top: 45%;
  color: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.gallery-item .icons .link {
  position: absolute;
  left: 55%;
  margin-left: 42px;
  top: 45%;
  color: #fff;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.gallery-item:hover .preview {
  left: 45%;
}
.gallery-item:hover .link {
  left: 50%;
}
/* ==========================================================================
   Video Section Style
   ========================================================================== */
.ready-to-play {
  height: 560px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.ready-to-play:before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.70;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}
.stop {
  opacity: 1;
}
.stopfade .ready-to-play:before {
  opacity: 1;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
.video-text {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
}
.video-text {
  text-align: center;
}
.video-text h4 {
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.video-text h1 {
  margin-bottom: 25px;
  color: #fff;
}
.video-text p {
  color: #fff;
}
.tb-t {
  display: table;
  height: 100%;
  margin: auto;
}
.tb-t .tb-c {
  display: table-cell;
  vertical-align: middle;
}
.tb-t .tb-c button {
  background: transparent;
  border: 2px solid #fff;
  padding: 18px 22px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.tb-t .tb-c button:focus {
  outline: none;
}
/* ==========================================================================
   Speakers member Style
   ========================================================================== */
#speakers .speakers-member:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
#speakers .speakers-member:hover .member-img img {
  margin-top: -58px;
}
.speakers-member {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  z-index: 99;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.speakers-member .member-img {
  background: #cccccc;
  position: relative;
  padding: 15px 30px 0;
  width: 100%;
  height: 240px;
  z-index: -1;
}
.speakers-member .member-img img {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.speakers-member .member-desc {
  padding: 15px 40px 30px;
  background: #fff;
  z-index: 99;
}
.speakers-member .member-desc h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
.speakers-member .member-desc h5 {
  font-size: 14px;
  font-weight: 400;
}
.speakers-member .member-desc p {
  line-height: 20px;
  margin-bottom: 20px;
}

#team .single-member {
  background: #fff;
  margin-top: 30px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#team .single-member:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
#team .team-img {
  position: relative;
  width: 50%;
  float: left;
}
#team .team-img img {
  width: 100%;
}
#team .team-img:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(233, 30, 99, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#team .team-desc {
  width: 50%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
#team .team-desc h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
#team .team-desc h5 {
  font-size: 14px;
  font-weight: 400;
}
#team .social-icon {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  opacity: 0;
  width: 100%;
}
#team .single-member:hover .team-img:before {
  opacity: 1;
}
#team .single-member:hover .social-icon {
  opacity: 1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gray-bg {
  background: #f0f3f5;
}

/* ==========================================================================
   Footer Start
   ========================================================================== */
footer img {
  margin-top: -8px;
}
footer h3 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
footer p {
  font-size: 13px;
  color: #2d2d2d;
  line-height: 20px;
  padding-right: 50px;
}
footer ul li a {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 400;
}
/* ==========================================================================
   Copyright Section 
   ========================================================================== */
#copyright {
  /*background: #02b3f7;*/background: #010566;
}
#copyright .sub-foot{text-align:center;}
#copyright .sub-foot img{text-align:center; display: block;
    margin: 0 auto;}
#copyright .sub-foot h3{color:#FFFFFF; font-size: 20px; text-decoration: underline; margin-bottom:20px;}
#copyright .sub-foot p{color:#FFFFFF;}
#copyright .sub-foot p a{color:#fff; font-weight:700;}
#copyright .sub-foot p a:hover{color:#000;}
#copyright .copyright-text {
  color: #fff;
  padding: 14px;
  margin: 0;
}
.footer-bot {
    padding: 0px !important;
    background: #0d4d95;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-bot h4{color:#FFFFFF; text-align:center;}

/*Siderbar Social Media Style*/

.social_link {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}

.socialpar {
  color: white;
  position: relative;
/*  left: -10px;
  font-family: 'Fira Sans', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  line-height: 3;
  margin: 0px;
}

#social_sidebar {
  height: 500px;
  width: 10px;
  position: fixed;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
  bottom: 0rem;
  z-index: 999999;
}

.socialpar i {
  left: 34px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.social_media {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color: #010566;
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
  margin-bottom: 5px;
}

.social_media:hover {
  margin-left: -30px;
  width: 230px;
  background-color: #3b5998;
}

.facebook:hover {
  background-color: #3b5998;
}

.twitter:hover {
  background-color: #4099FF;
}

.instagram:hover {
  background-color: #DD4B39;
}

.linkedin:hover {
  background-color: #0976B4;
}

.linkedin .socialpar i {
  left: 34px;
}

.instagram .socialpar i {
  left: 26px;
}

.youtube .socialpar i {
  left: 18px;
}

.youtube:hover {
  background-color: #E52D27;
}


.mob-social-media ul{display:block; margin:0px; padding:0px;}
.mob-social-media ul li{display:inline-block; list-style:none; font-size:20px; width:30px; background:#FFFFFF; margin-right:10px;}
.mob-social-media ul li .fa{text-align:center; display:block; padding:5px;}

/*END*/

#pagination {
  text-align: center;
}
#pagination span,
#pagination a {
  display: inline-block;
  text-align: center;
  height: 34px;
  width: 34px;
  color: #666;
  line-height: 33px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  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;
}
#pagination .current {
  color: #e91e63;
}
#pagination a:hover {
  color: #e91e63;
}
#pagination .all-pages,
#pagination .next-page {
  width: auto;
  padding: 0 14px;
}
.widget-title {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 15px;
  background: #F9F9F9;
  border-bottom: 1px solid #e91e63;
  margin-bottom: 20px;
}
.widget-search {
  margin-bottom: 48px;
}
.widget-search input[type="search"] {
  position: relative;
  margin: 0;
  float: left;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  height: 42px;
  border: none;
  line-height: 37px;
  width: 100%;
  border-radius: 0;
}
.widget-search input[type="search"]:focus {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}
.widget-search .search-btn {
  display: inline-block;
  width: 38px;
  position: absolute;
  height: 42px;
  border: none;
  background: transparent;
  right: 30px;
  color: #000;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  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;
}
.widget-search .search-btn:hover {
  color: #e91e63;
}
.right-sidebar {
  padding-left: 20px;
}
#sidebar {
  margin-bottom: 30px;
  padding: 0px 30px;
}
#sidebar .widget {
  padding-bottom: 30px;
}
#sidebar .widget:last-child {
  border-bottom: none;
}
#sidebar .cat-list li {
  padding: 8px 18px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
#sidebar .cat-list li a {
  text-decoration: none;
  margin-right: 10px;
  color: #666;
  display: inline-block;
  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;
}
#sidebar .cat-list li a:hover {
  color: #e91e63;
}
#sidebar .cat-list li .num-posts {
  color: #aaa;
  float: right;
  font-size: 12px;
}
#sidebar .posts-list li {
  margin-bottom: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  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;
}
#sidebar .posts-list li:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
#sidebar .posts-list .widget-thumb {
  float: left;
}
#sidebar .posts-list .widget-thumb img {
  opacity: 1;
  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;
}
#sidebar .posts-list .widget-thumb:hover img {
  opacity: 0.7;
}
#sidebar .posts-list .widget-content {
  margin-left: 104px;
  padding: 5px 0;
}
#sidebar .posts-list .widget-content a {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #2d2d2d;
}
#sidebar .posts-list .widget-content span {
  color: #999;
  font-size: 12px;
  display: block;
  margin: 3px 0;
  line-height: 18px;
}
#sidebar .posts-list .widget-content span i {
  margin-right: 5px;
}
#sidebar .tag a {
  display: inline-block;
  color: #666;
  font-size: 14px;
  padding: 7px 14px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  margin: 4px 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
  padding-right: 5px;
}
#sidebar .tag a:hover {
  color: #e91e63;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.post-slide {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.post-slide .post-content {
  margin-top: 20px;
  padding: 0px 30px 48px;
}
.post-slide .post-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 22px;
}
.post-slide .post-content h3 a {
  color: #2d2d2d;
}
.post-slide .post-content h3 a:hover {
  color: #e91e63;
}
.post-slide .post-content .meta {
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.post-slide .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 25px;
}
.post-slide .post-content .meta .meta-part a {
  color: #999;
  padding-right: 10px;
}
.post-slide .post-content .meta .meta-part a:hover {
  color: #e91e63;
}
.post-slide .post-content .meta .meta-part i {
  margin-right: 5px;
}
.relate-slider .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e91e63;
}
.single-gallery .social-link span {
  margin-right: 15px;
}
.single-gallery p {
  margin-bottom: 20px;
}
blockquote {
  padding: 20px 0;
  position: relative;
  margin: 30px 0;
  border-left-color: transparent;
}
blockquote i {
  font-size: 32px;
  position: absolute;
  margin-top: 10px;
}
blockquote .quote-text {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  display: block;
  font-style: italic;
  font-weight: 400;
  padding-left: 45px;
}
.post-tags-list {
  padding-top: 6px;
}
.post-tags-list a {
  display: inline-block;
  color: #666;
  font-size: 15px;
  padding: 7px 8px;
  background: rgba(238, 238, 238, 0);
  margin: 4px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.post-tags-list a:hover {
  color: #fff;
}
.comments-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 22px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#comments .comments-list li ul {
  padding-left: 80px;
}
#comments .avatar {
  padding: 5px;
  background: #fff;
  width: 80px;
  float: left;
  border-radius: 50%;
  height: 80px;
  position: relative;
  border: 1px solid #ddd;
}
#comments .avatar img {
  border-radius: 50%;
}
#comments .comment-content {
  padding: 0px 90px 0px 105px;
}
#comments .comment-content .comment-meta {
  margin-bottom: 5px;
}
#comments .comment-content .comment-by {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
#comments .comment-content .comment-by a {
  color: #2d2d2d;
}
#comments .comment-content .comment-by a:hover {
  color: #e91e63;
}
#comments .comment-content .comment-date {
  color: #e91e63;
  font-size: 14px;
}
.reply-link {
  padding: 0px 6px;
  color: #e91e63;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#respond button {
  margin-top: 10px;
}
.project-content h4 {
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.project-content h4 span {
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
.project-content p {
  margin-bottom: 30px;
}
.project-content .share {
  margin-top: 20px;
  font-size: 14px;
}
.project-content .share span {
  margin-right: 10px;
}
.form-control {
  font-size: 14px;
  outline: medium none;
  color: #999;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  margin: 4px 0;
  padding: 10px 15px;
  height: 40px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-control:focus {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
  outline: none;
}

/*committee*/
.margin20{margin-top:20px;}
.schedule-table-content{padding:30px 0px;}
.schedule-table-content h4{ font-size:30px; text-align:center; margin-bottom:20px;}
.schedule-table-content table {
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1;
}
.schedule-table-content table thead {
    border-bottom: 1px solid #e5e5e5;
}
.schedule-table-content table thead tr th {
    border-right: 1px solid #e5e5e5;
    padding: 15px 0 15px;
    font-size: 18px;
    color: #ffffff; text-align:center;
}
.schedule-table-content table tbody tr {
    border-bottom: 1px solid #e5e5e5;
}
.schedule-table-content table tbody tr td {
    border-right: 1px solid #e5e5e5;
    width: 260px;
    padding: 20px 0 20px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
/*Contact*/
.leftWrapper.pink {
    background: #0fa9ef;
    height: 100%;
    padding: 0;
   /* border-bottom-left-radius: 100px;*/
    box-shadow: 0 30px 30px rgb(0 0 0 / 15%);
}
.earlyBird {
    width: 100%;
    padding: 30px 50px;
    text-align: center;
}
.earlyBird h2 {
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.earlyBird p a{color:#FFFFFF;}
.earlyBird p a:hover{color:#000;}

.earlyBird  img{border:4px solid #3FB095;}

.rightWrapper.blue {
    background: #0fa9ef;
    height: 100%;
    padding: 0;
   /* border-top-right-radius: 100px;*/
    box-shadow: 0 30px 30px rgb(0 0 0 / 15%);
}
.rightWrapper img{border:4px solid #3FB095;}
.partner {
    width: 100%;
    padding: 30px 50px;
    text-align: center;
}
.partner h2 {
    font-weight: 800;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.partner p, .earlyBird p{color:#FFFFFF !important;}
.partner p a{color:#FFFFFF;}
.partner p a:hover{color:#000000;}

/*New Style*/
.wlcm-msg-block{background:url(../images/att-bg.png) no-repeat; background-size:100% 100%;}
.wlcm-msg{box-shadow:#ccc 3px 5px 15px 1px; padding:15px 25px;}
.wlcm-msg h2{font-size:27px; line-height:35px;}
.wlcm-msg h2 span{font-size:17px; display:block;}



.wlcm-msg p{text-align:justify; color:#000000; font-size:17px;}
#registration, #office-bearers{padding:70px 0px;}
.registration {background:#FFFFFF; box-shadow:#666 3px 5px 15px 1px; padding:15px 25px;}
.registration table tr td{color:#000000;}

.registration .registration-terms h5{font-size:18px; line-height:30px;}
.registration .registration-terms ul{display:block; margin-left:10px;}
.registration .registration-terms ul li{ font-size:14px; font-weight:normal; background:url(../images/arrow-abs.jpg) no-repeat; padding-left:20px; padding-bottom:10px; line-height:23px; color:#000000; margin-left:10px;}
.registration .registration-terms ul li:last-child{margin-bottom:0px;}

.registration .registration-terms{text-align:left;}
.registration .registration-terms h4{font-size:18px; text-decoration:underline; padding:15px 0px;}
.registration .registration-terms p{color:#000000; font-size:15px;}



#office-bearers h3{text-align:center; font-size:25px; padding-bottom:10px; color:#0D0964;/*color:#2690B1;*/}
/*.office-bearers-bg{background:#89bffb; box-shadow:#666 3px 5px 15px 1px; padding:15px 25px;}
*/
.office-bearers-bg{padding:15px 25px;}
.office-bearers-bg .bearers-block{box-shadow:#ccc 3px 5px 15px 1px; padding:10px; text-align:center; min-height:370px;}
.office-bearers-bg .bearers-block-new{min-height:320px !important;}
.office-bearers-bg .row .col-md-4{margin-bottom:30px;}
.office-bearers-bg .bearers-block img{border-radius:50%; border:4px solid #4CBF87; width:200px; height:200px; padding:4px;}

/*.office-bearers-bg .comm-block{background:#0a4f9c; padding:7px 5px; text-align:center; border-radius:20px; box-shadow:#666 3px 5px 15px 1px;}*/
.office-bearers-bg .comm-block{text-align:center;}
/*.office-bearers-bg .comm-block h4{color:#0e0979; font-size:17px;} .office-bearers-bg .comm-block h4 span{display:block; line-height:30px; color:#000000;}*/
.office-bearers-bg .comm-block p{color:#000;}
.office-bearers-bg .row .col-md-3{margin-bottom:8px;}

.office-bearers-bg .comm-block2{ padding:7px 5px; text-align:center; border-radius:20px;}
.office-bearers-bg .comm-block2 ul li{color:#FFFFFF; background:#86a400; font-size:17px;  padding:10px 5px; display:block; margin-bottom:22px;  box-shadow:#666 3px 1px 5px 1px; border-radius:20px; text-align:center;}
.office-bearers-bg .comm-block2 ul li a{color:#FFFFFF; text-align:center;}
.office-bearers-bg .comm-block2 ul li img{border-radius:50%; width:170px; display:block; margin:0 auto; border:2px solid #0D0964;}
.office-bearers-bg .comm-block2 ul li h4{color:#FFFFFF;}

.speak-block{text-align:center;}
.speak-block img{border-radius:50%; width:170px; display:block; margin:0 auto; border:2px solid #0D0964;}


.trade p{font-size:18px; text-align:justify; color:#000000;}
.abstract p{line-height:24px; font-size:15px; color:#000000;}
.abstract ul.abs-guid {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.abstract ul.abs-guid li { color:#000000;
    background:url(../images/arrow-abs.jpg) no-repeat;
    list-style: none;
    padding-left: 22px;
    line-height: 30px;
    margin-left: 10px;
}
.abstract ul.abs-guid li:last-child{padding-bottom:15px;}
.abstract ol li{line-height: 30px; margin-left: 0px; list-style:decimal;color:#000000;}
.abstract strong{font-weight:550;}
.heading-first {font-size: 16px !important; color: #0D0964 !important;}

/*for ticker*/	  
.sponsors .items{white-space: nowrap; margin-bottom: 0; overflow: hidden;}
.sponsors .item {display: inline-block; padding: 0; float: none;}
      
.sponsors h1 { margin:150px auto 30px auto; text-align:center; color:#fff;}
.sponsors li img {width: 170px;/* border-radius: 50%;border: 2px dotted #298BD9;*/ display: flex; margin: auto; margin-bottom: auto; padding: 5px; margin-bottom: 10px;}
.sponsors h3 {font-size:35px; color:#2D2D2D; text-transform:uppercase; padding-bottom:15px;}

/*Tours*/
.content-margin {
    margin-top: 30px !important;
}

.tours-home{background:url(../images/att-tour-bg.jpg) no-repeat; background-size:100% 100%; padding-bottom:50px;}


.tour-block p {
    text-align: justify;
    color: #667380;
    line-height: 1.8em;
}
.tour-block .a-left {
    float: left;
    margin: 0px 30px 10px 0px;
}
.tour-block .a-right {
    float: right;
    margin: 0px 0px 10px 30px;
}
.tour-block img {
    display: block;
    float: left;
    border: 2px solid #282d88;
    padding: 2px;
    border-radius: 12px 15px 25px;
    width: 259px;
}



/*updated nOw 11july2023*/



header #roof h1 {
 text-shadow:2px 0px #02b2fe;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin: 12px 0 0; letter-spacing:normal; text-align:center;
}
header #roof h1 span{display:block; color:#FFFF00; font-size:27px; text-shadow:none; font-weight:700;}
header #roof h4{text-align:center;}
header #roof h4 span{font-size:19px;
  font-weight: 500;
  color: #fff;
  margin:0px;
}
header #roof h2 { text-align:center;
  font-size: 22px;
  font-weight: 550;
  line-height: 30px;
  color: #e97202;
  margin-top:20px;
}
header #roof h5{font-size:16px; color:#0033CC;}



/*Tour*/
.travel-wrapper{position: relative; padding: 110px 0 70px;}
.travel{padding:50px 0px;} 
.travel-block{box-shadow:#ccc 3px 5px 15px 1px; padding:15px;}
.travel-block h4{text-align:center; color:#ff0763; font-size:25px; text-transform:uppercase; padding-bottom:15px;}
.travel-block h5{text-align:center;}
.travel-block img{text-align:center; margin:0 auto; display:block; border:4px double #5b0147;}
.travel-block p.first{margin-top:15px;}
.travel-block p.last, .travel-block-days p.last{padding-bottom:15px;}
.travel-block p{text-align:justify;}
.travel-block p.end-tour{text-align:center; color:#e49c25; font-size:18px;}
.travel-block ul {
    display: block;
    padding-top: 15px;
    text-align: left;
    margin-left: 30px;
}
.travel-block ul li {
   
    list-style: disc; font-size:15px;  
    line-height: 26px;
    font-weight: 400;
}
.travel-block img.place-left {
    margin: 0px 15px 2px 2px; width:auto;
    display: block;
    float: left;
}
.travel-block img.place-right {
    margin: 0px 2px 2px 15px; width:auto;
    display: block;
    float: right;
}
.travel-block-days h3.heading {
    background: #0a76a0;
    color: #FFFFFF;
    text-align: center;
    padding: 12px;
    font-size: 20px;
}

.policy{background:#009999; padding:25px 20px; margin-bottom:30px;}
.policy h4{color:#FFFFFF; margin-bottom:15px;}
.policy p{color:#FFFFFF;}
.policy ul{margin-left:25px;}
.policy ul li{color:#FFFFFF; font-size:16px;  background:url(../images/arrow.png) no-repeat left; padding-left:35px; padding-bottom:10px;}
.policy ul li:last-child{margin-bottom:10px;}

.venue .venue-terms ul{display:block; margin-left:10px; margin-top:30px;}
.venue .venue-terms ul li{ background:url(../images/arrow.png) no-repeat; padding-left:20px; padding-bottom:10px; line-height:25px; color:#000000; margin-left:10px;}
.venue .venue-terms ul li:last-child{margin-bottom:20px;}

.theme-block{display:block; text-align:center;}
.theme-block h4{text-align:center; font-size:30px; color:#0D0964;}
.theme-block ul li{list-style:none; display:inline-block; background:#f08408; padding:10px 15px; margin-left:12px; margin-bottom:15px; text-align:center; color:#fff; font-size:16px; border-radius:12px; font-weight:500;}




.section-title h2:after {
    content: "";
    background: #06223e;
    background: -webkit-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -moz-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -o-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: -ms-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    background: linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
    width: 105px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*Workshop Content*/
.workshop-home {
    display: block;
    padding-bottom: 20px;
}
.workshop-home h5 {
    min-height: 50px;
    vertical-align: middle;
    box-shadow: #000 4px 4px 16px 1px;
    padding: 15px 2px;
    color: #FFFFFF;
    text-align: center;
    background: #000066;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

#highlight {
    margin-left: 10%;
}
#highlight img {
    width: 100%;
}
#highlight h4 {
    font-size: 16px;
    background: #4a5cc0;
    color: #FFFFFF;
    padding: 10px 2px;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.workshop img {
    width: 100%;
    margin-bottom: 10px;
}
.workshop p{
    color: #000000; font-size:18px;
    text-align: center;
}
.workshop1 {background: #99ff99; padding: 10px;}
.workshop2 {background: #ffcccc; padding: 10px;}
.workshop3 {background: #ccccff; padding: 10px;}
.workshop4 {background: #7aeff5; padding: 10px;}
.workshop5 {background: #ffcc99; padding: 10px;}