
.executivess img,
.trust-advisors img {
    max-width: 100%;
    margin-bottom: 20px;
    height: 250px;
    -o-object-fit: cover;
   object-fit: cover;
    -o-object-position: top;
       object-position: top;
       width: 100%;
}
.speaker-title-sec {
  min-height: 120px;
}
.executive-slied .sli-ful {
  max-width: 100%;
}
.executive-slied {
  margin-left: 0;
  margin-right: 0;
}
.executive-slied .owl-controls .owl-dots {
  text-align: center;
  display: block;
  margin: 5px 0;
}
.executive-slied .owl-dot {
  background: #a1a1a1;
  display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 12px;
}
.executive-slied .owl-dot.active {
  background: #fab702;
}

@media only screen and (max-width: 991px) {
  .site-branding img{
    width: 160px;
  }
  #mainmenu li {
    padding-left: 12px;
}
}

@media only screen and (max-width: 767px) {
  .site-branding img {
      padding: 0px 0;
  }
    .timeline-block {
        margin-left: 0;
        margin-right: 0;
    }
    .trust-exteam {
      display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
      text-align: center;
    }
    .executivess img,
    .trust-advisors img {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      width: 250px !important;
    }
    .executivess .col-xs-12.mb-15:last-child,
    .trust-advisors .col-xs-12.mb-15:last-child {
      margin-bottom: 0;
    }
    .speaker-title-sec {
      min-height: auto;
    }

    
  }
/* ––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––>>> Ullas Milestone  <<<–––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––– */
.education-area {
    background-color: #f7f7f7;
  }
  .timeline {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 18px;
    height: 100%;
    width: 4px;
    border-radius: 4px;
    background: rgb(215, 228, 237);
    left: 50%;
    margin-left: -2px;
  }
  .timeline-block {
    position: relative;
  }
  .timeline-block:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: rgba(39, 41, 61,0.9);
    top: 20px;
    right: 50%;
    margin-right: -6px;
    -webkit-box-shadow: 0 0 0 5px rgb(250 183 2 / 39%);
    box-shadow: 0 0 0 5px rgb(250 183 2 / 39%);
  }
  .timeline-block:nth-child(odd) .timeline-block-wrapper {
    padding-right: 30px;
  }
  .timeline-block:nth-child(even) .timeline-block-wrapper {
    padding-left: 30px;
  }
  .timeline-block .timeline-content {
    position: relative;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
  }
  .timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    height: 0px;
    width: 0px;
    border-width: 7px;
    border-style: solid;
  }
  .timeline-block:nth-child(odd) .timeline-content::before {
    border-color: transparent transparent transparent white;
    left: 100%;
  }
  .timeline-block:nth-child(even) .timeline-content::before {
    border-color: transparent white transparent transparent;
    right: 100%;
  }
  .timeline-date {
    position: absolute;
    display: inline-block;
    padding: 3px 10px;
    color: #fff;
    background-color: #fab702;
    font-weight: bold;
    border-radius: 3px;
    top: 10px;
  }
  .timeline-block:nth-child(odd) .timeline-date {
    left: 50%;
    margin-left: 20px;
  }
  .timeline-block:nth-child(even) .timeline-date {
    right: 50%;
    margin-right: 20px;
  }
  .timeline-date::before {
    content: "";
    position: absolute;
    top: 10px;
    height: 0px;
    width: 0px;
    border-width: 5px;
    border-style: solid;
  }
  .timeline-block:nth-child(odd) .timeline-date::before {
    border-color: transparent #fab702 transparent transparent;
    right: 100%;
  }
  .timeline-block:nth-child(even) .timeline-date::before {
    border-color: transparent transparent transparent #fab702;
    left: 100%;
  }
  .mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
  @media (min-width: 992px){
    .col-md-offset-6 {
        margin-left: 50%;
    }
  }
  @media only screen and (max-width: 991px) {
    .timeline-block-wrapper.col-md-6 {
        max-width: 100%;
        flex: inherit;
    }
    .timeline-block:nth-child(even) .timeline-block-wrapper {
        padding-right: 0;
    }
    .timeline {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .timeline:before {
      left: 8px;
      margin-left: -2px;
    }
    .timeline-block:before {
      right: auto;
      left: 0;
      margin-right: 0;
    }
    .timeline-block:nth-child(odd) .timeline-block-wrapper {
      padding-right: 0;
      padding-left: 30px;
    }
    .timeline-block .timeline-content {
      padding: 55px 20px 15px 20px;
    }
    .timeline-block:nth-child(odd) .timeline-content::before {
      border-color: transparent white transparent transparent;
      left: auto;
      right: 100%;
    }
    .timeline-date {
      font-size: 12px;
      background-color: #fab702;
      padding: 2px 10px;
      right: auto;
      top: 20px;
    }
    .timeline-block:nth-child(odd) .timeline-date,
    .timeline-block:nth-child(even) .timeline-date {
      right: auto;
      left: 50px;
      margin-left: 0;
      margin-right: 0;
    }
    .timeline-date::before {
      display: none;
      visibility: hidden;
      width: 0;
      height: 0;
    }
    .timeline-block {
      margin-left: 0;
      margin-right: 0;
  }
  }
  
 
  
  /* ––––––––––––––––––––––––––––––––––––––––––––– */
  /* ––––––––––––>>> Ullas Milestone  <<<–––––––––––– */
  /* ––––––––––––––––––––––––––––––––––––––––––––– */