Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home1/ bdapparelinfo/ powmax.net/

//home1/bdapparelinfo/powmax.net/header.php

<?php  
$p_class_link='Wp-Administrator/classes/class.MenuAndContent.php';
	 require_once $p_class_link;
$function_file = new MenuAndContent();
error_reporting(E_ERROR | E_PARSE);
$Page_url='about.php?page=';
$Page_url2='contact.php?page=';
$Pages=$_GET['page'];
$Pid=$_GET['Pid'];
$Accessid=$_GET['accessid'];
$FB="https://www.facebook.com/";
$CompanyTitle="powmax.net";
$IMGLoc="media/";
if(!empty($Pages)){
	$SubPageHeadClass='header-v4';
}else{
	$SubPageHeadClass='';
}
?>
<!DOCTYPE html>
<html lang="en-US"><head>
	<meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1"> 
 <title>Home - <?=$CompanyTitle;?></title> 
 
 
<link rel='stylesheet' id='siteorigin-panels-front-css'  href='wp-content/plugins/siteorigin-panels/css/front.css' type='text/css' media='all' />
<link rel='stylesheet' id='acx_smw_admin_style-css'  href='wp-content/plugins/acurax-social-media-widget/css/style_admin.css' type='text/css' media='all' />
<link rel='stylesheet' id='acx_smw_box_style-css'  href='wp-content/plugins/acurax-social-media-widget/css/layout.css' type='text/css' media='all' />
<link rel='stylesheet' id='acx_smw_widget_style-css'  href='wp-content/plugins/acurax-social-media-widget/css/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css'  href='includes/css/styles.css' type='text/css' media='all' /> 
<link rel="stylesheet" id='fontawesome-css' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type='text/css' media='all' >
<link rel='stylesheet' id='education-hub-google-fonts-css'  href='http://fonts.googleapis.com/css?family=Open+Sans%3A600%2C400%2C400italic%2C300%2C100%2C700%7CMerriweather+Sans%3A400%2C700&#038;ver=4.4.16' type='text/css' media='all' />
<link rel='stylesheet' id='education-hub-style-css'  href='css/style.css' type='text/css' media='all' />
<style id='education-hub-style-inline-css' type='text/css'>
#masthead{ background-image: url("images/logo.png"); background-repeat: no-repeat; background-position: 1% 24%;background-size: 21%; }
</style>
<link rel='stylesheet' id='msl-main-css'  href='wp-content/plugins/master-slider/public/assets/css/masterslider.main.css' type='text/css' media='all' />
<link rel='stylesheet' id='msl-custom-css'  href='wp-content/uploads/master-slider/custom.css' type='text/css' media='all' />
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js'></script>
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js'></script>
 
  
 
<style type='text/css'>
#acx_social_widget img 
{
width: 32px; 
}
#acx_social_widget 
{
min-width:0px; 
position: static; 
}


.navigation {
  height: 70px;
  background: #262626;
}
 
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  a,
  a:visited {
    color: #fff;
    text-decoration: none;
  }
}

 
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  margin-top: 95px;
  padding: 0;
  width: 100%; 
  background: #69c440;
  float: left;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #69c440;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

nav ul li a:hover {
  background: #2581DC;
  color: #fff;
}

nav ul li a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
/*//////////////*/

 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
 
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 5px;
  background: #34a713;
  height: 70px;
  width: 70px;
  margin-top: 40px;
}
#main-nav {
  margin-top: 30px;
}
@media only screen and (max-width: 798px) {
   
  .nav-mobile {
    display: block;
  }
  nav {
   width: 100%;
    padding: 0px 0 15px;
    ul {
      display: none;
      li {
        float: none;
        a {
          padding: 15px;
          line-height: 20px;
        }
        ul li a {
          padding-left: 30px;
        }
      }
    }
  }
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  span,
  span:before,
  span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
  }
  span:before {
    top: -10px;
  }
  span:after {
    bottom: -10px;
  }
  &.active span {
    background-color: transparent;
    &:before,
    &:after {
      top: 0;
    }
    &:before {
      transform: rotate(45deg);
    }
    &:after {
      transform: rotate(-45deg);
    }
  }
}
 
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
</style> 

 
  
<style type="text/css" media="all" id="siteorigin-panels-grids-wp_head">/* Layout 4 */ #pg-4-0 , #pg-4-1 , #pg-4-2 , #pg-4-3 , #pl-4 .panel-grid-cell .so-panel { margin-bottom:30px } #pgc-4-2-0 , #pgc-4-2-1 , #pgc-4-2-2 , #pgc-4-2-3 { width:25% } #pg-4-2 .panel-grid-cell { float:left } #pl-4 .panel-grid-cell .so-panel:last-child { margin-bottom:0px } #pg-4-2 { margin-left:-15px;margin-right:-15px } #pg-4-2 .panel-grid-cell { padding-left:15px;padding-right:15px } @media (max-width:780px){ #pg-4-0 .panel-grid-cell , #pg-4-1 .panel-grid-cell , #pg-4-2 .panel-grid-cell , #pg-4-3 .panel-grid-cell , #pg-4-4 .panel-grid-cell { float:none;width:auto } #pgc-4-2-0 , #pgc-4-2-1 , #pgc-4-2-2 { margin-bottom:30px } #pl-4 .panel-grid { margin-left:0;margin-right:0 } #pl-4 .panel-grid-cell { padding:0 }  } </style> 
 
 
</head>

<body class="home page page-id-4 page-template-default custom-background _masterslider _ms_version_2.7.1 siteorigin-panels siteorigin-panels-home site-layout-fluid global-layout-right-sidebar">

	    <div id="page" class="container hfeed site">
    <a class="skip-link screen-reader-text" href="#content">Skip to content</a>
    	<div id="tophead">
		<div class="container">
			<!--<div id="quick-contact">
				<ul>
					<li class="quick-call"><a href="tel:880 1xx xxxx xxx">+880 1xx xxxx xxx</a></li>
					<li class="quick-email"><a href="mailto:info@krugertexbd.com">info@powmax.net</a></li>
				</ul>
			</div>-->


			
		</div> <!-- .container -->
	</div><!--  #tophead -->

	    <div class="container">		    
	<header id="masthead" class="site-header" role="banner">
	<div class="site-branding">
				
						        <div id="site-identity">
			                          <p class="site-title"><a href="#" rel="home"></a></p>
            			
			            <p class="site-description"></p>
			        </div><!-- #site-identity -->
		
		    </div><!-- .site-branding -->

 
		<nav>
            <div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
             <ul class="nav-list"> 
                <li><a href="index.php">Home</a></li>
                    <?php $nav_table = 'menu';
        				$sql_cat=mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='0' and position='Menu Bar' ORDER BY `sir_no` ASC");
        				while($row_cat=mysql_fetch_array($sql_cat)){$cat_id=$row_cat['id']; $parent_id=$row_cat['parents_cat_id'];
        					if($cat_id=='1'){echo '<li><a href="'.$row_cat['url_link'].$row_cat['url_name'].'">'.$row_cat['cat_name'].'</a>';} 
        					else{
        					$sql_sub_cat=mysql_fetch_array(mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='$cat_id' ORDER BY `sir_no` ASC"));
        					if($sql_sub_cat){$item_has_arrow = 'class="menu-item-has-children"';}else{$item_has_arrow = '';}
        						echo '<li '.$item_has_arrow.'><a href="#'.$row_cat['url_link'].$row_cat['url_name'].'">'.$row_cat['cat_name'].'</a>';}
        				
        					if($sql_sub_cat){ $sub_cat_id=$sql_sub_cat['parents_cat_id'];
        						echo '<ul class="nav-dropdown">';
        					$result_sub=mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='$sub_cat_id' ORDER BY `sir_no` ASC");
        					while($row_sub=mysql_fetch_array($result_sub)){$subcat_id=$row_sub['id'];
        					$sub_sub_cat=mysql_fetch_array(mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='$subcat_id' ORDER BY `sir_no` ASC"));
        					if($sub_sub_cat){$item_has_arrow2 = 'class="menu-item-has-children"';}else{$item_has_arrow2 = '';}
        					echo '<li '.$item_has_arrow2.'><a href="'.$row_sub['url_link'].$row_sub['url_name'].'">'.$row_sub['cat_name'].'</a>';
        					//////3rd level sub menu
        						if(!empty($sub_sub_cat)){ $level_3rd_cat_id=$sub_sub_cat['parents_cat_id'];
        						echo '<ul class="sub-menu2">';
        						$result_3rdsub=mysql_query("SELECT * FROM `$nav_table` WHERE `parents_cat_id`='$subcat_id' ORDER BY `sir_no` ASC");
        							while($row_3rdsub=mysql_fetch_array($result_3rdsub)){$subcat3rd_id=$row_3rdsub['id'];
        								echo '  
        									<li><a href="'.$row_3rdsub['url_link'].$row_3rdsub['url_name'].'"> '.$row_3rdsub['cat_name'].' </a></li>' ;
        							}
        						echo '</ul>';
        						}////// end 3rd level sub menu
        						
        					echo '</li>';
    							}//////2nd while
    						echo'</ul>';
    						}//////if
    				    echo'</li>';					
        			}//////main while
        		?> 
            </ul> 
        </nav>
 
		</header>
        </div><!-- .container -->