/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

p {
    margin: 0 0 0px!important;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*Normalize Ends*/
/* Fonts inclusion */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');
body{
  font-family: 'Raleway', sans-serif;
}
/* Fonts inclusion */

/*Navbar Style*/
.navbar-brand {
    font-size: 24px;
}
.navbar-fixed-top {
    top: 0;
    padding-top: 5px;
    border-width: 0 0 1px;
    padding-bottom: 5px;
    }
.navbar-nav>li>a {
   color: #fff;
   /*font-weight: bold;*/
    text-transform: uppercase;
 }
 .navbar-nav{
  margin-left: 25px;

 }
 .navbar{
    border:none;
 }
 .navbar-nav>li>a:hover{
   color: #f2e77b;
   background: none;
   /*background-color: #c10b0a;*/
 }
#header{
  /*background-color:#c10b0a;*/
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(55%, rgba(0,0,0,0.45)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,1) 100%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
/*  background: rgba(240,47,23,1);
background: -moz-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(193,10,10,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(193,10,10,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(193,10,10,1) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(193,10,10,1) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(193,10,10,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(240,47,23,1) 0%, rgba(246,41,12,1) 0%, rgba(241,111,92,1) 0%, rgba(193,10,10,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02f17', endColorstr='#ffffff', GradientType=0 );*/
/*margin-top: 50px;*/
}
.navbar-container {
    padding: 20px 0 20px 0;
    max-width: 100%;
}

.navbar.navbar-fixed-top.fixed-theme {
      /*background-color: #c10b0a!important;*/
      /*background-color: rgba(255,255,255,0);*/
      background-color: #000!important;
    border-color: #080808;
    /*box-shadow: 0 0 5px rgba(0,0,0,.8);*/
    text-transform: uppercase;
}

.navbar-brand.fixed-theme {
    font-size: 18px;
      /*background-color:#c10b0a;*/
}

.navbar-container.fixed-theme {
    padding: 0;
}


.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

#brand{
     margin-top: -20px;
}
.top-bar{
  background-color: #eee;
  position: fixed;
  width: 100%;
  left: 0px;
  display: none;
  padding: 10px;
  margin-bottom: 50px;
  z-index: 10;
}
.top-social ul li a i{
  color: #6E6E6E;
} 
.menu-icons{
  margin-left: 30px;
}
.navbar-nav>li>a>i{
  font-size: 18px;
} 
/*Navbar Style*/
/*banner*/
.banner{
  /*height: 82vh;*/
  /*background: url('../images/1200x628.jpg');*/
/*  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}


/********************************/
/*          Main CSS     */
/********************************/


#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 82vh; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}

.carousel-indicators{
  /*display: none;*/
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url('../images/Banner.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
  background-image: url('../images/Banner 2.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url('../images/Banner 3.jpg');
      background-size: cover;
    background-repeat: no-repeat;
}
/*#first-slider .slide4 {
  background-image: url(http://s20.postimg.org/66pjy66dp/image.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}*/
/*banner*/
 /*event timing strip*/
 .event-timing{background-color: #000;padding: 10px 0 20px;}
 .event-info{
  float: left;
    width: 100%;
    margin-top: 10px;
    color: #fff;
    margin-left: 40px;
 }
 .icon{float: left;width: 8rem;color: #c10b0a;font-size: 3.4rem!important;line-height: 7.4rem!important;text-align: center;border-radius: 50%;border: 2px solid  #c10b0a; background: #fff;}
.info{padding: 2rem 0 0 9rem!important;}
.info h3{
      margin: 0!important;
    font-size: 2.5rem!important;
}
.info h4{
  margin-top: 5px!important;
      margin-left: 3px;
}
/*event timing strip*/
/*about section*/
.about{
  padding: 40px 0px 20px 0px;
  text-align: center;
  background-color: #fff;
  /*display: none;*/
}
.about h1{
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.about h1:after{
   content: '';
    display: block;
    width: 7%;
    height: 1px;
    background: #44e;
    margin: 1% 47% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  background-color: #000;
}
.about span{
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.about p{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  font-style: italic;
}
#more-about{
  float: left;
  margin-top: 50px!important;
  margin-left: 45%;
  padding: 10px 20px;
  border:1px solid #c10b0a;
  color: #c10b0a;
  font-weight: bold;
  text-decoration: none;
  margin-top: 20px;
  transition: all .3s linear;
}
#more-about:hover{ 
  background-color: #c10b0a;
  color: #fff;
}
/*about section*/
/*agenda*/
.agenda{
  padding: 60px 0px 80px 0px;
  background-color: #fff;
  display: none;
 }
 .agenda h1{
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
 }
 .schedule-box{
      position: relative;
    border: 1px solid #dadada;
        margin-top: 30px;
 }
 .tabs-box{
      float: left;
      position: relative;
      background-color: #fff;
    width: 100%;

 }
 .schedule-box .tab.current {
    display: block;
}
.style-two .schedule-box .tab {
    padding-bottom: 10px;
}
.schedule-box .tab {
    position: relative;
    padding: 40px 20px;
    display: none;
}
.schedule-box .hour-box {
    position: relative;
    padding-left: 150px;
    font-size: 16px;
    color: #6E6E6E;
    padding-bottom: 20px;
    overflow: hidden;
}
.schedule-box .hour-box:before {
    content: '';
    position: absolute;
    left: 111px;
    top: 24px;
    width: 2px;
    height: 100%;
    background: #d2d2d2;
}
.schedule-box .hour-box .hour {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    line-height: 2em;
    color: #6E6E6E;
}
.schedule-box .hour-box.active-box .circle {
    border-color: #c10b0a;
}
.schedule-box .hour-box .circle {
    position: absolute;
    left: 100px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 2px solid #d2d2d2;
}
.schedule-box .hour-box .toggle-btn {
    position: relative;
    top: -4px;
    margin-bottom: 5px;
    cursor: pointer;
}
.schedule-box .hour-box .toggle-btn h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-right: 30px;
    color: #292929;
}
.schedule-box .hour-box .toggle-btn h3:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    display: block;
    color: #c10b0a;
    line-height: 28px;
    font-size: 24px;
    text-align: right;
    z-index: 5;
}
.schedule-box .hour-box .content-box {
    position: relative;
    padding-right: 20px;
    display: none;
}
.schedule-box .hour-box.active-box:before {
    background: #c10b0a;
}
.schedule-box .hour-box .toggle-btn.active h3:after {
    content: '\f106';
}
/*agenda*/
/*speakers*/
.speakers{
    padding: 40px 0px 80px 0px;
  text-align: center;
  background-color: #eee;
}
.speakers h1{
    text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.speakers h1:after{
    content: '';
    display: block;
    width: 7%;
    height: 1px;
    background: #44e;
    margin: 1% 47% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  background-color: #000;
  }
.speaker-list{
  /*padding: 10px;*/
  width: 100%;
}
.speaker-panel{
  float: left;
  width: 100%; 
  border:none;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
}
.speaker-panel{
  transition: all 1000ms ease-in;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease-in;
  overflow: hidden;
  -webkit-transform: scale(1.1); 
}
.speaker-panel:hover .speaker-panel{
  transform: scale(1.1);
  -webkit-transition: all 500ms ease-in;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);  
}
.speaker-detail{
  padding: 20px;
  height: 130px;
}

.speaker-panel{border-radius:0px!important;border:none!important;text-align:center!important;/*padding:0px 30px 5px*/;min-height:250px;box-shadow:0 7px 33px 0 rgba(0, 0, 0, 0.12)!important;}
.speaker-panel img{margin-bottom:20px;height: 100%;overflow:hidden;}
.speaker-panel h5{color: #7f7f7f;}
.speaker-panel p{margin-top:10px!important;display:block;font-size:13px;}
.speaker-panel span a{color:#222A72!important;font-size:18px!important;line-height:1em;}
.speaker-panel span a:hover{color:rgb(36, 50, 99)!important;text-decoration:none;}

.speaker-panel-2{float: left;width: 100%;overflow: hidden;border-radius: 0px;  box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.12)!important;}
.speaker-panel-2 img{
      transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
}
.speaker-panel-2:hover.speaker-panel-2 img{
   transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); 
}
.speaker-detail span{font-size: 18px;font-weight: 500; white-space: nowrap;}
  .speaker-detail p{font-size: 14px;}
.overlay-full span{font-size: 24px;font-weight: 500; white-space: nowrap;}
  .overlay-full p{font-size: 14px;}
.overlay{    
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 20px;
    height:70px;
    background-color: rgba(0,0,0,0.6);
    /*margin-top: -45px;*/
    color: #fff;
    z-index: 1;
    text-overflow: hidden;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.overlay-full{
     overflow: hidden;
    position: absolute;
    text-align: center;
    opacity: 0;
    padding: 145px 0px 0px 0px;
    margin-top: -46%;       
    width: 100%;    
    height: auto;  
    /*height:125px;    */
    background-color: rgba(0,0,0,0.6); 
    color: #fff;
    z-index: 1;
      transition: .5s ease;
    text-overflow: hidden;
    -webkit-transition:.5s ease;
    -ms-transition:.5s ease;
    -moz-transition:.5s ease;
    transition:.5s ease;
}

/*.speaker-panel-2:hover .overlay{margin-top: -70px;}*/
.speaker-panel-2:hover .overlay-full{display: block;  opacity: 1;}
/*speakers*/
/*Who Should Attend*/
.attend{padding: 60px 0px 80px 0px;background-color: #fff;}
.attend h1{ text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.attend p{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  font-style: italic;
}
/*Who Should Attend*/

/*Media*/
.media{padding: 60px 0px 80px 0px; text-align: center;background-color: #eee;}
.media h1{
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.media span{
  font-size: 24px;
  text-align: center;
}
/*Media*/
/*partners*/
.partners{padding: 40px 0px 80px 0px;}
.partners h1{
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
}
.partners h1:after{
    content: '';
    display: block;
    width: 7%;
    height: 1px;
    background: #44e;
    margin: 1% 47% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  background-color: #000;
  }
/*partners*/
/*sponsors*/
.sponsors{padding: 60px 0px 00px 0px;}
.sponsors h1{
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.sponsors h1:after{
    content: '';
    display: block;
    width: 7%;
    height: 1px;
    background: #44e;
    margin: 1% 47% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  background-color: #000;

}
.sponsors img{
  border:1px solid #000;
  
}
.partners img{
  border:1px solid #000;
}
.contact{
  padding: 40px 0px 40px 0px;
  background-color: #eee;
}
.contact h1{
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.contact h1:after{
    content: '';
    display: block;
    width: 7%;
    height: 1px;
    background: #44e;
    margin: 1% 47% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  background-color: #000;
  }
.contact-form{
  width: 100%;
}
.contact-form form input{
  width: 49%!important;
  border-radius: 0px;
  border:2px solid #444;
}
.contact-form form input::placeholder{
  color:#444;
  font-weight: bold;
}
.contact-form form textarea::placeholder{
  color:#444;
  font-weight: bold;
}
.contact-form form textarea{
  width: 98%!important;
  border-radius: 0px;
  border:2px solid #444;
}
.contact-form form button{
  float: right;
  margin-right: 2%;
  margin-top: 20px;
  border:2px solid #c10b0a;
  color: #c10b0a;
  border-radius: 0px;
  transition: .3s linear;
}
.contact-form form button:hover{
  float: right;
  margin-right: 2%;
  margin-top: 20px;
  background-color: #c10b0a;
  border:2px solid #c10b0a;
  color: #fff;
  border-radius: 0px;
}
.single-contact h3{
  font-weight: bold;
}
.contact-list{
  /*border-bottom:2px solid #c10b0a;*/
}
.contact-info{
      border-left:2px solid #c10b0a;
      white-space: nowrap;
}
blockquote{
   white-space: nowrap;
}
.contact-info i{
  color: #c10b0a;
      font-size: 16px;
    width: 22px;
    height: 22px;
}
/*footer*/
.footer{
    padding: 60px 0px 20px 0px;
    background-color: #212121;
    display: none;
  }
  .footer div{
  }
  .footer h3{
    color: #fff;
    text-transform: uppercase;
  }
  .footer p{
       color: #6E6E6E;
  }
.footer ul{
  float: left;
  margin-left: -30px;
}
.footer ul li{
  list-style-type: none;
  padding-bottom: 10px;
     color: #6E6E6E;
}
.footer ul li a{
      color: #6E6E6E;
}
.social-links li{
  display: inline-block;
  padding-right: 20px;
}
.social-links li a i{
  font-size: 24px;
  display: inline-block;
}
.social-links li a img{
  float: left;
  margin-left: -38px;
  margin-top: -40px;
}
.sub-footer{
  padding: 20px 0px 20px 0px;
    background-color:#161616;
    color: #5B5B5B;
  /*display: none;*/
}
.speaker-img{
  overflow: hidden;
}


/************ Media Queries **************/
@media(max-width: 1024px){
  #first-slider .carousel .item {
    min-height: 66vh;
    height: 100%;
    width: 100%;
}
.speaker-detail {
    padding: 10px;
    height: 100px;
}
}
@media(max-width: 980px){
  #first-slider .carousel .item {
    min-height: 38vh;
    height: 100%;
    width: 100%;
}
.speaker-panel-2 img {
    width: 100%;
}
}
@media(max-width: 768px){
  .event-info {
    white-space: nowrap;
    margin-left: 0px;
}
}
@media(max-width: 768px) and (min-width: 320px){
  .sponsors,.speakers,.contact,.about {
    padding: 40px 0px 00px 0px;
}
}
@media(max-width: 736px) and (min-width: 568px){
.design-by{
  float: right!important;
  /*text-align: right!important;*/
}
}

@media(max-width: 736px){
  #first-slider .carousel .item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 45px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }
  .navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: center;
}
.menu-icons {
    margin-left: 0px;
    display: none;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}
.navbar-nav>li>a>i{
  display: none;
} 

}
@media(max-width: 667px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 45px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }
  .navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: center;
}
.menu-icons {
    margin-left: 0px;
    display: none;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}
}
@media(max-width: 640px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 45px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }
  .navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: center;
}
.menu-icons {
    margin-left: 0px;
    display: none;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}
}
@media(max-width: 567px) and (min-width: 320px){
.design-by{
  text-align: center!important;
}
}
@media(max-width: 480px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 66vh;
    height: 100%;
    width: 100%;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}
}
@media(max-width: 414px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 31vh;
    height: 100%;
    width: 100%;
}
#more-about{
  margin-left: 34%;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}
}
@media(max-width: 384px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 32vh;
    height: 100%;
    width: 100%;
}
#more-about{
  margin-left: 35%;
}
 .rsvp{
    padding: 10px 0px;
    margin: 0 0 0px -6px;
    font-size: 13.5px;
    border-left: 5px solid #eee;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 40%;
}
}
@media(max-width: 375px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 31vh;
    height: 100%;
    width: 100%;
}
#more-about{
  margin-left: 34%;
}
 .rsvp{
    padding: 10px 0px;
    margin: 0 0 0px -6px;
    font-size: 13.5px;
    border-left: 5px solid #eee;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 30%;
}
}
@media(max-width: 360px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 30vh;
    height: 100%;
    width: 100%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 45px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.rsvp{
    padding: 10px 0px;
    margin: 0 0 0px -6px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 30%;
}
}
@media(max-width: 320px){
  .navbar-nav>li>a>i{
  display: none;
} 
  #first-slider .carousel .item {
    min-height: 31vh;
    height: 100%;
    width: 100%;
}
#more-about {
    margin-left: 34%;
    }
    .rsvp{
    padding: 10px 0px;
    margin: 0 0 0px -6px;
    font-size: 13.5px;
    border-left: 5px solid #eee;
}
.navbar-nav {
    margin-left: 25px;
    width: 100%;
    text-align: left;
    padding-left: 30%;
}
}
/************ Media Queries **************/


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
