h2 {
    font-family: Optima,'cursive';
    font-size: 2.5rem;
}
.container-fluid img{
    max-width: 100px;
    max-height: 100px;
}
.item.wow.zoomIn{
    max-width: 150px;
}
.page-footer {
    position: relative;
    display: block;
}

.page-footer p a {
    transition: color .2s ease;
    color: white;
    font-family: Optima,'cursive';
    font-size: 16px !important;
}

.page-footer h3,
.page-footer h4,
.page-footer h5 {
    color: #645F88;
    margin-bottom: 24px;
    font-weight: 600;
}

.page-footer p {
    color: white;
    line-height: 22px;
    font-family: Optima,'cursive';
}

.footer-menu {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-link {
    display: inline-block;
    padding: 6px 0;
}

.footer-menu a,
.footer-link {
    color: #898798;
}

.footer-menu a:hover,
.footer-link:hover {
    color: #6C55F9;
    text-decoration: none;
}

/*page color*/
.page-blue {
    z-index: 1;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.title-section {
    font-family: Optima-Medium,'cursive' !important;
    color: #5EB9B6;
}

/*icon*/

.item.wow.zoomIn {
    transform: translateY(-50%);
    transition: all 0.5s;
    cursor: pointer;
}
.container-fluid img:hover .circle_shine {
    top: 330px;
    left: -200px;
}
.item.wow.zoomIn:hover h2, .item.wow.zoomIn:hover h3 {
    opacity: 1;
    top: 25px;
    transition: all 0.2s 0.04s;
}
.item.wow.zoomIn:hover .content_shadow {
    top: -22px;
}

.circle_title {
    text-align: center;
}
.circle_title h2, .circle_title h3 {
    opacity: 0;
    color: #5EB9B6;
    margin: 0;
    position: relative;
}

.circle_title h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.container-fluid img {
    overflow: hidden;
    margin: auto;
    transition: all 0.3s;
    position: relative;
}
.container-fluid img:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}
.content_shadow {
    width: 200px;
    box-shadow: 0px 31px 19px -2px #E0E8F9;
    height: 20px;
    border-radius: 70%;
    position: relative;
    top: -44px;
    transition: all 0.3s;
    z-index: 0;
}

.page-footer .row{
    margin-top: 150px;
    height: 60px;
}

@media (max-width: 1000px) {
    .page-footer .row{
        margin-top: 150px;
        height: 100%;
    }
}

.container-fluid{
    margin-left: 30px !important;
    margin-bottom: 85px;
}

@media(max-width: 500px) {
    .page-footer .row{
        margin-top: 10px;
        height: 100%;
    }
    .container-fluid{
        margin: 0 auto !important;
    }
    .item.wow.zoomIn{
        transform: scale(0.7);
        max-height: 160px;
    }
    .learn-more a:nth-child(1), .learn-more a:nth-child(2), .learn-more a:nth-child(3), .learn-more a:nth-child(4), .learn-more a:nth-child(5){
        transform: scale(1.3);
    }
}

.circle_title h2{
    word-break:break-all;
}

