.pd_alm_single_item * {
	box-sizing: border-box;
}
.pd-alm-d-none {
	display: none;
}
.pd_alm_single_item {
	word-break: break-word;
}
.pd_alm_content {
	text-align: center;
	padding: 25px 15px;
	line-height: 25px;
	font-size: 16px;
}
.pd_alm_content a {
	color: #0274be;
	text-decoration: none;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.pd_alm_content a:hover {
	color: #3a3a3a;
}
.pd_alm_title h2 {
	font-size: 30px;
	line-height: 27px;
	margin-bottom: 20px;
}
.pd_alm_content p {
	text-align: justify;
}

.pd-alm-load-btn {
	text-align: center;
	margin-top: 15px;
}
.pd-alm-load-more-text {
	padding-left: 6px;
}

.pd_alm_single_item {
	background: #fff;
	box-shadow: 0px 0px 8px 3px rgba(99, 98, 98, 0.7);
}
.pd_alm_thumbnail a {
	display: block;
}
.pd_alm_thumbnail img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	box-shadow: -3px 3px 9px 0px #949494;
}
.pd-alm-column-type-matchheight .pd_alm_single_item {
	height: 100%;
}
.wbel_pd_alm_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	/*padding-left: 40px;*/
	/*padding-right: 40px;*/
}

/*==========================*/
/*			Style 2			*/
/*==========================*/
.wbel_pd_alm_style-2 .pd_alm_single_item {
	position: relative;
	overflow: hidden;
}
.wbel_pd_alm_style-2 .pd_alm_content {
	position: absolute;
	left: 0;
	top: -100%;
	height: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.wbel_pd_alm_style-2 .pd_alm_single_item:hover .pd_alm_content {
	background: rgba(0, 0, 0, 0.65);
	visibility: visible;
	opacity: 1;
	top: 0;
	height: 100%;
}
.wbel_pd_alm_style-2 .pd_alm_content {
	color: #fff;
}
.wbel_pd_alm_style-2 .pd_alm_content a:hover {
	color: #fff;
}
.wbel_pd_alm_style-2 .pd_alm_title a {
	color: #4ebaff;
}
.wbel_pd_alm_style-2 .pd_alm_title a:hover {
	color: #fff;
}

.wbel_pd_alm_style-2 .pd_alm_title,
.wbel_pd_alm_style-2 .pd_alm_description {
	width: 100%;
}

/*==========================*/
/*		Grid Styles 		*/
/*==========================*/
.pd-alm-col-1 {
	width: 100%;
}
.pd-alm-col-2 {
	width: 50%;
}
.pd-alm-col-3 {
	width: 33.33%;
}
.pd-alm-col-4 {
	width: 25%;
}
.pd-alm-col-5 {
	width: 20%;
}
.pd-alm-col-6 {
	width: 16.66%;
}
.pd-alm-col-7 {
	width: 14.28%;
}
.pd-alm-col-8 {
	width: 12.5%;
}
.pd-alm-col-9 {
	width: 11.11%;
}
.pd-alm-col-10 {
	width: 10%;
}

.mt-55 {
	margin-top: 55px;
}
.portfolio_cat_list {
	display: flex;
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.portfolio_cat_list li {
	position: relative;
}

.portfolio_cat_list li:not(:last-child) {
	margin-right: 5px;
}

.portfolio_cat_list li::after {
	position: absolute;
	right: -3px;
	bottom: -1px;
	content: ",";
	line-height: 17px;
	color: #626161;
	font-size: 14px;
}

.portfolio_cat_list li:last-child:after {
	display: none;
}

.hidden {
	visibility: hidden;
	width: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.portfolio-classic .col-lg-6:nth-child(12),
.portfolio-classic .col-lg-6:nth-child(9),
.portfolio-classic .col-lg-6:nth-child(6),
.portfolio-classic .col-lg-6:nth-child(3) {
    flex: 0 0 auto !important;
    width: 100% !important;
}