:root {
  --theme-color: #294f7c;
  --theme-color2: #37b34a;
  --title-color: #141D38;
}
.hero-title {
    font-size: 3rem;
    color: var(--theme-color);
    margin-bottom: 20px;
    text-align: center;
}
.style10 {
    background-color: #cc0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.style10:before, .style10:after {
    color:#141D38;
    background-color: var(--theme-color);
}
.blog-box2 .blog-tag {
    max-width: 210px;
    text-align: center;
}
.sec-title2 {
    font-size: 2rem;
}

.whats {
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeX 2s infinite;
}
.whats a {
    text-decoration: none;
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}