section#bigimg {
    margin-top:-30px;
    position: relative;
    text-align: center;
    padding: 130px 0;
/*    background-image: url(../../img/pages/weld.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;*/
    color: white;
}

section#bigimg:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index:-1;
}

section#bigimg > div.container {
    position: relative;
    z-index: 10;
}

.navbar {
    margin: 0 !important;
}

section#bigimg h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

section#bigimg h1 span {
    color: #5cb85c;
}

section#bigimg p {
    margin: 20px 0 0;
    font-size: 18px;
}

section.section > h3,
section.section > div > h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    padding: 0 0 50px;
}

section.section > h3:after,
section.section > div > h3:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid black;
    content: "";
    width: 40px;
    display: block;
    margin: 20px auto;
}

section.section {
    padding: 50px 0;
}

section.green {
    background-color: rgb(92, 184, 92);
    background-image: url(../../img/bg-page.png);
}

section.green {
    color: white;
}

section.section.green > h3:after,
section.section.green > div > h3:after {
    border: 1px solid white;
}

section#benefits .serviceBox {
    text-align: center;
    position: relative;
}

section#benefits .serviceBox .service-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: #5cb85c;
    font-size: 36px;
    color: #fff;
    margin: 0 auto 30px;
    position: relative;
    transition: all 500ms ease 0s;
}

section#benefits .serviceBox:hover .service-icon {
    transform: scale(0.8, 0.8);
}

section#benefits .serviceBox .service-icon:after {
    content: "";
    width: 111px;
    height: 111px;
    border-radius: 50%;
    border: 4px solid #5cb85c;
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: all 500ms ease 0s;
}

section#benefits .serviceBox:hover .service-icon:after {
    opacity: 1;
    transform: scale(1, 1);
}

section#benefits .serviceBox .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 14px;
    color: #123a06;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

section#benefits .serviceBox .title {
    font-size: 20px;
    color: #123a06;
    margin: 0 0 10px 0;
}

section#benefits .serviceBox .description {
    font-size: 14px;
    color: #828282;
    line-height: 25px;
    margin: 0;
}

@media only screen and (max-width: 990px) {
    section#benefits .serviceBox {
        margin-bottom: 30px;
    }
}

iframe {
    width: 99%;
    margin: 0 auto;
}

section#portfolio div.item > div {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
}

section#portfolio div.img {
    border: 0 !important;
}