.mb-65 {
    margin-bottom: 65px;
}

.mb-20 {
    margin-bottom: 20px;
}

.read-more-btn {
    font-weight: 500;
    font-size: 18px;
    color: #01133c;
    line-height: 1;
    display: inline-block;
}

.slick-track {
    min-width: 100%;
}

.slick-slide,
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -moz-outline: none;
    outline: none;
}

.service-layout5 .service-box .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.service-layout5 .service-box .service-icon {
    background-color: rgba(0, 70, 226, 0.07);
    box-shadow: none;
    color: #0046e2;
    -webkit-animation: none;
    animation: none;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 46px;
    margin-bottom: 35px;
}

.service-layout5 .service-box {
    padding: 40px 30px;
}

.service-layout5 .service-box {
    padding: 60px 60px;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.our-service-wrapper .service-box .service-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    background-color: #0046e2;
    font-size: 38px;
    color: #fff;
    box-shadow: 0 5px 29px -10px #0046e2;
    margin-bottom: 30px;
    border-radius: 50%;
    z-index: 3;
    position: relative;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation: cscale 3s infinite alternate;
    animation: cscale 3s infinite alternate;
}

.our-service-wrapper .service-box {
    padding: 60px 0;
    padding-bottom: 55px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-dots button {
    display: inline-block;
    border: none;
    font-size: 0;
    width: 15px;
    height: 5px;
    padding: 0;
    background-color: rgba(0, 70, 226, 0.25);
}


@media (max-width: 1500px) {
    .service-layout5 .vs-carousel[data-mddots="true"] {
        margin-bottom: 35px;
    }
    .service-layout5 .service-box {
        padding: 20px 20px;
    }
    .service-layout5 .service-box .service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}