.partners-logo-section {
  background: #fff;
}
.partners-logo-section .content-section {
  max-width: 1400px;
  margin: 0 auto;
}
.partners-logo-section .content-section .title-area {
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
}
.partners-logo-section .content-section .title-area h2{
  color: #000;
  text-align: center;
  font-size:48px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;  
  margin:0;
  padding:0;
}
.partners-logo-section .content-section .title-area p{
  margin:0;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: R-Flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.36px;
}

.partners-logo-section .content-section .content-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.partners-logo-section .content-section .content-area .item-group-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*! margin: 0 -73px; */
}
.partners-logo-section .content-section .content-area  .item-group-top .single-item {
  width: calc(100%/6 - 146px);
  margin: 0 73px 10px;
  position: relative;
   display: flex;
  justify-content: center;
   align-items: center;
   min-height: 180px;
}

.partners-logo-section .content-section .content-area  .item-group-top .single-item img,
.partners-logo-section .content-section .content-area  .item-group-bottom .item-group-bottom-inner .single-item img{
    margin: 0 auto;
    max-width: 160px;
    height: auto;
 
}
.partners-logo-section .content-section .content-area .item-group-bottom {
  width: 100%;
  position: relative;
  min-height:180px;
}
.partners-logo-section .content-section .content-area .item-group-bottom .item-group-bottom-inner{
  display: flex;
  flex-wrap: wrap;
  /*! margin: 0 -73px; */
  width: 100%;
}
.partners-logo-section .content-section .content-area .item-group-bottom .item-group-bottom-inner .single-item {
   width: calc(100%/6 - 146px);
  margin:0px 73px 0;
  position: relative;
  display: flex;
   justify-content: center;
   align-items: center;
   min-height:180px;
}
.partners-logo-section .content-section .content-area .item-group-top .single-item:last-child:after,
.partners-logo-section .content-section .content-area .item-group-bottom .item-group-bottom-inner .single-item:last-child:after{
  display: none;
}
.partners-logo-section .content-section .content-area  .item-group-top .single-item:after{
  top:10px;
  right:-73px;
  width: 1px;
  height:180px;
  position: absolute;
  content: '';
  background: url("/template/c73e5a0b/images/top-border-colume.png");
}
.partners-logo-section .content-section .content-area .item-group-bottom .item-group-bottom-inner .single-item:after{
  top:0px;
  right:-73px;
  width: 1px;
  height:180px;
  position: absolute;
  content: '';
  background: url("/template/c73e5a0b/images/middle-colume-border.png");
}

.partners-logo-section .content-section .content-area div:last-child.item-group-bottom .item-group-bottom-inner .single-item:after{
  background: url("/template/c73e5a0b/images/bottom-border-colume.png");
}


.partners-logo-section .content-section .content-area .item-group-bottom:before{
  top:0;
  left:50%;
  transform: translateX(-50%);
  max-width: 1400px;
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: url("/template/c73e5a0b/images/row-line.png");
  background-size: contain;
}
.partners-logo-section .content-section .content-area .item-group-top .single-item a:hover, 
.partners-logo-section .content-section .content-area .item-group-bottom .item-group-bottom-inner .single-item a:hover {
  text-decoration: none;
}


.partners-logo-section .load-more-btn a{
  color:#2896A2 !important;
  font-weight:600;
  font-size:16px;
  position:relative;
  text-decoration:none;
}
.partners-logo-section .load-more-btn{
  text-align:center;
  display:block;
  width:100%;
  margin-top: 50px;
}

.partners-logo-section .load-more-btn a:after {
    content: '';
    background: url("/template/c73e5a0b/images/down-arrow.svg");
    width: 11px;
    height: 17px;
    display: inline-block; 
    transform: rotate(-90deg);
    position: absolute;
    right: -22px;
    top: 3px;
}
.partners-logo-section .load-more-btn a:hover {
    opacity: .8;
}
.partners-logo-section .content-section .content-area .single-item:hover img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.05);
}

@media screen and (max-width: 991px) {
.partners-logo-section .content-section .content-area .item-group-bottom .item-group-bottom-inner .single-item:after { 
    height: 130px; 
}
.partners-logo-section .content-section .content-area  .item-group-top .single-item:after { 
    height: 170px; 
}
}
