*,body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}
h1{
    font-size: 50px;
    font-weight: 300;
}
p{
    font-size: 15px;
    font-weight: 300;
}
a:hover, a:focus {
    text-decoration: none;
}
/*.container{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}*/
.topBar{
    width: 100%;
    background-color: #a8cf45;
    display: block;
}
.topBarInside > p{
    padding: 10px 0px;
    margin: 0px;
}
.topBarInside p{
    font-size: 15px;
    color: white;
    text-align: center;
}
.topBarInside p > a{
    color: white;
}
.none{
    display: none;
}

.navbar-toggle {
    float: left;
    width: 20%;
    padding: 10px 0px;
    margin: 10px 0px
}
.navbar-brand{
    height: auto;
    float: left;
    padding: 0px;
}
.navbar-brand>img {
    display: table;
    margin-right: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 10px;
}
.navbar-default .navbar-nav > li > a{

    color: black;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover{
    background-color: #006cb5;
    color: white;
    border-right: 1px solid white;
}
.navbar-default .navbar-nav > li > a.navActive{
    background-color: #006cb5;
    color: white;
    border-right: 1px solid white;
}
.navbar-brand-img{
    width: 100%
}
.carousel-inner .item > img{
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
}
section{
    padding: 20px 0px;
}
.about p{
    text-align: justify;
    font-size: 20px;
}
.serviceInside ul li > div{
    margin: 40px auto;
    padding: 40px 0px;
    display: table;
    width: 100%;
}
.service1 .serviceImg{
    width: 105px;
    height: 105px;
    background: url(../images/serviceIcon.png) 0px 0px;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(168, 207, 69, 0.85);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.service1:hover .overlay,.service2:hover .overlay,.service3:hover .overlay {
  bottom: 0;
  height: 100%;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.service2 .serviceImg{
    width: 105px;
    height: 105px;
    background: url(../images/serviceIcon.png) -135px 0px;
}
/*.service2 .serviceImg:hover{
    background: url(../images/serviceIcon.png) 0px -180px;
}*/
.service3 .serviceImg{
    width: 105px;
    height: 105px;
    background: url(../images/serviceIcon.png) -255px 0px;
}
/*.service3 .serviceImg:hover{
    background: url(../images/serviceIcon.png) -255px -250px;
}*/
.portfolio{
    background-image: url("../images/portfolioBackground.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}
.portfolioInside{
    color: white;
}

.port-image
{
    width: 100%;
}

.each-item
{
    position:relative;
    overflow:hidden;
    margin-bottom: 30px;
}

.each-item:hover .cap2, .each-item:hover .cap1
{
    left:0px;
}

.cap1
{
    position:absolute;
    width:100%;
    height:80%;
    background:rgba(0, 0, 0, 0.50);
    top:0px;
    left:-100%;
    padding:10px;
    
    transition: all .5s;
}

.cap2
{
    position:absolute;
    width:100%;
    height:20%;
    background:rgba(168, 207, 69, 0.85);
    bottom:0px;
    left:100%;
    padding:10px;
    
    transition: all .5s;
}
.cap2 a{
    color: white;
    margin: 0px;
    padding: 0px
}
.whyusInside ul li {
    margin: 10px 0px;
    padding: 30px 0px;
    border-bottom:none;
    border-right: 2px solid #006cb5;
    }

.whyusInside ul li:last-child{
    border: none;
}

.logoContact img{
    margin: 30px 0px;
}
.logoContact ul li{
    display: table;
    float: left;
    margin: 10px 10px;
}
.facebookIcon{
    width: 63px;
    height: 63px;
    background: url(../images/socialIcons.png) 0px 0px;
}
.facebookIcon:hover{
    background: url(../images/socialIcons.png) 0px -67px;
}
.linkdinIcon{
    width: 63px;
    height: 63px;
    background: url(../images/socialIcons.png) -67px 0px;
}
.linkdinIcon:hover{
    background: url(../images/socialIcons.png) -67px -67px;
}
.twitterIcon{
    width: 63px;
    height: 63px;
    background: url(../images/socialIcons.png) -138px -0px;
}
.twitterIcon:hover{
    background: url(../images/socialIcons.png) -138px -67px;
}
.form input{
    width: 100%;
    padding: 5px 10px;
    margin: 10px;
    border: 1px solid #a8cf45;
    border-radius: 5px;
}
.form textarea{
    width: 100%;
    padding: 5px 10px;
    margin: 10px;
    border: 1px solid #a8cf45;
    border-radius: 5px;
}
.form .submitButton{
    background-color: #a8cf45;
    width: 40%;
    color: white;
}
.form .submitButton:hover{
    -webkit-box-shadow: 0px 10px 37px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 37px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 37px 1px rgba(0,0,0,0.5);
}
footer{
    background-color: #006cb5;
    
}
footer p{
    color: white;
    font-size: 15px;
    padding: 10px;
    margin: 0px;
}
footer p > a{
    color: white;
}
footer p > a:hover{
    color: white;
}

.mySlides ul li{
    display: table;
    float: left;
    width: 50%;
}

.slider2{
    bottom: -40px !important;
}
.slider2 .active{
    background-color: black;
}
.slider2 li{
    border-color: black;
}
.clientList {
       padding-left:40px;
}
.clientInside{
    padding-bottom: 30px;
}