/* CSS Document */
body{
  font-size: 16px;
  line-height: 1.6;
}

#intro {
  display: table;
  width: 100%;
  height: 250px;
  background: #000;
  position:  relative;
}

#intro .carousel-item {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-container h2{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 100px;
  padding: 8px;
  border-bottom: solid 2px #FFF;
}

#intro p {
  width: 100%;
  margin: 0px auto 10px auto;
  color: #fff;
/*
  position:  absolute;
  top: 75%;
  left:39%;
  */
  text-align:center;
}

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.9);
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 56px;
  margin-top: -15px;
}

.nav-menu > .active > a {
  color: #18d26e;
}

.layoutImage{
  border: 1px solid #5A5959;
  padding: 8px;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

/* Services Section
--------------------------------*/

.serviceArea {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

.serviceArea .box {
  margin-bottom: 30px;
}

.serviceArea .icon {
  float: left;
}

.serviceArea .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

.serviceArea .title {
/*  margin-left: 60px;*/
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.serviceArea .title a {
  color: #111;
}

.serviceArea .box:hover .title a {
  color: #18d26e;
}

.serviceArea .description {
  margin: 20px 0px 0px 20px;
  font-size: 14px;
  line-height: 24px;
}

/* Services Section
--------------------------------*/

.contentsArea {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
  margin-top: 30px;
}

.contentsArea .box {
  margin-bottom: 30px;
}

.contentsArea .icon {
  float: left;
}

.contentsArea .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

.contentsArea .title {
/*  margin-left: 60px;*/
  margin: 20px 0px 20px 20px;
  font-weight: 700;
  font-size: 18px;
}

.contentsArea .title a {
  color: #111;
}

.contentsArea .box:hover .title a {
  color: #18d26e;
}

.contentsArea .description {
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.contentsArea .sub-title {
  /*  margin-left: 60px;*/
    margin: 20px 0px 20px 20px;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
  }
  

/* News Section
--------------------------------*/

#main{
  background-color: white;
}

#sidebar{
  margin-top: 50px;
  position: fixed;
  right: 0px;
}

@media screen and (max-width:800px){
#sidebar{
  margin-top: 50px !important;
  margin-bottom: 50px;
  position: inherit;
  right: 0px;
}
}

