/*section 1 */

a:hover{
 text-decoration: none;
}

.center.center-img{
    width: max-content;
    margin: auto;
    padding: 20px;
    background: #eee;
    border-radius: 15px;
    max-width:100%;
}
.sec-1{
    margin-bottom:40px;
}
.center-img {
    margin-top: 20px;
}

.center-img img {
    width: 250px;
}

.center-img h4 {
    margin-top:10px;
    color: #1f6898;
    font-weight: 600;
}

.center-img p {
    color: #000000;
    font-size: 15px;
}
.icon-link:link,
.icon-link:visited,
.icon-link:hover,
.icon-link:active{
    text-decoration:none;
}
.video-play-icon {
    font-size: 30px;
    position: relative;
    vertical-align: top;
    color: #1f6898;
    display: flex;
    justify-content: center;
}
.video-play-icon:link,
.video-play-icon:visited{
    font-size: 30px;
    color: #1f6898;
}
.video-play-icon:hover,
.video-play-icon:active{
    color: #3795d3;
}
/*section 2 */
.sec-2{
    margin-top:40px;
    margin-bottom:40px;
}
.crd{
    box-shadow: 0 0px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin: 0px 5px;
        margin-bottom: 20px;

}
.card-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-link p{
    color:#fff;
    text-align: center;
    margin-top: 15px;
}
.card-link:link,
.card-link:visited,
.card-link:hover,
.card-link:active{
    text-decoration: none;
}
.card-body-top{
    background-color: #d35f16;
    padding:10px;
    width:100%;
    border-top-right-radius: 10px;
        border-top-left-radius: 10px;
}
.card-tag{
    background-color: #f6d10e;
    color: #fff !important;
    border-radius: 7px;
    padding: 1px;
    width: 85px;
    margin: 6px;
    margin-top: 10px;
    text-align: center;
    margin: auto;
}
.card-body-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 10px;
    background-color: #fff6f2;
    border-bottom-right-radius: 10px;
    padding: 10px 0px;

}

.card-cap-2 {
    color: #000080;
}
.video-play-icon-2{
    color:#fd835d !important;
    text-decoration: none;
}

.video-play-icon-2:hover,
.video-play-icon-2:active{
color:#fa9b7e !important;
}

/* section 3*/

.sec-3{
    margin-top:40px;
    margin-bottom:40px;
}
.card-body-top-3{
    background-color: #81D4FA;
}
.card-tag-3{
    background-color:#8197FA;
}
.video-play-icon-3{
    color:#32bbfa;
}
.video-play-icon-3:hover,
.video-play-icon-3:active{
color:#67cffe !important;
}
.card-body-bottom-3{
    background-color: #f2f7fa;
}
.about-btn-3{
    padding: 5px 5px;
    width: 100px;
    height: 36px;
    margin:10px;
}
.about-btn-3-link:link,
.about-btn-3-link:visited,
.about-btn-3-link:hover,
.about-btn-3-link:active
{
color:#fff;
text-decoration: none;
}
.about-btn-3 div {
    background-color: #8197FA;
    color: #80CBCA;
    border-radius: 5px;
    border: 1px solid #8197FA;
    padding: 0px 10px;

}
.about-btn-3 span{
    color: #fff;
            margin: 0px !important;
}
/*section 4*/

.sec-4{
    margin-top:40px;
    margin-bottom:40px;
}
.card-body-top-4 {
    background-color: #80CBCA;
}
.card-tag-4 {
    background-color: #9E80CB;
}
.card-body-bottom-4{
    background-color: #f0fcfc;
}
.video-play-icon-4 {
    color: #31c8c6;
    
}
.video-play-icon-4:hover,
.video-play-icon-4:active{
color:#54d8d6 !important;
}






.about-btn-4{
    padding: 5px 5px;
    width: 100px;
    height: 36px;
    margin:10px;
}
.about-btn-4-link:link,
.about-btn-4-link:visited,
.about-btn-4-link:hover,
.about-btn-4-link:active
{
color:#fff;
text-decoration: none;
}
.about-btn-4 div {
    background-color: #9E80CB;
    color: #80CBCA;
    border-radius: 5px;
    border: 1px solid #9E80CB;
    padding: 0px 10px;

}
.about-btn-4 span{
    color: #fff;
            margin: 0px !important;
}





.header-user-sec {
    font-weight: 600;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
