
/*------------------------------------------*/
/*  SERVICE BOX
/*------------------------------------------*/

.sbox-1,
.sbox-4,
.sbox-6 {
    margin-bottom: 50px;
}

.sbox-2 {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 60px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    max-height: 180px;
    overflow:hidden;
}
    .sbox-2 h5{
        font-size:20px;
    }
    .sbox-2:hover,
    .sbox-7:hover,
    .bg-lightgrey .sbox-7:hover {
        background-color: #fafafa;
        border: 1px solid #f5f5f5;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    }

        .sbox-2:hover .sbox-2-icon {
            -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
        }

        .sbox-2:hover h5.sbox-2-title {
            -webkit-transform: translate3d(0, -110px, 0);
            transform: translate3d(0, -110px, 0);
        }

.bg-lightgrey .sbox-2:hover {
    background-color: #00a3c8;
    border: 1px solid #00a3c8;
}

    .bg-lightgrey .sbox-2:hover .sbox-2-icon,
    .bg-lightgrey .sbox-2:hover h5.sbox-2-title {
        color: #fff;
    }

.sbox-3 {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 8px 40px;
    padding: 40px 20px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.sbox-5 {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 8px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .sbox-5 img {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

.sbox-7 {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.bg-lightgrey .sbox-2,
.bg-lightgrey .sbox-3,
.bg-lightgrey .sbox-5,
.bg-lightgrey .sbox-7 {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------*/
/*   SERVICE BOX TEXT
/*------------------------------------------*/

.sbox-4-txt {
    margin-top: 15px;
}

.sbox-5-txt {
    padding: 5px 20px 40px;
}

.sbox-7-txt {
    overflow: hidden;
    padding-left: 20px;
}

/*------------------------------------------*/
/*  SERVICE BOX TYPOGRAPHY
/*------------------------------------------*/

.sbox-1 h5 {
    margin-top: 22px;
    margin-bottom: 13px;
}

.sbox-2 h5 {
    letter-spacing: -0.5px;
    margin-top: 25px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sbox-3 h5,
.sbox-5 h5 {
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 15px;
}

.sbox-4 h5 {
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 15px;
}

.sbox-6 h5 {
    margin-bottom: 10px;
}

.sbox-7 h5 {
    line-height: 1;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*  Service Box Paragraph
/*------------------------------------------*/

.sbox-1 p,
.sbox-2 p,
.sbox-4 p,
.sbox-7 p {
    line-height: 1.5;
    margin-bottom: 0;
}

.sbox-3 p,
.sbox-5 p {
    color: #666;
    font-size: 0.925rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/*------------------------------------------*/
/*  Service Box Icon
/*------------------------------------------*/

.sbox-2-icon {
    color: #0d8ebd;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sbox-3-icon {
    background-color: #00a3c8;
    display: inline-block;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

    .sbox-3-icon.st-blue-icon {
        background-color: #004861;
    }

.icon-sm .sbox-3-icon [class*="flaticon-"]:before,
.icon-sm .sbox-3-icon [class*="flaticon-"]:after {
    color: #fff;
    font-size: 3.45rem;
    line-height: 110px !important;
}

.sbox-6-img {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.sbox-7 span {
    float: left;
    text-align: center;
    margin-top: 4px;
}



/*------------------------------------------*/
/*  BOX ICONS
/*------------------------------------------*/

.icon-xs [class*="flaticon-"]:before,
.icon-xs [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 3.25rem;
    line-height: 1 !important;
}

.icon-sm [class*="flaticon-"]:before,
.icon-sm [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 3.75rem;
    line-height: 1 !important;
}


.icon-md [class*="flaticon-"]:before,
.icon-md [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 5rem;
    line-height: 0.4 !important;
    /*font-size: 4.25rem;
    line-height: 1 !important;*/
}

.icon-lg [class*="flaticon-"]:before,
.icon-lg [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 6rem;
    line-height: 0.1 !important;
    /*font-size: 4.5rem;
    line-height: 1 !important;*/
}

.icon-xl [class*="flaticon-"]:before,
.icon-xl [class*="flaticon-"]:after {
    font-family: Flaticon;
    font-size: 7rem;
    line-height: 0.1 !important;
    /*font-size: 5rem;
    line-height: 1 !important;*/
}

/*------------------------------------------*/
/*  PNG ICONS SIZE
/*------------------------------------------*/

.img-110 {
    width: 110px;
    height: 110px;
}

.img-100 {
    width: 100px;
    height: 100px;
}

.img-95 {
    width: 95px;
    height: 95px;
}

.img-90 {
    width: 90px;
    height: 90px;
}

.img-85 {
    width: 85px;
    height: 85px;
}

.img-80 {
    width: 80px;
    height: 80px;
}

.img-75 {
    width: 75px;
    height: 75px;
}

.img-70 {
    width: 70px;
    height: 70px;
}

.img-65 {
    width: 65px;
    height: 65px;
}

.img-60 {
    width: 60px;
    height: 60px;
}

.img-50 {
    width: 50px;
    height: 50px;
}

.img-40 {
    width: 40px;
    height: 40px;
}

.img-30 {
    width: 30px;
    height: 30px;
}

.img-25 {
    width: 25px;
    height: 25px;
}
