
*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d8d9da;
    text-align: left;
    background-color: #fff;
}

.single-service {
    position: relative;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    z-index: 1;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.single-service .service-img {
    margin-bottom: 20px;
}
.single-service .service-img img {
    width: 60px;
}
.single-service .service-img i {
    font-size: 50px !important;
}
.single-service .service-content h3 {
    color: #f2f2f5;
    margin-bottom: 13px;
    font-size: 25px;
}
.single-service .service-content p {
    margin-bottom: 10px;
}
.single-service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-service:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: url('../images/services/1.png') no-repeat;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .5;
}
.single-service:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.single-service:hover h3 {
    color: #091d3e;
}
.single-service:hover p {
    color: #091d3e;
}
.single-service:hover:before {
    left: 0;
}
.single-service:hover:after {
    right: 0;
}
.single-service:hover .service-content .line-bnt {
    color: #fff;
}

.blog-details-area .widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .04);
    background-color: #fff;
}
.blog-details-area .widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 15px 35px 15px 15px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}
.blog-details-area .widget-area .widget_services_list ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.blog-details-area .widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #1d42d9;
    color: #fff;
    padding-left: 20px;
}
.blog-details-area .widget-area .widget_services_list ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}
.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #1d42d9;
    color: #fff;
    padding-left: 20px;
}
.blog-details-area .widget-area .widget_services_list ul li a.active:before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}
.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}
.services-details-area .scrives-item-3 .social-link {
    line-height: 1;
}
.services-details-area .scrives-item-3 .social-link li {
    display: inline-block;
    margin-right: 5px;
}
.services-details-area .scrives-item-3 .social-link li a {
    width: 30px;
    height: 30px;
    line-height: 38px;
    background-color: #1d42d9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.services-details-area .scrives-item-3 .social-link li a i {
    font-size: 20px;
}
.services-details-area .scrives-item-3 .social-link li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.services-details-area .scrives-item-3 .share {
    float: right;
}
.services-details-area .scrives-item-3 .share a {
    font-size: 20px;
    font-weight: 600;
}
.services-details-area .scrives-item-3 .share a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.services-details-area .services-img.mb, .services-details-area .services-item-wrap {
    margin-bottom: 30px;
}
.services-details-area .services-details-text h2 {
    font-size: 35px;
}
