body {
    background: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #444444;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #25bce9;
}

img {
    max-width: 100%;
}

p, a, span, h1, h2, h3 {
    font-weight: 400;
    color: #444444;
}

.or-service{
    padding:60px 0;
}


.or-service .block-title-w {
    margin-bottom: 25px;
}

.index section {
    padding: 60px 0px;
    width: 100%;
}

.block-title-w {
    text-align: center;
    margin: 0 0 30px 0;
    color: #666666;
}

.block-title-w h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
}

}
.block-title-w span.icon-title {
    display: block;
    width: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.block-title-w span.icon-title > span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    top: 50%;
    z-index: 90;
}

.block-title-w span.icon-title i {
    color: #25bce9;
    padding: 5px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 19px;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.or-service .block-title-w span.sub-title {
    margin-top: 20px;
}
.block-title-w span.sub-title {
    font-size: 16px;
    margin-bottom: 25px;
    display: block;
}

.or-block {
    text-align: center;
}

.or-image a {
    position: relative;
    float: left;
}

.or-image:hover a:before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.or-image a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    transform: scale(0.3);
    background: rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

img {
    max-width: 100%;
}

.or-title {
    margin-top: 25px;
    display: inline-block;
}

.or-title a {
    color: #444;
    text-transform: uppercase;
}

}
@media (max-width: 1900px) and (min-width: 1280px){
.or-text {
    padding: 0 21px;
}
}

.or-text {
    margin-top: 3px;
}

a.order-now {
    margin-top: 15px;
}
.btn-readmore {
    border: 1px solid #25bce9;
    border-radius: 3px;
    color: #25bce9;
    display: inline-block;
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.2s ease all;
}

.block-title-w span.icon-title {
    display: block;
    width: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1900px) and (min-width: 1280px){
.or-text p {
    height: 20px;
    overflow: hidden;
}
}

@media (max-width: 767px){
.or-block {
    margin-bottom: 30px;
}
}
.or-text p {
    color: #888;
}

.btn-readmore:hover {
    background: #25bce9;
    color: #fff;
}