/* You can add global styles to this file, and also import other style files */
body {
  /*background: #dadada;*/
  background: #f0f0f0;
  /*font: 14px/20px Arial, San-Serif;*/
  color: #555;
}
ul{
  padding: 0;
  margin: 0;
}


nav img{
  height:80px;
  padding-left:0px;
}
nav ul{
  padding-right:50px;
}
nav{
  height:80px;
  background:#405580;
}
.navbar-default .navbar-nav>li>a {
  color: white;
  font-size: 18px;
}
.navbar-default {
  background:#405580;

}
.navbar-nav {
  margin:15px -15px;
}
.navbar-default {
  width: 100%;
  /*background: #405580;*/
  border-color: #405580;
  background: rgba(64, 85, 128, 0.7);
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}



.ee_slopbh3{
  color: #168c6d;;
}

.slick-prev:before{
      content: ' ';
}
.slick-next:before {
    content: ' ';
}

.featureProjects button{
  padding: 5px;
  text-align: center;
}

.featureProjects button.slick-prev{
  background: url(assets/image/left-arrow.png) no-repeat;
  border: 1px solid #fe4647;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 0;
  left: 90%;
  margin-top: -60px;
  
}

.featureProjects button.slick-next{
  background:url('assets/image/right-arrow.png') no-repeat;
  border: 1px solid #fe4647;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 0;
  right:1.20%;
  margin-top: -60px;
  
}


.ee_recentWorks button.slick-prev{
  background:url('assets/image/left-arrow.png') no-repeat;
  border: 1px solid #fe4647;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 0;
  left: 90%;
  margin-top: -60px;
  
}

.ee_recentWorks button.slick-next{
  background:url('assets/image/right-arrow.png') no-repeat;
  border: 1px solid #fe4647;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 0;
  right:1.20%;
  margin-top: -60px;
  
}

.news-title{
  border-bottom: 2px solid red;
  background: wheat;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  box-shadow: 0px 0px 0px 2px #ccc;
  margin-top: 20px;
}

.newsletter-pdf{
  width: 100%;
  height: 1000px;
  border-top: 4px solid blue;
  border-bottom: 14px solid blue;
  border-radius: 0 0 10px 10px;
}



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 50px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-img figure{
  margin-bottom: 20px;
  background: #ddd;
}
.gallery-img figure,
.gallery-img a{
  height: 300px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.gallery-img img{
  height: auto;
}