.back-img {
    background-size: cover;
    position: relative;
    min-height: 85vh;
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.post-sliders{
    background-color: white !important;
}

.back-img h2 {
    font-size: 5rem;
    color: white;
    
}


    


.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

@media only screen and (max-width :768px) {
    .back-img {
        min-height: 50vh;
    }
    .back-img h2 {
        font-size: calc(1.525 + 3.3w);
    }   
}


.visa-text h2 {
    font-weight: 500;
   font-size: 35px;
   margin-bottom: 25px;
}

.visa-text h2 span {
    font-weight: bolder;
}

.visa-text p {
    color: #aeabab; 
}


.visa-text h1 {
    font-weight: bolder;
    font-size: 50px;
    color: black;
}


.visa-text h1 span {
    font-size: 40px;
    font-weight:10 !important;
    color: rgb(67, 65, 65);
}

.visa-text .text-one{
font-size: 17px;
}


/* .cols {
    overflow: hidden;
}
 */

 

.card .slider-img{
    background-size: cover;
    min-height: 50vh;
    height: 200px;
    transition: all 0.5s;
}

.parent .slider-img:hover  {
    transform: scale(1.5);
  
  }

  .card-body{
    background-color: #f6f6f6;

  }
  .card-texts {
font-size: 22px;
color: black;

  }

  
  
  
  #loadMore {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid red;
    color: white;
    font-size: 16px;
    background-color: red;
   margin-left: 20px;
   cursor: pointer;
  }




  @media only screen and (max-width :1024px) { 
    .card-texts {
        font-size: 20px;
          }
  }

  @media only screen and (max-width :768px) {

    .parent {
        width: 350px;
    }

    .visa-text {
        margin-bottom: 80px;
    }

    .visa-text h1 {
        font-size: 40px;
    }
    
    
    .visa-text h1 span {
        font-size: 35px;
    }
    
    .visa-text .text-one{
    font-size: 17px;
    } 
  }



  @media only screen and (max-width :425px) {

    .parent {
        width: 350px;
        left: 25px;
    }

    .visa-text h1 {
        font-size: 35px;
    }
    
    
    .visa-text h1 span {
        font-size: 32px;
    }
    
    .visa-text .text-one{
        font-size: 18px;
        } 

        .card-texts {
            font-size: 24px;
              }

              .back-img h2 {
                font-size: 3rem;
            }
  }