
body {
    overflow-x:hidden;
    width:100%;
}
#avatar-body-top-block .avatar-wrapper,#avatar-full-4-block .avatar-wrapper,#avatar-footer-inside-block .avatar-wrapper{
				max-width: 1000px;
				margin: auto; 
			}
	
			#avatar-pos-top-left {
				width: 17.1%;
			}
			#avatar-pos-top-middle {
				width: 0%;
			}
			#avatar-pos-top-right {
				width: 82.9%;
			}
			
			#avatar-pos-footer-left {
				width: 30.33%;
			}
			#avatar-pos-footer-middle {
				width: 33.34%;
			}
			#avatar-pos-footer-right {
				width: 33.33%;
			}
			
			#avatar-pos-promo-top-left {
				width: 33.33%;
			}
			#avatar-pos-promo-top-middle {
				width: 100%;
			}
			#avatar-pos-promo-top-right {
				width: 33.33%;
			}
			
			#avatar-pos-promo-bottom-left {
				width: 33.33%;
			}
			#avatar-pos-promo-bottom-middle {
				width: 100%;
			}
			#avatar-pos-promo-bottom-right {
				width: 33.33%;
			}
			
			#avatar-left {
				width: 25%;
			}
			#avatar-right {
				width: 30%;
			}
			#avatar-content {
				width: 100%;
			}
			#avatar-pos-inner-left {
				width: 23%;
			}
			#avatar-pos-inner-right {
				width: 23%;
			}
			
			#avatar-main-content{
				width: 100%;
			}
				
.portfolio-wrap-list .portfolio , .portfolio-wrap-list .portfolio a 
{
	padding-bottom:0 !important
}
.portfolio-wrap-list .portfolio-overlay , .portfolio-wrap-list .thumb-info ,.portfolio-wrap-list .portfolio-overlay .thumb-info p ,.portfolio-wrap-list .portfolio-image
{
	padding:0 !important
}
.portfolio-wrap-list
{
	display:flex;
	gap:20px;
	flex-wrap:wrap
}
.portfolio-wrap-list .portfolio-item
{
	width:calc(33% - 20px);
}				
.portfolio-wrap-list .portfolio-image
{
	display:flex !important;
}
.b_back {
    background: #00529b;
    border-radius: 10px;
    color: #FFF !important;
    padding: 13px 25px !important;
    /* display: flex; */
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
}
.mb-25
{
	margin-bottom:25px;
}
#avatar-go-to-top
{
	background-color:#00529b
}
/*s*/@media all and (max-width: 576px){
.portfolio-wrap-list
{

	gap:0;
}
.portfolio-wrap-list .portfolio-item
{
	width:100%;
}	
}