 #verify {
    width: 100%;
    height: 50vh;
    position: relative;
    /*background: url("../img/hero-carousel/1.jpg") no-repeat;*/
    background: url('../../assets/img/verify-hero.png');
   
    background-size: cover;
    padding: 0;
  }
  
  #verify img {
    position: relative;
    top: 55%;
    left: 39%;
    height: 229px;
  }
  
  #verify .verify-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 47px;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 5%;
    width: 51%;
  }
  
  #verify .verify-content h2 {
    color:  #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
  }
  
  
  #verify .verify-content p {
    color: #fff;
    font-size: 14px;
  
  }
  
  #verify .verify-content h2 span {
    color:  #cd3c0d;
    text-decoration: underline;
  }
  
  @media (max-width: 767px) {
    #verify .verify-content h2 {
      font-size: 34px;
    }
  
    #verify .verify-content {
       
      width: 80%;
    }
  
   
  
  }
  
  #verify .verify-content .btn-get-started,
  #verify .verify-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 7px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
  }
  
  #verify .verify-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
    display: none;
  }
  
  #verify .verify-content .btn-get-started:hover {
    background: none;
    color: #0c2e8a;
  }
  
  #verify .verify-content .btn-projects {
    background: #cd3c0d;
    border: 2px solid #cd3c0d;
    text-decoration: none;
    
  }
  
  #verify .verify-content .btn-projects:hover {
    background: #972c09;
    border: 2px solid  #972c09;
    color: #ffff;
  }
  
  #verify .verify-slider {
    z-index: 8;
    height: 69vh;
  }
  
  #verify .verify-slider::before {
    content: "";
  
    /*background-color: rgb(0, 44, 108);*/
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
  }
  
  #verify .verify-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
  }
  

@media (max-width: 768px) {


    #verify {
      
      background-size: contain;
      height: 59vh; 
    }
  
    #verify .verify-content {
      
      left: 0;
    }



  }
  
  
  
  
  
  
  
  
  
  
  