.banner-carousel{width: 100%;
    height: 550px;
   }
	
.banner-carousel .owl-nav span {
	position:absolute;
	top:40%;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    transition: all 0.5s;
	opacity:0.2;
}

.banner-carousel .owl-nav .owl-prev span{ left:0;     margin-left: 50px;}
.banner-carousel .owl-nav .owl-next span{ right:0; margin-right:50px;}
.banner-carousel .owl-nav span:hover {
    color: #fff;
    background-color: #fa65b1;
}


.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}



.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #726ae3 !important;
    border-color: #726ae3 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}
.testimonial-carousel .owl-dot{ background:#ccc}
.testimonial-carousel .owl-dot.active {
    background: #726ae3;
    border-color: #726ae3;
}
.bj-cover{    background-image: url(../image/quote-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}
	
	.best-company{ padding:70px;}
	.item-hen{ padding:20px; margin-top:25px; background:#fff;    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);}
	.item-hen h4{ font-size:15px; margin:10px 0px; color:#222; font-weight:700}
		
		
		
		.brand-section {
     padding: 20px 0px;
    background: #fff;
    margin: 20px 0px;
    color: #2a2a2a;
}

.brand-section .section-heading a{ color:#726ae3}

ol.w3l-right li {
  font-size: 14px;
  line-height: 28px;
  color: #222;
  position: relative; }

ol.w3l-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px; margin:20px 0px; }

ol.w3l-right li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 11px;
  left: -20px;
  border: 1px solid #726ae3; }
  ol.w3l-right li:last-child:before{ display:none}
  
  .look-tel{color: #fff;background: #726ae3;padding:2px 30px; display:inline-block;    border-radius: 15px;}
   .look-tel:hover{ color:#fff}
   
   .img-grids {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  align-content: baseline; }

.img-grids img {
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease; }

.img-grids img:hover {
  transform: translateY(-10px);
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease; }
  .info-top-section{ padding:60px 0px}
  
  .info-top-box{ background:#fff; padding:30px;}
  .bottom-ab-left{ padding:0px 30px;}
  .company-top-section{ margin:50px 0px;}
  .img-grids .pro-name{ font-size:13px; color:#222; height:40px; overflow:hidden; margin-top:5px}
  .bottom-ab-left .con-div{ font-size:14px; margin-top:15px;}
  .company-pic{ width:80px;    overflow: hidden;}
  .company-pic img{width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;}
  .title-big { line-height:30px; font-size:18px;}
  
  .bj-white{ background:#fff; padding:30px;}
  .relate-title{ font-size:16px; font-weight:800; margin-bottom:20px;}
  .pro-name{ font-size:14px; color:#222; display:inline-block; margin-top:10px; height:42px; overflow:hidden}