.service_intro{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    color: #366BFF;
}
.service_intro_title{
    max-width: 300px;
    margin-left:auto;
    margin-right: auto;
    
}
.service_intro_title h4{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
@media (min-width: 576px) {
    .service_intro_title {
    max-width: 400px;
    }
    .service_intro_title h4{
    font-size: 35px;
        font-weight: 700;
}
}
.service_obj .bg_dark{
    background-color: #2962ff;
}
.service_obj .bg_light{
    background-color: #366bff;
}
.no-padding{
    padding: 0;
}
.link_box{
    overflow: hidden;
    position: relative;
    line-height: 0;
    display: block;
    line-height: inherit;
}

.link_box .invert {
    color: #fff;
}

.link_box_image{
        overflow: hidden;
    line-height: 0;
    
}

.link_box_image img {
    max-width: 100%;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
    transition: .4s all ease;
    width: 100%;
        height: auto;
}
.link_box_content {
    transition: .4s all ease;
    text-align: center;
    will-change: transform;
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.link_box h2 {
    font-size: 26px;
    font-weight: 700;
}
.link_box_title {
    margin: 0 0 15px;
}
.link_box_content h2 a {
    color: #fff!important;
    margin-bottom: 0;
    will-change: transform;
}
.module a {
    text-decoration: none;
}
.blurb_content {
    word-wrap: break-word;
        max-width: 550px;
    margin: 0 auto;
    position: relative;
}
.link_box_content p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.link_box_title a:hover {
    color: #132738 !important;
    text-decoration: none;
}
.link_box:before, .link_box:after {
    position: absolute;
    top: 0;
    left: -150%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 10%,rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    pointer-events: none;
}

.link_box:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
.link_box:after {
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%);
}
.link_box:hover:after {
    -webkit-animation: shine 0.8s;
    animation: shine 0.8s;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}


@-webkit-keyframes shine {
    100% {
        left: 160%;
    }
}

@keyframes shine {
    100% {
        left: 160%;
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
    }
}
.service_more{
    position: relative;
    margin-top: 100px;
    display: block;
    margin-bottom: 100px;
}
.srv_wrapper{
}
.srv_wrapper img{
    max-width: 100%;
    height: auto;
    
}

.mk-fancy-title{
    margin-top: 10px;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 16px;
    color: #2962FF;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 40px;
}

.vc_column-innerest{
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.lightbox-false{
    border-radius: 5px;
}

.service_box{
    max-width:220px;
    margin-left: auto;
    margin-right:auto;
}

.service_width_limit{
    max-width:1110px;
    margin-left:auto;
    margin-right:auto;
}