body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}

body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}

body a:hover {
text-decoration: none;
}

body a:focus,
a:hover {
text-decoration: none;
}

input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
text-align: center;
font-family: 'Raleway', sans-serif;
}

p {
margin: 0;
}

ul {
margin: 0;
padding: 0;
}

label {
margin: 0;
}

a:focus,
a:hover {
text-decoration: none;
outline: none
}

img {
width: 100%;
}

.top-bar {
padding: 15px 0px;
}

.logo {
width: 35%;
float: left;
text-align: left;
}

.logo a h2 {
text-align: left;
color: #000;
font-size: 35px;
}

.header-right {
width: 50%;
float: right;
text-align: right;
}

.phone {
width: 60%;
float: left;
margin-top: 8px;
}

.phone ul li {
display: inline-block;
}

span.glyphicon.glyphicon-earphone.phone {
color: #7bc475;
font-size: 17px;
top: 4px;
}
.language-icons {
    float: right;
}

.language-link {
    color: white;
}

.language-link:hover {
    color: white;
}

.social-icons-top {
width: 10%;
float: right;
}

.social-icons-top ul li {
display: inline-block;
}

.social-icons-top ul li a {
width: 50px;
height: 50px;
background: url('../images/img-sprite.png') no-repeat 0px 0px;
display: inline-block;
border: none;
}

.social-icons-top ul li a.google {
background: url('../images/img-sprite.png') no-repeat -50px 0px;
}

.social-icons-top ul li a.twitter {
background: url('../images/img-sprite.png') no-repeat -100px 0px;
}

.social-icons-top ul li a.facebook {
background: url('../images/img-sprite.png') no-repeat -150px 0px;
}

.social-icons-top ul li a.linkedin:hover {
background: url('../images/img-sprite2.png') no-repeat 0px 0px;
}

.social-icons-top ul li a.google:hover {
background: url('../images/img-sprite2.png') no-repeat -50px 0px;
}

.social-icons-top ul li a.twitter:hover {
background: url('../images/img-sprite2.png') no-repeat -100px 0px;
}

.social-icons-top ul li a.facebook:hover {
background: url('../images/img-sprite2.png') no-repeat -150px 0px;
}

.total-navbar {
background-color: #032f3e;
}

.navbar-default {
background-color: #032f3e;
border: none;
}

.navbar {
border-radius: 0px;
margin: 0;
}

.navbar-right {
float: none!important;
margin-right: 0px!important;
}

.navbar-default .navbar-nav>li>a {
color: #fff;
padding: 23px 64px;
border-right: 1px solid rgba(232, 232, 232, 0.2);
;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-color: #7bc475;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #7bc475;
}

.navbar-toggle {
border-radius: 0px;
}

.callMeNowTop {
color: black;
}

.callMeNowTop:hover {
font-size: 20px;
}

.callMeNowBot {
color: #fff;
}

.callMeNowBot:hover {
font-size: 60px;
}

.banner {
background: url('../images/SlotenSTS/wall_brick.jpg') no-repeat 0px 0px;
background-size: cover;
height: 830px;
text-align: center;
}

.banner h1 {
padding-top: 200px;
color: #7bc475;
font-size: 75px;
text-transform: uppercase;
letter-spacing: 8px;
}

.banner h2 {
color: #fff;
font-size: 40px;
text-transform: uppercase;
letter-spacing: 8px;
padding-top: 20px;
}

.banner h3 {
color: #fff;
font-size: 40px;
text-transform: uppercase;
letter-spacing: 8px;
padding-top: 20px;
margin-bottom: 100px;
}

.banner h4 {
color: #f3f6f3;
font-size: 20px;
font-weight: 100;
padding: 50px 0px 20px 0px;
}

.banner h5 {
color: #f3f6f3;
padding-bottom: 7px;
}

.services {
background-color: #032f43;
padding: 100px;
text-align: center;
    height: auto;
}

.serviceHeader {
padding: 20px 0px 50px 0px;
}

.services h3 {
font-size: 35px;
padding-bottom: 20px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
}

.services h6 {
font-size: 15px;
color: #f3f6f3;
font-weight: 300;
width: 40%;
margin: 0 auto;
line-height: 30px;
}

.service-grids {
margin-top: 75px;
color: #fff;
}

.services h4 {
padding: 13px 0px;
font-size: 20px;
color: #fff;
}

.service-grids-icon {
width: 30%;
padding: 20px;
border: 3px solid #7bc475;
border-radius: 50%;
margin: 0 auto;
}

.services .fa {
font-size: 30px;
color: #7bc475;
}

.services p {
font-size: 14px;
color: #B5B5B5;
line-height: 30px;
}

.service-grid:hover div.service-grids-icon {
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-o-transform: rotateY(360deg);
-ms-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
/*--agileits--*/
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}

.opinions {
background-color: black;
color: white;
text-align: center;
padding-top: 20px;
padding-bottom: 150px;
}

.opinions h3 {
margin: 50px 50px 50px 50px;
font-size: 50px;
}

.opinions p {
padding-bottom: 20px;
font-size: 1.5em;
}

.person h5 {
padding-bottom: 10px
}

.person h6 {
font-size: 10px;
padding-bottom: 20px;
}

#titleOpinions {
padding-bottom: 20px;
}

.hangoutsIcon {
width: 45px;
padding-bottom: 10px;
}

.whoAreWe {
font-size: 30px;
}

.cities {
padding-bottom: 100px;
padding-top: 45px;
text-align: center;
}

.cities h3 {
margin-bottom: 75px;
font-size: 50px;
}

.cities_fr {
    padding-bottom: 100px;
    padding-top: 45px;
    text-align: center;
    }
    
    .cities_fr h3 {
    margin-bottom: 75px;
    font-size: 50px;
    }

#tlock {
padding-top: 45px;
}

.listCities li {
list-style: none;
padding-bottom: 4px;
}

.clients {
background-color: #7bc475;
padding: 75px 0px;
}

.client {
height: 100%;
width: 25%;
text-align: center;
}

.client img {
width: 250px;
}

.titleSuppliers h3 {
color: #032f43;
font-size: 35px;
padding-bottom: 35px;
font-weight: 600;
text-transform: uppercase;
}

#contact {
padding: 100px 0 80px 0;
background-color: #032f43;
}

#contact h3 {
font-size: 35px;
color: #fff;
}

#contact h4 {
font-size: 35px;
color: #fff;
font-weight: 600;
}

#contact h6 {
font-size: 15px;
color: #f3f6f3;
font-weight: 300;
}

#contact h6 a {
font-size: 15px;
color: #f3f6f3;
font-weight: 300;
width: 40%;
margin: 0 auto;
}

.thanksBanner a {
	padding-left: 30px;
	padding-right: 30px;
	margin: 0;
	font-size: 20px;
	color: #7bc475;
}

.thanksBanner {
	height: 750px;
}

.contact-text {
margin: 45px auto;
}

#recaptcha1 {
    display: flex;
    justify-content: center;
    align-content: center;
}

#captcha {
    display: flex;
    justify-content: center;
    align-content: center;
}

.mail-message-area {
width: 100%;
padding: 0 15px;
}

.mail-message {
width: 100%;
background: rgba(255, 255, 255, 0.8) !important;
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
transition: all 0.7s;
margin: 0 auto;
border-radius: 0;
}

.not-visible-message {
height: 0px;
opacity: 0;
}

.visible-message {
height: auto;
opacity: 1;
margin: 25px auto 0;
}

.form {
width: 100%;
padding: 15px;
background: #f8f8f8;
border: 1px solid rgba(0, 0, 0, 0.075);
margin-bottom: 25px;
color: #727272 !important;
font-size: 13px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.form:hover {
border: 1px solid #8BC3A3;
}

.form:focus {
color: white;
outline: none;
border: 1px solid #8BC3A3;
}

.textarea {
height: 200px;
max-height: 200px;
max-width: 100%;
}

#contact-us h3 {
margin: 50px 50px 50px 50px;
font-size: 50px;
}

.button {
padding: 8px 12px;
background: #0A5175;
display: block;
width: 120px;
margin: 10px 0 0px 0;
border-radius: 3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
font-size: 0.8em;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.button:hover {
background: #8BC3A3;
color: white;
}

.form-btn {
width: 180px;
display: block;
height: auto;
padding: 15px;
color: #fff;
background: #8BC3A3;
border: none;
border-radius: 3px;
outline: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin: auto;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

.form-btn:hover {
background: #111;
color: white;
border: none;
}

.form-btn:active {
opacity: 0.9;
}

center {
margin-top: 330px;
}

input {
position: relative;
z-index: 9999;
}

.contactForm {
padding: 40px 0px 100px 0;
}

.contact h4 {
font-size: 25px;
color: #000;
margin-bottom: 25px;
text-align: left;
font-weight: 600;
}

.contact h6 {
font-size: 14px;
color: #000;
margin-bottom: 10px;
text-align: left;
}

.contact a {
color: #000;
}

.contact ul li {
display: inline-block;
}

.contact ul li a {
width: 35px;
height: 35px;
background: url('../images/img-sprite.png') no-repeat -358px -8px;
display: inline-block;
border: none;
}

.contact ul li a.google {
background: url('../images/img-sprite.png') no-repeat -407px -8px;
}

.contact ul li a.pinterest {
background: url('../images/img-sprite.png') no-repeat -458px -8px;
}

.contact ul li a.linkedin:hover {
background: url('../images/img-sprite2.png') no-repeat -358px -8px;
}

.contact ul li a.google:hover {
background: url('../images/img-sprite2.png') no-repeat -407px -8px;
}

.contact ul li a.pinterest:hover {
background: url('../images/img-sprite2.png') no-repeat -458px -8px;
}

input[type="text"] {
padding: 5px;
}

input[type="submit"] {
background-color: #7bc475;
color: #fff;
padding: 7px 13px;
border: none;
}

input[type="submit"]:hover {
background-color: #000;
}

.footer {
padding: 50px 0px;
text-align: center;
}

.footer p {
color: #000;
font-size: 14px;
line-height: 25px;
}

.footer a {
color: #000;
}

.footer a:hover {
color: #7bc475;
}

#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 32px;
border: none;
text-indent: 100%;
background: url(../images/up-arrow.png) no-repeat 0px 0px;
}

#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}

@media(max-width:1080px) {
.phone {
width: 51%;
}
.social-icons-top {
width: 10%;
text-align: left;
}
.navbar-default .navbar-nav>li>a {
padding: 23px 47px;
}
.banner {
min-height: 550px;
}
.banner h1 {
padding-top: 130px;
}
.aimg:after {
height: 61%;
bottom: -65%;
}
.services {
padding: 0px;
}
.service-grids-icon {
padding: 14px;
}
.winfo {
height: 185px;
padding: 55px 0px 0px 107px;
}
.contact-grid1 {
padding: 0;
width: 30%;
}
.contact-grid2 {
padding: 0;
width: 21%;
}
.contact-grid3 {
padding: 0;
width: 22%;
}
.contact-grid4 {
padding: 0;
width: 27%;
}
.clients img {
width: 90%;
}
@media(max-width:1024px) {
.social-icons-top {
    width: 10%;
    text-align: right;
}
.banner {
    min-height: 500px;
}
.hangouts img {
    width: 8%;
}
@media(max-width:991px) {
    .phone {
        width: 40%;
    }
    .social-icons-top {
        width: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 23px 29px;
    }
    .aimg:after {
        height: 107%;
        bottom: -113%;
    }
    .services h6 {
        width: 55%;
    }
    .service-grids-icon {
        padding: 7px;
    }
    .services p {
        line-height: 27px;
    }
    .winfo {
        height: 141px;
        padding: 40px 0px 0px 85px;
    }
    .services {
        padding-left: 0px;
        height: 1050px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 30px;
    }
    .service-grid3 {
        padding-top: 60px;
    }
    .events h4 {
        font-size: 16px;
    }
    .events p {
        line-height: 27px;
    }
    .contact h4 {
        font-size: 20px;
    }
    .contact-grid1 {
        padding: 0;
        width: 50%;
        padding-bottom: 20px;
    }
    .contact-grid2 {
        padding: 0;
        width: 50%;
        padding-bottom: 20px;
    }
    .contact-grid3 {
        padding: 0;
        width: 50%;
    }
    .contact-grid4 {
        padding: 0;
        width: 50%;
    }
    .contact h4 {
        margin-bottom: 12px;
    }
}
@media(max-width:966px) {
    .aimg:after {
        left: 46%;
    }
    .service-grids {
        margin-top: 50px;
    }
    .theader {
        margin-bottom: 50px;
    }
}
@media(max-width:900px) {
    .aimg:after {
        left: 52%;
    }
}
@media(max-width:800px) {
    .aimg:after {
        left: 51%;
    }
    .services {
        padding-left: 0px;
        height: 1000px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 30px;
    }
    .service-grid3 {
        padding-top: 60px;
    }
}
@media(max-width:768px) {
    .banner h1 {
        font-size: 60px;
    }
    .banner h2 {
        font-size: 35px;
    }
    .services {
        padding-left: 0px;
        height: 1000px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 30px;
    }
    .service-grid3 {
        padding-top: 60px;
    }
    .phone a {
        font-size: 13px;
    }
    .top-bar {
        padding: 10px 0px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 23px 28px;
    }
    .aimg:after {
        left: 48%;
    }
}
@media(max-width:736px) {
    .banner h1 {
        font-size: 40px;
        padding-top: 10px;
    }
    .banner h2 {
        font-size: 35px;
    }
    .banner h3 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .banner h4 {
        font-size: 35px;
        padding-top: 10px;
        margin-top: 10px;
    }
    .banner {
        height: auto;
    }
    .phone {
        width: 33%;
    }
    .phone a {
        font-size: 10px;
    }
    .social-icons-top {
        width: 67%;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px 28px;
        border: none;
    }
    .services {
        padding-left: 0px;
        height: 1000px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 30px;
    }
    .service-grid3 {
        padding-top: 84px;
    }
    .service-grid {
        width: 50%;
    }
    .service-grid1,
    .service-grid2 {
        padding-bottom: 20px;
    }
    .service-grids-icon {
        padding: 12px;
        width: 20%;
    }
    .wg {
        width: 33.33%;
        float: left;
    }
    .winfo {
        height: 136px;
    }
    .client {
        width: 25%;
        float: left;
    }
    .event-grid {
        width: 33.33%;
        float: left;
    }
    .contact-grids {
        width: 50%;
        float: left;
    }
    .clients {
        padding: 40px 0px;
    }
    .clients img {
        width: 80%;
    }
}
@media(max-width:667px) {
    .phone a {
        font-size: 13px;
    }
    .logo {
        width: 40%;
    }
    .logo a h2 {
        font-size: 30px;
    }
    .header-right {
        width: 60%;
    }
    .phone {
        width: 37%;
    }
    .social-icons-top {
        width: 10%;
    }
    .banner {
        height: auto;
    }
    .banner h1 {
        font-size: 35px;
        padding-top: 60px;
    }
    .banner h3 {
        font-size: 35px;
    }
    .aimg:after {
        height: 125%;
        bottom: -131%;
    }
    .services {
        padding: 40px 0px;
        height: auto;
    }
    .services h6 {
        width: 75%;
    }
    .winfo {
        height: 121px;
        padding: 35px 0px 0px 71px;
    }
    .clients {
        padding: 40px 0px;
    }
    .clients img {
        width: 80%;
    }
    .events {
        padding: 40px 0px;
    }
    .contact {
        padding: 40px 0px;
    }
    .footer {
        padding: 30px 0px;
    }
}
@media(max-width:640px) {
    .banner h3 {
        font-size: 30px;
    }
    .navbar {
        text-align: center;
    }
    .navbar-toggle {
        float: none;
        margin-right: 0px;
    }
    .winfo {
        height: 116px;
    }
}
@media(max-width:600px) {
    .logo {
        width: 44%;
    }
    .logo a h2 {
        font-size: 28px;
    }
    .phone a {
        font-size: 10px;
    }
    .header-right {
        width: 56%;
    }
    .social-icons-top ul li a {
        width: 40px;
        height: 40px;
    }
    .banner h3 {
        font-size: 30px;
    }
    .banner h4 {
        padding-top: 35px;
    }
    .banner a {
        margin-top: 35px;
    }
    .aimg:after {
        height: 158%;
        bottom: -163%;
    }
    .services {
        padding-left: 0px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 30px;
    }
    .service-grid3 {
        padding-top: 85px;
    }
    .services h6 {
        width: 90%;
    }
    .winfo {
        height: 108px;
        padding: 35px 0px 0px 64px;
    }
    .events h6 {
        width: 90%;
    }
    .event-grid {
        width: 100%;
    }
    .event-grid1,
    .event-grid2 {
        margin-bottom: 40px;
    }
}
@media(max-width:568px) {
    .callMeNowTop:hover {
        font-size: 13px;
    }
    .callMeNowBot:hover {
        font-size: 28px;
    }
    .logo {
        width: 43%;
    }
    .logo a h2 {
        font-size: 29px;
    }
    .header-right {
        width: 57%;
    }
    .phone {
        width: 49%;
    }
    .social-icons-top {
        width: 51%;
    }
    .social-icons-top ul li a {
        width: 35px;
        height: 35px;
    }
    .services {
        padding-left: 0px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 30px;
    }
    .service-grid3 {
        padding-top: 110px;
    }
    .services h3 {
        font-size: 30px;
    }
    .service-grids-icon {
        padding: 9px;
    }
    .winfo {
        height: 102px;
        padding: 35px 0px 0px 63px;
    }
    .events h3 {
        font-size: 30px;
    }
    .contact-grid1 {
        padding-bottom: 5px;
    }
    .banner h1 {
        font-size: 20px;
        padding-top: 60px;
    }
    .banner h2 {
        font-size: 35px;
    }
    .banner h3 {
        font-size: 20px;
        padding-top: 60px;
    }
    .banner h4 {
        font-size: 20px;
    }
}
@media(max-width:480px) {
    .opinions h3 {
        font-size: 30px;
    }
    .services {
        padding-left: 0px;
    }
    .topper {
        float: right;
    }
    .service-grid4 {
        padding-top: 0px;
    }
    .service-grid3 {
        padding-top: 0px;
    }
    .logo {
        width: 100%;
    }
    .logo a h2 {
        text-align: center;
    }
    .header-right {
        width: 100%;
    }
    .phone {
        width: 44%;
        text-align: left;
    }
    .social-icons-top {
        width: 10%;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 8px 28px;
    }
    .banner h1 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .banner h3 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .service-grid {
        width: 100%;
    }
    .service-grid1,
    .service-grid2,
    .service-grid3 {
        padding-bottom: 30px;
    }
    .service-grids-icon {
        padding: 11px;
        width: 17%;
    }
    .winfo {
        height: 84px;
        padding: 28px 0px 0px 53px;
    }
    .clients img {
        width: 85%;
    }
    .contact-grids {
        width: 100%;
    }
    .contact-grid1,
    .contact-grid2,
    .contact-grid3 {
        padding-bottom: 20px;
    }
    .map iframe {
        height: 300px;
    }
    .opinions {
        height: auto;
    }
}
@media(max-width:414px) {
    .services h3 {
        font-size: 25px;
    }
    .services h4 {
        font-size: 17px;
    }
    .person img {
        width: 25%;
    }
    .person img {
        width: 25%;
    }
    .wg {
        width: 50%;
        float: left;
    }
    .winfo {
        height: 108px;
        padding: 33px 0px 0px 65px;
    }
    .events h3 {
        font-size: 25px;
    }
}
@media(max-width:384px) {
    .service-grids-icon {
        padding: 12px;
        width: 20%;
    }
    .hangouts img {
        width: 12%;
    }
    .winfo {
        height: 99px;
        padding: 33px 0px 0px 60px;
    }
}
@media(max-width:375px) {
    .logo a h2 {
        font-size: 25px;
    }
    .banner h1 {
        letter-spacing: 1px;
        font-size: 25px;
    }
    .banner h3 {
        letter-spacing: 1px;
        font-size: 25px;
    }
    .banner h4 {
        font-size: 13px;
    }
    .services h3 {
        font-size: 22px;
    }
    .winfo {
        height: 96px;
    }
    .events h3 {
        font-size: 22px;
    }
}
@media(max-width:320px) {
    .phone a {
        font-size: 8px;
    }
    .banner {
        min-height: 260px;
    }
    .banner h1 {
        font-size: 22px;
        letter-spacing: 2px;
        padding-top: 20px;
        line-height: 30px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .banner h3 {
        padding-top: 10px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .banner h4 {
        padding-top: 25px;
        line-height: 20px;
    }
    .banner a {
        margin-top: 16 px;
    }
    
    .banner h5 {
        font-size: 10px;
    }
    .opinions h3 {
        font-size: 20px;
    }
    .cities h3 {
        font-size: 20px;
    }
    .modal-body p {
        font-size: 13px;
        line-height: 25px;
    }
    .person {
        margin-top: 20px;
    }
    .wg {
        width: 100%;
    }
    .winfo {
        height: 162px;
        padding: 46px 0px 0px 101px;
    }
    .client {
        width: 50%;
    }
    .services h3,
    .events h3 {
        font-size: 20px;
    }
}
}
}