.tustyboardbody
{
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
}
.tustyboardbody h2{
    color: #01d28e;
    text-transform: capitalize;
    
}
.tustyboardbody p
{
    font-size: 14px;
    color: black;
    text-transform: capitalize;

}
.aboutimg
{
    border-radius: 10px;
    border: solid 2px #01d28e;
}
.height30
{
    height: 30px;
}

.height50
{
    height: 50px;
}

/*gallerty*/
.gallerybox
{
    margin: 0px;
    padding: 0px;
}
.gallerybox h2{
    color: #01d28e;
    text-transform: capitalize;
}
.height80
{
    height: 30px;
}
.gallerybox1
{
    border-radius: 6px;
    margin: 0px;
    padding: 0px;
    border: solid 1px #01d28e;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
height: 100%;
z-index: 5;

}
.gallerybox2
{
    margin: 0px;
    padding: 0px;
}
.galleryimage
{
    width: 100%;
    display: block;
    transition: all 0.4s ease;
    overflow: hidden;
}
.galleryimage1
{
    object-fit:fill;
}
.galleryimage:hover
{
    transform: scale(1.3);
}
.galleryboxtext
{
    position: absolute;
    bottom: -100px;
    right: 0;
    background-color: #01d28e;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    
}
.gallerybox1:hover .galleryboxtext
{bottom:0px;
}

.educationbody
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}
.educationbody h2
{
    text-transform: capitalize;
    color: #01d28e;
}
.educationbodytext
{
    margin-top: 15px;
    padding: 0px;
    border: dotted 1px #01d28e;
    padding: 15px;
}
.educationbodytext p
{
    font-size: 16px;
    color: black;
}
.educationbodytext h4
{
    font-size: 20px;
    color: #01d28e;
    border-bottom: solid 1px #01d28e;
    padding-bottom: 8px;
    display: inline-block;
}
.educationgallery
{
    margin-top: 15px;
    padding: 0px;
}
.educationgallery h2
{
    color: #01d28e;
    text-transform: capitalize;
}
.education_gallery1
{
    margin-top: 15px;
    padding: 0px;
    margin-bottom: 15px;
 
}
.education_gallery1box
{
    border: solid 1px #01d28e;
    border-radius: 6px;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.education_gallery1boximg
{
    margin: 0px;
    padding: 0px;
    transition: all 0.4s ease;
    max-height: 155px;
   
}
.education_gallery1boximg:hover
{
    transform: scale(1.3);
}
.education_gallery1boxtext
{
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 2;
    background-color:#01d28e ;
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.4s ease;
}
.education_gallery1box:hover .education_gallery1boxtext
{
    bottom: 0px;
}

.objectcover
{
    object-fit: cover;
    border-radius: 10px;
}
.latestbox
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.latestbox h2
{
text-transform: capitalize;
color: #01d28e;
}
.latestbox1
{
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
}
.latestbox2
{
    margin: 0px;
    padding: 0px;
    border: solid 1px #01d28e;
    border-radius: 10px;
    position: relative;
    z-index:2;
    height: 100%;
    
}
.latestbox2::before

{
    position: absolute;
    content: '';
    width: 62px;
    height: 43px;
    top: -11px;
    left: -10px;
    background-color: #01d28c;
    z-index: -2;
    animation:move 5s linear infinite;
    transition: foroward 5s;
}
.bgcolor
{
    background-color: #01d28c;
}
.latestimg
{
    display: block;
    width: 100%;
    border-radius: 10px;
}
 @keyframes move
{
    to
    {
        bottom: 0px;
    }
    from
    {
        top:30px;
    }
} 
@media (max-width:991px)
{
    .latestbox h4
    {
        margin-left: 15px;
    }
    .latestbox p
    {
        margin-left: 15px;
    }
}

/* .latestbox2::after

{
   position: absolute;
   content: '';
   right: -10px;
   bottom: -10px;
   width: 62px;
    height: 43px;
    background-color: #01d28c;
    z-index: -2;
}  */
.latestpicbox
{
margin: 0px;
padding: 0px;
}
.latesttextbox
{
    margin: 0px;
    padding: 0px;
}
.latesttextbox h4
{
    font-size: 16px;
    color: black;
    margin-top: 10px;
}