body
{
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}
p
{
    line-height: 26px;
}


#sba-banner {
    width: 100%;
    height: 65vh;
    background: url(../images/sba-cover-banner.png) top center;
    background-size: cover;
    /*position: relative;*/
}
.cover-heading h1{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.cover-heading h5{
    font-size: 28px;
    color: #FF4EE4;
    font-weight: 400;
    margin-bottom: 0;
}
#sba-banner .bg-light
{
    background-color: transparent !important;
}
#sba-banner .navbar-expand-lg.scrolled {
    background-color: #40006F !important;
}
#visitCP
{
    background-color: #40006F;
    color: #fff;
    box-shadow: none;
}
.navbar .col-auto:first-child
{
    padding: 0;
}
.cp-link i
{
    color: #fff;
}
.case-study-main-btn
{
    background: transparent;
    font-weight: 600;
    color: #FF4EE4;
    border-radius: 20px;
    padding: 10px 15px 12px 15px;
    border: 1px solid #fff;
    outline: none;
    margin-top: 25px;
}
button:focus
{
    outline: none;
}
a:hover
{
    text-decoration: none;
}

h4
{
    font-weight: 700;
    font-size: 32px;
    color: #3E479B;
}

.before-process:before{
background-image: url(../images/bg-round.png);
position: absolute;
    width: 419px;
    height: 419px;
    top: -70px;
    left: -164px;
    right: auto;
    content: "";
    z-index: -1;
    opacity: 0.8;
}
.manual-process-ul
{
    list-style: none;
    padding-left: 30px;
    font-weight: 600;
}
.manual-process-ul li{padding-bottom: 15px;position: relative;}
.manual-process-ul li:before
{
    background-image: url(../images/circle-tick.png);
    position: absolute;
    width: 18px;
    height: 18px;
    left: -27px;
    top: 3px;
    content: "";
}

/*--------timeline-------*/
.step-ProgressBar
{
    height: 120px;
}
.ProgressBar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
  display: flex;
justify-content: center;
}
.ProgressBar-step:before{
  content: "";
  height: 0.5em;
  background-color: #D9D2FF;
    border: 2px solid rgba(255, 255, 255, 0.74);
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  /*top: 50%;*/
  transform: translateY(-47%);
  transition: all 0.25s ease-out;
}
 .ProgressBar-step:after 
 {
     content: "";
  height: 0.5em;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  /*top: 50%;*/
  transform: translateY(-47%);
  transition: all 0.25s ease-out;
 }
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after {
  display: none;
}
.ProgressBar-step:after {
  background-color: #3E479B;
  border: 2px solid rgba(255, 255, 255, 0.74);
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after, .ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
    margin-top: -1.3em;
  width: 2.5em;
  height: 2.5em;
 background-color: #D9D2FF;
    border: 6px solid rgba(255, 255, 255, 0.74);
  fill: #9F9FA3;
  border-radius: 50%;
  /*padding: 0.5em;*/
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.25s ease-out;
}
.is-current .ProgressBar-icon {
  fill: #00637C;
  background-color: #00637C;
}
.is-complete .ProgressBar-icon {
    position: absolute;
    /*margin-top: -1.3em;*/
  fill: #fff;
  background-color: #3E479B;
  border: 6px solid rgba(255, 255, 255, 0.74);
}
.ProgressBar-step i
      {
        position: relative;
    top: 0px;
    font-size: 13px;
    left: 0px;
    z-index: 99;
    color: #fff;
      }

.ProgressBar-stepLabel {
    font-size: 14px;
    opacity: 0.3;
        margin-top: 2em;
        font-weight: 600;
  display: block;
    position: absolute;
  padding-top: 0.5em;
  width: 100%;
  transition: all 0.25s ease-out;
}

.ProgressBar-step-span
{
    display: block;
    opacity: 0.3;
    font-weight: 700;
    position: absolute;
    margin-top: -3em;
    width: 100%;
    transition: all 0.25s ease-out;
}
.is-current > .ProgressBar-stepLabel, .is-complete > .ProgressBar-stepLabel
{
    font-size: 14px;
    opacity: 1;
    font-weight: 600;
}
.is-complete .ProgressBar-step-span
{
    opacity: 1;
}
.ProgressBar-stepLabel5
{
padding: 0.5em 14px 0;
}
/*------timeline end------*/


/*------mobile timeline-----*/
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
        margin-left: 5em;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    border-left: 5px solid #D9D2FF;
    padding:0 0 40px 30px;
    transition: all 0.25s ease-out;
    position:relative;
}
.history-tl-container ul.tl li:nth-child(7)
{ 
    border-left:0;
}

ul.tl li .item-title{
    font-weight: 600;
    opacity: 0.3;
}
ul.tl li .timestamp
{
    opacity: 0.3;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    position: absolute;
    margin-top: 5px;
    left: -37%;
    font-weight: 700;
    font-size: 15px;
}
.history-tl-container ul.tl .tl-active-item
{
    border-left: 5px solid #3E479B;
}
ul.tl .tl-active-item .timestamp,ul.tl .tl-active-item .item-title
{
    opacity: 1;
}
.tl-item-tick
{
    position: absolute;
    left: -23px;
    top: -5px;
    content: " ";
    border-radius: 500%;
    background-color: #D9D2FF;
    border: 6px solid rgba(255, 255, 255, 0.74);
    height: 2.5em;
    width: 2.5em;
    transition: all 500ms ease-in-out;
}
.tl-item-tick i 
{
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 6px;
    right: 0;
    top: 7px;
    bottom: 0;
}
.tl-active-item .tl-item-tick {
    position: absolute;
    fill: #fff;
    background-color: #3E479B;
    border: 6px solid rgba(255, 255, 255, 0.74);
    }
/*------end mobile timeline-------*/


.key-feature-sec
{
    background-color: #E6F0F4;
    padding-top: 30px;
    /*margin-top: 9em !important;*/
}

/*------------testimonial animation------------*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.testimonial {
  margin: 0 10px 10px;
  padding: 0px 20px 10px 20px;
  border-radius: 15px;
}

.testimonial .description {
  position: relative;
  font-size: 16px;
  padding-right: 30px;
  line-height: 28px;
}

.testimonial-auther {
  margin-bottom: 0;

}
.owl-theme .owl-dots .owl-dot span
{

    margin: 2px 3px !important; 
    transition: all 0.3s;
    font-size: 0px !important;
}
.owl-theme .owl-nav.disabled + .owl-dots
{
    margin-top: 0 !important;
}
.owl-theme .owl-dots
{
    position: absolute;
    right: -14px;
    top: 16%;
    transform: rotate(90deg);
}
.owl-theme .owl-dots .owl-dot.active span
{
    background: #9B8CF1 !important;
    width: 25px;
    height: 10px;
    margin: 2px 3px !important;
}
.owl-theme .owl-dots .owl-dot:hover span
{
    background: #D9D2FF !important;
}

.slider-sec .col-md-12
{
   background-color: #E6F0F4;
    padding: 30px 20px 0px 25px;
    border-radius: 17px;
}

.footer-campaign a:last-child {
    border-right: none;
}

.automation-benefits p
{
    line-height: 21px;
}
.automation-benefits{
    margin-bottom: 4em;
}
.more-information-section h5
{
    font-size: 25px;
    font-weight: 600;
}
.download-btn button
{
    padding: 8px 20px;
    font-weight: bold;
    background-color: #9B8CF1;
    color: #fff;
    border: none;
    border-radius: 8px;
    outline: none;
}
.download-btn button:hover
{
    background-color: #40006F;
    transition: all 0.3s;
}
  .button1 {
  border-radius: 20px;
  padding: 8px 15px 10px 15px;
    border: 1px solid #fff;
    transition: 0.5s all ease-in-out;
    outline: none;
    font-weight: 600;
    color: #FF4EE4;
    background: #310453;
}
.button1:hover {
  cursor: pointer;
  background: #FF4EE4;
  color: #fff;
  -webkit-animation: none;
          animation: none;
}
.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
          animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 991px) {
.container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
 .navbar-expand-lg
{
    padding: 15px 15px;
}

.process-sec img
{
    padding-top: 1em;
    display: block;
    margin: 0 auto;
}

.key-feature-sec img
{
   display: block;
    margin: 0 auto; 
}
.testimonial
{
    padding: 0;
    padding-bottom: 15px;
}

#sba-banner {
    width: 100%;
    height: 80vh;
    background: url(../images/sba-mb-cover-banner.png) top center;
    background-size: cover;
    }

.download-btn button
{
    margin-top: 15px;
}
.key-feature-sec {
    margin-top: 0em !important;
}
.automation-benefits
{
    margin-bottom: 3em;
}
.step-ProgressBar
{
    display: none;
}
ul.tl li .timestamp
{
    left: -23%;
}
.history-tl-container ul.tl
{
    margin-left: 10em;
}
}
@media screen and (max-width: 698px) {
    .cover-heading
    {
        text-align: center;
    }
    }
@media screen and (min-width: 992px) {
    .history-tl-container
    {
        display: none;
    }
    }
@media screen and (max-width: 967px) {
ul.tl li .timestamp
{
left: -27%;
}
}

    @media screen and (max-width: 606px) {
        ul.tl li .timestamp {
    left: -24%;
    }
    }
    @media screen and (max-width: 471px) {
        ul.tl li .timestamp {
    left: -27%;
    }
    .history-tl-container ul.tl {
    margin-left: 6em !important;
    }
    }
    @media screen and (max-width: 512px) {
      .history-tl-container ul.tl {
    margin-left: 7em !important;
    }
    }

    @media screen and (max-width: 395px) {
    .history-tl-container ul.tl {
    margin-left: 4em !important;
    }
    .timeline1 h4
    {
        text-align: left !important;
    }
    }
    @media screen and (max-width: 347px) {
        .history-tl-container ul.tl {
    margin-left: 3.5em !important;
    }
    ul.tl li .timestamp {
    left: -31%;
}
}

@media screen and (max-width: 835px) {
    .flex
{
    flex-wrap: wrap;
}
}
@media screen and (max-width: 656px) {
    #sba-banner
    {
        /*height: 80vh;*/
    }
    .flex
{
       flex-direction: column;
}
.owl-theme .owl-nav.disabled + .owl-dots
{
    display: none;
}
.testimonial .description
{
    padding-right: 0px;
}
.owl-item {
  height: 0;
}

.owl-item.active {
  height: auto;
}
}
@media screen and (max-width: 550px) {
    #sba-banner h3 {
    font-size: 30px;
}
    #sba-banner h1 {
    font-size: 35px;
}

@media screen and (max-width: 420px) {
   .history-tl-container ul.tl
{
    margin-left: 5em;
} 
.navbar .col-auto:first-child
    {
        width: 80%;
    }
    .cp-link
    {
        margin-right: -30px;
    }
}

