/*******************************************
FONTS
*******************************************/

@font-face {
    font-family: NexaBold;
    src: url('fonts/NexaBold.eot');
    src: url('fonts/NexaBold.eot?') format('?'),
         url('fonts/NexaBold.woff') format('woff'),
         url('fonts/NexaBold.ttf')  format('truetype');    
}

@font-face {
    font-family: ArquitectaHeavy;
    src: url('fonts/ArquitectaHeavy.eot');
    src: url('fonts/ArquitectaHeavy.eot?') format('?'),
         url('fonts/ArquitectaHeavy.woff') format('woff'),
         url('fonts/ArquitectaHeavy.ttf')  format('truetype');    
}

@font-face {
    font-family: ArquitectaThin;
    src: url('fonts/ArquitectaThin.eot');
    src: url('fonts/ArquitectaThin.eot?') format('?'),
         url('fonts/ArquitectaThin.woff') format('woff'),
         url('fonts/ArquitectaThin.ttf')  format('truetype');    
}

@font-face {
    font-family: SwitzerlandLightPlain;
    src: url('fonts/SwitzerlandLightPlain.eot');
    src: url('fonts/SwitzerlandLightPlain.eot?') format('?'),
         url('fonts/SwitzerlandLightPlain.woff') format('woff'),
         url('fonts/SwitzerlandLightPlain.ttf')  format('truetype');    
}

@font-face {
    font-family: NexaLight;
    src: url('fonts/NexaLight.eot');
    src: url('fonts/NexaLight.eot?') format('?'),
         url('fonts/NexaLight.woff') format('woff'),
         url('fonts/NexaLight.ttf')  format('truetype');    
}




/*******************************************
GENERAL
*******************************************/

* {
    margin: 0;
    padding: 0;    
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'SwitzerlandLightPlain';
    min-width: 1200px;  
    line-height: 16px;
}

img {
    max-width: 100%;
}

:focus {
    outline: none;
}

h2 {
    line-height: normal;
}
/*******************************************
HEADER
*******************************************/

header {
    width: 100%;
    background-color: rgba(0,0,0,0.3);    
    position: fixed;
    z-index: 99999;
    min-width: 1200px;
}

header nav {
    display: block;
    padding: 25px 40px 15px 40px;
}

header nav a {
    color: #fff;
    text-decoration: none;
    font-family: 'NexaBold';    
}

header nav img {
    display: inline-block;
    float: left;
    width: 70px;
    margin-right: 11px;
    margin-top: -8px;
}

header nav a#logo {
    font-family: 'ArquitectaHeavy';        
    font-size: 21px;
    display: inline-block;
}

header nav a#logo span {
    font-size: 10px;
    font-family: 'ArquitectaThin';
    display: block;
    line-height: 8px;
}

header nav ul {
    list-style: none;
    float: right;
}

header nav ul li {
    display: inline-block;
    padding: 0 10px;
/*    vertical-align: -webkit-baseline-middle;*/
}

header nav ul li a {
/*    display: block;*/
}

header nav ul li a.nav_arrow:after {
    content: ' ';
/*     position: absolute; */
    position: relative;
    top: 6px;
    width: 0;
    height: 0;
    text-align: center;
    border-width: 8px 7px 0;
    margin: 0 auto;
    display: block;
    border-style: solid;
    border-color: transparent;
}


header nav ul li:hover a.nav_arrow:after {
    border-color: #fff transparent;    
}

header nav ul li a.active.nav_arrow:after {
    border-color: #fff transparent;    
}


header nav ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #BE1E2D;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    top: 73px;
    
}

header nav ul li .dropdown-content ul {
    float: none;
}

header nav ul li.dropdown:hover .dropdown-content {    
    display: block;    
}

.dropdown {
    padding: 0 10px 40px 10px;
    margin-bottom: -40px;
}    

.dropdown-content ul li {
    display: block;
    padding: 5px 0;
}

.dropdown-content ul li a {
    font-family: 'NexaLight';
        font-size: 10px;
}

.dropdown-content ul li a:hover {
    color: #FEC10D;
}

section {
    min-height: 100%;
    position: relative;
    overflow: auto;
}

#home div.slider {
    height: 100vh;
}

#home div.slider div {    
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    position: relative;
}

#home div.banner1 {
   background-image: url(../images/banner05.jpg);    
}

#home div.banner2 {
   background-image: url(../images/banner01.jpg);    
}

#home div.banner3 {
   background-image: url(../images/banner03.jpg);    
}

#home div.banner4 {
   background-image: url(../images/banner04.jpg);    
}

#home div.banner5 {
   background-image: url(../images/banner06.jpg);    
}

#home .slider div.banner_title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    display: inline-block;
    font-family: 'SwitzerlandLightPlain';
    margin-top: 10px;
}

#home .slider div.banner_title a:hover {
    color: #FEC10D;
}

#home .slider div.banner_title h2 {
    font-family: 'NexaBold';
    color: #FEC10D;
    font-size: 40px;
}

#home .slider div.banner_title p {
    font-family: 'NexaLight';
    color: #fff;
    font-size: 21px;
    margin-bottom: 6px;
}

#home .slider div.banner_title {
    position: absolute;
    bottom: 170px;
    left: 130px;
/*    overflow: auto;*/
    height: auto;
}

#about {
    
}

#about div.banner {
    background-image: url(../images/about01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 45vh;
}

#about div.about_txt div.wrapper {
    padding: 60px 230px;
    text-align: justify;
}

#about div.about_txt div.wrapper h2 {
    font-family: 'NexaBold';
}

#about div.about_txt div.wrapper hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    margin: 10px 0 30px 0;
}

#about div.about_txt div.wrapper p {
    margin-bottom: 10px;
    color: #58585B;
    line-height: 16px;
}

#licenses {
    background-color: #ececec;
    padding-bottom:60px;
}

#licenses .wrapper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#licenses .wrapper .heading {
    margin-top: 120px;
    text-align: center;
}

#licenses .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;
}

#licenses .wrapper .licenses_img ul {
    list-style: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}

#licenses .wrapper .licenses_img ul li {
    flex: 1 0 13%;
    padding: 10px;
}

#licenses .wrapper .licenses_img ul li a {
    text-decoration: none;
    color: #000;
}


#licenses .wrapper .licenses_img ul li p {
    margin-top: 10px;
}

#licenses .wrapper .licenses_img ul li:last-child {
    margin-right: 0;
}

#services {
    background-image: url(../images/services_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: auto;
}

#services .wrapper {
    width: 907px;
    margin-left: auto;
    margin-right: auto;
}

#services .wrapper .heading {
    margin-top: 120px;
    text-align: center;
}

#services .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;
}

#services .wrapper .heading p {
    color: #58585B;
    font-size: 15px;
}

#services .wrapper .column {
    width: 204px;
    margin-right: 50px;
    display: inline-block; 
    margin-top: 60px;
}

#services .wrapper .column:last-child {
    margin: 0;
    width: 132px;
}

#services .wrapper .column h2 {
    font-family: 'NexaBold';
    color: #58585B;
}

#services .wrapper .column hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    margin: 20px 0 60px 0;
}

#services .wrapper .column a {
    text-decoration: none;
    color: #808284;
    border: 1px solid #808284;
    padding: 10px;
    font-size: 13px;
}

#services .wrapper .column a:hover {
    background-color: #BE1E2D;
    color: #fff;
}



#msf_from_md .wrapper .heading {
    margin-top: 40px;
    margin-bottom: 70px;
    text-align: center;
}

#msf_from_md .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;
    font-family: 'SwitzerlandLightPlain';
    text-transform: uppercase;
}

#msf_from_md div.wrapper {
    padding: 60px 230px;
    text-align: justify;
}

#msf_from_md div.wrapper .column h2 {
    font-family: 'SwitzerlandLightPlain';
    font-weight: bolder;
/*    margin-left: 10px;*/
}

#msf_from_md div.wrapper .column p {
    margin-bottom: 10px;
    color: #58585B;
    line-height: 16px;
}






#equipment {
    background-image: url(../images/equiqment_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: auto;
}

#equipment .wrapper {
    width: 790px;
    margin-left: auto;
    margin-right: auto;
}

#equipment .wrapper .heading {
    margin-top: 120px;
    text-align: center;
}

#equipment .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;
    color: #fff;
}

#equipment .wrapper .column {
    width: 367px;
    margin-right: 50px;
    display: inline-block;
    margin-top: 60px;
    vertical-align: top;
    color: #fff;
    text-align: justify;
    line-height: 16px;
}

#equipment .wrapper .column:last-child {
    margin-right: 0;
}

#equipment .wrapper .column a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 25px;
    display: inline-block;
    font-family: 'ArquitectaThin';
/*    margin-top: 20px;*/
    width: 90px;
    text-align: center;
}

#equipment .wrapper .column a:last-child {
    margin-top: 10px;
}

#equipment .wrapper .column a:hover {
    background-color: #BE1E2D;
}

#projects {
    overflow: auto;   
}

#projects .wrapper .heading {
    margin-top: 120px;
    text-align: center;
    position: relative;
}

#projects .wrapper .heading span {
    position: absolute;
    right: 50px;
    top: 0;
}

#projects .wrapper .heading span a {
    border: 1px solid #58585B;
    display: inline-block;
    padding: 5px 11px;
    margin: 0 3px;
}

#projects .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;    
}

#projects .wrapper #cariusel {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#projects .wrapper .column {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 430px;
    text-align: center;    
    margin-top: 40px;
    margin-right: 40px;
    border: 1px solid #58585B;
    color: #58585B;
}

#projects .wrapper .column:last-child {
    margin-right: 0;
}

#projects .wrapper .owl-pagination {
    display: none;
}

#projects .wrapper .column p {
    padding: 10px 10px 0 10px;    
}

#projects .wrapper .column a {       
    text-decoration: none;
    color: #58585B;
    border: 1px solid #58585B;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;    
    width: 82px;    
}

#projects .wrapper .column a:hover {
    background-color: #BE1E2D;
    color: #fff;
}

#news_ivents {
    overflow: auto;
    background-image: url(../images/services_bg01.jpg);
}

#news_ivents .wrapper .heading {
    margin-top: 120px;
    text-align: center;
    position: relative;
}

#news_ivents .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;    
}

#news_ivents .wrapper div p{
    color: #58585B;
    margin-left: 150px;
    margin-top: 50px;
}

#careers {    
    background-image: url(../images/career_bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: auto;
}

#careers .wrapper .heading {
    margin-top: 120px;
    text-align: center;
    position: relative;
}

#careers .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;  
    color: #fff;
}

#careers .wrapper div p{
    color: #58585B;
    margin-left: 150px;
    margin-top: 50px;
}

#careers .wrapper .content {
    padding: 0 100px;
    padding-top: 80px;
}

#careers .wrapper .content table {    
}

#careers .wrapper .content table tr {
    line-height: 40px;
}

#careers .wrapper .content table tr th {
    
}

#careers .wrapper .content table tr td {
    padding-right: 40px;
}

#careers .wrapper .content table tr td a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 20px 5px 20px;
    text-transform: uppercase;
}

#careers .wrapper .content table tr td a:hover {
    background-color: #BE1E2D;
}


#progress_photo {
    overflow: auto;
}

#progress_photo .wrapper .heading {
    margin-top: 120px;
    text-align: center;
    position: relative;
}

#progress_photo .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;    
}

#progress_photo .wrapper ul {
    list-style: none;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

#progress_photo .wrapper ul li {
    display: inline-block;
    margin: 30px;
}

#progress_photo .wrapper .img_wrapper {
    width: 250px;
    position: relative;
    text-align: center;
}

#progress_photo .wrapper .img_wrapper .img_hover {
    background-color: rgba(255,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 97.5%;
    top: 0;
    display: none;
}

/*
#progress_photo .wrapper .img_wrapper .img_hover a:hover {
    color: #000;   
}
*/

#progress_photo .wrapper .img_wrapper:hover .img_hover {
    display: block;
}

#progress_photo .wrapper .img_wrapper .img_hover div {
    margin-top: 60px;
}

#progress_photo .wrapper .img_wrapper .img_hover div h2 {
    color: #fff;
    font-size: 25px;
}

#progress_photo .wrapper .img_wrapper .img_hover div a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid;
    padding: 5px;
    display: inline-block;
    margin-top: 50px;
}

#careers .wrapper .img_wrapper .img_hover div a:hover {
    background-color: #BE1E2D;
}

#contact {
    color: #808284;
    overflow: auto;
}

#contact .heading {
/*
    background-image: url(../images/contact.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 310px;
*/

}

#contact .heading iframe {
    height: 310px;
    width: 100%;
}

#contact .heading .overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:310px; /* your iframe height */
   top:310px;  /* your iframe height */
   margin-top:-310px;  /* your iframe height */
}

#contact .wrapper {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 110px 0;
    overflow: auto;
}

#contact .wrapper .left {
    float: left;        
}

#contact .wrapper h2 {
    font-family: 'NexaBold';
    text-transform: uppercase;
    color: #58585B;
}

#contact .wrapper hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    margin: 10px 0 30px 0
}

#contact .wrapper .left p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    margin-right: -10px;    
}

#contact .wrapper .right {
    float: left;
    border-left: 1px solid #808284;
    margin-left: 30px;
    padding-left: 50px;
}

#contact .wrapper .right h2 {
    color: #808284;
    font-family: 'SwitzerlandLightPlain';
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
}

#contact .wrapper .right input {
    border-style: none;
    border: 1px solid #808284;
    border-radius: 5px;
    height: 15px;
    width: 255px;
    margin-bottom: 10px;
    padding: 5px;
}

#contact .wrapper .right p{
    margin-bottom: 10px;
    font-size: 10px;

}

#contact .wrapper .right input[type="submit"],
#contact .wrapper .right input[type="reset"] {
    width: 70px;
    margin: 0;    
    margin-top: 10px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    color: #808284;
    height: 20px;
    margin-right: 10px;
    font-size: 10px;
    padding: 0;
}

#contact .wrapper .right input[type="submit"]:hover,
#contact .wrapper .right input[type="reset"]:hover {
    background-color: #BE1E2D;
    color: #fff;
}

#contact .wrapper .right textarea {
    border-style: none;
    border: 1px solid #808284;
    width: 255px;
    height: 100px;
    border-radius: 5px;
    padding: 5px;
}

footer {
    background-color: #BE1E2D;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: right;
}

footer p {
    color: #fff;
    font-size: 10px;
    padding: 10px;
    margin-right: 40px;
}

footer img {
    width: 20px;
    position: absolute;
    left: 20px;
    top: 7px;    
}    


/*******************************************
SEWERAGE TREATMENT (STP)
*******************************************/

.s_services {
    overflow: auto;
}

.st_banner {
    background-image: url(../images/services_sewage01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 310px;
}

.s_wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 90px;
    color: #58585B;
}

.s_wrapper h2 {
    font-family: "NexaBold";
}

.s_wrapper hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    margin: 10px 0 30px 0;
}

.s_wrapper p {
    margin-bottom: 15px;
}

.s_wrapper ul {
    margin-bottom: 15px;
    padding-left: 14px;
}

.s_bottom {
    background-color: #E6E7E8;
    overflow: auto;
}

.s_bottom .wrapper {
    width: 900px;
    overflow: auto;    
    margin: 50px auto 70px auto;
}

.s_bottom .left {
    float: left;
    width: 330px;
}

.s_bottom .right {
    float: left;
    width: 520px;
    text-align: justify;
    margin-left: 50px;
}

.s_bottom .right h2 {
    font-family: 'NexaBold';
}

.s_bottom .right p {
    margin: 15px 0;
    color: #808284;
    font-size: 12px;
    line-height: 13px;
}

.s_bottom .right a {
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #808284;
    color: #808284;
    padding: 8px 15px;
    font-size: 12px;
    display: inline-block;
    margin-top: 20px;
}

.s_bottom .right a:hover {
    color: #fff;
    background-color: #BE1E2D;
}


/*******************************************
PIPE JAKING
*******************************************/

.pj_banner {
    background-image: url(../images/services_micro_tunelling01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 310px;
}

.s_wrapper .p_left {
    float: left;
    width: 490px;
}

.s_wrapper .p_right {
    margin-left: 100px;
    float: left;
    width: 280px;
    position: relative;
}

.s_wrapper .p_right a {
    text-decoration: none;
    color: #808284;
    position: absolute;
    bottom: 30px;
    font-size: 11px;
    font-style: italic;
}

.s_wrapper .p_left p {
    text-align: justify;
}

.pj_bottom {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}



/*******************************************
PIPE LAYING
*******************************************/

.pl_banner {
    background-image: url(../images/services_pipe_laying01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 310px;
}    

/*******************************************
PIPE LAYING
*******************************************/

.sc_banner {
    background-image: url(../images/services_civil01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 310px;
}

/*******************************************
EQUIPMENT
*******************************************/

.s_wrapper table {
    width: 100%;
    border-collapse: collapse; 
}

.s_wrapper table tr {
    text-align: left;    
}

.s_wrapper table th {
    font-weight: bolder;
    border-bottom: 4px solid #58585B;
    padding: 10px;
}

.s_wrapper table td {
    border-bottom: 1px solid #58585B;
    padding: 10px;
}

.margintop {
    margin-top: 70px;
}

/*******************************************
ONGOING-PROJECT
*******************************************/

.og_banner {
    background-image: url(../images/services_civil01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 310px;
}

.og_wrapper {
    width: 900px!important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 90px;
    color: #58585B;
    text-align: justify;
    position: relative;
}

.og_wrapper h2 {
    font-family: "NexaBold";
}

.og_wrapper hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    margin: 10px 0 30px 0;
}

.og_wrapper p {
    margin-bottom: 15px;
}

.og_wrapper ul {
    list-style: none;
    width: 870px;
    margin: 50px auto;
}

.og_wrapper ul li {
    display: inline-block;
    margin: 15px;
}

.og_wrapper table {
    margin: 20px 0;
}

.og_wrapper table td {
    padding-right: 5px;
}

.og_wrapper span {
    font-weight: bolder;
}

.arrows {
    position: absolute;
    right: 80px;
    top: 340px;
}

.arrows a {
    border: 1px solid #58585B;
    display: inline-block;
    padding: 5px 11px;
    margin: 0 3px;
}




.arrow_down {
    position: absolute;
    bottom: 40px;
/*    left: 0;*/
    right: 50px;
    text-align: center;
}

.arrow_down a {
    opacity: 0.5;
}

.arrow_down a:hover {
    opacity: 1;
}

label.error {
    position: absolute;
    color: #f00;
    margin-top: 8px;
}

a.scroll_bottom {        
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 4%;
    bottom: 70px;
    background: url('../images/arrowdown.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

a.back-to-top {
	display: none;
	text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 4%;
    bottom: 70px;
    background: url('../images/arrowup.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;    
}

.map_wrapper {
    width: 100%;
    height: 323px;
}

div#logoMap {
    font-family: 'ArquitectaHeavy';        
    font-size: 21px;
    display: inline-block;
}

div#logoMap span {
    font-size: 10px;
    font-family: 'ArquitectaThin';
    display: block;
    line-height: 8px;
}

div#logoMap img {
    display: inline-block;
    width: 70px;
    margin-right: 11px;    
    max-width: 100%;
    vertical-align: middle;
}

#owl-demo {
    margin-top: 120px;
}


.image-complete-project{
    height:200px;
}

.no-bold{
    font-weight: 300;
}