<style>
.body{

}
.services-page-section {
    position: relative;
    padding: 20px 0px 20px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title.centered {
    text-align: center !important;
}
.sec-title {
    position: relative;
    margin-bottom: 40px;
}
.centered {
    text-align: center;
}
.sec-title.centered .separator {
    margin: 0 auto;
    margin-bottom: 25px;
}
.sec-title .separator {
    position: relative;
    width: 88px;
    height: 5px;
    background-color: rgb(223,3,3);
    margin-bottom: 25px;
}
.sec-title .separator:before {
    position: absolute;
    content: '';
    left: -1px;
    top: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: rgb(223,3,3);
}
.sec-title .separator:after {
    position: absolute;
    content: '';
    right: -1px;
    top: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: rgb(223,3,3);
}
.sec-title h2 {
}
h2 {
    line-height: 1.2em;
    font-size: 42px;
}
.service-block-two {
    position: relative;
    margin-bottom: 30px;
}
.services-page-section .service-block-two .inner-box {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.service-block-two .inner-box {
    position: relative;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 20px 40px;
    border: 1px solid rgba(255,255,255,0.10);
}
.service-block-two .color-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: scale(0,1);
    background-color: rgb(1,12,58);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .icon-layer-one {
    position: absolute;
    left: -60px;
    top: 0px;
    width: 52px;
    height: 67px;
    background-repeat: no-repeat;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .icon-layer-two {
    position: absolute;
    right: -60px;
    bottom: 0px;
    width: 55px;
    height: 61px;
    background-repeat: no-repeat;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.service-block-two .icon {
    position: relative;
    margin-bottom: 20px;
}
.service-block-two .icon img {
    position: relative;
    width: auto;
    margin: 0 auto;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img {
    display: inline-block;
    max-width: 100%;
}
.service-block-two h4 {
    margin-bottom: 10px;
}
h4 {
    line-height: 1.4em;
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif;
}
.services-page-section .service-block-two .learn-more, .services-page-section .service-block-two h4 a {
    color: rgb(1,1,1);
}
.service-block-two h4 a {
    position: relative;
    color: #fff;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
a {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(223,3,3);
}
.services-page-section .service-block-two .text {
    color: rgb(37,37,37);
}
.service-block-two .text {
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.text, p {
    position: relative;
    line-height: 1.8em;
    font-size: 15px;
    color: rgb(37,37,37);
    font-family: 'Poppins', sans-serif;
}
.services-page-section .service-block-two .learn-more, .services-page-section .service-block-two h4 a {
    color: rgb(1,1,1);
}
.service-block-two .learn-more {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-right: 25px;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
a {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(223,3,3);
}

.services-page-section .service-block-two .inner-box:hover .learn-more, .services-page-section .service-block-two .inner-box:hover .text, .services-page-section .service-block-two .inner-box:hover h4 a {
    color: #fff;
}
.service-block-two .inner-box:hover .color-layer {
    transform: scale(1,1);
}
.service-block-two .inner-box:hover .icon-layer-one {
    left: 0px;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.service-block-two .inner-box:hover .icon-layer-two {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
</style>