#myCarousel > div {
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.carousel-inner .item{
  height: 100%;
}
.carousel-control.right{
  background-image: linear-gradient(to right,rgba(60, 120, 137,.0001) 0,rgba(60, 120, 137,.5) 100%);
  background-image: -webkit-linear-gradient(left,rgba(60, 120, 137,.0001) 0,rgba(60, 120, 137,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(60, 120, 137,.0001) 0,rgba(60, 120, 137,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(60, 120, 137,.0001)),to(rgba(60, 120, 137,.5)));
}
.carousel-control.left{
  background-image: linear-gradient(to right,rgba(60, 120, 137,.5) 0,rgba(60, 120, 137,.0001) 100%);
  background-image: -webkit-linear-gradient(left,rgba(60, 120, 137,.5) 0,rgba(60, 120, 137,.0001) 100%);
background-image: -o-linear-gradient(left,rgba(60, 120, 137,.5) 0,rgba(60, 120, 137,.0001) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(60, 120, 137,.5)),to(rgba(60, 120, 137,.0001)));
}
#myCarousel > a.carousel-control > span.glyphicon{
  color: rgb(60, 120, 137);
}

.carousel-indicators .active {
  background-color: rgb(60, 120, 137);
  width:18px;
  height:18px;
}
.carousel-indicators li{
width:15px;
height:15px;
}

.navbar {
  margin-bottom: 0px;
}
.col-sm-4, .container-fluid > p, .container-fluid > h1 {
  text-align: center;
}
#myCarousel > div > div >img {
  margin-left: auto;
  margin-right: auto;
}
.header-img {
  padding-left: 0px;
  padding-right: 0px;
}
.div-point > h2 {
  font-size: 20px;
  font-weight: bold;
}
.footer {
  margin-top: 30px;
  background-color: rgb(34, 34, 34);
  color: white;
  padding: 15px 0px;
}
.Sub-Heading {
  text-align: center;
}
.emaildiv {
  margin-top: 20px;
}
.emailcomment {
  margin-bottom: 20px;
}
body > div.footer > div > div > p{
	text-align: center;
}
/**FOOTER CSS**/

* {
  margin: 0;
}
html, body {
  height: 100%;
  font-size: 15px;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto -80px;
  /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  min-height: 250px;
  /* .push must be the same height as .footer */
}

/**triangle bullets**/

.div-point ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
.div-point li:before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.koru-holder{
  margin-top: 10px;
  height:70px;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.koru-holder img{
  height:150px;
  width: 150px;
  margin: -40px 0 0 -40px;
}
body > div.footer > div > div > div > div > p > b{
  text-decoration: underline;
}

body > nav > div > div > ul > li{
  font-size: 18px;
}
