
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.69);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
  text-rendering: optimizeLegibility;
}



/*-----------End how-work-area css ------------*/
.how-work2 {
  background-color: #fff;
    padding-top: 147px;
    padding-bottom: 0px; }
    .how-work2 .work-item .icon {
      background-color: #fff;}
  
  .how-w3 {
    padding-top: 130px; }
  
    .sec-title {
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      max-width: 722px;
      margin: 0 auto 65px; }
      .sec-title h2 {
        font-weight: 300;
        font-size: 35px;
        line-height: 55px;
        color: black;
        position: relative;
        padding-bottom: 26px;
        margin-bottom: 33px; }
        .sec-title h2:before {
          content: "";
          width: 40px;
          height: 2px;
          background: black;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .sec-title p {
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        color: black; 
      margin-bottom: 40px;}
  
  /*====================================================*/


  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
  
  .preloader .preloader-before,
  .preloader .preloader-after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #090808;
  }
  
  .preloader .preloader-before {
    top: 0;
  }
  
  .preloader .preloader-after {
    bottom: 0;
  }
  
  .preloader .preloader-block {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
  }
  
  .preloader .preloader-block .title {
    position: absolute;
    left: 0;
    bottom: calc(50% + 16px);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
  }
  
  .preloader .preloader-block .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-weight: 700;
    letter-spacing: 8px;
    font-size: 24vw;
    color: rgba(54, 54, 53, 0.1);
    z-index: 1;
  }
  
  .preloader .preloader-block .loading {
    position: absolute;
    top: calc(50% + 16px);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #fff;
    -webkit-animation: blink-animation 2.2s linear infinite;
  }
  
  .preloader .preloader-bar {
    position: absolute;
    z-index: 2;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background: #1d1d1d;
  }
  
  .preloader .preloader-bar .preloader-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 0;
    background: #fff;
  }
  
  @-webkit-keyframes blink-animation {
    0% {
      opacity: 0;
    }
  }
  
  @-moz-keyframes blink-animation {
    0% {
      opacity: 0;
    }
  }
  
  @keyframes blink-animation {
    0% {
      opacity: 0;
    }
  }

  .success-btn{
    background: linear-gradient(135deg, rgba(0,87,184,0.8) 0%, rgba(0,87,184,0.7) 100%);
    color: #f1f1f1;
	padding: 10px 40px;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
    text-decoration: none;
  }

  .success-btn i{
    margin-right: 15px;
  }

  .success-btn:hover{
background: linear-gradient(135deg, rgba(0,87,184,1) 0%, rgba(0,87,184,1) 100%);
}

.speaker-image img {
  /* width: 25%; */
  /* max-width: 150px; */
  /* border: 5px solid rgba(255,255,255,0.5); */
  height: auto;
  display: block;
  /* border-radius: 50%; */
  /* box-shadow: 1px 6px 5px rgb(0 0 0 / 10%); */
  margin: 0 auto;
}