 /* slider setting  start */



 .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255,255,255,.5);
}

.carousel-indicators {
position: absolute;
right: 0 !important;
bottom: 10px;
left: 60%;
width: 10%;
z-index: 15;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}


.carousel-caption {
position: absolute;
//right: 15%;
right: 30%;
bottom: -12px;
//left: 15%;
left: 0%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}

.slider-msg {
text-align: left;
background-color: rgb(6, 144, 211);
padding: 30px;
border-radius: 10px;
background-image: url('../images/go-green/plant-hand-dim.png');
background-size: cover;
opacity: 0.9;
margin-bottom: 100px;
}

.slider-msg a {
background-color: rgb(247, 156, 78);
font-family:square721;
font-size: 18px;
}
.slider-msg a:hover {
background-color: rgb(14, 14, 14);
}

.slider-msg-box{ 
font-family: minionpro;
}

.slider-msg p{
line-height: 19px;
margin-bottom: 15px;
font-family: square721;
color: #fff;
}

.slider-msg h3{
font-size: 45px;
color: #fff;
}

.slider-msg h1{
font-size: 75px;
color: #fff;
}

.slider-msg h1, h2, h3, h4, h5, h6{
line-height: 0.9;
}

.main-slider img{
  height: 670px;
}

/* slider setting  end */


@media only screen and (max-width: 500px){

  
.slider-msg {
  text-align: left;
  background-color: rgb(6 144 211 / 0%);
  padding: 30px;
  border-radius: 10px;
  background-image: none;
  background-size: cover;
  opacity: 0.9;
  margin-bottom: 210px;
}

.slider-msg h1 {
  font-size: 18px;
    color: #fff;
}

.slider-msg h3 {
  font-size: 15px;
  color: #fff;
}

.slider-msg a {
  background-color: rgb(247, 156, 78);
  font-family: square721;
  font-size: 7px;
}

.slider-msg p {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 7px;
  font-family: square721;
  color: #fff;
}

.main-slider img{
  height: 170px;
}

}

.left-indicator, .right-indicator{
  color:#fff;
}

.glyphicon-chevron-left:before {
  content: "\e079";
  font-size: 20px;
}

.glyphicon-chevron-right:before {
  content: "\e080";
  font-size: 20px;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #fff;
  margin-top:1px;
}

.carousel-indicators li {
  border: none;
}




@media only screen and (max-width: 1400px) {


  .slider-msg h3 {
    font-size: 26px !important;
    color: #fff;
}

.slider-msg h1, h2, h3, h4, h5,  h6 {
  line-height: 0.4;
}

.slider-msg h1 {
  font-size: 35px;
  color: #fff;
}

.slider-msg {
  margin-bottom: 65px;
}

}


/* slider position setting start */

.slider-position{
  position: relative;
  right: 116px;
}

/* slider position setting end */