

.hover-style {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    color: white;
    padding: 10px 15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0d6efd;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cus-btn-first {
    background-color: #1e74c6;
    margin-right: 5px;
    /* color: white; */
    text-decoration: none;
} 
.cus-btn-second {
    background-color: #8f37f0 !important;
    color: white !important;
    margin-left: 5px;
}

.cus-hover-btn {
    border-radius: 3px;
    font-size: 14px;
    padding: 7px 15px;
    font-style: italic;
    color: white;
}

.cus-btn-second::before, .cus-btn-second::after {
    background-color: #40BEF7;
}

.hover-style::after {
    content: '';
    display: block;
    height: 50%;
    width: 0%;
    background-color: #08438F;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    transition: 1s;
}

.home-heading span {
    position: relative;
}

.span-color-1 {
    color: #8f37f0;
    position: relative;
}

.span-color-2 {
    color: #1e74c6 !important;
}

.home-heading span svg {
    position: absolute;
    height: 20px;
    width: 100%;
    bottom: -20px;
    left: 0;
}



img, svg {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder;
}

.click-blog-hover:hover .blog-hover-span-top {
    transform: translate(-15px, -15px);
}

.click-blog-hover:hover .blog-hover-span-bottom {
    transform: translate(15px, 15px);
}

.blog-hover-span-top,
.blog-hover-span-bottom {
    height: 98px;
    width: 98px;
    background-color: #08438F;
    border-radius: 20px;
    transition: 0.5s;
}

.blog-hover-span-top {
    margin-bottom: -100px;
    position: relative;
    z-index: -1;
}

.blog-hover-span-bottom {
    float: right;
    margin-top: -100px;
    position: relative;
    z-index: -1 !important;

}


.hover-style {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    color: white;
    padding: 10px 15px;
}

.hover-style:hover {
    color: white;
}

.hover-style::before {
    content: '';
    display: block;
    height: 50%;
    width: 0%;
    background-color: #08438F;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 1s;
}

.hover-style::after {
    content: '';
    display: block;
    height: 50%;
    width: 0%;
    background-color: #08438F;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    transition: 1s;
}

.hover-style:hover::before {
    width: 100%;
}

.hover-style:hover::after {
    width: 100%;
}