technip-logo_27_09_2009_10_41_11-534x234   pepsi      intecsa   attock logo   download   engro-logo   fluor-logo-tn   Hyundai-Logo  sabic

Imgessel has completed some state of the art projects for power, porocess and fertilizer industry. We have delivered the complete design services from conceptual to detail product. We have delivdered the innovative and cost effective products for our clients. Excellent quality of detail engineering has been maintained during the complete project life cycle with complete support to fabrication, erection and comissioning

var lightbox_transition = ‘elastic’;
var lightbox_speed = 800;
var lightbox_fadeOut = 300;
var lightbox_title = false;
var lightbox_scalePhotos = true;
var lightbox_scrolling = false;
var lightbox_opacity = 0.201;
var lightbox_open = false;
var lightbox_returnFocus = true;
var lightbox_trapFocus = true;
var lightbox_fastIframe = true;
var lightbox_preloading = true;
var lightbox_overlayClose = true;
var lightbox_escKey = false;
var lightbox_arrowKey = false;
var lightbox_loop = true;
var lightbox_closeButton = false;
var lightbox_previous = “previous”;
var lightbox_next = “next”;
var lightbox_close = “close”;
var lightbox_html = false;
var lightbox_photo = false;
var lightbox_width = ”;
var lightbox_height = ”;
var lightbox_innerWidth = ‘false’;
var lightbox_innerHeight = ‘false’;
var lightbox_initialWidth = ‘300’;
var lightbox_initialHeight = ‘100’;

var maxwidth=jQuery(window).width();
if(maxwidth>768){maxwidth=768;}
var lightbox_maxWidth = maxwidth;
var lightbox_maxHeight = 500;

var lightbox_slideshow = false;
var lightbox_slideshowSpeed = 2500;
var lightbox_slideshowAuto = true;
var lightbox_slideshowStart = “start slideshow”;
var lightbox_slideshowStop = “stop slideshow”;
var lightbox_fixed = true;
var lightbox_top = false;
var lightbox_bottom = false;
var lightbox_left = false;
var lightbox_right = false;

var lightbox_reposition = false;
var lightbox_retinaImage = true;
var lightbox_retinaUrl = false;
var lightbox_retinaSuffix = “@2x.$1”;

jQuery(document).ready(function(){
jQuery(“#huge_it_portfolio_content_1 a[href$=’.jpg’], #huge_it_portfolio_content_1 a[href$=’.png’], #huge_it_portfolio_content_1 a[href$=’.gif’]”).addClass(‘group1’);
/ jQuery(“#huge_it_portfolio_content_1 a”).addClass(‘group1’);
var group_count = 0;
var groups = 1;
jQuery(“.portelement_1”).each(function(){
group_count++;
});
for(var i = 1; i <= group_count; i++){
jQuery(".portfolio-group" + i+"-"+groups).colorbox({rel:'portfolio-group' + i+"-"+groups});
}
jQuery(".portfolio-lightbox-group").colorbox({rel:"portfolio-lightbox-group"});
jQuery(".portfolio-lightbox a[href$='.png'],.portfolio-lightbox a[href$='.jpg'],.portfolio-lightbox a[href$='.gif'],.portfolio-lightbox a[href$='.jpeg']").addClass("portfolio-lightbox-group");
var groups = 1;
var group_count_slider = 0;
jQuery(".slider-content").each(function(){
group_count_slider++;
});
var group_count_slider_clone = 0;
jQuery(".portfolio-group-slider"+i).colorbox({rel:'portfolio-group-slider'+i});
/jQuery(".group1").colorbox({rel:'group1'});
for(var i = 1; i <= group_count_slider; i++){
jQuery(".portfolio-group-slider"+i).colorbox({rel:'portfolio-group-slider'+i});
jQuery(".clone .slide_number"+i+" a").removeClass("portfolio-group-slider"+i+" cboxElement");

}
jQuery(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
jQuery(".vimeo").colorbox({iframe:true, innerWidth:640, innerHeight:390});
jQuery(".callbacks").colorbox({
onOpen:function(){ alert('onOpen: colorbox is about to open'); },
onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
});

jQuery('.non-retina').colorbox({rel:'group5', transition:'none'})
jQuery('.retina').colorbox({rel:'group5', transition:'none', retinaImage:true, retinaUrl:true});

jQuery("#click").click(function(){
jQuery('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
jQuery("huge_it_portfolio_filters_")
jQuery("#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li a").click(function(){
jQuery("#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li").removeClass("active");
jQuery(this).parent().addClass("active");

});
});

jQuery(function(){
var defaultBlockWidth=275;
var defaultBlockHeight=160;

var $container = jQuery(‘#huge_it_portfolio_container_1’);

/ add randomish size classes
$container.find(‘.portelement_1’).each(function(){/hech
var $this = jQuery(this),
number = parseInt( $this.find(‘.number’).text(), 10 );
/alert(number);
if ( number % 7 % 2 === 1 ) {
$this.addClass(‘width2’);
}
if ( number % 3 === 0 ) {
$this.addClass(‘height2’);
}
});

$container.hugeitmicro({/
itemSelector : ‘.portelement_1’,
masonry : {
columnWidth : 275+20+2 },
masonryHorizontal : {
rowHeight: 300+20
},
cellsByRow : {
columnWidth : 300+20,
rowHeight : 240
},
cellsByColumn : {
columnWidth : 300+20,
rowHeight : 240
},
getSortData : {
symbol : function( $elem ) {
return $elem.attr(‘data-symbol’);
},
category : function( $elem ) {
return $elem.attr(‘data-category’);
},
number : function( $elem ) {
return parseInt( $elem.find(‘.number’).text(), 10 );
},
weight : function( $elem ) {
return parseFloat( $elem.find(‘.weight’).text().replace( /[\(\)]/g, ”) );
},
id : function ( $elem ) {
return $elem.find(‘.id’).text();
}
}
});

var $optionSets = jQuery(‘#huge_it_portfolio_options_1 .option-set’),
$optionLinks = $optionSets.find(‘a’);

$optionLinks.click(function(){/
var $this = jQuery(this);

if ( $this.hasClass(‘selected’) ) {
return false;
}
var $optionSet = $this.parents(‘.option-set’);
$optionSet.find(‘.selected’).removeClass(‘selected’);
$this.addClass(‘selected’);

var options = {},
key = $optionSet.attr(‘data-option-key’),
value = $this.attr(‘data-option-value’);

value = value === ‘false’ ? false : value;
options[ key ] = value;
if ( key === ‘layoutMode’ && typeof changeLayoutMode === ‘function’ ) {

changeLayoutMode( $this, options )
} else {

$container.hugeitmicro( options );
}

return false;
});

var isHorizontal = false;
function changeLayoutMode( $link, options ) {/console.log(“changeLayoutMode”)
var wasHorizontal = isHorizontal;
isHorizontal = $link.hasClass(‘horizontal’);

if ( wasHorizontal !== isHorizontal ) {

var style = isHorizontal ?
{ height: ‘75%’, width: $container.width() } :
{ width: ‘auto’ };

$container.filter(‘:animated’).stop();

$container.addClass(‘no-transition’).css( style );
setTimeout(function(){
$container.removeClass(‘no-transition’).hugeitmicro( options );
}, 100 )
} else {
$container.hugeitmicro( options );
}
}

$container.delegate( ‘.default-block_1’, ‘click’, function(){/console.log(“changeLayoutMode”)
var strheight=0;
jQuery(this).parents(‘.portelement_1’).find(‘.wd-portfolio-panel_1 > div’).each(function(){
strheight+=jQuery(this).outerHeight()+10;
/alert(strheight);
})
strheight+=205;
if(jQuery(this).parents(‘.portelement_1’).hasClass(“large”)){
jQuery(this).parents(‘.portelement_1’).animate({
height: “205px”
}, 300, function() {
jQuery(this).removeClass(‘large’);
$container.hugeitmicro(‘reLayout’);
});

jQuery(this).parents(‘.portelement_1’).removeClass(“active”);
return false;
}

jQuery(this).parents(‘.portelement_1’).css({height:strheight});
jQuery(this).parents(‘.portelement_1’).addClass(‘large’);

$container.hugeitmicro(‘reLayout’);
jQuery(this).parents(‘.portelement_1’).css({height:”205px”});

/alert(strheight);

jQuery(this).parents(‘.portelement_1’).animate({
height:strheight+”px”,
}, 300,function(){ $container.hugeitmicro(‘reLayout’);});
});

var $sortBy = jQuery(‘#huge_it_portfolio_content_1 #sort-by’);
jQuery(‘#huge_it_portfolio_content_1 #shuffle a’).click(function(){/random dasavorum
$container.hugeitmicro(‘shuffle’);
$sortBy.find(‘.selected’).removeClass(‘selected’);
$sortBy.find(‘[data-option-value=”random”]’).addClass(‘selected’);
return false;
});

//filteringgggggg

/ bind filter on select change
jQuery(document).ready(function(){
jQuery(‘#huge_it_portfolio_filters_1 ul li’).click(function() {/console.log(“filter”);
/ get filter value from option value
var filterValue = jQuery(this).attr(‘rel’);
/ use filterFn if matches value
filterValue = filterValue;/filterFns[ filterValue ] ||
$container.hugeitmicro({ filter: filterValue });
});
var topmargin = jQuery(“#huge_it_portfolio_options_1”).height();
jQuery(“#huge_it_portfolio_filters_1”).css({‘margin-top’:’5px’});
});

});
jQuery(document).ready(function(){

jQuery(‘.portelement_1 .image-block_1 .image-overlay a’).on(‘click’,function(){/console.log(“filter”);/
var strid = jQuery(this).attr(‘href’).replace(‘#’,”);
jQuery(‘body’).append(‘

‘);
jQuery(‘#huge_it_portfolio_popup_list_1’).insertBefore(‘#huge-popup-overlay_1’);
var height = jQuery(window).height();
var width=jQuery(window).width();
if(width<=767){
jQuery('body').scrollTop(0);
}
jQuery('#huge_it_portfolio_pupup_element_'+strid).addClass('active').css({height:height*0.7});
jQuery('#huge_it_portfolio_popup_list_1').addClass('active');

jQuery('#huge_it_portfolio_pupup_element_'+strid+' ul.thumbs-list_1 li:first-child').addClass('active');
var strsrc=jQuery('#huge_it_portfolio_pupup_element_'+strid+' ul.thumbs-list_1 li:first-child a img').attr('src');
jQuery('#huge_it_portfolio_pupup_element_'+strid+' .image-block_1 img').attr('src',strsrc);
return false;

});

jQuery('#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 li ').on('click','a.img-thumb',function(){/console.log("filter");/thubnail neri meccnelna
var width=jQuery(window).width();
var strsrc = jQuery(this).find('img').attr('src')
if(width<=767){
jQuery('body').scrollTop(0);
}
jQuery(this).parent().parent().find('li.active').removeClass('active');
jQuery(this).parent().addClass('active');
/jQuery(this).parents('.right-block').prev().find('img').attr('src',jQuery(this).find('img').attr('src'));
var left_block = jQuery(this).parents('.right-block').prev();
if(left_block.find('img').length !=0)
left_block.find('img').attr('src',strsrc);
else
{
left_block.html('‘);
}
return false;

});

jQuery(‘#huge_it_portfolio_popup_list_1 .heading-navigation_1 .close’).on(‘click’,function(){/console.log(“filter”);
closePopup();
return false;
});

jQuery(‘body’).on(‘click’,’#huge-popup-overlay_1′,function(){
closePopup();
return false;
});

function closePopup() {
var end_video_src = jQuery(‘#huge_it_portfolio_popup_list_1 li.active iframe’).attr(‘src’);
var end_video = ‘&enablejsapi=1’;
jQuery(‘#huge_it_portfolio_popup_list_1 li.active iframe’).attr(‘src’,end_video_src+end_video);
jQuery(‘#huge-popup-overlay_1’).remove();
jQuery(‘#huge_it_portfolio_popup_list_1 li’).removeClass(‘active’);
jQuery(‘#huge_it_portfolio_popup_list_1’).removeClass(‘active’);
}

});
/******/
jQuery(function(){
jQuery(“#huge_it_portfolio_popup_list_1 .video-thumb .play-icon”).on(‘click’,function() {
new_video_id = jQuery(this).attr(“title”);
var showcontrols,prefix,add_src;
var showcontrols,new_video_id,prefix;
if(!new_video_id)
return;
if(new_video_id.length == 11) {
showcontrols = “?modestbranding=1&showinfo=0&controls=1”;
prefix = “/www.youtube.com/embed/”;
}
else {
showcontrols = “?title=0&byline=0&portrait=0”;
prefix = “/player.vimeo.com/video/”;

}
add_src = prefix+new_video_id+showcontrols;
var left_block = jQuery(this).parents(‘.right-block’).prev();
if(left_block.find(‘iframe’).length !=0)
left_block.find(‘iframe’).attr(‘src’,add_src);
else
left_block.html(‘ ‘);

return false;
});
});
/******/

/******/
.portelement_1 .play-icon.youtube-icon,
.play-icon.youtube-icon {
background: url(/wp-content/plugins/portfolio-gallery/Front_end/../images/play.youtube.png) center center no-repeat;
background-size: 30% 30%;
}
.portelement_1 .play-icon.vimeo-icon,
.play-icon.vimeo-icon {
background: url(/wp-content/plugins/portfolio-gallery/Front_end/../images/play.vimeo.png) center center no-repeat;
background-size: 30% 30%;
}

.portelement_1 .play-icon,.play-icon {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
/******/
.portelement_1 {
width:275px;
height:205px;
margin:0px 0px 10px 0px;
background:#f9f9f9;
border:1px solid #dedede;
outline:none;
}

.portelement_1 .image-block_1 {
position:relative;
width:100%;
}

.portelement_1 .image-block_1 img {
margin:0px !important;
padding:0px !important;
width:275px !important;
height:160px !important;
display:block;
border-radius: 0px !important;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.portelement_1 .image-block_1 .image-overlay {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background: rgba(255,255,255,0.7) !important;
display:none;
}

.portelement_1:hover .image-block_1 .image-overlay {
display:block;
}

.portelement_1 .image-block_1 .image-overlay a {
position:absolute;
top:0px;
left:0px;
display:block;
width:100%;
height:100%;
background:url(‘/wp-content/plugins/portfolio-gallery/Front_end/../images/zoom.light.png’) center center no-repeat;
}

.portelement_1 .title-block_1 {
position:relative;
height: 30px;
margin: 0;
padding: 15px 0px 15px 0px;
-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}

.portelement_1 .title-block_1 h3 {
position:relative;
margin:0px !important;
padding:0px 1% 0px 1% !important;
width:98%;
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
font-weight:normal;
font-size: 18px !important;
line-height: 22px !important;
color:#222222;
}

.portelement_1 .title-block_1 .button-block {
position:absolute;
right:0px;
top:0px;
display:none;
vertical-align:middle;
height:30px;
padding:10px 10px 4px 10px;
background: rgba(255,255,255,0.7) !important;
border-left: 1px solid rgba(0,0,0,.05);
}
.portelement_1:hover .title-block_1 .button-block {display:block;}

.portelement_1 .title-block_1 a,.portelement_1 .title-block_1 a:link,.portelement_1 .title-block_1 a:visited,
.portelement_1 .title-block_1 a:hover,.portelement_1 .title-block_1 a:focus,.portelement_1 .title-block_1 a:active {
position:relative;
display:block;
vertical-align:middle;
padding: 3px 10px 3px 10px;
border-radius:3px;
font-size:14px;
background:#2ea2cd;
color:#ffffff;
text-decoration:none;
}

/*#####POPUP#####*/

#huge_it_portfolio_popup_list_1 {
position:fixed;
display:table;
width:80%;
top:7%;
left:7%;
margin:0px !important;
list-style:none;
z-index:2000;
display:none;
height:90%;
}

#huge_it_portfolio_popup_list_1.active {display:table;}

#huge_it_portfolio_popup_list_1 li.pupup-element {
position:relative;
display:none;
width:100%;
padding:40px 0px 20px 0px;
min-height:100%;
position:relative;
background:#FFFFFF;
}

#huge_it_portfolio_popup_list_1 li.pupup-element.active {
display:block;
}

#huge_it_portfolio_popup_list_1 .heading-navigation_1 {
position:absolute;
width:100%;
height:40px;
top:0px;
left:0px;
z-index:2001;
background:url(‘/wp-content/plugins/portfolio-gallery/Front_end/../images/divider.line.png’) center bottom repeat-x;
}

#huge_it_portfolio_popup_list_1 .heading-navigation_1 .close,#huge_it_portfolio_popup_list_1 .heading-navigation_1 .close:link, #huge_it_portfolio_popup_list_1 .heading-navigation_1 .close:visited {
position:relative;
float:right;
width:40px;
height:40px;
display:block;
background:url(‘/wp-content/plugins/portfolio-gallery/Front_end/../images/close.popup.dark.png’) center center no-repeat;
border-left:1px solid #ccc;
opacity:.65;
}

#huge_it_portfolio_popup_list_1 .heading-navigation_1 .close:hover, #huge_it_portfolio_popup_list_1 .heading-navigation_1 .close:focus, #huge_it_portfolio_popup_list_1 .heading-navigation_1 .close:active {opacity:1;}

#huge_it_portfolio_popup_list_1 li.pupup-element .popup-wrapper_1 {
overflow-y:scroll;
position:relative;
width:96%;
height:98%;
padding:2% 2% 0% 2%;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .image-block_1 {
width:60%;
position:relative;
height: 60%;
float:left;
margin-right:2%;
border-right:1px solid #ccc;
min-width:200px;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .image-block_1 img {
width:100% !important; display:block;
padding:0px !important;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block {
width:37%;
position:relative;
float:left;
}

#huge_it_portfolio_popup_list_1 li.pupup-element .popup-wrapper_1 .right-block > div {
padding-top:10px;
margin-bottom:10px;
background:url(‘/wp-content/plugins/portfolio-gallery/Front_end/../images/divider.line.png’) center top repeat-x;
}
#huge_it_portfolio_popup_list_1 li.pupup-element .popup-wrapper_1 .right-block > div:last-child {background:none;}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .title {
position:relative;
display:block;
margin:0px 0px 10px 0px !important;
font-size:18px !important;
line-height:22px !important;
color:#222222;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description {
clear:both;
position:relative;
font-weight:normal;
text-align:justify;
font-size:14px !important;
color:#222222;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description h1,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description h2,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description h3,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description h4,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description h5,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description h6,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description p,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description strong,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description span {
padding:2px !important;
margin:0px !important;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description ul,
#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block .description li {
padding:2px 0px 2px 5px;
margin:0px 0px 0px 8px;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 {
list-style:none;
display:table;
position:relative;
clear:both;
width:100%;
margin:0px auto;
padding:0px;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 li {
display:block;
float:left;
width:75px;
height:75px;
margin:0px 2% 5px 1% !important;
opacity:0.45;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 li.active,#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 li:hover {
opacity:1;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 li a {
display:block;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block ul.thumbs-list_1 li img {
margin:0px !important;
padding:0px !important;
width:75px !important;
height:75px !important;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .image-block_1 iframe {
width:100% !important;
height:100%;
display:block;

}

.pupup-element .button-block {
position:relative;
}

.pupup-element .button-block a,.pupup-element .button-block a:link,.pupup-element .button-block a:visited{
position:relative;
display:inline-block;
padding:6px 12px;
background:#2ea2cd;
color:#ffffff;
font-size:14px;
text-decoration:none;
}

.pupup-element .button-block a:hover,.pupup-element .button-block a:focus,.pupup-element .button-block a:active {
background:#0074a2;
color:#ffffff;
}

#huge-popup-overlay_1 {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:199;
background: rgba(0,0,0,0.7) !important}

@media only screen and (max-width: 767px) {

#huge_it_portfolio_popup_list_1 {
position:absolute;
left:0px;
top:0px;
width:100%;
height:auto !important;
left:0px;
}

#huge_it_portfolio_popup_list_1 li.pupup-element {
margin:0px;
height:auto !important;
position:absolute;
left:0px;
top:0px;
}

#huge_it_portfolio_popup_list_1 li.pupup-element .popup-wrapper_1 {
height:auto !important;
overflow-y:auto;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .image-block_1 {
width:100%;
float:none;
clear:both;
margin-right:0px;
border-right:0px;
}

#huge_it_portfolio_popup_list_1 .popup-wrapper_1 .right-block {
width:100%;
float:none;
clear:both;
margin-right:0px;
border-right:0px;
}

#huge-popup-overlay_1 {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:199;
}

}

#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 {
margin-left: 0%; overflow: hidden;
/*margin-top: 5px;*/
float: none;
width: 100%;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 ul {
margin: 0px !important;
padding: 0px !important;
list-style: none;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul {
margin: 0px !important;
padding: 0px !important;
overflow: hidden;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 ul {
float: left;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 ul li {
border-radius: 0px;
list-style-type: none;
margin: 0px !important;
padding: 0;
float:left !important;margin: 4px 8px 4px 0px !important;border: 1px solid #ccc;}

#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 ul li a {
background-color: #F7F7F7 !important;
font-size:14px !important;
color:#555555 !important;
text-decoration: none;
cursor: pointer;
margin: 0px !important;
display: block;
padding:3px;
}

/*#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 ul li:hover {

}*/

#huge_it_portfolio_content_1 #huge_it_portfolio_options_1 ul li a:hover {
background-color: #FF3845 !important;
color:#ffffff !important;
cursor: pointer;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 {
/*margin-top: 5px;*/
float: left;
width: 30%;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li {
list-style-type: none;
border-bottom: 1px solid #ccc;}

#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li a {
font-size:14px !important;
color:#555555 !important;
background-color: #F7F7F7 !important;
border-radius: 0px;
padding: 3px;
display: block;
text-decoration: none;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li a:hover {
color:#ffffff !important;
background-color: #FF3845 !important;
cursor: pointer
}
#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li.active a,
#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li.active a:link,
#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li.active a:visited,
#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li.active a:hover,
#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li.active a:focus,
#huge_it_portfolio_content_1 #huge_it_portfolio_filters_1 ul li.active a:active {
color:#ffffff !important;
background-color: #FF3845 !important;
cursor: pointer;
}
#huge_it_portfolio_content_1 section {
position:relative;
display:block;
}

#huge_it_portfolio_content_1 #huge_it_portfolio_container_1 {
}

93.1 Bar Skid Complete Piping and Mechanical

93.1 Bar Skid Complete Piping and Mechanical

93.1 Bar Skid Complete Piping and Mechanical

93.1 Bar Skid Complete Piping and Mechanical

SKID PACKAGE for CETCO

SKID PACKAGE for CETCO

Glycol  Regeneration and Dehydration System

Glycol Regeneration and Dehydration System

Antistatic Injection Package

Antistatic Injection Package

High Monument in Islamabad Pakistan

High Monument in Islamabad Pakistan

Mechanical and Process Design

Mechanical and Process Design

Berkelay Engineering UK

Berkelay Engineering UK

Mechanical Design of Air Chiller Unit

Mechanical Design of Air Chiller Unit

SK Waste Water Treatment System Upgrade

SK Waste Water Treatment System Upgrade

WhatsApp us