.mb40{margin-bottom:40px;}
.team-block { margin-bottom: 20px; }
.team-content { position: absolute; background-color: rgba(17, 24, 31, 0.8); bottom: 0px; display: inline-block; width: 100%; color: #fff; padding: 30px; }
.team-img { position: relative; }
.team-img img { width: 100%; }
.team-title { }
.team-meta { color: #9da4aa; font-weight: 400; font-size: 16px; }
.overlay { border-radius: 0px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: 1s ease; background-color: #11181f; }
.team-img:hover .overlay { opacity: .8; }
.team-img:hover .team-content { opacity: 0; }
.text { color: #fff; position: absolute; top: 30%; left: 30%; transform: translate(-26%, -26%); -ms-transform: translate(-26%, -26%); right: 0; font-weight: 400; font-size: 16px; }
.text p{color: #ffffff;font-size: 13px;font-weight: 500;}
.aboutus-title {
    font-size: 35px;
    font-weight: 700;
    color: #364167;
    line-height: 32px;
    margin: 0 0 10px;
    /*padding: 0 0 11px;*/
    position: relative;
    text-transform: uppercase;
    
}

/*.aboutus-title::after {
    background: #265db9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px;
}*/
/*.list-group-item{
    display: contents!important;
}*/
.aboutus-text {
    color: #606060;
    font-size: 18px;
    line-height: 30px;
   
}

/*.pl_90 img{
    height: 170px;
    width: 100%;
}*/
.sponsers img{
    height: 80px;
    width: 100%;
}
.spon {
    padding: 7px;
    box-shadow : 0px 0px 1px 1px;
    color: #6871f4;
    min-height: 144px;
    margin-bottom: 10px;
}
.sponsers{
    margin-bottom: 40px;
}
.speakers p{
    font-size: 13px;
    color:#111;
    text-align: center;
}
.lets .footer-top{
    font-size: 35px;
    text-align: center;
}
/*.lets{
    background-color: #eee;
    text-align: center;
} 

.mail{background-color: #fff;}
.call{background-color: #111;}
.meet{background: url('image/lvx9L.png') no-repeat center;background-size: cover;}*/
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #265db9; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #364167; 
}

.header-nav__content h3 a img {
   max-width: 100%;
    height: 42px;
    margin-top: -14px;
}

#journey nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
#journey nav > div a.nav-item.nav-link,
#journey nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

#journey nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

#journey nav > div a.nav-item.nav-link:hover,
#journey nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.tab {
  overflow: hidden;
 position: relative;
}

.tab button {
    border: none;
   outline: none;
    cursor: pointer;
    margin-top: 30px;
    transition: 0.3s;
   
    font-weight: 600;
    border: 1px solid #295ebc;
    background: #fff;
    color: #295ebc;
}
@media (min-width:768px)
{
  .pl0{padding-left:0px;}
   .about_bottom_h {
    margin-top: -9px;
   }
   .aboutus-text {
     margin: -9px 0 35px;
   }

}
@media (max-width: 576px) {
  .slider_hr {
    width: 14%;
  }
  .pl0{padding:0px;}
 	.tab button {
     padding: 10px 5px;
      font-size: 13px;
   }
	.spon a h5 {
    font-size:9px;
   }


}
@media (min-width: 576px) {
  .slider_hr {
    width: 12%;
  }
 	.tab button {
     padding: 10px 15px;
      font-size: 15px;
   }
	.spon a h5 {
    font-size:15px;
}
}
.tab button:hover {
  background-color: #2e60c0;
  color: #fff!important;
}

.tab button.active {
  background-color: #2e60c0;
  color: #fff!important;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
}
/* --- Partners Start CSS---*/
.slide{
  border:2px solid #364167;
  box-shadow: 0px 0px 1px 3px #364167;
  padding: 10px;
}
.slide h5,.slide h6{
  text-align: center;
  font-size: 14px;
  color:#364167;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 120px;

}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*---Events Css----*/
.event{
  background:url('assets/images/footer-img.jpg');
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
  color: #ffffff;
}
.event h1,.event p,.events h1,.events p{
  color: #ffffff;
}
.event hr,.events hr{border-color:#ffffff;background-color: #ffffff;}
.events .btn-default{width: 100%;}
/*----- Event Page CSS----*/
.event-page{padding: 70px 0;}
.eventtype{border: 1px solid #eee;box-shadow: 2px 0px 2px 0px #eee;}
.eventtype ul li{
  padding: 12px 10px;
  border-bottom: 1px dotted #eee; 
  
}
.eventtype ul li a{text-transform: uppercase;font-weight: 600;font-size: 15px;}
/*.eventtype ul li:hover{
  background-color: rgb(38, 93, 185);
  

}*/
/*.eventtype ul li:hover a{color: #ffffff!important;}*/
.mb-30 {
    margin-bottom: 25px;
}
.borders {
    border: 1px solid #eee;
    box-shadow: 2px 2px 0px 0px #eee;
    padding-bottom: 30px;
}
.borders h2{
  text-transform: uppercase;
  margin-bottom: 20px;
  /*text-decoration: underline;*/
}
.borders h4{
  text-transform: uppercase;
}
.register{margin-top:-2px; }
.register a{color: #265db9!important;padding-left: 10px;}
.register a:hover{color: #364167!important;}
