

body {
		background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#about,
#activities,
#register {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background: #4555CD;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#team,
#sumhighlights,
#contact {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#detail,
#speakers, #sponsors, #team,
footer {
  text-align: center;
}

#overview h3,
#about h3,
#activities h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #001f36;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    line-height: 20px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

.register {
    /*border: 1px solid #Eb1C24;*/
    background: #4555CD;
    display: block;
    padding: .2rem 1rem !important;
    margin-top: .7em;
    font-weight: 400;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 10px 0;
        border-bottom: 0;
        background: 0 0; 
        background: #001f36;
    }
    .custom-navbar.top-nav-collapse {
        /*background: #101010;*/
        background: #001f36;
        padding: 10px;
    }

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

.carousel-caption{
  float: left !important;
  left: 15%  !important;
  position: absolute;
  top: 20% !important;
  text-align: left;
}

.carousel-caption hr{
  width: 45%;
  margin-left:0;
}

.carousel-caption h2{
  font-family: inherit;
  font-size: 48px;
  line-height: 56px;
  font-weight: 200;
  text-transform: none;
}

.carousel-caption p{
  font-family: inherit;
  font-size: 20px;
  line-height: 26px;
  font-weight: 200;
  text-transform: none;
  color: #ffffff;
}

.register-button {
    color: #fff;
    background-color: #4555CD;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.register-button:hover {
    color: #000;
    background-color: #4555CD;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.date-box{
  border: 1px solid #ffffff;
  width: 45%;
  font-family: inherit;
  font-size: 32px;
  line-height: 26px;
  font-weight: 400 !important;
  text-transform: none;
  color: #ffffff;
  padding: 10px;
}


.sum-logo{
  padding-top: 25px;
}
/*---

------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img, #about img, #activities img {
  position: relative;
 /* padding-bottom: 32px;
  padding-top: 80%;*/
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #171D45;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}

#detail img{
  margin: 0 auto;
}

.col-box {
  background: #3744A3;
  border: 1px solid #fff;
  width: 350px;
  height: 235px;
  display: block;
  padding: 30px;
  text-align: left;
  margin-top: 10px;
}

.col-box p{
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}

.col-box h3{
  padding-bottom: 0px !important;
  margin: 0px 0px 10px 0px !important;
}

/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 16px;
    font-family: inherit;
    color: #000;
    font-weight: 600;
    margin: 0px;
    padding-top: 0px;
}

#speakers h5 {
  font-family: inherit;
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  font-size: 16px;
  padding-top: 0px;
}

#speakers h6 {
  font-family: inherit;
  color: #000;
  font-weight: 300;
  margin-top: 0px;
  font-size: 15px;
}

#speakers img {
  /*width: 100%;
  max-width: 100%;*/
  height: auto;
  margin: 0 auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    /*background: #ffffff;*/
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}



/*---------------------------------------
   Agenda section              
-----------------------------------------*/
#agenda {
  background: #F8DC5E;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#agenda .panel-group {
  margin-top: 32px;
}

#agenda .panel-group .panel {
  margin-bottom: 8px;
  border: 1px solid #fff;
  border-radius: 0;
   box-shadow:  -5px 5px  #F8A036;
   margin-bottom: 25px;
}

#agenda .panel-default {
  border: none;
}

#agenda .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #fff;
  font-family: inherit;
}


/*#agenda .panel-heading {
    height: 300px;
    background: red;
    position: relative;
}

#agenda .panel-heading:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 80px solid white;
    border-left: 80px solid red;
    width: 0;
}*/


#agenda .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
  border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#agenda .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#agenda .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#agenda .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  /*right: 1em;*/
  right: 0em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 46px;
}

#agenda .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
  font-size: 46px;
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/

#sponsors {
  background: #e6e6e6;
}

#sponsors img {
  /*margin-top: 18px;*/
  /*width: 100%;
  height: 100%;*/
  margin: 0 auto;
}


/*---------------------------------------
   Summit Hightlights section              
-----------------------------------------*/

#sumhighlights {
  background: #4555cd;
}

#sumhighlights img {
  /*margin-top: 18px;*/
  /*width: 100%;
  height: 100%;*/
  margin: 0 auto;
}

#sumvideo {
  background: #f8dc5e;
  padding: 2em;
}

#sumvideo p{
  color: #171D45;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
/*---------------------------------------
   Team section              
-----------------------------------------*/

#team {
  background: #8868b2;
}

#team h2 {
color: #fff;
}

#team h3 {
line-height: 5px;
font-size: 18px;
color: #fff;
font-weight: 500;
font-family: inherit;
text-align: center;
}

#team h4 {
line-height: 21px;
font-size: 16px;
color: #fff;
font-weight: 400;
font-family: inherit;
text-align: center;
}

#team h2 {
color: #fff;
}

#team img {
  /*width: 100%;
  max-width: 100%;*/
  height: auto;
  margin: 0 auto;
}

.ptop25{
  padding-top: 25px;
}

/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}


footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/* new footer */

/* Footer Area Start */
.footer-area {
  background: #171d45;
  text-align: left;
}

.footer-area h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  /*padding-bottom: 10px;*/
  /*letter-spacing: 0.5px;*/
}

.footer-area p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin: 0;
  padding-right: 50px;
}

.footer-area ul {
  margin: 0;
  padding: 0;
}

.footer-area ul li{
  padding-bottom: 10px;
  list-style: none;
}
.footer-area ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;

}

.footer-area ul li a:hover {
  color: #66ccff;
}

.footer-area .footer-social li {
  display: inline-block;
}

.footer-area .fab, .far {
    font-weight: 400;
    font-size: 25px;
}

.footer-area .footer-social li a {
  color: #171d45;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  border-radius: 25px;
  font-size: 25px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.footer-area .footer-social li a:hover {
  color: #fff;
}

.footer-area .footer-social li .facebook:hover {
  background: #3B5998;

}

.footer-area .footer-social li .twitter:hover {
  background: #00aced;
}

.footer-area .footer-social li .linkedin:hover {
  background: #0073b1;
}

.footer-area .footer-social li .instagram:hover {
  background: #8a3ab9;
}

.footer-area .footer-social li .foursqare:hover {
  background: #25a0ca;
}

.footer-area .footer-social li .google-plus:hover {
  background: #d34836;
}

.footer-area .footer-social li .youtube:hover {
  background: #f30301;
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #Eb1C24;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #Eb1C24;
}

.widget {
  /*margin-top: 10px;*/
}

.widget .widget-title {
  /*margin-bottom: 30px;*/
  font-size: 18px;
  color: #fff;
}

.widget a{
  color: #fff;
  font-weight: normal;
   font-size: 17px;
}


.widget a:hover{
  color: #66ccff;
}
#copyright {
  background: #0b0b0b;
  text-align: center;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
  font-size: 15px;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #Eb1C24;
}

/* new footer */
/*------ footer ------*/
#footer{
  background: #f69e32; 
  font-size:16px;
  /*padding: 2em 0;*/
  padding: 48px 40px 40px 40px;
  color: #000;
  /*border-top: 2px solid #dfdfdf;*/
}

#main-footer
{
  background: #3c3c3b;
  padding-bottom: 25px !important;
}

#footer ul li
{
  list-style-type:none;
}

#footer a
{
    color: #000;
    text-decoration: none;
}

#footer a:HOVER, #footer a:FOCUS
{
  color: #b1b1b1;
    text-decoration: none;
}

#footer h4
{
  font-size: 17px;
  font-weight: 400;
  /*line-height: 27px;*/
  display: inline-block;
  vertical-align: super;
}

.footer-left
{
  float:left;
  margin:-1em;
}

.footer-right ul li
{
  display:inline-block;
  
}
.footer-right ul li a{
  color:#757677;
  font-size:16px;
    font-weight: 300;
  margin:0 1em;
  display:block;
  text-decoration:none;
  font-family: "Roboto",sans-serif;

}
.footer-right ul li a:hover{
  color:#337AB7;
}
.footer-right{
  float:right;
}
.footer-right p{
  color:#fff;
  font-size: 1em;
}
.footer-left p{
  font-weight: 300;
    color: #1e1e1e;
  font-size: 1em;
  margin-top:2em;
}
.footer-right p a{
  color:#337AB7;
}
.footer-right p a:hover{
  color:#fff;
  text-decoration:none;
}
.footer-right{
  margin:0;
}

#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}
#footer .copyright a {
  color: #02bdd5;
}

.foot-social
{
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}

.foot-social .fa
{
  font-size: 12px;
  background-color: transparent;
  border: 2px solid #757677;
  border-radius: 50%;
  width: 33px;
  color: #757677 !important;
}
.foot-social .fa:HOVER, .foot-social .fa:FOCUS
{
  color: #b1b1b1 !important;
  border: 2px solid #b1b1b1 !important;
}

.foot-separator
{
  padding: 0 10px;
}

 
.inline
{
  display: inline;
  line-height:30px;
}

.inlineblock
{
  display: inline-block;
}

.foot-h4
{
  /* text-align: right; */
  margin-right: 10%;
 /*  margin-right: 25%; */
  padding-top: 1px;
}

.rightpadding
{
  padding-right: 0px; 
}

.leftpadding
{
  padding-left: 0px;  
}

.foot-nav
{
  text-align: right;
}

.copyright
{
  padding-top: 27px;
  font-size: 15px;
}

.cd-headline.slide .cd-words-wrapper {
  color: #02bdd5;
}
ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}
ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}


/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img, #about img, #activities img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

@media (max-width: 480px) {


#agenda .co-name {
  position: relative;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  color: #F8DC5E;
  display: inline-block;
  line-height: 20px!important;
}

.navbar-collapse {
   background-color: #001f36;
   padding-top: 15px;
   z-index: -1;
}

.custom-navbar {
    margin-bottom: 0;
    background-color: #001f36;
    height: 75px;
}

#activities h2{
  padding-left: 44px;
}

#agenda {
    background: #F8DC5E;
    padding-top: 2rem;
    padding-bottom: 8rem;
}

#speakers {
  padding-bottom: 0px;
}
.owl-theme .owl-controls {
    /*margin-top: 10px;*/
    text-align: center;
    display: none !important;
}

#team h3 {
    line-height: 21px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
}

#overview, #register, #about, #activities{
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #4555CD;
        background-position-x: 0%;
        background-position-y: 0%;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
    float: left;
    left: 10% !important;
    top: 0;
    position: relative;
}

.ver-logo{
  width: 100%;
}

#carousel-example-generic{
/*padding-top: 20px;*/
padding-top: 36px;
}

.carousel-caption{
  float: left !important;
  left: 15%  !important;
  position: absolute;
  top: 10% !important;
  text-align: left;
}

.carousel-caption hr{
  width: 80%;
  margin-left:0;
}

.carousel-caption h2{
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  text-transform: none;
}

.carousel-caption p{
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  text-transform: none;
  color: #ffffff;
}

.register-button {
    color: #fff;
    background-color: #4555CD;
    padding: 10px 16px;
    font-size: 8px;
    line-height: 1.3333333;
}

.register-button:hover {
    color: #000;
    background-color: #4555CD;
    padding: 10px 16px;
    font-size: 8px;
    line-height: 1.3333333;
}

.date-box{
  border: 1px solid #ffffff;
  width: 45%;
  font-family: inherit;
  font-size: 10px;
  line-height: 26px;
  font-weight: 400 !important;
  text-transform: none;
  color: #ffffff;
  padding: 10px;
}


}

/* custom*/

#agenda h1{
position: relative;
  width: 41%;
  /*margin: 0 auto;*/
  overflow: hidden;
  padding: 20px;
  text-align:left ;
  color: #fff;
  font-family: inherit;
  font-weight: 300;
}
#agenda h1:after {
  content: '';
  position: absolute;
  width: 1100%; height: 1100%;
  bottom: 20px; right: -500%;
  background: rgba(255,255,255,.8);
  transform-origin: 54% 100%;
  transform: rotate(-45deg);
  z-index: -1;
   background: #171D45;
}

  #agenda .images-box {
    width: 150px;
    height: 122px;
    float: left;
    margin-right: 20px;
}

#agenda .text-box{
  padding-top:1.5em;
  float: left;
}

.text-box h4{
  font-size: 18px;
  font-family: inherit;
  font-weight: 600;
  color: #F8DC5E !important;
  line-height: 12px;
}


#agenda h5{
  padding: 0px;
}

#agenda .designation {
  position: relative;
  font-size: 17px;
  font-family: inherit;
  font-weight: 500;
  color: #F8DC5E;
  display: inline-block;
  line-height: 20px;
}

#agenda .co-name {
  position: relative;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  color: #F8DC5E;
  display: inline-block;
  line-height: 7px;
}



.col-border{
  border-left: 1px solid #fff;
}

#agenda .time{
  font-size: 20px;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
}

/* title shape*/
.box {
/* position: relative;
 display: block;
 background: blue;
 text-align: center;
 color: white;
 padding: 15px;
 margin: 50px;*/

    margin: 0 auto;
    position: relative;
    /*display: block;*/
    background: #171d45;
    text-align: center;
    color: #fff;
    /* margin: 50px; */
    width: 25%;
    height: 40px;
    font-size: 30px;
    text-transform: uppercase;
}

.box:before,
.box:after {
 content: "";
 position: absolute;
 left: 0; 
 right: 0;
 bottom: 100%;
 border-bottom: 15px solid #171d45;
 border-left: 15px solid transparent;
 border-right: 15px solid transparent;

}

.box:before{
  /*border-left: 15px solid blue;*/
  border-right: 15px solid #171d45;
}

.box:after{
  /*border-right: 15px solid blue;*/
  border-left: 15px solid #171d45;
}

.box:after {
 bottom: auto;
 top: 100%;
 border-bottom: none;
 border-top: 15px solid #171d45;
}

/*counter*/

.counter {
    /*padding: 25px 55px;*/
    border-radius: 5px;
}

.count-title {
    color: #f8dc5e;
    font-size: 50px;
    font-weight:800;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}