/* color #e67e22 */


/*----------------------------------------------------*/
/* Basic Setup*/
/*----------------------------------------------------*/

* {
    
    margin:0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    
    background-color: white;
    color: #555555;
    font-family: 'Lato','Arial',sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    
    
    
}

.clearfix {zoom:1}
.clearfix:after {
    
    content: '.';
    clear:both;
    display:block;
    height: 0;
    visibility: hidden;
    
    
}

/*----------------------------------------------------*/
/* Reusable Compenents*/
/*----------------------------------------------------*/


.row {
    max-width: 1140px;
    margin: 0 auto;
   
    
}

section {
    padding:80px 0;
   
    
    
}

.box {
    
    padding:1%;
}


/*------Headings------*/

h1,h2,h3 {
    
    font-weight: 300;
    text-transform: uppercase;
    
  
    
    
}

h1 {
    margin-top:0;
    margin-bottom: 10px;
    color: white;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
    
}
 
h2 {
    
   text-align: center;
    font-size: 120%;
    word-spacing: 3px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3{
    font-size:110%;
    margin-bottom: 15px;
    text-align: left;
    
}

h2:after {
    display:block;
    height: 2px;
    background-color:#e67e22;
    content: " ";
    width:100px;
    margin:0 auto;
    margin-top:30px;
    
}

/*------Paragraph------*/

.company-background {
    line-height: 140%;
    width:70%;
    margin-left: 15%;
    text-align: justify;
    
    
    
    
}

.box p {
    
    font-size: 90%;
    line-height: 150%;
    text-align: left;
}

/*------Icon------*/

.icon-big {
    
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}


.icon-about-us,
.icon-small {
    

    color: #e67e22;
    display: inline-block;
    width:30px;
    font-size: 120%;
    line-height: 120%;
    vertical-align: middle;    
    text-align: center;
    margin-top:-4px;
    margin-right: 10px;
}

.icon-about-us{
    display:block;
    float:left;
    font-size:160%;
    margin-right:20px;
    margin-top:-10px;
    
}

.icon-slide {
    
    font-size: 350%;
    display: block;
    color: #e67e22;
    position:absolute;
    top:50%;
    left:40%;
}


/*------Links------*/
a:link,
a:visited {
    color: #e67e22;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #e67e22;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    
    color:#555;
    border-bottom:1px solid transparent;
}




/*------Button------*/

.btn:link,
.btn:visited {
    display:inline-block;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s,border 0.2s,color 0.2s;
    transition: background-color 0.2s,border 0.2s,color 0.2s;
   
  
}

.btn-full:link,
.btn-full:visited {
    background-color:#e67e22;
    border: solid #e67e22;
    color:white;
    margin: 15px;
}

.btn-ghost:link,
.btn-ghost:visited{
    border: solid #e67e22;
    color: #e67e22;
}

.btn:hover,
.btn:active {
    background-color: #cf6d17;
    
}

.btn-full:hover,
.btn-full:active {
    background-color: #cf6d17;
    border: solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active {
    background-color: #cf6d17;
    border: solid #cf6d17;
    color: white;
}

/*----------------------------------------------------*/
/* Header*/
/*----------------------------------------------------*/


header {
    background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.71)),to(rgba(0, 0, 0, 0.7))),url(img/thinking-about-becoming-a-smart-city-min.jpg);
    background-image:linear-gradient(rgba(0, 0, 0, 0.71),rgba(0, 0, 0, 0.7)),url(img/thinking-about-becoming-a-smart-city-min.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    
    
    
}

.main-text {
    position:absolute;
    width: 1140px;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.logo{
    height:70px;
    width:170px;
    float:left;
    margin-left: -40px;
    filter:brightness(150%);
    
}

.logo-black-us{
    height:60px;
    width:170px;
    float:left;
    margin-left: -40px;
    margin-top:5px;
    }
.logo-black{
    display:none;
    height:60px;
    width:170px;
    float:left;
    margin-left: -40px;
    margin-top:5px;
}

/*---Main nav----*/





.main-nav-about-us,
.main-nav{
    float:right;
    list-style: none;
    
}

.main-nav-about-us li,
.main-nav li{
    display:inline-block;
    margin-left:40px;
    margin-top:20px;
        
}


.main-nav-about-us li a:link,
.main-nav-about-us li a:visited{
    padding: 8px 0;
    color:black;
    text-decoration: none;
    text-transform: uppercase;
    font-size:90%;
    border-bottom:2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;  
    
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color:white;
    text-decoration: none;
    text-transform: uppercase;
    font-size:90%;
    border-bottom:2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
    
}

.main-nav-about-us li a:hover,
.main-nav-about-us li a:active,
.main-nav li a:hover,
.main-nav li a:active{
    
    border-bottom:2px solid #e67e22;
    padding: 8px 0;
}



/*---Mobile nav----*/
.mobile-nav-icon{
    float:right;
    margin-top:10px;
    cursor: pointer;
    display:none;
    
    
}

.mobile-nav-icon i{
    
    font-size:200%;
    color:#fff;
}



/*---Sticky nav----*/
.sticky{
    
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
    padding:  0;
    color:#555;    
}


.sticky .logo{display: none;}
.sticky .logo-black{display:block;}


/*----------------------------------------------------*/
/* Solutions*/
/*----------------------------------------------------*/

.section-CompanyBackground .company-background {
    
    margin-bottom: 30px;
    
}





/*----------------------------------------------------*/
/* Solutions*/
/*----------------------------------------------------*/


.section-solutions{
    padding:0;
    margin:0;
    
}


.company-solution {
    list-style:none;
    width: 100%;
    
    
}

.company-solution li {
    display: block;
    float:left;
    width:25%;
    
  
}

.sol-pic {
    width:100%;
    margin:0;
    overflow: hidden;
    background-color:black;
    
}

.sol-pic img {
    opacity: 1;
    width:100%;
    height:auto;
    -webkit-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: transform 0.5s,opacity 0.5s;
    transition: transform 0.5s,opacity 0.5s,-webkit-transform 0.5s;
}

.sol-pic img:hover {
    opacity:0.7;
    -webkit-transform:scale(1.03);
    transform:scale(1.03);
    
}

/*----------------------------------------------------*/
/* Apps Download*/
/*----------------------------------------------------*/

.section-Apps {
    
    
    background: #ededed;
}


.step-box{
    
    margin-top: 30px;
    
    
}

.step-box:first-child {
    text-align: left;
    padding-left:20%;
    
    
}

.step-box:last-child {
    padding-left:3%;
    
    
}

.apps {
    width: 55%;
    display:block;
    float:right;
    margin-right:10px;
    
}

.works-step div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display:inline-block;
    border-radius: 50%;
    height:40px;
    width: 40px;
    text-align: center;
    padding: 5px;
    float:left;
    font-size: 120%;
    margin-right:10px;
    margin-top:20px;
    
    
    
}
.works-step p {
    padding-top:25px;
    margin-bottom: 40px;
    font-size:120%;
   
}

.btn-app:link,
.btn-app:visited{
    
    border:0;
}

.btn-app img {
    
    height:50px;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
}


/*----------------------------------------------------*/
/* Projects*/
/*----------------------------------------------------*/

.box-project{
    overflow : hidden;
}



.high-rise,.high-rise2{
    list-style: none;
    width:50%;
    display:block;
    float:left;
    height:50%;
    overflow: hidden;
    background: white;
    padding:1px;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
   -webkit-transition: -webkit-filter 0.5s;
   transition: -webkit-filter 0.5s;
   transition: filter 0.5s;
   transition: filter 0.5s, -webkit-filter 0.5s;
    
}

.high-rise2{
    margin-bottom: 10px;
}

.high-rise:hover,.high-rise2:hover {
    
    -webkit-filter: brightness(80%);
    
    filter: brightness(80%);
    
    
}




.list-project {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
   
    }

.list-project p {
    display:inline-block;
    font-size:90%;
    height:auto;
    
    }

/*----------------------------------------------------*/
/* News*/
/*----------------------------------------------------*/
.news{
    width: 100%;
    margin:0;
    height: 100vh;
    background:#ededed;
    margin-bottom: 10px;
    
   
    
    
    
}


.container{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width:100%;
    height:100%;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
      
}
.side_image{
    
    position:absolute;
    width:100%;
    height:100%;
   
    
   
    
    }

.side_image img {
    width:80%;
    height:100%;
    position: absolute;
    left:10%;
    
    
    
    
}

#i1,#i2,#i3{
    display:none;
    
    
}

.pre,.nxt{
    
    width:10%;
    height:100%;
    position: absolute;
    top:0;
    background: #ededed;
    z-index: 99;
    cursor: pointer;
}

.pre{
    left:0;
    
}

.nxt{
    
   right:0; 
}

.nav{
    
    width:100%;
    height:11px;
    bottom:12%;
    position: absolute;
    text-align: center;
    z-index:99;
}

.dots {
    top:40px;
    width:18px;
    height:18px;
    margin: 0 4px;
    position: relative;
    border-radius: 50%;
    display:inline-block;
    background: rgba(0,0,0,.6);
    
}

.side_image{
    
    z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three{
    
 z-index:9;   
    
    
}

#i1:checked ~ .nav #dot1,
#i2:checked ~ .nav #dot2,
#i3:checked ~ .nav #dot3 {
    background:#e67e22 ;
}

/*----------------------------------------------------*/
/*Footer */
/*----------------------------------------------------*/

footer{
    background: #333;
    padding:10px;
    font-size:80%;
    
 
   
    
}




.footer-nav{
    list-style: none;
    float:left;
}

.social-links{
    list-style: none;
    float:right;
    
}

.footer-nav li,
.social-links li{
    display:inline-block;
    margin-right:20px;
    
}

.footer-nav li:last-child,
.social-links li:last-child{
    margin-right:0;
    
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited{
    text-decoration: none;
    border:0;
    color:#888;
    -webkit-transition: color 0.5s,border-bottom 0.2s;
    transition: color 0.5s,border-bottom 0.2s;   
}

.footer-nav li a:hover,
.footer-nav li a:active
{
    color:#ddd;
    border-bottom:2px solid #e67e22;
    
}

.social-links li a:link,
.social-links li a:visited{
    
    font-size: 160%
        
}

.ion-social-facebook,
.ion-social-instagram,
.ion-social-whatsapp{
    
    -webkit-transition: color 0.5s;
    
    transition: color 0.5s;
}

.ion-social-facebook:hover{
    color:#3b5998;
}
.ion-social-instagram:hover{
    color:#517fa4;
}
.ion-social-whatsapp:hover{
    color:#075e54;
}


footer p {
    
    color:#888;
    text-align: center;
    
    margin-top: 10px;
}

/*----------------------------------------------------*/
/*Animated */
/*----------------------------------------------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3{
    
    opacity: 0;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated{
    
    opacity:1;
}

/*----------------------------------------------------*/
/*About Us */
/*----------------------------------------------------*/

#map {
        height: 450px;  /* The height is 400 pixels */
        width: 50%;  /* The width is the width of the web page */
        display: block;
        float:right;
        
        border:1px solid rgba(196, 196, 196, 0.85);
        
       }
.about-us{
    
    height:650px;
    width:100%;
    
   
    
    
}



.about-us-details{
    height:450px;
    width:50%;
    display:block;
    float:left;
    background-color: rgba(216, 216, 216, 0.51);
    background-size: cover;
    background-position: center;
    color:black;
    padding-left: 50px;
    padding-right:50px;
    
    
   
    }

.about-us-details h3{
    text-align:center;
    margin-bottom: 50px;
    border-bottom:2px solid #e67e22;
    
}
.about-us-details p{
    text-align: justify;
    display:inline-block;
    font-size:80%;
    float:left;
    width:90%;
    margin-top:-5px;
    margin-bottom:30px;
   
}

.about-us-details{
    
    padding-top: 100px;
    line-height: 30px;
}


.navi-about{
    box-shadow: 0 2px 2px #efefef;
    margin-bottom: 20px;
    margin-top:-80px;
    
}

