/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2022 | 17:30:24 */
/* This is for partners page */ 

.partners-container {
	display:block;
	position:relative;
	padding:48px 22px;
	width:100%;
}
.partners-cat-list {
  	display:inline-block;
	vertical-align:top;
	padding-right: 15px;
    padding-left: 0;
    -webkit-transition: top .1s ease;
    -o-transition: top .1s ease;
    transition: top .1s ease;
    width: 25%;
	float: left;
  	color: #ffbdbd;
  	will-change: min-height;
	max-height: 420px;
	overflow-y:auto;
}
.article-sidebar-menu {
	background-color: #f2f2f2;
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
	left:unset !important;
    max-height:300px;
    overflow-y:auto;
}
.partners-cat-list a {
    display: block;
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-size: .9375rem;
    font-weight: 500;
    line-height: 1.1;
    color: #1c1c1c;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.partners-cat-list a:first-child {
    background-color: #03442a;
    color: #fff;
}
.partners-cat-list a:hover {
    text-decoration: none;
    background-color: #ffc32f;
    color: #fff;
}
.partners-posts {
	display:inline-block;
  	width:75%;
	vertical-align:top;	
	padding-right: 0;
    padding-left: 15px;
}
.p-cat-section + .p-cat-section {
	padding-top:2rem;
}
.p-cat-section h2{
	font-family: Poppins,Helvetica,Arial,sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
	text-transform: uppercase;
	line-height: .8;
    letter-spacing: 1px;
    color: #1c1c1c;
	text-align: left;
    margin-bottom: 2rem;
}
.p--sec-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.9375rem 0.9375rem 2.625rem;
    border: 2px solid #92c395;
    margin-top: 2rem;
}
.p--img {
	margin-right: auto;
    width: 20%;  
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 1rem 0.563rem;
    min-width: 190px;
    min-height: 212px;
    text-align: center;
    display: flex;
      align-items: center;
    vertical-align: middle !important;
}
.p--img img {
    width: 100%;
    vertical-align: middle;
}
.p--text {
    width: 50%;  
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.25rem;
    color: #3e3e3e;
    line-height: 1.68;
    padding-left: 0.9375rem;
}
.p--name {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    color: #1c1c1c;
    text-transform: capitalize;
    line-height: 1.1; 
}
.p--content {
    margin-bottom: 1rem;  
}
.p--small-btn {
    padding-left: 0.9375rem;
    width: 30%;
    margin-left: auto;
}
.p--small-btn a {
    text-transform: uppercase;
     min-width: 13.5rem; 
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    padding: 0.9375rem 2.1rem;
    font-size: 1.1875rem;
    line-height: 1.21;
    border-radius: 2px;
    -webkit-transition: color .2s ease-in,background-color .2s ease-out,border-color .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .2s ease-in,background-color .2s ease-out,border-color .15s ease,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .2s ease-in,background-color .2s ease-out,border-color .15s ease,box-shadow .15s ease-in-out;
    transition: color .2s ease-in,background-color .2s ease-out,border-color .15s ease,box-shadow .15s ease-in-out;
    transition: color .2s ease-in,background-color .2s ease-out,border-color .15s ease,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.p--sec-bottom {
  display:block;
  width:100%;
}
.p--sec-bottom a {
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4;
    color: #ffc32f;
    padding: 0.75rem 1rem;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.asm.active {
  background-color:#ffc32f;
  color:#fff;
}
@media screen and (max-width:1199px) {
  .p-cat-section h2 {
    text-align:center;
  }
  .p--sec-top {
    display:block;
    text-align: center;
    padding:0.9375rem 0.9375rem 0.9375rem;
  }
  .p--img {
    width:100%;
    display:block;
  }
  .p--text {
    width:100%;
    display:block;
    padding-top: 1rem;
  }
  .p--small-btn {
    width:100%;
    display:block;
  }
}
@media screen and (max-width:992px) {
  .partners-cat-list {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    float: none;
  }
  .partners-posts {
    display:block;
    width:100%;    
  }
  .partners-posts, .partners-cat-list {
    padding:0;
  }
  .partners-container {
    padding-top:36px;
  }
}