#section3{
    padding: 80px 0;
    background-color: rgba(252, 248, 248, 0.89);
    text-align: center;
}
#section3>hr{
    margin-bottom: 50px !important;
}
.imgTitle{
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}
.row{
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}
.imgTitle>ul{
    text-align: center;
}
.imgTitle>ul>li{
    display: inline-block;
    margin-left: 10px;
}
.imgTitle>ul>li>.active1{
    border-bottom: 1px solid #19B5FE;
}
.imgTitle>ul>li>a{
    text-decoration: none;
    color: #8a9095;
    border: 1px solid white;
    padding: 4px 8px;
    border-radius: 4px;
}
.imgTitle>ul>li>a:hover{
    border-bottom: 1px solid #19B5FE;
}
.contentContainer{
    position: relative;
    z-index: 1000;
}
.contentContainer>img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.textArea:hover{
    transition-duration: 0.5s; 
    background-color: rgba(0, 0, 0, 0.61);
}
.contentContainer:hover .textArea>h4{
    animation-name: fadeIns;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}
@keyframes fadeIns{
    from{
        transform: translateY(20px);
        opacity: 0;
    }
    to{
        opacity: 1;
        
        transform: translateY(0);
    }
}
.contentContainer:hover .textArea>small{
    animation-name: fadeInss;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}
@keyframes fadeInss{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.contentContainer:hover .textArea>i{
    animation-name: fadeInsss;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}
@keyframes fadeInsss{
    from{
        transform: translateY(-20px);
        opacity: 0;
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.textArea{
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}
.textArea>h4{
    position: absolute;
    left: 90px;
    top: 60px;
    text-align: center;
    opacity: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.textArea>small{
    color: #fff;
    position: absolute;
    left: 115px;
    top: 98px;
    text-align: center;
    opacity: 0;
}
.textArea>i{
    position: absolute;
    left: 135px;
    top: 135px;
    text-align: center;
    opacity: 0;
}
.textArea>small{
    display: block;
    margin-bottom: 12px;
}
.textArea>i{
    height: 30px;
    width: 30px;
    border: 1px solid rgba(25,181,254,0.3);
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #19B5FE;
}
.col-lg-3{
    margin-bottom: 40px;
}
