

    .callback {
        position: relative;
  }
  
  .callback::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 110%;
        top: 70%;
        left: 0;
        background-color: #21ABA5;
        z-index: -1;
  }
  
.video-main-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("images/2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 30vh 15vw; */
    cursor: pointer;
    float:right;
    
}
.p-sm-4 {
    padding: 3.4rem!important;
}
.video-main-box img{    border-radius: 50px 50px 50px 40px;


}
.video-main-box span{
    width: 60px;
    height: 55px; 
    background-color: #45EBA5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
}
.video-main-box span img{

        margin-left: 4px;}

.video-main-box h4{
    position: absolute;
    bottom: -44px;
    padding: 0;
    margin: 0;
    font-size: 80px;
    line-height: 98px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #02C39A;
}

.video {
    margin-left: 41px;
    margin: 20px 20px 20px 20px;
}

.adm-main{

    max-width: 600px;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;

}
.adm-details-container h3{
    font-size: 25px;
    line-height: 35px;
    color: #21ABA5;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.adm-details-container p{
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 22px;
    text-align: justify;
    padding: 1px;
}
.adm-details-container a{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    background:#45EBA5;
   border: 1px dashed #21ABA5;

    border-radius: 28.5px;
    padding: 8px 25px;
}
.adm-details-container a{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    background:#45EBA5;
   border: 1px dashed #21ABA5;

    border-radius: 28.5px;
    padding: 8px 25px;
}
.adm-details-container a:hover{
    background:#21ABA5;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
    filter: hue-rotate(0);
    border-radius:5px;}
    .rounded {
        border-radius: 2.25rem!important;
    }

    /***Gallery*******/
    .gallery-image-box img{
        width: 100%;
    }
    
