body,ul,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px}
a {outline: 0;}
a:focus{outline: 0;}
img{width: 100%;}
li{list-style-type: none;display: inline;}
/*p {color: #fff;font-family: 'Lato-Light';}
*/h1{font-size: 24px;}
span img {padding: 0px 10px;}
.pad_tb1{
    padding: 50px 0px!important;
}
.clr_set h3{
 color: #00aedd;
 padding: 40px 0px 20px 0px;
}
.single-item p{
    color: #949494;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
}

.c-carousel__slides img {
  display: block;
  margin-right: 100px;
  
}

.c-carousel {
  width: 100%;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.c-carousel__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: white;
}
.c-carousel__arrow--left {
  left: 15px;
}
.c-carousel__arrow--right {
  right: 15px;
}
.c-carousel__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}
/*about*/
.abt_banner{
  background:url(../img/banner.jpg);
}
/*end about*/
.tx_cl{color: #606060; font-size: 17px; font-weight: 400;}

#yourElement {
  -vendor-animation-duration: 20s;
  -vendor-animation-delay: 20s;
  -vendor-animation-iteration-count: infinite;
}