@import url(https://fonts.googleapis.com/css?family=Cabin:400,700,600,500,400italic,500italic);

body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #272727;
  font-family: 'Oswald', sans-serif;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.subheading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  color: #d2232a;
}

a {
  color: #c40216;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  -ms-transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #c40216;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.btn {
  border-width: 0;
  border-bottom-width: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: uppercase;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.btn.btn-primary {
  background: #c40216;
  border-color: #c40216;
  border: 2px solid #c40216;
  font-weight: bold;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #fff;
  border: 2px solid #c40216;
  color: #c40216;
}

.btn.btn-blue {
  background: #3949ab;
  border-color: #33429b;
  margin-left: 20px;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #243078;
}


.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
#header {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  background: #ffffff;
}

.datevenue {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}

.datevenue i,
.datevenue em {
  color: #762A87;
}

.homebuttons .btn-primary {
  width: 33%;
  font-size: 20px;
  background: #525a5c;
  padding: 14px 0;
  border: none;
  border-right: 2px solid #ffffff;
}

.homebuttons .btn-primary.active {
  background: #c40216;
}

.homebuttons .btn-primary:hover {
  border: none;
  border-right: 2px solid #ffffff;
  background: #c40216;
  color: #ffffff;
}

.contentbox {
  margin-bottom: 15px;
  text-align: justify;
  margin-top: 20px;
}

.contentbox ul {
  margin: 0px;
  padding: 0px;
}

.contentbox ul li {
  margin: 0px;
  padding: 0 0 6px 20px;
  background: url(../images/bullate.png) no-repeat 0px 8px;
}

.headervenue {
  font-size: 17px;
  color: #000000;
  padding: 20px 0 0 0;
}

.toplink {
  margin-top: 0px;
  display: inline-block;
}

.nav-pills>li {
  background: none !important;
}

#header.affix {
  position: fixed;
  z-index: 999;
  background: #ffffff;
  padding-bottom: 0px;
  top: 0px;
}

#header.affix .logo img {
  height: 70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

#header.affix .boxdbrochure {
  font-size: 14px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

#header.affix .headervenue {
  padding: 10px 0 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  margin-top: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.navbar {
  min-height: 42px;
}

.navbar-collapse {
  padding: 0px;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navwhite {
  background: #000 !important;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 0px 0px 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #000000;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 5px solid #989898;
  margin-right: 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #d2232a;
}

.navbar-default .navbar-nav>li>a.listtypeAttend {
  border-top: 5px solid #EB634C;
  background: #f3dad5;
}

.navbar-default .navbar-nav>li>a.listtypeSpeakers {
  border-top: 5px solid #EB634C;
  background: #f3dad5;
}

.navbar-default .navbar-nav>li>a.listtypePartner {
  border-top: 5px solid #253964;
}

.navbar-default .navbar-nav>li>a.listtypeVenue {
  border-top: 5px solid #253964;
}

.navbar-default .navbar-nav>li>a.register {
  background: #ffffff;
  border-radius: 0px;
  padding: 7px 17px;
  color: #EB634C;
  border-top: 5px solid #EB634C;
  margin: 0 0px 0 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.navbar-default .navbar-nav>li>a.register:hover {
  background: #EB634C;
  color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a.register.legacy {
  background: #ffffff;
  border-radius: 0px;
  color: #EB634C;
  border-top: 5px solid #EB634C;
  margin: 0 0px 0 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.navbar-default .navbar-nav>li>a.register.legacy:hover {
  background: #EB634C;
  color: #FFFFFF;
}

.dropdown-menu {
  background: #fff;
  border-radius: 0px;
}

.dropdown-menu>li>a {
  padding: 6px 20px;
  border-bottom: 1px solid #e2e2e2;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #cacaca;
}

.navbar-right {
  margin-top: 35px;
}

.boxdbrochure {
  background: #EB634C;
  color: white;
  padding: 10px;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 20px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.headerbrochuredownload {
  display: block !important;
}

.headerbrochuredownload:hover {
  text-decoration: none;
}

/*#header.affix .headerbrochuredownload{
        position: fixed;
    top: 50%;
    right: 0px;
    min-width: 233px;
    max-width: 233px;
    width: 233px;
    z-index:9;
    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}*/

.socialicon {
  float: right;
  list-style: none;
  margin: 13px 0 0 0;
  padding: 0px;
}

.socialicon li {
  float: left;
  margin: 0 10px;
}

.btnregister {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.otherslider {
  background: url(../images/innerbanner.png) no-repeat;
  background-size: cover;
  height: 160px;
  margin-top: 150px;
}

#main-slider {
  padding-top: 150px;
}

/*.affix.navbar-default{
    width:100%;
    z-index:99;
}*/

.topnav {
  float: none;
  display: block;
}

.topnav li {
  float: right;
}

.topnav li a {
  font-size: 12px;
  color: #fff;
}

.carousel-caption {
  top: 24%;
  width: 100%;
  left: 0;
  right: 0;
  color: #e4e4e4;
  text-align: left;
}

.carousel-caption h3 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: normal;
  /*text-transform:uppercase;*/
  font-weight: bold;
}

.carousel-caption h3 span {
  color: #ffffff;
}

.carousel-caption p {
  font-size: 21px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1.5;
}

.carousel-caption a {
  color: #c40216;
}

.carousel-indicators {
  z-index: 1;
}

.carousel-caption .btn.btn-primary {
  background: white;
  border-radius: 0px;
  text-transform: uppercase;
  border: 0px;
  border: 2px solid #c40216;
  font-size: 20px;
  font-weight: bold;
  min-width: 285px;
  color: #c40216;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.carousel-caption .btn.btn-primary:hover {
  background: #c40216;
  border: 2px solid #c40216;
  color: #ffffff;
}

.carousel-caption .btn.btn-primary.btnblue {
  background: #c40216;
  border-radius: 0px;
  text-transform: uppercase;
  border: 0px;
  border: 2px solid #c40216;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.carousel-caption .btn.btn-primary.btnblue:hover {
  background: none;
  border: 2px solid #c40216;
  color: #c40216;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.aboutshow {
  margin-top: 20px;
}

.aboutshow.insidecls {
  margin-top: 0px;
}

.aboutshow h2 {
  color: #000000;
  font-size: 28px;
  margin: 0px 0 30px 0;
  padding: 0px;
  font-weight: bold;
}

.aboutshow h3 {
  margin: 0px 0 10px 0;
  padding: 0px;
}

.aboutshow h5 {
  color: #525252;
  font-size: 26px;
  margin: 0px 0 30px 0;
  padding: 100px 0 0 0;
  font-weight: normal;
}

.annualtimeline {
  background: #f6f6f6;
  padding-top: 30px;
  text-align: center
}

.annualtimeline h2 {
  color: #000000;
  text-transform: uppercase;
}

/* ============================== keyfeatures ======================*/
#keyfeatures {
  background: url(../images/who_attend_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  margin-top: 0px;
  padding: 25px 0 25px 0;
  color: #fff;
}

/*#keyfeatures{background:#f7f7f7; margin-top:0px; padding:25px 0 25px 0; color:#000000;}*/
#keyfeatures h2 {
  color: #ffffff;
  font-weight: bold;
}

#keyfeatures i {
  color: #da5941;
}

.emailsubscribe {
  background: #ffffff57;
  color: #ffffff;
  border: 0px;
  padding: 25px;
}

.btnsubscribe {
  padding: 15px 25px;
  background: #d2232a !important;
}

#keyfeatures span.whyattend {
  color: #6fab2c;
  font-size: 30px;
  font-weight: bold;
}

.featurebox {
  background: #ffffff;
  color: #000000;
  padding: 20px 20px;
  min-height: 220px;
  border-radius: 10px;
  -webkit-box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
  box-shadow: 0 14px 43px rgba(33, 54, 61, 0.15);
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.featureicon {
  margin-bottom: 10px;
}

.featureicon img {
  height: 100px;
}

.featuredetails {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
}

/* ========================== for showsector section  ==================*/
#keyobjective {
  background: #130f10;
  margin-top: 0px;
  padding: 50px 0 50px 0;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}

#keyobjective h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0 20px 0;
  padding: 0px;
}

#keyobjective .btn.btn-primary {
  background: #741518;
  border: 0px solid #ffffff;
  border-radius: 0px;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#keyobjective .btn.btn-primary:hover,
#showsector .btn.btn-primary:focus {
  background: none;
}

#keyobjective .imgbox {
  border: 2px double #ffffff;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#keyobjective .imgbox img {
  max-width: 70%;
}

#keyobjective .nav-tabs {
  border: 0px;
}

#keyobjective .nav-tabs li {
  width: 25%;
}

#keyobjective .nav-tabs li a {
  border-bottom: 2px solid transparent;
}

#keyobjective .nav-tabs>li.active>a,
#keyobjective .nav-tabs>li.active>a:hover,
#keyobjective .nav-tabs>li.active>a:focus,
#keyobjective .nav-tabs>li>a:hover {
  color: #555;
  cursor: default;
  background: none;
  border: 0px;
  border-bottom: 2px solid #ffffff !important;
  border-bottom-color: inherit;
  position: relative;
}

.objectivebox {
  width: 100% !important;
  display: inline-block;
}

.objectivebox ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.objectivebox ul li {
  margin: 0px 0 10px 0;
  padding: 0px 0 0 40px;
  position: relative;
}

.objectivebox ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #fc5a1b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.objectivebox ul li:hover:before {
  background: #fc5a1b;
  border-color: #fc5a1b;
  color: #ffffff;
}

.objectiveright ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 25px;
  height: 25px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 23px;
  font-size: 16px;
  color: #fc5a1b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.objectiveright ul li:hover:before {
  background: #fc5a1b;
  border-color: #fc5a1b;
  color: #ffffff;
}

.keyobjimagecurve {
  position: absolute;
  top: 0px;
  right: 0px;
}

.flip-box {
  background-color: transparent;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.whatiris {
  background: #26272d;
}

.workshop {
  background: #797b7d;
}

.news {
  background: #265cdc;
}

.whatiris,
.workshop,
.news {
  padding: 80px 60px 80px 60px;
  min-height: 530px;
}

.boxdownloadbro {
  box-shadow: 0 0 4px 1px #ddd;
  border-radius: 12px;
  padding: 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.bxdownloadcenter {
  background: url(../images/download_center_bg.png) no-repeat center center;
  position: relative;
  height: 250px;
  width: 300px;
  padding: 15px 0 0 44px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.imgbrochure {
  float: left;
  width: 149px;
  height: 235px;
}

.imgbrochure img {
  transition: all 1s;
  box-shadow: 0 0 5px 2px #99938e;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.imgbrochure img:hover {
  transition: all 1s;
  box-shadow: 0 0 5px 1px #99938e;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

#testimonials {
  background: url(../images/testimonials_bg.jpg) no-repeat center center;
  margin-top: 0px;
  padding: 50px 0 100px 0;
  color: #ffffff;
}

#testimonials h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  margin: 0px 0 10px 0;
  padding: 0px;
}

#testimonials h5 {
  color: #ffffff;
  font-size: 26px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#testimonials .btn.btn-primary {
  background: #741518;
  border: 0px solid #ffffff;
  border-radius: 0px;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#testimonials .btn.btn-primary:hover,
#showsector .btn.btn-primary:focus {
  background: none;
}

#testimonials .carousel-indicators {
  bottom: -30px;
}

#testimonials .carousel-control {
  width: 9%;
}

#testimonials .carousel-control.left,
#testimonials .carousel-control.right {
  background-image: none;
}

/* ======================= For speaker section ========================*/
.speakersections {
  background: #EB634C url(../images/texture-map.png) no-repeat;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0 30px 0;
  color: #ffffff;
  /*text-transform: uppercase;*/
  font-size: 13px;
}

.speakersections h2 {
  /*text-transform:uppercase;*/
  margin: 20px 0 15px 0;
  color: #ffffff;
}

.speakersections .speakerimage {
  position: relative;
  padding-left: 0px;
}

.speakersections .spkname {
  /*position: absolute;
        bottom: 0px;
        left: 0px;
        color: #25517a;*/
  color: #ffffff;
  letter-spacing: 1.5px;
}

.column-5 {
  width: 20%;
}

/* ======================= For speaker section bottom ========================*/
.team-section {
  position: relative;
  padding: 60px 0px 0px;
}

.team-section .sec-title {
  margin-bottom: 50px;
  text-align: center;
}

.team-section .team-member {
  position: relative;
  margin-bottom: 60px;
}

.team-section .team-member .inner {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  overflow: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-section .team-member .inner:hover {
  border-color: #fc5a1b;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.team-section .team-member .member-image {
  position: relative;
  margin-left: -1px;
  margin-right: -1px;
}

.team-section .team-member .social-links {
  position: absolute;
  left: 0px;
  top: -42px;
  width: 100%;
  height: 42px;
  padding: 1px;
  z-index: 2;
  text-align: center;
  transition: all 500ms ease 100ms;
  -moz-transition: all 500ms ease 100ms;
  -webkit-transition: all 500ms ease 100ms;
  -ms-transition: all 500ms ease 100ms;
  -o-transition: all 500ms ease 100ms;
}

.team-section .team-member .social-links a {
  position: relative;
  display: inline-block;
  margin: 0px 1px;
  width: 36px;
  height: 34px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  background: #fc5a1b;
}

.team-section .team-member .social-links a:before {
  background: #292929;
}

.team-section .team-member:hover .social-links {
  top: 19px;
}

.team-section .team-member .member-image img {
  display: block;
  width: 100%;
}

.team-section .team-member .lower {
  position: relative;
  padding: 0px 15px 10px 20px;
  color: #7f7f7f;
}

.team-section .team-member .member-title {
  position: relative;
  max-width: 420px;
  margin: -40px 15px 0px;
  padding: 15px 5px 10px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  text-align: center;
}

.team-section .team-member .member-title h5 {
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  color: #eb624c;
}

.team-section .team-member .member-title .occupation {
  font-size: 15px;
  color: #fc5a1b;
}

.team-section .team-member .desc {
  padding: 20px 0px 0px;
  min-height: 110px;
  font-size: 13px;
}

.team-section .team-member .read-more {
  color: #eb624c;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.team-section .team-member .read-more:hover {
  color: #fc5a1b;
}

.speakerboxinner h5 {
  padding: 15px 0 !important;
  font-size: 18px !important;
  margin: 0px;
}

.speakerboxinner .inner {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 0px 5px 2px #ccc;
}

.speakerboxinner .lower {
  min-height: 110px;
}

/*  ==================== for Exhibit section =====================*/
#exhibit {
  margin-top: 75px;
  padding: 0px 0;
}

#exhibit h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#exhibit h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#exhibit .btn-primary {
  margin-top: 50px;
}

/*  =============== for sponsor section =====================*/
#sponsor {
  margin-top: 15px;
  padding: 0px 0;
}

#sponsor h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#sponsor h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

.col-half-offset {
  margin-left: 4.166666667%
}

.carousel-inner.onebyone-carosel {
  margin: auto;
  width: 100%;
}

.onebyone-carosel .active.left {
  left: -20%;
}

.onebyone-carosel .active.right {
  left: 20%;
}

.onebyone-carosel .next {
  left: 20%;
}

.onebyone-carosel .prev {
  left: -20%;
}

.fdi-Carousel .left,
.fdi-Carousel .right {
  background-image: none;
}

/* ==================== for event time bg==================*/
#eventtime {
  background: url(../images/event_bg.jpg);
  height: 260px;
  margin-top: 70px;
  padding: 0px 0;
  color: #fff;
}

#eventtime h2 {
  color: #fff;
}

#eventtime h3 {
  color: #fff;
  margin-bottom: 0;
}

#eventtime .icon-circle {
  float: left;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100px;
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

#eventtime .icon-circle>span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#eventtime h3 {
  margin-bottom: 50px;
  float: left;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 0.7;
  font-weight: normal;
}

#eventtime h3 span {
  font-size: 12px;
}

#eventtime .section-header {
  margin-top: 70px;
  margin-bottom: 0px;
}

/* ====================== for brochure download =========================*/
.special-offer-section {
  padding: 20px 0px;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  background-position: center center;
  margin-top: 2px;
}

.special-offer-section .special-offer-content h2 {
  color: #ffffff;
  font-size: 28px;
}

.event-makeing-btn {
  margin-top: 20px;
}

.special-offer-section .event-makeing-btn a {
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  border-radius: 30px;
  color: #da5941;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.special-offer-section .event-makeing-btn a:hover {
  background: #da5941;
  color: #ffffff;
  text-decoration: none;
}

.downloadbrochure a {
  padding: 15px;
  background: #2567a0;
  color: #ffffff;
  display: block;
  font-size: 20px;
}

.downloadbrochure a h4 {
  font-size: 25px;
  color: #ffffff;
}

/* =================== For Conference Agenda  =======================*/
/*#ConferenceAgenda{ margin-top:75px; padding:0px 0;}
#ConferenceAgenda h2{color:#3949ab; font-size:32px; margin:0px 0 8px 0; padding:0px;}
#ConferenceAgenda h5{color:#95a5a6; font-size:22px; margin:0px 0 10px 0; padding:0px; font-weight:normal;}
.nav-tabs{border-bottom:5px solid #c51162; padding-bottom:5px; margin-top:40px;}
.nav-tabs>li>a{background:#c5cae9; border-radius:0px; border:none; color:#fff; font-size:20px; text-transform:uppercase;}
.nav-tabs>li>a:hover{background:#c51162; color:#fff; border:none; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background:#c51162; color:#fff; border:none; }
.agendatime{background:#7986cb; color:#fff; text-align:center; padding:15px 15px;}
.seprator{border-bottom:5px solid #fce4ec; padding:45px 0;}
.seprator h5{margin-bottom:25px!important;}*/

/*  ==================== for speakers section ==================================*/

#ourspeakers {
  margin-top: 75px;
  padding: 50px 0;
  background: #005aab;
  color: #ffffff;
}

#ourspeakers h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#ourspeakers h3 {
  color: #95a5a6;
  font-size: 16px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

.speakername {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0 0 0;
}

.speakerjob {
  text-transform: uppercase;
}

#fourth-section .fourth-section-area .single-effect h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}

#fourth-section .fourth-section-area .single-effect .hover {
  background-color: #FFF;
  color: #888;
}

.wpf-demo-3 {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wpf-demo-3 img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wpf-demo-3:hover img {
  -moz-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

.wpf-demo-3:hover .view-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.wpf-demo-3 .view-caption {
  background-color: #E28A25;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
}

.wpf-demo-3 .view-caption h4 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}

/* ============================== Join our event ======================*/
/*#joinevent{background:url(../images/join_bg.jpg); margin-top:0px; padding:25px 0 25px 0; color:#fff;}*/
#joinevent {
  background: #ffffff;
  margin-top: 0px;
  padding: 25px 0 25px 0;
  color: #000000;
}

#joinevent h2 {
  color: #000000;
  font-weight: bold;
}

#joinevent i {
  color: #d2232a;
}

.emailsubscribe {
  background: #ffffff57;
  color: #ffffff;
  border: 0px;
  padding: 25px;
}

.btnsubscribe {
  padding: 15px 25px;
  background: #d2232a !important;
}

/* ====================Who should Partner ===========================*/
#whoshouldattend {
  background: #f1f1f1;
  position: relative;
  background-size: cover;
  margin-top: 0px;
  padding: 25px 0 25px 0;
  color: #110c0c;
}

#whoshouldattend h2 {
  margin-bottom: 20px;
}

#whoshouldpartners {
  /*background:url(../images/whoshould_bg.jpg) no-repeat center center fixed;*/
  background: #ffffff;
  position: relative;
  background-size: cover;
  margin-top: 0px;
  padding: 25px 0 25px 0;
  color: #110c0c;
}

#whoshouldpartners h2 {
  color: #110c0c;
  margin-bottom: 30px;
}

.shouldattend ul {
  text-align: center;
}

.shouldattend ul li {
  display: inline-block;
  width: 220px;
  height: 100px;
  border: 1px solid #110c0c;
  float: none;
  margin: 15px 5px;
  vertical-align: top;
  list-style: none;
  background: none;
  padding: 15px;
}

.shouldattend ul li:before {
  font-family: 'FontAwesome';
  content: '\f0c8';
  position: absolute;
  left: 41%;
  top: -14px;
  width: 25px;
  height: 25px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 23px;
  font-size: 16px;
  color: #fc5a1b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shouldattend ul li:hover:before,
.shouldattend ul li:hover {
  background: #fc5a1b;
  border-color: #fc5a1b;
  color: #ffffff;
}

/* ============================== Join our event ======================*/
/*#joinevent{background:url(../images/join_bg.jpg); margin-top:0px; padding:25px 0 25px 0; color:#fff;}*/
#whoshouldpartner {
  /*background:#ecf0f3;*/
  margin-top: 0px;
  padding: 25px 0 25px 0;
  color: #000000;
}

#whoshouldpartner h2 {
  color: #000000;
  font-weight: bold;
}

#whoshouldpartner i {
  color: #d2232a;
}

.gridsections {
  margin-top: 50px;
}

.grid {
  padding: 0px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  border: 1px solid #e4e8ea;
}

.grid figure {
  margin: 0;
  position: relative;
  border-bottom: 5px solid #d2232a;
}

.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
  margin: 5px auto;
}

.grid figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 10px;
  background: #d2232ac4;
  color: #ffffff;
}

.grid-title {
  color: #004799;
  font-weight: 250;
  height: 55px;
  font-size: 19px;
  background: #ecf0f3;
  text-align: center;
  margin-bottom: 0;
  margin: 0px !important;
  line-height: 55px;
}

.grid figcaption h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.grid figcaption a {
  text-align: center;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}

.grid figure {
  overflow: hidden;
}

.grid figcaption {
  height: auto;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  /*z-index:-999;
  */
  -o-transform: translateY(100%);
  -ms-transition: transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: transform 0.4s, opacity 0.1s 0.3s;
}

.grid figure:hover figcaption,
.grid figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.4s, opacity 0.1s;
  -moz-transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
  height: 100%;
  /*z-index:999;
  */
  -o-transform: translateY(0px);
  -ms-transition: transform 0.4s, opacity 0.1s;
  -o-transition: transform 0.4s, opacity 0.1s;
}

/* ================= for tour section ======================*/

#Tour {
  background: #1a237e;
  margin-top: 85px;
  padding: 25px 0;
  color: #a7add1;
}

#Tour h2 {
  color: #fff;
  font-size: 32px;
  margin: 0px 0 15px 0;
  padding: 0px;
}

#Tour h5 {
  color: #d4d4d4;
  font-size: 26px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

/* ================== for media pertner section ===============*/

#mediapartner {
  margin-top: 85px;
  padding: 25px 0;
}

#mediapartner h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#mediapartner h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#mediapartner h3 {
  color: #c51162;
  font-size: 18px;
  margin: 10px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#mediapartner h3 span {
  color: #777777;
  font-size: 14px;
}

#mediapartner .newssortdesc {
  padding: 10px;
}

.controlsmediapartnerarrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

.controlsmediapartnerarrow .right {
  float: right;
  margin-right: -35px;
}

.controlsmediapartnerarrow .left {
  float: left;
  margin-left: -35px;
}

.controlsmediapartnerarrow a {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 27px;
}

/* ================= for Our Partner Section ======================*/

#ourpartners {
  margin: 0px 0;
  padding: 50px 0;
  background: #ffffff;
}

#ourpartners h2 {
  color: #000000;
  font-size: 30px;
  margin: 0px 0 25px 0;
  padding: 0px;
  font-weight: normal;
}

#ourpartners .logobox {
  display: inline-block;
  border: 1px solid #323232;
  padding: 0px 0px;
  margin: 0 15px;
}

#ourpartners .logobox.noborder {
  display: inline-block;
  border: none;
}

/* ================= for Our Partner Section ======================*/

#highlights {
  margin: 40px 0 0 0;
  padding: 20px 0 30px 0;
  background: #000000;
}

#highlights h2 {
  color: #c3c3c3;
  font-size: 55px;
  margin: 50px 0 50px 0;
  padding: 0px;
  font-weight: normal;
}

#video {
  margin: 0px 0;
  padding: 30px 0 30px 0;
  background: #2c2a2b;
}

/* ================= for Contact Section ======================*/

#contact {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding: 0px 0;
}

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#contact .contact-form {
  background: rgba(197, 17, 98, 0.85);
  padding: 20px;
  margin-top: 100px;
  color: #fff;
  line-height: 1.8;
}

#contact .contact-form h3 {
  margin-top: 0;
  color: #fff;
}

#contact .contact-form a {
  color: #fff;
}

#contact .contact-form address {
  font-size: 18px;
}

/* ================================= 5 column layout =============================*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.media.service-box {
  margin: 25px 0;
}

.media.service-box .pull-left {
  margin-right: 20px;
}

.media.service-box .pull-left>i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.media.service-box .pull-left>i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.media.service-box:hover .pull-left>i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.displayflex {
  display: flex;
}

.delregbuttonbox {
  position: absolute;
  bottom: 0px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
  color: #272727;
}

.nav.main-tab>li.active>a {
  background: #222534;
  color: #45aed6;
}

.nav.main-tab>li:first-child>a {
  border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
  border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
}

.tab-content {
  border: 0px solid transparent;
  border-top: 0;
  padding: 20px 0px 10px;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}

.panel-default>.panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eee;
}

#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #afb1b4;
  background: #080405;
  font-size: 14px;
}

#footer tr td {
  padding: 5px;
  border-bottom: 1px dotted #4b4b4b;
  text-align: left;
}

#footer .contactbox {
  font-size: 18px;
}

#footer h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

#footer a {
  color: #afb1b4;
}

#footer a:hover {
  color: #d2232a;
}

.footersocial {
  background: #393f46;
  color: #afb1b4;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footersocial:hover {
  background: #d2232a;
  color: #ffffff;
}

.footerbottom {
  border-top: 1px solid #393f46;
  padding: 30px 0 15px 0;
  margin-top: 40px;
  line-height: 45px;
}


@media screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

span.whyattend {
  color: #c40216;
  font-size: 30px;
  font-weight: bold;
}

/*  ==================== for who attand section ==================================*/

#whoattand {
  /* margin-top: 40px;
   margin-bottom: 40px;*/
  padding: 50px 0;
  /*background: #005aab;*/
  background: #ffffff;
  color: #000000;
  position: relative;
  z-index: 9;
}

#whoattand h2 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0 20px 0;
  padding: 0px;
}

#whoattand .subheading {
  font-size: 18px;
  position: relative;
  color: #ffffff;
  text-transform: none;
  width: 230px;
  height: 230px;
}

#whoattand .subheading .flip-box-front,
#whoattand .subheading .flip-box-back {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 3px solid #da5941;
  padding: 61px 20px 25px 20px;
  font-weight: bold;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*#whoattand .subheading .flip-box-front:after{
      position:absolute;
      content:'';
      top:0;
      left:0;
      width:100%;
      height:100%;
      background:#000000;
  }*/

#whoattand .subheading .flip-box-back {
  background: #EB634C;
  color: #fff;
  padding: 0px;
  overflow: hidden;
}

#whoattand .subheading .flip-box-front.program1 {
  background: url(../images/focus_Regulatory.jpg?var=1) no-repeat center center;
}

#whoattand .subheading .flip-box-front.program2 {
  background: url(../images/focus_Toxicological.jpg?var=1) no-repeat center center;
}

#whoattand .subheading .flip-box-front.program3 {
  background: url(../images/focus_Data_Integrity.jpg?var=1) no-repeat center center;
}

#whoattand .subheading .flip-box-front.program4 {
  background: url(../images/focus_Packaging.jpg?var=1) no-repeat center center;
}

/*#whoattand .subheading:hover .flip-box-inner {
  transform: rotateY(180deg);
}*/

/*.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}*/

.flip-box-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/*#whoattand .subheading:after{
      content:'';
      position:absolute;
      bottom:-5px;
      width:50%;
      background:#d2232a;
      left:0px;
      height:3px;
  }*/
#whoattand ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#whoattand ul li {
  background: url(../images/bullet.png) no-repeat left center;
  padding: 0 0 0 20px;
}

.graybox {
  background-color: #627b92;
  border-radius: 50px;
  padding: 6px 22px;
  margin: 3px;
  display: inline-block;
}

.graybox:hover {
  background-color: #d2232a;
}

/*  ==================== for GlimpsesofPharma section ==================================*/

#GlimpsesofPharma {
  margin-top: 40px;
  /*padding: 50px 0;*/
  background: #ffffff;
  color: #000000;
}

.slidertext {
  color: #ffffff;
  margin-bottom: 24px;
  vertical-align: middle;
  /*background:#000000a1;*/
  padding: 16px;
  width: 50%;
  text-shadow: 0px 0px 5px #000000;
}

/* ============================== pricing ======================*/

#pricing {
  /*background:#ecf0f3;*/
  margin-top: 0px;
  padding: 25px 0 50px 0;
  color: #000000;
}

#pricing h2 {
  color: #000000;
  font-weight: bold;
}

.price {
  font-weight: 900;
  font-size: 28px;
  color: #033fff;
}

#pricing .boxheading {
  font-weight: 900;
  font-size: 20px;
}

#pricing .registerp {
  background: #005aab;
  border-color: #005aab;
  border-radius: 3px;
  text-transform: none;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
}

#pricing .registerp:hover {
  background: #c40216;
  border-color: #c40216;
  color: #fff;
}

.pricebox {
  border: 2px solid #005aab;
  padding: 10px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  cursor: pointer;
}

.pricebox:hover {
  background: #005aab;
  color: #ffffff;
}

.pricebox.introductory {
  border-color: #d2232a;
}

.pricebox.introductory:hover {
  background: #d2232a;
}

.pricebox.introductory .price {
  color: #d2232a;
}

.pricebox.early {
  border-color: #762a89;
}

.pricebox.early:hover {
  background: #762a89;
}

.pricebox.early .price {
  color: #762a89;
}

.pricebox.standard {
  border-color: #005aab;
}

.pricebox.standard:hover {
  background: #005aab;
}

.pricebox.standard .price {
  color: #005aab;
}

.pricebox:hover .price {
  color: #ffffff !important;
}

.spearbox {
  width: 200px;
  display: inline-block;
  margin: 5px 25px;
}

.spearbox .grid-title {
  color: #004799;
  background: #d8d8d8;
  margin-top: 0px !important;
  margin-bottom: 0px;
}

.spearbox .grid figcaption h3 {
  font-size: 1.5rem;
}

.contactholding {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 99;
}

.contactholdinginside {
  position: fixed;
  top: 60%;
}

.leftboxicon {
  position: relative;
  top: 0%;
  left: 0;
  display: inline-block;
  font-size: 24px;
  background-color: #da5941;
  color: #FFF;
  font-weight: bold;
  padding: 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.rightboxholding {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 0;
  vertical-align: top;
  margin-right: 0;
  background: #da5941;
  font-size: 14px;
  color: #fff;
  padding: 0px;
}

.rightboxholding h3 {
  color: #ffffff;
  font-size: 16px;
}

.contentpnl {
  position: absolute;
  top: 100%;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: left;
  width: 400px;
  left: -70px;
  border: 2px solid #cd553f;
  box-shadow: 0px 0px 9px 4px #ccc;
  display: none;
  z-index: 999;

}

.goldpartner {
  padding: 8px 0 15px 0;
}

.partner img {
  border: 1px solid #cccccc;
  padding: 5px;
}

.downloadimage {
  position: absolute;
  bottom: 0;
  left: 15px;
  padding: 11px 12px 5px 5px;
  border-top-right-radius: 70%;
  background: #da5941;
  color: #ffffff;
  font-size: 25px;
}

#fancybox-thumbs.bottom {
  height: 100px;
}

.wrokshop-box {
  position: relative;
  padding: 30px 0 40px;
}

.wrokshop-box .left-image {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: #e0e0e0 0px 0px 10px 1px;
  padding: 22px 22px;
  float: left;
  max-width: 300px;
  margin-right: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrokshop-box .left-image img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.wrokshop-box .dis-text {
  margin-top: 10px;
  text-align: center;
}

.wrokshop-box .dis-text h3 {
  margin: 6px 0 8px;
  font-size: 22px;
  color: #272727;
}

.wrokshop-box .dis-text p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.wrokshop-box .right-text p {
  line-height: 1.7;
  font-size: 16px;
  text-align: justify;
}

.wrokshop-box .grid {
  margin-bottom: 30px;
}

.leftImageSide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.leftImageSide {
  min-height: 180px;
}

.rightContentSide {
  position: relative;
}

.rightContentSide p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

.aboutbox {
  position: relative;
  padding: 60px 0 60px;
}

.aboutbox .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ctabutton {
  color: #FFFFFF !important;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  min-width: 145px;
  text-transform: uppercase;
  background: #c40216 !important;
  border-color: #c40216 !important;
  border: 2px solid #c40216 !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.ctabutton:hover {
  background: #fff !important;
  border: 2px solid #c40216 !important;
  color: #c40216 !important;
}

.colorchng {
  background: #fff !important;
  border: 2px solid #c40216 !important;
  color: #c40216 !important;
}

.colorchng:hover {
  color: #FFFFFF !important;
  background: #c40216 !important;
  border-color: #c40216 !important;
  border: 2px solid #c40216 !important;
}

.ctabutton.colorchng {
  margin-left: 15px;
}

.frameboxbg {
  padding: 15px;
  box-shadow: 0 0 4px 1px #ddd;
  background-color: #FFFFFF;
}

.frameboxbg iframe {
  width: 100%;
  height: 440px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rightcontentbg {
  box-shadow: 0 0 4px 1px #ddd;
  border-radius: 0;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.rightcontentbg p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}

.rightcontentbg p .fa-map-marker {
  color: #000;
  font-size: 74px;
  line-height: 1.1;
}

.rightcontentbg .ctabutton {
  margin-top: 16px;
}

.aboutshow .aboutbox .text-center h2 {
  margin-bottom: 40px;
}







/* end */