@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

* {
    box-sizing: border-box;
    margin:0;
    padding:0;
}
html{
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body{
	font-family: 'Open Sans', sans-serif;
    color: #4e495c;
    background-color: #e6e6e6;
    width:100%;
}

ul{
    list-style-type: none;
    padding: 5px ;

}
li{
    display: inline-block;
    margin:2px;
}
a{
    text-decoration: none;
    cursor: pointer; 
}
nav a{
    color:#444;
    padding: 6px 8px;
    font-weight: 400;
    font-family: 'open sans', sans-serif;
    transition: all .2s ease-in;
    font-size: 14px;
}
h1{
    margin-bottom: 50px;
    margin-top: 50px;
}
.read{
    font-size:14px;
}
.margin{
    margin-top:20px;
}
nav{
    padding:20px 0; 
}
nav a:hover{
    background-color:rgba(0,0,0,.1);
}
header{
    height: 90px;
    position: relative;
    display: block;
    border-top:3px solid #ce8b2e;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 1px 10px 2px rgba(0,0,0,.2);
    padding:0px;
    background: white;
}
#logo{
    padding:5px;
    margin-left:50px;
}
#logo img{
    height: 80px;
}
.container{
    width: 90%;
    position: relative;
    display: block;
    margin:0 auto;
    padding: 20px 10px;
    overflow: hidden;
}
.left{
    float: left;
}
.right{
    float: right;
}
.row{
    /*margin-top:50px;*/
}
.active-menu{
    background:#ce8b2e;
    color: white;
}
#banner{
    height: 500px;
    overflow: hidden;
    display: block;
}

.item img{
    width: 100%;


}
.carousel-wrapper{
    z-index:2;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width:100%;
    background:rgba(0,0,0,.1);
    height: 500px;
    margin-top: 90px;

}
.red{
    color: #de4242 !important;
    float: right !important;
    
    margin-top: 110px !important;
}
.side-lines{
   overflow: hidden;
   text-align: center;
}
.side-lines > span{
    position: relative;
    display: inline-block;
}
.side-lines > span:before, .side-lines > span:after{
    content: '';
    position: absolute;
    top: 49%;
    border-bottom: 2px solid #ce8b2e;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.side-lines > span:before{
    right: 100%;
}
.side-lines > span:after{
    left: 100%;
}
.side-head{
    padding: 20px 0;
    width: 100%;
}
#content{
    height: 600px;
    width: 100%;
    position: relative;
    display: block;
}
section{
    width: 100%;
    position: relative;
    display: block;

}
article{
    float: left;
    width: 31%;
    text-align: center;
    margin:1%;
}
#content article img{
    opacity: .7;
}
p{
    font-size:  13px;
    line-height: 2;
}
article a{
    color:#ce8b2e;
    font-size: 12px;
}
h3{
    letter-spacing: 1px;
}
#footer{
    height: 100px;
    background:#2c3e50;
    padding: 20px;
    margin-top:50px;
}
.white{
    color:white !important;
}
.stand-color{
    color:#ce8b2e;
}
.social{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 7px;
  border-radius: 50%;


}

#goto-top{
    height: 30px;
    width: 40px;
    background: #ce8b2e;
    position: fixed;
    bottom: 0;
    right:5%;
    display: none;
    cursor: pointer;
}

#goto-top::after{
    content: '^';
    color:white;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    padding: 0% 30%;
}
.social-ul{
    margin-top:-20px;
}
#about{
    height: auto;
    display: block;
    position: relative;
}
#about p,#services p{
    margin-top:30px;
}
#services p{
    margin-top: 0;

}
#services ul{
    list-style: disc !important;


}
#services ul li{
    width: 100%;
}
#services ul li::before{
    content: '\2022';
    display: block;
    float:left;
    padding-right: 30px;
}
#clients{
    height: auto;
    width: 100%;
    position: relative;
    display: block;
}
#company-list li{
    width:290px;
    height: 140px;
    background: white;
}
#company-list img{
   width: 210px;
   height: 100px;
   margin: 30px 0 0 40px;

}
#company-list li{
    margin: 0 2px;
}
#company-list{
    margin: 0 auto;
}
#company-list li{
    float: left;

}
#portals{
    height: auto;
    position: relative;
    display: block;
}
.phone{   
    background: url(../images/phone.png) no-repeat;
    padding-left: 50px;
    background-size: 20px 20px;
    
    } #contact{     width:100%;     height: 650px; } 
    .message{
     background: url(../images/message.png) no-repeat; 
     padding-left: 50px;   
     background-size: 20px 20px;

 }
 .home{
  background: url(../images/home.png) no-repeat;
  padding-left: 50px;
  background-size: 20px 20px;

}
.contact-ul{
    width: 47%;
    padding: 30px 20px;
    background:linear-gradient(to right,white,rgba(255,255,255,.2));
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
}
.contact-ul li{
    width: 100%;
}

hr{
    margin:5px 0;
    border: 1px solid rgba(0,0,0,.1);
}
#map-loc{
    width: 47%;
    height: 450px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}
#menu-responsive{
 float: right;
 display: none;
 width: 30px;
 height: 20px;
 margin: 15px 0;
 cursor: pointer;
}

.bar{
    background-color: black;
    height: 2px;
    width: 30px;
    display: block;
    right: 0;
    margin: 5px 0;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
        .image1{
  background-image: url(../images/1.jpg);

background-size: cover;
background-position: 0px -100px;
}
.image2{
  background-image:url(../images/2.jpg);
  background-size: 100% 140%;
}
.image3{
  background-image:url(../images/3.jpg);
  background-size: cover;
    background-position:0px -50px;
}
.image4{
  background-image:url(../images/4.jpg);
  background-size: cover;
  background-position:0px -150px;
}
.image5{
  background-image:url(../images/5.jpg);
  background-size: cover;
}
.image6{
  background-image:url(../images/6.jpg);
  background-size: cover;
  background-position: 0px -230px;
}
.item{
    height: 500px;
}
.blank-li{
    /*background: none !important;*/
}

@media screen and (max-width : 1025px) {
    header{
        height: 70px;
    }
    #logo img{
        height: 60px;
    }
    nav
    {
        padding: 0;
        margin-right: 20px;
    }
    #menu-responsive{
        display: block;
        cursor: pointer;
    }

    #menu{
        display: none;

            max-width: 40%;
    float: right;
    }

    .open{
       position: fixed !important;
       height: auto;
       max-height: 450px;
       top: 70px;
       background-color: white;
       display: block;
       /* left: 0; */
       background-color: rgba(255, 255, 255, 0.95);
       width: 100% !important;
       z-index: 998;
       visibility: visible;
       opacity: 1;
    
       right: 0;
       overflow-y: auto;

       float: right;
       max-width: none;
   }
   nav ul{
    padding: 20px;
    width: 100%;
}
nav ul li{
    display: block;
    text-align: left;
    padding: 6px 0;
    color: black;
    color:black;
    width: 100%;  
}
nav a{
    width: 100%;
}
#banner{
    height: 300px;
    overflow: hidden;
    display: block;
}
.carousel-wrapper{
    height: 300px;
    margin-top: 70px;

}
     .image1{
  background-image: url(../images/1.jpg);

background-size: cover;

}
.image2{
  background-image:url(../images/2.jpg);

background-position: center top;

}
.image3{
  background-image:url(../images/3.jpg);
  background-size: cover;

}
.image4{
  background-image:url(../images/4.jpg);
  background-size: cover;
  
}
.image5{
  background-image:url(../images/5.jpg);
  background-size: cover;
}
.image6{
  background-image:url(../images/6.jpg);
  background-size: cover;
  
}
#contact{
    height: auto;
}

#map-loc{
    height: 300px;
}
#map-loc{
    width: 100%;
    height: 300px;
    margin-top:20px;
}
#contact{
    height: auto;

}
.contact-ul{
    width: 100%;
}
#logo{
margin-left:20px;
}
}

@media screen and (max-width : 480px) {
#logo{
margin-left:10px;
}
    .container{
    width: 95%;
    
}
     .image1{
  background-image: url(../images/1.jpg);
    background-size: cover;
    

}
.image2{
  background-image:url(../images/2.jpg);

    background-size: cover;
    
}
.image3{
  background-image:url(../images/3.jpg);
    background-size: cover;
    
}
.image4{
  background-image:url(../images/4.jpg);
      background-size: cover;
    
}
.image5{
  background-image:url(../images/5.jpg);
      background-size: cover;
    
}
.image6{
  background-image:url(../images/6.jpg);
      background-size: cover;
    height: auto;
}
#banner{
    height: 400px;
   
}
.carousel-wrapper{
    height: 400px;
    margin-top: 50px;

}
#content{
    height: auto;
}
    header{
        height: 50px;
    }
    #logo img{
        height: 40px;
    }
    nav{
        padding:0px;
        margin-right: 20px;
    }
    nav li{
        color:black;
        width: 100%;    

    }
    nav li a{
        width: 100%;
    }
    #menu-responsive{
        display: block;
        cursor: pointer;
    }
    #menu{
        display: none;
        max-width: none;

    }
    .open{
        margin-top:-20px;
    }
    article{
    float: left;
    width: 97%;
    text-align: center;
    margin:1%;
}
#map-loc{
    width: 100%;
    height: 200px;
    margin-top:10px;
}
#contact{
    height: auto;

}
.contact-ul{
    width: 100%;
}
#footer{
    height: auto;
}
}
