
   .main-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: fit-content;
    
  }
  .responsive-image{
        width: 100%;
        height: 600px;
  }
  
  .main-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .main-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
    width: 30%;
  }
  
  .main-text button:hover {
    background-color: #555;
    color: white;
  }

  .title-testmonials{
    width: 100%;
    height: 50px;
    background-color: rgb(236, 233, 233);
    color: black;
    text-align: center;
  }
  .title-testmonials:hover{
    background-color: rgba(0, 0, 0, 0.8);
    color: rgb(248, 248, 248);
  }
  span{
    font-weight: bold;
    flex-grow: initial;
  }
  .card1{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    padding-top: 10px;
  }
  
  .title {
    color: grey;
    font-size: 18px;
  }
  
  button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  a {
    text-decoration: none;
    font-size: 22px;
    color: black;
  }
  
  button:hover, a:hover {
    opacity: 0.7;
  }
  .colummn {
    float: left;
    width: 33.33%;
    padding: 10px;
  }
  
  /* Clearfix (clear floats) */
  .roew::after {
    content: "";
    clear: both;
    display: table;
  }

  /*timeline*/
  
  #simple-timeline .simple-timeline-event-row {
    display: flex;
    direction: ltr;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  
  
  #simple-timeline .simple-timeline-event-column-rh,
  #simple-timeline .simple-timeline-event-column-lh {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    position: relative;
  }
  
  #simple-timeline .simple-timeline-event-column-rh {
    justify-content: flex-start;
  }
  #simple-timeline .simple-timeline-event-column-lh {
    justify-content: flex-end;
  }
  
  #simple-timeline .simple-timeline-event-column-rh:not(.empty):before,
  #simple-timeline .simple-timeline-event-column-lh:not(.empty):before {
    background-image: radial-gradient(
      circle closest-side,
      #808080 97%,
      transparent 100%
    );
    background-repeat: repeat-y;
    background-size: 6px 24px;
    background-position: 0% 0%;
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
  }
  
  #simple-timeline .simple-timeline-event-column-rh:before {
    left: -3px;
    top: 42px;
  }
  
  #simple-timeline .simple-timeline-event-column-lh:before {
    right: -3px;
    top: 42px;
  }
  
  #simple-timeline .simple-timeline-event-row:last-child .simple-timeline-event-column-lh:before,
  #simple-timeline .simple-timeline-event-row:last-child .simple-timeline-event-column-rh:before { 
    background-image: none; 
  }
  
  
  #simple-timeline .simple-timeline-content {
    width: 100%;
    padding: 48px 40px 0;
  }
  
  
  #simple-timeline .simple-timeline-event-column-rh.last,
  #simple-timeline .simple-timeline-event-column-lh.last {
    border-color: transparent;
  }
  
  #simple-timeline .simple-timeline-rh-year-line,
  #simple-timeline .simple-timeline-lh-year-line {
    width: 100px;
    position: relative;
    overflow: visible;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  
  #simple-timeline .simple-timeline-rh-year-line {
    background-color: rgba(0, 0, 0, 0);
  }
  
  #simple-timeline .simple-timeline-lh-year-line {
    background-color: rgba(0, 0, 0, 0);
  }
  
  
  
  #simple-timeline
    .simple-timeline-event-column-rh:hover
    .simple-timeline-rh-year-line,
  #simple-timeline
    .simple-timeline-event-column-lh:hover
    .simple-timeline-lh-year-line {
    width: 200px;
  }
  
  #simple-timeline .simple-timeline-rh-year-line:before,
  #simple-timeline .simple-timeline-lh-year-line:before {
    content: "";
    border-radius: 100%;
    padding: 0;
    margin: 0;
    height: 84px;
    width: 84px;
    position: absolute;
    z-index: 99999;
  }
  
  #simple-timeline .simple-timeline-rh-year-line:before {
    top: 0;
    background: radial-gradient(
      circle at center,
      #5c2483 10px,
      #fff 11px,
      #fff 40%,
      #808080 42%,
      #808080 45%,
      transparent 47%
    );
    left: 0;
    transform: translateX(-50%);
  }
  
  #simple-timeline .simple-timeline-lh-year-line:before {
    background: radial-gradient(
      circle at center,
      #d41217 10px,
      #fff 11px,
      #fff 40%,
      #808080 42%,
      #808080 45%,
      transparent 47%
    );
    top: 0;
    right: 0;
    transform: translateX(50%);
  }
  
  #simple-timeline .simple-timeline-rh-year-label,
  #simple-timeline .simple-timeline-lh-year-label {
    width: 145px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    line-height: 2em;
    color: #fff;
    overflow: visible;
  }
  
  #simple-timeline .simple-timeline-rh-year-label {
    padding: 0px 20px 0px 20px;
    background-color: #5c2483;
    margin-right: 15px;
  }
  
  #simple-timeline .simple-timeline-lh-year-label {
    padding: 0px 20px 0px 20px;
    background-color: #d41217;
    margin-left: 15px;
  }
  
  /* ADDING ANGLE ENDS */
  #simple-timeline .simple-timeline-rh-year-label:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-left: 15px solid #5c2483;
    border-bottom: 1em solid transparent;
  }
  
  #simple-timeline .simple-timeline-lh-year-label:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-right: 15px solid #d41217;
    border-bottom: 1em solid transparent;
  }
  
  @media all and (max-width: 767px) {
    #simple-timeline {
      padding-left: 30px;
    }
    #simple-timeline .simple-timeline-event-column-rh,
    #simple-timeline .simple-timeline-event-column-lh {
      width: 100%;
    }
  
    #simple-timeline .simple-timeline-event-column-lh {
      justify-content: flex-start;
    }
  
    #simple-timeline .simple-timeline-event-column-lh:before {
      left: -3px;
      top: 42px;
    }
  
    #simple-timeline .simple-timeline-lh-year-line {
      order: -1;
    }
  
    #simple-timeline .simple-timeline-lh-year-line:before {
      left: 0;
      transform: translateX(-50%);
    }
  
    #simple-timeline .simple-timeline-lh-year-label {
      margin-left: 0;
      margin-right: 15px;
    }
    #simple-timeline .simple-timeline-lh-year-label:after {
      left: unset;
      right: -15px;
      border-top: 1em solid transparent;
      border-left: 15px solid #d41217;
      border-right: 0;
      border-bottom: 1em solid transparent;
    }
    
    #simple-timeline .simple-timeline-content {
      padding: 40px 40px ;
    }
  }

  
  .footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #070617;
  }
  .footer .col {
    width: 190px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 20px 20px 20px;
  }
  .footer .col h1 {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0px 5px 0px;
    color: rgba(255,255,255,0.2);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
  }
  .footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer .col ul li {
    color: #ddd6d6;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
  }
  .social ul li {
    display: inline-block;
    padding-right: 5px !important;
  }
  
  .footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
  }
  .clearfix {
    clear: both;
  }
  
  .footer-main{
    color: wheat;
  }
  @media only screen and (min-width: 1280px) {
    .contain {
      width: 1200px;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 1139px) {
    .contain .social {
      width: 1000px;
      display: block;
    }
    .social h1 {
      margin: 0px;
    }
  }
  @media only screen and (max-width: 950px) {
    .footer .col {
      width: 33%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
  }
  @media only screen and (max-width: 500px) {
      .footer .col {
        width: 50%;
      }
      .footer .col h1 {
        font-size: 14px;
      }
      .footer .col ul li {
        font-size: 13px;
      }
  }
  @media only screen and (max-width: 340px) {
    .footer .col {
      width: 100%;
    }
  }
  
  button { 
    border: 0;
  }
  
  .whats-btn-simple {
    position: fixed;
    background: #25d366;
    color: white;
    bottom: 20px; 
    right: 20px;
    left: 95%;
    border-radius: 40px;
    height: 60px;
  /*   max-width: 150px; */
    padding: 10px 20px; 
  /*   line-height: 40px; */
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
    align-items:center;
    cursor: pointer;
  }
  
  .whats-btn-simple:hover {
    transform: translate(0, -2px);
    box-shadow: 0px 2px 3px #999;
  }
  .whats-btn-simple span {
    font-size:25px;
  }
  
  .whats-btn-simple .logo {
    margin-left: 10px;
    font-size: 40px;
  }

