/* ===== Service List ===== */

.service-box {}

.service-box .service-thumb img {
    width: 100%;
}

.service-box .service-thumb {
    position: relative;
    overflow: hidden;
}

.service-box .service-thumb:before {
    background-color: rgba(2, 14, 40, 0.8);
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.2s linear;
}

.service-box .service-thumb .read-more {
    background-color: #FE5A0E;
    border: 10px solid rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    opacity: 0.9;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}

.service-box:hover .service-thumb .read-more {
    transform: scale(1.5);
    transition: all 0.2s linear;
    opacity: 0.9;
}

.service-box:hover .service-thumb:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.service-content {
    background-color: #fcf9f5;
    border-bottom: 4px solid #FE5A0E;
    padding: 30px;
    -moz-box-shadow: 0 2px 5px rgba(16, 16, 16, .20);
    -webkit-box-shadow: 0 2px 5px rgba(16, 16, 16, .20);
    box-shadow: 0 2px 5px rgba(16, 16, 16, .20);
}

.service-content .heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Poppins", sans-serif;
    color: #0a0c19;
}

.service-content .desc {
    margin: 0;
}

/* ===== Services ===== */

.dl-service {
    text-align: center;
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    padding: 30px;
}

.dl-service a.readmore_btn {
    height: 42px;
    border: 1px solid #FE5A0E;
    display: inline-block;
    padding: 0 42px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 30px;
    color: #222;
    font-weight: 600;
    transition: 0.5s;
    text-decoration: none;
}

.dl-service a.readmore_btn:hover {
    background: #FE5A0E;
    color: #fff;
}

.dl-service .service-title a {
    text-decoration: none;
}

.dl-service a.readmore_btn, .dl-service a.readmore_btn:hover, .dl-service .dl-icon, .dl-service .dl-icon:hover, .dl-service .dl-icon i {
    transition: all 0.3s ease-in-out;
}

.dl-service .thumb {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dl-left .dl-service .thumb {
    margin-left: 0;
}

.dl-right .dl-service .thumb {
    margin-right: 0;
}

.dl-service .thumb a {
    display: block;
}

/* Service Style 1 */

.dl-service-style-1 .dl-icon {
    margin-bottom: 30px;
    padding: 0 12px;
}

.dl-service-style-1 .dl-icon i {
    color: #ed552d;
    font-size: 50px;
}

.dl-service-style-1 .content {
    padding: 0 12px;
}

.dl-service-style-1 .content .service-title {
    color: #5b5b5b;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.dl-service-style-1 .content .desc {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 35px;
    position: relative;
}

.dl-service-style-1 .content .desc::before {
    position: absolute;
    content: "";
    background: #969696;
    width: 20px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dl-service-style-1 .content .desc::after {
    position: absolute;
    content: "";
    background: #969696;
    height: 1px;
    width: 30px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.dl-left .dl-service-style-1 .content .desc::before, .dl-left .dl-service-style-1 .content .desc::after {
    transform: inherit;
    left: 0;
}

.dl-right .dl-service-style-1 .content .desc::before, .dl-right .dl-service-style-1 .content .desc::after {
    transform: inherit;
    left: auto;
    right: 0;
}

/* Service Style 2 */

.dl-service-style-2 {
    background: #ffffff;
    padding: 30px;
}

.dl-service-style-2 .content {
    padding-top: 30px;
}

.dl-service-style-2 .content .service-title {
    color: #222;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 13px;
}

.dl-service-style-2 .content .desc {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
}

/* Service Style 3 */

.dl-service-style-3 .dl-icon {
    border: 1px solid #eff2f7;
    text-align: center;
    border-radius: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 27px;
    transition: 0.4s;
}

.dl-left .dl-service-style-3 .dl-icon {
    margin-left: 0;
}

.dl-right .dl-service-style-3 .dl-icon {
    margin-right: 0;
}

.dl-service-style-3 .dl-icon i {
    background: #eff2f7;
    display: block;
    border-radius: 100%;
    text-align: center;
    font-size: 40px;
    margin: 0 auto;
    color: #454545;
    transition: 0.4s;
}

.dl-service-style-3.large .dl-icon {
    width: 130px;
    height: 130px;
}

.dl-service-style-3.large .dl-icon i {
    width: 108px;
    height: 108px;
    line-height: 108px;
    font-size: 60px;
}

.dl-service-style-3.medium .dl-icon {
    width: 110px;
    height: 110px;
}

.dl-service-style-3.medium .dl-icon i {
    height: 88px;
    line-height: 88px;
    width: 88px;
    font-size: 40px;
}

.dl-service-style-3.small .dl-icon {
    width: 90px;
    height: 90px;
    padding: 6px;
}

.dl-service-style-3.small .dl-icon i {
    height: 76px;
    line-height: 76px;
    width: 76px;
    font-size: 30px;
}

.dl-service-style-3:hover .dl-icon {
    border: 1px solid #FE5A0E;
}

.dl-service-style-3:hover .dl-icon i {
    background: #FE5A0E;
    color: #fff;
}

.dl-service-style-3 .content .service-title {
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}

.dl-service-style-3 .content .service-title::before {
    position: absolute;
    content: "";
    background: #FE5A0E;
    width: 30px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.dl-left .dl-service-style-3 .content .service-title::before {
    left: 0;
    transform: inherit;
}

.dl-right .dl-service-style-3 .content .service-title::before {
    left: auto;
    right: 0;
    transform: inherit;
}

.dl-service-style-3 .content .desc {
    color: #555;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

/* Service Style 4 */

.dl-service-style-4 {
    text-align: left;
}

.dl-service-style-4 .thumb, .dl-service-style-4 .dl-icon {
    border: 1px solid #FE5A0E;
    width: 100px;
    height: 100px;
    line-height: 98px;
    border-radius: 100%;
    float: left;
    text-align: center;
    margin-right: 22px;
    margin-top: 10px;
}

.dl-service-style-4 .content {
    overflow: hidden;
}

.dl-service-style-4 .content .desc {
    font-size: 14px;
    line-height: 25px;
    color: #555;
}

.dl-service-style-4 .content .service-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

/* Service Style 5 */

.dl-service-style-5 {
    display: flex;
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 40px 20px;
    border-radius: 8px;
}

.dl-service-style-5 .dl-icon {
    margin-right: 33px;
}

.dl-service-style-5 .dl-icon i {
    color: #4c4c4c;
    font-size: 40px;
    transition: 0.4s;
}

.dl-service-style-5 .content .service-title {
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: 0.4s;
}

.dl-service-style-5 .content .desc {
    color: #555;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    transition: 0.4s;
}