.service-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}
.dz_services_image {
    background-color: #121212;
    /* display: block; */
    width: 100%;
    /* height: 320px; */
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.service-overlay .title {
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #ffffff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.fa-5x {
    font-size: 5em;
}
.devicons {
    font-family: devicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 66, 186, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.services_container:hover .overlay {
    height: 100%;
}
.services_container .text h3 {
    font-size: 20px;
    font-family: inherit;
    margin: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    background: url(../../assets/mediaset/title-bg.png) no-repeat bottom center;
    padding-bottom: 20px;
}
.services_container .text {
    width: 80%;
    color: white;
    position: absolute;
    overflow: hidden;
    top: 48%;
    left: 48%;
    word-wrap: break-word;
    white-space: inherit;
    text-align: center;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.services_container .text p {
    line-height: 20px;
    font-size: 14px;
}
.services_container .text i {
    padding-bottom: 10%;
}
.service-overlay h3 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}
.btn-unique {
    background: #1C2331;
}
.btn {
    border-radius: 2px;
    border: 0;
    transition: .2s ease-out;
    color: #fff !important;
    margin: 6px;
    white-space: normal !important;
    word-wrap: break-word;
    text-transform: uppercase;
}
.btn {
    font-size: 0.8rem;
    padding: 0.85rem 1.13rem;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}
.z-depth-1, .jumbotron, .card, .list-group, .popover, .navbar, .dropdown-menu, .tag, .chip, .pagination .active .page-link, .btn, .pager li a {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-l-r-0 {
    padding: 1px 1px 1px 1px;
}
.m-t-4 {
    margin-top: 4%;
}
.m-0 {margin: 0 0}

.offer h2 {
    color: #417a81;
}
.offer small {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #717171;
    margin: 0px;
    /* text-align: center; */
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding-bottom: 20px;
}
.dz_work_approch {
    margin: 6% 0% 4%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    border-style: dotted;
    border-width: 2px;
    border-color: #0E9AAC;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
}
.dz_work_approch ul {
    list-style: none;
}
.m-b-0 {
    margin-bottom: 0px;
}
.dz_work_approch ul li {
    display: inline-block;
    /* float: left; */
    /* padding: 28px 17px; */
    padding: 28px 10px;
}
.dot {
    color: #969696;
    font-size: 14px;
}
.dz_work_approch ul li:hover .dz_work_flow_i_e {
    visibility: visible;
    opacity: 1;
    margin-top: -50px;
}
.dz_work_flow_i_r {
    margin-left: 22px;
}
.dz_work_approch ul li:hover .dz_work_flow_i_o {
    visibility: visible;
    opacity: 1;
    margin-top: 34px;
}
.dz_work_flow_i_d {
    margin-left: 9px;
}
.dz_work_flow_i_p {
    margin-left: 53px;
}
.dz_work_flow_i_dev {
    margin-left: 38px;
}
.dz_work_flow_i_t {
    margin-left: 14px;
}
.dz_work_flow_i_fp {
    margin-left: 30px;
}
.dz_work_flow_i_l {
    margin-left: 9px;
}
.dz_work_flow_i_o {
    visibility: hidden;
    position: absolute;
    background-color: #0E9AAC;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid darkcyan;
    border-radius: 50%;
    margin-top: 24px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}
.dz_work_flow_i_o::after {
    content: "";
    position: absolute;
    bottom: 96%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #0E9AAC transparent;
}
.dz_work_flow_i_e {
    visibility: hidden;
    position: absolute;
    background-color: #0E9AAC;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid darkcyan;
    border-radius: 50%;
    margin-top: -36px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}
.dz_work_flow_i_e::after {
    content: "";
    position: absolute;
    top: 94%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #0E9AAC transparent transparent transparent;
}
.dz_work_approch ul li span a {
    color: #969696;
}

.font-italic-size{
    font-size: 20px;
    font-style: italic;
}

.text-muted{
    color: #1e1e1e !important;
}

h2.color-white{
    font-size: 22px;
}