﻿/*--S-grid3--*/
.s-grid3 h3 {
    font-size: 36px;
    color: #1abc9c;
    text-align: center;
    margin-bottom: 7px;
}

.s-grid3-padding {
    padding-bottom: 150px;
}

.promo-box {
    border: 2px solid rgba(26, 188, 156, 0.81);
    padding: 0;
    background: #fff;
    width: 310px;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px 25px 0 0;
}

.s-grid3-row {
    margin-top: 3em;
}


.promo-box:hover i {
    color: rgb(255, 255, 255);
    background-color: #1abc9c;
    border-radius: 50%;
    border: 2px solid #1abc9c;
    cursor: default;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

p.promo-bg2, h5.promo-desc {
    font-size: 1.2em;
    text-align: center;
    color: #223152;
    text-transform: uppercase;
    font-weight: 100;
}

h5.promo-desc {
    font-size: 4em;
    color: #fff;
    margin-bottom: 0.5em;
}

.promo-box h3 {
    font-size: 1.5em;
    color: #1abc9c;
    margin-bottom: 0.1em;
}

.s-grid3-grid {
    position: relative;
    margin-bottom: 70px;
}

.s-grid3-left {
    position: absolute;
    left: 39%;
    bottom: -7%;
}

.promo-box p {
    font-size: 1em;
    line-height: 1.9em;
    color: #777;
    margin-top: 0.5em;
}

.s-grid3-grids {
    border: 2px solid #f4f4f4;
    padding: 0em 1em;
    background: #f4f4f4;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    padding-bottom: 0px;
}

    .s-grid3-grids.s-grid3-mdl {
        margin: 0 4em;
    }

.s-grid3-gird-b {
    background-color: #1abc9c;
    padding: 1em;
    /*min-height:200px;*/
}

    .s-grid3-gird-b h3 {
        color: white;
    }

    .s-grid3-gird-b p {
        color: white;
    }

/*--//s-grid3--*/

.project-icon2 {
    color: #1abc9c;
    background-color: transparent;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 6px;
    border: 2px solid #1abc9c;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    overflow: hidden;
    padding-top:22px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.project-icon:hover {
    color: rgb(255, 255, 255);
    background-color: #1abc9c;
    border-radius: 50%;
    border: 2px solid #1abc9c;
    cursor: default;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.s-grid3-gird-b h3 {
    margin-top: 0;
}

.promo-info b{
    font-size:24px;
}