 ol, ul {
        list-style: none;
      }
      .footer-container ul li {
        padding-bottom: 13px;
      }
      .socialmedia div {
          width: 30px;
          float: left;
      }
      .fa-2x {
        font-size: 1.5em !important;
      }
     .footer-container ul{
            margin-left: -40px;
      }
       .footer-container ul{
        text-align: left;
        line-height: 7px;
        color: #7B7B7B;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 400;
      }
      h4, .h4 {
        font-size: 0.8rem;
        font-weight: 700;
      }
      .footer-container .col-1, .col-2{
        padding-right: 0px !important; 
        padding-left: 0px !important; 
      }
      .slider-inner .item img{
    display: block;
    width: 100%;
    height: auto;
}
.slider-inner h1{
    color: purple;
}
.testimonialsh2{
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}
.testimonialsh2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #23baeb;
  left: 0;
  right: 0;
  bottom: -10px;
}
.testimonialtext{
  padding: 30px 0 10px;
  width:50%;
  margin: 0 auto;
  text-align: center;
}
.img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
 .overview {  
  font-style: italic;
  width:50%;
  margin: 0 auto;
  text-align: center;
}
.overview b {
  text-transform: uppercase;
  color: #23baeb;
}
.card{overflow: hidden;}
.card img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.card:hover .card-body img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.productimagess{
  overflow: hidden;
  cursor: pointer;
}
.productimagess img {
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.productimagess:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.btn-primary {
    color: #FFFFFF;/*#00aebc;*/
    background-color: #00aebc;/*#FFFFFF;*/
    border-color: #eaeaea;/*#00aebc;*/
}
.btn-primary:hover {
    color: #fff;
    background-color: #fd8204;
    border-color: #fd8204;
    }
.footerContact{
  padding-right:0px !important;padding-left:0px !important;width:162px;
}
.footerNewsletter{
  padding-right:0px !important;padding-left:0px !important;width:160px;
}
.footerMedia{
  padding-right:0px !important;padding-left:0px !important;width:130px;
}
.footerOurPeople{
  padding-right:0px !important;padding-left:0px !important;width:175px;
}
.footerServices{
  padding-right:0px !important;padding-left:0px !important;width:170px;
}
.footerAbout{
  padding-right:0px !important;padding-left:0px !important;width:164px;
}
.footerCopy{
  padding-right:0px !important;
}
.bigLine{
  background-color:#CCC;margin:0px auto;width:100%;background-color: #00aebc;height:3px;
}
.footerFont{
  font-size:12px !important;
}

/*  WEather custome css */
  .modelweatherdilog {
    max-width: 90% !important;
  }
  #myModalWeather iframe{width:100% !important;}
  .climate-month{
    float: left;
    text-align: left;
    width: 8%;
  }
/* weather custom css end */