body {
  padding-top: 0;
  padding-bottom: 0;
}
.carousel{
  margin-bottom: 0;
}

#topheader .navbar-nav li > a {
  text-transform: capitalize;
  color: #333;
  transition: background-color .2s, color .2s;
  
  &:hover,
  &:focus {
    background-color: #333;
    color: #fff;
  }
}

#topheader .navbar-nav li.active > a {
  background-color: #333;
  color: #fff;
}

.nav-link{
  color: rgba(0,0,0,.55);
}
.navbar-expand-lg .nav-item:hover .nav-link{
  
  color: black;
  
  transition-duration: 0.2s;
  
  border-bottom: 2px solid red;

}

.navbar-expand-md{
  z-index: 1;
  position: relative;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,102,203);
}
.navbar-toggler:focus{
  box-shadow: none;
}
.top-logo{
  width: 50%;
}
.input-group-text{
  background-color: white;
  border:none;
}
.form-control:focus{
  box-shadow: none;
  border-color: white;
}
.custom-form{
  border-left: none;
    border: 0px solid white;
}
.form-select{
  border-left: 0px;
    border: 0px solid white;
}
.form-select:focus{
  box-shadow: none;
}
.countdown {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown span {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 3rem;
    margin-left: 0.8rem;
}

.countdown span:first-of-type {
    margin-left: 0;
}

.countdown-circles {
    text-transform: uppercase;
    font-weight: bold;
}

.countdown-circles span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.countdown-circles span:first-of-type {
    margin-left: 0;
}

.custom-font{
  font-size: 20px !important;
}

.main-timeline{
Â Â Â Â position: relative;
Â Â Â Â overflow: hidden;
}
.main-timeline:before{
Â Â Â Â content: "";
Â Â Â Â width: 10px;
Â Â Â Â height: 80%;
Â Â Â Â border-right: 8px dotted #000;
Â Â Â Â position: absolute;
Â Â Â Â top: 18px;
Â Â Â Â left: 50%;
Â Â Â Â transform: translateX(-50%);
}
.main-timeline .timeline{
Â Â Â Â width: 50.1%;
Â Â Â Â float: right;
Â Â Â Â padding: 10px 100px 10px 50px;
Â Â Â Â position: relative;
}
.main-timeline .timeline:before{
Â Â Â Â content: "";
Â Â Â Â width: 30px;
Â Â Â Â height: 30px;
Â Â Â Â border-radius: 50%;
Â Â Â Â background: #fd8c00;
Â Â Â Â border: 5px solid #fff;
Â Â Â Â box-shadow: 0 0 0 3px #fd8c00;
Â Â Â Â position: absolute;
Â Â Â Â top: 25px;
Â Â Â Â left: -13px;
}
.main-timeline .timeline-content{
Â Â Â Â display: block;
Â Â Â Â position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .title{
Â Â Â Â display: inline-block;
Â Â Â Â padding: 8px 55px 8px 25px;
Â Â Â Â margin: 0 0 10px 0;
Â Â Â Â border: 3px solid #fff;
Â Â Â Â border-radius: 25px 25px 25px 0;
Â Â Â Â background: #fd8c00;
Â Â Â Â box-shadow:Â  0 0 0 3px #fd8c00;
Â Â Â Â font-size: 28px;
Â Â Â Â font-weight: 700;
Â Â Â Â color: #fff;
Â Â Â Â text-transform: uppercase;
Â Â Â Â position: relative;
}
.main-timeline .title i{
Â Â Â Â display: inline-block;
Â Â Â Â font-size: 30px;
Â Â Â Â margin-left: 5px;
Â Â Â Â position: absolute;
Â Â Â Â top: 50%;
Â Â Â Â right: 15px;
Â Â Â Â transform: translateY(-50%);
}
.main-timeline .description{
Â Â Â Â padding: 0 15px;
Â Â Â Â font-size: 15px;
Â Â Â Â color: #000;
Â Â Â Â letter-spacing: 1px;
Â Â Â Â margin: 0 0 5px 0;
}
.main-timeline .timeline:nth-child(2n){
Â Â Â Â float: left;
Â Â Â Â padding: 10px 50px 10px 100px;
}
.main-timeline .timeline:nth-child(2n):before{
Â Â Â Â left: auto;
Â Â Â Â right: -15px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{ text-align: right; }
.main-timeline .timeline:nth-child(2n) .title{
Â Â Â Â padding: 8px 25px 8px 60px;
Â Â Â Â border-radius: 25px 25px 0 25px;
}
.main-timeline .timeline:nth-child(2n) .title i{
Â Â Â Â right: auto;
Â Â Â Â left: 15px;
}
.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .title{
Â Â Â Â background: #018e8f;
Â Â Â Â box-shadow: 0 0 0 3px #018e8f;
}
.main-timeline .timeline:nth-child(3n):before,
.main-timeline .timeline:nth-child(3n) .title{
Â Â Â Â background: #0062b0;
Â Â Â Â box-shadow: 0 0 0 3px #0062b0;
}
.main-timeline .timeline:nth-child(4n):before,
.main-timeline .timeline:nth-child(4n) .title{
Â Â Â Â background: #fa2300;
Â Â Â Â box-shadow: 0 0 0 3px #fa2300;
}
@media only screen and (max-width: 1200px){
Â Â Â Â .main-timeline .title{
Â Â Â Â Â Â Â Â font-size: 20px;
Â Â Â Â Â Â Â Â padding-left: 10px;
Â Â Â Â }
Â Â Â Â .main-timeline .timeline:nth-child(2n) .title{ padding-right: 10px; }
}
@media only screen and (max-width: 990px){
Â Â Â Â .main-timeline .timeline,
Â Â Â Â .main-timeline .timeline:nth-child(2n){ padding: 10px 50px; }
}
@media only screen and (max-width: 767px){
Â Â Â Â .main-timeline:before{ left: 20px; }
Â Â Â Â .main-timeline .timeline,
Â Â Â Â .main-timeline .timeline:nth-child(even),
Â Â Â Â .main-timeline .timeline:nth-child(odd){
Â Â Â Â Â Â Â Â width: 100%;
Â Â Â Â Â Â Â Â float: none;
Â Â Â Â Â Â Â Â padding: 10px 50px 10px 55px;
Â Â Â Â }
Â Â Â Â .main-timeline .timeline:before,
Â Â Â Â .main-timeline .timeline:nth-child(2n):before{ left: 5px; }
Â Â Â Â .main-timeline .timeline:nth-child(2n) .timeline-content{ text-align: left; }
Â Â Â Â .main-timeline .timeline:nth-child(2n) .title{
Â Â Â Â Â Â Â Â padding: 8px 55px 8px 10px;
Â Â Â Â Â Â Â Â border-radius: 25px 25px 25px 0;
Â Â Â Â }
Â Â Â Â .main-timeline .timeline:nth-child(2n) .title i{
Â Â Â Â Â Â Â Â left: auto;
Â Â Â Â Â Â Â Â right: 15px;
Â Â Â Â }
}
@media only screen and (max-width: 479px){
Â Â Â Â .main-timeline .timeline,
Â Â Â Â .main-timeline .timeline:nth-child(2n){ padding: 10px 0 10px 55px; }
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: white;
  z-index: 0;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  /*margin: 0 0 0 60px;
*/  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #00b0bd;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
    padding-right: 5px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/

    .addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }

    .addReadMore.showmorecontent .readMore {
        display: none;
    }

    .addReadMore .readMore,
    .addReadMore .readLess {
        font-weight: bold;
        margin-left: 2px;
        color: blue;
        cursor: pointer;
    }

    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }









.custom li{
  list-style-type: none;
  padding-top: 10px;
}
.custom li:before{
  content: "\f0a4"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: cornflowerblue;
  font-size: 30px !important;
  }


.owl-carousel .owl-item img{
  width: 100% !important;
}
.custom-snow{
  color: snow;
}

    .allSides
    {
      border: solid 1px #555;
      background: url(../images/background02.jpg);
      box-shadow:  0 0 10px  rgba(0,0,0,0.6);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    }



.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
    text-align: center;
    padding-top: 8%;
    color: white;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.banner{
  background-image: url(../images/Mobile/Banner.png);background-size: 100% 100%;padding-top: 100px;
}


  #owl-two .item img{
    width: 100% !important;
    height: 150px;
  }


.custom-p{
  padding-top: 70px;
}

.carousel-item{
height: 15rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 15rem;
}




@media (min-width: 768px){
.top-logo{
  width: 70%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 700;
    font-size: 25px;
}
.custom-p{
  padding-top: 3%;
}

.countdown-circles span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.custom-font{
  font-size: 30px !important;
}
.owl-size{
  width: 70%;
}

.banner{
  background-image: url('http://mobilityindia.com/Awards/images/WebSite/Banner.png');background-size: cover;padding-top: 100px;
}

.owl-carousel .owl-item img{
  width: 175% !important;
}
  #owl-two .item img{
    width: 100% !important;
    height: 250px;
  }

.carousel-item{
height: 44rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 40rem;
}


}

// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }