@charset "utf-8";
/* CSS Document */
 
 #mixedSlider  .section-title h1 {
  margin: 0px 0 10px 0;
  padding: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration:none;
}
#mixedSlider  .section-title p{
  font-size: 24px;
  font-weight: 100;
}
#mixedSlider  .service-area{

}
#mixedSlider  .outer-circle{
margin-left:auto; margin-right:auto;
  width: 251px;
  height: 251px;
 /* border-radius: 50%;*/
  padding: 0px;
}
 
#mixedSlider  a.inner-circle{
	width: 205px;
	height: 205px;
	border-radius: 50%;
	background-color: #FF0000;
	padding-top: 8px;
}

#mixedSlider  a.inner-circle .icon-1 {
    width: 130px;
    height: 130px;
    margin: auto;
    background-size: 130px !important;
 
    background: url(../water-2.png) no-repeat 0px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#mixedSlider  a.inner-circle .icon-2 {
  width: 130px;
    height: 130px;
    margin: auto;
    background-size: 130px !important;
 
    background: url(../pvc.png) no-repeat 0px 0px;
  /* width: 130px;
    height: 100px;
    margin: auto;
    background-size: 100px !important;
 
    background: url(../pvc.png) no-repeat 14px 0px;*/
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#mixedSlider  a.inner-circle .icon-3 {
  width: 130px;
    height: 130px;
    margin: auto;
    background-size: 130px !important;
 
    background: url(../hose-6.png) no-repeat 0px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#mixedSlider  a.inner-circle .icon-4 {      width: 130px;
    height: 130px;
    margin: auto;
    background-size: 130px !important;
 
    background: url(../fitt.png) no-repeat 0px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
	
 
}
#mixedSlider  a.inner-circle .icon-5 {      width: 130px;
    height: 130px;
    margin: auto;
    background-size: 130px !important;
 
    background: url(../hdpe3.png) no-repeat 0px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	
	
 
}
#mixedSlider  a.inner-circle h2{ margin-top:0px !important;
padding-top:0px !important;
  font-size: 22px;
  text-align: center;
    text-decoration:none !important;
}

#mixedSlider  a.inner-circle::before {
  background: #00bfff;
  width: 205px;
  height: 205px;
  border-radius: 50%;
}
 
 
 
 
 
h2 { margin:30px auto;}
.container { margin:150px auto;}
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
 /* */white-space: nowrap;
 
 
  overflow: hidden !important;
  
 /* margin: 0 0%;*/
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 25%;
 
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 0px;
}

#mixedSlider .MS-content .item img { width:100%; height:auto;  padding:5px;}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  /*font-style: italic;*/
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  /*margin: 2px 10px 0 5px;*/
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 0px 0 0;
  font-size: 16px;
 /*font-style: italic;*/
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 50px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
   font-size: 50px;
  left: 10px;
    /*left: -10px;*/
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
  font-size: 50px;
  right: 20px;
  /*  right: -10px;*/
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 50%;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 50%;
  right: 10px;
}
 