ul.our-customer-cat {
    padding: 0;
    margin: 0;
}
ul.our-customer-cat li {
    display: inline-block;
    padding: 12px;
    position: relative;
}
ul.our-customer-cat li::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    top: 15px;
    right: 0;
    background: #fff;
}
ul.our-customer-cat li:nth-last-child(1):after {
    display: none;
}
ul.our-customer-cat li a {
    color: #fff;
}
.customer-section.bg-light-gray {
    background-color: #f1f1f1;
}
.customer-section h6 {
    font-size: 17px;
    line-height: 1.2;
    position: relative;
}
.customer-section h6:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    top: -18px;
    left: 25%;
    background-color: #c18930;
    visibility: hidden;
    transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.customer-section .card:hover h6:before {
    visibility: visible;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
  }
.customer-section .card{
    margin-bottom: 25px;
}
.customer-section .card-img {
    min-height: 196px;
    padding: 10px 20px;
}
.customer-section .card:hover {
   margin-bottom: 25px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.customer-section .card:hover {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
}
.customer-section .owl-item > div {
    margin: 0;
}
.customer-section .owl-item,  .customer-section .owl-item.active , .customer-section .owl-item:hover{
    opacity: 1 !important;
}
.customer-section .owl-nav {
    top: initial;
    position: absolute;
    bottom: -68px;
}
.customer-section .owl-nav button {
    width: 40px;
    height: 40px;
    margin: 30px 8px;
}
.customer-section .owl-carousel .owl-nav button.owl-prev {
    float: none;
    left: 0;
}
.customer-section  .owl-carousel .owl-nav button.owl-next {
    float: none;
}
.customer-section .owl-carousel .owl-stage-outer {
    margin-left: 0;
    margin-right: 0px;
}
.customer-section .owl-carousel .owl-stage {
    padding:30px 0px;
}
.customer-section .owl-carousel .owl-item img {
    width: 84%;
    margin: 0 auto
}

#International {
    background-image: url(../images/our-customers/bg/international-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;   
}
#Corporate {
    background-image: url(../images/our-customers/bg/Corporate-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
#Government {
    background-image: url(../images/our-customers/bg/Government-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#PrivateMedicalColleges {
    background-image: url(../images/our-customers/bg/Medical-College-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
#map {
    border-top: 2px solid #c18930;
}
/* ======================================== 
    Responsive css
 ==============================================  */ 

 @media(min-width:1000px) {
    .customer-section h6 {
        min-height: 65px;
    }
}

@media(min-width:1300px) {
    .customer-section .owl-carousel .owl-item img {
        max-width: 186px;
    }
}
@media(max-width:779px) {

}