/*******************************************
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: 20px;
}

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;
    height: 66px;
}

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: 90px;
    margin-right: 11px;
    margin-top: -25px;
}

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;    
}

@media screen and (max-width: 1500px){
    #box{
        position: relative;
        top: 160px!important;
        left: 0;
    }
    #box span.cube{
        width: 30px;
        height: 30px;
        margin-left: 10px;
        display: inline-block;
        border: 1px solid #fff;
        margin-top: 240px!important;
        left: 41%!important;
        position: relative;
    }
}
#box{
    position: relative;
    top: 355px;
    left: 0;
    height:40px;
}

#box span.cube{
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 350px;
    left: 44%;
    position: relative;
}

#box span.cube:hover{
    background-color: #fff;
}

#box button.lefte{
    color: #fff;
    background-color: #000;
    border: none;
    opacity: 0.5;
    width: 30px;
    float: left;
    height: 40px;
    /* top: -30px; */
    /*position: absolute;*/
}
#box button.righte{
    color: #fff;
    background-color: #000;
    border: none;
    opacity: 0.5;
    width: 30px;
    float: right;
    height: 40px;
    /* top: -30px; */
    /*position: absolute;*/
}
.w3-white, .w3-hover-white:hover {
    color: #000!important;
    background-color: #fff!important;
    opacity: 0.7;
}

.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/banner04.jpg);    
}

#home div.banner3 {
    background-image: url(../images/banner03.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: 'NexaLight';
    color: #FFFFFF;
    font-size: 40px;
    text-shadow: 1px 3px #aaaaaa;
}

#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;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#about div.about_txt div.bottom{
    float: right;
    margin-right: 234px;
    margin-bottom: 50px;
    margin-top: 50px;
}
#about div.about_txt div.bottom p{
    float: left;
    font-size: 22px;
    color: #58585B;
    line-height: 25px;
    margin-top: -7px;
    /* padding: 60px 230px; */
}
#about div.about_txt div.bottom img{
    float: right;
    width: 150px;
    margin-right: 226px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-top: 20px;
}

#about div.about_txt div.wrapper h2 {
    font-family: 'NexaBold';
    color:#2e368f;
    margin-top: 50px;
}

#about div.about_txt div.wrapper hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    /*height: 3px;*/
    margin: 10px 0 30px 0;
    /*    background-color: #be1e2d;*/
}

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





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

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

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

#services .wrapper .heading img{
    float: right;
    width: 78%;
    top: -100px;
}

#services .wrapper .heading h2 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 5px;
    float: left;
    color: white;
    margin-top: 74px;
}

#services .wrapper .content li {
    color: #f6891e;
    margin-left: 20px;
}

#services .wrapper .content{
    width: 950px;
    top:200px;
    display: inline-block;
    margin-bottom: 100px;
}

#services .wrapper .content p {
    color: #FFFFFF;
}

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

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

#services .wrapper .content hr {
    border-style: none;
    border-bottom: 7px solid #BE1E2D;
    width: 40px;
    margin: 6px 0 24px 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;
}




#design div.banner{
    background-image: url(../images/design01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 45vh;
}
#design .wrapper .heading {
    margin-top: 40px;
    display: inline-block;
    /*    margin-bottom: 70px;*/
    text-align: center;
}

#design .wrapper .heading h2 {
    font-size: 30px;
    /*    font-weight: 100;*/
    margin-bottom: 5px;
    font-family: 'SwitzerlandLightPlain';
    text-transform: uppercase;
    float:left;
    color:#2e368f;
    /*    position: relative;top:200px;*/
}

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

#design div.wrapper {
    text-align: justify;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#design .wrapper .content li{
    color: #6d6e70;
    margin-left: 15px;
}

#design .wrapper .content{
    margin-bottom: 50px;
}

#design .wrapper .content img{
    margin-top: 20px;
    margin-bottom: 10px;
}

#design .wrapper .content .line{
    border-bottom: 1px solid #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
}




#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;
    color: #2e368f;    
}

#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: 390px;
    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: #2e368f;
    color: #fff;
}




#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;  
    width: 50%;
}

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

#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: 20px;
    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: #2e368f;
    color: #fff;
}

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

#contact .wrapper .left img{
    width: 41%;
    margin-top: 50px;
    margin-bottom: 100px;
}

footer {
    background-color: #2e368f;
    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;    
}    

.fixed{
    display: none;
}

/*******************************************
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: 50%;
    bottom: 70px;
    background: url('../images/arrow_down_w.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
a.scroll_bottom_2 {        
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 50%;
    bottom: 70px;
    background: url('../images/c_arrow_down.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: 50px;
    margin-right: 11px;    
    max-width: 100%;
    vertical-align: middle;
}

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